
.title-widget {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    text-align: center;
}
.title-widget li {
    width: calc(25% - 10px);
    margin-bottom: 20px;
}
.title-widget li i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    font-size: 2.5rem;
}
@media (max-width: 480px) {
    .title-widget li {
        width: calc(50% - 10px);
    }
    .title-widget li p {
        display: none;
    }
}




.banner {
    position: relative;
}

.banner .swiper-container {
    width: 100%;
    overflow: hidden;
}
.banner .swiper-container .swiper-slide {
    position: relative;
}
.banner .swiper-container .swiper-content {
    position: absolute;
    top: 20%;
    z-index: 100;
    width: 100%;
    text-align: center;
}
.banner .swiper-container .swiper-content .down-icon {
    color: #DD7A04;
    font-size: 2rem;
}
.banner .swiper-container .swiper-slide img {
    width: 100%;
}

.banner .swiper-container .swiper-slide-2 .swiper-content {
    top: unset;
    bottom: 0;
    opacity: 0.8; /* 透明度从0（完全透明）到1（完全不透明） */
    background-color: #000; /* 设置背景颜色 */
}
.banner .swiper-container .swiper-slide-1 .swiper-content h3 {
    font-size: 1.3rem;
    color: #fff
}



.home-about {
}
.home-about .about-content {
    padding: 30px 0;
}
.home-about-pic {
    position: relative;
}
.home-about-left {
    margin-bottom: 30px;
}
.home-about-video {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
}
.home-about-video img {
    transition: all .3s;
}
.home-about-video:hover img {
    transform: scale(1.1);
}
/*.home-about-video::after {
    content: '';
    width: calc(100% - 30px);
    height: calc(100% - 25px);
    background: #f29530;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
} */

.home-about-pic-text {
    position: absolute;
    top: 30%;
    z-index: 1;
    width: 100%;
    color: #e50012;
    font-size: 2rem;
    font-weight: bold;
}
.home-about-wrap {
    margin-top: -100px;

    /* position: absolute;
    z-index: 1; */
}

.play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    aspect-ratio: 1 / 1;

    font-size: 60px;
    color: #fff;

    cursor: pointer;
}
@media (max-width: 480px) {
    .home-about-pic-text {
        font-size: 1rem;
    }
}

.parallax-counter {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.parallax-counter li {
    width: calc(50% - 15px);
}
.parallax-counter li strong {
    font-size: 2rem;
    color: #e50012;
}
@media (max-width: 480px) {
    .parallax-counter {
        gap: unset;
    }
    .parallax-counter li {
        width: 96%;
        padding: 0 2%;
    }
}




.sustainable {
    background: url('../images/home/sustainable.jpg') no-repeat center center;
    background-size: cover;
    min-height: 60vh;
}
.sustainable h2 {
    font-size: 2.4rem;
}
.sustainable-wrap {
    width: 60%;
    padding: 10% 0 0 30px;
    color: #fff;
}
@media (max-width: 480px) {
    .sustainable-wrap {
        width: 90%;
    }
}



.about-power ul {
    display: flex;
    flex-wrap: wrap;
}
.about-power ul li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #f1f1f1;
}
.about-power ul li:last-child {
    border-right: none;
}
.about-power ul li h3 {
    font-size: 2.5rem;
    margin: 20px 0;
}
.about-power ul li h3 sup {
    font-size: 0.8rem
}

@media (max-width: 480px) {
    .about-power ul li {
        width: 50%;
    }
    .about-power ul li:nth-child(2n) {
        border-right: none;
    }
}




.dd-01 {
    height: 400px;
    position: relative;
    background: url('../images/home/Pergola-Lifestyle.jpg') no-repeat center top;
    background-size: cover;   /* contain; */
}
.dd-01 .dd-content {
    position: absolute;
    left: 10%;
    top: 20%;
    z-index: 1;

    color: #fff;
    font-weight: bold;
}
.dd-01 .dd-content .btn-default {
    background-color: #fff;
}
.dd-01 .dd-content .btn-default:hover {
    background-color: #393f3e
}





.home-factory-list .item .photo {
    overflow: hidden;
    width: 100%;
}

.factory-power-list .item {
    margin: 15px 0;
    min-height: 230px;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
}
.factory-power-list .item .icon {
    margin: 0 auto 20px auto;
    width: 60px;
    height: 60px;
}
.factory-power-list .item h3 {
    font-size: 1.2rem;
    font-weight: bold;
}
.factory-power-list .item p {
    font-size: 0.9rem;
}




