/**
  * @file:header
  * @author:liyacheng
  * @update:2017-07-20
  */

input:-moz-placeholder {
    color: #999;
}

::-webkit-input-placeholder {
    color: #999;
}


/*=== header ===*/

.header {
    width: 100%;
    min-width: 1200px;
    height: 272px;
    padding: 20px 17px 0;
    background: #0275cb url(../images/img-home_banner.jpg) top center no-repeat;
}

.header__logo {
    width: 500px;
    height: 165px;
}

.header__logo img {
    max-height: 100%;
}

.header__date {
    width: 270px;
    height: 36px;
    margin-top: 134px;
    padding-left: 40px;
    line-height: 36px;
    color: #fff;
}

.header__date:before {
    content: '';
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    margin-left: -40px;
    background: url(../images/icon-home_1.png) -110px 0 no-repeat;
}

.header__nav {
    width: 100%;
    height: 80px;
}

.header__nav>li {
    width: 96px;
    float: left;
}

.header__nav>li+li {
    margin-left: 42px;
}

.header__nav>li>a {
    display: inline-block;
    color: #fff;
    line-height: 74px;
    padding-left: 3px;
    letter-spacing: 3px;
    font-weight: 700;
}

.header__nav>li>a:hover,
.header-nav__item--active {
    border-bottom: 4px solid #fff;
}


/*=== header 结束 ===*/