.fixed_mask .joke {
    display: flex;
}
.fixed_mask .close span {
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-top: 6px;
    position: relative;
    top: 8px;
    left: 0;
    transition: 0.4s;
}
.fixed_mask .close span:nth-child(1) {
    transform: rotate(45deg);

}
.fixed_mask .close span:nth-child(2) {
    transform: rotate(-45deg);
    top: 0px;
}
.events_active{
    pointer-events: unset !important;
    opacity: 1 !important;
}
.fixed_mask .close {
    width: 40px;
    height: 40px;
    /* background-color: firebrick; */
    cursor: pointer;
}
.fixed_mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
}
.sec1{
    width: 100%;
    background-size: cover;
}
.sec1 .img{
    width: 100%;
    overflow: hidden;
}
.sec1 img{
    width: 100%;
    transition: 3s;
    transform: scale(1.1);
}
.sec1 .nav{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);

    width: 1200px;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 10px 33px 7px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 99999999;
}
.sec1 .nav .left{
    margin-left: 39px;
    width: 130px;
    border-right: 1px solid rgba(198, 198, 198, .22);
}
.sec1 .nav .right{
    margin-right: 61px;
    display: flex;
}
.sec1 .nav .right span{
    margin-left: 80px;
    display: block;
    cursor: pointer;
    transition: 0.6s;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}
.sec1 .nav .right span:hover{
    color: #EA5404;
}
.sec1 .nav a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    transition: 0.6s;

}
.sec1 .nav a:hover,.sec1 .nav a:hover i{
    color: #EA5404;
}
.sec1 .nav a i{
    font-size: 24px;
    margin-right: 20px;
    transition: 0.6s;
}
.sec2{
    height: auto;
    overflow: hidden;
}
.sec2 .sec2-wrap{
    width: 85%;
    margin: auto;
    margin-top: 170px;
}
.sec2 .sec2-wrap .top span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
}
.sec2 .sec2-wrap .top p{
    font-size: 20px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #333333;
    margin-top: 19px;
}
.sec2 .sec2-wrap .middle{
    display: flex;
    justify-content: space-between;
    margin-top: 79px;
}

.sec2 .sec2-wrap .middle .left .img{
    width: 670px;
    height: 660px;
    overflow: hidden;
    margin-left: 57px;
    position: relative;

}
.sec2 .sec2-wrap .middle .left .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec2 .sec2-wrap .middle .left .img i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 68px;
    cursor: pointer;
}
.sec2 .sec2-wrap .middle .right p{
    width: 761px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    color: #000000;
    line-height: 36px;
    margin-bottom: 30px;
}
.sec2 .sec2-wrap .middle .right strong{
    font-size: 30px;
    font-weight: bold;
}
.sec2 .sec2-wrap .bo{
    width: 1334px;
    height: 71px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 101px;
    margin-top: 140px;
}

