@charset "utf-8";
/* CSS Document */
@media(min-width:1199px){
.clearfix{ clear:both;}
.mob{ display: none;}
.pc{ display: block;}
.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;border: none;}
input{padding:0;margin:0;outline:none;font-family: "微软雅黑";}
select{font-family: "微软雅黑";}
textarea{font-family: "微软雅黑";}
.commen{width: 1200px;margin: 0 auto;}
.mob{display: none;}
.pc{display: block;}
	.pb1{display: none;}
*{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*/
	.zddt{height: 36px;background: #e4e4e4;width: 100%;}
	.zddt p{color: #565656;line-height: 36px;padding: 0 10px;}
	.zddt h1{color: #565656;line-height: 36px;padding: 0 10px;}
	.zddt p a{color: #565656;transition: all ease 0.3s;}
	.zddt p a:hover{color: #f93e39;}
	.top{width: 100%;background: #fff;height: 124px;}
	.topa_a{margin-top: 28px;}
	.topa_b{margin-right: 39px;margin-top: 30px;}

	
/*nav*/
	.daohang{width: 100%;height: 48px;margin-bottom: 2px;}
	.nav{position: relative;}
	.nv{width: 100%;height: 66px;}
	.nv_a{height: 48px;width: 10.75%;position: relative;}
	.nv_ax{margin: 0 1.1666%;}
	.nv_a p{height: 48px;color: #474747;line-height: 48px;font-size: 16px;transition: all ease 0.1s;text-align: center;}
	.nv_a:hover p{color: #fff;background: #0ba29b;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.nv_aa p{color: #fff;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.nv_b{position: absolute;top: 42px;left: 0%;z-index: 1000;width: 100%;background: rgba(255,255,255,0.8);}
	.nv_bb{text-align: center;color: #353535;line-height: 40px;font-size: 12px;width: 100%;transition: all ease 0.3s;}
	.nv_bb a{color: #353535;font-size: 14px;transition: all ease 0.3s;}
	.nv_bb:hover a{color: #fff;}
	.nv_bb:hover{background: #fa645f;}
	
/*banner*/
	.ban{width:100%;margin: 0 auto;overflow: hidden;height: 548px;position: relative;}
	.imgbox{ width:1920px;overflow: hidden;position: relative;left: 50%; margin-left: -960px;z-index: -1;height: 548px;}
	.imgbox img{position: absolute;left: 0;top: 0;}
	.boy{width: 1200px;margin-top: 485px;}
	.pa-a{z-index: 1000;bottom: 60px;position: absolute;left: calc(50% - 300px);}
	.pa-a li{ width:100px; height: 12px;background: #fff;float: left;margin: 0 10px;cursor: pointer;transition: all ease 0.1s;}
	.pa-a .ppp{background: #fa504b;}
	.bt-a{width: 47px;height: 109px;position: absolute;left: 3%;top: calc(50% - 65px);cursor: pointer;z-index: 15;}
	.bt-b{background: url(../esimg/yi07.png) no-repeat;width: 47px;height: 109px;}
	.bt-b:hover{background: url(../esimg/yi09.png);}
	.bt-k{width: 47px;height: 109px;position: absolute;right: 3%;top: calc(50% - 65px);cursor: pointer;z-index: 15;}
	.bt-f{background: url(../esimg/yi06.png) no-repeat;width: 47px;height: 109px;}
	.bt-f:hover{background: url(../esimg/yi08.png);}
	.ban_jt{position: absolute;margin-left: calc(50% - 31px);bottom: 50px;z-index: 10000;left: 50%;}
	
	.guan{position: relative;height: 47px;margin-top: -47px;width: 100%;background: rgba(27,27,27,0.8);}
	.guana{position: relative;}
	.guan p{color: #dedede;line-height: 47px;float: left;width: 64.1666%;padding-left: 60px;font-size: 12px;}
	.guan p a{color: #dedede;transition: all ease 0.3s;font-size: 12px;}
	.guan p a:hover{color: #fa504b;}
	.guan h6{float: right;width: 25.5%;background: #c12b2b;line-height: 51px;font-size: 20px;color: #dedede;text-align: center;font-weight: bold;letter-spacing: 2px;margin-top: -4px;}
	
/*产品中心*/
	.chanp{margin-top: 43px;}
	.chanpt p{font-size: 20px;color: #d3d3d3;line-height: 26px;text-align: center;font-weight: bold;letter-spacing: 2px;}
	.chanpt h6{color: #535353;font-size: 30px;line-height: 44px;text-align: center;font-weight: bold;letter-spacing: 2px;}
	.chanpt h6 span{color: #e83f3e;}
	.chanpt img{display: table;margin: 0 auto;margin-top: 14px;}
	.chanpn{width: 100%;margin-top: 43px;}
	.chanpnz{width: 16.166%;}
	.chanpnz_p{width: 100%;line-height: 72px;height: 72px;background: #f4f4f4;padding-left: 40px;margin-bottom: 8px;}
	.chanpnz_p a{color: #474747;font-size: 16px;}
	.chanpnz_pa{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.chanpnz_pa a{color: #fff;}
	.chanpnz_p:hover{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.chanpnz_p:hover a{color: #fff;}
	.chanpny{width: 81.41%;}
	.chanpny_a{width: 100%;}
	.chanpny_ap{padding: 0 37.8px;line-height: 42px;text-align: center;background: #f8f8f8;margin-right: 8px;transition: all ease 0.3s;}
	.chanpny_ap a{color: #474747;font-size: 14px;transition: all ease 0.3s;}
	.chanpny_apa{background: #fa504b;}
	.chanpny_apa a{color: #fff;}
	.chanpny_ap:hover{background: #fa504b;}
	.chanpny_ap:hover a{color: #fff;}
	.chanpny_b{width: 100%;margin-top: 2px;}
	.chanpny_ba{width: 31.04%;position: relative;margin-bottom: 33px;}
	.chanpny_bt{width: 100%;border: 1px solid #bfbfbf;overflow: hidden;}
	.chanpny_bt img{width: 100%;transition: all ease 0.3s;}
	.chanpny_bw{width: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,0.75);padding: 33px 39px;transform: scale(0.001);transition: all ease 0.6s;}
	.chanpny_bw p{width: 100%;line-height: 194px;border: 1px solid #aaaaaa;text-align: center;}
	.chanpny_bw p a{color: #fff;font-size: 14px;transition: all ease 0.3s;}
	.chanpny_baa{margin: 0 3.1%;margin-bottom: 33px;}
	.chanpny_ba:hover .chanpny_bw{transform: scale(1);}
	.chanpny_bw p a:hover{color: #fa504b;}
	.chanpny_ba:hover .chanpny_bt img{transform: scale(1.05);}
	.chanpta{width: 100%;}
	.chanpta img{width: 100%;}
	
/*华云优势*/
	.youshi{width: 100%;margin-top: 42px;}
	.youshia{background: url(../esimg/hy10.jpg) no-repeat center;background-size: cover;width: 100%;height: 782px;margin-top: 30px;}
	.yous{position: relative;height: 782px;padding-top: 59px;}
	.yousg{position: absolute;width: 432px;height: 432px;left: calc(50% - 216px);top: calc(50% - 216px);}
	.yousa{width: 100%;position: relative;z-index: 1;}
	.yousa_a{width: 50%;height: 332px;cursor: pointer;padding: 30px;position: relative;overflow: hidden;}
	.yousa_aa{width: 62.3%;padding: 54px 20px 66px 24px;border-radius: 20px;transition: all ease 0.3s;}
	.yousa_aa h6{font-size: 18px;color: #db2827;line-height: 38px;margin-top: 5px;font-weight: bold;}
	.yousa_aa p{line-height: 26px;color: #414141;font-size: 14px;}
	.yousa_a:hover .yousa_aa{background: #fff;background: #fff;box-shadow: 0 0 48px -15px #1786ff;}
	.xuanza{position: absolute;right: -3px;bottom: 0;transform: translate(332px,329px);transition: all ease 0.3s;z-index: -1;}
	.yousa_a:hover .xuanza{transform: translate(0px,0px);}
	.xuanzb{position: absolute;left: -3px;bottom: 0;transform: translate(-332px,329px);transition: all ease 0.3s;z-index: -1;}
	.yousa_a:hover .xuanzb{transform: translate(3px,4px);}
	.xuanzc{position: absolute;right: -3px;top: 0;transform: translate(332px,-329px);transition: all ease 0.3s;z-index: -1;}
	.yousa_a:hover .xuanzc{transform: translate(-2px,-2px);}
	.xuanzd{position: absolute;left: -3px;top: 0;transform: translate(-332px,-329px);transition: all ease 0.3s;z-index: -1;}
	.yousa_a:hover .xuanzd{transform: translate(2px,-0px);}
	
/*加湿器应用*/
	.jiashi{margin-top: 37px;}
	.jias{width: 97%;margin: 0 auto;margin-top: 31px;}
	.jiasz{width: 24.74%;}
	.jiasz_p{width: 50%;border: 1px solid #b5b5b5;text-align: center;line-height: 97px;height: 98.5px;}
	.jiasz_p a{color: #474747;font-size: 14px;}
	.jiasz p:nth-child(2n){border-left: none;}
	.jiasz p:nth-child(n){border-top: none;}
	.jiasz p:nth-child(1){border-top: 1px solid #b5b5b5;}
	.jiasz p:nth-child(2){border-top: 1px solid #b5b5b5;}
	.jiasz_pa{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.jiasz_pa a{color: #fff;}
	.jiasz_p:hover{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.jiasz_p:hover a{color: #fff;}
	.jiasy{width: 73.9%;position: relative;overflow: hidden;border: 1px solid #b5b5b5;}
	.jiasy_x{width: 1000%;}
	.jiasy_a{width: 10%;position: relative;overflow: hidden;}
	.jiasy_t{width: 100%;overflow: hidden;}
	.jiasy_t img{width: 100%;transition: all ease 0.3s;}
	.jiasy_w{width: 100%;position: absolute;left: 0;bottom: -66px;height: 66px;background: rgba(23,23,23,0.8);padding: 0 36px;transition: all ease 0.3s;}
	.jiasy_w p{width: 50%;overflow: hidden;line-height: 66px;}
	.jiasy_w p a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;color: #fff;}
	.jiasy_more{line-height: 66px;transition: all ease 0.3s;}
	.jiasy_more a{font-size: 14px;color: #fff;transition: all ease 0.3s;}
	.jiasy_more:hover{margin-right: 8px;}
	.jiasy_more:hover a{color: #e83f3e;}
	.jiasy_a:hover .jiasy_w{bottom: 0;}
	.jiasy_z{position: absolute;width: 52px;height: 52px;left: 0;top: calc(50% - 26px);cursor: pointer;}
	.jiasy_z img{width: 100%;}
	.jiasy_y{position: absolute;width: 52px;height: 52px;right: 0;top: calc(50% - 26px);cursor: pointer;}
	.jiasy_y img{width: 100%;}
	.jiasy_a:hover .jiasy_t img{transform: scale(1.03);}
	
/*客户评价*/
	.kehu{width: 100%;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#ffffff), color-stop(100%,rgba(190,221,255,0.5)));background: -webkit-linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);background: -o-linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);background: -ms-linear-gradient(to bottom, #ffffff 0%,#beddff 100%);background: -moz-linear-gradient(to bottom, #ffffff 0%,#beddff 100%);background: linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(190,221,255,0.5)',GradientType=0 );padding-top: 43px;padding-bottom: 39px;}
	.pingja{width: 97%;margin: 0 auto;margin-top: 47px;}
	.pingja_a{width: 30.32%;background: #fff;border: 1px solid #253547;padding: 29px 35px 35px 27px;transition: all ease 0.3s;}
	.pingja_aa{margin: 0 4.52%;}
	.pingja_a h6{line-height: 48px;margin-top: 9px;width: 95%;overflow: hidden;}
	.pingja_a h6 a{width: 100%;font-size: 16px;color: #424242;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all ease 0.3s;}
	.pingja_a p{line-height: 20px;height: 100px;overflow: hidden;}
	.pingja_a p a{color: #424242;transition: all ease 0.3s;}
	.pingja_t2{margin-top: 20px;}
	.pingja_a:hover{background: #343c49;}
	.pingja_a:hover a{color: #fff;}
	.pingj_more{width: 169px;line-height: 44px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );margin: 0 auto;margin-top: 44px;text-align: center;}
	.pingj_more a{font-size: 18px;color: #fff;transition: all ease 0.3s;}
	.pingj_more:hover a{margin-left: 8px;}
	
/*关于华云*/
	.guanyu{background: url(../esimg/hy21.jpg) no-repeat center;width: 100%;background-size: cover;height: 644px;padding-top: 34px;position: relative;}
	.guanyua{width: 100%;margin-top: 25px;}
	.guanyua p{width: 81.8333%;margin: 0 auto;text-align: center;font-size: 12px;color: #474747;line-height: 21px;}
	.guanyua img{width: 90.25%;margin: 0 auto;margin-top: -25px;}
	.guanyua_more{width: 169px;line-height: 44px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );text-align: center;position: absolute;left: calc(50% - 85px);bottom: -22px;}
	.guanyua_more a{font-size: 18px;color: #fff;transition: all ease 0.3s;}
	.guanyua_more:hover a{margin-left: 8px;}
	
/*华云资讯*/
	.zixunjian{width: 100%;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#ffffff), color-stop(100%,rgba(190,221,255,0.5)));background: -webkit-linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);background: -o-linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);background: -ms-linear-gradient(to bottom, #ffffff 0%,#beddff 100%);background: -moz-linear-gradient(to bottom, #ffffff 0%,#beddff 100%);background: linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(190,221,255,0.5)',GradientType=0 );padding-top: 90px;}
	.zix{width: 100%;margin-top: 31px;}
	.zixun{width: 63%;}
	.zixuna{background: url(../esimg/hy23.jpg) no-repeat;height: 506px;width: 41.666%;padding-top: 36px;}
	.zixuna_p{width: 74.28%;margin: 0 auto;line-height: 60px;text-align: center;border: 1px solid #b5b5b5;background: #fff;margin-top: 24px;font-size: 16px;color: #474747;}
	.zixuna_more{width: 74.28%;margin: 0 auto;line-height: 60px;text-align: center;border: 1px solid #b5b5b5;background: #fff;margin-top: 24px;}
	.zixuna_more a{font-size: 16px;color: #474747;}
	.zixuna_pa{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );color: #fff;}
	.zixuna_more:hover{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.zixuna_more:hover a{color: #fff;}
	.zixunb{width: 58.334%;background: #fff;border: 1px solid #dfdfdf;border-left: none;padding: 0 37px 0 37px;height: 506px;position: relative;}
	.zixunb_a{width: 100%;border-bottom: 1px dashed #c5cbd4;margin-top: 8px;padding-left: 6px;}
	.zixunb_a h6{font-size: 18px;color: #394251;line-height: 60px;}
	.zixunb_a h6 span{font-weight: bold;color: #d3d3d3;margin-left: 15px;}
	.zixunb_b{width: 100%;border-bottom: 1px dashed #c5cbd4;padding-left: 6px;padding-bottom: 19px;}
	.zixunb_b h5{line-height: 24px;width: 95%;overflow: hidden;margin-top: 12px;}
	.zixunb_b h5 a{font-size: 14px;color: #4b4b4b;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all ease 0.3s;}
	.zixunb_b h6{line-height: 24px;}
	.zixunb_b h6 a{font-size: 14px;color: #4b4b4b;transition: all ease 0.3s;}
	.zixunb_b p{line-height: 19px;margin-top: 8px;height: 38px;overflow: hidden;}
	.zixunb_b p a{color: #4b4b4b;transition: all ease 0.3s;}
	.zixunb_m{position: absolute;bottom: 24px;right: 40px;}
	.zixunb_m a{font-size: 18px;color: #e83f3e;transition: all ease 0.3s;}
	.zixunb_m:hover a{margin-right: 8px;}
	.zixunb_b:hover a{color: #e83f3e;}
	
	.chang{width: 32.5%;height: 506px;background: #fff;border: 1px solid #dfdfdf;padding: 0 18px 0 18px;}
	.changa{width: 100%;margin-top: 8px;padding-left: 16px;}
	.changa p{font-size: 18px;color: #394251;line-height: 60px;}
	.changa P span{font-weight: bold;color: #d3d3d3;margin-left: 15px;}
	.cj{width: 100%;margin-top: 25px;}
	.cja{width: 100%;margin: 0 auto;}
	.changj_b1{height: 350px;overflow: hidden;width: 100%;}
	.changj_wd{width: 100%;border-top: 1px dashed #dbdbdb;padding-bottom: 24px;}
	.changj_w{width: 93%;margin: 0 auto;margin-top: 25px;}
	.changj_w img{float: left;}
	.changj_w p{float: left;width: 82%;line-height: 14px;margin-left: 6px;}
	.changj_w p a{width: 100%;overflow: hidden;display: block;text-overflow: ellipsis;white-space: nowrap;color: #4b4b4b;font-weight: bold;}
	.changj_d{width: 93%;margin: 0 auto;margin-top: 19px;}
	.changj_d img{float: left;padding-top: 3.5px;}
	.changj_d p{float: left;width: 88%;line-height: 19px;margin-left: 6px;height: 40px;overflow: hidden;}
	.changj_d p a{color: #777a7e;}
	.changj_wd:hover a{color: #e83f3e;}
	.chang_more{margin-top: 10px;}
	.chang_more a{font-size: 18px;color: #e83f3e;transition: all ease 0.3s;}
	.chang_more:hover a{margin-right: 8px;}
	
/*联系我们*/
	.lianxi{margin-top: 40px;}
	.lianx{width: 100%;background: url(../esimg/hy24.jpg) no-repeat center;background-size: cover;margin-top: 38px;height: 350px;position: relative;}
	.lianxz{width: 29.1666%;background: #fff;border-top: 3px solid #e83f3e;border-bottom: 3px solid #e83f3e;padding: 22px 0 35px 0;margin-top: -14px;position: absolute;left: 6.83%;top: -12px;}
	.lianxza{width: 80.85%;margin: 0 auto;position: relative;}
	.lianxza_a{width: 100%;margin-top: 22px;}
	.lianxza_a img{float: left;}
	.lianxza_a p{float: left;line-height: 22px;margin-left: 16px;width: 86%;font-size: 14px;color: #5d6066;}
	.lianxza_b{position: absolute;right: -28px;;top: -44px;}
	.lianxy{width: 53.333%;margin-right: 4%;}
	.lianxya{width: 100%;}
	.lianxya p{font-size: 18px;color: #fff;line-height: 72px;}
	.lianxya p span{font-size: 20px;color: #d3d3d3;font-weight: bold;margin-left: 13px;}
	.chenghu{width: 100%;}
	.chenghu input{width: 46.875%;line-height: 40px;height: 40px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 5px;}
	.xuqiu{width: 100%;margin-top: 27px;}
	.xuqiu textarea{width: 100%;height: 100px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 17px;line-height: 28px;}
	.yazm{width: 100%;margin-top: 31px;}
	.ma{width: 115px;height: 40px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 5px;}
	.yazm_a{width: 115px;height: 40px;margin-left: 12px;}
	.yazm_a img{width: 100%;cursor: pointer;}
	.chongz{width: 120px;height: 40px;line-height: 40px;background: #272c34;text-align: center;color: #fff;font-size: 14px;margin-left: 19px;border: none;cursor: pointer;}
	.tij{width: 120px;height: 40px;line-height: 40px;background: #272c34;text-align: center;color: #fff;font-size: 14px;margin-left: 19px;border: none;cursor: pointer;}
	#bianse{background: #e83f3e;}
	.chongz:hover{background: #e83f3e;}
	.yazm p{line-height: 40px;color: #fff;text-decoration: underline;margin-left: 13px;float: left;cursor: pointer;}
	
/*页脚*/
	.yejiao{width: 100%;margin-top: 80px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#323232), color-stop(100%,#575757));background: -webkit-linear-gradient(to bottom, #323232 0%,#575757 100%);background: -o-linear-gradient(to bottom, #323232 0%,#575757 100%);background: -ms-linear-gradient(to bottom, #323232 0%,#575757 100%);background: -moz-linear-gradient(to bottom, #323232 0%,#575757 100%);background: linear-gradient(to bottom, #323232 0%,#575757 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#575757',GradientType=0 );padding-top: 47px;padding-bottom: 30px;}
	.yej{margin-left: 35px;}
	.yeja{position: relative;border-left: 1px solid #545454;padding-left: 15px;padding-right: 68px;}
	.yeja h6{line-height: 14px;margin-bottom: 10px;margin-top: -5px;}
	.yeja h6 a{font-size: 14px;color: #fff;font-weight: bold;}
	.yeja p{line-height: 24px;}
	.yeja p a{font-size: 12px;color: #bab9b9;transition: all ease 0.3s;}
	.yeja img{position: absolute;top: 0;left: -2.5px;}
	.yeja p a:hover{color: #e83f3e;}
	.ye_ewm{width: 173px;margin-right: 45px;}
	.ye_ewm img{width: 100%;}
	.ye_ewm p{width: 100%;background: #ca2c2b;line-height: 33px;text-align: center;font-size: 12px;color: #fff;}
	.beia{width: 100%;background: #323232}
	.beia p{line-height: 31px;color: #8b8b8b;}
	.beia p a{line-height: 31px;color: #8b8b8b;transition: all ease 0.3s;}
	.beia p:nth-child(1){margin-left: 50px;float: left;}
	.beia p:nth-child(1) img{display: inline-block;position: relative;top: 4px;}
	.beia p:nth-child(2){margin-left: 52px;float: right;}
	.beia p a:hover{color: #e83f3e;}
	.youl p{line-height: 32px;color: #393939;}
	.youl p a{color: #393939;}
	
/*添加的漂浮QQ*/
	.dong{ width:50px; position: fixed; right: 0; top: 50%; margin-top: -115px;}
	.sahng{ width:100%;}
	.xain{ width: 100%; height: 50px;background: url(../esimg/zxkf.gif) no-repeat center; background-color: #e83f3e; position: relative; margin: 10px 0; cursor: pointer;}
	.danpo{ width:100%; height: 50px; background-color: #e83f3e; 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;}
	.dinr{ width:300px;border-top: solid 4px #e83f3e;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: #e83f3e;}
	.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(../esimg/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: #e83f3e; padding-top: 10px;}
	.loainj{ width:320px; position: absolute;top: -20px; left: -310px;}
	.dingw{ width:300px; border-top: solid 4px #e83f3e;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(../esimg/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: #e83f3e; padding-top: 10px;}
	.yeya{width:200px; position: absolute;top: -20px; left: -190px; }
	.weic{ width:180px; border-top: solid 4px #e83f3e;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:#e83f3e;cursor: pointer;}
	.fanh p{padding-top: 10px;color: #fff;}
	
/*产品列表页*/
	.nban{width: 100%;height: 350px;overflow: hidden;}
	.nban img{position: relative;left: 50%;margin-left: -960px;width: 1920px;height: 350px;}
	.nguan{position: relative;height: 47px;margin-top: -47px;width: 100%;background: rgba(27,27,27,0.8);}
	.nguana{position: relative;}
	.nguan p{color: #dedede;line-height: 47px;float: right;padding-right: 30px;font-size: 12px;}
	.nguan p a{color: #dedede;transition: all ease 0.3s;font-size: 12px;}
	.nguan p a:hover{color: #fa504b;}
	.nguan h6{float: left;width: 240px;background: #c12b2b;line-height: 51px;font-size: 20px;color: #d3d3d3;text-align: center;font-weight: bold;letter-spacing: 2px;margin-top: -4px;}
	
	.cpl{margin-top: 30px;}
	.cplz{width: 20.08%;}
	.cplza{width: 100%;}
	.cplza h1{background: url(../esimg/hy36.png) no-repeat top 0 left 0;margin-left: 6px;padding-left: 24px;line-height: 41px;color: #535353;font-size: 26px;letter-spacing: 1px;}
	.cplza p{background: url(../esimg/hy36.png) no-repeat top 0 left 0;margin-left: 6px;padding-left: 24px;line-height: 41px;color: #535353;font-size: 26px;letter-spacing: 1px;}
	.cplzb{width: 100%;margin-top: 28px;}
	.cplzb_p{width: 100%;margin-top: 8px;height: 72px;line-height: 72px;background: #f4f4f4;padding-left: 40px;}
	.cplzb_p a{font-size: 16px;color: #474747;}
	.cplzb_pa{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.cplzb_pa a{color: #fff;}
	.cplzb_p:hover{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.cplzb_p:hover a{color: #fff;}
	.cplzc{width: 100%;margin-top: 34px;}
	.cplzc img{width: 100%;}
	.cplzc p{line-height: 51px;width: 100%;text-align: center;background: #ea3535;font-size: 20px;color: #d3d3d3;font-weight: bold;letter-spacing: 1px;}
	.cplzd{margin-top: 26px;}
	.cplzd h6{background: url(../esimg/hy36.png) no-repeat top 0 left 0;margin-left: 6px;padding-left: 24px;line-height: 41px;color: #535353;font-size: 26px;letter-spacing: 1px;}
	.cplze{width: 100%;margin-top: 29px;background: #f4f4f4;padding: 4px 0 40px 0;}
	.cplze_p{width: 89.21%;margin: 0 auto;border-bottom: 1px dashed #d6d6d6;padding-bottom: 18px;margin-top: 20px;}
	.cplze_p img{float: left;margin-top: 11px;margin-left: 5px;}
	.cplze_p p{width: 88%;float: left;color: #555555;line-height: 21px;height: 42px;overflow: hidden;margin-left: 12px;transition: all ease 0.3s;}
	.cplze_p:hover p{color: #ea3535;}
	.cplzf{width: 100%;margin-top: 4px;}
	.cplzf img{width: 100%;}
	.cply{width: 77.75%;}
	.mbxdh{width: 100%;margin-top: 10px;}
	.mbxdh p{background: url(../esimg/hy39.png) no-repeat left 0 top 0;line-height: 22px;padding-left: 32px;margin-left: 3px;color: #7f7e7e;}
	.mbxdh p a{color: #7f7e7e;transition: all ease 0.3s;}
	.mbxdh p a:hover{color: #f9423d;}
	.cplya{width: 100%;background: #f8f8f8;height: 27px;padding-left: 12px;margin-top: 38px;}
	.cplya p{line-height: 27px;background: url(../esimg/hy40.png) no-repeat left 0 top 11px;padding-left: 17px;color: #aeaeae;}
	.cplyb{width: 100%;margin-top: 26px;}
	.cplyb_p{line-height: 32px;background: #f8f8f8;text-align: center;color: #555555;margin-right: 6px;padding: 0 31px;}
	.cplyb_p a{color: #555555;}
	.cplyb_pa{border: 1px solid #f93a34;background: #fff;color: #f93f39;}
	.cplyb_p:hover{border: 1px solid #f93a34;background: #fff;}
	.cplyb_p:hover a{color: #f93f39;}
	.cplyc{width: 100%;}
	.cplyc_a{width: 100%;margin-top: 39px;border-bottom: 1px dashed #bfbfbf;padding: 0 20px 36px 20px;}
	.cplyc_t{width: 34.1%;border: 1px solid #bfbfbf;overflow: hidden;transition: all ease 0.3s;}
	.cplyc_t img{width: 100%;transition: all ease 0.3s;}
	.cplyc_w{width: 57.591%;margin-left: 6%;}
	.cplyc_w h6{width: 100%;overflow: hidden;line-height: 40px;margin-top: 11px;}
	.cplyc_w h6 a{font-size: 16px;color: #555555;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all ease 0.3s;}
	.cplyc_w h6{line-height: 24px;background: url(../esimg/hy42.png) no-repeat left 0 top 10px;padding-left: 10px;margin-top: 24px;}
	.cplyc_w h6 a{font-size: 14px;color: #555555;font-weight: bold;transition: all ease 0.3s;}
	.cplyc_w p{line-height: 24px;height: 96px;overflow: hidden;margin-top: 30px;}
	.cplyc_w p a{color: #555555;transition: all ease 0.3s;}
	.cply_more{width: 120px;line-height: 32px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );text-align: center;margin-top: 50px;}
	.cply_more a{font-size: 14px;color: #fff;transition: all ease 0.3s;}
	.cply_more:hover a{margin-left: 8px;}
	.cplyc_a:hover .cplyc_t{border-color: #1d8cea;}
	.cplyc_a:hover .cplyc_t img{transform: scale(1.03);}
	.cplyc_a:hover .cplyc_w h1 a{color: #1d8cea;}
	.cplyc_a:hover .cplyc_w h6 a{color: #1d8cea;}
	.cplyc_a:hover .cplyc_w p a{color: #1d8cea;}
	.yema{margin-top: 30px;margin-right: 30px;}
	.yemaa{width: 54px;height: 31px;border: 1px solid #d4d4d4;line-height: 31px;text-align: center;margin: 0 5px;transition: all ease 0.3s;}
	.yemaa a{font-size: 14px;color: #7b7b7b;transition: all ease 0.3s;}
	.yemab{width: 33px;height: 31px;border: 1px solid #d4d4d4;line-height: 31px;text-align: center;margin: 0 5px;transition: all ease 0.3s;}
	.yemab a{font-size: 14px;color: #7b7b7b;transition: all ease 0.3s;}
	.yemaa:hover{background: #f9423d;border-color: #f9423d;}
	.yemaa:hover a{color: #fff;}
	.yemab:hover{background: #f9423d;border-color: #f9423d;}
	.yemab:hover a{color: #fff;}
	.yemab_a{background: #f9423d;border-color: #f9423d;}
	.yemab_a a{color: #fff;}
	
	.cplianx{width: 93.67%;background: url(../esimg/hy24.jpg) no-repeat center;background-size: cover;margin: 0 auto;margin-top: 51px;border-top: 6px solid #ea3535;padding-top: 25px;padding-bottom: 41px;}
	.cplianxy{width: 89.25%;margin: 0 auto;float: none;}
	.cplianxya{width: 100%;}
	.cplianxya p{font-size: 18px;color: #fff;line-height: 56px;float: left;}
	.cplianxya p span{font-size: 20px;color: #d3d3d3;font-weight: bold;margin-left: 13px;}
	.cplianxya img{float: right;margin-top: 18px;}
	.cpchenghu{width: 100%;}
	.cpchenghu input{width: 46.875%;line-height: 40px;height: 40px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 5px;}
	.cpxuqiu{width: 100%;margin-top: 22px;}
	.cpxuqiu textarea{width: 100%;height: 100px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 17px;line-height: 28px;}
	.cpyazm{width: 100%;margin-top: 31px;}
	.cpma{width: 100px;height: 40px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 5px;}
	.cpyazm_a{width: 115px;height: 40px;margin-left: 12px;}
	.cpyazm_a img{width: 100%;cursor: pointer;}
	.cpchongz{width: 97px;height: 40px;line-height: 40px;background: #272c34;text-align: center;color: #fff;font-size: 14px;margin-left: 19px;border: none;cursor: pointer;}
	.cptij{width: 97px;height: 40px;line-height: 40px;background: #272c34;text-align: center;color: #fff;font-size: 14px;margin-left: 19px;border: none;cursor: pointer;}
	#cpbianse{background: #bb3c3c;}
	.cpchongz:hover{background: #bb3c3c;}
	.cpyazm p{line-height: 40px;color: #fff;text-decoration: underline;margin-left: 13px;float: left;cursor: pointer;}
	.cpyazm p a{color: #fff;text-decoration: underline;}
	
/*产品内页*/
	.cpn{width: 100%;}
	.cpna{width: 100%;margin-top: 41px;}
	.cpna_t{width: 42.85%;margin: 0 auto;border: 1px solid #bfbfbf;margin-left: 2.786%;}
	.cpna_t img{width: 100%;}
	.cpna_w{width: 44.8%;margin-left: 4.5%;}
	.cpna_w h1{background: url(../esimg/hy45.png) no-repeat left 0 top 0;line-height: 23px;padding-left: 18px;color: #555555;font-size: 16px;margin-top: 16px;width: 100%;font-weight: bold;}
	.cpna_w1{width: 100%;margin-top: 24px;}
	.cpna_w1 p{line-height: 30px;color: #f93f39;text-align: center;border: 1px solid #f93f39;padding: 0 28px;float: left;margin: 2px 0;margin-right: 16px;}
	.cpna_w > p{line-height: 23px;color: #555555;margin-top: 40px;min-height: 130px;width: 96%;}
	.cpna_z{width: 100%;height: 41px;position: relative;margin-top: 15px;box-shadow: 0px 0px 25px -8px #40a1f7;border-radius: 15px;}
	.cpna_z2{margin-top: 13px;margin-left: 61px;float: left;}
	.cpna_z1{position: absolute;left: 15px;top: -3px;}
	.cpna_z p{float: right;width: 104px;height: 28px;background: -webkit-gradient(linear, bottom, top, color-stop(0%,#158af3), color-stop(100%,#8ac9ff));background: -webkit-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -o-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -ms-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -moz-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: linear-gradient(to top, #158af3 0%,#8ac9ff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158af3', endColorstr='#8ac9ff',GradientType=0 );text-align: center;line-height: 28px;margin-top: 6px;border-radius: 5px;margin-right: 8px;}
	.cpna_z p a{color: #fff;}
	.cpnb{width: 100%;margin-top: 42px;}
	.cpnb h6{color: #555555;font-size: 16px;line-height: 47px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;padding-left: 2.786%;margin-bottom: 12px;}
	.cpnb h6 span{color: #1d8cea;}
	.cpnb p{margin-left: 2.786%;width: 94.95%;background: url(../esimg/hy42.png) no-repeat left 2px top 9.5px;line-height: 24px;padding-left: 13px;}
	.cpnb_t{width: 94.428%;margin: 0 auto;margin-top: 24px;overflow-x:auto;}
	.cpnb_t img{display: table;margin: 0 auto;}
	.cpnc{margin-top: 40px;}
	.cpnc h6{color: #555555;font-size: 16px;line-height: 47px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;padding-left: 2.786%;margin-bottom: 12px;}
	.cpnc h6 span{color: #1d8cea;}
	.cpnc_a{width: 94.428%;margin: 0 auto;margin-top: 20px;}
	.cpnc_a p{width: 50%;float: left;background: url(../esimg/hy42.png) no-repeat left 2px top 9.5px;line-height: 24px;padding-left: 13px;}
	.cpnc_a p span{color: #ea3535;}
	.cpnc_t{width: 94.428%;margin: 0 auto;margin-top: 20px;background: #f6f6f6;padding: 9px 0;}
	.cpnc_ta{display: table;margin: 0 auto;}
	.cpnc_ta img{margin: 0 14px;float: left;border: 1px solid #dcdcdc;}
	.cpnc_ta img:nth-child(1){width: 43.2%;}
	.cpnc_ta img:nth-child(2){width: 48.5%;}
	.table1{width: 94.428%;margin: 0 auto;margin-top: 22px;border: 1px solid #d2d2d2;}
	.table2{display: none;}
	.table1 td{text-align: center;border: 0.5px solid #d2d2d2;}
	.table1 td img{margin: 4% auto;width: 50%;}
	.tr1{background: #f2f2f2;}
	.tr1 td{text-align: center;line-height: 31px;color: #484848;font-size: 14px;font-weight: bold;border-bottom: 1px solid #d2d2d2;}
	.tr2{background: #fff;line-height: 30px;}
	.tr3{background: #fff4f4;line-height: 30px;}
	.td1{width: 16.82%;padding-left: 23px;color: #626262;}
	.td2{width: 33.18%;padding-left: 23px;color: #626262;}
	.td3{border-right: 1px solid #d2d2d2;}
	.cpnd{margin-top: 38px;}
	.cpnd h1{color: #555555;font-size: 16px;line-height: 47px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;padding-left: 2.786%;margin-bottom: 12px;}
	.cpnd h1 span{color: #1d8cea;}
	.cpnd p{width: 94.428%;margin: 0 auto;;background: url(../esimg/hy42.png) no-repeat left 2px top 9.5px;line-height: 24px;padding-left: 13px;}
	.cpne{background: url(../esimg/hy57.jpg) no-repeat;width: 98.39%;margin: 0 auto;margin-top: 22px;padding-top: 49px;padding-bottom: 29px;}
	.cpne_a{width: 21%;margin-left: 5%;}
	.cpne_b{width: 17%;}
	.cpne_t1{margin-left: 2%;}
	.cpne_t2{margin-top: 32px;}
	.cpne_a h6{font-size: 14px;color: #db2827;line-height: 38px;margin-top: 6px;font-weight: bold;}
	.cpne_a p{line-height: 22px;color: #414141;}
	.cpnf{width: 100%;margin-top: 39px;}
	.cpnf h1{color: #555555;font-size: 16px;line-height: 47px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;padding-left: 2.786%;margin-bottom: 28px;}
	.cpnf h1 span{color: #1d8cea;}
	.cpnfa{width: 100%;}
	.cpnfa_a{width: 28.08%;margin: 0 2.626%;}
	.cpnfa_t{width: 100%;overflow: hidden;border-radius: 8px;}
	.cpnfa_t img{width: 100%;transition: all ease 0.3s;}
	.cpnfa_a p{line-height: 38px;width: 98%;padding-left: 7px;overflow: hidden;}
	.cpnfa_a p a{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 12px;color: #626262;display: block;transition: all ease 0.3s;}
	.cpnfa_a:hover .cpnfa_t img{transform: scale(1.03);}
	.cpnfa_a:hover p a{color: #1d8cea;margin-left: 8px;}
	.fhlb_x{width: 100%;height: 1px;border: 1px dashed #d6d6d6;margin-top: 75px;}
	.fhlb{width: 140px;margin: 0 auto;margin-top: -18px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );line-height: 37px;text-align: center;}
	.fhlb a{color: #fff;font-size: 14px;transition: all ease 0.3s;}
	.fhlb:hover a{margin-left: 8px;}
	.cpng{width: 100%;background: #f8f8f8;height: 27px;padding-left: 12px;margin-top: 33px;}
	.cpng p{line-height: 27px;background: url(../esimg/hy40.png) no-repeat left 0 top 11px;padding-left: 17px;color: #aeaeae;}
	.cpnx{width: 93.67%;margin: 0 auto;margin-top: 35px;}
	.tt{width: 210px;float: left;margin: 0 27px;border: 1px solid #bfbfbf;transition: all ease 0.3s;}
	#colee_left{width: 100%;overflow: hidden;height: 188px;}
	.tt:hover{transform: scale(1.03);}
	
/*加湿器列表页*/
	.jsqlyc{width: 100%;}
	.jsqlyc_a{width: 100%;margin-top: 50px;border-bottom: 1px dashed #bfbfbf;padding: 0 40px 48px 40px;}
	.jsqlyc_t{width: 47.61%;overflow: hidden;transition: all ease 0.3s;border: 1px solid #b5b5b5;}
	.jsqlyc_t img{width: 100%;transition: all ease 0.3s;}
	.jsqlyc_w{width: 46.19%;margin-left: 6%;}
	.jsqlyc_w h6{width: 100%;overflow: hidden;line-height: 39px;margin-top: 5px;}
	.jsqlyc_w h6 a{font-size: 16px;color: #555555;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all ease 0.3s;}
	.jsqlyc_w h6{line-height: 24px;background: url(../esimg/hy42.png) no-repeat left 0 top 10px;padding-left: 10px;margin-top: 24px;}
	.jsqlyc_w h6 a{font-size: 14px;color: #555555;font-weight: bold;transition: all ease 0.3s;}
	.jsqlyc_w p{line-height: 24px;height: 72px;overflow: hidden;margin-top: 30px;}
	.jsqlyc_w p a{color: #555555;transition: all ease 0.3s;}
	.jsqly_more{width: 120px;line-height: 32px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );text-align: center;margin-top: 40px;}
	.jsqly_more a{font-size: 14px;color: #fff;transition: all ease 0.3s;}
	.jsqly_more:hover a{margin-left: 8px;}
	.jsqlyc_a:hover .jsqlyc_t img{transform: scale(1.03);}
	.jsqlyc_a:hover .jsqlyc_w h1 a{color: #1d8cea;}
	.jsqlyc_a:hover .jsqlyc_w h6 a{color: #1d8cea;}
	.jsqlyc_a:hover .jsqlyc_w p a{color: #1d8cea;}
	
/*加湿器内页*/
	.jsqna{width: 100%;margin-top: 41px;}
	.jsqna_t{width: 43.85%;margin: 0 auto;border: 1px solid #bfbfbf;margin-left: 2.786%;}
	.jsqna_t img{width: 100%;}
	.jsqna_w{width: 46%;margin-left: 3.5%;}
	.jsqna_w h1{background: url(../esimg/hy45.png) no-repeat left 0 top 0;line-height: 23px;padding-left: 18px;color: #555555;font-size: 16px;margin-top: 10px;width: 100%;font-weight: bold;}
	.jsqna_w1{width: 100%;margin-top: 20px;}
	.jsqna_w1 p{line-height: 30px;color: #f93f39;text-align: center;border: 1px solid #f93f39;padding: 0 28px;float: left;margin-right: 16px;}
	.jsqna_w > p{line-height: 23px;color: #555555;margin-top: 25px;height: 69px;width: 96%;}
	.jsqna_z{width: 100%;height: 41px;position: relative;box-shadow: 0px 0px 25px -8px #40a1f7;border-radius: 15px;margin-top: 35px;}
	.jsqna_z2{margin-top: 13px;margin-left: 61px;float: left;}
	.jsqna_z1{position: absolute;left: 15px;top: -3px;}
	.jsqna_z p{float: right;width: 104px;height: 28px;background: -webkit-gradient(linear, bottom, top, color-stop(0%,#158af3), color-stop(100%,#8ac9ff));background: -webkit-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -o-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -ms-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -moz-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: linear-gradient(to top, #158af3 0%,#8ac9ff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158af3', endColorstr='#8ac9ff',GradientType=0 );text-align: center;line-height: 28px;margin-top: 6px;border-radius: 5px;margin-right: 8px;}
	.jsqna_z p a{color: #fff;}
	.jsqnb{width: 100%;margin-top: 42px;}
	.jsqnb h6{color: #555555;font-size: 16px;line-height: 47px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;padding-left: 2.786%;margin-bottom: 12px;}
	.jsqnb h6 span{color: #1d8cea;}
	.jsqnb > p{margin-left: 2.786%;background: url(../esimg/hy42.png) no-repeat left 2px top 9.5px;line-height: 24px;padding-left: 13px;}
	.jsqnb_t{width: 94.428%;margin: 0 auto;margin-top: 25px;background: #f6f6f6;padding: 18px 0 10px 0;}
	.jsqnb_ta{width: 87.55%;margin: 0 auto;}
	.jsqnb_taa{width: 45.8%;margin: 0 2.1%;}
	.jsqnb_taa img{width: 100%;}
	.jsqnb_taa p{color: #555555;line-height: 30px;margin-left: 2px;}
	.jsqnc{width: 100%;margin-top: 36px;margin-bottom: 42px;}
	.jsqnc > h6{color: #555555;font-size: 16px;line-height: 47px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;padding-left: 2.786%;}
	.jsqnc h6 span{color: #1d8cea;}
	.jsqnd{width: 100%;}
	.jsqnd_a{width: 28.38%;margin: 0 2.4766%;margin-top: 43px;}
	.jsqnd_t{width: 100%;border: 1px solid #bfbfbf;overflow: hidden;}
	.jsqnd_t img{width: 100%;transition: all ease 0.3s;}
	.jsqnd_a h1{background: url(../esimg/hy42.png) no-repeat left 0 top 10px;padding-left: 14px;line-height: 26px;margin-top: 9px;width: 98%;overflow: hidden;}
	.jsqnd_a h1 a{font-size: 14px;color: #555555;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;transition: all ease 0.3s;}
	.jsqnd_a p{line-height: 22px;width: 98%;overflow: hidden;padding-left: 14px;}
	.jsqnd_a p a{color: #8d8d8d;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;transition: all ease 0.3s;}
	.jsqnd_a:hover .jsqnd_t img{transform: scale(1.03);}
	.jsqnd_a:hover a{color: #1d8cea;}
	
/*成功案例列表页*/
	.all{width: 100%;margin-top: -16px;}
	.alla{width: 100%;border-bottom: 1px dashed #d6d6d6;padding-bottom: 23px;margin-top: 45px;}
	.allaa{width: 93.03%;margin: 0 auto;}
	.allaa_a{width: 47%;}
	.allaa_t{width: 100%;border: 1px solid #b5b5b5;overflow: hidden;}
	.allaa_t img{width: 100%;transition: all ease 0.3s;}
	.allaa_a p{line-height: 58px;background: url(../esimg/hy33.png) no-repeat left 0 top 26px;padding-left: 15px;width: 98%;overflow: hidden;}
	.allaa_a p a{font-size: 14px;color: #474747;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;transition: all ease 0.3s;}
	.allaa_a:hover .allaa_t img{transform: scale(1.03);}
	.allaa_a:hover p a{color: #1d8cea;}

/*成功案例内页*/
	.aln{width: 100%;}
	.alna{border-bottom: 1px dashed #d6d6d6;margin-top: 26px;padding-bottom: 11px;}
	.alna p{color: #e62926;font-size: 14px;background: url(../esimg/hy33.png) no-repeat left 0 top 8px;line-height: 22px;padding-left: 16px;margin-left: 24px;}
	.alna h1{margin-left: 41px;font-size: 18px;color: #474747;line-height: 38px;}
	.alnb{width: 90.46%;margin: 0 auto;margin-top: 30px;}
	.alnb p{width: 100%;font-size: 14px;color: #474747;line-height: 26px;}
	.alnb img{display: table;margin: 28px auto;}
	.alnb img:nth-child(2){width: 480px;}
	.aln_g{width: 90.46%;margin: 0 auto;margin-top: 30px;margin-bottom: -8px;}
	.aln_g p{font-size: 12px;color: #717171;line-height: 24px;}
	.aln_g p a{font-size: 12px;color: #717171;transition: all ease 0.3s;}
	.aln_g p a:hover{color: #f93a34;}
	
/*荣誉客户页*/
	.rykh{width: 100%;margin-top: -21px;}
	.rykha{width: 100%;border-bottom: 1px dashed #d6d6d6;padding-bottom: 40px;margin-top: 48px;}
	.rykha_a{width: 92.17%;margin: 0 auto;}
	.rykha_aa{width: 47.09%;cursor: pointer;}
	.rykha_aa img{width: 100%;border: 1px solid #b5b5b5;transition: all ease 0.3s;}
	.rykha_aa p{background: url(../esimg/hy33.png) no-repeat left 0 top 9px;padding-left: 16px;line-height: 24px;font-size: 14px;color: #474747;margin-top: 27px;transition: all ease 0.3s;}
	.rykha_aa:hover img{border-color: #1d8cea;}
	.rykha_aa:hover p{color: #1d8cea;}
	
/*服务与维护页*/
	.fuwu{width: 100%;margin-top: 23px;border-bottom: 1px dashed #d6d6d6;padding-bottom: 60px;margin-bottom: 48px;}
	.fuwua{width: 100%;border-bottom: 1px dashed #d6d6d6;padding-bottom: 19px;}
	.fuwua p{background: url(../esimg/hy33.png) no-repeat left 0 top 11px;line-height: 28px;font-size: 18px;color: #e62926;padding-left: 16px;margin-left: 22px;}
	.fuwub{width: 91.12%;margin: 0 auto;margin-top: 27px;}
	.fuwub p{font-size: 14px;color: #474747;line-height: 23px;}
	.fuwub p span{color: #e62926;font-weight: bold;}
	.fuwuc{width: 95.28%;margin: 0 auto;margin-top: 64px;}
	.fuwuc_a{background: -webkit-gradient(linear, bottom, top, color-stop(0%,#4aacff), color-stop(100%,#c5eaff));background: -webkit-linear-gradient(to top, #4aacff 0%,#c5eaff 100%);background: -o-linear-gradient(to top, #4aacff 0%,#c5eaff 100%);background: -ms-linear-gradient(to top, #4aacff 0%,#c5eaff 100%);background: -moz-linear-gradient(to top, #4aacff 0%,#c5eaff 100%);background: linear-gradient(to top, #4aacff 0%,#c5eaff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aacff', endColorstr='#c5eaff',GradientType=0 );width: 20.8%;height: 193px;margin: 0 2.1%;border-radius: 5px;cursor: pointer;position: relative;}
	.fuwuc_t{width: 32.43%;margin: 0 auto;margin-top: 29px;}
	.fuwuc_a h6{text-align: center;font-size: 18px;color: #fff;font-weight: bold;;line-height: 32px;margin-top: 8px;}
	.fuwuc_a p{font-size: 14px;line-height: 22px;color: #fff;text-align: center;width: 90%;margin: 0 auto;}
	.fuwuc_a:hover .fuwuc_t{animation: dh1 2s linear infinite;}
	@keyframes dh1{
		0%{transform: translateY(0px);}
		25%{transform: translateY(5px);}
		50%{transform: translateY(0px);}
		75%{transform: translateY(-5px);}
		100%{transform: translateY(0px);}
	}
	.fuwuc_ta{position: absolute;width: 5px;height: 35px;left: calc(50% - 2.5px);bottom: -52px;}
	.fuwud{margin-top: 69px;}
	.fuwud_a{width: 20.8%;height: 193px;margin: 0 2.1%;border-radius: 5px;cursor: pointer;border: 1px solid #57b3ff;}
	.fuwud_a img{width: 72.97%;margin: 0 auto;margin-top: 34px;}
	.fuwud_a h6{text-align: center;font-size: 18px;color: #57b2ff;font-weight: bold;;line-height: 32px;margin-top: 15px;}
	.fuwud_a p{font-size: 14px;line-height: 22px;color: #57b2ff;text-align: center;width: 90%;margin: 0 auto;}
	.jiance{margin-top: 41px;}
	
/*加湿器备件页*/
	.beijian{margin-top: -10px;}
	
/*新闻列表页页*/
	.xwl{width: 100%;margin-top: 6px;margin-bottom: 16px;}
	.xwla{width: 100%;border-bottom: 1px dashed #d6d6d6;padding: 34px 30px 34px 30px;}
	.xwla_a{width: 60px;}
	.xwla_a p{line-height: 20px;text-align: center;}
	.xwla_a p a{font-size: 14px;color: #555555;transition: all ease 0.3s;}
	.xwla_a p span{text-align: center;font-size: 50px;font-weight: bold;color: #555555;line-height: 50px;transition: all ease 0.3s;}
	.xwla_b{width: 70%;margin-left: 37px;}
	.xwla_b h6{line-height: 14px;width: 100%;overflow: hidden;margin-top: 5px;margin-bottom: 12px;}
	.xwla_b h6 a{font-size: 14px;color: #555555;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;transition: all ease 0.3s;}
	.xwla_b p{width: 100%;overflow: hidden;line-height: 21px;padding-left: 18px;}
	.xwla_b p a{font-size: 12px;color: #555555;overflow: hidden;width: 100%;text-overflow: ellipsis;white-space: nowrap;display: block;transition: all ease 0.3s;}
	.xwla_b p:nth-child(2){background: url(../esimg/hy42.png) no-repeat left 0 top 8px;}
	.xwla_b p:nth-child(2) a{color: #9b9b9b;}
	.xwl_more{width: 120px;line-height: 32px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );text-align: center;margin-top: 20px;}
	.xwl_more a{font-size: 14px;color: #fff;transition: all ease 0.3s;}
	.xwl_more:hover a{margin-left: 8px;}
	.xwla:hover .xwla_a p a{color: #1d8cea;}
	.xwla:hover .xwla_a p span{color: #1d8cea;}
	.xwla:hover .xwla_b h1 a{color: #1d8cea;}
	.xwla:hover .xwla_b p a{color: #1d8cea;}
	
/*新闻内页*/
	.xwn{width: 100%;margin-top: 36px;}
	.xwna{width: 100%;border-bottom: 1px dashed #d7d7d7;padding-left: 2.786%;padding-bottom: 13px;}
	.xwna h1{font-size: 16px;color: #2e2e2e;line-height: 26px;margin-bottom: 10px;}
	.xwna p{float: left;background: url(../esimg/hy42.png) no-repeat left 0 top 9px;line-height: 24px;color: #9b9b9b;padding-left: 18px;margin-right: 26px;}
	.xwnb{width: 89.38%;margin: 0 auto;margin-top: 25px;}
	.xwnb p{color: #555555;font-size: 14px;line-height: 23px;}
	.xwnb p a{color: #555555;font-size: 14px;transition: all ease 0.3s;}
	.xwnb img{display: table;margin: 0 auto;margin-top: 72px;}
	.wxnb_g{margin-top: 32px;}
	.xwnb p a:hover{color: #f93a34;}
	
/*华云简介*/
	.gy{width: 100%;margin-top: 28px;}
	.gya{width: 100%;border-bottom: 1px dashed #d6d6d6;padding-bottom: 20px;padding-left: 28px;}
	.gya p{background: url(../esimg/hy33.png) no-repeat left 0 top 8px;font-size: 18px;color: #e62926;line-height: 22px;padding-left: 16px;}
	.gyb{width: 89.81%;margin: 0 auto;margin-top: 25px;margin-bottom: 50px;}
	.gyb p{color: #555555;line-height: 23px;font-size: 14px;}
	.gyb p span{color: #e62926;font-weight: bold;}
	.gyaa{margin-bottom: 30px;}
	.cpnfa_a h2{font-size: 14px;color: #e62926;line-height: 29px;font-weight: bold;width: 75.19%;margin: 0 auto;margin-top: 8%;}
	
/*华云理念*/
	.lna{width: 89.71%;margin: 0 auto;margin-bottom: 67px;}
	.lna p{background: url(../esimg/hy42.png) no-repeat left 0 top 9px;line-height: 24px;color: #555555;font-size: 14px;padding-left: 20px;margin-top: 30px;}
	
/*荣誉资质*/
	.ryzza{width: 100%;margin: 0 auto;margin-top: 31px;}
	.ryzza img{width: 100%;margin-bottom: 67px;}

/*联系华云*/
	.lxa{width: 88.42%;margin: 0 auto;margin-top: 14px;}
	.lxa_a{width: 50%;margin-top: 22px;}
	.lxa_a img{float: left;}
	.lxa_a p{float: left;line-height: 22px;margin-left: 29px;font-size: 14px;color: #5d6066;width: 83%;}
	.lxa_aa{margin-top: 0px;}
	.lxb{width: 88.42%;margin: 0 auto;background: url(../esimg/hy24.jpg) no-repeat;margin-top: 48px;background-size: cover;padding-top: 10px;padding-bottom: 35px;border-bottom: 3px solid #e83f3e;}
	.lxba{width: 90.94%;margin: 0 auto;}
	.lxba_a p{font-size: 18px;color: #fff;line-height: 56px;}
	.lxba_a p span{font-size: 20px;color: #d3d3d3;font-weight: bold;margin-left: 13px;}
	.lxba_b{width: 100%;}
	.lxba_ba{width: 39.7%;}
	.lxba_ba input{width: 100%;line-height: 40px;height: 40px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 5px;}
	.lxbchengh{margin-bottom: 24px;}
	.lxba_xq{width: 56.83%;height: 105px;}
	.lxba_xq textarea{width: 100%;height: 105px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 17px;line-height: 28px;}
	.lxba_c{margin-top: 33px;}
	.lxba_c p{line-height: 40px;color: #fff;text-decoration: underline;margin-left: 13px;float: left;cursor: pointer;}
	.lxds_dt{width: 88.42%;margin: 0 auto;}
	
/*推荐资讯*/
	.tjzx{width: 93.67%;margin: 0 auto;margin-top: 60px;}
	.tjzxa{width: 100%;}
	.tjzxa p{font-size: 16px;color: #ea3535;width: 136px;height: 49px;line-height: 49px;text-align: center;border: 1px solid #e5e5e5;box-shadow: 4px -2px 0px 1px #ea3535;border-bottom: none;float: left;background: #fff;position: relative;z-index: 2;}
	.tjzxa h6{float: right;font-size: 58px;line-height: 33px;color: #ebebeb;font-weight: 900;font-family: "Arial";margin-top: 16px;margin-right: 46px;}
	.tjzxb{width: 100%;border: 1px solid #e5e5e5;margin-top: -1px;position: relative;background: #fff;padding: 5px 0 30px 0;}
	.tjzxb_a{width: 43.7%;border-bottom: 2px dashed #dddddd;margin: 0 3.15%;margin-top: 14px;padding-left: 5px;}
	.tjzxb_a h6{line-height: 36px;float: left;}
	.tjzxb_a h6 a{color: #626262;background: url(../esimg/k71.png) no-repeat left 0 top 7px;padding-left: 16px;transition: all ease 0.3s;}
	.tjzxb_a p{width: 62%;line-height: 36px;float: left;margin-left: 35px;overflow: hidden;}
	.tjzxb_a p a{color: #626262;width: 100%;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all ease 0.3s;}
	.tjzxb_a:hover a{color: #ea3535;margin-left: 5px;}
	
	/*网站地图*/
	.wzdt{width: 1200px;margin: 0 auto;}
	.wzdt_a{border: solid 2px #e5e5e5;margin-top: 22px;}
	.wzdt_a h1{width: 1144px;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h1 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:#ededed;padding:100px 30px;}
.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;}
.fzf3z{float:left;width:165px;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;width:199px;}
.fzf3y img{width:100%;margin:0 auto;}
	
	/*404*/
	
}


@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 h1{width: 96%;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h1 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:#ededed;padding:30px;}
.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:15px auto;}
.fzf3z{float:left;width:116px;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;width:140px;}
.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;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;}
* img{display:block;}
input{padding:0;margin:0;outline:none;font-family: "微软雅黑";}
select{font-family: "微软雅黑";}
textarea{font-family: "微软雅黑";}
.mob{display: none;}
.pc{display: block;}
	.pb1{display: none;}
*{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 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*='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*/
	.zddt{height: 36px;background: #e4e4e4;width: 100%;}
	.zddt p{color: #565656;line-height: 36px;padding: 0 10px;}
	.zddt h1{color: #565656;line-height: 36px;padding: 0 10px;}
	.zddt p a{color: #565656;transition: all ease 0.3s;}
	.zddt p a:hover{color: #f93e39;}
	.top{width: 100%;background: #fff;height: 124px;}
	.topa_a{margin-left: 15px;margin-top: 28px;width: 45%;}
	.topa_a img{width: 100%;}
	.topa_b{margin-right: 39px;margin-top: 30px;width: 22%;}
	.topa_b img{width: 100%;}

	
/*nav*/
	.daohang{width: 100%;height: 48px;margin-bottom: 2px;}
	.nav{position: relative;}
	.nv{width: 100%;height: 66px;}
	.nv_a{height: 48px;width: 10%;position: relative;margin: 0 1.25%;}
	.nv_a p{height: 48px;color: #474747;line-height: 48px;font-size: 14px;transition: all ease 0.1s;text-align: center;}
	.nv_a:hover p{color: #fff;background: #0ba29b;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.nv_aa p{color: #fff;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.nv_b{position: absolute;top: 42px;left: 0%;z-index: 1000;width: 100%;background: rgba(255,255,255,0.8);}
	.nv_bb{text-align: center;color: #353535;line-height: 40px;font-size: 12px;width: 100%;transition: all ease 0.3s;}
	.nv_bb a{color: #353535;font-size: 14px;transition: all ease 0.3s;}
	.nv_bb:hover a{color: #fff;}
	.nv_bb:hover{background: #fa645f;}
	
/*banner*/
	.ban{width:100%;margin: 0 auto;overflow: hidden;height: 370px;position: relative;}
	.imgbox{ width:1300px;overflow: hidden;position: relative;left: 50%; margin-left: -650px;z-index: -1;height: 370px;}
	.imgbox img{position: absolute;left: 0;top: 0;width: 100%;}
	.boy{width: 1200px;margin-top: 485px;}
	.pa-a{z-index: 1000;bottom: 60px;position: absolute;left: calc(50% - 250px);}
	.pa-a li{ width:80px; height: 10px;background: #fff;float: left;margin: 0 10px;cursor: pointer;transition: all ease 0.1s;}
	.pa-a .ppp{background: #fa504b;}
	.bt-a{width: 47px;height: 109px;position: absolute;left: 3%;top: calc(50% - 65px);cursor: pointer;z-index: 15;}
	.bt-b{background: url(../esimg/yi07.png) no-repeat;width: 47px;height: 109px;}
	.bt-b:hover{background: url(../esimg/yi09.png);}
	.bt-k{width: 47px;height: 109px;position: absolute;right: 3%;top: calc(50% - 65px);cursor: pointer;z-index: 15;}
	.bt-f{background: url(../esimg/yi06.png) no-repeat;width: 47px;height: 109px;}
	.bt-f:hover{background: url(../esimg/yi08.png);}
	.ban_jt{position: absolute;margin-left: calc(50% - 31px);bottom: 50px;z-index: 10000;left: 50%;}
	
	.guan{position: relative;height: 47px;margin-top: -47px;width: 100%;background: rgba(27,27,27,0.8);}
	.guana{position: relative;}
	.guan p{color: #dedede;line-height: 47px;float: left;width: 70%;padding-left: 5%;font-size: 12px;}
	.guan p a{color: #dedede;transition: all ease 0.3s;font-size: 12px;}
	.guan p a:hover{color: #fa504b;}
	.guan h6{float: right;width: 28%;background: #c12b2b;line-height: 51px;font-size: 18px;color: #dedede;text-align: center;font-weight: bold;letter-spacing: 2px;margin-top: -4px;}
	
/*产品中心*/
	.chanp{width: 98%;margin: 0 auto;margin-top: 43px;}
	.chanpt p{font-size: 20px;color: #d3d3d3;line-height: 26px;text-align: center;font-weight: bold;letter-spacing: 2px;}
	.chanpt h6{color: #535353;font-size: 30px;line-height: 44px;text-align: center;font-weight: bold;letter-spacing: 2px;}
	.chanpt h6 span{color: #e83f3e;}
	.chanpt img{display: table;margin: 0 auto;margin-top: 14px;}
	.chanpn{width: 100%;margin-top: 43px;}
	.chanpnz{width: 16%;}
	.chanpnz_p{width: 100%;line-height: 50px;background: #f4f4f4;padding-left: 10%;margin-bottom: 8%;}
	.chanpnz_p a{color: #474747;font-size: 16px;}
	.chanpnz_pa{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.chanpnz_pa a{color: #fff;}
	.chanpnz_p:hover{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.chanpnz_p:hover a{color: #fff;}
	.chanpny{width: 82%;}
	.chanpny_a{width: 100%;}
	.chanpny_ap{padding: 0 2.5%;line-height: 42px;text-align: center;background: #f8f8f8;margin-right: 1%;transition: all ease 0.3s;}
	.chanpny_ap a{color: #474747;font-size: 14px;transition: all ease 0.3s;}
	.chanpny_apa{background: #fa504b;}
	.chanpny_apa a{color: #fff;}
	.chanpny_ap:hover{background: #fa504b;}
	.chanpny_ap:hover a{color: #fff;}
	.chanpny_b{width: 100%;margin-top: 2px;}
	.chanpny_ba{width: 31.04%;position: relative;margin-bottom: 33px;}
	.chanpny_bt{width: 100%;border: 1px solid #bfbfbf;overflow: hidden;}
	.chanpny_bt img{width: 100%;transition: all ease 0.3s;}
	.chanpny_bw{width: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,0.75);padding: 33px 39px;transform: scale(0.001);transition: all ease 0.6s;}
	.chanpny_bw p{width: 100%;line-height: 194px;border: 1px solid #aaaaaa;text-align: center;}
	.chanpny_bw p a{color: #fff;font-size: 14px;transition: all ease 0.3s;}
	.chanpny_baa{margin: 0 3.1%;margin-bottom: 33px;}
	.chanpny_ba:hover .chanpny_bw{transform: scale(1);}
	.chanpny_bw p a:hover{color: #fa504b;}
	.chanpny_ba:hover .chanpny_bt img{transform: scale(1.05);}
	.chanpta{width: 100%;}
	.chanpta img{width: 100%;}
	
/*华云优势*/
	.youshi{width: 100%;margin-top: 42px;}
	.youshia{background: url(../esimg/hy10.jpg) no-repeat center;background-size: cover;width: 100%;height: 712px;margin-top: 30px;}
	.yous{position: relative;height: 782px;padding-top: 59px;}
	.yousg{position: absolute;width: 432px;height: 432px;left: calc(50% - 216px);top: calc(50% - 216px);}
	.yousa{width: 100%;position: relative;z-index: 1;}
	.yousa_a{width: 50%;height: 332px;cursor: pointer;padding: 30px;position: relative;overflow: hidden;}
	.yousa_aa{width: 62.3%;padding: 5% 3% 6% 3%;border-radius: 20px;transition: all ease 0.3s;}
	.yousa_aa h6{font-size: 18px;color: #db2827;line-height: 38px;margin-top: 5px;font-weight: bold;}
	.yousa_aa p{line-height: 26px;color: #414141;font-size: 14px;}
	.yousa_a:hover .yousa_aa{background: #fff;background: #fff;box-shadow: 0 0 48px -15px #1786ff;}
	.xuanza{position: absolute;right: -3px;bottom: 0;transform: translate(332px,329px);transition: all ease 0.3s;z-index: -1;}
	.yousa_a:hover .xuanza{transform: translate(0px,0px);}
	.xuanzb{position: absolute;left: -3px;bottom: 0;transform: translate(-332px,329px);transition: all ease 0.3s;z-index: -1;}
	.yousa_a:hover .xuanzb{transform: translate(3px,4px);}
	.xuanzc{position: absolute;right: -3px;top: 0;transform: translate(332px,-329px);transition: all ease 0.3s;z-index: -1;}
	.yousa_a:hover .xuanzc{transform: translate(-2px,-2px);}
	.xuanzd{position: absolute;left: -3px;top: 0;transform: translate(-332px,-329px);transition: all ease 0.3s;z-index: -1;}
	.yousa_a:hover .xuanzd{transform: translate(2px,-0px);}
	
/*加湿器应用*/
	.jiashi{margin-top: 30px;}
	.jias{width: 98%;margin: 0 auto;margin-top: 31px;}
	.jiasz{width: 26%;}
	.jiasz_p{width: 50%;border: 1px solid #b5b5b5;text-align: center;height: 62px;padding-top: 10%;}
	.jiasz_p a{color: #474747;font-size: 14px;}
	.jiasz p:nth-child(2n){border-left: none;}
	.jiasz p:nth-child(n){border-top: none;}
	.jiasz p:nth-child(1){border-top: 1px solid #b5b5b5;}
	.jiasz p:nth-child(2){border-top: 1px solid #b5b5b5;}
	.jiasz_pa{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.jiasz_pa a{color: #fff;}
	.jiasz_p:hover{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.jiasz_p:hover a{color: #fff;}
	.jiasy{width: 72%;position: relative;border: 1px solid #b5b5b5;height: 309px;overflow: hidden;}
	.jiasy_x{width: 1000%;}
	.jiasy_a{width: 10%;position: relative;overflow: hidden;}
	.jiasy_t{width: 100%;overflow: hidden;}
	.jiasy_t img{width: 100%;transition: all ease 0.3s;}
	.jiasy_w{width: 100%;position: absolute;left: 0;top: 258px;height: 50px;background: rgba(23,23,23,0.8);padding: 0 5%;transition: all ease 0.3s;display: none;}
	.jiasy_w p{width: 50%;overflow: hidden;line-height: 50px;}
	.jiasy_w p a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;color: #fff;}
	.jiasy_more{line-height: 50px;transition: all ease 0.3s;}
	.jiasy_more a{font-size: 14px;color: #fff;transition: all ease 0.3s;}
	.jiasy_more:hover{margin-right: 8px;}
	.jiasy_more:hover a{color: #e83f3e;}
	.jiasy_a:hover .jiasy_w{display: block;}
	.jiasy_z{position: absolute;width: 52px;height: 52px;left: 0;top: calc(50% - 26px);cursor: pointer;}
	.jiasy_z img{width: 100%;}
	.jiasy_y{position: absolute;width: 52px;height: 52px;right: 0;top: calc(50% - 26px);cursor: pointer;}
	.jiasy_y img{width: 100%;}
	.jiasy_a:hover .jiasy_t img{transform: scale(1.03);}
	
/*客户评价*/
	.kehu{width: 100%;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#ffffff), color-stop(100%,rgba(190,221,255,0.5)));background: -webkit-linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);background: -o-linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);background: -ms-linear-gradient(to bottom, #ffffff 0%,#beddff 100%);background: -moz-linear-gradient(to bottom, #ffffff 0%,#beddff 100%);background: linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(190,221,255,0.5)',GradientType=0 );padding-top: 43px;padding-bottom: 39px;}
	.pingja{width: 97%;margin: 0 auto;margin-top: 47px;}
	.pingja_a{width: 30.32%;background: #fff;border: 1px solid #253547;padding: 3%;transition: all ease 0.3s;}
	.pingja_aa{margin: 0 4.52%;}
	.pingja_a h6{line-height: 48px;margin-top: 9px;width: 95%;overflow: hidden;}
	.pingja_a h6 a{width: 100%;font-size: 16px;color: #424242;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all ease 0.3s;}
	.pingja_a p{line-height: 20px;height: 100px;overflow: hidden;}
	.pingja_a p a{color: #424242;transition: all ease 0.3s;}
	.pingja_t2{margin-top: 20px;}
	.pingja_a:hover{background: #343c49;}
	.pingja_a:hover a{color: #fff;}
	.pingj_more{width: 169px;line-height: 44px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );margin: 0 auto;margin-top: 44px;text-align: center;}
	.pingj_more a{font-size: 18px;color: #fff;transition: all ease 0.3s;}
	.pingj_more:hover a{margin-left: 8px;}
	
/*关于华云*/
	.guanyu{background: url(../esimg/hy21.jpg) no-repeat center;width: 100%;background-size: cover;height: 624px;padding-top: 34px;position: relative;}
	.guanyua{width: 100%;margin-top: 25px;}
	.guanyua p{width: 81.8333%;margin: 0 auto;text-align: center;font-size: 12px;color: #474747;line-height: 21px;height: 210px;overflow: hidden;}
	.guanyua img{width: 90.25%;margin: 0 auto;margin-top: 5px;}
	.guanyua_more{width: 169px;line-height: 44px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );text-align: center;position: absolute;left: calc(50% - 85px);bottom: -22px;}
	.guanyua_more a{font-size: 18px;color: #fff;transition: all ease 0.3s;}
	.guanyua_more:hover a{margin-left: 8px;}
	
/*华云资讯*/
	.zixunjian{width: 100%;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#ffffff), color-stop(100%,rgba(190,221,255,0.5)));background: -webkit-linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);background: -o-linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);background: -ms-linear-gradient(to bottom, #ffffff 0%,#beddff 100%);background: -moz-linear-gradient(to bottom, #ffffff 0%,#beddff 100%);background: linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(190,221,255,0.5)',GradientType=0 );padding-top: 80px;}
	.zix{width: 100%;margin-top: 31px;}
	.zixun{width: 63%;margin-left: 1%;}
	.zixuna{background: url(../esimg/hy23.jpg) no-repeat;height: 506px;width: 41.666%;padding-top: 36px;}
	.zixuna_p{width: 74.28%;margin: 0 auto;line-height: 60px;text-align: center;border: 1px solid #b5b5b5;background: #fff;margin-top: 24px;font-size: 16px;color: #474747;}
	.zixuna_more{width: 74.28%;margin: 0 auto;line-height: 60px;text-align: center;border: 1px solid #b5b5b5;background: #fff;margin-top: 24px;}
	.zixuna_more a{font-size: 16px;color: #474747;}
	.zixuna_pa{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );color: #fff;}
	.zixuna_more:hover{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.zixuna_more:hover a{color: #fff;}
	.zixunb{width: 58.334%;background: #fff;border: 1px solid #dfdfdf;border-left: none;padding: 0 37px 0 37px;height: 506px;position: relative;}
	.zixunb_a{width: 100%;border-bottom: 1px dashed #c5cbd4;margin-top: 8px;padding-left: 6px;}
	.zixunb_a h6{font-size: 18px;color: #394251;line-height: 60px;}
	.zixunb_a h6 span{font-weight: bold;color: #d3d3d3;margin-left: 15px;}
	.zixunb_b{width: 100%;border-bottom: 1px dashed #c5cbd4;padding-left: 6px;padding-bottom: 19px;}
	.zixunb_b h5{line-height: 24px;width: 95%;overflow: hidden;margin-top: 12px;}
	.zixunb_b h5 a{font-size: 14px;color: #4b4b4b;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all ease 0.3s;}
	.zixunb_b h6{line-height: 24px;}
	.zixunb_b h6 a{font-size: 14px;color: #4b4b4b;transition: all ease 0.3s;}
	.zixunb_b p{line-height: 19px;margin-top: 8px;height: 38px;overflow: hidden;}
	.zixunb_b p a{color: #4b4b4b;transition: all ease 0.3s;}
	.zixunb_m{position: absolute;bottom: 24px;right: 40px;}
	.zixunb_m a{font-size: 18px;color: #e83f3e;transition: all ease 0.3s;}
	.zixunb_m:hover a{margin-right: 8px;}
	.zixunb_b:hover a{color: #e83f3e;}
	
	.chang{width: 33%;height: 506px;background: #fff;border: 1px solid #dfdfdf;padding: 0 18px 0 18px;margin-right: 1%;}
	.changa{width: 100%;margin-top: 8px;padding-left: 16px;}
	.changa p{font-size: 18px;color: #394251;line-height: 60px;}
	.changa P span{font-weight: bold;color: #d3d3d3;margin-left: 15px;}
	.cj{width: 100%;margin-top: 25px;}
	.cja{width: 100%;margin: 0 auto;}
	.changj_b1{height: 350px;overflow: hidden;width: 100%;}
	.changj_wd{width: 100%;border-top: 1px dashed #dbdbdb;padding-bottom: 24px;}
	.changj_w{width: 93%;margin: 0 auto;margin-top: 25px;}
	.changj_w img{float: left;}
	.changj_w p{float: left;width: 82%;line-height: 14px;margin-left: 6px;}
	.changj_w p a{width: 100%;overflow: hidden;display: block;text-overflow: ellipsis;white-space: nowrap;color: #4b4b4b;font-weight: bold;}
	.changj_d{width: 93%;margin: 0 auto;margin-top: 19px;}
	.changj_d img{float: left;padding-top: 3.5px;}
	.changj_d p{float: left;width: 88%;line-height: 19px;margin-left: 6px;height: 40px;overflow: hidden;}
	.changj_d p a{color: #777a7e;}
	.changj_wd:hover a{color: #e83f3e;}
	.chang_more{margin-top: 10px;}
	.chang_more a{font-size: 18px;color: #e83f3e;transition: all ease 0.3s;}
	.chang_more:hover a{margin-right: 8px;}
	
/*联系我们*/
	.lianxi{margin-top: 40px;}
	.lianx{width: 100%;background: url(../esimg/hy24.jpg) no-repeat center;background-size: cover;margin-top: 38px;height: 350px;position: relative;}
	.lianxz{width: 35%;background: #fff;border-top: 3px solid #e83f3e;border-bottom: 3px solid #e83f3e;padding: 22px 0 30px 0;margin-top: -14px;position: absolute;left: 1%;top: -12px;}
	.lianxza{width: 90%;margin: 0 auto;position: relative;}
	.lianxza_a{width: 100%;margin-top: 22px;}
	.lianxza_a img{float: left;}
	.lianxza_a p{float: left;line-height: 22px;margin-left: 16px;width: 82%;font-size: 14px;color: #5d6066;}
	.lianxza_b{position: absolute;right: -10px;top: -40px;width: 45px;}
	.lianxza_b img{width: 100%;}
	.lianxy{width: 60%;margin-right: 1%;}
	.lianxya{width: 100%;}
	.lianxya p{font-size: 18px;color: #fff;line-height: 72px;}
	.lianxya p span{font-size: 20px;color: #d3d3d3;font-weight: bold;margin-left: 13px;}
	.chenghu{width: 100%;}
	.chenghu input{width: 46.875%;line-height: 40px;height: 40px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 5px;}
	.xuqiu{width: 100%;margin-top: 27px;}
	.xuqiu textarea{width: 100%;height: 100px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 17px;line-height: 28px;}
	.yazm{width: 100%;margin-top: 31px;}
	.ma{width: 100px;height: 40px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 5px;}
	.yazm_a{width: 100px;height: 40px;margin-left: 10px;}
	.yazm_a img{width: 100%;cursor: pointer;height: 40px;}
	.chongz{width: 60px;height: 40px;line-height: 40px;background: #272c34;text-align: center;color: #fff;font-size: 14px;margin-left: 15px;border: none;cursor: pointer;}
	.tij{width: 60px;height: 40px;line-height: 40px;background: #272c34;text-align: center;color: #fff;font-size: 14px;border: none;cursor: pointer;}
	#bianse{background: #e83f3e;}
	.chongz:hover{background: #e83f3e;}
	.yazm p{line-height: 40px;color: #fff;text-decoration: underline;margin-left: 10px;float: left;cursor: pointer;}
	
/*页脚*/
	.yejiao{width: 100%;margin-top: 60px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#323232), color-stop(100%,#575757));background: -webkit-linear-gradient(to bottom, #323232 0%,#575757 100%);background: -o-linear-gradient(to bottom, #323232 0%,#575757 100%);background: -ms-linear-gradient(to bottom, #323232 0%,#575757 100%);background: -moz-linear-gradient(to bottom, #323232 0%,#575757 100%);background: linear-gradient(to bottom, #323232 0%,#575757 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#575757',GradientType=0 );padding-top: 47px;padding-bottom: 30px;}
	.yej{margin-left: 1%;}
	.yeja{position: relative;border-left: 1px solid #545454;padding-left: 15px;padding-right: 20px;}
	.yeja h6{line-height: 14px;margin-bottom: 10px;margin-top: -5px;}
	.yeja h6 a{font-size: 14px;color: #fff;font-weight: bold;}
	.yeja p{line-height: 24px;}
	.yeja p a{font-size: 12px;color: #bab9b9;transition: all ease 0.3s;}
	.yeja img{position: absolute;top: 0;left: -2.5px;}
	.yeja p a:hover{color: #e83f3e;}
	.ye_ewm{width: 16%;margin-right: 1%;}
	.ye_ewm img{width: 100%;}
	.ye_ewm p{width: 100%;background: #ca2c2b;line-height: 33px;text-align: center;font-size: 12px;color: #fff;}
	.beia{width: 100%;background: #323232}
	.beia p{line-height: 31px;color: #8b8b8b;}
	.beia p a{line-height: 31px;color: #8b8b8b;transition: all ease 0.3s;}
	.beia p:nth-child(1){margin-left: 10px;float: left;}
	.beia p:nth-child(1) img{display: inline-block;position: relative;top: 4px;}
	.beia p:nth-child(2){margin-left: 12px;float: right;}
	.beia p a:hover{color: #e83f3e;}
	.youl p{line-height: 32px;color: #393939;}
	.youl p a{color: #393939;}
	
/*添加的漂浮QQ*/
	.dong{ width:50px; position: fixed; right: 0; top: 50%; margin-top: -115px;}
	.sahng{ width:100%;}
	.xain{ width: 100%; height: 50px;background: url(../esimg/zxkf.gif) no-repeat center; background-color: #e83f3e; position: relative; margin: 10px 0; cursor: pointer;}
	.danpo{ width:100%; height: 50px; background-color: #e83f3e; 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;}
	.dinr{ width:300px;border-top: solid 4px #e83f3e;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: #e83f3e;}
	.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(../esimg/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: #e83f3e; padding-top: 10px;}
	.loainj{ width:320px; position: absolute;top: -20px; left: -310px;}
	.dingw{ width:300px; border-top: solid 4px #e83f3e;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(../esimg/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: #e83f3e; padding-top: 10px;}
	.yeya{width:200px; position: absolute;top: -20px; left: -190px; }
	.weic{ width:180px; border-top: solid 4px #e83f3e;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:#e83f3e;cursor: pointer;}
	.fanh p{padding-top: 10px;color: #fff;}
	
/*产品列表页*/
	.nban{width: 100%;height: 236px;overflow: hidden;}
	.nban img{position: relative;left: 50%;margin-left: -650px;width: 1300px;height: 236px;}
	.nguan{position: relative;height: 47px;margin-top: -47px;width: 100%;background: rgba(27,27,27,0.8);}
	.nguana{position: relative;}
	.nguan p{color: #dedede;line-height: 47px;float: right;padding-right: 10px;font-size: 12px;}
	.nguan p a{color: #dedede;transition: all ease 0.3s;font-size: 12px;}
	.nguan p a:hover{color: #fa504b;}
	.nguan h6{float: left;width: 210px;background: #c12b2b;line-height: 51px;font-size: 20px;color: #d3d3d3;text-align: center;font-weight: bold;letter-spacing: 2px;margin-top: -4px;margin-left: 10px;}
	
	.cpl{margin: 0 auto;margin-top: 30px;width: 98%;}
	.cplz{width: 20.08%;}
	.cplza{width: 100%;}
	.cplza h1{background: url(../esimg/hy36.png) no-repeat top 0 left 0;margin-left: 6px;padding-left: 24px;line-height: 41px;color: #535353;font-size: 24px;letter-spacing: 1px;}
	.cplza p{background: url(../esimg/hy36.png) no-repeat top 0 left 0;margin-left: 6px;padding-left: 24px;line-height: 41px;color: #535353;font-size: 24px;letter-spacing: 1px;}
	.cplzb{width: 100%;margin-top: 28px;}
	.cplzb_p{width: 100%;margin-top: 8px;height: 72px;line-height: 72px;background: #f4f4f4;padding-left: 20px;}
	.cplzb_p a{font-size: 16px;color: #474747;}
	.cplzb_pa{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.cplzb_pa a{color: #fff;}
	.cplzb_p:hover{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.cplzb_p:hover a{color: #fff;}
	.cplzc{width: 100%;margin-top: 34px;}
	.cplzc img{width: 100%;}
	.cplzc p{line-height: 40px;width: 100%;text-align: center;background: #ea3535;font-size: 16px;color: #d3d3d3;font-weight: bold;letter-spacing: 1px;}
	.cplzd{margin-top: 26px;}
	.cplzd h6{background: url(../esimg/hy36.png) no-repeat top 0 left 0;margin-left: 6px;padding-left: 24px;line-height: 41px;color: #535353;font-size: 24px;letter-spacing: 1px;}
	.cplze{width: 100%;margin-top: 29px;background: #f4f4f4;padding: 4px 0 40px 0;}
	.cplze_p{width: 89.21%;margin: 0 auto;border-bottom: 1px dashed #d6d6d6;padding-bottom: 18px;margin-top: 20px;}
	.cplze_p img{float: left;margin-top: 11px;margin-left: 2px;}
	.cplze_p p{width: 84%;float: left;color: #555555;line-height: 21px;height: 42px;overflow: hidden;margin-left: 10px;transition: all ease 0.3s;}
	.cplze_p:hover p{color: #ea3535;}
	.cplzf{width: 100%;margin-top: 4px;}
	.cplzf img{width: 100%;}
	.cply{width: 77.75%;}
	.mbxdh{width: 100%;margin-top: 10px;}
	.mbxdh p{background: url(../esimg/hy39.png) no-repeat left 0 top 0;line-height: 22px;padding-left: 32px;margin-left: 3px;color: #7f7e7e;}
	.mbxdh p a{color: #7f7e7e;transition: all ease 0.3s;}
	.mbxdh p a:hover{color: #f9423d;}
	.cplya{width: 100%;background: #f8f8f8;height: 27px;padding-left: 12px;margin-top: 38px;}
	.cplya p{line-height: 27px;background: url(../esimg/hy40.png) no-repeat left 0 top 11px;padding-left: 17px;color: #aeaeae;}
	.cplyb{width: 100%;margin-top: 26px;}
	.cplyb_p{line-height: 32px;background: #f8f8f8;text-align: center;color: #555555;margin-right: 5px;padding: 0 12px;}
	.cplyb_p a{color: #555555;}
	.cplyb_pa{border: 1px solid #f93a34;background: #fff;color: #f93f39;}
	.cplyb_p:hover{border: 1px solid #f93a34;background: #fff;}
	.cplyb_p:hover a{color: #f93f39;}
	.cplyc{width: 100%;}
	.cplyc_a{width: 100%;margin-top: 5%;border-bottom: 1px dashed #bfbfbf;padding: 0 2% 5% 2%;}
	.cplyc_t{width: 34.1%;border: 1px solid #bfbfbf;overflow: hidden;transition: all ease 0.3s;}
	.cplyc_t img{width: 100%;transition: all ease 0.3s;}
	.cplyc_w{width: 57.591%;margin-left: 6%;}
	.cplyc_w h6{width: 100%;overflow: hidden;line-height: 40px;}
	.cplyc_w h6 a{font-size: 16px;color: #555555;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all ease 0.3s;}
	.cplyc_w h6{line-height: 24px;background: url(../esimg/hy42.png) no-repeat left 0 top 10px;padding-left: 10px;margin-top: 3%;}
	.cplyc_w h6 a{font-size: 14px;color: #555555;font-weight: bold;transition: all ease 0.3s;}
	.cplyc_w p{line-height: 24px;height: 48px;overflow: hidden;margin-top: 5%;}
	.cplyc_w p a{color: #555555;transition: all ease 0.3s;}
	.cply_more{width: 120px;line-height: 32px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );text-align: center;margin-top: 5%;}
	.cply_more a{font-size: 14px;color: #fff;transition: all ease 0.3s;}
	.cply_more:hover a{margin-left: 8px;}
	.cplyc_a:hover .cplyc_t{border-color: #1d8cea;}
	.cplyc_a:hover .cplyc_t img{transform: scale(1.03);}
	.cplyc_a:hover .cplyc_w h1 a{color: #1d8cea;}
	.cplyc_a:hover .cplyc_w h6 a{color: #1d8cea;}
	.cplyc_a:hover .cplyc_w p a{color: #1d8cea;}
	.yema{margin-top: 30px;margin-right: 1%;}
	.yemaa{width: 54px;height: 31px;border: 1px solid #d4d4d4;line-height: 31px;text-align: center;margin: 0 5px;transition: all ease 0.3s;}
	.yemaa a{font-size: 14px;color: #7b7b7b;transition: all ease 0.3s;}
	.yemab{width: 33px;height: 31px;border: 1px solid #d4d4d4;line-height: 31px;text-align: center;margin: 0 5px;transition: all ease 0.3s;}
	.yemab a{font-size: 14px;color: #7b7b7b;transition: all ease 0.3s;}
	.yemaa:hover{background: #f9423d;border-color: #f9423d;}
	.yemaa:hover a{color: #fff;}
	.yemab:hover{background: #f9423d;border-color: #f9423d;}
	.yemab:hover a{color: #fff;}
	.yemab_a{background: #f9423d;border-color: #f9423d;}
	.yemab_a a{color: #fff;}
	
	.cplianx{width: 98%;background: url(../esimg/hy24.jpg) no-repeat center;background-size: cover;margin: 0 auto;margin-top: 51px;border-top: 6px solid #ea3535;padding-top: 3%;padding-bottom: 6%;}
	.cplianxy{width: 92%;margin: 0 auto;float: none;}
	.cplianxya{width: 100%;}
	.cplianxya p{font-size: 18px;color: #fff;line-height: 56px;float: left;}
	.cplianxya p span{font-size: 20px;color: #d3d3d3;font-weight: bold;margin-left: 13px;}
	.cplianxya img{float: right;margin-top: 18px;}
	.cpchenghu{width: 100%;}
	.cpchenghu input{width: 46.875%;line-height: 40px;height: 40px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 5px;}
	.cpxuqiu{width: 100%;margin-top: 22px;}
	.cpxuqiu textarea{width: 100%;height: 100px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 17px;line-height: 28px;}
	.cpyazm{width: 100%;margin-top: 31px;}
	.cpma{width: 90px;height: 40px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 5px;}
	.cpyazm_a{width: 100px;height: 40px;margin-left: 12px;}
	.cpyazm_a img{width: 100%;cursor: pointer;height: 40px;}
	.cpchongz{width: 90px;height: 40px;line-height: 40px;background: #272c34;text-align: center;color: #fff;font-size: 14px;margin-left: 15px;border: none;cursor: pointer;}
	.cptij{width: 90px;height: 40px;line-height: 40px;background: #272c34;text-align: center;color: #fff;font-size: 14px;border: none;cursor: pointer;}
	#cpbianse{background: #bb3c3c;}
	.cpchongz:hover{background: #bb3c3c;}
	.cpyazm p{line-height: 40px;color: #fff;text-decoration: underline;margin-left: 13px;float: left;cursor: pointer;}
	.cpyazm p a{color: #fff;text-decoration: underline;}
	
/*产品内页*/
	.cpn{width: 100%;}
	.cpna{width: 100%;margin-top: 41px;}
	.cpna_t{width: 42.85%;margin: 0 auto;border: 1px solid #bfbfbf;margin-left: 2.786%;}
	.cpna_t img{width: 100%;}
	.cpna_w{width: 44.8%;margin-left: 4.5%;}
	.cpna_w h1{background: url(../esimg/hy45.png) no-repeat left 0 top 0;line-height: 23px;padding-left: 18px;color: #555555;font-size: 16px;margin-top: 3%;width: 100%;font-weight: bold;}
	.cpna_w1{width: 100%;margin-top: 15px;}
	.cpna_w1 p{line-height: 30px;color: #f93f39;text-align: center;border: 1px solid #f93f39;padding: 0 10px;float: left;margin: 3px;margin-right: 10px;}
	.cpna_w > p{line-height: 22px;color: #555555;margin-top: 3%;width: 96%;}
	.cpna_z{width: 100%;height: 41px;position: relative;margin-top: 15px;box-shadow: 0px 0px 25px -8px #40a1f7;border-radius: 15px;}
	.cpna_z2{margin-top: 13px;margin-left: 45px;float: left;width: 50%;}
	.cpna_z1{position: absolute;left: 10px;top: -3px;}
	.cpna_z p{float: right;width: 70px;height: 28px;background: -webkit-gradient(linear, bottom, top, color-stop(0%,#158af3), color-stop(100%,#8ac9ff));background: -webkit-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -o-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -ms-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -moz-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: linear-gradient(to top, #158af3 0%,#8ac9ff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158af3', endColorstr='#8ac9ff',GradientType=0 );text-align: center;line-height: 28px;margin-top: 6px;border-radius: 5px;margin-right: 8px;}
	.cpna_z p a{color: #fff;}
	.cpnb{width: 100%;margin-top: 42px;}
	.cpnb h6{color: #555555;font-size: 16px;line-height: 47px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;padding-left: 2.786%;margin-bottom: 12px;}
	.cpnb h6 span{color: #1d8cea;}
	.cpnb p{margin-left: 2.786%;width: 92%;background: url(../esimg/hy42.png) no-repeat left 2px top 9.5px;line-height: 24px;padding-left: 13px;}
	.cpnb_t{width: 94.428%;margin: 0 auto;margin-top: 24px;background: #f6f6f6;}
	.cpnb_t img{width: 62.7%;margin: 0 auto;}
	.cpnc{margin-top: 40px;}
	.cpnc h6{color: #555555;font-size: 16px;line-height: 47px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;padding-left: 2.786%;margin-bottom: 12px;}
	.cpnc h6 span{color: #1d8cea;}
	.cpnc_a{width: 94.428%;margin: 0 auto;margin-top: 20px;}
	.cpnc_a p{width: 50%;float: left;background: url(../esimg/hy42.png) no-repeat left 2px top 9.5px;line-height: 24px;padding-left: 13px;}
	.cpnc_a p span{color: #ea3535;}
	.cpnc_t{width: 94.428%;margin: 0 auto;margin-top: 20px;background: #f6f6f6;padding: 9px 0;}
	.cpnc_ta{display: table;margin: 0 auto;}
	.cpnc_ta img{margin: 0 2%;float: left;border: 1px solid #dcdcdc;}
	.cpnc_ta img:nth-child(1){width: 43.2%;}
	.cpnc_ta img:nth-child(2){width: 48.5%;}
	.table1{width: 94.428%;margin: 0 auto;margin-top: 22px;border: 1px solid #d2d2d2;}
	.table1 td{text-align: center;border: 0.5px solid #d2d2d2;}
	.table1 td img{margin: 4% auto;width: 50%;}
	.table2{display: none;}
	.tr1{background: #f2f2f2;}
	.tr1 td{text-align: center;line-height: 31px;color: #484848;font-size: 14px;font-weight: bold;border-bottom: 1px solid #d2d2d2;}
	.tr2{background: #fff;line-height: 30px;}
	.tr3{background: #fff4f4;line-height: 30px;}
	.td1{width: 16.82%;padding-left: 23px;color: #626262;}
	.td2{width: 33.18%;padding-left: 23px;color: #626262;}
	.td3{border-right: 1px solid #d2d2d2;}
	.cpnd{margin-top: 38px;}
	.cpnd h1{color: #555555;font-size: 16px;line-height: 47px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;padding-left: 2.786%;margin-bottom: 12px;}
	.cpnd h1 span{color: #1d8cea;}
	.cpnd p{width: 94.428%;margin: 0 auto;;background: url(../esimg/hy42.png) no-repeat left 2px top 9.5px;line-height: 24px;padding-left: 13px;}
	.cpne{background: url(../esimg/hy57.jpg) no-repeat center;width: 98.39%;margin: 0 auto;margin-top: 22px;padding-top: 49px;padding-bottom: 29px;background-size: cover;}
	.cpne_a{width: 22%;margin-left: 4%;}
	.cpne_b{width: 18%;}
	.cpne_t1{margin-left: 2%;}
	.cpne_t2{margin-top: 32px;}
	.cpne_a h6{font-size: 14px;color: #db2827;line-height: 24px;margin-top: 6px;font-weight: bold;height: 48px;}
	.cpne_a p{line-height: 22px;color: #414141;}
	.cpnf{width: 100%;margin-top: 39px;}
	.cpnf h1{color: #555555;font-size: 16px;line-height: 47px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;padding-left: 2.786%;margin-bottom: 28px;}
	.cpnf h1 span{color: #1d8cea;}
	.cpnfa{width: 100%;}
	.cpnfa_a{width: 28.08%;margin: 0 2.626%;}
	.cpnfa_t{width: 100%;overflow: hidden;border-radius: 8px;}
	.cpnfa_t img{width: 100%;transition: all ease 0.3s;}
	.cpnfa_a p{line-height: 38px;width: 98%;padding-left: 7px;overflow: hidden;}
	.cpnfa_a p a{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 12px;color: #626262;display: block;transition: all ease 0.3s;}
	.cpnfa_a:hover .cpnfa_t img{transform: scale(1.03);}
	.cpnfa_a:hover p a{color: #1d8cea;margin-left: 8px;}
	.fhlb_x{width: 100%;height: 1px;border: 1px dashed #d6d6d6;margin-top: 75px;}
	.fhlb{width: 140px;margin: 0 auto;margin-top: -18px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );line-height: 37px;text-align: center;}
	.fhlb a{color: #fff;font-size: 14px;transition: all ease 0.3s;}
	.fhlb:hover a{margin-left: 8px;}
	.cpng{width: 100%;background: #f8f8f8;height: 27px;padding-left: 12px;margin-top: 33px;}
	.cpng p{line-height: 27px;background: url(../esimg/hy40.png) no-repeat left 0 top 11px;padding-left: 17px;color: #aeaeae;}
	.cpnx{width: 93.67%;margin: 0 auto;margin-top: 35px;}
	.tt{width: 180px;float: left;margin: 0 27px;border: 1px solid #bfbfbf;}
	#colee_left{width: 100%;overflow: hidden;height: 160px;}
/*加湿器列表页*/
	.jsqlyc{width: 100%;}
	.jsqlyc_a{width: 100%;margin-top: 30px;border-bottom: 1px dashed #bfbfbf;padding: 0 30px 30px 30px;}
	.jsqlyc_t{width: 47.61%;overflow: hidden;transition: all ease 0.3s;border: 1px solid #b5b5b5;}
	.jsqlyc_t img{width: 100%;transition: all ease 0.3s;}
	.jsqlyc_w{width: 46.19%;margin-left: 6%;}
	.jsqlyc_w h6{width: 100%;overflow: hidden;line-height: 39px;margin-top: -6px;}
	.jsqlyc_w h6 a{font-size: 16px;color: #555555;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all ease 0.3s;}
	.jsqlyc_w h6{line-height: 24px;background: url(../esimg/hy42.png) no-repeat left 0 top 10px;padding-left: 10px;margin-top: 3%;}
	.jsqlyc_w h6 a{font-size: 14px;color: #555555;font-weight: bold;transition: all ease 0.3s;}
	.jsqlyc_w p{line-height: 24px;height: 48px;overflow: hidden;margin-top: 4%;}
	.jsqlyc_w p a{color: #555555;transition: all ease 0.3s;}
	.jsqly_more{width: 100px;line-height: 30px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );text-align: center;margin-top: 3%;}
	.jsqly_more a{font-size: 14px;color: #fff;transition: all ease 0.3s;}
	.jsqly_more:hover a{margin-left: 8px;}
	.jsqlyc_a:hover .jsqlyc_t img{transform: scale(1.03);}
	.jsqlyc_a:hover .jsqlyc_w h1 a{color: #1d8cea;}
	.jsqlyc_a:hover .jsqlyc_w h6 a{color: #1d8cea;}
	.jsqlyc_a:hover .jsqlyc_w p a{color: #1d8cea;}
	
/*加湿器内页*/
	.jsqna{width: 100%;margin-top: 41px;}
	.jsqna_t{width: 43.85%;margin: 0 auto;border: 1px solid #bfbfbf;margin-left: 2.786%;}
	.jsqna_t img{width: 100%;}
	.jsqna_w{width: 48%;margin-left: 3.5%;}
	.jsqna_w h1{background: url(../esimg/hy45.png) no-repeat left 0 top 0;line-height: 23px;padding-left: 18px;color: #555555;font-size: 16px;width: 100%;font-weight: bold;}
	.jsqna_w1{width: 100%;margin-top: 3%;}
	.jsqna_w1 p{line-height: 26px;color: #f93f39;text-align: center;border: 1px solid #f93f39;padding: 0 10px;float: left;margin-right: 10px;}
	.jsqna_w > p{line-height: 22px;color: #555555;margin-top: 2%;width: 100%;}
	.jsqna_z{width: 100%;height: 41px;position: relative;margin-top: 3%;box-shadow: 0px 0px 25px -8px #40a1f7;border-radius: 15px;}
	.jsqna_z2{margin-top: 13px;margin-left: 45px;float: left;width: 50%;}
	.jsqna_z1{position: absolute;left: 10px;top: -3px;}
	.jsqna_z p{float: right;width: 70px;height: 28px;background: -webkit-gradient(linear, bottom, top, color-stop(0%,#158af3), color-stop(100%,#8ac9ff));background: -webkit-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -o-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -ms-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -moz-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: linear-gradient(to top, #158af3 0%,#8ac9ff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158af3', endColorstr='#8ac9ff',GradientType=0 );text-align: center;line-height: 28px;margin-top: 6px;border-radius: 5px;margin-right: 8px;}
	.jsqna_z p a{color: #fff;}
	.jsqnb{width: 100%;margin-top: 42px;}
	.jsqnb h6{color: #555555;font-size: 16px;line-height: 47px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;padding-left: 2.786%;margin-bottom: 12px;}
	.jsqnb h6 span{color: #1d8cea;}
	.jsqnb > p{margin-left: 2.786%;width: 94%;background: url(../esimg/hy42.png) no-repeat left 2px top 9.5px;line-height: 24px;padding-left: 13px;}
	.jsqnb_t{width: 94.428%;margin: 0 auto;margin-top: 25px;background: #f6f6f6;padding: 18px 0 10px 0;}
	.jsqnb_ta{width: 90%;margin: 0 auto;}
	.jsqnb_taa{width: 45.8%;margin: 0 2.1%;}
	.jsqnb_taa img{width: 100%;}
	.jsqnb_taa p{color: #555555;line-height: 30px;margin-left: 2px;}
	.jsqnc{width: 100%;margin-top: 36px;margin-bottom: 42px;}
	.jsqnc > h6{color: #555555;font-size: 16px;line-height: 47px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;padding-left: 2.786%;}
	.jsqnc h6 span{color: #1d8cea;}
	.jsqnd{width: 100%;}
	.jsqnd_a{width: 28.38%;margin: 0 2.4766%;margin-top: 43px;}
	.jsqnd_t{width: 100%;border: 1px solid #bfbfbf;overflow: hidden;}
	.jsqnd_t img{width: 100%;transition: all ease 0.3s;}
	.jsqnd_a h1{background: url(../esimg/hy42.png) no-repeat left 0 top 10px;padding-left: 14px;line-height: 26px;margin-top: 9px;width: 98%;overflow: hidden;}
	.jsqnd_a h1 a{font-size: 14px;color: #555555;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;transition: all ease 0.3s;}
	.jsqnd_a p{line-height: 22px;width: 98%;overflow: hidden;padding-left: 14px;}
	.jsqnd_a p a{color: #8d8d8d;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;transition: all ease 0.3s;}
	.jsqnd_a:hover .jsqnd_t img{transform: scale(1.03);}
	.jsqnd_a:hover a{color: #1d8cea;}
	
/*成功案例列表页*/
	.all{width: 100%;margin-top: -10px;}
	.alla{width: 100%;border-bottom: 1px dashed #d6d6d6;padding-bottom: 18px;margin-top: 32px;}
	.allaa{width: 93.03%;margin: 0 auto;}
	.allaa_a{width: 47%;}
	.allaa_t{width: 100%;border: 1px solid #b5b5b5;overflow: hidden;}
	.allaa_t img{width: 100%;transition: all ease 0.3s;}
	.allaa_a p{line-height: 50px;background: url(../esimg/hy33.png) no-repeat left 0 top 22px;padding-left: 15px;width: 98%;overflow: hidden;}
	.allaa_a p a{font-size: 14px;color: #474747;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;transition: all ease 0.3s;}
	.allaa_a:hover .allaa_t img{transform: scale(1.03);}
	.allaa_a:hover p a{color: #1d8cea;}
	
/*成功案例内页*/
	.aln{width: 100%;}
	.alna{border-bottom: 1px dashed #d6d6d6;margin-top: 26px;padding-bottom: 11px;}
	.alna p{color: #e62926;font-size: 14px;background: url(../esimg/hy33.png) no-repeat left 0 top 8px;line-height: 22px;padding-left: 16px;margin-left: 24px;}
	.alna h1{margin-left: 41px;font-size: 18px;color: #474747;line-height: 38px;}
	.alnb{width: 90.46%;margin: 0 auto;margin-top: 30px;}
	.alnb p{width: 100%;font-size: 14px;color: #474747;line-height: 26px;}
	.alnb img{width: 65%;margin: 28px auto;}
	.aln_g{width: 90.46%;margin: 0 auto;margin-top: 30px;margin-bottom: -8px;}
	.aln_g p{font-size: 12px;color: #717171;line-height: 24px;}
	.aln_g p a{font-size: 12px;color: #717171;transition: all ease 0.3s;}
	.aln_g p a:hover{color: #f93a34;}
	
/*荣誉客户页*/
	.rykh{width: 100%;margin-top: -21px;}
	.rykha{width: 100%;border-bottom: 1px dashed #d6d6d6;padding-bottom: 30px;margin-top: 40px;}
	.rykha_a{width: 92.17%;margin: 0 auto;}
	.rykha_aa{width: 47.09%;cursor: pointer;}
	.rykha_aa img{width: 100%;border: 1px solid #b5b5b5;transition: all ease 0.3s;}
	.rykha_aa p{background: url(../esimg/hy33.png) no-repeat left 0 top 9px;padding-left: 16px;line-height: 24px;font-size: 14px;color: #474747;margin-top: 27px;transition: all ease 0.3s;}
	.rykha_aa:hover img{border-color: #1d8cea;}
	.rykha_aa:hover p{color: #1d8cea;}
	
/*服务与维护页*/
	.fuwu{width: 100%;margin-top: 23px;border-bottom: 1px dashed #d6d6d6;padding-bottom: 60px;margin-bottom: 48px;}
	.fuwua{width: 100%;border-bottom: 1px dashed #d6d6d6;padding-bottom: 19px;}
	.fuwua p{background: url(../esimg/hy33.png) no-repeat left 0 top 11px;line-height: 28px;font-size: 18px;color: #e62926;padding-left: 16px;margin-left: 22px;}
	.fuwub{width: 91.12%;margin: 0 auto;margin-top: 27px;}
	.fuwub p{font-size: 14px;color: #474747;line-height: 23px;}
	.fuwub p span{color: #e62926;font-weight: bold;}
	.fuwuc{width: 95.28%;margin: 0 auto;margin-top: 64px;}
	.fuwuc_a{background: -webkit-gradient(linear, bottom, top, color-stop(0%,#4aacff), color-stop(100%,#c5eaff));background: -webkit-linear-gradient(to top, #4aacff 0%,#c5eaff 100%);background: -o-linear-gradient(to top, #4aacff 0%,#c5eaff 100%);background: -ms-linear-gradient(to top, #4aacff 0%,#c5eaff 100%);background: -moz-linear-gradient(to top, #4aacff 0%,#c5eaff 100%);background: linear-gradient(to top, #4aacff 0%,#c5eaff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aacff', endColorstr='#c5eaff',GradientType=0 );width: 20.8%;height: 193px;margin: 0 2.1%;border-radius: 5px;cursor: pointer;position: relative;}
	.fuwuc_t{width: 32.43%;margin: 0 auto;margin-top: 29px;}
	.fuwuc_a h6{text-align: center;font-size: 18px;color: #fff;font-weight: bold;;line-height: 32px;margin-top: 8px;}
	.fuwuc_a p{font-size: 14px;line-height: 22px;color: #fff;text-align: center;width: 90%;margin: 0 auto;}
	.fuwuc_a:hover .fuwuc_t{animation: dh1 2s linear infinite;}
	@keyframes dh1{
		0%{transform: translateY(0px);}
		25%{transform: translateY(5px);}
		50%{transform: translateY(0px);}
		75%{transform: translateY(-5px);}
		100%{transform: translateY(0px);}
	}
	.fuwuc_ta{position: absolute;width: 5px;height: 35px;left: calc(50% - 2.5px);bottom: -52px;}
	.fuwud{margin-top: 69px;}
	.fuwud_a{width: 20.8%;height: 193px;margin: 0 2.1%;border-radius: 5px;cursor: pointer;border: 1px solid #57b3ff;}
	.fuwud_a img{width: 72.97%;margin: 0 auto;margin-top: 34px;}
	.fuwud_a h6{text-align: center;font-size: 18px;color: #57b2ff;font-weight: bold;;line-height: 32px;margin-top: 15px;}
	.fuwud_a p{font-size: 14px;line-height: 22px;color: #57b2ff;text-align: center;width: 90%;margin: 0 auto;}
	.jiance{margin-top: 40px;}
	
/*新闻列表页页*/
	.xwl{width: 100%;margin-top: 6px;}
	.xwla{width: 100%;border-bottom: 1px dashed #d6d6d6;padding: 5% 4%;}
	.xwla_a{width: 60px;}
	.xwla_a p{line-height: 20px;text-align: center;}
	.xwla_a p a{font-size: 14px;color: #555555;transition: all ease 0.3s;}
	.xwla_a p span{text-align: center;font-size: 50px;font-weight: bold;color: #555555;line-height: 50px;transition: all ease 0.3s;}
	.xwla_b{width: 60%;margin-left: 4%;}
	.xwla_b h6{line-height: 14px;width: 100%;overflow: hidden;margin-top: 5px;margin-bottom: 12px;}
	.xwla_b h6 a{font-size: 14px;color: #555555;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;transition: all ease 0.3s;}
	.xwla_b p{width: 100%;overflow: hidden;line-height: 21px;padding-left: 18px;}
	.xwla_b p a{font-size: 12px;color: #555555;overflow: hidden;width: 100%;text-overflow: ellipsis;white-space: nowrap;display: block;transition: all ease 0.3s;}
	.xwla_b p:nth-child(2){background: url(../esimg/hy42.png) no-repeat left 0 top 8px;}
	.xwla_b p:nth-child(2) a{color: #9b9b9b;}
	.xwl_more{width: 100px;line-height: 32px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );text-align: center;margin-top: 20px;}
	.xwl_more a{font-size: 14px;color: #fff;transition: all ease 0.3s;}
	.xwl_more:hover a{margin-left: 8px;}
	.xwla:hover .xwla_a p a{color: #1d8cea;}
	.xwla:hover .xwla_a p span{color: #1d8cea;}
	.xwla:hover .xwla_b h1 a{color: #1d8cea;}
	.xwla:hover .xwla_b p a{color: #1d8cea;}
	
/*新闻内页*/
	.xwn{width: 100%;margin-top: 36px;}
	.xwna{width: 100%;border-bottom: 1px dashed #d7d7d7;padding-left: 2.786%;padding-bottom: 13px;}
	.xwna h1{font-size: 16px;color: #2e2e2e;line-height: 26px;margin-bottom: 10px;}
	.xwna p{float: left;background: url(../esimg/hy42.png) no-repeat left 0 top 9px;line-height: 24px;color: #9b9b9b;padding-left: 18px;margin-right: 26px;}
	.xwnb{width: 89.38%;margin: 0 auto;margin-top: 25px;}
	.xwnb p{color: #555555;font-size: 14px;line-height: 23px;}
	.xwnb p a{color: #555555;font-size: 14px;transition: all ease 0.3s;}
	.xwnb img{width: 80%;margin: 0 auto;margin-top: 50px;}
	.wxnb_g{margin-top: 32px;}
	.xwnb p a:hover{color: #f93a34;}
	
/*华云简介*/
	.gy{width: 100%;margin-top: 28px;}
	.gya{width: 100%;border-bottom: 1px dashed #d6d6d6;padding-bottom: 20px;padding-left: 28px;}
	.gya p{background: url(../esimg/hy33.png) no-repeat left 0 top 8px;font-size: 18px;color: #e62926;line-height: 22px;padding-left: 16px;}
	.gyb{width: 92%;margin: 0 auto;margin-top: 25px;margin-bottom: 50px;}
	.gyb p{color: #555555;line-height: 23px;font-size: 14px;}
	.gyb p span{color: #e62926;font-weight: bold;}
	.gyaa{margin-bottom: 30px;}
	.cpnfa_a h2{font-size: 14px;color: #e62926;line-height: 24px;font-weight: bold;width: 88%;margin: 0 auto;margin-top: 3%;}
	
/*华云理念*/
	.lna{width: 89.71%;margin: 0 auto;margin-bottom: 67px;}
	.lna p{background: url(../esimg/hy42.png) no-repeat left 0 top 9px;line-height: 24px;color: #555555;font-size: 14px;padding-left: 20px;margin-top: 30px;}
	
/*荣誉资质*/
	.ryzza{width: 100%;margin: 0 auto;margin-top: 31px;}
	.ryzza img{width: 100%;margin-bottom: 67px;}
	
/*联系华云*/
	.lxa{width: 88.42%;margin: 0 auto;margin-top: 14px;}
	.lxa_a{width: 50%;margin-top: 22px;}
	.lxa_a img{float: left;}
	.lxa_a p{float: left;line-height: 22px;margin-left: 15px;font-size: 14px;color: #5d6066;width: 79%;}
	.lxa_aa{margin-top: 0px;}
	.lxb{width: 88.42%;margin: 0 auto;background: url(../esimg/hy24.jpg) no-repeat;margin-top: 48px;background-size: cover;padding-top: 5px;padding-bottom: 25px;border-bottom: 3px solid #e83f3e;}
	.lxba{width: 92%;margin: 0 auto;}
	.lxba_a p{font-size: 18px;color: #fff;line-height: 56px;}
	.lxba_a p span{font-size: 20px;color: #d3d3d3;font-weight: bold;margin-left: 13px;}
	.lxba_b{width: 100%;}
	.lxba_ba{width: 39.7%;}
	.lxba_ba input{width: 100%;line-height: 40px;height: 40px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 5px;}
	.lxbchengh{margin-bottom: 24px;}
	.lxba_xq{width: 56.83%;height: 105px;}
	.lxba_xq textarea{width: 100%;height: 105px;background: #f7f7f7;border: none;font-size: 12px;color: #272c34;padding-left: 17px;line-height: 28px;}
	.lxba_c{margin-top: 33px;}
	.lxba_c p{line-height: 40px;color: #fff;text-decoration: underline;margin-left: 10px;float: left;cursor: pointer;}
	.lxds_dt{width: 88.42%;margin: 0 auto;}

	
/*推荐资讯*/
	.tjzx{width: 93.67%;margin: 0 auto;margin-top: 60px;}
	.tjzxa{width: 100%;}
	.tjzxa p{font-size: 16px;color: #ea3535;width: 136px;height: 49px;line-height: 49px;text-align: center;border: 1px solid #e5e5e5;box-shadow: 4px -2px 0px 1px #ea3535;border-bottom: none;float: left;background: #fff;position: relative;z-index: 2;}
	.tjzxa h6{float: right;font-size: 38px;line-height: 18px;color: #ebebeb;font-weight: 900;font-family: "Arial";margin-top: 27px;margin-right: 26px;}
	.tjzxb{width: 100%;border: 1px solid #e5e5e5;margin-top: -1px;position: relative;background: #fff;padding: 5px 0 30px 0;}
	.tjzxb_a{width: 43.7%;border-bottom: 2px dashed #dddddd;margin: 0 3.15%;margin-top: 14px;padding-left: 5px;}
	.tjzxb_a h6{line-height: 36px;float: left;}
	.tjzxb_a h6 a{color: #626262;background: url(../esimg/k71.png) no-repeat left 0 top 7px;padding-left: 16px;transition: all ease 0.3s;}
	.tjzxb_a p{width: 55%;line-height: 36px;float: left;margin-left: 14px;overflow: hidden;}
	.tjzxb_a p a{color: #626262;width: 100%;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all ease 0.3s;}
	.tjzxb_a:hover a{color: #ea3535;margin-left: 5px;}
	
	
	
	

	

	
	
	
@media (min-width: 850px){
	.chanpny_ap{padding: 0 2.9%;}
	.chanpnz_p{line-height: 52px;padding-left: 15%;margin-bottom: 9%;}
	.jiasz_p{height: 70px;padding-top: 10%;}
	.jiasy{height: 347px;}
	.jiasy_w{top: 303px;}
	.nv_a p{font-size: 16px;}
	.chongz{width: 80px;}
	.tij{width: 80px;}
	.yeja{padding-right: 30px;}
	.cplyb_p{padding: 0 16px;}
	.cply_more{margin-top: 7%;}
	.jsqly_more{margin-top: 6%;}
	.xwla_b{width: 63%;}

}
	
	
	
	
@media (min-width: 900px){
	.chanpny_ap{padding: 0 3.07%;}
	.jiasz_p{height: 72px;padding-top: 12%;}
	.jiasy{height: 360px;}
	.jiasy_w{top: 309px;}
	.chongz{width: 90px;margin-left: 19px;}
	.tij{width: 90px;}
	.yeja{padding-right: 40px;}
	.ye_ewm{width: 15%;}
	.cplzb_p{padding-left: 25px;}
	.cplyb_p{padding: 0 18px;}
	.cplyc_w h1{margin-top: 2%;}
	.cpna_z{margin-top: 8%;}
	.cpne_a h1{height: 30px;}
	.jsqlyc_w h1{margin-top: 1%;}
	.xwla_b{width: 64%;}


}

@media (min-width: 950px){
	.chanpnz_p{line-height: 54px;padding-left: 20%;height: 55.5px;}
	.chanpny_ap{padding: 0 3.2%;}
	.jiasz_p{height: 74px;;}
	.jiasy{height: 370px;}
	.jiasy_w{top: 319px;}
	.chongz{width: 100px;}
	.tij{width: 100px;}
	.yeja{padding-right: 45px;}
	.ye_ewm{width: 14%;}
	.cplzb_p{padding-left: 30px;}
	.cplyb_p{padding: 0 20px;}
	.cplyc_w h1{margin-top: 3%;}
	.cply_more{margin-top: 9%;}
	.jsqna_w h1{margin-top: 1%;}
	.xwla_b{width: 65%;}
		
}
	
	
	
	
@media (min-width: 1000px){	
	.chanpnz_p{line-height: 58px;height: auto;}
	.chanpny_ap{padding: 0 3.55%;}
	.jiasz_p{height: 81px;;}
	.jiasy{height: 405px;}
	.jiasy_w{top: 355px;}
	.guanyua img{margin-top: -20px;}
	.yeja{padding-right: 55px;}
	.ye_ewm{width: 13%;}
	.cplzb_p{padding-left: 35px;}
	.cplyb_p{padding: 0 22px;}
	.cply_more{margin-top: 11%;}
	.cpna_w{margin-top: 2%;}
	.jsqlyc_w p{line-height: 24px;height: 72px;overflow: hidden;}
	.jsqna_w h1{margin-top: 1%;}
	.jsqna_z{margin-top: 5%;}
	.xwla_b{width: 67%;}

	
}
	
	
@media (min-width: 1100px){
	.jiasz_p{height: 90px;;}
	.jiasy{height: 448px;}
	.jiasy_w{top: 397px;}
	.yeja{padding-right: 70px;}
	.cplyb_p{padding: 0 26px;}
	.jsqly_more{margin-top: 9%;}
	.jsqna_w{width: 46%;}
	.xwla_b{width: 70%;}
	.cpnfa_a h2{margin-top: 6%;}


}
	
	
	

}


@media(max-width:760px)
{
    
    /*网站地图*/
	.wzdt{width: 96%;margin: 0 auto;}
	.wzdt_a{border: solid 2px #e5e5e5;margin-top: 22px;}
	.wzdt_a h1{width: 96%;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h1 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:#ededed;padding:30px;}
.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:15px auto;}
.fzf3z{float:left;width:116px;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;width:140px;}
.fzf3y img{width:100%;margin:0 auto;}   
    /*404*/
    
.clearfix{ clear:both;}
.fl{ float: left;}
.fr{float:right}
body{margin:0; padding:0;font-size: 0.75rem;max-width: 760px;}
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;}
* img{display:block;}
input{padding:0;margin:0;outline:none;border-radius: 0;-webkit-appearance: none;}
textarea{border-radius: 0;-webkit-appearance: none;}
.pc{display: none;}
.mob{display: block;}
.pb1{display: none;}
*{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*/
	.stop{width: 100%;background: #fff;}
	.stop_a{width: 92%;margin: 0 auto;padding: 4% 0;}
	.stop_a1{width: 70px;margin-top: 3%;}
	.stop_a > p{color: #6d6d6d;font-size: 0.75rem;line-height: 18px;margin-left: 3%;float: left;margin-top: 2%;display: none;}
	.stop_a > p span{color: #0ba29b;font-size: 0.8rem;font-weight: bold;}
	.stop_a2{width: 10%;margin-right: 0%;margin-top: 1%;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg);     /* IE 9 */
	-moz-transform:rotate(0deg);    /* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg);
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;}
	.ydmenu li{float:left;width:100%;text-align:center;margin:2px 0;}
	.ydmenu li:nth-child(2n+1){background: rgba(255,255,255,0.9);}
	.ydmenu li:nth-child(2n){background: rgba(244,244,244,0.95);}
	.ydmenu li a{color:#535353;display:inline-block;width:100%;text-align:center;font-size:1.05rem;line-height:38px;}
	.ydmenu li a p{color:#535353;display:inline-block;}
	.ydmenu li:hover{background: #77d2f3;}
	.ydmenu li:hover a p{color: #fff;}
	.ydmenu{overflow:hidden;border-left:1px solid #fff;width:100%;position:absolute;left:0;top:100%;right:0;z-index:9999;height:0;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;}
	.stop_a2.on{transform:rotate(90deg);
	-ms-transform:rotate(90deg);     /* IE 9 */
	-moz-transform:rotate(90deg);    /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg);
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;}
	.topd_a{width: 70%;}
	.topd_a img{width: 100%;}
	
	
/*手机banner*/
	.vb-a{ width:100%;overflow: hidden;}
	.vb-mn{ width:500%;}
	.vb-mn img{ width: 20%; float: left;}
	
/*nav*/
	.nav{position: relative;}
	
/**手机导航**/
	.dan-xia{ width:100%;background-color: #282828;position: fixed;bottom: 0;z-index: 1100;}
	.dan-xib{ width:calc(100% / 4);float: left;padding: 4% 0;border-left: 1px solid #353535;}
	.dan-xid{display: table;margin: 0 auto;}
	.dan-xid img{float: left;width: 20px;}
	.dan-xid p{ color:#fff; font-size: 0.9rem;margin-left: 5px;line-height: 22px;float: left;}
	.linh-ai{ margin-left: 16%;}
	.zxdh{width: 40px;position: absolute;left: calc(50% - 20px);top: -20px;}
	.zxdh img{width: 100%;}
	
/*产品中心*/
	.chanp{width: 100%;margin: 0 auto;margin-top: 8%;}
	.chanpt p{font-size: 1rem;color: #d3d3d3;line-height: 20px;text-align: center;font-weight: bold;letter-spacing: 1px;}
	.chanpt h6{color: #535353;font-size: 1.3rem;line-height: 30px;text-align: center;font-weight: bold;letter-spacing: 1px;}
	.chanpt h6 span{color: #e83f3e;}
	.chanpt img{display: table;margin: 0 auto;margin-top: 2%;}
	.chanpn{width: 100%;margin: 0 auto;margin-top: 5%;}
	.chanpnz{width: 100%;float: none;}
	.chanpnz_p{width: 33.33%;line-height: 40px;background: #f4f4f4;float: left;text-align: center;border: 1px solid #fff;}
	.chanpnz_p a{color: #474747;font-size: 0.9rem;}
	.chanpnz_pa{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.chanpnz_pa a{color: #fff;}
	.chanpnz_p:hover{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.chanpnz_p:hover a{color: #fff;}
	.chanpny{width: 92%;margin: 0 auto;float: none;margin-top: 6%;}
	.chanpny_b{width: 100%;margin-top: 2px;}
	.chanpny_ba{width: 45%;position: relative;margin: 2.5%;}
	.chanpny_bt{width: 100%;border: 1px solid #bfbfbf;overflow: hidden;}
	.chanpny_bt img{width: 100%;transition: all ease 0.3s;}
	.chanpny_bw{display: none;}
	
/*华云优势*/
	.youshi{width: 100%;margin-top: 6%;}
	.youshia{background: url(../esimg/hy10.jpg) no-repeat center;background-size: cover;width: 100%;padding: 8% 0 20% 0;margin-top: 5%;position: relative;}
	.yous{width: 260px;margin: 0 auto;overflow: hidden;}
	.yousaa{width: 400%;}
	.yousa_a{width: 260px;background: #fff;border-radius: 15px;position: relative;padding: 2% 0;}
	.yousa_a > img{width: 12%;margin-left: 7%}
	.yousa_aa{width: 86%;margin: 0 auto;margin-top: 10%;}
	.yousa_aa h6{font-size: 1rem;color: #db2827;line-height: 30px;margin-top: 3%;font-weight: bold;}
	.yousa_aa p{line-height: 24px;color: #414141;font-size: 0.9rem;height: 120px;overflow: hidden;}
	.you_g{width: 35%;position: absolute;top: 1%;right: 4%;}
	.you_g img{width: 100%;}
	.you_z{position: absolute;width: 100px;height: 32px;background: #c2d4ea;bottom: 5%;left: calc(50% - 110px);}
	.you_z img{width: 70px;margin: 5px auto;}
	.you_y{position: absolute;width: 100px;height: 32px;background: #c2d4ea;bottom: 5%;right: calc(50% - 110px);}
	.you_y img{width: 70px;margin: 5px auto;}
	.you_ya{background: #fb635f;}
	
/*加湿器应用*/
	.jiashi{margin-top: 6%;}
	.jias{width: 92%;margin: 0 auto;margin-top: 31px;}
	.jiasy{width: 100%;position: relative;border: 1px solid #b5b5b5;overflow: hidden;float: none;}
	.jiasy_x{width: 1000%;}
	.jiasy_a{width: 10%;position: relative;overflow: hidden;}
	.jiasy_t{width: 100%;overflow: hidden;}
	.jiasy_t img{width: 100%;}
	.jiasy_w{width: 100%;position: absolute;left: 0;bottom: 0;height: 40px;background: rgba(23,23,23,0.8);padding: 0 5%;}
	.jiasy_w p{width: 50%;overflow: hidden;line-height: 40px;}
	.jiasy_w p a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;color: #fff;font-size: 0.9rem;}
	.jiasy_more{line-height: 40px;}
	.jiasy_more a{font-size: 0.9rem;color: #fff;}
	.jiasy_z{position: absolute;width: 40px;height: 40px;left: 0;top: calc(50% - 20px);cursor: pointer;}
	.jiasy_z img{width: 100%;}
	.jiasy_y{position: absolute;width: 40px;height: 40px;right: 0;top: calc(50% - 20px);cursor: pointer;}
	.jiasy_y img{width: 100%;}
	
/*客户评价*/
	.kehu{width: 100%;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#ffffff), color-stop(100%,rgba(190,221,255,0.5)));background: -webkit-linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);background: -o-linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);background: -ms-linear-gradient(to bottom, #ffffff 0%,#beddff 100%);background: -moz-linear-gradient(to bottom, #ffffff 0%,#beddff 100%);background: linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(190,221,255,0.5)',GradientType=0 );padding-top: 8%;padding-bottom: 6%;}
	.pingja{width: 200px;margin: 0 auto;margin-top: 6%;overflow: hidden;}
	.pingj{position: relative;}
	.pingja_m{width: 2000px;}
	.pingja_a{width: 200px;background: #fff;border: 1px solid #253547;padding: 1% 0;}
	.pingja_a h6{margin: 0 auto;line-height: 30px;margin-top: 9px;width: 84%;overflow: hidden;}
	.pingja_a h6 a{width: 100%;font-size: 1rem;color: #424242;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pingja_a p{margin: 0 auto;line-height: 22px;height: 88px;overflow: hidden;width: 84%;}
	.pingja_a p a{color: #424242;font-size: 0.85rem}
	.pingja_t2{margin-top: 6%;margin-right: 7%;}
	.pingja_t1{margin-left: 7%;}
	.pingj_more{width: 120px;line-height: 32px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );margin: 0 auto;margin-top: 6%;text-align: center;}
	.pingj_more a{font-size: 1rem;color: #fff;transition: all ease 0.3s;}
	.pingj_more:hover a{margin-left: 8px;}
	.pingja_z{position: absolute;width: 40px;height: 40px;left: 4%;top: calc(50% - 20px);cursor: pointer;}
	.pingja_z img{width: 100%;}
	.pingja_y{position: absolute;width: 40px;height: 40px;right: 4%;top: calc(50% - 20px);cursor: pointer;}
	.pingja_y img{width: 100%;}
	
/*关于华云*/
	.guanyu{background: url(../esimg/hy21.jpg) no-repeat center;width: 100%;background-size: cover;padding-top: 8%;position: relative;padding-bottom: 6%;}
	.guanyua{width: 100%;margin-top: 25px;}
	.guanyua p{width: 90%;margin: 0 auto;text-align: center;font-size: 0.9rem;color: #474747;line-height: 24px;height: 168px;overflow: hidden;}
	.guanyua img{width: 90.25%;margin: 0 auto;margin-top: 5px;}
	.guanyua_more{width: 120px;line-height: 32px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );text-align: center;position: absolute;left: calc(50% - 60px);bottom: -22px;}
	.guanyua_more a{font-size: 1rem;color: #fff;transition: all ease 0.3s;}
	
/*华云资讯*/
	.zixunjian{width: 100%;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#ffffff), color-stop(100%,rgba(190,221,255,0.5)));background: -webkit-linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);background: -o-linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);background: -ms-linear-gradient(to bottom, #ffffff 0%,#beddff 100%);background: -moz-linear-gradient(to bottom, #ffffff 0%,#beddff 100%);background: linear-gradient(to bottom, #ffffff 0%,rgba(190,221,255,0.5) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(190,221,255,0.5)',GradientType=0 );padding-top: 12%;padding-bottom: 10%;}
	.zix{margin: 0 auto;width: 100%;margin-top: 5%;}
	.zixun{width: 100%;}
	.zixuna{width: 92%;float: none;margin: 0 auto;}
	.zixuna_p{width: 33.333%;margin: 0 auto;line-height: 40px;text-align: center;border: 1px solid #b5b5b5;background: #fff;float: left;font-size: 1rem;color: #474747;}
	.zixuna_more{width: 33.3333%;margin: 0 auto;line-height: 40px;text-align: center;border: 1px solid #b5b5b5;background: #fff;float: left;}
	.zixuna_more a{font-size: 1rem;color: #474747;}
	.zixuna_pa{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );color: #fff;}
	.zixuna_more:hover{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.zixuna_more:hover a{color: #fff;}
	.zixunb{width: 92%;background: #fff;border: 1px solid #dfdfdf;padding: 0 3%;position: relative;float: none;margin: 0 auto;margin-top: 5%;}
	.zixunb_a{width: 100%;border-bottom: 1px dashed #c5cbd4;margin-top: 8px;padding-left: 6px;}
	.zixunb_a h6{font-size: 1.1rem;color: #394251;line-height: 50px;}
	.zixunb_a h6 span{font-weight: bold;color: #d3d3d3;margin-left: 10px;}
	.zixunb_b{width: 100%;border-bottom: 1px dashed #c5cbd4;padding-left: 6px;padding-bottom: 15px;height: 50px;overflow: hidden;}
	.zixunb_b h5{line-height: 24px;width: 70%;overflow: hidden;margin-top: 12px;float: left;}
	.zixunb_b h5 a{font-size: 0.9rem;color: #4b4b4b;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.zixunb_b h6{line-height: 24px;float: right;margin-top: 12px;}
	.zixunb_b h6 a{font-size: 0.9rem;color: #4b4b4b;}
	.zixunb_b p{margin-top: 20px;}
	.zixunb_m{float: none;display: table;margin: 0 auto;line-height: 60px;}
	.zixunb_m a{font-size: 1.1rem;color: #e83f3e;}
	.zixunb_b:hover a{color: #e83f3e;}
	
	
/*联系我们*/
	.lianxi{margin-top: 8%;}
	.lianx{width: 100%;background: url(../esimg/hy24.jpg) no-repeat center;background-size: cover;margin-top: 38px;height: 350px;position: relative;}
	.lianxy{width: 90%;margin: 0 auto;float: none;}
	.lianxya{width: 100%;}
	.lianxya p{font-size: 1.1rem;color: #fff;line-height: 60px;}
	.lianxya p span{font-size: 1.2rem;color: #d3d3d3;font-weight: bold;margin-left: 10px;}
	.chenghu{width: 100%;}
	.chenghu input{width: 48%;line-height: 32px;height: 32px;background: #f7f7f7;border: none;font-size: 0.8rem;color: #272c34;padding-left: 2px;}
	.xuqiu{width: 100%;margin-top: 5%;}
	.xuqiu textarea{width: 100%;height: 100px;background: #f7f7f7;border: none;font-size: 0.8rem;color: #272c34;padding-left: 17px;line-height: 22px;}
	.yazm{width: 100%;margin-top: 5%;}
	.ma{width: 80px;height: 32px;background: #f7f7f7;border: none;font-size: 0.8rem;color: #272c34;}
	.yazm_a{width: 80px;height: 32px;margin-left: 10px;}
	.yazm_a img{width: 100%;cursor: pointer;height: 32px;}
	.chongz{width: 80px;height: 32px;line-height: 32px;background: #272c34;text-align: center;color: #fff;font-size: 0.85rem;margin-left: 15px;border: none;cursor: pointer;}
	.tij{width: 80px;height: 32px;line-height: 32px;background: #272c34;text-align: center;color: #fff;font-size: 0.85rem;border: none;cursor: pointer;}
	#bianse{background: #e83f3e;}
	.chongz:hover{background: #e83f3e;}
	.yazm p{line-height: 32px;color: #fff;text-decoration: underline;margin-left: 10px;float: left;cursor: pointer;}
	.pctj{display: table;margin: 0 auto;margin-top: 5%;}
	
/*页脚*/
	.yejiao{width: 100%;margin-top: 6%;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#323232), color-stop(100%,#575757));background: -webkit-linear-gradient(to bottom, #323232 0%,#575757 100%);background: -o-linear-gradient(to bottom, #323232 0%,#575757 100%);background: -ms-linear-gradient(to bottom, #323232 0%,#575757 100%);background: -moz-linear-gradient(to bottom, #323232 0%,#575757 100%);background: linear-gradient(to bottom, #323232 0%,#575757 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#575757',GradientType=0 );padding-top: 8%;padding-bottom: 18%;}
	.yej{margin-left: 1%;}
	.ye_ewm{width: 34%;float: left;margin-left: 6%;}
	.ye_ewm img{width: 100%;}
	.ye_ewm p{width: 100%;background: #ca2c2b;line-height: 24px;text-align: center;font-size: 0.75rem;color: #fff;}
	.beia{width: 50%;margin-left: 4%;margin-top: 0%;}
	.beia p{line-height: 22px;color: #bfbfbf;font-size: 0.8rem;}
	.beia p a{line-height: 22px;color: #bfbfbf;font-size: 0.8rem;}
	.beia p img{display: inline-block;position: relative;top: 4px;}
	
	
/*产品列表页*/
	.nbsnsj{width: 100%;}
	.nbsnsj img{width: 100%;}
	
	.cpl{margin: 0 auto;margin-top: 3%;width: 92%;}
	.cplz{width: 100%;float: none;}
	.cplza{width: 100%;}
	.cplza h1{background: url(../esimg/hy41.png) no-repeat center bottom 0;margin-left: 6px;line-height: 50px;color: #535353;font-size: 1.3rem;letter-spacing: 1px;text-align: center;font-weight: bold;}
	.cplza p{background: url(../esimg/hy41.png) no-repeat center bottom 0;margin-left: 6px;line-height: 50px;color: #535353;font-size: 1.3rem;letter-spacing: 1px;text-align: center;font-weight: bold;}
	.cplzb{width: 100%;margin-top: 4%;}
	.cplzb_p{width: 30%;line-height: 32px;background: #f4f4f4;text-align: center;float: left;margin: 1% 1.666%;border-radius: 15px;}
	.cplzb_p a{font-size: 16px;color: #474747;}
	.cplzb_pa{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.cplzb_pa a{color: #fff;}
	.cplzb_p:hover{background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );}
	.cplzb_p:hover a{color: #fff;}
	.cplzc{width: 100%;margin-top: 34px;}
	.cplzc img{width: 100%;}
	.cplzc p{line-height: 40px;width: 100%;text-align: center;background: #ea3535;font-size: 16px;color: #d3d3d3;font-weight: bold;letter-spacing: 1px;}
	.cplzd{margin-top: 26px;}
	.cplzd h1{background: url(../esimg/hy36.png) no-repeat top 0 left 0;margin-left: 6px;padding-left: 24px;line-height: 41px;color: #535353;font-size: 24px;letter-spacing: 1px;}
	.cplze{width: 100%;margin-top: 29px;background: #f4f4f4;padding: 4px 0 40px 0;}
	.cplze_p{width: 89.21%;margin: 0 auto;border-bottom: 1px dashed #d6d6d6;padding-bottom: 18px;margin-top: 20px;}
	.cplze_p img{float: left;margin-top: 11px;margin-left: 2px;}
	.cplze_p p{width: 84%;float: left;color: #555555;line-height: 21px;height: 42px;overflow: hidden;margin-left: 10px;transition: all ease 0.3s;}
	.cplze_p:hover p{color: #ea3535;}
	.cplzf{width: 100%;margin-top: 4px;}
	.cplzf img{width: 100%;}
	.cply{width: 100%;float: none;}
	.mbxdh{width: 100%;margin-top: 4%;}
	.mbxdh p{background: url(../esimg/hy39.png) no-repeat left 0 top 0;line-height: 22px;padding-left: 32px;margin-left: 3px;color: #7f7e7e;font-size: 0.8rem;}
	.mbxdh p a{color: #7f7e7e;font-size: 0.8rem;}
	.mbxdh p a:hover{color: #f9423d;}
	.cplyb{width: 100%;margin-top: 4%;}
	.cplyb_p{line-height: 32px;background: #f8f8f8;text-align: center;color: #555555;margin: 1% 3px;padding: 0 14px;border-radius: 15px;}
	.cplyb_p a{color: #555555;font-size: 0.85rem;}
	.cplyb_pa{border: 1px solid #f93a34;background: #fff;color: #f93f39;}
	.cplyba{width: 100%;margin-top: 2%;}
	.cplyb_paa{float: none;width: 80px;}

	.cplyb_p:hover a{color: #f93f39;}
	.cplyc{width: 100%;margin: 0 auto;}
	.cplyc_a{width: 100%;margin-top: 6%;border-bottom: 1px dashed #bfbfbf;padding: 0 5% 5% 5%;}
	.cplyc_t{width: 100%;border: 1px solid #bfbfbf;overflow: hidden;float: none;}
	.cplyc_t img{width: 100%;}
	.cplyc_w{width: 100%;float: none;padding-left: 2%;}
	.cplyc_w h6{width: 100%;overflow: hidden;line-height: 30px;margin-top: 3%;}
	.cplyc_w h6 a{font-size: 1rem;color: #555555;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cplyc_w h6{line-height: 24px;background: url(../esimg/hy42.png) no-repeat left 0 top 10px;padding-left: 10px;margin-top: 3%;}
	.cplyc_w h6 a{font-size: 0.9rem;color: #555555;font-weight: bold;}
	.cplyc_w p{line-height: 24px;height: 48px;overflow: hidden;margin-top: 3%;}
	.cplyc_w p a{color: #555555;font-size: 0.85rem}
	.cply_more{display: none;}
	.yema{display: table;margin: 0 auto;margin-top: 8%;float: none;}
	.yemaa{width: 50px;height: 31px;border: 1px solid #d4d4d4;line-height: 31px;text-align: center;margin: 0 4px;}
	.yemaa a{font-size: 0.9rem;color: #7b7b7b;}
	.yemab{width: 31px;height: 31px;border: 1px solid #d4d4d4;line-height: 31px;text-align: center;margin: 0 4px;}
	.yemab a{font-size: 0.9rem;color: #7b7b7b;}
	.yemaa:hover{background: #f9423d;border-color: #f9423d;}
	.yemaa:hover a{color: #fff;}
	.yemab:hover{background: #f9423d;border-color: #f9423d;}
	.yemab:hover a{color: #fff;}
	.yemab_a{background: #f9423d;border-color: #f9423d;}
	.yemab_a a{color: #fff;}
	
	.cplianx{width: 100%;background: url(../esimg/hy24.jpg) no-repeat center;background-size: cover;margin: 0 auto;margin-top: 8%;border-top: 6px solid #ea3535;padding-top: 3%;padding-bottom: 6%;}
	.cplianxy{width: 90%;margin: 0 auto;float: none;}
	.cplianxya{width: 100%;}
	.cplianxya p{font-size: 1.1rem;color: #fff;line-height: 60px;}
	.cplianxya p span{font-size: 1.2rem;color: #d3d3d3;font-weight: bold;margin-left: 10px;}
	.cplianxya img{display: none;}
	.cpchenghu{width: 100%;}
	.cpchenghu input{width: 48%;line-height: 32px;height: 32px;background: #f7f7f7;border: none;font-size: 0.8rem;color: #272c34;padding-left: 2px;}
	.cpxuqiu{width: 100%;margin-top: 5%;}
	.cpxuqiu textarea{width: 100%;height: 100px;background: #f7f7f7;border: none;font-size: 0.8rem;color: #272c34;padding-left: 17px;line-height: 22px;}
	.cpyazm{width: 100%;margin-top: 5%;}
	.cpma{width: 80px;height: 32px;background: #f7f7f7;border: none;font-size: 0.8rem;color: #272c34;}
	.cpyazm_a{width: 80px;height: 32px;margin-left: 10px;}
	.cpyazm_a img{width: 100%;cursor: pointer;height: 32px;}
	.cpchongz{width: 80px;height: 32px;line-height: 32px;background: #272c34;text-align: center;color: #fff;font-size: 0.85rem;margin-left: 15px;border: none;cursor: pointer;}
	.cptij{width: 90px;height: 32px;line-height: 32px;background: #272c34;text-align: center;color: #fff;font-size: 0.85rem;border: none;cursor: pointer;}
	#cpbianse{background: #e83f3e;}
	.cpchongz:hover{background: #e83f3e;}
	.cpyazm p{line-height: 32px;color: #fff;text-decoration: underline;margin-left: 10px;float: left;cursor: pointer;}
	.cpyazm p a{color: #fff;text-decoration: underline;}
	.cppctj{display: table;margin: 0 auto;margin-top: 5%;}
	
	
/*产品内页*/
	.cpn{width: 100%;margin: 0 auto;}
	.cpna{width: 90%;margin: 0 auto;margin-top: 5%;}
	.cpna_t{width: 100%;margin: 0 auto;border: 1px solid #bfbfbf;float: none;}
	.cpna_t img{width: 100%;}
	.cpna_w{width: 98%;float: none;margin: 0 auto;margin-top: 5%;}
	.cpna_w h1{background: url(../esimg/hy45.png) no-repeat left 0 top 0;line-height: 23px;padding-left: 15px;color: #555555;font-size: 1.05rem;margin-top: 3%;width: 100%;font-weight: bold;}
	.cpna_w1{width: 100%;margin-top: 5%;}
	.cpna_w1 p{line-height: 28px;color: #f93f39;text-align: center;border: 1px solid #f93f39;padding: 0 8px;float: left;margin-right: 10px;font-size: 0.85rem;margin: 2px;}
	.cpna_w > p{line-height: 28px;color: #555555;margin-top: 5%;width: 100%;font-size: 1rem;}
	.cpna_z{width: 100%;height: 41px;position: relative;margin-top: 8%;box-shadow: 0px 0px 25px -8px #40a1f7;border-radius: 15px;}
	.cpna_z2{margin-top: 13px;margin-left: 45px;float: left;width: 50%;}
	.cpna_z1{position: absolute;left: 10px;top: -3px;}
	.cpna_z p{float: right;width: 70px;height: 28px;background: -webkit-gradient(linear, bottom, top, color-stop(0%,#158af3), color-stop(100%,#8ac9ff));background: -webkit-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -o-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -ms-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -moz-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: linear-gradient(to top, #158af3 0%,#8ac9ff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158af3', endColorstr='#8ac9ff',GradientType=0 );text-align: center;line-height: 28px;margin-top: 6px;border-radius: 5px;margin-right: 8px;}
	.cpna_z p a{color: #fff;font-size: 0.85rem;}
	.cpnb{width: 100%;margin-top: 8%;}
	.cpnb h6{color: #555555;font-size: 1.05rem;line-height: 40px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;margin-bottom: 4%;}
	.cpnb h6 span{color: #1d8cea;}
	.cpnb p{width: 100%;background: url(../esimg/hy42.png) no-repeat left 2px top 9.5px;line-height: 28px;padding-left: 13px;font-size: 1rem;}
	.cpnb_t{width: 100%;margin: 0 auto;margin-top: 5%;}
	.cpnb_t img{width: 100%;margin: 0 auto;}
	.cpnc{margin-top: 8%;}
	.cpnc h6{color: #555555;font-size: 1.05rem;line-height: 40px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;margin-bottom: 4%;}
	.cpnc h6 span{color: #1d8cea;}
	.cpnc_a{width: 100%;margin: 0 auto;margin-top: 5%;}
	.cpnc_a p{width: 100%;float: left;background: url(../esimg/hy42.png) no-repeat left 2px top 11px;line-height: 28px;padding-left: 13px;font-size: 1rem;}
	.cpnc_a p span{color: #ea3535;}
	.cpnc_t{width: 100%;margin: 0 auto;margin-top: 5%;}
	.cpnc_ta{display: table;margin: 0 auto;}
	.cpnc_ta img{margin: 0 1%;float: left;border: 1px solid #dcdcdc;}
	.cpnc_ta img:nth-child(1){width: 44.6%;}
	.cpnc_ta img:nth-child(2){width: 50%;}
	.table2{display: none;}
	.table1{width: 100%;margin: 0 auto;margin-top: 5%;border: 1px solid #d2d2d2;}
	.table1 td{text-align: center;border: 0.5px solid #d2d2d2;}
	.table1 td img{margin: 4% auto;width: 50%;}
	.tr1{background: #f2f2f2;}
	.tr1 td{text-align: center;line-height: 31px;color: #484848;font-size: 0.95rem;font-weight: bold;border-bottom: 1px solid #d2d2d2;}
	.tr2{background: #fff;line-height: 30px;}
	.tr3{background: #fff4f4;line-height: 30px;}
	.td1{width: 50%;padding-left: 5px;color: #626262;font-size: 0.85rem;}
	.td2{width: 50%;padding-left: 5px;color: #626262;font-size: 0.85rem;}
	.td3{border-right: 1px solid #d2d2d2;}
	.cpnd{margin-top: 8%;}
	.cpnd h1{color: #555555;font-size: 1.05rem;line-height: 40px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;margin-bottom: 4%;}
	.cpnd h1 span{color: #1d8cea;}
	.cpnd p{width: 100%;margin: 0 auto;;background: url(../esimg/hy42.png) no-repeat left 2px top 9.5px;line-height: 28px;padding-left: 13px;font-size: 1rem;}
	.cpnf{width: 100%;margin-top: 39px;}
	.cpnf h1{color: #555555;font-size: 1rem;line-height: 40px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;margin-bottom: 4%;}
	.cpnf h1 span{color: #1d8cea;}
	.cpnfa{width: 100%;}
	.cpnfa_a{width: 46%;margin: 0.5% 2%;}
	.cpnfa_t{width: 100%;overflow: hidden;border-radius: 8px;}
	.cpnfa_t img{width: 100%;}
	.cpnfa_a p{line-height: 38px;width: 98%;padding-left: 2px;overflow: hidden;}
	.cpnfa_a p a{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 0.85rem;color: #626262;display: block;;}
	.fhlb_x{width: 100%;height: 1px;border: 1px dashed #d6d6d6;margin-top:10%;}
	.fhlb{width: 100px;margin: 0 auto;margin-top: -15px;background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f82a24), color-stop(100%,#fff));background: -webkit-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -o-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -ms-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: -moz-linear-gradient(to bottom, #f82a24 0%,#fff 100%);background: linear-gradient(to bottom, #f82a24 0%,#fff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82a24', endColorstr='#ffffff',GradientType=0 );line-height: 30px;text-align: center;}
	.fhlb a{color: #fff;font-size: 14px;}
	
/*加湿器列表页*/
	.jsqlyc{width: 100%;margin: 0 auto;}
	.jsqlyc_a{width: 100%;margin-top: 6%;border-bottom: 1px dashed #bfbfbf;padding: 0 5% 5% 5%;}
	.jsqlyc_t{width: 100%;border: 1px solid #bfbfbf;overflow: hidden;float: none;}
	.jsqlyc_t img{width: 100%;}
	.jsqlyc_w{width: 100%;float: none;padding-left: 2%;}
	.jsqlyc_w h6{width: 100%;overflow: hidden;line-height: 30px;margin-top: 3%;}
	.jsqlyc_w h6 a{font-size: 1rem;color: #555555;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.jsqlyc_w h6{line-height: 24px;background: url(../esimg/hy42.png) no-repeat left 0 top 10px;padding-left: 10px;margin-top: 3%;}
	.jsqlyc_w h6 a{font-size: 0.9rem;color: #555555;font-weight: bold;}
	.jsqlyc_w p{line-height: 24px;height: 48px;overflow: hidden;margin-top: 4%;}
	.jsqlyc_w p a{color: #555555;font-size: 0.85rem}
	.jsqly_more{display: none;}
	.cplzb_pc{width: 97%;}
	
/*加湿器内页*/
	.jsqna{width: 90%;margin: 0 auto;margin-top: 5%;}
	.jsqna_t{width: 100%;margin: 0 auto;border: 1px solid #bfbfbf;float: none;}
	.jsqna_t img{width: 100%;}
	.jsqna_w{width: 98%;float: none;margin: 0 auto;margin-top: 5%;}
	.jsqna_w h1{background: url(../esimg/hy45.png) no-repeat left 0 top 0;line-height: 23px;padding-left: 15px;color: #555555;font-size: 1.05rem;margin-top: 3%;width: 100%;font-weight: bold;}
	.jsqna_w1{width: 100%;margin-top: 5%;}
	.jsqna_w1 p{line-height: 26px;color: #f93f39;text-align: center;border: 1px solid #f93f39;padding: 0 8px;float: left;margin-right: 10px;font-size: 0.85rem;}
	.jsqna_w > p{line-height: 28px;color: #555555;margin-top: 5%;width: 100%;font-size: 1rem;}
	.jsqna_z{width: 100%;height: 41px;position: relative;margin-top: 8%;box-shadow: 0px 0px 25px -8px #40a1f7;border-radius: 15px;}
	.jsqna_z2{margin-top: 13px;margin-left: 45px;float: left;width: 50%;}
	.jsqna_z1{position: absolute;left: 10px;top: -3px;}
	.jsqna_z p{float: right;width: 70px;height: 28px;background: -webkit-gradient(linear, bottom, top, color-stop(0%,#158af3), color-stop(100%,#8ac9ff));background: -webkit-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -o-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -ms-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: -moz-linear-gradient(to top, #158af3 0%,#8ac9ff 100%);background: linear-gradient(to top, #158af3 0%,#8ac9ff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158af3', endColorstr='#8ac9ff',GradientType=0 );text-align: center;line-height: 28px;margin-top: 6px;border-radius: 5px;margin-right: 8px;}
	.jsqna_z p a{color: #fff;}
	.jsqnb{width: 100%;margin-top: 8%;}
	.jsqnb h6{color: #555555;font-size: 1.05rem;line-height: 40px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;margin-bottom: 5%;}
	.jsqnb h6 span{color: #1d8cea;}
	.jsqnb > p{width: 100%;background: url(../esimg/hy42.png) no-repeat left 2px top 11px;line-height: 28px;padding-left: 13px;font-size: 1rem;}
	.jsqnb_t{width: 100%;margin: 0 auto;margin-top: 5%;background: #f6f6f6;padding: 4% 0;}
	.jsqnb_ta{width: 90%;margin: 0 auto;}
	.jsqnb_taa{width: 100%;margin: 1% 0;}
	.jsqnb_taa img{width: 100%;}
	.jsqnb_taa p{color: #555555;line-height: 30px;margin-left: 2px;}
	.jsqnc{width: 100%;margin-top: 8%;margin-bottom: 5%;}
	.jsqnc > h6{color: #555555;font-size: 1rem;line-height: 40px;border-top: 1px dashed #d6d6d6;border-bottom: 1px dashed #d6d6d6;font-weight: bold;margin-bottom: 2%;}
	.jsqnc h6 span{color: #1d8cea;}
	.jsqnd{width: 100%;}
	.jsqnd_a{width: 46%;margin: 0 2%;margin-top: 5%;}
	.jsqnd_a:nth-child(5){display: none;}
	.jsqnd_a:nth-child(6){display: none;}
	.jsqnd_t{width: 100%;border: 1px solid #bfbfbf;overflow: hidden;}
	.jsqnd_t img{width: 100%;}
	.jsqnd_a h1{background: url(../esimg/hy42.png) no-repeat left 0 top 10px;padding-left: 14px;line-height: 26px;margin-top: 3%;width: 98%;overflow: hidden;}
	.jsqnd_a h1 a{font-size: 0.95rem;color: #555555;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
	.jsqnd_a p{line-height: 22px;width: 98%;overflow: hidden;padding-left: 14px;}
	.jsqnd_a p a{color: #8d8d8d;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;font-size: 0.85rem;}
	.jsqnd_a:hover .jsqnd_t img{transform: scale(1.03);}
	.jsqnd_a:hover a{color: #1d8cea;}
	
/*成功案例列表页*/
	.all{width: 100%;margin-top: 8%;}
	.alla{width: 100%;border-bottom: 1px dashed #d6d6d6;padding-bottom: 2%;margin-top: 5%;}
	.allaa{width: 100%;margin: 0 auto;}
	.allaa_a{width: 48%;}
	.allaa_t{width: 100%;border: 1px solid #b5b5b5;overflow: hidden;}
	.allaa_t img{width: 100%;}
	.allaa_a p{line-height: 35px;background: url(../esimg/hy33.png) no-repeat left 0 top 15px;padding-left: 15px;width: 98%;overflow: hidden;}
	.allaa_a p a{font-size: 14px;color: #474747;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
	.allaa_a:hover .allaa_t img{transform: scale(1.03);}
	.allaa_a:hover p a{color: #1d8cea;}
	
/*成功案例内页*/
	.aln{width: 100%;}
	.alna{border-bottom: 1px dashed #d6d6d6;margin-top: 5%;padding-bottom: 4%;}
	.alna p{color: #e62926;font-size: 0.9rem;background: url(../esimg/hy33.png) no-repeat left 0 top 8px;line-height: 22px;padding-left: 12px;}
	.alna h1{margin-left: 12px;font-size: 1.05rem;color: #474747;line-height: 30px;}
	.alnb{width: 92%;margin: 0 auto;margin-top: 5%;}
	.alnb p{width: 100%;font-size: 1rem;color: #474747;line-height: 28px;}
	.alnb img{width: 100%;margin: 5% auto;}
	.aln_g{width: 90.46%;margin: 0 auto;margin-top: 6%;}
	.aln_g p{font-size: 0.9rem;color: #717171;line-height: 24px;}
	.aln_g p a{font-size: 0.9rem;color: #717171;}
	.aln_g p a:hover{color: #f93a34;}
	
/*荣誉客户页*/
	.rykh{width: 100%;}
	.rykha{width: 100%;}
	.rykha_a{width: 100%;margin: 0 auto;}
	.rykha_aa{width: 100%;margin: 0 auto;border-bottom: 1px dashed #d6d6d6;padding: 0 4% 5% 4%;margin-top: 8%;}
	.rykha_aa img{width: 100%;border: 1px solid #b5b5b5;}
	.rykha_aa p{background: url(../esimg/hy33.png) no-repeat left 0 top 9px;padding-left: 12px;line-height: 24px;font-size: 1rem;color: #474747;margin-top: 3%;}
	.rykha_aa:hover img{border-color: #1d8cea;}
	.rykha_aa:hover p{color: #1d8cea;}
	
/*服务与维护页*/
	.fuwu{width: 100%;margin-top: 5%;border-bottom: 1px dashed #d6d6d6;padding-bottom: 10%;}
	.fuwua{width: 100%;border-bottom: 1px dashed #d6d6d6;padding-bottom: 5%;}
	.fuwua p{background: url(../esimg/hy33.png) no-repeat left 0 top 11px;line-height: 28px;font-size: 1.05rem;color: #e62926;padding-left: 12px;}
	.fuwub{width: 100%;margin: 0 auto;margin-top: 5%;margin-bottom: -6%;}
	.fuwub p{font-size: 1rem;color: #474747;line-height: 28px;}
	.fuwub p span{color: #e62926;font-weight: bold;}
	.fuwuc{width: 100%;margin: 0 auto;}
	.fuwuc_a{background: -webkit-gradient(linear, bottom, top, color-stop(0%,#4aacff), color-stop(100%,#c5eaff));background: -webkit-linear-gradient(to top, #4aacff 0%,#c5eaff 100%);background: -o-linear-gradient(to top, #4aacff 0%,#c5eaff 100%);background: -ms-linear-gradient(to top, #4aacff 0%,#c5eaff 100%);background: -moz-linear-gradient(to top, #4aacff 0%,#c5eaff 100%);background: linear-gradient(to top, #4aacff 0%,#c5eaff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aacff', endColorstr='#c5eaff',GradientType=0 );width: 44%;height: 170px;margin: 0 3%;border-radius: 5px;cursor: pointer;position: relative;margin-top: 50px;}
	.fuwuc_t{width: 32%;margin: 0 auto;margin-top: 8%;}
	.fuwuc_a h6{text-align: center;font-size: 1rem;color: #fff;font-weight: bold;;line-height: 30px;margin-top: 3%;}
	.fuwuc_a p{font-size: 0.85rem;line-height: 22px;color: #fff;text-align: center;width: 95%;margin: 0 auto;}
	.fuwuc_ta{position: absolute;width: 5px;height: 30px;left: calc(50% - 2.5px);bottom: -40px;}
	.fuwud_a{width: 44%;height: 170px;margin: 0 3%;border-radius: 5px;cursor: pointer;border: 1px solid #57b3ff;margin-top: 50px;}
	.fuwud_a img{width: 72.97%;margin: 0 auto;margin-top: 16%;}
	.fuwud_a h6{text-align: center;font-size: 1rem;color: #57b2ff;font-weight: bold;line-height: 30px;margin-top: 5%;}
	.fuwud_a p{font-size: 0.85rem;line-height: 22px;color: #57b2ff;text-align: center;width: 95%;margin: 0 auto;}
	.beijian{margin-top: 5%;}
	
/*新闻列表页页*/
	.xwl{width: 100%;margin-top: 2%;}
	.xwla{width: 100%;border-bottom: 1px dashed #d6d6d6;padding: 5% 4%;}
	.xwla_a{width: 58px;}
	.xwla_a p{line-height: 20px;text-align: center;}
	.xwla_a p a{font-size: 0.85rem;color: #555555;}
	.xwla_a p span{text-align: center;font-size: 2.5rem;font-weight: bold;color: #555555;line-height: 50px;}
	.xwla_b{width: 74%;margin-left: 4%;}
	.xwla_b h6{line-height: 14px;width: 100%;overflow: hidden;margin-bottom: 2%;margin-top: 3%}
	.xwla_b h6 a{font-size: 0.95rem;color: #555555;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
	.xwla_b p{width: 100%;overflow: hidden;line-height: 21px;padding-left: 12px;}
	.xwla_b p a{font-size: 0.85rem;color: #555555;overflow: hidden;width: 100%;text-overflow: ellipsis;white-space: nowrap;display: block;}
	.xwla_b p:nth-child(2){background: url(../esimg/hy42.png) no-repeat left 0 top 8px;}
	.xwla_b p:nth-child(2) a{color: #9b9b9b;}
	.xwl_more{display: none;}
	
/*新闻内页*/
	.xwn{width: 100%;margin-top: 6%;}
	.xwna{width: 100%;border-bottom: 1px dashed #d7d7d7;padding-left: 2.786%;padding-bottom: 3%;}
	.xwna h1{font-size: 1.05rem;color: #2e2e2e;line-height: 26px;margin-bottom: 10px;}
	.xwna p{float: left;background: url(../esimg/hy42.png) no-repeat left 0 top 9px;line-height: 24px;color: #9b9b9b;padding-left: 12px;font-size: 0.85rem;}
	.xwna p:nth-child(2){margin-right: 15px;}
	.xwnb{width: 92%;margin: 0 auto;margin-top: 25px;}
	.xwnb p{color: #555555;font-size: 1rem;line-height: 23px;}
	.xwnb p a{color: #555555;font-size: 1rem;}
	.xwnb img{width: 100%;margin: 0 auto;margin-top: 5%;}
	.wxnb_g{margin-top: 5%;}
	.xwnb p a:hover{color: #f93a34;}
	
/*华云简介*/
	.gy{width: 100%;margin-top: 5%;}
	.gya{width: 100%;border-bottom: 1px dashed #d6d6d6;padding-bottom: 4%;padding-left: 2%;}
	.gya p{background: url(../esimg/hy33.png) no-repeat left 0 top 8px;font-size: 1.05rem;color: #e62926;line-height: 24px;padding-left: 12px;}
	.gyb{width: 96%;margin: 0 auto;margin-top: 5%;margin-bottom: 8%;}
	.gyb p{color: #555555;line-height: 28px;font-size: 1rem;}
	.gyb p span{color: #e62926;font-weight: bold;}
	.gyaa{margin-bottom: 5%;}
	.cpnfa_a h2{font-size: 0.85rem;color: #e62926;line-height: 24px;font-weight: bold;width: 200%;margin: 0 auto;margin-top: 4%;}
	
/*华云理念*/
	.lna{width: 96%;margin: 0 auto;margin-bottom:8%;}
	.lna p{background: url(../esimg/hy42.png) no-repeat left 0 top 11px;line-height: 28px;color: #555555;font-size: 1rem;padding-left: 12px;margin-top: 5%;}
	
/*荣誉资质*/
	.ryzza{width: 100%;margin: 0 auto;margin-top: 6%;overflow: hidden;}
	.ryzza img{width: 120%;margin-bottom: 5%;margin-left: -10%;}
	
/*联系华云*/
	.lxa{width: 96%;margin: 0 auto;margin-top: 3%;}
	.lxa_a{width: 100%;margin-top: 6%;}
	.lxa_a img{float: left;margin-top: 4px;}
	.lxa_a p{float: left;line-height: 28px;margin-left: 5%;font-size: 1rem;color: #5d6066;width: 87%;}
	.lxb{width: 96%;margin: 0 auto;background: url(../esimg/hy24.jpg) no-repeat;margin-top: 8%;background-size: cover;padding-top: 5px;padding-bottom: 25px;border-bottom: 3px solid #e83f3e;}
	.lxba{width: 92%;margin: 0 auto;}
	.lxba_a p{font-size: 1rem;color: #fff;line-height: 40px;}
	.lxba_a p span{font-size: 1.1rem;color: #d3d3d3;font-weight: bold;margin-left: 6px;}
	.lxba_b{width: 100%;}
	.lxba_ba{width: 100%;float: none;}
	.lxba_ba input{width: 100%;line-height: 36px;height: 36px;background: #f7f7f7;border: none;font-size: 0.85rem;color: #272c34;padding-left: 5px;margin-top: 5%;}
	.lxba_xq{width: 100%;height: 80px;float: none;margin-top: 5%;}
	.lxba_xq textarea{width: 100%;height: 80px;background: #f7f7f7;border: none;font-size: 0.85rem;color: #272c34;padding-left: 17px;line-height: 28px;}
	.lxba_c{margin-top: 5%;}
	.lxba_c p{line-height: 32px;color: #fff;text-decoration: underline;margin-left: 6px;float: left;cursor: pointer;font-size: 0.75rem;}
	.lxds_dt{width: 96%;margin: 0 auto;}
	



	
	
	
	
	
	
	
	
	
	
	
	
@media (min-width: 350px){
	.chanpt h6{font-size: 1.4rem;}
	.chanpnz_p a{font-size: 1rem;}
	.yous{width: 290px;}
	.yousa_a{width: 290px;}
	.pingja{width: 240px;}
	.pingja_a{width: 240px;}
	.ye_ewm{width: 31%;}
	.beia{width: 50%;}
	.fuwuc_a{height: 160px;}
	.fuwud_a{height: 160px;}
	.xwla_b{width: 75%;margin-left: 5%;}
	
}	
	
	
	

	
@media (min-width: 400px){
	.chanpt h6{font-size: 1.5rem;}
	.yous{width: 350px;}
	.yousa_a{width: 350px;}
	.pingja{width: 280px;}
	.pingja_a{width: 280px;}
	.pingja_a{padding: 2% 0;}
	.ye_ewm{width: 28%;margin-left: 8%;}
	.beia{width: 52%;margin-top: 5%;}
	.cplyb_p{padding: 0 7px;}
	
	.cplyc_t{width: 45%;float: left;}
	.cplyc_w{width: 50%;float: left;padding-left: 5%;}
	.fuwuc_t{width: 30%;}
	.xwla_b{width: 78%;}
	
}		
	
	
	
	
	
@media (min-width: 450px){
	.pingja{width: 300px;}
	.pingja_a{width: 300px;}
	.ye_ewm{width: 24%;margin-left: 8%;}
	.beia{width: 52%;margin-top: 5%;}
	.cplyb_p{padding: 0 10px;}
	.cplyc_w p{height: 72px;}
	
	.rykha{border-bottom: 1px dashed #d6d6d6;padding-bottom: 5%;margin-top: 5%;}
	.rykha_aa{width: 48%;margin: 0 auto;border-bottom: none;padding: 0;margin-top: 0%;}
	.fuwuc_t{width: 28%;}
	.xwla_b{width: 79%;}
	
	
}
	
	
	
	
	
@media (min-width: 500px){
	.yous{width: 420px;}
	.yousa_a{width: 420px;}
	.pingja{width: 320px;}
	.pingja_a{width: 320px;}
	.pctj{display: none;}
	.chongz{display: block;}
	.tij{display: block;}
	.ye_ewm{width: 23%;margin-left: 10%;}
	.beia{width: 52%;margin-top: 5%;margin-left: 8%;}
	.cplyb_p{padding: 0 12px;}
	.cplyc_w h1{line-height: 40px;margin-top: 3.5%;}
	.jsqnb_ta{width: 96%;}
	.jsqnb_taa{width: 46%;margin: 0 2%;}
	.fuwuc_t{width: 27%;}
	.fuwuc_a{height: 180px;}
	.fuwud_a{height: 180px;}
	.xwla_b{width: 81%;}
	
	
	
}		
	
	
	
@media (min-width: 550px){
	.pingja{width: 360px;}
	.pingja_a{width: 360px;}
	.yejiao{padding-top: 6%;padding-bottom: 14%;}
	.cplyc_w h1{margin-top: 4.5%;}
	.cppctj{display: none;}
	.cpchongz{display: block;}
	.cptij{display: block;width: 80px;}
	.alnb img{width: 90%;margin: 5% auto;}
	.fuwuc_t{width: 26%;}
	.xwla_b{width: 82%;}
	
	

	
}	
	
		
	
@media (min-width: 600px){
	.pingja{width: 460px;}
	.pingja_a{width: 460px;}
	.cplyb_p{padding: 0 13px;}
	.cplyc_t{width: 40%;}
	.alnb img{width: 85%;margin: 5% auto;}
	.fuwuc_a{height: 190px;}
	.fuwud_a{height: 190px;}
	.fuwuc_t{width: 22%;}
	.xwla_b{width: 83.5%;}
	

	
}	
	
@media (min-width: 650px){
	.cplyb_p{padding: 0 14px;}
	.cplyb_paa{float: none;width: 100px;}
	.fuwuc_t{width: 21%;}
	.xwla_b{width: 84.5%;}
	

}
	
	
	
@media (min-width: 700px){
	.cplyb_p{padding: 0 16px;}
	.cplyc_t{width: 36%;}
	.cplyc_w{width: 58%;margin-left: 3%;}
	.alnb img{width: 75%;margin: 5% auto;}
	.fuwuc_t{width: 19%;}
	.xwla_b{width: 85%;}


}		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}




