.banner .swiper-pagination-bullet{background: #259072;}
/* .banner .swiper-pagination-bullet-active{width: 18px;height: 26px;background: url(../images/shandian.png) no-repeat center; } */
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction{display: flex;align-items: center;justify-content: center;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{width: 15px; height: 15px; margin: 0 6px!important;}

.slick-slider{position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list{z-index: 0; position: relative; display: block; overflow: hidden; margin: 0 auto; width: 100%;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer; cursor: hand;}
.slick-track{position: relative; top: 0; left: 0; display: block;}
.slick-track:before,
.slick-track:after{display: table; content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{outline: none; display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block; width: 100%;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto;}
.slick-arrow.slick-hidden{display: none;}
.slick-dots { bottom: 7px; position: absolute; width: 100%; list-style: none; display: block; text-align: right; padding: 0px 8px; box-sizing: border-box; }
.slick-dots li{ cursor: pointer; width: 10px; /*overflow: hidden;*/ height: 10px; background: #999; display: inline-block; zoom: 1; *display: inline; margin: 0 2.5px;}
.slick-dots li button{ background: none; border: none; outline: none; font-size: 0; }
.slick-dots li.slick-active{ /*overflow: hidden;*/ background: #00874d; border: none;}
.slick-arrow{background-color: rgba(0,0,0,0); outline: none;border: none;width: 33px; height: 33px; top: 50%; margin-top: -16.5px; text-indent: 100px; overflow: hidden; -webkit-transition: all .5s;transition: all .5s; cursor: pointer; position: absolute; z-index: 10;}
.slick-arrow{ width: 22px; height: 42px; }
.slick-prev{ top: 50%; margin-top: -21px; left: -36px; background: url(../image/left1.png) center no-repeat; opacity: 0.4; }
.slick-next{ top: 50%; margin-top: -21px; right: -36px; background: url(../image/right1.png) center no-repeat; opacity: 0.4; }
.slick-prev:hover{ opacity: 1; }
.slick-next:hover{ opacity: 1; }

/*标题*/
.in_h2{ font-size: 32px; font-weight: bold; padding: 10px; color: #00874d; text-align: center; margin-bottom: 28px; }
.in_h2:after{ content: ""; display: block; width: 50px; margin: 0 auto; height: 3px; background: #00874d;margin-top: 20px;}
.in_h3{ font-size: 12px; color: #999; text-transform: uppercase; text-align: center; margin-bottom: 26px; }
/*标题*/
.pro_main{ padding: 80px 0 120px; }
.pro_main .info{ margin-bottom: 30px; }
.pro_main .info h2{ text-align: center; font-size: 30px; margin-bottom: 8px;  }
.pro_main .info h3{ text-align: center; font-size: 12px; color: #999; text-transform: uppercase; }
.pro_main p{ font-size: 18px; line-height: 36px; }

/* 优势 */
.list-t {
	margin: 60px 0 0;
	
}
.list .container {
	font-size: 0;
}
.list-in {
}
.list-one {
	position: relative;
	display: inline-block;
	width: 25%;
	background: #fff;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* transition: background .3s; */
}
.list-one:hover {
	background: #00874d;
}
.list-b .list-one:last-of-type:hover {
	background: #fff;
}
.list-one-in {
	display: block;
	width: 100%;
	height: 290px;
	text-align: center;
	vertical-align: middle;
}
.list-t .list-one-in {
    padding-bottom: 15px;
		height: auto;
}
.list-t .list-one-in h2 {
	padding-top: 26px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #00874d;
	height: 60px;
	font-weight: bold;
	transition: color .3s;
}
.list-t .list-one-in p {
	font-size: 16px;
	line-height: 30px;
	padding: 0 20px;
	text-align: left;
	height: 150px;
	overflow: hidden;
	color: #333;
}
.list-t .list-one:hover .list-one-in h2 { color: #fff;}
.list-t .list-one:hover .list-one-in p {
	color: #fff;
}
.list-one-img {
	display: inline-block;
	margin-top: 28px;
}
.list-one-img img {
	max-width: 100%;
	height: auto;
}
.list-t .list-one-img {
	background-repeat: no-repeat;
	background-position: center;
	width: 115px;
	height: 115px;
	line-height: 80px;
	margin-top: 40px;
	transition: all .3s;
}
.list-t .list-one-img.img1 { background: url(../image/s1.png); }
.list-t .list-one-img.img2 { background: url(../image/s2.png); }
.list-t .list-one-img.img3 { background: url(../image/s3.png); }
.list-t .list-one-img.img4 { background: url(../image/s4.png); }
.list-t .list-one:hover .list-one-img { transform: rotate(360deg);}
.list-t .list-one:hover .list-one-img.img1 { background: url(../image/s1_hover.png); }
.list-t .list-one:hover .list-one-img.img2 { background: url(../image/s2_hover.png); }
.list-t .list-one:hover .list-one-img.img3 { background: url(../image/s3_hover.png); }
.list-t .list-one:hover .list-one-img.img4 { background: url(../image/s4_hover.png); }

.list-t .slick-dots{ text-align: center;}
@media (max-width: 1000px) {
	.list-t .list-one-in p{padding: 0 12px;height: 150px;}
}
@media (max-width: 48em) {
	.list-t {
		margin: 20px 0;
	}
	.list-t .list-one-in {
	    padding-bottom: 40px;
	}
	.list-t .list-one-in p {
	    padding-top: 10px;
	    /* margin-bottom: 30px; */
	    font-size: 14px;
	}
	.list-t .list-one-img {
		transform: scale(.8);
	}
}
@media (max-width: 40em) {
	.list-one {
		width: 50%;
	}
	.list-t .list-one-img{margin-top: 10px;}
	.list-t .list-one-in {
	    padding-bottom: 5px;
	}
	.list-t .list-one-in h2{font-size: 16px;line-height: 20px;height: 30px; padding-top: 10px;margin-bottom: 10px;}
	.list-t .list-one-in p {
	    padding-top: 0;
			height: 170px;
			line-height: 25px;
	    margin-bottom: 10px;
	}
}

/* 产品中心 */
em.img_box{ display: block; overflow: hidden; }
.intro_p3{ padding: 50px 0 60px;  background: #f6f6f6; }
.islick3{ margin: 0 2%; }
.islick3 li{ margin: 0 20px;  border: 1px solid #dcdcdc;}
.islick3 li h3{ font-size: 20px; padding: 0 10px; text-align: center; margin: 15px 0; height: 30px; overflow: hidden; color: #333;}
.islick3 li h3 span{ font-weight: bold; color: #00874d;}
.islick3 li .img_box{ margin-bottom: 18px; position: relative; box-sizing: border-box; padding: 0;}
.islick3 li .img_box i{ display: block; position: absolute; top: 0; left: 0; width: 100%; height: 270px; transition: all .3s; }
.islick3 li:hover .img_box i{ background: rgba(0,135,77,.3); }
.islick3 li p{ color: #00874d; font-size: 16px; text-align: center; display: table; margin: 15px auto 25px; border: 1px solid #00874d; padding: 7px 20px;}
.islick3 li p a{ color: #00874d; }
.islick3 li:hover p{ color: #fff; background: #00874d; }
.islick3 .slick-prev{ left: -56px;}
.islick3 .slick-next{ right: -56px;}
@media screen and (max-width: 1440px){
.islick3 li{ margin: 0 5px;  }
.islick3 .slick-dots{ bottom: -40px; text-align: center; }
.islick3 .slick-dots{ bottom: -30px; }
.islick3 .slick-dots li{ margin: 0 3px; }
.islick3{ width: 100%; margin: 0;}
.intro_p3{ padding: 40px 0 70px; }
}
@media screen and (max-width: 1200px){
.islick3 li p,.profile_p1 p{ line-height: 26px; font-size: 14px; }
}
@media screen and (max-width: 768px){
.intro_p3{padding: 30px 0 60px;}
.in_h2{ font-size: 25px; margin-bottom: 10px; }
.islick3 li .img_box{ margin-bottom: 5px; }
.islick3 li h3{ font-size: 16px;height:23px}
}
@media screen and (max-width: 450px){
.islick3 li p{ line-height: 20px; font-size: 13px; height: auto; }
.islick3 li h3{ font-size: 15px;height:25px}
}

/* 简介 */
.intro_p1{ padding: 50px 0 100px; }
.intro_p1 .fl{ width: 43.6%; text-align: center; cursor:pointer; padding-top:10px;}
.intro_p1 .fl p{ font-size: 9px; color: #999; text-transform: uppercase; transform: scale(0.954); }
.intro_p1 .fr{ width: calc(56.4% - 75px); }
.intro_p1 .fr p{ font-size: 16px; line-height: 34px; margin-bottom: 20px; }
.intro_p1 .fr p a{ color: #333; }
.intro_p1 .fr img{ width: 48%; margin:0 2% 0 0;}
.intro_p1 .icon_play{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100px; height: 100px;}
.intro_p1 .icon_play img{ max-width: 100%; }
.div1{ transition: all .3s; position: relative; }
/* .div1:hover{ background: url(../images/video.png); } */
.div2 { position:fixed; background:#000; width:100%; height:100%; top:0; left:0px; z-index:999999; display:none; }
.div2 .box{ position:relative; width:100%;}
.div2 .guabi{ color:#fff; font-size:20px; line-height:24px; position:absolute; top:10px; right:10px;}

@media screen and (max-width: 1780px){
	.intro_p1 .fl{ width: 49.6%; }
	.intro_p1 .fr{ width: calc(47.4% - 45px); }
}
@media screen and (max-width: 1440px){
.intro_p1{ font-size: 0; }
.intro_p1 { padding: 40px 0 60px; }
.intro_p1 .fl,.intro_p1 .fr{ display: inline-block; vertical-align: top; float: none; }
.intro_p1 .fr{ width: calc(50.4% - 40px); }
.intro_p1 .fr{ margin-left: 40px; }
.intro_p1 .fr p:nth-child(3){display: none;}
.intro_p1 .icon_play{ width: 80px; height: 80px;}
}
@media screen and (max-width: 1200px){
.intro_p1 .fr p { line-height: 26px; font-size: 14px; }
}
@media screen and (max-width: 900px){
.intro_p1{ padding: 30px 0 40px; }
.intro_p1 .fl{ width: 100%; margin-bottom: 25px; }
.intro_p1 .fr{ width: 100%; margin-left: 0;}
}
@media screen and (max-width: 768px){
.intro_p1 .fl h2{ font-size: 20px; margin-bottom: 0; }
.intro_p1 .fr p:nth-child(4){display: none;}
}
@media screen and (max-width: 600px){
.intro_p1 .fl{margin: 0 0  20px; }
.intro_p1 .fr{ width: 100%; margin: 0 auto; }
.intro_p1 { padding: 30px 0; }
}
@media screen and (max-width: 500px){
.intro_p1 .fl h2 { font-size: 16px;}
.intro_p1 .icon_play{ width: 60px; height: 60px;}
}
@media screen and (max-width: 450px){
.intro_p1 .fr p { line-height: 25px; font-size: 14px; height: auto; }
}

/* 证书 */
.g_zs2{height:auto;padding: 80px 0 100px; background: url(../image/zsbg.jpg) no-repeat center;}
.g_zs2 h2{ color: #fff; }
.g_zs2 h2:after{ background: #fff; }
.zz ul{ height:92px; margin-left: 200px;}
.zz ul li{ float: left;width: 256px;height: 60px;line-height: 60px;text-align: center;font-size: 20px;color: #fff; margin-right: 16px; }
.zz ul li a{ color: #fff; display: block;background: #333333;}
.zz ul li a:hover,.zz ul li.cur a{ background: #0072c1; }
.zz-s{height:auto; overflow:; padding: 0 2%;}
.zz-s ol li{position: relative; float:left; width:100%; height:auto; overflow: hidden; background: url(../image/zsk.jpg) no-repeat ; background-size: 100%; margin: 0 8px;transition: transform 0.3s linear 0s;}
.zz-s ol li:hover{ transform: translateX(-5px);	}
.zz-s ol li.no{margin:0;}
.zz-s ol li img{width:100%; height:auto; display: block;padding: 15px; padding-bottom: 24px;}
.zz-s ol li em{display: block;height: 46px;line-height: 46px;font-size: 16px;color: #fff;overflow: hidden;text-align: center;
}
.zz-s ol .slick-dots{ text-align: center; margin: 0; height: auto; bottom: -20px; }
.zz-s ol > .slick-dots li{ background: #ccc; margin: 0 5px; width: 10px; height: 10px; display: inline-block; float: none; }
.zz-s ol > .slick-dots li:hover{ transform: none;}
.zz-s ol > .slick-dots li.slick-active{ background: #00874d;}
.zz-s ol .slick-prev {background: url(../image/left2.png) no-repeat;left: -55px; opacity: 0.5; }
.zz-s ol .slick-next {background: url(../image/right2.png) no-repeat;right: -55px; opacity: 0.5; }
.zz-s ol .slick-prev:hover,
.zz-s ol .slick-next:hover{ opacity: 1; }
.slick-arrow{width: 50px; height: 90px;}
@media screen and (max-width: 1440px) {
	.g_zs2{ padding: 40px 0 60px;}
}
@media screen and (max-width: 1000px) {
	.zz-s{padding: 0;}
}
@media screen and (max-width: 768px) {
	.g_zs2{padding: 20px 0 50px;}
	.zz-s{padding: 0;}
	.zz-s ol li em{font-size: 14px}
}
/* 证书-xin */
.environment{ background: url(../image/zsbg.jpg) no-repeat center; padding: 30px 0;}
.environment .environment-img{background: url(../image/zsk.jpg) no-repeat; background-size: 100% 100%; padding:26px;border-radius:8px;margin:0 auto;-webkit-box-shadow:0 0 30px #ddd;box-shadow:0 0 30px #ddd;display:table}
.environment .environment-img a{display:table-cell;vertical-align:middle}
.environment .environment-img img{display:block;margin:0 auto}
/* .environment .swiper-container{ padding: 0 100px;} */
.environment .swiper-slide{width:388px;height:}
.environment .swiper-slide .tit{line-height:1;text-align:center;color:#a38639;font-size:16px;margin:35px auto 0;opacity:0;filter:alpha(opacity=0);transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease}
.environment .swiper-slide-active .tit{opacity:1;filter:alpha(opacity=100)}
.environment .swiper-button-prev{ background-image: url(../image/left2.png);}
.environment .swiper-button-next{ background-image: url(../image/right2.png);}
@media (max-width:1000px){
.environment{padding-bottom:6%}
}
@media (max-width:768px){
.swiper-button-next,.swiper-button-prev{width:42px;height:42px}
.environment .environment-img{padding:23px}
.environment .swiper-slide .tit{font-size:14px;margin-top:10px}
}

/* 新闻 */
.g_news{padding: 80px 0 80px; }
.g_news .m_news{float: left;width: 70%;}
.g_news .m_news h3{background: url(/template/default/images/newtit.jpg) no-repeat 0 5px;height: 46px;line-height: 40px;font-size: 24px;font-weight: bold; color: #00874d; padding-left: ; margin-bottom: 20px;}
.g_news .m_news h3 a{color: #00874d;}
.g_news .m_news h3 em{font-size: 16px; color: #333333;font-weight: normal; line-height: 46px; height: 46px;}

.g_news .newtj{ margin-bottom: 6px;padding-left: ;position: relative;}
/* .g_news .line{width: 800px;height: 1px;background: #e9e9e9;left:0;top:68px;position: absolute;} */
.g_news .newtj dl{float: left;width:46%; margin-right: 4%; }
/* .g_news .newtj dl:nth-child(2){ margin-right: 0; } */
.g_news .newtj dt{width: 100%;overflow: hidden;}
.g_news .newtj dt img{width: 100%;display: block;transition: all 0.3s linear 0s;}
.g_news .newtj dt:hover img{transform: scale(1.1);}
.g_news .newtj dd{height: 120px;}

.g_news .newtj b{display: block;height: 20px;line-height: 20px;font-weight: normal;font-size: 16px;color: #ababab;margin-bottom: 5px;}
.g_news .newtj h4 a{display: block;height: 32px;line-height: 32px;font-size: 18px;color: #333333;overflow: hidden;font-weight: bold;margin: 16px 0 5px;}
.g_news .newtj p{font-size: 16px;line-height: 24px;color: #787878;height: 48px;overflow: hidden;margin-bottom: 16px;}
.g_news .newtj p a{ color: #00874d;}
.g_news .newlst{width: 100%; margin-top: 15px; float: left; border-top: 2px solid #b5b5b5; padding:15px 0 0;  }
/* .g_news .newlst:nth-child(3){ margin-right: 0; } */
.g_news .newlst li{ position: relative; height: 24px;line-height: 24px;padding-left: ;overflow: hidden;font-size: 14px;color: #5c5c5c;margin-bottom: 12px;background: url(/template/default/images/dtico.jpg) no-repeat 0 5px;}
.g_news .newlst li a{ color: #5c5c5c; display: block; margin-right: 85px;}
.g_news .newlst li em{ color: #bcbcbc; right: 0; position:absolute;}

.g_news .m_wd{float: right;width: 30%;}
.g_news .m_wd h3{height: 46px;line-height: 40px; font-size: 24px;color: #00874d;font-weight: bold;margin-bottom: 20px;}
.g_news .m_wd h3 a{color: #00874d;}
.g_news .m_wd h3 em{font-size: 14px;color: #333333;font-weight: normal;}
.g_news .wdcon .wdtj{margin-bottom: 15px;}
.g_news .wdcon dt{width: 100%;height: auto;overflow: hidden;}
.g_news .wdcon dt a{ float: left; display: block; width: 33%; margin-right: 0.5%; overflow: hidden;}
.g_news .wdcon dt a:nth-child(3){ margin-right: 0;}
.g_news .wdcon dt img{width: 100%;height: auto;display: block;transition: all 0.3s linear 0s;}
.g_news .wdcon dt a:hover img{transform: scale(1.1);}

.g_news .wdlst li{height: 104px;line-height: 24px; overflow: hidden;font-size: 14px;color: #5c5c5c;margin-bottom: 3px; position: relative;overflow: hidden;}
.g_news .wdlst li:hover{ background: #00874d;}
.g_news .wdlst li a{color: #5c5c5c; }
.g_news .wdlst li .img{ position: absolute; left: 0;top: 0; width: 150px; overflow: hidden; }
.g_news .wdlst li .img img{ transition: all .3s; }
.g_news .wdlst li:hover .img img{ transform: scale(1.1); }
.g_news .wdlst li .tx{ margin-left: 150px; border: 1px solid #00874d; height: 104px; padding-top: 12px; }
.g_news .wdlst li .tx p{ padding: 0 10px; font-size: 16px; color: #00874d; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.g_news .wdlst li:hover .tx { color: #fff; }
.g_news .wdlst li:hover .tx p{ color: #fff; }
@media screen and (max-width: 1440px) {
	.g_news{padding: 50px 0 ;}
}

@media screen and (max-width:1100px) {
	.g_news .m_news{width: 100%;}
	.g_news .newtj dl{width: 48%;}
	.g_news .newtj dl:nth-child(2){ margin-right: 0;}
	
	.g_news .m_wd{width: 100%; margin-top: 60px;}
	.g_news .wdlst li{height: 180px;}
	.g_news .wdlst li .img{width: 350px;}
	.g_news .wdlst li .tx{margin-left: 350px; height: 180px; padding-top: 50px;}
	
}
@media screen and (max-width:768px) {
	.g_news {padding: 30px 0;}

	.g_news .m_news{width: 100%;}
	.g_news .newtj dl{width: 100%; margin-right: 0; margin-bottom: 14px;}
	.g_news .newtj dl:nth-child(2){ margin-right: 0;}
	.g_news .newtj h4 a{font-size: 16px}
	.g_news .newtj b{font-size: 12px}
	.g_news .newtj p{font-size: 14px}
	
	.g_news .newlst li a{font-size: 14px}
	
	.g_news .m_wd{width: 100%; margin-top: 0px;}
	.g_news .wdlst li{height: 120px;}
	.g_news .wdlst li .img{width: 200px;}
	.g_news .wdlst li .tx{margin-left: 200px; height: 120px; padding-top: 20px;}
	.g_news .wdlst li .tx p{font-size: 14px}
}