@media (min-width: 1025px) {
    .m_header,
    .phbox{display: none;}
}
@media (max-width: 1024px) {
    html {
        font-size: min(100vw/7.5, 100px) !important;
    }

    .f_14,
    .f_15,
    .f_16 {
        font-size: min(0.24rem, 14px);
    }

    .f_18,
    .f_20 {
        font-size: min(0.26rem, 16px);
    }

    .f_22,
    .f_24,
    .f_26,
    .f_28 {
        font-size: min(0.32rem, 18px);
    }

    .f_30,
    .f_32,
    .f_34 {
        font-size: min(0.36rem, 20px);
    }

    .f_36,
    .f_40,
    .f_42,
    .f_44,
    .f_46 {
        font-size: min(0.38rem, 22px);
    }

    .f_48,
    .f_50,
    .f_52,
    .f_54,
    .f_56,
    .f_58,
    .f_60,
    .f_62,
    .f_64,
    .f_66,
    .f_68,
    .f_70,
    .f_72,
    .f_74,
    .f_76,
    .f_78,
    .f_80 {
        font-size: min(0.48rem, 24px);
    }

    .pcbox,
    .header{display: none;}

    .m_header {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 111;
        /* background: #FFF; */
    }

    .m_header .wrap {
        padding: .3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 3;
    }

    .m_header .wrap .logo {
        width: 3rem;
    }

    .m_header .wrap .action {
        display: flex;
        align-items: center;
        gap: .4rem;
    }

    .m_header .wrap .action .item {
        width: fit-content;
        height: max(.28rem, 20px);
        display: flex;
        align-items: center;
        gap: .06rem;
    }

    .m_header .wrap .action .item .icon {
        height: 100%;
        width: auto;
    }

    .m_header .wrap .action .item .icon img{height: 100%;width: auto;}

    .m_header .wrap .action .item .icon.arr {
        height: .22rem;
    }

    .m_header .wrap .action .btn {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 25px;
    }

    .m_header .wrap .action .btn span {
        height: 2px;
        width: 100%;
        background: linear-gradient(96deg, #FDB808 0%, #FF8E00 100%);
    }

    .m_header::before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #F1F2ED;border-bottom: 1px solid #E4E4E4;}

    .m_header.header_white::before{opacity: 0;}

    .m_header.header_white img{filter: var(--imgwhite);}

    .m_header.header_white .wrap .action .btn span{background: #fff;}

    .m_header.on::before{opacity: 1;}

    .m_header.on img{filter: none;}

    .m_header.on .wrap .action .btn span{background: linear-gradient(96deg, #FDB808 0%, #FF8E00 100%);}

    .mh_nav {
        display: block !important;
        position: fixed;
        top: 0;
        left: 10%;
        width: 90%;
        transform: translateX(120%);
        opacity: 0;
        z-index: 999;
        background-color: #fff;
        height: 100vh;
        overflow: auto;
        padding: 1.2rem .4rem;
        transition: all .5s ease-in-out;
        box-shadow: 0 .1rem .1rem rgba(0, 0, 0, 0.1);
    }

    .mh_nav li {
        list-style: none;
    }

    .mh_nav.show {
        transform: translateX(0);
        opacity: 1;
    }

    .mh_nav .close {
        position: absolute;
        top: .4rem;
        right: .4rem;
        width: .4rem;
        height: .4rem;
    }

    .mh_nav .close span {
        display: inline-block;
        width: 100%;
        height: 2px;
        background-color: #333;
        position: absolute;
        bottom: .2rem;
        left: 0;
    }

    .mh_nav .close span:nth-child(1) {
        transform: rotate(45deg);
    }

    .mh_nav .close span:nth-child(2) {
        transform: rotate(135deg);
    }

    .mh_nav .list .item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: relative;
        display: none;
    }
    .mh_nav .list .item:nth-child(2){display:block;}

    .mh_nav .list .item .top {
        padding: .4rem 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mh_nav .list .item .top .tit {
        line-height: 1;
        font-size: max(.34rem, 20px);
        font-weight: 500;
        display: block;
        width: fit-content;
    }

    .mh_nav .list .item .top .add {
        height: .25rem;
        width: .25rem;
        /* background-color: red; */
        position: relative;
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
    }

    .mh_nav .list .item .top .add span {
        background-color: #333;
        position: absolute;
        transition: all .5s;
    }

    .mh_nav .list .item .top .add span:nth-child(1) {
        width: 100%;
        height: 1.5px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .mh_nav .list .item .top .add span:nth-child(2) {
        width: 1.5px;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .mh_nav .list .item.on .top .add {
        transform: rotate(45deg);
    }

    .mh_nav .list .item:has(ul) .top .add {
        opacity: 1;
        visibility: visible;
    }

    .mh_nav .list .item .info {
        display: none;
    }

    .mh_nav .list .item .nav {
        font-size: max(.28rem, 16px);
        font-weight: 400;
        padding-bottom: .4rem;
    }

    .mh_nav .list .item.on .nav a {
        padding-left: .2rem;
    }

    .mh_nav .list .item .nav a {
        padding: .16rem 0;
        transition: all .5s ease-in-out;
    }

    .mh_nav .list .item .nav .lv3 {
        display: flex;
        flex-direction: column;
        gap: .1rem;
        padding: .1rem 0 .1rem 0rem;
        transition: all .5s;
    }

    .mh_nav .list .item .nav .lv3 a {
        font-size: max(.24rem, 14px);
        padding: .1rem 0;
    }

    .mh_nav .list .item.on .nav .lv3 {
        padding-left: .4rem;
    }

    

    .in1 .imgbox{height: 13.4rem;}

    .in1 .txtbox.white,
    .in1 .txtbox.black,
    .in1 .txtbox{top: 2.28rem;left: 0;width: 100%;padding: 0 0.3rem;max-width: 100%;}

    .in1 .txtbox .t1{font-size: 0.26rem;line-height: 0.32rem;}

    .in1 .txtbox .t2{line-height: 0.44rem;line-height: 0.54rem;margin-top: 0.2rem;}

    .in1 .txtbox .t3{font-family: 0.28rem;line-height: 0.34rem;margin-top: 0.14rem;}

    .in1 .txtbox .t4{margin-top: 0.58rem;}

    .in1 .mouse{display: none;}

    .in1 .pogin{bottom: 0.9rem;left: 0;width: 100%;padding: 0 0.3rem;}

    .webbtn{padding: 0.24rem 0.5rem;min-width: 2.56rem;}

    .webbtn .btn_txt{margin-right: 0.19rem;}

    .webbtn .btn_arr{width: 0.18rem;height: 0.18rem;}
    
    .in2{min-height: auto;}

    .in2 .con{position: relative;background: url(../images/m_in2_bg.jpg) no-repeat bottom center;background-size: cover;padding: 1.2rem 0.3rem 3.66rem;height: auto;min-height: 15.55rem;}
    
    .in2 .imgbg{display: none;}

    .in2 .txtbox{position: relative;left: 0;top: 0;width: 100%;}

    .in2 .txtbox .t1{font-size: 0.48rem;line-height: 0.6rem;}

    .in2 .txtbox .t1 br{display: none;}

    .in2 .txtbox .t2{display: none;}

    .in2 .txtbox .t3{position: relative;top: 0;width: 100%;opacity: 1;font-size: 0.26rem;line-height: 0.36rem;margin-top: 0.3rem;}

    .in2 .number{position: relative;margin-top: 0.6rem;bottom: 0;transform: none;padding: 0;}

    .in2 .number .ul{transform: none;width: 100%;flex-wrap: wrap;gap: 0.1rem;}

    .in2 .number .ul .li{width: calc(50% - 0.05rem);margin-right: 0;height: auto;padding: 0.3rem 0.24rem 1.45rem;min-height: 2.4rem;}

    .in2 .number .ul .li .ltp span{font-size: 0.5rem;line-height: 0.34rem;}

    .in2 .number .ul .li .unit{font-size: 0.26rem;line-height: 0.29rem;}

    .in2 .number .ul .li .lbt{padding: 0 0.24rem;font-size: 0.26rem;line-height: 0.3rem;}

    .in2 .number .ul .li .lbt p::after,
    .in2 .number .ul .li .lbt p::before{top: 0.1rem;}

    .in2 .number .ul .li .ss .logo{left: 0.24rem;top: 0.38rem;width: 0.78rem;}

    .in2 .number .ul .li .ss .text{position: static;bottom: 0;left: 0;}

    .in2 .number .ul .li .ss .text .lf{position: absolute;top: 0.3rem;left: 1.48rem;font-size: 0.26rem;line-height: 0.3rem;font-weight: 400;width: calc(100% - 1.48rem - 0.24rem);}

    .in2 .number .ul .li .ss .text .rf{position: absolute;left: 0.24rem;bottom: 0.3rem;font-size: 0.26rem;}

    .in2 .number .ul .li .ss .text .rf img{margin-left: 0.2rem;width: 0.23rem;}

    .in3{min-height: auto;}

    .in3 .bg_lf{display: none;}

    .in3 .bg_rf{display: none;}

    .in3 .con::before{background: #F1F2ED;z-index: -1;display: none;}

    .in3 .con{position: relative;transform: none;height: auto;padding: 1.5rem 0 10.6rem;background: #F1F2ED;}

    .in3 .titbox{position: relative;transform: none;transition: none;opacity: 1;left: 0;}

    .in3 .titbox .t1{transform: none;transition: none;font-size: 0.48rem;line-height: 0.59rem;color: #111;}

    .in3 .titbox .t2{transform: none;transition: none;font-size: 0.26rem;line-height: 0.34rem;color: #333;margin-top: 0.2rem;}

    .in3 .titbox .t3{transition: none;transform: none;margin-top: 0.5rem;}

    .in3 .linebox{display: none;}

    .in3 .bg_ct{transform: none;transform: none;top: auto;bottom: 0;left: 0.3rem;width: calc(100% - 0.6rem);height: 10.2rem;}

    .in3 .bgimg .imgbox{display: none;}

    .in3 .bgimg .imgbox.picbox{display: block;transition: none;height: 10.2rem;margin: 0;border-radius: 0.1rem;}

    .in3 .listbox{position: static;width: auto;height: auto;margin-top: 0.8rem;pointer-events: all;}

    .in3 .listbox .switch{position: relative;left: 0;bottom: 0;width: 100%;max-width: none;transform: none;transition: none;}

    .in3 .listbox .switch .swiper{padding: 0 0.3rem 0 0;margin-left: 0.3rem;background: #fff;}

    .in3 .listbox .switch .swiper .swiper-wrapper{align-items: center;}

    .in3 .listbox .switch .swiper .swiper-slide{height: 100%;}

    .in3 .listbox .switch .swiper .swiper-slide span{font-size: 0.32rem;line-height: 0.36rem;padding: 0.24rem 0.3rem;word-break: keep-all;display: table-caption;min-width: 1.94rem;color: #333;text-align: left;min-width: auto;}

    .in3 .listbox .switch .swiper .swiper-slide span::first-line {float: left;}

    .in3 .listbox .switch .swiper .swiper-slide.act span{color: #fff;}

    .in3 .listbox .txtbox{left: 0.7rem;bottom: 0;width: 3.33rem;height: 10.2rem;padding-top: 0.8rem;top: auto;transform: none;transition: none;opacity: 1;}

    .in3 .listbox .txtbox .item{width: 3.33rem;top: 0.8rem;}

    .in3 .listbox .txtbox .item .txt{transform: translateX(0) translateY(0.4rem);}

    .in3 .listbox .txtbox .item.act .txt{transform: translateX(0) translateY(0);}

    .in3 .listbox .txtbox .item .txt .t1{font-size: 0.36rem;line-height: 0.44rem;}

    .in3 .listbox .txtbox .item .txt .t2{width: auto;height: auto;font-size: 0.26rem;line-height: 0.34rem;margin-top: 0.2rem;-webkit-line-clamp: 5;-moz-line-clamp: 5;line-clamp: 5;}

    .in3 .listbox .imgbox{transform: none;transition: none;right: 0.7rem;bottom: 0;width: 2.5rem;height: 10.2rem;}

    .in3 .listbox .imgbox .item{right: 0;top: 0.8rem;height: auto;}

    .in3 .listbox .imgbox .item .ss{height: 2.8rem;padding: 0.34rem 0.4rem 0;}

    .in3 .listbox .imgbox .item .ss .pic{height: 0.96rem;}

    .in3 .listbox .imgbox .item .ss .set{margin-top: 0.2rem;font-size: 0.28rem;line-height: 0.38rem;height: 0.38rem;-webkit-line-clamp: 1;-moz-line-clamp: 1;line-clamp: 1;}

    .in3 .listbox .imgbox .item .ss .det{margin-top: 0.28rem;font-size: 0.26rem;line-height: 1;}

    .in3 .listbox .imgbox .item .ss .det span{width: 0.3rem;margin-left: 0.2rem;}

    .in4{min-height: auto;padding-top: 1.42rem;}

    .in4 .con{position: relative;height: auto;}

    .in4 .con .titbox{top: 0;transform: none;left: 0;opacity: 1;position: relative;}

    .in4 .con .titbox .t1{font-size: 0.48rem;line-height: 0.59rem;width: 100%;transform: none;transition: none;text-transform: capitalize;}

    .in4 .con .titbox .t2{font-size: 0.26rem;line-height: 0.34rem;margin-top: 0.2rem;transform: none;transition: none;}

    .in4 .con .titbox .t3{margin-top: 0.6rem;transform: none;transition: none;}

    .in4 .con .casebox{position: relative;transform: none;top: 0;left: 0;width: 100%;margin-top: 0.8rem;}

    .in4 .con .casebox .ul{flex-wrap: wrap;transform: none;padding: 0 0.3rem;gap: 0.3rem;}

    .in4 .con .casebox .ul .li{width: 100%;margin-right: 0;}

    .in4 .con .casebox .ul .li .ss .imgbox{height: auto;aspect-ratio: 690 / 420;border-radius: 0.1rem;}

    .in4 .con .casebox .ul .li .ss .txtbox{padding: 0 0.34rem 0.3rem 0.3rem;}

    .in4 .con .casebox .ul .li .ss .txtbox .t1{font-size: 0.28rem;line-height: 0.36rem;-webkit-line-clamp: 3;-moz-line-clamp: 3;line-clamp: 3;}

    .in4 .con .casebox .ul .li .ss .txtbox .t2{display: none;}
    
    .in4 .con .casebox .ul .li .ss:hover .txtbox{padding-bottom: 0.3rem;}

    .in5{padding-top: 1.5rem;}

    .in5 .con{padding: 0;}

    .in5 .con .w1660{flex-wrap: wrap;padding: 0;}

    .in5 .con .left .lox{position: relative;top: 0;width: 100%;height: auto;max-height: auto;}

    .in5 .con .left{position: relative;height: auto;}

    .in5 .con .left .lox .tit{position: relative;transition: none;transform: none;font-size: 0.48rem;line-height: 0.59rem;text-align: center;top: 0;left: 0;position: relative;z-index: 5;}

    .in5 .con .left .lox .mouse{display: none;}

    .in5 .con .left .lox .icon{width: 4.97rem;left: -1.15rem;bottom: 0;top: -0.62rem;}

    .in5 .con .right{width: 100%;margin: 0.5rem 0 0;padding: 0 0.3rem;}

    .in5 .con .right .li{margin-top: 0.3rem;}

    .in5 .con .right .li .ss{flex-wrap: wrap;}

    .in5 .con .right .li .ss .pic{width: 100%;height: auto;aspect-ratio: 690 / 333;border-radius: 0.2rem 0.2rem 0 0;}

    .in5 .con .right .li .ss .txt{margin-left: 0;width: 100%;padding: 0.4rem 0.3rem;background: #fff;border-radius: 0 0 0.2rem 0.2rem;}

    .in5 .con .right .li .ss .txt .line{display: none;}

    .in5 .con .right .li .ss .txt .top{justify-content: space-between;}

    .in5 .con .right .li .ss .txt .top .set{font-size: 0.26rem;line-height: 0.29rem;color: #666;min-width: auto;}

    .in5 .con .right .li .ss .txt .top .date{font-size: 0.26rem;line-height: 0.29rem;color: #666;min-width: auto;}

    .in5 .con .right .li .ss .txt .bot{margin-top: 0.3rem;font-size: 0.3rem;line-height: 0.4rem;-webkit-line-clamp: 2;-moz-line-clamp: 2;line-clamp: 2;}

    .in5 .con .right .more{margin-top: 0.8rem;}

    .in6{padding: 3.6rem 0;}

    .in6 .t1{font-size: 0.48rem;line-height: 0.59rem;}

    .in6 .t2{font-size: 0.26rem;line-height: 0.34rem;margin-top: 0.3rem;max-width: 6.16rem;}

    .in6 .t3{margin-top: 0.7rem;}

    .footer .con{transform: none;background: #fff;padding-top: 0.88rem;}

    .footer .ft_logo{display: none;}

    .footer .con::before{display: none;}

    .w1660{padding: 0 0.3rem;}

    .footer .ftp .ul .li .lv2list{display: none;}

    .footer .con::after{display: none;}

    .footer .ftp{flex-wrap: wrap;padding: 0 0.3rem;}

    .footer .ftp .ul{width: 100%;max-width: 100%;flex-wrap: wrap;gap: 0.3rem;justify-content: flex-start;}

    .footer .ftp .ul .li:not(:last-child){margin-right: 0;}

    .footer .ftp .rf{width: 100%;margin: 0.72rem 0 0;}

    .footer .ftp .rf .r1{z-index: 10;}

    .footer .ftp .rf .r1 .rtp{width: 100%;padding: 0.25rem 1.3rem 0.25rem 0.5rem;font-size: 0.26rem;line-height: 0.29rem;}

    .footer .ftp .rf .r2{margin-top: 1.8rem;justify-content: center;}

    .footer .fbt{margin-top: 0.5rem;padding: 0.23rem 0;font-size: 0.2rem;line-height: 0.3rem;gap: 0.11rem;text-align: center;}

    .footer .fbt .lf{justify-content: center;width: 100%;}

    .in2.act2 .con,
    .in3.act .bg_ct{transform: none;}
    
    .footer .ftp .rf .r2 .link .code .imgbox{background: #fff;}
    
    .in1 .pogin{justify-content: center;}
    
    .dealerLayout,
    .contactLayout{padding-top: 1rem;}
    
    .messagebox{padding: 1.1rem 0 1.5rem;}
    
    .messagebox .formbox{margin-top: 0.35rem;}
    
    .messagebox .formbox .item.w50{width: 100%;}
    
    .messagebox .formbox .item.mr50{margin-right: 0;}
    
    .messagebox .formbox .item{margin-top: 0.35rem;}
    
    .messagebox .formbox .item .set span,
    .messagebox .formbox .item .set{font-size: 0.3rem;line-height: 0.4rem;}
    
    .messagebox .formbox .item .det{margin-top: 0.15rem;}
    
    .messagebox .formbox .item .radio{gap: 0.3rem;padding: 0.35rem 0 0.3rem;}
    
    .messagebox .formbox .item .det input[type=text]{height: 1.1rem;padding: 0 0.4rem;}
    
    .messagebox .formbox .item .det select{height: 1.1rem;padding: 0 1.1rem 0 0.4rem;}
    
    .messagebox .formbox .item .radio .checkbox-item{width: 100%;margin: 0 0 0 0.22rem;padding-left: 0.66rem;font-size: 0.26rem;line-height: 0.4rem;}
    
    .messagebox .formbox .item .radio .checkbox-item input:checked ~ span::after,
    .messagebox .formbox .item .radio .checkbox-item::before{height: 0.4rem;border-radius: 0.06rem;}
    
    .messagebox .formbox .item.mg40{margin-top: 0.2rem;}
    
    .messagebox .formbox .item.item_submit{margin-top: 0.8rem;}
    
    .messagebox .formbox .item.item_submit .submit{height: 0.56rem;border-radius: 0.56rem;font-size: 0.26rem;}
    
    .ctt2{padding: 1.5rem 0;}
    
    .ctt2 .ctp{flex-wrap: wrap;}
    
    .ctt2 .ctp .link{margin: 0;width: 100%;max-width: 100%;margin-top: 0.5rem;}
    
    .ctt2 .cbt .swiper-slide{flex-wrap: wrap;}
    
    .ctt2 .cbt .swiper-slide .imgbox{width: 100%;margin-top: 0.4rem;}
    
    .ctt2 .cbt .txtbox{width: 100%;}
    
    .downLayout .box{flex-wrap: wrap;}
    
    .downLayout .left{width: 100%;margin-right: 0;}
    
    .downLayout .right{width: 100%;margin-top: 0.4rem;}
    
    .downLayout .left .formbox input{height: 0.8rem;padding-right: 1.2rem;}
    
    .downLayout .left .formbox button{width: 1rem;}
    
    .downLayout .left .formbox button img{width: 0.36rem;}

    .mh_nav .outlogin,
    .mh_nav .login{border: 1px solid rgba(17, 17, 17, 0.08);border-radius: 0.4rem;line-height: 0.3rem;padding: 0.1rem 0.4rem;position: absolute;left: 0.4rem;top: 0.3rem;}
    
    .mh_nav .outlogin,
    .mh_nav .login{border-color: var(--theme-color);background: var(--theme-color);color: #fff;}

    .login_modal{z-index: 1000;}
    
    .login_modal .box{width: 6.9rem;}
    
    .login_modal .box .con .close{width: 0.4rem;}
    
    .login_modal .box .con .formbox .item .set{font-size: 0.3rem;line-height: 0.4rem;}
    
    .login_modal .box .con .formbox .item .det input{height: 0.8rem;}
    
    .login_modal .box .con .formbox .item.item_submit .submit{height: 0.56rem;}
    
    div:where(.swal2-container) div:where(.swal2-popup){font-size: 12px;}
    
    .downLayout .right .list .li .ss{flex-wrap: wrap;align-items: flex-start;}
    
    .downLayout .right .list .li .ss .txt{width: 100%;flex: none;}
    
    .downLayout .right .list .li .ss .btn{margin: 0.3rem 0 0;display: none;}
    
    .news1 .swiper-slide{padding: 0.5rem 0.4rem;flex-direction: column-reverse;}
    
    .news1 .swiper-slide .imgbox{width: 100%;aspect-ratio: 768 / 570;height: auto;}
    
    .news1 .swiper-slide .txtbox{width: 100%;padding-bottom: 0;margin-top: 0.4rem;}
    
    .news1 .txtbox .more{position: relative;bottom: 0;left: 0;margin-top: 0.3rem;}
    
    .news2 .ntp{flex-wrap: wrap;}
    
    .news2 .ntp .lf{position: relative;}
    
    .news2 .ntp .lf::before{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #C0C0C0;}

    .news2 .ntp::before{display: none;}
    
    .news2 .ntp .rf{margin-top: 0.5rem;}
    
    .news2 .ntp .rf .lbt{left: 0;min-width: 100%;}
    
    .news2{margin-top: 1.2rem;}
    
    .news2 .nbt .li.one .year{display: none;}
    
    .news2 .nbt .li .ss{flex-wrap: wrap;width: 100%;}
    
    .news2 .nbt .li .ss .pic{width: 100%;height: auto;aspect-ratio: 690 / 333;border-radius: 0.2rem 0.2rem 0 0;}

    .news2 .nbt .li .ss .txt{margin-left: 0;width: 100%;padding: 0.4rem 0.3rem;background: #fff;border-radius: 0 0 0.2rem 0.2rem;}

    .news2 .nbt .li .ss .txt .line{display: none;}

    .news2 .nbt .li .ss .txt .top{justify-content: space-between;}

    .news2 .nbt .li .ss .txt .top .set{font-size: 0.26rem;line-height: 0.29rem;color: #666;min-width: auto;}

    .news2 .nbt .li .ss .txt .top .date{font-size: 0.26rem;line-height: 0.29rem;color: #666;min-width: auto;}

    .news2 .nbt .li .ss .txt .bot{margin-top: 0.3rem;font-size: 0.3rem;line-height: 0.4rem;-webkit-line-clamp: 2;-moz-line-clamp: 2;line-clamp: 2;}
    
    .news2 .nbt .li .year{display: none;}
    
    .news2 .nbt .li.one,
    .news2 .nbt .li{padding-right: 0;margin-top: 0.3rem;}
    
    .nd1{flex-wrap: wrap;}
    
    .nd1 .left{position: relative;width: 100%;}
    
    .nd1 .left .lox{position: relative;top: 0;}
    
    .nd1 .right{width: 100%;margin-top: 0.6rem;}
    
    .nd2{margin-top: 1.5rem;}
    
    .nd2 .bot .swiper-slide{width: 100%;}
    
    .nd2 .bot .ss{flex-wrap: wrap;width: 100%;}
    
    .nd2 .bot .ss .pic{width: 100%;height: auto;aspect-ratio: 690 / 333;border-radius: 0.2rem 0.2rem 0 0;}

    .nd2 .bot .ss .txt{margin-left: 0;width: 100%;padding: 0.4rem 0.3rem;background: #fff;border-radius: 0 0 0.2rem 0.2rem;}

    .nd2 .bot .ss .txt .line{display: none;}

    .nd2 .bot .ss .txt .top{justify-content: space-between;}

    .nd2 .bot .ss .txt .top .set{font-size: 0.26rem;line-height: 0.29rem;color: #666;min-width: auto;}

    .nd2 .bot .ss .txt .top .date{font-size: 0.26rem;line-height: 0.29rem;color: #666;min-width: auto;}

    .nd2 .bot .ss .txt .bot{margin-top: 0.3rem;font-size: 0.3rem;line-height: 0.4rem;-webkit-line-clamp: 2;-moz-line-clamp: 2;line-clamp: 2;}
    
    .nd2 .w1660{padding-bottom: 0.5rem;position: relative;}
    
    .nd2 .top .swpbtn{position: absolute;left: 0;bottom: 0;width: 100%;justify-content: center;}
    
    .nd2 .top .swpbtn a:first-child{margin-left: 0;}
    
    .case1{flex-wrap: wrap;}
    
    .case1 .lf{width: 100%;}
    
    .case1 .lf .swiper{border-radius: 0.24rem 0.24rem 0 0;}
    
    .case1 .rf{width: 100%;border-radius: 0 0 0.24rem 0.24rem;}
    
    .case1 .rf .swiper .swiper-slide .t1{margin-top: 0;}
    
    .case1 .rf .swiper .swiper-slide .number{position: absolute;right: 0.48rem;bottom: 0.59rem;}
    
    .case2 .ctp .swiper .swiper-slide{margin-right: 0.5rem;}
    
    .case2 .ul .li{width: 100%;margin: 0.3rem 0 0;}
    
    .case2 .ul .li:ntp-child(2){margin-top: 0.3rem;}
    
    .case2 .ul .li .ss .txtbox .t2{display: none;}
    
    .cd2 .con .txtbox .t2 .det{display: none;}
    
    .ab1 .atp .left .t1{transform: none;font-size: 0.48rem;line-height: 1.25;}
    
    .ab1 .atp .right span{width: 100%;height: auto;right: 0;transform: none;border-radius: 0.2rem;aspect-ratio: 690 / 476;position: relative;display: block;}
    
    .ab1{padding: 2.2rem 0 0;}
    
    .aboutLayout .h100{display: none;}
    
    .ab1 .atp{flex-wrap: wrap;}
    
    .ab1 .atp .left{width: 100%;padding-top: 0;}
    
    .ab1 .atp .left .t1 span{display: none;}
    
    .ab1 .atp .right{width: 100%;height: auto;margin-top: 0.8rem;}
    
    .ab1 .atp .left .t2{transform: none;transition: none;opacity: 1;font-size: 0.26rem;line-height: 1.5;margin-top: 0.5rem;}
    
    .ab1 .abt{margin-top: 0.6rem;}
    
    .ab1 .abt .ul{flex-wrap: wrap;padding: 0 0.45rem 0 0.6rem;gap: 0.66rem 0;}
    
    .ab1 .abt .ul .li:nth-child(2n - 1){width: 3.82rem;padding-right: 1.19rem;}
    
    .ab1 .abt .ul .li:nth-child(2n){width: calc(100% - 3.82rem);}
    
    .ab1 .abt .ul .li{max-width: 100%;}
    
    .ab1 .abt .ul .li .ltp .countUp{font-size: 0.8rem;}
    
    .ab1 .abt .ul .li .ltp .txt{font-size: 0.26rem;line-height: 0.26rem;}
    
    .ab1 .abt .ul .li .lbt{font-size: 0.26rem;line-height: 0.3rem;margin-top: 0.1rem;}
    
    .ab2{margin-top: 0.7rem;}
    
    .ab2 .txtbox{position: relative;bottom: 0;margin-top: -0.23rem;width: fit-content;}
    
    .ab2 .imgbox .line{width: calc(518 / 1660 * 100%);}
    
    .ab2 .txtbox span{font-size: 1rem;line-height: 1.22rem;}
    
    .ab2 .txtbox .txt{font-size: 0.2rem;line-height: 0.22rem;bottom: 0.23rem;}
    
    .ab2 .txtbox .more{top: 0.1rem;}
    
    .ab3{margin-top: 1.2rem;}
    
    .ab3 .box .year{display: none;}
    
    .ab3 .box{display: none;}
    
    .ab3 .con .swiper .swiper-wrapper{flex-wrap: wrap;transform: none !important;gap: 0.2rem;}
    
    .ab3 .con .swiper-slide{width: 100%;opacity: 1;margin-right: 0;padding: 0.5rem 0.26rem 0.34rem 0.4rem;background: #fff;border-radius: 0.2rem;}
    
    .ab3 .con .swiper-slide .t1{color: var(--theme-color);font-size: 0.36rem;line-height: 1;}
    
    .ab3 .con .swiper-slide .t2{font-size: 0.26rem;line-height: 0.3rem;margin-top: 0.2rem;}
    
    .ab3 .con .swiper-slide .t2 p:not(:first-child){margin-top: 0.14rem;}
    
    .ab3 .con .swiper-slide:last-child{display: none;}
    
    .ab4{margin-top: 1.2rem;}
    
    .ab4 .tit .t1{line-height: 0.6rem;}
    
    .ab4 .tit .t2{margin-top: 0.4rem;font-size: 0.26rem;line-height: 0.35rem;}
    
    .ab4 .tit .t2 img{width: 0.31rem;}
    
    .ab5{margin-top: 1.3rem;padding-bottom: 0;}
    
    .ab5 .tit .t1{line-height: 0.6rem;}
    
    .ab5 .tit .t2{line-height: 1.5;margin-top: 0.2rem;}
    
    .ab5 .ul{flex-wrap: wrap;padding: 0 0.18rem 0 0.65rem;gap: 0.6rem 0;}
    
    .ab5 .ul .li:nth-child(2n - 1){width: 3.58rem;}
    
    .ab5 .ul .li:nth-child(2n){width: calc(100% - 3.58rem);}
    
    .ab5 .ul .li{margin: 0;}
    
    .ab5 .ul .li .ltp .jbwz{font-size: 0.8rem;line-height: 1.1;}
    
    .ab5 .ul .li .lbt{font-size: 0.26rem;line-height: 0.28rem;margin-top: 0.1rem;}
    
    .ab5 .ul .li .ltp .unit{font-size: 0.2rem;line-height: 1.1;}
    
    .ab5 .swiper{margin-top: 1.1rem;}
    
    .ab5 .swiper .swiper-wrapper{flex-wrap: wrap;transform: none !important;gap: 0.2rem;}
    
    .ab5 .swiper .swiper-slide{width: calc(50% - 0.1rem) !important;height: auto;margin-right: 0 !important;transition: none;background: #fff;border-radius: 0.16rem;overflow: hidden;}
    
    .ab5 .swiper .swiper-slide .imgbox{height: auto;aspect-ratio: 335 / 250;}
    
    .ab5 .swiper .swiper-slide .txtbox{position: relative;height: auto;padding: 0.27rem 0.3rem 0;}
    
    .ab5 .swiper .swiper-slide .txtbox .t1{font-size: 0.3rem;line-height: 0.4rem;}
    
    .ab5 .swiper .swiper-slide .txtbox .t2{display: none;}
    
    .ab5 .swiper .swiper-slide .add{position: relative;padding: 0 0.3rem 0.26rem;margin-top: 0.45rem;left: 0;bottom: 0;font-size: 0.26rem;line-height: 0.32rem;color: #999;}
    
    .ab5 .swiper .swiper-slide .add img{width: 0.3rem;margin-right: 0.13rem;}
    
    .ab5 .swiper .swiper-slide:hover::before{display: none;}
    
    .ab5 .swiper .swiper-slide:hover .txtbox{height: auto;padding: 0.27rem 0.3rem 0;}
    
    .ab5 .swiper .swiper-slide:hover .txtbox .t2{opacity: 0;}
    
    .ab5 .swiper .swiper-slide::before{display: none;}
    
    .ab6{padding-top: 1.5rem;}
    
    .ab6 .switch{position: relative;bottom: 0;left: 0;margin-top: 0.3rem;}
    
    .ab6 .switch .link{background: #fff;}
    
    .ab6 .switch .link a{color: #333;font-size: 0.32rem;line-height: 0.42rem;padding: 0.38rem 0.37rem;opacity: 1;}
    
    .ab6 .switch .link a.act{color: #fff;}
    
    .ab7{margin-top: 0;min-height: auto;}
    
    .ab7 .w1660{position: relative;flex-wrap: wrap;}
    
    .ab7 .left{padding: 1.5rem 0.74rem 0;width: 100%;text-align: center;}
    
    .ab7 .left .ico{display: none;}
    
    .ab7 .left .mouse{display: none;}
    
    .ab7 .right{width: 100%;margin-top: 0.98rem;}
    
    .ab7 .right .uese{width: 3.35rem;height: 13.24rem;}
    
    .ab7 .right .li{height: 4.28rem;margin-bottom: 0.2rem;}
    
    .ab8{margin-top: 1.5rem;padding: 0 0 1.2rem;}
    
    .ab8 .box{width: 100%;margin: 0.54rem 0 0;}
    
    .ab8 .li .ltp{width: 0.41rem;}
    
    .ab8 .li .ltp span{font-size: 0.26rem;line-height: 0.32rem;}
    
    .ab8 .li:nth-child(2) .ltp span,
    .ab8 .li:nth-child(4) .ltp span{left: calc(100% + 0.12rem);}
    
    .ab8 .li .lbt{display: none;}
    
    .ab8 .phbox .list{display: flex;flex-wrap: wrap;gap: 0.2rem;margin-top: 0.7rem;}
    
    .ab8 .phbox .list .item{background: #fff;border-radius: 0.16rem;padding: 0.27rem 0.25rem 0.33rem;width: calc(50% - 0.1rem);}
    
    .ab8 .phbox .list .item .t1{font-size: 0.28rem;line-height: 0.34rem;padding-left: 0.27rem;position: relative;color: #111;}
    
    .ab8 .phbox .list .item .t1 img{position: absolute;top: 0.08rem;left: 0;width: 0.2rem;}
    
    .ab8 .phbox .list .item .t2{margin-top: 0.52rem;font-size: 0.26rem;line-height: 0.3rem;color: #000;}
    
    .prod_switch{display: none;}
    
    .product_switch{display: none;}
    
    .prodOneLayout{padding-top: 0;}
    
    .prod_banner .imgbox{aspect-ratio: 750 / 1330;width: 100%;}
    
    .prod_banner .imgbox img{height: 100%;object-fit: cover;}
    
    .prod_banner .txtbox{top: 2rem;}
    
    .prod_banner .txtbox .t1{font-size: 0.54rem;line-height: 0.64rem;}
    
    .prod_banner .txtbox .t3{margin-top: 0.7rem;flex-direction: column;gap: 0.4rem;}
    
    .prod_banner .txtbox .t3 a{margin: 0;min-width: 3.32rem;}
    
    .prod_banner .txtbox .t3 .vidplay{font-size: 0.26rem;line-height: 0.32rem;padding: 0.24rem 0.5rem;border-radius: 0.8rem;}
    
    .prod_banner .txtbox .t3 .vidplay .btn_txt{margin-right: 0.16rem;}
    
    .prod_banner .txtbox .t3 .vidplay .btn_arr{width: 0.14rem;}
    
    .pdd1{margin-top: 1.4rem;}
    
    .pdd1 .tit .t1{line-height: 0.59rem;}
    
    .pdd1 .tit .t2{font-size: 0.26rem;line-height: 0.34rem;margin-top: 0.2rem;}
    
    .pdd1 .phbox .list{display: flex;flex-wrap: wrap;gap: 0.2rem;margin-top: 0.7rem;}
    
    .pdd1 .phbox .list .item{width: calc(50% - 0.1rem);position: relative;}
    
    .pdd1 .phbox .list .item.w100{width: 100%;}
    
    .pdd1 .phbox .list .item .imgbox{width: 100%;aspect-ratio: 335 / 428;border-radius: 0.2rem;overflow: hidden;}
    
    .pdd1 .phbox .list .item .imgbox img{height: 100%;object-fit: cover;}
    
    .pdd1 .phbox .list .item.w100 .imgbox{aspect-ratio: 690 / 400;}
    
    .pdd1 .phbox .list .item .txtbox{position: absolute;z-index: 5;top: 0.2rem;left: 0.3rem;width: calc(100% - 0.6rem);}
    
    .pdd1 .phbox .list .item .txtbox .t1{font-size: 0.46rem;line-height: 0.54rem;color: #fff;}
    
    .pdd1 .phbox .list .item .txtbox .t2{font-size: 0.2rem;line-height: 1.3;color: #fff;}
    
    .pdd1 .phbox .list .item .arr{position: absolute;right: 0.3rem;bottom: 0.3rem;width: 0.5rem;z-index: 5;border-radius: 50%;background: #fff;}
    
    .prod_tit .t1{line-height: 0.59rem;}
    
    .prod_tit .t2{font-size: 0.26rem;line-height: 0.32rem;}
    
    .pdd2_1 .box{flex-wrap: wrap;padding: 1rem 0.3rem 0.75rem;}
    
    .pdd2_1 .box .left{flex: none;width: 100%;padding: 0;}
    
    .pdd2_1 .box .right{width: 100%;min-height: auto;aspect-ratio: 630 / 448;border-radius: 0.14rem;margin-top: 0.5rem;}
    
    .pdd2_1 .box .left .ul{margin-top: 0.6rem;display: flex;align-items: flex-end;gap: 0.54rem;}
    
    .pdd2_1 .box .left .ul::before{top: auto;bottom: 0;width: 100%;height: 1px;}
    
    .pdd2_1 .box .left .ul::after{height: 0.07rem;bottom: -0.03rem;top: auto;width: anchor-size(width);}
    
    .pdd2_1 .box .left .ul .li{padding: 0 0 0.23rem;}
    
    .pdd2_1 .box .left .ul .li a{font-size: 0.22rem;line-height: 0.26rem;}
    
    .pdd2_2 .tit{font-size: 0.36rem;line-height: 0.46rem;}
    
    .pdd2_2 .box .left{display: none;}
    
    .pdd2_2 .box .right{margin-left: 0;display: flex;flex-wrap: wrap;gap: 0.2rem;}
    
    .pdd2_2 .box .right .item{width: calc(50% - 0.1rem);position: relative;}
    
    .pdd2_2 .box .right .item .phbox{aspect-ratio: 335 / 500;border-radius: 0.14rem;overflow: hidden;position: relative;}
    
    .pdd2_2 .box .right .item .phbox:before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70%, rgba(0, 0, 0, 0.30) 100%);z-index: 1;}
    
    .pdd2_2 .box .right .item .phbox img{height: 100%;object-fit: cover;}
    
    .pdd2_2 .box .right .item a{position: absolute;left: 0.3rem;bottom: 0.3rem;width: calc(100% - 0.6rem);font-size: 0.28rem;line-height: 0.36rem;color: #fff;z-index: 3;}
    
    .pdd2_2 .box .right .item:not(:first-child){margin-top: 0;}
    
    .pdd2_2 .box .right .item.act a{font-size: 0.28rem;}
    
    .pdd2_3{position: relative;padding: 0 0.3rem 0.5rem;}
    
    .pdd2_3 .top .swpbtn{position: absolute;bottom: 0;left: 0;width: 100%;justify-content: center;padding-bottom: 0;}
    
    .pdd2_3 .swiper .swiper-slide{width: 100%;aspect-ratio: 693 / 390;height: auto;}
    
    .pdd2 .h50{display: none;}
    
    .pdd3{height: auto;margin-top: 1.5rem;padding: 0 0.3rem;}
    
    .pdd3 .pox{position: relative;transform: none;transition: none;pointer-events: all;height: auto;border-radius: 0;background: none;padding: 0;}
    
    .pdd3.act .pox .tit,
    .pdd3 .pox .tit{position: relative;transform: none;transition: none;width: 100%;top: 0;}
    
    .pdd3.act .pox .vid,
    .pdd3 .pox .vid{position: relative;transform: none;transition: none;width: 100%;bottom: 0;height: auto;left: 0;background: rgba(255, 255, 255, 0.05);padding: 0.8rem 0.2rem 0.92rem;border-radius: 0 0 0.2rem 0.2rem;}
    
    .pdd3.act3 .pox .vid{opacity: 1;transform: none;transition: none;}
    
    .pdd3 .pox .vid video{aspect-ratio: 650 / 366;height: auto;margin-top: 0;}
    
    .pdd3 .ul{bottom: 0 !important;position: relative;display: flex;flex-wrap: wrap;gap: 0.5rem;margin-top: 0.8rem;transform: none;transition: none;}
    
    .pdd3.act .pox{background: none;}
    
    .pdd3 .pox .tit{background: rgba(255, 255, 255, 0.05);padding: 1.1rem 0.2rem 0.8rem;border-radius: 0.2rem 0.2rem 0 0;}
    
    .pdd3 .pox .tit .t1{line-height: 0.59rem;}
    
    .pdd3 .pox .tit .t2{font-size: 0.26rem;line-height: 0.34rem;margin-top: 0.2rem;color: rgba(255, 255, 255, 0.60);}
    
    .pdd3 .ul .li{width: 2.85rem;}
    
    .pdd3 .ul .li .ltp span{font-size: 0.48rem;line-height: 0.5rem;font-weight: 400;font-family: 'Montserrat-Regular';}
    
    .pdd3 .ul .li .lbt{font-size: 0.26rem;line-height: 0.3rem;font-weight: 300;font-family: 'Montserrat-Light';margin-top: 0.1rem;}
    
    .pdd3 .list{position: relative;left: 0;clip-path: inset(0 0 0 0 round 0 0 0 0);transform: none;padding: 0;margin-top: 1.48rem;}
    
    .pdd3 .list  .swiper_img .swiper-slide{aspect-ratio: 690 / 1330;}
    
    .pdd3 .list .switch{position: relative;bottom: 0;margin-top: 0.4rem;justify-content: flex-start;}
    
    .pdd3 .list .switch .link a{font-size: 0.32rem;line-height: 0.42rem;padding: 0.38rem 0.37rem;}
    
    .pdd4{pointer-events: all;height: auto;margin-top: 1.7rem;}
    
    .pdd4_1{pointer-events: all;height: auto;}
    
    .pdd4_1 .pox{position: relative;transform: none;transition: none;height: auto;}
    
    .pdd4_1 .pox .tit{position: relative;transform: none !important;transition: none;top: 0;width: 100%;}
    
    .pdd4_1 .pox .tit .t1{line-height: 0.59rem;}
    
    .pdd4_1 .pox .vid{position: relative;transform: none !important;transition: none;left: 0;width: 100%;height: auto;aspect-ratio: 690 / 350;bottom: 0;margin: 0.6rem auto 0;width: calc(100% - 0.6rem);}
    
    .pdd4_2 .con1{padding-top: 1.7rem;}
    
    .pdd4_2 .con1 .tit .t1{font-size: 0.36rem;line-height: 0.46rem;}
    
    .pdd4_2 .con1 .tit .t2{font-size: 0.26rem;line-height: 0.34rem;margin-top: 0.2rem;}
    
    .pdd4_2 .con1 .ul .li{width: 100%;margin: 0.2rem 0 0;}
    
    .pdd4_2 .con1 .ul .li:nth-child(2){margin-top: 0.2rem;}
    
    .pdd4_2 .con1 .ul .li .ss{padding: 0.45rem 0.5rem 0.5rem 0.4rem;flex-direction: row;align-items: center;min-height: 2.8rem;}
    
    .pdd4_2 .con1 .ul .li .ss .icon{width: 0.8rem;}
    
    .pdd4_2 .con1 .ul .li .ss .text{margin-top: 0;flex: 1;margin-left: 0.49rem;}
    
    .pdd4_2 .con1 .ul .li .ss .text .t1{font-size: 0.32rem;line-height: 0.42rem;}
    
    .pdd4_2 .con1 .ul .li .ss .text .t2{font-size: 0.26rem;line-height: 0.34rem;margin-top: 0.1rem;}
    
    .pdd4_2 .con2 .li .ss .icon{width: 3.1rem;height: 3rem;display: flex;align-items: center;}
    
    .pdd4_2 .con2 .li .ss .text{padding: 0 0 0 0.4rem;}
    
    .pdd4_2 .con2 .li .ss .text .t1{font-size: 0.32rem;line-height: 0.36rem;}
    
    .pdd4_2 .con2 .li .ss .text .t2{font-size: 0.26rem;line-height: 0.32rem;margin-top: 0.25rem;}
    
    .pdd4_2 .con2 .li:not(:first-child){margin-top: 0.4rem;}
    
    .pdd4_2 .con2{margin-top: 0.9rem;}

    .pdd5 .con{transform: none;transition: none;padding-top: 1.5rem;}
    
    .pdd5 .con .tit .t1{line-height: 0.59rem;}
    
    .pdd5 .con .tit .t2{font-size: 0.26rem;line-height: 0.34rem;margin-top: 0.2rem;}

    .pdd5 .con .list{margin-top: 0.8rem;align-items: flex-end;}

    .pdd5 .con .list .picbox{width: calc(100% - 0.37rem - 2.62rem);}

    .pdd5 .con .list .txtbox{margin-left: 0.37rem;position: static;}
    
    .pdd5 .con .list .txtbox .txt{transition: none;transform: none !important;position: static;width: 100%;display: none;min-height: 5.17rem;}
    
    .pdd5 .con .list .txtbox .txt.act{display: block;}
    
    .pdd5 .con .list .txtbox .ul .li .ltp{font-size: 0.34rem;line-height: 0.38rem;}
    
    .pdd5 .con .list .txtbox .ul .li .lbt{font-size: 0.26rem;line-height: 0.3rem;}
    
    .pdd5 .con .list .txtbox .txt .t1{position: absolute;left: 0;top: 0;width: 3.7rem;font-size: 0.32rem;line-height: 0.38rem;}
    
    .pdd5 .con .list .txtbox .ul .li{width: 100%;margin-right: 0 !important;margin-top: 0.54rem;}
    
    .pdd5 .con .list .txtbox .ul .li:nth-child(2){margin-top: 0.54rem;}
    
    .pdd5 .con .list .txtbox .ul{margin-top: 0;}
    
    .pdd5 .con .switch .swiper-slide{width: 50%;text-align: center;font-size: 0.26rem;line-height: 0.3rem;padding: 0.25rem 0.37rem;height: auto;display: flex;align-items: center;justify-content: center;}
    
    .pdd5 .con .switch .swiper{border-radius: 0.10733rem;background: rgba(255, 255, 255, 0.05);}
    
    .pdd5 .con .switch{margin-top: 0.8rem;}
    
    .pdd5 .con .list .txtbox .txt.exit{display: none;}
    
    .pdd5{min-height: auto;}

    .pdd6{height: auto;}
    
    .pdd6 .con{position: relative;height: auto;}
    
    .pdd6 .con .pdd6_1{display: flex;flex-direction: column-reverse;}
    
    .pdd6_1{margin-top: 1.48rem;background: #111;padding: 1.2rem 0 0;}
    
    .pdd6_1 .tit{position: relative;transition: none;transform: none !important;top: 0;padding: 0 0.3rem;opacity: 1;}
    
    .pdd6_1 .tit .t1{line-height: 0.59rem;}
    
    .pdd6_1 .tit .t2{font-size: 0.26rem;line-height: 0.36rem;margin-top: 0.5rem;padding: 0 0.59rem;}
    
    .pdd6_1 .imgbox{height: auto;}
    
    .pdd6_1 .imgbox img{transform: none !important;transition: none;}
    
    .pdd6_2{position: relative;transform: none;transition: none;padding: 1.5rem 0.3rem 0;background: none;left: 0;}
    
    .pdd6_2 .swiper .swiper-wrapper{flex-wrap: wrap;transform: none !important;gap: 0.8rem;}
    
    .pdd6_2 .swiper .swiper-slide{width: 100% !important;height: auto;margin-right: 0 !important;transition: none;background: none;border-radius: 0;overflow: hidden;}
    
    .pdd6_2 .swiper .swiper-slide .imgbox{height: auto;aspect-ratio: 690 / 388;border-radius: 0.1rem;overflow: hidden;}
    
    .pdd6_2 .swiper .swiper-slide .phbox{margin-top: 0.4rem;}
    
    .pdd6_2 .swiper .swiper-slide .phbox .t1{font-size: 0.34rem;line-height: 0.46rem;color: #fff;}
    
    .pdd6_2 .swiper .swiper-slide .phbox .t2{font-size: 0.26rem;line-height: 0.36rem;color: rgba(255,255,255,0.6);margin-top: 0.16rem;}
    
    .pdd6_2 .txtbox{display: none;}
    
    .pdd7{margin-top: 1.5rem;}
    
    .pdd7 .tit .t1{line-height: 0.59rem;}
    
    .pdd7 .tit .t2{font-size: 0.26rem;line-height: 0.34rem;}
    
    .pdd7 .list{margin-top: 0.7rem;flex-wrap: wrap;}
    
    .pdd7 .list .vidbox{width: 100%;height: auto;aspect-ratio: 690 / 453;border-radius: 0.1rem;}
    
    .pdd7 .list .right{flex: none;padding-left: 0;width: 100%;margin-top: 0.3rem;}
    
    .pdd7 .list .right .txtbox .item{padding: 0.7rem 0.4rem 0.7rem 0.5rem;border-radius: 0.2rem;}
    
    .pdd7 .list .right .txtbox .item.act{display: flex;}
    
    .pdd7 .list .right .txtbox .item .pic{aspect-ratio: 1 / 1;}
    
    .pdd7 .list .right .txtbox .item .txt{width: calc(100% - 1.84rem);margin: 0 0 0 0.4rem;}
    
    .pdd7 .list .right .txtbox .item .txt .t1{font-size: 0.32rem;line-height: 0.42rem;}
    
    .pdd7 .list .right .txtbox .item .txt .t2{font-size: 0.26rem;line-height: 0.34rem;margin-top: 0.15rem;}
    
    .pdd7 .list .right .switch a{width: calc(50% - 0.15rem);margin: 0.3rem 0.3rem 0 0;padding: 0.26rem 0.46rem;font-size: 0.32rem;line-height: 0.36rem;}
    
    .pdd8{margin-top: 1.2rem;}
    
    .pdd8 .tit .t1{line-height: 0.59rem;}
    
    .pdd8 .list{margin-top: 0.7rem;}
    
    .pdd8 .list .thead{padding: 0 1.85rem;}
    
    .pdd8 .list .thead .ww{padding: 0.18rem 0 0.5rem;}
    
    .pdd8 .list .thead .ww .imgbox{height: 2.18rem;}
    
    .pdd8 .list .thead .ww .txtbox{font-size: 0.3rem;}
    
    .pdd8 .list .tbody .tr{padding: 0 0.6rem 0 0.7rem;gap: 0.34rem;}
    
    .pdd8 .list .tbody .ww{padding: 0.31rem 0;}
    
    .pdd8 .list .tbody .w1{width: 2.58rem;}
    
    .pdd8 .list .prev{position: absolute;z-index: 11;left: 0.7rem;top: 1.2rem;width: 0.7rem;}
    
    .pdd8 .list .next{position: absolute;z-index: 11;right: 0.7rem;top: 1.2rem;width: 0.7rem;}
    
    .pdd9{padding-top: 1.3rem;}
    
    .pdd9 .item .top .ul{flex-wrap: wrap;gap: 0.3rem;}
    
    .pdd9 .item .top .ul .li{width: 100%;}
    
    .pdd9 .li .ss{display: flex;flex-direction: column-reverse;background: #fff;border-radius: 0.2rem;}
    
    .pdd9 .li .ss .imgbox{height: auto !important;aspect-ratio: 690 / 388;border-radius: 0.2rem;overflow: hidden;}
    
    .pdd9 .li .ss .txtbox{position: relative;padding: 0.5rem 0.3rem 0.36rem;}
    
    .pdd9 .li .ss .txtbox .t1{font-size: 0.34rem;line-height: 0.46rem;color: #111;}
    
    .pdd9 .li .ss .txtbox .t2{margin-top: 0.16rem;font-size: 0.26rem;line-height: 0.34rem;color: #333;}
    
    .pdd9 .item .bot{flex-wrap: wrap}
    
    .pdd9 .item .bot .wrap_column{margin-right: 0;width: 100%;}
    
    .pdd10{min-height: auto;}
    
    .pdd10 .con{position: relative;padding-top: 1.5rem;}
    
    .pdd10 .con .type{padding: 0 0.3rem;}
    
    .pdd10 .con .type .tt{font-size: 0.36rem;line-height: 0.46rem;width: 1.78rem;}
    
    .pdd10 .con .phbox{margin-top: 1.1rem;}
    
    .pdd10 .con .phbox .box{padding: 0.82rem 0.3rem 0;display: flex;flex-wrap: wrap;gap: 0.6rem 0.2rem;}
    
    .pdd10 .con .phbox .box .item{width: calc(50% - 0.1rem);}
    
    .pdd10 .con .phbox .box .item .pic{height: 2.2rem;overflow: hidden;border-radius: 0.18273rem;background: rgba(255, 255, 255, 0.80);backdrop-filter: blur(30.454544067382812px);}
    
    .pdd10 .con .phbox .box .item .pic img{height: 100%;object-fit: contain;}
    
    .pdd10 .con .phbox .box .item .txt{font-size: 0.32rem;line-height: 0.36rem;text-align: center;margin-top: 0.2rem;}
    
    .pdd11{margin-top: 1.4rem;--mobile-bg: attr(data-ph url);height: 15.22rem;background-color: #0B121E !important;padding: 1.3rem 0 0;position: relative;}
    
    .pdd11 .bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
    
    .pdd11 .w1660{position: relative;z-index: 5;}
    
    .pdd11 .ul{width: 100%;}
    
    .pdd11 .ul .li{padding: 0.35rem 0.3rem 0.24rem 0.3rem;}
    
    .pdd11 .ul .li .icon{height: 0.46rem;}
    
    .pdd11 .ul .li .text{font-size: 0.26rem;line-height: 0.3rem;}
    
    .pdd12{min-height: auto;}
    
    .pdd12 .con{position: relative;margin-top: 1.5rem;}
    
    .pdd12 .con .tit{position: relative;top: 0;padding: 0 0.3rem;}
    
    .pdd12 .con .tit .t1{line-height: 0.59rem;}
    
    .pdd12 .phbox .top{padding: 0 0.62rem;margin-top: 1.1rem;}
    
    .pdd12 .phbox .box{display: flex;flex-wrap: wrap;margin-top: 1.1rem;gap: 0.2rem;}
    
    .pdd12 .phbox .box .item{width: calc(50% - 0.1rem);background: #fff;border-radius: 0.2rem;display: flex;flex-direction: column;overflow: hidden;}
    
    .pdd12 .phbox .box .item .pic{height: 2.3rem;}
    
    .pdd12 .phbox .box .item .pic img{height: 100%;object-fit: cover;}
    
    .pdd12 .phbox .box .item .txt{padding: 0.3rem;display: flex;align-items: center;flex: 1;font-size: 0.3rem;line-height: 0.38rem;}
    
    .pdd13{margin-top: 1.5rem;}
    
    .pdd13 .ul{margin-top: 0.9rem;gap: 0.2rem;}
    
    .pdd13 .ul .li{width: 100%;margin: 0;}
    
    .pdd13 .ul .li .ss{display: flex;align-items: center;padding: 0.5rem 0.56rem 0.5rem 0.69rem;background: #fff;border-radius: 0.2rem;}
    
    .pdd13 .ul .li .ss .icon{width: 0.89rem;}
    
    .pdd13 .ul .li .ss .text{flex: 1;margin: 0 0 0 0.7rem;}
    
    .pdd13 .ul .li .ss .text .t1{font-size: 0.32rem;line-height: 0.42rem;}
    
    .pdd13 .ul .li .ss .text .t2{font-size: 0.26rem;line-height: 0.32rem;margin-top: 0.1rem;}
    
    .pdd14{min-height: auto;margin-top: 1.8rem;}
    
    .pdd14 .con{position: relative;}
    
    .pdd14 .con .tit{transition: none;transform: none !important;opacity: 1;padding: 1.8rem 0.74rem 0;}
    
    .pdd14 .con .tit .t1{font-size: 0.54rem;line-height: 0.66rem;}
    
    .pdd14 .con .tit .t2{font-size: 0.3rem;line-height: 0.36rem;margin-top: 0.4rem;}
    
    .pdd14 .con .imgbox{transform: none;border-radius: 0;aspect-ratio: 750 / 1170;}
    
    .pdd14 .con .imgbox img{height: 100%;object-fit: cover;}
    
    .pdd15 .con .tit{transition: none;transform: none !important;opacity: 1;padding: 1.8rem 0.74rem 0;}
    
    .pdd15 .con .tit .t1{font-size: 0.54rem;line-height: 0.66rem;}
    
    .pdd15 .con .tit .t2{font-size: 0.3rem;line-height: 0.36rem;margin-top: 0.4rem;}
    
    .pdd15 .con .imgbox{transform: none;border-radius: 0;aspect-ratio: 750 / 1170;}
    
    .pdd15 .con .imgbox img{height: 100%;object-fit: cover;}
    
    .pdd16 .tit .t1{line-height: 0.59rem;}
    
    .pdd16 .box{padding: 0.8rem 0.3rem 1rem;}
    
    .pdd16 .top{flex-wrap: wrap;}
    
    .pdd16 .top .left{flex: none;padding-right: 0;width: 100%;}
    
    .pdd16 .top .left .txt{font-size: 0.26rem;line-height: 0.34rem;}
    
    .pdd16 .top .left .ul{margin-top: 0.54rem;}
    
    .pdd16 .top .right{width: 100%;margin-top: 0.65rem;}
    
    .pdd16 .top .left .ul .li{text: center;}
    
    .pdd16 .top .left .ul .li .ico{height: 0.76rem;margin: 0 auto;width: fit-content;}
    
    .pdd16 .top .left .ul .li .set{font-size: 0.26rem;line-height: 0.3rem;margin-top: 0.32rem;text-align: center;}
    
    .pdd16 .bot{margin-top: 0.7rem;}
    
    .pdd16 .bot .btnbox .ss{width: 0.7rem;height: 0.7rem;}
    
    .pdd16 .bot .btnbox{margin-top: 0.6rem;}
    
    .pdd16 .bot .btnbox .txtbox .txt{font-size: 0.32rem;line-height: 0.42rem;}
    
    .pdd17{min-height: auto;margin-top: 1.6rem;}
    
    .pdd17 .con{position: relative;height: auto;padding: 1.2rem 0 5.12rem;min-height: 13.94rem;}
    
    .pdd17 .imgbox{transform: none;aspect-ratio: 750 / 1394;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
    
    .pdd17 .imgbox img{height: 100%;object-fit: cover;}
    
    .pdd17 .tit{transform: none !important;transition: none;opacity: 1;top: 0;padding: 0 0.7rem;position: relative;}
    
    .pdd17 .list{position: relative; top: 0;bottom: 0 !important;transition: none;padding: 0 0.3rem;margin-top: 0.9rem;}
    
    .pdd17 .list .swiper-wrapper{flex-wrap: wrap;transform: none !important;gap: 0.2rem;}
    
    .pdd17 .list .swiper-slide{width: calc(50% - 0.1rem) !important;margin: 0 !important;padding: 0.55rem 0.13rem 0.45rem 0.26rem;}
    
    .pdd17 .list .swiper-slide .icon{height: 0.66rem;}
    
    .pdd17 .list .swiper-slide .text{font-size: 0.26rem;line-height: 0.32rem;}
    
    .pdd18{padding-top: 1.3rem;}
    
    .pdd18 .box{margin-top: 0.7rem;padding: 0.8rem 0.3rem 0.9rem;flex-wrap: wrap;}
    
    .pdd18 .left{flex: none;width: 100%;}
    
    .pdd18 .right{width: 100%;margin-top: 0.4rem;}
    
    .pdd18 .left .txtbox .txt{position: relative;transform: none !important;opacity: 1;overflow: hidden;display: none;}
    
    .pdd18 .left .txtbox .txt.act{display: block;}
    
    .pdd18 .left .txtbox .height{display: none;}
    
    .pdd18 .left .ul{margin-top: 0.56rem;display: flex;align-items: center;overflow-x: auto;gap: 0.46rem;border-bottom: 2px solid #D9D9D9;}
    
    .pdd18 .left .ul .li{padding: 0 0 0.23rem;}
    
    .pdd18 .left .ul::before{bottom: 1px;top: auto;width: 100%;height: 2px;display: none;}
    
    .pdd18 .left .ul::after{bottom: 4px;top: auto;width: anchor-size(width);height: 4px;}
    
    .pdd20{min-height: auto;padding-top: 1.02rem;}
    
    .pdd20 .con{position: relative;padding-top: 0 !important;}
    
    .pdd20 .con .text{font-size: 0.26rem;line-height: 0.34rem;}
    
    .pdd20 .con .ul{margin-top: 0.8rem !important;width: 100%;height: auto;transform: none;gap: 0.2rem;}
    
    .pdd20 .con .ul .li{position: relative;top: auto !important;left: auto !important;bottom: auto !important;right: auto !important;width: 100% !important;height: auto !important;aspect-ratio: 690 / 400;transition: none;transform: none !important;}
    
    .pdd20 .con .ul .li:not(:first-child){margin-top: 0.2rem;}
    
    .pdd20 .con .ul .li .txtbox{padding: 0.2rem 0.3rem;}
    
    .pdd20 .con .ul .li .txtbox .t1{font-size: 0.46rem;line-height: 0.54rem;}
    
    .pdd20 .con .ul .li .txtbox .t2{font-size: 0.3rem;line-height: 0.46rem;margin-top: 0;}
    
    .pdd21 .tit .t1{line-height: 0.59rem;}
    
    .pdd21 .tit .t2{margin-top: 0.4rem;font-size: 0.26rem;line-height: 0.34rem;}
    
    .pdd21 .ul{gap: 0.4rem 0.8rem;margin-top: 0.5rem;}
    
    .pdd21 .ul .li .t1{font-size: 0.4rem;line-height: 0.6rem;}
    
    .pdd21 .ul .li .t2{font-size: 0.2rem;line-height: 0.3rem;margin-top: 0;}
    
    .pdd21 .vidbox{position: relative;margin: 0.9rem auto 0;height: auto;width: calc(100% - 0.6rem);aspect-ratio: 690 / 388;}
    
    .pdd21 .vidbox .vbox{position: rrelative;top: 0;left: 0;transform: none;border-radius: 0.13rem;width: 100%;height: 100%;}
    
    .pdd21 .h50{display: none;}
    
    .pdd22{margin-top: 1.5rem;}
    
    .pdd22 .top{position: relative;min-height: auto;}
    
    .pdd22 .con{padding-top: 0;position: relative;}
    
    .pdd22 .con .imgbox{width: 100%;height: auto;aspect-ratio: 750 / 1284;}
    
    .pdd22 .con .imgbox .pic{position: relative;transform: none;transition: none;left: 0;top: 0;width: 100%;height: 100%;}
    
    .pdd22 .con .imgbox .pic .tit{width: 4rem;top: 1.1rem;left: 50%;transform: translateX(-50%);transition: none;}

    .pdd22.act .con .imgbox .pic{top: 0;width: 100%;height: 100%;border-radius: 0;}

    .pdd22.act .con .imgbox .pic::before{opacity: 1;}

    .pdd22.act .con .imgbox .pic .tit{transform: translateX(-50%);opacity: 1;}
    
    .pdd22 .con .imgbox .pic .tit .t1{font-size: 0.48rem;line-height: 0.66rem;}
    
    .pdd22 .list{margin: 0;transform: none !important;transition: none;}
    
    .pdd22 .list .text{position: absolute;top: 2.72rem;left: 0;width: 100%;z-index: 5;padding: 0 0.3rem;font-size: 0.26rem;line-height: 0.34rem;color: #fff;}

    .pdd22 .list .ul{position: absolute;z-index: 5;left: 0;bottom: 0.8rem;width: 100%;padding: 0 0.3rem;margin: 0;}

    .pdd22 .list .ul .li .t1{font-size: 0.54rem;line-height: 0.7rem;color: #fff;white-space: nowrap;}
    
    .pdd22 .list .ul .li .t2{font-size: 0.26rem;line-height: 0.3rem;color: #fff;margin-top: 0.1rem;}

    .pdd23{margin-top: 1.5rem;height: auto;}
    
    .pdd23 .con{position: relative;height: auto;display: flex;flex-direction: column-reverse;padding: 0 0.3rem;}
    
    .pdd23 .con .vidbox{position: relative;left: 0;transition: none;height: auto;aspect-ratio: 690 / 388;margin-top: 0.6rem;border-radius: 0.14rem;overflow: hidden;}

    .pdd23 .con .txtbox{position: relative;padding: 0;width: 100%;transition: none;}
    
    .pdd23.act .con .txtbox{left: 0;}

    .pdd23 .con .txtbox .txt{max-height: auto;overflow: hidden;}
    
    .pdd23 .con .txtbox .txt .t1{font-size: 0.48rem;line-height: 0.59rem;text-align: center;}
    
    .pdd23 .con .txtbox .txt .t2{font-size: 0.26rem;line-height: 0.32rem;margin-top: 0.4rem;text-align: center;}
    
    .pdd23 .con .vidbox .vid_play{display: none;}

    .pdd24 .tit .t1{line-height: 0.59rem;}
    
    .pdd24 .tit .t2{font-size: 0.26rem;line-height: 0.32rem;}
    
    .pdd24 .box{height: auto;margin-top: 0.6rem;}
    
    .pdd24 .box .con{position: relative;height: auto;padding: 0 0.3rem;}
    
    .pdd24 .box .con .imgbox{transition: none;height: auto;aspect-ratio: 690 / 388;border-radius: 0.14rem;overflow: hidden;}
    
    .pdd24 .box .con .txtbox{position: relative;right: 0;width: 100%;margin-top: 0.5rem;}
    
    .pdd24 .box .con .txtbox .list{max-height: none;padding: 0;}
    
    .pdd24 .box .con .txtbox .list .ul .li{margin-top: 0.5rem;width: 3.2rem;}
    
    .pdd24 .box .con .txtbox .list .ul .li:nth-child(2n){width: 2.95rem;}

    .pdd24 .box .con .txtbox .list .ul .li .t1{font-size: 0.5rem;line-height: 0.7rem;}
    
    .pdd24 .box .con .txtbox .list .ul .li .t2{font-size: 0.26rem;line-height: 0.38rem;margin-top: 0.08rem;}
    
    .pdd25{height: auto;}
    
    .pdd25 .con{position: relative;height: auto;padding: 1.6rem 0.3rem 0;}
    
    .pdd24 .box.act .con .imgbox{transform: none !important;}
    
    .pdd25 .con .tit{flex-direction: column;transition: none;}
    
    .pdd25 .con .tit .t1{line-height: 0.59rem;}
    
    .pdd25 .con .tit .t2{font-size: 0.26rem;line-height: 0.3rem;margin: 0.3rem 0 0;width: 100%;padding: 0;}
    
    .pdd25 .con .vidbox{margin-top: 0.7rem;}
    
    .pdd25 .con .vidbox .vbox{position: relative;left: 0;transform: none;transition: none;width: 100%;height: auto;aspect-ratio: 690 / 388;border-radius: 0.14rem;}

    .pdd25 .con .vidbox .txt{position: relative;transition: none;transform: none;margin-top: 0.2rem;width: 100%;height: auto;left: 0;border-radius: 0.24rem;background: rgba(0, 0, 0, 0.05);backdrop-filter: blur(28.450000762939453px);padding: 0.46rem 0.3rem 0.46rem 0.4rem;bottom: 0;}

    .pdd25.act .con .vidbox .vbox{bottom: 0;height: auto;width: 100%;}
    
    .pdd25.act .con .vidbox .txt{transform: none;opacity: 1;pointer-events: all;}
    
    .pdd25 .con .vidbox .txt .t1{font-size: 0.3rem;line-height: 0.4rem;color: #333;}
    
    .pdd25 .con .vidbox .txt .t2{font-size: 0.26rem;line-height: 0.34rem;margin-top: 0.16rem;color: #333;}

    .pdd26 .tit .t1{line-height: 0.59rem;}
    
    .pdd26 .tit .t2{font-size: 0.26rem;line-height: 0.32rem;}
    
    .pdd26 .list{margin-top: 0.74rem;border-radius: 0;}
    
    .pdd26 .list .swiper1 .swiper-slide{height: auto;aspect-ratio: 690 / 333;border-radius: 0.1rem;overflow: hidden;}
    
    .pdd26 .list .swiper2{position: relative;left: 0;transform: none;bottom: 0;max-width: 100%;background: #fff;margin-top: 0.3rem;}

    .pdd26 .list .swiper2 .swiper-slide{padding: 0.33rem 0.23rem;font-size: 0.26rem;line-height: 0.28rem;color: #333;}
    
    .pdd26 .txtbox .txt{max-width: 100%;font-size: 0.26rem;line-height: 0.34rem;}
    
    .pdd27{margin-top: 1.3rem;padding: 1.14rem 0 1.1rem;background: #2B2F3A;}
    
    .pdd27 .tit .t1{line-height: 0.59rem;color: #fff;}
    
    .pdd27 .tit .t2{font-size: 0.26rem;line-height: 0.32rem;color: #fff;margin-top: 0.4rem;}
    
    .pdd27 .con{background: none !important;margin-top: 0.26rem;min-height: auto;padding: 0;}
    
    .pdd27 .con .swiper .swiper-wrapper{transform: none !important;flex-wrap: wrap;gap: 0.3rem;}
    
    .pdd27 .con .swiper .swiper-slide{width: 100% !important;margin: 0 !important;padding: 0.6rem 0.6rem 0.5rem;}
    
    .pdd27 .phbox{margin-top: 0.74rem;}
    
    .pdd28{background: none !important;margin-top: 1.1rem;padding: 0 0 0.3rem;}
    
    .pdd28 .tit .t1{line-height: 0.59rem;color: #111;}
    
    .pdd28 .phbox{margin-top: 0.6rem;border-radius: 0.2rem;overflow: hidden;}
    
    .pdd28 .ul{flex-wrap: wrap;margin-top: 0.3rem;gap: 0.2rem;width: 100%;}
    
    .pdd28 .ul .li{width: calc(50% - 0.1rem);margin: 0;padding: 0.4rem 0.36rem 2.24rem;border-radius: 0.24rem;}
    
    .pdd28 .ul .li .txt{font-size: 0.3rem;line-height: 0.36rem;min-height: 0.72rem;}
    
    .pdd28 .ul .li .pic{height: 1.26rem;bottom: 0.22rem;right: 0.2rem;}
    
    .searchLayout .formbox{width: 100%;}
    
    .searchLayout .formbox input{height: 0.8rem;padding: 0 0.5rem 0 0.8rem;}
    
    .searchLayout .formbox button{width: 0.8rem;}
    
    .sch_prod .ul .li{width: 100%;margin-right: 0;}
    
    .sch_prod .ul .li .ss .txtbox{width: 100%;padding-bottom: 1.72rem;}
    
    .sch_prod .ul .li .ss .txtbox .t3{display: none;}
    
    .sch_news .li{padding-right: 0;margin-top: 0.3rem;}
    
    .sch_news .li .year{display: none;}
    
    .sch_news .li .ss{flex-wrap: wrap;width: 100%;}
    
    .sch_news .li .ss .pic{width: 100%;height: auto;aspect-ratio: 690 / 333;border-radius: 0.2rem 0.2rem 0 0;}

    .sch_news .li .ss .txt{margin-left: 0;width: 100%;padding: 0.4rem 0.3rem;background: #fff;border-radius: 0 0 0.2rem 0.2rem;}

    .sch_news .li .ss .txt .line{display: none;}

    .sch_news .li .ss .txt .top{justify-content: space-between;}

    .sch_news .li .ss .txt .top .set{font-size: 0.26rem;line-height: 0.29rem;color: #666;min-width: auto;}

    .sch_news .li .ss .txt .top .date{font-size: 0.26rem;line-height: 0.29rem;color: #666;min-width: auto;}

    .sch_news .li .ss .txt .bot{margin-top: 0.3rem;font-size: 0.3rem;line-height: 0.4rem;-webkit-line-clamp: 2;-moz-line-clamp: 2;line-clamp: 2;}
    
    
    .pdt2 .list .ul .li{width: 100%;margin: 0 0 20px 0;}
    .pdt2 .list .ul .li .ss{padding: 20px;}
    .pdt2 .list .ul .li .ss .imgbox{max-width: 2.67rem;}
    .pdt2 .list .ul .li .ss .txtbox .t2{margin-bottom: 20px;}
    .pdt2 .list .ul .li .ss .txtbox .t1{font-size: 16px;}
    
    
    

}