@charset "utf-8";
/* CSS Document */
html,body{min-width: 1200px;background:#ffffff;}

.wrapper{width:100%;height: auto;overflow: hidden;}
.content{width:1200px;margin: 0 auto;height:auto;overflow: hidden;}
.content1{width:1200px;margin: 0 auto;height:auto;height:90px}
/*头部*/
.head{height:90px;line-height:90px;border-bottom:1px solid rgba(255, 255, 255, 0.3);position: fixed;z-index:5;top:0px;left:0px;width:100%;}
.head .content{height:90px;}
.headwhite{background: #FFFFFF;
	box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.12);}
.headwhite .nav a{color:#1D63BE}
.logo{height:44px;float: left;margin-top:23px;}
#logo1{display: none;}
.nav{font-size:14px;height:100%;float:left;padding-left:132px;}
.nav a{margin-left:80px;float:left;height:100%;display:block;color:#BBC6CF;}
.nav a:hover{color:#ffffff;}
.head_active{color:#ffffff !important;border-bottom: 3px solid #ffffff;box-sizing: border-box;}
.headwhite .head_active{color:#1D63BE !important;border-bottom: 3px solid #0E4EA0;}
.headwhite .nav a:hover{color:#1D63BE;}

/*尾部*/
.footer{background: #0E4EA0;padding:52px 0px 0px 0px;}
.footer-topw{display: flex;justify-content: center;width: 100%;padding-bottom:60px;}
.footer-top{display: flex;align-items:center;margin:0 auto}
.footer-top p{font-size:14px;color: #FFFFFF;}
.footer-top img{width:160px;float: left;margin-right:120px;}
.footer-line{width:1200px;height:1px;background:#3E71B3;margin:0 auto}
.footer-bottom{height:196px;line-height: 96px;font-size:14px;color:#ffffff;text-align: center;}

/* 咨询*/
.wposi{position: absolute;top:60px;right:-8px;display: none;}
.wposi img{height:112px;}
#wposi:hover .wposi{display: block;}


/*首页*/
#swiperbanner{width:100%;}
#swiperbanner .swiper-wrapper{width:100%;position: relative;}
#swiperbanner .swiper-wrapper .swiper-slide{width:100%;}
#swiperbanner .swiper-wrapper .swiper-slide a{display: block;}
#swiperbanner .swiper-wrapper .swiper-slide img{width:100%;}
#swiperbanner .swiper-pagination-bullet{opacity: 1;background:#4f4f4f;width:40px;height:5px;border-radius:5px;}
#swiperbanner .swiper-pagination-bullet-active{background:#fff;}
.swiper-position{width:100%;height:100%;position: absolute;top:0px;left:0px;z-index: 3;}
.banner{width:100%;position:relative;min-height:300px;}
.banner_img{width:100%;}
.banner_posi{position:absolute;width:1200px;left:50%;margin-left:-600px;top:50%;margin-top:-168px;}
.banner_img1{height:68px;}
.banner_posi p{font-size:34px;color:#ffffff;padding-top:12px;}
.banner_button{display:block;width:216px;height:64px;line-height:64px;text-align:center;font-size:28px;color:#fff;background:#1e2738;margin-top:30px;}
.banner_button:hover{color:#fff;}
.h1img{width: 100%;text-align: center;padding-top:10%;padding-bottom:38px;}
.h1img img{height:55px;width:auto !important;}
.h2{font-size:22px;color: #E9F5FF;text-align: center;padding-bottom:46px;}
.input{width: 878px;
	position: relative;
	padding-left:44px;box-sizing:border-box;margin: 0 auto;overflow: hidden;height: 48px;background: rgba(255,255,255,0.2);border-radius: 6px;border: 1px solid rgba(255,255,255,0.9);}
.input a{display: block;height:48px;line-height: 48px;}
.input input{background:none;width:100%;height:46px;font-size:16px;color:#ffffff;line-height:46px;}
.input input::-webkit-input-placeholder{ 
    color:#ffffff;
}
.input input::-moz-placeholder{ 
    color:#ffffff;
}
.input input:-moz-placeholder{ 
    color:#ffffff;
}
.input input:-ms-input-placeholder{  
    color:#ffffff;
}
.input-search{width:auto !important;height:20px;position:absolute;top:50%;transform: translateY(-50%);left:14px;}

.perennial_care li:hover .lipos{animation:myfirst 1.5s forwards;
-moz-animation:myfirst 1.5s forwards; /* Firefox */
-webkit-animation:myfirst 1.5s forwards; /* Safari and Chrome */
-o-animation:myfirst 1.5s forwards; /* Opera */
}
@keyframes myfirst
{
from {background:rgba(30,39,56,0.52);}
	to {background:rgba(30,39,56,1);}
}

@-moz-keyframes myfirst /* Firefox */
{
from {background:rgba(30,39,56,0.52);}
	to {background:rgba(30,39,56,1);}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
from {background:rgba(30,39,56,0.52);}
	to {background:rgba(30,39,56,1);}
}

@-o-keyframes myfirst /* Opera */
{
from {background:rgba(30,39,56,0.52);}
	to {background:rgba(30,39,56,1);}
}
.search-text{font-size:16px;color: #C6E3FF;width:878px;margin:0 auto;padding-top:14px;}
.buttonw{width:100%;height: auto;padding-top:4.2%;}
.button-wrapper{width:320px;margin:0 auto;height: 48px;}
.button{width: 150px;
	box-sizing: border-box;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	float: left;
	height: 48px;
	line-height: 48px;
	background: rgba(255,255,255,0.2);
	border-radius: 24px;
	border: 1px solid #FFFFFF;
	margin-left:10px;
	}
.cg{background: linear-gradient(110deg, #ADEF56 0%, #1D58BB 100%);margin-left:20px;border: none;}
.button:hover{	background: linear-gradient(110deg, #ADEF56 0%, #1D58BB 100%);border: none;cursor:pointer;}


.title{font-size: 44px;color: #323854;font-weight: 600;text-align: center;position: relative;padding:70px 0px 24px 0px;}
.white{color:#ffffff;}
.title::after{content:"";width: 100px;height: 8px;background: linear-gradient(109deg, #8AC141 0%, #1D58BB 100%);
border-radius: 4px;position: absolute;left:50%;margin-left:-50px;bottom:0px;}
.white::after{background:#ffffff;}
.part1{height: auto;overflow:hidden;clear: both;padding-bottom: 70px;}
.part1-left{width:580px;height:auto;overflow: hidden;float: left;padding-top:60px;}
.part1li{width:580px;height:auto;overflow: hidden;margin-bottom:30px;}
.part1li-left{width:106px;height:auto;float:left;}
.part1li-left img{width:100%;transition: all 0.6s;}
.part1li-left img:hover{
	//transform: scale(1.3); 
	 				transition: 1s;/* 定义旋转过渡时间 */
			 	transform:rotate(-360deg);/* 定义旋转的角度 */
				/* 下面是兼容处理 */
			 	-ms-transform:rotate(-360deg); /* IE 9 */
			 	-moz-transform:rotate(-360deg); /* Firefox */
			 	-webkit-transform:rotate(-360deg); /* Safari and Chrome */
			 	-o-transform:rotate(-360deg); /* Opera */
	}
.part1li-right{height:106px;float:left;padding-left: 20px;position: relative;width:474px;}
.part-right-center{position: absolute;top:50%;transform: translateY(-50%);}
.part-right-center-h1{font-size:22px;color: #323854;font-weight: 500;padding-bottom:14px;}
.part-right-center-p{color: #505672;font-size: 16px;line-height: 28px;}
.part1-right{width:536px;float:right;margin-top: -15px;}
.part2background{width:100%;height:auto;overflow: hidden;background:url(../images/part2background.png) no-repeat;background-size: 100% 100%;}
.part2{width: 100%;height: auto;overflow: hidden;padding:24px 0px 0px 0px}
.part2li{width:33.3%;height:auto;overflow: hidden;float:left;}
.part2li-img{width:100%;text-align: center;}
.part2{padding:5px 0px 70px 0px;}
.part2 .part3li:first-child{margin:0px;}
.part2 .part3li{background: none !important;height:auto;overflow: hidden;padding:0px 92px;box-sizing: border-box;}
.part2 .part-right-center-h1{color:#ffffff}
.part2 .part-right-center-p{color:#C1C8E8}
.part2 .part-right-center-h1{text-align: center}
.part3{width:100%;height: auto;overflow: hidden;padding:60px 0px 70px 0px;}
.part3 .part3li:first-child{margin:0px;}
.part3li{width: 360px;height: 256px;background: #FFFFFF;margin-left:50px;
	box-shadow: 0px 15px 60px 0px rgba(92,105,127,0.25);float: left;}
.part3li-left{width:122px;text-align: center;height:100%;float: left;}
.part3li-left img{height:80px;position: relative;top:50%;margin-top:-40px}
.part3li-left img:hover{transition: 1s;transform: scale(1.5); }
.part3li-right{height:100%;float: left;width:238px;position: relative;}
.part3li-right .part-right-center{padding-right:30px;box-sizing: border-box;}
.part4background{width:100%;height:auto;overflow: hidden;background:url(../images/part4background.png) no-repeat;background-size: 100% 100%;}
.part4{padding:70px 0px;height: auto;overflow: hidden;}
.part4li{height:300px;box-shadow: 0px 15px 60px 0px rgba(92,105,127,0.1);padding:0px 44px;box-sizing: border-box;}
.part4li-img{padding:42px 0px 32px 0px;text-align: center;}
.part4li-img img{width:76px}
.part4li-img img:hover{
	 			transition: 1s;/* 定义旋转过渡时间 */
			 	transform:rotate(-360deg);/* 定义旋转的角度 */
				/* 下面是兼容处理 */
			 	-ms-transform:rotate(-360deg); /* IE 9 */
			 	-moz-transform:rotate(-360deg); /* Firefox */
			 	-webkit-transform:rotate(-360deg); /* Safari and Chrome */
			 	-o-transform:rotate(-360deg); /* Opera */
	}
.part4li .part-right-center-h1{text-align: center;}
.part4 .part4li:first-child{margin:0px;}
.part5{padding:116px 0px 70px 0px;position: relative;}
.part5-left{height:678px;position: relative;left:-249px;}
.part5-right{height: auto;overflow: hidden;width:600px;position: absolute;right:0px;top:74px;}
.part5 .part1li-left{width:65px;margin-right:10px;margin-top:40px;}
.part5 .part1li-right{height:150px;}
.part5 .part1li{margin:0px;}
.part6{padding: 74px 0px 70px 0px;height: auto;overflow: hidden;}
.part6li{width:	175px;height:70px;float:left;margin-left:28px;margin-bottom:20px;}
.part6li img{width:100%;height:100%;transition: all 0.3s;}
.part6li img:hover{
	//transform: scale(1.2); 
  //-webkit-transform: scale(1,-1);
  //-moz-transform: scale(1,-1);
  //transform: rotate(-120deg);
  border:1px solid red;
  padding:5px;
	}
.part6 .part6li:nth-child(6n+1){margin-left:5px;}

.part7{width:100%;height:auto;overflow:hidden;padding:70px 0px;}
.part7-h1{color: #323854;font-size:44px;font-weight: 500;text-align: center;padding-bottom:10px;}
.part7-p{font-size:30px;color: #6C7394;text-align: center;}
.form{width:100%;height:auto;overflow:hidden;display:flex;justify-content: center;padding-top:40px;}
.form-center{height:auto;overflow:hidden;}
.form-center-li{float:left;height:40px;line-height: 40px;margin-left:10px;margin-bottom:30px;position: relative;}
.yzm{height:100%;position: absolute;right:0px;top:0px}
//.form-center .form-center-li:nth-child(2n+1){margin: 0px;}
.form-center-li-text{font-size:16px;height:40px;color: #50982c;float: left;margin-right:15px;}
.form-center-li input{width: 200px;height:40px;line-height: 40px;font-size:18px;padding-left:10px;box-sizing: border-box;border-radius: 4px;}
.form-center-li button{
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 40px;
	border-radius: 4px;
	background: #50982c;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: none;
}
.footerForm{
	display: block;
	width: 100%;
	height: 110px;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 90;
}

/*采购信息*/
.wraall{padding-top:90px;height: auto;overflow: hidden;}
.purchase{padding:50px 0px 0px 0px}
.purchase-top1{height: auto;overflow: hidden;padding-bottom:32px;}
.purchase-top1-left{width:110px;height:48px;line-height:48px;color: #323232;font-size:14px;float:left;}
.purchase-top1-right{width:1090px;height:auto;overflow: hidden;float: left;}
.purch-input{width:638px;height:48px;border-radius: 6px;
	overflow: hidden;position: relative;
}
.purchase-top2{height: auto;overflow: hidden;}
.purchase-top2-left{height:36px;line-height:36px;padding-top:8px;}
.purchase-top2-right{line-height:36px;border-bottom: 1px solid #E2E2E2;padding:8px 0px;}
.purchase-top2-right a{color:#999999;font-size:14px;margin-right:18px;}
.purchase-active{color:#0E4EA0 !important}
.purch-input input{
	border-radius: 6px 0px 0px 6px;
	border: 1px solid #DDDDDD;width:638px;height:48px;line-height: 48px;font-size: 16px;color:#999999;padding-left:44px;box-sizing: border-box;}
.search-button{width: 113px;
	position:absolute;
	right:0px;
	top:0px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color:#ffffff;
    border-radius: 0px 6px 6px 0px;
	font-size:14px;
	background: #0E4EA0;
	cursor: pointer;
	}
.line{
	border-bottom:1px solid #E2E2E2;
}
.table-title{line-height:85px;height:85px;
	font-weight: 600;
    color: #323232;
	font-size: 14px;}
.li1{width:660px;float:left;}
.li3{width:170px;float:right;text-align: center;}
.li4{width:100px;float:right;}
.table-title .li1{line-height:85px;}
.table-title .li3{line-height:85px;}
.table-li{line-height: 68px;border-bottom:1px dashed #E2E2E2;height: auto;overflow: hidden;}
.table-li .li1{font-size: 16px;line-height:28px;padding:20px 0px;}
.tableli .li1 span{color:#ffffff;font-size:14px;border-radius: 2px;padding:2px 6px;margin-right: 10px;}
.color1{background:#FCA500;}
.color2{background:#8AC141;}
.color3{background:#FF9038;}
.color4{background:#F25B6F;}
.color5{background:#E448AE;}
.color6{background:#B236E8;}
.color7{background:#7352D5;}
.color8{background:#4574EC;}
.color9{background:#45C1EC;}
.color10{background:#22D87D;}
.color11{background:#53CAB8;}
.color12{background:#7ECA53;}
.color13{background:#D09649;}
.color14{background:#D06C49;}
.color15{background:#ED7474;}

.imglione{height:16px;margin-right:5px;position: relative;top:-1px;}
.buttonwrapper{width:100%;padding:70px 0px;}
.loadmore{width: 200px;line-height:56px;
	font-weight: 500;
	margin:0 auto;
	font-size: 16px;
	color:#ffffff;
	height: 56px;
	text-align: center;
	background: #0E4EA0;
	box-shadow: 0px 8px 15px 0px rgba(14,78,160,0.2);
	border-radius: 4px;}
.loadmore img{width:14px;margin-left:8px;}


/*案例分享*/
.case-title{width:100%;height:48px;line-height: 48px;border-bottom:2px solid #0E4EA0;margin:40px 0px 20px 0px}
.case-title-text{height:48px;font-size:22px;font-weight: 600;
	padding:0px 46px 0px 12px;display:inline-block;
	color: #FFFFFF;background:url(../images/titleback.png) no-repeat;background-size: 100% 100%;}
.case1{height:auto;width:1200px;margin:0 auto;overflow: hidden;	
box-shadow: 2px 2px 17px 0px rgba(0,0,0,0.12);margin-bottom:40px;}
/* .caseyy{height:auto;overflow: hidden;width:1200px;} */
.case-one{width:50%;float:left;height:330px;}
.case-one-half{width:50%;height:auto;height:330px;float: left;box-sizing: border-box;}
.case-one-half img{width:100%;height: 330px;}
.case-text{padding:50px 40px 0px 40px;}
.case-text1{font-weight: 500;
	font-weight: 500;
	padding-bottom:16px;
	font-size: 22px;
	color: #323854;}
.case-text2{line-height:28px;color: #505672;font-size:16px;overflow: hidden;height: 200px;}
.case2{width:100%;height:auto;overflow: hidden;position: relative;}
.case2-left{width:43%;height:526px;float: left;position: relative;}
.case2-left img{width:100%;height:100%;}
.case2-right{width:57%;height:526px;float: left;background: #EDEFF4;}
.case2content{width:1200px;top:0px;height:100%;position:absolute;left: 50%;transform: translateX(-50%);}
.case2content-left{float:left;height:100%;}
.case2content-left p{font-weight: 600;margin-top:228px;
	color: #FFFFFF;
    font-size:44px;position: relative;}
.case2content-left p::after{content: "";position: absolute;width: 98px;
	height: 6px;
	background: #FFFFFF;bottom:-16px;left:0px;}
.case2content-right{height:100%;float: right;padding-top: 34px;
    box-sizing: border-box;}
.case2 .part1li{width:680px}
.case2 .part1li-right{width:574px;height:130px;}
.case3{width:100%;display: flex;justify-content: center;padding:50px 0px 60px 0px}
.case3part{width:auto;height:auto;overflow: hidden;}
.case3partli{position: relative;float:left;padding:0px 30px;}
.case3partli-line{position: absolute;width:100%;height:1px;
	background: #D1DFF4;left:0px;top:51.5px;}
.case3part .case3partli:first-child .case3partli-line{width:50%;left: inherit;right: 0px;}
.case3part .case3partli:last-child .case3partli-line{width:50%;}
.case3partli1{
	text-align: center;
	width:100%;
	font-size: 22px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 30px;
	background: linear-gradient(109deg, #54A0ED 0%, #1D58BB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}
.case3partli2{text-align: center;padding:12px 0px 18px 0px;}
.case3partli2 img{width:10px;position: relative;z-index: 2;}
.case3partli3{font-size: 16px;
	text-align: center;
	color: #505672;}
.case4-top{width:100%;height:220px;background:#EDEFF4;}
.case4-bottom{width:100%;height:134px;}
.case4{width:1200px;position: absolute;left:50%;margin-left:-600px;height:354px;top:0px;}
.case4-process{padding-top:50px;display: flex;justify-content: center;}
.case4-process-li{height:154px;width: 130px;margin-left:22px;
	background: #FFFFFF;
	box-shadow: 0px 8px 11px 0px rgba(0,0,0,0.1);}
.case4-process .case4-process-li:first-child{margin-left:0px}
.case4-process-li-img{text-align: center;padding:30px 0px 20px 0px;}
.case4-process-li-img img{height:50px;}
.case4-process-li-img img:hover{
	transform: scale(1.5); 
	}
.case4-process-li-text{font-size:16px;text-align: center;color: #505672;}

/*关于易办公*/
.about-bigimg{width:100%;position: relative;}
.about-bigimg img{width:100%;}
.about-tab{width:1200px;height:60px;position: absolute;bottom:0px;left:50%;margin-left:-600px;display: flex;justify-content: center;}
.about-tab-li{height:60px;width:248px;line-height: 60px;font-size:22px;color: #484848;text-align: center;background: rgba(255, 255, 255, 0.5);cursor: pointer;}
.about-tab-li a{display: block;color: #484848;}
.about-active{background:#ffffff;color:#0E4EA0;font-weight: 600;}
.about-introduction-h1{font-size:22px;font-weight: 600;color: #323854;padding:40px 0px 14px 0px;text-align: center;}
.about-introduction-p{text-align: center;font-size:16px;color: #505672;line-height: 28px;margin-bottom:60px;}
.introduction-content{height:496px;position: relative;width:1200px;margin:0 auto;position: relative;}
.introduction-content-wimg{position: absolute;top:0px;left:0px;height:100%;width:48%}
.introduction-content-squre{width: 972px;float: right;margin-top:33px;position: relative;
	height: 430px;
	padding:80px 60px 0px 0px;
	padding-left:28%;
	box-sizing: border-box;
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 10px 22px 0px rgba(0,0,0,0.1);}
.introduction-content-squre p{font-size:22px;color: #505672;padding-left:40px;margin-bottom:52px;}
.introduction-content-squre img{width:76px;position: absolute}
.squre-top-img{left:160px;top:50px;}
.squre-bottom-img{right:60px;bottom:50px;}
.about-introduction-bottom{width:1200px;margin:0 auto;display: flex;align-items: center;padding:50px 0px}
.about-introduction-bottom-img{width:170px;}
.about-introduction-bottom-p{padding:0px 0px 0px 30px;color: #505672;
	line-height: 28px;font-size:16px;}
.vision .title{padding:60px 0px 20px 0px;margin-bottom:30px;}
.backblue{background:#0E4EA0;width:100%;height:auto;overflow: hidden;}
.vision-li{width:25%;height:324px;float:left;position: relative;}
.vision-li img{width:100%;height:100%;}
.vision-li-content{width:100%;height:100%;text-align: center;position: absolute;left:0px;top:0px;background:rgba(99, 147, 209, 0.6)}
.visioncenter{position: relative;top:50%;transform: translateY(-50%);}
.vision-li-content-img{padding-bottom:30px;}
.vision-li-content-img img{width:64px;}
.vision-li-content-img img:hover{
	transform: scale(1.5); 
	transition: 1s;
	}
.vision-li-content-p{font-size:22px;color: #FFFFFF;}
.services1{width:100%;height:auto;overflow: hidden;padding-bottom:228px;padding-top:60px;}
.services1li{width:382px;height:422px;float:left;margin-left:26px;position: relative;}
.mc{width:100%;height:100%;position:absolute;left:0px;top:0px;background: linear-gradient(180deg, rgba(238,238,238,0) 0%, rgba(14,78,160,0.7) 100%);}
.services1 .services1li:first-child{margin:0px;}
.services1li img{width:100%;height:100%;}
.services-absolute{width:100%;position: absolute;padding:30px;box-sizing: border-box;bottom:0px;}
.services-absolute-title{font-weight: 500;color: #FFFFFF;font-size:22px;padding-bottom:10px;}
.services-absolute-p{font-size:16px;color: #FFFFFF;line-height: 28px;}
.services-wrapper{height:auto;position: relative;width:100%;}
.services2{width:1200px;margin:0 auto;height:auto;overflow: hidden;margin-top:-170px;}
.services2 .services2li:first-child{margin:0px;}
.services2li{width: 290px;
	background:#ffffff;
	margin-bottom:10px;
	padding:0px 20px;
	box-sizing: border-box;
	height: 295px;
	float:left;
	margin-left:13px;
	box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.1);}
.services2li-img{padding:40px 0px 30px 0px;text-align: center;}
.services2li-img img{height:100px;}
.services2li-img img:hover{
	transform: scale(1.5); 
	transition: 1s;
	}
.services2li-h1{font-size:22px;	color: #505672;margin-bottom:12px;height: 50px;}
.services2li-p{font-size:16px;color: #505672;line-height: 28px;}
.problem{height:auto;overflow:hidden;padding-top:23px;padding-bottom: 50px;}
.problem-li{height:auto;overflow:hidden;border-bottom:1px dashed #E3E3E3;padding:13px 0px;}
.problem-li-one{height:auto;overflow: hidden;display: flex;align-items: center;padding:7px 0px}
.problem-li-img img{width:24px;}
.problem-li-p{font-size:16px;color: #505672;padding-left:10px;}
.problem .problem-li:last-child{border:none}
.contactus{width:100%;height:auto;overflow:hidden;background:#ffffff;display: flex;align-items: center;padding-top:50px;margin-top:42px;margin-bottom: 60px;}
.contactus1{width:896px;height:auto;overflow: hidden;float:left;padding-top:20px;margin-bottom:28px}
.contactus1-one{margin-bottom:32px;height:auto;overflow: hidden;}
.contactus1-one-li{font-size:22px;color: #505672;height:38px;margin-left:60px;float: left;}
.contactus1-one-li img{margin-right:12px;height:38px;float:left;}
.contactus1-one-li p{height:38px;line-height: 38px;float:left;}
.contactus2{float:right;height:auto;overflow: hidden;margin-bottom:60px;}
.contactus2li{float:left;margin-left:32px;}
.contactus2 .contactus2li:first-child{margin:0px;}
.contactus2li-img img{height:112px;}
.contactus2li-p{font-size:16px;color: #505672;padding-top:20px;}

/*易廉洁*/
.easyclean-p{font-size:16px;color: #505672;line-height:28px;padding:170px 0px 60px 0px;}
.easyclean2 .services2li{box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.1);width: 372px;height: 320px;
	text-align: center;margin-left:40px;}
.easyclean2{width:1200px;margin:0 auto;height:auto;padding-bottom:114px;}
.easyclean2 .services2li:first-child{margin:0px;}
.easyclean2 .services2li-h1{line-height: 34px;}


.showMessage {
    padding: 10px 20px;
    border-radius: 5px;
    position: fixed;
    top: 85%;
    left: 50%;
    color: #ffffff;
    z-index: 999;
    transform: translate(-50%, 0);
}
 
.showMessageSuccess {
    background-color: #f0f9eb;
    border: 1px solid #E1F3D8;
    color: #67c23a;
}
 
.showMessageError {
    background-color: #fef0f0;
    border: 1px solid #fde2e2;
    color: #F76C6C;
}
