.home-banner {
    margin-bottom: 12px;
}

.home-banner img {
    width: 100%;
    display: block;
}

.home-banner p,
.home-banner h2 {
    margin: 0;
}

.home-banner .mob-show {
    display: none;
}

.home-banner .pc-show {
    display: block;
}

.home-banner .swiper .swiper-button-prev.swiper-button-disabled,
.home-banner .swiper .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.home-banner .swiper .swiper-button-next,
.home-banner .swiper .swiper-button-prev {
    width: 2.5vw !important;
    height: 2.5vw !important;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transition: all 0.3s;
}

.home-banner .swiper .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.3);
}

.home-banner .swiper .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.3);
}

.home-banner .swiper .swiper-button-next:after,
.home-banner .swiper .swiper-button-prev:after {
    font-size: .833333vw;
    color: white;
}

.home-banner .swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.4);
    width: 1.666667vw;
    height: .15625vw;
    margin: 0 .104167vw;
    border-radius: 0;
}

.home-banner .swiper .swiper-pagination-bullet-active {
    background: #ffffff;
}





/* snec */
/* 按钮默认样式 */
.home-btn {
    font-size: .729167vw;
    line-height: 1.5;
    padding: .416667vw 1.666667vw;
    border-radius: .208333vw;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s all;
    width: -moz-fit-content;
    width: fit-content;
}

/* 线框按钮 */
.btn-line-transparent-to-white {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-line-transparent-to-white:hover {
    background-color: #fff;
    color: #000;
}

.btn-line-transparent-to-black {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
}

.btn-line-transparent-to-black:hover {
    background-color: #000;
    color: #fff;
}

.btn-line-white-to-red {
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}

.btn-line-white-to-red:hover {
    background-color: rgb(199, 0, 11);
    color: #fff;
    border: 1px solid rgb(199, 0, 11);
}

.btn-line-black-to-red {
    border: 1px solid #fff;
    color: #fff;
    background-color: #000;
}

.btn-line-black-to-red:hover {
    background-color: rgb(199, 0, 11);
    color: #fff;
    border: 1px solid rgb(199, 0, 11);
}

/* 色块按钮 */
.btn-block-white-to-black {
    color: #000;
    background-color: #fff;
}

.btn-block-white-to-black:hover {
    color: #fff;
    background-color: #000;
}

.btn-block-black-to-white {
    color: #fff;
    background-color: #000;
}

.btn-block-black-to-white:hover {
    color: #000;
    background-color: #fff;
}

.btn-block-white-to-red {
    color: #000;
    background-color: #fff;
}

.btn-block-white-to-red:hover {
    color: #fff;
    background-color: rgb(199, 0, 11);
}

.btn-block-black-to-red {
    color: #fff;
    background-color: #000;
}

.btn-block-black-to-red:hover {
    color: #fff;
    background-color: rgb(199, 0, 11);
}


/* 文字按钮 */
.btn-text-white {
    font-size: .833333vw;
    line-height: 1.2;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0;
}

.btn-text-white::after {
    content: "";
    display: inline-block;
    width: .3125vw;
    height: .3125vw;
    border-top: .104167vw solid currentColor;
    border-right: .104167vw solid currentColor;
    transform: rotate(45deg);
    position: relative;
    margin-left: .3125vw;
}

.btn-text-white:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}


.btn-text-black {
    font-size: .833333vw;
    line-height: 1.2;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    color: #000;
    padding: 0;
}

.btn-text-black::after {
    content: "";
    display: inline-block;
    width: .3125vw;
    height: .3125vw;
    border-top: .104167vw solid currentColor;
    border-right: .104167vw solid currentColor;
    transform: rotate(45deg);
    position: relative;
    margin-left: .3125vw;
}

.btn-text-black:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}


/* 所有按钮样式end */



/* 展会banner start */
.home-banner .intersolar-kv img {
    width: 100%;
    display: block;
}

.home-banner .intersolar-kv {
    width: 100%;
    height: 37.5vw;
    position: relative;
}

.home-banner .intersolar-kv .home-kv-background {
    width: 100%;
    height: 100%;
}

.home-banner .intersolar-kv .home-kv-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .intersolar-kv .home-kv-text {
    width: 62.5vw;
    text-align: left;
    position: absolute;
    top: 20%;
    left: 10%;
}


.home-banner .intersolar-kv .home-kv-text.home-kv-text-white {
    color: #fff;
}

.home-banner .intersolar-kv .home-kv-text>div {
    width: 100%
}

.home-banner .intersolar-kv .home-kv-text>div img {
    width: 11.822917vw;
    margin-bottom: .78125vw;
}

.home-banner .intersolar-kv .home-kv-text p {
    font-size: 1.25vw;
    line-height: 1.3;
    margin-bottom: .416667vw;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    position: relative;
}

.home-banner .intersolar-kv .home-kv-text .line {
    width: 3.463542vw;
    height: .15625vw;
    margin-top: 2.005208vw;
    margin-bottom: 1.302083vw;
    background-color: #fff;
}

