.main {
	width: 100%;
	background-color: #FFFFFE;
}

.navigation {
	font-size: 20px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 100px;
	align-items: center;
	padding: 0px 100px;
}

.navigation_tab {
	width: 300px;
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}

.navigation_tab p a {
	color: #1f2b5f;
	font-weight: bold;
}


.navigation_tab p a span{
	color: #1f2b5f;
	display: inline-block;
	margin-left: 10px;
}

.footer {
	color: white;
	background-color: #1840cf;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}

.banner {
	width: 100%;
}
.mcenter{
	background-color: #ecf2fe;
	padding-bottom: 80px;
}
.center{
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 50px 100px;
	
}

.titlebg{
	width: 288px;
	height: 73px;
	padding-top: 26px;
	font-size: 27px;
	color: #FFFFFE;
	text-align: center;
	background: url(../images/titlebg.png) no-repeat;
	margin: 0 auto;
	margin-bottom: 50px;
}

.dis{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

.dis p{
	text-align: center;
	margin-top: 15px;
}

.font{
	text-indent: 2em;
	font-size: 16px;
	line-height: 32px;
}


