.sec1 {
    position: relative;
    padding: 90px 0 186px;
}

.sec1 .bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F7F6F4;
}

.sec1 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    text-align: center;
    margin-bottom: 94px;
}

.sec1 .list {
    display: flex;
    justify-content: space-between;
}

.sec1 .list .item {
    width: 180px;
    height: 700px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.6s;
    position: relative;
}

.sec1 .list .item .item_text {
    left: 50px;
    bottom: 77px;
    position: absolute;
    width: 100%;
}

.sec1 .list .item .item_text p {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 65%;
}

.sec1 .list .item .item_text .num {
    position: absolute;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    left: -19px;
    bottom: 0;
    opacity: 0.2;
    line-height: 1;
}

.sec1 .list .item .img {
    width: 744px;
    height: 700px;
    border-radius: 10px;
    overflow: hidden;
}

.sec1 .list .item.on {
    width: 744px;
}

.sec2 {
    padding: 90px 0 115px;
    background: #FFFFFF;
}

.sec2 .wrap .title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
}

.sec2 .wrap .text {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    margin: 10px 0 70px;
    text-align: center;
}

.sec2 .wrap .list {
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .list .item .item_box {
    width: 340px;
    background: #F7F6F4;
    border-radius: 10px;
    padding: 81px 0 86px;
    transition: 0.6s;
}

.sec2 .wrap .list .item .item_box .icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 48px;
}

.sec2 .wrap .list .item .item_box .icon .cir {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.02);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.sec2 .wrap .list .item .item_box .icon:after {
    content: "";
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    opacity: 0.6;
    position: absolute;
    border-radius: 50%;
    animation: scale 2s infinite linear;
}

.sec2 .wrap .list .item .item_box .icon:before {
    content: "";
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    opacity: 0.6;
    position: absolute;
    border-radius: 50%;
    animation: scale 2s infinite linear;
    animation-delay: 1s;
}

.sec2 .wrap .list .item .item_box .item_title {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    text-align: center;
    margin-bottom: 10px;
}

.sec2 .wrap .list .item .item_box .item_text {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.sec2 .wrap .list .item .item_box:hover {
    transform: translateY(-20px);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.sec3 {
    padding: 100px 0 98px;
    position: relative;
}

.sec3 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #F5F4F3;
}

.sec3 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .wrap .content {
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
}

.sec3 .wrap .content .l {
    width: 740px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 108px;
}

.sec3 .wrap .content .l .icon {
    width: 52px;
}

.sec3 .wrap .content .l .l_title {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    margin: 21px 0 50px;
}

.sec3 .wrap .content .l a {
    width: fit-content;
    height: 44px;
    background: #F7BD23;
    border-radius: 22px 22px 22px 22px;
    display: flex;
    align-items: center;
    padding: 0 31px 0 29px;
    gap: 0 11px;
}

.sec3 .wrap .content .l a p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
}

.sec3 .wrap .content .l a .jt img {
    display: block;
    width: 6px;
    filter: brightness(0);
}

.sec3 .wrap .content .r {
    width: 740px;
    border-radius: 10px;
    overflow: hidden;
}

.sec3 .wrap .content .r img {
    display: block;
    width: 100%;
    transition: 3s;
}

.sec3 .wrap .content .r:hover img {
    transform: scale(1.1);
}

.sec3 .wrap .form {
    margin: 30px 0 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 79px 75px 60px 104px;
}

.sec3 .wrap .form .form_title {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    line-height: 30px;
    margin-bottom: 15px;
}

.sec3 .wrap .form .form_p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-bottom: 42px;
}

.sec3 .wrap .form form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 27px 0;
}

.sec3 .wrap .form form .input {
    width: 632px;
    height: 50px;
    border-bottom: 1px solid rgba(229, 226, 222, 0.6);
    position: relative;
}

.sec3 .wrap .form form .input input {
    border: none;
    width: 100%;
    height: 50px;
    background: unset;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
}

.sec3 .wrap .form form .input p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    position: absolute;
    line-height: 50px;
    left: 0;
    top: 0;
    pointer-events: none;
}

.sec3 .wrap .form form .input p span {
    color: #E51717;
}

.sec3 .wrap .form form .textarea {
    width: 100%;
    border-bottom: 1px solid rgba(229, 226, 222, 0.6);
    position: relative;
}

.sec3 .wrap .form form .textarea textarea {
    width: 100%;
    height: 115px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 50px;
}

.sec3 .wrap .form form .textarea p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    position: absolute;
    line-height: 50px;
    left: 0;
    top: 0;
    pointer-events: none;
}

.sec3 .wrap .form form .textarea p span {
    color: #E51717;
}

.sec3 .wrap .form form button {
    width: fit-content;
    height: 44px;
    background: #F7BD23;
    border-radius: 22px 22px 22px 22px;
    display: flex;
    align-items: center;
    padding: 0 31px 0 29px;
    gap: 0 11px;
}

