.banner {
    width: 100vw;
    height: 100vh;
}

.banner .img {
    width: 100%;
    height: 100%;
}

.banner .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 {
    background: #FAFAFA;
    padding: 80px 0 130px;
}

.sec1 .wrap {
    width: 1440px;
    margin: 0 auto;
}

.sec1 .wrap .title {
    position: relative;
    text-align: center;
    margin: 0 0 70px;
}

.sec1 .wrap .title h5 {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.sec1 .wrap .title p {
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    line-height: 30px;
    position: relative;
    z-index: 2;
}

.sec1 .wrap .title .logo {
    width: 398px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.sec1 .wrap .content {
    width: 100%;
    background: #FFFFFF;
    padding: 77px 44px 77px 47px;
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .content .l, .sec1 .wrap .content .r {
    width: 630px;
}

.sec1 .wrap .content .l .little_title, .sec1 .wrap .content .r .little_title {
    margin: 0 0 58px;
}

.sec1 .wrap .content .l .little_title h5, .sec1 .wrap .content .r .little_title h5 {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.sec1 .wrap .content .l .little_title p, .sec1 .wrap .content .r .little_title p {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.sec1 .wrap .content .l .text p, .sec1 .wrap .content .r .text p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 30px;
}

.sec2 {
    padding: 112px 0 113px;
    background: #FAFAFA;
    position: relative;
}

.sec2 .bg {
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
}

.sec2 .bg img {
    width: 100%;
    height: 100%;
}

.sec2 .title {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 361px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.sec2 .content {
    display: flex;
    position: relative;
    z-index: 2;
    width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
}

.sec2 .content .item {
    width: 460px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 66px 48px 79px;
    transition: 0.6s;
}

.sec2 .content .item .icon {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}

.sec2 .content .item .icon img {
    display: block;
    object-fit: contain;
}

.sec2 .content .item h5 {
    height: 130px;
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    line-height: 30px;
    text-transform: uppercase;
}

.sec2 .content .item p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 26px;
}

.sec2 .content .item:hover {
    transform: translateY(-30px);
}

.sec3 {
    padding: 103px 0 136px;
    width: 100vw;
    overflow: hidden;
}

.sec3 .wrap {
    width: 1440px;
    margin: 0 auto;
}

.sec3 .wrap .title {
    margin: 0 0 100px;
}

.sec3 .wrap .title h5 {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.sec3 .wrap .title p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
}

.sec3 .wrap .swiper {
    width: 2120px;
    padding: 0 0 70px;
}

.sec3 .wrap .swiper .swiper-slide h5 {
    font-weight: 400;
    font-size: 40px;
    color: #111111;
}

.sec3 .wrap .swiper .swiper-slide p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 24px;
    height: 120px;
    margin: 0 0 4px;
}

.sec3 .wrap .swiper .swiper-slide .img {
    width: 100%;
    height: 280px;
}

.sec3 .wrap .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .wrap .swiper .swiper-pagination {
    height: 4px;
    width: calc(100vw - (100vw - 1440px) / 2);
    bottom: 0;
    top: unset;
    background: #EFEFEF;
    border-radius: 1px 1px 1px 1px;
}

.sec3 .wrap .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
    background: linear-gradient(180deg, #74A3E3 0%, #1C69D4 100%);
}

.sec4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4 .bg {
    width: 100%;
}

.sec4 .bg img {
    display: block;
    width: 100%;
}

.sec4 .text {
    position: absolute;
    text-align: center;
}

.sec4 .text h5 {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0 0 17px;
    text-transform: uppercase;
}

.sec4 .text p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
}

.sec5 {
    padding: 80px 0 142px;
    background: #FAFAFA;
    width: 100vw;
    margin: 0 auto;
    overflow: hidden;
}

.sec5 .wrap {
    width: 1440px;
    margin: 0 auto;
}

.sec5 .wrap .title {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    text-transform: uppercase;
    margin: 0 0 42px;
    text-align: center;
}

.sec5 .wrap .text {
    width: 966px;
    margin: 0 auto 80px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 30px;
    text-align: center;
}

.sec5 .wrap .content {
    width: 1797px;
    display: flex;
    justify-content: space-between;
}

.sec5 .wrap .content .swiper_control {
    width: 430px;
    padding: 29px 0 0;
}

.sec5 .wrap .content .swiper_control .item {
    width: 100%;
    height: 85px;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.6s;
}

.sec5 .wrap .content .swiper_control .item:nth-child(1) {
    border-top: 1px solid #E4E4E4;
}

.sec5 .wrap .content .swiper_control .item.on {
    color: #1C69D4;
    font-weight: bold;
}

.sec5 .wrap .content .swiper_control .item:hover {
    color: #1C69D4;
}

.sec5 .wrap .content .swiper_box {
    width: 1300px;
    position: relative;
}

.sec5 .wrap .content .swiper_box .swiper_item {
    opacity: 0;
    pointer-events: none;
    width: 1300px;
    transform: translateY(30px);
    padding: 20px 10px 0;
}

.sec5 .wrap .content .swiper_box .swiper_item.on {
    opacity: 1;
    pointer-events: auto;
    transition: 0.6s;
    transform: translateY(0px);
}

.sec5 .wrap .content .swiper_box .swiper_item .swiper-slide .img {
    width: 257px;
    height: 348px;
    margin: 0 auto 32px;
    position: relative;
    transition: 0.6s;
}

.sec5 .wrap .content .swiper_box .swiper_item .swiper-slide .img img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec5 .wrap .content .swiper_box .swiper_item .swiper-slide .img:hover {
    transform: scale(1.05);
}

.sec5 .wrap .content .swiper_box .swiper_item .swiper-slide p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    text-align: center;
}

.sec5 .wrap .content .swiper_box .swiper_item:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    left: 0;
}

