/* 简介 */
.about-banner {
    width: 100%;
    /* height: 800px; */
    background: url("../../common/images/about/banner_info_bg.png") no-repeat;
    /* background-position: cover;
    background-size: 100% 100%; */
    display: flex;
    align-items: center;
}

.about-banner-bg {
    width: 100%;
    height: 31.25rem;
    background-image: url("../../common/images/about/banner.jpg");
    background-size: cover; /* 关键：不变形 */
    background-position: center;
    background-repeat: no-repeat;
}

.about-banner-main {
    width: 75rem;
    padding: 1.25rem 0;
    margin: 0 auto;
    position: relative;
}

/* 右上角边框 */
.about-brief::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3.75rem; /* 边框长度 */
    height: 3.75rem;
    border-top: 0.1875rem solid #204493;
    border-right: 0.1875rem solid #204493;
    border-top-right-radius: 0.5rem;
}

/* 左下角边框 */
.about-brief::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3.75rem;
    height: 3.75rem;
    border-bottom: 0.1875rem solid #204493;
    border-left: 0.1875rem solid #204493;
    border-bottom-left-radius: 0.5rem;
}

.about-title {
    font-size: 2.625rem;
    font-family: "Georgia", "Times New Roman", "Noto Serif SC", "Kaiti", "SimSun", serif;
    font-weight: bold;
    color: #204493;
    letter-spacing: 0.25rem;
    display: flex;
    align-items: center;
}

.about-title img {
    width: 3.75rem;
    margin-right: 0.625rem;
}

.about-brief {
    font-size: 1rem;

    /* width: 750px; */
    /* color: #fff; */
    /* margin-top: 20px; */

    padding: 2.5rem 1.5625rem;
}

.about-brief-text {
    text-align: justify;
    text-indent: 1.75rem;
    line-height: 1.625rem;
}

.about-img1 {
    width: 12.5rem;
    height: 12.5rem;
    position: absolute;
    top: -4.375rem;
    left: -3.75rem;
}

/* 领导关怀与会堂历史 */
.about-history {
    /* width: 1200px; */
    padding: 1.875rem 0 0 0;
    margin: 0 auto;
    background: url("../../common/images/about/history_bg.png") no-repeat;
    background-position: cover;
    background-size: 100% 100%;
}

.about-intr {
    width: 46.875rem;
    padding: 1.5625rem;
    margin: 0 auto;
    text-align: center;
    color: #8e99a4;
}

.about-intr-h2 {
    font-weight: 500;
    margin-bottom: 1.25rem;
    letter-spacing: 0.25rem;
    color: #fff;
}

.about-intr-text {
    font-size: 1.125rem;
    color: #f0f0f0;
}

.about-swiper {
    width: 62.5rem;
    margin: 0 auto;
    height: 23.75rem;
    position: relative;
    padding: 1.875rem 0 3.75rem 0;
    box-sizing: border-box;
    border-radius: 0.375rem;
}

.about-swiper .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0.375rem;
}

.about-swiper .swiper-slide {
    position: relative;
    transform: scale(0.8);
    border-radius: 0.375rem;
    transition: 300ms;
}

.about-swiper .swiper-slide-active,
.about-swiper .swiper-slide-duplicate-active {
    transform: scale(1);
}

.about-swiper .swiper-slide img {
    position: absolute;
    z-index: -1;
    inset: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0.375rem;
}

.about-swiper-item {
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25rem;
    box-sizing: border-box;
    color: #fff;
}

.about-swiper-top {
    text-align: right;
    font-size: 0.875rem;
    font-weight: bold;
}

.about-year {
    font-size: 2.875rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.3125rem;
}

.about-swiper-bottom {
    font-size: 0.75rem;
    text-align: justify;
}

.base-swiper-button {
    width: 6.25rem;
    height: 2.25rem;
    display: flex;
    color: #c1c1c1;
    font-size: 1rem;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
}

.base-swiper-button-prev {
    width: 1.375rem;
    height: 1.125rem;
    cursor: pointer;
    background: url("../../common/images/about/icon_l.png") no-repeat 100% 100%;
    background-size: cover;
}

.base-swiper-button-prev:hover {
    background: url("../../common/images/about/icon_l_active.png") no-repeat 100% 100%;
    background-size: cover;
}

.base-swiper-button-next {
    width: 1.375rem;
    height: 1.125rem;
    cursor: pointer;
    background: url("../../common/images/about/icon_r.png") no-repeat 100% 100%;
    background-size: cover;
}

.base-swiper-button-next:hover {
    background: url("../../common/images/about/icon_r_active.png") no-repeat 100% 100%;
    background-size: cover;
}

/* 荣誉资质 */
.about-honor {
    width: 100%;
    /* height: 600px;     */
    padding: 3.125rem 0;
    box-sizing: border-box;

}

.about-honor-title {
    text-align: center;
    color: #000;
    /* padding: 0 20px; */
    box-sizing: border-box;
    /* 给父元素加相对定位，方便伪元素定位 */
    position: relative;
    /* 给左边留空间，防止图片盖住文字 */
    /* padding-left: 30px; */
    /* 初始隐藏 */

}


