.sec1 {
    margin: 178px 0 0;
    position: relative;
}

.sec1 .bg {
    width: 100%;
}

.sec1 .bg img {
    display: block;
    width: 100%;
}

.sec1 .wrap {
    width: 700px;
    position: absolute;
    left: 260px;
    top: 50%;
    transform: translateY(-50%);
}

.sec1 .wrap .title {
    font-weight: 800;
    font-size: 40px;
    color: #014099;
    margin: 0 0 50px;
}

.sec1 .wrap .text {
    margin: 0 0 80px;
}

.sec1 .wrap .text p {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
}

.sec1 .wrap .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.sec1 .wrap .flex .item {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.sec1 .wrap .flex .item .icon {
    width: 24px;
    height: 24px;
    border: 1px solid #888888;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.sec1 .wrap .flex .item .icon img {
    display: block;
    width: 14px;
}

.sec1 .wrap .flex .item p {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    transition: 0.6s;
}

.sec1 .wrap .flex .item:hover p {
    color: #014099;
}

.sec2 {
    padding: 185px 0 0;
}

.sec2 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec2 .wrap .title {
    text-align: center;
    margin: 0 0 44px;
}

.sec2 .wrap .title h3 {
    font-weight: 800;
    font-size: 40px;
    color: #014099;
}

.sec2 .wrap .content .item {
    width: 1400px;
    background: #F6F6F6;
    margin-bottom: 30px;
    border: 1px solid #F6F6F6;
    cursor: pointer;
}

.sec2 .wrap .content .item .block {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 0 0 52px;
}

.sec2 .wrap .content .item .block .icon {
    width: 25px;
    height: 25px;
    margin: 0 37px 0 0;
    filter: grayscale(1);
    opacity: 0.8;
    transition: 0.6s;
}

.sec2 .wrap .content .item .block h5 {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec2 .wrap .content .item .none {
    display: none;
    padding: 20px 128px 56px 116px;
}

.sec2 .wrap .content .item .none p {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 32px;
}

.sec2 .wrap .content .item:hover .block .icon {
    opacity: 1;
    filter: grayscale(0);
}

.sec2 .wrap .content .item:hover .block h5 {
    color: #014099;
}

.sec2 .wrap .content .item.item_active {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.sec2 .wrap .content .item.item_active .block .icon {
    opacity: 1;
    filter: grayscale(0);
}

.sec2 .wrap .content .item.item_active .block h5 {
    font-weight: bold;
}

.sec3 {
    padding: 78px 0 147px;
}

.sec3 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec3 .wrap .title {
    text-align: center;
    margin: 0 0 40px;
}

.sec3 .wrap .title h3 {
    font-weight: bold;
    font-size: 40px;
    color: #014099;
    margin: 0 0 30px;
}

.sec3 .wrap .title p {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
}

.sec3 .wrap .content .swiper_control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #E3E3E3;
}

.sec3 .wrap .content .swiper_control .item {
    padding: 0 42px;
    line-height: 66px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    transition: 0.6s;
    cursor: pointer;
    border-top: 2px solid #E3E3E3;
}

.sec3 .wrap .content .swiper_control .item.on, .sec3 .wrap .content .swiper_control .item:hover {
    color: #014099;
    background: #F6F6F6;
    border-top: 2px solid #014099;
}

.sec3 .wrap .content .sec3_swiper {
    width: 100%;
    height: 356px;
}

.sec3 .wrap .content .sec3_swiper .swiper-slide {
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .wrap .content .sec3_swiper .swiper-slide .l {
    margin-right: 98px;
}

.sec3 .wrap .content .sec3_swiper .swiper-slide .l .icon {
    margin: 73px 0 0;
    width: 118px;
    height: 118px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec3 .wrap .content .sec3_swiper .swiper-slide .l .icon h5 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    position: absolute;
    top: -73px;
    white-space: nowrap;
}

.sec3 .wrap .content .sec3_swiper .swiper-slide .l .icon img {
    max-width: 60%;
    max-height: 60%;
}

.sec3 .wrap .content .sec3_swiper .swiper-slide .r {
    width: 810px;
    padding: 0 0 0 87px;
    border-left: 1px solid #E7E7E7;
}

.sec3 .wrap .content .sec3_swiper .swiper-slide .r h5 {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
}

.sec3 .wrap .content .sec3_swiper .swiper-slide .r p {
    font-weight: 500;
    font-size: 15px;
    color: #888888;
    line-height: 32px;
}

/*# sourceMappingURL=training.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        margin: 9.2708333333vw 0px 0px;
    }

    .sec1 .wrap {
        width: 36.4583333333vw;
        left: 13.5416666667vw;
    }

    .sec1 .wrap .title {
        font-size: 2.0833333333vw;
        margin: 0px 0px 2.6041666667vw;
    }

    .sec1 .wrap .text {
        margin: 0px 0px 4.1666666667vw;
    }

    .sec1 .wrap .text p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .sec1 .wrap .flex .item {
        margin-bottom: 1.1458333333vw;
    }

    .sec1 .wrap .flex .item .icon {
        width: 1.25vw;
        height: 1.25vw;
        margin-right: 1.0416666667vw;
    }

    .sec1 .wrap .flex .item .icon img {
        width: 0.7291666667vw;
    }

    .sec1 .wrap .flex .item p {
        font-size: 0.8333333333vw;
    }

    .sec2 {
        padding: 9.6354166667vw 0px 0px;
    }

    .sec2 .wrap {
        width: 72.9166666667vw;
    }

    .sec2 .wrap .title {
        margin: 0px 0px 2.2916666667vw;
    }

    .sec2 .wrap .title h3 {
        font-size: 2.0833333333vw;
    }

    .sec2 .wrap .content .item {
        width: 72.9166666667vw;
        margin-bottom: 1.5625vw;
    }

    .sec2 .wrap .content .item .block {
        height: 4.1666666667vw;
        padding: 0px 0px 0px 2.7083333333vw;
    }

    .sec2 .wrap .content .item .block .icon {
        width: 1.3020833333vw;
        height: 1.3020833333vw;
        margin: 0px 1.9270833333vw 0px 0px;
    }

    .sec2 .wrap .content .item .block h5 {
        font-size: 0.9375vw;
    }

    .sec2 .wrap .content .item .none {
        padding: 1.0416666667vw 6.6666666667vw 2.9166666667vw 6.0416666667vw;
    }

    .sec2 .wrap .content .item .none p {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .sec3 {
        padding: 4.0625vw 0px 7.65625vw;
    }

    .sec3 .wrap {
        width: 72.9166666667vw;
    }

    .sec3 .wrap .title {
        margin: 0px 0px 2.0833333333vw;
    }

    .sec3 .wrap .title h3 {
        font-size: 2.0833333333vw;
        margin: 0px 0px 1.5625vw;
    }

    .sec3 .wrap .title p {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .content .swiper_control .item {
        padding: 0px 2.1875vw;
        line-height: 3.4375vw;
        font-size: 0.8333333333vw;
        border-top: 0.1041666667vw solid rgb(227, 227, 227);
    }

    .sec3 .wrap .content .swiper_control .item.on, .sec3 .wrap .content .swiper_control .item:hover {
        border-top: 0.1041666667vw solid rgb(1, 64, 153);
    }

    .sec3 .wrap .content .sec3_swiper {
        height: 18.5416666667vw;
    }

    .sec3 .wrap .content .sec3_swiper .swiper-slide .l {
        margin-right: 5.1041666667vw;
    }

    .sec3 .wrap .content .sec3_swiper .swiper-slide .l .icon {
        margin: 3.8020833333vw 0px 0px;
        width: 6.1458333333vw;
        height: 6.1458333333vw;
    }

    .sec3 .wrap .content .sec3_swiper .swiper-slide .l .icon h5 {
        font-size: 1.6666666667vw;
        top: -3.8020833333vw;
    }

    .sec3 .wrap .content .sec3_swiper .swiper-slide .r {
        width: 42.1875vw;
        padding: 0px 0px 0px 4.53125vw;
    }

    .sec3 .wrap .content .sec3_swiper .swiper-slide .r h5 {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .content .sec3_swiper .swiper-slide .r p {
        font-size: 0.78125vw;
        line-height: 1.6666666667vw;
    }
}
@media screen and (max-width: 1024px) {
    .sec1 {
        margin: 60px 0 0;
        background: #F7F7F7;
        padding: 50px 0 0;
    }
    .sec1 .wrap {
        width: 90%;
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        margin: 0 auto;
    }
    .sec1 .wrap .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sec1 .wrap .text {
        margin-bottom: 30px;
    }
    .sec1 .wrap .text p {
        font-size: 16px;
        line-height: 2;
    }
    .sec1 .wrap .flex .item .icon {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
    .sec1 .wrap .flex .item .icon img {
        width: 10px;
    }
    .sec1 .wrap .flex .item p {
        font-size: 14px;
        line-height: 18px;
        width: calc(100% - 23px);

    }
    .sec1 .wrap .flex .item {
        width: 100%;
        align-items: unset;
    }
    .sec1 .wrap .flex {
        gap: 10px 20px;
    }
    .sec2 {
        padding: 60px 0 0;
    }
    .sec2 .wrap .title h3 {
        font-size: 24px;
    }
    .sec2 .wrap .title  {
        margin-bottom: 40px;
    }
    .sec2 .wrap {
        width: 90%;
    }
    .sec2 .wrap .content .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec2 .wrap .content .item .block {
        height: 60px;
        padding: 0 20px;
    }
    .sec2 .wrap .content .item .block h5 {
        font-size: 16px;
        width: calc(100% - 70px);
    }
    .sec2 .wrap .content .item .block .icon {
        width: 20px;
        margin-right: 10px;
        height: 20px;
    }
    .sec2 .wrap .content .item .none {
        padding: 10px 20px 40px;
    }
    .sec2 .wrap .content .item .none p {
        font-size: 14px;
        line-height: 2;

    }
    .sec3 {
        padding: 60px 0 80px;
    }
    .sec3 .wrap {
        width: 90%;
    }
    .sec3 .wrap .title {
        margin-bottom: 40px;
    }
    .sec3 .wrap .title h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .sec3 .wrap .title p {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec3 .wrap .content .swiper_control {
        flex-wrap: wrap;
        height: unset;
    }
    .sec3 .wrap .content .swiper_control .item {
        font-size: 16px;
        width: 50%;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    .sec3 .wrap .content .sec3_swiper .swiper-slide .l .icon {
        margin: 0 0 30px;
        width: 50px;
        height: 50px;
    }
    .sec3 .wrap .content .sec3_swiper .swiper-slide .l .icon h5 {
        font-size: 20px;
        top: 50%;
        transform: translateY(-50%);
        left: 60px;
    }
    .sec3 .wrap .content .sec3_swiper .swiper-slide {
        padding: 30px 20px;
    }
    .sec3 .wrap .content .sec3_swiper .swiper-slide .r h5 {
        font-size: 16px;
    }
    .sec3 .wrap .content .sec3_swiper .swiper-slide {
        display: block;
    }
    .sec3 .wrap .content .sec3_swiper .swiper-slide .r {
        width: 100%;
        padding: 0;
        border: none;
    }
    .sec3 .wrap .content .sec3_swiper .swiper-slide .r p {
        font-size: 14px;
        line-height: 2;
    }
    .sec3 .wrap .content .sec3_swiper {
        height: unset;
    }
    .sec3 .wrap .content .sec3_swiper .swiper-slide .l .icon img {
        max-width: 50%;
        max-height: 50%;
    }
}
