.m_header,
.mh_nav {
    display: none;
}

.pc-block {
    display: block;
}

.mb-block {
    display: none;
}

.pc-flex {
    display: flex;
}

.mb-flex {
    display: none;
}

@media screen and (max-width:1024px) {
    html {
        font-size:calc(100vw / 7.5);
    }
.loading_box {
    display: none;
}

    .f_14,
    .f_16 {
        font-size: 0.24rem;
    }

    .f_18,
    .f_20 {
        font-size: 0.26rem;
    }

    .f_22,
    .f_24,
    .f_26,
    .f_28 {
        font-size: 0.32rem;
    }

    .f_30,
    .f_32,
    .f_34 {
        font-size: 0.36rem;
    }

    .f_36,
    .f_40,
    .f_42,
    .f_44,
    .f_46 {
        font-size: 0.38rem;
    }

    .f_48,
    .f_50,
    .f_52,
    .f_54,
    .f_56,
    .f_58,
    .f_60,
    .f_62,
    .f_64,
    .f_68,
    .f_70,
    .f_72,
    .f_74,
    .f_76,
    .f_78,
    .f_80 {
        font-size: 0.44rem;
    }

    .pc-block {
        display: none;
    }

    .mb-block {
        display: block;
    }

    .pc-flex {
        display: none;
    }

    .mb-flex {
        display: flex;
    }

    .w1440 {
        padding-left: .3rem !important;
        padding-right: .3rem !important;
    }

    /* 公共开始 */


    .icursor {
        display: none;
    }

    main {
        width: 100%;
        /* overflow-x: hidden; */
        /* overflow-y: auto; */
    }

    .ibtn {
        padding: .12rem .43rem;
        font-size: .24rem;
        border-radius: .08rem;
    }
    .ibtn .icon {
        height: .2rem;
    }
    .ibtn .icon.play {
        height: .48rem;
    }
    
    .tit-box .tit {
        font-size: .4rem;
    }
    
    .tit-box {
        margin-bottom: .5rem;
    }
    
    .tit-box .txt {
        font-size: .28rem;
    }
    
    .breadcrumb .wrap {
        padding: .4rem !important;
    }
    .breadcrumb .wrap .link{
        font-size: .24rem;
        max-width: 4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .breadcrumb .wrap .arrow {
        font-size: .28rem;
    }
    .inner-titbox .tit{
        
    }
    .type_list .item{
        font-size: .26rem;
    }
    .num-box .page_num .num{
        width: .6rem;
        height: .6rem;
    }
    .num-box .prev, .num-box .next{
        width: .6rem;
        height: .6rem;
        background-color: #f1f1f1;
    }
    .page-box .navigation .next, .page-box .navigation .prev{
        border: 1px solid var(--vicolor);
    }
    .page-box .navigation .next:hover, .page-box .navigation .prev:hover{
        background-color: var(--vicolor);
    }
    .form-box .title{
        font-size: .26rem;
        margin-bottom: .2rem;
    }
    .form-box .form_row .row_item input, .form-box .form_row .row_item select{
        height: .8rem;
        line-height: .8rem;
    }
    .form-box .required{
        top: .25rem;
        left: 0.03rem;
    }

    .form-box .form_row .row_item input, .form-box .form_row .row_item textarea, .form-box .form_row .row_item select{
        font-size: .24rem;
    }
    .form-box .form_btn .btn{
        font-size: .26rem;
    }
    .form-box .form_row .row_item{
        padding-left: .22rem;
    }
    .video_section{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        /* min-height: 4rem; */
        /* height: auto; */
    }
    
    .p_controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .p_controls .line {
        position: relative;
        width: 53.33vw;
        height: 2px;
        background: rgba(255, 255, 255, 0.2);
    }
    .p_controls .line .line_progress {
        position: absolute;
        height: 100%;
        width: 0;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 1);
        transition: all .5s;
    }
    .p_controls .btns {
        display: flex;
        align-items: center;
        gap: .16rem;
    }
    
    .p_controls .btns .btn {
        width: .48rem;
        height: .48rem;
        border-radius: 50%;
        background: #fff;
        
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .p_controls .btns .btn img {
        width: .08rem;
    }
    /* 公共结束 */

    /* 底部开始 */
    .footer {
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: .1rem 0 0 0;
    }
    .footer .wrap {
        display: none;
    }
    
    .footer .footer-main {
        display: block;
    }
    
    .footer .footer-main .nav {
        display: flex;
        flex-direction: column;
        padding: 0 .4rem;
    }
    .footer .footer-main .nav .li {
        position: relative;
        padding: .14rem 0 .2rem;
        border-bottom: 1px solid rgba(183, 183, 183, 0.15);
    }
    .footer .footer-main .nav .li .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .4rem;
    }
    .footer .footer-main .nav .li .top .label {
        font-size: .28rem;
        line-height: 1.42;
        color: #fff;
    }
    
    .footer .footer-main .nav .li .top .icon {
        width: .4rem;
        height: .4rem;
        position: relative;
        flex-shrink: 0;
        cursor: pointer;
    }
    .footer .footer-main .nav .li .top .icon img {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        transition: all .3s;
    }
    .footer .footer-main .nav .li .top .icon .normal,
    .footer .footer-main .nav .li .top .icon.on .active {
        opacity: 1;
    }
    .footer .footer-main .nav .li .top .icon.on .normal,
    .footer .footer-main .nav .li .top .icon .active {
        opacity: 0;
    }
    .footer .footer-main .nav .li .li_boxs {
        margin: .4rem 0 0 0;
        max-height: 0;
        transition: all .5s;
        overflow: hidden;
    }
    
    .footer .footer-main .nav .li .li_boxs.on {
        max-height: 100vh;
    }
    
    .footer .footer-main .nav .li .li_boxs .label {
        font-size: .28rem;
    }
    
    .footer .footer-main .nav .li .li_boxs .box {
        display: flex;
        flex-wrap: wrap;
        gap: .2rem;
        margin: .24rem 0 .24rem 0;
    }
    
    .footer .footer-main .nav .li .li_boxs .box a {
        padding: .2rem .32rem;
        border-radius: .08rem;
        background: rgba(255, 255, 255, 0.15);
        font-size: .24rem;
        color: #fff;
        transition: all .3s;
        position: relative;
    }
    
    .footer .footer-main .nav .li .li_boxs .box a::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #000;
        width: 100%;
        height: 100%;
        border-radius: .08rem;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid #FFF;
        opacity: 0;
        transition: all .3s;
    }
    .footer .footer-main .nav .li .li_boxs .box a:hover::after {
        opacity: 1;
    }
    
    .footer .footer-main .footer-right {
        padding: .32rem .4rem 0;
        text-align: center;
    }
    .footer .footer-main .footer-right .footer-right-item {
        margin-bottom: .4rem;
    }
    .footer .footer-main .footer-right .footer-right-item-ph {
        margin-bottom: .4rem;
    }
    .footer .footer-main .footer-right .footer-right-item-label {
        font-size: .24rem;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 0.7);
    }
    .footer .footer-main .footer-right .footer-right-item-ph .footer-right-item-vlph {
        font-size: .48rem;
        margin: .2rem 0 0 0;
        font-weight: 700;
    }
    .footer .footer-main .footer-right .footer-right-item .footer-right-item-p {
        font-size: .28rem;
        margin: .2rem auto 0 auto;
        line-height: 1.28;
        width: 70.93vw;
    }
    
     .footer .footer-main .footer-left {
         padding: 0 .4rem;
         text-align: center;
     }
     .footer .footer-main .footer-left .footer-left__p {
         text-transform: capitalize;
         line-height: 1.25;
         font-weight: 500;
         font-size: .32rem;
         color: #fff;
         margin-bottom: .24rem;
     }
     .footer .footer-main .footer-left .footer-share {
      display: flex;
      justify-content: center;
      column-gap: 0.24rem;
    }
    .footer .footer-main .footer-left .footer-share .footer-share__a {
      display: block;
      width: 0.48rem;
      height: 0.48rem;
    }
    .footer .footer-main .footer-left .footer-share .footer-share__a .footer-share__img {
      display: block;
      width: 100%;
      height: 100%;
    }
     .footer .footer-copyright {
         height: auto;
     }
     .footer .footer-copyright .footer-copyright-box {
         margin: .8rem .4rem 0 .4rem;
         flex-direction: column;
         padding: .3rem 0 !important;
         text-align: center;
         gap: .08rem;
     }
     .footer .footer-copyright .footer-copyright-box .footer-copyright-left {
         line-height: 1.2;
     }
     .footer .footer-copyright .footer-copyright-box .footer-copyright-right {
         line-height: 1.2;
     }
     
    

    /* 底部结束 */

    /* 头部开始 */
    .header {
        display: none;
    }
    .m_header {
        display: block;
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 999;
        /*border-top: 0.2px solid rgba(0, 0, 0, 0.40);*/
        background: #000;
    }

    .m_header .wrap {
        padding: .28rem .36rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .m_header .wrap .logo {
        height: .4rem;
        width: fit-content;
    }

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

    .m_header .wrap .action .item {
        height: .4rem;
        width: fit-content;
        display: flex;
        align-items: center;
        gap: .06rem;
        font-size: .3rem;
        color: #333;
    }

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

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

    .m_header .wrap .action .btn {
        display: flex;
        flex-direction: column;
        gap: .12rem;
        width: .4rem;
    }

    .m_header .wrap .action .btn span {
        height: 1.5px;
        width: 100%;
        background-color: #333;
    }
    
    .m_header .wrap .action .nav_btn {
        width: .4rem;
        height: .4rem;
        position: relative;
    }

    .m_header .wrap .action .nav_btn span {
        display: inline-block;
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        transition: all .3s;
    }

    .m_header .wrap .action .nav_btn span:nth-child(1) {
        top: 15%;
        opacity: 1;
        
    }
    .m_header .wrap .action .nav_btn.on span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
    }

    .m_header .wrap .action .nav_btn span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
    }
    .m_header .wrap .action .nav_btn.on span:nth-child(2) {
        opacity: 0;
    }
    .m_header .wrap .action .nav_btn span:nth-child(3) {
        opacity: 1;
        top: 85%;
    }
    .m_header .wrap .action .nav_btn.on span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg) translateY(-50%);
    }
    

    .mh_nav {
        display: block !important;
        position: fixed;
        top: .88rem;
        left: 0;
        width: 100%;
        transform: translateX(120%);
        opacity: 0;
        z-index: 999;
        background-color: #000;
        height: 100vh;
        overflow: auto;
        padding: .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;
        padding: .2rem 0;
        border-bottom: 1px solid rgba(183, 183, 183, 0.15);
    }

    .mh_nav.show {
        transform: translateX(0);
        opacity: 1;
    }
    
    .mh_nav .li {
        position: relative;
        padding: .3rem 0;
        border-bottom: 1px solid rgba(183, 183, 183, 0.15);
    }
    .mh_nav .li .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .4rem;
    }
    .mh_nav .li .top .label {
        font-size: .28rem;
        line-height: 1.42;
        color: #fff;
    }
    
    .mh_nav .li .top .icon {
        width: .4rem;
        height: .4rem;
        position: relative;
        flex-shrink: 0;
        cursor: pointer;
    }
    .mh_nav .li .top .icon img {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        transition: all .3s;
    }
    .mh_nav .li .top .icon .normal,
    .mh_nav .li .top .icon.on .active {
        opacity: 1;
    }
    .mh_nav .li .top .icon.on .normal,
    .mh_nav .li .top .icon .active {
        opacity: 0;
    }
    .mh_nav .li .li_boxs {
        
        max-height: 0;
        transition: all .5s;
        overflow: hidden;
    }
    
    .mh_nav .li .li_boxs.on {
        max-height: 300vh;
        margin: .4rem 0 0 0;
    }
    
    .mh_nav .li .li_boxs .label {
        font-size: .28rem;
    }
    
    .mh_nav .li .li_boxs .box {
        display: flex;
        flex-wrap: wrap;
        gap: .2rem;
        margin: .24rem 0 .24rem 0;
    }
    
    .mh_nav .li .li_boxs .box a {
        padding: .2rem .32rem;
        border-radius: .08rem;
        background: rgba(255, 255, 255, 0.15);
        font-size: .24rem;
        color: #fff;
        transition: all .3s;
        position: relative;
    }
    
    .mh_nav .li .li_boxs .box a::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #000;
        width: 100%;
        height: 100%;
        border-radius: .08rem;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid #FFF;
        opacity: 0;
        transition: all .3s;
    }
    .mh_nav .li .li_boxs .box a:hover::after {
        opacity: 1;
    }

    

    

    /* 头部结束 */


    /* 首页开始 */
    .index_page .banner {
        height: auto;
    }
    .index_page .banner .wrap .swiper_banner .swiper-slide .item .bg {
        position: relative;
        height: 56.26vw;
    }
    .index_page .banner .wrap .swiper_banner .swiper-slide .item .cont {
        padding: 20px !important;
        background: rgba(0, 0, 0, 1);
        
    }
    .index_page .banner .wrap .swiper_banner .swiper-slide .item .cont .tit {
        font-size: .4rem;
    }
    
    .index_page .ind1 {
        height: auto;
    }
    .index_page .ind1 .wrap {
        justify-content: start;
        padding: .8rem 0 .8rem 0;
    }
    
    .index_page .ind1 .wrap .swiper_ind1 .swiper-slide {
        height: 133.33vw;
    }
    .index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item .cont {
        padding: .6rem .4rem;
    }
    .index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item .cont .ibtn-group .ibtn {
        width: unset;
        flex: 1;
    }
    .index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item .cont .info {
        margin-bottom: .4rem;
    }
    .index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item .cont .info .tit {
        font-size: .32rem;
        margin-bottom: .2rem;
    }
    .index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item .cont .info .txt {
        font-size: .28rem;
    }
    .index_page .ind1 .wrap .swiper_ind1 .swiper-slide .item .cont .ibtn-group .ibtn {
        padding: .2rem;
    }
    .index_page .ind1 .wrap .swiper_box .page-box {
        display: none;
    }
    .index_page .ind2 {
        height: 193.06vw;
    }
    .index_page .ind2 .wrap {
        padding: 2rem .3rem 1.48rem;
    }
    .index_page .ind2 .wrap .tit-box .tit {
        font-size: .4rem;
    }
    .index_page .ind2 .wrap .tit-box .txt {
        font-size: .28rem;
        margin-top: .24rem;
        width: 6rem;
    }
    .index_page .ind2 .wrap .tit-box .ibtn {
        padding: .22rem .66rem;
        margin-top: .44rem;
    }
    .index_page .ind2 .wrap > .ibtn {
        padding: .2rem .6rem;
    }
    .index_page .ind3 {
        height: 193.06vw;
    }
    .index_page .ind3 .wrap {
        padding: 1.6rem .4rem 0;
    }
    .index_page .ind3 .wrap .tit-box .tit {
        line-height: 1.4;
    }
    .index_page .ind3 .wrap .tit-box .txt {
        overflow: unset;
    }
    .index_page .ind3 .wrap .tit-box .txt .t2 {
        position: relative;
    }
    
    .inner-banner {
        height: 56.26vw;
    }
    .inner-banner .wrap {
        padding: 1.2rem .2rem;
    }
    
    .research_page .res1 .wrap {
        padding: 0 .4rem !important;
    }
    .research_page .res1 .wrap .list .item {
        flex-direction: column;
    }
    .research_page .res1 .wrap .list .item:nth-child(2n) {
        flex-direction: column;
    }
    .research_page .res1 .wrap .list .item .lf {
        width: 90vw;
        height: 58vw;
    }
    .research_page .res1 .wrap .list .item .rg {
        padding: .8rem 0 0 0;
        position: relative;
    }
    .research_page .res1 .wrap .list .item .rg .page-box {
        position: absolute;
        top: 0;
        margin-top: .3rem;
    }
    .research_page .res1 .wrap .list .item:nth-child(2n) .rg {
        padding: .8rem 0 0 0;
    }
    .research_page .res1 .wrap .list .item .rg .desc .txt {
        max-height: 100%;
        
    }
    
    .contact_page .cact1 {
        height: auto;
    }
    .contact_page .cact1 .wrap {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .contact_page .cact1 .wrap .list {
        position: relative;
        bottom: unset;
        left: unset;
        flex-direction: column;
        padding: .4rem;
        gap: .4rem;
    }
    .contact_page .cact1 .wrap .list .item {
        padding: 0;
        max-width: 100%;
    }
    .contact_page .cact1 .wrap .list .item::after {
        display: none;
    }
    .contact_page .cact1 .wrap .list .item .label {
        font-size: .4rem;
        margin-bottom: .1rem;
    }
    .contact_page .cact1 .wrap .list .item .value {
        font-size: .4rem;
    }
    
    
    .contact_page .cact1 .wrap .form-box {
        position: relative;
        bottom: unset;
        right: unset;
        width: 90vw;
        margin: 0 auto 1rem;
    }
    .form-box .title {
        font-size: .52rem;
        margin-bottom: .8rem ;
    }
    .form-box .required {
        font-size: .28rem;
    }
    .form-box .form_row .row_item {
        padding: 0;
    }
    
    .form-box .form_row .row_item label {
        font-size: .36rem;
    }
    .form-box .form_row .row_item input,
    .form-box .form_row .row_item textarea,
    .form-box .form_row .row_item select {
        font-size: .28rem;
    }
    
    .form-box .form_btn .ibtn {
        padding: 0.2rem 0.45rem;
    }
    
    .news_page {
        padding: 0;
    }
    .news_page .new1 .wrap {
        padding: 0 .4rem !important;
    }
    .news_page .new1 .wrap .top {
        flex-direction: column;
        gap: .4rem;
    }
    .news_page .new1 .wrap .top .tit-box {
        margin: 0 auto;
    }
    .news_page .new1 .wrap .top .tit-box .tit {
        font-size: .52rem;
    }
    .news_page .new1 .wrap .top .filters {
        flex-wrap: wrap;
        justify-content: center;
    }
    .news_page .new1 .wrap .top .filters .item {
        padding: .2rem .4rem;
    }
    .news_page .new1 .wrap .recomd {
        flex-direction: column-reverse;
        height: auto;
    }
    .news_page .new1 .wrap .recomd .swiper_new1_rg {
        width: 100%;
    }
    .news_page .new1 .wrap .recomd .swiper_new1_lf .swiper-slide .info {
        padding: .4rem 0 0 0;
    }
    .news_page .new1 .wrap .recomd .swiper_new1_lf .swiper-slide .info .txt {
        max-height: unset;
    }
    
    .news_page .new1 .wrap .recomd .swiper_new1_lf .swiper-slide .info .ibtn {
        margin: .8rem auto 0 auto;
    }
    .news_page .new1 .wrap .list .item {
        width: 100%;
    }
    
    .news_page .new_detail {
        padding: 0 0 1.8rem 0;
    }
    .news_page .new_detail .wrap {
        padding: 0 .4rem !important;
    }
    .news_page .new_detail .cont {
        flex-direction: column;
    }
    .news_page .new_detail .cont .html_content {
        width: 100%;
    }
    .news_page .new_detail .top {
        margin-bottom: .8rem;
    }
    .news_page .new_detail .cont .html_content p {
        font-size: .28rem;
    }
    .news_page .new_detail .cont .rg {
        padding: 0;
        position: relative;
    }
    .news_page .new_detail .cont {
        gap: 1.5rem;
    }
    .news_page .new_detail .cont .rg > .tit {
        font-size: .4rem;
    }
    .news_page .new_detail .cont .rg .list {
        gap: .6rem;
    }
    .news_page .new_detail .cont .rg .list .item .desc .tit {
        font-size: .28rem;
    }
    .news_page .new_detail .cont .rg .list .item .pic {
        height: 48vw;
    }
    
    
    .about .about2 .about2-box {
        padding: 0 .4rem !important;
    }
    .about .about2 .about2-box .about2-desc {
        width: 100%;
    }
    
    .about .about2 .about2-box .about2-title {
        font-size: .4rem;
    }
    .about .about2 .about2-box .about2-desc .about2-desc__p {
        font-size: .28rem;
    }
    .about .about3 {
        padding-top: 0;
    }
    .about .about3 .about3-box .about3-title {
        font-size: .4rem;
    }
    .about .about3 .about3-box {
        padding: 0 .4rem !important;
    }
    .about .about3 .about3-box .about3-ul {
        flex-direction: column;
        gap: .4rem;
    }
    .about .about3 .about3-box .about3-ul .about3-li {
        width: 100%;
        height: 102vw;
    }
    .about .about3 .about3-box .about3-ul .about3-li .about3-li-imgbox {
        height: 102vw;
        width: 100%;
    }
    
    .about .about4 {
        padding-top: 0;
        padding-left: .4rem;
        padding-right: .4rem;
    }
    .about .about4 .about4-title {
        font-size: .4rem;
    }
    .about .about4 .about4-box {
        flex-direction: column;
        position: relative;
        height: 8rem;
        justify-content: start;
    }
    .about .about4 .about4-box .about4-box-next .about4-box-year,
    .about .about4 .about4-box .about4-box-prev .about4-box-year{
        font-size: .8rem;
    }
    .about .about4 .about4-box .about4-swiperbox {
        width: 100%;
    }
    .about .about4 .about4-box .about4-box-prev {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .about .about4 .about4-box .about4-box-next {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .about .about4 .about4-desc {
        width: 100%;
        min-height: 3rem;
        font-size: .28rem;
    }
    
    .about .about4 .swiper-his {
        padding: 0 2.9rem;
    }
    
    .about .about4 .swiper-his .swiper-slide .swiper-his__p {
        font-size: .28rem;
    }
    
    
    .product_page {
        padding: 0 ;
    }
    .product_page .pro1 .wrap > .bg {
        width: 100%;
        margin: 0 auto 0;
        height: 4.86rem;
        /*top: .4rem;*/
    }
    .product_page .pro1 .wrap > .bg > img{
        transform: translateY(1.2rem);
    }
    .product_page .pro1 .wrap > .bg .icon{
        bottom: .7rem;
    }
    .product_page .pro1 .wrap .swiper_pro1_modal .swiper-slide .item canvas{
        transform: translateY(0);
    }
    .product_page .pro1 .wrap .swiper_pro1_modal .swiper-slide .item .pic{
        margin-top: .5rem;
    }
    .product_page .pro1 .wrap .swiper_pro1_modal .swiper-slide {
        height: 5rem;
        /*top: -1rem;*/
    }
    
    .product_page .pro1 .wrap > .title {
        font-size: 1rem;
        top: 0;
    }
    
    .product_page .pro1 .wrap .bottom {
        top: 0rem;
    }
    .product_page .pro2{
        padding: .4rem 0 .4rem;
    }
    
    .product_page .pro2 .wrap .swiper_pro2 .swiper-slide .info::before {
        display: none;
    }
    
    .product_page .pro2 .wrap {
        padding:  0 20px !important;
    }
    .product_page .pro2 .wrap .swiper_pro2 .swiper-slide {
        width: 100%;
    }
    .product_page .pro2 .wrap .swiper_pro2 .swiper-slide .info{
        padding-left: 0;
    }
    .product_page .pro5 .wrap .cont{
        padding: 0 .4rem;
    }
    .product_page .pro5 .wrap .cont .swiper_pro5 .swiper-slide{
        width: 100%;
    }
    .product_page .pro5 .wrap .cont .swiper_pro5 .swiper-slide .item{
        /*padding: ;*/
    }
    .product_page .pro5 .wrap .cont .page-box{
        padding: 0 .4rem;
    }
    .search_page {
        padding: 0;
    }
    .search_page .sea1 .wrap {
        padding: 0 .4rem !important;
    }
    .search_page .sea1 .wrap .top {
        display: flex;
        flex-direction: column;
    }
    .search_page .sea1 .wrap .top .search_box {
        width: 100%;
        margin: .4rem 0 0 0;
        background: rgba(255, 255, 255, .2);
    }
    .search_page .sea1 .wrap .top .search_box input {
        font-size: .28rem;
    }
    
    .search_page .sea1 .wrap .f_16 {
        font-size: .28rem;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .ind_page .ind_banner {
        height: 12.8rem;
    }
    .ind_page .ind_banner .swiper_ind_banner .page-box{
        left: .36rem;
        right: auto;
        bottom: .4rem;
    }
    .ind_page .ind_banner .swiper_ind_banner .swiper-slide .item .cont{
        padding-bottom: 1.1rem;
    }
    .ind_page .ind1 {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ind_page .ind1 .video_box {
        /* height: 3.6rem; */
        /* width: 5.7rem; */
    }
    .ind_page .ind1 .video_box .play_box .icon,
    .ind_page .ind4 .wrap .video_box .play_box .icon {
        opacity: 1;
        visibility: visible;
        width: 0.8rem;
        height: 0.8rem;
    }
    .ind_page .ind2 {
        /* height: 10.8rem; */
        height: auto;
        padding: 0;
    }
    .ind_page .ind2 > .tit{
        position: absolute;
        top: 1rem;
        left: .36rem;
        color: #fff;
    }
    .ind_page .ind2 .pic_box{
        margin-top: 0;
    }
    .ind_page .ind2 .pic_box .pic.swiper_ind2_pic3{
        width: 100%;
        height: 10.8rem;
    }
    .ind_page .ind3 {
        display: none;
    }
    .ind_page .ind4 {
        padding: 1.35rem 0 1.6rem;
    }
    .ind_page .ind4 .wrap {
        padding: 0 .36rem;
    }
    .ind_page .ind4 .wrap .video_box {
        height: auto;
    }
    
    /* 首页结束 */

    /* 新闻开始 */
    .new_page .new1 .wrap .new_list .item{
        flex-direction: column;
    }
    .new_page .new1 .wrap .new_list .item .info{
        flex-direction: column;
    }
    .new_page .new1 .wrap .new_list .item .info .pic{
        width: 100%;
        height: 3.5rem;
    }
    .new_page .new1 .wrap .new_list .item .info .desc{
        padding: .36rem .3rem;
    }
    .newd_page .newd1 .wrap{
        width: 100%;
        padding: 0 .36rem;
    }
    .newd_page .newd1 .wrap .html_content{
        font-size: .26rem;
        line-height: 1.5;
    }
    .newd_page .newd1 .wrap .top .info .share .list .item .icon{
        width: .4rem;
        height: .4rem;
    }
    /* 新闻结束 */

    /* 全国门店开始 */
    .sto_page .sto1 > .wrap .cont .map_box{
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .sto_page .sto1 > .wrap .cont .map_box .dot_list .dot .info{
        right: -.5rem;
        left: auto;
        top: 0.6rem;
    }
    .sto_page .sto1 > .wrap .cont .map_box .dot_list .dot .info .line{
        height: 100%;
        width: 1px;
        left: auto;
        right: .68rem;
        top: -.4rem;
    }
    .sto_page .sto1 > .wrap .cont .map_box .dot_list .dot{
        width: .38rem;
        height: .38rem;
    }
    .sto_page .sto2 .wrap .list .item .cont{
        flex-direction: column;
    }
    .sto_page .sto2 .wrap .list .item .cont .pic{
        width: 100%;
    }
    .sto_page .sto2 .wrap .list .item .bg .bginner{
        height: calc(100% - 1rem);
    }
    .sto_page .sto2 .wrap .list .item .cont .info{
        padding: .5rem .2rem;
    }

    /* 全国门店结束 */
    /* 联系我们开始 */
    .cact_page .cact1 .wrap .cont{
        padding: .4rem .3rem;
    }
    /* 联系我们结束 */

    /* 品牌供应链开始 */
    .bra_page .bra1 .wrap .info{
        flex-direction: column;
    }
    .bra_page .bra2 .wrap .swiper_bra2 .swiper-slide{
        width: calc(100% / 2);
    }
    /* 品牌供应链结束 */

    /* 品牌故事开始 */
    .bra_page .story1{
        padding-bottom: 1.2rem;
    }
    .bra_page .story1 .wrap .list .item{
        flex-direction: column;
    }
    .bra_page .story1 .wrap .list .item .pic{
        width: 100%;
    }
    .bra_page .story1 .wrap .list .item .desc{
        padding: .4rem;
    }
    /* 品牌故事结束 */

    /* faq开始 */
    .faq_page .faq1 .wrap .cont{
        padding: .4rem .3rem;
    }
    /* faq结束 */

    /* 加入我们开始 */
    .join_page .join1 .wrap .list .item .tit{
        margin-bottom: .34rem;
    }
    .join_page .join1 .wrap .list .item .cont .ul{
        flex-direction: column;
    }
    .join_page .join1 .wrap .list .item .cont .ul .li{
        width: 100%;
    }
    /* 加入我们结束 */

    /* 产品开始 */
    .pro_page .pro1 .wrap .top_list{
        gap: .4rem;
    }
    .pro_page .pro1 .wrap .top_list .item .pic{
        height: .5rem;
    }
    .pro_page .pro1 .wrap .type_list_box .type_item .swiper_pro1_type .swiper-slide{
        margin-right: .3rem;
    }
    .pro_page .pro1 .wrap .pro_list_box .list .item{
        /* width: calc((100% - 0.25rem) / 2); */
        width: 100%;
        position: relative;
    }
    .pro_page .pro1 .wrap .pro_list_box .list .item .pic_box{
        height: 3.8rem;
    }
    .pro_page .pro1 .wrap .pro_list_box .list .item .info .color_list{
        /* position: absolute; */
        /* top: 2.2rem; */
        /* right: .2rem; */
        /* z-index: 2; */
    }
    .pro_page .pro1 .wrap .pro_list_box .list{
        row-gap: .34rem;
        padding: 0 .2rem;
    }
    .pro_page .pro1 .wrap .pro_list_box .list .item .info .color_list .item{
        width: .3rem;
        height: .3rem;
        border-radius: .2rem;
    }
    .pro_page .pro1 .wrap .pro_list_box .list .item .info .color_list .item.active{
        width: .6rem;
    }
    .pro_page .pro1 .wrap .pro_list_box .list .item .info{
        background-color: #f1f1f1;
        /* position: absolute; */
        /* bottom: 0; */
        /* left: 0; */
        /* width: 100%; */
        /* z-index: 2; */
    }

    .prod_page .prod2{
        width: 100%;
        overflow: hidden;
    }

    .prod_page .breadcrumb{
        margin-top: 0;
    }
    .prod_page .prod1 .wrap .cont{
        flex-direction: column;
    }
    .prod_page .prod1 .wrap .cont .rg{
        width: 100%;
        padding-left: 0;
        padding-top: .6rem;
        flex-direction: column-reverse;
    }
    .prod_page .prod1 .wrap .cont .rg .info{
        height: auto;
    }
    .prod_page .prod1 .wrap .cont .rg .color_box{
        margin-bottom: .6rem;
    }
    .prod_page .prod1 .wrap .cont .rg .info .desc{
        height: auto;
        max-height: none;
    }
    .prod_page .prod2 .wrap .swiper_box .swiper_prod2 .swiper-slide{
        width: 5rem
    }
    .prod_page .prod2 .wrap .swiper_box .swiper_prod2 .swiper-slide .item .pic_box{
        height: 3.6rem;
    }
    .prod_page .prod2 .wrap .swiper_box .swiper_prod2 .swiper-slide .item .info .color_list .item{
        width: .3rem;
        height: .3rem;
        border-radius: .15rem;
    }
    .prod_page .prod2 .wrap .swiper_box .swiper_prod2 .swiper-slide .item .info .color_list .item.active{
        width: .6rem;
    }
    .prod_page .prod1 .wrap .cont2 .list .item{
        width: 100%;
    }
    .prod_page .prod1 .wrap .cont{
        margin-bottom: .8rem;
    }
    .prod_page .prod1 .wrap .cont .rg .info .top{
        margin-bottom: .4rem;
    }

    /* 产品结束 */


    /* 搜索开始 */
    .search_page .sear1 .wrap{
        padding: 0 .36rem;
        width: 100%;
    }
    .search_page .sear1 .top .search_box{
        width: 100%;
    }
    .search_page .sear1 .cont .list.product .item{
        width: 100%;
    }
    .search_page .sear1 .cont .list.product .item .info{
        background-color: #f1f1f1;
    }
    .search_page .sear1 .cont .list.product{
        row-gap: .4rem;
    }
    .search_page .sear1 .cont .list.product .item .info .color_list .item{
        width: .3rem;
        height: .3rem;
        border-radius: .15rem;
    }
    .search_page .sear1 .cont .list.product .item .info .color_list .item.active{
        width: .6rem;
    }
    .search_page .sear1 .cont .list.news .item{
        flex-direction: column;
    }
    .search_page .sear1 .cont .list.news .item .info{
        flex-direction: column;
    }
    .search_page .sear1 .cont .list.news .item .info .pic{
        width: 100%;
        height: 3.5rem;
    }
    .search_page .sear1 .cont .list.news .item .info .desc{
        padding: .36rem .3rem;
    }
    .search_page .sear1 .cont .list.store .item .cont{
        flex-direction: column;
    }
    .search_page .sear1 .cont .list.store .item .cont .pic{
        width: 100%;
    }
    .search_page .sear1 .cont .list.store .item .cont .info{
        padding: .5rem .2rem;
    }
    .search_page .sear1 .cont .list.store .item .bg .bginner{
        height: calc(100% - 1rem);
    }
    /* 搜索结束 */
}