@charset "utf-8";
/* CSS Document */
#wrapper {
	width: 1240px;
	height: 480px;
	margin: auto;
}
#carousel {
	width: 1240px;
	position:vrelative;
}
#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{
	margin-top: -10px;
}
.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: 355px;
	background: #fff;
	border-radius: 5px;
	margin: auto;
	/*padding: 120px 0 0 0;*/
	/*margin-top: 110px;*/
}
.team_int img{
	width:270px;
	height: 355px;
	}
	
.tit_p{
	font-size:18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: -50px;
	background:rgba(0,0, 0, 0.5);
	z-index: 999;
	height: 50px;
	position: absolute;
	line-height: 50px;
	width: 100%;
}
.tit_p span{
	/*font-size:14px;
	color: #333;*/
	/*padding: 30px 0;*/
}
.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{
	line-height: 24px;
	display: block;
	float: left;
	padding: 0 10px;
	color: #595959;
	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;
}
/*滚动01*/
#wrapper02 {
	width: 1216px;
	height: 195px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 80px;
}
#carousel02 {
	width: 1216px;
	margin: auto;
	position:vrelative;
}
#carousel02 li {
	display: block;
	width: 288px;
	height: 195px;
	margin: 0px 0px 0 0px;
	padding: 8px;
	float: left;
	position: relative;
	overflow:hidden;
	transition: 0.4s;
}

.hj_img{
	width:288px;
	height: 195px;
	border-radius: 5px;
	box-shadow: 0 0 8px #6d6d6d;
	background-size: cover;
}
/*滚动02*/
.clearfix {
	float: none;
	clear: both;
}
#carousel .prev, #carousel .next {
	background: transparent url(../images/carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden; 
	width: 26px;
	height: 47px;
	position: relative;
	top: 100px;				
}
#carousel .prev {
	background-position: 0px 0px;
	left: -40px;
	top:-330px;
}
#carousel .prev:hover {
	left: -40px;
	top:-330px;
}			
#carousel .next {
	background-position: -32px 0;
	right: -1260px;
	top:-360px;
}
#carousel .next:hover {
	right: -1260px;
	top:-360px;
}				
#carousel .pager {
	text-align: center;
	margin: 10px auto;
}
#carousel .pager a {
	background: transparent url(../images/carousel_control.png) no-repeat -9px -62px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
#carousel .pager a.selected {
	background: transparent url(../images/carousel_control.png) no-repeat -19px -62px;
	text-decoration: underline;				
}

/*滚动02*/
#carousel02 .prev, #carousel02 .next {
	background: transparent url(../images/carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden; 
	width: 26px;
	height: 47px;
	position: relative;
	top: 100px;				
}
#carousel02 .prev {
	background-position: 0px 0px;
	left: -40px;
	top:-140px;
}
#carousel02 .prev:hover {
	left: -40px;
	top:-140px;
}			
#carousel02 .next {
	background-position: -32px 0;
	right: -1230px;
	top:-187px;
}
#carousel02 .next:hover {
	right: -1230px;
	top:-187px;
}				
#carousel02 .pager {
	text-align: center;
	margin: 10px auto;
	margin-top: -80px;
}
#carousel02 .pager a {
	background: transparent url(../images/carousel_control.png) no-repeat -9px -62px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
#carousel02 .pager a.selected {
	background: transparent url(../images/carousel_control.png) no-repeat -19px -62px;
	text-decoration: underline;				
}
/*滚动03*/

				