.header .bottom {
    background: rgba(8, 24, 43, 0.85);
    backdrop-filter: blur(10px);
}

.common_banner {
    height: 100vh;
    position: relative;
}

.common_banner .img {
    height: 100%;
}

.common_banner .img img {
    height: 100%;
}

.common_banner .banner_top {
    top: 206px;
}

.common_banner .banner_top .banner_top_title {
    margin: 0 0 16px;
    color: #FFF;
    font-family: 'Inter sb';
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
}

.common_banner .banner_top .label {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.common_banner .scroll_alert {
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 60px;
    bottom: 100px;
    z-index: 3;
}

.common_banner .scroll_alert img {
    display: block;
    width: 14px;
    animation-duration: 2s !important;
    animation-iteration-count: infinite !important;
    animation-name: tds-keyframe--bounce !important;
}

.sec1 {
    padding: 126px 0 158px;
}

.sec1 .wrap .title {
    font-family: 'Inter sb';
    color: #10253F;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.33333;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 49px;
}

.sec1 .wrap .des {
    width: 950px;
    margin: 0 auto 87px;
    color: rgba(16, 37, 63, 0.6);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}

.sec1 .wrap .more {
    display: flex;
    justify-content: center;
}

.sec1 .wrap .more a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 29px 0 32px;
    height: 46px;
    border-radius: 23px;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
    transition: 0.6s;
}

.sec1 .wrap .more a p {
    color: #10253F;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.42px;
    text-transform: capitalize;
    transition: 0.6s;
}

.sec1 .wrap .more a .icon svg {
    display: block;
    width: 21px;
}

.sec1 .wrap .more a .icon svg path {
    transition: 0.6s;
}

.sec1 .wrap .more a:hover {
    background: #10253F;
}

.sec1 .wrap .more a:hover p {
    color: #FFFFFF;
}

.sec1 .wrap .more a:hover .icon svg path {
    fill: #FFFFFF;
}

.sec1 .wrap .list {
    margin: 102px 0 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.sec1 .wrap .list .item {
    position: relative;
}

.sec1 .wrap .list .item .small_item {
    position: absolute;
    width: 209px;
    height: 92px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.06);
    top: 138px;
    left: -114px;
    padding: 18px 0 0 26px;
}

