body {
    background: #F7F5F6;
}

.honor_container * {
    box-sizing: border-box;
}

.honor_container {
    max-width: 1400px;
    margin: 0 auto;
    font-family: "微软雅黑";
    position: relative;
}

.honor_container a {
    text-decoration: none;
    display: block;
    position: relative;
    height: 100%;
    padding: 10%;
    background: #fff;
    text-align: center;
    color: #333333;
    transition: color 600ms ease, background 600ms ease, border 600ms ease, opacity 600ms ease, transform 600ms ease, box-shadow 600ms ease;
}

.honor_container .swiper-container {
    height: 100%;
}

.honor_container .swiper_arrow div {
    background: none;
    text-align: center;
    border: 1px solid #bfbfc0;
    color: #bfbfc0;
    border-radius: 50%;
    font-weight: bold;
    width: 36px;
    height: 36px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 600ms ease;
    vertical-align: middle;
}

.honor_container .swiper_arrow div:hover,
.honor_container .swiper_arrow div:hover svg path {
    border-color: #cc0001;
    background-color: #cc0001;
    color: #fff;
    fill: #fff;
}

.honor_container .swiper-button-prev {
    transform: rotate(180deg);
    left: -8%;
}

.honor_container .swiper-button-next {
    right: -8%;
}

.honor_container .swiper-slide {
    height: auto;
    padding: 10px;
    padding-right: 2px;
    padding-left: 0;
}

.honor_container .swiper-slide:hover a {
    transform: translateY(-6px);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
    color: #cc0001;
}

.honor_container .honor_title {
    font-size: 16px;
    max-height: 52px;
    overflow: hidden;
    line-height: 1.6;
}

.honor_container .honor_img {
    max-width: 360px;
    margin: 0 auto;
    height: 266px;
    margin-bottom: 38px;
}

.honor_container .honor_img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    object-fit: scale-down;
}

@media (max-width: 768px) {
    .honor_container .swiper_arrow {
        text-align: center;
        margin-top: 20px;
    }
    .honor_container .swiper_arrow div {
        position: inherit;
        display: inline-block;
    }
    .honor_container .swiper_arrow div svg {
        vertical-align: middle;
    }
}