.home-banner .intersolar-kv .home-kv-text h2 {
    font-size: 2.5vw;
    line-height: 1.35;
    margin: 0 0 .416667vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    position: relative;
}

.home-banner .intersolar-kv .home-kv-text span {
    font-size: .833333vw;
    line-height: 1.5;
    display: block;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    position: relative;
    margin-bottom: 1.666667vw;
    white-space: pre-line;
}

.home-banner .intersolar-kv .home-kv-text span.h2-font {
    font-size: 2.916667vw;
    white-space: nowrap;
}


.home-banner .intersolar-kv .home-kv-text>div a:not(:first-child) {
    margin-left: 1.25vw;
}

.home-banner .intersolar-kv .home-kv-top-text {
    width: 41.25vw;
    top: 3.75vw;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);

}


/* new kv commen style */
.home-banner .kv-new {
    width: 100%;
    position: relative;
}

.home-banner .kv-new p,
.home-banner .kv-new h2 {
    margin: 0;
}

.home-banner .kv-new .bg-img {
    width: 100%;
}

.home-banner .kv-new .text-content {
    position: absolute;
    top: 9.244792vw;
    left: 7.5vw;
    color: #fff;
}

.home-banner .kv-new .text-content .logo-text {
    font-size: 1.25vw;
    margin-bottom: .520833vw;
    font-weight: 600;
}

.home-banner .kv-new .text-content>p {
    font-size: 1.432292vw;
    font-weight: 400;
    line-height: 1;
}

.home-banner .kv-new .text-content .line {
    width: 3.463542vw;
    height: .15625vw;
    margin-top: 2.005208vw;
    margin-bottom: 1.302083vw;
    background-color: #fff;
}

.home-banner .kv-new .text-content>img {
    width: 11.822917vw;
    margin-bottom: .78125vw;
}

