.mn-banner {
	display: block;
	width: 100%;
	height: 681px;
	background-image: url(../img/bg@2x.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
}

.mn-banner>div{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 165px 0 0 0;
}

.mn-banner-left {
	display: block;
	width: 600px;
	margin-top: 60px;
}

.mn-banner-left>p:first-child{
	display: block;
	margin-bottom: 10px;
	font-size: 48px;
	color: #677897;
	font-weight: 600;
	line-height: 92px;
}

.mn-banner-left>p:last-child{
	display: block;
	font-size: 16px;
	color: #91B7DC;
	font-weight: 400;
}

.mn-banner-right {
	display: block;
	position: relative;
	width: 534px;
	height: 410px;
	background-image: url(../img/contact/contact-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mn-divider{
	width: 1200px;
	height: 1px;
	background-color: #CBE3FA;
	margin: 0 auto 60px auto;
}


.mn-block{
	display: block;
	width:1200px;
	margin: 0 auto;
	margin-bottom: 106px;
}

.mn-block-title{
	text-align: center;
	font-size: 24px;
	color: #677897;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 42px;
}

.mn-block-description{
	font-size: 14px;
	color: #677897;
	margin-bottom: 40px;
}

.mn-block-description>p:first-child{
	margin-bottom: 20px;
}

.mn-block-introduction{
	display: flex;
	display: -webkit-flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.mn-block-introduction>div{
	display: block;
	width: 389px;
	height: 389px;
	background-color: #fff;
}

.mn-introduction-img{
	margin-top: 50px;
	margin-bottom: 44px;
}

.mn-introduction-img>img{
	width: 74px;
	height: 74px;
}

.mn-block-introduction>div>*{
	text-align: center;
}


.mn-introduction-p1{
	font-size: 18px;
	color: #333333;
	font-weight:600;
	margin-bottom: 11px;
}

.mn-introduction-p2{
	font-weight: 500;
	font-size: 14px;
	color: #999999;
	margin-bottom: 69px;
}

.mn-introduction-p3{
	font-weight: 600;
	font-size: 30px;
	color: #2867CE;
}

.mn-introduction-btn{
	margin-top: -9px;
}

.mn-introduction-btn>.mn-btn{
	padding: 0 88px;
}