.section{
    width: 100%;
    overflow: hidden;
    background: #060606;
    position: relative;
}
.section .background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.section .wrap{
    width: 1400px;
    margin: 153px auto 20px;
}
.section .wrap .title{
    text-align: center;
    margin: 0 0 193px 0;
}
.section .wrap .title .aos_scrollbar{
    margin: 0 0 134px 0;
}

.section .wrap .title span{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
}
.section .wrap .title p{
    width: 1069px;
    margin: auto;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 55px;
    opacity: 0.5;
}
.section .wrap .content .line{
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.08);
    position: relative;
    transition: 0.6s;
    overflow: hidden;
}

.section .wrap .content .line:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 1px;
    background: #fff;
    transform: translateX(-20px);
    transition: 1s;
}
.section .wrap .content .line:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 1px;
    background: #fff;
    transform: translateX(20px);
    transition: 1s;
}
.section .wrap .content .line.aos-animate:after,.section .wrap .content .line.aos-animate:before{
    transform: translateX(0);
}
.section .wrap .content .text{
    margin: 146px 0 92px 0;
}
.section .wrap .content .text h1{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 24px 0;
}
.section .wrap .content .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0.5;
}
.section .wrap .content .sequence{
    margin: 0 0 218px 0;
}
.section .wrap .content .sequence .item:not(:last-child) {
    margin: 0 0 93px 0;
}
.section .wrap .content .sequence .item span{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0.5;
}
.section .wrap .content .sequence .item .color{
    margin: 44px 0 0 0;
    display: flex;
}
.section .wrap .content .sequence .item .color .list{
    width: 210px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section .wrap .content .sequence .item .color .list .after{
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid rgba(2, 116, 213, 0.15);
    border-bottom: 7px solid transparent;
}
.section .wrap .content .sequence .item .color .list:not(:last-child) {
    margin: 0 23px 0 0;
}
.section .wrap .content .sequence .item .color .list p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
}
.section .wrap .content .sequence .item .color .list:first-child p{
    opacity: 0.5;
}
.section2{
    width: 100%;
    background: #060606;
    overflow: hidden;
}
.section2 .wrap{
    margin: 90px auto 100px;
}
.section2 .wrap .title{
    text-align: center;
}
.section2 .wrap .title span{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}
.section2 .wrap .title  .welfare{
    margin: 134px auto 0;
    display: flex;
    justify-content: center;
}
.section2 .wrap .title  .welfare .item{
    width: 175px;
    height: 217px;
}
.section2 .wrap .title  .welfare .item .joke{
    width: 175px;
    height: 217px;
    background: #1A1B1C;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section2 .wrap .title  .welfare .item:not(:last-child) {
    margin: 0 26px 0 0;
}
.section2 .wrap .title  .welfare .item .circle{
    width: 88px;
    height: 88px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 32px 0;
    transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section2 .wrap .title  .welfare .item p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0.35;
    transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section2 .wrap .title  .welfare .item:hover .joke{
    background: #0274D5;
    transform: translateY(-5px);
}
.section2 .wrap .title  .welfare .item:hover .joke .circle{
    background: rgba(255, 255, 255, 0.2);
}
.section2 .wrap .title  .welfare .item:hover .joke p{
    opacity: 1;
}
.section2 .wrap .content{
    margin: 173px 0 0 0;
    position: relative;
}
.section2 .wrap .content .swiper{
    width: 127%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.section2 .wrap .content .swiper img{
    width: 100%;
}
.section2 .wrap .content .swiper .swiper-slide{
    overflow: hidden;
    border-radius: 10px;
}
.section2 .wrap .content .swiper .swiper-slide:after{
    content: "";
    position: absolute;
    top: 0;
    left: -1%;
    z-index: 0;
    width: 102%;
    height: 100%;
    background-color: #060606;
    transform: scaleX(1) translateZ(0);
    transform-origin: left;
    transition: transform 1.2s cubic-bezier(.77, 0, .175, 1) .2s, -webkit-transform 1.2s cubic-bezier(.77, 0, .175, 1) .2s;
    transition-delay: 0s;
}
.section2 .wrap .content .swiper.aos-animate .swiper-slide:after{
    transform: scaleX(0) translateZ(0);
}

.section2 .wrap .content .culture_paging {
    position: static;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 58px auto;
}

.section2 .wrap .content .culture_paging .line {
    width: 40px;
    height: 2px;
    background: rgba(255,255,255,0.08);
    margin: 0 14px 0 0;
    position: relative;
    overflow: hidden;
}

.section2 .wrap .content .culture_paging .line:last-child {
    margin: 0;
}

.section2 .wrap .content .culture_paging .line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 116, 213, 1);
    transform: translateX(-101%);
}

