/*section {*/
/*    display: none;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    overflow: hidden;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*.current .contain, .slide .contain {*/
/*    display: block;*/
/*}*/

/*.current {*/
/*    display: block;*/
/*    z-index: 1;*/
/*}*/

/*.slide {*/
/*    display: block;*/
/*    z-index: 2;*/
/*}*/

section{
    overflow: hidden;
}
.section {
    width: 100%;
    height: 100vh;
}
.section .banner_warp{
    width: 100%;
    height: 100%;
}
.section .banner_warp .swiper-slide{
    width: 100%;
    height: 100%;
}
.section .banner_warp .swiper-slide img{
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: cubic-bezier(.77,0,.175,1) transform 2s;
}
.section .banner_warp .swiper-slide-active img{
    transform: scale(1);
}
.section .banner_warp .content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%,-50%);
}
.section .banner_warp .content .title{
    display: flex;
    align-items: center;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: 0.4s;
}
.section .banner_warp .swiper-slide-active .content .title{
    top: 0;
    opacity: 1;
}
.section .banner_warp .content .title .line{
    width: 120px;
    height: 1px;
    background: rgba(255,255,255,0.6);
    margin-right: 17px;
}
.section .banner_warp .content .title .line div{
    width: 0%;
    height: 1px;
    background: #d71518;
}
.section .banner_warp .swiper-slide-active .content .title .line div{
    animation: width 4s linear forwards;
}
@keyframes width {
    100%{
        width: 100%;
    }
}
.section .banner_warp .content .title .button{
    display: flex;
    align-items: center;
}
.section .banner_warp .content .title .button div{
    font-size: 12px;
    color: #FFFFFF;
    font-weight: normal;
    position: static;
    margin-top: 0;
    opacity: 1!important;
}
.section .banner_warp .content .title .button div:after{
    display: none;
}
.section .banner_warp .content .title .button div:first-child{
    transform: rotate(180deg);
    margin-right: 17px;
}
.section .banner_warp .content .text{
    margin-top: 62px;
    top: 50px;
    opacity: 0;
    position: relative;
    transition: 1s;
    transition-delay: 0.2s;
}
.section .banner_warp .swiper-slide-active .content .text{
    top: 0;
    opacity: 1;
}
.section .banner_warp .content .text span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 46px;
}

.section .banner_warp .content .sign{
    margin-top: 114px;
    top: 50px;
    opacity: 0;
    position: relative;
    transition: 1s;
    transition-delay: 0.3s;
}
.section .banner_warp .swiper-slide-active .content .sign{
    top: 0;
    opacity: 1;
}
.section .banner_warp .content .sign p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 21px;
    position: relative;
}
.section .banner_warp .content .sign h1{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 13px;
}

