﻿@charset "utf-8";
/*---------------------------------------------------------
header styles
---------------------------------------------------------*/

#header {
    /* width: 1200px; */
    margin: 0 auto;
    font-size: 18px;
    background: url(banner.png) center no-repeat;
    background-size: cover;
}

#header h1 {
    display: none;
}

.header_content {
    width: 1250px;
    margin: auto;
    position: relative;
}

/* 头部信息内容 */
.header_message {
    line-height: 40px;
}
.message_link{
    margin-left:63px;
}
.message_info{
    margin-right:63px;
}
.header_message li,
.header_message li a {
    color: #fff;
}

.header_message .message_link li {
    padding: 0 60px 0 0;
}

.header_message .message_info li {
    padding: 0 0 0 55px;
}

/* 头部主体 */
.header_body {
    height: 380px;
    padding: 0 15px;
}

/* logo */
.header_body .logo {
    padding: 82px 0 0;
}

.header_body .logo img {
    width: 461px;
}

/* 搜索 */
.header_body .search {
    padding: 17px 0 0 230px;
}

.header_body .search input,
.header_body .search button {
    border: none;
    outline: none;
}

.header_body .search input {
    width: 310px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding-left: 10px;
    color: #6d6d6d80;
}

.header_body .search button {
    width: 75px;
    height: 40px;
    border: none;
    vertical-align: middle;
    background: #044998 url(search.png) center no-repeat;
    background-size: 24px;
    margin-left: -75px;
    cursor: pointer;
}