.m-about-banner1 {
	height: 420px;
	background: url(../img/about/banner1.jpg) no-repeat center;
	background-size: cover;
}

.m-about-banner1 p {
	margin-top: 150px;
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.m-about-banner2 {
	height: 550px;
	background: url(../img/about/banner2.jpg) no-repeat center;
	background-size: cover;
}

.m-about-banner2 h2 {
	margin-top: 30px;
	font-size: 40px;
	text-align: center;
	color: #333;
	line-height: 130px;
}

.m-about-banner2 p {
	margin-bottom: 40px;
	padding: 0 30px;
	font-size: 22px;
	color: #333;
	text-indent: 2em;
}

.m-about-banner3 {
	height: 650px;
	background: url(../img/about/banner3.jpg) no-repeat center;
	background-size: auto 100%;
}

.m-about-banner4 {
	height: 500px;
	background: url(../img/about/banner4.jpg) no-repeat center;
	background-size: auto 100%;
}

.m-about-banner5 {
	position: relative;
	height: 320px;
	background-color: #4869e4;
}

.m-about-banner5 .line {
	position: absolute;
	top: 282px;
	left: 0;
	right: 0;
	border-top: 2px solid #fff;
}

.m-about-banner5 .times {
	z-index: 1;
	position: relative;
	height: 234px;
	background: url(../img/about/banner5.jpg) no-repeat center;
	background-size: cover;
}

.m-about-banner5 .title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	line-height: 60px;
	margin: 40px 0;
}

.m-about-banner5 .info {
	font-size: 24px;
	text-align: center;
	color: #fff;
	line-height: 42px;
}