.home .home_warp{
    width: 100%;
    height: 100vh;
}
.home .home_warp .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.home .home_warp .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    background: #fff;
}
.section{
    width: auto;
    height: 100vh;
}
@media screen and (max-width: 1920px) {
    .section{
        display: inherit;
    }
    .section .warp{
        float: right;
        margin-left: 200px;
    }
}
.section .warp{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: 270px;
}
.section .warp .left{
    margin-right: 158px;
}
.section .warp .left .title h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #5B5B5B;
}
.section .warp .left .title span{
    font-size: 25px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2C2C;
    margin-top: 26px;
}
.section .warp .left .title .line{
    margin-top: 23px;
    width: 672px;
    height: 1px;
    background: #ECECEC;
}
.section .warp .left .text{
    margin-top: 108px;
}
.section .warp .left .text p{
    width: 660px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    line-height: 28px;
    white-space: pre-wrap!important;
}
.section .warp .left .text p:first-child{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 39px;
}
.section .warp .left .text p span{
    display: inline-block;
}
.section .warp .images{
    width: 1500px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.section .warp .images img{
    width: 100%;
    height: 100%;
    transition: 3s;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section .warp .images img:hover{
    transform: translateX(-50%) scale(1.07);
}

.section2{
    width: auto;
    height: 100vh;
}
@media screen and (max-width: 1920px) {
    .section2{
        height: auto;
    }
}
.section2 .warp{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    margin-left: 100px;
}
.section2 .warp .left{
    margin-right: 161px;
}
.section2 .warp .left .title{
    transition: 2s;
}
.section2 .warp .left .title h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #5B5B5B;
}
.section2 .warp .left .title span{
    font-size: 25px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2C2C;
    margin-top: 26px;
}
.section2 .warp .left .title .line{
    margin-top: 23px;
    width: 672px;
    height: 1px;
    background: #ECECEC;
}
.section2 .warp .left .content .con{
    display: flex;
    align-items: center;
    margin-bottom: 88px;
    position: relative;
    transition: 1.5s;
}
.section2 .warp .left .content .con h1{
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #353535;
    margin-right: 158px;
}
.section2 .warp .left .content .con .item{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.section2 .warp .left .content .con .item:hover .border{
    border: 1px solid transparent;
    background: #d71518;
}
.section2 .warp .left .content .con .item .border{
    width: 52px;
    height: 52px;
    border: 1px solid #D0D0D0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
    transition: 1.5s;
}
.section2 .warp .left .content .con .item .border i{
    color: #656565;
    font-weight: bold;
    transition: 1.5s;
}
.section2 .warp .left .content .con .item:hover .border i{
    color: #fff;
}
.section2 .warp .left .content .con .item p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1B1B1B;
    transition: 1.5s;
}
.section2 .warp .left .content .con .item:hover p{
    color: #d71518;
}
.section2 .warp .left .content .text h1{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #343434;
    position: relative;
    transition: 1.5s;
}
.section2 .warp .left .content .text h1:first-child{
    left: 38px;
    transition: 1.5s;
}
.section2 .warp .left .content .text h1:first-child:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -35px;
    width: 22px;
    height: 1px;
    background: #C30D23;
}
.section2 .warp .left .content .text p{
    width: 618px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 28px;
    position: relative;
    transition: 1.5s;
    white-space: pre-wrap!important;
}
.section2 .warp .left .content .cut{
    width: 708px;
    border-top: 1px solid #EEEEEE;
    margin-top: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    position: relative;
    transition: 1.5s;
}
.section2 .warp .left .content .cut .after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background: #E60012;
    transition: 0.6s;
}
.section2 .warp .left .content .cut .item{
    /*margin-right: 116px;*/
    width: 29%;
    text-align: center;
    cursor: pointer;
    min-height: 72px;
}
.section2 .warp .left .content .cut .item:last-child{
    margin-right: 0;
}
.section2 .warp .left .content .cut .item img{
    height: 40px;
    filter: grayscale(1) brightness(4);
    transition: 0.6s;
}
.section2 .warp .left .content .cut .item p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #686868;
    margin-top: 23px;
    transition: 0.6s;
}
.section2 .warp .left .content .flex{
    position: relative;
    height: 484px;
    width: 708px;
    margin-top: 100px;
}
.section2 .warp .left .content .flex_warp{
    height: 484px;
    position: absolute;
    top: 0;
    left: -75px;
    transition: 0.8s;
    opacity: 0;
    z-index: 0;
}
.flex_block{
    left: 0!important;
    opacity: 1!important;
    z-index: 1!important;
}
.section2 .warp .images{
    width: 607px;
    height: 100%;
    position: relative;
    transition: 1.5s;
    overflow: hidden;
}
.section2 .warp .images img{
    width: 100%;
    height: 100%;
    transition: 0.6s;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.section2 .warp .left .content .cut .active img{
    filter: unset;
}
.section2 .warp .left .content .cut .active p{
    color: #E60012;
}
.section3{
    width: auto;
    height: 100vh;
}
.section3 .warp{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: 100px;
}

.section3 .warp .left{
    margin-right: 140px;
}
@media screen and (max-width: 1920px) {
    .section3 .warp .left{
        margin-top: -130px;
    }
}
.section3 .warp .left .title{
    position: relative;
    transition: 0.6s;
}
.section3 .warp .title h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #5B5B5B;
}
.section3 .warp .title span{
    font-size: 25px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2C2C;
    margin-top: 26px;
}
.section3 .warp .title .line{
    margin-top: 23px;
    width: 1059px;
    height: 1px;
    background: #ECECEC;
}
.section3 .warp .text{
    display: flex;
    margin-top: 93px;
}
.section3 .warp .text p{
    position: relative;
    transition: 1s;
}
.section3 .warp .text p:first-child{
    width: auto;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1E1E1E;
    margin-right: 232px;
}
.section3 .warp .text p span{
    display: inline-block;
}
.section3 .warp .text p strong{
    color: #E60012;
    font-weight: normal;
}
.section3 .warp .text p{
    width: 559px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #353535;
    line-height: 38px;
    white-space: pre-wrap!important;
}
.section3 .warp .credential{
    margin-top: 21px;
    position: relative;
    transition: 0.6s;
}
.section3 .warp .credential .on{
    width: 105px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6F6F6F;
    display: block;
    margin-bottom: 20px;
    position: relative;
    left: 15px;
    transition: 0.6s;
    cursor: pointer;
}
.section3 .warp .credential .on:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 4px;
    height: 4px;
    background: #E60012;
    border-radius: 50%;
    opacity: 0;
    transition: 0.6s;
}
.section3 .warp .credential .active{
    color: #E60012;
}
.section3 .warp .credential .active:after{
    opacity: 1;
}
.section3 .warp .credential a:hover{
    color: #E60012;
}
.section3 .warp .credential a:hover:after{
    opacity: 1;
}
.section3 .warp .credential_warp{
    margin-top: 123px;
    width: 1059px;
}
.section3 .warp .credential_warp .swiper-slide{
    width: 100%;
    height: 100%;
}
.section3 .warp .credential_warp .swiper-slide .images{
    width: 248px;
    height: 166px;
    cursor: pointer;
}
.section3 .warp .credential_warp .swiper-slide .images img{
    width: 100%;
    height: 100%;
    transition: 3s;
}
.section3 .warp .credential_warp .swiper-slide .images img:hover{
    transform: scale(1.05);
}
.section3 .warp .credential_warp .swiper-slide .text{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2C2C;
    margin-top: 23px;
    display: flex;
    justify-content: center;
}
.section3 .warp .credential .button{
    display: flex;
    align-items: center;
    margin-top: 62px;
}
.section3 .warp .credential .button .click{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #c1c1c2;
    border-bottom: 10px solid transparent;
    cursor: pointer;
    position: static;
    margin-top: 0;
    opacity: 1!important;
    pointer-events: unset!important;
}
.section3 .warp .credential .button .click:after{
    display: none;
}
.section3 .warp .credential .button .line{
    width: 1px;
    height: 12px;
    background: #C1C1C2;
    margin-left: 15px;
    margin-right: 15px;
}
.section3 .warp .credential .button div:nth-child(3){
    transform: rotate(180deg);
    margin-right: 0;
}
.section3 .warp .credential .flex{
    position: relative;
    min-height: 291px;
}
.section3 .warp .credential .flex .con{
    position: absolute;
    top: 0;
    left: -50px;
    opacity: 0;
    transition: 1s;
}
.section3 .warp .credential .flex .active{
    left: 0;
    opacity: 1;
}
.section3 .warp .images{
    width: 607px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.section3 .warp .images img{
    width: 150%;
    position: absolute;
    top: 0;
    left: 0!important;
    height: 100%;
    transition: 0.6s;
    object-fit: cover;
}
.section3 .warp .swiper-slide .images img{
    object-fit: contain;
}

.section4{
    width: auto;
    height: 100vh;
    margin-right: 100px;
    margin-left: 120px;
}
@media screen and (max-width: 1920px) {
    .section4{
        margin-left: 120px;
    }
}
.section4 .warp .course_warp {
    width: 1715px;
}
.section4 .warp{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.section4 .warp .title{
    position: relative;
    transition: 1s;
}
.section4 .warp .title h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #5B5B5B;
}
.section4 .warp .title span{
    font-size: 25px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2C2C;
    margin-top: 26px;
}
.section4 .warp .title .line{
    margin-top: 23px;
    width: 672px;
    height: 1px;
    background: #ECECEC;
}
.section4 .warp .text{
    margin-top: 50px;
}
.section4 .warp .text p{
    width: 613px;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 42px;
    position: relative;
    transition: 1s;
}
.section4 .warp .text p strong{
    color: #E60012;
    font-weight: normal;
}
.section4 .warp .course{

    margin-top: 88px;
}
.section4 .warp .course_warp:after{
    content: "";
    position: absolute;
    top: 50.7%;
    left: 50%;
    transform: translateX(-50%);
    width: 99%;
    height: 1px;
    background: #EFEFEF;
}
.section4 .warp .course_warp .swiper-wrapper{
    width: 99%;
    margin: auto;
    transition-timing-function: linear!important;
}

.section4 .warp .course_warp .swiper-slide{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.section4 .warp .course_warp .swiper-slide:hover .circle{
    background: #E60012;
}
.section4 .warp .course_warp .swiper-slide:hover .circle:before{
    border: 1px solid #E60012;
}
.section4 .warp .course_warp .swiper-slide:hover .circle:after{
    border: 1px solid #E60012;
}
.section4 .warp .course_warp .swiper-slide:hover span{
    color: #E60012;
}
.section4 .warp .course_warp .swiper-slide .images{
    width: 260px;
    height: 152px;
    overflow: hidden;
}
.section4 .warp .course_warp .swiper-slide .images img{
    width: 100%;
    height: 100%;
    transition: 2.5s;
    cursor: pointer;
}
.section4 .warp .course_warp .swiper-slide .images img:hover{
    transform: scale(1.07);
}
.section4 .warp .course_warp .swiper-slide span{
    font-size: 30px;
    font-family: Saira Condensed;
    font-weight: 600;
    color: #000000;
    margin-top: 21px;
    transition: 0.6s;
}
.section4 .warp .course_warp .swiper-slide .circle{
    width: 10px;
    height: 10px;
    background: #AEAEAE;
    border-radius: 50%;
    margin-top: 51px;
    margin-bottom: 42px;
    position: relative;
    transition: 0.6s;
}
.section4 .warp .course_warp .swiper-slide .circle:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.5);
    width: 200%;
    height: 200%;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    animation: name 1s infinite linear;
    animation-delay: 200ms;
    transition: 0.6s;
}
.section4 .warp .course_warp .swiper-slide .circle:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.5);
    width: 200%;
    height: 200%;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    animation: name 1s infinite linear;
    animation-delay: 600ms;
    transition: 0.6s;
}
@keyframes name {
    100%{
        transform: translate(-50%,-50%) scale(1.4);
        opacity: 0;
    }
}
.section4 .warp .course_warp .swiper-slide p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2A2324;
    position: relative;
    left: 20px;
    line-height: 27px;
    width: 237px;
    /*min-height: 81px;*/
    white-space: pre-wrap;
}
.section4 .warp .course_warp .swiper-slide p:after{
    content: "";
    position: absolute;
    top: 10px;
    left: -20px;
    width: 6px;
    height: 6px;
    background: #E60012;
    border-radius: 50%;
}
.section4 .warp .course_warp .swiper-slide:nth-child(even){
    flex-direction: column-reverse;
    margin-top: auto;
}
.section4 .warp .course_warp .swiper-slide:nth-child(even) .circle{
    margin-top: 162px;
}
.section5{
    width: auto;
    height: 100vh;
}
.section5 .warp{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-right: 100px;
}
.section5 .warp .left{
    width: 736px;
    height: 100%;
    margin-right: 133px;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 1920px) {
    .section5 .warp .left{
        margin-right: 50px;
    }
}
.section5 .warp .right{
    width: 800px;
}
.section5 .warp .left .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.section5 .warp .left .title{
    width: 572px;
    margin: 143px auto 92px;
    position: relative;
    z-index: 1;
    transition: 1s;
}
.section5 .warp .left .text{
    position: relative;
    z-index: 1;
    transition: 1s;
}
.section5 .warp .left .title h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #fff;
}
.section5 .warp .left .title span{
    font-size: 25px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    margin-top: 26px;
}
.section5 .warp .left .title .line{
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: 23px;
}
.section5 .warp .right .text{
    margin-bottom: 91px;
    position: relative;
    transition: 1s;
}
.section5 .warp .right .data{
    position: relative;
    transition: 1s;
}
.section5 .warp .right .text:last-child{
    margin-bottom: 125px;
}
.section5 .warp .left .text p{
    width: 572px;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    margin: auto;
}
.section5 .warp .left .text p strong{
    font-weight: normal;
    color: #E60012;
}
.section5 .warp .right .text .number {
    height: 45px;
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
}
.section5 .warp .right .text .number p{
    font-size: 50px;
    font-family: Nexa Text-Trial;
    font-weight: bold;
    color: #000000;
    line-height: 12px;
    opacity: 0.1;
    position: absolute;
    bottom: 3px;
    left: 0;
}
.section5 .warp .right .text span{
    margin-top: 28px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1B1B1B;
    margin-bottom: 36px;
}

