.mobile-menu-toggle {
    display: none;
}

.mobile-nav-menu,
.mobile-nav-overlay {
    display: none;
}


@media screen and (max-width: 800px) {

    
    html,
    body {
        font-size: .14rem;
        width: 100%;
        overflow-x: hidden;
    }

    .slider2 {
        width: 100% !important;
    }

    .wrap1 {
        width: 100%;
        margin: 0;
        padding: 0 .1rem;
        box-sizing: border-box;
    }

    .ovd {
        width: 100%;
        margin: 0;
    }

    
    .top {
        height: auto;
        width: 100%;
    }

    .banner {
        width: 187%;
        transform: translateX(-23%);
    }

    
    .nav {
        display: none;
    }

    
    .mobile-menu-toggle {
        display: block !important;
        width: .3rem;
        cursor: pointer;
        z-index: 1001;
        margin-left: .06rem;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 100%;
        height: .02rem;
        background-color: #333;
        margin: .05rem 0;
        transition: all 0.3s ease;
        border-radius: .02rem;
    }

    
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(.06rem, .06rem);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(.06rem, -.06rem);
    }

    .slhheader1 {
        width: 100% !important;
        padding: 0 .1rem;
    }

    .slhdbdh {
        height: auto;
        line-height: 1.4;
        font-size: .12rem;
    }

    
    .mobile-nav-menu {
        display: block !important;
        position: fixed;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100vh;
        background: #1e3a8a;
        z-index: 1000;
        transition: left 0.3s ease;
        overflow-y: auto;
        padding-top: .6rem;
    }

    .mobile-nav-menu.active {
        left: 0;
    }

    
    .mobile-nav-overlay {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .mobile-nav-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    
    .nav>div:nth-child(3) {
        display: none;
    }

    
    .mobile-nav-menu .nav-item {
        display: block;
        width: 100%;
        padding: .15rem .2rem;
        border-bottom: .01rem solid rgba(255, 255, 255, 0.1);
    }

    .mobile-nav-menu .nav-item a {
        color: #fff !important;
        font-size: .2rem;
        text-decoration: none;
        display: block;
        width: 100%;
    }

    .mobile-nav-menu .nav-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    
    .mobile-nav-header {
        padding: .2rem;
        border-bottom: .01rem solid rgba(255, 255, 255, 0.2);
        margin-bottom: .1rem;
    }

    .mobile-nav-header h3 {
        color: #fff;
        font-size: .22rem;
        margin: 0;
        text-align: center;
    }

    
    .nav form {
        width: 100% !important;
        margin: .1rem 0 !important;
        float: none !important;
        background: #fff;
        border-radius: .05rem;
        padding: .05rem;
    }

    .nav form>div {
        float: none !important;
        width: auto !important;
        display: flex;
        align-items: center;
    }

    .nav form select {
        flex: 0 0 auto;
        margin-right: .05rem;
        padding: .05rem;
        border: .01rem solid #ddd;
        border-radius: .03rem;
    }

    .nav form input[type="text"] {
        flex: 1;
        height: .3rem !important;
        padding: 0 .08rem;
        border: .01rem solid #ddd;
        border-radius: .03rem;
        margin-right: .05rem;
    }

    .nav form a img {
        width: .25rem !important;
        height: .25rem;
    }

    
    .con-top,
    .con-middle,
    .con-bottom {
        padding: 0 !important;
        width: 100%;
    }



    #banner {
        width: 100%;
        height: 2rem;
    }

    .new-pic {
        height: auto !important;
    }

    .slides,
    .slide-pic {
        width: 100%;
        height: 3.35rem !important;
    }

    .slide-pic img,
    .slideBox2 .bd img {
        width: 100%;
        height: 2rem;
        object-fit: cover;
    }

    .slideBox2 {
        height: 2rem;
    }

    .slideBox2 .bd li {
        height: 2rem;
    }

    .slideBox2 .bd li .title {
        top: 1.7rem;
        height: .3rem;
        line-height: .3rem;
        font-size: .14rem;
    }

    
    .news {
        width: 100%;
        padding: 0;
        margin-bottom: .15rem;
    }

    .news-title,
    .notice-title,
    .gs-title,
    .djfc-title,
    .qyml-title,
    .kstd-title,
    .download-title,
    .hdjl-title,
    .qyzs-title {
        width: 100%;
        height: .4rem;
        background-size: auto .4rem;
        margin-bottom: .1rem;
        padding-left: .15rem;
        line-height: .4rem;
        font-weight: bold;
        color: #333;
        border-left: .04rem solid #cf2820;
        background: #f5f5f5;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }


    .news-art,
    .notice-art,
    .gs-art,
    .djfc-art,
    .qyml-art,
    .kstd-art,
    .download-art,
    .hdjl-art,
    .qyzs-art {
        height: auto;
        padding: .1rem;
        background: #fff;
        border: .01rem solid #eee;
        border-radius: .05rem;
        margin-bottom: .15rem;
        width: 100%;
    }

    .kstd-art>div,
    .download-art {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }



    .hdjl-art>div {
        display: flex;
        justify-content: space-between;
    }

    .hdjl-art>div>div {
        width: 32% !important;
        background-size: 100% 100% !important;

    }

    .hdjl-art>div>div:last-child a {
        margin-left: .2rem;
        display: block;
    }

    .qyzs-art>div {
        display: flex;
        flex-wrap: wrap;
        height: auto !important;
        justify-content: space-between;
    }

    .qyzs-art>div>div {
        margin-left: 0 !important;
    }

    .kstd-art>div>div {
        width: 23% !important;
        background-size: 100% 100% !important;
        padding-top: 2%;
        line-height: normal !important;
    }

    .download-art>div {
        margin: 0 !important;
        width: auto !important;
    }

    .download-art>div:nth-of-type(1) {
        margin-bottom: .1rem !important;
    }

    .download-art>div>div:nth-child(2) {
        width: auto !important;
        margin-right: .1rem;
    }

    .hdjl-title>div,
    .qyzs-title>div,
    .download-title>div,
    .kstd-title>div {
        color: #333 !important;
        padding-left: 0 !important;
        font-size: .24rem !important;
    }

    .qyml-title>div,
    .qyzs-title>div,
    .djfc-title>div,
    .gs-title>div,
    .news-title>div,
    .notice-title>div {
        padding-left: 0 !important;
    }

    .qyml-title>div:first-child a,
    .qyzs-title>div:first-child a,
    .djfc-title>div:first-child a,
    .gs-title>div:first-child a,
    .news-title>div:first-child a,
    .notice-title>div:first-child a {
        color: #333 !important;
        font-size: .24rem !important;
    }


    .qyml-title>div:last-child a,
    .qyzs-title>div:last-child a,
    .djfc-title>div:last-child a,
    .gs-title>div:last-child a,
    .news-title>div:last-child a,
    .notice-title>div:last-child a {
        font-size: .2rem !important;
    }


    .qyml-title a {
        line-height: .4rem !important;
    }

    .kjdh-title {
        width: auto !important;
        margin-right: .1rem;
    }

    .bq>div>div:first-child {
        float: none !important;
        margin-left: 10%;
        padding-bottom: .1rem;
    }

    .bq>div>:nth-child(2) {
        width: 100% !important;
    }

    .bq>div>:nth-child(3) {
        float: none !important;
        justify-content: space-evenly;
    }

    .headLinesItem>.headLinesWrap>.title {
        font-size: .2rem !important;
    }

    
    .floatL,
    .floatR {
        float: none !important;
        display: block;
        width: 100% !important;
        margin-bottom: .15rem;
    }

    
    .notice,
    .gs {
        width: 100%;
        padding: 0;
    }

    
    .download,
    .kstd,
    .hdjl,
    .djfc,
    .qyml {
        width: 100%;
        padding: 0;
    }

    .download-title {
        margin-left: 0;
        width: 100%;
    }

    
    .zt-flash {
        width: 100%;
        margin: .15rem 0;
    }

    
    .qyzs {
        width: 100%;
        margin: .15rem 0;
    }

    
    .bq {
        height: auto;
        padding: .2rem .1rem;
        margin-top: .15rem;
        background-color: #cf2820;
        color: #fff;
        text-align: center;
        font-size: .12rem;
        line-height: 1.6;
    }

    
    .clearfloat {
        display: none;
    }

    
    .slhsypc,
    .slhzcxs,
    .slhycxs {
        display: none;
    }

    
    #leftDiv,
    #rightDiv {
        display: none !important;
    }



    h1,
    h2,
    h3 {
        font-size: .18rem;
        line-height: 1.4;
        margin-bottom: .1rem;
    }

    
    a {
        color: #333;
        text-decoration: none;
        word-break: break-all;
    }

    a:hover {
        color: #cf2820;
    }


    
    img {
        height: auto;
    }

    
    input[type="button"],
    input[type="submit"],
    button {
        padding: .08rem .15rem;
        background: #cf2820;
        color: #fff;
        border: none;
        border-radius: .03rem;
        font-size: .14rem;
        cursor: pointer;
    }

    input[type="button"]:hover,
    input[type="submit"]:hover,
    button:hover {
        background: #b02218;
    }

    
    input[type="text"],
    input[type="password"],
    textarea,
    select {
        width: 100%;
        padding: .08rem;
        border: .01rem solid #ddd;
        border-radius: .03rem;
        box-sizing: border-box;
        font-size: .14rem;
    }

    
    .con-top>div,
    .con-middle>div,
    .con-bottom>div {
        margin-bottom: .2rem;
    }

    
    * {
        box-sizing: border-box;
    }

    
    ::-webkit-scrollbar {
        width: .06rem;
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    ::-webkit-scrollbar-thumb {
        background: #cf2820;
        border-radius: .03rem;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #b02218;
    }

    .responsive-carousel-img {
        width: 4.84rem !important;
        height: 3.35rem !important;
    }

    .ztwsqa .slider2 .slides li {
        width: auto !important;
        height: auto !important;
    }

    .news-art a,
    .notice-art a,
    .gs-art a,
    .djfc-art a,
    .qyml-art a {
        font-size: .2rem !important;
    }

    .news-art>div>div div:last-child,
    .notice-art>div>div div:last-child,
    .gs-art>div>div div:last-child,
    .djfc-art>div>div div:last-child,
    .qyml-art>div>div div:last-child {
        font-size: .19rem !important;
    }

    .kstd-art a,
    .hdjl-art a {
        font-size: .16rem !important;
    }

    .news-art>div,
    .notice-art>div,
    .gs-art>div,
    .djfc-art>div,
    .qyml-art>div {
        line-height: .49rem !important;
    }


}

@media screen and (max-width: 589px) {
    .download-art>div {
        width: 49% !important;

    }

    .download-art>div>div:nth-child(2) {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 615px) {
    .kstd-art>div>div {
        width: 48% !important;
    }

}