.about-content-box {
    overflow: hidden;
}

.about-over-center-box {
    align-items: flex-start;
    padding: 0 0 0.6rem;
    flex-wrap: unset;
}

.about-over-center-box .left-content {
    margin-right: 1rem;
    max-height: 6.5rem;
    height: auto;
    overflow: auto;
}

.about-over-center-box .left-content .com-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
    letter-spacing: 2px;

}

.about-over-center-box .left-content .com-en-title {
    font-size: 0.18rem;
    color: #cdcbcb;
    margin: 0.35rem 0;
    letter-spacing: 2px;
}

.about-over-center-box .left-content .about-content {
    line-height: 32px;
    font-size: 14px;
    color: #656565;
    letter-spacing: 1px;
    text-align: justify;
}

.about-over-center-box .right-content .about_img {
    width: 6.88rem;
    height: 4.57rem;
    margin-top: 1.05rem;
    border-radius: 0.06rem;
}

.honor-box .over-big-title {
    justify-content: center;
}

.honor-box .big-title .title-content .blue-line {
    margin: .2rem auto 0.5rem;
}

.honor-box {
    overflow: hidden;
    background-color: #FAFAFA;
    height: auto;
    padding-bottom: 60px;
}

.honor-box .honor-over-center-box {
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.honor-over-center-box .swiper {
    width: 100%;
    height: 100%;
}

.honor-over-center-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.2rem !important;
    width: auto;
}

.honor-over-center-box .swiper-slide img {
    display: block;
    width: auto;
    height: 4.2rem !important;
    object-fit: cover;
}