@media screen and (max-width: 768px) {
    #header #nav-btn{
        margin-left: -50px;
    }
    #index-body .init-1 li{
        height: auto;
    }
    #index-body .init-1 li>img{
        height: auto;
        width: 100%;
    }
    #index-body .init-6.comment .box dd .left{
        height: auto;
    }
    #index-body .init-6.comment .box dl .slick-arrow{
        top: initial;
        bottom: -72px;
    }
    #index-body .init-6.comment .box dl .slick-arrow.slick-next{
        right: 30%;
    }
    #index-body .init-6.comment .box dl .slick-arrow.slick-prev{
        left: 30%;
    }
    .newsNav{
        left: 50%;
        transform: translateX(-50%);
        top: initial;
        bottom: -80px;
        display: flex;
        justify-content: space-around;
        width: 70%;
    }
    .newsNav a{
        overflow: hidden;
    }
    .nyTop h1{
        font-size: 36px;
    }
    /* .nyTop{
         height: 20rem; 
    } */
    .nyNav{
        top: 17rem;
        z-index: 3;
        display: none;
    }
    .nyAbout{
        width: 90%;
    }
    .bgH .wrap{
        width: 90%;
    }
    .nav__cb:checked ~ .nav__content, .nyNav{
        height: auto !important;
        width: auto !important;
    }
    .nav__items{
        width: 100%;
        height: 100%;
        display: block;
        padding-right: 20px;
        padding-top: 60px;
    }
    .nav__item{
        display: block;
        min-width: 90px;
        line-height: 60px !important;
        width: 100% !important;
    }
    .nav__content{
        height: 90px;
    }
    .nav__btn{
        right: 50%;
        transform: translateX(50%);
    }
    .textImg3 .listImg{
        float: none;
        width: 100%;
    }
    .textImg3 .listTxt{
        margin-top: 1rem;
    }
    .articleTitle{
        font-size: 20px;
    }
    .ny_qs ul li{
        width: 48%;
        margin-right: 0;
    }
    .ny_qs ul{
        justify-content: space-between;
    }
    .ny_qs ul li .ey{
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        position: relative;
    }
    .ny_qs ul li span{
        position: absolute;
    }
    .nyTitle{
        display: block;
    }
    .nyTitle h3{
        margin: 40px 0;
    }
    .nyTitle .cpsearch{
        margin-top: initial;
        margin-bottom: 30px;
        margin-top: -40px;
    }
    .proImgBox{
        width: 100%;
        float: none ;
    }
    .spec-items{
        width: 100%;
        overflow-x: scroll;
    }
    span.spe_leftBtn, span.spe_rightBtn{
        z-index: 10;
    }
    .ny_qs_1 img{
        display: none;
    }
    .proCon{
        overflow-x: scroll;
    }
    .spec-items ul{
        display: flex;
        width: auto;
    }
    .proTextBox{
        float: none;
        margin-top: 30px;
        margin-left: 0;
    }
    .ny_cont_1{
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .ny_cont_2a{
        padding-left: 0;
    }
    .ny_cont{
        height: auto;
    }
    .netInfo-box ul li{
        width: 100%;
    }
    #header .nav-content .center ul.nav li dl dd, .ny_qs ul li p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }
    .ny_cont .wrap{
        display: block !important;
    }
    .nyJj h4{
        text-align: left;
    }
    .wrap .contentNormalBox p{
        font-size: 16px;
    }
    .wrap .contentNormalBox .secondTitle{
        font-size: 18px;
    }
}
@media screen and (max-width: 1275px) {
    #footer .footer-addr {
        text-align: center
    }

    #footer .footer-addr>li {
        float: none;
        display: inline-block;
        min-width: 280px;
        margin: 5px !important
    }
}