﻿.headMenu_Box {
    width: 380px !important;
}

.nav_zk {
    display: none !important;
}

.headMenu_Box .wzHead_logo {
    height: 59px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 5% !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    position: relative;
}

.headMenu_Box .wzHead_logo a {
    opacity: 0;
}

.changPin .indPro_r {
    height: 100vh;
}

.headMenu_Box_r {
    padding: 0 0 !important;
}

.headMenu_Box_r li {
    padding: 0 10% !important;
    line-height: 90px !important;
    font-size: 26px !important;
}

.close {
    top: 1% !important;
    right: 11% !important;
}

.nav_zk {
    right: 10% !important;
}


@media screen and (min-width:1025px) {

    /* 首页简介动画 */
    .disappear .indPro_l,
    .disappear .indAb_img {
        transform: translateY(-108%);
    }

    .disappear .indPro_r,
    .disappear .indAb_txt {
        transform: translateY(108%);
    }

    .disappear .indAb_img_div p,
    .disappear .indAb_img_div span {
        top: 108px;
        opacity: 0;
    }

    .disappear .indAb_bl>div {
        width: 0;
    }

    .disappear .indAb_br {
        opacity: 0;
    }

    .disappear .indPro_bl p,
    .disappear .indPro_bl span,
    .disappear .indPro_info .indMore,
    .disappear .indPro_p,
    .disappear .indPro_name,
    .disappear .indPro_info .indTit,
    .disappear .indAb .indMore,
    .disappear .indAb .indTit,
    .disappear .indAb_span,
    .disappear .indAb_p {
        top: 108px;
        opacity: 0;
    }

    .disappear .indPro_br_btm,
    .disappear .indPro_br_top {
        height: 0;
    }


    .disappear .lxNew_box {
        opacity: 0;
        top: 108px;
    }

    /* ----------------------------------- */
    .page.active .indPro_l,
    .page.active .indPro_r,
    .page.active .indAb_txt,
    .page.active .indAb_img {
        transform: translateY(0);
        transition-delay: .48s;
    }


    .page.active .indAb_img_div span,
    .page.active .indAb_img_div p {
        top: 0;
        opacity: 1;
    }

    .page.active .indAb_bl>div {
        width: 100%;
    }

    .page.active .indAb_br {
        opacity: 1;
    }

    /* pro */
    .page.active .indPro_bl p,
    .page.active .indPro_bl span,
    .page.active .indPro_info .indMore,
    .page.active .indPro_p,
    .page.active .indPro_name,
    .page.active .indPro_info .indTit,
    /* ab */
    .page.active .indAb .indMore,
    .page.active .indAb .indTit,
    .page.active .indAb_span,
    .page.active .indAb_p {
        top: 0;
        opacity: 1;
    }

    .page.active .indSolu_txt .indMore,
    .page.active .indSolu_txt .indSolu_p,
    .page.active .indSolu_txt .indTit {
        top: 0;
        opacity: 1;
    }

    .page.active .indPro_br_top {
        height: 89px;
    }

    .page.active .indPro_br_btm {
        height: calc(100% - 89px);
    }


    .page.active .lxNew_box {
        top: 42px;
        opacity: 1;
        box-shadow: 0 12px 30px rgb(80 80 80 / 10%);
    }

    @-webkit-keyframes scaleUpDown {
        from {
            -webkit-transform: scale(1.08);
            transform: scale(1.08);
        }

        to {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes scaleUpDown {
        from {
            -webkit-transform: scale(1.08);
            transform: scale(1.08);
        }

        to {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

}

@media screen and (max-width:1024px) {
    .content {
        position: initial;
    }

    /* #s2 .ibox {
        padding: 80px 0px;
    }


    #s3 .ibox {
        height: 500px;
    }


    #s4 .ibox {
        position: relative;
        padding: 80px 0px;
    }


    #s5 .ibox {
        height: 600px;
    }

    #s6 .ibox {
        height: 600px;
    } */

}

/* ==========================
	index
============================================================================================= */


@media(max-width:1680px) {

    /* header */
    .wzHead_box {
        width: 38%;
    }

    .wzHead_box svg {
        width: 26px;
        height: 26px;
    }

    /* banner*/

    .banTxt_span {
        font-size: 82px;
        line-height: 1.1;
    }

    .banTxt_p {
        font-size: 72px;
    }

    .banTxt_cn {
        font-size: 30px;
    }

    .banTxt .indMore .more {
        padding: 14px 48px;
    }

    .banTxt .indMore span {
        font-size: 18px;
    }

    #banner .slick-dots {
        top: 52%;
    }

    #banner .slick-dots li {
        width: 6px;
        height: 6px;
        margin-top: 18px;
    }

    /*  */
    .indSolu_txt {
        top: 54%;
    }
}

@media(max-width:1480px) {
    .indTit.white span {
        font-size: 45px;
    }


    /* header */
    .wzHead_box {
        width: 40%;
    }

    .wzHead_box a {
        height: 82px;
    }

    .headMenu span {
        margin-top: 7px;
    }

    .headMenu_txt {
        font-size: 17px;
    }

    /* banner */
    .banTxt_span {
        font-size: 80px;
    }

    .banTxt_p {
        font-size: 68px;
    }

    .banTxt_cn {
        font-size: 28px;
    }

    .banTxt .indMore .more {
        padding: 12px 42px;
    }

    .banTxt .indMore span {
        font-size: 16px;
    }

    /*  */
    .indAb_bl svg {
        width: 78px;
        height: 78px;
    }

    .indAb_p {
        margin-top: 14px;
    }

    .indAb_p p {
        -webkit-line-clamp: 4;
    }

    .indSolu_p p {
        font-size: 32px;
    }
}

@media(max-width:1368px) {
    .indTit.white span {
        font-size: 42px;
    }

    .indMore {
        margin-top: 38px;
    }

    .indMore .more {
        padding: 10px 36px;
    }

    .indMore span {
        font-size: 15px;
    }

    /* header */
    .wzHead_tel {
        font-size: 18px;
    }

    .wzHead_box svg {
        width: 24px;
        height: 24px;
    }

    /* footer */
    .footLogo a {
        width: 248px;
    }

    .footTel p {
        line-height: 1.2;
        font-size: 30px;
    }

    .footBtm li span {
        font-size: 18px;
    }

    .footMess_span {
        font-size: 20px;
    }

    /* banner */
    .banTxt_span {
        font-size: 72px;
        line-height: 1;
    }

    .banTxt_p {
        font-size: 60px;
    }

    .banTxt_cn {
        margin-left: 24px;
        font-size: 26px;
    }

    .banTxt .indMore .more {
        padding: 10px 36px;
    }

    #banner .slick-dots li.slick-active {
        height: 40px;
    }

    /*  */
    .indAb_span {
        font-size: 32px;
        line-height: 1.2;
    }

    .indAb_p {
        margin-top: 21px;
    }

    .indAb_p p {
        -webkit-line-clamp: 3;
    }

    .indAb_bl svg {
        width: 68px;
        height: 68px;
    }

    .indAb_box2 p {
        font-size: 15px;
    }

    .indSolu_p p {
        font-size: 30px;
    }

    .indPro_txt {
        height: 64%;
    }

    .indPro_btm {
        height: 36%;
    }

    .indPro_txt>div {
        margin-top: 68px;
    }

    .indPro_p {
        -webkit-line-clamp: 2;
        height: 60px;
    }

    .page.active .indPro_br_top {
        height: 68px;
    }

    .page.active .indPro_br_btm {
        height: calc(100% - 68px);
    }

    .indPro_num .indPro_num_index {
        font-size: 28px;
    }

    .indPro_num .iindPro_num_all {
        font-size: 24px;
    }

    .indAb_swiper {
        max-height: 358px !important;
    }

}

@media(max-width:1280px) {
    .indTit.white span {
        font-size: 38px;
    }

    .indTit span {
        font-size: 32px;
    }

    .indMore span {
        font-size: 14px;
    }

    .banTxt_div {
        margin-bottom: 51px;
    }

    .indMore {
        margin-top: 30px;
    }

    .banTxt .indMore .indMore_ico,
    .indMore .indMore_ico {
        padding-left: 7px;
    }

    .banTxt .indMore .indMore_ico_y,
    .indMore .indMore_ico_y {
        width: 25px;
    }

    .banTxt .indMore .indMore_ico_j,
    .indMore .indMore_ico_j {
        width: 21px;
    }

    /* header */
    .wzHead_logo a {
        width: 201px;
    }

    .wzHead_box {
        width: 34%;
    }

    .wzHead_box a {
        height: 68px;
    }

    .wzHead_box svg {
        width: 20px;
        height: 20px;
    }

    .headMenu {
        width: 20px;
        margin-right: 12px;
    }

    .headMenu span {
        width: 20px;
        margin-top: 6px;
    }

    .headMenu_txt {
        font-size: 15px;
    }

    .headMenu .headMenu_span2 {
        width: 15px;
    }

    .wzHead_tel {
        font-size: 15px;
    }

    /* footer */
    .footTop {
        padding: 48px 0 28px;
    }

    .footTel p {
        font-size: 28px;
    }

    .footMess_span {
        font-size: 18px;
    }

    .footBtm ul {

        padding: 48px 0 89px;
        padding-right: 6%;
    }

    .footBtm li span {
        font-size: 17px;
    }

    .footBtm li a {
        font-size: 13px;
    }

    .footMess {
        padding: 48px 0 89px;
        padding-left: 5%;
    }

    .footMess svg {
        width: 21px;
        height: 21px;
    }

    .footMess input {
        font-size: 13px;
        padding-right: 30px;
    }

    .footCopy {
        padding: 28px 0;
    }

    /* banner */
    .banTxt_span {
        font-size: 62px;
    }

    .banTxt_p {
        font-size: 51px;
    }

    #banner .slick-dots li.slick-active {
        height: 34px;
    }

    /*  */

    .indAb_top {
        height: 82%;
    }

    .indAb_span {
        font-size: 28px;
    }

    .indAb_btm {
        padding-top: 18%;
    }

    .indAb_bl svg {
        width: 51px;
        height: 51px;
    }

    .indAb_num .indAb_num_index {
        font-size: 28px;
    }

    .indAb_num span {
        font-size: 24px;
    }

    .indAb_box2 p {
        font-size: 14px;
        letter-spacing: .5px;
    }


    .indSolu_p {
        margin-top: 3px;
        margin-bottom: 42px;
    }

    .indSolu_p p {
        font-size: 26px;
    }

    .indPro_name {
        font-size: 26px;
        line-height: 1.4;
    }

    .indPro_p {
        line-height: 1.8;
    }

    .indPro_bl span {
        font-size: 45px;
    }

    .indPro_bl span i {
        font-size: 16px;
    }

    .indPro_bl>div {
        max-width: 80%;
    }

    .indPro_bl p {
        font-size: 12px;
    }

    .indPro_num {
        font-size: 18px;
    }

    .page.active .indPro_br_top {
        height: 58px;
    }

    .page.active .indPro_br_btm {
        height: calc(100% - 58px);
    }

    .indPro_num .indPro_num_index {
        font-size: 24px;
    }

    .indPro_num .iindPro_num_all {
        font-size: 20px;
    }
}