.section2 .wrap .content .culture_paging .active:after {
    animation: 5s linear linear forwards;
}

@keyframes linear {
    100% {
        transform: translateX(0);
    }
}
.section2 .wrap .content .text{
    text-align: center;
    margin: 172px 0 0 0;
}
.section2 .wrap .content .text span{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    display: block;
    margin: 0 0 40px 0;
}
.section2 .wrap .content .text p{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0.5;
}
.section2 .wrap .content .text .images{
    margin: 86px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section2 .wrap .content .text .images a:not(:last-child) {
    margin: 0 69px 0 0;
}
@media screen and (max-width: 1650px) {
    .section .wrap{
        max-width: 90%;
    }
    .section .wrap .title p{
        max-width: 100%;
    }
    .section2 .wrap .title .welfare{
        max-width: 90%;
    }
}

@media screen and (max-width: 1400px) {
    .section2 .wrap .title .welfare .item{
        width: 15%;
    }
}

/* mobile */
@media screen and (max-width: 1270px) {
    .section .wrap .title span{
        font-size: 21px;
    }
    .section .wrap {
        margin: 64px auto 20px;
    }
    .section .wrap .title .aos_scrollbar {
        margin: 0 0 33px 0;
    }
    .section .wrap .title p{
        font-size: 13px;
        line-height: 30px;
    }
    .section .wrap .title .aos_scrollbar:nth-child(2){
        margin: 0;
    }
    .section .wrap .content .line:before,.section .wrap .content .line:after{
        transform: translateX(0);
    }
    .section .wrap .title {
        margin: 0 0 55px 0;
    }
    .section .wrap .content .text {
        margin: 37px 0 50px 0;
    }
    .section .wrap .content .text h1{
        font-size: 24px;
    }
    .section .wrap .content .text p{
        font-size: 13px;
        line-height: 25px;
    }
    .section .wrap .content .sequence .item span{
        font-size: 13px;
    }
    .section .wrap .content .sequence .item .color {
        margin: 30px 0 0 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section .wrap .content .sequence .item .color .list .after{
        display: none;
    }
    .section .wrap .content .sequence .item .color .list{
        width: 30%;
    }
    .section .wrap .content .sequence .item .color .list{
        margin: 0 0 4% 0!important;
    }
    .section .wrap .content .sequence .item .color .list p{
        font-size: 15px;
    }
    .section .wrap .content .sequence .item:not(:last-child) {
        margin: 0 0 57px 0;
    }
    .section .wrap .content .sequence {
        margin: 0 0 80px 0;
    }
    .section2 .wrap{
        width: 90%;
    }
    .section2 .wrap .title span{
        font-size: 28px;
    }
    .section2 .wrap {
        margin: 17px auto 59px;
    }
    .section2 .wrap .title .welfare {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 61px auto 0;
    }
    .section2 .wrap .title .welfare .item{
        width: 15%;
        margin: 0 0 5% 0!important;
        height: auto;
    }
    .section2 .wrap .title .welfare .item .joke{
        width: 100%;
        padding: 25px 0;
        height: auto;
    }
    .section2 .wrap .title .welfare .item p{
        font-size: 16px;
    }
    .section2 .wrap .content .swiper .swiper-slide:after{
        display: none;
    }
    .section2 .wrap .content {
        margin: 91px 0 0 0;
        position: relative;
    }
    .section2 .wrap .content .swiper{
        width: 100%;
        left: 0;
        transform: translateX(0);
    }
    .section2 .wrap .content .text {
        margin: 93px 0 0 0;
    }
    .section2 .wrap .content .text p{
        font-size: 13px;
        line-height: 25px;
    }
}
@media screen and (max-width: 1000px) {
    .section2 .wrap .title .welfare .item{
        width: 30%;
    }
}
@media screen and (max-width: 450px) {
    .section .wrap .content .sequence .item .color .list{
        width: 48%;
    }
    .section2 .wrap .title .welfare .item{
        width: 47%;
    }
}
