@charset "utf-8";
/* CSS Document */
/*标题*/
.about-litle{
	padding: 25px 0;
	text-align: center;
	letter-spacing: 2px;
	color: #444;
}
.about-litle h2{
	font-size:32px;
	font-weight: 700;
	line-height: 50px;
}
.about-litle p{
	font-size: 18px;
}
/*内容部分*/
.ab{
	width: 100%;
	height:645px;
	background-color:rgba(208,208,208,0.3);
}
.about-con{
	height:500px;
}
.about-con dt{
	position:relative;
	top:128px;
	width:40%;
	overflow: hidden;
}
.about-con dt img{
	width: 100%;
}
.ab-con{
	position: relative;
	width:628px;
	color: #666;
	top:70px;
}
.ab-con h3,
.ab-con p{
	position: absolute;
}
.ab-con h3{
	width:100%;
	height:100px;
	
	border-bottom: 2px solid #cfa54f;
}
.ab-con b{
	top: 0;
	font-size: 32px;
}
.ab-con h3 span{
	display: block;
	top: 30px;
	left: 0;
	font-size:25px;
	font-weight: 500;
	line-height: 50px;
}
.ab-con p{
	top:120px;
	font-size: 16px;
	line-height:28px;
	text-align: justify;
    text-justify: distribute;
}
/*团队部分*/
.abtd{
	padding:50px;
	text-align: center;
	color: #444;
}
.abtd h2{
	font-size: 32px;
	line-height:50px;
}
.abtd p{
	font-size: 18px;
}

.abtd dt{
	width: 100%;
	height:600px;
	margin-top: 30px;
	overflow: hidden;
	background:#A23739;
}
.abtd dt img{
	width: 100%;
}
