[data-scroll-direction="horizontal"] .c-scrollbar{
    display: none!important;
}
.section{
    width: auto;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .warp{
    width: 1532px;
    position: relative;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1920px) {
    .section .warp{
        position: relative;
        transform: translateY(-50%);
        top: 50%;
    }
}
.section .warp .title{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 23px;
}
.section .warp .title a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2C2C;
}
.section .warp .title i{
    color: #707070;
    font-size: 12px;
    margin-left: 13px;
    margin-right: 13px;
}
.section .warp .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}
.section .warp .content .images{
    width: 968px;
    height: 642px;
    overflow: hidden;
    margin-right: 71px;
}
.section .warp .content .images img{
    width: 100%;
    height: 100%;
    transition: 3s;
    cursor: pointer;
}
.section .warp .content .images img:hover{
    transform: scale(1.07);
}
.section .warp .content .text h1{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1E1E1E;
    margin-bottom: 43px;
}
.section .warp .content .text p{
    width: 540px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    line-height: 28px;
}
.section .warp .content .text .flex{
    margin-top: 117px;
    display: flex;
    width: 570px;
    flex-wrap: wrap;
}
.section .warp .content .text .flex .item{
    width: 261px;
    height: 152px;
    border: 1px solid transparent;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}
.section .warp .content .text .flex .item:hover{
    border: 1px solid #EAEAEA;
}
.section .warp .content .text .flex .item div{
    width: 85%;
}
.section .warp .content .text .flex .item:last-child{
    margin-right: 0;
}
.section .warp .content .text .flex .item div i{
    font-size: 40px;
    color: #535353;
    transition: 0.6s;
}
.section .warp .content .text .flex .item:hover div i{
    color: #CB9C55;
}
.section .warp .content .text .flex .item div h1{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2F2E2E;
    margin-top: 25px;
    margin-bottom: 5px;
}
.section .warp .content .text .flex .item div p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6D6D6D;
    width: auto;
}
.section .warp .content .text .flex .item:nth-child(2) div i{
    font-size: 30px;
}

.section .warp .content .text .flex .item:nth-child(4) div i{
    font-size: 32px;
}

.section2{
    width: auto;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section2 .warp{
    width: 1532px;
    transition: 1s;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 300px;
    margin-right: 300px;
}
.left_active{
    left: 0!important;
    opacity: 1!important;
}
.section2 .warp .title{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 23px;
    position: relative;
    transition: 1s;
}
.section2 .warp .title a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2C2C;
}
.section2 .warp .title i{
    color: #707070;
    font-size: 12px;
    margin-left: 13px;
    margin-right: 13px;
}
.section2 .warp .content{
    margin-top: 91px;
    display: flex;
    align-items: center;
}
.section2 .warp .content .images{
    width: 709px;
    height: 794px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 75px;
    position: relative;
    transition: 1s;
}
.section2 .warp .content .text{
    position: relative;
    transition: 1s;
}
.section2 .warp .content .images img{
    width: 100%;
    height: 100%;
    transition: 3s;
}
.section2 .warp .content .images img:hover{
    transform: scale(1.07);
}
.section2 .warp .content .text .item{
    margin-bottom: 95px;
}
.section2 .warp .content .text .item:last-child{
    margin-bottom: 0;
}
.section2 .warp .content .text .item h1{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1E1E1E;
}
.section2 .warp .content .text .item p{
    width: 662px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    line-height: 28px;
}
.section3{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section3 .warp{
    width: 925px;
    transition: 1s;
}
.section3 .warp .title{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 23px;
    position: relative;
    top: 65px;
    opacity: 0;
    transition: 1s;
}
.section3 .warp .title a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2C2C;
}
.section3 .warp .title i{
    color: #707070;
    font-size: 12px;
    margin-left: 13px;
    margin-right: 13px;
}
.section3 .warp .content{
    margin-top: 70px;
}
.section3 .warp .content .text span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1E1E1E;
    margin-bottom: 58px;
    position: relative;
    top: 65px;
    opacity: 0;
    transition: 1s;
}
.section3 .warp .content .text div{
    display: flex;
    align-items: center;
    position: relative;
    top: 65px;
    opacity: 0;
    transition: 1s;
}
.section3 .warp .content .text div p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #7E7E7E;
    margin-right: 67px;
    position: relative;
    transition: 0.6s;
    cursor: pointer;
}
.section3 .warp .content .text div p:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 137%;
    transform: translate(-50%,-50%);
    width: 3px;
    height: 20px;
    background: #E5E5E5;
}
.section3 .warp .content .text div p:last-child:after{
    display: none;
}
.section3 .warp .content .text div p:hover{
    color: #E60012;
}
.section3 .warp .content .text div .active{
    color: #E60012;
}
.section3 .warp .content .download{
    margin-top: 75px;
    height: 500px;
    position: relative;
}
.section3 .warp .content .download .con{
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    transition: 1s;
    opacity: 0;
    display: flex;
    flex-direction: row;
}
.section3 .warp .content .download .con .rol{
    display: flex;
    flex-direction: column;
    width: 460px;
    position: relative;
    top: 65px;
    opacity: 0;
    transition: 1s;
}
.section3 .warp .content .download .active{
    z-index: 2;
    top: 0;
    opacity: 1;
}
.section3 .warp .content .download .con .item{
    display: flex;
    align-items: center;
    margin-bottom: 63px;
}
.section3 .warp .content .download .con .item:nth-child(2n){
    margin-right: 0;
}
.section3 .warp .content .download .con .item .bor{
    width: 60px;
    height: 60px;
    border: 1px solid #B3B3B3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #777171;
    margin-right: 39px;
    transition: 0.6s;
}
.section3 .warp .content .download .con .item:hover .bor{
    border: 1px solid transparent;
    background: #E60012;
    color: #fff;
}
.section3 .warp .content .download .con .item p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #474C53;
}
.section3 .warp .content .download .con .item .line{
    margin-left: 48px;
    margin-right: 19px;
    width: 1px;
    height: 19px;
    background: #ECEEF0;
}
.section3 .warp .content .download .con .item i{
    color: #4C5251;
    font-size: 20px;
    margin-right: 13px;
    transition: 0.6s;
}
.section3 .warp .content .download .con .item:hover i{
    color: #E60012;
}
.section3 .warp .content .download .con .item a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #474C53;
    transition: 0.6s;
}
.section3 .warp .content .download .con .item:hover a{
    color: #E60012;
}
@media screen and (max-width: 1920px) {
    .section .warp{
        width: 75%;
    }
    .section2 .warp{
        width: 90%;
        margin-left: 0;
        margin-right: 100px;
    }
    .section2 .warp .content{
        margin-top: 32px;
    }
    .section2 .warp .title{
        position: relative;
        top: -22px;
    }
    .section2 .warp .content .images{
        height: 722px;
    }
    .section3 .warp{
        margin-top: 28px;
        width: 70%;
    }
}

