@media screen and (min-width: 980px) {

    .mobile_menu_i {
        display: none;
    }

    .mobile_menu_close {
        display: none;
    }

}

@media screen and (max-width:980px) {
    .mobile_menu_i {
        display: block;
    }

    .mobile_menu_i {
        display: block !important;
        position: absolute;
        right: 20px;
        top: calc(50% - 15px);
    }

    .mobile_menu_i img {
        width: 30px;
    }

    .mobile_menu_close {
        width: 60px;
        height: 60px;
        position: absolute;
        bottom: 20px;
        left: calc(50% - 30px);
        display: block !important;
    }

    .mobile_menu_close img {
        width: 100%;
    }

    .top {
        position: sticky;
        top: 0;
        background: #fff;
    }

    .webWidth {
        width: 100%;
    }

    .logo {
        width: 70%;
        margin-left: 10px;
    }

    .nav {
        position: fixed;
        right: 0;
        background: #fff;
        top: 0;
        z-index: 1;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 20px;
        transition: all .5s;
        transform: translateX(100%);
    }

    .nav-item:hover {
        background: none;
        box-shadow: none;
        border: none;
    }

    .nav-item:hover .nav-item-bod {
        display: none;
    }

    .search {
        position: absolute;
        top: 22px;
        right: 64px;
        margin: 0;
    }

    .homeLink {
        grid-template-columns: repeat(2, 1fr)
    }

    .homeLink-item {
        height: auto;
    }

    .homeLink-item img {
        display: block;
    }

    .main {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .homeSwipe {
        width: 100%;
    }

    .homeBanner {
        margin-top: 10px;
    }

    .homeBanner img {
        border-radius: 0;
    }

    .homeInfoLayout {
        width: 100%;
    }

    .bottom-top {
        flex-wrap: wrap;
        box-sizing: border-box;
        justify-content: center;
    }

    .bottom-Contact {
        width: 100%;
        padding-top: 15px;
        line-height: 1.5;
    }

    .bottom-Contact p {
        padding-top: 10px;
    }

    .subMain-mask {
        font-size: 30px;
        border-radius: 0;
    }

    .subMain {

        box-sizing: border-box;
    }

    .subarea {
        padding: 5px 10px;
    }

    .subGsjj {
        flex-wrap: wrap;
    }

    .subGsjj-info {
        width: 100%;
        padding-bottom: 10px;
    }

    .subGsjj-img {
        width: 100%;
    }

    .subNav {
        flex-wrap: wrap;
        padding: 0;
        top: 80px;
    }

    .subNav-item {
        width: 25%;
        padding: 20px 0;
        text-align: center;
        flex: 1;
    }

    .subGsjj-info h3 {
        text-align: center;
    }

    .subJgt img {
        width: 100%
    }

    .subQyzz li {
        width: 50%;
    }

    .subDsj img {
        width: 100%;
    }

    .subList li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .subList li a {
        width: 100%;
        white-space: wrap;
        overflow: initial;
    }

    .subList li::before {
        top: 24px;
        transform: none;
    }

    .subList li span {
        padding-top: 10px;
    }

    .subNewsList {
        grid-template-columns: repeat(1, 1fr);
        padding-top: 10px;
    }
    .subNewsList, .subNewsList.ztzl {
        grid-template-columns: repeat(1, 1fr);
        padding-top: 10px;
    }

    .detailLoc,
    .search-from,
    .search-hd,
    .search-bod {
        padding: 0 10px;
    }

    .detailBod {
        overflow: auto;
    }

    .detailBod table {width: 100%!important;
     
    }
    
    .pagination {
        padding: 0.1rem;
    }
    
    .paging_li {
        margin-right: 0.4rem;
    }

    .yeshu {
        width: 100%;
        line-height: 30px;
        color: #999;
        text-align: center;
        padding-top: 0.15rem;
    }
    
}