.banner .flex {
    align-items: flex-end;
}

.banner .flex .num {
    line-height: 1;
    display: flex;
    align-items: flex-end;
}

.banner .flex .num span {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    margin: 0 0 0 14px;
}

.banner .flex .num .num_item {
    position: relative;
}

.banner .flex .num .num_item span {
    position: absolute;
    top: 14px;
    right: -14px;
    transform: translateX(100%);
}

.banner .flex .num p {
    font-family: "DIN";
    font-weight: bold;
    font-size: 76px;
    color: #003E8D;
    transform: translateY(8px);
}

.sec1 {
    padding: 101px 0 0;
}

.sec1 .wrap {
    width: 1660px;
    margin: 0 auto;
}

.sec1 .wrap .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    line-height: 50px;
    margin: 0 0 165px;
    text-align: center;
}

.sec1 .wrap h3 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    text-align: center;
    margin: 0 0 64px;
}

.sec1 .wrap .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.sec1 .wrap .flex .item {
    min-width: 348px;
    height: 70px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 89px 98px 0;
}

.sec1 .wrap .flex .item:nth-child(4n) {
    margin-right: 0;
}

.sec1 .wrap .flex .item:nth-last-child(1) {
    margin-right: 0;
}

.sec1 .wrap .flex .item img {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sec1 .wrap .flex .item img:nth-last-child(1) {
    transform: rotateY(180deg);
    right: 0;
    left: unset;
}

.sec1 .wrap .flex .item h5 {
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    margin: 0 0 5px;
}

.sec1 .wrap .flex .item p {
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
}

.sec2 {
    padding: 43px 0 141px;
}

.sec2 .wrap {
    width: 1660px;
    margin: 0 auto;
}

.sec2 .wrap h3 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    text-align: center;
    margin: 0 0 96px;
}

.sec2 .wrap .honor_swiper {
    width: 2061px;
}

.sec2 .wrap .honor_swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item {
    width: 100%;
    height: 507px;
    background: #F7F7F7;
    border: 4px solid #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 75px 0 79px;
    transition: 0.6s;
}

.sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .l {
    width: 340px;
    height: 100%;
    padding: 126px 0 122px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .l .no {
    font-family: "DIN";
    font-weight: bold;
    font-size: 72px;
    color: #014099;
}

.sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .l .l_text h5 {
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    margin: 0 0 28px;
}

.sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .l .l_text p {
    font-weight: bold;
    font-size: 16px;
    color: #888888;
}

.sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .img {
    width: 485px;
    height: 422px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item {
    border: 4px solid #FCFCFC;
}

/*# sourceMappingURL=honor.css.map */
@media screen and (max-width: 1919px) {
    .banner .flex .num span {
        font-size: 0.9375vw;
        margin: 0px 0px 0px 0.7291666667vw;
    }

    .banner .flex .num .num_item span {
        top: 0.7291666667vw;
        right: -0.7291666667vw;
    }

    .banner .flex .num p {
        font-size: 3.9583333333vw;
        transform: translateY(0.4166666667vw);
    }

    .sec1 {
        padding: 5.2604166667vw 0px 0px;
    }

    .sec1 .wrap {
        width: 86.4583333333vw;
    }

    .sec1 .wrap .title {
        font-size: 1.6666666667vw;
        line-height: 2.6041666667vw;
        margin: 0px 0px 8.59375vw;
    }

    .sec1 .wrap h3 {
        font-size: 1.6666666667vw;
        margin: 0px 0px 3.3333333333vw;
    }

    .sec1 .wrap .flex .item {
        min-width: 18.125vw;
        height: 3.6458333333vw;
        margin: 0px 4.6354166667vw 5.1041666667vw 0px;
    }

    .sec1 .wrap .flex .item h5 {
        font-size: 1.25vw;
        margin: 0px 0px 0.2604166667vw;
    }

    .sec1 .wrap .flex .item p {
        font-size: 0.8333333333vw;
    }

    .sec2 {
        padding: 2.2395833333vw 0px 7.34375vw;
    }

    .sec2 .wrap {
        width: 86.4583333333vw;
    }

    .sec2 .wrap h3 {
        font-size: 1.6666666667vw;
        margin: 0px 0px 5vw;
    }

    .sec2 .wrap .honor_swiper {
        width: 107.34375vw;
    }

    .sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item {
        height: 26.40625vw;
        border: 0.2083333333vw solid rgb(247, 247, 247);
        padding: 0px 3.90625vw 0px 4.1145833333vw;
    }

    .sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .l {
        width: 17.7083333333vw;
        padding: 6.5625vw 0px 6.3541666667vw;
    }

    .sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .l .no {
        font-size: 3.75vw;
    }

    .sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .l .l_text h5 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.4583333333vw;
    }

    .sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .l .l_text p {
        font-size: 0.8333333333vw;
    }

    .sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .img {
        width: 25.2604166667vw;
        height: 21.9791666667vw;
    }

    .sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item {
        border: 0.2083333333vw solid rgb(252, 252, 252);
    }
}

@media screen and (max-width: 1024px) {
    .banner .flex .num {
        margin: 20px 0 0;
    }
    .banner .flex .num p {
        font-size: 32px;
    }
    .banner .flex .num .num_item span {
        font-size: 16px;
    }
    .banner .flex .num span {
        font-size: 16px;
        margin-left: 20px;
    }
    .sec1 {
        padding: 60px 0 0;
    }
    .sec1 .wrap .title {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 50px;
    }
    .sec1 .wrap h3 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .sec1 .wrap .flex {
        justify-content: space-between;
    }
    .sec1 .wrap .flex .item {
        width: 100%;
        height: unset;
        min-width: unset;
        margin: 0 0 40px !important;

    }
    .sec1 .wrap .flex .item h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .sec1 .wrap .flex .item p {
        font-size: 14px;
    }
    .sec2 {
        padding: 60px 0 80px;
    }
    .sec2 .wrap,.sec1 .wrap {
        width: 90%;
    }
    .sec2 .wrap h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .sec2 .wrap .honor_swiper {
        width: 100%;

    }
    .sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item {
        height: unset;
        border-radius: 8px;
        padding: 20px 30px 40px;
        display: block;
    }
    .sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .l {
        width: 100%;
    }
    .sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .l .l_text p {
        font-size: 14px;
        line-height: 1.4;
    }
    .sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .l .no {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .l .l_text h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec2 .wrap .honor_swiper .swiper-wrapper .swiper-slide .item .img {
        width: 100%;
        height: 56vw;
    }
}
