﻿@charset "utf-8";
/*---------------------------------------------------------
header styles
---------------------------------------------------------*/

#header {
    position: relative;
    width: 100%;
    -webkit-print-color-adjust: exact;
    font-size: 14px;
}

#header h1 {
    display: none;
}

.header_content {
    width: 1380px;
    margin: auto;
    position: relative;
}

/* 头部信息内容 */
.header_message {
    line-height: 40px;
    background: #F0F0F0;
}

/* 头部左侧链接 */
.header_message .message_link {
    margin-left: 7px;
}

.header_message .message_link li {
    margin-right: 30px;
}

/* 头部右侧信息 */
.header_message .message_info {
    margin-right: 1px;
}

.header_message .message_info li {
    padding-left: 29px;
}

/* 头部主体 */
.header_body {
    height: 260px;
    background: url(xy_yjj_headerbg.png) top center no-repeat;
    background-size: cover;
}

/* logo */
.header_body .logo {
    margin: 80px 0 0 27px;
}

.header_body .logo a {
    display: flex;
    align-items: center;
}

/* 搜索 */
.header_body .search {
    position: relative;
    margin: 115px 231px 0 0;
}

.header_body input,
.header_body button {
    outline: none;
}

.header_body input {
    width: 385px;
    height: 31px;
    line-height: 31px;
    border: 2px solid #b8bdc3;
    border-radius: 4px;
    padding-left: 20px;
    font-size: 16px;
    color: #33333380;
    background: transparent;
}

.header_body button {
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    padding-left: 37px;
    margin-left: -34px;
    vertical-align: middle;
    border: none;
    background: url(xy_yjj_search.png) left center no-repeat transparent;
    background-size: 20px;
    color: #555;
}

/*导航 */
#nav {
    background: #1856a8;
}

#nav a {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.navigation {
    width: 1200px;
    margin: auto;

}

.navigation ul {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 12px;
}

.navigation li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 44px;
    background: #fff6;
    vertical-align: middle;
    margin: -11px 50px 0;
}

.navigation li:last-of-type:after {
    display: none;
}