.section2 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #282828;
    position: relative;
    overflow: hidden;
}
.section2 .ditu{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(1.2);
    z-index: 0;
    transition: 4s;
    transition-delay: 0.4s;
}
.active .ditu{
    transform: translate(-50%,-50%)scale(1);
}
.section2 .thread{
    position: absolute;
    top: 40%;
    left: 56%;
    transform: translate(-50%,-50%);
    z-index: 0;
    transition: 1s;
    transition-delay: 1s;
    opacity: 0;
}
.active .thread{
    top: 37%;
    opacity: 1;
}
.section2 .icon-spiritling-dingwei{
    position: absolute;
    top: 38.5%;
    left: 56.4%;
    transform: translate(-50%,-50%);
    z-index: 0;
    color: #E60012;
    font-size: 25px;
    animation: top 2.5s infinite linear;
    opacity: 0;
    transition: 0.6s;
    transition-delay: 2s;
    margin-top: -100px;
}
.active .icon-spiritling-dingwei{
    opacity: 1;
    margin-top: 0;
}
.section2 .item{
    position: absolute;
    top: 50%;
    left: 45%;
    display: flex;
    align-items: center;
    transition: 1s;
    transition-delay: 1.2s;
    opacity: 0;
}
.active .item{
    opacity: 1!important;
}
.active .item_1{
    transition-delay: 1.3s;
}
.active .item_2{
    transition-delay: 1.5s;
}
.active .item_3{
    transition-delay: 1.7s;
}
.active .item_4{
    transition-delay: 1.9s;
}
.active .item_5{
    transition-delay: 2s;
}
.section2 .item_1{
    top: 32%;
    left: 24%;
}
.section2 .item_2{
    top: 60%;
    left: 22%;
}
.section2 .item_3{
    top: 51%;
    left: 38%;
}
.section2 .item_4{
    top: 64%;
    left: 42%;
}
.section2 .item_4 span{
    min-width: 30px!important;
}
.section2 .item_5{
    top: 42%;
    left: 53%;
}
.section2 .item p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #717171;
    white-space: nowrap;
    letter-spacing: 2px;
}
.section2 .item span{
    color: #E60012;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 2px;
    position: relative;
    top: -3px;
    min-width: 60px;
}
@keyframes top {
    0%{
        top: 38.5%;
    }
    25%{
        top: 39%;
    }
    50%{
        top: 38.5%;
    }
    75%{
        top: 39%;
    }
    100%{
        top: 38.5%;
    }
}
.section2 .warp{
    width: 70%;
    margin: auto;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: space-between;
    left: 4%;
}
.section2 .warp .title p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}
.section2 .warp .title strong{
    color: #E60012;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    top: -2px;
}
.section2 .warp .title{
    position: relative;
    left: -75px;
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
}
.section2 .warp .text{
    margin-top: 386px;
    width: 433px;
    position: relative;
    left: 75px;
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
}
.active .warp .text,
.active .warp .title
{
    opacity: 1;
    left: 0;
}
.section2 .warp .text h1{
    font-size: 12px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #E8E8E8;
    margin-bottom: 28px;
}
.section2 .warp .text span{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 52px;
}
.section2 .warp .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A0A0A0;
    line-height: 28px;
}
.section2 .warp .text a{
    margin-top: 39px;
    width: 113px;
    height: 32px;
    background: #C60000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 310px;
    overflow: hidden;-webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.section2 .warp .text a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #C60000;
    z-index: 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform-origin: 0% 100%;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.section2 .warp .text a:hover:before{
    opacity: 1;
    background-color: #fff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.section2 .warp .text a:hover .line{
    background: #212121;
}
.section2 .warp .text a:hover p{
    color: #212121;
}
.section2 .warp .text a .line{
    width: 9px;
    height: 1px;
    background: #FFFFFF;
    margin-right: 5px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.section2 .warp .text a p{
    width: auto;
    font-size: 12px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #E8E8E8;
    transition: 0.6s;
    position: relative;
    z-index: 1;
}
.section2 .warp .text h2{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #737272;
    margin-top: 145px;
    position: relative;
    left: 415px;
}
.section3 {
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section3 .warp{
    width: 1485px;
    margin: auto;
    position: relative;
    z-index: 0;
    left: 4%;
}
.section3 .warp .title{
    position: relative;
    top: 100px;
    opacity: 0;
    transition: 1s;
    transition-delay: 0.5s;
}
.active .warp .title{
    top: 0;
    opacity: 1;
}
@media screen and (max-width: 1920px) {
    .section3 .warp {
        margin: 61px auto 0;
    }
}
.section3 .warp .title h1{
    font-size: 12px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #5B5B5B;
    margin-bottom: 28px;
}
.section3 .warp .title span{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2D2C2C;
}
.section3 .warp .content{
    margin-top: 40px;
    display: flex;
}
.section3 .warp .content .images{
    width: 1043px;
    height: 781px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-right: 50px;
    top: 100px;
    opacity: 0;
    transition: 1s;
    transition-delay: 0.7s;
}
.active .warp .content .images{
    top: 0;
    opacity: 1;
}
.section3 .warp .content .images img{
    width: 100%;
    height: 100%;
    transition: 3s;
}
.section3 .warp .content .images img:hover{
    transform: scale(1.07);
}
.section3 .warp .content .images .sign{
    position: absolute;
    bottom: 51px;
    left: 86px;
    display: flex;
    align-items: center;
}
.section3 .warp .content .images .sign span{
    font-size: 58px;
    font-family: Roboto;
    font-weight: 400;
    color: #E60012;
    margin-right: 10px;
}
.section3 .warp .content .images .sign p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #E60012;
    position: relative;
    top: 14px;
}
.section3 .warp .content .text{
    position: relative;
    top: 100px;
    opacity: 0;
    transition: 1s;
    transition-delay: 0.8s;
    margin-bottom: 30px;
}
.active .warp .content .text{
    opacity: 1;
    top: 0;
}
.section3 .warp .content .text h3{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #E60012;
    line-height: 39px;
    margin-bottom: 30px;
}
.section3 .warp .content .text .line{
    width: 14px;
    height: 2px;
    background: #E60012;
    margin-bottom: 40px;
}
.section3 .warp .content .text p{
    width: 441px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5D5D5D;
    line-height: 28px;
}
.section3 .warp .content .text a{
    width: 113px;
    height: 32px;
    background: #C60000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    margin-left: 323px;
    position: relative;
    overflow: hidden;
}
.section3 .warp .content .text a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #C60000;
    z-index: 0;
    transform: rotate3d(0, 0, 1,
    -45deg) translate3d(0, -3em, 0);
    transform-origin: 0% 100%;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.section3 .warp .content .text a:hover:before{
    opacity: 1;
    background-color: #212121;
    transform: rotate3d(0, 0, 1,
    0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.section3 .warp .content .text a .thread{
    width: 9px;
    height: 1px;
    background: #FFFFFF;
    margin-right: 5px;
    position: relative;
    z-index: 1;
    top: 0;
}
.section3 .warp .content .text a p{
    font-size: 12px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #FFFFFF;
    width: auto;
    position: relative;
    z-index: 1;
}
.section3 .warp .content .text h1{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #737272;
    margin-left: 380px;
    margin-top: 35px;
    white-space: nowrap;
}
.section4 {
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    overflow-x: scroll;
    position: relative;
}
.section4 .warp{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 8%;
    top: 200px;
    opacity: 0;
    transition: 2s;
    transition-delay: 0.7s;
}
.active .warp{
    opacity: 1;
    top: 0;
}
.section4 .warp .text{
    width: 515px;
    margin-right: 116px;
}
.section4 .warp .text h1{
    font-size: 12px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #5B5B5B;
}
.section4 .warp .text span{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2D2C2C;
    margin-top: 29px;
    margin-bottom: 42px;
}
.section4 .warp .text .line{
    width: 100%;
    height: 1px;
    background: #EBEBEB;
    margin-bottom: 74px;
}
.section4 .warp .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #272727;
    line-height: 27px;
}
.section4 .warp .right{
    position: relative;
    width: 1053px;
}
.section4 .warp .right .home_products{
    width: 150%;
    height: 500px;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.section4 .warp .right .home_products .swiper-slide{
    margin-top: 50px;
}
.section4 .warp .right .home_products .swiper-slide:nth-child(even){
    margin-top: 150px;
}
.home_products .swiper-slide:nth-child(2) .text{
    position: relative;
    left: -25px;
}
.home_products .swiper-slide:nth-child(3) .text,.home_products .swiper-slide:nth-child(4) .text{
    position: relative;
    left: -150px;
}
.section4 .warp .right .flex{
    display: flex;
    position: absolute;
    top: -190px;
    left: 0;
    width: 100%;
}
.section4 .warp .right .flex .item{
    width: 400px;
    display: flex;
    align-items: center;
    margin-right: 41px;
}
.section4 .warp .right .flex .item .images{
    margin-right: 47px;
    position: relative;
}
.section4 .warp .right .flex .item .images img:first-child{
    position: relative;
    z-index: 1;
}
.section4 .warp .right .flex .item .images .bg{
    position: absolute;
    top: -43px;
    left: 113px;
    z-index: 0;
}
.section4 .warp .right .flex .item .images p{
    position: absolute;
    top: -89px;
    left: 29px;
    z-index: 0;
    font-size: 170px;
    font-family: Myriad Pro;
    font-weight: 400;
    color: #F3F4F4;
}
.section4 .warp .right .flex .item .text h1{
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #70696A;
    line-height: 20px;
    margin-bottom: 15px;
}
.section4 .warp .right .flex .item .text p{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #242424;
    white-space: nowrap;
}
.section4 .warp .right .flex .line{
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    width: 1263px;
    height: 172px;
}
.section5 {
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section5 .warp{
    width: 1485px;
    margin: auto;
    position: relative;
    z-index: 0;
    left: 4%;
}
.section5 .warp .title{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: 1s;
    transition-delay: 0.5s;
}
.active .warp .title{
    top: 0;
    opacity: 1;
}
.section5 .warp .title div h1{
    font-size: 12px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #5B5B5B;
    margin-bottom: 25px;
}
.section5 .warp .title div span{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2D2C2C;
}
.section5 .warp .title a{
    display: flex;
    align-items: center;
}
.section5 .warp .title a p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #515151;
    transition: 0.6s;
    margin-right: 13px;
}
.section5 .warp .title a i{
    font-size: 20px;
    color: #616161;
    transition: 0.6s;
}
.section5 .warp .title a:hover p{
    color: #E60012;
}
.section5 .warp .title a:hover i{
    color: #E60012;
}
.section5 .warp .content{
    margin-top: 114px;
    margin-left: 100px;
    display: flex;
    position: relative;
    left: 100px;
    opacity: 0;
    transition: 2s;
    transition-delay: 0.9s;
}
.active .warp .content{
    opacity: 1;
    left: 0;
}
.section5 .warp .content .item{
    width: 340px;
    display: block;
    margin-right: 60px;
}
.section5 .warp .content .item:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 129%;
    background: #000;
    opacity: 0.06;
}
.section5 .warp .content .item:nth-child(1):after{
    top: -120px;
    left: 26.3%;
}
.section5 .warp .content .item:nth-child(2):after{
    top: -120px;
    left: 54.7%;
}
.section5 .warp .content .item:nth-child(3):after{
    top: -120px;
    left: 83.2%;
}
.section5 .warp .content .item:nth-child(4):after{
    display: none;
}
.section5 .warp .content .item:last-child{
    margin-right: 0;
}
.section5 .warp .content .item .clearfix span{
    font-size: 32px;
    font-family: Roboto;
    font-weight: bold;
    color: #E60012;
    margin-bottom: 14px;
}
.section5 .warp .content .item .clearfix p{
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #595959;
}
.section5 .warp .content .item .label{
    width: 57px;
    height: 26px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 59px;
    margin-bottom: 21px;
}
.section5 .warp .content .item .text h1{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #242424;
    margin-bottom: 36px;
}
.section5 .warp .content .item .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #737373;
    line-height: 27px;
    min-height: 81px;
}
.section5 .warp .content .item .text .more{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-family: Roboto;
    font-weight: 400;
    color: #747474;
    margin-top: 65px;
    margin-bottom: 33px;
}
.section5 .warp .content .item .text .more i{
    margin-left: 10px;
    font-size: 12px;
    color: #747474;
    transform: rotate(-90deg);
    position: relative;
    transition: 0.6s;
}
.section5 .warp .content .item .images{
    width: 334px;
    height: 194px;
    overflow: hidden;
}
.section5 .warp .content .item .images img{
    width: 100%;
    height: 100%;
    transition: 3s;
}
.section5 .warp .content .item:hover .images img{
    transform: scale(1.07);
}
.section6 {
    width: 100%;
    height: 100vh;
    background: #fff;
}
.section6 .warp{
    width: 100%;
    height: 100%;
}
.section6 .warp .map{
    width: 100%;
    height: 50%;
}
.section6 .warp .bottom{
    width: 1535px;
    margin: auto;
    height: 50%;
    overflow: hidden;
    position: relative;
    left: 5%;
    display: flex;
    justify-content: space-between;
}
.section6 .warp .bottom .text{
    position: relative;
    overflow: hidden;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: 1s;
    transition-delay: 0.6s;
}
.active .warp .bottom .text{
    opacity: 1;
    top: 0;
}
.section6 .warp .bottom .text span{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #242424;
    margin-bottom: 41px;
    margin-top: 50px;
}
.section6 .warp .bottom .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #737373;
    line-height: 27px;
}
.section6 .warp .bottom .text p strong{
    font-size: 21px;
    color: #E60012;
}
.section6 .warp .bottom .text img{
    width: 82px;
    height: 82px;
    margin-top: 24px;
    margin-bottom: 89px;
}
.section6 .warp .bottom .text a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #535353;
    margin-bottom: 15px;
    display: block;
    transition: 0.6s;
}
.section6 .warp .bottom .text a:hover{
    color: #E60012;
}
.section6 .warp .bottom .leave{
    margin-top: 50px;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: 1s;
    transition-delay: 0.7s;
}
.active .warp .bottom .leave{
    opacity: 1;
    top: 0;
}
.section6 .warp .bottom .leave span{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1D191A;
    margin-bottom: 48px;
}
.section6 .warp .bottom .leave div{
    margin-bottom: 46px;
}
.section6 .warp .bottom .leave div input{
    width: 341px;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding-bottom: 26px;
}
.section6 .warp .bottom .leave div input:first-child{
    margin-right: 71px;
}
.section6 .warp .bottom .leave div:last-child input{
    width: 752px;
}
.section6 .warp .map{
    position: relative;
}
.section6 .warp .map #allmap{
    width: 100%;
    height: 100%;
    /*filter: brightness(0.2);*/
}
.section6 .warp .map .text{
    position: absolute;
    top: 145px;
    left: 300px;
}
.section6 .warp .map .text p{
    font-size: 12px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #FFFFFF;
}
.section6 .warp .map .text span{
    margin-top: 21px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
@media screen and (max-width: 1700px) {
    .section6 .warp .bottom .leave{
        margin-top: 20px!important;
    }
    .section6 .warp .bottom .text span{
        margin-top: 0!important;
    }
    .section6 .warp .bottom .text{
        margin-top: 20px!important;
    }
    .section2 .warp .text span{
        font-size: 28px;
    }
    .section2 .warp .text p{
        font-size: 12px;
    }
    .section2 .warp{
        width: 80%;
    }
    .section2 .warp .text{
        transform: translate(0, 61px);
    }
    .section3 .warp{
        width: 80%;
    }
    .section3 .warp .content .text p{
        font-size: 13px;
    }
    .section4 .warp .text p{
        font-size: 13px;
    }
    .section5 .warp{
        width: 80%;
    }
    .section5 .warp .content{
        margin-left: 0;
    }
    .section5 .warp .content .item:after{
        display: none;
    }
    .section5 .warp .content .item{
        width: 30%;
    }
    .section6 .warp .bottom{
        width: 80%;
    }
    .section6 .warp .bottom .text span{
        font-size: 22px;
    }
    .section6 .warp .bottom .text p{
        font-size: 12px;
    }
    .section6 .warp .bottom .leave div input{
        width: 258px;
    }
    .section6 .warp .bottom .leave span{
        margin-bottom: 38px;
    }
    .section6 .warp .bottom .leave div{
        margin-bottom: 30px;
    }
    .section6 .warp .bottom .leave .skip a{
        font-size: 13px!important;
    }
}

@media screen and (max-width: 768px) {
    .section4 .warp .text h1 br{
        display: none;
    }
    .section4 .warp .right .flex .item .images{
        margin-right: 0;
    }
    .section .banner_warp .content{
        width: 88%;
        top: 56%;
    }
    .section .banner_warp .content .text span{
        font-size: 24px;
    }
    .section .banner_warp .content .text{
        margin-top: 10px;
    }
    .section .banner_warp .content .sign{
        margin-top: 20px;
    }
    .section .banner_warp .content .sign p{
        font-size: 13px;
    }
    .section .banner_warp .content .sign h1{
        font-size: 12px;
    }
    .section2 .pc{
        display: none;
    }
    .section2 .mobile_background{
        display: block!important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .section2{
        height: auto;
    }
    .section2{
        flex-direction: column;
    }
    .section2 .warp{
        flex-direction: column;
        left: 0!important;
        width: 88%;
        margin: 45px auto;
    }
    .section2 .warp .title{
        left: 0!important;
        opacity: 1!important;
        margin-bottom: 25px;
        transition-delay: unset;
    }
    .section2 .warp .text{
        width: 100%;
        left: 0!important;
        opacity: 1!important;
        margin-top: 0px;
        transform: none;
        transition-delay: unset;
    }
    .section2 .warp .text span{
        font-size: 24px;
    }
    .section2 .warp .text span{
        margin-bottom: 32px;
    }
    .section2 .warp .text a{
        left: 0;
    }
    .section2 .warp .text h2{
        left: 0;
        margin-top: 46px;
    }
    .section3 .warp{
        width: 88%;
        left: 0;
    }
    .section3 .warp .content .images{
        opacity: 1!important;
        top: 0!important;
    }

    .section3 .warp .content .text{
        opacity: 1!important;
        top: 0!important;
        margin-top: 20px;
    }
    .section3 .warp .title{
        opacity: 1!important;
        top: 0!important;
    }
    .section3 .warp .content{
        opacity: 1!important;
        top: 0!important;
    }
    .section3{
        height: auto;
    }
    .section3 .warp .title h1{
        margin-bottom: 15px;
    }
    .section3 .warp .title span{
        font-size: 28px;
    }
    .section3 .warp .content{
        flex-direction: column;
    }
    .section3 .warp .content .images{
        width: 100%;
        height: auto;
    }
    .section3 .warp .content .images .sign{
        left: 10px;
        bottom: 10px;
    }
    .section3 .warp .content .images .sign span{
        font-size: 28px;
    }
    .section3 .warp .content .images .sign p{
        font-size: 12px;
        top: 6px;
    }
    .section3 .warp .content .text h3{
        margin-bottom: 10px;
        font-size: 24px;
    }
    .section3 .warp .content .text .line{
        margin-bottom: 25px;
    }
    .section3 .warp .content .text a{
        margin-left: 0;
        margin-top: 30px;
    }
    .section3 .warp .content .text p{
        font-size: 12px;
        width: 100%;
    }
    .section3 .warp .content .text h1{
        margin-left: 0;
    }
    .section4{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .section4 .warp{
        width: 88%;
        left: 0;
        margin: auto;
        top: 0!important;
        opacity: 1!important;
        flex-direction: column;
        align-items: unset;
    }
    .section4 .warp .text span{
        font-size: 28px;
    }
    .section4 .warp .text span{
        margin-top: 15px;
    }
    .section4 .warp .right .home_products{
        position: static;
        width: 100%;
        height: auto;
    }
    .section4 .warp .right .flex{
        position: static;
        top: 0;
        margin-top: 30px;
    }
    .section4 .warp .text span{
        margin-bottom: 20px;
    }
    .section4 .warp .text .line{
        margin-bottom: 28px;
    }
    .section4 .warp .text{
        width: 100%;
        margin-right: 0;
    }
    .section4 .warp .text p{
        font-size: 12px;
    }
    .section4 .warp .right .flex .line{
        display: none;
    }
    .section4 .warp .right{
        width: 100%;
    }
    .section4 .warp .right .flex .item{
        width: 100%;
        flex-direction: column;
        margin-right: 0;
        margin-top: 0;
    }
    .section4 .warp .right .home_products .swiper-slide{
        margin-top: 0;
    }
    .section4 .warp .right .home_products .swiper-slide:nth-child(even){
        margin-top: 0;
    }
    .section4 .warp .right .flex .item .images img:first-child{
        width: 100%;
    }
    .section4 .warp .right .flex .item .images .bg{
        display: none;
    }
    .section4 .warp .right .flex .item .images p{
        display: none;
    }
    .section4 .warp .text{
        margin-top: 20px;
        text-align: center;
    }
    .section5{
        height: auto;
        align-items: unset;
    }
    .section5 .warp .title{
        opacity: 1!important;
        top: 0!important;
    }
    .section5 .warp{
        left: 0;
        width: 88%;
        margin: 60px auto;
    }
    .section5 .warp .title div span{
        font-size: 28px;
    }
    .section5 .warp .title div h1{
        margin-bottom: 15px;
    }
    .section5 .warp .content{
        left: 0!important;
        opacity: 1!important;
        flex-direction: column;
        margin-top: 30px;
    }
    .section5 .warp .content .item .clearfix span{
        font-size: 30px;
        margin-bottom: 8px;
    }
    .section5 .warp .content .item .label{
        margin-top: 25px;
    }
    .section5 .warp .content .item .text h1{
        font-size: 16px;
        margin-bottom: 25px;
    }
    .section5 .warp .content .item .text p{
        font-size: 12px;
    }
    .section5 .warp .content .item{
        width: 100%;
        margin-bottom: 50px;
    }
    .section5 .warp .content .item:last-child{
        margin-bottom: 0;
    }
    .section5 .warp .content .item .text .more{
        margin-top: 20px;
    }

    /*同*/
    .section6{
        height: auto;
    }
    .section6 .warp .map{
        height: 400px;
    }
    .section6 .warp .map .text{
        left: 6%;
        top: 40px;
    }
    .section6 .warp .map .text span{
        margin-top: 15px;
        font-size: 28px;
    }
    .section6 .warp .bottom{
        left: 0;
        width: 88%;
        height: auto;
        flex-direction: column;
    }
    .section6 .warp .bottom .text{
        opacity: 1!important;
        top: 0!important;
        transition-delay: unset;
        margin-top: 20px!important;
        height: auto!important;
    }
    .section6 .warp .bottom .leave{
        opacity: 1!important;
        top: 0!important;
        transition-delay: unset;
    }
    .section6 .warp .bottom .text span{
        margin-bottom: 15px;
    }
    .section6 .warp .bottom .leave div input{
        width: 100%;
        font-size: 12px;
    }
    .section6 .warp .bottom .leave div input{
        margin-bottom: 25px;
    }
    .section6 .warp .bottom .leave div{
        margin-bottom: 0;
    }
    .section6 .warp .bottom .leave div input::placeholder{
        font-size: 12px;
    }
    .section6 .warp .bottom .leave .skip{
        text-align: left!important;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .section6 .warp .bottom .leave .skip a{
        font-size: 12px;
        margin-bottom: 0!important;
        line-height: 30px;
    }
    .section5 .warp .content .item .images{
        width: 100%;
        height: auto;
    }
    .section .banner_warp .content .title{
        display: none;
    }
    .section2 .warp .text{
        margin-top: 36px!important;
    }
    .section2 .warp .title{
        transform: none;
    }
}

@media screen and (max-width: 1600px) {
    .section .banner_warp .content .title{
        display: none;
    }
    .section .banner_warp .content .text{
        margin-top: -200px;
    }
    .section2 .warp .text{
        margin-top: 324px;
    }
    .section2 .warp .title{
        transform: translate(0px,44px);
    }
    .section3 .warp .content .images{
        height: 542px;
    }
    .section3 .warp .content .text p{
        font-size: 12px;
    }
    .section3 .warp .content .text a{
        margin-top: 12px;
    }
    .section3 .warp .content .text h1{
        margin-top: 16px;
        font-size: 12px;
    }
    .section5 .warp .content .item .text p{
        font-size: 12px;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .section5 .warp .content .item .text h1{
        margin-bottom: 12px;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .section5 .warp .content .item .label{
        margin-top: 25px;
    }
    .section5 .warp .content{
        margin-top: 50px;
    }
    .section5 .warp .content .item .text .more{
        margin-top: 24px;
    }
    /*最后一屏*/
    .section6 .warp .bottom{
        height: 58%;
    }
    .section6 .warp .bottom .leave span{
        margin-bottom: 18px;
    }
    .section6 .warp .bottom .leave div input{
        padding-bottom: 16px;
    }
    .section6 .warp .bottom .leave {
        margin-top: 35px;
    }
    .section6 .warp .bottom .text{
        margin-top: 35px!important;
    }
    .section6 .warp .bottom .leave .submit{
        width: 83px!important;
        height: 32px!important;
    }
    .section6 .warp .bottom .text span{
        margin-top: 0!important;
        margin-bottom: 16px;
    }
    .section6 .warp .bottom .leave .skip a{
        font-size: 12px;
    }
    .section6 .warp .map{
        height: 42%;
    }
}
