.bg-color{
	background: #fff;
}
.top_bar{
	height: 31px;
	line-height: 31px;
	color: #999999;
	border-bottom: 1px solid #e5e5e5;
}
.top_bar .tb-left{
	float: left;
}
.top_bar .tb-rig{
	float: right;
	width: 385px;
	/* margin-right: 50px; */
}
.top_bar .tb-rig ul{
	text-align: right;
}
.top_bar .tb-rig ul li{
	display: inline-block;
}
.top_bar .tb-rig ul li a{
	padding: 0 12px;
	color: #999999;
}
.nav-bar{
	background: #fff;	
	position: relative;
	z-index: 99;
}
.nav-bar .nav-wrap{
	/* padding: 0 5%; */
	position: relative;
}
.nav-bar .nav-wrap .logo{
	width: 192px;
	float: left;
}
.nav-bar .nav-wrap .logo .img{
	max-width: 100%;
	width: 100%;
	height: 120px;
	line-height: 130px;
}
.nav-bar .nav-wrap .logo .img img{
	/*max-width: 100%;*/
	height: 50%;
	display: inline-block;
	vertical-align: middle;
}
.nav-bar .head-nav{
	width: 70%;
	right: 0;
	bottom: 0;
	margin: 40px 0 0 0;
	text-align: right;
	position: absolute;
}
.nav-bar .head-nav li{	
	position: relative;
	width: 12%;
	text-align: center;
	display: inline-block;
}
.nav-bar .head-nav li:last-child{
	margin-right: 0;	
}
.nav-bar .head-nav li a{
	display: inline-block;
	font-size: 18px;
	color: #000;
	height: 65px;
	line-height: 65px;
	text-align: center;
	position: relative;
}
/* .nav-bar .head-nav li a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #1c6c76;
	transition: all 0.5s ease-in-out;
}
*/
.nav-bar .head-nav li:hover a{
	color: #90c31f;
}
.nav-bar .head-nav li.active a{
	color: #90c31f;
} 
.nav-bar .tel{
	margin-top: 20px;
	right: 0;
	position: absolute;
}
.nav-bar .tel .more{
	height: 20px;
	padding-left: 20px;
	color: #10646f;
	line-height: 20px;
}

/* .nav-bar .tel .more i{
	color: #10646f;
	font-size: 12px;	
	line-height: 18px;
	font-style: normal;
	display: inline-block;
	position: relative;
	top: -2px;
} */
.nav-bar .tel .more span{
	color: #828282;
	font-size: 18px;	
	line-height: 20px;
}

.nav-bar .tel .more span img{
	display: inline-block;
	position: relative;
	width: 25px;
	top: 5px;
}

.nav-bar .head-nav li .nav-erji{
	display: none;
	position: absolute;
	top: 65px;
	left: 50%;
	width: 180px;
	transform: translateX(-50%);
	background-color: #fff;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}
.nav-bar .head-nav li .nav-erji a{
	display: block;
	font-size: 15px;
	color: #000;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}
.nav-bar .head-nav li .nav-erji a::before{
	display: none;
}
.nav-bar .head-nav li .nav-erji a:hover{
	color: #fff;
	background-color: #90c31f;
}

.nav-bar .xian{
	width: 100%;
	height: 5px;
	background: url(../images/xian.png) no-repeat;
}


.banner{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: center;
}
.banner a{
	display: block;
}
.banner img{
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #fff;
	margin: 0 5px;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.banner .swiper-pagination-bullet-active {
	width: 30px;
	opacity: 1;
	border-radius: 20px;
	background-color: #ca4040;
}
#main{
	overflow: hidden;
}

/**消费品检测**/
#main .xfp-main{	
	margin-top: 55px;
}

.common-title{
	text-align: center;	
	margin-bottom: 25px;
}	

.common-title span{
	font-size: 40px;
	color: #333333;
	position: relative;
	line-height: 1;
	padding: 15px 20px;
	display: inline-block;
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
}

.common-title span:after{
	content: '';
	position: absolute;
	width: 75px;
	height: 4px;
	left: 50%;
	margin-left: -37px;
	background: #90c31f;
	bottom: -2px;
}

.common-title p{
	font-size: 14px;
	color: #999999;
	line-height: 40px;
	text-transform: uppercase;
}


.common-title .xian{
	width: 52px;
	height: 3px;
	margin:  0 auto;
	background: #138390;
}

#main .xfp-main .xfplist{
	width: 100%;
	height: auto;
	overflow: hidden;
}	

