@charset "utf-8";
.logo {
    width: 2vw;
    margin-top: 20px;
    margin-left: 15px;
}

.nav_list>a {
    display: inline-block;
    margin: 20px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

.nav_list {
    padding: 10px 20px;
}

.nav_list>a.current {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    color: #fff;
}

.nav_list>a:hover {
    color: #fff;
}


/* 适配移动端 */

@media all and (max-width:416px) {
    /* //navm */
    .headerm {
        height: 1.1rem;
        padding-top: .2rem;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        right: 0;
        color: #fff;
        padding-left: 25px;
        padding-right: 25px;
    }
    .headerm.on {
        background-color: #0c3cb0;
    }
    .fhlogo {
        float: left;
        width: 1.6rem;
    }
    div.navbtn {
        width: .42rem;
        height: .28rem;
        background-image: url(../images/index/mbtn.png);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        margin-top: .23rem;
    }
    .navmob {
        position: absolute;
        left: 0;
        right: 0;
        top: 1.1rem;
        background-color: #0c3cb0;
        transition: all 1s;
        height: 0;
        overflow: hidden;
    }
    .navmob>a {
        display: block;
        padding: 0.15rem;
        text-align: center;
        opacity: .7;
        font-size: 16px;
    }
    .navmob>a.current {
        color: #f8b551;
    }
    .maxw>div.navbtn.on {
        width: .38rem;
        height: .39rem;
        background-image: url(../images/index/mclose_btn.png);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        margin-top: .2rem;
    }
    .navmob.on {
        position: absolute;
        left: 0;
        right: 0;
        top: 1.1rem;
        height: 25vh;
        background-color: #0c3cb0;
        transition: all 1s;
        /* height: 0; */
        overflow: hidden;
        border-top: 1px solid #fff;
    }
    .cheader>.headerm {
        display: none;
    }
    .cheader>.headerm.on {
        display: block;
    }
}