.renepoly-question-box.modal {
    display: none; /* 默认隐藏 */
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); /* 半透明背景 */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close {
    position: absolute;
    top: -45px;
    right: -35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
}

/* 设置图片透明度 */
.swiper-slide .testimonial-item img {
    opacity: 0.8; /* 设置透明度，0.8 表示 80% 不透明，调整数值 */
    transition: opacity 0.3s ease; /* 添加过渡效果，鼠标悬停时更平滑 */
}

/* 鼠标悬停时恢复完全不透明 */
.swiper-slide .testimonial-item:hover img {
    opacity: 1; /* 恢复为完全不透明 */
}


/*新样式*/
/*方案、ems、bess、service*/
.featured-services-item {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
    height: 100%;
    padding: 30px 60px 30px 60px;
    position: relative;
    width: 100%;
    transition: none; text-align: center;

    &:hover {
        background: linear-gradient(134.76deg, rgba(21, 68, 125, 1) 5.95%, rgba(29, 169, 223, 1) 54.06%);

        .featured-services-item-title, .featured-services-item-des {
            color: white;
            transform: translateY(-15px);
            /*transition: all 0.3s ease-in-out;*/
        }

        .featured-services-item-other {
            visibility: visible;
            transform: translateY(-15px);
            /*transition: all 0.3s ease-in-out;*/ 
        }
    }
}

.featured-services-item-title,
.featured-services-item-des,
.featured-services-item-other {
    transition: transform 0.3s ease-in-out;
}

.featured-services-item-img {
    height: 100px;
    width: auto;
    margin-bottom: 20px;
    max-width: 100%;
}

.featured-services-item-title {
    padding-left: 18px;
    line-height: 34px;
    color: rgba(23, 25, 30, 1);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}

.featured-services-item-des {
    padding-left: 18px;
    line-height: 24px;
    color: rgba(23, 25, 30, 1);
    font-size: 14px;
    margin-bottom: 6px;
}

.featured-services-item-other {
    padding-left: 18px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #4466F7;
    visibility: hidden; justify-content: center;
}

.featured-services-item-other-title {
    font-size: 16px;
    line-height: 23px;
}

/*更多信息 关于我们*/
.renepoly-about-section {
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: bottom;
}

.renepoly-about-imgBox {
    position: relative;
}

.renepoly-about-bg {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80%;
    max-height: 100%;
    max-width: 100%;
    transform: translateX(-50%);
}

.renepoly-about-imgBox-circleOne {
    position: absolute;
    bottom: -80%;
    left: 50%;
    width: 115%;
    height: 130%;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    transform: translateX(-50%);
}

.renepoly-about-imgBox-circleTwo {
    position: absolute;
    bottom: -102%;
    left: 50%;
    width: 150%;
    height: 180%;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    transform: translateX(-50%);
}

.renepoly-about-img-item {
    /*    鼠标滑过放大*/
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    cursor: pointer;
    z-index: 200;

    &:hover {
        transform: scale(1.1);
    }
}

.renepoly-about-img-one {
    position: absolute;
    bottom: 60%;
    right: 65%;
    width: 210px;

}

.renepoly-about-img-two {
    position: absolute;
    bottom: 60%;
    right: 5%;
    width: 210px;
}

.renepoly-about-img-three {
    position: absolute;
    bottom: 20%;
    right: 75%;
    width: 200px;
}

.renepoly-about-img-four {
    position: absolute;
    bottom: 35%;
    right: 35%;
    width: 220px;
}

.renepoly-about-img-five {
    position: absolute;
    bottom: 15%;
    right: 0%;
    width: 200px;
}

.renepoly-about-left-item {
    border-left: 1px solid #BBBBBB;
    margin-bottom: 30px;

    h5 {
        line-height: 32px;
        color: rgba(22, 70, 127, 1);
        font-size: 22px;
        padding-left: 20px;
        border-left: 3px solid #0d53a1;
        margin-left: -2px;
        margin-bottom: 16px;
    }

    .renepoly-about-left-item-des {
        line-height: 24px;
        color: rgba(16, 16, 16, 1);
        font-size: 14px;
        padding-left: 20px;
        margin-left: -2px;
    }
}