#main .xfp-main .xfplist li{
	width: 630px;
	height: 150px;
	float: left;
	margin-right: 40px;
	background: #ededed;
	border-radius: 5px;
	list-style: none;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 24px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#main .xfp-main .xfplist li:nth-child(2n){
	margin-right: 0px;
}

#main .xfp-main .xfplist li .img{
	width: 200px;
	height: 130px;
	float: left;
	border-radius: 5px;
}

#main .xfp-main .xfplist li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#main .xfp-main .xfplist li .info{
	width: 275px;
	height: 130px;
	float: left;
	margin-left: 34px;
}

#main .xfp-main .xfplist li .info h4{
	font-size: 20px;
	color: #000;
	line-height: 40px;
	position: relative;
}

#main .xfp-main .xfplist li .info h4:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 32px;
	height: 3px;
	background: #c8c8c8;
}

#main .xfp-main .xfplist li .info p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 15px;
}

#main .xfp-main .xfplist li .more{
	float: left;
	height: 130px;
	margin-left: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#main .xfp-main .xfplist li .more span{
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	background: #c8c8c8;
	position: relative;
}

#main .xfp-main .xfplist li .more span:after{
	content: '';
	position:absolute;
	width: 20px;
	height: 2px;
	background: #fff;
	top: 21px;
	left: 50%;
	margin-left: -10px;
}

#main .xfp-main .xfplist li .more span:before{
	content: '';
	position:absolute;
	width: 2px;
	height: 20px;
	background: #fff;
	top: 12px;
	left: 50%;
	margin-left: -1px;
}

#main .xfp-main .xfplist li:hover{
	background: #90c31f;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}

#main .xfp-main .xfplist li:hover .info h4,
#main .xfp-main .xfplist li:hover .info p{
	color: #fff;
}

#main .xfp-main .xfplist li:hover .info h4:after,
#main .xfp-main .xfplist li:hover .more span{
	background: #fff;
}

#main .xfp-main .xfplist li:hover .more span:after,
#main .xfp-main .xfplist li:hover .more span:before{
	background: #90c31f;
}

.common-gd{
	text-align: center;
}

.common-gd a.more{
	display: inline-block;
	width: 250px;
	height: 40px;
	border:2px solid #90c31f;
	border-radius: 20px;
	box-sizing: border-box;
	line-height: 36px;
	padding-left: 20px;
	color: #90c31f;
	font-size: 14px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/jiantou.png) no-repeat right;
	background-position: 210px 12px;
	text-transform: uppercase;
	margin-top: 34px;
}

.common-gd a:hover{
	color: red;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}

/**清关认证**/
#main .qgrz-main{	
	margin-top: 70px;
	padding: 70px 0px;
	background: #d6dae2;
	background: url(../images/qgrz-bg.jpg) center center no-repeat;
	background-size: cover;
}

#main .qgrz-main li{
	width: 280px;
	height: 225px;
	list-style: none;
	float: left;
	margin-right: 60px;
	background: #ffffff;
	margin-bottom: 34px;
}

#main .qgrz-main li:nth-child(4n){
	margin-right: 0px;
}

#main .qgrz-main li .img{
	width: 280px;
	height: 125px;
	line-height: 125px;
	text-align: center;
	margin-top: 12px;
}

#main .qgrz-main li .img img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: inline-block;
}

#main .qgrz-main li .title{
	width: 280px;
	height: 88px;
	overflow: hidden;
	background: url(../images/qgrz-bg.png) no-repeat;
	text-align: center;
	line-height: 110px;
	font-size: 24px;
	color: #fff;
}

#main .qgrz-main li:hover .title{
	color: #90c31f;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}

