.main {
	width: 100%;
	padding-bottom: 200px;
}

.navigation {
	font-size: 20px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 90px;
	align-items: center;
}

.navigation_tab {
	width: 600px;
	display: flex;
	justify-content: space-between;
}

.navigation_tab p a span {
	color: #000000;
}

.navigation_tab p a span.selected {
	color: #000000;
}

.show {
	margin-bottom: 5px;
	height: 3px;
	background-color: #1d4568;
	width: 100%;
	display: block;
}

.vanish {
	visibility: hidden;
}

.footer {
	color: white;
	background-color: #0c61be;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.banner {
	width: 100%;
}
/**/

.center{
	width: 1200px;
	margin: 0 auto;
}

.titlebg{
	background: url(../images/title.png) no-repeat;
	width: 967px;
	height: 140px;
	font-size: 30px;
	color: #1d4568;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 52px;
}

.titlebg span:nth-child(2){
	font-size: 16px;
	text-transform:Uppercase;
}


.mtb{
	margin-top: 30px;
	margin-bottom: 60px;
}

.dif{
	display: flex;
	justify-content: space-between;
}

.font{
	color: #1d4568;
	font-size: 22px;
	font-weight: bold;
	line-height: 34px;
	text-indent: 2em;
}

.zhong{
	text-align: center;
}


.listbg{
	background: url(../images/listbg.png) no-repeat;
	width: 581px;
	height: 106px;
	position: relative;
	margin-bottom: 50px;
}

.list{
	width: 100%;
	height: 64px;
	line-height: 64px;
	font-size: 20px;
	color: white;
	padding-left: 55px;
}

.listurl{
	position: absolute;
	width: 174px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #005ad3;
	border: 1px solid #005ad3;
	box-sizing: border-box;
	right: 39px;
	bottom: -24px;
	background-color: white;
}

.maxlist{
	flex-wrap: wrap;
}

.xin{
	background: url(../images/bg1.png) no-repeat right;
	width: 200px;
	height: 141px;
	display: flex;
	flex-direction: column;
	padding-top: 30px;
}
.xin p:nth-child(1){
	font-size: 48px;
	font-weight: bold;
}

.xin p:nth-child(2){
	font-size: 27px;
	color: #666666;
}

.fontp{
	font-size: 24px;
	color: #333333;
}

.mt{
	margin-top: 70px;
}

.mt1{
	margin-top: 40px;
}












