/* 团队 */
/* pc */
.team{
  /* height: 730px; */
  padding: 0 5%;
}
.team ul{
  padding: 0;
  margin: 0;
}
.team ul li{
  width: 25%;
  padding: 20px; 
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
}
.team ul li .tu img{
  width: 70%;
  height: auto;
  transition: all .3s ease-out 0s;
  transform: scale(1);
  margin-top: 15%;
  margin-left: 15%;
  border-radius: 50%;
}
.team ul li:hover .tu img{
  transform: scale(1.05) !important;
}
.team ul li .conter{
  text-align: center;
}
.team ul li .conter .contitle{
  margin-top: 24px;
  color: #3c3c3c;
  font-size: 20px;
  margin-bottom: 0;
}
.team ul li .conter .contitle1{
  margin-bottom: 10px;
  color: #999;
  font-size: 12px;
}
.team ul li .conter .contitle3{
  padding: 0 10px;
  font-size: 13px;
  line-height: 26px;
  height: 50px;
  overflow: hidden;
  color: #999;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.team .ifteamlist{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15000;
	background: rgba(255,255,255,1);
	overflow: hidden;
	display: none;
}
.team .ifteamlist .teambut{
	font-size: 25px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	right: 50px;
	top: 50px;
	cursor:pointer;
}
.ifteamlistshow{
	display: block !important;
}
.team_list{
	padding:10%;
}
.team_list h3{
	margin-top:20px;
	margin-bottom: 40px; 
}
.team_list .content{
	width: 100%;
}
.team_list .content .teamimg{
	float: left;
	width: 30%;
	margin-right: 10%; 
	border-radius: 50%;
}
.team_list .content .txt{
	float: left;
	width: 60%;
	height: 400px;
	overflow-y: auto;
}
.team_list .content .txt p{
	font-size: 13px;
	line-height: 40px;
	text-indent: 26px;
}
/* 分页 */
.fenye{
  text-align: center;
  padding: 20px;
}
/* 其他 */
.mteam{
  width: 100%;
}
.mteam ul{
  margin: 0;
  padding: 0;
}
.mteam li{
  padding: 5% 0;
  border-bottom: #e4e4e4 1px dotted;
}
.mteam .mteamcon .mteamimg{
  width: 80px;
  height: 80px;
  margin: 0 0 6% 5%;
  border-radius: 50px;
  overflow: hidden;
  float: left;
}
.mteam .mteamcon .mteamconter{
  width: auto;
  text-align: left;
  margin-left: 100px;
  padding: 0 5%;
  font-size: 13px;
}
.mteam .mteamcon .mteamconter .h1{
  color: #333;
  font-size: 16px;
}
.mteam .mteamcon .mteamconter .h2{
  font-size: 12px;
  color: #898989;
  margin-top: 2px;
   line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mteam .mteamcon2 .mteamimg{
  width: 80px;
  height: 80px;
  margin: 0 5% 6% 0;
  border-radius: 50px;
  overflow: hidden;
  float: right;
}
.mteam .mteamcon2 .mteamconter{
  width: auto;
  text-align: left;
  margin-right: 100px;
  padding: 0 5%;
  font-size: 13px;
}
.mteam .mteamcon2 .mteamconter .h1{
  color: #333;
  font-size: 16px;
}
.mteam .mteamcon2 .mteamconter .h2{
  font-size: 12px;
  color: #898989;
  margin-top: 2px;
  line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}