@media(max-width:1024px) {

    .indTit.white span {
        font-size: 36px;
    }

    .indMore span {
        font-size: 12px;
    }

    .indMore .more {
        padding: 8px 32px;
    }

    /* header */
    .wzHead {
        background: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .wzHead_logo {
        margin-left: 28px;
    }

    .wzHead_logo .wzHead_logo_w {
        display: none;
    }

    .wzHead_logo .wzHead_logo_h {
        display: block;

    }

    .wzHead_box a {
        height: 58px !important;
        color: #989898;
        border-color: rgba(0, 0, 0, 0.1);
    }

    .wzHead_box svg {
        width: 18px;
        height: 18px;
    }

    .wzHead_box path {
        fill: #989898;
    }

    .wzHead_tel {
        font-size: 13px;
        letter-spacing: .5px;
    }

    .headMenu {
        width: 16px;
        margin-right: 8px;
    }

    .headMenu_txt {
        font-size: 14px;
    }

    .headMenu span {
        width: 16px;
        margin-top: 5px;
    }

    .headMenu .headMenu_span2 {
        width: 12px;
    }

    /* footer */
    footer .inner {
        width: 90%;
    }

    .footTop {
        padding: 42px 0 18px;
    }

    .footLogo a {
        width: 201px
    }

    .footTel span {
        font-size: 12px;
    }

    .footTel p {
        font-size: 24px;
    }

    .footBtm li span {
        font-size: 16px;
    }

    .footBtm li a {
        font-size: 12px;
    }

    .footMess {
        width: 32%;
    }

    .footMess_span {
        font-size: 16px;
    }

    .footMess input,
    .footMess>p {
        font-size: 12px;
    }

    .footCopy {
        padding: 18px 0 28px;
    }

    .footCopy a,
    .footCopy p {
        font-size: 12px;
    }

    /* banner */
    #banner {
        margin-top: 59px;
    }

    .banTxt .inner {
        top: 18px;
    }

    .banTxt_span {
        font-size: 51px;
    }

    .banTxt_p {
        font-size: 42px;
    }

    .banTxt_cn {
        font-size: 22px;
    }

    .banTxt .indMore .more {
        padding: 8px 32px;
    }

    .banTxt .indMore span {
        font-size: 12px;
    }

    .banTxt_div {
        margin-bottom: 34px;
    }

    #banner .slick-dots {
        top: 45%;
    }

    /*  */
    /* .indAb {
        flex-wrap: wrap;
    }

    .indAb_img {
        width: 100%;
        transform: translateY(0);
        height: auto;
        padding-top: 45%;
    }
    .indAb_img  img{
        position: absolute;
        top: 0;
        left: 0;
    } */
    .indAb_box {
        margin: 68px 0;
    }

    .indAb_txt {
        order: -1;
        width: 100%;
        transform: translateY(0%);
    }


    .indAb_top {
        height: auto;
    }

    .indAb_swiper {
        max-height: auto !important;
    }

    .indAb_btm {
        height: auto;
        padding-top: 14%;
    }

    .indAb_p,
    .indAb_span {
        top: 0;
    }

    .appear .indAb_bl>div {
        width: 50%;
        transition: all 1s 0.5s;
    }

    .appear .indAb_br {
        opacity: 1;
        transition: all 1s 0.8s;
    }


    .indAb .indMore.appear,
    .indAb .indTit.appear {
        opacity: 1;
        top: 0;
        transition: inherit;
    }

    .indAb_hor_box {
        margin-top: 14px;
    }

    #s3 {
        height: calc(100vh - 200px);
    }

    .indSolu_txt {
        left: 10%;
    }

    .indSolu_p p {
        font-size: 24px;
    }

    .appear .indSolu_txt .indMore,
    .appear .indSolu_txt .indSolu_p,
    .appear .indSolu_txt .indTit {
        top: 0;
        opacity: 1;
        transition: all 1s 1s;
    }

    .indPro_r,
    .indPro_l {
        transform: translateY(0);
    }

    .appear .indPro_p,
    .appear .indPro_name,
    .appear .indPro_info .indTit {
        top: 0;
        opacity: 1;
        transition: all 1s;
    }

    .indPro_l {
        display: none;
    }

    .indPro_r {
        width: 100%;
    }


    .indPro_txt {
        height: auto;
        padding: 0;
    }

    .indPro_txt>div {
        max-width: 80%;
        margin: 68px 0;
    }

    .appear .indPro_info .indMore,
    .appear .indPro_bl p,
    .appear .indPro_bl span {
        top: 0;
        opacity: 1;
    }

    .appear .indPro_info .indMore {
        transition: all 1s 0.48s;
    }

    .indPro_btm {
        border: 0;
        /* border-bottom: 1px solid rgba(203, 203, 203, 0.38); */
    }

    .indPro_bl {
        display: none;
    }

    .appear .indPro_bl span {
        transition: all 1s 1s;
    }

    .appear .indPro_bl p {
        transition: all 1s 1.5s;
    }

    .indPro_br {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        height: 289px;
        width: 100%;
        border: 0;
    }

    .indPro_br_top {
        /* border-top: 1px solid rgba(203, 203, 203, 0.38);
        border-bottom: 1px solid rgba(203, 203, 203, 0.38); */
        width: 24%;
        height: 100%;
        transition: opacity 1s 1s;
        flex-wrap: wrap;
        opacity: 0;
    }

    .appear .indPro_br_top {
        opacity: 1;
    }

    .indPro_num {
        width: 100%;
        height: 28%;
        border-bottom: 1px solid #eee;
    }

    .indPro_arr {
        height: 72%;
        width: 100%;
        flex-wrap: wrap;
    }

    .indPro_arr a {
        width: 100%;
        height: 50%;
        border: 0;
        border-bottom: 1px solid #eee;
    }

    .indPro_arr a:first-of-type {
        border-top: 1px solid #eee;
    }

    .indPro_br_btm {
        width: 76%;
        height: 100%;
        transition: transform 1s 1s, opacity 1s 1.1s;
        opacity: 0;
        transform: translatex(38%);
    }

    .appear .indPro_br_btm {
        opacity: 1;
        transform: translatex(0%);
    }


}

