﻿@charset "utf-8";
#header {
	background: #fff url(xyga_banner.png) bottom center no-repeat;
	background-position-y: 123px;
	width: 1200px;
	margin: 0 auto;
}
#header h1{
	display: none;
}
.header_content {
	width: 1200px;

	margin: auto;
	position: relative;
}

/* 头部左侧链接 */
.message_link{
	justify-content: space-between;
}
.message_link li{
	padding: 5px;
}
/* 头部右侧信息 */
.message_info{
	justify-content: space-around;
}
.message_info li{
	padding: 5px;
}
.header_message li a,.header_message li{
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	font-size: 14px;
}
.header_body{
	width: 100%;
	height: 260px;
	justify-content: space-between;
	align-items: center;
}
.logo,.search {
	margin-bottom: 60px;
}
/* logo */
.logo h2,.logo h4{
    width: 350px;
    text-align: justify;
    text-align-last: justify;
}
.logo img{
	width: 108px;
	margin: 0 30px;
}
.logo h2 {font-size: 58px;color: #162582;font-weight: bold;line-height: 55px;}
.logo h4{font-size: 26px;color: #333333;line-height: 41px;font-weight: bold;}

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

.search .text {
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #2a5ba84d;
	border-radius: 4px;
	font-size: 16px;
	color: #3339;
	text-indent: 1em;
	background: none;
	outline: none;
}

.search .s_btn {
	outline: none;
	height: 42px;
	line-height: 42px;
	position: absolute;
	right: 37px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: url(xy_fgw_search.png) left center no-repeat;
	background-size: 21px;
	padding-left: 28px;
}

/*导航 */
#nav {height: 55px;border-top: 2px solid #f2f2f2;/* border-bottom: 2px solid #f2f2f2; */}

.nav_bar {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}
.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;
	display: block;
	width: 100%;
                border-right: 1px solid #FFFFFF;
}
.nav_bar ul .nav_active,
.nav_bar ul li:hover {
	background:url(7570266.png) no-repeat center bottom;
}
.nav_bar ul .on {
	background: #3399ff;
}