.sec1 .wrap .list .item .small_item .small_item_h5 {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sec1 .wrap .list .item .small_item .small_item_h5 .icon {
    width: 24px;
}

.sec1 .wrap .list .item .small_item .small_item_h5 .icon img {
    display: block;
    width: 100%;
}

.sec1 .wrap .list .item .small_item .small_item_h5 p {
    color: #03060B;
    font-family: 'Inter sb';
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

.sec1 .wrap .list .item .small_item .small_item_p {
    padding: 0 0 0 42px;
    color: #03060B;
    font-size: 12px;
    font-weight: 400;
    margin: 4px 0 0;
}

.sec1 .wrap .list .item .item_box {

    width: 705px;
    height: 467px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.sec1 .wrap .list .item .item_box .item_box_num {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    padding: 44px 38px 42px;
}

.sec1 .wrap .list .item .item_box .item_box_num .item_box_num_h5 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 4px;
}

.sec1 .wrap .list .item .item_box .item_box_num .item_box_num_h5 .count {
    font-family: 'Inter sb';
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
    min-width: 150px;
}

.sec1 .wrap .list .item .item_box .item_box_num .item_box_num_h5 .biao {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    display: block;
}

.sec1 .wrap .list .item .item_box .item_box_num .item_box_num_p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.sec1 .wrap .list .item .item_box .img {
    width: 100%;
    height: 100%;
}

.sec1 .wrap .list .item .item_box .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .wrap .list .item:nth-child(2) {
    margin: 119px 0 0;
}

.sec1 .wrap .list .item:nth-child(2) .small_item {
    top: 258px;
    right: -153px;
    left: unset;
}

.sec1 .wrap .list .item:nth-child(2) .item_box .item_box_num {
    bottom: unset;
    top: 0;
}

.sec1 .wrap .list .item:nth-child(2) .item_box .item_box_num .item_box_num_h5 .count, .sec1 .wrap .list .item:nth-child(2) .item_box .item_box_num .item_box_num_h5 .biao {
    color: #10253F;
}

.sec1 .wrap .list .item:nth-child(2) .item_box .item_box_num .item_box_num_p {
    color: #10253F;
}

.sec2 {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 149px 0 0;
}

.sec2 .wrap .title {
    font-family: 'Inter sb';
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    line-height: 64px;
    text-transform: capitalize;
}

.sec2 .wrap .des {
    width: 1134px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    margin: 34px auto 86px;
}

.sec2 .wrap .list {
    display: flex;
    justify-content: center;
    gap: 140px;
    margin-bottom: 165px;
}

.sec2 .wrap .list .item {
    width: 260px;
    text-align: center;
}

.sec2 .wrap .list .item .icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.sec2 .wrap .list .item .p {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    text-transform: capitalize;
}

.sec2 .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.sec2 .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 .more {
    display: flex;
    justify-content: center;
}

.sec2 .more a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 29px 0 32px;
    height: 46px;
    border-radius: 23px;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
    transition: 0.6s;
}

.sec2 .more a p {
    color: #10253F;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.42px;
    text-transform: capitalize;
    transition: 0.6s;
}

.sec2 .more a .icon svg {
    display: block;
    width: 21px;
}

.sec2 .more a .icon svg path {
    transition: 0.6s;
}

.sec2 .more a:hover {
    background: #10253F;
}

.sec2 .more a:hover p {
    color: #FFFFFF;
}

.sec2 .more a:hover .icon svg path {
    fill: #FFFFFF;
}

.sec3 {
    padding: 147px 0 160px;
    overflow: hidden;
}

.sec3 .wrap .title {
    font-family: 'Inter sb';
    color: #10253F;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3333;
    text-transform: capitalize;
}

.sec3 .wrap .des {
    margin: 25px 0 58px;
    color: rgba(16, 37, 63, 0.6);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    text-transform: capitalize;
}

.sec3 .wrap .swiper {
    width: 1200px;
    overflow: unset;
    margin: 0;
}

.sec3 .wrap .swiper .swiper-slide {
    height: 540px;
    border-radius: 12px;
    position: relative;
}

.sec3 .wrap .swiper .swiper-slide .slide_bottom {
    position: absolute;
    z-index: 3;
    bottom: 0;
    padding: 0 40px 60px;
}

.sec3 .wrap .swiper .swiper-slide .slide_bottom .h5 {
    font-family: 'Inter';
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.sec3 .wrap .swiper .swiper-slide .slide_bottom .p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    text-transform: capitalize;
}

.sec3 .wrap .swiper .swiper-slide .img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.sec3 .wrap .swiper .swiper-slide .img:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(16, 37, 63, 0) 0%, #10253F 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.sec3 .wrap .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec3 .wrap .swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.sec3 .wrap .swiper_control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0;
}

.sec3 .wrap .swiper_control .swiper-pagination {
    position: unset;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sec3 .wrap .swiper_control .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 100px;
    height: 3px;
    background: rgba(16, 37, 63, 0.2);
    margin: 0;
    border-radius: 0;
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.sec3 .wrap .swiper_control .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: #10253F;
    position: absolute;
    top: 0;
    left: 0;
}

.sec3 .wrap .swiper_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    animation: line 5s ease alternate;
}

.sec3 .wrap .swiper_control .btns {
    display: flex;
    gap: 12px;
}

.sec3 .wrap .swiper_control .btns .jt {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
}

.sec3 .wrap .swiper_control .btns .jt svg {
    display: block;
    width: 8px;
    height: auto;
}

.sec3 .wrap .swiper_control .btns .jt svg path {
    transition: 0.6s;
}

