.aw-top-menu-wrap {
        position: fixed;
        z-index: 1001;
        width: 100%;
        min-height: 50px;
        background-color: #1E2532;
    }
    .aw-top-menu-fixed {
        position: fixed;
    }
    .aw-top-menu-wrap {
        height: 60px;
    }

    .container {
        width: 1200px !important;
    }
    .he7 {
        height: 60px;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .aw-logo {
        width: 150px;
        height: 70px;
        padding-top: 15px;
    }

    .aw-logo, .aw-search-box, .aw-top-nav {
        position: relative;
        float: left;
    }
    .aw-top-menu-wrap a {
        cursor: pointer;
        color: #155faa;
        text-decoration: none;
    }
    .aw-logo a {
        display: block;
        width: 128px;
        height: 28px;
        background: url(../../../img/logo_n.png) no-repeat;
    }
    .aw-top-nav {
        margin: 0;
        border: none;
    }
    .aw-logo, .aw-search-box, .aw-top-nav {
        position: relative;
        float: left;
    }

    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 20px;
        border: 1px solid transparent;
    }
    .navbar-collapse {
        margin-left: 30px;
        font-size: 20px;
    }
    .navbar-nav {
        height: 70px;
    }
    .navbar-nav {
        margin: 7.5px -15px;
    }
    .nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .aw-top-menu-wrap .aw-top-nav ul, li, ol {
        margin: 0;
        padding: 0;
        list-style: none outside none;
    }
    .aw-top-nav > nav > ul > li {
        min-width: 60px;
        font-size: 16px;
    }
    .navbar-nav>li {
        height: 50px;
    }
    .nav > li {
        position: relative;
        display: block;
        float: left;
    }
    .aw-top-nav > nav > ul > li > a.active {
        background: #242F45;
        font-weight: bold;
        border-bottom: #db6d4b solid 3px;
    }
    .aw-top-nav > nav > ul > li > a {
        padding: 10px;
        color: #fff;
    }
    .navbar-nav>li>a {
        height: 36px;
        text-align: center;
        line-height: 36px;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }
    .aw-top-menu-wrap a {
        cursor: pointer;
        color: #155faa;
        text-decoration: none;
    }
    .aw-top-menu-wrap a {
        background-color: transparent;
    }
    .aw-search-box {
        margin-left: 60px;
    }
    .aw-logo, .aw-search-box, .aw-top-nav {
        position: relative;
        float: left;
    }

    .aw-search-box {
        margin-top: 15px;
    }
    .aw-search-box input {
        width: 220px;
        height: 20px;
        padding-right: 30px;
        border: none;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .aw-search-box .global_search_btn {
        position: absolute;
        right: 5px;
        top: 6px;
        font-size: 18px;
        color: #999;
    }
    .search_logo {
        margin-top: -5px;
    }
    .aw-user-nav {
        margin: 10px 5px 0 10px;
    }

    .aw-publish-btn, .aw-user-nav, .aw-top-notification {
        position: relative;
        float: right;
        margin: 10px 0 10px 10px;
    }
    .aw-user-nav {
        margin-top: 20px;
    }
    .aw-user-nav .login {
        margin-right: 10px;
    }
    .btn {
        padding: 10px 22px;
    }
    .nav_login {
        background: url(../../../img/nav_login_n.png) no-repeat center top;
    }
    .nav_01 {
        background: url(../../../img/nav01_n.png) no-repeat center top;
    }
    .nav_02 {
        background: url(../../../img/nav02_n.png) no-repeat center top;
    }
    .nav_03 {
        background: url(../../../img/nav03_n.png) no-repeat center top;
    }
    /**页脚**/
 .footer {
     /* display: inline-block; */
     width: 100%;
 }
 .footer {
     margin-top: 20px;
 }
 .footer #goTop {
     display: none;
     position: fixed;
     bottom: 20px;
     right: 30px;
     z-index: 99;
     border: none;
     outline: none;
     background-color: skyblue;
     color: white;
     cursor: pointer;
     padding: 15px;
     border-radius: 10px;
 }
 .blue-foot {
     background-color: #58749c;
     overflow: hidden;
     width: 100%;
 }
 .foot-box {
     margin: 0 auto;
     padding: 20px 0;
     width: 1200px;
 }
 .f-tit-h3 {
     background: rgba(0, 0, 0, 0) url(../../../img/lianjie.png) no-repeat scroll 0 0;
     color: #fff;
     float: left;
     font-size: 18px;
     font-weight: normal;
     height: 26px;
     margin-bottom: 15px;
     padding-left: 36px;
     width: 100%;
 }
 .blue-link-box {
     width: 100%;
 }
 .blue-link-box ul, li, ol {
     margin: 0;
     padding: 0;
     list-style: none outside none;
 }
 .blue-link-box ul li {
     float: left;
     padding-right: 50px;
 }
 .blue-link-box ul li a {
     color: #8da6c7;
     height: 30px;
     line-height: 30px;
 }
 .clearfix {
     *zoom: 1;
 }
 .black-foot {
     background-color: #383838;
     color: #fff;
     overflow: hidden;
     padding: 20px 0 30px;
     width: 100%;
 }
 .foot-box {
     margin: 0 auto;
     padding: 20px 0;
     width: 1200px;
 }
 .erweima {
     float: left;
     display: inline;
     width: 330px;
     font-size: 13px;
     background-position: 337px 30px;
     margin-left: 135px;
 }
 .erweima span {
     display: inline;
     float: left;
     color: #64666c;
 }
 .erweima img {
     display: block;
     width: 105px;
     height: 106px;
     border: 2px solid #1f212d;
 }
 .erweima p {
     line-height: 28px;
     text-align: center;
 }
 .erweima .ff {
     margin: 30px 7px 0 7px;
     width: 18px;
     text-align: center;
 }

 .erweima span {
     display: inline;
     float: left;
     color: #64666c;
 }
 .foot-content {
     width: 650px;
     padding: 0 50px;
     margin-left: 415px;
 }
 .foot-content .about {
     color: #666;
     text-align: center;
     font-size: 16px;
 }
 .foot-content .about a {
     color: #999;
     padding: 0 4px;
 }
 .foot-content .contact {
     color: #666;
     padding: 20px 15px 0 15px;
 }
 .foot-content .contact .item {
     float: left;
     width: 50%;
     margin-top: 10px;
 }
.foot-content .contact .items {
    float: left;
    width: 100%;
    margin-top: 10px;
}
 .foot-content .clear {
     font: 0/0 sans-serif;
     height: 0;
     overflow: hidden;
     clear: both;
     display: block;
 }
 .foot-copyright {
     background-color: #1c1e24;
     overflow: hidden;
     width: 100%;
 }
 .copyright {
     text-align: center;
 }

 .foot-box {
     margin: 0 auto;
     padding: 20px 0;
     width: 1200px;
 }


