

/*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;
}
.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: 30px;
	width: 100%;
	display: flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
.prof-team .content-area li{
	list-style: none;
	width: 24%;
	margin-left: 4%;
}
.prof-team .content-area li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.prof-team .content-area li:nth-of-type(1),
.prof-team .content-area li:nth-of-type(2),
.prof-team .content-area li:nth-of-type(3){
	margin-bottom: 10%;
}
.prof-team .content-area li:nth-of-type(1),
.prof-team .content-area li:nth-of-type(4){
	margin-left: 0;
}
.prof-team .content-area li img{
	width: 100%;
	margin-bottom: 26px;
	border-radius: 50%;
}
.prof-team .content-area li .desc{
	width: 100%;
}
.prof-team .content-area li .desc p{
	color: #333;
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
}
.prof-team .content-area li .desc p:nth-of-type(1){
	font-family: 'PFbold';
	font-size: 26px;
}
.prof-team .content-area li .desc p:nth-of-type(2){
	margin-bottom: 12px;
}
.prof-team .content-area li .desc p:nth-of-type(3){
	width: 33px;
	height: 2px;
	background-color: #333;
	margin: 0 auto;
	margin-bottom: 20px;
}
.prof-team .content-area li .desc p:nth-of-type(4){
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.prof-team .item-list{
	margin: 56px 0;
	width: 100%;
	display: flex;
	justify-content:center;
}
.prof-team .item-list li{
	font-size: 18px;
	list-style: none;
	padding: 0 13px;
}
.prof-team .item-list li.btn{
	width: 29px;
	height: 29px;
	background-size: contain;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 3px 1px #efefef ; 
	cursor: pointer;
}
.prof-team .item-list li.btn-left{
	background-image: url('../img/team-09.jpg');
}
.prof-team .item-list li.btn-right{
	background-image: url('../img/team-08.jpg');
}
.prof-team .item-list li a{
	text-decoration: none;
	color: #333;
}
.prof-team .item-list li.active a{
	color: #22b7c2;
}
.prof-team .item-list li a:hover{
	color: #22b7c2;
}

@media screen and (max-width: 1300px){
	.prof-team{
		width: 80%;
	}
}
@media screen and (max-width: 1300px){
	.prof-team .content-area li .desc p:nth-of-type(1){
		font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	.prof-team{
		width: 90%;
	}
	.prof-team ul li .desc p{
		font-size: 12px;
	}
	.prof-team .content-area li .desc p:nth-of-type(1){
		font-size: 16px;
	}
	.prof-team ul li .desc p:nth-of-type(3){
		width: 20px;
	}
	.prof-team .content-area{
		margin-top: 30px;
	}
	.prof-team .content-area li{
		width: 100%;
		margin: 0!important;
		padding:0;
		border-bottom: 1px #ccc solid;
	}
	.prof-team .content-area li a{
		width: 100%;
		display: flex;
	}
	.prof-team .content-area{
		display: block;
	}
	.prof-team .content-area li img{
		width: 120px;
		height: 120px;
		margin-bottom:0;
	}
	.prof-team .content-area li .desc{
		display: inline-block;
		width: 10px;
		flex-grow:1;
		margin-left: 20px;
		height: 120px;
	}
	.prof-team .content-area li .desc p{
		text-align: left;
	}
	.prof-team .content-area li .desc p:nth-of-type(3){
		display: inline-block;
		margin-top: -10px;
	}
	.prof-team .content-area li .desc p:nth-of-type(4){
		margin-top: -14px;
	}
}
@media screen and (max-width: 414px){
	.prof-team{
		top: 20px;
		padding-bottom: 20px;
	}
	.prof-team .content-area{
		margin-top: 0px;
	}
}

.prof-team .item-list{
	margin: 56px 0;
	width: 100%;
	display: flex;
	justify-content:center;
}
.prof-team .item-list a{
	font-size: 18px;
	list-style: none;
	padding: 0 13px;
}
.prof-team .item-list a.btn{
	width: 29px;
	height: 29px;
	background-size: contain;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 3px 1px #efefef ; 
	cursor: pointer;
}
.prof-team .item-list a{
	text-decoration: none;
	color: #333;
}
.prof-team .item-list a.cuurent{
	color: #22b7c2;
}
.prof-team .item-list a:hover{
	color: #22b7c2;
}

@media screen and (max-width: 1300px){
	.prof-team{
		width: 80%;
	}
}
@media screen and (max-width: 1300px){
	.prof-team .content-area a .desc p:nth-of-type(1){
		font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	.prof-team{
		width: 90%;
	}
	.prof-team ul a .desc p{
		font-size: 12px;
	}
	.prof-team .content-area a .desc p:nth-of-type(1){
		font-size: 16px;
	}
	.prof-team ul a .desc p:nth-of-type(3){
		width: 20px;
	}
	.prof-team .content-area{
		margin-top: 30px;
	}
	.prof-team .content-area a{
		width: 100%;
		margin: 0!important;
		padding: 30px 0;
		border-bottom: 1px #ccc solid;
	}
	.prof-team .content-area a {
		width: 100%;
		display: flex;
	}
	.prof-team .content-area a img{
		width: 120px;
		height: 120px;
		margin-bottom:0;
	}
	.prof-team .content-area a .desc{
		display: inline-block;
		width: 10px;
		flex-grow:1;
		margin-left: 20px;
		height: 120px;
	}
	.prof-team .content-area a .desc p{
		text-align: left;
	}
	.prof-team .content-area a .desc p:nth-of-type(3){
		display: inline-block;
		margin-top: -10px;
	}
	.prof-team .content-area a .desc p:nth-of-type(4){
		margin-top: -14px;
	}
}



