/* CSS Document */
.fl{
	float: left;
}
.fr{
	float: right;
}
.aboutUsBox .content {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.aboutUsBox .banner{
	width: 100%;
	height: 300px;
	background: url("../images/aboutUs/about-01.png") no-repeat center top;
	position: relative;
}
.aboutUsBox .wrap {
	padding: 80px 0;
	background: url("../images/aboutUs/about-02.png") no-repeat right bottom;
}
.aboutUsBox .wrap .tit {
	padding: 0 0 30px 0;
}
.aboutUsBox .wrap .tit span {
	display: inline-block;
	font-size: 24px;
	color: #1e2074;
	border-bottom: solid 2px #ac261e;
	height: 50px;
	line-height: 50px;
}
.aboutUsBox .wrap .l-ele {
	width: 685px;
	font-size: 16px;
	color: #1f1f1f;
	line-height: 45px;
}
.aboutUsBox .wrap .l-ele p {
	text-indent: 2em;
}
.aboutUsBox .wrap .r-ele {
	padding: 15px 0 0 0;
}