/**产品认证**/
#main .cprz-main{	
	padding: 70px 0px 40px 0px;
	background: #d6dae2;
	background: url(../images/cprz-bg.jpg) center center no-repeat;
	background-size: cover;
}

#main .cprz-main .rzcp{
	width: 100%;
	height: auto;
	overflow: hidden;
}	

#main .cprz-main .rzcp .rzlist{
	width: 630px;
	height: 335px;
	float: left;
	border: 2px solid #90c31f;
	box-sizing: border-box;
	margin-right: 40px;
	margin-bottom: 34px;
}

#main .cprz-main .rzcp .rzlist:nth-child(2n){
	margin-right: 0px;
}

#main .cprz-main .rzcp .rzlist .rz{
	width: 630px;
	height: 150px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 50px;
	box-sizing: border-box;
	float: left;
}

#main .cprz-main .rzcp .rzlist .rz .img{
	position: absolute;
	top: -2px;
	left: -2px;
	width: 630px;
	height: 150px;
}

#main .cprz-main .rzcp .rzlist .rz .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#main .cprz-main .rzcp .rzlist .rz h4{
	font-size: 30px;
	color: #fff;
	z-index: 2;
}

#main .cprz-main .rzcp .rzlist .rz p{
	font-size: 14px;
	color: #fff;
	z-index: 2;
}

#main .cprz-main .rzcp .rzlist ul{
	width: 626px;
	height: 180px;
	overflow: hidden;
	padding: 20px;
	float: left;
	box-sizing: border-box;
	background: #fff;
}

#main .cprz-main .rzcp .rzlist ul li{
	width: 33.33%;
	height: 55px;
	line-height: 55px;
	float: left;
	border-bottom: 1px dashed #dcdcdc;
	/* list-style-type: disc;
	list-style-position:inside */
}

#main .cprz-main .rzcp .rzlist ul li a{
	font-size: 18px;
	color: #000;
}

#main .cprz-main .rzcp .rzlist ul li:hover a{
	color: #90c31f;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}

/**验厂服务**/
#main .ycfw-main{	
	padding: 70px 0px 40px 0px;
	background: url(../images/ycfw-bg.jpg) center center no-repeat;
	background-size: cover;
}

#main .ycfw-main .yclist li{
	width: 218px;
	height: 300px;
	float: left;
	border: 1px solid #dcdcdc;
	background: #fefefe;
	list-style: none;
	padding: 0px 15px;
	margin-right: 12.5px;
}

#main .ycfw-main .yclist li:nth-child(5n){
	margin-right: 0px;
}

#main .ycfw-main li .img{
	width: 218px;
	height: 162px;
	line-height: 165px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}

#main .ycfw-main li .img img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: inline-block;
	vertical-align: middle;
}

#main .ycfw-main li .info{
	width: 220px;
	height: 130px;
	float: left;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

#main .ycfw-main li .info span{
	font-size: 20px;
	position: relative;
}

#main .ycfw-main li .info span img{
	display: inline-block;
}

#main .ycfw-main li .info a.gd{
	margin-top: 20px;
}

#main .ycfw-main li .info a.gd span{
	padding: 8px 20px;
	background: #f0f0f0;
	color: #666666;
	display: inline-block;
	font-size: 14px;
}

#main .ycfw-main li:hover .info a.gd span{
	background: #90c31f;
	color: #fff;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}

/**资质荣誉**/
#main .zzry-main{	
	padding: 70px 0px 40px 0px;	
	position: relative;
}

#main .zzry-main .hotpro{
	margin-top: 20px;
	overflow: hidden;
}


#main .zzry-main .hotpro .swiper-slide .img{
	/* width: 285px; */
	height: 295px;
	line-height: 295px;
	position: relative;
	text-align: center;
	background: #eeeeee;
}

#main .zzry-main .hotpro .swiper-slide .img img{
	max-width: 90%;
	max-height: 90%;
	/* object-fit: cover; */
	display: inline-block;
	vertical-align: middle;
}

#main .zzry-main .hotpro .swiper-slide .tit{
	width: 100%;
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 40px;
}

