@charset "utf-8";
@import "reset.css";

body {
    font-family: "Microsoft Yahei";
    height: 100%;
    font-size: 14px;
    background: url(../images/bg_01.png) no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.header {
    height: 353px;
    margin-bottom: 16px;
}

.t_header {
    background: #d9d9d9;
    height: 50px;
    line-height: 50px;
}

.l_t_header {
    float: left;
    margin-left: 23px;
}

.l_t_header li {
    float: left;
    padding: 0 3px;
}

.r_weather {
    float: right;
}

.date {
    margin-right: 10px;
}

.logo {
    height: 248px;
}

.l_logo {
    float: left;
    margin-top: 70px;
}

.r_search {
    float: right;
    height: 49px;
    width: 389px;
    margin-top: 151px;
    position: relative;
}

.r_search input{
    height: 44px;
    line-height: 44px;
    width: 369px;
    background: url("../images/search_bg.png") no-repeat;
    border: none;
    outline-style: none;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
}

::-webkit-input-placeholder{color: #fff;font-size: 16px;}    /* 使用webkit内核的浏览器 */
:-moz-placeholder{color: #fff;font-size: 16px;}                  /* Firefox版本4-18 */
::-moz-placeholder{color: #fff;font-size: 16px;}                  /* Firefox版本19+ */
:-ms-input-placeholder{color: #fff;font-size: 16px;}           /* IE浏览器 */

.button {
    width: 39px;
    height: 39px;
    background: url("../images/search_icon.png") no-repeat;
    position: absolute;
    right: 16px;
    top: 3px;
    cursor: pointer;
}

.h_nav {
    height: 55px;
    line-height: 55px;
    width: 1200px;
    background: url("../images/nav_bg.png") no-repeat;
}

.h_nav li {
    float: left;
    text-align: center;
    width: 116px;
}


.h_nav li a {
    display:block;
    font-size: 18px;
    color: #fff;
}

.h_nav li.line {
    width: 2px;
    height: 42px;
    background: url("../images/line.png") no-repeat;
    margin-top: 8px;
}