/*公共标题*/
.main_title {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #888;
	line-height: 36px;
	padding-bottom:10px;
	border-bottom:1px solid #e4e4e4;
}
.main_title p {
	font-size: 40px;
	color: #a8cf8b;
	font-weight: bold;
	line-height: 60px;
}
.main_title p span {
	font-size:40px;
	color:#a8cf8b;
	font-weight:bold;
	line-height:60px;
}




/*首页公司简介*/
.in_about {
    background: #f2f4f7;
    margin-top: 140px;
    padding-top: 50px;
    padding-bottom: 90px;
}
.in_about .jj_main {
	width: 1270px;
	margin: 0 auto;
}
.in_about .jj_main .leftimg {
	width:48.5%;
	display:block;
	float:left; margin-top:-100px
}
.in_about .jj_main .leftimg img {
	max-width:100%;
	height:auto;
}
.in_about .jj_main .righttxt {
	width:49%;
	display:block;
	float:right
}
.in_about .jj_main .righttxt h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 42px;
    color: #414447;
}
.in_about .jj_main .righttxt h3 {
	font-size: 20px;
	color: #666;
	line-height: 45px;
}
.in_about .jj_main .righttxt .dec {
	width: 36px;
	height: 5px;
	display: block;
	background: #a8cf8b;
	margin: 10px 0 10px 0;
}
.in_about .jj_main .righttxt .txt {
	height: 210px;
	display: block;
	overflow: hidden;
}
.in_about .jj_main .righttxt .txt * {
	font-size:15px;
	color:#555555;
	line-height:30px;
	text-align: justify
}
.in_about .jj_main .righttxt .txta {
	margin: 20px auto 0;
}
.in_about .jj_main .righttxt .txta ul li {
    display: block;
    float: left;
    margin-right: 57px;
    line-height: 25px;
    color: #a8cf8b;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.in_about .jj_main .righttxt .txta ul li .topimg {
	width: 100px;
	height: 90px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
	background: #a8cf8b;
}
.in_about .jj_main .righttxt .txta ul li .topimg img {
	max-width: 100%;
	max-height: 100%;
	transform: scale(1);
	transition: all 0.3s linear 0s;
}
.in_about .jj_main .righttxt .txta ul li:hover .topimg img {
	transform:rotate(360deg);
}
.in_about .jj_main .righttxt a {
    border: 2px solid #a8cf8b;
    display: block;
    border-radius: 4px;
    margin-top: 10px;
    text-align: center;
    padding: 10px 0;
}
.in_about .jj_main .righttxt a span {
	color: #a8cf8b;
	font-size: 16px;
}
.in_about .jj_main .righttxt a span:after {
	content: ">";
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
.in_about .jj_main .righttxt a:hover {
	background:#a8cf8b
}
.in_about .jj_main .righttxt a:hover span {
	color:#fff
}


/*产品分类*/
.in_product {
	max-width:1270px;
	margin:60px auto 0;
}
.in_product .cont {
	margin-top:40px;
}
.in_product .cont ul li {
	width: 300px;
	float: left;
	margin-right: 23px;
	margin-bottom: 23px;
}
.in_product .cont ul li:nth-child(4n) {
 margin-right: 0;
}
.in_product .cont ul li .topimg {
	width: 300px;
	height: 300px;
	overflow: hidden;
	background: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.in_product .cont ul li .topimg img {
	transform: scale(1);
	transition: all 1s ease-out;
	max-width: 100%;
	max-height: 100%;
}
.in_product .cont ul li:hover .topimg img {
	transform: scale(1.2);
}
.in_product .cont ul li p {
	background:#efefef;
	border-bottom:3px solid #efefef;
	line-height:52px;
	font-size:16px;
	color:#333333;
	text-align:center
}
.in_product .cont ul li p a {
	line-height:52px;
	font-size:16px;
	color:#333333;
}
.in_product .cont ul li:hover p {
	border-bottom:3px solid #a8cf8b
}
.in_product .cont ul li:hover p a {
	line-height:52px;
	font-size:16px;
	color:#a8cf8b;
}
.in_product .cont .more {
}
.in_product .cont .more a {
border: 2px solid #a8cf8b;
    display: block;
    border-radius: 4px;
    margin-top: 7px;
    text-align: center;
    padding: 10px 0;
}
.in_product .cont .more a span {
	color: #a8cf8b;
	font-size: 16px;
}
.in_product .cont .more a span:after {
	content: ">";
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
.in_product .cont .more a:hover {
	background:#a8cf8b
}
.in_product .cont .more a:hover span {
	color:#fff
}



.about_list_met_16_7_56.met-index-body {
	background-color: #a8cf8b;
}
.about_list_met_16_7_56 .ibox-inner {
    padding: 130px 0 300px;
    width: 95%;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}
.about_list_met_16_7_56 .wave-canvas-wrapper {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	height: 100%
}
.about_list_met_16_7_56 .about-con {
	width: 1270px;
	margin: 0px auto;
	position: relative
}
.about_list_met_16_7_56 .about-con .t {
	margin-bottom: 10%;
}
.about_list_met_16_7_56 .about-con .en {
	font-size: 24px;
	color: #00b3dc;
	color: #ffffff;
	line-height: 1.5
}
.about_list_met_16_7_56 .about-con .c {
	margin-top: 40px;
	font-size: 15px;
	text-align: justify
}
.about_list_met_16_7_56 .about-con .c p {
    color: #ffffff;
    line-height: 1.5;
}
.about_list_met_16_7_56 .about-list {
	margin-top: 65px
}
.about_list_met_16_7_56 .about-list li {
    float: left;
    font-size: 50px;
    line-height: 2;
    color: #fff;
    font-style: italic;
    text-align: center;
    margin: 0 7% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.about_list_met_16_7_56 .about-list li:nth-child(4n){ margin-right:0}



.about_list_met_16_7_56 .about-list .numbox {
	color: #666666;
	color: #ffffff;
	line-height: 1
}
.about_list_met_16_7_56 .about-list .num {
	font-size: 44px;
	padding-right: 10px;
	color: #00b3dc;
	color: #ffffff
}
.about_list_met_16_7_56 .about-list .by {
	font-weight: bold;
}
.about_list_met_16_7_56 .btnMore {
	width: 170px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 2px solid;
	border-color: #666666;
border-color:;
	display: block;
	position: relative;
	z-index: 1
}
.about_list_met_16_7_56 .btnMore:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #00b3dc;
background-color:;
	z-index: -1;
	position: absolute;
	left: 0;
	bottom: 0px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .42s cubic-bezier(.4, 0, .2, 1);
	transition: transform .42s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9
}
.about_list_met_16_7_56 .btnMore {
	color: #00b3dc;
color:
}
.about_list_met_16_7_56 .btnMore .txt {
	padding: 0px 22px 0 0px
}
.about_list_met_16_7_56 .btnMore:hover {
	border-color: #00b3dc;
border-color:
}
.about_list_met_16_7_56 .btnMore:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9
}
.about_list_met_16_7_56 .btnMore:hover {
	color: #ffffff
}
.about_list_met_16_7_56 .line {
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #a8cf8b;
	margin-bottom: 0px
}
.about_list_met_16_7_56 .line-bg {
	position: absolute;
	right: 50%;
	bottom: 0;
	margin-right: 416px;
	height: 5px;
	background-color: #a8cf8b;
	width: 100%
}
