@media screen and (max-width: 768px){
    /*公共部分*/
    body{
        background-color: #1d1e1f;
    }
    .w-font20{
        font-size: 20px !important;
    }
    .w-font18{
        font-size: 18px !important;
    }
    .w-font16{
        font-size: 16px !important;
    }
    .w-font14{
        font-size: 14px !important;
    }
    .w-font12{
        font-size: 12px !important;
    }
    .w-textc{
        text-align: center;
    }
    .w-flex-order2{
        order: 2;
    }
    .w-flex-ju-l{
        justify-content: flex-start;
    }
    .w-flex-ju-c{
        justify-content: center;
    }
    .w-mb10{
        margin-bottom: 10px;
    }
    .w-mb15{
        margin-bottom: 15px;
    }
    .w-mb20{
        margin-bottom: 20px;
    }
    .contain-1200{
        width: 85%;
    }
    .contain-1044{
        width: 85%;
    }
    .w-with95{
        width: 95%;
    }
    .contain-740{
        width: 85%;
    }
    .w-ptb60{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .w-ptb120{
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .menu-wap{
        display: block;
        padding: 0 5px;
        width: 23px;
        height: 24px;
        cursor: pointer;
        position: relative;

        transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
        -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
        z-index: 1000;
    }
    .menu-wap .burhr {
        width: 23px;
        height: 3px;
        background: #8c8c8c;
        display: block;
        position: absolute;
        z-index: 5;
        top: 4px;
        left: 50%;
        margin: 0 0 0 -10px;
        border-radius: 20%;
        transform-origin: center;
        -webkit-transform-origin: center;
        transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
        -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    }
    .menu-wap .burhrtwo {
        top: 11px;
    }
    .menu-wap .burhrthree {
        top: 18px;
    }
    .menu-wap-close{
        display: none;
        position: relative;
        width: 24px;
        height: 24px;
        z-index: 1000;
    }
    .menu-wap-close::before,
    .menu-wap-close::after {
        position: absolute;
        content: ' ';
        background-color: #8c8c8c;
        left: 12px;
        width: 2px;
        height: 24px;
    }

    .menu-wap-close::before {
        transform: rotate(45deg);
    }

    .menu-wap-close::after {
        transform: rotate(-45deg);
    }

    .logo img{
        height: 40px;
    }
    /*菜单*/
    .wap-nav-main{
        width: 100vw;
        height: 100vh;
        display: none;
        position: fixed;
        background-color: #00000091;
        z-index: 102;

    }
    .wap-nav-item{
        display: flex;
        height: 100%;
    }
    .wap-nav-main-l{
        width: 60%;
        height: 100%;
    }
    .wap-nav-main-r{
        width: 40%;
        height: 100%;
        background-color: #0c0c0ce8;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wap-nav-main-r ul{
        margin-bottom: 100px;
    }
    .wap-nav-main-r ul li{

        font-size: 14px;
        padding: 15px 0;
    }
    .wap-nav-main-r ul li a{

    }
    .wap-top-right{
        display: flex;
        align-items: center;
    }
    .wap-show{
        display: block;
    }
    .login-button{
        text-align: center;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .login-button a:first-child{
        margin-right: 20px;
    }
    .wap-hide{
        display: none !important;
    }
    .w-flex{
        display: flex;
    }
    .w-flex-column{
        display: flex;
        flex-direction: column;

    }

    #fp-nav.fp-right{
        /*right: 0 !important;*/
        display: none;
    }
    .header-index{
        height: 60px;
    }
    .header .main .nav{
        display: none;
    }
    .contain{
        width: 94%;
    }
    .header .main{
        height: 60px;
    }
    .index-banner .swiper-button-prev{
        display: none;
    }
    .index-banner .swiper-button-next{
        display: none;
    }
    #fullpage .section{
        overflow: hidden;
    }
    .index-banner .swiper-slide{
        background-size: cover;
        height: 190px;
    }
    .index-banner .swiper-slide img{
        object-fit: cover;
        width: 100%;
        /*height: 100%;*/
    }
    .index-banner{
        height: auto;
        margin-top: 60px;
    }
    .index-banner .swiper-index-banner{
        height: auto;
    }

    .wap-height-auto{
        height: auto !important;
    }
    .index-about .left-video img{
        width: 100%;
        height: unset;
    }
    .index-about .left-video::after{
        display: none;
    }
    .index-about .about-main{
        display: flex;
        flex-direction: column;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .index-about .about-main .main{
        flex-direction: column;

    }
    .index-about .title{
        display: none;
    }
    .index-about .right-info .infos p{
        padding-left: 0;
        font-size: 12px;
        margin-top: 30px;
    }
    .index-about .right-info .infos p:nth-child(2){
        display: none;
    }
    .index-about .right-info .infos p:nth-child(3){
        display: none;
    }
    .index-head-title{
        margin-bottom: 30px;
    }
    .index-video{
        width: 90vw;
    }
    .index-more{
        margin-top: 15px;
    }
    .index-product .item{
        width: 33.33%;
        padding: 0 1%;
        box-sizing: border-box;
    }
    .index-product .product-main{
        justify-content: flex-start;
    }
    .product-img img{
        height: 220px;
    }
    .index-product .infos{
        position: unset;
        display: block;
        height: auto;
    }
    .index-product .infos .title{
        color: #ffffff;
        margin-top: 8px;
        margin-bottom: 16px;
        font-size: 12px;
    }
    .index-product .infos .type{
        display: none;
    }
    .index-product .infos .size{
        display: none;
    }
    .index-product .infos .btn{
        display: none;
    }
    .index-product .product-main:after{
        display: none;
    }
    .wap-index-product-main{
        display: flex;
    }
    .index-head-title p{
        font-size: 18px;
    }
    .index-head-title p:nth-child(2){
        font-size: 18px;
    }
    .index-head-title p:nth-child(3){
        font-size: 18px;
    }
    .index-more a{
        font-size: 14px;
        padding: 5px 10px;
    }
    .index-news .swiper-slide{
        width: 50%;
    }
    .index-news .swiper-slide .desc{
        display: none;
    }
    .index-news .swiper-slide .timedetail{
        display: none;
    }
    .index-news .swiper-button-next-news{
        display: none;
    }
    .index-news .swiper-button-prev-news{
        display: none;
    }
    .wap-index-news-wrapper{
        flex-wrap: wrap;
    }
    .news-item .litpic img{
        height: auto;
    }
    .news-item{
        padding: 0 5px;
    }
    .vr-btn-info .en{
        font-size: 12px;
    }
    .vr-btn-info .title span{
        font-size: 20px;
    }
    .vr-btn-info .vr-btn a{
        font-size: 14px;
    }
    .news-item-bg{
        padding: 0 5px;
        background: unset;
    }
    .news-item .title{
        font-size: 12px;
        padding: 0 15px;
    }
    .index-vr-bg{
        background-position: center;
    }
    .index-join .join-main-content{
        width: 100%;
    }
    .join-img img{
        width: 100%;
    }
    .join-btn-info a{
        font-size: 12px;
    }
    .copyright p span{
        display: block;
        margin-bottom: 10px;
    }
    .header{
        height: 60px;
    }

    .column-banner{
        height: 30vh;
        background-position: center;
        margin-top: 60px;
    }
    .column-banner .banner-text .cn{
        font-size: 18px;
    }
    .column-banner .banner-text .line{

    }
    .column-banner .banner-text .en{
        font-size: 14px;
    }
    .contact-mian .middle-content{
        width: 100%;
        padding-left: 0;
    }
    .contact-mian{
        padding-top: 20px;
    }
    .footer-up a{
        display: none;
    }
    .contact-mian .middle-content .address .company-name{
        font-size: 18px;
    }
    .contact-mian .middle-content .address p{
        font-size: 12px;
    }

    /*授权门店*/
    .banner-nav{
        height: 45px;
        line-height: 45px;
    }
    .banner-nav-bg{
        height: 45px;
    }
    .banner-nav a{
        font-size: 12px;
        letter-spacing: 0;
        padding: 0 10px;
        white-space: nowrap;
    }
    .support-list{
        background-position: left;
        height: 170px;
    }
    .support-list .top{
        font-size: 16px;
    }
    .support-list .bottom{
        font-size: 20px;
    }
    .support-mian{
        padding: 25px 0;
    }

    /*在线加盟*/
    #join .jieshao .left{
        width: 100%;
        padding-right: 0;

    }
    #join .jieshao .right{
        width: 100%;
        padding: 0;
    }
    #join .jieshao-main{
        margin-top: 0;
        margin-bottom: 30px;
    }
    #join .jieshao .left .title .line{
        width: 50px;
        margin-left: 0;
    }
    #join .jieshao .left .infos p{
        text-indent: 0;
    }
    #join .jieshao .left .infos{
        margin-top: 10px;
    }
    #join .jieshao .left .title{
        font-size: 20px;
    }
    #join .jieshao  .contact-btn a{
        padding: 5px 15px;
        display: inline-block;

        color: rgba(255, 255, 255, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.5);

    }
    #join .tj-main{
        margin-top: 0;
        flex-wrap: wrap;
    }
    #join .tj-main .tj-item:nth-child(1){
        width: 100%;
        margin-bottom: 10px;
    }
    #join .tj-main .tj-item:nth-child(2){
        width: 49%;
    }
    #join .tj-main .tj-item:nth-child(3){
        width: 49%;
    }
    #join .tiaojian .top .title{
        font-size: 20px;
    }
    #join .tiaojian .top .hr{
        width: 50px;
    }
    #join .tiaojian .top{
        margin-top: 20px;
    }
    #join .fenxiang .top .hr{
        width: 50px;
        margin-right: 0;
    }
    #join .fenxiang .top .title{
        font-size: 20px;
    }
    .share-main{
        padding: 0 20px;
        margin: 40px 0 20px 0;
    }
    #join .shenqing .top .hr{
        width: 50px;

    }
    #join .shenqing .top .title{
        font-size: 20px;
    }
    #join .shenqing .shenqing-main .right-form{
        width: 100%;
    }
    #join .shenqing .shenqing-main .left-con{
        width: 100%;
        padding: 30px 0;
        background-position: center;
    }
    #join .form-main{
        padding: 15px;
    }
    #join .form-main .name-main .name{
        /*width: 100%;*/
        margin-bottom: 10px;
    }
    #join .form-main .name-main .tel{
        /*width: 100%;*/
    }
    #join .form-main .area-main .sheng{
        width: 49%;
    }
    #join .form-main .area-main .city{
        width: 49%;
    }
    #join .form-main .area-main .type{
        width: 100%;
    }
    #join .form-main input{
        height: 35px;
        line-height: 35px;
        padding: 0;
    }
    #join .form-main .name-main{
        margin-bottom: 0;
        margin-top: 15px;
    }
    #join .form-main .area-main{
        margin-bottom: 0;
        flex-wrap: wrap;
    }
    #join .form-main .button-main button{
        padding: 5px 20px;
        font-size: 14px;
    }
    #join .shenqing .shenqing-main .left-con .tel{
        font-size: 20px;
    }
    #join .tiaojian{
        margin-bottom: 50px;
    }
    #join .shenqing{
        padding-top: 40px;
    }
    #join .shenqing .shenqing-main{
        margin-top: 10px;
    }
    #join{
        padding-bottom: 30px;
    }

    .vr-list{
        height: 400px;
        background-position:center;
    }
    .vr-list .bottom a{
        padding: 10px 15px;
        font-size: 14px;
    }
    .head-title .en a{
        padding: 2px 5px;
        margin: 0 3px;
        font-size: 10px;
    }
    .head-title .en{

    }
    .news-mian{
        padding-top: 20px;
    }
    .head-title .cn span:nth-child(2){
        height: 10px;
    }
    .head-title .cn span:nth-child(3){
        height: 10px;
    }
    .head-title .cn span:nth-child(1){
        padding-right: 10px;
    }
    .case-0712 .item{
        width: 100%;
        height: auto;
        border-bottom-width: 10px;
    }
    .case-0712 .item .content{
        width: 100%;
        height: 100%;
    }
    .case-0712 .item .bg{
        width: 100%;
        height: auto;
        background-image: none !important;
        position: unset;
    }
    .case-0712 .item .bg img{
        width: 100%;
    }
    .case-0712 .item .right .title{
        font-size: 12px;
        margin-top: 5px;
    }
    .case-0712 .item .line{
        height: 38px;
        margin-left: 20px;
    }
    .case-0712 .item .data{
        font-size: 60px;
        line-height: 120px;
        text-indent: -4px;
        letter-spacing: -4px;
        padding-right: 0;
    }
    .case-0712 .item .right .year{
        font-size: 14px;
    }
    .case-0712{
        margin-top: 30px;
    }

    /*新闻中心*/
    #news_list .news-0711 .item .img{
        order: -1;
        width: 100%;
    }
    #news_list .news-0711 .item .infos{
        width: 100%;
        margin-top: 20px;
    }
    #news_list .news-0711 .item .infos .indexof{

    }
    #news_list .news-0711 .item .infos .title{
        font-size: 16px;
        margin-top: 0;
    }
    #news_list .news-0711 .item .infos .desc{
        margin-top: 15px;
    }
    #news_list .news-0711 .item .infos .foot{
        margin-top: 15px;
    }
    #news_list .news-0711 .item .infos .more a{
        padding: 5px 10px;
        font-size: 12px;
    }
    #news_detail{
        margin-top: 20px;
    }
    #news_detail h1{
        font-size: 18px;
    }
    #news_detail .back a{
        padding: 8px 25px;
        font-size: 12px;
    }
    #news_list .news-0711{
        padding-top: 40px;
    }
    /*产品中心*/
    .product-swipe{
        height: auto;
        margin-top: 60px;
    }
    .product-swipe .swiper-slide{
        height: auto !important;
    }
    .product-banner-text .cn{
        font-size: 18px;
    }
    .product-banner-text .line{

    }
    .product-banner-text .en{
        font-size: 14px;
    }
    .swiper-product-banner{

    }
    .swiper-product-banner .swiper-slide{
        background-size: cover !important;
        background-position: center;
    }
    .wap-product-slide{
        background-size: cover !important;
    }
    .product-swipe .swiper-pagination{
        bottom: 5px !important;
    }
    .product-mian .search input{
        height: 35px;
        line-height: 35px;
    }
    .product-mian .search button{
        flex-shrink: 0;
    }
    .product-mian{
        padding-top: 0px;
    }
    .product-mian .screen{
        margin-top: 20px;
    }
    .product-mian .screen .screen-item .screen-name{
        margin-right: 10px;
    }
    .product-mian .screen .screen-item li.first{
        width: auto;
    }
    .product-mian .screen .screen-item li{
        flex-basis: 0;
        flex-shrink: 0;
        flex: 0 0 auto;
    }
    .product-detail-swiper-main{
        overflow: auto;
        padding-bottom: 90px;
    }
    #product_detail .thumb-main{
        width: 100%;
        left: 0;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .product-detail-swiper-main .bottom-bg{
        bottom: 0px;
    }
    #screen_item_series ul{
        overflow: scroll;
        flex-wrap: nowrap;
    }
    .product-mian .screen .screen-item ul{
        flex-wrap: nowrap;
        overflow: scroll;
    }
    .product-mian .screen .screen-item a{
        padding-right: 10px;
    }
    .product-mian .screen .screen-item ul.screen-type-ul{
        padding-right: 0;
    }
    .list-page ul{
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .list-page ul li{
        margin-bottom: 10px;
    }
    #product_detail .main .left{
        width: 100%;
    }
    #product_detail .main .right{
        width: 100%;
        margin-top: 30px;
    }
    .w-about-banner{
        flex-wrap: nowrap;
        overflow: scroll;
        width: 85%;
        /* margin: 0 auto; */
        left: 7.5%;
        justify-content: flex-start;
    }
    .w-about-banner a{
        flex-shrink: 0;
    }
    .about-mian .left-info{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        border-width: 1px;
    }
    .about-mian .left-info .infos{
        width: 100%;
        padding-right: 0;
    }
    .about-mian .left-info .img{
        display: none;
    }
    .about-mian .right-img{
        position: unset;
        width: 100%;
        height: unset;
        margin-bottom: 20px;
    }
    .about-mian{
        padding-top: 30px !important;
        padding-bottom: 30px!important;
    }
    #licheng_main .licheng-title p span{
        font-size: 24px;
    }
    #licheng_main .licheng-title p{
        font-size: 16px;
    }
    #licheng_main .licheng-title .title-icon .iconfont{
        font-size: 14px;
    }
    .licheng-item-main .item .left p{
        font-size: 14px;
        padding-left: 0;
    }
    .licheng-item-main .item .right .title{
        font-size: 16px;
    }
    .licheng-item-main .item .right .info{
        font-size: 14px;
    }
    #about_keyan .top-slide{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #about_keyan .top-slide .swiper-img-main{
        margin-left: 0;
        margin-right: 0;
    }
    #about_keyan .top-slide .swiper-img-main .swiper-slide{
        width: 31%;
        margin: 0 1%;
        /*transform:scale(0.8)*/
    }
    #about_keyan .top-slide .swiper-img-main .swiper-slide-active{
        /*transform:scale(1)*/
    }
    #about_keyan .top-slide .swiper-img-main img{
        height: 82px;
        object-fit: cover;
    }
    #about_keyan .top-slide .swiper-img-main .swiper-slide p{
        font-size: 10px;
        padding: 0 5px;
        box-sizing: border-box;
    }
    #about_keyan .top-slide .swiper-img-main .swiper-slide-active p{
        border-bottom: 0;
    }
    #about_keyan .top .left-text{
        width: 100%;
        padding: 30px 15px;
    }
    #about_keyan .top .right-img-logo{
        width: 100%;
    }
    #about_keyan .top .right-img-logo img{
        height: auto;
    }
    #about_keyan .top-two .left-text{
        width: 100%;
    }
    #about_keyan .top-two .right-img-logo{
        width: 100%;
        padding: 30px 15px;
    }
    #about_keyan .top-two .left-text img{
        height: auto;
    }
    #about_keyan .top-bg{
        padding-bottom: 0px;
    }
    #about_shengchan .main .img{
        width: 100%;
    }
    #about_shengchan .main .text{
        width: 100%;
        padding: 25px;
    }

    .wap-user-main a{
        padding-right: 10px;
        margin-right: 10px;

    }
    .wap-user-main a i{
        margin-left: 3px;
        font-size: 14px;
        vertical-align: inherit;
    }
    .wap-logo{
        display: flex;
        align-items: center;
    }
    .top-slide-title .top-p{
        font-size: 16px;
    }
    .top-slide-title .middle-p{
        padding: 25px 30px;
    }
    .list-page ul li a, .list-page ul li span{
        padding: 8px 15px;
        font-size: 12px;
    }
    .list-page ul li{
        margin: 0 5px;
    }
    #join .jieshao .right img{
        height: auto;
    }
    #join .jieshao{
        margin-top: 0;
    }
    #join .tj-main .tj-item{
        height: 180px;
        overflow: hidden;
    }
    #join .tj-main .tj-item .img img{
        height: 100%;

    }
    #join .tj-main .tj-item .img{
        height: 100%;
    }
    #join .tj-main .tj-item .img-text .title{
        font-size: 14px;
    }
    #join .form-main .button-main{
        margin-bottom: 15px;
    }
    #join .shenqing .shenqing-main .left-con p{
        padding: 0 7%;
    }
    .gzh-img img{
        width: 100px;
    }
    #about_keyan .top .left-text .title{
        font-size: 18px;
    }
    #about_keyan .top-two .right-img-logo .title{
        font-size: 18px;
    }
    .product-mian .search{
        margin-top: 20px;
    }

}