.sec1 {
    padding: 110px 0 0;
}

.sec1 .wrap {
    width: 1130px;
    margin: 0 auto;
}

.sec1 .wrap .logo {
    width: 366px;
    margin: 0 auto 88px;
    position: relative;
}

.sec1 .wrap .logo img {
    display: block;
    width: 100%;
}

.sec1 .wrap .logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(0 100% 0 0);
}

.sec1 .wrap .text {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: #A0A0A0;
    line-height: 46px;
    margin: 0 0 125px;
}

.sec1 .wrap .text span {
    color: #F78200;
}

.sec1 .wrap .txt {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 36px;
    text-align: center;
    margin: 0 0 65px;
}

.sec1 .wrap .numList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
}

.sec1 .wrap .numList .item {
    border-top: 1px solid #E6E6E6;
    width: 200px;
    padding: 30px 0 0;
}

.sec1 .wrap .numList .item p {
    font-family: 'POPPINS_REGULAR';
    font-weight: 400;
    font-size: 66px;
    color: #333333;
    line-height: 1;
    margin-bottom: 15px;
}

.sec1 .wrap .numList .item span {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
}

.sec1 .map {
    background: linear-gradient(0deg, rgba(192, 213, 232, 0.73), rgba(255, 255, 255, 0));
    padding: 92px 0 113px;
}

.sec1 .map img {
    display: block;
    width: 1600px;
    margin: 0 auto;
}

.sec2 {
    width: 100%;
    position: relative;
}

.sec2 .bg {
    width: 100%;
}

.sec2 .bg img {
    display: block;
    width: 100%;
}

.sec2 .wrap {
    position: absolute;
    top: 127px;
    left: 50%;
    transform: translateX(-50%);
}

.sec2 .wrap .top {
    width: 470px;
}

.sec2 .wrap .top .line {
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.sec2 .wrap .top .title {
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    margin: 40px 0 28px;
}

.sec2 .wrap .top .text {
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 36px;
}

.sec2 .wrap .bottom {
    margin: 170px 0 0 auto;
    width: 807px;
}

.sec2 .wrap .bottom .content p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
}

.sec2 .wrap .bottom .zi {
    margin-top: 430px;
}

.sec2 .wrap .bottom .zi p {
    font-family: 'POPPINS_REGULAR';
    font-weight: bold;
    font-size: 114px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.sec3 {
    padding: 98px 0 52px;
    position: relative;
}

.sec3 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sec3 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    text-align: center;
    margin: 0 0 68px;
}

.sec3 .wrap .swiper_box {
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/ab5.png");
    position: relative;
}

