
.about_body #r6 {
    /* background-color: #f5f9fc; */
    overflow: hidden;
    position: relative;
}



.about_body #r6 .vh_full {
    padding: 1px;
}

.about_body #r6 .v_time_box {
    max-width: 1920px;
    margin: 25vh auto;
}

.about_body #r6 .v_time_box .swiper-container {
    overflow: visible;
    height: 50vh;
}

.about_body #r6 .v_time_box .swiper-container .swiper-pagination {
    pointer-events: none;
    width: 10%;
    left: auto;
    right: 1%;
    top: 50%;
    display: flex;
    align-items: center;
    line-height: .8;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    transform: translateY(-50%);
}

.about_body #r6 .v_time_box .swiper-container .swiper-pagination .num {
    font-size: 40px;
    font-weight: 600;
    color: #093483;
    margin-right: 10px;
    margin-top: -4px;
}

.about_body #r6 .v_time_box .swiper-container .abo_scr7_con {
    display: flex;
    /* align-items: flex-start; */
    /* transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99); */
    transition: all .68s;
}

.about_body #r6 .v_time_box .swiper-container .abo_scr7_con .abo_left {
    width: 50%;
}

.about_body #r6 .v_time_box .swiper-container .abo_scr7_con .abo_right {
    width: 50%;
    position: relative;
    padding-left: 220px;
    display: flex;
    align-items: center;
    /* transition: height 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99); */
    height: 88px;
    font-size: 110px;
    transition: all .68s;
}

.about_body #r6 .v_time_box .swiper-container .abo_scr7_con .abo_right .iconfont {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 1;
    display: block;
    color: #093483;
    transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.about_body #r6 .v_time_box .swiper-container .abo_scr7_con .abo_right .num_b {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;

    background: linear-gradient(90deg, #093483 0%, #2c8dcd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    white-space: nowrap;

    /* transition: font-size 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99); */
    transition: all .68s;
}

.about_body #r6 .v_time_box .swiper-container .swiper-slide.active {
    display: block;
}

.about_body #r6 .v_time_box .swiper-container .swiper-slide.active .abo_scr7_con {
    margin-top: 0;
    margin-bottom: 0;
}


.about_body #r6 .v_time_box .swiper-container .swiper-slide.active .abo_scr7_con .abo_right {
    height: 50vh;
}

.about_body #r6 .v_time_box .swiper-container .swiper-slide.active .abo_scr7_con .abo_right .iconfont {
    opacity: 0;
}

.about_body #r6 .v_time_box .swiper-container .swiper-slide.active .abo_scr7_con .abo_right .num_b {
    font-size: 200px;
}

.about_body #r6 .v_time_box .swiper-container .swiper-slide.swiper-slide-next .abo_scr7_con {
    margin-top: 104px;
}

.about_body #r6 .v_time_box .swiper-container .swiper-slide.swiper-slide-prev {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.about_body #r6 .v_time_box .swiper-container .swiper-slide.swiper-slide-prev .abo_scr7_con {
    margin-bottom: 66px;
    width: 100%;
}

/* ========================= */

