.container {
    margin: 0 auto;
}

.swiper-e2 {
    margin-bottom: 20px;
    padding-top: 22px;
}


.swiper-e2 .swiper-slide {
    /* text-align: center; */
    cursor: pointer;
    font-size: 16px;
    color: #504f4f;
    transition: all 0.3s;
}

/* .swiper-e2 .swiper-slide-active {

    font-weight: bold;
    font-size: 18px;
} */

.swiper-e2 {
    overflow: hidden;
}


.swiper-e3 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.swiper-e3 img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.swiper-e3 p {
    font-size: 15px;
    color: #333;
    max-width: 600px;
    line-height: 1.6;
}


.swiper-pagination-bullet {
    background: #ccc;
}

.swiper-pagination-bullet-active {
    background: #005baa;
}

.s-title1 .en {
    font-size: 14px;
    color: #999;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.s-title1 .cn {
    font-size: 32px;
    font-weight: bold;
    color: #111;
    margin-top: 8px;
}

.left {
    text-align: center;
    /* margin-top: 100px; */
}

.m-abo2 {
    width: 100%;
}

.line {
    height: 70px;
    position: relative;
    background: #fff url('../image/img-38.png') center top no-repeat;
    background-size: 100% 10px;
}