.about-honor-title::before {
    content: "";
    position: absolute;

    left: 50%;
    /*top: 50%;
    */
    transform: translateX(-50%);
    /*垂直居中*/
    background-image: url("../../common/images/about/honor-title-bg.png");
    width: 20.9375rem;
    height: 4.75rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

}

@keyframes showImg {
    to {
        opacity: 1;
    }
}

.honor-line {
    /* width: 120px;
    height: 6px;
    background: #024AB2;
    margin: 15px auto; */
}

.honor-title-text {
    font-size: 2.1875rem;
    padding: 0.9375rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.25rem;
}

.honor-title-content {
    padding: 1.5625rem 0 0 0;
    font-size: 1.125rem;
    color: #5a5a5a;
}

.about-honor-img-container {
    box-sizing: border-box;
    background: url("../../common/images/about/honor_bg.png") no-repeat 100% 100%;
    background-size: 100% 100%;
    /* height: 600px; */
}

.about-honor-img {
    width: 90%;
    margin: 0 auto;

}

.about-honor-img img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.about-honor-img img:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.about-honor-list {
    width: 75rem;
    height: 22.5rem;
    padding-top: 1.875rem;
    margin: 0 auto;
    display: flex;
    color: #744B20;
    position: relative;
    /* padding: 0 30px; */
    box-sizing: border-box;
}

.about-honor-list-main {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.about-honor .swiper-container {
    width: 100%;
    height: 100%;
}

.about-honor .swiper-button-next {
    right: -2.5rem;
    color: #fff;
}

.about-honor .swiper-button-prev {
    left: -2.5rem;
    color: #fff;
}

.about-honor .swiper-slide {
    /* border-radius: 8px; */
}

.about-honor-item {
    width: 100%;
    height: 100%;
    background: url("../../common/images/about/honor_item_bg.jpg") no-repeat 100% 100%;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0.9375rem;
    padding-top: 5.9375rem;
    box-sizing: border-box;
    /* border-radius: 10px; */
}

.about-honor-item-top {
    text-align: right;
}

.about-honor-item-num {
    display: flex;
    align-items: end;
    font-size: 2rem;
    font-weight: bold;
    justify-content: end;
    margin-bottom: 0.5rem;
}

.about-honor-item-num img {
    width: 1.375rem;
    height: 1.5rem;
    margin-right: 0.625rem;
}

.about-honor-item-text {
    font-size: 1rem;
    line-height: 1.375rem;
}

.about-honor-item-bottom {
    height: 30%;
    font-size: 0.875rem;
    text-align: justify;
}

.about-title,
.about-honor-title,
.about-honor-img,
.about-brief,
.about-intr-h2,
.about-intr-text,
.about-swiper,
.honor-line,
.honor-title-text,
.honor-title-content,
.about-honor-list {
    opacity: 0;
    transform: translateY(0.625rem);
    transition: none;
}

/* 媒体查询 */
/* 屏幕 < 768px */
@media (max-width: 767.98px) {
    .about-banner {
        justify-content: center;
    }

    .about-banner-main {
        width: 100%;
        padding: 1.25rem 1.875rem;
    }

    .about-brief {
        width: 100%;
        font-size: 0.75rem;
    }

    .about-brief-text {
        text-indent: 1.5rem;
        line-height: 1.375rem;
    }

    .about-banner {
        /* height: 400px; */
    }

    .about-title {
        font-size: 1.5rem;
        justify-content: center;
    }

    .about-title img {
        width: 2.1875rem;
        margin-left: 0px;
    }

    .about-img1 {
        width: 9.375rem;
        height: 9.375rem;
        left: 0px;
        top: -2.8125rem;
    }

    .about-history {

        width: 100%;
    }

    .about-intr {
        width: 80%;
        font-size: 0.75rem;
        padding: 0.75rem;
    }

    .about-intr-h2 {
        font-size: 1.5rem;
        margin-bottom: 0.625rem;
    }

    .about-swiper {
        width: 100%;
        height: 20.625rem;
        padding: 1rem 1.625rem;
        padding-bottom: 3.125rem;
    }

    .base-swiper-button {
        width: 5rem;
        right: 2.5rem;
        bottom: 0.625rem;
        font-size: 0.875rem;
    }

    .base-swiper-button-prev,
    .base-swiper-button-next {
        width: 1.125rem;
        height: 0.9375rem;
    }

    .about-swiper-bottom {
        line-height: 1.25rem;
    }

    .about-honor-list {
        width: 70%;
        margin: 0 auto;
    }

    .about-honor .swiper-button-next:after {
        font-size: 1.875rem;
    }

    .about-honor .swiper-button-prev:after {
        font-size: 1.875rem;
    }

    .honor-title-text {
        font-size: 1.625rem;
    }

    .honor-line {
        width: 6.25rem;
        height: 0.3125rem;
        margin: 0.625rem auto;
    }
}
