@charset "utf-8";
/* CSS Document */
#wrapper {
	width: 1240px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
#carousel {
	width: 1240px;
}
#carousel ul,#carousel02 ul {
	list-style: none;
	display: block;
	padding: 0;
}
#carousel li {
	display: block;
	width: 270px;
	height: 480px;
	padding: 0;
	margin: 0px 20px 0 20px;
	float: left;
	position: relative;
	overflow:hidden;
	transition: 0.4s;
}
#carousel li:hover .team_img{
	box-shadow: 0 0 8px #ccc;
}
#carousel li:hover .team_but{
	background-color: #f5850d;
	color: #fff;
	border: solid 1px #fff;
	background-image: url("../images/team_but02.png");
}
#carousel li:hover{

}
.team_img{
	width:170px;
	height: 170px;
	position: absolute;
	left: 0;
	right: 0;
	top: -200px;
	bottom: 0;
	transition: 0.4s;
	margin: auto;
	border: 8px solid #fff;
	background-size: cover;
	border-radius: 50%;
}
.team_int{
	width:270px;
	height: 210px;
	background: #f8f8f8;
	border-radius: 5px;
	margin: auto;
	padding: 120px 0 0 0;
	margin-top: 110px;
}
.tit_p{
	font-size:18px;
	text-align: center;
	color: #f5850d;
	font-weight: bold;
}
.tit_p span{
	font-size:14px;
	color: #333;
	padding: 0 0 0 15px;
}
.des_p{
	padding: 20px 0px;
	line-height: 24px;
	font-size: 14px;
	margin: auto;
}
.des_p tr {
	display: block;
	padding: 0 30px;
}
.des_p tr td{
	
	display: block;
	float: left;
	padding: 0 10px;
	color: #595959;
	line-height: 24px;
	font-weight: bold;
}
.des_p tr td>span{
	font-weight: normal;
}
.team_but{
	display: block;
	width:150px;
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	background-image: url("../images/team_but.png");
	background-repeat: no-repeat;
	background-position: 102px center;
	margin: auto;
	transition: 0.4s;
	color: #595959;
	text-indent: 40px;
	border: solid 1px #dcdcdc;
}



				