/* title */
.m-title {
	padding: 115px 0 95px;
}
.m-title h1 {
	line-height: 80px;
	font-size: 60px;
	font-weight: normal;
}
.m-title div {
	width: 514px;
	border-left: 1px solid #eee;
	padding-left: 39px;
	line-height: 40px;
	font-size: 16px;
	color: #999;
}
.m-title div p {
	margin-bottom: 50px;
	font-size: 22px;
	color: #000;
}
.m-title div a {
	font-size: 16px;
	color: #F40000;
}
.m-title div a .tf {
	vertical-align: 2px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin-left: 10px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #F40000;
}
/* end title */

/* banner */
.m-banner {
	height: 400px;
	background-size: cover;
	background-position: center;
}
/* end banner */

/* merit */
.m-merit {
	padding: 50px 0 68px;
	background: #F5F9FF;
}
.m-merit ul {
	margin-top: 45px;
}
.m-merit li {
	box-sizing: border-box;
	width: 265px;
	height: 330px;
	transition: all .3s ease;
}
.m-merit li:hover {
	transform: translate(0,-10px);
}
.m-merit li img {
	width: 90px;
	height: 90px;
}
.m-merit li h5 {
	margin: 30px 0 20px;
	font-size: 18px;
	font-weight: normal;
}
.m-merit li p {
	width: 150px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	color: #6E7888;
}
/* end merit */

/* programme */
.m-programme {
	padding: 50px 0 90px;
}
.m-programme ul {
	margin-top: 50px;
}
.m-programme li {
	box-sizing: border-box;
	width: 330px;
	padding: 15px 15px 0;
	margin-left: 26px;
	text-align: center;
	background: #F5F9FF;
}
.m-programme li:nth-child(4n-1) {
	margin-left: 27px;
}
.m-programme li:nth-child(4n+1) {
	margin-left: 0;
}
.m-programme li:nth-child(n+5) {
	margin-top: 26px;
}
.m-programme li .image {
	position: relative;
	height: 200px;
	background-size: auto 100%;
    background-position: center;
	transition: all .3s ease;
}
.m-programme li:hover .image {
	background-size: auto 120%;
}
.m-programme li .image:before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(22,56,87,.6);
	opacity: 1;
	transition: all .3s ease;
}
.m-programme li:hover .image:before {
	opacity: 0;
}
.m-programme li .image h5 {
	position: relative;
	line-height: 200px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
.m-programme li p {
	height: 56px;
	line-height: 50px;
	font-size: 14px;
	color: #444;
}
/* end programme */

/* flow */
.m-flow {
	padding: 56px 0 80px;
	background: #F5F9FF;
}
.m-flow .u-sub-title {
	line-height: 24px;
}
.m-flow .content {
	display: block;
	height: 480px;
	margin: 66px auto 0;
}
/* end flow */

/* advantage */
.m-advantage {
	overflow: hidden;
}
.m-advantage .bg {
	position: relative;
	left: 50%;
	min-width: 1920px;
	height: 400px;
	margin-bottom: -400px;
	background-size: cover;
	background-position: center;
	transform: translate(-50%,0);
}
.m-advantage .m-content {
	position: relative;
	padding: 66px 0 55px;
}
.m-advantage .u-title {
	color: #fff;
}
.m-advantage .u-sub-title {
	color: #fff;
	opacity: .6;
}
.m-advantage ul {
	border: 1px solid #E7EEF7;
	margin-top: 95px;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
}
.m-advantage li {
	box-sizing: border-box;
	width: 33.333%;
	height: 160px;
	border-left: 1px solid #E7EEF7;
	padding-left: 36px;
}
.m-advantage li:nth-child(3n+1) {
	border-left: none;
}
.m-advantage li:nth-child(n+4) {
	border-top: 1px solid #E7EEF7;
}
.m-advantage li img {
	width: 72px;
	height: 72px;
	margin-right: 14px;
}
.m-advantage li h5 {
	font-size: 20px;
}
.m-advantage li p {
	margin-top: 14px;
	font-size: 14px;
	color: #999;
}

.m-advantage .total {
	height: 500px;
}
.m-advantage .total .item {
	position: relative;
	width: 270px;
}
.m-advantage .total .item:nth-child(n+2) {
	margin-left: 100px;
}
.m-advantage .total .item .data {
	height: 280px;
	background-size: 100%;
}
.m-advantage .total .item .data div {
	font-size: 36px;
	color: #F40000;
}
.m-advantage .total .item .data div span:nth-child(2) {
	font-size: 24px;
}
.m-advantage .total .item .data p {
	margin-top: 12px;
	font-size: 20px;
}
.m-advantage .total .item .name {
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
	color: #333;
}
/* end advantage */