body{
	background-color: #f8f8f8;
	background-image: url(../images/team_bg_web.png);
	background-repeat: no-repeat;
	background-size: 74.27% auto;
	background-position: right 114px;
}
#main{
	padding: 180px 0 3.54%;
}
#main .title h3{
	font-size: 45px;
	color: #333;
	font-weight: bold;
	font-family: "myriadbold";
	margin-bottom: 22px;
}
#main .title .line{
	width: 60px;
	height: 8px;
	background-color: #4087bd;
}
.sec1{
	margin-bottom: 6.66%;
}
.sec1 .web ul{
	font-size: 0;
	padding-top: 4.55%;
}
.sec1 .web li{
	display: inline-block;
	vertical-align: top;
	width: 31.8%;
	margin-bottom: 2.73%;
	margin-right: 2.3%;
	position: relative;
}
.sec1 .web li:nth-child(3n){
	margin-right: 0;
}
.sec1 .web li .box{
	background-color: #fff;
	text-align: center;
	padding: 9.3% 5.4% 9.5%;
}
.sec1 .web li .box.cover{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	min-height: 100%;
  	box-shadow: 0px 7px 27px 0px rgba(4, 0, 0, 0.16);
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
	background-image: url(../images/team_sec1_hover.jpg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.sec1 .web li:hover .box.cover{
	opacity: 1;
}
.sec1 .web li .box .img-box{
	width: 47.62%;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.sec1 .web li .box .img-box img{
	width: 100%;
}
.sec1 .web li .box .name{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin: 9.1% 0 5.89%;
}
.sec1 .web li .box.cover .name{
	color: #fff;
}
.sec1 .web li .box .position{
	font-size: 14px;
	color: #333;
}
.sec1 .web li .box.cover .position{
	color: #fff;
}
.sec1 .web li .box .describe{
	font-size: 14px;
	color: #999;
	line-height: 2.14;
	margin: 4.8% 0 13.37%;
	text-align: left;
	min-height: 6.42em;
}
.sec1 .web li .box.cover .describe{
	color: #fff;
}
.sec1 .web li .box .describe.epp{
	height: 6.42em;
}
.sec2 .text{
	margin: 3.79% 0 4.55%;
}
.sec2 .text p{
	font-size: 18px;
	color: #666;
	line-height: 1.66;
	margin-bottom: 2.27%;
}
.sec2 .text p:last-child{
	margin-bottom: 0;
}
.sec2 img{
	width: 100%;
}
@media only screen and (max-width:768px){
	body{
		background-color: #fff;
		background-image: url(../images/team_bg_mobile.png);
		background-size: 100% auto;
		background-position: right 0;
	}
	#main{
		padding: 4.625rem 0 1.5625rem;
	}
	#main .title h3{
		font-size: 1.40625rem;
		margin-bottom: 0.625rem;
	}
	#main .title .line{
		width: 1.875rem;
		height: 0.25rem;
	}
	.sec1{
		margin-bottom: 4rem;
	}
	.sec1 .swiper-container{
		padding: 1.375rem 0 0.875rem;
		width: 100%;
	}
	.sec1 .swiper-slide{
	  	box-shadow: 0px 0.25rem 0.875rem 0px rgba(4, 0, 0, 0.16);
	}
	.sec1 .swiper-slide .box{
		background-color: #fff;
		text-align: center;
		padding: 1.25rem 0.75rem 1.8125rem;
	}
	.sec1 .swiper-slide.swiper-slide-active .box{
	  	background-repeat: no-repeat;
	  	background-size: 100% 100%;
		background-image: url(../images/team_sec1_hover.jpg);
	}
	.sec1 .swiper-slide .img-box{
		width: 37.6%;
		border-radius: 50%;
		overflow: hidden;
		display: inline-block;
		vertical-align: top;
	}
	.sec1 .swiper-slide .img-box img{
		width: 100%;
	}
	.sec1 .swiper-slide .name{
		font-size: 1rem;
		color: #333;
		font-weight: bold;
		margin: 1.25rem 0 0.875rem;
	}
	.sec1 .swiper-slide.swiper-slide-active .name{
		color: #fff;
	}
	.sec1 .swiper-slide .position{
		font-size: 0.75rem;
		color: #333;
	}
	.sec1 .swiper-slide.swiper-slide-active .position{
		color: #fff;
	}
	.sec1 .swiper-slide .describe{
		font-size: 0.625rem;
		color: #999;
		line-height: 1.8;
		margin: 0.6875rem 0 1.375rem;
		text-align: left;
		height: 7.2em;
	}
	.sec1 .swiper-slide.swiper-slide-active .describe{
		color: #fff;
	}
	.sec1 .swiper-slide .in img{
		width: 1.375rem;
	}
	.sec2 .text{
		margin: 1.6875rem 0 1.0625rem;
	}
	.sec2 .text p{
		font-size: 0.6875rem;
		line-height: 1.64;
		margin-bottom: 1.125rem;
	}
}