.banenr {
	width: 100%;
}

.banner img {
	width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	vertical-align: middle;
}

.aboutAtime {
	margin-top: 60px;
	margin-bottom: 80px;
}
.conAdre{
	width: 100%;
	background: url(../imgs/adressImgs.jpg) no-repeat center center;
	height: 300px;
}
.contContent {
	display: flex;
	padding-top: 43px;
	margin-top: 20px;
	border-top:1px dashed #cccccc;
}
.contContent dl{
	flex: 1;
	margin-right: 10px;
	color: #999999;
}
.contContent>dl>dt{
	margin-bottom: 28px;
}
.contContent dl:last-child{
	margin-right: 0;
}
.contContent dl dd{
	display: flex;
}
.contContent dl dd span{
	flex: 1;
}
.contContent dl dt h4{
	font-size: 16px;
	color: #777;
}
.contContent dl dt em{
	font-size: 12px;
	
}
.contContent>dl>dd>dl{
	height: 52px;
}