.common_banner .text {
    width: 770px;
}

.sec1 {
    padding: 100px 0 118px;
    overflow: hidden;
    background: linear-gradient(180deg, #C7DAE6 0%, #F2F3F5 62.72%, #F2F3F5 100%);
}

.sec1 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

.sec1 .wrap .des {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    margin: 10px 0 84px;
}

.sec1 .wrap .map_box {
    width: 1547px;
    margin-left: -54px;
    position: relative;
}

.sec1 .wrap .map_box .map_box_des {
    position: absolute;
    left: 1136px;
    top: 0;
    transform: translateY(-100%);
}

.sec1 .wrap .map_box .map_box_des .item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sec1 .wrap .map_box .map_box_des .item p {
    font-weight: 300;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.sec1 .wrap .map_box .map_box_des .item .icon {
    width: 21px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .wrap .map_box .map_box_des .item .icon img {
    display: block;
}

.sec1 .wrap .map_box img {
    display: block;
    width: 100%;
}

.sec1 .wrap .map_box .line_box {
    width: 892px;
    top: 106px;
    left: 368px;
    position: absolute;
}

.sec1 .wrap .sec1_swiper {
    width: 1000px;
    margin: -25px auto 0;
    overflow: unset;
}

.sec1 .wrap .sec1_swiper .swiper-slide .slide_box {
    height: 100%;
    padding: 46px 70px 77px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    transition: 0.6s;
    opacity: 0;
}

.sec1 .wrap .sec1_swiper .swiper-slide .slide_box .avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
}

.sec1 .wrap .sec1_swiper .swiper-slide .slide_box .avatar img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .wrap .sec1_swiper .swiper-slide .slide_box .h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.sec1 .wrap .sec1_swiper .swiper-slide .slide_box .p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 26px;
    text-align: center;
}

.sec1 .wrap .sec1_swiper .swiper-slide.swiper-slide-active .slide_box {
    opacity: 1;
}

.sec1 .wrap .sec1_swiper .swiper-slide.swiper-slide-next .slide_box, .sec1 .wrap .sec1_swiper .swiper-slide.swiper-slide-prev .slide_box {
    opacity: 0.56;
}

.sec1 .wrap .part {
    padding: 120px 0 0;
}

.sec1 .wrap .part .part_title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.sec1 .wrap .part .list {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    flex-wrap: wrap;
}

.sec1 .wrap .part .list .item {
    width: 680px;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.sec1 .wrap .part .list .item .label {
    font-family: 'Montserrat R';
    height: 50px;
    padding: 0 25px;
    background: #FFFFFF;
    border-radius: 50px;
    width: fit-content;
    position: absolute;
    left: 29px;
    bottom: 23px;
    z-index: 2;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: center;
}

.sec1 .wrap .part .list .item img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .wrap .part .list .item:hover img {
    transform: scale(1.1);
}

.sec2 {
    padding: 92px 0 76px;
    position: relative;
}

.sec2 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.sec2 .wrap .list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.sec2 .wrap .list .item {
    width: 460px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 39px;
    padding: 50px 0 50px 39px;
}

.sec2 .wrap .list .item .icon {
    width: 80px;
    height: 80px;
    background: #00AAEC;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.sec2 .wrap .list .item .icon img {
    display: block;
    max-width: 50%;
    max-height: 50%;
}

.sec2 .wrap .list .item .item_r {
    width: 260px;
}

.sec2 .wrap .list .item .item_r .h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 20px;
    color: #00AAEC;
    margin-bottom: 10px;
}

.sec2 .wrap .list .item .item_r .p {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.sec3 {
    padding: 120px 0 107px;
}

.sec3 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.sec3 .wrap .list .item {
    border-top: 1px solid #E5E5E5;
}

.sec3 .wrap .list .item:nth-last-child(1) {
    border-bottom: 1px solid #E5E5E5;
}

.sec3 .wrap .list .item .block {
    display: flex;
    align-items: center;
    height: 112px;
    cursor: pointer;
}

.sec3 .wrap .list .item .block .num {
    font-family: 'Akzidenz-Grotesk';
    width: 528px;
    font-weight: bold;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.2);
    transition: 0.6s;
}

.sec3 .wrap .list .item .block .block_r {
    width: calc(100% - 528px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec3 .wrap .list .item .block .block_r .jt {
    width: 23px;
    transition: 0.6s;
}

.sec3 .wrap .list .item .block .block_r .jt img {
    display: block;
    width: 100%;
}

.sec3 .wrap .list .item .block .block_r .h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 26px;
    color: #000000;
    text-transform: uppercase;
    transition: 0.6s;
}

.sec3 .wrap .list .item .block:hover .num {
    color: #00aaec;
}

.sec3 .wrap .list .item .block:hover .block_r .h5 {
    color: #00aaec;
}

.sec3 .wrap .list .item .none {
    display: none;
    padding: 30px 0 81px;
}

.sec3 .wrap .list .item .none .none_box {
    display: flex;
    gap: 84px;
    align-items: flex-start;
}

.sec3 .wrap .list .item .none .none_box .r_box {
    width: 850px;
}

.sec3 .wrap .list .item .none .none_box .r_box h5 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 18px;
    color: #00AAEC;
    margin-bottom: 20px;
}

.sec3 .wrap .list .item .none .none_box .r_box h6 {
    font-family: 'Montserrat M';
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.sec3 .wrap .list .item .none .none_box .r_box p {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.sec3 .wrap .list .item .none .none_box .l_box {
    width: 444px;
    border-radius: 10px;
    overflow: hidden;
}

.sec3 .wrap .list .item .none .none_box .l_box img {
    display: block;
    width: 100%;
}

.sec3 .wrap .list .item.item_active .block .block_r .jt {
    transform: rotate(90deg);
}

.sec4 {
    position: relative;
    padding: 129px 0 146px;
}

.sec4 .wrap .title {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 44px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.sec4 .wrap .des {
    width: 590px;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin: 15px 0 60px;
}

.sec4 .wrap .common_more {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: unset;
    margin: 0;
    padding-left: 23px;
}

.sec4 .wrap .common_more p {
    font-family: 'Montserrat L';
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
}

.sec4 .wrap .common_more p div {
    font-family: 'Montserrat L';
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
}

.sec4 .wrap .common_more .cir {
    background: #FFFFFF;
}

.sec4 .wrap .common_more .cir .jt img {
    filter: invert(1);
}

@media screen and (max-width: 1919px) {
    .common_banner .text {
        width: 40.1041666667vw;
    }

    .sec1 {
        padding: 5.2083333333vw 0px 6.1458333333vw;
    }

    .sec1 .wrap .title {
        font-size: 2.2916666667vw;
    }

    .sec1 .wrap .des {
        font-size: 0.8333333333vw;
        margin: 0.5208333333vw 0px 4.375vw;
    }

    .sec1 .wrap .map_box {
        width: 80.5729166667vw;
        margin-left: -2.8125vw;
    }

    .sec1 .wrap .map_box .map_box_des {
        left: 59.1666666667vw;
    }

    .sec1 .wrap .map_box .map_box_des .item {
        gap: 0.2604166667vw;
    }

    .sec1 .wrap .map_box .map_box_des .item p {
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }

    .sec1 .wrap .map_box .map_box_des .item .icon {
        width: 1.09375vw;
        height: 0.78125vw;
    }

    .sec1 .wrap .map_box .line_box {
        width: 46.4583333333vw;
        top: 5.5208333333vw;
        left: 19.1666666667vw;
    }

    .sec1 .wrap .sec1_swiper {
        width: 52.0833333333vw;
        margin: -1.3020833333vw auto 0px;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .slide_box {
        padding: 2.3958333333vw 3.6458333333vw 4.0104166667vw;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 0.15625vw 0.5208333333vw 1px;
        border-radius: 0.5208333333vw;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .slide_box .avatar {
        width: 4.6875vw;
        height: 4.6875vw;
        margin: 0px auto 1.5625vw;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .slide_box .h5 {
        font-size: 1.0416666667vw;
        margin-bottom: 1.5625vw;
    }

    .sec1 .wrap .sec1_swiper .swiper-slide .slide_box .p {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }

    .sec1 .wrap .part {
        padding: 6.25vw 0px 0px;
    }

    .sec1 .wrap .part .part_title {
        font-size: 2.2916666667vw;
        margin-bottom: 3.6458333333vw;
    }

    .sec1 .wrap .part .list {
        gap: 4.1666666667vw;
    }

    .sec1 .wrap .part .list .item {
        width: 35.4166666667vw;
        height: 20.8333333333vw;
        border-radius: 0.5208333333vw;
    }

    .sec1 .wrap .part .list .item .label {
        height: 2.6041666667vw;
        padding: 0px 1.3020833333vw;
        border-radius: 2.6041666667vw;
        left: 1.5104166667vw;
        bottom: 1.1979166667vw;
        font-size: 0.9375vw;
    }

    .sec2 {
        padding: 4.7916666667vw 0px 3.9583333333vw;
    }

    .sec2 .wrap .title {
        font-size: 2.2916666667vw;
        margin-bottom: 2.6041666667vw;
    }

    .sec2 .wrap .list {
        gap: 1.5625vw;
    }

    .sec2 .wrap .list .item {
        width: 23.9583333333vw;
        border-radius: 0.5208333333vw;
        gap: 2.03125vw;
        padding: 2.6041666667vw 0px 2.6041666667vw 2.03125vw;
    }

    .sec2 .wrap .list .item .icon {
        width: 4.1666666667vw;
        height: 4.1666666667vw;
    }

    .sec2 .wrap .list .item .item_r {
        width: 13.5416666667vw;
    }

    .sec2 .wrap .list .item .item_r .h5 {
        font-size: 1.0416666667vw;
        margin-bottom: 0.5208333333vw;
    }

    .sec2 .wrap .list .item .item_r .p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec3 {
        padding: 6.25vw 0px 5.5729166667vw;
    }

    .sec3 .wrap .title {
        font-size: 2.2916666667vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec3 .wrap .list .item .block {
        height: 5.8333333333vw;
    }

    .sec3 .wrap .list .item .block .num {
        width: 27.5vw;
        font-size: 2.2916666667vw;
    }

    .sec3 .wrap .list .item .block .block_r {
        width: calc(100% - 27.5vw);
    }

    .sec3 .wrap .list .item .block .block_r .jt {
        width: 1.1979166667vw;
    }

    .sec3 .wrap .list .item .block .block_r .h5 {
        font-size: 1.3541666667vw;
    }

    .sec3 .wrap .list .item .none {
        padding: 1.5625vw 0px 4.21875vw;
    }

    .sec3 .wrap .list .item .none .none_box {
        gap: 4.375vw;
    }

    .sec3 .wrap .list .item .none .none_box .r_box {
        width: 44.2708333333vw;
    }

    .sec3 .wrap .list .item .none .none_box .r_box h5 {
        font-size: 0.9375vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec3 .wrap .list .item .none .none_box .r_box h6 {
        font-size: 0.8333333333vw;
        margin-bottom: 0.5208333333vw;
    }

    .sec3 .wrap .list .item .none .none_box .r_box p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec3 .wrap .list .item .none .none_box .l_box {
        width: 23.125vw;
        border-radius: 0.5208333333vw;
    }

    .sec4 {
        padding: 6.71875vw 0px 7.6041666667vw;
    }

    .sec4 .wrap .title {
        font-size: 2.2916666667vw;
    }

    .sec4 .wrap .des {
        width: 30.7291666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        margin: 0.78125vw 0px 3.125vw;
    }

    .sec4 .wrap .common_more {
        padding-left: 1.1979166667vw;
    }

    .sec4 .wrap .common_more p {
        font-size: 0.7291666667vw;
    }

    .sec4 .wrap .common_more p div {
        font-size: 0.7291666667vw;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 60px 0;
    }
    .sec1 .wrap .title {
        font-size: 18px;
    }
    .sec1 .wrap .des {
        font-size: 14px;
        margin: 15px 0 55px;
    }
    .sec1 .wrap .map_box .map_box_des .item {
        gap: 5px;
    }
    .sec1 .wrap .map_box .map_box_des {
        left: 0;
        top: -10px;
    }
    .sec1 .wrap .map_box .map_box_des .item p {
        font-size: 10px;
        line-height: 1.4;
        white-space: nowrap;
    }
    .sec1 .wrap .map_box .map_box_des .item .icon {
        width: 14px;
        height: 14px;
    }
    .sec1 .wrap .map_box {
        width: 100%;
        margin: 0;
    }
    .sec1 .wrap .map_box .line_box {
        width: 53.458333vw;
        left: 19.366667vw;
    }
    .sec1 .wrap .sec1_swiper {
        width: 100%;
        margin: 0px 0 0;
    }
    .sec1 .wrap .sec1_swiper .swiper-slide .slide_box {
        border-radius: 6px;
        box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.03);
        padding: 30px 20px;
    }
    .sec1 .wrap .sec1_swiper .swiper-slide .slide_box .avatar {
        width: 60px;
        height: 60px;
        margin: 0 auto 25px;
    }
    .sec1 .wrap .sec1_swiper .swiper-slide .slide_box .h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sec1 .wrap .sec1_swiper .swiper-slide .slide_box .p {
        font-size: 14px;
        line-height: 1.4;
    }
    .sec1 .wrap .part {
        padding: 70px 0 0;
    }
    .sec1 .wrap .part .part_title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .sec1 .wrap .part .list {
        flex-wrap: wrap;
        gap: 30px;
    }
    .sec1 .wrap .part .list .item {
        width: 100%;
        height: 54vw;
        border-radius: 6px;
    }
    .sec1 .wrap .part .list .item .label {
        left: 15px;
        bottom: 15px;
        font-size: 12px;
        height: 32px;
        border-radius: 16px;
        padding: 0 15px;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .wrap .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .sec2 .wrap .list {
        gap: 20px;
        flex-wrap: wrap;
    }
    .sec2 .wrap .list .item {
        width: 100%;
        border-radius: 6px;
        padding: 20px 15px;
        gap: 10px;
    }
    .sec2 .wrap .list .item .item_r .h5 {
        font-size: 15px;
    }
    .sec2 .wrap .list .item .item_r {
        width: calc(100% - 50px);
    }
    .sec2 .wrap .list .item .item_r .p {
        font-size: 13px;
        line-height: 1.4;
    }
    .sec2 .wrap .list .item .icon {
        width: 40px;
        height: 40px;
    }
    .sec3 {
        padding: 60px 0;
    }
    .sec3 .wrap .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .sec3 .wrap .list .item .block .num {
        font-size: 14px;
        width: 30px;
    }
    .sec3 .wrap .list .item .block .block_r .h5 {
        font-size: 14px;
    }
    .sec3 .wrap .list .item .block .block_r .jt {
        width: 10px;
    }
    .sec3 .wrap .list .item .block .block_r {
        width: calc(100% - 30px);
    }
    .sec3 .wrap .list .item .block {
        height: 50px;
    }
    .sec3 .wrap .list .item .none {
        padding: 15px 0 30px;
    }
    .sec3 .wrap .list .item .none .none_box {
        display: block;
    }
    .sec3 .wrap .list .item .none .none_box .l_box {
        width: 100%;
        border-radius: 4px;
    }
    .sec3 .wrap .list .item .none .none_box .r_box {
        margin: 15px 0 0;
        width: 100%;
    }
    .sec3 .wrap .list .item .none .none_box .r_box h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .sec3 .wrap .list .item .none .none_box .r_box h6 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .sec3 .wrap .list .item .none .none_box .r_box p {
        font-size: 14px;
        line-height: 1.4;
    }
    .sec4 {
        padding: 70px 0 80px;
    }
    .sec4 .wrap .title {
        font-size: 20px;
    }
    .sec4 .wrap .des {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        margin: 15px 0 25px;
    }
}
