body{
    overflow-x:hidden;
}
.header-section{
    width: 100%;
    position: relative;
    
}
.header-section .banner-img{
    display: block;
    width: 100%;
    margin-top:-38px;
}
.header-section .top-box{
    position: absolute;
    width: 100%;
    height: 150px;
    top: 50px;
    left: 0;
    z-index:9;
}
.top-box-inner{
    width: 100%;
    position: relative;
}
.header-section .top-box .logo-wrap{
    display: block;
    width: 39%;
    height:147px;
    background: url(../img/logo-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.header-section .top-box .logo-wrap img{
    display: block;
    width: auto;
    height: 96px;
    margin: 30px auto;
}
.header-section .top-box .nav-wrap{
    width: 67%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 33%;
}
.header-section .top-box .nav-wrap .top-info{
    width: 100%;
    height: 24.5%;
    text-align: center;
    font-size: 14px;
    color: #004C9F;
}
.header-section .top-box .nav-wrap .top-info span{
    padding-right: 20px;
}
.header-section .top-box .nav-wrap .top-info .date div{
    display:inline-block!important;
}
.header-section .top-box .nav-wrap .nav-info{
    width: 100%;
    background: url(../img/nav-bg.png) no-repeat;
    background-size: 100% 100%;
    padding:22px 0 22px 65px;
    height: 75px;
    box-sizing: border-box;
}
.header-section .top-box .nav-wrap .nav-info li{
    float: left;
    padding: 0 10px;
    position: relative;
}
.header-section .top-box .nav-wrap .nav-info li.cur{
    font-weight: bold;
}
.header-section .top-box .nav-wrap .nav-info li a{
    color: #fff;
    font-size: 18px;
}
/* 二级菜单 */
.header-section .top-box .nav-wrap .nav-info .child-nav{
width:100%;
display: none;
position: absolute;
top: 53px;
left: 0;
background: rgba(0, 42, 128, .75);
padding: 0 4px;
box-sizing: border-box;
}
.header-section .top-box .nav-wrap .nav-info .child-nav .child-nav-item{
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: solid 1px rgba(255, 255, 255, .5);
    text-align:center;
}

.header-section .input-wrap{
    display: inline-block;
    background: #FFFFFF;
    border-radius: 9px;
    opacity: 0.73;
    padding:2px 4px;
}
.header-section .input-wrap .input-text{
    height: 18px;
    border: none;
}
.header-section .input-wrap .input-sub{
    width:16px;
    height: 16px;
    background: url(../img/search.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    cursor: pointer;
}

.footer-section{
    width: 100%;
    background: linear-gradient(0deg, #00407B 0%, #035AA9 100%);
    color: #fff;
}
.footer-section .link-wrap{
    height: 69px;
    line-height: 69px;
    text-align: center;
    font-size: 18px;
    border-bottom: solid 1px #fff;
}
.footer-section .link-wrap a{
    display: inline-block;
    padding: 0 40px;
}
.footer-section .copy-wrap{
    padding: 55px 0 70px 0;
    text-align: center;
    font-size: 16px;
}
.footer-section .copy-wrap .other-info a{
    display: inline-block;
    padding:0 20px;
}
.footer-section .copy-wrap .address{
    padding:10px 0;
}
.footer-section .copy-wrap .copy-info{
    width: 480px;
    margin: 0 auto;
}

@media screen and (max-width: 1700px) {
    .header-section .top-box .logo-wrap img{
        height:90px;
    }
}
@media screen and (max-width: 1699px) {
    .header-section .top-box .logo-wrap img{
        height:90px;
    }
}
@media screen and (max-width: 1599px) {
    .header-section .top-box .logo-wrap img{
        height:80px;
    }
}
@media screen and (max-width: 1350px) {
    .header-section .top-box .nav-wrap{
        width:71%;
        left:29%;
    }
    .header-section .top-box .nav-wrap .nav-info{
          padding-left:38px;
    }
    .header-section .top-box .logo-wrap{
        width:34%;
        height:130px;
    }
    .header-section .top-box .logo-wrap img{
        height:70px;
    }
}
.logo-wrap-m{
    display: none;
}
.nav-list-m{
    display: none;
}

@media (max-width: 1100px){
    .header-section{
        position: unset;
    }
    .header-section .banner-img{
        margin-top:0;
    }
    .header-section .top-box{
        position: static;
        height: auto;
    }
    .top-box-inner{
        position: static;
    }
    .header-section .input-wrap{
        margin-top:10px;
    }
    .search-img-m{
        display: block;
    }
    .header-section .top-box .logo-wrap{
        display: none;
    }
    .header-section .top-box .nav-wrap{
        width: 100%;
        position: static;
        height: auto!important;
    }
    .header-section .top-box .nav-wrap .top-info{
        background: #004C9F;
        color: #fff;
        text-align: center;
        height: 50px;
        padding-left: 10px;
    }
    .header-section .top-box .nav-wrap .nav-info{
        display: none;
    }
    .logo-wrap-m{
        display: block;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        background: #004C9F;
        height: 65px;
        position: relative;
    }
    .logo-wrap-m .logo-m{
        width: 55%;
        float: left;
        padding: 10px 0;
    }
    .logo-wrap-m .logo-m img{
        display: block;
        width: 100%;
    }
    .logo-wrap-m .nav-wrap-m{
        float: right;
        width: 24px;
        background: none;
        margin-top: 20px;
    }
    .logo-wrap-m .nav-wrap-m .icon-bar{
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        border-radius: 1px;
        margin-top: 4px;
    }
    .nav-list-m{
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        background: #004C9F;
        z-index: 999;
    }
    .nav-list-m a,.nav-list-m span{
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 30px;
    }
    .nav-list-m .nav-child-wrap-m{
        padding-left: 10px;
        display: none;
    }
    .header-section .top-box .nav-wrap .top-info .date,.header-section .top-box .nav-wrap .top-info .other{
        display:none;
    }

    .footer-section .link-wrap{
        font-size: 14px;

    }
    .footer-section .link-wrap a{
        padding: 0 2px;
    }
    .footer-section .copy-wrap{
        padding: 25px 0 30px;
        font-size: 14px;
    }
    .footer-section .copy-wrap .copy-info{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}