.head {
	width: 100%;
	height: 94px;
	background: white;
}
.head .head-middle {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.head .head-middle .head-logo {
	height: 100%;
	display: flex;
	align-items: center;
}
.head .head-middle .head-logo img {
	height: 44px;
	display: block;
}
.head .head-middle .head-menu {
	height: 100%;
	display: flex;
}
.head .head-middle .head-menu .head-nav {
	height: 100%;
}
.head .head-middle .head-menu .head-nav ul {
	display: flex;
	height: 100%;
	align-items: center;
}
.head .head-middle .head-menu .head-nav ul li {
	padding: 0 8px;
	margin: 0 10px;
	height: 48px;
	line-height: 48px;
}
.head .head-middle .head-menu .head-nav ul .headactive {
	border-bottom: 2px solid rgb(11,112,190);
}
.head .head-middle .head-menu .head-nav ul li a {
	display: block;
	height: 100%;
	font-size: 16px;
	color: #4e4f4f;
}
.head .head-middle .head-menu .head-mobile {
	height: 100%;
	display: flex;
	margin-left: 36px;
}
.head .head-middle .head-menu .head-mobile .mobile-img {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 14px;
}
.head .head-middle .head-menu .head-mobile .mobile-img img {
	display: block;
	height: 48px;
}
.head .head-middle .head-menu .head-mobile .mobile-code {
	height: 100%;
	line-height: 94px;
	font-size: 25px;
	color: #0b70be;
	font-family: "Impact";
}
.foot {
	width: 100%;
	height: 116px;
	background: #0b70be;
}
.foot .foot-middle {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}
.foot .foot-middle p {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	color: white;
	text-align: center;
}