.wrapBgS {
    overflow: visible;
}

.wrapBgS .top_nav {
    position: static;
}

.wrapBgS .logoBox .bodyLi .sub {
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 9999;
    border: rgb(7, 66, 133) 2px solid;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    width: 86px;
    margin-left: -43px;
    display: none;
}

.wrapBgS .logoBox .bodyLi li {
    padding: 10px 0;
    text-align: center;
}

.wrapBgS .logoBox .bodyLi a {
    text-decoration: none;
    padding: 0 5px;
}

.wrapBgS .logoBox .bodyLi .sub a {
    color: rgb(7, 66, 133);
}

.wrapBgS .logoBox .bodyLi:hover .sub {
    display: block;
}

/* 导航栏切换 */


.i-fenlei img {
    width: 50px;
}

#navbar-on {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999995;
    display: none;
    padding: 0 15px;
    line-height: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#navbar-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999990;
    display: none;
    background-color: #222;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.log2_white{
        display: none;
    }

.footer .fot_wap{
    display: flex;
}
@media (max-width:768px) {

    .footer .fot_wap{
        flex-direction: column;
    }
    .nav_zsjz {
        display: none;
    }
    .top_nav_content {
        height: calc(100% - 50px);
        overflow: auto;
        margin-top: 50px;
    }
    /* .log2_white{
        display: block;
        height: 50px;
    } */
    #navbar {
        position: fixed;
        top: 0;
        right: 100%;
        bottom: 0;
        z-index: 999991;
        width: 50%;
        height: auto;
        background-color: #fff;
        line-height: 30px;
        margin: 0;
    }

    #navbar-on {
        display: block;
        -webkit-transition-duration: .5s;
        transition-duration: .5s
    }

    #navbar-mask {
        display: block;
        visibility: hidden;
        opacity: 0
    }

    .navbar-active {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .navbar-active #navbar-mask {
        visibility: visible;
        opacity: 1
    }

    .navbar-active #navbar-on {
        left: -53%;
    }

    .navbar-active #navbar-on .icon {
        color: #333
    }

    #navbar .top_nav {
        flex-direction: column;
    }

    .top_nav .item {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }
    .wrapBgS .logoBox .bodyLi{
        border-bottom: 2px solid #fff;
    }
    .wrapBgS .logoBox .bodyLi .sub {
        display: none;
        flex-direction: column;
        position: static;
        margin-left: 0;
        border: none;
    }

    .wrapBgS .logoBox .bodyLi .linkTitle {
        background: rgb(7, 66, 133);
        width: 100%;
        color: white;
        height: 50px;
        line-height: 50px;
    }
    .wrapBgS .logoBox .subclass {
        position: relative;
    }
    .wrapBgS .logoBox .subclass:hover::before{
        transform: rotate(0deg) scale(0.8);
    }
    .wrapBgS .logoBox .subclass::before{
        position: absolute;
        content: url("/assets/jmga/xia.png");
        right: 10px;
        color: white;
        width: 30px;
        height: 30px;
        top: 12px;
        transform: rotate(180deg) scale(0.8);
    }
    .logoBox>a>img {
        width: 100%;
    }
    .log2_white{
        display: block;
        height: 35px;
        margin-top: 9px;
        padding-left: 10px;
    }
    .searchNav{
        display: none !important;
    }
    .log2{
        display: none !important;
    }
    .top .topSearch {
        height: 50px;
    }

    .top .topSearch .searchNav {
        height: 50px;
    }
}

@media (max-width:768px) {
    .subBanner .swiper {
        width: 100%;
        /* height: 200px; */
    }
    .w1200 {
        width: 96% !important;
    }
    .content{
        font-size: 16px !important;
    }
    .content img,.content video,.youth_bo img{
        max-width: 100% !important;
        height: auto !important;
    }
    .subBanner h1 {
        width: 200px;
        margin-left: -100px;
        margin-top: -30px;
        height: 30px;
        line-height: 30px;
        font-size: 36px;
    }

    /* 单页 */
    .xi_s{
        display: none;
    }
    .newsa{
        width: 96%;
        margin: 0 auto;
        float: none;
    }
    .dong_t{
        display: flex;
        flex-direction: column;
    }

    /* 系部介绍 */
    .descriptionWrap .descriptionLi,.descriptionWrap .descriptionLi img{
        width: 100% !important;
        max-width: 100% !important;
    }
    .descriptionWrap .descriptionLi .descriptionText{
        bottom: 40px;
    }
    /* 招商简章 */
    .xyjj{
        flex-direction: column;
        margin-top: 30px;
    }
    .xyjj .introduce{
        padding: 5px 0;
    }
    .xyjj img{
        width: 100%;
    }
    .zszyjjh{
        font-size: 12px;
        border-radius:0;
    }
    .zszyjjh th, .zszyjjh td{
        padding: 10px;
    }
    .lit_top a:first-child {
        width: auto;
        height: auto;
    }
    .lit_top{
        height: auto;
    }
    .lit_bottom{
        flex-direction: column;
    }
    .lit_top .descriptionText,.lit_bottom .descriptionText{
        bottom: 0px !important;
    }
    .zhinan .fot_wap_l{
        width: 100% !important;
    }
    .youth_bo .yuans{
        width: 30% !important;
    }
}