@media(max-width:900px) {}

@media(max-width:768px) {
    .indTit span {
        font-size: 28px;
    }

    .indTit.white span {
        font-size: 32px;
    }

    /* header */
    .wzHead_box {
        width: 168px;
    }

    .wzHead_box .wzHead_wx,
    .wzHead_box .wzHead_tel {
        display: none;
    }

    .wzHead_box .wzHead_ico {
        width: 100%;
    }

    /* footer */
    .footBtm ul {
        display: none;
    }

    .footMess {
        width: 100%;
        padding: 48px 0 68px;
    }

    .footMess_span {
        font-size: 18px;
        letter-spacing: 0;
    }

    .footMess input {
        line-height: 38px;
    }

    .footMess input,
    .footMess>p {
        font-size: 13px;
    }

    /* index */
    #banner .bg .bimg {
        height: 72vh;
        width: 100%;
        object-fit: cover;
    }

    .banTxt_span {
        font-size: 45px;
    }

    .banTxt_p {
        letter-spacing: 0;
        font-size: 34px;
        line-height: 1.3;
    }

    .banTxt_cn {
        font-size: 18px;
        margin-left: 20px;
    }

    .indAb_btm {
        padding-top: 18%;
    }

    .indAb_span {
        font-size: 24px;
    }

    .indAb_p p {
        font-size: 14px;
    }

    .indAb_num {
        font-size: 18px;
    }

    .indAb_num .indAb_num_index {
        font-size: 24px;
    }

    .indAb_num span {
        font-size: 20px;
    }

    .indAb_bl svg {
        width: 42px;
        height: 42px;
    }

    #s3 {
        height: 48vh;
        min-height: 428px;
    }

    .indSolu_p p {
        font-size: 20px;
    }

    .indPro_br {
        height: 248px;
    }

    .indPro_name {
        font-size: 22px;
    }

    .indPro_p {
        font-size: 14px;
        height: 50px;
    }

    .indPro_num {
        font-size: 16px;
    }

    .indPro_num .indPro_num_index {

        font-size: 20px;
    }

    .indPro_num .iindPro_num_all {
        font-size: 18px;
    }
}

