

/*banner*/
.banner{
	position: relative;
	top: 120px;
	width: 100%;
	padding-top: 26%;
	background-image: url('../img/serve-01.jpg');
	background-size: contain;
	margin-bottom: 66px;
}
@media screen and (max-width: 1300px) {
	.banner{
		top: 120px;
	}
}
@media screen and (max-width: 767px){
	.banner{
		top: 80px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 414px){
	.banner{
		top: 44px;
		margin-bottom: 0;
	}
}

/*关于我们*/

.serve-area{
	position: relative;
	top: 54px;
	width: 1200px;
	margin: 0 auto;
	padding: 54px 0;
}
.serve-area .title{
	margin-bottom: 30px;
}
.title{
	position: relative;
	color: #333;
}
.title .h2{
	font-size: 26px;
	
}
.title p:nth-of-type(2){
	width: 110px;
	height: 2px;
	background-color: #baf3f8;
}
.title p:nth-of-type(3){
	position: absolute;
	top: 12px;
	left: 110px;
	color: #b8b8b8;
	font-size: 12px;
}
.serve-area ul{
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.serve-area ul li{
	list-style: none;
	display: inline-block;
	margin: 0 20px;
}
.serve-area ul li a.active{
	border-bottom: 3px solid #22b7c2;
}
.serve-area ul li a{
	text-decoration: none;
	display: inline-block;
	color: #333;
	box-sizing:border-box;
	height: 32px;
}
.serve-area ul li:hover a{
	border-bottom: 3px solid #22b7c2;
}
.serve-area .content-area{
	width: 100%;
	margin-bottom: 54px;
	margin-top: 30px;
}
.clearfix {zoom: 1; } 
.clearfix:after, .clearfix:before {content: "\200B"; display: block; height: 0; visibility: hidden; }
.clearfix:after {clear: both; }

.serve-area .content-area img{
	width: 46%;
	vertical-align: top;
}
.serve-area .content-area .desc{
	width: 50%;
	float: right;
	box-sizing:border-box;
	padding-top: 8%;
}
.serve-area .content-area .desc p.title{
	color: #333;
	font-family: 'PFbold';
	font-size: 24px;
	margin-bottom: 10px;
}
.serve-area .content-area .desc p.fu-title{
	color: #666;
	font-family: 'PFbold';
	padding-bottom: 20px;
	border-bottom: 1px solid #22b7c2;
}
.serve-area .content-area .desc .content{
	margin-top: 30px;
	color: #4d4d4d;
	font-size: 16px;
}
.serve-area .content-area .desc .content p{
	line-height: 25px;
}

@media screen and (max-width: 1300px){
	.serve-area{
		width: 80%;
	}
	.serve-area .content-area .desc{
		padding-top: 0;
	}
}
@media screen and (max-width: 767px){
	.serve-area{
		width: 90%;
	}
	.wrapper-ul{
		width: 100%;
		overflow: scroll;
	}
	.wrapper-ul ul{
		width: 620px;
		text-align: left;
	}
	
	.serve-area .content-area img{
		display: none;
	}
	.serve-area .content-area .desc{
		width: 100%;
		padding: 10px 0;
	}
}
@media screen and (max-width: 414px){
	.serve-area{
		top: 20px;
		padding-bottom: 20px;
	}
	.serve-area .content-area{
		margin-top: 0px;
	}
}


