
.banner-text__lg {
    font-size: clamp(2.35rem, 5vw, 75px);
    line-height: 1.2;
}

/*
*section-ad
*/
.section-ani {
    margin-bottom: 3%;
    position: relative;
    z-index: 1;
}

/*
*section-commit
*/
.section-integrate {
    min-height: 100vh;
    padding-top: 3%;
    padding-right: 8%;
    padding-left: 8%;
    position: relative;
    z-index: 0;
}


.integrate-wrapper__list {
    position: relative;
    z-index: 3;
    max-height: 100px;
    cursor: pointer;
    width: 100%;
    will-change: transform;
    /* 修正 Safari 渲染問題 */
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(0);
}

.integrate-box-hover {
    backface-visibility: hidden;
}

.integrate-wrapper__list .slick-slide {
    min-width: 100px;
    max-width: 300px;
}

@media screen and (min-width: 768px) {
    .integrate-wrapper__list {
        max-height: 100%;
    }

    .integrate-wrapper__list li {
        padding: 2% 1.5% 0% 1.5%;
        cursor: pointer;
    }
}
@media screen and (min-width: 950px) {
    .integrate-wrapper__list li {
        padding: 2% 1% 0% 1%;
    }
}
@media screen and (min-width: 1024px) {
    .integrate-wrapper__list li {
        padding: 2% 1.5% 0% 1.5%;
    }
}
@media screen and (min-width: 1280px) {
    .integrate-wrapper__list li {
        padding: 2% 2% 0% 2%;
    }
}

@media screen and (min-width: 1360px) {
    .integrate-wrapper__list li {
        padding: 2% 3% 0% 3%;
    }
}

.integrate-wrapper__list li.active {
    background-color: var(--bs-primary);
    border-radius: 10px 10px 0 0;
    transition: all 0.5s ease;
}

.integrate-wrapper__list .active .integrate-list-img {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease;
}

.integrate-wrapper__list .active .integrate-list-txt {
    color: #ffffff !important;
    transition: all 0.5s ease;
}

.integrate-wrapper__list li:hover {
    background-color: var(--bs-primary);
    border-radius: 10px 10px 0 0;
    transition: all 0.5s ease;
}

.integrate-wrapper__list li:hover .integrate-list-img {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease;
}

.integrate-wrapper__list li:hover .integrate-list-txt {
    color: #ffffff !important;
    transition: all 0.5s ease;
}

.integrate-list-img {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 30px;
}

.integrate-list5-img {
    width: 23.5px;
}

.integrate-list7-img {
    width: 26px;
}

@media screen and (min-width: 950px) {
    .integrate-list-img {
        padding-top: 0;
        width: 50px;
    }

    .integrate-list5-img {
        width: 40.5px;
    }

    .integrate-list7-img {
        width: 45px;
    }
}



.integrate-wrapper__info {
    object-fit: cover;
    margin: 0 -5%;
}

.integrate-list-txt {
    color: var(--bs-primary);
    padding-bottom: 1rem;

}



.integrate-wrapper__info-img {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 3%;
}

.integrate-wrapper__info-img-in {
    width: 100%;
}

.box-integrate-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


.integrate-wrapper__list-hover {
    position: relative;
    z-index: 2;
    background-color: #fff;
    transition: all 0.5s ease;
    overflow: visible !important;
    min-height: 300px;
}


@media screen and (min-width: 950px) {
    .integrate-wrapper__list-hover {
        position: absolute;
        top: 45%;
        min-height: 0px;
    }

}

.integrate-wrapper__list-hover li {
    position: absolute;
    opacity: 0;
    padding: 5% 10%;
    border-radius: 20px;
    background-color: #ffffff;
    transition: all 0.5s ease;
}

@media screen and (min-width: 950px) {
    .integrate-wrapper__list-hover li {
        left: 10px;
        min-width: 350px;
        min-height: 200px;
        z-index: 2;
    }
}
.integrate-wrapper__list-hover li:hover {
    opacity: 1 !important;
    visibility: visible !important;
}
.integrate-wrapper__list-hover li.active-hover {
    opacity: 1 !important;
    visibility: visible !important;
}

.box-hover-T {
    margin-top: 1rem;
    margin-left: 1rem;
    color: var(--bs-primary);
    font-size: clamp(1.2rem, 5vw, 2rem);
    font-weight: bold;
    margin-bottom: 8px;
}

.box-hover-T span {
    background-image: url(../img/about/dot.svg);
    background-size: 10px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
}

.box-hover-subT {
    margin-left: 1rem;
    color: var(--bs-primary);
    font-size: 0.9em;
    margin-bottom: 12px;
    padding-left: 1rem;
}

