html body{
	font-family: "微软雅黑";
	margin: auto;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header{
	display: flex;
	width: 1200px;
	margin: auto;
}
li{
	list-style-type: none;
}
a{
	color: #333;
	text-decoration: none;
}
.logo_box{
	width: 240px;
	display: flex;
	padding-top: 6px;
	margin-right: 50px;
}
.logo_lin{
    height: 30px;
    width: 1px;
    border-right: 1px solid #333333;
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 9px;
}
.logo_gif{
	height: 50px;
    width: 240px;
}
.logo_a{
	width: 54px;
	height: 54px;
}
.logo_b{
	width: 142px;
	height: 54px;
}
.navigation{	
	display: flex;
	width: 920px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.nav_li{
	padding: 20px 18px;
	cursor: pointer;
}
.nav_li:hover{
	background: #0146AD;
	color: white !important;
}
.nav_li:hover a{
	color: white !important;
}
.banner_img{
	width: 100%;
	margin: 0px;
	background: #F1F2F4;
}
.banner_img img{
	width: 100%;
	margin: 0px;
}

.select{
	background: #0146AD;
	color: white !important;
}
.select a{
	color: white !important;
}
.foot{
	width: 100%;
	height: 80px;
	background: #1A2239;
	text-align: center;
}
.foot a{
	margin-left: 5px;
	margin-right: 5px;
	color: #BFC2C7;
}
.foot_box{
    width: 333px;
    margin: auto;
    display: flex;
    line-height: 80px;
}
.line{
	width: 1px;
	background:#BFC2C7;
    border-right: 1px solid #BFC2C7;
    margin-left: 5px;
    margin-right: 5px;
    height: 20px;
    margin-top: 30px;
}

