@charset "utf-8";
/* CSS Document*/
body{text-align: left;font-size: 16px;font-family: 'microsoft yahei';-webkit-text-size-adjust: none;height: auto;color: #333;background: #fff;}
body{overflow-x: hidden;overflow-y: auto;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p{padding: 0;margin: 0;}
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{padding: 0;margin: 0;}
fieldset{border-top-width: 0;border-left-width: 0;border-bottom-width: 0;border-right-width: 0;}
a img{border: 0;padding: 0;margin: 0;}
i{font-style: normal;}
address,caption,cite,cite,code,dfn,em,th,var{font-weight: normal;font-style: normal;}
li{list-style-type: none;}
caption{text-align: left;}
th{text-align: left;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
q:unknown{content: '';}
input,textarea,select{font-family: inherit;font-size: 100%;}
a:link{color: #333;text-decoration: none;}
a:visited{color: #333;text-decoration: none;}
a:hover{color: #23ac38;text-decoration: none;}
.fl{float: left;}
.fr{float: right;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;font-size: 0;margin: 0;padding: 0;display: block;_height: 0;overflow: hidden;}
/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
/*网站公用样式表*/
.w1200 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
/*头部*/
.header{padding: 20px 0;overflow: hidden;}
.header .text {float:left;}
.header .text a{float: left; margin-right: 20px;}
.header .text img {
    display: inline-block;
}
.logo_txt {
    border-left: #ccc solid 1px;
	margin-top: 10px;
    display: inline-block;
}
.logo_txt h3 {
    font-size: 22px;
    color: #23ac38;
    line-height: 30px;
    text-align: left;
    font-weight: 600;
    margin-left: 20px;
	letter-spacing: 2px;
}
.logo_txt h5 {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    text-align: left;
    font-weight: normal;
    margin-left: 20px;
}
.header .tel{float: right;background: url(../images/tel.gif) no-repeat 0 center;padding-left: 50px;margin-left: 40px;margin-top: 18px;}
.header .tel strong{display: block;font-size: 28px;font-family: Impact;line-height: 1;margin-top: 5px;}
/*导航*/
.nav_main{background: #23ac38;}
.nav_main .nav li{float: left;position: relative;}
.nav_main .nav li span{display: block;width: 150px;color: #fff;font-size: 16px;line-height: 60px;text-align: center;background-repeat: no-repeat;background-position: bottom;background-image: -webkit-linear-gradient(left, #333333, #333333);background-image: linear-gradient(to left, #333333, #333333);background-size: 100% 0;transition: all .5s;}
.nav_main .nav li.cur span,.nav_main .nav li:hover span{background-size: 100% 100%;}
.nav_main .nav li dl{width: 150px;position: absolute;left: 0;top: 100%;z-index: 12;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.nav_main .nav li dl{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav_main .nav li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav_main .nav li dl dd{line-height: 44px;height: 44px;text-align: left;position: relative;z-index: 12;display: block;width: 100%;border-top: 1px solid #188e2a;}
.nav_main .nav li dl dd:first-child{border: none;}
.nav_main .nav li dl dd a{display: block;color: #fff;font-size: 14px;padding: 0;background: #23ac38;text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #333333, #333333);background-image: linear-gradient(to right, #333333, #333333);-webkit-transition: all 0.5s;transition: all 0.5s;background-size: 0% 100%;}
.nav_main .nav li dl dd a:hover{background-size: 100% 100%;padding-left: 10px;}
/*网站大图*/
#banner_main{overflow:hidden;position: relative;z-index: 2;max-width:1920px;margin:0 auto;}
#banner_main .banner{height: 560px;}
#banner{width:100%;min-width:1000px;position:relative;overflow:hidden;z-index:0;}
#banner, .banner ul{max-height: 560px;overflow:hidden;}
.banner li{width:100%;position:absolute;z-index:1;overflow:hidden;display: none;}
.banner li:first-child{display:block;}
.banner li img{width:1920px;display:block;position:relative;top:0;}
#banner .tip{width:1000px;height: 14px;line-height:0;font-size:0;text-align:center;position:absolute;left:50%;margin-left:-500px;bottom: 20px;z-index:3;}
#banner .tip span{width: 15px;height: 15px;margin: 0 5px;display:inline-block;cursor: pointer;background: #fff;border-radius: 50%;transition: all .5s;}
#banner .tip span.cur{background: #23ac38;}
#banner #btn_prev,#banner #btn_next{width: 40px;height: 40px;position:absolute;top: 50%;margin-top: -20px;background-repeat: no-repeat;background-size: 100%;z-index:5;opacity: 0;}
#banner #btn_prev{left: 4%;background-image: url(../images/left_arrow.png);}
#banner #btn_next{right: 4%;background-image: url(../images/right_arrow.png);}
#banner:hover #btn_prev,#banner:hover #btn_next{opacity: 1;}
.nybanner{width: 100%;position: relative;height: 300px;overflow: hidden;background-position: center;background-repeat: no-repeat;background-image: url(../images/nybanner.jpg);}
/*首页标题*/
.index_title{position: relative;padding-top: 60px;padding-bottom: 27px;margin-bottom: 50px;background: url(../images/line.png) center bottom no-repeat;text-align: center;}
.index_title h3{color: #333;font-size: 24px;line-height: 33px;}
.index_title h3 b{color: #23ac38;}
/*图标导航*/
.index .inav{padding-bottom: 50px;}
.index .inav ul{}
.index .inav ul li{float: left;width: 240px;height: 300px;text-align: center;cursor: pointer;}
.index .inav ul li .img{width: 114px;height: 114px;border: 3px solid #23ac38;border-radius: 100%;margin: auto;margin-top: 10px;margin-bottom: 30px;transition: all .5s;}
.index .inav ul li .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.index .inav ul li h3{color: #000;font-size: 20px;line-height: 30px;}
.index .inav ul li .lin{width: 120px;height: 1px;background: #ccc;margin: 15px auto;}
.index .inav ul li p{color: #666;font-size: 16px;line-height: 180%;padding: 0 20px;}
.index .inav ul li .img:hover{background: #23ac38;}
.index .inav ul li .img:hover img{-webkit-filter: grayscale(100%) brightness(200%);-moz-filter: grayscale(100%) brightness(200%);-ms-filter: grayscale(100%) brightness(200%);-o-filter: grayscale(100%) brightness(200%);filter: grayscale(100%) brightness(200%);}
.index .inav ul li.on .img:hover{background: none;}
.index .inav ul li.on .img:hover img{-webkit-filter: none;-moz-filter: none;-ms-filter: none;-o-filter: none;filter: none;}
/*产品介绍*/
.index .product{padding: 80px 0;background: url(../images/pro_bg.jpg) no-repeat center;background-size: cover;background-attachment: fixed;}
.index .product .pro_left{width: 230px;background: #23ac38;}
.index .product .pro_left .pro_tit{width: 100%;height: 100px;}
.index .product .pro_left .pro_tit h2{padding-top: 20px;color: #fff;text-align: center;}
.index .product .pro_left .pro_tit h2 p{font-size: 24px;line-height: 30px;}
.index .product .pro_left .pro_tit h2 span{font-size: 14px;line-height: 30px;display: block;}
.index .product .pro_left ul{margin: 0 2px;padding: 0 18px 20px;padding-top: 17px;background: #fff;}
.index .product .pro_left ul li{margin-bottom: 25px;}
.index .product .pro_left ul li a{display: block;color: #333;font-size: 16px;line-height: 40px;border: 1px solid #ccc;border-style: dashed;text-align: center;-webkit-transition: all .0s;-moz-transition: all .0s;transition: all .0s;}
.index .product .pro_left ul li a:hover{color: #23ac38;line-height: 36px;font-weight: normal;border: 2px double #23ac38;}
.index .product .pro_left .contactn{text-align: center;}
.index .product .pro_left .contactn span{color: #ddd;font-size: 14px;line-height: 24px;padding-top: 20px;display: block;}
.index .product .pro_left .contactn h3{color: #fff;font-size: 16px;line-height: 38px;}
.index .product .con_right{width: 945px;}
.index .product .con_right ul{width: 100%;}
.index .product .con_right ul li{float: left;width: 296px;margin-right: 25px;margin-bottom: 25px;border: 1px solid #ddd;background: #fff;transition: all .5s;}
.index .product .con_right ul li:nth-child(3n){margin-right: 0;}
.index .product .con_right ul li .img{position: relative;height: 200px;margin: 15px;overflow: hidden;margin-bottom: 0;}
.index .product .con_right ul li .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.index .product .con_right ul li .img .bg{position: absolute;top: 0;width: 100%;height: 100%;background: url(../images/more.png) center no-repeat;background-color: rgba(28,142,46,.9);opacity: 0;transition: all .5s;}
.index .product .con_right ul li h3{color: #333;line-height: 45px;text-align: center;}
.index .product .con_right ul li:hover{border: 1px solid #23ac38;}
.index .product .con_right ul li:hover .img img{transform: scale(1.1);}
.index .product .con_right ul li:hover .bg{opacity: 1;}
/*六大优势*/
.index .advantage{height: 810px;}
.index .advantage ul{position: relative;padding-top: 40px;}
.index .advantage ul li{float: left;width: 270px;margin-bottom: 95px;}
.index .advantage ul li:nth-child(2n){float: right;margin-left: 50%;text-align: right;}
.index .advantage ul li h3{font-size: 18px;font-weight: bold;line-height: 24px;height: 33px;}
.index .advantage ul li p{color: #999;font-size: 14px;line-height: 180%;padding-top: 8px;height: 75px;overflow: hidden;}
.index .advantage .youshi{position: absolute;top: -50px;left: 50%;margin-left: -330px;width: 660px;height: 660px;background: url(../images/youshi.jpg) center no-repeat;background-size: 400px;}
.index .advantage .youshi .ico{position: absolute;width: 100px;height: 100px;color: #fff;font-size: 28px;line-height: 100px;font-weight: bold;text-align: center;background: #23ac38;border-radius: 50%;z-index: 1;-webkit-transition: all ease-in-out 5s;-webkit-animation: big 5s infinite linear;}
.index .advantage .youshi .ico:nth-child(1){left: 153px;top: 75px;}
.index .advantage .youshi .ico:nth-child(2){left: 407px;top: 75px;}
.index .advantage .youshi .ico:nth-child(3){left: 35px;top: 280px;}
.index .advantage .youshi .ico:nth-child(4){left: 525px;top: 280px;}
.index .advantage .youshi .ico:nth-child(5){left: 153px;top: 487px;}
.index .advantage .youshi .ico:nth-child(6){left: 407px;top: 487px;}
.index .advantage .youshi .bg{position: absolute;top: 50%;margin-top: -230px;left: 50%;margin-left: -230px;width: 461px;height: 461px;background: url(../images/ys_bg.png) center no-repeat;transition: all ease-in-out 15s;animation: anims1 15s infinite linear;-webkit-transition: all ease-in-out 15s;-webkit-animation: anims1 15s infinite linear;}
@-webkit-keyframes big{0%{-webkit-transform: scale(1);} 50%{-webkit-transform: scale(.8);} 100%{-webkit-transform: scale(1);}}
@keyframes anims1{0%{transform: rotate(0deg);} 100%{transform: rotate(360deg);}}
@-webkit-keyframes anims1{0%{-webkit-transform: rotate(0deg);} 100%{-webkit-transform: rotate(360deg);}}
/*关于我们*/
.index .about{position: relative;}
.index .about .bg{position: absolute;width: 100%;top: 0;background: #ebf0f5;}
.index .about .index_title h3{color: #23ac38;}
.index .about .box{position: relative;padding: 40px;background: #fff;}
.index .about .box .img{width: 540px;height: 300px;overflow: hidden;}
.index .about .box .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.index .about .box .txt{width: 520px;padding-top: 15px;}
.index .about .box .txt h3{color: #333;font-size: 20px;line-height: 28px;font-weight: bold;height: 40px;margin-bottom: 10px;}
.index .about .box .txt p{color: #666;font-size: 14px;line-height: 28px;text-align: justify;height: 168px;overflow: hidden;}
.index .about .box .txt a{display: block;width: 120px;color: #666;line-height: 38px;border: 1px solid #666;border-radius: 3px;text-align: center;margin-top: 27px;}
.index .about .box .txt a:hover{color: #fff;background: #23ac38;border-color: #23ac38;}
.index .about .box .img:hover img{transform: scale(1.1);}
.index .about .bd{margin: 0 40px;overflow: hidden;padding-bottom: 20px;}
.index .about .bd ul{}
.index .about .bd ul li{float: left;margin-right: 25px;}
.index .about .bd ul li .img{width: 204px;height: 153px;overflow: hidden;}
.index .about .bd ul li .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.index .about .bd ul li h3{color: #666;font-size: 14px;line-height: 30px;padding-top: 10px;text-align: center;transition: all .5s;}
.index .about .bd ul li:hover .img img{transform: scale(1.1);}
.index .about .bd ul li:hover h3{color: #23ac38;}


.multipleLine{ overflow:hidden; position:relative; width:450px;  border:1px solid #ccc;   }
		.multipleLine .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.multipleLine .hd .prev,.multipleLine .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("images/icoUp.gif") no-repeat;}
		.multipleLine .hd .next{ background:url("images/icoDown.gif") no-repeat;  }
		.multipleLine .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.multipleLine .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
		.multipleLine .hd ul li.on{ background-position:0 0; }
		.multipleLine .bd{ padding:10px; height:240px; overflow:hidden;  }
		.multipleLine .bd ul{ overflow:hidden; zoom:1; margin-bottom:10px;  }
		.multipleLine .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.multipleLine .bd ul li .pic{ text-align:center; }
		.multipleLine .bd ul li .pic img{ width:120px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
		.multipleLine .bd ul li .pic a:hover img{ border-color:#999;  }
		.multipleLine .bd ul li .title{ line-height:24px;   }
/*新闻资讯*/
.index .inews{background: #ebf0f5;}
.index .inews .index_title h3{color: #23ac38;}
.index .inews .pro_left{width: 230px;background: #23ac38;}
.index .inews .pro_left .pro_tit{width: 100%;height: 100px;}
.index .inews .pro_left .pro_tit h2{padding-top: 20px;color: #fff;text-align: center;}
.index .inews .pro_left .pro_tit h2 p{font-size: 24px;line-height: 30px;}
.index .inews .pro_left .pro_tit h2 span{font-size: 14px;line-height: 30px;display: block;}
.index .inews .pro_left ul{margin: 0 2px;padding: 30px 15px;background: #fff;}
.index .inews .pro_left ul li{margin-bottom: 15px;}
.index .inews .pro_left ul li a{display: block;color: #333;font-size: 14px;line-height: 38px;border: 1px solid #ccc;border-style: dashed;text-align: center;-webkit-transition: all .0s;-moz-transition: all .0s;transition: all .0s;}
.index .inews .pro_left ul li a:hover{color: #23ac38;line-height: 36px;font-weight: bold;border: 2px double #23ac38;}
.index .inews .pro_left .contactn{text-align: center;padding: 10px 0 30px;}
.index .inews .pro_left .contactn span{color: #ddd;font-size: 16px;line-height: 24px;padding-top: 20px;display: block;}
.index .inews .pro_left .contactn h3{color: #fff;font-size: 16px;line-height: 38px;}
.index .inews .con_right{width: 940px;}
.index .inews .con_right ul{width: 100%;}
.index .inews .con_right ul li{height: 150px;background: #fff;margin-top: 30px;}
.index .inews .con_right ul li:first-child{margin-top: 0;}
.index .inews .con_right ul li .img{width: 200px;height: 150px;overflow: hidden;}
.index .inews .con_right ul li .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.index .inews .con_right ul li .txt{width: 680px;margin: 0 30px;padding-top: 23px;}
.index .inews .con_right ul li .txt i{color: #23ac38;font-size: 16px;padding-right: 10px;}
.index .inews .con_right ul li .txt h3{display: inline-block;font-size: 16px;}
.index .inews .con_right ul li .txt span{display: block;color: #929292;font-size: 13px;line-height: 28px;margin-top: 5px;}
.index .inews .con_right ul li .txt p{color: #888;font-size: 13px;line-height: 24px;text-align: justify;margin-top: 3px;height: 48px;overflow: hidden;}
.index .inews .con_right ul li .img:hover img{transform: scale(1.1);}
/*荣誉资质*/
.index .honor{padding-bottom: 50px;}
.index .honor .bd{overflow: hidden;}
.index .honor .bd ul{}
.index .honor .bd ul li{float: left;margin-right: 25px;}
.index .honor .bd ul li .img{width: 281px;height: 211px;overflow: hidden;}
.index .honor .bd ul li .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.index .honor .bd ul li h3{color: #666;font-size: 16px;line-height: 50px;text-align: center;transition: all .5s;}
.index .honor .bd ul li:hover .img img{transform: scale(1.1);}
.index .honor .bd ul li:hover h3{color: #23ac38;}
/*底部*/
.footer{width: 100%;color: #fff;background: #434343;}
.footer .links{padding: 20px 0;font-size: 18px;}
.footer .links span{color: #fff;display:inline-block;}
.footer .links a{display:inline-block;font-size: 14px;color: #fff;padding-right: 15px;}
.footer .bottom{padding: 50px 0;border-top: 1px solid #555;}
.footer .contact{position: relative;width: 320px;}
.footer .contact:after{content: "";position: absolute;top: 45px;right: 0;width: 1px;height: 150px;background: #555;}
.footer .contact h3{font-size: 16px;line-height: 21px;padding-bottom: 20px;}
.footer .contact .tel{color: #fff;font-size: 24px;line-height: 27px;margin-bottom: 16px;}
.footer .contact .tel span{font-family: Arial;font-size: 12px;opacity: .4;padding-left: 5px;}
.footer .contact p{font-size: 14px;line-height: 24px;}
.footer .contact a{display: inline-block;width: 90px;color: #fff;font-size: 12px;line-height: 28px;border: 1px solid #fff;text-align: center;border-radius: 3px;margin-top: 20px;opacity: .4;}
.footer .contact a:hover{opacity: 1;}
.footer .ewm{position: relative;padding: 0 66px;}
.footer .ewm:after{content: "";position: absolute;top: 45px;right: 0;width: 1px;height: 150px;background: #555;}
.footer .ewm h3{font-size: 16px;margin-bottom: 23px;}
.footer .ewm dl{float:left;display:block;margin-right: 40px;}
.footer .ewm dl:last-child{margin-right:0px;}
.footer .ewm dl dt{width: 135px;height: 135px;padding: 2px;border-radius: 8px;background: #fff;margin: auto;}
.footer .ewm dl dt img{width: 100%;height: 100%;display:inline-block;}
.footer .ewm dl dd{color: #fff;font-size: 12px;line-height: 35px;text-align: center;}
.footer .bNav{width: 360px;padding-left: 70px;}
.footer .bNav h3{font-size: 16px;margin-bottom: 23px;}
.footer .bNav a{float: left;width: 120px;color: #fff;padding-bottom: 9px;}
/*版权*/
.copyright{font-size: 12px;line-height: 50px;background: #222;text-align: center;}
.copyright p{color: #fff;}
.copyright span{margin: 0 6px;}
.copyright a{color: #fff;}
/*浮动客服*/
.toolbar{position: fixed;top: 75%;right: 1%;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background: #23ac38;margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #23ac38;opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #23ac38;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: #23ac38;opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 140px;height: 140px;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #23ac38;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #333;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}
.bg_main{padding-bottom: 20px;min-height: 640px;}
.bg_main .sobtitle{height: 50px;line-height: 50px;font-size: 14px;color: #434343;background: #f6f6f6;}
.bg_main .sobtitle span{color: #23ac38;}
.bg_main .sobtitle i{font-size: 12px;font-family: 宋体;margin: 0 5px;}
.bg_main .sobtitle a{font-size: 14px;color: #434343;}
.bg_main .sobtitle a:hover{color: #23ac38;}
.sub_nav{height: 35px;line-height: 35px;padding-bottom: 20px;border-bottom: 1px solid #f2f2f2;padding-top: 20px;}
.sub_nav .fl{font-size: 26px;}
.sub_nav .fr li{float: left;}
.sub_nav .fr li a{padding: 0 20px;border: 1px solid #e6e6e6;display: block;margin-left: 10px;line-height: 33px;}
.sub_nav .fr li a:hover,.sub_nav .fr li a.hover{background: #23ac38;color: #fff;border: 1px solid #23ac38;}
/*文章列表*/
.bg_main .news_list{padding-top: 28px;}
.bg_main .news_list li{float: left;width: 344px;padding: 20px;border: 1px solid #eee;margin-right: 20px;margin-bottom: 20px;transition: all .5s;}
.bg_main .news_list li:nth-child(3n){margin-right: 0;}
.bg_main .news_list li .img{width: 100%;height: 258px;overflow: hidden;}
.bg_main .news_list li .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.bg_main .news_list li  h3{color: #333;font-size: 16px;line-height: 30px;padding-top: 5px;}
.bg_main .news_list li  p{color: #999;font-size: 13px;line-height: 22px;text-align: justify;height: 44px;padding-top: 5px;overflow: hidden;}
.bg_main .news_list li  span{color: #999;font-size: 12px;line-height: 22px;}
.bg_main .news_list li:hover{border-color: #23ac38;}
.bg_main .news_list li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.bg_main .news_list li:hover h3{color: #23ac38;}
/*图片列表*/
.bg_main .pic_list{padding-top: 28px;}
.bg_main .pic_list li{float: left;width: 344px;padding: 20px;padding-bottom: 0;border: 1px solid #eee;margin-right: 20px;margin-bottom: 20px;transition: all .5s;}
.bg_main .pic_list li:nth-child(3n){margin-right: 0;}
.bg_main .pic_list li .img{position: relative;width: 100%;height: 258px;overflow: hidden;}
.bg_main .pic_list li .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.bg_main .pic_list li .img .bg{position: absolute;top: 0;width: 100%;height: 100%;background: url(../images/more.png) center no-repeat;background-color: rgba(28,142,46,.9);opacity: 0;transition: all .5s;}
.bg_main .pic_list li  h3{color: #333;font-size: 16px;line-height: 60px;text-align: center;}
.bg_main .pic_list li:hover{border-color: #23ac38;}
.bg_main .pic_list li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.bg_main .pic_list li:hover h3{color: #23ac38;}
.bg_main .pic_list li:hover .bg{opacity: 1;}
/*产品列表*/
.pro_list{padding-top: 28px;}
.pro_list .left{width: 230px;background: #23ac38;}
.pro_list .left .tit{width: 100%;height: 100px;}
.pro_list .left .tit h2{padding-top: 20px;color: #fff;text-align: center;}
.pro_list .left .tit h2 p{font-size: 24px;line-height: 30px;}
.pro_list .left .tit h2 span{font-size: 14px;line-height: 30px;display: block;}
.pro_list .left ul{margin: 0 2px;padding: 18px;background: #fff;}
.pro_list .left ul li{margin-bottom: 15px;}
.pro_list .left ul li:last-child{margin-bottom: 0;}
.pro_list .left ul li a{display: block;color: #333;font-size: 14px;line-height: 38px;border: 1px solid #ccc;border-style: dashed;text-align: center;-webkit-transition: all .0s;-moz-transition: all .0s;transition: all .0s;}
.pro_list .left ul li a:hover,.pro_list .left ul li a.hover{color: #23ac38;line-height: 36px;font-weight: bold;border: 2px double #23ac38;}
.pro_list .left .contactn{height: 100px;text-align: center;}
.pro_list .left .contactn span{color: #ddd;font-size: 14px;line-height: 24px;padding-top: 20px;display: block;}
.pro_list .left .contactn h3{color: #fff;font-size: 24px;line-height: 38px;}
.pro_list .list{width: 945px;}
.pro_list .list ul{width: 100%;}
.pro_list .list ul li{float: left;width: 296px;margin-right: 25px;margin-bottom: 25px;border: 1px solid #ddd;background: #fff;transition: all .5s;}
.pro_list .list ul li:nth-child(3n){margin-right: 0;}
.pro_list .list ul li .img{position: relative;height: 200px;margin: 15px;overflow: hidden;margin-bottom: 0;}
.pro_list .list ul li .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.pro_list .list ul li .img .bg{position: absolute;top: 0;width: 100%;height: 100%;background: url(../images/more.png) center no-repeat;background-color: rgba(28,142,46,.9);opacity: 0;transition: all .5s;}
.pro_list .list ul li h3{color: #333;line-height: 45px;text-align: center;}
.pro_list .list ul li:hover{border: 1px solid #23ac38;}
.pro_list .list ul li:hover .img img{transform: scale(1.1);}
.pro_list .list ul li:hover .bg{opacity: 1;}
.pro_list .show{width: 888px;padding: 30px;border: 1px solid #eee;}
/*附件列表*/
.dow_list{width: 950px;}
.dow_list li{height: 58px;line-height: 58px;padding-left: 25px;padding-right: 40px;border: 1px solid #ddd;margin-bottom: 20px;}
.dow_list li h3{display: inline-block;color: #434343;font-size: 16px;}
.dow_list li a{float: right;display: inline-block;width: 100px;color: #434343;font-size: 12px;line-height: 32px;text-align: center;background: #f0f0f0;border-radius: 3px;margin-top: 14px;cursor: pointer;}
.dow_list li a:hover{color: #fff;background: #23ac38;}
.detail .title{padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #f2f2f2;text-align: center;}
.detail .title h1{color: #23ac38;font-size: 24px;line-height: 40px;font-weight: bold;padding-bottom: 10px;}
.detail .title span{color: #5a5a5a;line-height: 20px;margin: 0 5px;}
.detail .title i{width: 23px;height: 16px;background-position: -73px 0;margin-right: 10px;}
.detail #pic{text-align: center;}
.detail #pic img{display: inline-block;max-width: 800px;padding: 1px;box-shadow: 0 0 20px 0 rgba(0,0,0,.3);}
.detail .context{color: #666;line-height: 28px;text-align: justify;padding: 25px 0;}
.detail .context img{max-width: 100%;}
.detail.page{margin-top: 28px;}
.detail.page .left{width: 230px;}
.detail.page .left .tit{color: #fff;height: 120px;padding-left: 30px;background: #23ac38;}
.detail.page .left .tit span{display: block;font-family: arial;font-size: 28px;padding-top: 28px;}
.detail.page .left .tit h3{font-size: 14px;line-height: 30px;}
.detail.page .left ul{padding-top: 3px;}
.detail.page .left ul li{margin-bottom: 3px;}
.detail.page .left ul li a{display: block;color: #666;line-height: 50px;background: #f4f4f4;text-align: center;}
.detail.page .left ul li a:hover,.detail.page .left ul li a.hover{color: #fff;background: #23ac38;}
.detail.page .context{width: 888px;padding: 30px;border: 1px solid #eee;}
/* reLink*/
.reLink{height: 38px;line-height: 38px;border: 1px solid #e6e6e6;padding: 0 15px;}
.reLink .nextLink,.reLink .prevLink{color: #666;width: 50%;}
.reLink .nextLink{text-align: right;}
.reLink a{color: #666;}
.reLink a:hover{color: #23ac38;}
.contact .box3 h1{font-size: 36px;padding-bottom: 15px;text-align: center;}
.contact .box3 p{font-size: 16px;color: #666;line-height: 24px;padding-bottom: 46px;text-align: center;}
.contact .box3 b{color: #23ac38;}
.formData{padding-bottom: 20px;}
.formData .item{float: left; color: #999; font-weight: normal; width: 560px; height: 50px; line-height: 50px; border: 1px solid #e5e5e5; margin-right: 76px; margin-bottom: 30px; position: relative;}
.formData .item label{padding-left: 15px;position: absolute;left: 0;top: 0;z-index: 11;text-align: center;display: block;margin: 0;height: 50px;line-height: 50px;font-size: 18px;color: #666;}
.formData .item input{outline: none; line-height: 38px; height: 38px; font-size: 18px;}
.formData .item .txt{width: 355px; height: 50px; line-height: 50px; display: block; background: none; padding-left: 70px; border: 0 none; color: #333;}
.formData .item .red{position: absolute; right: 15px; top: 0; color: #ff0000; z-index: 11;}
.formData .item.mr0{margin-right: 0;}
.formData .msg-box{position: absolute; left: 0; top: 0px;}
.formData .liuyan{width: 1198px; height: 240px; border: 1px solid #e5e5e5; float: left;}
.formData .liuyan label{text-align: right; display: block;}
.formData .liuyan textarea{width: 1178px;height: 214px;line-height: 28px;padding: 12px 10px;text-indent: 100px;font-size: 18px;font-family: "microsoft yahei";color: #333;border: 0 none;overflow: hidden;background: none;resize: none;display: block;outline: none;}
.formData .bot{width: 100%;}
.formData .sub{width: 232px;line-height: 46px;border: 2px solid #23ac38;margin-right: 2px;text-align: center;background: #23ac38;color: #FFF;cursor: pointer;font-size: 18px;display: block;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
.formData .sub:hover{background: none;color: #23ac38;}
.formData .yzm{width: 432px;}
.formData .yzm .txt{padding-left: 80px;}
.formData .yzm img{position: absolute;right: 3px;top: 3px;border: 0px;display: block;}

/*新增*/
/*head*/
.header2 .an{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
}
.header2 .an .text{
	display: flex;
	justify-content: space-between;
	height: 50px;
	/* align-items: center; */
}
.header2 .an .text h2{
	color: #6e6e6e;
	font-weight: normal;
	font-size: 15px;
	padding: 0 0 0 30px;
	line-height: 1.5;
}
.header2 .an .text h2 em{
	display: block;
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
}
.header2 .text img{
	display: inline-block;
}
.logo_txt{
	border-left: #ccc solid 1px;
	/* margin-left: 20px; */
	
	display: inline-block;
}
.logo_txt h3{
	font-size: 22px;
	color: #333;
	line-height:30px;
	text-align: left;
	font-weight: normal;
	margin-left: 20px;
}
.logo_txt h5{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	text-align: left;
	font-weight: normal;
	margin-left: 20px;
}
.tel p{
	font-size: 20px;
	color: #333;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 600;
}
.tel p img{
	margin-right: 10px;
}
.tel a{
	display: block;
	text-align: right;
	font-weight: bold;
	/* color: #f0a400; */
	color: #cf1322;
	font-size: 30px;
	line-height: 1.2;
}

.list_uls{
	position: fixed;
	left: 100%;
}
.list_uls {
    position: fixed;
    width: 100%;
    top: 0;
    left: 100%;
    transition: left 0.5s;
    z-index: 1000;
    display: none;
    height: 100%;
		overflow: auto;
}
.list_uls_uls{
	display: none;
}
.header2{display: none;}
@media (max-width: 1300px) {
    .w1200 {
        padding-left: 0px !important;
        padding-right: 0px !important;
		width: 96%;
		margin: 0 auto;
    }
	#banner_main .banner{height:384px;}
}
@media (max-width: 820px) {
    .header,.nav_main {display: none;}
	.header .tel{display: none;}
	/*header*/
	.header2{display: block;}
	.header2 .an .text h2{display: none;}
		.header2 .an .logo_txt{display: none;}
	.tel{display: flex;}
		/* .tel p{display: none;} */
		.header2 .an .text{width: 65%;height: 42px;}
		.header2 .text a{width: 100%;}
		.header2 .text img{float: left;         width: 27%;}
		.header2 .text h3{font-size: 1.75rem;}
		.logo{/* display: none; */}
		.logo2{display: block;}
		.tel{display: none;}
		.tel a{font-size: 14px;}
		.tel p{font-size: 14px;}
		.tel p img{display: none;}
		.nav_list1{display: block;margin: 0;}
		.header2 .an{height: 70px;}
	.list_uls{background-color: #fff;height: 100%;	display: block;        width: 83%;}
	.list_uls .text{background: #333;width: 100%;position: relative;height: 68px;line-height: 68px;}
	.list_uls .text h3{font-size: 18px;color: #fff;text-align: center;}
	.list_uls .text .x{position: absolute;width: 55px;height: 100%;top: 50%;right: 0;z-index: 1000;transform: translate(0,-50%);}
	.list_uls .text .x::after{position: absolute;content: "";width: 20px;height: 2px;transform: translate(-50%,-50%) rotate(45deg);top: 50%;left: 50%;background-color: #fff;}
	.list_uls .text .x::before{position: absolute;content: "";width: 20px;height: 2px;transform: translate(-50%,-50%) rotate(135deg);top: 50%;left: 50%;background-color: #fff;}
 .list_uls .uls>li>a{display: block;padding: 20px 0px 20px 20px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);position: relative;}
 .list_uls .uls>li{position: relative;}
  .list_uls .uls>li::after{position: absolute;content: ">";width: 62px;height: 62px;transition: all 0.5s;top: 0%;right: 0px;display: flex;justify-content: center;align-items: center;font-size: 28px;}
	.list_uls .uls>li.active::after{transform:rotate(90deg);}
 .list_uls_uls>li>a{display: block;padding: 20px 0px 20px 30px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}	
 /*banner*/
 #banner_main{width: 100%; max-width: 100%;}
 #banner_main .banner{height: 121px;}
 #banner{min-width: 100%;}
 .banner li img{width: 100%;height: 100%;object-fit: cover;}
 #banner .tip{bottom: 8px;}
 #banner .tip span{width: 8px; height: 8px;}
  /*首页-服务范围*/
  .index .inav{padding-bottom: 20px;}
  .index_title{padding-top: 30px; padding-bottom: 20px;margin-bottom:20px;}
  .index .inav ul li{width: 48%;}
  .index .inav ul li h3{font-size: 1rem;}
  .index .inav ul li p{padding:0 10px;}
  .index .inav ul li .img{width: 90px;height: 90px; margin-top: 10px; margin-bottom: 10px;}
  .index .inav ul li .img img{width: 80%;height: 80%;margin: 10px auto 0;}
  /*右侧悬浮*/
  .toolbar{display: none;}
  /*首页-业务范围*/  
  .index .product{padding:30px 0;}
  .index .product .pro_left{width: 100%;}
  .index .product .pro_left ul li{width: 49%; margin-right: 1%;float: left; margin-bottom: 10px;}
  .index .product .pro_left ul li:nth-child(2n){margin-right: 0;}
  .index .product .con_right{width: 100%; margin-top: 20px;}
  .index .product .con_right ul li{width: 49%; margin-right: 1%;}
  .index .product .con_right ul li:nth-child(3n){margin-right: 1%;}
  .index .product .con_right ul li:nth-child(2n){margin-right: 0;}
  .index .product .con_right ul li .img{height: 150px;}
  .index .product .con_right ul li .img img{object-fit: cover;}
  /*首页-六大优势*/
  .index .advantage{height: 100%;}
  .index .advantage ul li {width: 100%;margin-bottom: 10px;background: #f8f8f8;padding: 3%;}
  .index .advantage ul li:nth-child(2n){text-align: left;}
  .index .advantage .youshi{display: none;}
  /*首页-关于我们*/
  .index .about .box{padding: 10px;}
  .index .about .box .img{width: 100%;height: 100%;}
  .index .about .box .img img{height: 100%; object-fit: contain;}
  .index .about .box .txt{width: 100%;}
  .index .about .bd ul li{width: 48%; margin-right: 1%;}
  /*首页-新闻*/
  .index .inews .pro_left{width: 100%;}
  .index .inews .pro_left ul li {width: 32%;float: left;margin-right: 1.3%;}
  .index .inews .pro_left ul li：last-child{margin-right: 0}
  .index .inews .con_right{width: 100%; overflow: hidden;}
  .index .inews .con_right ul li .img{width: 35%;height:130px; overflow: hidden;}
  .index .inews .con_right ul li .txt{width: 60%;margin:0 5px; float: left; padding-top: 10px;}
  .index .inews .con_right ul li .txt p{margin-top: 0;}

  /*footer*/
  .footer .contact{width: 100%;}
  .footer .ewm{width: 100%; padding:20px 0;}
  .footer .bNav{display: none;}
  .footer .ewm:after,.footer .contact:after{background: none;}
  
}