﻿@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:1199px){
	  /*网站地图*/
	.wzdt{width: 1200px;margin: 0 auto;}
	.wzdt_a{border: solid 2px #e5e5e5;margin-top: 22px;}
	.wzdt_a h6{width: 1144px;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h6 a{font-size: 16px;color: #505050;font-weight: bold;line-height: 45px;}
	.wzdt_a p{margin: 0 25px;}
	.wzdt_a p a{color: #505050;line-height: 42px;margin-right: 15px;}
	.wzdt_a p a:hover{color: #0665d0}
	
	/*404*/
	.fzfbox{width:100%;margin:0 auto;background:#f9f9f9;padding:100px 30px;margin-bottom: -112px;}
.fzf1{width:1011px;margin:20px auto;}
.fzf1 img{width:100%;margin:0 auto;}
.fzf2{width:100%;margin:0 auto;}
.fzf2 p{font-size:36px;color:#434343;text-align:center;line-height:50px;}
.fzf2-1{width:100%;margin:0 auto;}
.fzf2-1 p{font-size:26px;color:#434343;text-align:center;line-height:50px;}
.fzf2-1 p span{color:#333;}
.fzf3{width:430px;margin:20px auto;margin-top: 40px;}
.fzf3z{float:left;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;}
.fzf3y img{width:100%;margin:0 auto;}
	
	/*404*/
body,html{margin:0; padding:0;font-family: "Microsoft YaHei","微软雅黑";font-size: 12px;-webkit-font-smoothing: antialiased;/*抗锯齿效果*/-webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch; overflow-scrolling: touch;overflow: auto;overflow-x: hidden;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;font-weight:normal; font-size: 12px;color: #707070;}
* img{display:block;border: none;}
input,select,textarea{padding:0;margin:0;outline:none;font-family: "微软雅黑";-webkit-appearance: none;border: none;}
	.clearfix{clear: both;}
	.mob{display: none;}
	.pc{display: block;}
	.fl{float: left;}
	.fr{float: right;}
	body{margin: 0;padding: 0;font-family: "Microsoft YaHei","微软雅黑";font-size: 12px;overflow: hidden;}
	a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dd,dt{list-style: none;margin: 0;padding: 0;text-decoration: none;font-weight: normal;font-size: 12px;color: #858585;}
	* img{display: block;border: none;}
	input,select,textarea{margin: 0;padding: 0;outline: none;font-family: "Microsoft YaHei","微软雅黑";border:none;}
	.commen{width: 1200px;margin: 0 auto;}
	.yc{display: table;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	
	*{box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
	/*由左到右*/
[class*='bianq'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(-50px);
  	-moz-transform: translateX(-50px);
  	-ms-transform: translateX(-50px);
  	-o-transform: translateX(-50px);
  	transform: translateX(-50px);
	}
.animated[class*='bianq'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateX();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

/*由下到上*/
[class*='wen'] {
	transition: all 0.3s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(50px);
  	-moz-transform: translateY(50px);
  	-ms-transform: translateY(50px);
  	-o-transform: translateY(50px);
  	transform: translateY(50px);
	}
.animated[class*='wen'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateY();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	
/*由上到下*/
[class*='s-xia'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(-50px);
  	-moz-transform: translateY(-50px);
  	-ms-transform: translateY(-50px);
  	-o-transform: translateY(-50px);
  	transform: translateY(-50px);
	}
.animated[class*='s-xia'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateY();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*由右到左*/
[class*='y-zuo'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(50px);
  	-moz-transform: translateX(50px);
  	-ms-transform: translateX(50px);
  	-o-transform: translateX(50px);
  	transform: translateX(50px);
	}
.animated[class*='y-zuo'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateX();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*左旋转变化*/
[class*='z-xuan'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: rotate(-360deg);
  	-moz-transform: rotate(-360deg);
  	-ms-transform: rotate(-360deg);
  	-o-transform: rotate(-360deg);
  	transform: rotate(-360deg);
	}
.animated[class*='z-xuan'] {
	-webkit-transform: rotate(0);
  	-moz-transform: rotate(0);
  	-ms-transform: rotate(0);
  	-o-transform: rotate(0);
  	transform: rotate(0);	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}	
	
/*	top*/
	.top{background-color: #f4f4f4;height: 27px;}
	.top1 p:first-child{float: left;margin-left: 9px;font-size: 12px;color: #8e8e8e;line-height: 27px;letter-spacing: 1px;}
	.top1 p:nth-child(2){float: right;margin-right: 33px;font-size: 12px;color: #8e8e8e;line-height: 27px;}
	.top1 p:nth-child(2) a{font-size: 12px;color: #8e8e8e;}
	
/*	nav*/
	.nav{}
	.nav1{margin-left: 1%;width: 36.4%;}
	.nav1a{padding: 20px 7.5%}
	.nav1b{margin-top: 39.5px;}
	.nav1b p:first-child{font-size: 16px;color: #333333;line-height: 25px;}
	.nav1b p:first-child span:first-child{color: #0e3d8b;font-weight: bold;}
	.nav1b p:first-child span:nth-child(2){color: #17994e;font-weight: bold;}
	.nav1b p:last-child{font-size: 20px;color: #323232;font-weight: bold;letter-spacing: 2px;}
	.nav1b p:last-child span{color: #1fa04f;}
	.nav2{margin-top: 48px;width: 20.6%;margin-right: 2.1%;}
	.nav2a img{width: 100%;}
	.nav2b{margin-left: 18px;}
	.nav2b p:first-child{font-size: 12px;color: #8e8e8e;line-height: 21px;margin-top: -6.5px;}
	.nav2b p:nth-child(2){font-size: 24px;color: #ff7315;font-weight: bold;line-height: 30px;}
	
/*	导航*/
	.dh{height: 60px;background-color: #17994e;border-radius: 5px;z-index: 1501;}
	.dh1{width: 100%;}
	.dh1a{width: 12.5%;text-align: center;position: relative;}
	.dh1a > a{font-size: 16px;color: #fff;line-height: 60px;}
	.dh1aa{background-color: #0e3d8b;border-radius: 5px;}
	.dh1a1{background: rgba(23,153,78,0.8);position: absolute;top: 60px;left: 0;width: 100%;z-index: 10;}
	.dh1a1a a{font-size: 14px;color: #fff;line-height: 50px;}
	.dh1a1a:hover{background-color: #0e3d8b;}
	.dh1a:hover{background-color: #0e3d8b;border-radius: 5px;}
	
	/*	banner*/
	.ban{width: 100%;margin: 0 auto;position: relative;overflow: hidden;top: -30px;}
	.bana{width: 1920px;overflow: hidden;height: 550px;position: relative;left: 50%;margin-left: -960px;z-index: -1;}
	.ban1{width: 100%;margin: 0 auto;position: relative;overflow: hidden;top: -30px;z-index:-1;}
	.bana1{width: 1920px;overflow: hidden;height: 550px;position: relative;left: 50%;margin-left: -960px;z-index: -1;}
	.banb{width: 1200px;}
	.banb_a{width: 47px;height: 109px;position: absolute;left: 3%;top: calc(50% - 65px);cursor: pointer;}
	.banb_c{width: 47px;height: 109px;position: absolute;left: 93%;top: calc(50% - 65px);cursor: pointer;z-index: 15;}
	.banb_e{z-index: 1000;bottom: 20px;position: absolute;left: calc(50% - 36px);}
	.banb_e li{width:12px;height: 12px;background: #fff;border-radius: 50%;float: left;margin: 12px 6px;cursor: pointer;transition: all ease 0.1s;}
	.banb_e .banb_f{background: #17994e;}
	.bt-a{width: 47px;height: 109px;position: absolute;left: 3%;top: calc(50% - 65px);cursor: pointer;z-index: 1500;}
	.bt-b{width: 47px;height: 109px;}
	.bt-b:hover{background: url(../img/yi09.png);}
	.bt-k{width: 47px;height: 109px;position: absolute;right: 3%;top: calc(50% - 65px);cursor: pointer;z-index: 1500;}
	.bt-f{width: 47px;height: 109px;}
	.bt-f:hover{background: url(../img/yi08.png);}
	
/*	热销产品*/
	.rx{margin-top: 35px;}
	.rx1{width: 28.3%;}
	.rx1a{}
	.rx1a img{width: 100%;}
	.rx1b{margin-left: 22px;}
	.rx1b h6{font-size: 26px;color: #5e5f5e;line-height: 38px;margin-top: -10px;letter-spacing: 2px;}
	.rx1b h6 span{color: #29a05c;}
	.rx1b h6{font-size: 26px;color: #5e5f5e;line-height: 38px;margin-top: -10px;letter-spacing: 2px;}
	.rx1b h6 span{color: #29a05c;}
	.rx1b p{font-size: 12px;color: #787878;line-height: 22px;letter-spacing: 2.5px;}
	.rx2{font-size: 12px;color: #909090;line-height: 30px;margin-top: 20px;margin-right: 36px;letter-spacing: 1px;}
	.rx2 a{font-size: 12px;color: #909090;transition: all ease 0.4s;}
	.rx2 a:hover{color: #08904c;}
	.rx3{width: 100%;margin: 0 auto;position: relative;margin-top: 30px;}
	.rx3a{width: 76px;height: 37px;background-image: url(../img/xh003.jpg);background-repeat: no-repeat; position: absolute;top: 100px;left: 0;cursor: pointer;transition: all ease 0.4s;z-index: 10;}
	.rx3b{width: 100%;overflow: hidden;}
	.rx3b1{width: 200%;}
	.rx3b2{width:16.6%;}
	.rx3b2:hover .rx3b33 img{transform: scale(1.1);}
	.rx3b2:hover .rx3b3 p a{color: #17994e;}
	.rx3b33{overflow: hidden;}
	.rx3b3{background-color: #eeeeee;width: 79.8%;padding: 16px 16px 12px 16px;margin: 0 auto;overflow: hidden;}
	.rx3b33 img{width: 100%;margin: 0 auto;transition: all ease 0.4s;}
	.rx3b3 p{line-height: 48px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 6px;}
	.rx3b3 p a{font-size: 14px;color: #787878;transition: all ease 0.4s;}
	.rx3c{width: 76px;height: 37px;background-image: url(../img/xh004.jpg);background-repeat: no-repeat; position: absolute;top: 100px;right: 7px;cursor: pointer;transition: all ease 0.4s;z-index: 10;}
	.rx3d{background-image: url(../img/xh005.jpg);}
	.rx3e{background-image: url(../img/xh006.jpg);}
	.rx3a:hover{background-image: url(../img/xh006.jpg);}
	.rx3c:hover{background-image: url(../img/xh005.jpg);}
	.rx4{width: 100%;margin-top: 29px;}
	.rx4a{width: 115px;height: 41px;margin: 0 auto;line-height: 41px;border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;text-align: center;transition: all ease 0.4s;}
	.rx4a a{font-size: 14px;color: #196bdb; transition: all ease 0.4s;text-transform: uppercase;}
	.rx4a:hover{border-top: 1px solid #17994e;border-bottom: 1px solid #17994e;}
	.rx4a:hover a{color: #17994e;}
	
/*	产品中心*/
	.cps{margin-top: 34px;}
	.cps1{}
	.cps1a{}
	.cps1a img{width: 100%;}
	.cps1b{margin-left: 23px;}
	.cps1b h1{font-size: 26px;color: #5e5f5e;line-height: 38px;margin-top: -10px;letter-spacing: 2px;}
	.cps1b h1 span{color: #29a05c;}
	.cps1b h6{font-size: 26px;color: #5e5f5e;line-height: 38px;margin-top: -10px;letter-spacing: 2px;}
	.cps1b h6 span{color: #29a05c;}
	.cps1b p{font-size: 12px;color: #787878;line-height: 22px;letter-spacing: 2.5px;}
	.cps2{width: 100%;margin-top: 30px;}
	.cps2a{width: 23.3%;height: 478px;overflow: hidden;}
	.cps2a1{width: 100%;height: 54px;background-color: #17994e;line-height: 54px;padding-left: 33px;background-image: url(../img/xh011.png);background-repeat: no-repeat;background-position:  top 20px right 23px;font-size: 16px;color: #fff;cursor: pointer;margin: 0 0 1% 0;}
	.cps2a2{height: 313px;background-color: #f4f4f4;padding-top: 17.5px;padding-bottom: 17.5px; overflow: hidden;}
	.cps2a2 p{line-height: 25px;margin-left: 33px;transition: all ease 0.4s;}
	.cps2a2 p a{font-size: 16px;color: #828282;transition: all ease 0.4s;}
	.cps2a11{background-color: #0e3d8b;background-image: url(../img/xh010.png);background-repeat: no-repeat;background-position:  top 20px right 23px;}
	.cps2a2 p:hover{margin-left: 44px;}
	.cps2a2 p:hover a{color: #17994e;}
	.cps2b{width: 73.9%;height: 478px;overflow: hidden;}
	.cps2b1{width: 300%;}
	.cps2b2{position: relative;}
	.cps2b2a{width: 80.6%;height: 54px;background-color: #39393c;line-height: 54px;text-align: center;position: absolute;bottom: 0px;left: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cps2b2a a{font-size: 12px;color: #fff;transition: all ease 0.4s;}
	.cps2b2b{width: 19.4%;height: 54px;background-color: #38a166;line-height: 54px;text-align: center;position: absolute;bottom: 0px;right: 0;}
	.cps2b2b a{font-size: 16px;color: #fff;transition: all ease 0.4s;}
	.cps2b2a:hover a{color: #17994e;}
	.cps2b2b:hover a{margin-left: 20px;}
	
/*	四大优势*/
	.ys{background-image: url(../img/xh015.jpg);background-repeat: no-repeat;background-size: cover;margin-top: 82px;padding-top: 39px;background-position: center;height: 801px;}
	.ysb{float: right;margin-top: -96px;margin-right: -45px;}
	.ysa img:first-child{margin: 0 auto;}
	.ysa1{width: 95.8%;margin: 0 auto;margin-top: 23px;}
	.ysa2{width: 25%;background-color: #fff;height: 69px;border-bottom: 1px solid #fff;cursor: pointer;}
	.ysa2 p{font-size: 18px;color: #323232;text-align: center;line-height: 46px;margin-top: 12px;border-left: 1px solid #e5e5e5;}
	.ysa22{border-bottom: 1px solid #1e9a5c;}
	.ysa22 p{color: #1e9a5c;}
	.ysa2:hover{border-bottom: 1px solid #1e9a5c;}
	.ysa2:hover p{color: #1e9a5c;}
	.ysa3{width: 95.8%;margin: 0 auto;margin-top: 48px;}
	.ysa3a{width: 400%;}
	.ysa3a1{background-image: url(../img/xh018.jpg);width: 100%;background-repeat: no-repeat;padding-top: 116px;padding-bottom: 50px;}
	.ysa3a1a{width: 46.1%;height: 228px;background-color: rgba(17,155,80,0.9);padding-right: 40px;}
	.ysa3a1a h6{float: left;font-size: 34px;color: #fff;line-height: 82px;margin-left: 33px;}
	.ysa3a1a h6 a{font-size: 34px;color: #fff;font-weight: bold;font-family: "arial";}
	.ysa3a1a h3{float: left;line-height: 82px;margin-left: 20px;}
	.ysa3a1a h3 a{font-size: 26px;color: #fff;font-weight: bold;}
	.ysa3a1a p{margin-left: 33px;line-height: 26px;}
	.ysa3a1a p a{font-size: 12px;color: #fff;}
	
/*	合作客户*/
	.hzs1a{width: 115px;height: 41px;line-height: 41px;text-transform: uppercase;border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;text-align: center;margin-right: 33px;transition: all ease 0.4s;}
	.hzs1a a{font-size: 14px;color: #196bdb;transition: all ease 0.4s;}
	.hzs1a:hover{border-top: 1px solid #29a05c;border-bottom: 1px solid #29a05c;}
	.hzs1a:hover a{color: #29a05c;}
	.hzs2{margin-top: 28px;margin-bottom: 50px;}
	.hzs2a{width: 24.6%;border: 3px solid #f8f8f8;position: relative;}
	.hzs2a img{width: 100%;}
	.hzs2a p{width: 272px;height: 81px;background-color: rgba(27,84,188,0.7);font-size: 14px;color: #fff;text-align: center;line-height: 81px;margin: 0 auto;position: absolute;top: 10px;left: 9px;transform: rotateY(90deg);transition: all ease 0.4s;}
	.hzs2a:hover p{transform: rotateY(0deg);}
	.hzs2a:nth-child(1){border-bottom: none;}
	.hzs2a:nth-child(2){border-bottom: none;border-left: none;}
	.hzs2a:nth-child(3){border-bottom: none;border-left: none;}
	.hzs2a:nth-child(4){border-bottom: none;border-left: none;}
	.hzs2a:nth-child(6){border-left: none;}
	.hzs2a:nth-child(7){border-left: none;}
	.hzs2a:nth-child(8){border-left: none;}
	
	
/*	关于公司*/
	.gy{background-image: url(../img/xh027.jpg);background-repeat: no-repeat;height: 551px;padding-top: 39px;background-size: 110% 100%;}
	.gya span{font-size: 35px;color: #3ab873;font-weight: bold;text-transform: uppercase;overflow: hidden;display: block;height: 30px;padding-left: 43px;}
	.gya h1{font-size: 26px;color: #fff;line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 60%;padding-left: 43px;}
	.gya h6{font-size: 26px;color: #fff;line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 60%;padding-left: 43px;}
	.gya p{width: 62.7%;font-size: 14px;color: #fff;line-height:  22px;text-indent: 2em;margin-top: 23px;display: -webkit-box;-webkit-box-orient:vertical;-wbekit-line-clamp:3;overflow: hidden;padding-left: 43px;}
	.aaaaaaaa{height: 1000px;}
	.gs111{background-image: url(../img/xh032.png);background-repeat: no-repeat;height: 230px;margin-top: 19px;}
	.gs{position: relative;}
	.gs > img{position: absolute;top:0;right: 0;}
	.gs > p{position: absolute;top: 150px;right: 73px;width: 115px;height: 41px;border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;text-align: center;line-height: 41px;transition: all ease 0.4s;}
	.gs > p a{font-size: 14px;color: #196bdb;text-transform: uppercase; transition: all ease 0.4s;}
	.gs > p:hover{border-top: 1px solid #1e9a5c;border-bottom: 1px solid #1e9a5c;}
	.gs > p:hover a{color: #1e9a5c;}
	.gsa{width: 66.33%;overflow: hidden;height: 230px;margin-left: 58px;}
	.gsa1{width: 200%;margin-top: 34px;height: 165px;overflow: hidden;}
/*	.gsa11{width: 100%;}*/
	.gsa2{width: 16.6666%;}
	.gsa2 img{margin: 0 auto;}
	
/*	定制方案*/
	.dz{position: relative;}
	.dz1{position: absolute;top: -55px;right: 0;}
	.dz2{border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;line-height: 41px;width: 115px;height: 41px;text-align: center;position: absolute;top: 31px;right: 301px;transition: all ease 0.4s;}
	.dz2 a{font-size: 14px;color: #196bdb;text-transform: uppercase;transition: all ease 0.4s;}
	.dz2:hover{border-top: 1px solid #1e9a5c;border-bottom: 1px solid #1e9a5c;}
	.dz2:hover a{color: #1e9a5c;}
	.dz3{margin-top: 55px;margin-left: 43px;width: 100%;overflow: hidden;}
	.dz3a{width: 300%;}
	.dz3a1{width: 33.3%;}
	.dz3a1a{width: 56.3%;}
	.dz3a1a img{width: 100%;}
	.dz3a1b{background-color:rgba(28,164,90,0.9);width: 45%;height: 242px;padding-top: 18px;padding-left: 53px;margin-top: 148px;margin-left: -55px;}
	.dz3a1b h6{line-height: 54px;}
	.dz3a1b h6 a{font-size: 16px;color: #fff;font-weight: bold;}
	.dz3a1b p{line-height: 24px;}
	.dz3a1b p a{font-size: 12px;color: #fff;}
	.dz3a1b:hover h1 a{font-size: #196bdb;}
	.dz4{position: absolute;top: 353px;left: 0;background-image: url(../img/xh003.jpg);background-repeat: no-repeat;width: 76px;height: 37px;cursor: pointer;}
	.dz5{position: absolute;top: 353px;left: 100px;background-image: url(../img/xh004.jpg);background-repeat: no-repeat;width: 76px;height: 37px;cursor: pointer;}
	.dz4:hover{background-image: url(../img/xh006.jpg);}
	.dz5:hover{background-image: url(../img/xh005.jpg);}
	.dz4a{background-image: url(../img/xh006.jpg);}
	.dz5a{background-image: url(../img/xh005.jpg);}
	
/*	客户口碑*/
	.kb{margin-top: 62px;}
	.kba{width: 100%;margin-top: 40px;margin-bottom: 65px;}
	.kba1{width: 30.3%;height: 214px;border: 3px solid #f4f4f4;margin: 0 18px;padding-top: 29px;padding-left: 28px;padding-right: 28px;transition: all ease 0.4s;}
	.kba1 h1{line-height: 46px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.kba1 h1 a{font-size: 16px;color: #ff7b06;font-weight: bold;}
	.kba1 p{line-height: 26px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;}
	.kba1 p a{font-size: 14px;color: #5b5b5b;}
	.kba1:hover{border: 3px solid #19a358;}
	
	
/*	新闻资讯*/
	.new{background-color: #f6f6f6;padding-top: 50px;}
	.news1{width: 65.6%;}
/*	.news1a1 p{float: left;font-size: 16px;color: #a7a7a7;line-height: 41px;width: 115px;border-top: 1px solid #a7a7a7;border-bottom: 1px solid #a7a7a7;text-align: center;margin: 0 20px;transition: all ease 0.4s;}*/
	
	.news1a11{float: left;font-size: 16px;color: #a7a7a7;line-height: 41px;width: 115px;border-top: 1px solid #a7a7a7;border-bottom: 1px solid #a7a7a7;text-align: center;margin: 0 20px;transition: all ease 0.4s;cursor: pointer;}
	
/*	.news1a11:hover{border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;color: #196bdb;}*/
	.news1a111{border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;color: #196bdb;}
	.news1b{width: 100%;margin-top: 39px;}
	.news1ba{width: 45.1%;background-color: #fff;}
	.news1ba1{width: 58px;height: 58px;background-color: #37af6b;border-radius: 5px;position: relative;margin-top: -40px;margin-left: 24px;}
	.news1ba1 p{text-align: center;line-height: 19px;}
	.news1ba1 p a{font-size: 14px;color: #fff;}
	.news1ba1 span{font-size: 26px;color: #fff;line-height: 31px;}
	.news1ba2 h6{margin-left: 25px;line-height: 24px;margin-top: 8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-right: 25px;}
	.news1ba2 h6 a{font-size: 14px;color: #5b5b5b;font-weight: bold;}
	.news1ba2 p{margin-left: 25px;line-height: 22px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-right: 25px;}
	.news1ba2 p a{font-size: 12px;color: #868686;}
	.news1ba > p{line-height: 28px;margin-left: 25px;text-transform: uppercase;transition: all ease 0.4s;margin-bottom: 12px;}
	.news1ba > p a{font-size: 12px;color: #29a05c;}
	.news1ba > p:hover{margin-left: 35px;}
	.news1bba{border-bottom: 1px solid #ededed;}
	.news1bba1{line-height: 18px;margin-top: 22px;}
	.news1bba1 a{font-size: 14px;color: #5b5b5b;transition: all ease 0.4s;}
	.news1bba1 span{font-size: 26px;color: #5b5b5b;font-weight: bold;transition: all ease 0.4s;}
	.news1bba2{margin-left: 26px;margin-right: 48px;margin-bottom: 20px;margin-top: 20px;}
	.news1bba2 p:first-child{line-height: 22px;}
	.news1bba2 p:first-child a{font-size: 14px;color: #5b5b5b;transition: all ease 0.4s;}
	.news1bba2 p:nth-child(2){line-height: 20px;}
	.news1bba2 p:nth-child(2) a{font-size: 12px;color: #868686;transition: all ease 0.4s;}
	.news1bba:hover .news1bba1 a{color: #1e9a5c;}
	.news1bba:hover .news1bba1 span{color: #1e9a5c;}
	.news1bba:hover .news1bba2 p a{color: #1e9a5c;}
	.new1c{margin-top: 28px;margin-bottom: 53px;}
	.new1c p{width: 115px;height: 41px;line-height: 41px;border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;text-align: center;transition: all ease 0.4s;}
	.new1c p a{font-size: 14px;color: #196bdb;transition: all ease 0.4s;}
	.new1c p:hover{border-top: 1px solid #1e9a5c;border-bottom: 1px solid #1e9a5c;}
	.new1c p:hover a{color: #1e9a5c;}
	
	.news2{width: 30%;}
	.news2a{width: 100%;overflow: hidden;}
	.news2a1{width: 300%;}
	.news2a11{width: 33.3%;}
	.news2a1a{height: 122px;background-color: #fff;padding: 27px 22px;margin-top: 35px;}
	.news2a1a h6{background-image: url(../img/xh037.jpg);background-repeat: no-repeat;padding-left: 28px;line-height: 16px;}
	.news2a1a h6 a{font-size: 12px;color: #5b5b5b;font-weight: bold;}
	.news2a1a p{margin-left: 28px;line-height: 21px;margin-top: 10.5px;}
	.news2a1a p a{font-size: 12px;color: #868686;}
	.news2b{margin-top: 25px;margin-bottom: 22px;}
	.news2baa{width: 11px;height: 11px;background-color: #a0a0a0;float: right;margin: 0 5.5px;cursor: pointer;}
	.news2ba{background-color: #ff7b06;}
	
/*	小banner*/
	.xb{background-image: url(../img/xh038.png);background-repeat: no-repeat;height: 200px;margin-top: -41px;background-position: center;}
	.xba{padding-top: 30px;padding-left: 34px;}
	.xba span{font-size: 18px;color: #fff;font-weight: bold;line-height: 38px;}
	.xba p{background-image: url(../img/xh039.jpg);background-repeat: no-repeat;width: 245px;height: 43px;font-size: 22px;color: #fff;font-weight: bold;text-align: center;line-height: 43px;font-family: "arial";}
	
/*	联系我们*/
	.lx{border: 4px solid #f4f4f4;margin-top: 30px;margin-bottom: 52px;background-color: #fff;position: relative;}
	.lxa{width: 95.6%;background-image: url(../img/xh040.png);background-repeat: no-repeat;height: 186px;margin-top: 25px;}
	.lxa1{margin-left: 12.2%;width: 21.7%;padding-top: 16px;}
	.lxa1 input{width: 249px;height: 43px;margin-top: 19px;font-size: 12px;color: #898989;border: none;padding-left: 10px;}
	.lxa2{margin-left: 2.6%;width: 29.7%;padding-top: 35px;}
	.lxa2 textarea{width: 341px;height: 105px;line-height: 43px;font-size: 12px;color: #898989;border: none;padding-left: 10px;}
	.lxa3{margin-left: 2.8%;width: 28.7%;padding-top: 35px;}
	.lxa3 input{width: 148px;height: 43px;font-size: 12px;color: #898989;border: none;padding-left: 10px;}
	.lxa3 img{width: 127px;height: 43px;margin-left: 30px;}
	.lxa3 input:nth-child(3){background-color: #ff7b06;font-size: 14px;color: #fff;margin-top: 19px;cursor: pointer;border: none;}
	.lxa3 input:nth-child(4){background-color: #b9b9b9;font-size: 14px;color: #fff;margin-top: 19px;margin-left: 29px;cursor: pointer;border: none;}
	.lxb{margin-top: 53px;width: 100%;margin-bottom: 39px;}
	.lxba{background-image: url(../img/xh042.png);background-repeat: no-repeat;height: 43px;font-size: 12px;color: #3c3c3c;line-height: 21px;margin-left: 53px;padding-left: 61px;width: 30%;}
	.lxbb{background-image: url(../img/xh043.png);background-repeat: no-repeat;height: 43px;font-size: 12px;color: #3c3c3c;line-height: 43px;margin-left: 53px;padding-left: 61px;width: 27%;}
	.lxbc{background-image: url(../img/xh044.jpg);background-repeat: no-repeat;height: 43px;font-size: 12px;color: #3c3c3c;line-height: 22px;margin-left: 53px;padding-left: 61px;width: 26%;}
	
/*	底部导航*/
	.ddh{background-color: #3c3c3c;border-top: 4px solid #1e9a5c;}
	.ddha1{margin-left: 30px;margin-top: 53px;width: 14.4%;}
	.ddha1 p{background-image: url(../img/xh046.png);background-repeat: no-repeat;width: 172px;height: 36px;margin-top: 25px;font-size: 18px;color: #fff;line-height: 36px;padding-left: 38px;margin-bottom: 86px;}
	.ddha2{width: 75.7%;}
	.ddha2a{width: 16.6%;border-left: 1px solid #444444;height: 371px;padding-top: 51px;}
	.ddha2a h6{background-image: url(../img/xh047.png);background-repeat: no-repeat;padding-left: 25px;margin-left: -5px;margin-bottom: 32.5%;line-height: 10px;}
	.ddha2a h6 a{font-size: 14px;color: #1ca561;font-weight: bold;transition: all ease 0.4s;}
	.ddha2a p{padding-left: 22px;line-height: 23px;}
	.ddha2a p a{font-size: 12px;color: #bcbcbc;transition: all ease 0.4s;}
	.ddha2a p:hover a{color: #11874c;}
	.ddha2a h6:hover a{color: #FF7B06;}
	
/*	友链*/
	.yq{background-color: #2f2f2f;height: 31px;}
	.yq2{width: 25.8%;font-size: 12px;color: #8a8a8a;line-height: 31px;margin-left: 10%;}
	.yq3{width: 26.6%;font-size: 12px;color: #8a8a8a;line-height: 31px;}
	.yq3 a{color: #8a8a8a;transition: all ease 0.4s;}
	.yq3 a:hover{color: #07913b;}
	.yq3 a img{display: inherit;}
	.yq4{width: 26.6%;font-size: 12px;color: #8a8a8a;line-height: 31px;margin-left: 5%;}
	
	.yl{width: 100%;}
	.yl p{line-height: 25px;}
	
	/*添加的漂浮QQ*/
	.dong{ width:50px; position: fixed; right: 0; top: 50%; margin-top: -115px;z-index: 1001;}
	.sahng{ width:100%;}
	.xain{ width: 100%; height: 50px;background: url(../img/zxkf.png) no-repeat center; background-color: #07913b; position: relative; margin: 10px 0; cursor: pointer;}
	.danpo{ width:100%; height: 50px; background-color: #07913b; position: absolute; top: 0; left: 0;}
	.danpo p{text-align: center; line-height: 16px; color: #fff; padding-top: 10px;}
	.dhaun{ width:320px; position: absolute;top: -20px; left: -310px;z-index: 1000;}
	.dinr{ width:300px;border-top: solid 4px #07913b;background-color: #fff; border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc;}
	.weiya{ width:100%; border-bottom: solid 1px #ccc;}
	.weiya img{ float:left; padding: 10px;}
	.weiya .yumin{ float:left; padding: 10px;}
	.yumin span{ font-size: 16px;color: #07913b;}
	.yumin p{color: #ccc;}
	.botre{ width:100%; padding: 20px;}
	.kehug p{ float:left;}
	.kehug p a{color: #828282;}
	.kehug img{ float:left;}
	.jieh{ color: #828282; font-size: 14px; font-weight: bold; line-height: 30px;}
	.kehug{ line-height: 26px;}

	.daoma{ width:100%; height: 50px; border: solid 1px #ccc; background: url(../img/217.png) no-repeat center; background-color: #fff; position: relative; margin: 10px 0; cursor: pointer;}
	.zung{ width: 100%; background-color: #fff; position: absolute; top: 0; left: 0;}
	.zung p{ text-align: center; line-height: 16px; color: #07913b; padding-top: 10px;}
	.loainj{ width:320px; position: absolute;top: -20px; left: -331px;}
	.dingw{ width:300px; border-top: solid 4px #07913b;background-color: #fff; border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 10px;}
	.dingw img{ float:left; padding: 10px;}
	.dingw .xiaw{ float:left; padding: 10px;}
	.xiaw span{ font-size:20px; color: #828282; font-weight: bold;}
	.xiaw p{ color: #939393; font-size: 14px; line-height: 22px;}
	
	.topb{ width:100%;height: 50px; border: solid 1px #ccc; background: url(../img/218.png) no-repeat center; background-color: #fff; position: relative; margin: 10px 0; cursor: pointer}
	.libai{ width: 100%; background-color: #fff; position: absolute; top: 0; left: 0;}
	.libai p{text-align: center; line-height: 16px; color: #07913b; padding-top: 10px;}
	.yeya{width:200px; position: absolute;top: -20px; left: -230px; }
	.weic{ width:180px; border-top: solid 4px #07913b;background-color: #fff;border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 20px;}
	.rin{ width:100%;}
	.rin img{width: 100%;}
	.weic p{text-align: center;line-height: 30px;}
	
	.fanh{ width:100%;height: 50px;line-height: 16px;text-align: center;color: #fff;background-color:#07913b;cursor: pointer;}
	.fanh p{padding-top: 10px;color: #fff;}
	
/*	产品列表页*/
	.cp_z{width: 23.3%;}
	.cp_l{margin-top: 41px;}
	.cp_z2a{width: 100%;height: 478px;}
	.cp_z2aa{height: auto;}
	.cp_z2a1{width: 100%;height: 54px;background-color: #17994e;line-height: 54px;padding-left: 33px;background-image: url(../img/xh011.png);background-repeat: no-repeat;background-position:  top 20px right 23px;font-size: 16px;color: #fff;cursor: pointer;margin: 0 0 1% 0;}
	.cp_z2a2{height: 313px;background-color: #f4f4f4;padding-top: 17.5px;padding-bottom: 17.5px; overflow: hidden;}
	.cp_z2a2aa{height: auto;}
	.cp_z2a21{padding-left: 10px;}
	.cp_z2a21 a{color: #17994e;}
	.cp_z2a2 p{line-height: 27px;margin-left: 33px;transition: all ease 0.4s;}
	.cp_z2a2 p a{font-size: 14px;transition: all ease 0.4s;}
	.cp_z2a11{background-color: #0e3d8b;background-image: url(../img/xh010.png);background-repeat: no-repeat;background-position:  top 20px right 23px;}
	.cp_z2a2 p:hover{margin-left: 44px;}
	.cp_z2a2 p:hover a{color: #17994e;}
	.cp_z1a{width: 100%;background-image: url(../img/xh054.jpg);background-repeat: no-repeat;height: 370px;margin-top: 41px;}
	.cp_z1a1{width: 70%;margin: 0 auto;border-bottom: 1px solid #fff;padding-bottom: 17px;padding-top: 36px;}
	.cp_z1a1 h6{font-size: 30px;color: #fff;font-weight: bold;text-align: center;line-height: 76px;}
	.cp_z1a1 p{font-size: 14px;color: #fff;text-align: center;line-height: 26px;}
	.cp_z1a > img{margin: 0 auto;margin-top: 30px;}
	.cp_z1a > p{font-size: 16px;color: #fff;text-align: center;line-height: 28px;margin-top: 24px;}
	.cp_z1a > h3{font-size: 20px;color: #fff;text-align: center;line-height: 32px;}
	.cp_y{width: 72.4%;}
	.cp_y1{background-color: #f3f3f3;width: 100%;height: 54px;}
	.cp_y1a{width: 20%;font-size: 16px;color: #5e5f5e;line-height: 54px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 3.2%;}
	.cp_y1b{background-image: url(../img/xh056.png);background-repeat: no-repeat;padding-left: 2.2%;line-height: 54px;font-size: 12px;color: #909090;background-position: left center;margin-right: 2.2%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 60%;}
	.cp_y1b a{font-size: 12px;color: #909090;transition: all ease 0.4s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cp_y1b a:hover{color: #17994e;}
	.cp_y2{width: 91.9%;margin: 0 auto;padding-top: 11px;}
	.cp_y2a{background-color: #f4f4f4;width: 100%;padding: 14px;margin-top: 29px;border: 1px solid #f4f4f4;transition: all ease 0.4s;}
	.cp_y2a1{width: 38.3%;overflow: hidden;}
	.cp_y2a1 img{width: 100%;transition: all ease 0.4s;}
	.cp_y2a2{width: 51.3%;margin-left: 6.2%;}
	.cp_y2a2 h1{border-bottom: 1px dashed #d9d9d9;line-height: 64px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cp_y2a2 h1 a{font-size: 16px;color: #666666;font-weight: bold;transition: all ease 0.4s;}
	.cp_y2a2 p{line-height: 19px;margin-top: 16.5px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
	.cp_y2a2 p a{font-size: 12px;color: #999999;}
	.cp_y2a2 span{display: inline-block; line-height: 60px;transition: all ease 0.4s;}
	.cp_y2a2 span a{font-size: 12px;color: #0e3d8b;text-transform: uppercase;}
	.cp_y2a:hover{border: 1px solid #17994e;}
	.cp_y2a:hover .cp_y2a1 img{transform: scale(1.1);}
	.cp_y2a:hover .cp_y2a2 h1 a{color: #17994e;}
	.cp_y2a2 span:hover{margin-left: 10px;}
	.cp_y3{margin: 0 auto;display: table;margin-top: 60px;}
	.cp_y3a{width: 70px;height: 46px;line-height: 46px;text-align: center;background-color: #196bdb;}
	.cp_y3a a{font-size: 14px;color: #fff;}
	.cp_y3b{line-height: 46px;width: 46px;height: 46px;text-align: center;border: 1px solid #999999;margin: 0 10px;transition: all ease 0.4s;}
	.cp_y3b a{font-size: 14px;color: #666666;transition: all ease 0.4s;}
	.cp_y3b:hover{background-color: #196bdb;border: 1px solid #196bdb;}
	.cp_y3b:hover a{color: #fff;}
	.cp_y3b1{background-color: #196bdb;border: 1px solid #196bdb;}
	.cp_y3b1 a{color: #fff;}
	
	.cp_y4{width: 91.9%;margin: 0 auto;background-color: #f4f4f4;margin-top: 60px;padding-left: 32px;padding-top: 31px;padding-right: 10%;z-index: 2px;padding-bottom: 15px;}
	.cp_y4 h6{background-image: url(../img/xh002.png);background-repeat: no-repeat;font-size: 16px;color: #5e5f5e;line-height: 17px; padding-left: 34px;background-size: contain;margin-bottom: 11px;}
	.cp_y4a p:nth-child(odd){background-image: url(../img/xh058.png);background-repeat: no-repeat;height: 52px;width: 43.1%;float: left;line-height: 52px;padding-left: 29px;background-position: left center;border-bottom: 1px solid #eeeeee;}
	.cp_y4a p:nth-child(odd){font-size: 12;color: #666666;transition: all ease 0.4s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cp_y4a p:nth-child(even){font-size: 12;color: #666666;background-image: url(../img/xh058.png);background-repeat: no-repeat;height: 52px;width: 43.1%;float: right;line-height: 52px;padding-left: 29px;background-position: left center;border-bottom: 1px solid #eeeeee;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cp_y4a p:nth-child(even){font-size: 12;color: #666666;transition: all ease 0.4s;}
	.cp_y4a p:hover a{color: #1e9a5c;}
	
/*	绿条*/
	.cp_l1{background-image: url(../img/xh059.jpg);background-repeat: no-repeat;height:136px;margin-top: -145px;z-index: -1; }
	
	
/*	产品内页*/
	.cp_n2a{background-color: #f4f4f4;width: 100%;padding: 14px;margin-top: 29px;border: 1px solid #17994e;transition: all ease 0.4s;}
	.cp_n2a1{width: 44.3%;overflow: hidden;}
	.cp_n2a1 img{width: 100%;}
	.cp_n2a2{width: 50%;margin-left: 3.7%;}
	.cp_n2a2 h6{font-size: 16px;color: #08904c;font-weight: bold;border-bottom: 1px dashed #d9d9d9;line-height: 64px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: -8px;}
	.cp_n2a2 p{font-size: 12px;color: #666666;line-height: 19px;margin-top: 16.5px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow: hidden;text-align: justify;}
	.cp_n2a2 span{display: inline-block; line-height: 21px;background-image: url(../img/xh060.png);background-repeat: no-repeat;background-position: left center;font-size: 19px;color: #ff7315;font-weight: bold;padding-left: 30px;margin-top: 24.5px;}
	.cpn3{width: 100%;border-bottom: 2px solid #a2d6b8;margin-top: 66px;}
	.cpn3 p{font-size: 16px;margin: 6px 0; color: #5e5f5e;background-image: url(../img/xh058.png);background-repeat: no-repeat;background-size: contain;margin-left: 19px;padding-left: 26px;}
	.cpn4{width: 95.6%;margin: 0 auto;padding-top: 36px;font-size: 12px;color: #333333;line-height: 28px;}
	.cpn4 > p{font-size: 13px;color: #333333;line-height: 28px;}
	.cpn4 > p span{font-size: 13px;color: #17994e;}
	.cpn4 > h3{font-size: 16px;color: #ff7315;font-weight: bold;line-height: 40px;}
	.cpn4a{margin-top: 32px;}
	.lc{width: 100%;}
	.cpn4b{width: 100%;border: 1px solid #e5e5e5;margin-top: 40px;border-collapse: collapse;}
	.cpn4b tr{height: 43px;}
	.cpn4b tr td{border: 1px dashed #e5e5e5;color: #333333;padding-left: 15px;font-size: 13px;}
	.cpn4ba{font-size: 12px;color: #999999;border: 1px dashed #e5e5e5;width: 16.9%;text-align: left;padding-left: 6%;}
	.cpn4bb{font-size: 12px;color: #333333;border: 1px dashed #e5e5e5;width: 32.8%;text-align: left;padding-left: 6%;}
	.cpn4ba:hover{background-color: #f6fbf8;}
	.cpn4bb:hover{background-color: #f6fbf8;}
	.cpn4c{width: 100%;margin-top: 40px;}
	.cpn4c1{background-image: url(../img/xh063.png);background-repeat: no-repeat;height: 58px;width: 20%;padding-left: 73px;font-size: 14px;color: #666666;font-weight: bold;line-height: 24px;padding-top: 5px;margin-left: 20px;}
	.cpn4c2{background-image: url(../img/xh064.png);background-repeat: no-repeat;height: 58px;width: 20%;padding-left: 73px;font-size: 14px;color: #666666;font-weight: bold;line-height: 24px;padding-top: 5px;margin-left: 45px;}
	.cpn4c3{background-image: url(../img/xh065.png);background-repeat: no-repeat;height: 58px;width: 20%;padding-left: 73px;font-size: 14px;color: #666666;font-weight: bold;line-height: 24px;padding-top: 5px;margin-left: 45px;}
	.cpn4c4{background-image: url(../img/xh066.png);background-repeat: no-repeat;height: 58px;width: 20%;padding-left: 73px;font-size: 14px;color: #666666;font-weight: bold;line-height: 24px;padding-top: 5px;margin-left: 35px;}
	.cpn4d{background-image: url(../img/xh067.jpg);background-repeat: no-repeat;background-size: cover;margin-top: 24px;padding-top: 55px;padding-bottom: 73.5px;}
	.cpn4d > img{margin: 0 auto;}
	.cpn4da{width: 84.5%;margin: 0 auto;margin-top: 84px;}
	.cpn4da1{width: 45.9%;}
	.cpn4da1a{position: relative;}
	.cpn4da1a h3{font-size: 16px;color: #17994e;font-weight: bold;border-bottom: 1px dashed #aaaaaa;line-height: 66px;}
	.cpn4da1a p{font-size: 12px;color: #333333;line-height: 23px;margin-top: 13.5px;}
	.cpn4da1a p span{font-size: 12px;color: #ff7b06;}
	.cpn4da1a img{position: absolute;top: 13px;left: -48px;}
	.cpn4e{margin: 0 auto;display: table;margin-top: -23px;}
	.cpn4e p{width: 138px;height: 43px;background-color: #3165c3;text-align: center;line-height: 43px;}
	.cpn4e p a{font-size: 14px;color: #fff;}
	
/*	定制*/
	.dz2a{width: 100%;}
	.dz2a1{width: 100%;height: 54px;background-color: #17994e;margin-bottom: 10px;line-height: 54px;padding-left: 33px;background-image: url(../img/xh075.png);background-repeat: no-repeat;background-position: right 20px center;padding-right: 20px;transition: all ease 0.4s;}
	.dz2a1 a{font-size: 16px;color: #fff;}
	.dz2a1:hover{background-color: #0e3d8b;}
	.dz2a11{background-color: #0e3d8b;}
	.dza{width: 91.7%;margin: 0 auto;margin-top: 30px;}
	.dzaa{width:53.1%;}
	.dzaa img{width: 100%;}
	.dzab{width: 46.8%;background-image: url(../img/xh077.jpg);background-repeat: no-repeat;border: 1px solid #dedddb;padding-left: 55px;height: 300px;}
	.dzab h3{font-size: 16px;color: #17994e;font-weight: bold;line-height: 62px;}
	.dzab p{font-size: 12px;color: #333333;line-height: 26px;}
	.dzab h4{background-image: url(../img/xh078.png);background-repeat: no-repeat;height: 39px;font-size: 12px;color: #666666;padding-left: 57px;margin-top: 23px;}
	.dzab h4 span{font-size: 24px;color: #ff944c;font-weight: bold;}
	.dzb{width: 95.4%;margin: 0 auto;margin-top: 48px;font-size: 14px;color: #5e5f5e;border-bottom: 2px solid #f3f3f3;padding-left: 28px;}
	.dzc{width: 84.8%;margin: 0 auto;margin-top: 30px;overflow: hidden;position: relative;}
	.dzc1{width: 400%;}
	.dzc1a{width: 12.5%;background-color: #eeeeee;margin:  0 5px;}
	.dzc1a1{width: 60.8%;}
	.dzc1a1 img{width: 100%;}
	.dzc1a2{width: 39.1%;}
	.dzc1a2 img{margin: 0 auto;margin-left: 55px;margin-top: 35px;}
	.dzc1a2 p{text-align: center;font-size: 14px;color: #17994e;line-height: 52px;}
	.dzcc{background-image: url(../img/xh003.jpg);background-repeat: no-repeat;position: absolute;top: 55px;left: 5px;width: 76px;height: 37px;transition: all ease 0.4s;}
	.dzcd{background-image: url(../img/xh004.jpg);background-repeat: no-repeat;position: absolute;top: 55px;right: 0;width: 76px;height: 37px;transition: all ease 0.4s;}
	.dzcc1:hover{background-image: url(../img/xh006.jpg);}
	.dzcc2:hover{background-image: url(../img/xh005.jpg);}
	.dzd{width: 83.4%;margin: 0 auto;margin-top: 26px;}
	.dze{background-image: url(../img/xh082.jpg);background-repeat: no-repeat;margin: 0 auto;width: 83.4%;margin-top: 55px;padding-top: 50px;padding-left: 19px;height: 510px;position: relative;}
	.dze h3{font-size: 26px;color: #fff;line-height: 34px;}
	.dze1{background-image: url(../img/xh084.png);background-repeat: no-repeat;background-position: left center;font-size: 12px;color: #fff;padding-left: 51px;line-height: 36px;margin-top: 19px;}
	.dze2{background-image: url(../img/xh085.png);background-repeat: no-repeat;background-position: left center;font-size: 12px;color: #fff;padding-left: 51px;line-height: 36px;margin-top: 9px;}
	.dze3{background-image: url(../img/xh086.png);background-repeat: no-repeat;background-position: left center;font-size: 12px;color: #fff;padding-left: 51px;line-height: 36px;margin-top: 9px;}
	.dze4{background-image: url(../img/xh087.png);background-repeat: no-repeat;height: 208px;width: 100%;position: absolute;bottom: 0;left: 0;}
	.dze4 img{width: 31.7%;margin: 0 auto;display: table;margin: 31px 5.8px;}
	.dze5{background-image: url(../img/xh087.png);background-repeat: no-repeat;height: 208px;width: 100%;position: absolute;bottom: 0;left: 0;overflow: hidden;padding-top: 20px;}
	.dze5a{width: 200%;}
	.dze5a1{width: 16.666%;}
	.dze5a1 img{width: 100%;padding: 0 5px;}
	
/*	解决方案*/
	.jja{width: 100%;margin: 0 auto;}
	.jja1{width: 46%;background-color: #f4f4f4;padding: 14px;margin-top: 40px;border: 1px solid #f4f4f4;transition: all ease 0.4s;margin: 0 2%;margin-top: 40px;}
	.jja1a{overflow: hidden;}
	.jja1 img{width: 100%;transition: all ease 0.4s;}
	.jja1 h3{width: 92.1%;margin: 0 auto;border-bottom: 1px dashed #d9d9d9;line-height: 52px;margin-top: 11px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.jja1 h3 a{font-size: 14px;color: #666666;font-weight: bold;transition: all ease 0.4s;}
	.jja1 p{width: 92.1%;margin: 0 auto;line-height: 19px;margin-top: 12.5px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
	.jja1 p a{font-size: 12px;color: #999999;}
	.jja1 span{width: 92.1%;margin: 0 auto;text-transform: uppercase;line-height: 49px;margin-left: 4%;}
	.jja1 span a{font-size: 12px;color: #0e3d8b;transition: all ease 0.4s;}
	.jja1:hover{border:1px solid #17994e;}
	.jja1:hover h3 a{color: #17994e;}
	.jja1:hover img{transform: scale(1.1);}
	.jja1 span:hover a{margin-left: 10px;}
	
/*	关于公司*/
	.gsjja{width: 91.7%;margin: 0 auto;margin-top: 40px;}
	.gsjja > img{width: 100%;}
	.gsjja1{margin-top: 38px;}
	.gsjja1a{width: 25%;}
	.gsjja1a h3{font-size: 30px;color: #17994e;font-weight: bold;text-align: center;}
	.gsjja1a h3 span{font-size: 12px;color: #333333;}
	.gsjja1a > p{font-size: 14px;color: #333333;text-align: center;margin-top: 21px;font-weight: bold;}
	.gsjja > p{font-size: 12px;color: #666666;line-height: 21px;text-indent: 2em;margin-top: 25px;}
	.gsjja2{width: 100%;margin-top: 25.5px;}
	.gsjja2 img:first-child{float: left;}
	.gsjja2 img:nth-child(2){float: right;}
	
/*	成功案例*/
	.ala{width: 91.7%;margin: 0 auto;}
	.ala1{margin-top: 29px;border: 1px solid #e5e5e5;transition: all ease 0.4s;}
	.ala1a{width: 42.1%;margin-top: 9px;}
	.ala1b{width: 52.6%;margin-bottom: 23.5px;margin-top: 9px;}
	.ala1b h3{border-bottom: 1px dashed #e0e0e0;line-height: 64px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.ala1b h3 a{font-size: 16px;color: #666666;font-weight: bold;transition: all ease 0.4s;}
	.ala1b p{line-height: 21px;margin-top: 16.5px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;}
	.ala1b p a{font-size: 15px;color: #999999;}
	.ala1b span{line-height: 49px;}
	.ala1b span a{font-size: 12px;color: #196bdb;transition: all ease 0.4s;}
	.ala1:hover{border: 1px solid #17994e;}
	.ala1:hover .ala1b h3 a{color: #17994e;}
	.ala1b:hover span a{margin-left: 10px;}
	
/*	合作客户*/
	.hza{width: 97.7%;margin: 0 auto;}
	.hza1{border: 1px solid #eeeeee;width: 230px;height: 108px;margin: 0 25px; margin-top: 30px;position: relative;}
	.hza1 img{width: 100%;}
	.hza1 p{width: 209px;height: 87px;position: absolute;top: 10px;left: 10px;font-size: 14px;color: #fff;text-align: center;line-height: 87px;background-color: rgba(46,163,95,0.85);transform: rotateY(90deg);transition: all ease 0.4s;}
	.hza1:hover p{transform: rotateY(0deg);}
	
/*	荣誉资质*/
	.yya{width: 97.7%;margin: 0 auto;}
	.yya1{border: 1px solid #e5e5e5;width: 27.2%;margin: 0 2.9%;margin-top: 40px;}
	.yya1a{margin: 0 auto;}
	.yya1a img{width: 100%;}
	.yya1b{font-size: 14px;color: #666666;line-height: 54px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.yya1b span{color: #17994e;}
	.yya1:hover{border: 1px solid #17994e;}
	.yya1:hover .yya1b{color: #17994e;}
	
/*	工厂实力*/
	.gcsla{width: 96.5%;margin: 0 auto;}
	.gcsla1{width: 44.6%;margin: 0 2.3%;border: 1px solid #eeeeee;background-color: #eeeeee;margin-top: 40px;transition: all ease 0.4s;}
	.gcsla1a img{width: 100%;}
	.gcsla1b{font-size: 14px;color: #3c3c3c;line-height: 67px;text-align: center;background-color: #eeeeee;transition: all ease 0.4s;}
	.gcsla1:hover{border: 1px solid #17994e;}
	.gcsla1:hover .gcsla1b{color: #17994e;}
	
/*	联系信合*/
	.lxxha{width: 91.7%;margin: 0 auto;}
	.lxxha1{border-bottom: 1px dashed #e8e8e8;padding-bottom: 15px;}
	.lxxha2 h3{font-size: 16px;color: #333333;font-weight: bold;line-height: 115px;width: 31.3%;}
	.lxxha1 h3{font-size: 16px;color: #333333;font-weight: bold;line-height: 115px;width: 31.3%;}
	.lxxha1a{width: 67.6%;margin-top: 50px;}
	.lxxha1a1{width: 100%; background-image: url(../img/xh097.png);background-repeat: no-repeat;padding-left: 18px;margin-top: 0px;font-size: 14px;background-position: top 5px left;}
	.lxxha1a2{width: 100%; background-image: url(../img/xh098.png);background-repeat: no-repeat;padding-left: 18px;margin-top: 15px;font-size: 14px;background-position: top 5px left;}
	.lxxha1a3{width: 100%; background-image: url(../img/xh099.png);background-repeat: no-repeat;padding-left: 18px;margin-top: 15px;font-size: 14px;background-position: top 5px left;}
	.lxxha1a4{width: 100%; background-image: url(../img/xh098.png);background-repeat: no-repeat;padding-left: 18px;margin-top: 15px;font-size: 14px;background-position: top 5px left;}
	.lxds_dt{width: 95%;margin: 0 auto;margin-top: 40px;}
	.lxdsa{border:11px solid #e5e5e5;}
	
/*	新闻列表*/
	.xw_l2{width: 91.7%;margin: 0 auto;}
	.xw_la{width: 100%;padding-top: 40px;}
	.xw_la1{width: 6.7%;}
	.xw_la1 p{font-size: 12px;color: #999999;text-align: center;line-height: 21px;margin-top: 6.5px;}
	.xw_la2{width: 89.3%;border-bottom: 1px dashed #e0e0e0;}
	.xw_la2 h3{line-height: 26px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.xw_la2 h3 a{font-size: 14px;color: #666666;font-weight: bold;transition: all ease 0.4s;}
	.xw_la2 h4{line-height: 24px;}
	.xw_la2 h4 a{font-size: 12px;color: #999999;}
	.xw_la2 p{line-height: 24px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;margin-top: 10px;}
	.xw_la2 p a{font-size: 12px;color: #666666;}
	.xw_la2 span{width: 96px;border-bottom: 1px solid #196bdb;border-top: 1px solid #196bdb;line-height: 35px;margin-top: 24.5px;display: inline-block;text-align: center;margin-bottom: 46px;}
	.xw_la2 span a{font-size: 12px;color: #196bdb;}
	.xw_la:hover .xw_la2 h3 a{color: #17994e;}
	.xw_la1a{background-color: #f3f3f3;width: 54px;height: 54px;border-radius: 5px;background-image: url(../img/xh100.png);background-repeat: no-repeat;background-position: center;transition: all ease 0.4s;}
	.xw_la:hover .xw_la1a{background-color: #17994e;background-image: url(../img/xh101.png);background-repeat: no-repeat;background-position: center;}
	
/*	新闻内页*/
	.xw_n2{width: 91.7%;margin: 0 auto;padding-bottom: 50px;border-bottom: 1px dashed #e6e5e5;}
	.xw_n2a{border-bottom: 1px dashed #e6e5e5;padding-bottom: 23px;margin-top: 33px;}
	.xw_n2a h3{font-size: 14px;color: #333333;font-weight: bold;text-align: center;line-height: 28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.xw_n2a h1{font-size: 14px;color: #333333;font-weight: bold;text-align: center;line-height: 28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.xw_n2a p{font-size: 12px;color: #999999;text-align: center;line-height: 26px;}
	.xw_n2b{font-size: 12px;color: #666666;line-height: 21px;}
	.xw_n2b p{font-size: 12px;color: #666666;line-height: 21px;text-indent: 2em;margin-top: 25.5px;margin-bottom: 23px;}
	.xw_n2b h3{font-size: 12px;color: #666666;line-height: 22px;text-indent: 2em;}
	.xw_n2b img{margin: 0 auto;margin-top: 4%;}
	.xw_n2b h4{font-size: 12px;color: #333333;font-weight: bold;}
	.xw_n2b h4 a{font-size: 12px;color: #999999;}
	.xw_n3{width: 120px;height: 32px;background-color: #196bdb;line-height: 32px;text-align: center;margin: 0 auto;margin-top: -17px;}
	.xw_n3 a{font-size: 12px;color: #fff;}
	
}

@media screen and (min-width:760px) and (max-width:1199px){
	 /*网站地图*/
	.wzdt{width: 96%;margin: 0 auto;}
	.wzdt_a{border: solid 2px #e5e5e5;margin-top: 22px;}
	.wzdt_a h6{width: 96%;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h6 a{font-size: 16px;color: #505050;font-weight: bold;line-height: 45px;}
	.wzdt_a p{margin: 0 25px;}
	.wzdt_a p a{color: #505050;line-height: 42px;margin-right: 15px;}
	.wzdt_a p a:hover{color: #0665d0}
	/*网站地图*/
	/*404*/
    .fzfbox{width:100%;margin:0 auto;background:#f9f9f9;padding:30px;margin-bottom: -90px;}
.fzf1{width:90%;margin:15px auto;}
.fzf1 img{width:100%;margin:0 auto;}
.fzf2{width:100%;margin:0 auto;}
.fzf2 p{font-size:18px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1{width:100%;margin:0 auto;}
.fzf2-1 p{font-size:16px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1 p span{color:#333;}
.fzf3{width:310px;margin:30px auto;}
.fzf3z{float:left;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;}
.fzf3y img{width:100%;margin:0 auto;}   
    /*404*/
.clearfix{ clear:both;}
.fl{ float: left;}
.fr{float:right}
body{margin:0; padding:0;font-family: "微软雅黑"; font-size: 12px;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;font-weight:normal; font-size: 12px;color: #858585;}
* img{display:block;}
input{padding:0;margin:0;outline:none;}
.mob{display: none;}
.pc{display: block;}
*{box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	}
	
	
	/*	top*/
	.top{background-color: #f4f4f4;height: 27px;}
	.top1 p:first-child{float: left;margin-left: 9px;font-size: 12px;color: #8e8e8e;line-height: 27px;letter-spacing: 1px;}
	.top1 p:nth-child(2){float: right;margin-right: 33px;font-size: 12px;color: #8e8e8e;line-height: 27px;}
	.top1 p:nth-child(2) a{font-size: 12px;color: #8e8e8e;}
	
/*	nav*/
	.nav{}
	.nav1{margin-left: 1%;width: 60%;}
	.nav1a{padding: 20px 10px}
	.nav1b{margin-top: 39.5px;}
	.nav1b p:first-child{font-size: 16px;color: #333333;line-height: 25px;}
	.nav1b p:first-child span:first-child{color: #0e3d8b;font-weight: bold;}
	.nav1b p:first-child span:nth-child(2){color: #17994e;font-weight: bold;}
	.nav1b p:last-child{font-size: 20px;color: #323232;font-weight: bold;letter-spacing: 2px;}
	.nav1b p:last-child span{color: #1fa04f;}
	.nav2{margin-top: 48px;width: 31.6%;margin-right: 2.1%;}
	.nav2a img{width: 100%;}
	.nav2b{margin-left: 18px;}
	.nav2b p:first-child{font-size: 12px;color: #8e8e8e;line-height: 21px;margin-top: -6.5px;}
	.nav2b p:nth-child(2){font-size: 24px;color: #ff7315;font-weight: bold;line-height: 30px;}
	
/*	导航*/
	.dh{height: 60px;background-color: #17994e;border-radius: 5px;z-index: 1501;}
	.dh1{width: 100%;}
	.dh1a{width: 12.5%;text-align: center;position: relative;}
	.dh1a > a{font-size: 16px;color: #fff;line-height: 60px;}
	.dh1aa{background-color: #0e3d8b;border-radius: 5px;}
	.dh1a1{background: rgba(23,153,78,0.8);position: absolute;top: 60px;left: 0;width: 100%;z-index: 10;}
	.dh1a1a a{font-size: 14px;color: #fff;line-height: 50px;}
	.dh1a1a:hover{background-color: #0e3d8b;}
	.dh1a:hover{background-color: #0e3d8b;border-radius: 5px;}
	
	/*	banner*/
	.ban{width: 100%;margin: 0 auto;position: relative;overflow: hidden;top: -30px;}
	.bana{width: 1200px;overflow: hidden;position: relative;left: 50%;margin-left: -600px;z-index: -1;}
	.bana img{width: 100%;}
	.bana1 img{width: 100%;}
	.banb{width: 1200px;}
	.banb_a{width: 47px;height: 109px;position: absolute;left: 3%;top: calc(50% - 65px);cursor: pointer;}
	.banb_c{width: 47px;height: 109px;position: absolute;left: 93%;top: calc(50% - 65px);cursor: pointer;z-index: 15;}
	.banb_e{z-index: 1000;bottom: 20px;position: absolute;left: calc(50% - 36px);}
	.banb_e li{width:12px;height: 12px;background: #fff;border-radius: 50%;float: left;margin: 12px 6px;cursor: pointer;transition: all ease 0.1s;}
	.banb_e .banb_f{background: #17994e;}
	.bt-a{width: 47px;height: 109px;position: absolute;left: 3%;top: calc(50% - 65px);cursor: pointer;z-index: 1500;}
	.bt-b{width: 47px;height: 109px;}
	.bt-b:hover{background: url(../img/yi09.png);}
	.bt-k{width: 47px;height: 109px;position: absolute;right: 3%;top: calc(50% - 65px);cursor: pointer;z-index: 1500;}
	.bt-f{width: 47px;height: 109px;}
	.bt-f:hover{background: url(../img/yi08.png);}
	
/*	热销产品*/
	.rx{margin-top: 35px;}
	.cpa{margin-top: 10px;}
	.rx1{width: 44%;}
	.rx1a{}
	.rx1a img{width: 100%;}
	.rx1b{margin-left: 20px;}
	.rx1b h6{font-size: 26px;color: #5e5f5e;line-height: 38px;margin-top: -10px;letter-spacing: 2px;}
	.rx1b h6 span{color: #29a05c;}
	.rx1b h6{font-size: 26px;color: #5e5f5e;line-height: 38px;margin-top: -10px;letter-spacing: 2px;}
	.rx1b h6 span{color: #29a05c;}
	.rx1b p{font-size: 12px;color: #787878;line-height: 22px;letter-spacing: 2.5px;}
	.rx2{font-size: 11px;color: #909090;line-height: 30px;margin-top: 20px;}
	.rx3{width: 100%;margin: 0 auto;position: relative;margin-top: 34px;}
	.rx3a{width: 76px;height: 37px;background-image: url(../img/xh003.jpg);background-repeat: no-repeat; position: absolute;top: 40%;left: 0;cursor: pointer;transition: all ease 0.4s;}
	.rx3b{width: 100%;overflow: hidden;}
	.rx3b1{width: 200%;}
	.rx3b2{width:16.6%;}
	.rx3b3{background-color: #eeeeee;width: 79.8%;padding: 16px 16px 12px 16px;margin: 0 auto;}
	.rx3b3 img{width: 100%;margin: 0 auto;}
	.rx3b3 p{line-height: 48px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 6px;}
	.rx3b3 p a{font-size: 14px;color: #787878;}
	.rx3c{width: 76px;height: 37px;background-image: url(../img/xh004.jpg);background-repeat: no-repeat; position: absolute;top: 40%;right: 7px;cursor: pointer;transition: all ease 0.4s;}
	.rx3d{background-image: url(../img/xh005.jpg);}
	.rx3e{background-image: url(../img/xh006.jpg);}
	.rx3a:hover{background-image: url(../img/xh006.jpg);}
	.rx3c:hover{background-image: url(../img/xh005.jpg);}
	.rx4{width: 100%;margin-top: 29px;}
	.rx4a{width: 115px;height: 41px;margin: 0 auto;line-height: 41px;border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;text-align: center;transition: all ease 0.4s;}
	.rx4a a{font-size: 14px;color: #196bdb; transition: all ease 0.4s;text-transform: uppercase;}
	.rx4a:hover{border-top: 1px solid #17994e;border-bottom: 1px solid #17994e;}
	.rx4a:hover a{color: #17994e;}
	
/*	产品中心*/
	.cps{margin-top: 34px;}
	.cps1{}
	.cps1a{}
	.cps1a img{width: 100%;}
	.cps1b{margin-left: 23px;}
	.cps1b h1{font-size: 26px;color: #5e5f5e;line-height: 38px;margin-top: -10px;letter-spacing: 2px;}
	.cps1b h1 span{color: #29a05c;}
	.cps1b h6{font-size: 26px;color: #5e5f5e;line-height: 38px;margin-top: -10px;letter-spacing: 2px;}
	.cps1b h6 span{color: #29a05c;}
	.cps1b p{font-size: 12px;color: #787878;line-height: 22px;letter-spacing: 2.5px;}
	.cps2{width: 100%;margin-top: 30px;}
	.cps2a{width: 23.3%;height: 478px;}
	.cps2a1{width: 100%;height: 54px;background-color: #17994e;line-height: 54px;padding-left: 33px;background-image: url(../img/xh011.png);background-repeat: no-repeat;background-position:  top 20px right 23px;font-size: 16px;color: #fff;cursor: pointer;margin: 0 0 1% 0;}
	.cps2a2{height: 313px;background-color: #f4f4f4;padding-top: 17.5px;padding-bottom: 17.5px; overflow: hidden;}
	.cps2a2 p{line-height: 25px;margin-left: 33px;transition: all ease 0.4s;}
	.cps2a2 p a{font-size: 16px;color: #828282;transition: all ease 0.4s;}
	.cps2a11{background-color: #0e3d8b;background-image: url(../img/xh010.png);background-repeat: no-repeat;background-position:  top 20px right 23px;}
	.cps2a2 p:hover{margin-left: 44px;}
	.cps2a2 p:hover a{color: #17994e;}
	.cps2b{width: 73.9%;height: 478px;overflow: hidden;}
	.cps2b1{width: 300%;}
	.cps2b2{position: relative;}
	.cps2b2a{width: 80.6%;height: 54px;background-color: #39393c;line-height: 54px;text-align: center;position: absolute;bottom: 0px;left: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cps2b2a a{font-size: 12px;color: #fff;transition: all ease 0.4s;}
	.cps2b2b{width: 19.4%;height: 54px;background-color: #38a166;line-height: 54px;text-align: center;position: absolute;bottom: 0px;right: 0;}
	.cps2b2b a{font-size: 16px;color: #fff;transition: all ease 0.4s;}
	.cps2b2a:hover a{color: #17994e;}
	.cps2b2b:hover a{color: #0e3d8b;}
	
/*	四大优势*/
	.ys{background-image: url(../img/xh015.jpg);background-repeat: no-repeat;background-size: cover;margin-top: 82px;padding-top: 39px;background-position: center;height: 753px;}
	.ysb{float: right;margin-top: -112px;margin-right: -45px;width: 72%;}
	.ysa img:first-child{margin: 0 auto;width: 90%;}
	.ysa1{width: 95.8%;margin: 0 auto;margin-top: 23px;}
	.ysa2{width: 25%;background-color: #fff;height: 69px;border-bottom: 1px solid #fff;cursor: pointer;}
	.ysa2 p{font-size: 18px;color: #323232;text-align: center;line-height: 46px;margin-top: 12px;border-left: 1px solid #e5e5e5;}
	.ysa22{border-bottom: 1px solid #1e9a5c;}
	.ysa22 p{color: #1e9a5c;}
	.ysa2:hover{border-bottom: 1px solid #1e9a5c;}
	.ysa2:hover p{color: #1e9a5c;}
	.ysa3{width: 95.8%;margin: 0 auto;margin-top: 48px;}
	.ysa3a{width: 400%;}
	.ysa3a1{background-image: url(../img/xh018.jpg);background-repeat: no-repeat;padding-top: 116px;padding-bottom: 30px;}
	.ysa3a1a{width: 42.1%;height: 277px;background-color: rgba(17,155,80,0.9);padding-right: 40px;}
	.ysa3a1a h6{float: left;font-size: 34px;color: #fff;line-height: 82px;margin-left: 10px;}
	.ysa3a1a h6 a{font-size: 34px;color: #fff;font-weight: bold;font-family: "arial";}
	.ysa3a1a h3{float: left;line-height: 77px;margin-left: 1px;}
	.ysa3a1a h3 a{font-size: 26px;color: #fff;font-weight: bold;}
	.ysa3a1a p{margin-left: 25px;line-height: 26px;}
	.ysa3a1a p a{font-size: 12px;color: #fff;}
	
/*	合作客户*/
	.hzs1a{width: 115px;height: 41px;line-height: 41px;text-transform: uppercase;border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;text-align: center;margin-right: 33px;transition: all ease 0.4s;}
	.hzs1a a{font-size: 14px;color: #196bdb;transition: all ease 0.4s;}
	.hzs1a:hover{border-top: 1px solid #29a05c;border-bottom: 1px solid #29a05c;}
	.hzs1a:hover a{color: #29a05c;}
	.hzs2{margin-top: 28px;margin-bottom: 50px;}
	.hzs2a{width: 24.6%;border: 3px solid #f8f8f8;position: relative;}
	.hzs2a img{width: 100%;}
	.hzs2a p{width: 91.2%;height: 49px;background-color: rgba(27,84,188,0.7);font-size: 14px;color: #fff;text-align: center;line-height: 49px;margin: 0 auto;position: absolute;top: 10px;left: 9px;transform: rotateY(90deg);transition: all ease 0.4s;}
	.hzs2a:hover p{transform: rotateY(0deg);}
	.hzs2a:nth-child(1){border-bottom: none;}
	.hzs2a:nth-child(2){border-bottom: none;border-left: none;}
	.hzs2a:nth-child(3){border-bottom: none;border-left: none;}
	.hzs2a:nth-child(4){border-bottom: none;border-left: none;}
	.hzs2a:nth-child(6){border-left: none;}
	.hzs2a:nth-child(7){border-left: none;}
	.hzs2a:nth-child(8){border-left: none;}
	
	
/*	关于公司*/
	.gy{background-image: url(../img/xh027.jpg);background-repeat: no-repeat;background-size: cover;height: 551px;padding-top: 39px;}
	.gya span{font-size: 35px;color: #3ab873;font-weight: bold;text-transform: uppercase;overflow: hidden;display: block;height: 30px;}
	.gya h1{font-size: 26px;color: #fff;line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 60%;}
	.gya h6{font-size: 26px;color: #fff;line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 60%;}
	.gya p{width: 100%;font-size: 14px;color: #fff;line-height:  22px;text-indent: 2em;margin-top: 23px;display: -webkit-box;-webkit-box-orient:vertical;-wbekit-line-clamp:3;overflow: hidden;}
	.aaaaaaaa{height: 1000px;}
	.gs{background-image: url(../img/xh032.png);background-repeat: no-repeat;height: 230px;margin-top: 19px;position: relative;}
	.gs > img{position: absolute;top:0;right: 0;}
	.gs > p{position: absolute;top: 150px;right: 73px;width: 115px;height: 41px;border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;text-align: center;line-height: 41px;transition: all ease 0.4s;}
	.gs > p a{font-size: 14px;color: #196bdb;text-transform: uppercase; transition: all ease 0.4s;}
	.gs > p:hover{border-top: 1px solid #1e9a5c;border-bottom: 1px solid #1e9a5c;}
	.gs > p:hover a{color: #1e9a5c;}
	.gsa{width: 66.33%;overflow: hidden;height: 230px;margin-left: 25px;}
	.gsa1{width: 200%;margin-top: 34px;height: 165px;overflow: hidden;}
	.gsa2{width: 17.5%;}
	.gsa2 img{margin: 0 auto;}
	
/*	定制方案*/
	.dz{position: relative;}
	.dz1{position: absolute;top: -55px;right: 0;}
	.dz2{border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;line-height: 41px;width: 115px;height: 41px;text-align: center;position: absolute;top: 43px;right: 70px;transition: all ease 0.4s;}
	.dz2 a{font-size: 14px;color: #196bdb;text-transform: uppercase;transition: all ease 0.4s;}
	.dz2:hover{border-top: 1px solid #1e9a5c;border-bottom: 1px solid #1e9a5c;}
	.dz2:hover a{color: #1e9a5c;}
	.dz3{margin-top: 55px;margin-left: 43px;width: 100%;overflow: hidden;}
	.dz3a{width: 300%;}
	.dz3a1{width: 33.3%;}
	.dz3a1a{width: 56.3%;}
	.dz3a1a img{width: 100%;}
	.dz3a1b{background-color:rgba(28,164,90,0.9);width: 45%;height: 242px;padding-top: 18px;padding-left: 53px;margin-top: 148px;margin-left: -55px;}
	.dz3a1b h6{line-height: 54px;}
	.dz3a1b h6 a{font-size: 16px;color: #fff;font-weight: bold;}
	.dz3a1b p{line-height: 24px;}
	.dz3a1b p a{font-size: 12px;color: #fff;}
	.dz3a1b:hover h1 a{font-size: #196bdb;}
	.dz4{position: absolute;top: 353px;left: 0;background-image: url(../img/xh003.jpg);background-repeat: no-repeat;width: 76px;height: 37px;cursor: pointer;}
	.dz5{position: absolute;top: 353px;left: 100px;background-image: url(../img/xh004.jpg);background-repeat: no-repeat;width: 76px;height: 37px;cursor: pointer;}
	.dz4:hover{background-image: url(../img/xh006.jpg);}
	.dz5:hover{background-image: url(../img/xh005.jpg);}
	.dz4a{background-image: url(../img/xh006.jpg);}
	.dz5a{background-image: url(../img/xh005.jpg);}
	
/*	客户口碑*/
	.kb{margin-top: 62px;}
	.kba{width: 100%;margin-top: 40px;margin-bottom: 65px;}

	.kba1{width: 30.3%;height: 214px;border: 3px solid #f4f4f4;margin: 0 10px;padding-top: 29px;padding-left: 28px;padding-right: 28px;transition: all ease 0.4s;}
	.kba1 h1{line-height: 46px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.kba1 h1 a{font-size: 16px;color: #ff7b06;font-weight: bold;}
	.kba1 p{line-height: 26px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;}
	.kba1 p a{font-size: 14px;color: #5b5b5b;}
	.kba1:hover{border: 3px solid #19a358;}
	
	
/*	新闻资讯*/
	.new{background-color: #f6f6f6;padding-top: 50px;}
	.news1{width: 55%;}
	.news1a1 p{float: left;font-size: 16px;color: #a7a7a7;line-height: 41px;width: 115px;border-top: 1px solid #a7a7a7;border-bottom: 1px solid #a7a7a7;text-align: center;margin: 0 20px;transition: all ease 0.4s;}
	.news1a1 p:hover{border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;color: #196bdb;}
	.news1a11{border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;color: #196bdb;}
	.news1b{width: 100%;margin-top: 39px;}
	.news1ba{width: 84%;background-color: #fff;}
	.news1ba1{width: 58px;height: 58px;background-color: #37af6b;border-radius: 5px;position: relative;margin-top: -40px;margin-left: 24px;}
	.news1ba1 p{text-align: center;line-height: 19px;}
	.news1ba1 p a{font-size: 14px;color: #fff;}
	.news1ba1 span{font-size: 26px;color: #fff;line-height: 31px;}
	.news1ba2 h6{margin-left: 25px;line-height: 24px;margin-top: 8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-right: 25px;}
	.news1ba2 h6 a{font-size: 14px;color: #5b5b5b;font-weight: bold;}
	.news1ba2 p{margin-left: 25px;line-height: 22px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-right: 25px;}
	.news1ba2 p a{font-size: 12px;color: #868686;}
	.news1ba > p{line-height: 28px;margin-left: 25px;text-transform: uppercase;transition: all ease 0.4s;margin-bottom: 12px;}
	.news1ba > p a{font-size: 12px;color: #29a05c;}
	.news1ba > p:hover{margin-left: 35px;}
	.news1bba{border-bottom: 1px solid #ededed;}
	.news1bba1{line-height: 18px;margin-top: 22px;}
	.news1bba1 a{font-size: 14px;color: #5b5b5b;transition: all ease 0.4s;}
	.news1bba1 span{font-size: 26px;color: #5b5b5b;font-weight: bold;transition: all ease 0.4s;}
	.news1bba2{margin-left: 26px;margin-right: 48px;margin-bottom: 20px;margin-top: 20px;}
	.news1bba2 p:first-child{line-height: 22px;}
	.news1bba2 p:first-child a{font-size: 14px;color: #5b5b5b;transition: all ease 0.4s;}
	.news1bba2 p:nth-child(2){line-height: 20px;}
	.news1bba2 p:nth-child(2) a{font-size: 12px;color: #868686;transition: all ease 0.4s;}
	.news1bba:hover .news1bba1 a{color: #1e9a5c;}
	.news1bba:hover .news1bba1 span{color: #1e9a5c;}
	.news1bba:hover .news1bba2 p a{color: #1e9a5c;}
	.new1c{margin-top: 28px;margin-bottom: 53px;}
	.new1c p{width: 115px;height: 41px;line-height: 41px;border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;text-align: center;transition: all ease 0.4s;}
	.new1c p a{font-size: 14px;color: #196bdb;transition: all ease 0.4s;}
	.new1c p:hover{border-top: 1px solid #1e9a5c;border-bottom: 1px solid #1e9a5c;}
	.new1c p:hover a{color: #1e9a5c;}
	
	.news2{width: 45%;}
	.news2a{width: 100%;overflow: hidden;}
	.news2a1{width: 300%;}
	.news2a11{width: 33.3%;}
	.news2a1a{height: 122px;background-color: #fff;padding: 27px 22px;margin-top: 83px;}
	.news2a1a h6{background-image: url(../img/xh037.jpg);background-repeat: no-repeat;padding-left: 28px;line-height: 16px;}
	.news2a1a h6 a{font-size: 12px;color: #5b5b5b;font-weight: bold;}
	.news2a1a p{margin-left: 28px;line-height: 21px;margin-top: 10.5px;}
	.news2a1a p a{font-size: 12px;color: #868686;}
	.news2b{margin-top: 25px;margin-bottom: 22px;}
	.news2baa{width: 11px;height: 11px;background-color: #a0a0a0;float: right;margin: 0 5.5px;cursor: pointer;}
	.news2ba{background-color: #ff7b06;}
	
/*	小banner*/
	.xb{background-image: url(../img/xh038.png);background-repeat: no-repeat;height: 200px;margin-top: -41px;background-position: center;}
	.xba{padding-top: 30px;}
	.xba span{font-size: 18px;color: #fff;font-weight: bold;line-height: 38px;margin-left: -50%;}
	.xba p{background-image: url(../img/xh039.jpg);background-repeat: no-repeat;width: 206px;height: 43px;font-size: 22px;color: #fff;font-weight: bold;text-align: center;line-height: 43px;font-family: "arial";}
	
/*	联系我们*/
	.lx{border: 4px solid #f4f4f4;margin-top: 30px;margin-bottom: 52px;position: relative;background-color: #fff;}
	.lxa{width: 95.6%;background-image: url(../img/xh040.png);background-repeat: no-repeat;height: 186px;margin-top: 25px;}
	.lxa1{margin-left: 17.2%;width: 21.7%;padding-top: 16px;}
	.lxa1 input{width: 100%;height: 43px;margin-top: 19px;font-size: 12px;color: #898989;border: none;padding-left: 10px;}
	.lxa2{margin-left: 2.6%;width: 29.7%;padding-top: 35px;}
	.lxa2 textarea{width: 100%;height: 105px;line-height: 36px;font-size: 12px;color: #898989;border: none;padding-left: 10px;}
	.lxa3{margin-left: 2.8%;width: 26%;padding-top: 35px;}
	.lxa3 input{width:40%;height: 43px;font-size: 12px;color: #898989;border: none;padding-left: 10px;}
	.lxa3 img{width: 40%;height: 43px;margin-left: 18px;}
	.lxa3 input:nth-child(3){background-color: #ff7b06;font-size: 14px;color: #fff;margin-top: 19px;cursor: pointer;border: none;}
	.lxa3 input:nth-child(4){background-color: #b9b9b9;font-size: 14px;color: #fff;margin-top: 19px;margin-left: 18px;cursor: pointer;border: none;}
	.lxb{margin-top: 53px;width: 100%;margin-bottom: 39px;}
	.lxba{background-image: url(../img/xh042.png);background-repeat: no-repeat;height: 43px;font-size: 12px;color: #3c3c3c;line-height: 21px;padding-left: 61px;width: 33%;}
	.lxbb{background-image: url(../img/xh043.png);background-repeat: no-repeat;height: 43px;font-size: 12px;color: #3c3c3c;line-height: 43px;margin-left: 5px;padding-left: 61px;width: 33%;}
	.lxbc{background-image: url(../img/xh044.jpg);background-repeat: no-repeat;height: 43px;font-size: 12px;color: #3c3c3c;line-height: 21px;margin-left: 5px;padding-left: 61px;width: 32%;}
	
/*	底部导航*/
	.ddh{background-color: #3c3c3c;border-top: 4px solid #1e9a5c;}
	.ddha1{margin-top: 53px;width: 22.4%;}
	.ddha1 img{width: 100%;}
	.ddha1 p{background-image: url(../img/xh046.jpg);background-repeat: no-repeat;width: 172px;height: 36px;margin-top: 25px;font-size: 18px;color: #fff;line-height: 36px;padding-left: 38px;margin-bottom: 86px;}
	.ddha2{width: 75.7%;}
	.ddha2a{width: 16.6%;border-left: 1px solid #444444;height: 371px;padding-top: 51px;}
	.ddha2a h6{background-image: url(../img/xh047.png);background-repeat: no-repeat;padding-left: 31px;background-size: contain;margin-left: -10px;margin-bottom: 32.5%;}
	.ddha2a h6 a{font-size: 14px;color: #1ca561;font-weight: bold;transition: all ease 0.4s;}
	.ddha2a p{padding-left: 22px;line-height: 23px;}
	.ddha2a p a{font-size: 12px;color: #bcbcbc;transition: all ease 0.4s;}
	.ddha2a p:hover a{color: #11874c;}
	.ddha2a h6:hover a{color: #092c6d;}
	
/*	友链*/
	.yq{background-color: #2f2f2f;height: 31px;}
	.yq1{width: 17.8%;font-size: 12px;color: #8a8a8a;line-height: 31px;}
	.yq2{width: 32.8%;font-size: 12px;color: #8a8a8a;line-height: 31px;}
	.yq3{width: 50.6%;font-size: 12px;color: #8a8a8a;line-height: 31px;}
	.yq3 a{color: #8a8a8a;transition: all ease 0.4s;}
	.yq3 a:hover{color: #07913b;}
	.yq3 a img{display: inherit;}
	.yq4{width: 14.6%;font-size: 12px;color: #8a8a8a;line-height: 31px;}
	
	/*添加的漂浮QQ*/
	.dong{ width:50px; position: fixed; right: 0; top: 50%; margin-top: -115px;z-index: 1001;}
	.sahng{ width:100%;}
	.xain{ width: 100%; height: 50px;background: url(../img/zxkf.png) no-repeat center; background-color: #07913b; position: relative; margin: 10px 0; cursor: pointer;}
	.danpo{ width:100%; height: 50px; background-color: #07913b; position: absolute; top: 0; left: 0;}
	.danpo p{text-align: center; line-height: 16px; color: #fff; padding-top: 10px;}
	.dhaun{ width:320px; position: absolute;top: -20px; left: -310px;z-index: 1000;}
	.dinr{ width:300px;border-top: solid 4px #07913b;background-color: #fff; border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc;}
	.weiya{ width:100%; border-bottom: solid 1px #ccc;}
	.weiya img{ float:left; padding: 10px;}
	.weiya .yumin{ float:left; padding: 10px;}
	.yumin span{ font-size: 16px;color: #07913b;}
	.yumin p{color: #ccc;}
	.botre{ width:100%; padding: 20px;}
	.kehug p{ float:left;}
	.kehug p a{color: #828282;}
	.kehug img{ float:left;}
	.jieh{ color: #828282; font-size: 14px; font-weight: bold; line-height: 30px;}
	.kehug{ line-height: 26px;}

	.daoma{ width:100%; height: 50px; border: solid 1px #ccc; background: url(../img/217.png) no-repeat center; background-color: #fff; position: relative; margin: 10px 0; cursor: pointer;}
	.zung{ width: 100%; background-color: #fff; position: absolute; top: 0; left: 0;}
	.zung p{ text-align: center; line-height: 16px; color: #07913b; padding-top: 10px;}
	.loainj{ width:320px; position: absolute;top: -20px; left: -331px;}
	.dingw{ width:300px; border-top: solid 4px #07913b;background-color: #fff; border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 10px;}
	.dingw img{ float:left; padding: 10px;}
	.dingw .xiaw{ float:left; padding: 10px;}
	.xiaw span{ font-size:20px; color: #828282; font-weight: bold;}
	.xiaw p{ color: #939393; font-size: 14px; line-height: 22px;}
	
	.topb{ width:100%;height: 50px; border: solid 1px #ccc; background: url(../img/218.png) no-repeat center; background-color: #fff; position: relative; margin: 10px 0; cursor: pointer}
	.libai{ width: 100%; background-color: #fff; position: absolute; top: 0; left: 0;}
	.libai p{text-align: center; line-height: 16px; color: #07913b; padding-top: 10px;}
	.yeya{width:200px; position: absolute;top: -20px; left: -230px; }
	.weic{ width:180px; border-top: solid 4px #07913b;background-color: #fff;border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 20px;}
	.rin{ width:100%;}
	.rin img{width: 100%;}
	.weic p{text-align: center;line-height: 30px;}
	
	.fanh{ width:100%;height: 50px;line-height: 16px;text-align: center;color: #fff;background-color:#07913b;cursor: pointer;}
	.fanh p{padding-top: 10px;color: #fff;}
	
	/*	产品列表页*/
	.cp_z{width: 23.3%;}
	.cp_l{margin-top: 41px;}
	.cp_z2a{width: 100%;height: 478px;}
	.cp_z2aa{height: auto;}
	.cp_z2a1{width: 100%;height: 54px;background-color: #17994e;line-height: 54px;padding-left: 33px;background-image: url(../img/xh011.png);background-repeat: no-repeat;background-position:  top 20px right 23px;font-size: 16px;color: #fff;cursor: pointer;margin: 0 0 1% 0;}
	.cp_z2a2{height: 313px;background-color: #f4f4f4;padding-top: 17.5px;padding-bottom: 17.5px; overflow: hidden;}
	.cp_z2a21{padding-left: 10px;}
	.cp_z2a21 a{color: #17994e;}
	.cp_z2a2 p{line-height: 27px;margin-left: 33px;transition: all ease 0.4s;}
	.cp_z2a2 p a{font-size: 14px;transition: all ease 0.4s;}
	.cp_z2a11{background-color: #0e3d8b;background-image: url(../img/xh010.png);background-repeat: no-repeat;background-position:  top 20px right 23px;}
	.cp_z2a2 p:hover{margin-left: 44px;}
	.cp_z2a2 p:hover a{color: #17994e;}
	.cp_z1a{width: 100%;background-image: url(../img/xh054.jpg);background-repeat: no-repeat;height: 370px;margin-top: 41px;}
	.cp_z1a1{width: 70%;margin: 0 auto;border-bottom: 1px solid #fff;padding-bottom: 17px;padding-top: 36px;}
	.cp_z1a1 h6{font-size: 30px;color: #fff;font-weight: bold;text-align: center;line-height: 76px;}
	.cp_z1a1 p{font-size: 14px;color: #fff;text-align: center;line-height: 26px;}
	.cp_z1a > img{margin: 0 auto;margin-top: 30px;}
	.cp_z1a > p{font-size: 16px;color: #fff;text-align: center;line-height: 28px;margin-top: 24px;}
	.cp_z1a > h3{font-size: 20px;color: #fff;text-align: center;line-height: 32px;}
	.cp_y{width: 72.4%;}
	.cp_y1{background-color: #f3f3f3;width: 100%;height: 54px;}
	.cp_y1a{width: 20%;font-size: 16px;color: #5e5f5e;line-height: 54px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 3.2%;}
	.cp_y1b{background-image: url(../img/xh056.png);background-repeat: no-repeat;padding-left: 2.2%;line-height: 54px;font-size: 12px;color: #909090;background-position: left center;margin-right: 2.2%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 43%;}
	.cp_y1b a{font-size: 12px;color: #909090;transition: all ease 0.4s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cp_y1b a:hover{color: #17994e;}
	.cp_y2{width: 91.9%;margin: 0 auto;padding-top: 11px;}
	.cp_y2a{background-color: #f4f4f4;width: 100%;padding: 14px;margin-top: 29px;border: 1px solid #f4f4f4;transition: all ease 0.4s;}
	.cp_y2a1{width: 38.3%;overflow: hidden;}
	.cp_y2a1 img{width: 100%;transition: all ease 0.4s;}
	.cp_y2a2{width: 47.3%;margin-left: 6.2%;}
	.cp_y2a2 h1{border-bottom: 1px dashed #d9d9d9;line-height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cp_y2a2 h1 a{font-size: 16px;color: #666666;font-weight: bold;transition: all ease 0.4s;}
	.cp_y2a2 p{line-height: 19px;margin-top: 8px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
	.cp_y2a2 p a{font-size: 12px;color: #999999;}
	.cp_y2a2 span{display: inline-block; line-height: 40px;transition: all ease 0.4s;}
	.cp_y2a2 span a{font-size: 12px;color: #0e3d8b;text-transform: uppercase;}
	.cp_y2a:hover{border: 1px solid #17994e;}
	.cp_y2a:hover .cp_y2a1 img{transform: scale(1.1);}
	.cp_y2a:hover .cp_y2a2 h1 a{color: #17994e;}
	.cp_y2a2 span:hover{margin-left: 10px;}
	.cp_y3{margin: 0 auto;display: table;margin-top: 30px;}
	.cp_y3a{width: 70px;height: 46px;line-height: 46px;text-align: center;background-color: #196bdb;}
	.cp_y3a a{font-size: 14px;color: #fff;}
	.cp_y3b{line-height: 46px;width: 46px;height: 46px;text-align: center;border: 1px solid #999999;margin: 0 10px;transition: all ease 0.4s;}
	.cp_y3b a{font-size: 14px;color: #666666;transition: all ease 0.4s;}
	.cp_y3b:hover{background-color: #196bdb;border: 1px solid #196bdb;}
	.cp_y3b:hover a{color: #fff;}
	.cp_y3b1{background-color: #196bdb;border: 1px solid #196bdb;}
	.cp_y3b1 a{color: #fff;}
	
/*	新闻资讯*/
	.cp_y4{width: 91.9%;margin: 0 auto;background-color: #f4f4f4;margin-top: 30px;padding-left: 32px;padding-top: 31px;padding-right: 10%;z-index: 2px;padding-bottom: 15px;}
	.cp_y4 h6{background-image: url(../img/xh002.png);background-repeat: no-repeat;font-size: 16px;color: #5e5f5e;line-height: 17px; padding-left: 34px;background-size: contain;margin-bottom: 11px;}
	.cp_y4a p:nth-child(odd){background-image: url(../img/xh058.png);background-repeat: no-repeat;height: 52px;width: 43.1%;float: left;line-height: 52px;padding-left: 29px;background-position: left center;border-bottom: 1px solid #eeeeee;}
	.cp_y4a p:nth-child(odd){font-size: 12;color: #666666;transition: all ease 0.4s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cp_y4a p:nth-child(even){font-size: 12;color: #666666;background-image: url(../img/xh058.png);background-repeat: no-repeat;height: 52px;width: 43.1%;float: right;line-height: 52px;padding-left: 29px;background-position: left center;border-bottom: 1px solid #eeeeee;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cp_y4a p:nth-child(even){font-size: 12;color: #666666;transition: all ease 0.4s;}
	.cp_y4a p:hover a{color: #1e9a5c;}
	
	/*	绿条*/
	.cp_l1{background-image: url(../img/xh059.jpg);background-repeat: no-repeat;height:136px;margin-top: -145px;z-index: -1; }
	
	/*	产品内页*/
	.cp_n2a{background-color: #f4f4f4;width: 100%;padding: 14px;margin-top: 29px;border: 1px solid #17994e;transition: all ease 0.4s;}
	.cp_n2a1{width: 50%;overflow: hidden;}
	.cp_n2a1 img{width: 100%;}
	.cp_n2a2{width: 47.3%;margin-left: 2.7%;}
	.cp_n2a2 h6{font-size: 16px;color: #08904c;font-weight: bold;border-bottom: 1px dashed #d9d9d9;line-height: 33px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: -8px;}
	.cp_n2a2 p{font-size: 12px;color: #999999;line-height: 19px;margin-top: 16.5px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow: hidden;}
	.cp_n2a2 span{display: inline-block; line-height: 21px;background-image: url(../img/xh060.png);background-repeat: no-repeat;background-position: left center;font-size: 19px;color: #ff7315;font-weight: bold;padding-left: 30px;margin-top: 11.5px;}
	.cpn3{width: 100%;border-bottom: 2px solid #a2d6b8;margin-top: 66px;}
	.cpn3 p{font-size: 16px;margin: 6px 0; color: #5e5f5e;background-image: url(../img/xh058.png);background-repeat: no-repeat;background-size: contain;margin-left: 19px;padding-left: 26px;}
	.cpn4{width: 95.6%;margin: 0 auto;padding-top: 36px;}
	.cpn4 > img{max-width: 100%;}
	.cpn4 > p{font-size: 13px;color: #333333;line-height: 28px;}
	.cpn4 > p span{font-size: 13px;color: #17994e;}
	.cpn4 > h3{font-size: 16px;color: #ff7315;font-weight: bold;line-height: 40px;}
	.cpn4a{margin-top: 32px;}
	.cpn4a img{float: none;margin: 0 auto;margin-top: 10px;}
	.cpn4b{width: 100%;border: 1px solid #e5e5e5;margin-top: 40px;border-collapse: collapse;}
	.lc{width: 100%;overflow-x: auto;}
	.cpn4b tr{height: 43px;}
	.cpn4b tr td{border: 1px dashed #e5e5e5;color: #333333;padding-left: 15px;font-size: 13px;}
	.cpn4ba{font-size: 12px;color: #999999;border: 1px dashed #e5e5e5;width: 16.9%;text-align: left;padding-left: 6%;}
	.cpn4bb{font-size: 12px;color: #333333;border: 1px dashed #e5e5e5;width: 32.8%;text-align: left;padding-left: 6%;}
	.cpn4c{width: 100%;margin-top: 40px;}
	.cpn4c1{background-image: url(../img/xh063.png);background-repeat: no-repeat;height: 58px;width: 25%;padding-left: 60px;font-size: 14px;color: #666666;font-weight: bold;line-height: 24px;padding-top: 5px;}
	.cpn4c2{background-image: url(../img/xh064.png);background-repeat: no-repeat;height: 58px;width: 25%;padding-left: 60px;font-size: 14px;color: #666666;font-weight: bold;line-height: 24px;padding-top: 5px;}
	.cpn4c3{background-image: url(../img/xh065.png);background-repeat: no-repeat;height: 58px;width: 25%;padding-left: 60px;font-size: 14px;color: #666666;font-weight: bold;line-height: 24px;padding-top: 5px;}
	.cpn4c4{background-image: url(../img/xh066.png);background-repeat: no-repeat;height: 58px;width: 25%;padding-left: 60px;font-size: 14px;color: #666666;font-weight: bold;line-height: 24px;padding-top: 5px;}
	.cpn4d{background-image: url(../img/xh067.jpg);background-repeat: no-repeat;background-size: cover;margin-top: 24px;padding-top: 55px;padding-bottom: 73.5px;}
	.cpn4d > img{margin: 0 auto;width: 100%;}
	.cpn4da{width: 77.5%;margin: 0 auto;margin-top: 84px;}
	.cpn4da1{width: 100%;}
	.cpn4da1a{position: relative;}
	.cpn4da1a h3{font-size: 16px;color: #17994e;font-weight: bold;border-bottom: 1px dashed #aaaaaa;line-height: 66px;}
	.cpn4da1a p{font-size: 12px;color: #333333;line-height: 23px;margin-top: 13.5px;}
	.cpn4da1a p span{font-size: 12px;color: #ff7b06;}
	.cpn4da1a img{position: absolute;top: 13px;left: -48px;}
	.cpn4e{margin: 0 auto;display: table;margin-top: -23px;}
	.cpn4e p{width: 138px;height: 43px;background-color: #3165c3;text-align: center;line-height: 43px;}
	.cpn4e p a{font-size: 14px;color: #fff;}
	
	/*	定制*/
	.dz2a{width: 100%;}
	.dz2a1{width: 100%;height: 54px;background-color: #17994e;margin-bottom: 10px;line-height: 54px;padding-left: 33px;background-image: url(../img/xh075.png);background-repeat: no-repeat;background-position: right 20px center;padding-right: 20px;transition: all ease 0.4s;}
	.dz2a1 a{font-size: 16px;color: #fff;}
	.dz2a1:hover{background-color: #0e3d8b;}
	.dz2a11{background-color: #0e3d8b;}
	.dza{width: 91.7%;margin: 0 auto;margin-top: 30px;}
	.dzaa{width:100%;}
	.dzaa img{width: 100%;}
	.dzab{width: 100%;background-image: url(../img/xh077.jpg);background-repeat: no-repeat;border: 1px solid #dedddb;padding-left: 55px;height: 300px;background-size: 100%;}
	.dzab h3{font-size: 16px;color: #17994e;font-weight: bold;line-height: 62px;}
	.dzab p{font-size: 12px;color: #333333;line-height: 26px;}
	.dzab h4{background-image: url(../img/xh078.png);background-repeat: no-repeat;height: 39px;font-size: 12px;color: #666666;padding-left: 57px;margin-top: 23px;}
	.dzab h4 span{font-size: 24px;color: #ff944c;font-weight: bold;}
	.dzb{width: 95.4%;margin: 0 auto;margin-top: 48px;font-size: 14px;color: #5e5f5e;border-bottom: 2px solid #f3f3f3;padding-left: 28px;}
	.dzc{width: 84.8%;margin: 0 auto;margin-top: 30px;overflow: hidden;position: relative;}
	.dzc1{width: 400%;}
	.dzc1a{width: 12.5%;background-color: #eeeeee;margin:  0 5px;}
	.dzc1a1{width: 60.8%;}
	.dzc1a1 img{width: 100%;}
	.dzc1a2{width: 39.1%;}
	.dzc1a2 img{margin: 0 auto;margin-left: 35%;margin-top: 35px;}
	.dzc1a2 p{text-align: center;font-size: 14px;color: #17994e;line-height: 52px;}
	.dzcc{background-image: url(../img/xh003.jpg);background-repeat: no-repeat;position: absolute;top: 55px;left: 0;width: 76px;height: 37px;transition: all ease 0.4s;}
	.dzcd{background-image: url(../img/xh004.jpg);background-repeat: no-repeat;position: absolute;top: 55px;right: 0;width: 76px;height: 37px;transition: all ease 0.4s;}
	.dzcc1:hover{background-image: url(../img/xh006.jpg);}
	.dzcc2:hover{background-image: url(../img/xh005.jpg);}
	.dzd{width: 83.4%;margin: 0 auto;margin-top: 26px;}
	.dzd img{width: 100%;}
	.dze{background-image: url(../img/xh082.jpg);background-repeat: no-repeat;margin: 0 auto;width: 83.4%;margin-top: 55px;padding-top: 50px;padding-left: 19px;height: 400px;position: relative;}
	.dze h3{font-size: 26px;color: #fff;line-height: 34px;}
	.dze1{background-image: url(../img/xh084.png);background-repeat: no-repeat;background-position: left center;font-size: 12px;color: #fff;padding-left: 40px;line-height: 18px;margin-top: 19px;}
	.dze2{background-image: url(../img/xh085.png);background-repeat: no-repeat;background-position: left center;font-size: 12px;color: #fff;padding-left: 40px;line-height: 36px;margin-top: 9px;}
	.dze3{background-image: url(../img/xh086.png);background-repeat: no-repeat;background-position: left center;font-size: 12px;color: #fff;padding-left: 40px;line-height: 18px;margin-top: 9px;}
	.dze4{background-image: url(../img/xh087.png);background-repeat: no-repeat;width: 100%;position: absolute;bottom: -107px;left: 0;}
	.dze4 img{width: 30.7%;margin: 0 auto;display: table;margin: 31px 5px;}
	.dze5{background-image: url(../img/xh087.png);background-repeat: no-repeat;width: 100%;position: absolute;bottom: 0;left: 0;overflow: hidden;padding-top: 20px;}
	.dze5a{width: 200%;}
	.dze5a1{width: 16.666%;}
	.dze5a1 img{width: 100%;padding: 0 5px;}
	
	/*	解决方案*/
	.jja{width: 100%;margin: 0 auto;}
	.jja1{width: 46%;background-color: #f4f4f4;padding: 14px;margin-top: 40px;border: 1px solid #f4f4f4;transition: all ease 0.4s;margin: 0 2%;margin-top: 40px;}
	.jja1a{overflow: hidden;}
	.jja1 img{width: 100%;transition: all ease 0.4s;}
	.jja1 h3{width: 92.1%;margin: 0 auto;border-bottom: 1px dashed #d9d9d9;line-height: 52px;margin-top: 11px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.jja1 h3 a{font-size: 14px;color: #666666;font-weight: bold;transition: all ease 0.4s;}
	.jja1 p{width: 92.1%;margin: 0 auto;line-height: 19px;margin-top: 12.5px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
	.jja1 p a{font-size: 12px;color: #999999;}
	.jja1 span{width: 92.1%;margin: 0 auto;text-transform: uppercase;line-height: 49px;margin-left: 4%;}
	.jja1 span a{font-size: 12px;color: #0e3d8b;transition: all ease 0.4s;}
	.jja1:hover{border:1px solid #17994e;}
	.jja1:hover h3 a{color: #17994e;}
	.jja1:hover img{transform: scale(1.1);}
	.jja1 span:hover a{margin-left: 10px;}
	
	/*	关于公司*/
	.gsjja{width: 91.7%;margin: 0 auto;margin-top: 40px;}
	.gsjja > img{width: 100%;}
	.gsjja1{margin-top: 38px;}
	.gsjja1a{width: 25%;}
	.gsjja1a h3{font-size: 30px;color: #17994e;font-weight: bold;text-align: center;}
	.gsjja1a h3 span{font-size: 12px;color: #333333;}
	.gsjja1a > p{font-size: 14px;color: #333333;text-align: center;margin-top: 21px;}
	.gsjja > p{font-size: 12px;color: #666666;line-height: 21px;text-indent: 2em;margin-top: 25px;}
	.gsjja2{width: 100%;margin-top: 25.5px;}
	.gsjja2 img:first-child{float: left;width:49%;}
	.gsjja2 img:nth-child(2){float: right;width: 49%;}
	
	/*	成功案例*/
	.ala{width: 91.7%;margin: 0 auto;}
	.ala1{margin-top: 29px;border: 1px solid #e5e5e5;transition: all ease 0.4s;}
	.ala1a{width: 42.1%;}
	.ala1a img{width: 100%;}
	.ala1b{width: 52.6%;margin-bottom: 23.5px;margin-top: 9px;}
	.ala1b h3{border-bottom: 1px dashed #e0e0e0;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.ala1b h3 a{font-size: 16px;color: #666666;font-weight: bold;transition: all ease 0.4s;}
	.ala1b p{line-height: 21px;margin-top: 4.5px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
	.ala1b p a{font-size: 14px;color: #999999;}
	.ala1b span{line-height: 49px;}
	.ala1b span a{font-size: 12px;color: #196bdb;transition: all ease 0.4s;}
	.ala1:hover{border: 1px solid #17994e;}
	.ala1:hover .ala1b h3 a{color: #17994e;}
	.ala1b:hover span a{margin-left: 10px;}
	
	/*	合作客户*/
	.hza{width: 97.7%;margin: 0 auto;}
	.hza1{border: 1px solid #eeeeee;width: 230px;height: 108px;margin: 0 20px; margin-top: 30px;position: relative;}
	.hza1 img{width: 100%;}
	.hza1 p{width: 209px;height: 87px;position: absolute;top: 10px;left: 10px;font-size: 14px;color: #fff;text-align: center;line-height: 87px;background-color: rgba(46,163,95,0.85);transform: rotateY(90deg);transition: all ease 0.4s;}
	.hza1:hover p{transform: rotateY(0deg);}
	
	/*	荣誉资质*/
	.yya{width: 97.7%;margin: 0 auto;}
	.yya1{border: 1px solid #e5e5e5;width: 27.2%;margin: 0 2.9%;margin-top: 40px;}
	.yya1a{margin: 0 auto;}
	.yya1a img{width: 100%;}
	.yya1b{font-size: 14px;color: #666666;line-height: 54px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.yya1b span{color: #17994e;}
	.yya1:hover{border: 1px solid #17994e;}
	.yya1:hover .yya1b{color: #17994e;}
	
	/*	工厂实力*/
	.gcsla{width: 96.5%;margin: 0 auto;}
	.gcsla1{width: 44.6%;margin: 0 2.3%;border: 1px solid #eeeeee;background-color: #eeeeee;margin-top: 40px;transition: all ease 0.4s;}
	.gcsla1a img{width: 100%;}
	.gcsla1b{font-size: 14px;color: #3c3c3c;line-height: 67px;text-align: center;background-color: #eeeeee;transition: all ease 0.4s;}
	.gcsla1:hover{border: 1px solid #17994e;}
	.gcsla1:hover .gcsla1b{color: #17994e;}
	
	/*	联系信合*/
	.lxxha{width: 91.7%;margin: 0 auto;}
	.lxxha1{border-bottom: 1px dashed #e8e8e8;padding-bottom: 15px;}
	.lxxha1 h3{font-size: 16px;color: #333333;font-weight: bold;line-height: 50px;width: 31.3%;}
	.lxxha2 h3{font-size: 16px;color: #333333;font-weight: bold;line-height: 50px;width: 31.3%;}
	.lxxha1a{width: 67.6%;}
	.lxxha1a1{width: 100%; background-image: url(../img/xh097.png);background-repeat: no-repeat;padding-left: 18px;margin-top: 16px;font-size: 14px;background-position: top 5px left;}
	.lxxha1a2{width: 100%; background-image: url(../img/xh098.png);background-repeat: no-repeat;padding-left: 18px;margin-top: 10px;font-size: 14px;background-position: top 5px left;}
	.lxxha1a3{width: 100%; background-image: url(../img/xh099.png);background-repeat: no-repeat;padding-left: 18px;margin-top: 10px;font-size: 14px;background-position: top 5px left;}
	.lxxha1a4{width: 100%; background-image: url(../img/xh098.png);background-repeat: no-repeat;padding-left: 18px;margin-top: 10px;font-size: 14px;background-position: top 5px left;}
	.lxds_dt{width: 95%;margin: 0 auto;margin-top: 40px;}
	.lxdsa{border:11px solid #e5e5e5;}
	
	/*	新闻列表*/
	.xw_l2{width: 91.7%;margin: 0 auto;}
	.xw_la{width: 100%;padding-top: 40px;}
	.xw_la1{width: 10.7%;}
	.xw_la1 p{font-size: 12px;color: #999999;text-align: center;line-height: 21px;margin-top: 6.5px;}
	.xw_la2{width: 82.3%;border-bottom: 1px dashed #e0e0e0;}
	.xw_la2 h3{line-height: 26px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.xw_la2 h3 a{font-size: 14px;color: #666666;font-weight: bold;transition: all ease 0.4s;}
	.xw_la2 h4{line-height: 24px;}
	.xw_la2 h4 a{font-size: 12px;color: #999999;}
	.xw_la2 p{line-height: 24px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
	.xw_la2 p a{font-size: 12px;color: #666666;}
	.xw_la2 span{width: 96px;border-bottom: 1px solid #196bdb;border-top: 1px solid #196bdb;line-height: 35px;margin-top: 24.5px;display: inline-block;text-align: center;margin-bottom: 46px;}
	.xw_la2 span a{font-size: 12px;color: #196bdb;}
	.xw_la:hover .xw_la2 h3 a{color: #17994e;}
	.xw_la1a{background-color: #f3f3f3;width: 54px;height: 54px;border-radius: 5px;background-image: url(../img/xh100.png);background-repeat: no-repeat;background-position: center;transition: all ease 0.4s;}
	.xw_la:hover .xw_la1a{background-color: #17994e;background-image: url(../img/xh101.png);background-repeat: no-repeat;background-position: center;}
	
	/*	新闻内页*/
	.xw_n2{width: 91.7%;margin: 0 auto;padding-bottom: 50px;border-bottom: 1px dashed #e6e5e5;}
	.xw_n2a{border-bottom: 1px dashed #e6e5e5;padding-bottom: 23px;margin-top: 33px;}
	.xw_n2a h3{font-size: 14px;color: #333333;font-weight: bold;text-align: center;line-height: 28px;}
	.xw_n2a h1{font-size: 14px;color: #333333;font-weight: bold;text-align: center;line-height: 28px;}
	.xw_n2a p{font-size: 12px;color: #999999;text-align: center;line-height: 26px;}
	.xw_n2b p{font-size: 12px;color: #666666;line-height: 21px;text-indent: 2em;margin-top: 25.5px;margin-bottom: 23px;}
	.xw_n2b h3{font-size: 12px;color: #666666;line-height: 22px;text-indent: 2em;}
	.xw_n2b img{margin: 0 auto;margin-top: 37px;width: 100%;}
	.xw_n2b h4{font-size: 12px;color: #333333;font-weight: bold;}
	.xw_n2b h4 a{font-size: 12px;color: #999999;}
	.xw_n3{width: 120px;height: 32px;background-color: #196bdb;line-height: 32px;text-align: center;margin: 0 auto;margin-top: -17px;}
	.xw_n3 a{font-size: 12px;color: #fff;}
	
	@media (min-width: 850px){
		.cp_n2a2 h6{line-height: 45px;}


	}	
	@media (min-width: 900px){
		.cpn4a img{width: 49%;float: left;}
		.hza1{margin: 0 40px;}

	}
}

@media screen and (max-width:760px){
	 /*网站地图*/
	.wzdt{width: 96%;margin: 0 auto;}
	.wzdt_a{border: solid 2px #e5e5e5;margin-top: 22px;}
	.wzdt_a h6{width: 96%;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h6 a{font-size: 16px;color: #505050;font-weight: bold;line-height: 45px;}
	.wzdt_a p{margin: 0 25px;}
	.wzdt_a p a{color: #505050;line-height: 42px;margin-right: 15px;}
	.wzdt_a p a:hover{color: #0665d0}
	/*网站地图*/
	/*404*/
    .fzfbox{width:100%;margin:0 auto;background:#f9f9f9;padding:30px;margin-bottom: -90px;}
.fzf1{width:90%;margin:15px auto;}
.fzf1 img{width:100%;margin:0 auto;}
.fzf2{width:100%;margin:0 auto;}
.fzf2 p{font-size:18px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1{width:100%;margin:0 auto;}
.fzf2-1 p{font-size:16px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1 p span{color:#333;}
.fzf3{width:310px;margin:30px auto;}
.fzf3z{float:left;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;}
.fzf3y img{width:100%;margin:0 auto;}   
    /*404*/
body,html{margin:0; padding:0;font-family: "微软雅黑";font-size: 12px;overflow-x: hidden;-webkit-font-smoothing: antialiased;/*抗锯齿效果*/-webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch; overflow-scrolling: touch;overflow:hidden;overflow-y:auto;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;font-weight:normal; font-size: 12px;color: #858585;}
* img{display:block;border: none;}
input,select,textarea{padding:0;margin:0;outline:none;font-family: "微软雅黑";-webkit-appearance: none;outline: 0;border: none;}
.clearfix{ clear:both;}
.mob{ display: none;}
.pc{ display: block;}
.fl{ float: left;}
.fr{float:right}
.commen{width: 96%;margin: 0 auto;}
.ellipsis{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.commen1{width: 96%;margin: 0 auto;}
*{box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
		
	
.clearfix{ clear:both;}
.fl{ float: left;}
.fr{float:right}
body{margin:0; padding:0;font-family: "微软雅黑"; font-size: 12px;overflow-x: hidden;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;font-weight:normal; font-size: 12px;color: #858585;}
* img{display:block;}
input,select,textarea{padding:0;margin:0;outline:none;-webkit-appearance:none;}
.mob{display: block;}
.pc{display: none;}
.main{width: 100%;overflow: hidden;}
*{box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	}
	
	
/*手机nav*/
	.sjdhgd{width: 100%;background: #fff;position: fixed;left: 0;top: 0;z-index: 10000;}
	.sjdh{width: 92%;margin: 0 auto;padding: 3.5% 0;position: relative;transition: all ease 0.5s;}
	.sjdha{width: 100%;}
	.sjdha_t1{width: 64%;}
	.sjdha_t1 img{width: 100%;}
	.sjdha_t2{width: 38px;margin-top: 3%;margin-right: 1%;}
	.sjdha_t2 img{width: 100%;}
	.huakuai{position: fixed;top: 0;right: -100%;z-index: 9999;transition: all .4s cubic-bezier(.4,0,0,1);width: 100%;background: rgba(0,0,0,0.5);height: 100%;}
	.sjdhb{width: 79%;background: #fff;overflow-y: scroll;height: 100%;}
	.guanbi{width: 100%;border-bottom: 1px solid #f6f8f9;margin-bottom: 4%;}
	.guanbi img{width: 22px;height: 22px;margin: 5%;float: right;}
	.sjdhb_a{width: 100%;}
	.sjdhb_a h6{line-height: 60px;width: 100%;padding-left: 18px;}
	.sjdhb_a h6 a{font-size: 1.1rem;color: #32363d;}
	.sjdhb_ah1 h6{border-left: 3px solid #07913b;background: #f6f6f6;}
	.sjdhb_aa{width: 100%;}
	.sjdhb_p{width: 100%;line-height: 46px;padding-left: 37px;}
	.sjdhb_p a{font-size: 1rem;color: #858585;}
	.sjdhb_pa a{color: #3eb6f2;}
	
 /*手机banner*/
	.sjban{
		width: 100%;
		margin-top: 22%;
	}
	#swiper1{
		width: 100%;
	}
	#swiper1 .swiper-slide{
		width: 100%;
	}
	#swiper1 .swiper-slide img{
		width: 100%;
	}
	
	/*	banner*/
	.ban{width: 100%;margin: 0 auto;position: relative;overflow: hidden;top: -30px;z-index:-1;}
	.bana{width: 1920px;overflow: hidden;height: 550px;position: relative;left: 50%;margin-left: -960px;z-index: -1;}
	.banb{width: 1200px;}
	.banb_a{width: 47px;height: 109px;position: absolute;left: 3%;top: calc(50% - 65px);cursor: pointer;}
	.banb_c{width: 47px;height: 109px;position: absolute;left: 93%;top: calc(50% - 65px);cursor: pointer;z-index: 15;}
	.banb_e{z-index: 1000;bottom: 20px;position: absolute;left: calc(50% - 36px);}
	.banb_e li{width:12px;height: 12px;background: #fff;border-radius: 50%;float: left;margin: 12px 6px;cursor: pointer;transition: all ease 0.1s;}
	.banb_e .banb_f{background: #17994e;}
	.bt-a{width: 47px;height: 109px;position: absolute;left: 3%;top: calc(50% - 65px);cursor: pointer;z-index: 1500;}
	.bt-b{width: 47px;height: 109px;}
	.bt-b:hover{background: url(../img/yi09.png);}
	.bt-k{width: 47px;height: 109px;position: absolute;right: 3%;top: calc(50% - 65px);cursor: pointer;z-index: 1500;}
	.bt-f{width: 47px;height: 109px;}
	.bt-f:hover{background: url(../img/yi08.png);}
	
/*	热销产品*/
	.rx1{width: 92%;margin: 0 auto;margin-top: 10%;float: none;}
	.rx1a{width:10%;}
	.rx1a img{width: 100%;}
	.rx1b{margin-left: 5px;}
	.rx1b h6{font-size: 1rem;color: #5e5f5e;line-height: 33px;margin-top: -15px;letter-spacing: 2px;}
	.rx1b h6 span{color: #29a05c;}
	.rx1b h6{font-size: 1rem;color: #5e5f5e;line-height: 33px;margin-top: -15px;letter-spacing: 2px;}
	.rx1b h6 span{color: #29a05c;}
	.rx1b p{font-size: 0.75rem;color: #787878;line-height: 5px;}
	.rx2{font-size: 0.68rem;color: #909090;line-height: 30px;margin-top: 20px;}
	.rx3{width: 100%;margin: 0 auto;position: relative;margin-top: 34px;}
	.rx3a{width: 76px;height: 37px;background-image: url(../img/xh003.jpg);background-repeat: no-repeat; position: absolute;top: 100px;left: 0;cursor: pointer;transition: all ease 0.4s;}
	.rx3b{width: 100%;overflow: hidden;}
	.rx3b1{width: 200%;}
	.rx3b2{width:16.6%;}
	.rx3b3{background-color: #eeeeee;width: 79.8%;padding: 16px 16px 12px 16px;margin: 0 auto;}
	.rx3b3 img{width: 100%;margin: 0 auto;}
	.rx3b3 p{line-height: 48px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 6px;}
	.rx3b3 p a{font-size: 14px;color: #787878;}
	.rx3c{width: 76px;height: 37px;background-image: url(../img/xh004.jpg);background-repeat: no-repeat; position: absolute;top: 100px;right: 7px;cursor: pointer;transition: all ease 0.4s;}
	.rx3d{background-image: url(../img/xh005.jpg);}
	.rx3e{background-image: url(../img/xh006.jpg);}
	.rx3a:hover{background-image: url(../img/xh006.jpg);}
	.rx3c:hover{background-image: url(../img/xh005.jpg);}
	.rx4{width: 100%;margin-top: 29px;}
	.rx4a{width: 115px;height: 41px;margin: 0 auto;line-height: 41px;border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;text-align: center;transition: all ease 0.4s;}
	.rx4a a{font-size: 14px;color: #196bdb; transition: all ease 0.4s;text-transform: uppercase;}
	.rx4a:hover{border-top: 1px solid #17994e;border-bottom: 1px solid #17994e;}
	.rx4a:hover a{color: #17994e;}
/*	.swiper-container {width: 600px;height: 300px;} */
	.rx5{margin-top: 10%;}
	.rx5a{background-color: #eeeeee;width: 92%;margin: 0 auto;margin-left: 11%;}
	#swiper2{width: 150%;margin-left: -40%;}
	#swiper2a img{width:90%;margin: 0 auto;padding-top: 5%;}
	#swiper2a p a{font-size: 1rem;padding-left: 20px;line-height: 44px;}
	#swiper2a1{width: 50%;}
	
/*	产品中心*/
	.cps{margin-top: 12%;}
	.cps1{width: 92%;margin: 0 auto;float: none;}
	.cps1a{width: 10%;}
	.cps1a img{width: 100%;}
	.cps1b{margin-top: 7px;}
	.cps1b h1{font-size: 1rem;color: #5e5f5e;line-height: 20px;margin-top: -15px;letter-spacing: 2px;}
	.cps1b h1 span{color: #29a05c;}
	.cps1b h6{font-size: 1rem;color: #5e5f5e;line-height: 20px;margin-top: -15px;letter-spacing: 2px;}
	.cps1b h6 span{color: #29a05c;}
	.cps1b p{font-size: 0.7rem;color: #787878;}
	.cps2{width: 92%;margin:0 auto;margin-top: 8%;}
	.cps2a{width: 23.3%;height: 478px;}
	.cps2a1{width: 100%;height: 54px;background-color: #17994e;line-height: 54px;padding-left: 33px;background-image: url(../img/xh011.png);background-repeat: no-repeat;background-position:  top 20px right 23px;font-size: 16px;color: #fff;cursor: pointer;margin: 0 0 1% 0;}
	.cps2a2{height: 313px;background-color: #f4f4f4;padding-top: 17.5px;padding-bottom: 17.5px; overflow: hidden;}
	.cps2a2 p{line-height: 27px;margin-left: 33px;transition: all ease 0.4s;}
	.cps2a2 p a{font-size: 12px;color: #828282;transition: all ease 0.4s;}
	.cps2a11{background-color: #0e3d8b;background-image: url(../img/xh010.png);background-repeat: no-repeat;background-position:  top 20px right 23px;}
	.cps2a2 p:hover{margin-left: 44px;}
	.cps2a2 p:hover a{color: #17994e;}
	.cps2b{width: 100%;margin: 0 auto; overflow: hidden;float: none;margin-top: 8%;}
	.cps2b1{width: 300%;}
	.cps2b2{position: relative;width: 33.3%;}
	.cps2b2a{width: 80.6%;height: 40px;background-color: #39393c;line-height: 40px;text-align: center;position: absolute;bottom: 0px;left: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-right: 6%;padding-left: 3%;}
	.cps2b2a a{font-size: 12px;color: #fff;transition: all ease 0.4s;}
	.cps2b2b{width: 19.4%;height: 40px;background-color: #38a166;line-height: 40px;text-align: center;position: absolute;bottom: 0px;right: 0;}
	.cps2b2b a{font-size: 0.8rem;color: #fff;transition: all ease 0.4s;}
	.cps2b2a:hover a{color: #17994e;}
	.cps2b2b:hover a{color: #0e3d8b;}
	.scps2a{width: 100%;display: table;margin: 0 auto;}
	.scps2a1{width: 30%;height: 40px;background-color: #17994e;line-height: 40px;font-size: 0.8rem;color: #fff;cursor: pointer;text-align: center;}
	.scps2a1:nth-child(2){margin: 0 5%;}
	.scps2a11{background-color: #0e3d8b;}
	.cps2b2 img{width: 100%;}
	
/*	四大优势*/
	.ys{padding-top: 10%;background-position: center;margin-bottom: 10%;}
	.ysb{float: right;margin-top: -112px;margin-right: -45px;width: 72%;}
	.ysa img:first-child{margin: 0 auto;width: 90%;}
	.ysa1{width: 92%;margin: 0 auto;margin-top: 23px;box-shadow: 0 0 20px 1px rgba(0,0,0,0.11);}
	.ysa2{width: 25%;background-color: #fff;height: 40px;border-bottom: 1px solid #fff;cursor: pointer;}
	.ysa2 p{font-size: 0.8rem;color: #323232;text-align: center;line-height: 30px;border-left: 1px solid #e5e5e5;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 7%;}
	.ysa22{border-bottom: 1px solid #1e9a5c;}
	.ysa22 p{color: #1e9a5c;}
	.ysa2:hover{border-bottom: 1px solid #1e9a5c;}
	.ysa2:hover p{color: #1e9a5c;}
	.ysa3{width: 100%;margin: 0 auto;margin-top: 8%;}
	.ysa3a{width: 400%;}
	.ysa3a1{background-image: url(../img/xh018.jpg);background-repeat: no-repeat;}
	.ysa3a1a{width: 100%;background-color: rgba(17,155,80,0.9);padding: 6%;}
	.ysa3a1a h6{float: left;line-height: 30px;}
	.ysa3a1a h6 a{font-size: 1.4rem;color: #fff;font-weight: bold;font-family: "arial";}
	.ysa3a1a h3{float: left;line-height: 30px;margin-left: 1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.ysa3a1a h3 a{font-size: 1.1rem;color: #fff;font-weight: bold;}
	.ysa3a1a p{line-height: 26px;margin-top: 1%;height: 130px;overflow: hidden;text-align: justify;}
	.ysa3a1a p a{font-size: 12px;color: #fff;}
	
/*	合作客户*/
	.hzs1a{width: 115px;height: 41px;line-height: 41px;text-transform: uppercase;border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;text-align: center;margin-right: 33px;transition: all ease 0.4s;}

	.hzs1a a{font-size: 14px;color: #196bdb;transition: all ease 0.4s;}
	.hzs1a:hover{border-top: 1px solid #29a05c;border-bottom: 1px solid #29a05c;}
	.hzs1a:hover a{color: #29a05c;}
	.hzs2{margin-top: 28px;margin-bottom: 50px;}
	.hzs2a{width: 95%;border: 8px solid #eeeeee;position: relative;}
	.hzs2a img{width: 100%;}
	.hzs2a p{width: 91.2%;height: 49px;background-color: rgba(27,84,188,0.7);font-size: 14px;color: #fff;text-align: center;line-height: 49px;margin: 0 auto;position: absolute;top: 10px;left: 9px;transform: rotateY(90deg);transition: all ease 0.4s;}
	.hzs2a:hover p{transform: rotateY(0deg);}
	.hzs2a:nth-child(2){border-bottom: none;border-left: none;}
	.hzs2a:nth-child(3){border-bottom: none;border-left: none;}
	.hzs2a:nth-child(4){border-bottom: none;border-left: none;}
	.hzs2a:nth-child(6){border-left: none;}
	.hzs2a:nth-child(7){border-left: none;}
	.hzs2a:nth-child(8){border-left: none;}
	.hzs3{margin-top: 8%;margin-left: 4%;}
/*	.hzs33{width: 150%;margin-left: 50%;}*/
	#swiper3{width: 100%;}
	#swiper3a img{width:100%;margin: 0 auto;}
	#swiper3a p a{font-size: 1rem;padding-left: 20px;line-height: 44px;}
	#swiper3a1{margin: 0 2%;}
	
	
	
/*	关于公司*/
	.gy{background-image: url(../img/xh027.jpg);background-repeat: no-repeat;background-size: cover;padding-top: 39px;margin-top: 8%;}
	.gya span{font-size: 35px;color: #3ab873;font-weight: bold;text-transform: uppercase;overflow: hidden;display: block;height: 30px;}
	.gya h1{font-size: 26px;color: #fff;line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 60%;}
	.gya h6{font-size: 26px;color: #fff;line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 60%;}
	.sgya{width: 92%;margin: 0 auto;}
	.sgya > p{width: 90%;margin: 0 auto; font-size: 14px;color: #fff;line-height:  24px;text-indent: 2em;margin-top: 23px;height: 216px;overflow: hidden;}
	.aaaaaaaa{height: 1000px;}
	.sgs{background-image: url(../img/xh032.png);background-repeat: no-repeat;margin-top: 8%;position: relative;padding: 8% 0;background-size: 250% 250%;}
	.gs > img{position: absolute;top:0;right: 0;}
	.gs > p{position: absolute;top: 150px;right: 73px;width: 115px;height: 41px;border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;text-align: center;line-height: 41px;transition: all ease 0.4s;}
	.gs > p a{font-size: 14px;color: #196bdb;text-transform: uppercase; transition: all ease 0.4s;}
	.gs > p:hover{border-top: 1px solid #1e9a5c;border-bottom: 1px solid #1e9a5c;}
	.gs > p:hover a{color: #1e9a5c;}
	.gsa{width: 66.33%;overflow: hidden;height: 230px;margin-left: 25px;}
	.gsa1{width: 200%;margin-top: 34px;height: 165px;overflow: hidden;}
	.gsa2{width: 17.5%;}
	.gsa2 img{margin: 0 auto;}
	.scps1{width: 100%;margin-bottom: 10%;}
	.scps1a{width: 11%;}
	.scps1a img{width: 100%;}
	.scps1b{margin-left: 5px;margin-top: 4px;}
	.scps1b h6{font-size: 1rem;color: #fff;line-height: 20px;margin-top: -10px;letter-spacing: 2px;}
	.scps1b p{font-size: 0.7rem;color: #fff;}
	#swiper4{width: 100%;}
	#swiper4a img{width:100%;}
	#swiper4a p a{font-size: 1rem;}
	#swiper4a p{padding-left: 10px;line-height: 44px;}
	#swiper4a1{margin: 0 2%;}
	.sgsa{background-color: #eeeeee;width: 94%;margin-left: 6%;}
	.sgsa p a{font-size: 1rem;color: #333333;}
	
/*	定制方案*/
	.dz{position: relative;padding-top: 10%;overflow: hidden;}
	.dz1{position: absolute;top: -55px;right: 0;}
	.dz2{border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;line-height: 41px;width: 115px;height: 41px;text-align: center;position: absolute;top: 43px;right: 70px;transition: all ease 0.4s;}
	.dz2 a{font-size: 14px;color: #196bdb;text-transform: uppercase;transition: all ease 0.4s;}
	.dz2:hover{border-top: 1px solid #1e9a5c;border-bottom: 1px solid #1e9a5c;}
	.dz2:hover a{color: #1e9a5c;}
	.dz3{margin-top: 55px;margin-left: 43px;width: 100%;overflow: hidden;}
	.dz3a{width: 300%;}
	.dz3a1{width: 33.3%;}
	.dz3a1a{width: 56.3%;}
	.dz3a1a img{width: 100%;}
	.dz3a1b{background-color:rgba(28,164,90,0.9);width: 45%;height: 242px;padding-top: 18px;padding-left: 53px;margin-top: 148px;margin-left: -55px;}
	.dz3a1b h6{line-height: 54px;}
	.dz3a1b h6 a{font-size: 16px;color: #fff;font-weight: bold;}
	.dz3a1b p{line-height: 24px;}
	.dz3a1b p a{font-size: 12px;color: #fff;}
	.dz3a1b:hover h1 a{font-size: #196bdb;}
	.dz4{position: absolute;top: 353px;left: 0;background-image: url(../img/xh003.jpg);background-repeat: no-repeat;width: 76px;height: 37px;cursor: pointer;}
	.dz5{position: absolute;top: 353px;left: 100px;background-image: url(../img/xh004.jpg);background-repeat: no-repeat;width: 76px;height: 37px;cursor: pointer;}
	.dz4:hover{background-image: url(../img/xh006.jpg);}
	.dz5:hover{background-image: url(../img/xh005.jpg);}
	.dz4a{background-image: url(../img/xh006.jpg);}
	.dz5a{background-image: url(../img/xh005.jpg);}
	.dz6{width: 240%;margin-top: 8%;margin-left: -70%;}
	.dz6a{width: 100%;}
	#Swiper5{
		width: 100%;
	}
	#Swiper5 .swiper-slide{
		width: 100%;
	}
	#Swiper5 .swiper-slide-prev::after{content: "";position: absolute;left: 0px;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);}
	#Swiper5 .swiper-slide-next::after{content: "";position: absolute;left: 0px;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);}
	#Swiper5 img{
		width: 100%;
		border: 1px solid #dddddd;
	}
	#Swiper5 p{
		text-align: left;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
		line-height: 35px;
		background-color: #19a358;
		padding-left: 5%;
	}
	#Swiper5 p a{
		font-size: 0.75rem;
		color: #efefef;
		font-weight: bold;
	}
	#Swiper5 .swiper-slide a:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		transition: all ease 0.3s;
		
	}
	#Swiper5 .swiper-slide-active a:after{
		background: none;
	}
	
/*	客户口碑*/
	.kb{margin-top: 10%;}
	.kba{width: 240%;margin-top: 8%;margin-bottom: 5%;margin-left: -70%;}

	.kba1{width: 100%;border: 3px solid #19a358;margin: 0 auto;padding:5%;}
	.kba1 img{width: 20px;}
	.kba1 h1{line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.kba1 h1 a{font-size: 1rem;color: #ff7b06;font-weight: bold;}
	.kba1 p{line-height: 26px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
	.kba1 p a{font-size: 0.85rem;color: #5b5b5b;}
	.kba1:hover{border: 3px solid #19a358;}
	#Swiper6{width: 100%;}
	.kba11{width: 100%;}
	#Swiper6 .swiper-slide-prev::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);}
	#Swiper6 .swiper-slide-next::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);}
	
	
	
/*	新闻资讯*/
	.new{background-color: #f6f6f6;padding-top: 8%;padding-bottom: 10%;margin-top: 8%;}
	.news1{width: 100%;float: none;}
	.news1a1{float: none;margin: 0 auto;display: table;}
	.news1a11{float: left;font-size: 1rem;color: #fff;line-height: 35px;width: 115px;text-align: center;margin: 0 20px;transition: all ease 0.4s;background-color: #07913b;margin-top: 10%;}
	.news1a111{background-color: #0e3d8b;}
	.news1b{width: 92%;margin: 0 auto; margin-top: 8%;}
	.news1ba{width: 95%;background-color: #fff;margin: 0 auto;float: none;}
	.news1ba1{width: 58px;height: 58px;background-color: #37af6b;border-radius: 5px;position: relative;margin-top: -40px;margin-left: 24px;padding-top: 4px;}
	.news1ba2{padding-bottom: 5%;}
	.news1ba1 p{text-align: center;line-height: 19px;}
	.news1ba1 p a{font-size: 0.85rem;color: #fff;}
	.news1ba1 span{font-size: 1.5rem;color: #fff;line-height: 31px;}
	.news1ba2 h6{margin-left: 25px;line-height: 24px;margin-top: 8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-right: 25px;}
	.news1ba2 h6 a{font-size: 0.95rem;color: #5b5b5b;font-weight: bold;}
	.news1ba2 p{margin-left: 25px;line-height: 22px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-right: 25px;}
	.news1ba2 p a{font-size: 0.8rem;color: #868686;}
	.news1ba > p{line-height: 28px;margin-left: 25px;text-transform: uppercase;transition: all ease 0.4s;margin-bottom: 12px;display: none;}
	.news1ba img{width: 100%;}
	.news1ba > p a{font-size: 0.8rem;color: #29a05c;}
	.news1ba > p:hover{margin-left: 35px;}
	.news1bb{float: none;width: 85%;margin: 0 auto;}
	.news1bba{border-bottom: 1px solid #ededed;padding-top: 8%;}
	.news1bba1{line-height: 18px;}
	.news1bba1 a{font-size: 0.85rem;color: #5b5b5b;transition: all ease 0.4s;}
	.news1bba1 span{font-size: 1.5rem;color: #5b5b5b;font-weight: bold;transition: all ease 0.4s;}
	.news1bba2{margin-bottom: 20px;width: 82%;margin-left: 5px;}
	.news1bba2 p:first-child{line-height: 22px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.news1bba2 p:first-child a{font-size: 0.85rem;color: #5b5b5b;transition: all ease 0.4s;}
	.news1bba2 p:nth-child(2){line-height: 20px;}
	.news1bba2 p:nth-child(2) a{font-size: 0.8rem;color: #868686;transition: all ease 0.4s;}
	.news1bba:hover .news1bba1 a{color: #1e9a5c;}
	.news1bba:hover .news1bba1 span{color: #1e9a5c;}
	.news1bba:hover .news1bba2 p a{color: #1e9a5c;}
	.new1c{margin-top: 28px;margin-bottom: 53px;}
	.new1c p{width: 115px;height: 41px;line-height: 41px;border-top: 1px solid #196bdb;border-bottom: 1px solid #196bdb;text-align: center;transition: all ease 0.4s;}
	.new1c p a{font-size: 0.85rem;color: #196bdb;transition: all ease 0.4s;}
	.new1c p:hover{border-top: 1px solid #1e9a5c;border-bottom: 1px solid #1e9a5c;}
	.new1c p:hover a{color: #1e9a5c;}
	
	.news2{width: 100%;float: none;margin: 0 auto;padding-top: 10%;}
	.news2a{width: 100%;overflow: hidden;}
	.news2a1{width: 300%;}
	.news2a11{width: 33.3%;}
	.news2a1a{background-color: #fff;padding: 20px 10px;width: 100%;}
	.news2a1a h6{background-image: url(../img/xh037.jpg);background-repeat: no-repeat;padding-left: 28px;line-height: 16px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow: hidden;}
	.news2a1a h6 a{font-size: 0.8rem;color: #5b5b5b;font-weight: bold;}
	.news2a1a p{margin-left: 28px;line-height: 21px;margin-top: 10.5px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
	.news2a1a p a{font-size: 0.8rem;color: #868686;}
	.news2b{margin-top: 25px;margin-bottom: 22px;}
	.news2b p{width: 11px;height: 11px;background-color: #a0a0a0;float: right;margin: 0 5.5px;cursor: pointer;}
	.news2ba{background-color: #ff7b06;}
	.news3b{width: 240%;margin-left: -70%;}
	.newsa11{width: 100%;}
	#Swiper7{width: 100%;margin-top: 4%;}
	#Swiper7 .swiper-slide-prev::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #e7e7e7;}
	#Swiper7 .swiper-slide-next::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #e7e7e7;}
	
/*	小banner*/
	.xb{background-image: url(../img/xh038.png);background-repeat: no-repeat;height: 200px;margin-top: -41px;background-position: center;}
	.xba{padding-top: 30px;}
	.xba span{font-size: 1rem;color: #fff;font-weight: bold;line-height: 38px;margin-left: -50%;}
	.xba p{background-image: url(../img/xh039.jpg);background-repeat: no-repeat;width: 206px;height: 43px;font-size: 1.2rem;color: #fff;font-weight: bold;text-align: center;line-height: 43px;font-family: "arial";}
	.sxb{width: 100%;position: relative;}
	.sxb img{width: 100%;}
	.sxb p{background-image: url(../img/xh039.jpg);background-repeat: no-repeat;width: 170px;height: 38px;font-size: 1rem;color: #fff;font-weight: bold;text-align: center;line-height: 38px;position: absolute;top: 80%;left: calc(50% - 85px);background-size: 100% 100%;font-weight: bold;letter-spacing: 1px;}
	.sdb{background-image: url(../img/xh053.jpg);background-repeat: no-repeat;background-size: cover;padding-top: 10%;margin-bottom: 64px;padding-bottom: 5%;}
	.sdb > img{width: 100px;height: 100px;margin: 0 auto;margin-bottom: 5%;}
	.sdb p{font-size: 0.85rem;color: #8a8a8a;text-align: center;line-height: 24px;}
	.sdb p a{font-size: 1rem;color: #8a8a8a;}
	

	
/*	底部导航*/
	.ddh{background-color: #3c3c3c;border-top: 4px solid #1e9a5c;}
	.ddha1{margin-top: 53px;width: 22.4%;}
	.ddha1 img{width: 100%;}
	.ddha1 p{background-image: url(../img/xh046.jpg);background-repeat: no-repeat;width: 172px;height: 36px;margin-top: 25px;font-size: 1rem;color: #fff;line-height: 36px;padding-left: 38px;margin-bottom: 86px;}
	.ddha2{width: 75.7%;}
	.ddha2a{width: 16.6%;border-left: 1px solid #444444;height: 371px;padding-top: 51px;}
	.ddha2a h6{background-image: url(../img/xh047.png);background-repeat: no-repeat;padding-left: 31px;background-size: contain;margin-left: -10px;margin-bottom: 32.5%;}
	.ddha2a h6 a{font-size: 0.85rem;color: #1ca561;font-weight: bold;transition: all ease 0.4s;}
	.ddha2a p{padding-left: 22px;line-height: 23px;}
	.ddha2a p a{font-size: 0.8rem;color: #bcbcbc;transition: all ease 0.4s;}
	.ddha2a p:hover a{color: #11874c;}
	.ddha2a h6:hover a{color: #092c6d;}
	
/*	友链*/
	.yq{background-color: #2f2f2f;height: 31px;}
	.yq1{width: 17.8%;font-size: 0.8rem;color: #8a8a8a;line-height: 31px;}
	.yq2{width: 32.8%;font-size: 0.8rem;color: #8a8a8a;line-height: 31px;}
	.yq3{width: 100%;font-size: 0.8rem;color: #8a8a8a;line-height: 31px;float: none;}
	.yq3 a img{display: inherit;}
	.yq4{width: 26.6%;font-size: 0.8rem;color: #8a8a8a;line-height: 31px;}
	/**手机导航**/
	.dan-xia{ width:100%; background-color: #161616; position: fixed; bottom: 0;z-index: 1100;}
	.dan-xib{ width:calc(100% / 4);float: left;padding: 3% 0 0 0;border-left: 1px solid #242424;}
	.dan-xid{display: table;margin: 0 auto;}
	.dan-xid img{width: 24px;margin:0 auto;}
	.dan-xid p{ color:#efefef; font-size: 0.8rem;line-height: 30px;text-align: center;}
	.linh-ai{ margin-left: 16%;}
	.zxdh{width: 40px;position: absolute;left: calc(50% - 20px);top: -20px;}
	.zxdh img{width: 100%;}
	
	/*	产品列表页*/
	.cp_z{width: 90%;margin: 0 auto;display: table;float: none;}
	.cp_l{margin-top: 10%;}
	.cp_z2a{width: 100%;}
	.cp_z2a1{width: 100%;height: 54px;background-color: #17994e;line-height: 54px;padding-left: 33px;background-image: url(../img/xh011.png);background-repeat: no-repeat;background-position:  top 20px right 23px;font-size: 1rem;color: #fff;cursor: pointer;margin: 0 0 1% 0;}
	.cp_z2a2{height: 225px;padding: 0 4%; background-color: #f4f4f4;padding-top: 17.5px;padding-bottom: 17.5px; overflow: hidden;}
	.cp_z2a2aa{height: auto;}
	.cp_z2a21 a{color: #17994e;}
	.cp_z2a2 p{line-height: 27px;margin-right: 10px;float: left;transition: all ease 0.4s;width: 40%;}
	.cp_z2a2 p a{font-size: 0.8rem;transition: all ease 0.4s;}
	.cp_z2a11{background-color: #0e3d8b;background-image: url(../img/xh010.png);background-repeat: no-repeat;background-position:  top 20px right 23px;}
	.cp_z2a2 p:hover{margin-left: 44px;}
	.cp_z2a2 p:hover a{color: #17994e;}
	.cp_z1a{width: 100%;background-image: url(../img/xh054.jpg);background-repeat: no-repeat;height: 370px;margin-top: 41px;}
	.cp_z1a1{width: 70%;margin: 0 auto;border-bottom: 1px solid #fff;padding-bottom: 17px;padding-top: 36px;}
	.cp_z1a1 h6{font-size: 1.8rem;color: #fff;font-weight: bold;text-align: center;line-height: 76px;}
	.cp_z1a1 p{font-size: 0.85rem;color: #fff;text-align: center;line-height: 26px;}
	.cp_z1a > img{margin: 0 auto;margin-top: 30px;}
	.cp_z1a > p{font-size: 1rem;color: #fff;text-align: center;line-height: 28px;margin-top: 24px;}
	.cp_z1a > h3{font-size: 1.2rem;color: #fff;text-align: center;line-height: 32px;}
	.cp_y{width: 100%;margin-top: 10%;}
	.cp_y1{background-color: #f3f3f3;width: 100%;height: 54px;}
	.cp_y1a{width: 40%;font-size: 1rem;color: #5e5f5e;line-height: 54px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 3.2%;}
	.cp_y1b{background-image: url(../img/xh056.png);background-repeat: no-repeat;padding-left: 4%;line-height: 54px;font-size: 0.8rem;color: #909090;background-position: left center;margin-right: 2.2%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 50%;}
	.cp_y1b a{font-size: 0.8rem;color: #909090;transition: all ease 0.4s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cp_y1b a:hover{color: #17994e;}
	.cp_y2{width: 91.9%;margin: 0 auto;}
	.cp_y2a{background-color: #f4f4f4;width: 100%;padding: 4%;margin-top: 6%;border: 1px solid #f4f4f4;transition: all ease 0.4s;}
	.cp_y2a1{width: 100%;overflow: hidden;float: none;}
	.cp_y2a1 img{width: 100%;transition: all ease 0.4s;}
	.cp_y2a2{width: 100%;float: none;margin-top: 5%;}
	.cp_y2a2 h1{border-bottom: 1px dashed #d9d9d9;line-height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cp_y2a2 h1 a{font-size: 1rem;color: #666666;font-weight: bold;transition: all ease 0.4s;}
	.cp_y2a2 p{line-height: 22px;margin-top: 8px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
	.cp_y2a2 p a{font-size: 0.8rem;color: #999999;}
	.cp_y2a2 span{display: none; line-height: 40px;transition: all ease 0.4s;}
	.cp_y2a2 span a{font-size: 0.8rem;color: #0e3d8b;text-transform: uppercase;}
	.cp_y2a:hover{border: 1px solid #17994e;}
	.cp_y2a:hover .cp_y2a1 img{transform: scale(1.1);}
	.cp_y2a:hover .cp_y2a2 h1 a{color: #17994e;}
	.cp_y2a2 span:hover{margin-left: 10px;}
	.cp_y3{margin: 0 auto;display: table;margin-top: 30px;}
	.cp_y3a{width: 52px;height: 32px;line-height: 32px;text-align: center;background-color: #196bdb;}
	.cp_y3a a{font-size: 0.85rem;color: #fff;}
	.cp_y3b{line-height: 32px;width: 32px;height: 32px;text-align: center;border: 1px solid #999999;margin: 0 4px;transition: all ease 0.4s;}
	.cp_y3b a{font-size: 0.85rem;color: #666666;transition: all ease 0.4s;}
	.cp_y3b:hover{background-color: #196bdb;border: 1px solid #196bdb;}
	.cp_y3b:hover a{color: #fff;}
	.cp_y3b1{background-color: #196bdb;border: 1px solid #196bdb;}
	.cp_y3b1 a{color: #fff;}
	
/*	新闻资讯*/
	.cp_y4{width: 91.9%;margin: 0 auto;background-color: #f4f4f4;margin-top: 30px;padding-left: 32px;padding-top: 31px;padding-right: 10%;z-index: 2px;margin-bottom: 80px;}
	.cp_y4 h6{background-image: url(../img/xh002.png);background-repeat: no-repeat;font-size: 1rem;color: #5e5f5e;line-height: 17px; padding-left: 34px;background-size: contain;margin-bottom: 11px;}
	.cp_y4a p:nth-child(odd){background-image: url(../img/xh058.png);background-repeat: no-repeat;height: 52px;width: 43.1%;float: left;line-height: 52px;padding-left: 29px;background-position: left center;border-bottom: 1px solid #eeeeee;}
	.cp_y4a p:nth-child(odd){font-size: 0.8rem;color: #666666;transition: all ease 0.4s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}
	.cp_y4a p:nth-child(even){font-size: 0.8rem;color: #666666;background-image: url(../img/xh058.png);background-repeat: no-repeat;height: 52px;width: 43.1%;float: right;line-height: 52px;padding-left: 29px;background-position: left center;border-bottom: 1px solid #eeeeee;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}
	.cp_y4a p:nth-child(even){font-size: 0.8rem;color: #666666;transition: all ease 0.4s;}
	.cp_y4a p:hover a{color: #1e9a5c;}
	
	/*	绿条*/
	.cp_l1{background-image: url(../img/xh059.jpg);background-repeat: no-repeat;height:136px;margin-top: -145px;z-index: -1; }
	
	/*	产品内页*/
	.cp_n2a{background-color: #f4f4f4;width: 100%;padding: 14px;margin-top: 29px;border: 1px solid #17994e;transition: all ease 0.4s;}
	.cp_n2a1{width: 100%;overflow: hidden;}
	.cp_n2a1 img{width: 100%;}
	.cp_n2a2{width: 100%;margin-top: 5%;}
	.cp_n2a2 h6{font-size: 1rem;color: #08904c;font-weight: bold;border-bottom: 1px dashed #d9d9d9;line-height: 35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: -8px;}
	.cp_n2a2 p{font-size: 0.85rem;color: #999999;line-height: 22px;margin-top: 3%;}
	.cp_n2a2 span{display: inline-block; line-height: 21px;background-image: url(../img/xh060.png);background-repeat: no-repeat;background-position: left center;font-size: 1.1rem;color: #ff7315;font-weight: bold;padding-left: 30px;margin-top: 11.5px;}
	.cpn3{width: 100%;border-bottom: 2px solid #a2d6b8;margin-top: 5%;}
	.cpn3 p{font-size: 1rem;margin: 6px 0; color: #5e5f5e;background-image: url(../img/xh058.png);background-repeat: no-repeat;background-size: contain;margin-left: 19px;padding-left: 26px;}
	.cpn4{width: 95.6%;margin: 0 auto;padding-top: 36px;}
	.cpn4 > img{width: 100%;}
	.cpn4 > p{font-size: 0.85rem;color: #333333;line-height: 28px;}
	.cpn4 > p span{font-size: 0.85rem;color: #17994e;}
	.cpn4 > h3{font-size: 0.95rem;color: #ff7315;font-weight: bold;line-height: 36px;}
	.cpn4a{margin-top: 5%;}
	.cpn4a img{float: none;margin: 0 auto;margin-top: 10px;width: 100%;}
	.cpn4b{width: 100%;border: 1px solid #e5e5e5;margin-top: 10%;border-collapse: collapse;}
	.lc{width: 100%;overflow-x: auto;}
	.lc table{width: 360%;}
	.cpn4b tr{height: 43px;}
	.cpn4b tr td{border: 1px dashed #e5e5e5;color: #333333;padding-left: 8px;font-size: 13px;}
	.cpn4ba{font-size: 0.8rem;color: #999999;border: 1px dashed #e5e5e5;width: 16.9%;text-align: left;padding-left: 4%;}
	.cpn4bb{font-size: 0.8rem;color: #333333;border: 1px dashed #e5e5e5;width: 32.8%;text-align: left;padding-left: 2%;}
	.cpn4c{width: 100%;margin-top: 5%;}
	.cpn4c1{background-image: url(../img/xh063.png);background-repeat: no-repeat;height: 58px;width: 50%;padding-left: 70px;font-size: 0.85rem;color: #666666;font-weight: bold;line-height: 24px;padding-top: 5px;}
	.cpn4c2{background-image: url(../img/xh064.png);background-repeat: no-repeat;height: 58px;width: 50%;padding-left: 70px;font-size: 0.85rem;color: #666666;font-weight: bold;line-height: 24px;padding-top: 5px;}
	.cpn4c3{background-image: url(../img/xh065.png);background-repeat: no-repeat;height: 58px;width: 50%;padding-left: 70px;font-size: 0.85rem;color: #666666;font-weight: bold;line-height: 24px;padding-top: 5px;margin-top: 5%;}
	.cpn4c4{background-image: url(../img/xh066.png);background-repeat: no-repeat;height: 58px;width: 50%;padding-left: 70px;font-size: 0.85rem;color: #666666;font-weight: bold;line-height: 24px;padding-top: 5px;margin-top: 5%;}
	.cpn4d{background-image: url(../img/xh067.jpg);background-repeat: no-repeat;background-size: cover;margin-top: 5%;padding-top: 5%;padding-bottom: 10%;}
	.cpn4d > img{margin: 0 auto;width: 100%;}
	.cpn4da{width: 72.5%;margin: 0 auto;margin-top: 5%;margin-left: 18%;}
	.cpn4da1{width: 100%;}
	.cpn4da1a{position: relative;}
	.cpn4da1a h3{font-size: 1rem;color: #17994e;font-weight: bold;border-bottom: 1px dashed #aaaaaa;line-height: 66px;}
	.cpn4da1a p{font-size: 0.8rem;color: #333333;line-height: 23px;margin-top: 13.5px;}
	.cpn4da1a p span{font-size: 0.8rem;color: #ff7b06;}
	.cpn4da1a img{position: absolute;top: 13px;left: -48px;}
	.cpn4da2 img{width: 100%;}
	.cpn4e{margin: 0 auto;display: table;margin-top: -23px;}
	.cpn4e p{width: 110px;height: 36px;background-color: #3165c3;text-align: center;line-height: 36px;}
	.cpn4e p a{font-size: 0.85rem;color: #fff;}
	
	/*	定制*/
	.dz2a{width: 100%;}
	.dz2a1{width: 100%;height: 54px;background-color: #17994e;margin-bottom: 10px;line-height: 54px;padding-left: 33px;background-image: url(../img/xh075.png);background-repeat: no-repeat;background-position: right 20px center;padding-right: 20px;transition: all ease 0.4s;}
	.dz2a1 a{font-size: 1rem;color: #fff;}
	.dz2a1:hover{background-color: #0e3d8b;}
	.dz2a11{background-color: #0e3d8b;}
	.dza{width: 91.7%;margin: 0 auto;margin-top: 30px;}
	.dzaa{width:100%;}
	.dzaa img{width: 100%;}
	.dzab{width: 100%;background-image: url(../img/xh077.jpg);background-repeat: no-repeat;border: 1px solid #dedddb;padding-left: 20px;height: 300px;background-size: 100% 100%;}
	.dzab h3{font-size: 1rem;color: #17994e;font-weight: bold;line-height: 62px;}
	.dzab p{font-size: 0.8rem;color: #333333;line-height: 26px;}
	.dzab h4{background-image: url(../img/xh078.png);background-repeat: no-repeat;height: 39px;font-size: 0.8rem;color: #666666;padding-left: 57px;margin-top: 23px;}
	.dzab h4 span{font-size: 1.5rem;color: #ff944c;font-weight: bold;}
	.dzb{width: 95.4%;margin: 0 auto;margin-top: 5%;font-size: 0.85rem;color: #5e5f5e;border-bottom: 2px solid #f3f3f3;padding-left: 28px;}
	.dzc{width: 90%;margin: 0 auto;margin-top: 30px;overflow: hidden;position: relative;}
	.dzc1{width: 400%;}
	.dzc1a{width: 12.5%;background-color: #eeeeee;margin:  0 0;}
	.dzc1a1{width: 100%;}
	.dzc1a1 img{width: 100%;}
	.dzc1a2{width: 100%;}
	.dzc1a2 img{margin: 0 auto;margin-left: 55px;margin-top: 6px;}
	.dzc1a2 p{text-align: center;font-size: 0.85rem;color: #17994e;line-height: 52px;}
	.dzcc{background-image: url(../img/xh003.jpg);background-repeat: no-repeat;position: absolute;top: 40%;left: 0;width: 76px;height: 37px;transition: all ease 0.4s;}
	.dzcd{background-image: url(../img/xh004.jpg);background-repeat: no-repeat;position: absolute;top: 40%;right: 0;width: 76px;height: 37px;transition: all ease 0.4s;}
	.dzcc1:hover{background-image: url(../img/xh006.jpg);}
	.dzcc2:hover{background-image: url(../img/xh005.jpg);}
	.dzd{width: 90%;margin: 0 auto;margin-top: 26px;}
	.dzd img{width: 100%;}
	.dze{background-image: url(../img/xh082.jpg);background-repeat: no-repeat;margin: 0 auto;width: 90.4%;margin-top: 10%;padding-top: 6%;padding-left: 19px;position: relative;margin-bottom: 5%;}
	.dze h3{font-size: 1.3rem;color: #fff;line-height: 20px;margin-top: -5px;}
	.dze1{background-image: url(../img/xh084.png);background-repeat: no-repeat;background-position: left center;font-size: 0.8rem;color: #fff;padding-left: 40px;line-height: 18px;margin-top: 19px;padding-right: 15px;}
	.dze2{background-image: url(../img/xh085.png);background-repeat: no-repeat;background-position: left center;font-size: 0.8rem;color: #fff;padding-left: 40px;line-height: 22px;margin-top: 9px;padding-right: 15px;}
	.dze3{background-image: url(../img/xh086.png);background-repeat: no-repeat;background-position: left center;font-size: 0.8rem;color: #fff;padding-left: 40px;line-height: 18px;margin-top: 4%;padding-right: 15px;}
	.dze4{background-image: url(../img/xh087.png);background-repeat: no-repeat;width: calc(100% + 19px);margin-left: -19px;margin-top: 5%;background-size: 100% 100%;}
	.dze4 img{width: 28.7%;margin: 0 auto;display: table;margin: 5% 0;}
	.sgsa1{background-color: #eeeeee;width: 94%;margin-left: 3%;}
	.sgsa1 p a{font-size: 1rem;color: #333333;}
	
	/*	解决方案*/
	.jja{width: 100%;margin: 0 auto;}
	.jja1{width: 96%;background-color: #f4f4f4;padding: 14px;margin-top: 40px;border: 1px solid #f4f4f4;transition: all ease 0.4s;margin: 0 2%;margin-top: 5%;}
	.jja1a{overflow: hidden;}
	.jja1 img{width: 100%;transition: all ease 0.4s;}
	.jja1 h3{width: 92.1%;margin: 0 auto;border-bottom: 1px dashed #d9d9d9;line-height: 52px;margin-top: 11px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.jja1 h3 a{font-size: 0.85rem;color: #666666;font-weight: bold;transition: all ease 0.4s;}
	.jja1 p{width: 92.1%;margin: 0 auto;line-height: 19px;margin-top: 12.5px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
	.jja1 p a{font-size: 0.8rem;color: #999999;}
	.jja1 span{width: 92.1%;margin: 0 auto;text-transform: uppercase;line-height: 49px;margin-left: 4%;display: none;}
	.jja1 span a{font-size: 0.8rem;color: #0e3d8b;transition: all ease 0.4s;}
	.jja1:hover{border:1px solid #17994e;}
	.jja1:hover h3 a{color: #17994e;}
	.jja1:hover img{transform: scale(1.1);}
	.jja1 span:hover a{margin-left: 10px;}
	
	/*	关于公司*/
	.gsjja{width: 91.7%;margin: 0 auto;margin-top: 5%;}
	.gsjja > img{width: 100%;}
	.gsjja1{margin-top: 5%;}
	.gsjja1a{width: 50%;}
	.gsjja1a h3{font-size: 1.8rem;color: #17994e;font-weight: bold;text-align: center;margin-top: 10%;}
	.gsjja1a h3 span{font-size: 0.8rem;color: #333333;margin-left: 4px;}
	.gsjja1a > p{font-size: 0.85rem;color: #333333;text-align: center;margin-top: 5%;}
	.gsjja > p{font-size: 0.8rem;color: #666666;line-height: 24px;text-indent: 2em;margin-top: 25px;}
	.gsjja2{width: 100%;margin-top: 25.5px;}
	.gsjja2 img:first-child{float: left;width:49%;}
	.gsjja2 img:nth-child(2){float: right;width: 49%;}
	
	/*	成功案例*/
	.ala{width: 91.7%;margin: 0 auto;}
	.ala1{margin-top: 6%;border: 1px solid #e5e5e5;transition: all ease 0.4s;}
	.ala1a{width: 100%;}
	.ala1a img{width: 100%;}
	.ala1b{width: 100%;margin-top: 5%;margin-bottom: 5%;}
	.ala1b h3{line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 90%;margin: 0 auto;}
	.ala1b h3 a{font-size: 1rem;color: #666666;font-weight: bold;transition: all ease 0.4s;}
	.ala1b p{margin: 0 auto;line-height: 21px;margin-top: 4.5px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;width: 90%;display: none;}
	.ala1b p a{font-size: 0.85rem;color: #999999;}
	.ala1b span{line-height: 49px;}
	.ala1b span a{font-size: 0.8rem;color: #196bdb;transition: all ease 0.4s;}
	.ala1:hover{border: 1px solid #17994e;}
	.ala1:hover .ala1b h3 a{color: #17994e;}
	.ala1b:hover span a{margin-left: 10px;}
	
	/*	合作客户*/
	.hza{width: 92%;margin: 0 auto;}
	.hza1{border: 1px solid #eeeeee;width: 97%;margin: 0 5px; margin-top: 30px;position: relative;}
	.hza1 img{width: 100%;}
	.hza1 p{width: 93%;height: 120px;position: absolute;top: 10px;left: 10px;font-size: 0.85rem;color: #fff;text-align: center;line-height: 120px;background-color: rgba(46,163,95,0.85);transform: rotateY(90deg);transition: all ease 0.4s;}
	.hza1:hover p{transform: rotateY(0deg);}
	
	/*	荣誉资质*/
	.yya{width: 97.7%;margin: 0 auto;}
	.yya1{border: 1px solid #e5e5e5;width: 44.2%;margin: 0 2.9%;margin-top: 5%;}
	.yya1a{margin: 0 auto;}
	.yya1a img{width: 100%;}
	.yya1b{font-size: 0.85rem;color: #666666;line-height: 54px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.yya1b span{color: #17994e;}
	.yya1:hover{border: 1px solid #17994e;}
	.yya1:hover .yya1b{color: #17994e;}
	
	/*	工厂实力*/
	.gcsla{width: 92%;margin: 0 auto;}
	.gcsla1{width: 100%;border: 1px solid #eeeeee;background-color: #eeeeee;margin-top: 5%;transition: all ease 0.4s;}
	.gcsla1a img{width: 100%;}
	.gcsla1b{font-size: 0.85rem;color: #3c3c3c;line-height: 40px;text-align: center;background-color: #eeeeee;transition: all ease 0.4s;}
	.gcsla1:hover{border: 1px solid #17994e;}
	.gcsla1:hover .gcsla1b{color: #17994e;}
	
	/*	联系信合*/
	.lxxha{width: 91.7%;margin: 0 auto;}
	.lxxha1{border-bottom: 1px dashed #e8e8e8;padding-bottom: 5%;}
	.lxxha1 h3{font-size: 0.85rem;color: #333333;font-weight: bold;line-height: 50px;width: 100%;}
	.lxxha2 h3{font-size: 0.85rem;color: #333333;font-weight: bold;line-height: 50px;width: 100%;}
	.lxxha1a{width: 100%;}
	.lxxha1a1{width: 100%; background-image: url(../img/xh097.png);background-repeat: no-repeat;padding-left: 18px;}
	.lxxha1a2{width: 100%; background-image: url(../img/xh098.png);background-repeat: no-repeat;padding-left: 18px;margin-top: 10px;}
	.lxxha1a3{width: 100%; background-image: url(../img/xh099.png);background-repeat: no-repeat;padding-left: 18px;margin-top: 10px;}
	.lxxha1a4{width: 100%; background-image: url(../img/xh098.png);background-repeat: no-repeat;padding-left: 18px;margin-top: 10px;}
	.lxds_dt{width: 95%;margin: 0 auto;margin-top: 5%;}
	.lxdsa{border:11px solid #e5e5e5;}
	
	/*	新闻列表*/
	.xw_l2{width: 91.7%;margin: 0 auto;}
	.xw_la{width: 100%;padding-top: 5%;}
	.xw_la1{width: 55px;}
	.xw_la1 p{font-size: 0.8rem;color: #999999;text-align: center;line-height: 21px;margin-top: 6.5px;}
	.xw_la2{width: 74.3%;border-bottom: 1px dashed #e0e0e0;height: 100px;}
	.xw_la2 h3{line-height: 26px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.xw_la2 h3 a{font-size: 0.85rem;color: #666666;font-weight: bold;transition: all ease 0.4s;}
	.xw_la2 h4{line-height: 24px;}
	.xw_la2 h4 a{font-size: 0.8rem;color: #999999;}
	.xw_la2 p{line-height: 24px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;margin-top: 12px;}
	.xw_la2 p a{font-size: 0.8rem;color: #666666;}
	.xw_la2 span{width: 96px;border-bottom: 1px solid #196bdb;border-top: 1px solid #196bdb;line-height: 35px;margin-top: 5%;text-align: center;margin-bottom: 5%;}
	.xw_la2 span a{font-size: 0.8rem;color: #196bdb;}
	.xw_la:hover .xw_la2 h3 a{color: #17994e;}
	.xw_la1a{background-color: #f3f3f3;width: 54px;height: 54px;border-radius: 5px;background-image: url(../img/xh100.png);background-repeat: no-repeat;background-position: center;transition: all ease 0.4s;}
	.xw_la:hover .xw_la1a{background-color: #17994e;background-image: url(../img/xh101.png);background-repeat: no-repeat;background-position: center;}
	
	/*	新闻内页*/
	.xw_n2{width: 91.7%;margin: 0 auto;padding-bottom: 50px;border-bottom: 1px dashed #e6e5e5;}
	.xw_n2a{border-bottom: 1px dashed #e6e5e5;padding-bottom: 23px;margin-top: 6%;}
	.xw_n2a h3{font-size: 1rem;color: #333333;font-weight: bold;text-align: center;line-height: 28px;}
	.xw_n2a h1{font-size: 1rem;color: #333333;font-weight: bold;text-align: center;line-height: 28px;}
	.xw_n2a p{font-size: 0.75rem;color: #999999;text-align: center;line-height: 26px;}
	.xw_n2b p{font-size: 0.8rem;color: #666666;line-height: 24px;text-indent: 2em;margin-top: 25.5px;margin-bottom: 23px;}
	.xw_n2b h3{font-size: 0.8rem;color: #666666;line-height: 22px;text-indent: 2em;}
	.xw_n2b img{margin: 0 auto;margin-top: 6%;width: 100%;}
	.xw_n2b h4{font-size: 0.8rem;color: #333333;font-weight: bold;}
	.xw_n2b h4 a{font-size: 0.8rem;color: #999999;}
	.xw_n3{width: 120px;height: 32px;background-color: #196bdb;line-height: 32px;text-align: center;margin: 0 auto;margin-top: -17px;}
	.xw_n3 a{font-size: 0.8rem;color: #fff;}
	
	@media (min-width: 350px){
		.dzc1a2 img{margin-top: 10%;}
		.hza1{margin-top: 5%;}
		.cps1b p{font-size: 0.75rem;}
		.scps2a1{font-size: 1rem;}
		.cps1b{margin-left: 10px;}
		.xw_la2{width: 77.3%;}
	}	
	
	@media (min-width: 375px){

	
	
	}
	
	@media (min-width: 400px){
		.cp_y2a2 span{line-height: 25px;}
		.cpn4c1{padding-left: 85px;}
		.cpn4c2{padding-left: 85px;}
		.cpn4c3{padding-left: 85px;}
		.cpn4c4{padding-left: 85px;}
		.dzc1a2 img{margin-top: 17%;}
		.dze2{line-height: 20px;}
		.cps1b{margin-left: 15px;}
		.sxb p{top: 85%;}
		.xw_la2{width: 80.3%;}
	}
		
	@media (min-width: 450px){
		.dzc1a2 img{margin-top: 22%;}
		.ala1a{width: 45%;}
		.ala1b{width: 50%;}
		.hza1{margin: 0 3px;margin-top: 1.5%;}
		.rx1b{margin-top: 6px;}
		.xw_la2{width: 82.3%;}
	
	}
		
	@media (min-width: 500px){
		.cp_y2a1{width: 45%;float: left;}
		.cp_y2a2{width: 50%;float: right;}
		.cp_y2a2 h1{line-height: 40px;}
		.cp_y2a2 span{line-height: 35px;}
		.cp_y4{margin-bottom: 90px;}
		.rx1b h6{margin-top: -8px;}
		.rx1b h6{margin-top: -8px;}
		.cp_n2a1{width: 50%;}
		.cp_n2a2{width: 48%;margin-left: 2%;}
		.cp_n2a2 h6{margin-top: -25px;}
		.cp_n2a2 p{margin-top: 2.5%;}
		.cp_n2a2 span{margin-top: 5.5px;}
		.cpn4a img{width: 49%;}
		.cpn4a img:nth-child(1){float: left;}
		.cpn4a img:nth-child(2){float: right;}
		.hza1{margin: 0 9px;margin-top: 4.5%;}
		.sxb p{top: 88%;}
		.xw_la2{width: 84.3%;}
	}		
		
	@media (min-width: 550px){
		.cp_y1b{width: 44%;}
		.cp_y2a2 h1{line-height: 50px;}
		.cp_n2a2 h6{line-height: 38px;}
		.dzc1a2 img{margin-top: 29%;}
		.xw_la2{width: 86.3%;}
	}	
		
	@media (min-width: 600px){
		.cp_y2a2 h1{line-height: 60px;}
		.cp_y4{margin-bottom: 97px;}
		.sxb p{top: 88%;width: 200px;height: 44px;left: calc(50% - 100px);font-size: 1.2rem;}
		.xw_la2{width: 87.3%;}
	}	
	
	@media (min-width: 650px){
		.cp_y1b{width: 39%;}
		.cp_y2a2 p{line-height: 25px;}
		.cp_y3b{margin: 0 10px;}
		.cp_n2a2 p{margin-top: 4.5%;}
		.cp_n2a2 span{margin-top: 13.5px;}
		.cpn4c1{width: 25%;padding-left: 75px;}
		.cpn4c2{width: 25%;padding-left: 75px;}
		.cpn4c3{width: 25%;margin-top: 0;padding-left: 75px;}
		.cpn4c4{width: 25%;margin-top: 0;padding-left: 75px;}
		.xw_la2{width: 88.3%;}
	
	}
	
	@media (min-width: 700px){


	}		
}