.banner{
	width: 100%;
	height: 435px;
	background: url(../img/aboutusbanner.jpg) no-repeat center center;
	background-size: cover;
}
.aboutUs{
	width: 1200px;
	margin: 0 auto;
}
.auName{
	padding: 100px 0 40px 0;
	text-align: center;
	font-size: 61px;
	text-align: center;
	background: url(../img/pagetitbg.png) no-repeat center bottom;
	background-size: 252px 28px;
	margin-bottom: 60px;
	letter-spacing: 1px;
	font-weight: bold;
}
.auName img{
	width: 260px;
}
.auCont{
	text-indent: 2em;
	line-height: 1.5;
	font-size: 18px;
	padding-bottom: 40px;
}
.auImg{
	display: flex;
	justify-content: space-between;
}
.auImg img{
	width: 380px;
	border-radius: 8px;
	margin-bottom: 40px;
}
.faZe{
	width: 100%;
	height: 1070px;
	display: flex;
	justify-content: space-between;
}
.faZeLeft{
	width: 580px;
}
.faZeItem{
	width: 100%;
	height: 240px;
	padding: 24px 20px;
	background: #f9f9f9;
}
.faZeItem2{
	height: 280px;
}
.itemTit span{
	font-size: 26px;
	border-bottom: 1px solid #333;
	padding-bottom: 6px;
}
.itemCont{
	padding-top: 30px;
}
.itemCont div{
	font-size: 17px;
	text-indent: 2em;
	line-height: 1.5;
}
.line-40{
	width: 100%;
	height: 40px;
}
.faZeImg img{
	width: 580px;
}