@media screen and (max-width: 1600px) {
    .section .warp .content .images{
        height: 506px;
    }
    .section .warp .content .text h1{
        font-size: 28px;
        margin-bottom: 22px;
    }
    .section .warp .content .text .flex{
        margin-top: 23px;
    }
    .section .warp .content{
        margin-top: 66px;
    }
    .section2 .warp .content .images{
        height: 506px;
    }
    .section2 .warp .content{
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    #container {
        position: static !important;
        height: auto!important;
        width: auto !important;
        display: block !important;
        transition: unset !important;
    }
    .section{
        width: 100%;
        height: auto;
    }
    .section .warp{
        width: 88%;
        margin: 130px auto 0;
        position: static;
        transform: none;
    }
    .section .warp .title{
        padding-bottom: 15px;
    }
    .section .warp .title a{
        font-size: 12px;
    }
    .section .warp .content{
        flex-direction: column;
        margin-top: 40px;
        align-items: unset;
    }
    .section .warp .content .text{
        margin-top: 30px;
    }
    .section .warp .content .text h1{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .section .warp .content .text p{
        font-size: 12px;
        width: 100%;
    }
    .section .warp .content .text .flex{
        width: 100%;
        margin-top: 40px;
        justify-content: space-between;
    }
    .section .warp .content .text .flex .item{
        border: 1px solid #EAEAEA;
        width: 48%;
        margin-right: 0;
    }
    .section .warp .content .images{
        width:100%;
        margin-right: 0;
        height: auto;
    }
    .section .warp .content .text .flex .item div p{
        font-size: 12px;
    }
    .section .warp .content .text .flex .item div h1{
        font-size: 16px;
    }
    .section2{
        height: auto;
    }
    .section2 .warp{
        margin: 60px auto 80px;
        margin-bottom: 80px;
        width: 88%;
        position: static;
        transform: none;
    }
    .section2 .warp .title{
        top: 0;
        padding-bottom: 15px;
    }
    .section2 .warp .title a{
        font-size: 12px;
    }
    .section2 .warp .title{
        left: 0!important;
        opacity: 1!important;
    }
    .section2 .warp .content .images{
        left: 0!important;
        opacity: 1!important;
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .section2 .warp .content .text{
        left: 0!important;
        opacity: 1!important;
        width: 100%;
        margin-top: 25px;
    }
    .section2 .warp .content{
        margin-top: 40px;
        flex-direction: column;
    }
    .section2 .warp .content .text .item p{
        width: 100%;
        font-size: 12px;
    }
    .section3{
        height: auto;
    }
    .section3 .warp{
        width: 88%;
    }
    .section3 .warp .title{
        top: 0!important;
        opacity: 1!important;
    }
    .section3 .warp .title a{
        font-size: 12px;
    }
    .section3 .warp .title a{
        font-size: 12px;
    }
    .section3 .warp .title{
        padding-bottom: 15px;
    }
    .section3 .warp .content .text span{
        font-size: 28px;
        top: 0!important;
        opacity: 1!important;
        margin-bottom: 30px;
    }
    .section3 .warp .content .text div{
        top: 0!important;
        opacity: 1!important;
    }
    .section3 .warp .content .text div p{
        font-size: 12px;
    }
    .section3 .warp .content .text div p:after{
        width: 2px;
        height: 15px;
        left: 141%;
    }
    .section3 .warp .content .download{
        height: auto;
    }
    .section3 .warp .content .download .con .rol{
        width: 100%;
        top: 0!important;
        opacity: 1!important;
    }
    .section3 .warp .content .download .con{
        position: static;
        opacity: 1!important;
        display: none;
    }
    .section3 .warp .content .download .active{
        display: block;
    }
    .section3 .warp .content .download .con .item{
        width: 95%;
        justify-content: space-between;
    }
    .section3 .warp .content .download .con .item p{
        font-size: 12px;
    }
    .section3 .warp .content .download .con .item .bor{
        margin-right: 0;
    }
    .section3 .warp .content .download .con .item .line{
        display: none;
    }
    .section3 .warp .content .download .con .item a{
        font-size: 12px;
    }
    .section3 .warp .content .download .con .item i{
        font-size: 12px;
    }
    .section3 .warp .content .download .con .item .bor{
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    body{
        height: auto!important;
    }
}