.hotpro-right{
	right: -60px;
	/* width: 10px;
	height: 16px;
	background-size: 10px 16px; */
	/* top: -20px; */
	background-image: url(../images/hot-right.png);
}

.hotpro-left {	
	/* top: -20px; */
	right:initial;
	left: -60px;
	/* width: 10px;
	height: 16px;
	background-size: 10px 16px; */
	background-image: url(../images/hot-left.png);
}

/**为什么选择我们**/
#main .xuanze-main{	
	padding: 70px 0px 40px 0px;
	background: url(../images/choose-bg.jpg) center center no-repeat;
	background-size: cover;
}

#main .xuanze-main li{
	width: 635px;
	height: 120px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	list-style: none;
	border-radius: 60px;
}	

#main .xuanze-main li:nth-child(2n){
	margin-right: 0px;
}

#main .xuanze-main li .img{
	width: 100px;
	height: 100px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 50%;
	background: #a9d940;	
}

#main .xuanze-main li .img img{
	max-width: 100%;
	max-height: 100%;
}

#main .xuanze-main li .info{
	width: 445px;
	height: 100px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: 20px;
}

#main .xuanze-main li:hover{
	background: #acdb43;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}

#main .xuanze-main li:hover .img{
	background: #4081b0;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}

#main .xuanze-main li:hover .img img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

#main .xuanze-main li:hover .info{
	color: #fff;
}

/* 优势 */
#main .youshi{
	background: url(../images/youshi.jpg) center center no-repeat;
	height: 400px;
}
#main .youshi .tit{
	float: left;
	margin-left: 80px;
	color: #fff;
	opacity: 0.63;
	font-size: 16px;
	padding-top: 42px;
	line-height: 60px;
	letter-spacing: 2px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: bt-rl;
	writing-mode: vertical-rl;
}
#main .youshi .con{
	float: left;
	color: #fff;
	font-size: 22px;
	width: 24px;
	line-height: 1.2;
	margin: 82px 50px 0 50px;
	position: relative;
	padding-top: 78px;
}
#main .youshi .con::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 57px;
	background-color: #959698;
}
#main .youshi .img{
	width: 124px;
	float: left;
	line-height: 400px;
}
#main .youshi .img img{
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
	max-height: 100%;
}


/* 网站底部 */
.footer{
	background: #f7f7f7;
	padding-top: 65px;
}

.footer .footer-logo{
	line-height: 95px;
	width:290px;
	height: auto;
	float: left;
}

.footer .footer-logo .logo{
	float: left;
	line-height: 1;
}
.footer .footer-logo .logo img {
	display: inline-block;
	vertical-align: middle;
	max-width:100%;
	max-height:100%;
}

.footer .footer-logo .gsjs{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	line-height: 28px;
	box-sizing: border-box;
	margin-top: 20px;
}