.sec3 .wrap .swiper_control .btns .jt:nth-child(2) svg {
    transform: rotate(180deg);
}

.sec3 .wrap .swiper_control .btns .jt:hover {
    background: #D9D9D9;
}

.sec3 .wrap .swiper_control .btns .jt:hover svg path {
    fill: #999;
}

.sec4 {
    padding: 120px 0 141px;
    background: #F5F5F6;
}

.sec4 .wrap .sec4_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sec4 .wrap .sec4_top .title {
    color: #10253F;
    font-family: 'Inter sb';
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
    text-transform: capitalize;
}

.sec4 .wrap .sec4_top .des {
    width: 706px;
    color: rgba(16, 37, 63, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    text-transform: capitalize;
    padding: 0 0 15px;
}

.sec4 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 35px;
    margin: 70px 0 0;
}

.sec4 .wrap .list .item {
    width: 260px;
    text-align: center;
}

.sec4 .wrap .list .item .item_box {
    width: 100%;
    height: 340px;
    border-radius: 12px;
    background: #FFF;
    padding: 26px 0 0;
    transition: 0.6s;
    border: 1px solid #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0);
}

.sec4 .wrap .list .item .item_box .avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 14px;
}

.sec4 .wrap .list .item .item_box .avatar img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 .wrap .list .item .item_box .name {
    font-family: 'Inter';
    color: #10253F;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    text-transform: capitalize;
    transition: 0.6s;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: transparent;
}

.sec4 .wrap .list .item .item_box .position {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-transform: capitalize;
    margin: 5px 0 26px;
    transition: 0.6s;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: transparent;
}

.sec4 .wrap .list .item .item_box .share {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.sec4 .wrap .list .item .item_box .share .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: #6FC5C4;
    transition: 0.6s;
}

.sec4 .wrap .list .item .item_box .share .icon img {
    display: block;
    max-height: 80%;
    max-width: 80%;
}

.sec4 .wrap .list .item .item_box .share .icon:hover {
    background: #10253F;
}

.sec4 .wrap .list .item .item_box:hover {
    border: 1px solid #6FC5C4;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.sec4 .wrap .list .item .item_box:hover .name {
    -webkit-text-stroke-color: #6FC5C4;
}

.sec4 .wrap .list .item .item_box:hover .position {
    -webkit-text-stroke-color: #6FC5C4;
}

.sec5 {
    padding: 160px 0;
}

.sec5 .wrap .title {
    color: #10253F;
    font-family: 'Inter sb';
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 25px;
}

.sec5 .wrap .des {
    width: 950px;
    margin: 0 auto 45px;
    color: rgba(16, 37, 63, 0.6);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}

