﻿#header {
	position:relative;
	width: 100%;
	height: 350px;
	background:url(banner.png) no-repeat center center;
	background-size:cover;
	-webkit-print-color-adjust: exact;
}
#header h1{
	display: none;
}
.header_content {
	width: 1200px;
	height: 100%;
	margin: auto;
	position: relative;
}
/* 头部信息内容 */
.header_message {
	line-height: 35px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	justify-content: space-between;
}
/* 头部左侧链接 */
.message_link{
	justify-content: space-around;
}
.message_link li{
	padding: 5px;
}
/* 头部右侧信息 */
.message_info{
	justify-content: space-around;
}
.message_info li{
	padding: 5px;
}
.header_message li a{
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
}
.header_body{
	width: 100%;
	margin-top: 55px;
	justify-content: space-between;
	align-items: center;
}
/* logo */
.logo {
	width: 495px;
}
.logo img{
	width: 100%;
}

/* 搜索 */
.search {
	position: relative;
	width: 430px;
}

.search .text {
	width: 430px;
	height: 50px;
	line-height: 50px;
	border: none;
	outline: none;
	border: 1px solid #085ABD;
	border-radius: 5px;
	font-size: 16px;
	text-indent: 1em;
}

.search .s_btn {
	outline: none;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 8px;
	right: 20px;
	vertical-align: middle;
	cursor: pointer;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	background: url(search.png) no-repeat center center;
}

/*导航 */
#nav {
	background: #155CB2;
	height: 50px;
}

.nav_bar {
	width: 1210px;
	margin: 0 auto;
}
.nav_bar ul{
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: space-around;
}
.nav_bar ul li {
	text-align: center;
	width: 20%;
	color: #EEEEEE;
}
.nav_bar ul li a {
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	display: block;
	width: 100%;
}
.nav_bar ul li:hover {
	background: #3399ff;
}
.nav_bar ul .on {
	background: #3399ff;
}