.box-hover-txt {
    margin-left: 1rem;
    margin-right: 2rem;
    padding-left: 1rem;
    font-size: 1em;
    line-height: 1.1;
}

.integrate-list-btn{
    width: 50%;
}
@media screen and (min-width: 950px) {
    .integrate-list-btn{
        width: 25%;
    }
}

.img-integrate-wrapper{
    position: relative;
    width: 100%;
    height: 100%;

}
.img-integrate-wrapper-in{

    position: relative;
    overflow:hidden;
 
}
.img-integrate-wrapper-in-1{
    position: relative;
}
.img-integrate-wrapper-in-2{
    position: absolute;
    top: 4%;
    left: 0;
    width: 100%;
}
.img-integrate-wrapper-in-3{
    position: absolute;
    top: 19.5%;
    left: 15%;
    width: 65%;
}
.img-integrate-wrapper-in-4{
    position: absolute;
    top: 18%;
    left: 37.5%;
    width: 59%;
}
.img-integrate-wrapper-in-5{
    position: absolute;
    top: 42%;
    left: 49.3%;
    width: 12%;
}
.img-integrate-wrapper-in-6{
    position: absolute;
    top: 29%;
    left: 20%;
    width: 38%;
}
.img-integrate-wrapper-in-7{
    position: absolute;
    top: 41.5%;
    left: 23%;
    width: 9%;
}
.img-integrate-wrapper-in-8{
    position: absolute;
    top: 45.5%;
    left: 33%;
    width: 6%;
}
.img-integrate-wrapper-in-9{
    position: absolute;
    top: 57%;
    left: 21.5%;
    width: 35%;
}
.img-integrate-wrapper-in-10{
    position: absolute;
    top: 52.5%;
    left: 21%;
    width: 26%;
}

.animate-target {
    animation: blink 1.5s ease-in-out infinite;
    will-change: opacity;
}


@keyframes strict-blink {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(0.98); }
}
/* 强化动画效果 */
.img-integrate-wrapper-in-2.animate-target,
.img-integrate-wrapper-in-3.animate-target,
.img-integrate-wrapper-in-4.animate-target,
.img-integrate-wrapper-in-5.animate-target,
.img-integrate-wrapper-in-6.animate-target,
.img-integrate-wrapper-in-7.animate-target,
.img-integrate-wrapper-in-8.animate-target,
.img-integrate-wrapper-in-9.animate-target,
.img-integrate-wrapper-in-10.animate-target {
    animation: strict-blink 0.6s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    animation-delay: 0.1s !important;
    will-change: transform, opacity;
}

@media screen and (min-width: 950px) {
    /* 在大于等于950px的屏幕上，重置移动端的默认激活状态 */
    .integrate-list1.active {
        background-color: transparent;
        /* 重置其他样式 */
    }
    
    .integrate-box-hover1 {
        display: none; /* 默认隐藏，只在hover时显示 */
    }
    
    .img-integrate-wrapper-in-7 {
        animation: none; /* 重置动画 */
    }
}

/*slick*/
.product-slider-nav .slick-slide {
    opacity: 0.5;
    transition: opacity 0.3s;
    cursor: pointer;
}

.product-slider-nav .slick-current {
    opacity: 1;
}

.integrate-wrapper__list .slick-prev,
.integrate-wrapper__list .slick-next {
    width: 30px;
    height: 30px;
    z-index: 1;
}

.integrate-wrapper__list .slick-prev {
    left: 5px!important;
}

.integrate-wrapper__list .slick-next {
    right: 5px!important;
}

.integrate-wrapper__list .slick-prev:before,
.integrate-wrapper__list .slick-next:before {
    font-size: 30px;
    color: var(--bs-primary);
    opacity: 1;
}


/*
*section-strategy
*/

