/**NAME: Basic CSS公共层**/
@charset "utf-8";
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td a {
	margin: 0;
	padding: 0;
}
input{padding: 0; margin: 0;}
body{/* font:16px/24px '宋体';*/ /*_font-family:'宋体' !important;*/background:#fff; font-size: 16px; line-height: 24px;}
body{/*font-family:"微软雅黑"; */color:#333;}
em,i{ font-style:normal;}
#wrap{ text-align:left;}
ul{list-style:none;}
a{ text-decoration:none; color:#333;}
img{ max-width:100% ; border:none;}

.w1000{width:1000px; margin:0 auto;}
.w1200{width:1200px;margin:0 auto;}
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display: table;line-height: 0;content:"";}
.clearfix:after{clear:both;}


.fl{float:left; display:inline;}
.fr{float:right; display:inline;}
.clear{clear:both;}


/*块状display:block*/

.disBlock{ display:block;}

/*font-size*/
.ft14{font-size:14px;}

/*line23*/
.line23{ line-height:23px;}

/*边框去除*/
.borderNone{ border:0 none !important;}

/*字体加粗*/

.ftW{ font-weight:bold;}

/*ft0*/
.ft0{font-size:0px !important;}

/*去除背景*/
.bknone{ background:none !important;}

/*图片下方出现多余空白 */
.ie6duoyu{ overflow:hidden; font-size:0px !important;}


/**********/
.ads-slide{background-color: #ade1f6; position: relative;}
.ads-slide .swiper-slide a{display: block;width: 100%;background-position: center;background-repeat: no-repeat;height: 600px; background-size: auto 100%;}
.ads-slide .swiper-arr{ background-position: center; background-repeat: no-repeat; background-size: auto; width: 46px; height: 84px; }
.ads-slide .w1130{position: absolute;top: 50%;left: 0;right: 0; width: 1170px; margin: 0 auto;}
.ads-slide .swiper-button-prev{background-image: url(../wximgs/banner_arr1.png);}
.ads-slide .swiper-button-next{background-image: url(../wximgs/banner_arr2.png);}
.ads-slide .swiper-pagination{bottom: 0; display: none;}
.ads-slide .swiper-pagination-bullet{width: 12px; height: 12px; }
.ads-slide .swiper-pagination-bullet-active{background-color: #f8b34e;}


.bgcolor{
	background-color: #f0fafe;
}
.wash-bg1{
	padding: 20px 0;
}
.w1130{
	width: 1130px;
	margin: 0 auto;
}
.wash-iso{ 
	background-image: url(../wximgs/qxisobg.png); 
	background-position: center center;
	background-repeat: no-repeat;
	padding: 15px 0;
	background-size: cover;
	color: #fff;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	align-items: center;
	box-shadow: 0 0 10px rgba(66,196,245,1);
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto 20px;
}
.wash-iso h1{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5;
	color: #fff;
}
.wash-iso p{
	font-size: 18px;
}
.wash-iso div{
	background: url(../wximgs/qxiso.png) no-repeat left center;
	padding: 25px 0 25px 150px;
	margin: 0 auto;
}





.wa-title{
	text-align: center;
	margin-bottom: 40px;
}
.wa-title h2{
	font-size: 36px;
	font-weight: normal;
	color: #1fa9dc;
	line-height: 2;
}
.wa-title h2 a{
	display: block;
	color: #1fa9dc;
}
.wa-title p{
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.wa-title span{
	background-image: url(../wximgs/qxtitle1.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 10px;
	width: 120px;
	display: block;
	margin: 0 auto;
}

.wash-comp{
	width: 850px;
	margin: 20px auto;
	display: flex;
	align-items: center;
}
.wash-comp .wash-zz{
	float: left;
}
.wash-comp .wash-intro{
	float: right;
	text-align: center;
	width: 350px;
}

.wash-comp .wash-intro > img{
	width: auto;
	display: block;
	margin: 0 auto;
}
.wash-comp .wash-intro p{
	margin: 15px auto;
	text-align: center;
	color: #fff447;
	font-size: 22px;
	line-height: 46px;
	background: url(../wximgs/qxbg01.png) no-repeat center;
	background-size: contain;
}
.wash-comp .wash-intro span{
	display: block;
	font-size: 20px;
	line-height: 1.5;
}
.wash-comp-m{
	display: none;
	margin: 15px 2%;
}

.ser-lists{
	margin: 20px auto;
	width: 1130px;
}
.ser-lists li{
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 10px 10px 0;
	width: 275px;
	height: 300px;
}
.ser-lists li:nth-child(4n){
	margin-right: 0;
}
.ser-lists li a{
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ser-lists li a.pic{
	display: block;
	width: 100%;
	height: 100%;
}
.ser-lists li a.pic img{
	display: block;
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ser-lists li a.tit{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 48px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}
.ser-lists li a.tit em{
	display: block;
	background-image: url(../wximgs/qxmore.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0 15px;
	
}
.ser-lists li:hover .tit,.ser-lists li .tit:hover{
	background-color: rgba(31,169,220,0.8);
}
.ser-lists li a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


@media (max-width:1200px) {
	.w1130{width: 96%;}
	.m-width{width: 96%; margin: 0 auto;}
}

@media (max-width: 1117px){
	.ser-lists{width: 100%;}
	.ser-lists li{width: 30%; margin: 0 0 10px 2.5%; }
}

@media (max-width:1080px) {
	.wash-comp{width: 96%;}
	.wash-comp .wash-zz{width: 46%;}
 	.wash-comp .wash-intro{width: 46%;}


}
@media (max-width:768px){
 	.wa-title h2{font-size: 30px;}
 	.wa-title p{font-size: 20px;}
    .ser-lists li{width: 47%; height: 240px; margin: 0 0 10px 2%; }
    .ser-lists li a{font-size: 14px;}
}

@media (max-width:568px){
 	.wa-title{margin-bottom: 20px;}
 	.ser-lists li{height: 200px;}
    
}
@media (max-width:420px){
	.wa-title h2{font-size: 23px;}
	.wa-title p{font-size: 16px;}
	.wa-title span{ height: 8px; background-size: contain; }
	.wash-iso{padding: 5px 0;}
	.wash-iso div{padding: 15px 0 15px 90px; background-size: auto 64px;}
	.wash-iso h1{font-size: 20px;}
	.wash-iso p{font-size: 14px;}
	.wash-comp .wash-intro p{font-size: 14px; margin: 0 auto; line-height: 30px;}
	.wash-comp .wash-intro span{font-size: 14px;}
	.ser-lists li{ height: 150px;}
	.ser-lists li a.tit em{background-image: none; margin: 0 auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px;}
	.ser-lists li a.tit{line-height: 34px; text-align: center;}
}

@media (max-width:375px){
	.wash-iso{padding: 0;}
	.wash-iso div{padding-left: 60px; background-size: auto 45px;}
	.wash-iso h1 { font-size: 18px;}
	.wash-comp-m{display: block;}
	.wash-comp{display: none;}
	.wa-title h2{font-size: 18px;}
	.ser-lists li{ height: 120px;}
	.ser-lists li a.tit em{font-size: 12px;}
}





.wx-vs{
	background: url(../wximgs/wx_jlvs.png) no-repeat center;
}
.wx-vs > dl{
	width: 500px;
	height: 400px;
	float: left;
}
.wx-vs > dl dd{
	padding: 25px 0 0 60px;
}
.wx-vs > dl dd p{
	background-image: url(../wximgs/wx_good.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	margin-bottom: 20px;
}
.wx-vs .jl{
	background-color: #c2ebf6;
}
.wx-vs .qt{
	float: right;
	background-color: #f7e2c0;
}
.wx-vs .qt dd p{
	background-image: url(../wximgs/wx_warn.png);
	margin-left: 10px;
}


.map-box{
	background: url(../wximgs/bg_imgs.jpg) no-repeat center;
	padding: 20px 0 50px;
	margin-top: 50px;
	background-size: cover;
}
.map-box .map-pc{
	margin-bottom: 20px;
}


.advs-box{
	background: url(../wximgs/bg_03.jpg) no-repeat center top;
	background-size: cover;
	padding: 60px 0 35px;
}
.advs-box .title{
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
}
.advs-box .title p{
	margin-top: 20px;
}



.wx-team{
	background: url(../wximgs/wx_team.jpg) no-repeat center center;
	height: 380px;
}
.wx-team .adv-tit{
	background-color: rgba(255,255,255,0.9);
	padding: 47px 20px;
	width: 420px;
	height: 320px;
	box-sizing: border-box;
	margin: 30px 20px 0 0;
	float: right;
}
.advs-box .adv-tit img{
	float: left;
	display: block;
	margin-right: 20px;
}
.adv-tit h3{
	font-size: 26px;
	color: #00acc9;
	line-height: 1;
	padding: 6px 0 20px;
}
.adv-tit p{
	font-size: 20px;
	color: #333;
}

.wx-team .adv-tit .doybtn{
	margin-top: 80px;
	text-align: center;
}

.wx-equ{
	margin-top: 30px;
}
.wx-equ .adv-tit p{
	color: #fff;
}
.wx-equ .equs{
	margin-top: 25px;
}
.wx-equ .equs li{
	float: left;
	margin-right: 28px;
}
.wx-equ .equs li:last-child{
	margin-right: 0;
}










.thumb-center img{
	display: block;
	margin: 0 auto;
}

.thumb-m{
	display: none;
}

.doybtn{
	margin-top: 20px;
	text-align: center;
}
.doybtn a{
	display: block;
}
.m-doybtn{
	display: none;
}



.part-bgtit{
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	padding: 60px 0 70px;
}


.part-bgtit h2{
	font-size: 44px;
	line-height: 1;
	margin-bottom: 15px;
	color: #fff;
}
.part-bgtit p{
	font-size: 24px;
}

.advs-box-mob img{
	display: block;
	margin-top: 20px;
}

@media (max-width: 1200px){
	.map-box{margin-top: 0;}
	.advs-box .wx-team{display: none;}
	.advs-box .wx-equ{display: none;}
}

@media (max-width: 750px){
	.doybtn{margin: 0 auto; max-width: 74%;}
	.pc-doybtn{display: none;}
}

@media (max-width: 420px){
	.advs-box{
		padding: 40px 0 30px;
	}
	.advs-box .title img{
		max-width: 60%;
	}
	.advs-box .title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.advs-box .title p{
		margin-top: 10px;
	}


}

@media (max-width: 320px){

}


/***服务场所-手风琴特效**/
.place-silde{
	margin-top: 20px;
}
.place-silde .wa-title p em{
	display: inline-block;
	padding: 0 10px;
	line-height: 1;
	margin-bottom: 5px;
	border-right: 1px solid #1fa9dc;
}
.place-silde .wa-title p em:last-child{
	border-right: none;
}
.slidepic {
	overflow: hidden;
	width: 1160px;
	height: 380px;
	margin: 0 auto;
	overflow: hidden;
}

.slidepic ul li {
	float: left;
	height: 380px;
	width: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.slidepic ul li:hover{
	cursor: pointer;
}

.slidepic ul li .intros{
	position: absolute;
	top: 80px;
	right: 8px;
	z-index: 99;
	background-color: rgba(255,255,255,0.75);
	color: #333;
	width: 340px;
	height: 220px;
	padding: 15px 0 0 15px;
	box-sizing: border-box;
	display: none;
}
.slidepic ul li .intros h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.slidepic ul li .intros p{
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.slidepic ul li .intros .detail p{
	font-size: 14px;
	width: 40%;
	float: left;
	text-align: center;
}
.slidepic ul li .intros .detail p b{
	display: block;
	font-size: 24px;
	color: #1fa9dc;
	line-height: 1.4;
}

.slidepic ul li .intros a.xmore{
	display: block;
	width: 110px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 3px;
	background-color: #1fa9dc;
	color: #fff;
}


.slidepic ul li .txt {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 380px;
	width: 70px;
}

.slidepic ul li .txt p {
	font-size: 20px;
	text-align: center;
	color: #fff;
	padding: 100px 20px 0;
}

.slidepic ul li:last-child{
	width: 520px;
}
.slidepic ul li:last-child .txt{
	display: none;
}
.slidepic ul li:last-child .intros{
	display: block;
}
/*.slidepic .intros{display: none !important;}*/
.place-mob{
	display: none;
}
.place-mob ul li{
	width: 47%;
	height: 240px;
	overflow: hidden;
	margin: 0 0 10px 2%;
	float: left;
	position: relative;
}
.place-mob ul li img{
	width: 100%;
	min-height: 100%;
}
.place-mob ul li a{
	display: block;
	width: 100px;
	line-height: 30px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 20;
	background-color: rgba(255,255,255,0.8);
	font-size: 20px;
	text-align: center;
}

.place-mob .place-more{
	display: block;
	background-image: url(../wximgs/amore.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	color: #333;
	font-size: 18px;
	text-align: center;
	width: 60%;
	margin: 15px auto 0;
}
.place-mob .arrup{
	background-image: url(../wximgs/amore2.png);
}
.disNone{
	display: none;
}







@media (max-width:1200px) {
    .thumb-pc{display: none;}
    .wash-vs{background-color: #f0fafe; padding-bottom: 30px;}
    .wx-vs{display: none;}
	.thumb-m{display: block;}
    .wash-slide-pc{display: none;}
    .place-mob{display: block;}
    .m-doybtn{display: block;}
}
@media (max-width:1080px) {
	.ads-slide .swiper-slide a{height: 500px;}
	.place-silde .wa-title p em{font-size: 16px;}
}

@media (max-width:768px){
	.ads-slide .swiper-slide a{height: 350px;}
    .ads-slide .swiper-pagination span{width: 10px; height: 10px;}
    .swiper-arr{display: none;}
    .ads-slide .swiper-pagination{display: block;}
    .part-bgtit{padding: 20px 0;}
    

    .part-bgtit h2{font-size: 24px; margin-bottom: 5px; font-weight: normal;}
    .part-bgtit p{font-size: 16px;}
    .place-mob ul li{width: 47%; height: 140px;}
    .place-mob ul li a{ width: 80px; font-size: 16px;}
    .m-doybtn a{max-width: 70%; margin: 0 auto;}
}
@media (max-width:768px){
	.ads-slide .swiper-slide a{height: 300px;}
}
@media (max-width:420px){
	.ads-slide .swiper-slide a{height: 180px;}
	.place-silde .wa-title p em{font-size: 14px; padding: 0 2px;}
	.place-mob .place-more{background-size: auto 25px; padding-top: 30px; font-size: 16px;}
}

@media (max-width:320px){
	.ads-slide .swiper-slide a{height: 150px;}
	.part-bgtit{padding: 15px 0;}
	.place-silde .wa-title p em{font-size: 12px;}
	.place-mob .place-more{background-size: auto 20px;}
	.place-mob ul li{height: 120px;}
}





.shili-box{
	margin: 30px auto 0;
}
.wxsl-lists{
	display: table;
	margin: 20px auto;
}
.wxsl-lists img{
	display: inline-block;
	margin: 0 25px;
}






.wash-item{
	width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
}
.wash-item .wa-title{
	margin-top: 40px;
}
.wash-item .wa-title p{
	color: #018dbd;
}
.wash-item .wa-title span{
	background-image: url(../wximgs/qxtitle2.png);
	background-position: left center;
	margin-top: 20px;
}
.w-item-list{
	margin-top: 60px;
}
.w-item-list a{
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.w-item-list .alast{
	font-size: 30px;
}

/*.wash-envi .w-item{
	margin-right: 140px;
}

.wash-envi .envi-deta p{
	font-size: 18px;
	line-height: 30px;
}
.wash-envi .fo-link{
	display: block;
	width: 240px;
	font-size: 16px;
	line-height: 46px;
	background: url(../wximgs/qxbtnbg.png) no-repeat center;
	text-align: center;
	color: #333;
	margin: 80px 0 0 -10px;
}

.wash-paper .w-paper span{
	display: block;
	margin-bottom: 20px;
}
.wash-paper .w-paper a{
	display: block;
	font-size: 20px;
}
*/

.wash-advbg{
	display: none;
}
.wash-advbg img{
	width: 100%;
	display: block
}

@media (min-width: 1080px){
	/*.wash-item .wa-title {text-align: left;}
	.wash-item .wa-title span{margin-left: 0; }
	.wash-envi .wa-title p{margin-bottom: 40px;}
	.wash-envi .envi-deta .p2{display: none;}*/


}



@media (max-width:1200px) {
 	.shili{display: none;}

 
}
@media (max-width:1080px) {
	.wash-adv{background-color: #eaf8fe;}
	.wash-advbg{display: block; margin-top: 20px;}
	.shili-box{margin: 0;}
	/*.wash-item{width: 100%; padding: 20px 0;}
	.wash-item .wa-title{margin-top: 0; margin-bottom: 20px; }
	.wash-envi .w-item{margin-right: 0;}
	.wash-item .fl,.wash-item .fr{float: none;display: block;}
 	
	.w-item-list{display: none;}
	.wash-item-img{overflow: hidden; width: 96%; margin: 0 auto;}
	.wash-item1 .wash-item-img{width: 100%;}
	.wash-item-img img{width: 100%;}
	.envi-deta{text-align: center; font-size: 16px; margin-bottom: 15px;}
	.wash-envi .fo-link{display: none;}
	.wash-envi .envi-deta .p1{display: none;}
	.wash-paper .w-paper{text-align: center; margin-bottom: 10px;}
	.wash-paper .w-paper span{transform: scale(0.9) rotate(90deg);display: inline-block; margin-bottom: 10px;}*/
}
@media (max-width:768px){
	/*.wash-item .wa-title{ margin-bottom: 10px; }
 	.wash-item .wa-title span{margin-top: 10px;}*/
    
}

@media (max-width:420px){
	/*.wash-envi .envi-deta p{font-size: 14px;}*/

}

@media (max-width:320px){



}





.box-coop{
	background-color: #ade2f6;
	padding-bottom: 20px;
}
.coopbg{
	background-image: url(../wximgs/coopad.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 470px;
}
.coop-list{
	display: table;
	margin: 0 auto;
}
.coop-list img{
	display: block;
}

.part-bgtit.bgtit2{
	background-image: url(../wximgs/qxbg04.png);
}

.box-process{
	background: url(../wximgs/bg_05.jpg) no-repeat center;
	background-size: cover;
	background-position: center bottom;
	padding-bottom: 40px;
}
.notice-txt{
	text-align: center;
	margin: 10px auto;
}
.notice-txt span{
	display: inline-block;
	padding-left: 40px;
	background-image: url(../wximgs/icon_notice.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 31px;
}

.process-list{
	padding: 40px 0;
	display: table;
	margin: 0 auto;
}
.process-list li{
	display: inline-block;
	text-align: center;
	float: left;
}
.process-list li.arr{
	background: url(../wximgs/qxri.png) no-repeat center;
	height: 93px;
	width: 54px;
}
.process-list li img{
	display: block;
}
.process-list li span{
	display: block;
	font-size: 20px;
	margin-top: 5px;
}



.zzbg{
	background-color: #f1faff;
	padding: 50px 0 40px;
}
.zzbg .wa-title p{
	color: #018dbd;
}
.zzbg .wa-title strong{
	font-size: 28px;
	font-weight: normal;
	background: url(../wximgs/wx_t2.png) no-repeat center;
	line-height: 42px;
	display: block;
	margin-top: 20px;
}









.home-blog .common-blog-post figure a{
	display: block;
	height: 150px;
}
.home-blog .common-blog-post figure img{
	width: 100%;
}



@media (max-width:1200px) {
 	.process-list{display: none;}
 	.box-process{background-size: cover; padding-bottom: 30px;}
 	.box-process .thumb-m{padding: 20px 0;}
}
@media (max-width:1080px) {
 	


}
@media (max-width:768px){
 	.coopbg{height: 300px;}
    .notice-txt{margin: 10px 4% 20px;}
    .notice-txt span{ line-height: 24px; background-size: auto 16px; background-position: left 5px; font-size: 16px; padding-left: 30px;}
    .zzbg{padding: 25px 0 20px;}
    .zzbg .wa-title strong{font-size: 16px; line-height: 24px; background-size: contain;}
}

@media (max-width:420px){
	.coopbg{height: 240px;}
	.ads-page-news .iblog-item figure{display: none;}
	.ads-page-news .text-content h5{text-align: left;}
	.ads-page-news .text-content .entry-meta{display: none;}
	.ads-page-news .text-content p.desc{display: none;}
	.ads-page-news .common-blog-post{border-bottom: 1px solid #999;}
	.ads-page-news .read-more{display: none;}
	.ads-page-news  .common-blog-post .text-content{padding: 15px 0 5px !important;}
}

@media (max-width:320px){



}

