/**头部*!/*/

#header {
    width: 100%;
    height: 265px;
    position: relative;
}

#header>div.container {
    height: 190px;
    position: relative;
}

#header>div>a>img,
#header>div>h1>a>img {
    float: left;
    margin-left: 90px;
}

.header_top {
    font-size: 14px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: #000;
    margin: 0 auto;
}

.header_top>div {
    padding: 0 90px;
}

.header_top>div>a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    float: right;
    height: 14px;
    line-height: 14px;
    margin-top: 13px;
    padding: 0 5px;
}

.header_top>div>a:last-child {
    border-right: 1px solid #fff;
}

.header_lf {
    padding-top: 30px;
    padding-left: 20px;
    float: left;
    width: 270px;
}

.header_lf>div {
    font-size: 24px;
    color: #2c72c7;
}

.header_lf>p {
    font-size: 14px;
    color: #999999;
    padding: 5px 0;
}

.header_rt {
    position: relative;
    padding-top: 45px;
    width: 540px;
    float: right;
    height: 64px;
}

.header_rt>div:first-child {
    text-align: center;
    float: left;
    width: 175px;
    height: 64px;
    background: #e85a90;
    color: #fff;
    margin-top: 13px;
}

.header_rt>div>p {
    font-size: 14px;
    padding-top: 10px;
}

.header_rt>div>span {
    font-size: 18px;
    display: inline-block;
    padding-top: 5px;
}

.header_rt>a {
    margin-top: 15px;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid #2c72c7;
    text-align: center;
    line-height: 60px;
}

.header_rt>a img {
    margin-top: 20px;
}

.weixin {
    margin-left: 40px;
}

.weibo {
    margin-left: 9px;
}

.search {
    margin-right: 90px;
    float: right;
    background: #2c72c7;
}

.erweima {
    display: none;
    position: absolute;
    right: 192px;
    top: 113px;
    padding: 9px;
    z-index: 20;
    border: 2px solid #2c72c7;
    background: #fff;
}


/*导航栏*/

.nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    width: 1186px;
    height: 70px;
    background: #2c72c7;
    position: absolute;
    bottom: -35px;
    left: 90px;
    z-index: 10;
}

.nav>li {
    float: left;
    position: relative;
}

.nav>li>a {
    display: inline-block;
    padding: 0 45px;
    height: 70px;
    color: #fff;
    line-height: 70px;
}

.nav>li>a:hover {
    background: #2866b3;
}

.nav>li>a>img {
    vertical-align: middle;
}

.nav>li>ul {
    display: none;
    border: 1px solid #2c72c7;
    position: absolute;
    top: 70px;
    left: 0;
    background: #fff;
    width: 99%;
}

.nav>li:nth-child(2)>ul>li {
    width: 100%;
}

.nav>li>ul>li>a {
    display: block;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    color: #999;
    font-size: 16px;
    min-width: 145px;
}

.nav>li>ul>li>a:hover {
    color: #2c72c7;
    background: #d2e5fc;
}

.search_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 90px;
    bottom: -35px;
    width: 1186px;
    height: 70px;
    background: #fff;
    z-index: 100;
    padding-right: 30px;
}

.search_box a {
    display: inline-block;
    float: right;
    margin-top: 20px;
}

.search_box input {
    height: 70px;
    padding-left: 20px;
    line-height: 70px;
    font-size: 18px;
    width: 90%;
    color: #999;
}

.mask {
    display: none;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}