﻿@charset "utf-8";
/*---------------------------------------------------------
header styles
---------------------------------------------------------*/

#header {
    font-size: 18px;
    background: url(xy_czj_header_bg.png) no-repeat;
    background-size: cover;
}

#header h1 {
    display: none;
}

.header_content {
    width: 1200px;
    margin: auto;
    position: relative;
}

/* 头部信息内容 */
.header_message {
    padding: 17px 0;
}

.header_message li {
    text-shadow: 0px 1px 8px rgba(113, 92, 67, 0.29);
}

.header_message li,
.header_message li a {
    color: #fff;
    font-weight: bold;
}

/* 头部左侧链接 */
.message_link {
    margin-left: 16px;
}

.message_link li {
    padding: 0 4px;
}

/* 头部右侧信息 */
.message_info {
    margin-right: 9px;
}

.message_info li {
    padding-left: 30px;
}

.message_info li:first-of-type {
    padding-left: 0;
}

.message_info li:last-of-type,
.message_info li:nth-last-of-type(2) {
    padding-left: 66px;
}

/* 头部主体 */
.header_body {
    height: 274px;
}

/* logo */
#header .logo {
    margin: 89px 0 0 72px;
}

#header .logo img {
    width: 456px;
}

/* 搜索 */
#header .search {
    margin: 18px 0 0 185px;
}

#header .search input,
#header .search button {
    outline: none;
}

#header .search input {
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border: 1px solid #C51730;
    border-radius: 5px;
    font-size: 14px;
    text-indent: 1em;
    color: #6D6D6D;
}

#header .search button {
    width: 75px;
    height: 40px;
    border-radius: 0 5px 5px 0;
    border: none;
    background: #C51730 url(xy_czj_header_search.png) center center no-repeat;
    background-size: 24px;
    margin-left: -75px;
    cursor: pointer;
}

/*导航 */
#nav {
    background: #C9252B;
}

.navigation {
    width: 1200px;
    margin: auto;
}

.navigation ul {
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
}

.navigation li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 0 68px;
}

.navigation .nav_title,
.navigation li:hover {
    background: #9F061C;
}

.navigation .nav_title a,
.navigation li:hover a {
    font-weight: bold;
}