@media(max-width:680px) {
    .wzHead_logo a {
        width: 178px;
    }

    .indTit.white span {
        font-size: 30px;
    }

    .indSolu_p p {
        font-size: 18px;
    }
}

@media(max-width:480px) {

    .indTit span {
        font-size: 24px;
    }

    .indTit.white span {
        font-size: 24px;
        letter-spacing: .5px;
    }

    .banTxt .indMore .more,
    .indMore .more {
        padding: 6px 24px;
    }

    .banTxt .indMore span,
    .indMore span {
        margin-right: 3px;
    }

    .banTxt .indMore .indMore_ico,
    .indMore .indMore_ico {
        padding-left: 9px;
    }

    .banTxt .indMore .indMore_ico_y,
    .indMore .indMore_ico_y {
        width: 21px;
    }

    .banTxt .indMore .indMore_ico_j,
    .indMore .indMore_ico_j {
        width: 18px;
        margin-top: -1px;
    }

    .wgt-fade-animate {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 0;
    }

    /* header */
    .wzHead_logo {
        margin-left: 18px;
    }

    .wzHead_logo a {
        width: 158px;
    }

    .wzHead_box {
        width: 128px;
    }

    .headMenu span {
        margin-top: 4px;
    }

    .headMenu_txt {
        font-size: 12px;
    }

    /* footer */
    .footTop {
        padding-bottom: 8px;
        flex-wrap: wrap;
    }

    .footLogo a {
        width: 172px;
    }

    .footTop .footTel {
        display: none;
    }

    .footMess_mbl {
        display: block;
    }

    .footMess {
        padding: 38px 0 28px;
    }

    .footMess input {
        margin-top: 10px;
        line-height: 32px;
    }

    .footMess>p {
        margin-top: 14px;
    }

    .footCopy {
        flex-wrap: wrap;
        text-align: center;
    }

    .footCopy a {
        display: block;
    }

    .footCopy p {
        width: 100%;
    }

    /* index */
    .banTxt .inner {
        width: 84%;
    }

    .banTxt_div {
        margin: 0;
    }

    .banTxt_span {
        letter-spacing: -1px;
        font-size: 34px;
        margin-bottom: 8px;
    }

    .banTxt_p {
        font-size: 24px;
        letter-spacing: -1px;
    }

    .banTxt .inner>.hidden {
        flex-wrap: wrap;
    }

    .banTxt .inner>.hidden .hidden:last-of-type {
        order: -1;
    }

    .banTxt_cn {
        margin: 0;
        margin-top: 8px;
        margin-bottom: 28px;
        left: -102%;
    }

    #banner .slick-dots {
        top: auto;
        bottom: 24px;
        right: auto;
        left: 0;
        width: 100%;
        text-align: center;
    }

    #banner .slick-dots li {
        display: inline-block;
        width: 5px;
        height: 5px;
    }

    #banner .slick-dots li.slick-active {
        width: 24px;
        height: 5px;
    }

    /* index */
    .indAb_box {
        margin: 48px 0;
    }

    .indAb_span {
        font-size: 20px;
    }

    .indAb_swiper {
        width: 85%;
    }

    .indAb_p {
        margin-top: 14px;
    }

    .indAb_p p {
        font-size: 13px;
        line-height: 1.8;
    }

    .indAb_bl svg {
        width: 28px;
        height: 28px;
    }

    .indAb_btm {
        padding-top: 24%;
    }

    .indAb_num {
        font-size: 12px;
    }

    .indAb_num span {
        font-size: 14px;
        margin: 0 5px;
    }

    .indAb_num .indAb_num_index {
        font-size: 18px;
    }

    .indPro_arr svg,
    .indAb_arr svg {
        width: 12px;
        height: 12px;
    }

    .indAb_hor_box {
        margin-top: 6px;
    }

    .indAb_hor_img {
        padding-top: 54%;
    }

    .indAb_hor_img img {
        top: 5%;
        height: 90%;
    }

    .indAb_box2 p {
        font-size: 13px;
        letter-spacing: 0;
        margin-top: 0;
    }

    #s3 {
        min-height: 389px;
    }

    .indSolu_txt {
        left: 8%;
        top: 51%;
    }

    .indSolu_p {
        margin-bottom: 32px;
    }

    .indSolu_p p {
        letter-spacing: .5px;
        font-size: 16px;
    }

    .indPro_txt>div {
        margin: 48px 0;
        max-width: 85%;
    }

    .indPro_name {
        font-size: 18px;

    }

    .indPro_p {
        font-size: 13px;
        height: 46px;
    }

    .indPro_br {
        flex-wrap: wrap;
        height: auto;
    }

    .appear .indPro_br_top {
        width: 100%;
        height: 58px;
    }

    .indPro_arr {
        width: 50%;
        height: 100%;
    }

    .indPro_arr a {
        width: 50%;
        height: 100%;
        border-top: 0 !important;
        border-right: 1px solid #eee;
    }

    .indPro_num {
        width: 50%;
        height: 100%;
    }

    .indPro_br_btm {
        width: 0%;
        height: 218px;
        transition: width 1s;
    }

    .appear .indPro_br_btm {
        width: 100%;
    }
}