.sec5 .wrap .list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.sec5 .wrap .list .item {
    width: 460px;
    height: 460px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.sec5 .wrap .list .item img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec5 .wrap .list .item .p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    position: absolute;
    padding: 0 24px 24px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.sec5 .wrap .list .item:hover img {
    transform: scale(1.1);
}

.sec6 {
    padding: 130px 0 0;
}
.sec6 .wrap {
    border-radius: 12px;
    background: #F5F5F6;
    overflow: hidden;
}
.sec6 .wrap .top {
    width: 100%;
    height: 353px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec6 .wrap .top img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec6 .wrap .top .title {
    color: #10253F;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.333;
    text-transform: capitalize;
    position: absolute;
    z-index: 3;
    font-family: 'Inter sb';
}
.sec6 .wrap .bottom {
    padding: 46px 50px 50px;
    display: flex;
    justify-content: space-between;
}
.sec6 .wrap .bottom .item {
    width: 50%;
}
.sec6 .wrap .bottom .item .item-title {
    color: #10253F;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.sec6 .wrap .bottom .item .item_des .info {
    display: flex;
    align-items: center;
    gap: 6px;
}
.sec6 .wrap .bottom .item .item_des .info .icon {
    width: 24px;
}
.sec6 .wrap .bottom .item .item_des .info .icon img {
    display: block;
    width: 100%;
    height: unset;
}
.sec6 .wrap .bottom .item .item_des .info:not(:last-child) {
    margin-bottom: 14px;
}
.sec6 .wrap .bottom .item .item_des .info p {
    color: #10253F;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3333;
    text-transform: capitalize;
    opacity: 0.6;
}
@keyframes line {
    0% {
        transform: translateX(-100%);
    }
    90% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes tds-keyframe--bounce {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}

@media screen and (max-width: 1919px) {
    .header .bottom{
        backdrop-filter: blur(0.5208333333vw);
    }
    .common_banner .banner_top{
        top: 10.7291666667vw;
    }
    .common_banner .banner_top .banner_top_title{
        margin: 0px 0px 0.8333333333vw;
        font-size: 2.9166666667vw;
        line-height: 3.3333333333vw;
    }
    .common_banner .banner_top .label{
        font-size: 0.9375vw;
    }
    .common_banner .scroll_alert{
        width: 3.3333333333vw;
        height: 3.3333333333vw;
        right: 3.125vw;
        bottom: 5.2083333333vw;
    }
    .common_banner .scroll_alert img{
        width: 0.7291666667vw;
    }
    .sec1{
        padding: 6.5625vw 0px 8.2291666667vw;
    }
    .sec1 .wrap .title{
        font-size: 2.5vw;
        margin-bottom: 2.5520833333vw;
    }
    .sec1 .wrap .des{
        width: 49.4791666667vw;
        margin: 0px auto 4.53125vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .sec1 .wrap .more a{
        gap: 0.2083333333vw;
        padding: 0px 1.5104166667vw 0px 1.6666666667vw;
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
        box-shadow: rgba(0, 0, 0, 0.07) 0px 0.2083333333vw 0.5208333333vw 0px;
    }
    .sec1 .wrap .more a p{
        font-size: 0.7291666667vw;
    }
    .sec1 .wrap .more a .icon svg{
        width: 1.09375vw;
    }
    .sec1 .wrap .list{
        margin: 5.3125vw 0px 0px;
        gap: 1.0416666667vw;
    }
    .sec1 .wrap .list .item .small_item{
        width: 10.8854166667vw;
        height: 4.7916666667vw;
        border-radius: 1.0416666667vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0.4166666667vw 0.78125vw 0px;
        top: 7.1875vw;
        left: -5.9375vw;
        padding: 0.9375vw 0px 0px 1.3541666667vw;
    }
    .sec1 .wrap .list .item .small_item .small_item_h5{
        gap: 0.9375vw;
    }
    .sec1 .wrap .list .item .small_item .small_item_h5 .icon{
        width: 1.25vw;
    }
    .sec1 .wrap .list .item .small_item .small_item_h5 p{
        font-size: 1.875vw;
    }
    .sec1 .wrap .list .item .small_item .small_item_p{
        padding: 0px 0px 0px 2.1875vw;
        font-size: 0.625vw;
        margin: 0.2083333333vw 0px 0px;
    }
    .sec1 .wrap .list .item .item_box{
        width: 36.71875vw;
        height: 24.3229166667vw;
        border-radius: 2.0833333333vw;
    }
    .sec1 .wrap .list .item .item_box .item_box_num{
        padding: 2.2916666667vw 1.9791666667vw 2.1875vw;
    }
    .sec1 .wrap .list .item .item_box .item_box_num .item_box_num_h5{
        margin-bottom: 0.2083333333vw;
    }
    .sec1 .wrap .list .item .item_box .item_box_num .item_box_num_h5 .count{
        font-size: 2.5vw;
        line-height: 2.6041666667vw;
        min-width: 7.8125vw;
    }
    .sec1 .wrap .list .item .item_box .item_box_num .item_box_num_h5 .biao{
        font-size: 1.25vw;
    }
    .sec1 .wrap .list .item .item_box .item_box_num .item_box_num_p{
        font-size: 0.9375vw;
    }
    .sec1 .wrap .list .item:nth-child(2){
        margin: 6.1979166667vw 0px 0px;
    }
    .sec1 .wrap .list .item:nth-child(2) .small_item{
        top: 13.4375vw;
        right: -7.96875vw;
    }
    .sec2{
        padding: 7.7604166667vw 0px 0px;
    }
    .sec2 .wrap .title{
        font-size: 2.5vw;
        line-height: 3.3333333333vw;
    }
    .sec2 .wrap .des{
        width: 59.0625vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin: 1.7708333333vw auto 4.4791666667vw;
    }
    .sec2 .wrap .list{
        gap: 7.2916666667vw;
        margin-bottom: 8.59375vw;
    }
    .sec2 .wrap .list .item{
        width: 13.5416666667vw;
    }
    .sec2 .wrap .list .item .icon{
        width: 3.3333333333vw;
        height: 3.3333333333vw;
        margin: 0px auto 1.0416666667vw;
    }
    .sec2 .wrap .list .item .p{
        font-size: 1.0416666667vw;
    }
    .sec2 .more a{
        gap: 0.2083333333vw;
        padding: 0px 1.5104166667vw 0px 1.6666666667vw;
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
        box-shadow: rgba(0, 0, 0, 0.07) 0px 0.2083333333vw 0.5208333333vw 0px;
    }
    .sec2 .more a p{
        font-size: 0.7291666667vw;
    }
    .sec2 .more a .icon svg{
        width: 1.09375vw;
    }
    .sec3{
        padding: 7.65625vw 0px 8.3333333333vw;
    }
    .sec3 .wrap .title{
        font-size: 2.5vw;
    }
    .sec3 .wrap .des{
        margin: 1.3020833333vw 0px 3.0208333333vw;
        font-size: 0.8333333333vw;
    }
    .sec3 .wrap .swiper{
        width: 62.5vw;
    }
    .sec3 .wrap .swiper .swiper-slide{
        height: 28.125vw;
        border-radius: 0.625vw;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_bottom{
        padding: 0px 2.0833333333vw 3.125vw;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_bottom .h5{
        font-size: 1.0416666667vw;
        margin-bottom: 0.5729166667vw;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_bottom .p{
        font-size: 0.7291666667vw;
    }
    .sec3 .wrap .swiper .swiper-slide .img{
        border-radius: 0.625vw;
    }
    .sec3 .wrap .swiper .swiper-slide .img::after{
        border-radius: 0.625vw;
    }
    .sec3 .wrap .swiper_control{
        margin: 2.0833333333vw 0px 0px;
    }
    .sec3 .wrap .swiper_control .swiper-pagination{
        gap: 0.625vw;
    }
    .sec3 .wrap .swiper_control .swiper-pagination .swiper-pagination-bullet{
        width: 5.2083333333vw;
        height: 0.15625vw;
    }
    .sec3 .wrap .swiper_control .btns{
        gap: 0.625vw;
    }
    .sec3 .wrap .swiper_control .btns .jt{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
    }
    .sec3 .wrap .swiper_control .btns .jt svg{
        width: 0.4166666667vw;
    }
    .sec4{
        padding: 6.25vw 0px 7.34375vw;
    }
    .sec4 .wrap .sec4_top .title{
        font-size: 2.5vw;
        line-height: 3.3333333333vw;
    }
    .sec4 .wrap .sec4_top .des{
        width: 36.7708333333vw;
        font-size: 0.8333333333vw;
        padding: 0px 0px 0.78125vw;
    }
    .sec4 .wrap .list{
        gap: 1.5625vw 1.8229166667vw;
        margin: 3.6458333333vw 0px 0px;
    }
    .sec4 .wrap .list .item{
        width: 13.5416666667vw;
    }
    .sec4 .wrap .list .item .item_box{
        height: 17.7083333333vw;
        border-radius: 0.625vw;
        padding: 1.3541666667vw 0px 0px;
        box-shadow: rgba(0, 0, 0, 0) 0px 0.2083333333vw 0.5208333333vw 0px;
    }
    .sec4 .wrap .list .item .item_box .avatar{
        width: 8.3333333333vw;
        height: 8.3333333333vw;
        margin: 0px auto 0.7291666667vw;
    }
    .sec4 .wrap .list .item .item_box .name{
        font-size: 0.8333333333vw;
    }
    .sec4 .wrap .list .item .item_box .position{
        font-size: 0.625vw;
        line-height: 0.7291666667vw;
        margin: 0.2604166667vw 0px 1.3541666667vw;
    }
    .sec4 .wrap .list .item .item_box .share{
        gap: 0.5208333333vw;
    }
    .sec4 .wrap .list .item .item_box .share .icon{
        width: 1.4583333333vw;
        height: 1.4583333333vw;
        border-radius: 0.2083333333vw;
    }
    .sec4 .wrap .list .item .item_box:hover{
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0.2083333333vw 0.5208333333vw 0px;
    }
    .sec5{
        padding: 8.3333333333vw 0px;
    }
    .sec5 .wrap .title{
        font-size: 2.5vw;
        line-height: 3.3333333333vw;
        margin-bottom: 1.3020833333vw;
    }
    .sec5 .wrap .des{
        width: 49.4791666667vw;
        margin: 0px auto 2.34375vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .sec5 .wrap .list{
        gap: 1.5625vw;
    }
    .sec5 .wrap .list .item{
        width: 23.9583333333vw;
        height: 23.9583333333vw;
        border-radius: 0.625vw;
    }
    .sec5 .wrap .list .item .p{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        padding: 0px 1.25vw 1.25vw;
    }
    .sec6{
        padding: 6.7708333333vw 0px 0px;
    }
    .sec6 .wrap{
        border-radius: 0.625vw;
    }
    .sec6 .wrap .top{
        height: 18.3854166667vw;
    }
    .sec6 .wrap .top .title{
        font-size: 2.5vw;
    }
    .sec6 .wrap .bottom{
        padding: 2.3958333333vw 2.6041666667vw 2.6041666667vw;
    }
    .sec6 .wrap .bottom .item .item-title{
        font-size: 1.25vw;
        margin-bottom: 1.8229166667vw;
    }
    .sec6 .wrap .bottom .item .item_des .info{
        gap: 0.3125vw;
    }
    .sec6 .wrap .bottom .item .item_des .info .icon{
        width: 1.25vw;
    }
    .sec6 .wrap .bottom .item .item_des .info:not(:last-child){
        margin-bottom: 0.7291666667vw;
    }
    .sec6 .wrap .bottom .item .item_des .info p{
        font-size: 0.9375vw;
    }
}

@media screen and (max-width: 768px) {
    .common_banner .banner_top {
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        padding: 0 5vw;
    }
    .common_banner .banner_top .banner_top_title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.4;
    }
    .common_banner .banner_top .label {
        font-size: 13px;
    }
    .common_banner .scroll_alert {
        width: 32px;
        height: 32px;
        right: 5vw;
        bottom: 20px;
    }
    .common_banner .scroll_alert img {
        width: 6px;
    }
    .sec1 {
        padding: 60px 0 70px;
    }
    .sec1 .wrap .title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sec1 .wrap .des {
        width: 100%;
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .sec1 .wrap .more a {
        padding: 0 15px;
        height: 36px;
        border-radius: 18px;
        gap: 12px;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
    }
    .sec1 .wrap .more a .icon svg {
        width: 18px;
    }
    .sec1 .wrap .more a p {
        font-size: 13px;
    }
    .sec1 .wrap .list {
        margin: 40px 0 0;
        display: block;
    }
    .sec1 .wrap .list .item .item_box {
        width: 90vw;
        height: 100vw;
        transform: unset !important;
        border-radius: 12px;
    }
    .sec1 .wrap .list {
        justify-content: space-between;
        gap: unset;
    }
    .sec1 .wrap .list .item .item_box .item_box_num {
        width: 100%;
        padding: 40px 20px;

    }
    .sec1 .wrap .list .item .item_box .item_box_num .item_box_num_h5 .biao {
        font-size: 10px;
    }
    .sec1 .wrap .list .item .item_box .item_box_num .item_box_num_p {
        font-size: 13px;
        margin: 6px 0 0;
    }

    .sec1 .wrap .list .item .item_box .item_box_num .item_box_num_h5 .count {
        font-size: 24px;
        line-height: 1;
    }
    .sec1 .wrap .list .item .small_item {
        width: auto;
        top: 10vw;
        left: -3vw;
        padding: 14px 15px;
        border-radius: 8px;
        height: auto;
        box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.06);
    }
    .sec1 .wrap .list .item .small_item .small_item_h5 {
        gap: 10px;

    }
    .sec1 .wrap .list .item .small_item .small_item_h5 p {
        font-size: 20px;
    }
    .sec1 .wrap .list .item .small_item .small_item_h5 .icon {
        width: 18px;
    }
    .sec1 .wrap .list .item .small_item .small_item_p {
        padding: 0 0 0 28px;
        font-size: 12px;
        margin: 10px 0 0;
    }
    .sec1 .wrap .list .item:nth-child(2) .small_item {
        top: 80.4375vw;
        right: -3vw;
    }
    .sec2 {
        height: unset;
        padding: 80px 0;
    }
    .sec2 .wrap .title {
        font-size: 20px;
        line-height: 1.4;
    }
    .sec2 .wrap .des {
        width: 100%;
        margin: 10px 0 20px;
        font-size: 13px;
        line-height: 1.6;
    }
    .sec2 .wrap .list .item .icon {
        width: 30px;
        height: 30px;
        margin: 0 auto 8px;
    }
    .sec2 .wrap .list {
        gap: 0;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .sec2 .more a {
        gap: 8px;
        height: 36px;
        border-radius: 18px;
        padding: 0 20px;
    }
    .sec2 .more a p {
        font-size: 13px;
    }
    .sec2 .more a .icon svg {
        width: 18px;
    }
    .sec2 .wrap .list .item .p {
        font-size: 12px;
    }
    .sec2 .wrap .list .item {
        width: 33%;
    }
    .sec3 {
        padding: 70px 0;
    }
    .sec3 .wrap .title {
        font-size: 20px;
    }
    .sec3 .wrap .des {
        margin: 10px 0 25px;
        font-size: 13px;
    }
    .sec3 .wrap .swiper {
        width: 100%;
    }
    .sec3 .wrap .swiper .swiper-slide {
        height: 52vw;
    }
    .sec3 .wrap .swiper .swiper-slide .img {
        border-radius: 8px;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_bottom {
        width: 100%;
        padding: 0 15px 15px;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_bottom .h5 {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .sec3 .wrap .swiper .swiper-slide .slide_bottom .p {
        font-size: 12px;
        line-height: 1.4;
    }
    .sec3 .wrap .swiper_control {
        margin: 30px 0 0;
    }
    .sec3 .wrap .swiper_control .btns .jt {
        width: 32px;
        height: 32px;
    }
    .sec3 .wrap .swiper_control .btns .jt svg {
        width: 6px;
    }
    .sec3 .wrap .swiper_control .btns {
        gap: 8px;
    }
    .sec3 .wrap .swiper_control .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
        height: 2px;
    }
    .sec3 .wrap .swiper_control .swiper-pagination {
        gap: 8px;
    }
    .sec4 {
        padding: 70px 0;
    }
    .sec4 .wrap .sec4_top {
        display: block;
    }
    .sec4 .wrap .sec4_top .title {
        font-size: 20px;
        line-height: 1;
    }
    .sec4 .wrap .sec4_top .des {
        margin: 15px 0 30px;
        font-size: 13px;
        width: 100%;
    }
    .sec4 .wrap .list {
        display: none;
    }
    .sec4 {
        overflow: hidden;
    }
    .sec4 .wrap .sec4_swiper {
        display: block !important;
        overflow: unset;
    }
    .sec4 .wrap .sec4_swiper .swiper-slide .item_box {
        width: 100%;
        height: 300px;
        border-radius: 12px;
        background: #FFF;
        padding: 26px 0 0;
        transition: 0.6s;
        border: 1px solid #FFF;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0);
        text-align: center;
    }
    .sec4 .wrap .sec4_swiper .swiper-slide .item_box .avatar {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto 14px;
    }

    .sec4 .wrap .sec4_swiper .swiper-slide .item_box .avatar img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .sec4 .wrap .sec4_swiper .swiper-slide .item_box .name {
        font-family: 'Inter';
        color: #10253F;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.625;
        text-transform: capitalize;
        transition: 0.6s;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: transparent;
    }

    .sec4 .wrap .sec4_swiper .swiper-slide .item_box .position {
        color: #999;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        text-transform: capitalize;
        margin: 5px 0 26px;
        transition: 0.6s;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: transparent;
    }

    .sec4 .wrap .sec4_swiper .swiper-slide .item_box .share {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .sec4 .wrap .sec4_swiper .swiper-slide .item_box .share .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 4px;
        background: #6FC5C4;
        transition: 0.6s;
    }

    .sec4 .wrap .sec4_swiper .swiper-slide .item_box .share .icon img {
        display: block;
        max-height: 80%;
        max-width: 80%;
    }

    .sec4 .wrap .sec4_swiper .swiper-slide .item_box .share .icon:hover {
        background: #10253F;
    }

    .sec4 .wrap .sec4_swiper .swiper-slide .item_box:hover {
        border: 1px solid #6FC5C4;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .sec4 .wrap .sec4_swiper .swiper-slide .item_box:hover .name {
        -webkit-text-stroke-color: #6FC5C4;
    }

    .sec4 .wrap .sec4_swiper .swiper-slide .item_box:hover .position {
        -webkit-text-stroke-color: #6FC5C4;
    }

    .sec5 {
        padding: 60px 0;
    }
    .sec5 .wrap .title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sec5 .wrap .des {
        width: 100%;
        font-size: 13px;
        margin: 0 0 30px;
        line-height: 1.6;
    }
    .sec5 .wrap .des p {
        display: inline;
    }
    .sec5 .wrap .list {
        gap: 30px;
        flex-wrap: wrap;
    }
    .sec5 .wrap .list .item {
        width: 100%;
        height: 92vw;
        border-radius: 8px;
    }
    .sec5 .wrap .list .item .p {
        font-size: 14px;
        line-height: 1.4;
        padding: 0 15px 20px;
    }
    .sec6 {
        padding: 60px 0 0;
    }
    .sec6 .wrap .top .title {
        font-size: 16px;
    }
    .sec6 .wrap {
        border-radius: 8px;
    }
    .sec6 .wrap .bottom {
        padding: 30px 20px;
        display: block;
    }
    .sec6 .wrap .bottom .item {
        width: 100%;
    }
    .sec6 .wrap .bottom .item:not(:last-child) {
        margin-bottom: 20px;
    }
    .sec6 .wrap .bottom .item .item-title {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .sec6 .wrap .top {
        height: 140px;
    }
    .sec6 .wrap .bottom .item .item_des .info:not(:last-child) {
        margin-bottom: 10px;
    }
    .sec6 .wrap .bottom .item .item_des .info .icon {
        width: 18px;
    }
    .sec6 .wrap .bottom .item .item_des .info {
        gap: 8px;
    }
    .sec6 .wrap .bottom .item .item_des .info p {
        font-size: 13px;
    }
}