.sec6 {
    padding: 70px 0 40px;
}

.sec6 .wrap {
    width: 1440px;
    margin: 0 auto;
}

.sec6 .wrap .title {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    margin: 0 0 40px;
    text-transform: uppercase;
    text-align: center;
}

.sec6 .wrap .content {
    display: flex;
    justify-content: space-between;
}

.sec6 .wrap .content .item {
    width: 340px;
    height: 280px;
    border-radius: 10px;
    border: 1px solid #DBDFE1;
    padding: 36px 30px;
    position: relative;
    transition: 0.6s;
    position: relative;
}

.sec6 .wrap .content .item h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 20px;
    color: #111111;
    margin: 0 0 4px;
    transition: 0.6s;
}

.sec6 .wrap .content .item p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    transition: 0.6s;
}

.sec6 .wrap .content .item .icon {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 43px;
    left: 30px;
    transition: 0.6s;
}

.sec6 .wrap .content .item:hover {
    background: #1C69D4;
}

.sec6 .wrap .content .item:hover h5, .sec6 .wrap .content .item:hover p {
    color: #FFFFFF;
}

.sec6 .wrap .content .item:hover .icon {
    filter: invert(1);
}

/*# sourceMappingURL=about.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 4.1666666667vw 0px 6.7708333333vw;
    }

    .sec1 .wrap {
        width: 75vw;
    }

    .sec1 .wrap .title {
        margin: 0px 0px 3.6458333333vw;
    }

    .sec1 .wrap .title h5 {
        font-size: 1.5625vw;
    }

    .sec1 .wrap .title p {
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
    }

    .sec1 .wrap .title .logo {
        width: 20.7291666667vw;
        bottom: -0.8333333333vw;
    }

    .sec1 .wrap .content {
        padding: 4.0104166667vw 2.2916666667vw 4.0104166667vw 2.4479166667vw;
    }

    .sec1 .wrap .content .l, .sec1 .wrap .content .r {
        width: 32.8125vw;
    }

    .sec1 .wrap .content .l .little_title, .sec1 .wrap .content .r .little_title {
        margin: 0px 0px 3.0208333333vw;
    }

    .sec1 .wrap .content .l .little_title h5, .sec1 .wrap .content .r .little_title h5 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.2604166667vw;
    }

    .sec1 .wrap .content .l .little_title p, .sec1 .wrap .content .r .little_title p {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .content .l .text p, .sec1 .wrap .content .r .text p {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .sec2 {
        padding: 5.8333333333vw 0px 5.8854166667vw;
    }

    .sec2 .bg {
        height: 36.4583333333vw;
    }

    .sec2 .title {
        font-size: 1.5625vw;
        margin-bottom: 18.8020833333vw;
    }

    .sec2 .content {
        width: 75vw;
    }

    .sec2 .content .item {
        width: 23.9583333333vw;
        border-radius: 0.5208333333vw;
        padding: 3.4375vw 2.5vw 4.1145833333vw;
    }

    .sec2 .content .item .icon {
        width: 2.1354166667vw;
        height: 2.1354166667vw;
        margin: 0px 0px 1.0416666667vw;
    }

    .sec2 .content .item h5 {
        height: 6.7708333333vw;
        font-size: 1.25vw;
        line-height: 1.5625vw;
    }

    .sec2 .content .item p {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }

    .sec2 .content .item:hover {
        transform: translateY(-1.5625vw);
    }

    .sec3 {
        padding: 5.3645833333vw 0px 7.0833333333vw;
    }

    .sec3 .wrap {
        width: 75vw;
    }

    .sec3 .wrap .title {
        margin: 0px 0px 5.2083333333vw;
    }

    .sec3 .wrap .title h5 {
        font-size: 1.5625vw;
        margin: 0px 0px 0.2604166667vw;
    }

    .sec3 .wrap .title p {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .swiper {
        width: 110.4166666667vw;
        padding: 0px 0px 3.6458333333vw;
    }

    .sec3 .wrap .swiper .swiper-slide h5 {
        font-size: 2.0833333333vw;
    }

    .sec3 .wrap .swiper .swiper-slide p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        height: 6.25vw;
        margin: 0px 0px 0.2083333333vw;
    }

    .sec3 .wrap .swiper .swiper-slide .img {
        height: 14.5833333333vw;
    }

    .sec3 .wrap .swiper .swiper-pagination {
        height: 0.2083333333vw;
        width: calc(37.5vw + 50vw);
    }

    .sec4 .text h5 {
        font-size: 1.5625vw;
        margin: 0px 0px 0.8854166667vw;
    }

    .sec4 .text p {
        font-size: 0.9375vw;
        line-height: 1.3541666667vw;
    }

    .sec5 {
        padding: 4.1666666667vw 0px 7.3958333333vw;
    }

    .sec5 .wrap {
        width: 75vw;
    }

    .sec5 .wrap .title {
        font-size: 1.5625vw;
        margin: 0px 0px 2.1875vw;
    }

    .sec5 .wrap .text {
        width: 50.3125vw;
        margin: 0px auto 4.1666666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .sec5 .wrap .content {
        width: 93.59375vw;
    }

    .sec5 .wrap .content .swiper_control {
        width: 22.3958333333vw;
        padding: 1.5104166667vw 0px 0px;
    }

    .sec5 .wrap .content .swiper_control .item {
        height: 4.4270833333vw;
        font-size: 1.0416666667vw;
    }

    .sec5 .wrap .content .swiper_box {
        width: 67.7083333333vw;
    }

    .sec5 .wrap .content .swiper_box .swiper_item {
        width: 67.7083333333vw;
        transform: translateY(1.5625vw);
        padding: 1.0416666667vw 0.5208333333vw 0px;
    }

    .sec5 .wrap .content .swiper_box .swiper_item .swiper-slide .img {
        width: 13.3854166667vw;
        height: 18.125vw;
        margin: 0px auto 1.6666666667vw;
    }

    .sec5 .wrap .content .swiper_box .swiper_item .swiper-slide p {
        font-size: 0.9375vw;
    }

    .sec6 {
        padding: 3.6458333333vw 0px 2.0833333333vw;
    }

    .sec6 .wrap {
        width: 75vw;
    }

    .sec6 .wrap .title {
        font-size: 1.5625vw;
        margin: 0px 0px 2.0833333333vw;
    }

    .sec6 .wrap .content .item {
        width: 17.7083333333vw;
        height: 14.5833333333vw;
        border-radius: 0.5208333333vw;
        padding: 1.875vw 1.5625vw;
    }

    .sec6 .wrap .content .item h5 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.2083333333vw;
    }

    .sec6 .wrap .content .item p {
        font-size: 0.7291666667vw;
        line-height: 0.9375vw;
    }

    .sec6 .wrap .content .item .icon {
        width: 4.375vw;
        height: 4.375vw;
        bottom: 2.2395833333vw;
        left: 1.5625vw;
    }
}
@media screen and (max-width: 768px) {
    .banner {
        height: 50vh;
    }
    .sec1 {
        padding: 50px 0;
    }
    .sec1 .wrap .title h5 {
        font-size: 24px;
    }
    .sec1 .wrap .title p {
        font-size: 15px;
        line-height: 1;
    }
    .sec1 .wrap .title .logo {
        width: 250px;
        bottom: -3px;
    }
    .sec1 .wrap {
        width: 90vw;
    }
    .sec1 .wrap .title {
        margin-bottom: 40px;
    }
    .sec1 .wrap .content {
        padding: 30px;
        display: block;
    }
    .sec1 .wrap .content .l, .sec1 .wrap .content .r {
        width: 100%;
    }
    .sec1 .wrap .content .l .little_title h5, .sec1 .wrap .content .r .little_title h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sec1 .wrap .content .l .text p, .sec1 .wrap .content .r .text p {
        font-size: 15px;
        line-height: 2;
    }
    .sec1 .wrap .content .l .little_title p, .sec1 .wrap .content .r .little_title p {
        font-size: 15px;
    }
    .sec2 .title {
        font-size: 24px;
    }
    .sec2 {
        padding: 30px 0 50px;
    }
    .sec2 .title {
        margin-bottom: 30px;
    }
    .sec2 .content {
        width: 90%;
        display: block;
    }
    .sec2 .content .item {
        width: 100%;
        padding: 30px 20px;
        border-radius: 6px;
        margin-bottom: 25px;
    }
    .sec2 .content .item .icon {
        width: 35px;
        height: 35px;
        margin-bottom: 20px;
    }
    .sec2 .content .item p {
        font-size: 15px;
        line-height: 1.8;
    }
    .sec2 .content .item h5 {
        height: unset;
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .sec4 .text h5 {
        font-size: 24px;
    }
    .sec4 {
        padding: 50px 0;
    }
    .sec4 .text p {
        font-size: 18px;
        line-height: 1.5;
    }
    .sec4 .text {
        position: unset;
    }
    .sec4 .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .sec4 .bg img {
        height: 100%;
    }
    .sec4 .text h5 {
        margin-bottom: 15px;
    }
    .sec5 {
        padding: 50px 0;
    }
    .sec5 .wrap .title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .sec5 .wrap .text {
        width: 100%;
        font-size: 15px;
        line-height: 1.5;
        margin: 0 auto 30px;
    }
    .sec5 .wrap {
        width: 90%;
    }
    .sec5 .wrap .content {
        width: 100%;
        display: block;
    }
    .sec5 .wrap .content .swiper_control {
        padding: 0;
        width: 100%;
    }
    .sec5 .wrap .content .swiper_control .item {
        font-size: 15px;
        height: 50px;
    }
    .sec5 .wrap .content .swiper_box .swiper_item .swiper-slide p {
        font-size: 15px;
    }
    .sec5 .wrap .content .swiper_box {
        width: 100%;
    }
    .sec5 .wrap .content .swiper_box .swiper_item {
        width: 100%;
    }
    .sec5 .wrap .content .swiper_box .swiper_item .swiper-slide .img {
        width: 100%;
        height: unset;
    }
    .sec5 .wrap .content .swiper_box .swiper_item {
        padding: 40px 0 0;
    }
    .sec5 .wrap .content .swiper_box .swiper_item .swiper-slide .img img:nth-child(2) {
        width: 81%;
    }

    .sec6 {
        padding: 50px 0 0;
    }
    .sec6 .wrap {
        width: 90%;
    }
    .sec6 .wrap .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sec6 .wrap .content {
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .sec6 .wrap .content .item {
        width: 100%;
        height: unset;
        padding: 30px 20px;
        border-radius: 6px;
    }
    .sec6 .wrap .content .item h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sec6 .wrap .content .item p {
        font-size: 15px;
        line-height: 1.8;
    }
    .sec6 .wrap .content .item .icon {
        width: 60px;
        height: 60px;
        margin: 50px 0 0;
        position: unset;
    }
}