.sec2 .bo .item {
    width: 170px;
    position: relative;
}
.sec2 .bo .item .span span {
    font-size: 28px;
    font-family: Saira Condensed;
    font-weight: 600;
    color: #EA5404;
    line-height: 32px;
    position: relative;
    margin-right: 40px;
}
.sec2 .bo .item .span .count-item{
    margin-left: -23px;
}
.sec2 .bo .item .span .nine {
    margin-left: 9px;
}
.sec2 .bo .item .jia{
    margin-left: -25px;
}
.sec2 .bo .item .span img {
    position: relative;
    top: -2px;
}
.sec2 .bo .item .serve{
    position: absolute;
    left:-15px;
}
.sec2 .bo .item p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    letter-spacing: 2px;
}
.sec2 .bo .item:after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 57px;
    background: #212020;
    opacity: 0.35;
}
.sec2 .bo .item .span span:after {
    content: attr(unit);
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -30px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #585858;
    line-height: 32px;
}
.sec3{
    width: 100%;
    position: relative;
    height: 1000px;
}
.sec3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec3 .sec3-warp{
    width: 85%;
    position: absolute;
    top: 135px;
    left: 7.5%;
}
.sec3 .sec3-warp .top span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
}
.sec3 .sec3-warp .top p{
    font-size: 20px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #333333;
    margin-top: 19px;
}
.sec3 .sec3-warp .middle .text{
    width: 800px;
    height: 60px;
    /*background: #FFFFFF;*/
    border-radius: 30px;
    margin: auto;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: -245px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 180px;
}
.sec3 .sec3-warp .middle .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}
.sec3 .sec3-warp .middle .cir-big{
    width: 574px;
    height: 574px;
    margin: auto;
    position: relative;
    margin-top: 90px;
}
.sec3 .sec3-warp .middle .cir-big .cir1{
    width: 574px;
    height: 574px;
    border: 2px solid rgba(120,120,120,.15);
    border-radius: 50%;
    animation: xz 4s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec3 .sec3-warp .middle .cir-big .cir1 .red{
    width: 15px;
    height: 15px;
    background: #DA0303;
    border-radius: 50%;
    position: absolute;
    top: 12.5%;
    left: 12.5%;
    margin-top: 5.5px;
    margin-left: 5.5px;
}
@keyframes xz {
    100%{
        transform:translate(-50%,-50%) rotate(360deg);
    }
}
.sec3 .sec3-warp .middle .cir-big .cir2{
    width: 309px;
    height: 307px;
    border: 2px solid rgba(120,120,120,.15);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: xz 2s infinite linear;
}
.sec3 .sec3-warp .middle .cir-big .cir2 .red{
    width: 15px;
    height: 15px;
    background: #DA0303;
    border-radius: 50%;
    position: absolute;
    top: 12.5%;
    left: 12.5%;
    margin-top: -7.5px;
    margin-left: 5.5px;
}
.sec3 .sec3-warp .middle .cir-big .lic{
    width: 144px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec3 .sec3-warp .middle .cir-big .item{
    width: 82px;
    height: 82px;
    background: #EA5404;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.sec3 .sec3-warp .middle .cir-big .item p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
}
.sec3 .sec3-warp .middle .cir-big .item.i1{
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec3 .sec3-warp .middle .cir-big .item.i2{
    right: 0;
    top: 50%;
    transform: translate(50%,-100%);
}
.sec3 .sec3-warp .middle .cir-big .item.i3{
    bottom: 0;
    right: 20%;
}
.sec3 .sec3-warp .middle .cir-big .item.i4{
    bottom: 0;
    left: 20%;
}
.sec3 .sec3-warp .middle .cir-big .item.i5{
    left: 0;
    top: 50%;
    transform: translate(-50%,-100%);
}
.sec4{
    overflow: hidden;
}
.sec4-warp{
    width: 85%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 160px;
}
.sec4-warp .top{
    width: 100%;
    text-align: center;
}
.sec4-warp .top span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
}
.sec4-warp .top p{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #333333;
    margin-top: 21px;
}
.sec4-warp .middle{
    width: 1085px;
    height: auto;
    margin: auto;
}
.sec4-warp .middle .swiper{
    width: 100%;
    z-index: -1!important;
}
.sec4-warp .middle .swiper .text{
    position: relative;
}
.sec4-warp .middle .swiper .text>span{
    font-size: 440px;
    font-family: Nexa Text-Trial;
    font-weight: bold;
    color: #F1EFF0;
}
.sec4-warp .middle .swiper .text .item{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 658px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 10px 33px 7px rgba(0, 0, 0, 0.09);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec4-warp .middle .swiper .text .item span{
    width: 134px;
    height: 44px;
    font-size: 60px;
    font-family: Nexa Text-Trial;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}
.sec4-warp .middle .swiper .text .item p{
    margin-top: 41px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.np{
    display: flex;
    justify-content: space-between;
}
.np .prev,.np .next{
    width: 60px;
    height: 60px;
    background: #CCCCCC;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    transition: 1s;
    cursor: pointer;
}
.np .prev:hover,.np .next:hover{
    background: #EA5404;
}
.np .prev i,.np .next i{
    color: white;
}
.sec4-warp .line{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 82px;
}
.sec4-warp .line .joke:after{
    content: "";
    position: absolute;
    top: 7px;
    width: 100%;
    height: 1px;
    background: rgba(120, 120, 120, .11);
}
.sec4-warp .line .data1{
    text-align: center;
    width: auto;
    cursor: pointer;
}

.sec4-warp .line .data1 .cir{
    width: 15px;
    height: 15px;
    background: #C9C9C9;
    border-radius: 50%;
    transition: 1s;
    margin: auto;
}
.sec4-warp .line .data1 span{
    font-size: 16px;
    font-family: Nexa Text-Trial;
    font-weight: 400;
    color: #787878;
    margin-top: 13px;
    display: block;
    width: auto;
}
.sec4-warp .line .data1.sel .cir{
    background: #EA5404;
}
.sec4-warp .line .data1.sel span{
    color: #EA5404;
}
.sec5{
    overflow: hidden;
}
.sec5-warp{
    width: 95%;
    margin-left: 5%;
    margin-bottom: 95px;
}
.sec5-warp .top span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
}
.sec5-warp .top p{
    width: 125px;
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #000000;
    margin-top: 23px;
}
.sec5-warp .middle{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 603px;
}
.sec5-warp .middle .left{
    width: 25%;
}
.sec5-warp .middle .left p{
    margin: 17px 0px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    transition: 0.6s;
    cursor: pointer;
}
.sec5-warp .middle .left p.sel{
    color: #EA5404;
}
.sec5-warp .middle .right{
    width: 75%;
    height: 100%;
    position: relative;
}
.sec5-warp .middle .right .np1{
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 1100px;
    left: -50px;
    z-index: 99999;
}
.sec5-warp .middle .right .np1 i{
    font-size: 34px;
    transition: 0.6s;
    cursor: pointer;
}
.sec5-warp .middle .right .np1 i:hover{
    color: #EA5404;
}
.sec5-warp .middle .right .swiper{
    width: 170%;
    height: 100%;
    /*transform: translateX(-24.5%);*/
}
.sec5-warp .middle .right .swiper .swiper-slide{
    display: flex;
    align-items: flex-end;

}
.sec5-warp .middle .right .swiper .swiper-slide .img{
    height: 503px;
    transition: 1s;
    display: flex;
}
.sec5-warp .middle .right .swiper .swiper-slide .img img{
    height: 100%;
    width: auto;
    transition: 1s;
}
.sec5-warp .middle .right .swiper .swiper-slide-active .img{
    height: 100%;
}
.sec6{
    width: 100%;
    height: 980px;
    position: relative;
}
.sec6 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec6 .sec6-warp{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec6 .sec6-warp .top span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    display: block;
    margin: auto;
    text-align: center;
}
.sec6 .sec6-warp .top{
    margin-bottom: 58px;
}
.sec6 .sec6-warp .top p{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #333333;
    margin-top: 20px;
    text-align: center;
}
.sec6 .sec6-warp .middle{
    display: flex;
    justify-content: center;
}
.sec6 .sec6-warp .middle .item{
    display: flex;
    align-items: center;
    margin-right: 56px;
    cursor: pointer;
}
.sec6 .sec6-warp .middle .item i{
    font-size: 28px;
    transition: 0.6s;
    margin-right: 15px;
}
.sec6 .sec6-warp .middle .item p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    transition: 0.6s;
}
.sec6 .sec6-warp .middle .item:hover i,.sec6 .sec6-warp .middle .item:hover p{
    color: #EA5404;
}
.sec6 .sec6-warp .bo{
    margin-top: 100px;
}
.sec6 .sec6-warp .bo .swiper{
    width: 1200px;
}
.sec6 .sec6-warp .bo .swiper-slide .img{
    width: 100%;
    height: auto;
}
.sec6 .sec6-warp .bo .swiper-slide p{
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #EA5404;
    margin-top: 76px;
    position: revert;
    padding-bottom: 5px;
    opacity: 0;
    transition: 1s;
}
.sec6 .sec6-warp .bo .swiper-slide p:after{
    position: absolute;
    bottom: 1px;
    left: 50%;
    content: "";
    width: 110px;
    height: 1px;
    background: #EA5404;
    margin-left: -55px;
}
.swiper-slide-shadow-left,.swiper-slide-shadow-right{
    display: none;
}
.sec6 .sec6-warp .bo .swiper-slide-next p{
    opacity: 1;
}
.sec6 .np{
    width: 1250px;
    position: absolute;
    bottom: 58px;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%,0%);
}


.sec7{
    overflow: hidden;
    height: 1080px;
    padding-top: 20px;
}
.sec7 .cir{
    background-size: cover;
    /*width: 100vh;*/
    /*height: 100vh;*/
    /*top: 0;*/

    height: 1050px;
    width: 1050px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 20s ro linear infinite;
    z-index: 1;
}

.sec7 .cir .cir2{
    width: 750px;
    height: 750px;
}
.sec7 .cir .cir2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes ro {
    100%{
        transform:translate(-50%,0%) rotate(360deg);
    }
}
.sec7{
    background-color: #F5F6F8;
}
.sec7 .top{
    width: 1050px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12%;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1920px){
    .sec7 .top{
        margin-top: 10%;
    }
}
.sec7 .top span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #010101;
}
.sec7 .top p{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #333333;
    margin-top: 21px;
    margin-bottom: 50px;
}
.sec7 .top .t-b{
    display: flex;
}
.sec7 .top .t-b .item{
    width: 244px;
    height: 127px;
    background: #E6E7EC;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px 8px;
    transition: 1s;
    cursor: pointer;
}
.sec7 .top .t-b .item p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #292929;
    margin-top: 13px;
    margin-bottom: 0px;
    transition: 1s;
}
.sec7 .top .t-b .item i{
    font-size: 32px;
    transition: 1s;
}
.sec7 .top .t-b .item:hover{
    background-color: #EA5404;
}
.sec7 .top .t-b .item:hover i,.sec7 .top .t-b .item:hover p{
    color: white;
}
.sec7 .bo{
    margin-top: 141px;
    position: relative;
    z-index: 2;
}
.sec7 .bo .item{
    width: 230px;
    height: 111px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec7 .swiper-wrapper {
    transition-timing-function: linear!important;
}
.sec7 .swiper2{
    margin-top: 63px;
}
.sec7 .section_joke{
    position: relative;
    width: 100%;
    height: 285px;
}
.sec7 .section_joke .multiple{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0 !important;
}
.sec7 .section_joke .multiple_active{
    opacity: 1 !important;
    pointer-events: unset;
}
.joke_cut{
    width: 100%;
    height: 285px;
    position: relative;
}
.joke_cut .joke{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}
.joke_cut .active{
    pointer-events: unset;
    opacity: 1;
    z-index: 2;
}
.sec4-warp .line .joke {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.sec7 .bo .item {
    overflow: hidden;
}
@media screen and (max-width: 1768px){
    .sec7 .bo .item {
        width: 208px;
    }
    .sec2 .sec2-wrap .middle .left {
        width: 45%;
    }
    .sec2 .sec2-wrap .middle .left .img {
        width: 100%;
        height: auto;
    }
    .sec2 .sec2-wrap .middle .right {
        width: 45%;
        max-height: 660px;
        overflow: auto;
    }
    .sec2 .sec2-wrap .middle .right p {
        width: 100%;
    }
    .sec2 .sec2-wrap .bo {
        width: 100%;
    }
    .sec3 .sec3-warp .middle .text {
        top: -100px;
    }
}
@media screen and (max-width: 1680px){
    .sec7 .bo .item {
        width: 200px;
    }
}
@media screen and (max-width: 1600px){
    .sec7 .bo .item {
        width: 190px;
    }
    .sec2 .sec2-wrap .middle .right {
        max-height: 600px;
    }
    .sec5-warp .middle .right .swiper .swiper-slide .img img {
        height: 90%;
    }
    .sec5-warp .middle .right .np1 {
        width: 982px;
    }
}
@media screen and (max-width: 1440px){
    .sec7 .bo .item {
        transform: scale(0.9);
        overflow: hidden;
    }
    .sec5-warp .swiper-wrapper {
        height: 90%;
    }
    .sec5-warp .middle .right .np1 {
        width: 891px;
    }
    .sec5-warp .swiper-slide {
        top: 56px;
    }
    .sec3 .sec3-warp .middle .text {
        top: -68px;
    }

}
@media screen and (max-width: 1366px){
    .sec2 .sec2-wrap .middle .right {
        max-height: 514px;
    }
    .sec3 .sec3-warp .middle .text {
        line-height: 30px;
    }
    .sec7 .bo .item {
        transform: scale(0.8);
    }
    .sec5-warp .swiper-wrapper {
        height: 88%;
    }
    .sec5-warp .middle .right .np1 {
        width: 865px;
    }
    .sec5-warp .swiper-slide {
        top: 76px;
    }
    .sec5-warp {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 768px){
    .sec1 img {
        width: 140%;
    }
    .sec1 .nav a {
        display: flex;
        flex-direction: column;
    }
    .sec1 {
        margin-top: 80px;
    }
    .sec1 .nav {
        width: 90%;
    }
    .sec1 .nav .right {
        flex-wrap: wrap;
        margin: 0;
    }
    .sec1 .nav .left {
        width: 30%;
    }
    .sec1 .nav .right span {
        width: 50%;
        margin: 0 0 10px;
        text-align: center;
    }
    .sec2 .sec2-wrap .middle {
        flex-direction: column-reverse;
    }
    .sec2 .sec2-wrap .middle .left {
        width: 100%;
    }
    .sec2 .sec2-wrap .middle .left .img {
        margin-left: 0;
    }
    .sec2 .sec2-wrap .middle .right {
        width: 100%;
    }
    .sec2 .sec2-wrap {
        width: 90%;
    }
    .sec2 .sec2-wrap .middle {
        margin-top: 40px;
    }
    .fixed_mask .joke {
        width: 90%;
    }
    .fixed_mask .joke .video {
        width: 100%;
    }
    .fixed_mask .joke .video video {
        width: 100%;
    }
    .sec2 .sec2-wrap .bo {
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 30px;
        align-items: center;
        height: auto;
    }
    .sec2 .bo .item:after {
        display: none;
    }
    .sec2 .bo .item {
        width: fit-content;
        margin-bottom: 20px;
    }
    .sec3 .sec3-warp {
        width: 90%;
    }
    .sec3 .sec3-warp .middle .text {
        width: 100%;
        top: 86px;
        justify-content: center;
    }
    .sec3 .sec3-warp .middle .text p {
        font-size: 12px;
    }
    .sec3 .sec3-warp .middle .cir-big {
        width: 100%;
        transform: scale(0.5);
    }
    .sec3 {
        height: 750px;
    }
    .sec3 .sec3-warp {
        top: 40px;
    }
    .sec4-warp .middle {
        width: 100%;
    }
    .sec6 .sec6-warp {
        width: 90%;
        position: static;
        transform: unset;
        margin: 20px auto 0;
    }
    .sec6 .sec6-warp .bo .swiper {
        width: 100%;
    }
    .sec7 .top {
        width: 100%;
    }
    .sec7 .top .t-b {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sec7 .top .t-b .item {
        width: 40%;
        margin-bottom: 20px;
    }
    .sec6 .np {
        width: 100%;
        display: flex;
        justify-content: center;
        position: static;
        transform: unset;
        margin-top: 70px;
        margin-bottom: 20px;
    }
    .sec6>img {
        position: absolute;
        z-index: -1;
    }
    .np .prev {
        margin-right: 20px;
    }
    .sec6 .sec6-warp .bo .swiper-slide p {
        opacity: 1;
    }
    .sec6 {
        height: auto;
        overflow: hidden;
    }
    .sec6 .sec6-warp .bo .swiper-slide p {
        margin-top: 25px;
    }
    .sec7 .bo .item {
        /*transform: scale(0.6);*/
        width: 100%;
    }
    .sec7 .bo .item .img img {
        width: 100%;
    }
    .sec5-warp .middle {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .sec5-warp .middle .left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .sec5-warp .middle .left p {
        width: 33%;
    }
    .sec5-warp {
        width: 90%;
        margin: auto;
    }
    .sec5-warp .middle .right .swiper {
        width: 100%;
        height: auto;
    }
    .sec5-warp .middle .right .swiper .swiper-slide .img img {
        width: 100%;
        height: auto;
    }
    .sec5-warp .middle .right .np1 {
        width: 100%;
        display: flex;
        justify-content: center;
        position: static;
        margin: 20px auto 40px;
    }
    .sec5-warp .middle .right {
        width: 100%;
    }
    .sec5-warp .middle .right .np1 i {
        margin-right: 20px;
    }
    .sec5-warp .middle .right .swiper .swiper-slide .img {
        height: auto;
    }
    .sec5-warp .middle .right .swiper {
        margin-bottom: 0;
    }
    .sec4-warp .middle .swiper .text .item {
        position: static;
        transform: unset;
        width: 100%;
        height: auto;
        padding: 0 5px 5px;
    }
    .sec4-warp .middle .swiper .text .item span {
        line-height: unset;
    }
    .sec4-warp .middle .swiper .text>span {
        display: none;
    }
    .sec4-warp .middle .swiper {
        margin-bottom: 0;
    }
    .sec4-warp {
        margin-bottom: 60px;
    }
    .np {
        justify-content: center;

    }
    .sec4-warp .line {
        overflow: scroll;
    }

    .sec4-warp .line .joke {
        width: 300%;
    }
    .sec4-warp .line .data1 {
        margin-right: 20px;
    }
}