.sec3 .wrap .form form button p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
}

.sec3 .wrap .form form button img {
    display: block;
    width: 6px;
    filter: brightness(0);
}

@keyframes scale {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/*# sourceMappingURL=service.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 4.6875vw 0px 9.6875vw;
    }

    .sec1 .title {
        font-size: 1.875vw;
        margin-bottom: 4.8958333333vw;
    }

    .sec1 .list .item {
        width: 9.375vw;
        height: 36.4583333333vw;
        border-radius: 0.5208333333vw;
    }

    .sec1 .list .item .item_text {
        left: 2.6041666667vw;
        bottom: 4.0104166667vw;
    }

    .sec1 .list .item .item_text p {
        font-size: 1.0416666667vw;
    }

    .sec1 .list .item .item_text .num {
        font-size: 3.125vw;
        left: -0.9895833333vw;
    }

    .sec1 .list .item .img {
        width: 38.75vw;
        height: 36.4583333333vw;
        border-radius: 0.5208333333vw;
    }

    .sec1 .list .item.on {
        width: 38.75vw;
    }

    .sec2 {
        padding: 4.6875vw 0px 5.9895833333vw;
    }

    .sec2 .wrap .title {
        font-size: 1.875vw;
    }

    .sec2 .wrap .text {
        font-size: 0.9375vw;
        margin: 0.5208333333vw 0px 3.6458333333vw;
    }

    .sec2 .wrap .list .item .item_box {
        width: 17.7083333333vw;
        border-radius: 0.5208333333vw;
        padding: 4.21875vw 0px 4.4791666667vw;
    }

    .sec2 .wrap .list .item .item_box .icon {
        width: 6.25vw;
        height: 6.25vw;
        margin: 0px auto 2.5vw;
    }

    .sec2 .wrap .list .item .item_box .icon .cir {
        width: 6.25vw;
        height: 6.25vw;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 0.1041666667vw 0.3125vw 1px;
    }

    .sec2 .wrap .list .item .item_box .icon::after {
        width: 6.25vw;
        height: 6.25vw;
    }

    .sec2 .wrap .list .item .item_box .icon::before {
        width: 6.25vw;
        height: 6.25vw;
    }

    .sec2 .wrap .list .item .item_box .item_title {
        font-size: 1.25vw;
        margin-bottom: 0.5208333333vw;
    }

    .sec2 .wrap .list .item .item_box .item_text {
        font-size: 0.8333333333vw;
    }

    .sec2 .wrap .list .item .item_box:hover {
        transform: translateY(-1.0416666667vw);
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2.0833333333vw;
    }

    .sec3 {
        padding: 5.2083333333vw 0px 5.1041666667vw;
    }

    .sec3 .wrap .content {
        border-radius: 0.5208333333vw;
    }

    .sec3 .wrap .content .l {
        width: 38.5416666667vw;
        padding: 5.625vw;
    }

    .sec3 .wrap .content .l .icon {
        width: 2.7083333333vw;
    }

    .sec3 .wrap .content .l .l_title {
        font-size: 0.9375vw;
        margin: 1.09375vw 0px 2.6041666667vw;
    }

    .sec3 .wrap .content .l a {
        height: 2.2916666667vw;
        border-radius: 1.1458333333vw;
        padding: 0px 1.6145833333vw 0px 1.5104166667vw;
        gap: 0px 0.5729166667vw;
    }

    .sec3 .wrap .content .l a p {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .content .l a .jt img {
        width: 0.3125vw;
    }

    .sec3 .wrap .content .r {
        width: 38.5416666667vw;
        border-radius: 0.5208333333vw;
    }

    .sec3 .wrap .form {
        margin: 1.5625vw 0px 0px;
        border-radius: 0.5208333333vw;
        padding: 4.1145833333vw 3.90625vw 3.125vw 5.4166666667vw;
    }

    .sec3 .wrap .form .form_title {
        font-size: 1.25vw;
        line-height: 1.5625vw;
        margin-bottom: 0.78125vw;
    }

    .sec3 .wrap .form .form_p {
        font-size: 0.8333333333vw;
        margin-bottom: 2.1875vw;
    }

    .sec3 .wrap .form form {
        gap: 1.40625vw 0px;
    }

    .sec3 .wrap .form form .input {
        width: 32.9166666667vw;
        height: 2.6041666667vw;
    }

    .sec3 .wrap .form form .input input {
        height: 2.6041666667vw;
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .form form .input p {
        font-size: 0.8333333333vw;
        line-height: 2.6041666667vw;
    }

    .sec3 .wrap .form form .textarea textarea {
        height: 5.9895833333vw;
        font-size: 0.8333333333vw;
        line-height: 2.6041666667vw;
    }

    .sec3 .wrap .form form .textarea p {
        font-size: 0.8333333333vw;
        line-height: 2.6041666667vw;
    }

    .sec3 .wrap .form form button {
        height: 2.2916666667vw;
        border-radius: 1.1458333333vw;
        padding: 0px 1.6145833333vw 0px 1.5104166667vw;
        gap: 0px 0.5729166667vw;
    }

    .sec3 .wrap .form form button p {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .form form button img {
        width: 0.3125vw;
    }
}

@media screen and (max-width: 768px) {
    .sec1 .list {
        display: none;
    }
    .sec1 .swiper {
        display: block !important;
    }
    .sec1 {
        padding: 60px 0;
    }
    .sec1 .title {
        font-size: 22px;
        text-align: left;
        margin-bottom: 40px;
    }
    .sec1 .swiper .item {
        position: unset;
    }
    .sec1 .swiper .item .item_text {
        left: 41px;
        bottom: 28px;
        position: absolute;
    }

    .sec1 .swiper .item .item_text p {
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
    }

    .sec1 .swiper .item .item_text .num {
        position: absolute;
        font-weight: bold;
        font-size: 60px;
        color: #FFFFFF;
        left: -19px;
        bottom: 0;
        opacity: 0.2;
        line-height: 1;
    }

    .sec1 .swiper .item .img {
        width: 100%;
        height: 86vw;
        border-radius: 4px;
        overflow: hidden;
    }
    .sec1 .swiper .item .img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .sec1 .swiper .swiper-pagination {
        position: unset;
        margin: 20px 0 0;
    }
    .sec1 .swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #F7BD23;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .wrap .title {
        font-size: 22px;
        text-align: left;
    }
    .sec2 .wrap .text {
        font-size: 16px;
        text-align: left;
        margin: 10px 0 30px;
    }
    .sec2 .wrap .list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .sec2 .wrap .list .item .item_box {
        width: 100%;
        border-radius: 4px;
        height: unset;
        padding: 40px 0;
    }
    .sec2 .wrap .list .item .item_box .icon {
        width: 100px;
        height: 100px;
        margin: 0 auto 40px;
    }
    .sec2 .wrap .list .item .item_box .item_title {
        font-size: 18px;
    }
    .sec2 .wrap .list .item .item_box .item_text {
        font-size: 14px;
        margin: 15px 0;
    }
    .sec2 .wrap .list .item .item_box .icon .cir {
        width: 100px;
        height: 100px;
    }
    .sec2 .wrap .list .item .item_box .icon::before {
        width: 100px;
        height: 100px;
    }
    .sec2 .wrap .list .item .item_box .icon::after {
        width: 100px;
        height: 100px;
    }
    .sec2 .wrap .list .item .item_box .icon .cir img {
        max-width: 50%;
        max-height: 50%;
    }
    .sec3 {
        padding: 60px 0;
    }
    .sec3 .wrap .content {
        flex-direction: column-reverse;
        border-radius: 4px;
    }
    .sec3 .wrap .content .r {
        width: 100%;
        border-radius: 4px;
    }
    .sec3 .wrap .content .l {
        width: 100%;
        align-items: flex-start;
        padding: 30px;
    }
    .sec3 .wrap .content .l a {
        height: 40px;
        border-radius: 20px;
        padding: 0 20px;
        gap: 0 10px;
    }
    .sec3 .wrap .content .l a p {
        font-size: 16px;
    }
    .sec3 .wrap .content .l a .jt img {
        width: 5px;
    }
    .sec3 .wrap .content .l .icon {
        width: 30px;
        margin: 0;
    }
    .sec3 .wrap .content .l .l_title {
        font-size: 18px;
        margin: 20px 0 40px;
    }
    .sec3 .wrap .form {
        padding: 30px;
        margin: 30px 0 0;
        border-radius: 4px;
    }
    .sec3 .wrap .form .form_title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sec3 .wrap .form .form_p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .sec3 .wrap .form .form_title br {
        display: none;
    }
    .sec3 .wrap .form form {
        gap: 20px 0;
    }
    .sec3 .wrap .form form .input {
        width: 100%;
        height: 50px;
    }
    .sec3 .wrap .form form .input input {
        height: 50px;
        font-size: 16px;
    }
    .sec3 .wrap .form form .input p {
        font-size: 16px;
        line-height: 50px;
    }
    .sec3 .wrap .form form .textarea textarea {
        height: 200px;
        font-size: 16px;
        line-height: 24px;
    }
    .sec3 .wrap .form form .textarea p {
        font-size: 16px;
        line-height: 24px;
    }
    .sec3 .wrap .form form button {
        height: 40px;
        border-radius: 20px;
        padding: 0 20px;
        gap: 0 10px;
        margin: 30px 0 0;
    }
    .sec3 .wrap .form form button p {
        font-size: 16px;
    }
    .sec3 .wrap .form form button img {
        width: 5px;
    }
    .links {
        display: none;
    }
}
