/*系列tab*/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #BB9854;
    background-color: transparent;
    border-color: transparent;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus,.dropdown-menu>li>a.focus {
    color: #1E66B3;
    text-decoration: none;
    background-color: transparent; 
}
@media (min-width: 768px){
	.dropdown-menu{
		background: #fff;
		border: 0;
		font-size: 14px;
		min-width: 128px;
		left: -26%;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1);
    	box-shadow: 0 6px 12px rgba(0,0,0,.1);
    	overflow: hidden;
	}
	.dropdown-menu>li>a{
		text-align: center;
		line-height: 2;
	}
}
@media (max-width: 767px){
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
		color: #fff;
		border-color: #999;
	}
	.dropdown-menu{
		background: transparent;
	}
	#hdNav .navbar-collapse .dropdown.open .dropdown-menu, #hdNav .navbar-collapse .dropdown.open .dropdown-menu>.dropdown-submenu.open>.dropdown-menu{
		border-radius: 0;
		padding-top: 10px;padding-bottom: 10px;
		border-bottom: 1px solid #999;
	}
	#hdNav .navbar-collapse .dropdown>.dropdown-menu, #hdNav .navbar-collapse .dropdown>.dropdown-menu>.dropdown-submenu>.dropdown-menu{
		border-radius: 0;
	    width: 82%;
	    margin: 0 auto;
	}
	#hdNav .navbar-collapse .dropdown .dropdown-menu li a, #hdNav .navbar-collapse .dropdown .dropdown-menu li.dropdown-header {
		padding: 5px 0 5px 11%;
	    color: #fff;
	}
	#hdNav .navbar-collapse .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
		background: transparent!important;
	}
}
/*header*/
.logo{display: flex;display: -ms-flexbox;align-items: center;justify-content: center;}
@media (min-width: 768px){
	.header{height: 100px;background:#ffffff;min-width: 1200px;border-bottom: 2px solid #0087CB;}
	.logo{width: 83px;height:100px;overflow: hidden;}
	.nav-con{display: flex;display: -ms-flexbox;align-items: center;justify-content: space-between;}
}
@media (max-width: 767px){
	.header{min-height: 44px;background: #FFFFFF;}
	.logo{width: 23.2vw;height:44px;padding-top: 2px;}
}
.navbar-fixed-top{position: fixed;right: 0;left: 0;z-index: 1030;-webkit-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);top: 0;}
.navbar-toggle{position:relative;float:right;padding:9px 0;background-color:transparent;border:1px solid transparent;border-radius:4px;}
.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);border: 0;}
.navbar-toggle:focus{outline:0}
.navbar-toggle .icon-bar{display:block;width:28px;height:2px;border-radius:1px;position: relative;}
.navbar-toggle .icon-bar+.icon-bar{margin-top:7px;}
@media (min-width:768px){.navbar-toggle{display:none;}.navbar-fixed-top{position: absolute;}}
.navbar-default .navbar-toggle .icon-bar{background-color:#000;}
.navbar-inverse .navbar-toggle{border-color:#333;}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:transparent;}
.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff;}
/*重设*/
@media (max-width: 767px){
	body.out #hdNav .navbar-toggle .icon-bar:nth-of-type(2){transform: translate3d(0,9px,0) rotate(45deg);}
	body.out #hdNav .navbar-toggle .icon-bar:nth-of-type(4){transform: translate3d(0,-9px,0) rotate(-45deg);}
	#hdNav .navbar-nav{margin: 30px 15px;}
	#hdNav .navbar-toggle{
		width:30px;
		height:30px;
		top: 7px;
		background: url(../img/mobile-menu-icon.png) no-repeat;
		background-size: 100% 100%;
	}
}
@media (min-width: 768px) {
	.nav{display: flex;display: -ms-flexbox;justify-content: center;}
	.nav>li{position: relative;margin: 0 5px;z-index: 0;}
	.nav>li>a{position: relative; font-size:18px;line-height: 100px;transition: all 0.2s;display:block;margin-right: 40px; display: flex;display: -ms-flexbox;justify-content: center;align-items: center;transition: 0.3s;}
	.nav>li>a:before{content: '';bottom: 0; position: absolute;transition: 0.3s; border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 6px solid transparent;}
	.nav>li.active>a,.nav>li>a:hover{color: #0087CB;}
	.nav>li.active>a:before,.nav>li:hover>a:before{border-bottom: 6px solid #0087CB;}
	.tel{color: #0087CB; line-height: 100px;padding-left: 36px;background: url(../img/icon_tel.png) no-repeat left center;background-size: 26px;font-size: 16px;}
	.nav>li>a>span{border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 6px solid #313131;margin-left: 5px;}
	.nav>li.active>a>span,.nav>li:hover>a>span{display: block;border-top: 6px solid #0087CB;}
	.dropdown-menu{
		position: absolute;
		background:#ffffff;
		box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.18);
		left: -30px;
		top: 120px;
		border-bottom: 4px solid #0087CB;
		display: none;
		transition: 0.5s;
		padding: 26px 26px 0;
	}
	.dropdown-menu>li{
		min-width:170px;
		font-size:18px;
		margin-bottom: 20px;
	}
	.dropdown-menu>li>a{
		line-height: 20px;
	}
	.nav>li:hover .dropdown-menu{
		display: block;
		animation: dropdown-menu 0.3s ease forwards;
	}
	@keyframes dropdown-menu{
		from{top: 120px;}
		to{top: 100px;}
	}
}
@media (max-width: 767px){
	#hdNav .navbar-collapse{background-color: #F3F3F3;}
	.nav>li{position: relative;z-index: 0;}
	.nav>li>a{
		display: block;
		font-size:16px;
		line-height: 40px;
		border-bottom: 1px solid #999;
		color: #1A1A1A;
	}
	.nav .active>a{color: #0087CB;}
	.dropdown-menu{display: none;}
	.nav .active .dropdown-menu{
		display: block;
	}
	.dropdown-menu a{line-height: 36px;color: #999;font-size: 15px;}
}
/********************首页*****************/
.banner{
	position: relative;
}
.ba_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ba_text_index{
	top: 45%;
}
.ba_text_index{
	text-align: center;
	color:#FFFFFF;
}
.banner .ba_text_index p{
	font-size:50px;
	line-height:50px;
	font-weight: bold;
}
.ba_text_index span{
	display: block;
	font-size:24px;
	line-height:36px;
	margin: 35px auto 59px;
}
.ba_swp .ba_pag{
	bottom: 42px;
}
.ba_pag .swiper-pagination-bullet{
	width:33px;
	height:4px;
	background:#D2D2D2;
	border-radius:0;
	opacity: 1;
	margin: 0 6px !important;
}
.ba_pag .swiper-pagination-bullet-active{
	background: #0087CB;
}
.ba_btn{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.ba_btn a{
	width:120px;
	height:44px;
	line-height: 44px;
	background:rgba(0, 135, 203, 1);
	border-radius:6px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 24px;
}
.ba_btn a.btn2{
	background: #00A03E;
}
.banner img{width: 100%;}

@media only screen and (max-width: 767px) {
	.banner .ba_text_index p{
		line-height: 18px;
		font-size:18px;
	}
	.ba_text_index span{
		font-size:12px;
		line-height:20px;
		margin: 8px 0 20px;
	}
	.ba_text_index {
		top: 50%;
	}
	.ba_swp .ba_pag{
		bottom: 25px;
	}
	.ba_btn a {
		width: 80px;
		height: 31px;
		line-height: 31px;
		border-radius: 3px;
		margin: 0 15px;
	}
	.ba_pag .swiper-pagination-bullet {
		width:20px;
		height:2px;
	}
}
/*标题*/
.title{
	text-align: center;
}
.title_icon img{
	margin: 0 auto;
	width:33px;
}
.title h3{
	font-size:30px;
	font-weight:bold;
	line-height:30px;
	margin: 28px 0 22px;
}
.title h3 span{
	color:#0087CB;
}
.title p{
	font-size:18px;
	line-height:30px;
}
/*产品研发与解决方案*/
.inService{
	margin: 74px auto 105px;
}
.inService_con{
	margin: 74px auto 0;
}
.inService_con>li{
	position: relative;
	width:290px;
	height:207px;
	border:1px solid #DCDCDC;
	margin-right: 13.33px;
	padding: 50px 30px 0;
}
.inService_con>li:nth-child(4n){
	margin-right: 0;
}
.inService_con>li:hover .inService_hover{
	opacity: 1;
}
.inService_hover{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0087CB;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #FFFFFF;
	opacity: 0;
	transition: 0.3s;
}
.inService_hover p{
	font-size:20px;
	line-height:29px;
	margin: 18px 0 30px;
}
.inService_hover span{
	display: block;
	font-size:16px;
	line-height:29px;
}
.inService_img{
	margin: 0 auto;
	width:48px;
	height:48px;
	border:1px solid rgba(220, 220, 220, 1);
	border-radius:50%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.inService_img img{
	width: 25px;
	height: 25px;
}
.inService_text p{
	font-size:20px;
	font-weight:bold;
	line-height:29px;
	margin: 0 0 20px;
}
.inService_text span{
	display: block;
	color:#666;
	font-size:14px;
	line-height:24px;
}
@media only screen and (max-width: 767px) {
	/*标题*/
	.title_icon img{
		width:15px;
	}
	.title h3{
		font-size:18px;
		line-height:18px;
		margin: 15px 0 0;
	}
	.title p{
		display: none;
	}
	/*产品研发与解决方案*/
	.inService{
		margin: 36px auto 46px;
	}
	.inService_con{
		margin: 26px auto 0;
	}
	.inService_con>li{
		position: relative;
		width:49%;
		min-height:120px;
		margin-right: 2%;
		margin-bottom: 2%;
		padding: 0;
	}
	.inService_con>li:nth-child(2n){
		margin-right: 0;
	}
	.inService_con>li:hover .inService_hover{
		opacity: 1;
	}
	.inService_hover{
		position: relative;
		width: 100%;
		height: 100%;
		background: #FFFFFF;
		top: 0;
		left: 0;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		color: #333;
		opacity: 1;
		transition: 0.3s;
	}
	.inService_hover p{
		font-size:14px;
		line-height:20px;
		margin: 8px 0 10px;
	}
	.inService_hover span{
		font-size:12px;
		line-height:18px;
		color: #0088D1;
	}
	.inService_img{
		width:28px;
		height:28px;
	}
	.inService_img img{
		width: 16px;
		height: 16px;
	}
	.inService_text{
		display: none;
	}
	
}
/**/
/*企业文化*/
.inadv_con{
	background: #383D41;
	margin: 60px auto 0;
	position: relative;
}
.inadv_con img{
	width: 100%;
}
.inadv_list{
	width: 1500px;
	margin: 0 auto;
}
.inadv_list>li {
	width: 20%;
	position: relative;
}
.inadv .culture_text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	text-align: center;
	background:rgba(0, 0, 0, 0.85);
	transition: 0.5s;
}
.inadv_list>li:hover .culture_text{
	background:rgba(0,135,203,.9);
}
.inadv .culture_font{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.inadv .culture_text img{
	width:30px;
	margin: 0 auto;
}
.inadv .culture_line{
	width:24px;
	height:2px;
	background:#FFFFFF;
	margin: 23px auto 60px;
}
.inadv .culture_text p{
	font-size:20px;
}
.inadv .culture_text span{
	display: block;
	width: 50%;
	height: 60px;
	margin: 40px auto 0;
	line-height:24px;
}
@media only screen and (max-width: 1500px) {
	.inadv_list{
		width: 1200px;
	}
}
@media only screen and (max-width: 767px) {
	.inadv_con{
		margin: 26px auto 0;
	}
	.inadv_list{
		width: 100%;
		margin: 0 auto;
	}
	.inadv_list>li {
		width: 100%;
	}
	.inadv .culture_text{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		color: #FFFFFF;
		text-align: center;
		background:rgba(0, 0, 0, 0.85);
		transition: 0.5s;
	}
	.inadv .inadv_list>li:hover .culture_text{
		background:rgba(0,135,203,.9);
	}
	.inadv .culture_font{
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.inadv .culture_text img{
		width:18px;
		margin: 0 auto;
	}
	.inadv .culture_line{
		width:12px;
		height:1px;
		background:#FFFFFF;
		margin: 15px auto 10px;
	}
	.inadv .culture_text p{
		font-size:15px;
	}
	.inadv .culture_text span{
		display: block;
		width: 90%;
		height: auto;
		margin: 10px auto 0;
		font-size: 12px;
		line-height:18px;
	}
}
/*洁洁实施案例*/
.ineq{
	padding: 95px 0 110px;
	position: relative;
	background: url(../img/ineq_bg.png) no-repeat bottom right;
}
.ineq_con{
	margin: 66px auto 0;
}
.ineq_top{
	justify-content: center;
}
.ineq_top>li{
	width:121px;
	height:121px;
	background:rgba(255, 255, 255, 1);
	border:1px solid rgba(229, 229, 229, 1);
	border-radius:50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.imgNo{
	display: none;
}
.ineq_top>li{
	margin: 0 40px;
	transition: 0.3s;
	cursor: pointer;
}
.ineq_top>li img{
	width: 32px;
	margin: 0 auto;
}
.ineq_top>li p{
	font-size: 18px;
	line-height: 30px;
	margin: 10px auto 0;
	text-align: center;
}
.ineq_top>li:hover,
.ineq_top>li.active{
	background: #0087CB;
	color: #FFFFFF;
}
.ineq_top>li:hover .imgShow,
.ineq_top>li.active .imgShow{
	display: none;
}
.ineq_top>li:hover .imgNo,
.ineq_top>li.active .imgNo{
	display: block;
}
.line{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #E5E5E5;
	top: 313px;
}
.ineq_bom{
	margin: 87px auto 0;
	justify-content: space-between;
	display: none;
}
.ineq_bom.active{
	display: flex;
	display: -webkit-flex;
}
.ineq_bl{
	width:545px;
	font-size:16px;
	font-weight:400;
	line-height:30px;
}
.ineq_br{
	width:601px;
	height:428px;
}
.ineq_bl h4{
	font-size:24px;
	font-weight:bold;
	line-height:30px;
}
.ineq_bl h4:first-child{
	margin-bottom: 37px;
}
.ineq_bl p{
	font-size:16px;
	line-height:30px;
	margin: 19px 0 0;
}
.ineq_btn{
	display: flex;
	display: -webkit-flex;
	margin: 40px 0 0;
}
.ineq_btn a{
	display: block;
	width:120px;
	height:44px;
	text-align: center;
	line-height: 44px;
	background:#0087CB;
	color: #FFFFFF;
	border-radius:6px;
	margin-right: 48px;
}
.ineq_btn a:nth-child(2){
	background: #00A03E;
}

@media only screen and (max-width: 768px) {
	.ineq{
		padding: 34px 0 40px;
		position: relative;
		background:none;
	}
	.ineq_con{
		margin: 30px auto 0;
	}
	.ineq_top{
		justify-content: space-between;
	}
	.ineq_top>li{
		width:74px;
		height:74px;
	}
	.imgNo{
		display: none;
	}
	.ineq_top>li{
		margin: 0;
		transition: 0.3s;
	}
	.ineq_top>li img{
		width: 20px;
		margin: 0 auto;
	}
	.ineq_top>li p{
		font-size: 12px;
		line-height: 20px;
		margin: 3px auto 0;
		text-align: center;
	}
	.ineq_top>li:hover{
		background: #0087CB;
		color: #FFFFFF;
	}
	.ineq_top>li:hover .imgShow{
		display: none;
	}
	.ineq_top>li:hover .imgNo{
		display: block;
	}
	.line{
		top: 150px;
	}
	.ineq_bom{
		margin: 22px auto 0;
		justify-content: center;
		flex-direction: column-reverse;
	}
	.ineq_bl{
		width:100%;
		font-size:12px;
		font-weight:400;
		line-height:30px;
		margin: 15px 0 0;
	}
	.ineq_br{
		width:100%;
		height:auto;
	}
	.ineq_bl h4{
		font-size:12px;
		line-height:15px;
	}
	.ineq_bl h4:first-child{
		margin-bottom: 27px;
		font-size: 15px;
	}
	.ineq_bl p{
		font-size:12px;
		line-height:18px;
		margin: 13px 0 0;
	}
	.ineq_btn{
		margin: 30px 0 0;
		justify-content: center;
	}
	.ineq_btn a{
		width:82px;
		height:30px;
		line-height: 30px;
		border-radius:3px;
		margin-right: 30px;
	}
	.ineq_btn a:nth-child(2){
		margin-right: 0;
	}
}
/*完善的服务，让您后顾无忧*/
.serve{
	background: #F9F9F9;
	padding: 90px 0;
}
.serve_con{
	margin: 70px auto 0;
}
.serve_con>li{
	width:265px;
	height:343px;
	background:rgba(255, 255, 255, 1);
	border-radius:6px;
	margin-right: 46.66px;
	padding: 50px 30px 0;
	transition: 0.3s;
}
.serve_con>li:last-child{
	margin-right: 0;
}
.serve_con>li img{
	width: 36px;
}
.serve_con>li h5{
	font-size:20px;
	line-height:20px;
	font-weight:600;
	margin: 36px 0 30px;
}
.serve_con>li p{
	font-size:14px;
	line-height:24px;
	height: 66px;
	overflow: hidden;
}
.serve_con>li span{
	display: inline-block;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	border-bottom: 2px solid #333333;
}
.serve_con>li:hover{
	box-shadow:0px 2px 15px 0px rgba(102, 102, 102, 0.2);
}
@media only screen and (max-width: 767px) {
	.serve{
		padding: 30px 0;
	}
	.serve_con{
		margin: 30px auto 0;
	}
	.serve_con>li{
		width:48%;
		height:200px;
		border-radius:3px;
		margin-right: 4%;
		padding: 20px 15px 0;
		margin-bottom: 15px;
	}
	.serve_con>li:nth-child(2n){
		margin-right: 0;
	}
	.serve_con>li img{
		width: 22px;
	}
	.serve_con>li h5{
		font-size:15px;
		line-height:15px;
		margin: 15px 0;
	}
	.serve_con>li p{
		font-size:12px;
		line-height:18px;
		height: 52px;
		overflow: hidden;
	}
	.serve_con>li span{
		font-size:12px;
		line-height:20px;
		border-bottom: 2px solid #333333;
	}
	.serve_con>li:hover{
		box-shadow:0px 2px 7px 0px rgba(102, 102, 102, 0.2);
	}
}
/*走进洁洁环保*/
.inAbout{
	position: relative;
	padding: 45px 0 90px;
}
.inAbout .title{
	color: #FFFFFF;
}
.inAbout_top{
	width: 90%;
	margin: 30px auto 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}
.inAbout_top p{
	color: #0087CB;
	font-size: 24px;
	margin: 0 0 20px;
}
.inAbout_top a{
	display: block;
	width:154px;
	height:49px;
	line-height: 49px;
	border:1px solid #FFFFFF;
	border-radius:6px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	margin: 60px auto 0;
}
.inAbout_list{
	color: #FFFFFF;
	justify-content: space-between;
	font-size: 18px;
	margin: 80px auto 0;
}
.inAbout_list>li p{
	margin: 0 0 22px;
}
.inAbout_list>li p span{
	font-size:72px;
	line-height:72px;
}
@media only screen and (max-width: 767px) {
	.inAbout{
		padding: 35px 0 0;
	}
	.inAbout_top{
		width: 100%;
		font-size: 12px;
		line-height: 18px;
	}
	.inAbout_top p{
		font-size: 14px;
		margin: 0 0 17px;
	}
	.inAbout_top a{
		display: block;
		width:100px;
		height:32px;
		line-height: 32px;
		border:1px solid #FFFFFF;
		border-radius:3px;
		font-size: 12px;
		margin: 35px auto 0;
	}
	.inAbout_list{
		font-size: 12px;
		margin: 50px auto 0;
	}
	.inAbout_list>li{
		width: 40%;
		text-align: center;
		margin-bottom: 57px;
	}
	.inAbout_list>li p{
		margin: 0;
	}
	.inAbout_list>li p span{
		font-size:36px;
		line-height:36px;
	}
}
/*新闻资讯*/
@media only screen and (min-width: 768px) {
	.news {
		height: 868px;
		padding: 127px 0 122px;
	}
	.news_top {
		justify-content: space-between;
	}
	.news .title1 h3 {
		font-weight: 600;
		font-size: 36px;
		line-height: 30px;
	}
	.news_tr {
		width: 959px;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		border-bottom: 1px solid #EEEEEE;
	}
	.news_nav>li{
		font-size:20px;
		height: 40px;
		margin-right: 66px;
		position: relative;
		cursor: pointer;
		border-bottom: 1px solid transparent;
		transition: 0.3s;
	}
	.news_nav>li:before{
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-bottom: 4px solid transparent;
		transition: 0.3s;
	}
	.news_nav>li.active,
	.news_nav>li:hover{
		color: #0087CB;
		border-bottom: 1px solid #0087CB;
	}
	.news_nav>li.active:before,
	.news_nav>li:hover:before{
		border-bottom: 4px solid #0087CB;
	}
	.news_tr a{
		color:#666666;
		font-size:20px;
		line-height:30px;
	}
	.news_con{
		margin: 78px auto 0;
	}
	.news_left{
		display: block;
		width: 535px;
		float: left;
		box-shadow:0px 2px 15px 0px rgba(102, 102, 102, 0.2);
	}
	.news_right{
		width:600px;
		height: 511px;
		overflow: hidden;
		float: right;
	}
	.news_img{
		width:535px;
		height:352px;
	}
	.news_text{
		padding: 30px 34px 40px 0;
	}
	.news_time{
		width: 116px;
		text-align: center;
	}
	.news_time span{
		display: block;
		font-weight:bold;
		font-size:42px;
		line-height:42px;
	}
	.news_time i {
		display: block;
		font-size:14px;
		line-height:24px;
		margin: 12px 0 0;
	}
	.news_font{
		width: 382px;
	}
	.news_font h2{
		font-size:20px;
		line-height:30px;
		border-bottom: 1px solid #B5B5B5;
		margin:0 0 6px ;
		padding-bottom: 5px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news_font p {
		font-size:14px;
		line-height:24px;
		height: 48px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	/*右边*/
	.news_list_time{
		justify-content: space-between;
		padding-bottom: 18px;
		border-bottom: 1px solid #EEEEEE;
	}
	.news_list_time h2{
		width:482px;
		font-size:20px;
		line-height:30px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news_list_time i{
		display: block;
		font-family:'Adobe Heiti Std';
		font-weight:normal;
		line-height:30px;
		color: #999999;
	}
	.news_list_main{
		padding: 16px 0;
		justify-content: space-between;
		align-items: center;
		display: none;
		position: relative;
	}
	.news_list_main p{
		width:482px;
		height:70px;
		color:#666666;
		line-height:24px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		float: left;
	}
	.news_list_main span{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		display: block;
		width:7px;
		height:12px;
		background: url(../img/news_icon.png) no-repeat;
		background-size: 100% 100%;
	}
	.news_right>li{
		margin-bottom: 40px;
	}
	.news_right>li:last-child{
		margin-bottom: 0;
	}
	.news_right>li:hover .news_list_time h2,
	.news_right>li:hover .news_list_time i{
		color: #0087CB;
	}
	.news_right>li:first-child .news_list_main{
		display: block;
	}
}
.news_list{
	display: none;
}
.news_list:first-of-type{
	display: block;
}
@media only screen and (max-width: 767px) {
	.news{
		margin: 30px auto;
	}
	.news_tr {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		border-bottom: 1px solid #EEEEEE;
		margin: 35px auto 24px;
	}
	.news_nav>li{
		font-size:14px;
		height: 30px;
		margin-right: 35px;
		position: relative;
		cursor: pointer;
		border-bottom: 1px solid transparent;
	}
	.news_nav>li:before{
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-bottom: 4px solid transparent;
		transition: 0.3s;
	}
	.news_nav>li.active,
	.news_nav>li:hover{
		color: #0087CB;
		border-bottom: 1px solid #0087CB;
	}
	.news_nav>li.active:before,
	.news_nav>li:hover:before{
		border-bottom: 4px solid #0087CB;
	}
	.news_tr a{
		color:#666666;
		font-size:12px;
		line-height:30px;
	}
	.news_right>li{
		border-bottom: 1px solid #EEEEEE;
		padding-bottom: 20px;
		padding-left: 85px;
		margin-bottom: 20px;
		position: relative;
	}
	.news_right>li:last-child{
		border: 0;
		margin-bottom: 0;
	}
	.news_right>li>a{
		display: flex;
		display: -webkit-flex;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.news_list_time{
		position: absolute;
		left: 0;
		text-align: center;
		line-height: 20px;
		border-right: 1px solid #EEEEEE;
	}
	.news_list_time span{
		display: block;
		width: 100%;
		color: #999999;
		font-size: 20px;
	}
	.news_list_time i{
		display: block;
		width: 100%;
		font-size: 12px;
		margin: 5px 0 0;
	}
	.news_list_main h2{
		font-weight:500;
		font-size:15px;
		line-height:15px;		
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-weight: bold;
	}
	.news_list_main p {
		height:36px;
		font-size:12px;
		line-height:18px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin: 12px 0 0;
	}
}
/*底部*/
.foot{
	background: #000000;
	color: #CCCCCC;
	padding: 66px 0 0;
}
.foot_con{overflow: hidden;padding-bottom: 44px;}
.foot a{color: #CCCCCC;}
.foot_list{
	width: 204px;
	padding-left: 48px;
	border-left: 1px solid #313131;
	position: relative;
	float: left;
}
.foot_list h3{
	font-size: 18px;
	line-height: 18px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.foot_list:before{
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	border-left: 1px solid #0087CB;
	width: 2px;
	height: 20px;
	background: #0087CB;
}
.foot_list>li>a{
	display: block;
	line-height:30px;
}
.foot_list:nth-child(2){
	padding-left: 65px;
}
.foot_right{
	width: 390px;
	float: right;
}
.foot_tel{
	padding-left: 67px;
	background: url(../img/icon_tel1.png) no-repeat;
	background-size: 48px;
	background-position: left 5px;
}
.foot_tel p{
	font-size:18px;
	color:#FFFFFF;
}
.foot_tel a{
	display: block;
	font-size:24px;
	font-weight:bold;
	color:#0087CB;
	margin: 5px 0 0;
}
.foot_link{
	align-items: center;
	color: #999999;
	margin: 20px auto 0;
	line-height: 16px;
}
.foot_link > a{
	color: #999999;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #999999;
}
.foot_lx{
	align-items: center;
	margin: 20px 0 0;
}
.ewm{
	margin-right: 38px;
	width:111px;
	height:111px;
}
.ewm p{font-size: 12px;text-align: center;margin: 6px 0 0;}
.foot_lx ul{
	flex: 1;
}
.foot_lx ul>li{
	font-size:14px;
	color:#999999;
	position: relative;
	padding-left: 50px;
}
.foot_lx ul>li span{
	position: absolute;
	left: 0;
}
.bei{
	padding-bottom: 24px;
	color: #999999;
	line-height: 20px;
}
.bei a{
	color: #999999;
}
@media only screen and (max-width: 767px) {
	.foot{
		padding: 15px 0 0;
	}
	.foot_con{
		padding-bottom: 20px;
	}
	.foot_list{
		display: none;
	}
	.foot_top{
		font-size:15px;
		font-weight:600;
		color:#FFFFFF;
	}
	.foot_lx{
		margin: 26px 0 0;
		flex-direction: row-reverse;
	}
	.ewm{
		width:90px;
		height:auto;
		margin-right: 0;
	}
	.ewmImg{
		width:90px;
		height:90px;
		border:1px solid rgba(255, 255, 255, 1);
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-items: center;
	}
	.ewmImg img{
		width: 70px;
		height: 70px;
	}
	.foot_lx ul{
		margin-right: 25px;
	}
	.bei{text-align: center;font-size: 12px;padding-bottom: 10px;border-top: 1px solid rgba(255,255,255,.1);padding-top: 10px;}
	.bei a{
		display: block;
	}
}
/*****************走进洁洁*******************/
/*banner*/
.ba_text{
	color: #FFFFFF;
	text-align: center;
}
.ba_text h3{
	font-size:48px;
	font-weight:500;
	line-height:48px;
}
.ba_text p {
	font-size:24px;
	line-height:30px;
	margin: 29px auto 0;
}
@media only screen and (max-width: 767px) {
	.ba_text h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.ba_text p {
		font-size: 12px;
		line-height: 15px;
		margin: 15px auto 0;
	}
}
/*公司简介*/
.intro{
	margin: 110px 0 ;
}
.intro_con{
	justify-content: space-between;
	align-items: center;
}
.intro_text{
	width: 564px;
}
.intro_text h3{
	font-size:36px;
	line-height:36px;
	font-weight:600;
}
.intro_text span{
	display: block;
	width:47px;
	height:4px;
	background:#0087CB;
	margin: 15px 0 0;
}
.intro_text p{
	font-size:16px;
	line-height:30px;
	margin: 20px 0 0;
}
.intro_img{
	width:603px;
	height:420px;
	overflow: hidden;
}
.intro_img img{
	transition: 0.4s;
}
.intro_img img:hover{
	transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
	.intro{
		margin: 38px 0;
	}
	.intro_con{
		justify-content: center;
	}
	.intro_text{
		width: 100%;
	}
	.intro_text h3{
		font-size:18px;
		line-height:18px;
	}
	.intro_text span{
		width:24px;
		height:2px;
		margin: 18px 0 15px;
	}
	.intro_text p{
		font-size:12px;
		line-height:18px;
		margin:0;
	}
	.intro_img{
		width:100%;
		height:auto;
		margin: 10px auto 0;
	}
}
/*企业文化*/
.cult{
	margin: 0 0 130px;
}
.cult .title h3{
	font-size:36px;
	font-weight:600;
	line-height:36px;
}
.cult .title span{
	display: block;
	margin: 0 auto;
	width:50px;
	height:4px;
	background:#0087CB;
}
.cult_con{
	margin: 60px auto 0;
}
.cult_con>li{
	width:274px;
	height:392px;
	border:1px solid #E5E5E5;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 34px;
	text-align: center;
	transition: 0.3s;
}
.cult_con>li:nth-child(4n){
	margin-right: 0;
}
.cult_con>li img{
	width: 45px;
	margin: 0 auto;
	transition: 0.3s;
}
.cult_con>li span{
	width:26px;
	height:3px;
	margin: 24px auto 40px;
	background:#0087CB;
	transition: 0.3s;
}
.cult_con>li h6{
	font-size:24px;
	line-height:48px;
	transition: 0.3s;
}
.cult_con>li p{
	width: 80%;
	margin: 0 auto;
	font-size:18px;
	line-height:30px;
	height:60px;
	color:#666666;
	transition: 0.3s;
}
.cult_con>li:hover .imgShow{
	display: none;
}
.cult_con>li:hover .imgNo{
	display: block;
}
.cult_con>li:hover h6,
.cult_con>li:hover p{
	color: #FFFFFF;
}
.cult_con>li:hover span{
	background: #FFFFFF;
}
.cult_con>li:hover{
	background: #0087CB;
}
@media only screen and (max-width: 767px) {
	.cult{
		margin: 0 0 45px;
	}
	.cult .title h3{
		font-size:18px;
		line-height:18px;
	}
	.cult .title span{
		margin: 12px auto 0;
		width:24px;
		height:2px;
	}
	.cult_con{
		margin: 38px auto 0;
	}
	.cult_con>li{
		width:48%;
		height:200px;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.cult_con>li:nth-child(2n){
		margin-right: 0;
	}
	.cult_con>li img{
		width: 22px;
	}
	.cult_con>li span{
		width:14px;
		height:2px;
		margin: 12px auto 20px;
	}
	.cult_con>li h6{
		font-size:12px;
		line-height:24px;
	}
	.cult_con>li p{
		width: 80%;
		font-size:12px;
		height:40px;
		color:#666666;
		line-height:20px;
		transition: 0.3s;
	}
	.cult_con>li:hover .imgShow{
		display: none;
	}
	.cult_con>li:hover .imgNo{
		display: block;
	}
	.cult_con>li:hover h6,
	.cult_con>li:hover p{
		color: #FFFFFF;
	}
	.cult_con>li:hover span{
		background: #FFFFFF;
	}
	.cult_con>li:hover{
		background: #0087CB;
	}
}
@media only screen and (min-width: 768px) {
	.support{
		margin: 0 auto 100px;
	}
	.support_list>li{
		position: relative;
		width: 20.13%;
		height: 37.86vw;
		transition: 0.3s ease;
		cursor: pointer;
	}
	.support_list>li img{
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 50% 50%;
		object-position: 50% 50%;
	}
	.support_list>li.active{
		width: 39.61%;
	}
	.support_list .large {
		display: none;
	}
	.support_list>li.active .small{
		display: none;
	}
	.support_list>li.active .large{
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.support{
		margin: 70px auto 46px;
	}
	.support img{
		width: 100%;
	}
	.support_list_wap .large{
		display: none;
	}
	.support_list_wap>li.active .large{
		display: block;
	}
	.support_list_wap>li.active .small{
		display: none;
	}
}
/*联系我们*/
.contact_con{
	margin: 0 auto 100px;
	background: url(../img/contact_bg.png) no-repeat;
	background-size: 100% 100%;
}
.contact_con .title1 h3{
	font-size:36px;
	line-height:36px;
	font-weight:600;
}
.contact_con .title1 span{
	display: block;
	margin: 10px 0 0;
	width:72px;
	height:5px;
	background:rgba(0, 135, 203, 1);
}
.contact_top{
	text-align: center;
	margin-top: 90px;
}
.contact_top p{
	font-size:30px;
	color:#333333;
	line-height:30px;
}
.contact_top span{
	display: block;
	margin: 40px auto 70px;
	font-size:26px;
	color:#666666;
	line-height:48px;
}
.contact_list{
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	text-align: center;
}
.contact_list>li{
	width: 316px;
}
.contact_list>li img{
	width: auto;
	margin: 0 auto;
}
.contact_list>li p{
	margin: 30px 0 20px;
}
.contact_list>li p span{
	display: block;
	font-size:20px;
	color:#666666;
}
.contact_list>li p b{
	display: block;
	font-size:22px;
	font-weight:bold;
	line-height:48px;
}
.contact_tel,.contact_tel a{
	font-size:20px;
	color:#666666;
}
.contact_tel span{
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 36px;
}
.position{
	height: 30px;
	line-height: 34px;
	color: #999999;
	border-bottom: 1px solid #EEEEEE;
}
.position a{
	color: #999999;
}
.position span{
	color: #0087CB;
}
@media only screen and (max-width: 767px) {
	.position{display: none;}
	/*联系我们*/
	.contact_con{
		padding: 0;
		margin-bottom: 50px;
		background: url(../img/contact_bg_wap.png) no-repeat;
		background-size: cover;
	}
	
	.contact_con .title1 h3{
		font-size:18px;
		line-height:18px;
	}
	.contact_con .title1 span{
		display: block;
		margin: 10px 0 0;
		width:36px;
		height:2px;
		background:rgba(0, 135, 203, 1);
	}
	.contact_top{
		margin-top: 24px;
	}
	.contact_top p{
		font-size:13px;
		line-height:20px;
	}
	.contact_top span{
		width: 100%;
		margin: 14px auto 20px;
		font-size:12px;
		line-height:20px;
	}
	.contact_list{
		width: 100%;
	}
	.contact_list>li{
		width: 28%;
	}
	.contact_list>li img{
		width: auto;
		height: 25px;
	}
	.contact_list>li p{
		margin: 15px 0 5px;
	}
	.contact_list>li p span{
		font-size:12px;
	}
	.contact_list>li p b{
		font-size:13px;
		line-height:20px;
	}
	.contact_tel,.contact_tel a{
		font-size:12px;
	}
	.contact_tel span{
		line-height: 20px;
	}
}
/******************产品方案***********/
.product{
	margin: 58px 0 156px;
}
.product_con{
	margin-bottom: 40px;
}
.product_nav{
	justify-content: center;
	margin: 62px auto;
}
.product_nav>li{
	cursor: pointer;
	width:228px;
	background:#FFFFFF;
	border:1px solid #898989;
	border-radius:6px;
	text-align: center;
	line-height: 54px;
	font-size:24px;
	margin: 0 22px 10px;
	transition: 0.3s;
}
.product_nav>li.active,
.product_nav>li:hover{
	background: #0087CB;
	color: #FFFFFF;
}

.product_nav>li a{
	display:block;
}
.product_nav>li.active a,
.product_nav>li:hover a{
	color: #FFFFFF;
}


.product_list{
	display: none;
}
.product_list:first-child{
	display: block;
}
.product_list>li{
	width:387px;
	height:430px;
	border:1px solid #CCCCCC;
	margin-right: 19.5px;
	margin-bottom: 54px;
	transition: 0.3s;
	float: left;
}
.product_list>li:nth-child(3n){
	margin-right: 0;
}
.product_img{
	position: relative;
	width:100%;
	height:285px;
}
.product_icon{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background:rgba(0,0,0,0.4);
	opacity: 0;
	transition: 0.3s;
}
.product_icon img{
	width: 44px;
	height: 44px;
}
.product_text{
	padding: 40px 20px 0;
	font-size:18px;
	line-height:30px;
	transition: 0.3s;
}
.product_list>li:hover{
	background:#0087CB;
	box-shadow:0px 2px 15px 0px rgba(102, 102, 102, 0.3);
} 
.product_list>li:hover .product_icon{
	opacity: 1;
}
.product_list>li:hover .product_text{
	color: #FFFFFF;
}
.product_text p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*分页*/
.m-style{
	display: flex;
	justify-content: center;
}
.m-style .prev,
.m-style .next{
	width:98px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 23px;
	border-radius:6px;
	color: #FFFFFF !important;
	background: #0087CB;
}
.m-style .prev{
	margin-right: 30px;
}
.m-style a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius:50%;
	text-align: center;
	margin: 0 5.5px;
	font-size: 18px;
}
.m-style .active{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius:50%;
	color: #0087CB;
	margin-right: 5.5px;
	font-size: 18px;
}
.m-style a:hover {
	color: #0087CB;
}
.m-style em{
	line-height: 40px;
	font-size: 18px;
	margin: 0 10px;
}
@media only screen and (max-width: 767px) {
	.product{
		margin: 36px 0 70px;
	}
	.product_con{
		margin-bottom: 26px;
	}
	.product_nav{
		justify-content: center;
		margin: 26px auto 15px;
	}
	.product_nav>li{
		width:40%;
		border-radius:3px;
		line-height: 36px;
		font-size:15px;
		margin: 0 5% 15px 0;
		transition: 0.3s;
	}
	.product_nav>li:nth-child(2n){
		margin-right: 0;
	}
	.product_list>li{
		width:48%;
		height:215px;
		margin-right: 4%;
		margin-bottom: 16px;
	}
	.product_list>li:nth-child(3n){
		margin-right: 4%;
	}
	.product_list>li:nth-child(2n) {
		margin-right: 0;
	}
	.product_img{
		position: relative;
		width:100%;
		height:140px;
	}
	.product_icon{
		display: none;
	}
	.product_text{
		padding: 10px 8px 0;
		font-size:12px;
		line-height:18px;
	}
	.product_text p:nth-child(1){
		height: 36px;
		white-space: initial;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.product_list>li:hover{
		background:#FFFFFF;
		box-shadow:none;
	} 
	.product_list>li:hover .product_icon{
		opacity: 1;
	}
	.product_list>li:hover .product_text{
		color: #FFFFFF;
	}
	.more_btn{
		display: block;
		margin: 0 auto;
		width: 100px;
		line-height: 36px;
		text-align: center;
		border: 1px solid #666;
		color: #666666;
		border-radius: 3px;
	}
}
/*只能清洁服务*/
@media only screen and (min-width: 768px) {
	.service{
		margin: 70px 0 130px;
	}
	.service_con{
		margin: 80px auto 0;
	}
	.service_list>li{
		width:583px;
		float: left;
		margin-right: 34px;
		margin-bottom: 50px;
	}
	.service_list>li:nth-child(2n){
		margin-right: 0;
	}
	.service_img{
		position: relative;
		width: 100%;
		height: 320px;
	}
	.service_text{
		width: 100%;
		height: 100%;
		position: relative;
		background: #0087CB;
		padding: 20px;
		opacity: 0;
		transition: 0.3s;
	}
	.service_list>li:hover .service_text{
		opacity: 1;
	}
	.service_font{
		border: 1px solid #FFFFFF;
		width: 100%;
		height: 100%;
		overflow: hidden;
		color: #FFFFFF;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		justify-content: center;
	}
	.service_font>ul{
		padding-left: 10%;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	.service_font li{
		font-size:20px;
		line-height:30px;
		width: 40%;
		margin-bottom: 20px;
	}
	.service_tit{
		text-align: center;
		margin: 30px 0 0;
		font-size:24px;
		line-height:30px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
@media only screen and (max-width: 767px) {
	.service {
		margin: 32px 0 50px;
	}
	.service_con {
		margin: 30px auto 0;
		position: relative;
		padding-bottom: 40px;
	}
	.service_swp{
		width: 75%;
		position: static;
		box-shadow:0px 3px 8px 0px rgba(102, 102, 102, 0.2);
	}
	.service_tit{
		text-align: center;
		font-weight:500;
		font-size:15px;
		line-height:15px;
		margin: 25px 0;
		padding: 0 10px;
	}
	.service_font{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		padding-left: 8%;
		padding-bottom: 15px;
	}
	.service_font>li{
		width: 42%;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.swiper-button-next,
	.swiper-button-prev{
		width:15px;
		height:27px;
		background-size: 100% 100% !important;
		background-repeat: no-repeat !important;
	}
	.swiper-button-next{
		right: 0;
		background: url(../img/icon_arrow_right.png);
	}
	.swiper-button-prev{
		left: 0;
		background: url(../img/icon_arrow_left.png);
	}
	.service .service_pag {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		bottom: 0;
	}
	.swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		background: #DCDCDC;
		border-radius: 50%;
		opacity: 1;
		margin: 0 4px !important;
	}
	.swiper-pagination-bullet-active {
		background: #0087CB;
	}
}
/*工程案例*/
.example{
	margin: 100px auto;
	justify-content: space-between;
}
.example_left{
	width:245px;
}
.example_left h3{
	line-height:57px;
	background:#0087CB;
	color: #FFFFFF;
	font-size: 24px;
	padding-left: 37px;
}
.example_nav>li{
	height: 59px;
	line-height:59px;
	background:#F7F7F7;
	padding: 0 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 1px;
}
.example_nav>li>a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.example_nav>li>a:hover,
.example_nav>li.active>a{
	color: #0087CB;
}
.example_lx{
	height:136px;
	background:#0087CB;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	color: #FFFFFF;
	padding: 0 27px;
	margin: 47px 0 0;
}
.example_lx p{
	padding-left: 40px;
	font-size: 18px;
	background: url(../img/icon_tel2.png) no-repeat left center;
	height: 34px;
	line-height: 34px;
	background-size: 34px;
}
.example_lx span{
	display: block;
	font-weight: bold;
	font-size: 24px;
	margin: 10px 0 0;
}
.example_right{
	width: 905px;
}
.example_list>li{
	float: left;
	width:283px;
	margin-right: 28px;
	margin-bottom: 40px;
}
.example_list>li:nth-child(3n){
	margin-right: 0;
}
.example_list>li p{
	text-align: center;
	font-size: 18px;
	margin: 24px 0 0;
}
.example_img{
	width:283px;
	height:237px;
	overflow: hidden;
}
.example_img img{
	transition: 0.5s;
}
.example_list>li:hover .example_img img{
	transform: scale(1.1);
}
/*分页*/
.example_page .m-style,
.example_page{
	justify-content: flex-end;
}
.example_page .m-style .prev, .example_page .m-style .next{
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 5px;
	border-radius: 50%;
	color: #333333 !important;
	background-color: #FFFFFF !important;
	font-size: 0;
}
.example_page .m-style .next{
	background: url(../img/exam_right.png) no-repeat center center;
	background-size: 10px auto;
}
.example_page .m-style .prev{
	background: url(../img/exam_left.png) no-repeat center center;
	background-size: 10px auto;
	margin-right: 10px;
}
.example_page .m-style a,
.example_page .m-style em,
.example_page .m-style .active{
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	font-size: 14px;
}
.example_page .m-style .active,
.example_page .m-style a:hover{
	color: #FFFFFF;
	background-color: #0087CB;
}
@media only screen and (max-width: 767px) {
	/*工程案例*/
	.example{
		margin: 32px auto;
	}
	.example_left{
		width:100%;
	}
	.example_left h3{
		display: none;
	}
	.example_nav{
		overflow: hidden;
	}
	.example_nav>li{
		width: 49%;
		height: 36px;
		margin-right: 2%;
		line-height:36px;
		padding: 0 8px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-bottom: 8px;
		float: left;
		font-size: 12px;
	}
	.example_nav>li:nth-child(2n){
		margin-right: 0;
	}
	.example_nav>li>a{
		display: block;
	}
	.example_nav>li>a:hover,
	.example_nav>li.active>a{
		color: #0087CB;
	}
	.example_lx{
		display: none;
	}
	.example_right{
		width: 100%;
		margin: 30px auto 0;
	}
	.example_list>li{
		float: left;
		width:48%;
		margin-right: 4%;
		margin-bottom: 22px;
	}
	.example_list>li:nth-child(3n){
		margin-right: 4%;
	}
	.example_list>li:nth-child(2n) {
		margin-right: 0;
	}
	.example_list>li p{
		font-size: 12px;
		margin: 12px 0 0;
	}
	.example_img{
		width:100%;
		height:120px;
		overflow: hidden;
	}
}
/*********企业荣誉**********/
.honor_nav{
	text-align: center;
}
.honor_list{
	overflow: hidden;
	margin-bottom: 55px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.honor_list>li{
	width:438px;
	background:#F7F7F7;
	margin-bottom: 30px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 767px) {
	.honor_nav{
		width: 100%;
		display: block;
		white-space: nowrap;
		overflow: auto;
		text-align: center;
	}
	.honor_nav>li{
		display: inline-block;
		vertical-align: top;
		width:90px;
		border-radius:3px;
		float: none;
	}
	.honor_nav>li:nth-child(2n){
		margin-right: 2%;
	}
	.honor_list{
		margin-bottom: 30px;
	}
	.honor_list>li {
		width: 49%;
		height: auto;
		margin-bottom: 16px;
	}
}
/****************新闻资讯************/
.ba_news{
	color: #FFFFFF;
}
.ba_news h6{
	font-size:36px;
	line-height:36px;
	font-weight:bold;
}
.ba_news span{
	display: block;
	width:56px;
	height:4px;
	background:#F9F8F8;
	margin: 20px 0;
}
.ba_news p{
	font-size:18px;
	line-height:18px;
}

/*新闻页面*/
.newsc{
	margin: 46px auto 150px;
}
.newsc_con{
	display: flex;
	justify-content: space-between;
}
.newsc_l{
	width: 68.8%;
}
.newsc_r{
	width: 28%;
}
/*左边*/
/*头部列表*/
.nl_nav{
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: #F5F5F5;
}
.nl_nav li{
	height: 40px;
	font-size:16px;
	color:#534E64;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
}
.nl_nav li p{
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	padding: 0 40px;
	box-sizing: border-box;
	border-right: 1px solid #E0E0E0;
}
.nl_nav li:nth-last-child(1) p{
	border: 0;
}
.nl_nav li.nl_nav_on,
.nl_nav li:hover{
	color: #0087CB;
}
/*新闻内容*/
.nl_news{
	width: 100%;
	margin-top: 30px;
}
.nl_list li{
	margin: 0 auto 20px;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 24px;
}
.nl_list li>a{
	display: block;
	height:177px;
	margin: 0 auto;
	padding:15px;
}
.nl_list li:hover>a{
	box-shadow:0px 3px 15px 0px rgba(102, 102, 102, 0.3);
}
.nl_list li:hover h6{
	color: #EC7700;
}
.nl_list li:hover .nl_text{
	border: 0;
}
.nl_img{
	width:219px;
	height:145px;
	overflow: hidden;
	float: left;
}
.nl_img img{
	width: 100%;
	display: block;
}
.nl_text{
	width: 550px;
	float: right;
	padding: 0;
}
.nl_text h2{
	font-size:18px;
	font-weight:bold;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nl_text .nl_text_p{
	height:48px;
	font-size:14px;
	color:#666666;
	line-height:24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	margin: 10px 0 5px;
}
.nl_text b{
	display: block;
	font-size:14px;
	color:#C5322D;
	line-height:24px;
}
.nl_text span{
	display: block;
	font-size:12px;
	color:#9A9A9A;
	line-height:24px;
	margin-top: 10px;
}
/*右边*/
.nr_tit{
	width: 100%;
	height:39px;
	background:#F5F5F5;
}
.nr_tit h6{
	line-height: 39px;
	padding-left: 14px;
	font-size:16px;
	color: #666666;
}
.nr_tit h6 span{
	color:#656565;
	font-size:24px;
}
.nr_list{
	width: 100%;
	margin-top: 15px;
}
.nr_list a{
	display: block;
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E5E5E5;
}
.nr_list .color{
	width:17px;
	border-radius:4px;
	line-height: 17px;
	text-align: center;
	border:1px solid #D4D4D4;
	color: #7A7A7A;
	font-size: 12px;
}
.nr_list a:nth-last-child(1) p{
	border: 0;
}
.nr_list p{
	width: 90%;
	font-size:14px;
	color:#999999;
	margin-left: 3%;
	padding-left: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nr_list a:hover p{
	color: #333333;
}
.nr_list .color1{
	background: #D42D24;
	border: 1px solid #D42D24;
	color: #FFFFFF;
}
.nr_list .color2{
	background: #EC7700;
	border: 1px solid #EC7700;
	color: #FFFFFF;
}
.nr_list .color3{
	background: #F7B500;
	border: 1px solid #F7B500;
	color: #FFFFFF;
}
.nr_img{
	width: 100%;
	margin: 30px 0;
	position: relative;
}
.nr_img img{
	display: block;
	width: 100%;
}
.nr_img p{
	text-align: center;
	position: absolute;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
}
.nr_ewm{
	width: 100%;
	height: 323px;
	background: #F5F5F5;
	overflow: hidden;
}
.nr_ewm .nr_ewm_img{
	width: 143px;
	height: 143px;
	margin: 78px auto 0;
	background: #FFFFFF;
}
.nr_ewm .nr_ewm_img img{
	width: 100%;
	display: block;
}
.nr_ewm p{
	font-size:24px;
	color:#676767;
	text-align: center;
	margin-top: 20px;
}
.news_main .about_tit_r{
	display: none;
}
.news_more{
	display: block;
	width: 110px;
	text-align: center;
	font-size:24px;
	color:#8A8693;
	line-height:36px;
	margin: 70px auto 0;
}
@media only screen and (max-width: 768px) {
	.ba_news h6{
		font-size:18px;
		line-height:18px;
	}
	.ba_news span{
		width:28px;
		height:2px;
		margin: 8px 0;
	}
	.ba_news p{
		font-size:12px;
		line-height:12px;
	}
	/*新闻页面*/
	.nl_list li>a{
		padding: 0;
		height: auto;
	}
	.newsc{
		margin: 0 auto 50px;
	}
	.newsc_con{
		width: 100%;
		margin: 0px auto 40px;
		display:block;
	}
	.newsc_l{
		width: 100%;
	}
	.newsc_r{
		display: none;
	}
	/*左边*/
	/*头部列表*/
	.nl_nav{
		width: 100%;
		height: 42px;
	}
	.nl_nav li{
		width:33.33%;
		line-height:42px;
		font-size:14px;
		font-weight: bold;
	}
	.nl_nav li p{
		text-align: center;
		height: 25px;
		line-height: 25px;
		margin-top: 7.5px;
		padding: 0;
		border: 0;
	}
	.nl_nav li.nl_nav_on{
		background: #0087CB;
		color: #FFFFFF;
	}
	/*新闻内容*/
	.nl_news{
		width: 94%;
		margin: 0 auto;
		margin-top: 31px;
	}
	.nl_list li{
		margin: 0 auto;
		overflow: hidden;
		border-bottom: 1px solid #E5E5E5;
		padding-bottom: 14px;
		margin-bottom: 14px;
	}
	.nl_list li:hover{
		box-shadow:none;
	}
	.nl_list li a{
		display: flex;	
		display: -webkit-flex;
	}
	.nl_img{
		width: 32%;
		height: 98px;
		overflow: hidden;
	}
	.nl_img img{
		width: 100%;
	}
	.nl_text{
		flex: 1;
		padding: 0 0 0 12px;
	}
	.nl_text h2{
		font-size:14px;
		height: 14px;
		line-height:14px;
	}
	.nl_text .nl_text_p{
		height: 52px;
		font-size: 12px;
		line-height:18px;
		margin: 10px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.nl_text p{
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: flex-end;
	}
	.nl_text span{
		font-size:12px;
		line-height:12px;
		margin-top:0;
	}
	.nl_text b{
		display: none;
	}
	.news_more {
		width: 80px;
		font-size: 12px;
		line-height: 24px;
		margin: 32px auto 0;
	}
}
/**********新闻详情页*******************/
.article {
	overflow: hidden;
}
.share_wrap .bshare-custom.icon-medium-plus .bshare-weixin,
.share_wrap .bshare-custom.icon-medium-plus .bshare-sinaminiblog,
.share_wrap .bshare-custom.icon-medium-plus .bshare-qzone {
	width: 24px;
	height: 24px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 5px;
	padding: 0;
}
.new_bottom .bshare-custom.icon-medium-plus .bshare-weixin,
.share_wrap .bshare-custom.icon-medium-plus .bshare-weixin {
	background: url(../img/share01.png) no-repeat center;
	background-size: 100% 100%;
}
.new_bottom .bshare-custom.icon-medium-plus .bshare-sinaminiblog,
.share_wrap .bshare-custom.icon-medium-plus .bshare-sinaminiblog {
	background: url(../img/share02.png) no-repeat center;
	background-size: 100% 100%;
}
.new_bottom .bshare-custom.icon-medium-plus .bshare-qzone,
.share_wrap .bshare-custom.icon-medium-plus .bshare-qzone {
	background: url(../img/share03.png) no-repeat;
	background-size: 100% 100%;
}
.bsTop{
	width: auto !important;
}
.bsFrameDiv>div{
	width: 100% !important;
	height: 100% !important;
}
.bsFrameDiv>div>img{
	margin: 12px 15px !important;
}
/**/
.article .article_title {
	font-size: 36px;
	color: #333;
	line-height: 36px;
	margin-bottom: 16px;
	text-align: center;
}
.article .article_date {
	font-size: 14px;
	color: #999999;
	margin-bottom: 32px;
	text-align: center;
}
.article p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #666666;
	text-align: justify;
}
.article p img {
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}
/*分享*/
.share_wrap {
	border-top: 1px solid #E5E5E5;
	overflow: hidden;
	padding-top: 10px;
	line-height: 36px;
	text-align: right;
}
.share_wrap span {
	display: inline-block;
	float: right;
	font-size: 18px;
	color: #656565;
	margin-right: 10px;
}
.art_page {
	float: left;
	font-size: 16px;
	color: #999999;
}
.art_page:nth-child(1):after {
	content: '';
	height: 14px;
	margin: 0 30px;
	border-left: 1px solid #D0D0D0;
}
.nr_ewm .ba_xcx{
	position: relative;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.nr_ewm .ba_xcx p{
	font-size:14px;
	margin: 0;
}
.nr_ewm .ba_xcx span {
	display: block;
	font-size:24px;
	font-weight:500;
	color:#43964E;
}
@media only screen and (max-width: 767px) {
	.share_wrap .bshare-custom.icon-medium-plus .bshare-weixin,
	.share_wrap .bshare-custom.icon-medium-plus .bshare-sinaminiblog,
	.share_wrap .bshare-custom.icon-medium-plus .bshare-qzone{
		width: 18px;
	    height: 18px;
	    margin-left: 2px;
	    margin-right: 10px;
    	margin-top: 6px;
	    padding: 0;
	}
	nav.new_nav{
		border-bottom-color: #f2f2f2;
		background: #fff;
	}
	nav.new_nav .navbar-toggle .icon-bar {
	    background-color: #22355a;
	}
	.article{
		margin-top: 30px;
		padding: 0 3%;
	}
	.article .article_title{
		font-size: 18px;
		margin-bottom: 0;
	}
	.newsc_l .intro_tit{
		font-size: 15px;
	}
	/*文章*/
	.article{
		padding-bottom: 25px;
	}
	.article .article_date{
		text-indent: 0;
		font-size: 12px;
		color: #999999;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.article p{
		text-indent: 2em;
		font-size: 12px;
		line-height:20px;
		margin-bottom: 10px;
		text-align: justify;
	}
	.article p img{
		width: 100%;
	}
	.share_wrap{
		font-size: 13px;
		overflow: hidden;
		padding-top: 10px;
		line-height: 36px;
		text-align: right;
		width: 94%;
		margin: 0 auto;
	}
	.share_wrap span{
		display: inline-block;
		margin-right: 10px;
		font-size: 12px;
	}
	.art_page{
		/*display: none;*/
		float: left;
		font-size: 14px;
		color: #666;
	}
	.art_page:hover{
		color: #A88561;
	}
	.art_page:nth-child(1):after{
		content: '';
		height: 14px;
		margin: 0 10px;
		border-left: 1px solid #999;
	}
	.reNews a{
		display: block;
		margin: 20px auto 0;
		width:210px;
		height:38px;
		border:1px solid #4597DD;
		border-radius:20px;
		font-size:14px;
		color:#4597DD;
		text-align: center;
		line-height:36px;
	}
}
.public_detail .newsc_l {
	width: 100%;
}
/*网站地图*/
.map_tit{
	width: 100%;
	height: 50px;
	background: #F2F2F2;
}
.map_tit p{
	width: 1200px;
	margin: 0 auto;
	font-size:28px;
	font-weight:500;
	color:#333333;
	line-height:50px;
}
.map_con{
	width: 1200px;
	margin: 0 auto 140px;
}
.map_list{
	margin-top: 55px;
	width: 100%;
}
.map_con_tit{
	font-size:24px;
	font-weight:500;
	padding-left: 20px;
	border-left: 4px solid #333333;
	margin-bottom: 20px;
}
.map_list ul{
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
	background: #F2F2F2;
}
.map_list ul li{
	float: left;
	font-size:16px;
	font-weight:500;
	color:#666666;
	line-height:36px;
	margin-right: 20px;
}
.map_list ul li a:hover{
	color: #000000;
}

@media only screen and (max-width: 768px) {
	/*网站地图*/
	.map_tit{
		width: 100%;
		height: 50px;
	}
	.map_tit p{
		width: 95%;
		margin: 0 auto;
		font-size:14px;
		line-height:50px;
	}
	.map_con{
		width: 95%;
		margin: 0 auto 50px;
	}
	.map_list{
		margin-top: 30px;
	}
	.map_con_tit{
		font-size:12px;
		padding-left: 10px;
		border-left-width: 2px;
		margin-bottom: 10px;
	}
	.map_list ul{
		padding: 15px;
		background: #F2F2F2;
	}
	.map_list ul li{
		float: left;
		font-size:12px;
		line-height:24px;
		margin-right: 10px;
	}
}
/*************新增页面****************/
/*************贵州分公司**************/
.problem{
	margin: 114px 0 106px;
}
.problem_con{
	justify-content: space-between;
}
.problem_text{
	width: 540px;
}
.problem_text h3{
	font-size:30px;
	font-weight:600;
	line-height:30px;
}
.problem_text span{
	display: block;
	width:47px;
	height:4px;
	background:#00A03E;
	margin: 16px 0 25px;
}
.problem_text p{
	font-size:18px;
	line-height:36px;
	text-align: justify;
}
.problem_img{
	width: 600px;
}
.problem_img img{width: 100%;}
@media only screen and (max-width: 767px) {
	/*贵州晓洁环保科技开发有限公司*/
	.problem{
		margin: 24px 0 40px;
	}
	.problem_con{
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	.problem_text{
		width: 100%;
	}
	.problem_text p{
		text-indent: 1em;
		font-size:12px;
		line-height:22px;
	}
	.problem_text h3{
		font-size: 18px;
	}
	.problem_img{
		margin: 15px 0 0;
	}
	.problem_img,.problem_text{
		width: 100%;
	}
	.problem_text span {
		display: block;
		width: 30px;
		height: 2px;
		margin: 8px 0 12px;
	}
}
/*晓洁环保 助力打造新生活*/
.title1{
	text-align: center;
}
.title1 h3{
	font-size:30px;
	font-weight:600;
	line-height:30px;
}
.title1 span{
	display: block;
	width:50px;
	height:4px;
	background:#00A03E;
	margin: 16px auto 0;
}
.fk_adv{
	padding: 70px 0 110px;
	background: #F9FAFB;
}
.fk_adv_con{
	margin: 40px auto 0;
}
.topP{
	color:#666666;
	line-height:30px;
	text-align: center;
}
.fk_adv_list{
	margin: 69px auto 0;
}
.fk_adv_list>li{
	width: 15.5%;
	margin-right: 5.625%;
	background: #0088D1;
	height: 187px;
	border-radius:8px;
	box-shadow:0px 1px 8px 0px rgba(204, 204, 204, 0.4);
}
.fk_adv_list>li:last-child{
	margin-right: 0;
}
.fk_adv_list>li img{
	width: 68px;
	height: 68px;
	margin: 30px auto 25px;
}
.fk_adv_list>li p{
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 22px;
}

@media only screen and (max-width: 767px) {
	.title1 h3{
		font-size:18px;
		line-height:18px;
	}
	.title1 span{
		width:30px;
		height:2px;
		margin: 8px auto 0;
	}
	.topP{
		line-height:20px;
		text-align: center;
		font-size: 12px;
	}
	.fk_adv{
		padding: 45px 0 24px;
	}
	.fk_adv_con{
		margin: 18px auto 0;
	}
	.fk_adv_list{
		margin: 18px auto 0;
		justify-content: center;
	}
	.fk_adv_list>li{
		width: 28%;
		margin-right: 8%;
		margin-bottom: 16px;
		height: 120px;
	}
	.fk_adv_list>li:nth-child(3),
	.fk_adv_list>li:last-child{
		margin-right: 0;
	}
	.fk_adv_list>li img{
		width: 48px;
		height: 48px;
		margin: 18px auto 14px;
	}
	.fk_adv_list>li p{
		font-size: 12px;
		line-height: 16px;
	}
}
/*PK其他环保工程更胜一筹*/
.pk{
	margin: 80px 0 110px;
}
.pk_con{
	margin: 50px auto 0;
}
.pk_item{
	width: 50%;
	text-align: center;
	background: #EFEFEF;
}
.pk_item h4{
	font-size:24px;
	font-weight:600;
	color:#FFFFFF;
	line-height:80px;
	background: #C9CACA;
}
.pk_item p{
	line-height: 50px;
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #E4E4E4;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
}
.pk_item:nth-child(2){
	background:rgba(0,135,203,.1);
}
.pk_item:nth-child(2) h4{
	background: #0087CB;
}
.pk_item p:last-child{
	border: 0;
}
.pk_item h4 img{
	display: inline-block;
	width: 44px;
	height: 44px;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.pk{
		margin: 35px 0 ;
	}
	.pk_con{
		margin: 18px auto 0;
	}
	.pk_item{
		width: 100%;
	}
	.pk_item h4{
		font-size:16px;
		line-height:55px;
	}
	.pk_item p{
		line-height: 30px;
		font-size: 12px;
	}
	.pk_item h4 img{
		width: 22px;
		height: 22px;
	}
}
/*晓洁为您提供特色服务*/
@media only screen and (min-width: 768px) {
	.pd_service .topP {
		text-align: justify;
		font-size: 18px;
	}
	.pd_service_con{
		margin: 40px auto 140px;
	}
	.pd_service_list>li{
		padding: 0 2%;
		width: 20%;
		height:240px;
		background:#FFFFFF;
		text-align: center;
		transition: 0.2s;
	}
	.pd_service_list .ser_num{
		position: relative;
		width: 100%;
	}
	.pd_service_list .ser_num span{
		display: block;
		font-size:72px;
		font-weight:bold;
		color:#EFEFEF;
		line-height:72px;
	}
	.pd_service_list .ser_num h6{
		width: 100%;
		position: absolute;
		font-size:24px;
		font-weight:600;
		line-height:33px;
		bottom: 4px;
	}
	.pd_service_list>li p{
		font-size:14px;
		color:#727171;
		line-height:24px;
		height: 72px;
		margin: 10px 0 0;
	}
	.pd_service_list>li:hover{
		z-index: 3;
		box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.21)
	}
	.pd_service_list{
		margin: 30px auto 0;
	}
	.pd_service_list>li:nth-child(2){
		background:#F9F9F9;
	}
	.pd_service_list>li:nth-child(3){
		background:#F5F5F5;
	}
	.pd_service_list>li:nth-child(4){
		background: #ECECEC;
	}
	.pd_service_list>li:nth-child(4) .ser_num span{
		color: #E4E4E4;
	}
	.pd_service_list>li:nth-child(5){
		background: #E4E4E4;
	}
	.pd_service_list>li:nth-child(5) .ser_num span{
		color: #DBDBDB;
	}
}
@media only screen and (max-width: 767px) {
	.pd_service_con{
		width: 94%;
		margin: 18px auto 40px;
	}
	.pd_service .title{
		margin-bottom: 15px;
	}
	.pd_service_list>li{
		flex-direction: row;
		width:100%;
		height:100px;
		margin-bottom: 5px;
	}
	.pd_service_list .ser_num{
		width: 92px;
		text-align: center;
		font-size:50px;
		font-weight:bold;
		color:#EFEFEF;
		line-height:50px;
	}
	.pd_service_text{
		flex: 1;
	}
	.pd_service_text h6{
		font-size:14px;
		font-weight:600;
		line-height:20px;
	}
	.pd_service_text p{
		font-size:12px;
		font-weight:400;
		color:#727171;
		line-height:18px;
		margin: 8px 0 0;
	}
	.pd_service_list>li:nth-child(2){
		background:#F9F9F9;
	}
	.pd_service_list>li:nth-child(3){
		background:#F5F5F5;
	}
	.pd_service_list>li:nth-child(4){
		background: #ECECEC;
	}
	.pd_service_list>li:nth-child(4) .ser_num span{
		color: #E4E4E4;
	}
	.pd_service_list>li:nth-child(5){
		background: #E4E4E4;
	}
	.pd_service_list>li:nth-child(5) .ser_num span{
		color: #DBDBDB;
	}
}
/**************衡阳保洁项目************/
/*六大优势，为您保驾护航*/
.hy_adv{
	background: #F7F7F7;
	padding: 78px 0 14px;
}
.hy_adv .title1 span{
	background: #0087CB;
}
.hy_adv_list{
	margin: 80px auto 0;
}
.hy_adv_list>li{
	width:293px;
	margin-right: 160.5px;
	margin-bottom: 90px;
	text-align: center;
}
.hy_adv_list>li:nth-child(3n){
	margin-right: 0;
}
.hy_adv_list>li img{
	margin: 0 auto;
	width:94px;
	height:94px;
	border-radius:50%;
}
.hy_adv_list>li h6{
	font-size:20px;
	line-height:48px;
	margin: 24px 0 10px;
}
.hy_adv_list>li p{
	color:#666666;
	line-height:24px;
}
@media only screen and (max-width: 767px) {
	.hy_adv{
		padding: 35px 0 55px;
	}
	.hy_adv_list{
		margin: 36px auto 0;
	}
	.hy_adv_list>li{
		padding: 0 10px 16px;
		width:48%;
		margin-right: 4%;
		margin-bottom: 13px;
		background: #FFFFFF;
		box-shadow:0px 1px 9px 0px rgba(153,153,153,0.3);
	}
	.hy_adv_list>li:nth-child(3n){
		margin-right: 4%;
	}
	.hy_adv_list>li:nth-child(2n){
		margin-right: 0%;
	}
	.hy_adv_list>li img{
		margin: 15px auto 0;
		width:47px;
		height:47px;
	}
	.hy_adv_list>li h6{
		font-size:15px;
		line-height:24px;
		margin: 15px 0 10px;
	}
	.hy_adv_list>li p{
		color:#666666;
		line-height:15px;
		font-size: 12px;
		text-align: left;
	}
}
/**/
.main7 .title1 span{
	background: #0087CB;
}
.main7{
	margin: 105px auto 180px;
}
.main7_con{
	margin: 80px auto 0;
	position: relative;
}
.main7_swp {
  width: 1035px;
  margin: 0 auto;
  position: static;
}
.main7_swp img{
	width: 100%;
}
.main7_swp .swiper-slide {
  width: 801px;
  position: relative;
  opacity: 0.7;
}
.main7_swp .swiper-slide-active{
	opacity: 1;
}
.main7_con .swiper-button-next,
.main7_con .swiper-button-prev{
	width:18px;
	height:34px;
	margin-top: -17px;
}
.main7_con .swiper-button-next:after,
.main7_con .swiper-button-prev:after{
	display: none;
}
.main7_con .swiper-button-next{
	background: url(../img/fengongsi/arrow_right.png) no-repeat;
	background-size: 100% 100%;
	right: 0;
}
.main7_con .swiper-button-prev {
	background: url(../img/fengongsi/arrow_left.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
}

@media only screen and (max-width: 767px) {
	.main7{
		margin: 52px auto 58px;
	}
	.main7_con{
		margin: 30px auto 25px;
	}
	.main7_swp {
	  width: 85%;
	}
	.main7_swp .swiper-slide {
	  width: 230px;
	}
	.main7_con .swiper-button-next,
	.main7_con .swiper-button-prev{
		width:9px;
		height:17px;
		margin-top: -8px;
	}
}



.page{
	width:100%;
	display:flex;
}
.page .m-style{
	margin: 0 auto;
}



