.banenr{
	width: 100%;
}
.banner img{
	width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	vertical-align: middle;
}

.aboutAtime{
	margin-top: 60px;
	margin-bottom: 80px;
}
.aboutAtimeList{
	width: 1140px;
	height: 180px;
	display: flex;
	padding: 20px;
	transition: 0.3s all;
	border: 1px solid #fafafa;
	margin-bottom: 20px;
}
.aboutAtimeList:hover{
	transform: translateX(4px);
	box-shadow: 0px 8px 19px #dedede;
}
.aboutAtimeList span{
	flex-direction: row;
	display: inline-block;
	vertical-align: middle;
	
}
.aboutAtimeList span:first-child{
	width: 280px;
	height: auto;
	overflow: hidden;
}

.aboutAtimeList span:last-child{
	width: 880px;
	height: auto;
	margin-left: 20px;
	padding-top: 40px;
}

.aboutAtimeList span:last-child h5{
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.aboutAtimeList span:last-child em{
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
.aboutAtimeList span:last-child p{
	font-size: 14px;
	color: #999;
	font-weight: normal;
	line-height: 26px;
	margin-top: 14px;
	margin-bottom: 20px;
}
.bunt{
	display: block;
	margin-top: 30px;
	width: 150px;
	height: 37px;
	font-weight: 100;
	background: none;
	border: 1px solid #e5e5e5;
	color: #999999;
	cursor: pointer;
	transition: 0.3s all;
	outline: none;
}
.bunt:hover {
	background: #FF9008;
	color: #FFFFFF;
}
