.e_text-15.s_title {
    text-align: center;
    margin-top: 20px;
}

.e_text-15.s_title a {
    text-decoration: none;
}

.e_text-15.s_title button {
    background: #4080d0;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* banner响应式样式 */
#c_banner_019-1701068071033 {
    width: 100%;
    height: auto;
}

#c_banner_019-1701068071033 .e_bannerA-2 {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 宽高比 */
    position: relative;
    overflow: hidden;
}

#c_banner_019-1701068071033 .e_bannerA-2 .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#c_banner_019-1701068071033 .e_bannerA-2 .swiper-wrapper {
    width: 100%;
    height: 100%;
}

#c_banner_019-1701068071033 .e_bannerA-2 .swiper-slide {
    width: 100%;
    height: 100%;
}

#c_banner_019-1701068071033 .e_bannerA-2 .p_img {
    width: 100%;
    height: 100%;
    position: relative;
}

#c_banner_019-1701068071033 .e_bannerA-2 .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 不同屏幕尺寸的适配 */
@media screen and (max-width: 768px) {
    #c_banner_019-1701068071033 .e_bannerA-2 {
        padding-bottom: 75%; /* 移动端 4:3 宽高比 */
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    #c_banner_019-1701068071033 .e_bannerA-2 {
        padding-bottom: 66.67%; /* 平板端 3:2 宽高比 */
    }
}

@media screen and (min-width: 1920px) {
    #c_banner_019-1701068071033 .e_bannerA-2 {
        padding-bottom: 50%; /* 大屏 2:1 宽高比 */
    }
}

.e_text-15.s_title button:hover {
    background: #3070c0;
}

/* 资质荣誉（参考：证书图 + 浅蓝标题条，一行 4 张） */
.honor-section {
    width: 100vw;
    max-width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 50px 0 60px;
    background: #eef1f4;
    box-sizing: border-box;
    text-align: left;
}

.honor-section__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.honor-section__header {
    text-align: center;
    margin-bottom: 36px;
    padding: 0 20px;
}

.honor-section__en {
    font-size: 14px;
    color: #888;
    letter-spacing: 2px;
    margin: 0 0 8px;
    font-family: 微软雅黑, "Microsoft YaHei", sans-serif;
}

.honor-section__title {
    font-size: 36px;
    color: #1b4fa1;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    font-family: 微软雅黑, "Microsoft YaHei", sans-serif;
}

.honor-section__line {
    width: 50px;
    height: 3px;
    background: #1b4fa1;
    margin: 16px auto 0;
    border-radius: 2px;
}

.honor-section__carousel {
    position: relative;
    width: 100%;
    padding: 0 28px;
    box-sizing: border-box;
}

.honor-swiper {
    overflow: hidden;
    width: 100%;
    height: auto !important;
    margin: 0;
}

.honor-swiper .swiper-wrapper {
    height: auto !important;
    align-items: stretch;
}

.honor-swiper .swiper-slide {
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    flex-shrink: 0;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
}

.honor-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: transparent;
    overflow: hidden;
}

.honor-card__img {
    flex: 0 0 auto;
    width: 100%;
    height: 380px;
    max-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background: transparent;
    overflow: hidden;
}

.honor-card__img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.honor-card__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.honor-card__caption {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 4px;
    padding: 12px 10px;
    min-height: 48px;
    box-sizing: border-box;
    background: #c6d9e8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.honor-card:hover .honor-card__caption {
    background: #1b4fa1;
}

.honor-card__title {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #333;
    text-align: center;
    line-height: 1.4;
    font-family: 微软雅黑, "Microsoft YaHei", sans-serif;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    transition: color 0.3s ease;
}

.honor-card:hover .honor-card__title {
    color: #fff;
}

.honor-swiper-prev,
.honor-swiper-next {
    width: 36px;
    height: 36px;
    margin-top: 0;
    top: 42%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12);
    color: #1b4fa1;
    z-index: 20;
    pointer-events: auto;
}

.honor-swiper-prev {
    left: 4px;
}

.honor-swiper-next {
    right: 4px;
}

.honor-swiper-prev::after,
.honor-swiper-next::after {
    font-size: 14px;
    font-weight: bold;
}

.honor-swiper-prev:hover,
.honor-swiper-next:hover {
    background: #1b4fa1;
    color: #fff;
}

.honor-section__more {
    text-align: center;
}

.honor-section__more a {
    display: inline-block;
    padding: 10px 28px;
    color: #1b4fa1;
    border: 1px solid #1b4fa1;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.honor-section__more a:hover {
    background: #1b4fa1;
    color: #fff;
}

@media (min-width: 992px) {
    .honor-section__carousel {
        padding: 0 44px;
    }

    .honor-card__img {
        height: 440px;
        max-height: 440px;
    }

    .honor-section .honor-swiper .swiper-slide {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* 桌面端一行 4 张 */
    .honor-section .honor-swiper .swiper-slide {
        width: 25% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .honor-card__img {
        height: 340px;
        max-height: 340px;
    }

    .honor-section .honor-swiper .swiper-slide {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 768px) {
    .honor-section {
        padding: 40px 0 50px;
    }

    .honor-section__title {
        font-size: 28px;
    }

    .honor-section__carousel {
        padding: 0 24px;
    }

    .honor-card__img {
        height: 320px;
        max-height: 320px;
    }

    .honor-section .honor-swiper .swiper-slide {
        padding-left: 8px;
        padding-right: 8px;
    }

    .honor-card__caption {
        min-height: 42px;
        padding: 10px 8px;
    }

    .honor-card__title {
        font-size: 13px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .honor-swiper-prev,
    .honor-swiper-next {
        width: 30px;
        height: 30px;
    }
}