.sec1 {
    padding: 148px 0 124px;
}

.sec1 .wrap {
    width: 1660px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 137px;
    border-bottom: 1px solid #E5E5E5;
}

.sec1 .wrap .l {
    width: 805px;
}

.sec1 .wrap .l .title {
    margin: 0 0 40px;
}

.sec1 .wrap .l .title h3 {
    font-weight: bold;
    font-size: 40px;
    color: #014099;
}

.sec1 .wrap .l .text p {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 38px;
}

.sec1 .wrap .l .text h5 {
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    margin: 40px 0 30px;
}

.sec1 .wrap .r {
    width: 599px;
}

.sec1 .wrap .r .item .item_box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 150px;
    border-radius: 6px;
    padding: 0 0 0 53px;
    border: 1px solid #E5E5E5;
    transition: 0.6s;
}

.sec1 .wrap .r .item .item_box .icon {
    width: 81px;
    margin: 0 54px 0 0;
    transition: 0.6s;
}

.sec1 .wrap .r .item .item_box .item_text h5 {
    font-weight: 500;
    font-size: 18px;
    color: #888888;
    transition: 0.6s;
}

.sec1 .wrap .r .item .item_box .item_text p {
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec1 .wrap .r .item:hover .item_box {
    background: #014099;
    border: 1px solid #014099;
}

.sec1 .wrap .r .item:hover .item_box .icon {
    filter: grayscale(1) brightness(10);
}

.sec1 .wrap .r .item:hover .item_box .item_text h5, .sec1 .wrap .r .item:hover .item_box .item_text p {
    color: #FFFFFF;
}

.sec1 .wrap .r .item:not(:nth-last-child(1)) {
    margin-bottom: 46px;
}

.sec2 {
    padding: 0 0 130px;
}

.sec2 .wrap {
    width: 1660px;
    margin: 0 auto;
}

.sec2 .wrap .title {
    text-align: center;
    margin: 0 0 93px;
}

.sec2 .wrap .title h4 {
    font-weight: bold;
    font-size: 40px;
    color: #014099;
    margin: 0 0 30px;
}

.sec2 .wrap .title p {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 38px;
}

.sec2 .wrap .content {
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .content .item .item_box {
    position: relative;
    width: 400px;
    height: 606px;
    border-radius: 6px;
}

.sec2 .wrap .content .item .item_box .img {
    width: 400px;
    height: 560px;
}

.sec2 .wrap .content .item .item_box h5 {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.sec2 .wrap .content .item .item_box::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #014099, rgba(1, 64, 153, 0.01));
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
}

.sec2 .wrap .content .item:nth-child(2n) {
    margin: 107px 0 0;
}

/*# sourceMappingURL=support.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 7.7083333333vw 0px 6.4583333333vw;
    }

    .sec1 .wrap {
        width: 86.4583333333vw;
        padding: 0px 0px 7.1354166667vw;
    }

    .sec1 .wrap .l {
        width: 41.9270833333vw;
    }

    .sec1 .wrap .l .title {
        margin: 0px 0px 2.0833333333vw;
    }

    .sec1 .wrap .l .title h3 {
        font-size: 2.0833333333vw;
    }

    .sec1 .wrap .l .text p {
        font-size: 0.9375vw;
        line-height: 1.9791666667vw;
    }

    .sec1 .wrap .l .text h5 {
        font-size: 1.25vw;
        margin: 2.0833333333vw 0px 1.5625vw;
    }

    .sec1 .wrap .r {
        width: 31.1979166667vw;
    }

    .sec1 .wrap .r .item .item_box {
        height: 7.8125vw;
        border-radius: 0.3125vw;
        padding: 0px 0px 0px 2.7604166667vw;
    }

    .sec1 .wrap .r .item .item_box .icon {
        width: 4.21875vw;
        margin: 0px 2.8125vw 0px 0px;
    }

    .sec1 .wrap .r .item .item_box .item_text h5 {
        font-size: 0.9375vw;
    }

    .sec1 .wrap .r .item .item_box .item_text p {
        font-size: 1.25vw;
    }

    .sec1 .wrap .r .item:not(:nth-last-child(1)) {
        margin-bottom: 2.3958333333vw;
    }

    .sec2 {
        padding: 0px 0px 6.7708333333vw;
    }

    .sec2 .wrap {
        width: 86.4583333333vw;
    }

    .sec2 .wrap .title {
        margin: 0px 0px 4.84375vw;
    }

    .sec2 .wrap .title h4 {
        font-size: 2.0833333333vw;
        margin: 0px 0px 1.5625vw;
    }

    .sec2 .wrap .title p {
        font-size: 0.9375vw;
        line-height: 1.9791666667vw;
    }

    .sec2 .wrap .content .item .item_box {
        width: 20.8333333333vw;
        height: 31.5625vw;
        border-radius: 0.3125vw;
    }

    .sec2 .wrap .content .item .item_box .img {
        width: 20.8333333333vw;
        height: 29.1666666667vw;
    }

    .sec2 .wrap .content .item .item_box h5 {
        font-size: 1.0416666667vw;
        top: 3.6458333333vw;
    }

    .sec2 .wrap .content .item .item_box::after {
        border-radius: 0.3125vw;
    }

    .sec2 .wrap .content .item:nth-child(2n) {
        margin: 5.5729166667vw 0px 0px;
    }
}
@media screen and (max-width: 1024px) {
    .sec1 {
        padding: 60px 0;
    }
    .sec1 .wrap {
        width: 90%;
        display: block;
    }
    .sec1 .wrap .l {
        width: 100%;
    }
    .sec1 .wrap .l .title h3 {
        font-size: 24px;
    }
    .sec1 .wrap .l .title {
        margin-bottom: 30px;
    }
    .sec1 .wrap .l .text p {
        font-size: 16px;
        line-height: 2;
    }
    .sec1 .wrap .l .text h5 {
        font-size: 18px;
        margin: 20px 0 15px;
    }
    .sec1 .wrap .r {
        width: 100%;
        margin: 30px 0 0;
    }
    .sec1 .wrap .r .item {
        margin-bottom: 30px !important;
    }
    .sec1 .wrap .r .item .item_box {
        height: 100px;
        padding: 0 20px;
    }
    .sec1 .wrap .r .item .item_box .item_text h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .sec1 .wrap .r .item .item_box .item_text p {
        font-size: 16px;
    }
    .sec1 .wrap .r .item .item_box .icon {
        width: 60px;
        margin-right: 20px;
    }
    .sec2 {
        padding: 10px 0 50px;
    }
    .sec2 .wrap .title {
        margin-bottom: 40px;
    }
    .sec2 .wrap .title h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .sec2 .wrap .title p {
        font-size: 16px;
        line-height: 1.6;
    }
    .sec2 .wrap .title p br {
        display: none;
    }
    .sec2 .wrap .content {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sec2 .wrap .content .item {
        width: 100%;
        margin: 0 0 30px !important;

    }
    .sec2 .wrap .content .item .item_box h5 {
        font-size: 18px;
        line-height: 1.4;
        top: 60px;
    }
    .sec2 .wrap .content .item .item_box {
        transform: unset !important;
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
    }
    .sec2 .wrap .content .item .item_box .img {
        width: 100%;
        height: unset;
    }
    .sec2 .wrap .content .item .item_box {
        height: unset;
    }
}
