.banner-box {
    margin-top: 0.88rem;
}

.s-box {
    width: 100%;
    height: 5.88rem;
}

.bannner-img {
    width: 100%;
    height: 100%;
}

.right-img {
    width: 0.32rem;
    height: 0.32rem;
}

/* 养老院简介 */
.jianjie-boxs {
    padding: 0.84rem 0 1.8rem 0;
    background: rgba(245, 245, 245, 1);
    line-height: 0.6rem;

    .jianjie-title {
        font-size: 0.40rem;
        color: #BA9352;
        font-weight: 700;
        text-align: center;
        margin-bottom: 0.48rem;
    }

    .jianjie-img {
        width: 6.86rem;
        height: 4.98rem;
    }

    .jianjie-tips {
        font-size: 0.4rem;
        color: #BD9757;
        margin-top: 0.4rem;
        padding-bottom: 0.28rem;

        .right-img {
            width: 0.32rem;
            height: 0.32rem;
        }
    }

    .jianjie-content {
        color: #405365;
        font-size: 0.32rem;
        line-height: 0.6rem;
    }

    .mt30 {
        margin-top: 0.50rem
    }
}

/* 机构特色 */
.jigou {
    padding: 0.92rem 0 1.08rem;
    background: #fff;
    color: #405365;
    font-size: 0.32rem;
    line-height: 0.6rem;
}

.title-img {
    width: 4.54rem;
    height: 0.6rem;
    margin: 0 auto;
}

.tese-img {
    width: 6.86rem;
    height: 5.7rem;
    margin-top: 0.68rem;
    margin-bottom: 0.52rem;
}

/* 公办示范引领特色 */
.gongban-box {
    padding: 0.84rem 0 0.5rem;
    background: #F5F5F5;
    color: #405365;
    font-size: 0.32rem;
    line-height: 0.6rem;
}

.gongban-tips-box {
    color: #BD9757;
    font-size: 0.4rem;
    padding: 0.4rem 0 0.28rem 0;
    font-weight: 700;
}

.gongban-img {
    width: 6.86rem;
    height: 5rem;
    margin-top: 0.68rem
}

.gongban-item {
    margin-top: 0.64rem;
    line-height: 0.6rem;
}

.gongban-item-title {
    font-size: 0.4rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.18rem;
    z-index: 1;
    display: inline-block;
}

.gongban-item-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.9rem;
    transform: translateX(-50%);
    width: 3.84rem;
    height: 0.26rem;
    font-weight: 700;
    background: rgba(189, 151, 87, 0.15);
    z-index: -1;
}

/* 机构生活 */
.life-box {
    padding: 1.04rem 0 0.8rem;
    background: #fff;
    color: #405365;
    font-size: 0.32rem;
    line-height: 0.6rem;
}

.carousel {
    position: relative;
    max-width: 6.86rem;
    margin: 0.68rem auto 0;
    overflow: hidden;

}

.carousel-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* 确保容器宽度足够容纳所有幻灯片 */
    width: 100%;
}

.carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #E4DAC7;
    font-size: 0.32rem;
    color: #405365;
    padding-bottom: 1.06rem;
    transition: transform 0.5s ease;
}

.carousel-slide img {
    width: 100%;
    height: 7.92rem;
}

.carousel-slide h2 {
    margin: 0.72rem 0.68rem 0.28rem;
    font-size: 0.4rem;
    font-weight: 700;
    text-align: left;
}

.carousel-slide p {
    margin: 0 0.68rem;
    font-size: 0.32rem;
    line-height: 0.60rem;
    text-align: left;
}

.btn-box {
    position: absolute;
    top: 7.56rem;
    right: 0rem;
    width: 1.6rem;
    height: 0.64rem;
}

.btn-box img {
    width: 0.66rem;
    height: 0.64rem;
}