.banenr{
	width: 100%;
}
.banner img{
	width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	vertical-align: middle;
}
.aboutContact{
	width: 632px;
	height: 340px;
	padding-left: 550px;
	background: url(../imgs/aboutImg.jpg) no-repeat left top;
	margin-top: 94px;
}
.aboutAtime{
	margin-top: 60px;
	margin-bottom: 80px;
}
.aboutAtime p{
	font-size: 15px;
	line-height: 28px;
}
.aboutAtime dl{
	border-top:1px dashed #dcdcdc;
	padding-top: 40px;
	margin-bottom: 40px;
}
.aboutAtime dl h4{
	font-size: 20px;
	color: #333;
	font-weight: normal;
}
.aboutAtime dl span{
	color: #999999;
	font-size: 13px;
}
.aboutAtime dd{
	margin-top: 20px;
}
.aboutAtime dd p{
	font-weight: normal;
}