﻿@charset "utf-8";
/*---------------------------------------------------------
header styles
---------------------------------------------------------*/

#header {
    position: relative;
    width: 100%;
    -webkit-print-color-adjust: exact;
    background: url(xy_sfj_top.png) center no-repeat;
    background-size: 100% 100%;
}

#header h1 {
    display: none;
}

.header_content {
    width: 1200px;
    height: 298px;
    margin: auto;
    position: relative;
}

/* 头部信息内容 */
.header_message {
    justify-content: space-between;
    padding: 10px 36px 0 24px;
    font-size: 16px;
}

.header_message li,
.header_message li a {
    color: #FBFCFE;
}

/* 头部左侧链接 */
.message_link {
    justify-content: space-around;
}

.message_link li {
    padding: 5px;
}

/* 头部右侧信息 */
.message_info {
    justify-content: space-around;
}

.message_info li {
    height: 100%;
    padding-left: 43px;
    display: flex;
    align-items: center;
}

/* 头部主体 */
.header_body {
    flex: 1 1 0;
}

/* logo */
.header_body .logo img {
    width: 499px;
}

/* 搜索 */
.header_body .search {
    position: relative;
    top: 45px;
    right: 30px;
}

.header_body input,
.header_body button {
    outline: none;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}

.header_body input {
    width: 300px;
    padding-left: 12px;
    border: #799BB7;
    color: #A1A1A1;
    background: #fff;
}

.header_body button {
    width: 60px;
    background: #0664c3;
    border: none;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    right: 0;
    cursor: pointer;
}

/*导航 */
#nav {
    background: #0664c3;
}

#nav a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.navigation {
    width: 1200px;
    margin: auto;
}

.navigation>ul {
    width: 100%;
    height: 65px;
}

.navigation li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navigation li span {
    width: 100%;
    height: 65px;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation li img {
    width: 22px;
    margin-right: 8px;
}

.navigation .nav_title,
.navigation li:hover,
.navigation .select {
    background: #014e9c;
}

.navigation .select {
    z-index: 70;
    width: 100%;
}

.navigation .select li {
    border-bottom: 1px solid #003e7d;
}

.navigation .select li a {
    line-height: 40px;
    font-size: 18px !important;
}