.renepoly-about-left-last {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #4466F7;
    padding-bottom: 60px;
    cursor: pointer;

    a {
        color: #4466F7;

        &:hover {
            color: #4466F7;
        }
    }

    img {
        width: 16px;
    }
}

/*查看我们的方案*/
.renepoly-solution-content {
    display: flex;
    flex-direction: column;
    gap: 25px;

    a {
        transition: 0s !important;
    }
}

.renepoly-solution-content-item {
    display: flex;
    /*align-items: center;*/
    gap: 25px;
    flex-wrap: wrap;
}

.renepoly-solution-content-item-box {
    position: relative;

    &:hover {
        transition: all 0.3s ease-in-out;

        .renepoly-solution-content-item-title-btn {
            visibility: visible;
        }
    }
}

.renepoly-solution-content-item-container {
    /*padding: 70px 40px;*/
    border-radius: 12px;
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}
.renepoly-solution-content-item-container .image-wrapper{ width: 100%;}

.renepoly-solution-content-item-bg {
    width: 100%;
    /*height: 100%;*/
    max-width: 100%;
    /*max-height: 100%;*/
}

.renepoly-solution-content-item-content {
    position: absolute;
    top: 70px;
    left: 40px;
}

.renepoly-solution-content-item-title {
    font-size: 26px;
    line-height: 40px;
    color: rgba(23, 25, 30, 1);
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.renepoly-solution-content-item-title-des {
    width: 60%;
    line-height: 23px;
    color: rgba(22, 70, 127, 1);
    font-size: 16px;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

.renepoly-solution-content-item-title-short-des {
    color: #4466F7;
    /*    只显示两行，超出的显示省略号*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

.renepoly-solution-content-item-title-btn {
    border-radius: 6px;
    background-color: rgba(29, 112, 72, 1);
	
	background-image: linear-gradient(to right, #0d53a1,#1ea5dd);
    padding: 12px 40px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    position: relative;
    z-index: 10;
    visibility: hidden;

    &:hover {
        color: rgba(255, 255, 255, 1);
    }
}

/*默认情况*/
.renepoly-solution-content-item-one,
.renepoly-solution-content-item-four,
.renepoly-solution-content-item-five {
    flex: 2.91;

    .renepoly-solution-content-item-one-short, .renepoly-solution-content-item-four-short, .renepoly-solution-content-item-five-short {
        /*display: none;*/
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;

    }
}

.renepoly-solution-content-item-two,
.renepoly-solution-content-item-three,
.renepoly-solution-content-item-six {
    flex: 2;

    .renepoly-solution-content-item-two-all, .renepoly-solution-content-item-three-all, .renepoly-solution-content-item-six-all {
        /*display: none;*/
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
}


/* 当鼠标滑过模块2时，模块2变为flex:3，模块1变为flex:2 */
.renepoly-solution-content-item:hover .renepoly-solution-content-item-two {
    flex: 2.91;

    .renepoly-solution-content-item-two-all {
        opacity: 1;
        position: relative;
    }

    .renepoly-solution-content-item-two-short {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.renepoly-solution-content-item:hover .renepoly-solution-content-item-one {
    flex: 2;

    .renepoly-solution-content-item-one-all {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .renepoly-solution-content-item-one-short {
        opacity: 1;
        position: relative;
    }
}

.renepoly-solution-content-item-one:hover {
    flex: 2.91 !important;

    .renepoly-solution-content-item-one-all {
        opacity: 1 !important;
        position: relative !important;
    }

    .renepoly-solution-content-item-one-short {
        opacity: 0 !important;
        position: absolute !important;
        top: 0;
        left: 0;
    }
}

.renepoly-solution-content-item-one:hover ~ .renepoly-solution-content-item-two {
    flex: 2 !important;

    .renepoly-solution-content-item-two-all {
        opacity: 0 !important;
        position: absolute !important;
        top: 0;
        left: 0;
    }

    .renepoly-solution-content-item-two-short {
        opacity: 1 !important;
        position: relative !important;
    }
}


/* 当鼠标滑过模块3时，模块3变为flex:3，模块4变为flex:2 */
.renepoly-solution-content-item-three:hover {
    flex: 2.91 !important;

    .renepoly-solution-content-item-three-all {
        opacity: 1 !important;
        position: relative !important;
    }

    .renepoly-solution-content-item-three-short {
        opacity: 0 !important;
        position: absolute !important;
        top: 0;
        left: 0;
    }
}

.renepoly-solution-content-item-three:hover ~ .renepoly-solution-content-item-four {
    flex: 2 !important;

    .renepoly-solution-content-item-four-all {
        opacity: 0 !important;
        position: absolute !important;
        top: 0;
        left: 0;
    }

    .renepoly-solution-content-item-four-short {
        opacity: 1 !important;
        position: relative !important;
    }
}


/* 当鼠标滑过模块6时，模块6变为flex:3，模块5变为flex:2 */
.renepoly-solution-content-item:hover .renepoly-solution-content-item-six {
    flex: 2.91;

    .renepoly-solution-content-item-six-all {
        opacity: 1;
        position: relative;
    }

    .renepoly-solution-content-item-six-short {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.renepoly-solution-content-item:hover .renepoly-solution-content-item-five {
    flex: 2;

    .renepoly-solution-content-item-five-all {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .renepoly-solution-content-item-five-short {
        opacity: 1;
        position: relative;
    }
}

.renepoly-solution-content-item-five:hover {
    flex: 2.91 !important;

    .renepoly-solution-content-item-five-all {
        opacity: 1 !important;
        position: relative !important;
    }

    .renepoly-solution-content-item-five-short {
        opacity: 0 !important;
        position: absolute !important;
        top: 0;
        left: 0;
    }
}

.renepoly-solution-content-item-five:hover ~ .renepoly-solution-content-item-six {
    flex: 2 !important;

    .renepoly-solution-content-item-six-all {
        opacity: 0 !important;
        position: absolute !important;
        top: 0;
        left: 0;
    }

    .renepoly-solution-content-item-six-short {
        opacity: 1 !important;
        position: relative !important;
    }
}


/*ems部分*/
.renepoly-ems-item {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
    padding: 30px 26px;

    &:hover {
        transition: all 0.3s ease-in-out;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.24);
        transform: translateY(-10px);

        .renepoly-ems-item-btn {
            background: color-mix(in srgb, #0d53a1, transparent 20%);
        }
    }
}

.renepoly-ems-item-tag {
    line-height: 25px;
    color: rgba(68, 102, 247, 1);
    font-size: 16px;
    margin-bottom: 3px;
}

.renepoly-ems-item-title {
    line-height: 36px;
    color: rgba(23, 25, 30, 1);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.renepoly-ems-item-des {
    line-height: 17px;
    color: rgba(16, 16, 16, 1);
    font-size: 12px;
    margin-bottom: 30px;
}

.renepoly-ems-item-btn {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    background-color: rgba(22, 70, 127, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 30px;
}

.renepoly-ems-item-other {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.renepoly-ems-item-other-icon {
    width: 16px;
}

.renepoly-ems-item-other-word {
    line-height: 26px;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
}

.renepoly-ems-item-other-word-del {
    color: #8a969e;
    line-height: 26px;
    font-size: 14px;
}

/*储能部分*/
.renepoly-bess-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
	
	display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0rem;
	
}

.renepoly-bess-container-big {
    /*width: 430px;*/
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    width: 100%;
    /*    鼠标经过图片会放大*/

    &:hover {
        transition: all 0.3s ease-in-out;

        .renepoly-bess-container-item-img {
            transform: scale(1.1); /* 添加这行实现图片放大 */
            transition: transform 0.3s ease-in-out; /* 添加过渡效果 */
        }

        .renepoly-bess-container-item-box-line {
            background-color: transparent;
            transition: background-color 0.3s ease-in-out;
        }

        .renepoly-bess-container-item-box-title::after {
            width: 100%;
            left: 50%;
            transform: translateX(-50%);
        }
    }
}

.renepoly-bess-container-small {
    /*width: 290px;*/
    width: 100%;
    display: flex;
    flex-direction: column;
}
.renepoly-bess-container-small-item .image-wrapper { width: 100%;}


.renepoly-bess-container-small-item {
    width: 100%;
    height: 50%;
    position: relative;
    overflow: hidden;

    &:hover {
        transition: all 0.3s ease-in-out;

        .renepoly-bess-container-item-img {
            transform: scale(1.1); /* 添加这行实现图片放大 */
            transition: transform 0.3s ease-in-out; /* 添加过渡效果 */
        }

        .renepoly-bess-container-item-box-line {
            background-color: transparent;
            transition: background-color 0.3s ease-in-out;
        }

        .renepoly-bess-container-item-box-title::after {
            width: 100%;
            left: 50%;
            transform: translateX(-50%);
        }

        .renepoly-bess-container-item-box-black-title::after {
            width: 100%;
            left: 50%;
            transform: translateX(-50%);
        }
    }
}

.renepoly-bess-container-item-topImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    background: linear-gradient(180.24deg, rgba(2, 83, 161, .9) 25.43%, rgba(2, 111,106, .0) 75.43%);
    height: 80%;
    width: 100%;
}



.renepoly-bess-container-item-img {
    height: 100%;
    width: 100%; 
}

.renepoly-bess-container-item-img img { width: 100%; height: 100%; object-fit: cover;}
.renepoly-bess-container-item-imgOneIcon {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 25;
    width: 24px;
}

.renepoly-bess-container-item-imgTwoIcon {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 25;
    width: 24px;
}

.renepoly-bess-container-item-imgThreeIcon {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 25;
    width: 39px;
}

.renepoly-bess-container-item-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 20; padding: 0px 12%; text-align: center;
}

.renepoly-bess-container-item-leftBox {
    position: absolute;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 30px 0; */
    align-items: center;
    top: 30px;
    width: 100%;
}

.renepoly-bess-container-item-box-title {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: bold;
    position: relative;
    /* 添加伪元素用于动画 */

    &::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 45px;
        height: 2px;
        background-color: rgba(255, 255, 255, 1);
        transition: all 0.3s ease-in-out;
        transform: translateX(-50%);
    }
}

.renepoly-bess-container-item-box-black-title {
    color: rgba(16, 16, 16, 1);
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: bold;
    position: relative;
    /* 添加伪元素用于动画 */

    &::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 45px;
        height: 2px;
        background-color: rgba(16, 16, 16, 1);
        transition: all 0.3s ease-in-out;
        transform: translateX(-50%);
    }
}

.renepoly-bess-container-item-box-line {
    width: 57px;
    height: 1px;
    background-color: transparent;
    margin-bottom: 16px;
}

.renepoly-bess-container-item-box-des {
   
    color: rgba(255, 255, 255, 1);
    padding: 0 10px;
    text-align: center; margin-top: 10px;
}
.renepoly-bess-container-item-box-des p { margin-bottom: 0px; line-height: 30px;  font-size: 14px; font-weight: 400;}

/*服务部分*/
.renepoly-service-item {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.06);
    padding: 0 30px;
    display: block;
    height: 100%;

    .renepoly-service-item-iconBox{
        width: 100%;
        padding-top: 35px;
        text-align: center;
    }

    .renepoly-service-item-icon {
        height: 60px;
        max-width: 100%;
        margin-bottom: 11px;
        overflow: hidden;
    }

    .renepoly-service-item-title {
        font-size: 24px;
        color: rgba(22, 70, 127, 1);
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .renepoly-service-item-des {
        font-size: 14px;
        color: rgba(16, 16, 16, 1);
        line-height: 20px;
        padding-bottom: 45px;
    }

    &:hover {
        transition: all 0.3s ease-in-out;
        box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.24);
        transform: translateY(-10px);

        .renepoly-service-item-icon {
            transform: scale(1.1);
            transition: all 0.3s ease-in-out;
        }
    }
}


/*问题部分*/
.renepoly-question-box {
    display: flex;
    flex-direction: column;
    gap: 20px;

	display: grid;
grid-template-columns: repeat(1, 1fr); width: 65%; margin: 0px auto;
gap: 2rem;
	
	
	
    .renepoly-question-item {
        border-radius: 12px;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);

        .renepoly-question-item-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 35px 40px;

            .renepoly-question-item-content-img {
                width: 20px;
                margin-right: 20px;
            }

            .renepoly-question-item-content-title {
                line-height: 25px;
                color: rgba(16, 16, 16, 1);
                font-size: 18px;
                font-weight: bold;
            }

            .renepoly-question-item-content-icon {
                width: 24px;
            }

            .toggle-icon {
                transition: transform 0.3s ease;
            }
        }

        .renepoly-question-item-des {
            font-size: 14px;
            color: rgba(22, 70, 127, 1);
            line-height: 20px;
            padding: 0 68px 30px 80px;
        }

        &:hover {
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.24);
            transform: translateY(-10px);
        }
    }
}


/*不同设备样式*/
@media screen and (max-width: 1919px) {
    .renepoly-solution-content-item-content {
        position: absolute;
        top: calc(70 / 1920 * 100vw);
        left: calc(40 / 1920 * 100vw);
    }

    /*.renepoly-bess-container {*/
    /*    height: calc(580 / 1920 * 100vw);*/
    /*}*/

    /*.renepoly-bess-container-big {*/
    /*    width: calc(430 / 1920 * 100vw);*/
    /*}*/

    /*.renepoly-bess-container-small {*/
    /*    width: calc(290 / 1920 * 100vw);*/
    /*}*/

    .renepoly-bess-container-item-imgOneIcon {
        top: calc(30 / 1920 * 100vw);
        left: 0;
        width: calc(24 / 1920 * 100vw);
    }

    .renepoly-bess-container-item-imgTwoIcon {
        top: calc(30 / 1920 * 100vw);
        width: calc(24 / 1920 * 100vw);
    }

    .renepoly-bess-container-item-imgThreeIcon {
        right: calc(30 / 1920 * 100vw);
        width: calc(39 / 1920 * 100vw);
    }

    .renepoly-bess-container-item-box-title {

        &::after {
            width: calc(45 / 1920 * 100vw);
        }
    }

    .renepoly-bess-container-item-box-black-title {

        &::after {
            width: calc(45 / 1920 * 100vw);
        }
    }

    .renepoly-bess-container-item-box-line {
        width: calc(57 / 1920 * 100vw);
    }


    .renepoly-question-item-content {
        padding: 20px calc(40 / 1920 * 100vw) !important;
    }

    .renepoly-question-item-des {
        padding: 0 calc(68 / 1920 * 100vw) 20px calc(80 / 1920 * 100vw) !important;
    }
}

@media screen and (max-width: 1440px) {

    .renepoly-bess-container-item-box-title {
        font-size: calc(24 / 1920 * 100vw);
    }

    .renepoly-bess-container-item-box-black-title {
        font-size: calc(24 / 1920 * 100vw);
    }

    .renepoly-bess-container-item-box-des {
        font-size: calc(14 / 1920 * 100vw);
    }

    .renepoly-bess-container-item-leftBox {
        top: calc(150 / 1920 * 100vw);
    }
}

@media screen and (max-width: 1024px) {

    .renepoly-about-imgBox{
        /*padding-top: 50%;*/
    }

    .renepoly-about-bg{
        position: relative;
    }

    .renepoly-solution-content-item-content {
        top: calc(70 / 1920 * 100vw);
    }

    .renepoly-solution-content-item-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: calc(20 / 1920 * 100vw);
    }

    .renepoly-solution-content-item-title-des {
        margin-bottom: calc(40 / 1920 * 100vw);
        font-size: 14px;
    }

    .renepoly-solution-content-item-title-btn {
        padding: calc(12 / 1920 * 100vw) calc(40 / 1920 * 100vw);
    }
}

@media screen and (max-width: 1000px) {

    .renepoly-solution-content-item-title {
        font-size: 14px;
        line-height: 16px;
    }

    .renepoly-solution-content-item-title-des {
        font-size: 10px;
        line-height: 14px;
    }

    .renepoly-solution-content-item-title-btn {
        font-size: 10px;
    }

    .renepoly-solution-content-item-title-short-des {
        line-height: 14px;
        font-size: 10px;
        margin-bottom: calc(40 / 1920 * 100vw);
    }

    .renepoly-solution-content-item-content {
        height: calc(100% - calc(110 / 1920 * 100vw));
        bottom: calc(40 / 1920 * 100vw);
        overflow: scroll;
        /* 隐藏滚动条 */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE 10+ */

        & ::-webkit-scrollbar {
            display: none;
        }
    }

    .renepoly-solution-content {
        gap: 20px;
    }

    .renepoly-solution-content-item {
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .renepoly-about-img-one{
        width: 160px;
    }

    .renepoly-about-img-two{
        width: 160px;
    }

    .renepoly-about-img-three{
        width: 150px;
    }

    .renepoly-about-img-four{
        width: 170px;
    }

    .renepoly-about-img-five{
        width: 150px;
    }
    .renepoly-bess-container-item-box-title{
        padding-bottom: 8px;
    }
    .renepoly-bess-container-item-box-line{
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 640px) {
    .renepoly-about-img-one{
        width: 90px;
    }

    .renepoly-about-img-two{
        width: 90px;
    }

    .renepoly-about-img-three{
        width: 80px;
    }

    .renepoly-about-img-four{
        width: 100px;
    }

    .renepoly-about-img-five{
        width: 80px;
    }
}
/* 视频背景层级设置 */
.image-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-background-video {
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 100%;
    object-fit: cover;
    z-index: 1; /* 最底层 */
    mix-blend-mode : darken;

}

.floating-products {
    position: absolute;
    top: 0;
    height: 100%;
    left: 25%;
    width: 50%;
    z-index: 2; /* 中间层 */
    pointer-events: none;
}

.floating-products .image-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.floating-item {
    /* 移除之前的定位样式，让它在wrapper内正常显示 */
    left: 25%;
    width: 100%;
    position: static;
    transform: none;
}


.hero-content {
    color : white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; /* 最顶层 */
    display: flex;
    align-items: center;
    justify-content: center;
    h1{
        color : white ;
    }

}
.hero.section .hero-content .container h1,
.hero.section .hero-content .container p {
    color: white;
}

.hero-content .container {
    color: white;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* 让文字更清晰 */
}

/* 视频动态跟随container宽度 */
.image-container {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 60vh;             /* 最小高度保证 */
    overflow: hidden;
}

.hero-background-video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;                  /* 跟随父容器 */
  /*  max-width: var(--bs-container-max-width, 1320px);*/ /* Bootstrap容器最大宽度 */
    height: auto;                 /* 高度自适应 */
    object-fit: cover;
    z-index: 1;
}

/* 让hero section的容器和featured-services保持一致 */
.hero .image-container {
    max-width: ;            /* Bootstrap xl容器宽度 */
    margin: 0 auto;               /* 居中 */
    padding: 0 0px;              /* 和Bootstrap container一样的padding */
	width: 100%;
}

/* 响应式断点 */
@media (max-width: 1399.98px) {
    .hero .image-container {
        max-width: 1140px;        /* xl断点 */
    }
}

@media (max-width: 1199.98px) {
    .hero .image-container {
        max-width: 960px;         /* lg断点 */
    }
}

@media (max-width: 991.98px) {
    .hero .image-container {
        max-width: 720px;         /* md断点 */
    }
}

@media (max-width: 767.98px) {
    .hero .image-container {
        max-width: 540px;         /* sm断点 */
    }
}

@media (max-width: 575.98px) {
    .hero .image-container {
        max-width: 100%;          /* xs断点 */
        padding: 0 12px;
    }
}

.featured-services-row {display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.8rem;}


.sy_jiejue { width: 100%;}
.sy_jiejuez.container { 

}


.sy_jiejue .container { 

display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.8rem;


}

.sy_jiejue_tu { width: 100%; background-position:no-repeat; background-position: center top; height: 400px; position: relative; border-radius: 15px; overflow: hidden; margin-bottom: ;}

.sy_jiejue_tu .img_jj { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; overflow: hidden;} 
.sy_jiejue_tu .img_jj img { width: 100%; height: 100%; object-fit: cover; transition: all .4s;}
.sy_jiejue_tu .zi { position: absolute; top: 0px; left: 0px; z-index: 1; top: 0px; padding: 0px 10%; width: 100%; text-align: center; transition: all .4s;} 


.sy_jiejue_tu .zi h3 { font-weight: 700; margin-bottom: 20px; margin-top: 100px;}
.sy_jiejue_tu .img_jj .image-wrapper { width: 100%;}

.sy_jiejue_tu .zi .bt_more {display: none;}
.sy_jiejue_tu:hover { box-shadow: 0px 10px 10px 10px rgba(0,0,0,.1);}
.sy_jiejue_tu:hover .zi {    background-image: linear-gradient(to right,  rgba(21,168,122,.9), rgba(13,83,161,.9)); color: #fff; height: 100%; text-align: center;}
.sy_jiejue_tu:hover .zi h3 { color: #fff;}
.sy_jiejue_tu:hover .zi .bt_more {display: inline-block; margin: 0px auto; margin-top: 0px;}
.sy_jiejue_tu:hover .zi .bt_more a { background: #fff; color: #0078c3;}

.sy_jiejue_tu:hover .zi .bt_more path { fill: #0078c3;}
.sy_jiejue_tu:hover .img_jj img { transform: scale(1.12);}



.sy_about { display: flex; justify-content: space-between;}
.sy_about_l { width: 58%; text-align: left;}
.sy_about_l h4 { font-size: 18px; color:#0d53a1; font-weight: 700; margin-bottom: 20px; }
.sy_about_l h5 { font-size: 35px;  font-weight: 700; margin-bottom: 30px; }
.sy_about_l_con p { font-size: 15px; line-height: 28px;  }
.sy_about_r { width: 38%;}
.sy_about_r img { mix-blend-mode: darken; width: 90%;}


.bt_more a { width: 180px; line-height: 48px; background:#00589f; border-radius: 25px; color: #fff; text-align: center; display: flex; justify-content: center; font-size: 16px; align-items: center; margin-top: 30px;


background-image: linear-gradient(to right, #15447a, #1da8df);




}

.bt_more .icon{ width: 25px; height: 25px; display: inline-block; margin-left: 10px;}
.bt_more .icon path { fill:#fff;}


.subscribe_box_left .bt_more a {
    background: #fff;
    margin: 50px auto 0px;
    color: #0078c3;
    font-weight: 600;
}

.subscribe_box_left .bt_more .icon path  {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;   fill: #0078c3;
}


/*shuzi s*/

.sysz { margin-top:; 
background-image: linear-gradient(to right, #00589f, #1fc305);
background: url("../img/aaa1.jpg") no-repeat center top; background-size: 100% auto;

	
	


}
.sysz .gy1d_a h6 { color:#fff; font-weight: 700;}
.sysz .gy1d_a p { color:#fff;}


.gy1d{width: 100%;background-color: #00589f;padding:90px 0 90px;margin-top: ; background-image: linear-gradient(to right, #144278, #469f4f);

background: url("../img/aaa1.jpg") no-repeat center top; background-size: 100% auto;


}
	.gy1d .commen{display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;

}


	.gy1d .commen .gy1d_a:nth-child(4){ border-right: none;}
	.gy1d_a{width: 100%; border-right:0px solid rgba(60,162,0,.3); text-align:left; color:#fff; display: flex; align-items: center;}
.gy1d_a img { margin-right: 20px;}
	.gy1d_a:hover img{transform: scale(1.1);}
	.gy1d_a h6{text-align: left;font-size: 40px;color: #255e3e;font-family: meb;line-height: 32px;margin-top: 0px;text-transform: uppercase; margin-bottom:0px;}
	.gy1d_a h6 span{font-size: 14px; margin-left: 10px; font-weight: 200; text-transform: capitalize;}
	.gy1d_a p{font-size: 16px;color: #255e3e;line-height: 22px;font-family: ;margin-top: 0px;text-align: left;}
.gy1d_a .icon { height:70px; margin: 0px ; padding: 0px; width: 70px; } 
.gy1d_a .icon path { fill:#fff;}
.gy1d_a .zi { margin-left: 20px;}

/*shuzi e*/

.sy_lx {display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem; background: ;}

.sy_lx .info-item {
    background-color: var(--surface-color);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
    padding: 30px;
    border-radius: 12px}




.sy_contact { background: url("../img/lx.jpg") no-repeat center top; background-size: 100% auto;}


.contact-button-container{ display: none;}