.footer .footer-logo .gsjs .nr{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.footer .footer-logo .gsjs a.gd{
	text-transform: uppercase;
	color: #90c31f;
	font-weight: bold;
}

.footer .footer-logo .gsjs:hover a.gd{
	color: red;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}

.footer .footer-logo .time span{
	color: #999999;
	font-size: 14px;
}

.footer .footer-nav{
	width: 900px;
	height: auto;
	overflow: inherit;
	float: left;	
	margin-left: 100px;
}

.footer .footer-nav dl{
	width: 300px;
	height: auto;
	overflow: inherit;
	float: left;
	text-align: left;
	margin-top: 30px;
}

.footer .footer-nav dl dt{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.footer .footer-nav dl dt a{
	font-size: 22px;
	color: #535353;
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc;
	padding: 0px 55px 15px 0px;
	position: relative;
}

.footer .footer-nav dl dt a:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    left: 0;
    background: #90c31f;
    bottom: -1px;
}


.footer .footer-nav dl dd{
	width: 100%;
	float: left;
	line-height: 36px;
}


.footer .footer-nav dl dd a{
	font-size: 18px;
	color: #666666;
}

.footer .footer-nav dl dd:hover a{
	color: #90c31f;
}

.footer .footer-nav dl p{
	font-size: 17px;
	color: #666666;
	margin-bottom: 10px;
	display: inline-block;
}

.footer .footer-nav dl i{
	float: left;
}

.footer .footer-nav dl span{
	display: block;
	overflow: hidden;
}

.footer .footer-ewm{
	float: right;
	width: 255px;
}

.footer .footer-ewm .img{
	width: 103px;
	height: 103px;
	float: left;
	margin-left: 40px;
}

.footer .footer-ewm .img:first-child{
	margin-left: 0px;
}

.footer .footer-ewm img{
	width: 100%;
}
.footer .footer-ewm p{
	color: #999999;
	font-size: 14px;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
}
.footer2{
	border-top: 1px solid #c9c9c9;
	margin-top: 55px;
	color: #999999;
	line-height: 65px;
}
.footer2 .banquan{
	text-align: center;
	line-height: 65px;
}

.footer2 .banquan a{
	color: #999999;
}


.pro-sider{

	float: left;

	width: 240px;

}

.pro-sider .in-title{

	background: #90c31f;

    color: #fff;

    line-height: 80px;

    text-align: center;

    font-size: 24px;

    margin-bottom: 2px;

}

.pro-sider .pro-sider-ul{

    margin-bottom: 12px;

}
.pro-sider .pro-sider-ul .ul-li{
	overflow: hidden;
	max-height: 55px;
    transition: all 0.8s;
    margin-bottom: 2px;
} 
.pro-sider .pro-sider-ul .ul-li:hover{max-height: calc(200 * 8px);}
.pro-sider .pro-sider-ul .ul-li .type{

    display: block;

    box-sizing: border-box;

    padding: 0px 20px;

    line-height: 55px;

    background: #ececeb;

	position: relative;

}

.pro-sider .pro-sider-ul .ul-li .type::after,

.pro-sider .pro-sider-ul .ul-li .type::before{

	content: '';

	display: block;

	background: #fff;

	top:0;

	bottom: 0;

	margin:auto;

	position: absolute;

}

.pro-sider .pro-sider-ul .ul-li .type::before{

	width: 2px;

	height: 12px;

	right: 29px;

}

.pro-sider .pro-sider-ul .ul-li .type::after{

	width: 12px;

	height: 2px;

	right: 24px;

}

.pro-sider .pro-sider-ul .ul-li .type h2{

	width: 180px;

	font-size: 16px;

	color: #333;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.pro-sider .pro-sider-ul .ul-li:hover .type,

.pro-sider .pro-sider-ul .ul-li .type.active{

	background-color: #90c31f;

}

.pro-sider .pro-sider-ul .ul-li:hover .type h2,

.pro-sider .pro-sider-ul .ul-li .type.active h2{

	color: #fff;

}

.pro-sider .pro-sider-ul .ul-li:hover .type:before,

.pro-sider .pro-sider-ul .ul-li .type.active:before{
	opacity: 0;
}

.pro-sider .pro-sider-ul .ul-li .erji{

	display: block;

	width: 240px;

	height: 54px;

	border-bottom: 1px solid #ececeb;

	border-left: 1px solid #ececeb;

	border-right: 1px solid #ececeb;

	box-sizing: border-box;

	padding: 0px 25px 0px 40px;

	color: #666;

	line-height: 54px;

}

.pro-sider .pro-sider-ul .ul-li .erji p{

	float: left;

	width: 160px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.pro-sider .pro-sider-ul .ul-li .erji span{

	display: inline-block;

	float: right;

	line-height: 54px;

	font-size: 20px;

}

.pro-sider .pro-sider-ul .ul-li .erji:hover,
.pro-sider .pro-sider-ul .ul-li .erji.active{
	color: #90c31f;
}


.pro-sider .contact-box{

	border: 1px solid #ececeb;

	box-sizing: border-box;

	padding: 10px;

}

.pro-sider .contact-box img{

	margin-bottom: 10px;

	width: 100%;

}

.pro-sider .contact-box p{

	color: #333;

	font-size: 14px;

	line-height: 26px;

	padding: 5px 0;

}

.pro-sider .contact-box p span{

	display: block;

	font-size: 26px;

	line-height: 36px;

	color: #90c31f;

}





.mMmenuLay{
	height: 100%;
}
.mMmenuLay dt{
	position: relative;
	background-color: #ececeb;
	margin-bottom: 2px;
	padding: 0 20px;
}
.mMenu_a1{
	float: left;
	width: 180px;
	font-size: 16px;
	color: #333;
	display: block;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mMenu_a1.active,
.mMenu_a1:hover{
	color: #e4393c;
}
.mToggle{
	float: right;
	width: 20px;
	height: 55px;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.mToggle::after,
.mToggle::before{
	content: '';
	display: block;
	background: #fff;
	top:0;
	left: 50%;
	bottom: 0;
	margin:auto;
	transform: translateX(-50%);
	position: absolute;
}
.mToggle::before{
	width: 2px;
	height: 12px;
}
.mToggle::after{
	width: 12px;
	height: 2px;
}
.mMmenuLay dl.on .mToggle::before,
.mToggle2:before{
	opacity: 0;
}
.mMmenuLay dd{
	transition: all 0.5s ease-in-out;
	height: 0;
	overflow: hidden;
}
.mMmenuLay dl.on dd{
	height: 54px;
}
.mMenu_a2{
	border-bottom: 1px solid #ececeb;
	border-left: 1px solid #ececeb;
	border-right: 1px solid #ececeb;
	box-sizing: border-box;
	padding: 0px 25px 0px 40px;
	color: #666;
	line-height: 53px;
	display: block;
}
.mMenu_a2 p{
	float: left;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mMenu_a2 span{
	display: inline-block;
	float: right;
	line-height: 53px;
	font-size: 20px;
}
.mMenu_a2.active,
.mMenu_a2:hover{
	color: #e4393c;
}




.m-column-t {



  position: relative;



  text-align: center;



  font-size: 0;



}



.m-column-t .center {



  display: inline-block;



  font-size: 0;



}



.m-column-t .center h3 {



  color: #333;



  font-size: 30px;



}



.m-column-t .center p {



  color: #d2d2d2;



  font-size: 30px;



}



.m-column-t span {



  position: absolute;



  width: 415px;



  top: 50%;



  margin-top: -5px;



  height: 5px;



  border-bottom: 1px solid #d2d2d2;



  z-index: 1;



}



.m-column-t span.mcl {



  left: 0;



}



.m-column-t span.mcl em {



  float: right;



}



.m-column-t span.mcr {



  right: 0;



}



.m-column-t span em {



  display: block;



  height: 11px;



  border-left: 1px solid #d2d2d2;



}



.textLine {



  overflow: hidden;



  text-overflow: ellipsis;



  display: -webkit-box;



  -webkit-line-clamp: 2;



  -webkit-box-orient: vertical;



}



.textLine3 {



  overflow: hidden;



  text-overflow: ellipsis;



  display: -webkit-box;



  -webkit-line-clamp: 3;



  -webkit-box-orient: vertical;



}



.textHidden {



  overflow: hidden;



  text-overflow: ellipsis;



  white-space: nowrap;



}



.domHidden {



  overflow: hidden;



}



.about-main {



  padding: 20px 0 70px;



  min-height: 170px;



}



.about-main .ab-content {



  float: right;



  width: 925px;



}



.about-main .ab-content .title {



  line-height: 50px;



}



.about-main .ab-content .title a {



  color: #333;



  padding: 0 5px;



}



.about-main .ab-content .title span.icon-home {



  color: #535353;



}



.about-main .ab-content .title em {



  color: #999;



}



.about-main .ab-content .ab-conBox {



  overflow: hidden;



  background: #fff;



  min-height: 55px;



  padding: 30px 45px 40px;



}



.about-main .ab-content .ab-conBox .de-title {



  text-align: center;



  font-size: 20px;



  color: #333;



  line-height: 25px;



  margin-bottom: 8px;



}



.about-main .ab-content .ab-conBox .sub-co {



  font-size: 14px;



  color: #999;



  text-align: center;



  line-height: 18px;



}



.about-main .ab-content .ab-conBox .ab-detail {



  overflow: hidden;



  margin-top: 30px;



  font-size: 14px;



  color: #777373;



  line-height: 25px;



}



.ab-sild {



  float: left;



  width: 260px;



}



.ab-sild .title {



  position: relative;



  height: 50px;



  text-align: center;



  background: #f3c04b;



  font-size: 16px;



  line-height: 50px;



  color: #fff;



  border-bottom: 1px solid #fff;



}



.ab-sild .title span {



  position: absolute;



  height: 3px;



  width: 30px;



  top: 50%;



  margin-top: -3px;



  border-bottom: 1px solid #fff;



}



.ab-sild .title span em {



  display: block;



  height: 7px;



  border-left: 1px solid #fff;



}



.ab-sild .title span.stl {



  left: 35px;



}



.ab-sild .title span.stl em {



  float: right;



}



.ab-sild .title span.str {



  right: 35px;



}



.ab-sild .sild-cate {



  background: #fff;



  margin-bottom: 20px;



}



.ab-sild .sild-cate .list {



  overflow: hidden;



}



.ab-sild .sild-cate .list li {



  position: relative;



  border-bottom: 1px solid #eee;



  height: 60px;



  line-height: 60px;



}



.ab-sild .sild-cate .list li a {



  display: block;



  padding-right: 35px;



  font-size: 14px;



  color: #333;



  padding-left: 20px;



}



.ab-sild .sild-cate .list li:last-child {



  border-bottom: none;



}



.ab-sild .sild-cate .list li:hover {



  border-color: #f3c04b;



  background: #f3c04b;



}



.ab-sild .sild-cate .list li:hover a {



  color: #fff;



}



.ab-sild .sild-cate .list li:hover:after {



  color: #fff;



}



.ab-sild .sild-cate .list li:after {



  font-weight: bold;



  right: 20px;



  top: 0;



  color: #999;



  position: absolute;



  content: "\e904";



  font-family: 'icomoon' !important;



}



.ab-sild .sild-cont {



  background: #fff;



}



.ab-sild .sild-cont .cont-list {



  padding: 20px;



}



.ab-sild .sild-cont .cont-list ul li {



  color: #333;



  padding: 5px 0;



  padding-left: 60px;



  font-size: 14px;



}



.ab-sild .sild-cont .cont-list ul li span {



  width: 60px;



  margin-left: -60px;



  display: block;



  height: 20px;



  line-height: 20px;



  float: left;



  color: #666;



}



.pro-center {



  background: #fff;



  padding-bottom: 25px;



}



.pro-center .pro-list {



  overflow: hidden;



  padding: 25px 18px 10px;



}



.pro-center .pro-list ul li {



  float: left;



  width: 200px;



  margin: 0 10px 20px;



  border: 1px solid #fff;



}



.pro-center .pro-list ul li:hover {



  border-color: #f3c04b;



}



.pro-center .pro-list ul li .img {



  overflow: hidden;



  width: 200px;



  height: 200px;



  line-height: 200px;



  text-align: center;



  font-size: 0;



  background: #eee;



}



.pro-center .pro-list ul li .img img {



  display: inline-block;



  vertical-align: middle;



  max-width: 100%;



  max-height: 100%;



}



.pro-center .pro-list ul li .title {



  background: #f7f8fc;



  height: 40px;



  line-height: 40px;



  padding: 0 5px;



  text-align: center;



  font-size: 14px;



  font-weight: bold;



  color: #333;



}



.pro-center .pro-list ul li .title:hover {



  color: #f3c04b;



}



.page {



  font-size: 0;



  text-align: center;



}



.page .center {



  display: inline-block;



  overflow: hidden;



}



.page .center .page-span {



  float: left;



  font-size: 14px;



  color: #c3c3c3;



  line-height: 32px;



  margin-right: 30px;



}



.page .center .page-list {



  float: left;



  overflow: hidden;



}



.page .center .page-list ul li {



  float: left;



  width: auto;



  min-width: 30px;



  height: 32px;



  text-align: center;



  line-height: 30px;



  font-size: 14px;



  margin: 0 4px;



  padding: 0;



  border: none;



  background: transparent;



}



.page .center .page-list ul li a {



  min-width: 20px;



  padding: 0 5px;



  border: 1px solid #eee;



  display: block;



  color: #333;



  border-radius: 4px;



  -webkit-border-radius: 4px;



  overflow: hidden;



  background: #fff;



}



.page .center .page-list ul li:hover a {



  color: #f3c04b;



}



.page .center .page-list ul li.active a {



  background: #f3c04b;



  color: #fff;



}



.news-center {



  background: #fff;



  padding-bottom: 25px;



}



.news-center .new-list {



  padding: 45px 45px 0px;



}



.news-center .new-list ul li {



  margin-bottom: 35px;



  border-bottom: 1px solid #eee;



}



.news-center .new-list ul li a {



  overflow: hidden;



  display: block;



  height: 90px;



  padding-bottom: 30px;



}



.news-center .new-list ul li a .img {



  float: left;



  width: 130px;



  height: 90px;



  background: #eee;



  line-height: 90px;



  font-size: 0;



  text-align: center;



}



.news-center .new-list ul li a .img img {



  display: inline-block;



  vertical-align: middle;



  max-width: 100%;



  max-height: 100%;



}



.news-center .new-list ul li a .info {



  float: right;



  width: 690px;



}



.news-center .new-list ul li a .info h3 {



  font-size: 14px;



  font-weight: bold;



  line-height: 24px;



  color: #333;



}



.news-center .new-list ul li a .info em {



  display: block;



  font-size: 12px;



  color: #999;



  line-height: 16px;



  margin-bottom: 10px;



}



.news-center .new-list ul li a .info p {



  font-size: 14px;



  line-height: 22px;



  color: #999;



  max-height: 44px;



  overflow: hidden;



}



.news-center .new-list ul li a:hover h3 {



  color: #f3c04b;



}



.message-c {



  background: #fff;



  padding: 40px 50px;



  overflow: hidden;



}



.message-c .p {



  font-size: 16px;



  line-height: 30px;



  color: #666;



  margin-bottom: 35px;



}



.message-c .from input {



  display: block;



  height: 38px;



  line-height: 38px;



  padding: 0 5px;



  border: 1px solid #d2d2d2;



  margin-bottom: 10px;



  font-size: 14px;



  color: #333;



}



.message-c .from input[name=user],



.message-c .from input[name=phone] {



  width: 348px;



}



.message-c .from textarea {



  font-size: 14px;



  color: #333;



  line-height: 20px;



  display: block;



  width: 728px;



  height: 130px;



  border: 1px solid #d2d2d2;



  padding: 5px;



  margin-bottom: 10px;



}



.message-c .from .code {



  overflow: hidden;



}



.message-c .from .code input[name=code] {



  width: 258px;



  float: left;



}



.message-c .from .code a {



  display: block;



  float: left;



  width: 80px;



  height: 38px;



  padding: 1px 0;



  margin-left: 10px;



}



.message-c .from .code a img {



  width: 80px;



  height: 38px;



}



.message-c .from .btn {



  padding-top: 25px;



}



.message-c .from .btn a {



  display: block;



  width: 362px;



  height: 40px;



  text-align: center;



  line-height: 40px;



  color: #fff;



  font-size: 16px;



  background: #8fa4de;



}



.message-c .from .btn a:hover {



  background: #8397d0;



}



.contact-o {



  background: #fff;



  overflow: hidden;



  padding: 40px 0;



  text-align: center;



}



.contact-o iframe {



  width: 830px;



  height: 500px;



  margin: 0 auto;



}







/* 翻译插件 */



.goog{padding-left: 0 !important;position: relative;}

#google_translate_element{position: absolute;top: 0;left: 0;width: 100%;}

.goog-te-banner-frame{display: none !important;}

.goog-te-gadget-simple{background: none !important;border: none !important;padding: 0 !important;}

.goog-te-gadget-simple .goog-te-menu-value{color: #464746 !important;}

.goog-te-gadget-simple .goog-te-menu-value span{border: none !important;color: #464746 !important;}

.goog-te-gadget img{display: none !important;}

.goog-te-gadget-simple{background: url(../images/google_logo.png) left center no-repeat !important;padding-left: 20px !important;}