.sec3 .wrap .swiper_box .btns {
    width: 1778px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec3 .wrap .swiper_box .btns .iconfont {
    width: 68px;
    height: 68px;
    background: #F0F3F6;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F19127;
    font-size: 16px;
    transition: 0.6s;
    cursor: pointer;
}

.sec3 .wrap .swiper_box .btns .iconfont:nth-child(1)::before {
    transform: rotate(180deg);
}

.sec3 .wrap .swiper_box .btns .iconfont:hover {
    background: #F19127;
    color: #fff;
}

.sec3 .wrap .swiper_box .sec3_swiper {
    width: 1389px;
}

.sec3 .wrap .img {
    margin: 141px 0 0;
}

.sec3 .wrap .img img {
    display: block;
    width: 100%;
}

/*# sourceMappingURL=about.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 5.7291666667vw 0px 0px;
    }

    .sec1 .wrap {
        width: 58.8541666667vw;
    }

    .sec1 .wrap .logo {
        width: 19.0625vw;
        margin: 0px auto 4.5833333333vw;
    }

    .sec1 .wrap .text {
        font-size: 1.25vw;
        line-height: 2.3958333333vw;
        margin: 0px 0px 6.5104166667vw;
    }

    .sec1 .wrap .txt {
        font-size: 0.9375vw;
        line-height: 1.875vw;
        margin: 0px 0px 3.3854166667vw;
    }

    .sec1 .wrap .numList {
        margin-bottom: 1.875vw;
    }

    .sec1 .wrap .numList .item {
        width: 10.4166666667vw;
        padding: 1.5625vw 0px 0px;
    }

    .sec1 .wrap .numList .item p {
        font-size: 3.4375vw;
        margin-bottom: 0.78125vw;
    }

    .sec1 .wrap .numList .item span {
        font-size: 0.8333333333vw;
    }

    .sec1 .map {
        padding: 4.7916666667vw 0px 5.8854166667vw;
    }

    .sec1 .map img {
        width: 83.3333333333vw;
    }

    .sec2 .wrap {
        top: 6.6145833333vw;
    }

    .sec2 .wrap .top {
        width: 24.4791666667vw;
    }

    .sec2 .wrap .top .line {
        width: 2.0833333333vw;
    }

    .sec2 .wrap .top .title {
        font-size: 1.875vw;
        margin: 2.0833333333vw 0px 1.4583333333vw;
    }

    .sec2 .wrap .top .text {
        font-size: 1.1458333333vw;
        line-height: 1.875vw;
    }

    .sec2 .wrap .bottom {
        margin: 8.8541666667vw 0px 0px auto;
        width: 42.03125vw;
    }

    .sec2 .wrap .bottom .content p {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }

    .sec2 .wrap .bottom .zi {
        margin-top: 22.3958333333vw;
    }

    .sec2 .wrap .bottom .zi p {
        font-size: 5.9375vw;
    }

    .sec3 {
        padding: 5.1041666667vw 0px 2.7083333333vw;
    }

    .sec3 .wrap .title {
        font-size: 2.1875vw;
        margin: 0px 0px 3.5416666667vw;
    }

    .sec3 .wrap .swiper_box {
        height: 23.4375vw;
    }

    .sec3 .wrap .swiper_box .btns {
        width: 92.6041666667vw;
    }

    .sec3 .wrap .swiper_box .btns .iconfont {
        width: 3.5416666667vw;
        height: 3.5416666667vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0.4166666667vw 0.625vw 0px;
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .swiper_box .sec3_swiper {
        width: 72.34375vw;
    }

    .sec3 .wrap .img {
        margin: 7.34375vw 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .common_links {
        display: none;
    }
    .sec1 {
        padding: 50px 0 0;
    }
    .sec1 .wrap .logo {
        width: 150px;
        margin: 0 auto 30px;
    }
    .sec1 .wrap .logo img:nth-child(1) {
        display: none;
    }
    .sec1 .wrap .logo img:nth-child(2) {
        clip-path: unset !important;
        position: unset;
    }
    .sec1 .wrap {
        width: 90%;
    }
    .sec1 .wrap .text {
        font-size: 17px;
        line-height: 1.5;
    }
    .sec1 .wrap .txt {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .sec1 .wrap .numList {
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .sec1 .wrap .numList .item {
        width: 48%;
        padding: 10px 0 0;
    }
    .sec1 .wrap .numList .item p {
        font-size: 32px;
    }
    .sec1 .wrap .numList .item span {
        font-size: 13px;
    }
    .sec1 .map {
        padding: 30px 0;
    }
    .sec1 .map img {
        width: 90%;
    }
    .sec2 {
        padding: 50px 0 120px;
    }
    .sec2 .bg {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        filter: brightness(0.8);
    }
    .sec2 .bg img {
        height: 100%;
    }
    .sec2 .wrap {
        transform: unset;
        position: unset;
    }
    .sec2 .wrap .top .line {
        width: 30px;
    }
    .sec2 .wrap .top .title {
        font-size: 22px;
        margin: 15px 0 25px;
    }
    .sec2 .wrap .top {
        width: 100%;
        transform: unset !important;
    }
    .sec2 .wrap .top .text {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec2 .wrap .bottom {
        width: 100%;
        margin: 30px 0 0;
    }
    .sec2 .wrap .bottom .content p {
        font-size: 15px;
        line-height: 1.8;
    }
    .sec2 .wrap .bottom .zi {
        margin: 30px 0 0;
    }
    .sec2 .wrap .bottom .zi p {
        font-size: 32px;
    }
    .sec3 {
        padding: 50px 0;
    }
    .sec3 .wrap .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .sec3 .wrap .swiper_box {
        height: unset;
        padding: 30px 0;
        border-radius: 10px;
        background: rgba(255,255,255,0);
        box-shadow: inset 0 0 60px rgba(255,255,255,0.8);
    }
    .sec3 .wrap .swiper_box .sec3_swiper {
        width: 85%;
    }
    .sec3 .wrap .swiper_box .btns {
        width: calc(90vw + 32px);
    }
    .sec3 .wrap .swiper_box .btns .iconfont {
        width: 32px;
        height: 32px;
        font-size: 11px;
    }
    .sec3 .wrap .img {
        margin: 30px 0 0;
    }
}
