﻿@charset "utf-8";
/*---------------------------------------------------------
header styles
---------------------------------------------------------*/

#header {
    position: relative;
    width: 100%;
    -webkit-print-color-adjust: exact;
    font-size: 18px;
    background: url(header_bg.png) center no-repeat;
    background-size: cover;
}

#header h1 {
    display: none;
}

.header_content {
    width: 1200px;
    margin: auto;
    position: relative;
}

/* 头部信息内容 */
.header_message {
    line-height: 40px;
    margin: 0 86px 0 54px;
}

.header_message,
.header_message a {
    color: #fff;
}

.header_message .message_link li {
    margin-right: 8px;
}


.header_message .message_info li {
    padding-left: 30px;
}

/* 头部主体 */
.header_body {
    height: 220px;
}

/* logo */
.header_body .logo {
    margin: 52px 0 0 58px;
}

.header_body .logo a {
    display: flex;
    align-items: center;
}

/* 搜索 */
.header_body .search {
    position: relative;
    margin: 72px 0 0 0;
}

.header_body input,
.header_body button {
    outline: none;
}

.header_body input {
    width: 340px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #0A54AB;
    border-radius: 5px 0 0 5px;
    color: #fff;
    padding-left: 14px;
}

.header_body button {
    width: 75px;
    height: 40px;
    vertical-align: middle;
    background: #1561AF url(header_search.png) center no-repeat;
    background-size: 24px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #0A54AB;
    cursor: pointer;
    position: absolute;
    margin-left: -75px;
}

/*导航 */
#nav {
    width: 100%;
    height: 60px;
    background: #1561AF;
}

#nav a {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.navigation {
    width: 1200px;
    margin: 0 auto;
}

.navigation ul {
    width: 100%;
    height: 65px;
}

.navigation li {
    flex: 1 1 0;
    line-height: 65px;
    text-align: center;
}

.navigation li:first-of-type {
    width: 160px;
    flex: none;
    letter-spacing: 12px;
    text-indent: 6px;
}

.navigation .nav_title,
.navigation li:hover {
    background: #044998;
}

.navigation .nav_title a,
.navigation li:hover a {
    font-weight: bold;
}