

/*banner*/
.banner{
	position: relative;
	top: 120px;
	width: 100%;
	padding-top: 26%;
	background-image: url('../img/team-01.png');
	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;
	}
}

/*专业团队*/

.prof-team{
	position: relative;
	top: 54px;
	width: 1200px;
	margin: 0 auto;
	padding: 54px 0;
	margin-bottom: 54px;
}
.prof-team .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;
}
.prof-team .content-area{
	margin-top: 40px;
	width: 100%;
}
.prof-team .content-area .left,
.prof-team .content-area .right{
	margin: 0 auto;
}
.prof-team .content-area .left img{
	width: 100%;
	margin-bottom: 26px;
	margin-top: 34px;
}
.prof-team .content-area .left .desc{
	width: 100%;
	text-align: center;
}
.prof-team .content-area .left .desc p{
	color: #333;
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
}
.prof-team .content-area .left .desc p:nth-of-type(1){
	font-family: 'PFbold';
	font-size: 26px;
}
.prof-team .content-area .left .desc p:nth-of-type(2){
	margin-bottom: 12px;
}
.prof-team .content-area .left .desc p:nth-of-type(3){
	width: 33px;
	height: 2px;
	background-color: #333;
	margin: 0 auto;
	margin-bottom: 20px;
}
.prof-team .content-area .right{
	font-size: 16px;
	color: #666;
}
.prof-team .content-area .right p{
	line-height: 25px;
}
.prof-team .content-area .right p{
	margin-bottom: 0;
}

.prof-team .content-area .right p.title{
	margin-bottom: 20px;
}
@media screen and (max-width: 1300px){
	.prof-team{
		width: 80%;
	}
}
@media screen and (max-width: 767px){
	.prof-team{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 54px;
	}
	.prof-team .content-area{
		width: 100%;
		margin: 0;
	}
	.prof-team .content-area .left .desc p:nth-of-type(1){
		font-size: 18px;
	}
}
@media screen and (max-width: 577px){
	.prof-team .content-area .left{
		text-align: center;
	}
	.prof-team .content-area .left img{
		width: 70%;
	}
}
@media screen and (max-width: 414px){
	.prof-team{
		top: 20px;
		padding-bottom: 20px;
	}
	.prof-team .content-area{
		margin-top: 0px;
	}
}


