/* 头图 */
.header-img {
	/* height: 100px; */
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	justify-content: space-between;
}

.header-img .img1 {
	width: 152px;
	height: 77px;
}

.header-img .img2,
.header-img .img3 {
	width: 436px;
	height: 80px;
}

.header-img .img3 {
	width: 405px;
}

.header-img a img {
	width: 100%;
	height: 100%;
}

/* 导航 */
header {
	background-color: #0968BA;
	height: 54px;
	line-height: 54px;
	box-sizing: border-box;
	/* padding: 0 42px; */
}

header span {
	font-size: 31px;
	font-family: HYa4gj;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 54px;
	float: left;
	/* margin-right: 80px; */
}

header ul {
	float: right;
	overflow: hidden;
	margin-right: 10px;
}

header ul li {
	float: left;
}

header ul li a,
header ul li i {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height:54px;
	float: left;
}

header ul li i {
	margin-left: 4px;
	margin-right: 4px;
}