.section5 .warp .right .text p{
    width: 545px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #353535;
    line-height: 30px;
    white-space: pre-wrap;
}

.section6{
    width: 100%;
    height: 100vh;
}
@media screen and (max-width: 1920px) {
    .section6{
        width: auto;
        margin-left: 140px;
        margin-right: 100px;
    }
}
.section6 .warp{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.section6 .warp .title{
    position: relative;
    top: 65px;
    opacity: 0;
    transition: 1s;
}
.section6 .warp .title h1{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #5B5B5B;
}
.section6 .warp .title span{
    font-size: 25px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2C2C;
    margin-top: 26px;
}
.section6 .warp .title .line{
    margin-top: 23px;
    width: 672px;
    height: 1px;
    background: #ECECEC;
}
.section6 .warp .text{
    margin-top: 93px;
    position: relative;
    top: 65px;
    opacity: 0;
    transition: 1s;
}
.section6 .warp .text p{
    width: 600px;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1E1E1E;
}
.section6 .warp .images{
    width: 1224px;
    height: 433px;
    margin-top: 106px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
    top: 65px;
    opacity: 0;
    transition: 1s;
}
.section6 .warp .images .con{
    width: 177px;
    margin-right: 84px;
    margin-bottom: 20px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section6 .warp .images .con img{
    transition: 2s;
    cursor: pointer;
}
.section6 .warp .images .con:hover img{
    transform: scale(1.05);
}
.section6 .warp .images .con:nth-child(5n){
    margin-right: 0;
}
@media screen and (max-width: 1660px) {
    .section .warp .left .text p{
        font-size: 12px;
    }
    .section2 .warp .images img{
        left: -135px!important;
    }
    .section2 .warp .left .content .text p{
        font-size: 12px;
    }
    .section3 .warp .text p{
        font-size: 13px;
    }
    .section3 .warp  > .images img{
        left: -134px!important;
    }
    .section4 .warp .course_warp .swiper-slide p{
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    #container {
        position: static !important;
        width: auto !important;
        display: block !important;
        transition: unset !important;
    }
    body{
        height: auto!important;
    }

    .section {
        height: auto;
        display: flex;
        align-items: unset;
        justify-content: unset;
    }

    .section .warp {
        width: 100%;
        flex-direction: column-reverse;
        float: unset;
        margin-left: 0;
    }

    .section .warp .images {
        width: 100%;
        height: auto;
    }

    .section .warp .images img:hover {
        transform: scale(1);
    }

    .section .warp .left {
        width: 88%;
        margin: 115px auto;
    }

    .section .warp .left .title span {
        margin-top: 15px;
        font-size: 28px;
    }

    .section .warp .left .title .line {
        width: 100%;
    }

    .section .warp .left .text {
        margin-top: 25px;
    }

    .text span, .text span {
        font-size: 24px !important;
    }

    .section .warp .left .text p {
        width: 100%;
    }

    .section2 {
        margin-left: 0;
    }

    .section2 .warp .left {
        margin-right: 0;
    }

    .section2 .warp {
        height: auto;
        flex-direction: column;
        align-items: unset;
        width: 88%;
        margin: 60px auto;
    }

    .section2 .warp .left .title {
        left: 0 !important;
        opacity: 1 !important;
    }

    .section2 .warp .left .title span {
        font-size: 28px;
        margin-top: 15px;
    }

    .section2 .warp .left .title .line {
        width: 100%;
    }

    .section2 .warp .left .content .flex {
        margin-top: 25px;
        width: 100%;
        height: auto;
    }

    .section2 .warp .left .content .con h1 {
        font-size: 20px;
        margin-right: 0;
    }

    .section2 .warp .left .content .con {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: unset;
        opacity: 1 !important;
        top: 0 !important;
    }

    .section2 .warp .left .content .con .item {
        margin-top: 20px;
    }

    .section2 .warp .left .content .con .item .border {
        width: 35px;
        height: 35px;
    }

    .section2 .warp .left .content .text h1 {
        font-size: 16px;
        opacity: 1 !important;
        top: 0 !important;
    }

    .section2 .warp .left .content .text p {
        width: 100%;
        opacity: 1 !important;
        top: 0 !important;
    }

    .section2 .warp .left .content .cut {
        width: 100%;
        justify-content: space-around;
        opacity: 1 !important;
        top: 0 !important;
    }

    .section2 .warp .left .content .cut .item p {
        font-size: 12px;
        margin-top: 10px;
    }

    .section2 .warp .images {
        width: 100%;
        height: auto;
        margin-top: 30px;
        opacity: 1 !important;
        left: 0 !important;
        display: none;
    }

    .section2 .warp .images img {
        width: 80%;
        left: 0 !important;
        position: static;
    }

    .section3 {
        height: auto;
    }

    .section3 .warp {
        width: 88%;
        margin: 60px auto;
        height: auto;
        align-items: unset;
        justify-content: unset;
        flex-direction: column;
    }

    .section3 .warp .left {
        width: 100%;
        margin: auto;
    }

    .section3 .warp .title span {
        font-size: 28px;
        margin-top: 15px;
    }

    .section3 .warp .title .line {
        width: 100%;
    }

    .section3 .warp .text {
        margin-top: 30px;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .section3 .warp .text p {
        width: 100%;
    }

    .section3 .warp .text p:first-child span {
        display: flex;
    }

    .section3 .warp .text p:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .section3 .warp .credential {
        margin-top: 40px;
    }

    .section3 .warp .credential_warp {
        margin-top: 25px;
        width: 100%;
    }

    .section3 .warp .credential .flex .con {
        width: 100%;
    }

    .section3 .warp .credential_warp .swiper-slide .images {
        width: 100%;
    }

    .section3 .warp .credential_warp .swiper-slide {
        text-align: center;
    }

    .section3 .warp .credential .button {
        justify-content: center;
    }

    .section4 {
        margin-left: 0;
        height: auto;
        margin-right: 0;
        overflow: hidden;
    }

    .section4 .warp .title span {
        margin-top: 15px;
        font-size: 28px;
    }

    .section4 .warp .text {
        margin-top: 20px;
    }

    .section4 .warp {
        width: 88%;
        margin: 60px auto 0;
        align-items: unset;
        justify-content: unset;
        height: auto;
    }

    .section4 .warp .course_warp .swiper-slide:nth-child(even) {
        flex-direction: column;
        margin: unset;
    }

    .section4 .warp .course_warp .swiper-slide:nth-child(even) .circle {
        margin-top: 51px;
    }

    .section4 .warp .course_warp:after {
        top: 58%;
    }

    .section5 {
        height: auto;
    }

    .section5 .warp {
        height: auto;
        align-items: unset;
        justify-content: unset;
        flex-direction: column;
        margin-right: 0;
    }

    .section5 .warp .left {
        margin-right: 0;
        width: 100%;
    }

    .section5 .warp .left .bg {
        position: static;
    }

    .section5 .warp .left .title {
        width: 88%;
        margin: 20px auto;
    }

    .section5 .warp .left .title h1 {
        color: #111;
    }

    .section5 .warp .left .title span {
        color: #111;
        font-size: 28px;
        margin-top: 15px;
    }

    .section5 .warp .left .text {
        width: 88%;
        margin: 20px auto;
    }

    .section5 .warp .left .text p {
        width: 100%;
        line-height: 30px;
    }

    .section5 .text span, .text span {
        font-size: 18px !important;
        color: #111;
    }

    .section5 .warp .left .title .line {
        background-color: #111;
    }

    .section5 .warp .right {
        width: 88%;
        margin: 20px auto;
    }

    .section5 .warp .right .text p {
        width: 100%;
        font-size: 12px;
    }

    .section5 .warp .right .text {
        margin-bottom: 25px;
    }

    .section5 .warp .right .data img {
        width: 100%;
    }

    .section6 {
        width: 100%;
        margin: 0;
        height: auto;
    }

    .section6 .warp {
        width: 88%;
        margin: 60px auto 100px;
        align-items: unset;
        justify-content: center;
        height: auto;
    }

    .section6 .warp .content {
        width: 100%;
    }

    .section6 .warp .title span {
        font-size: 28px;
        margin-top: 15px;
    }

    .section6 .warp .title .line {
        width: 100%;
    }

    .section6 .warp .text {
        margin-top: 25px;
    }

    .section6 .warp .images {
        width: 100%;
        height: auto;
        margin-top: 30px;
        justify-content: space-between;
    }

    .section6 .warp .images .con {
        width: 47%;
        margin-right: 0;
    }

    .section6 .warp .images .con img {
        width: 66%;
    }

    .flex_block {
        display: block !important;
    }

    .section2 .warp .left .content .flex_warp {
        height: auto;
        position: static;
        opacity: 1;
        display: none;
    }

    .section3 .warp .left .title {
        opacity: 1 !important;
        left: 0 !important;
    }

    .section3 .warp .credential {
        opacity: 1 !important;
        left: 0 !important;
    }

    .section4 .warp .title {
        opacity: 1 !important;
        left: 0 !important;
    }

    .section4 .warp .text p {
        opacity: 1 !important;
        left: 0 !important;
    }

    .section5 .warp .left .title {
        top: 0 !important;
        opacity: 1 !important;
    }

    .section5 .warp .left .text {
        top: 0 !important;
        opacity: 1 !important;
    }

    .section5 .warp .right .text {
        left: 0 !important;
        opacity: 1 !important;
    }

    .section5 .warp .right .data {
        left: 0 !important;
        opacity: 1 !important;
    }

    .section6 .warp .title {
        top: 0 !important;
        opacity: 1 !important;
    }

    .section6 .warp .text {
        top: 0 !important;
        opacity: 1 !important;
    }

    .section6 .warp .images {
        top: 0 !important;
        opacity: 1 !important;
    }

    .section3 .warp .text p {
        left: 0 !important;
        opacity: 1 !important;
    }

    .section .warp .left .title {
        transform: translate(0, 0);
        opacity: 1!important;
    }
    .section .warp .left .text{
        transform: translate(0, 0);
        opacity: 1!important;
    }
    .section .warp .images{
        transform: translate(0, 0);
        opacity: 1!important;
    }
    .section4 .warp .course_warp .swiper-slide .images{
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 1600px) {
    .section .warp .left .text{
        margin-top: 20px;
    }
    .text span, .text span{
        font-size: 20px!important;
    }
    .section2 .warp .left .content .flex{
        margin-top: 28px;
    }
    .section2 .warp .left .content .con{
        margin-bottom: 39px;
    }
    .section .warp .left .title span{
        margin-top: 10px;
    }
    .section .warp .images{
        width: auto;
    }
    .section .warp .images img{
        width: auto;
    }
    .section2 .warp .left .title span{
        margin-top: 10px;
        font-size: 20px;
    }
    .section2 .warp .left .title .line{
        margin-top: 10px;
    }
    .section2 .warp .left .content .con h1{
        font-size: 24px;
    }
    .section2 .warp .left .content .cut{
        margin-top: 0;
    }
    .section3 .warp .text{
        margin-top: 10px;
    }
    .section3 .warp .text p{
        font-size: 12px;
        line-height: 24px;
    }
    .section3 .warp .credential_warp{
        margin-top: 62px;
    }
    .section4 .warp .title .line{
        margin-top: 10px;
    }
    .section4 .warp .text{
        margin-top: 15px;
    }
    .section4 .warp .course{
        margin-top: 15px;
    }
    .section4 .warp .course_warp .swiper-slide p{
        font-size: 12px;
    }
    .section5 .warp .right .text{
        margin-bottom: 25px;
    }
    .section3 .warp > .images img{
        left: 0!important;
    }
    .section3 .warp .images img{
        width: 100%;
        object-fit: cover;
    }
    .section3 .warp .swiper-slide .images img{
        object-fit: contain;
    }
}