.home-banner .kv-new .text-content h2 {
    font-size: 2.5vw;
    line-height: 1.4;
    background-image: linear-gradient(90deg, #d99b6e, #ffeedf);

    /* ===== 第4层：所有私有前缀的background-clip ===== */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    /* Firefox 早期（虽然49+才支持，但写上无害） */
    -ms-background-clip: text;
    /* IE/Edge 早期 */
    -o-background-clip: text;
    /* Opera 早期 */
    background-clip: text;

    /* ===== 第5层：所有私有前缀的text-fill-color（最稳） ===== */
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;

    /* ===== 第6层：color透明（最后防线） ===== */
    color: transparent;

    /* ===== 第7层：针对WebKit内核的额外强制渲染 ===== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* ===== 第8层：强制GPU加速，防止某些浏览器渲染撕裂 ===== */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    /* ===== 第9层：防止文字阴影干扰渐变 ===== */
    text-shadow: none;
}

.home-banner .kv-new .text-content h2.color-blue {
    background-image: linear-gradient(90deg, #6e9ed9, #dfedff);
    /* ===== 第4层：所有私有前缀的background-clip ===== */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    /* Firefox 早期（虽然49+才支持，但写上无害） */
    -ms-background-clip: text;
    /* IE/Edge 早期 */
    -o-background-clip: text;
    /* Opera 早期 */
    background-clip: text;

    /* ===== 第5层：所有私有前缀的text-fill-color（最稳） ===== */
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;

    /* ===== 第6层：color透明（最后防线） ===== */
    color: transparent;

    /* ===== 第7层：针对WebKit内核的额外强制渲染 ===== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* ===== 第8层：强制GPU加速，防止某些浏览器渲染撕裂 ===== */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    /* ===== 第9层：防止文字阴影干扰渐变 ===== */
    text-shadow: none;
}

.home-banner .kv-new .text-content .link-button {
    margin-top: .78125vw;
}

.home-banner .kv-new .text-content .msg {
    margin-top: 4.166667vw;
}

.home-banner .kv-new .text-content .msg.mt-only {
    margin-top: .78125vw;
}

.home-banner .kv-new .text-content .msg img:nth-of-type(1) {
    width: .885417vw;
    object-fit: contain;
}

.home-banner .kv-new .text-content .msg img:nth-of-type(2) {
    width: .885417vw;
    object-fit: contain;
}

.home-banner .kv-new .text-content .msg p {
    font-size: .963542vw;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
}

.home-banner .kv-new .text-content .msg p img {
    display: inline-block;
    margin-right: .520833vw;
}

.home-banner .kv-new .text-content .msg p:nth-of-type(2) {
    margin-top: .520833vw;
}

.home-banner .kv-new .tips-text p {
    font-size: .338542vw;
    position: absolute;
    right: 1.901042vw;
    bottom: 1.822917vw;
    color: #fff;
}


@media screen and (max-aspect-ratio: 11/10) {
    .home-banner .mob-show {
        display: block;
    }

    .home-banner .pc-show {
        display: none;
    }

    .home-banner .swiper .swiper-button-next,
    .home-banner .swiper .swiper-button-prev {
        display: none;
    }

    .home-banner .swiper .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.4);
        width: 8.888889vw;
        height: .833333vw;
        margin: 0 .555556vw;
        border-radius: 0;
    }

    .home-banner .swiper .swiper-pagination-bullet-active {
        background: #ffffff;
    }


    /* snec */
    .home-banner .intersolar-kv {
        width: 100%;
        position: relative;
        height: 133.333333vw;
        display: flex;
        justify-content: center;
    }

    .home-banner .intersolar-kv .home-kv-text {
        width: 86.666667vw;
        text-align: center;
        top: 19.652778vw;
        left: auto;
    }

    .home-banner .intersolar-kv .home-kv-text p {
        font-size: 4.166667vw;
        font-weight: 600;
        margin-bottom: 2.083333vw;
        line-height: 1;
    }

    .home-banner .intersolar-kv .home-kv-text>div img {
        width: 24.583333vw;
        margin-bottom: 2.083333vw;
    }

    .home-banner .intersolar-kv .home-kv-text h2 {
        font-size: 4.166667vw;
        font-weight: 400;
        line-height: 1;
    }

    .home-banner .intersolar-kv .home-kv-text>div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .home-banner .intersolar-kv .home-kv-text .line {
        width: 7.361111vw;
        height: .3125vw;
        margin-top: 4.166667vw;
        margin-bottom: 2.777778vw;
        background-color: rgb(199, 0, 11);
    }

    .home-banner .intersolar-kv .home-kv-text span.h2-font {
        font-size: 5vw;
        margin-bottom: 6.666667vw;
        white-space: wrap;
    }

    .home-banner .intersolar-kv .home-kv-text span {
        font-size: 3.333333vw;
        margin-bottom: 6.666667vw;
    }

    .home-btn {
        font-size: 3.333333vw;
        padding: 1.388889vw 4.444444vw;
        border-radius: .555556vw;
    }







    /* new kv commen style */
    .home-banner .kv-new .text-content {
        position: absolute;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 19.652778vw;
        left: 0;
        color: #fff;
    }

    .home-banner .kv-new .text-content .logo-text {
        font-size: 4.166667vw;
        margin-bottom: 2.083333vw;
        font-weight: 600;
    }

    .home-banner .kv-new .text-content>p {
        font-size: 4.166667vw;
        font-weight: 400;
        line-height: 1;
    }

    .home-banner .kv-new .text-content .line {
        width: 7.361111vw;
        height: .3125vw;
        margin-top: 4.166667vw;
        margin-bottom: 2.777778vw;
        background-color: #fff;
    }

    .home-banner .kv-new .text-content>img {
        width: 24.583333vw;
        margin-bottom: 2.083333vw;
    }

    .home-banner .kv-new .text-content h2 {
        font-size: 5vw;
        line-height: 1.4;
        background-image: linear-gradient(90deg, #d99b6e, #ffeedf);
        /* ===== 第4层：所有私有前缀的background-clip ===== */
        -webkit-background-clip: text;
        -moz-background-clip: text;
        /* Firefox 早期（虽然49+才支持，但写上无害） */
        -ms-background-clip: text;
        /* IE/Edge 早期 */
        -o-background-clip: text;
        /* Opera 早期 */
        background-clip: text;

        /* ===== 第5层：所有私有前缀的text-fill-color（最稳） ===== */
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        -ms-text-fill-color: transparent;
        -o-text-fill-color: transparent;

        /* ===== 第6层：color透明（最后防线） ===== */
        color: transparent;

        /* ===== 第7层：针对WebKit内核的额外强制渲染 ===== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        /* ===== 第8层：强制GPU加速，防止某些浏览器渲染撕裂 ===== */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);

        /* ===== 第9层：防止文字阴影干扰渐变 ===== */
        text-shadow: none;
    }

    .home-banner .kv-new .text-content .link-button {
        margin-top: 50vw;
    }

    .home-banner .kv-new .text-content .msg {
        margin-top: 8.333333vw;
        width: 100%;
        text-align: center;
    }

    .home-banner .kv-new .text-content .msg.mt-only {
        margin-top: 8.333333vw;
        width: 100%;
        text-align: center;
    }

    .home-banner .kv-new .text-content .msg img:nth-of-type(1) {
        width: 2.291667vw;
        object-fit: contain;
    }

    .home-banner .kv-new .text-content .msg img:nth-of-type(2) {
        width: 2.013889vw;
        object-fit: contain;
    }

    .home-banner .kv-new .text-content .msg p {
        width: 100%;
        text-align: center;
        font-size: 2.430556vw;
        font-weight: 300;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-banner .kv-new .text-content .msg p img {
        margin-right: 1.388889vw;
    }

    .home-banner .kv-new .text-content .msg p:nth-of-type(2) {
        margin-top: 1.388889vw;
    }

    .home-banner .kv-new .tips-text p {
        font-size: 1.319444vw !important;
        position: absolute;
        right: 4.583333vw;
        bottom: 4.861111vw;
        color: #fff;
    }

}