.section-strategy {
    padding: 10% 5% 2% 5%;
    position: relative;
    background-image: url(../img/index/strategy-bg.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    /*   margin-top: -5%; */
    margin: 0 3.8%;
}

.strategy-wrapper__L {
    padding: 5% 5% 2.5% 5%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
}

@media screen and (min-width: 950px) {
    .section-strategy {
        padding:7% 5%;
    }

    .strategy-wrapper__L {
        padding: 2.5% 5% 2.5% 5%;
    }
}

.strategy-wrapper__L-title {
    font-size: clamp(3rem, 1vw, 6rem);
    padding-bottom: 5%;
}

.wrapper__L-T {
    font-size: clamp(3rem, 5vw, 6rem);
}

.strategy-wrapper__L-text {
    max-width: 1037px;
    padding-bottom: 5%;
}

.strategy-wrapper__L-btn {
    padding-bottom: 5%;
}

@media screen and (min-width: 950px) {
    .strategy-wrapper__L-btn {
        padding-bottom: 0%;
    }
}


.strategy-wrapper__R {
    margin-top: -10%;
    margin-right: -6%;
    margin-bottom: -2.2%;
}

@media screen and (min-width: 950px) {
    .strategy-wrapper__R {
        margin-top: 0%;
    }
}

.strategy-wrapper__R-img {
    width: 100%;
}

.strategy-wrapper__L-img img {
    border-radius: 20px;
}



/*
*section-energy
*/
.section-energy {
    padding: 6% 4% 3% 4%;
    position: relative;
}

.energy-wrapper {
    padding: 5.1% 4.25%;
    background-color: var(--bs-gray-400);
    border-radius: 20px;
}

.energy-info__L {
    padding-bottom: 5%;
}

@media screen and (min-width: 950px) {
    .section-energy {
        padding-top: 3%;
    }
    .energy-info__L {
        padding-bottom: 0%;
    }
}

.energy-info__L-title {
    padding-bottom: 3%;
}

.energy-info {
    padding-top: 5%;

}

@media screen and (min-width: 950px) {
    .energy-info {
        margin-top: -16%;
        padding-left: 3%;
    }
}

.energy-info__R {
    flex: 1 1 auto;
}

.energy-info__R-img {
    flex: 0 0 auto;
    width: 30%;
}

/*
*section-apply
*/
.section-case {
    background-color: #ffffff;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: var(--sectionpd);
    padding-bottom: 15%;
}

@media screen and (min-width: 950px) {
    .section-case {
        padding-top: 5%;
    }
}


.case-wrapper {
    flex: 0 0 auto;
    position: relative;
}

@media screen and (min-width: 950px) {
    .case-wrapper__L-title {
        padding-bottom: 10%;
    }
}

.case-wrapper__L-btn {
    padding-top: 5%;
}

@media screen and (min-width: 950px) {
    .case-wrapper__L-btn {
        padding-top: 25%;
    }
}


.product_dedtail3-in {
    position: relative;
    width: 100%;
    top: 10%;
    padding: 10% 5% 0 5%;
    background-color: #EFF5F9;
    border-radius: 20px;
    max-height: 520px;
}

.product_dedtail3-in ul {
    position: relative;

}

@media screen and (min-width: 950px) {
    .product_dedtail3-in {
        margin-left: 15%;
    }

    .product_dedtail3-in ul {
        left: -20%;
        max-width: 1250px;
    }
}



.product_dedtail3-in li {
    position: relative;
    overflow: hidden;
    max-height: 520px;
    padding-bottom: 1rem;
}

@media screen and (min-width: 450px) {
    .product_dedtail3-in li {
        max-height: 450px;
    }
}

@media screen and (min-width: 576px) {
    .product_dedtail3-in li {
        max-height: 400px;
    }
}

@media screen and (min-width: 950px) {
    .product_dedtail3-in li {
        max-height: 520px;
    }
}
.product_dedtail3-card img{
    min-width: 250px;
    min-height: 250px;
    max-height: 400px;
}



.product_dedtail3-card-text {
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 10px;
    border-top: 1px solid var(--bs-gray-200);
    padding-bottom: 0.5rem;
}

.product_dedtail3-card-label-txt {
    color:var(--bs-gray-600);
    font-size: 0.9rem;
    margin-top: 10px;
    border: 1px solid var(--bs-gray-200);
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
}

.product_dedtail3-in .slick-dots {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 0;
}

.product_dedtail-slider .slick-dots {
    display: flex;
    padding: 0;
    margin: 0;
}

.product_dedtail-slider .slick-dots li {
    width: 200px;
    height: 1px;
    transition: all 0.3s ease;
    margin: 0;
}

.product_dedtail-slider .slick-dots li button {
    width: 200px;
    height: 1px;
    padding: 0;
}

.product_dedtail-slider .slick-dots li button:before {
    content: '';
    width: 200px;
    height: 1px;
    background: var(--bs-gray-800);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.product_dedtail-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    width: 200px !important;
    background: var(--bs-primary);
}

.product_dedtail-slider .slick-dots li.slick-active {
    width: 200px !important;
}



/*
*section-newsandinvest
*/
.section-newsanddeepen {
    margin-top: -15%;
    padding: 5% 5% 5% 5%;
    background-image: url(../img/index/news-bg.svg);
    background-position: top center;

}

.news-wrapper {
    padding-top: 20%;
    padding-bottom: 10%;
}

.news-wrapper__in {
    margin-right: -6%;
}

.news-wrapper__T {
    padding-bottom: 5%;
}

@media screen and (min-width: 950px) {
    .section-newsanddeepen{
        padding-bottom: 7.5%;
    }
    .news-wrapper {
        padding-top: 20%;
        padding-bottom: 10%;
    }
    .news-wrapper__T {
        padding-bottom: 30%;
    }
}

.newslist {
    padding: 0;
}

.newslist li {
    padding: 2%;
    border-bottom: 1px solid var(--bs-gray-200);
}

.newslist li:hover .box-date_date,
.newslist li:hover .box-news__main {
    color: var(--bs-primary);
    transition: all 0.5s ease;
}


.box-news__date {
    width: 100px;
}

@media screen and (min-width: 950px) {
    .box-news__date {
        width: 20%;
    }
}

.box-date_date {
    font-weight: 500;
    color: var(--bs-gray-800);
}

.box-news__title {
    font-weight: bold;
    flex: 1 1 auto;
    padding-right: 0;
}

.box-news__main {
    color: var(--bs-gray-800);
    background-position: right 0px top;
    flex: 1 1 auto;
}

.deepen-wrapper {
    padding-top: 20%;
    position: relative;
}

@media screen and (min-width: 950px) {
    .deepen-wrapper {
        padding-top: 10%;
    }
}

.deepen-wrapper__in {
    background-image: url(../img/index/deepen-bg.jpg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 20px;
}

@media screen and (min-width: 950px) {
    .deepen-wrapper__in {
        margin-left: -5.5%;
        border-radius: 0px 20px 20px 0px;
        background-size: 100%;
    }
}


.deepen-wrapper__info {
    padding: 3% 5% 5% 5%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    position: relative;
}

@media screen and (min-width: 950px) {
    .deepen-wrapper__info {
        margin-top: 5%;
        margin-right: -5.5%;
        margin-bottom: -5%;
        padding-top: 3%;
        padding-left: 5%;
        padding-right: 7.5%;
        width: 45%;
        margin-left: auto;
        border-radius: 20px 0 0 20px;
        background-color: #fff;
    }
}

.deepen-wrapper__title {
    padding-bottom: 5%;
}

.deepen-wrapper__subtext {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: clamp(1.125rem, 5vw, 1.25rem);
    padding-bottom: 10%;
    color: var(--bs-gray-800);
    text-align: justify;
}

.deepen-wrapper__subtext .divider {
    display: inline-block;
    width: 60px;
    height: 1.5px;
    background-color: var(--bs-gray-800);

}

.deepen-wrapper__text p {
    color: var(--bs-gray-800);
    padding-bottom: 10%;
}

/*
*section-contact
*/
/* .section-contact {
    padding-top: 10%;
}

@media screen and (min-width: 950px) {
    .section-contact {
        padding-top: 7%;
    }
} */

.contact-wrapper {
    padding: 8% 5%;
    background-color: #ABAFB7;
}

@media screen and (min-width: 950px) {
    .contact-wrapper {
        padding: 3% 5%;
        background-color: #ABAFB7;
    }
}

.contact-wrapper__title {
    padding-bottom: 4%;
}

@media screen and (min-width: 950px) {
    .contact-wrapper__title {
        padding-bottom: 5%;
    }
}

.contact-wrapper__method {
    padding-bottom: 6%;
    color: #ffffff;
}

@media screen and (min-width: 950px) {
    .contact-wrapper__method {
        padding-bottom: 3%;
    }
}


.contact-wrapper__method-R {
    font-size: clamp(1.125rem, 1vw, 1.3rem);

}
.contact-wrapper__method-R br{
    display: none;
}
.contact-wrapper__method-L {
    font-size: clamp(1.125rem, 1vw, 1.3rem);
}

.contact-wrapper__method-L-img {
    margin-left: auto;
   }
.contact-wrapper__method-L-img img{
   max-width: 100px;
   }
@media screen and (min-width: 576px) {
    .contact-wrapper__method-R br{
        display: block;
    }
    .contact-wrapper__method-L {
        padding-left: 1rem;
        border-left: 1px solid #ffffff;
    }
}

.contact-wrapper__address {
    padding-bottom: 5%;
    color: var(--bs-gray-400);
}

.box-address {
    min-width: 355px;
    max-width: 400px;
    background-image: url(../img/index/contact-icon.svg);
    background-size: 20px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 1rem;
    color: #ffffff;
}
a .box-address{color: #ffffff;transition: all 0.5s cubic-bezier(.19, 1, .22, 1);}
a .box-address:hover{color: rgba(255, 255, 255, 0.8);}
@media screen and (min-width: 950px) {
    .box-address {
        width: 400px;
    }
}

@media screen and (min-width: 950px) {
    .contact-wrapper__map {
        margin-left: auto;
    }
}

.site-overlay.active{
    display: none;
}
@media screen and (min-width: 950px) {
    .site-overlay.active{
        display: block;
    }
    .site-overlay{
        top: 50%;
    }
}