@charset "utf-8";
/* CSS Document */
.about-introduce{
	height:auto;
	overflow:hidden;
	margin:20px auto 60px auto;
}
.about-introduce .pic{
	width:340px;
	height:auto;
	overflow:hidden;
	float:left;
}
.about-introduce .pic img{width:100%;}
.about-introduce .text{
	width:820px;
	height:auto;
	overflow:hidden;
	float:right;
	font:16px/28px 'microsoft yahei';
	color:#333;
}
.about-introduce .text p{
	font:16px/28px 'microsoft yahei';
	color:#333;
	margin-bottom:15px;
}
.about-team{
	height:auto;
	overflow:hidden;
	margin:50px auto 50px auto;
	text-align:center;
}
.about-team a{
	display:inline-block;
	vertical-align: middle;
	width:215px; height:260px;margin:0 10px;overflow:hidden;position:relative;}
.about-team a img{ display:block;width:100%; height:260px;position:absolute; z-index:1;}
.about-team a span{
	display:block;
	width:195px;
	padding:0 10px;
	height:60px;
	background: rgba(0,0,0, 0.6);
	position:absolute; z-index:2;
	bottom:0;
	transition-duration:0.2s;
}
.about-team a:hover span{height:80px;}
.about-team a span dl{
	display:block;
	width:100%;
	font:14px/22px 'microsoft yahei';
	color:#FFF;
	text-align:center;
	margin-top:6px;
}
.about-team a span em{
	display:block;
	width:100%;
	text-align:center;
	font:14px/22px 'microsoft yahei';
	color:#FFF;
}

.about-img{
	height:auto;
	overflow:hidden;
	margin:20px auto 50px auto;
}
.about-img img{width:100%;}




.about-contact{
	height:50px;
	margin:50px auto 50px auto;
	text-align:center;
}
.about-contact span{
	display:inline-block;
	vertical-align: middle;
	height:50px;
	margin:0 15px;
}
.about-contact span i{
	display:block;
	height:50px;
	font-size:40px;
	line-height:50px;
	color:#c40f23;
	float:left;
	margin-right:10px;
}
.about-contact span em{
	display:block;
	height:50px;
	font-size:28px;
	line-height:50px;
	color:#333;
	float:left;
}
.about-contact span dl{
	display:block;
	height:50px;
	font-size:22px;
	line-height:50px;
	color:#333;
	float:left;
}