@media(max-width:1600px) {

   

    .jszx_1i ul li {
        width: 40% !important;
    }

    .jszx_1i ul li:nth-child(1) {
        width: 60% !important;
    }

}

@media(max-width:1280px) {

    .tit_h4 {
        font-size: 32px !important;
    }

 
    /*登录*/
    .dl_text h3 {
        font-size: 28px !important;
    }

    /*登录*/
    .dengLu_xq h4,
    .daiLiShan_tit h4 {
        font-size: 32px !important;
    }

    .daiLiShan_tit p {
        font-size: 28px !important;
    }

    /*zixun*/
    .jszx_1i ul li {
        width: 100% !important;
        margin-bottom: 2% !important;
    }

    .jszx_1i ul li:nth-child(1) {
        width: 100% !important;
    }

}

@media(max-width:1050px) {
    .footBox {
        height: 58vh !important;
    }

    .gsjj .indPro_left {
        display: block !important;
        width: 100% !important;
    }

    .gsjj .indPro_right {
        width: 100% !important;
    }

    .contact .contact_l,
    .contact .contact_r {
        width: 100% !important;
    }
    .daiLiShan_Flex{
        flex-wrap: wrap;
    }
    /*登录*/
    .daiLiShan_l,
    .daiLiShan_r {
        width: 100% !important;
    }
    .daiLiShan_l{
        margin-bottom: 50px;
    }
.daiLiShan_num ul{
    margin-bottom: 0;
}
    .dengLu .indPro_l {
        display: block !important;
        width: 100% !important;
    }

    .dengLu .indPro_r {
        width: 100% !important;
    }

    /*产品*/
    .changPin {
        flex-wrap: wrap;
    }

    .changPin .indPro_l {}

    .changPin .indTit,
    .changPin .indPro_name,
    .changPin .indPro_p {
        opacity: 1 !important;
    }

    .changPin .indPro_r {
        width: 100% !important;
        transform: translateY(0) !important;
    }

    .changPin .indPro_bl {
        display: none;
    }

    .changPin .indPro_br {
        width: 100% !important;
    }

    .changPin .indPro_br_top {
        width: 24% !important;
        height: 100% !important;
        flex-wrap: wrap;
        opacity: 1 !important;
        transition: opacity 1s 1s;
    }

    .changPin .indPro_br_btm {
        width: 76% !important;
        height: 100% !important;
        flex-wrap: wrap;
        opacity: 1 !important;
        transition: opacity 1s 1s;
        transform: translatex(0) !important;
    }

    .changPin .indPro_arr {
        height: 72% !important;
        width: 100% !important;
        flex-wrap: wrap;
    }

    .changPin .indPro_num {
        height: 28% !important;
        width: 100% !important;
        flex-wrap: wrap;
        border-bottom: 1px solid #eee !important;
    }

    .changPin .indPro_arr a {
        width: 100% !important;
        height: 50% !important;
    }

    .indPro_img_img {
        height: 46vh !important;
    }

    .dengLu .dl_text {
        display: none;
    }

}

