.honor1 {
    padding: 96px 0 129px 0;
    position: relative;
    z-index: 1
}

.honor1 .honor_img {
    position: absolute;
    width: 1035px;
    right: 0;
    bottom: 0;
    z-index: 2
}

.honor1 .title {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    text-align: center;
    margin: 0 0 146px
}

.honor1 .content .display {
    width: fit-content;
    display: grid;
    grid-template-columns:repeat(2, max-content);
    gap: 20px 68px
}

.honor1 .content .display .list {
    display: flex;
    align-items: center
}

.honor1 .content .display .list p {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    margin: 0 14px
}

.honor1 .content .text {
    margin: 60px 0 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 50px
}

.honor2 {
    padding: 91px 0 82px;
    background: #FAFAFC
}

.honor2 .cut {
    width: fit-content;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(41, 52, 88, 0.1);
    border-radius: 38px;
    padding: 3px 2px;
    display: flex;
    justify-content: center;
    margin: auto
}

.honor2 .cut .list {
    cursor: pointer;
    padding: 0 28px;
    height: 50px;
    border-radius: 38px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    transition: .6s ease
}

.honor2 .cut .list:hover {
    color: var(--color)
}

.honor2 .cut .list.on {
    background: #223B73;
    color: #fff
}

.honor2 .content {
    margin: 104px 0 0 0;
    position: relative
}
.honor2 .content .display {
    width: fit-content;
    display: flex;
    gap: 20px 68px;
    margin: 0 auto 100px;
}

.honor2 .content .display .list {
    display: flex;
    align-items: center
}

.honor2 .content .display .list p {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    margin: 0 14px
}
.honor2 .content .matter {
    width: 100%;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;
    transition: opacity 300ms, transform 600ms 300ms
}

.honor2 .content .matter.on {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms
}

.honor2 .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.honor2 .content .matter .swiper-pagination {
    position: static;
    margin: 72px auto 0;
    width: fit-content
}

.honor2 .content .matter .swiper-pagination span {
    width: 15px;
    height: 6px;
    background: #E3E3E9;
    border-radius: 5px;
    margin: 0 10px 0 0 !important;
    opacity: 1 !important;
    transition: .6s ease;
    position: relative;
    z-index: 1
}

.honor2 .content .matter .swiper-pagination span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #D2292E;
    border-radius: 5px
}

.honor2 .content .matter .swiper-pagination span:last-child {
    margin: 0 !important
}

.honor2 .content .matter .swiper-pagination span.swiper-pagination-bullet-active {
    width: 48px
}

.honor2 .content .matter .swiper-pagination span.swiper-pagination-bullet-active:after {
    animation: paginationAnimate 5s linear forwards
}

.honor2 .content .matter .honorSwiper {
    width: 100%
}

.honor2 .content .matter .honorSwiper .swiper-slide .img {
    width: 100%;
    height: 355px;
    padding: 9px;
    background: #EEEEF6;
    display: flex;
    align-items: center;
    justify-content: center
}

.honor2 .content .matter .honorSwiper .swiper-slide .img div {
    width: 100%;
    height: 335px;
    background: #FCFCFF;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center
}

.honor2 .content .matter .honorSwiper .swiper-slide .img div img {
    width: 100%;
    object-fit: contain;
}

@keyframes paginationAnimate {
    100% {
        width: 100%
    }
}


