﻿@charset "utf-8";

/*---------------------------------------------------------
header styles
---------------------------------------------------------*/
@media screen and (max-width:1300px) {

    body,
    #header,
    #nav,
    #footer {
        width: 1300px !important;
    }

    .header_message {
        width: 1300px !important;
    }

    .message_info {
        padding-right: 0 !important;
    }

    .message_link li {
        padding: 0 0 0 39px !important;
    }
}

#header {
    width: 100%;
    font-size: 14px;
    background: url(xy_lyj_header_bg.png) center no-repeat;
    background-size: cover;
}

#header h1 {
    display: none;
}

/* 头部信息内容 */
.header_message {
    justify-content: space-between;
    padding-top: 18px;
    width: 1490px;
    margin: 0 auto;
}

.header_message li,
.header_message li a {
    color: #fff;
}

/* 头部左侧链接 */
.message_link {
    justify-content: space-around;
}

.message_link li {
    padding-right: 39px;
}

/* 头部右侧信息 */
.message_info {
    justify-content: space-around;
    padding-right: 106px;
}

.message_info li {
    height: 100%;
    padding-right: 39px;
    display: flex;
    align-items: center;
}

/* 头部主体 */
.header_body {
    height: 352px;
    width: 1200px;
    margin: auto;
    position: relative;
}

/* logo */
#header .logo img {
    width: 139px;
    margin-right: 13px;
}

#header .logo h2,
#header .logo h4 {
    width: 402px;
    text-align: justify;
    text-align-last: justify;
}

#header .logo h2 {
    font-size: 60px;
    color: #3D723C;
    margin-top: -10px;
}

#header .logo h4 {
    font-size: 24px;
    color: #333;
    padding: 0 3px;
    margin-bottom: 3px;
}

/* 搜索 */
#header .search {
    position: absolute;
    right: 20px;
}

#header input,
#header button {
    font-size: 21px;
    color: #fff;
}

#header input {
    width: 342px;
    height: 42px;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    outline: none;
    background: transparent;
    text-indent: 15px;
}

#header button {
    line-height: 21px;
    outline: none;
    position: absolute;
    right: 3px;
    top: 10px;
    padding-left: 30px;
    border: none;
    background: url(xy_lyj_header_search.png) left center no-repeat transparent;
    background-size: 21px;
}

/*导航 */
#nav {
    background: #3D723C;
}

#nav a {
    font-size: 24px;
    color: #fff;
}

.navigation {
    width: 1200px;
    margin: auto;
}

.navigation ul {
    width: 100%;
    height: 65px;
    justify-content: space-between;
    overflow: hidden;
}

.navigation li {
    display: flex;
    justify-content: center;
    align-items: center;
}