@media(max-width:900px) {
    .lianXi ul {
        flex-wrap: wrap;
    }

    .lianXi li {
        width: 50% !important;
        margin-bottom: 9%;
        border-right: none !important;
    }

}

@media(max-width:768px) {
    .headMenu_Box .wzHead_logo a {
        opacity: 1;
    }

    .headMenu_Box {
        width: 100vw !important;
    }

    /*.footBox{*/
    /*height: 45vh !important;*/
    /*}*/
    .headMenu_Box_r li {

        font-size: 20px !important;
    }

    .close {
        width: 20px !important;
        height: 20px !important;
    }

    .tit_h4 {
        font-size: 28px !important;
    }

    /*登录*/
    .dengLu_xq h4,
    .daiLiShan_tit h4,
    .jszx_1i h4,
    .about ul li h4 {
        font-size: 28px !important;
    }

    .daiLiShan_tit p,
    .about ul li h5 {
        font-size: 24px !important;
    }

    .about ul li img {
        height: 30vh;
    }

    .headMenu_Box_r li {
        padding: 0 5% !important;

    }

    .headMenu_Box .wzHead_logo::after {
        content: "";
        width: 1px;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 60%;
        top: 0;
    }
}

@media(max-width:480px) {

    .close {
        top: 3% !important;
        right: 11% !important;
    }

    .about ul li img {
        height: 26vh;
    }


    .nav_zk span {
        width: 2px !important;
        height: 14px !important;
        left: 6px !important;
        top: 0 !important;
        background: #666 !important;
    }

    .nav_zk span:nth-child(2) {
        width: 14px !important;
        height: 2px !important;
        left: 0 !important;
        top: 6px !important;
    }

    .headMenu_Box_r li a {
        color: #666 !important;
    }

    .contact_top {
        padding-top: 12% !important;
    }

    .footBox {
        height: 80vh !important;
        min-height: 389px !important;
    }

    .headMenu_Box_r li {

        font-size: 18px !important;
    }

    .close {
        width: 20px !important;
        height: 20px !important;
    }

    /*登录*/
    .dengLu_xq h4,
    .daiLiShan_tit h4,
    .jszx_1i h4 {
        font-size: 24px !important;
    }

    .daiLiShan_tit p,
    .about ul li h5 {
        font-size: 20px !important;
    }

    /*产品*/
    .changPin .indPro_br_top {
        width: 100% !important;
        height: 58px !important;
    }

    .changPin .indPro_br_btm {
        width: 100% !important;

    }

    .changPin .indPro_arr {
        height: 100% !important;
        width: 50% !important;

    }

    .changPin .indPro_num {
        height: 100% !important;
        width: 50% !important;
        border-bottom: none;
    }

    .changPin .indPro_arr a {
        width: 50% !important;
        height: 100% !important;
    }

    .mag84,
    .jszx {
        width: 90% !important;
    }
}