@media screen and (max-width: 1919px) {
    .honor1{
        padding: 5vw 0px 6.71875vw;
    }
    .honor1 .honor_img{
        width: 53.90625vw;
    }
    .honor1 .title{
        font-size: 1.5625vw;
        margin: 0px 0px 7.6041666667vw;
    }
    .honor1 .content .display{
        gap: 1.0416666667vw 3.5416666667vw;
    }
    .honor1 .content .display .list p{
        font-size: 0.9375vw;
        margin: 0px 0.7291666667vw;
    }
    .honor1 .content .text{
        margin: 3.125vw 0px 0px;
        font-size: 0.9375vw;
        line-height: 2.6041666667vw;
    }
    .honor2{
        padding: 4.7395833333vw 0px 4.2708333333vw;
    }
    .honor2 .cut{
        height: 2.9166666667vw;
        box-shadow: rgba(41, 52, 88, 0.1) 0.1041666667vw 0.1041666667vw 0.4166666667vw 1px;
        border-radius: 1.9791666667vw;
        padding: 0.15625vw 0.1041666667vw;
    }
    .honor2 .cut .list{
        padding: 0px 1.4583333333vw;
        height: 2.6041666667vw;
        border-radius: 1.9791666667vw;
        font-size: 0.8333333333vw;
    }
    .honor2 .content{
        margin: 5.4166666667vw 0px 0px;
    }
    .honor2 .content .matter{
        transform: translateY(1.5625vw);
    }
    .honor2 .content .matter .swiper-pagination{
        margin: 3.75vw auto 0px;
    }
    .honor2 .content .matter .swiper-pagination span{
        width: 0.78125vw;
        height: 0.3125vw;
        border-radius: 0.2604166667vw;
        margin: 0px 0.5208333333vw 0px 0px !important;
    }
    .honor2 .content .matter .swiper-pagination span::after{
        border-radius: 0.2604166667vw;
    }
    .honor2 .content .matter .swiper-pagination span.swiper-pagination-bullet-active{
        width: 2.5vw;
    }
    .honor2 .content .matter .honorSwiper .swiper-slide .img{
        height: 18.4895833333vw;
        padding: 0.46875vw;
    }
    .honor2 .content .matter .honorSwiper .swiper-slide .img div{
        height: 17.4479166667vw;
        padding: 0.46875vw;
    }
    .honor2 .content .display{
        gap: 1.0416666667vw 3.5416666667vw;
        margin: 0px auto 5.2083333333vw;
    }
    .honor2 .content .display .list p{
        font-size: 0.9375vw;
        margin: 0px 0.7291666667vw;
    }
}

@media screen and (max-width: 1024px) {
    .honor1 .title{
        font-size: 22px;
    }
    .honor1{
        padding: 60px 0 220px 0;
    }
    .honor1 .content .display .list p {
        font-size: 13px;
        margin: 0px 15px;
    }
    .honor1 .content .text{
        margin: 30px 0 0 0;
        font-size: 13px;
        line-height: 28px;
    }
    .honor1 .content .display{
        gap: 20px 10px;
        grid-template-columns: unset;
        display: flex;
        flex-wrap: wrap;
    }
    .honor2{
        padding: 60px 0;
    }
    .honor2 .content .matter .honorSwiper .swiper-slide .img{
        height: auto;
        padding: 10px;
    }
    .honor2 .content .matter .honorSwiper .swiper-slide .img div{
        height: auto;
        padding: 10px;
    }
    .honor2 .cut{
        height: 50px;
        border-radius: 25px;
    }
    .honor2 .cut .list{
        height: 47px;
        border-radius: 25px;
        width: fit-content;
        font-size: 13px;
        padding: 0 25px;
    }
    .honor2 .content .matter .swiper-pagination span {
        width: 15px;
        height: 6px;
        background: #E3E3E9;
        border-radius: 5px;
        margin: 0 10px 0 0 !important;
    }
    .honor2 .content .matter .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .honor2 .content .matter .swiper-pagination span::after {
        border-radius: 5px;
    }
    .honor2 .content .matter .swiper-pagination span.swiper-pagination-bullet-active {
        width: 48px;
    }
    .honor2 .content{
        margin: 35px 0 0 0;
    }

    .honor2 .content .display{
        margin: 0 auto 40px;
    }
    .honor2 .content .display .list p {
        font-size: 13px;
        margin: 0px 15px;
    }
    .honor2 .content .display {
        gap: 20px 10px;
        grid-template-columns: unset;
        display: flex;
        flex-wrap: wrap;
    }
}
