.banner {
	width: 100%
}

.banner img {
	width: 100%;
	display: block
}

.container {
	width: 1120px;
	margin: 0 auto
}

.title {
	text-align: center;
	font-size: 24px;
	padding-top: 50px;
	padding-bottom: 20px
}

.title span {
	border-top: 1px solid black;
	border-bottom: 1px solid black
}

.profile,
.culture {
	width: 100%;
	overflow: hidden;
	padding: 10px 0
}

.profile_img {
	width: 500px;
	height: 340px;
	float: left;
	margin: 30px 0 30px 30px;
	overflow: hidden
}

.profile_img img {
	height: 100%
}

.profile_text {
	width: 470px;
	height: 280px;
	padding: 30px;
	float: right;
	margin: 30px;
	position: relative
}

.profile_text p {
	width: 100%;
	line-height: 1.8em;
	text-indent: 2em
}

.profile_text:before {
	content: "";
	display: block;
	width: 500px;
	height: 1px;
	background: black;
	position: absolute;
	top: 0;
	right: -30px
}

.profile_text:after {
	content: "";
	display: block;
	width: 1px;
	height: 370px;
	background: black;
	position: absolute;
	top: -30px;
	right: 0
}

.culture_text {
	width: 470px;
	height: 280px;
	padding: 30px;
	float: left;
	margin: 30px;
	position: relative
}

.culture_text p {
	width: 100%;
	line-height: 1.8em;
	text-indent: 2em
}

.culture_text:before {
	content: "";
	display: block;
	width: 500px;
	height: 1px;
	background: black;
	position: absolute;
	bottom: 0;
	left: -30px
}

.culture_text:after {
	content: "";
	display: block;
	width: 1px;
	height: 370px;
	background: black;
	position: absolute;
	bottom: -30px;
	left: 0
}

.culture_img {
	width: 500px;
	height: 340px;
	float: right;
	margin: 30px 30px 30px 0;
	overflow: hidden
}

.culture_img img {
	height: 100%
}

.experts {
	padding: 10px 0
}

#experts_wrap li {
	width: 200px;
	height: 300px;
	margin: 10px;
	float: left;
	overflow: hidden
}