.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: flex-start;
	width: 1200px;
	margin: 0 auto;
	padding: 172px 0 0 0;
}

.mn-banner-left {
	display: block;
	width: 480px;
	margin-top: 125px;
}

.mn-banner-title {
	font-size: 48px;
	color: #677897;
	font-weight:600;
	margin-bottom: 8px;
}

.mn-banner-description {
	font-size: 16px;
	color: #91B7DC;
	margin-bottom: 57px;
}


.mn-banner-right {
	display: block;
	position: relative;
	width: 492px;
	height: 403px;
	background-image: url(../img/index/index-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mn-banner-zy{
	position: absolute;
	background-image: url(../img/index/zhuanye.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 110px;
	height: 52px;
	left: 104px;
	top: 141px;
	animation: zy 3s infinite;
	-ms-animation: zy 3s infinite;
	-webkit-animation: zy 3s infinite;
	-moz-animation: zy 3s infinite;
}

.mn-banner-jz{
	position: absolute;
	background-image: url(../img/index/jingzhun.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 102px;
	height: 48px;
	left: 280px;
	top: 121px;
	animation: jz 3s infinite;
	-ms-animation: jz 3s infinite;
	-webkit-animation: jz 3s infinite;
	-moz-animation: jz 3s infinite;
}

.mn-banner-jj{
	position: absolute;
	background-image: url(../img/index/jujiao.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 96px;
	height: 47px;
	left: 444px;
	top: 190px;
	animation: jj 3s infinite;
	-ms-animation: jj 3s infinite;
	-webkit-animation: jj 3s infinite;
	-moz-animation: jj 3s infinite;
}

@keyframes zy{
	0%{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
	}
	50%{
		transform: translateY(15px);
		-webkit-transform: translateY(15px);
		-moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
	}
	100%{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
	}
}

@keyframes jz{
	0%{
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
	}
	50%{
		transform: translateX(15px);
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
		-ms-transform: translateX(15px);
	}
	100%{
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px)
	}
}

@keyframes jj{
	0%{
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
	}
	50%{
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
	}
	100%{
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
	}
}

.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{
	text-align: center;
	font-size: 14px;
	color: #677897;
	line-height: 40px;
	margin-bottom: 40px;
}

.mn-block-bs{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 306px;
}

.mn-block-service{
	display: block;
	width: 229px;
	height: 100%;
	box-shadow:0 2px 10px 3px rgba(188,223,255,0.2);
	-webkit-box-shadow: 0 2px 10px 3px rgba(188,223,255,0.2);
	background-color: #fff;
	border-radius: 14px;
	transition: transform 400ms,box-shadow 400ms;
	-webkit-transition: transform 400ms,box-shadow 400ms;
	-moz-transition: transform 400ms,box-shadow 400ms;
	-ms-transition: transform 400ms,box-shadow 400ms;
}

.mn-block-service:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	box-shadow:0px 11px 35px 0px rgba(23,128,224,0.21);
	-webkit-box-shadow: 0px 11px 35px 0px rgba(23,128,224,0.21);
}

.mn-block-service>img{
	display: block;
	width: 100%;
	height: 219px;
}

.mn-block-service>p{
	color: #677897;
	font-size: 18px;
	width: 100%;
	height: 87px;
	text-align: center;
	line-height: 87px;
}

.mn-block-left{
	display: block;
	width: 447px;
	height: 316px;
}

.mn-block-left>img{
	display: block;
	width: 100%;
	height: 100%;
}

.mn-block-right{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 697px;
	height: 316px;
}

.mn-block-right>div{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	width: 324px;
	height: 142px;
	background-color: #fff;
	border-radius:15px;
	padding: 15px;
	box-shadow:0px 2px 8px 2px rgba(188,223,255,0.2);
	-webkit-box-shadow: 0px 2px 8px 2px rgba(188,223,255,0.2);
	transition: transform 400ms,box-shadow 400ms;
	-webkit-transition: transform 400ms,box-shadow 400ms;
	-moz-transition: transform 400ms,box-shadow 400ms;
	-ms-transition: transform 400ms,box-shadow 400ms;
}

.mn-block-right>div:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	box-shadow:0px 12px 35px 0px rgba(23,128,224,0.21);
	-webkit-box-shadow: 0px 12px 35px 0px rgba(23,128,224,0.21);
}

.mn-block-right>div:first-child,.mn-block-right>div:first-child+div{
	margin-bottom: 32px;
}
.mn-block-right>div>img{
	width: 113px;
	height: 100%;
}

.mn-block-right>div>p{
	font-size: 14px;
	color: #1131A3;
	padding: 0 27px;
}

.mn-banner-xc{
	width: 100%;
	height: 280px;
	background-image: url(../img/index/banner.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 100px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color:#fff;
}

.mn-block-apply{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
	margin-bottom: 36px;
}

.mn-block-apply>div{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	width: 530px;
	height: 120px;
	margin-bottom: 60px;
}

.mn-block-apply>div>img{
	display: block;
	width: 230px;
	height: 100%;
}

.mn-block-apply>div>div{
	padding: 26px 0 17px 14px;
}
.mn-block-apply>div>div>p{
	font-size: 14px;
	color: #677897;
}
.mn-block-apply>div>div>p:first-child{
	margin-bottom: 12px;
	font-size: 18px;
}