.main-box {
    color: #262626;
    background: #fff;
    overflow-x: hidden;
}

.mar-auto-1280 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-banner-box .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.top-banner-box .swiper-container {
    height: 954px;
}

.top-banner-box .banner-img,
.top-banner-box .banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-banner-box .info-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.4);
}

    .top-banner-box .info-box .info-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100%;
        font-size: 56px;
        color: #fff;
    }

        .top-banner-box .info-box .info-inner .title {
            margin-bottom: 20px;
            letter-spacing: 3px;
            text-shadow: 0 3px 15px rgba(0,0,0,0.25);
        }

        .top-banner-box .info-box .info-inner .desc {
            color: rgba(255,255,255,0.92);
            margin-bottom: 40px;
            font-size: 22px;
            font-weight: 300;
            letter-spacing: 8px;
        }

        .top-banner-box .info-box .info-inner .play-btn {
            width: 96px;
            height: 96px;
            cursor: pointer;
            margin-top: 66px;
            pointer-events: auto;
            transition: transform 0.35s ease;
        }

            .top-banner-box .info-box .info-inner .play-btn:hover {
                transform: scale(1.08);
            }

            .top-banner-box .info-box .info-inner .play-btn img {
                width: 100%;
                height: 100%;
            }

.top-banner-box .swiper-pagination {
    width: 1280px;
    bottom: 70px;
    left: 50%;
    margin-left: -640px;
    text-align: left;
}

.top-banner-box .swiper-pagination-bullet {
    border-radius: 8px;
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.5);
    opacity: 1;
    transition: all 0.3s ease;
}

.top-banner-box .swiper-pagination-bullet-active {
    width: 30px !important;
    background: #fff !important;
}


/* 浜у搧骞冲彴 */
.platform-box {
    width: 100%;
    height: 1000px;
    background-image: url(/content/stech/images/home-platform-bg.png);
    background-size: cover;
}

    .platform-box .swiper-info {
        width: 100%;
        overflow: hidden;
    }

        .platform-box .swiper-info .info-inner {
            overflow: hidden;
        }

        .platform-box .swiper-info .top-area {
            display: flex;
            justify-content: space-between;
            margin-top: 45px;
            margin-bottom: 30px;
        }

            .platform-box .swiper-info .top-area .text-title-desc {
                margin-right: 50px;
            }

                .platform-box .swiper-info .top-area .text-title-desc .text {
                    font-weight: bold;
                    font-size: 54px;
                    color: #0e1524;
                    margin-bottom: 4px;
                }

                .platform-box .swiper-info .top-area .text-title-desc .title {
                    font-weight: bold;
                    font-size: 38px;
                    color: #0e1524;
                    margin-bottom: 10px;
                }

                .platform-box .swiper-info .top-area .text-title-desc .desc {
                    max-width: 660px;
                    font-size: 16px;
                    color: #5b5e66;
                    line-height: 25px;
                }

            .platform-box .swiper-info .top-area .toggle-btn {
                display: flex;
            }

                .platform-box .swiper-info .top-area .toggle-btn .skew-btn {
                    width: 206px;
                    height: 57px;
                    cursor: pointer;
                    user-select: none;
                    color: #fff;
                    font-size: 16px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    position: relative;
                }

                    .platform-box .swiper-info .top-area .toggle-btn .skew-btn.left-btn {
                        background-image: url(/content/stech/images/skew-btn-left-grey.png);
                        background-size: cover;
                        transform: translateX(25px);
                    }

                        .platform-box .swiper-info .top-area .toggle-btn .skew-btn.left-btn.active-item {
                            background-image: url(/content/stech/images/skew-btn-left.png);
                            background-size: cover;
                        }

                    .platform-box .swiper-info .top-area .toggle-btn .skew-btn.right-btn {
                        background-image: url(/content/stech/images/skew-btn-right-grey.png);
                        background-size: cover;
                    }

                        .platform-box .swiper-info .top-area .toggle-btn .skew-btn.right-btn.active-item {
                            background-image: url(/content/stech/images/skew-btn-right.png);
                            background-size: cover;
                        }

                    .platform-box .swiper-info .top-area .toggle-btn .skew-btn .dot {
                        display: inline-block;
                        width: 16px;
                        height: 16px;
                        background: rgba(136, 148, 173, 0.6);
                        border-radius: 50%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        margin-right: 6px;
                    }

                        .platform-box .swiper-info .top-area .toggle-btn .skew-btn .dot::after {
                            content: '';
                            width: 8px;
                            height: 8px;
                            background: #8894ad;
                            border-radius: 50%;
                        }

                    .platform-box .swiper-info .top-area .toggle-btn .skew-btn .text {
                        font-size: 16px;
                    }

                    .platform-box .swiper-info .top-area .toggle-btn .skew-btn.active-item .dot {
                        background: rgba(255, 255, 255, 0.6);
                    }

                        .platform-box .swiper-info .top-area .toggle-btn .skew-btn.active-item .dot::after {
                            background: #fff;
                        }

        .platform-box .swiper-info .bottom-area .platform-swiper {
            width: 100%;
            height: 100%;
        }

            .platform-box .swiper-info .bottom-area .platform-swiper .swiper-slide {
                transition: all 0.3s ease;
            }

                .platform-box .swiper-info .bottom-area .platform-swiper .swiper-slide.active-slide {
                    transform: scale(1);
                    z-index: 10;
                }

                .platform-box .swiper-info .bottom-area .platform-swiper .swiper-slide.inactive-slide {
                    transform: scale(0.8);
                    z-index: 1;
                }

        .platform-box .swiper-info .bottom-area .card-item {
            width: 100%;
            height: 550px;
            background-image: url(/content/stech/images/platform-card-bg.png);
            background-size: cover;
            display: flex;
            flex-direction: column;
            border-radius: 16px;
            overflow: hidden;
        }

            .platform-box .swiper-info .bottom-area .card-item .info-content {
                width: 100%;
                flex: 1;
                padding: 40px 40px 0;
            }

                .platform-box .swiper-info .bottom-area .card-item .info-content .content-inner .title {
                    font-weight: bold;
                    font-size: 20px;
                    color: #0e1524;
                    margin-bottom: 20px;
                    white-space: nowrap;
                }

                .platform-box .swiper-info .bottom-area .card-item .info-content .content-inner .desc {
                    font-size: 14px;
                    color: #7a8499;
                    line-height: 26px;
                }

                .platform-box .swiper-info .bottom-area .card-item .info-content .content-inner .platform-img {
                    width: 100%;
                    object-fit: cover;
                    margin-top: 20px;
                }

            .platform-box .swiper-info .bottom-area .card-item .detail-btn {
                width: 100%;
                height: 72px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 16px;
                font-weight: bold;
                color: #fff;
                border-bottom-left-radius: 8px;
                border-bottom-right-radius: 8px;
                background: linear-gradient(90deg, #0b46bb 0%, #1f70fc 100%);
                text-decoration: none;
            }

                .platform-box .swiper-info .bottom-area .card-item .detail-btn img {
                    width: 20px;
                    height: 20px;
                    position: relative;
                    top: 2px;
                    margin-left: 10px;
                }

    .platform-box .toggle-info {
        width: 100%;
        margin-top: 25px;
        position: relative;
    }

        .platform-box .toggle-info::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 1px;
            background: #b7c4d9;
        }

        .platform-box .toggle-info .info-inner {
            height: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }

            .platform-box .toggle-info .info-inner .toggle-dots-container {
                flex: 1;
                overflow: hidden;
                position: relative;
                margin: 0 20px;
                display: flex;
                justify-content: flex-start;
            }

                .platform-box .toggle-info .info-inner .toggle-dots-container .toggle-dots-wrapper {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    transition: transform 0.3s ease;
                }

            .platform-box .toggle-info .info-inner .toggle-item.toggle-btn {
                width: 60px;
                height: 60px;
                cursor: pointer;
            }

                .platform-box .toggle-info .info-inner .toggle-item.toggle-btn.btn-left {
                    background-image: url(/content/stech/images/round-left-btn.png);
                    background-size: cover;
                }

                .platform-box .toggle-info .info-inner .toggle-item.toggle-btn.btn-right {
                    background-image: url(/content/stech/images/round-right-btn.png);
                    background-size: cover;
                }

                .platform-box .toggle-info .info-inner .toggle-item.toggle-btn.disabled {
                    cursor: default !important;
                }

                    .platform-box .toggle-info .info-inner .toggle-item.toggle-btn.disabled.btn-left {
                        background-image: url(/content/stech/images/round-left-btn-grey.png);
                        background-size: cover;
                    }

                    .platform-box .toggle-info .info-inner .toggle-item.toggle-btn.disabled.btn-right {
                        background-image: url(/content/stech/images/round-right-btn-grey.png);
                        background-size: cover;
                    }

            .platform-box .toggle-info .info-inner .toggle-item.toggle-dot {
                width: 280px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                white-space: normal;
                word-wrap: break-word;
                margin-top: 26px;
            }

            .platform-box .toggle-info .info-inner .toggle-item.toggle-dot.toggle-dot5 {
                width: 224px;
            }

                .platform-box .toggle-info .info-inner .toggle-item.toggle-dot .number {
                    font-size: 24px;
                    color: #000;
                }

                .platform-box .toggle-info .info-inner .toggle-item.toggle-dot .dot {
                    width: 22px;
                    height: 22px;
                    border-radius: 50%;
                    background: #e2eef7;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    box-shadow: 0 0 2px #becee3;
                    margin: 10px 0;
                    cursor: pointer;
                }

                    .platform-box .toggle-info .info-inner .toggle-item.toggle-dot .dot::after {
                        content: '';
                        position: absolute;
                        width: 12px;
                        height: 12px;
                        border-radius: 50%;
                        background: #becde3;
                    }

                .platform-box .toggle-info .info-inner .toggle-item.toggle-dot .title {
                    font-weight: bold;
                    font-size: 20px;
                    color: #000;
                    height: 60px;
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;
                    padding: 0 10px;
                    box-sizing: border-box;
                    text-align: center;
                }

                .platform-box .toggle-info .info-inner .toggle-item.toggle-dot.active-item .number {
                    color: #0f64ec;
                }

                .platform-box .toggle-info .info-inner .toggle-item.toggle-dot.active-item .dot {
                    background: #fff;
                }

                    .platform-box .toggle-info .info-inner .toggle-item.toggle-dot.active-item .dot::after {
                        background: #0f64ec;
                    }

                .platform-box .toggle-info .info-inner .toggle-item.toggle-dot.active-item .title {
                    color: #0f64ec;
                }


/* 瑙ｅ喅鏂规 */
.solution-box {
    width: 100%;
    height: 1000px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

    .solution-box .mask-effect {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background: rgba(0, 0, 0, 0.4);
    }

    .solution-box .content-inner {
        height: 100%;
        position: relative;
    }

    .solution-box .top-area {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .solution-box .top-area .top-inner {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 204px;
        }

            .solution-box .top-area .top-inner .title-desc {
                color: #ffffff;
                position: relative;
                top: 10px;
            }

                .solution-box .top-area .top-inner .title-desc .title {
                    font-weight: bold;
                    font-size: 54px;
                    color: #ffffff;
                    margin-top: 100px;
                }

                .solution-box .top-area .top-inner .title-desc .desc {
                    margin-top: 15px;
                    width: 417px;
                    font-size: 16px;
                    opacity: 0.7;
                }

    .solution-box .middle-area {
        flex: 1;
        width: 100%;
    }

        .solution-box .middle-area .middle-inner {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .solution-box .middle-area .middle-inner .card-box {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                align-items: center;
                margin-top: 60px;
                width: 412px;
                height: 645px;
                border-radius: 10px;
                background: rgba(18, 28, 50, 0.5);
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
            }

                .solution-box .middle-area .middle-inner .card-box .content-inner {
                    width: 100%;
                    padding: 40px 26px 0;
                    flex: 1;
                }

                    .solution-box .middle-area .middle-inner .card-box .content-inner .title {
                        font-weight: bold;
                        font-size: 26px;
                        color: #ffffff;
                        margin-top: 20px;
                    }

                    .solution-box .middle-area .middle-inner .card-box .content-inner .desc {
                        font-size: 16px;
                        color: #ffffff;
                        line-height: 30px;
                        opacity: 0.7;
                        margin-top: 15px;
                    }

                    .solution-box .middle-area .middle-inner .card-box .content-inner .link-list {
                        margin-top: 37px;
                        display: flex;
                        flex-direction: column;
                    }

                        .solution-box .middle-area .middle-inner .card-box .content-inner .link-list .link-item {
                            display: flex;
                            align-items: center;
                            color: #ffffff;
                        }

                            .solution-box .middle-area .middle-inner .card-box .content-inner .link-list .link-item + .link-item {
                                margin-top: 18px;
                            }

                            .solution-box .middle-area .middle-inner .card-box .content-inner .link-list .link-item:hover {
                                color: #ffcfa0;
                                text-decoration: none;
                            }

                            .solution-box .middle-area .middle-inner .card-box .content-inner .link-list .link-item .icon {
                                width: 14px;
                                height: 14px;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                            }

                                .solution-box .middle-area .middle-inner .card-box .content-inner .link-list .link-item .icon i {
                                    font-size: 14px;
                                }

                            .solution-box .middle-area .middle-inner .card-box .content-inner .link-list .link-item .text {
                                flex: 1;
                                font-size: 16px;
                            }

                        .solution-box .middle-area .middle-inner .card-box .content-inner .link-list .ellipsis-item {
                            font-size: 16px;
                            color: #ffffff;
                            cursor: default;
                        }

                .solution-box .middle-area .middle-inner .card-box .operate-btn {
                    width: 100%;
                    height: 63px;
                    position: relative;
                }

                    .solution-box .middle-area .middle-inner .card-box .operate-btn a {
                        text-decoration: none;
                    }

                    .solution-box .middle-area .middle-inner .card-box .operate-btn .btns {
                        position: absolute;
                        top: 0;
                        width: 216px;
                        height: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        cursor: pointer;
                        font-weight: bold;
                        font-size: 16px;
                        color: #ffffff;
                    }

                        .solution-box .middle-area .middle-inner .card-box .operate-btn .btns img {
                            width: 20px;
                            height: 20px;
                            margin-left: 6px;
                        }

                    .solution-box .middle-area .middle-inner .card-box .operate-btn .btn-left {
                        left: 0;
                        background: url(/content/stech/images/skew-btn-left2.png) no-repeat;
                        background-size: cover;
                    }

                    .solution-box .middle-area .middle-inner .card-box .operate-btn .btn-right {
                        right: 0;
                        background: url(/content/stech/images/skew-btn-right-trans.png) no-repeat;
                        background-size: cover;
                    }

    .solution-box .bottom-area {
        width: 100%;
        position: absolute;
        left: calc(50% + 300px);
        top: 0;
    }

        .solution-box .bottom-area .bottom-inner .left-menus .menus-container {
            display: flex;
            flex-direction: column;
            transition: transform 0.3s ease;
        }

        .solution-box .bottom-area .bottom-inner .left-menus .menu-item {
            width: calc((100vw / 2) - 300px);
            height: calc(1000px / 6);
            display: flex;
            align-items: center;
            cursor: pointer;
            position: relative;
            background: rgba(204, 218, 254, 0.1);
            border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item:nth-child(1).active-item .icon {
                background: url(/content/stech/images/msbe/msbe-icon-1-trans.png) center center no-repeat;
                background-size: cover;
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item:nth-child(1) .icon {
                background: url(/content/stech/images/msbe/msbe-icon-1-w.png) center center no-repeat;
                background-size: cover;
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item:nth-child(2).active-item .icon {
                background: url(/content/stech/images/msbe/msbe-icon-2-trans.png) center center no-repeat;
                background-size: cover;
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item:nth-child(2) .icon {
                background: url(/content/stech/images/msbe/msbe-icon-2-w.png) center center no-repeat;
                background-size: cover;
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item:nth-child(3).active-item .icon {
                background: url(/content/stech/images/msbe/msbe-icon-3-trans.png) center center no-repeat;
                background-size: cover;
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item:nth-child(3) .icon {
                background: url(/content/stech/images/msbe/msbe-icon-3-w.png) center center no-repeat;
                background-size: cover;
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item:nth-child(4).active-item .icon {
                background: url(/content/stech/images/msbe/msbe-icon-4-trans.png) center center no-repeat;
                background-size: cover;
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item:nth-child(4) .icon {
                background: url(/content/stech/images/msbe/msbe-icon-4-w.png) center center no-repeat;
                background-size: cover;
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item:nth-child(5).active-item .icon {
                background: url(/content/stech/images/msbe/msbe-icon-5-trans.png) center center no-repeat;
                background-size: cover;
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item:nth-child(5) .icon {
                background: url(/content/stech/images/msbe/msbe-icon-5-w.png) center center no-repeat;
                background-size: cover;
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item:nth-child(6).active-item .icon {
                background: url(/content/stech/images/msbe/msbe-icon-6-trans.png) center center no-repeat;
                background-size: cover;
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item:nth-child(6) .icon {
                background: url(/content/stech/images/msbe/msbe-icon-6-w.png) center center no-repeat;
                background-size: cover;
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item:hover {
                opacity: 0.9;
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item.active-item {
                background: #0948c1;
                background: linear-gradient(90deg, #0948c1 0%, rgba(0, 90, 229, 0.8) 50%, rgba(255, 255, 255, 0.1) 100%);
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item .icon {
                width: 32px;
                height: 32px;
                margin-left: 30px;
                margin-right: 15px;
            }

            .solution-box .bottom-area .bottom-inner .left-menus .menu-item span {
                font-size: 20px;
                color: #fefefe;
            }

        .solution-box .bottom-area .bottom-inner .right-toggle {
            display: none;
            justify-content: center;
            align-items: center;
        }

            .solution-box .bottom-area .bottom-inner .right-toggle .round-btn {
                width: 60px;
                height: 60px;
            }

                .solution-box .bottom-area .bottom-inner .right-toggle .round-btn + .round-btn {
                    margin-left: 25px;
                }

                .solution-box .bottom-area .bottom-inner .right-toggle .round-btn.active-item {
                    cursor: pointer;
                }

                    .solution-box .bottom-area .bottom-inner .right-toggle .round-btn.active-item.left-btn {
                        background-image: url(/content/stech/images/round-left-btn.png);
                        background-size: cover;
                    }

                    .solution-box .bottom-area .bottom-inner .right-toggle .round-btn.active-item.right-btn {
                        background-image: url(/content/stech/images/round-right-btn.png);
                        background-size: cover;
                    }

                .solution-box .bottom-area .bottom-inner .right-toggle .round-btn.left-btn {
                    background-image: url(/content/stech/images/round-left-btn-grey.png);
                    background-size: cover;
                }

                .solution-box .bottom-area .bottom-inner .right-toggle .round-btn.right-btn {
                    background-image: url(/content/stech/images/round-right-btn-grey.png);
                    background-size: cover;
                }


/* 瑁呭楠岃瘉骞冲彴 */
.equip-box {
    height: 1000px;
    background: url(/content/stech/images/home-equip-bg.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

    .equip-box .content-inner {
        margin-top: 120px;
    }

        .equip-box .content-inner .title {
            font-weight: bold;
            font-size: 54px;
            color: #0e1524;
        }

        .equip-box .content-inner .sub-title {
            margin-top: 8px;
            font-size: 16px;
            color: #5b5e66;
            opacity: 0.7;
        }

        .equip-box .content-inner .card-box {
            margin-top: 56px;
            display: flex;
            justify-content: space-between;
            gap: 10px;
        }

            .equip-box .content-inner .card-box .card-item {
                flex: 1;
                height: 600px;
                padding: 66px 24px;
                border-radius: 10px;
                transition: all 0.3s ease-in-out;
            }

                .equip-box .content-inner .card-box .card-item:nth-child(1) {
                    background: url(/content/stech/images/equip/equip-card-front-1.png) center center no-repeat;
                    background-size: cover;
                }

                    .equip-box .content-inner .card-box .card-item:nth-child(1).active-item {
                        background: url(/content/stech/images/equip/equip-card-back-1.png) center center no-repeat;
                        background-size: cover;
                    }

                .equip-box .content-inner .card-box .card-item:nth-child(2) {
                    background: url(/content/stech/images/equip/equip-card-front-2.png) center center no-repeat;
                    background-size: cover;
                }

                    .equip-box .content-inner .card-box .card-item:nth-child(2).active-item {
                        background: url(/content/stech/images/equip/equip-card-back-2.png) center center no-repeat;
                        background-size: cover;
                    }

                .equip-box .content-inner .card-box .card-item:nth-child(3) {
                    background: url(/content/stech/images/equip/equip-card-front-3.png) center center no-repeat;
                    background-size: cover;
                }

                    .equip-box .content-inner .card-box .card-item:nth-child(3).active-item {
                        background: url(/content/stech/images/equip/equip-card-back-3.png) center center no-repeat;
                        background-size: cover;
                    }

                .equip-box .content-inner .card-box .card-item.active-item {
                    flex: none;
                    width: 682px;
                    padding: 66px 50px 72px;
                }

                    .equip-box .content-inner .card-box .card-item.active-item .card-inner .card-desc {
                        display: flex;
                        text-align: justify;
                    }

                    .equip-box .content-inner .card-box .card-item.active-item .card-inner .operate-box .next-btn {
                        display: none;
                    }

                    .equip-box .content-inner .card-box .card-item.active-item .card-inner .operate-box .other-btn {
                        display: flex !important;
                    }

                .equip-box .content-inner .card-box .card-item:hover {
                    transform: scale(1.02);
                }

                .equip-box .content-inner .card-box .card-item .card-inner {
                    width: 100%;
                    height: 100%;
                    position: relative;
                }

                    .equip-box .content-inner .card-box .card-item .card-inner .card-title {
                        font-weight: bold;
                        font-size: 26px;
                        color: #ffffff;
                    }

                    .equip-box .content-inner .card-box .card-item .card-inner .card-desc {
                        margin-top: 22px;
                        font-size: 16px;
                        color: #ffffff;
                        line-height: 30px;
                        opacity: 0.7;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        word-break: break-word;
                    }

                    .equip-box .content-inner .card-box .card-item .card-inner .operate-box {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        display: flex;
                        align-items: center;
                    }

                        .equip-box .content-inner .card-box .card-item .card-inner .operate-box .next-btn {
                            width: 40px;
                            height: 40px;
                            background: #ffffff;
                            border-radius: 50%;
                            font-weight: bold;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            cursor: pointer;
                            user-select: none;
                            color: #0141bf;
                        }

                            .equip-box .content-inner .card-box .card-item .card-inner .operate-box .next-btn:hover {
                                opacity: 0.9;
                            }

                        .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn {
                            display: none;
                        }

                            .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn,
                            .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn {
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                width: 162px;
                                height: 48px;
                                cursor: pointer;
                                user-select: none;
                                border: 1px solid rgba(255, 255, 255, 0.5);
                                border-radius: 24px;
                            }

                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn:link,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn:link,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn:visited,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn:visited,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn:hover,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn:hover,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn:active,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn:active {
                                    text-decoration: none;
                                }

                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn:hover,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn:hover {
                                    opacity: 0.9;
                                }

                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn.more-btn,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn.case-btn {
                                }

                                    .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn.more-btn:hover,
                                    .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn.case-btn:hover {
                                        background: rgba(255, 255, 255, 0.2);
                                    }

                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn.case-btn,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn.case-btn {
                                    margin-left: 10px;
                                }

                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn span,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn span {
                                    font-weight: bold;
                                    font-size: 16px;
                                    color: #ffffff;
                                }

                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn i,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn i {
                                    display: inline-block;
                                    margin-left: 6px;
                                    width: 20px;
                                    height: 20px;
                                    background: url(/content/stech/images/exit-right-color.png) center center no-repeat;
                                    background-size: cover;
                                }

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* ============================================
   鍏充簬鎴戜滑 - 娴姩鍔ㄧ敾銆佹弿杩板垪琛ㄦ帓鐗
   ============================================ */
.about-box {
    background: url(/content/stech/images/home-about-bg.png);
    background-size: cover;
    height: 920px;
    position: relative;
    overflow: hidden;
}

    .about-box .content-box {
        height: 100%;
        position: relative;
    }

        /* 瑁呴グ绾 */
        .about-box .content-box .line-outer {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(/content/stech/images/home-about-line1.png) no-repeat center;
            opacity: 0.85;
        }

            .about-box .content-box .line-outer::before {
                content: '';
                position: absolute;
                top: 70px;
                right: 250px;
                width: 18px;
                height: 18px;
                background: #4dcfff;
                border-radius: 50%;
                box-shadow: 0 0 12px rgba(77,207,255,0.6);
                animation: pulse-glow 3s ease-in-out infinite;
            }

@keyframes pulse-glow {
    0%, 100% {
        opacity: 0.6;
        box-shadow: 0 0 8px rgba(77,207,255,0.4);
    }

    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgba(77,207,255,0.8);
    }
}

.about-box .content-box .line-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -423px;
    margin-top: -430px;
    width: 846px;
    height: 618px;
    background: url(/content/stech/images/home-about-line2.png) no-repeat center;
    opacity: 0.85;
}

    .about-box .content-box .line-inner::before {
        content: '';
        position: absolute;
        left: -10px;
        top: 400px;
        width: 22px;
        height: 22px;
        background: #4dcfff;
        border-radius: 50%;
        box-shadow: 0 0 12px rgba(77,207,255,0.6);
        animation: pulse-glow 3s ease-in-out infinite 1.5s;
    }

    .about-box .content-box .line-inner::after {
        content: '';
        position: absolute;
        right: 40px;
        bottom: -20px;
        width: 30px;
        height: 30px;
        background: #4dcfff;
        border-radius: 50%;
        box-shadow: 0 0 12px rgba(77,207,255,0.6);
        animation: pulse-glow 3s ease-in-out infinite 0.75s;
    }

/* 涓績鍦嗗舰鍖哄煙 */
.about-box .content-box .center-item {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
    background: url(/content/stech/images/home-about-round2.png);
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
    transition: transform 0.5s ease;
}

    .about-box .content-box .center-item:hover {
        transform: scale(1.02);
    }

    .about-box .content-box .center-item .top-icon {
        width: 64px;
        height: 64px;
        background: url(/content/stech/images/smile-icon.png);
        background-size: cover;
        margin-top: 95px;
    }

    .about-box .content-box .center-item .title {
        font-weight: 800;
        font-size: 38px;
        margin-top: 14px;
        letter-spacing: 3px;
    }

    .about-box .content-box .center-item .desc {
        font-size: 15px;
        line-height: 1.85;
        opacity: 0.82;
        margin-top: 22px;
        text-align: center;
        padding: 0 30px;
    }

    .about-box .content-box .center-item .more-btn {
        width: 28px;
        height: 28px;
        background: url(/content/stech/images/exit-right.png);
        background-size: cover;
        margin-top: 72px;
        transition: transform 0.3s ease;
    }

        .about-box .content-box .center-item .more-btn:hover {
            transform: translateX(4px);
        }

/* 鍥涜娴姩鍏冪礌 - 澧炲姞鎮诞鍔ㄧ敾 */
.about-box .content-box .float-item {
    width: 180px;
    height: 180px;
    position: absolute;
    background: url(/content/stech/images/home-about-round1.png);
    background-size: cover;
    text-align: center;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* 杞诲井娴姩鍔ㄧ敾 */
    animation: float-subtle 5s ease-in-out infinite;
}

    .about-box .content-box .float-item:nth-child(odd) {
        animation-delay: -2.5s;
    }

@keyframes float-subtle {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.about-box .content-box .float-item:hover {
    transform: translateY(-6px) scale(1.04);
    z-index: 5;
    animation: none;
}

.about-box .content-box .float-item .title {
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    margin-top: 54px;
    letter-spacing: 1px;
}

.about-box .content-box .float-item .desc {
    font-size: 15px;
    margin-top: 12px;
}

    .about-box .content-box .float-item .desc .text1 {
        color: #fff;
        margin-right: 4px;
    }

    .about-box .content-box .float-item .desc .text2 {
        color: #fe945b;
        font-weight: 600;
    }

.about-box .content-box .float-item.top-left-item {
    left: 206px;
    top: 130px;
}

.about-box .content-box .float-item.top-right-item {
    right: 206px;
    top: 130px;
}

.about-box .content-box .float-item.bottom-left-item {
    left: 10px;
    bottom: 216px;
}

.about-box .content-box .float-item.bottom-right-item {
    right: 10px;
    bottom: 216px;
}

/* 搴曢儴鎻忚堪鍒楄〃 - 鎺掔増浼樺寲 */
.about-box .content-box .desc-list {
    position: absolute;
    bottom: 96px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0 170px;
}

    .about-box .content-box .desc-list .desc-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        padding: 12px;
        border-radius: 12px;
        transition: background 0.3s ease, transform 0.3s ease;
    }

        .about-box .content-box .desc-list .desc-item:hover {
            background: rgba(255,255,255,0.06);
            transform: translateY(-3px);
        }

        .about-box .content-box .desc-list .desc-item .title {
            display: flex;
            align-items: center;
        }

            .about-box .content-box .desc-list .desc-item .title img {
                width: 24px;
                height: 24px;
                margin-left: 3px;
                position: relative;
                top: 1px;
            }

            .about-box .content-box .desc-list .desc-item .title span {
                font-weight: 700;
                font-size: 19px;
                letter-spacing: 1px;
            }

        .about-box .content-box .desc-list .desc-item .desc {
            margin-top: 14px;
            font-size: 13.5px;
            line-height: 1.75;
            opacity: 0.78;
            text-align: center;
        }


/* ============================================
   浼佷笟鍔ㄦ€ - 鏍囬甯冨眬銆佹暣浣撹妭濂
   ============================================ */
.news-box {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 80px 0 100px;
}

    .news-box .content-box .title-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .news-box .content-box .title-box .left-title .title {
            font-weight: 800;
            font-size: 46px;
            color: #0e1524;
            letter-spacing: 2px;
            line-height: 1.2;
        }

        .news-box .content-box .title-box .left-title .sub-title {
            font-size: 15px;
            color: #6b7280;
            margin-top: 12px;
            line-height: 1.65;
        }

        .news-box .content-box .title-box .right-btn .more-btn {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px 24px;
            border-radius: 30px;
            transition: all 0.3s ease;
        }

            .news-box .content-box .title-box .right-btn .more-btn span {
                font-weight: 600;
                font-size: 15px;
                color: #0e1524;
            }

            .news-box .content-box .title-box .right-btn .more-btn .icon {
                margin-left: 10px;
                width: 54px;
                height: 54px;
                transition: transform 0.3s ease;
            }

                .news-box .content-box .title-box .right-btn .more-btn .icon img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .news-box .content-box .title-box .right-btn .more-btn:hover {
                background: #e5e9f0;
            }

                .news-box .content-box .title-box .right-btn .more-btn:hover .icon {
                    transform: translateX(3px);
                }

    .news-box .content-box .card-box {
        margin-top: 44px;
        min-height: 200px;
    }

        .news-box .content-box .card-box::after {
            display: block;
            content: '';
            clear: both;
            width: 100%;
        }

        .news-box .content-box .card-box .card-item {
            float: left;
        }

            .news-box .content-box .card-box .card-item:nth-child(2n) .card-front {
                border-left-color: rgba(0,64,191,0.1);
            }

            .news-box .content-box .card-box .card-item .card-front,
            .news-box .content-box .card-box .card-item .card-back {
                height: 440px;
                display: none;
            }

                .news-box .content-box .card-box .card-item .card-front.active-item,
                .news-box .content-box .card-box .card-item .card-back.active-item {
                    display: block;
                }

            .news-box .content-box .card-box .card-item .card-front {
                width: 265px;
                overflow: hidden;
                background: #ffffff;
                border: 1px solid #e8ecf4;
                border-left: 4px solid rgba(0,64,191,0.15);
                transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            }

                .news-box .content-box .card-box .card-item .card-front:hover {
                    transform: translateY(-6px) scale(1.02);
                    box-shadow: 0 14px 36px rgba(0, 40, 120, 0.12);
                    z-index: 10;
                    position: relative;
                    background: #f8fafc;
                    border-left-color: #0040bf;
                }

                .news-box .content-box .card-box .card-item .card-front .card-info {
                    width: 100%;
                    height: 100%;
                    float: left;
                    padding: 28px 20px 70px;
                    position: relative;
                }

                    .news-box .content-box .card-box .card-item .card-front .card-info .icon {
                        width: 40px;
                        height: 40px;
                        opacity: 0.75;
                    }

                    .news-box .content-box .card-box .card-item .card-front .card-info .cn-classify {
                        margin-top: 14px;
                        font-weight: 700;
                        font-size: 14px;
                        color: #0040bf;
                    }

                    .news-box .content-box .card-box .card-item .card-front .card-info .en-classify {
                        margin-top: 4px;
                        font-size: 12px;
                        color: #9fa4b3;
                    }

                    .news-box .content-box .card-box .card-item .card-front .card-info .news-title {
                        margin-top: 16px;
                        font-weight: 700;
                        font-size: 15px;
                        color: #1a2332;
                        line-height: 1.5;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                    }

                    .news-box .content-box .card-box .card-item .card-front .card-info .news-desc {
                        margin-top: 10px;
                        font-size: 13px;
                        color: #5a6270;
                        line-height: 1.65;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                    }

                    .news-box .content-box .card-box .card-item .card-front .card-info .next-btn {
                        width: 48px;
                        height: 48px;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        background: url(/content/stech/images/round-right-btn-trans1.png);
                        background-size: cover;
                        cursor: pointer;
                        left: 20px;
                        bottom: 16px;
                        transition: transform 0.25s ease;
                    }

                        .news-box .content-box .card-box .card-item .card-front .card-info .next-btn:hover {
                            transform: scale(1.08);
                        }

            .news-box .content-box .card-box .card-item .card-back {
                background: #0040bf;
                overflow: hidden;
            }

                .news-box .content-box .card-box .card-item .card-back .card-info {
                    width: 280px;
                    height: 100%;
                    float: left;
                    padding: 36px 25px;
                    position: relative;
                }

                    .news-box .content-box .card-box .card-item .card-back .card-info .cn-classify {
                        font-size: 13px;
                        color: rgba(255,255,255,0.7);
                        margin-bottom: 16px;
                        text-transform: uppercase;
                        letter-spacing: 1px;
                    }

                    .news-box .content-box .card-box .card-item .card-back .card-info .title {
                        font-weight: 700;
                        font-size: 18px;
                        color: #fff;
                        line-height: 1.5;
                        margin-bottom: 32px;
                    }

                    .news-box .content-box .card-box .card-item .card-back .card-info .desc {
                        font-size: 14px;
                        color: rgba(255,255,255,0.78);
                        line-height: 1.75;
                    }

                    .news-box .content-box .card-box .card-item .card-back .card-info .next-btn {
                        width: 56px;
                        height: 56px;
                        position: absolute;
                        left: 25px;
                        bottom: 38px;
                        background: url(/content/stech/images/round-right-btn-trans2.png);
                        background-size: cover;
                        cursor: pointer;
                        transition: transform 0.25s ease;
                    }

                        .news-box .content-box .card-box .card-item .card-back .card-info .next-btn:hover {
                            transform: scale(1.08);
                        }

                .news-box .content-box .card-box .card-item .card-back .img-box {
                    float: left;
                    width: 470px;
                    height: 440px;
                }

                    .news-box .content-box .card-box .card-item .card-back .img-box img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }


/* ============================================
   渚ц竟宸ュ叿鏍 - 寰皟
   ============================================ */
.side-tools-box {
    position: fixed;
    top: calc(50vh - 150px);
    right: 40px;
    z-index: 9999;
}

    .side-tools-box .tool-inner {
        display: flex;
        flex-direction: column;
    }

        .side-tools-box .tool-inner .tool-item {
            width: 50px;
            height: 50px;
            position: relative;
        }

            .side-tools-box .tool-inner .tool-item + .tool-item {
                margin-top: 18px;
            }

            .side-tools-box .tool-inner .tool-item .icon {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: rgba(0, 64, 191, 0.15);
                border-radius: 50%;
                cursor: pointer;
                overflow: hidden;
                transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            }

                .side-tools-box .tool-inner .tool-item .icon img {
                    width: 24px;
                    height: 24px;
                    transition: transform 0.25s ease;
                }

            .side-tools-box .tool-inner .tool-item.active-item .icon,
            .side-tools-box .tool-inner .tool-item:hover .icon {
                background: #023cc1;
                box-shadow: 0 4px 16px rgba(2,60,193,0.35);
            }

                .side-tools-box .tool-inner .tool-item.active-item .icon img,
                .side-tools-box .tool-inner .tool-item:hover .icon img {
                    transform: rotate(5deg) scale(1.05);
                }

            .side-tools-box .tool-inner .tool-item .tooltip {
                position: absolute;
                right: 63px;
                top: 50%;
                transform: translateY(-50%);
                opacity: 0;
                visibility: hidden;
                padding: 12px 16px;
                border-radius: 8px;
                font-size: 14px;
                z-index: 9999;
                transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                white-space: nowrap;
                box-shadow: 0 4px 16px rgba(0,0,0,0.1);
            }

                .side-tools-box .tool-inner .tool-item .tooltip::after {
                    content: '';
                    position: absolute;
                    right: -8px;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 0;
                    height: 0;
                    border-top: 8px solid transparent;
                    border-bottom: 8px solid transparent;
                }

                .side-tools-box .tool-inner .tool-item .tooltip.tooltip-tel {
                    background: #023cc1;
                    color: #fff;
                }

                    .side-tools-box .tool-inner .tool-item .tooltip.tooltip-tel::after {
                        border-left: 8px solid #023cc1;
                    }

                .side-tools-box .tool-inner .tool-item .tooltip.tooltip-wechat {
                    background: #fff;
                    color: #000;
                    box-shadow: 0 0 15px rgba(0,0,0,0.15);
                    padding: 8px;
                }

                    .side-tools-box .tool-inner .tool-item .tooltip.tooltip-wechat::after {
                        border-left: 8px solid #fff;
                    }

            .side-tools-box .tool-inner .tool-item:hover .tooltip {
                opacity: 1;
                visibility: visible;
                right: 58px;
            }


/* ============================================
   绉诲姩绔搷搴斿紡 <=768px
   ============================================ */
/* 绉诲姩绔吋瀹 */
@media screen and (max-width: 768px) {
    .top-banner-box .swiper-container {
        height: 300px !important;
    }

        .top-banner-box .swiper-container .swiper-pagination {
            width: 100%;
            left: 20px;
            margin-left: 0;
        }

    .top-banner-box .info-box .info-inner {
        font-size: 30px;
    }

        .top-banner-box .info-box .info-inner .title {
            margin-bottom: 0px;
        }

        .top-banner-box .info-box .info-inner .desc {
            margin-bottom: 10px;
        }

        .top-banner-box .info-box .info-inner .play-btn {
            width: 50px;
            height: 50px;
            margin-top: 10px;
        }

    .platform-box {
        height: auto;
        padding: 20px 0;
        background-size: 500%;
    }

        .platform-box .mar-auto-1280 {
            padding: 0;
        }

        .platform-box .swiper-info {
            height: auto;
        }

            .platform-box .swiper-info .top-area {
                padding: 0 10px;
                margin-top: 10px;
                height: auto;
                display: block;
            }

                .platform-box .swiper-info .top-area .text-title-desc {
                    margin-right: 0px;
                    display: block;
                }

                    .platform-box .swiper-info .top-area .text-title-desc .text {
                        font-size: 24px;
                        margin-bottom: 5px;
                    }

                    .platform-box .swiper-info .top-area .text-title-desc .title {
                        font-size: 16px;
                        margin-bottom: 5px;
                    }

                    .platform-box .swiper-info .top-area .text-title-desc .desc {
                        font-size: 14px;
                        line-height: 1.5em;
                    }

                .platform-box .swiper-info .top-area .toggle-btn {
                    margin-top: 10px;
                    margin-bottom: 10px;
                    display: flex;
                }

                    .platform-box .swiper-info .top-area .toggle-btn .skew-btn {
                        width: 120px;
                        height: calc((57 / 206) * 120px);
                    }

                        .platform-box .swiper-info .top-area .toggle-btn .skew-btn.left-btn {
                            transform: translateX(0px);
                        }

                        .platform-box .swiper-info .top-area .toggle-btn .skew-btn.right-btn {
                            transform: translateX(-10px);
                        }

                        .platform-box .swiper-info .top-area .toggle-btn .skew-btn .text {
                            font-size: 12px;
                        }

            .platform-box .swiper-info .bottom-area {
                height: auto;
            }

                .platform-box .swiper-info .bottom-area .toggle-tab-box,
                .platform-box .swiper-info .bottom-area .aside-tab-box {
                    display: none;
                }

                .platform-box .swiper-info .bottom-area .swiper-platform {
                    width: 100%;
                }

                .platform-box .swiper-info .bottom-area .card-item {
                    width: 250px;
                    height: calc((562 / 440) * 250px);
                }

                    .platform-box .swiper-info .bottom-area .card-item .info-content {
                        padding: 15px 15px 0;
                    }

                        .platform-box .swiper-info .bottom-area .card-item .info-content .content-inner .title {
                            font-size: 15px;
                            margin-bottom: 10px;
                            display: flex;
                            white-space: wrap !important;
                        }

                        .platform-box .swiper-info .bottom-area .card-item .info-content .content-inner .desc {
                            font-size: 12px;
                            line-height: normal;
                        }

                        .platform-box .swiper-info .bottom-area .card-item .info-content .content-inner .platform-img {
                            height: 100px;
                            margin-top: 10px;
                        }

                    .platform-box .swiper-info .bottom-area .card-item .detail-btn {
                        height: 40px;
                        font-size: 12px;
                        border-bottom-left-radius: 4px;
                        border-bottom-right-radius: 4px;
                    }

                        .platform-box .swiper-info .bottom-area .card-item .detail-btn img {
                            width: 15px;
                            height: 15px;
                            top: 0px;
                            margin-left: 2px;
                        }

        .platform-box .toggle-info {
            display: none;
        }

    .solution-box {
        padding: 20px 0;
        height: auto !important;
        background-position: center center !important;
    }

        .solution-box .top-area .top-inner {
            height: auto !important;
            display: block !important;
            padding-bottom: 10px !important;
        }

            .solution-box .top-area .top-inner .title-desc {
                position: static !important;
                display: block !important;
            }

                .solution-box .top-area .top-inner .title-desc .title {
                    margin-top: 20px !important;
                    width: auto !important;
                    height: auto !important;
                    line-height: auto !important;
                    font-size: 24px !important;
                    white-space: wrap !important;
                }

                .solution-box .top-area .top-inner .title-desc .desc {
                    margin-top: 0 !important;
                    width: auto !important;
                    line-height: auto !important;
                    font-size: 16px !important;
                }

            .solution-box .top-area .top-inner .toggle-btns {
                position: static !important;
                margin-top: 10px !important;
                justify-content: space-between !important;
            }

                .solution-box .top-area .top-inner .toggle-btns .btn-item {
                    padding: 0 10px !important;
                    width: calc(50% - 10px) !important;
                }

                    .solution-box .top-area .top-inner .toggle-btns .btn-item:not(.active-item) {
                        text-shadow: 0 0 1px #000;
                    }

                    .solution-box .top-area .top-inner .toggle-btns .btn-item img {
                        width: 18px !important;
                        height: 18px !important;
                    }

                    .solution-box .top-area .top-inner .toggle-btns .btn-item span {
                        font-size: 12px !important;
                    }

        .solution-box .middle-area {
            padding: 20px 0 !important;
        }

            .solution-box .middle-area .card-box {
                margin-top: 10px !important;
                width: 100% !important;
                height: auto !important;
                position: static !important;
                border-radius: 10px !important;
                overflow: hidden !important;
            }

                .solution-box .middle-area .card-box .content-inner {
                    padding: 20px 12px 0 !important;
                }

                    .solution-box .middle-area .card-box .content-inner .title {
                        margin-top: 10px !important;
                        font-size: 16px !important;
                    }

                    .solution-box .middle-area .card-box .content-inner .desc {
                        font-size: 14px !important;
                        line-height: 1.5em !important;
                        margin-top: 10px !important;
                    }

                    .solution-box .middle-area .card-box .content-inner .link-list {
                        margin-top: 15px !important;
                        margin-bottom: 10px !important;
                    }

                        .solution-box .middle-area .card-box .content-inner .link-list .link-item + .link-item {
                            margin-top: 10px !important;
                        }

                        .solution-box .middle-area .card-box .content-inner .link-list .link-item .icon {
                            width: 10px !important;
                            height: 10px !important;
                        }

                            .solution-box .middle-area .card-box .content-inner .link-list .link-item .icon i {
                                font-size: 12px !important;
                            }

                        .solution-box .middle-area .card-box .content-inner .link-list .link-item .text {
                            font-size: 14px !important;
                        }

                        .solution-box .middle-area .card-box .content-inner .link-list .ellipsis-item {
                            font-size: 14px !important;
                        }

                .solution-box .middle-area .card-box .operate-btn {
                    height: 40px !important;
                }

                    .solution-box .middle-area .card-box .operate-btn .btns {
                        font-size: 14px !important;
                    }

        .solution-box .bottom-area {
            position: static !important;
            background: none !important;
        }

            .solution-box .bottom-area .bottom-inner .left-menus {
                display: none !important;
            }

            .solution-box .bottom-area .bottom-inner .right-toggle {
                display: flex !important;
                justify-content: flex-start !important;
            }

                .solution-box .bottom-area .bottom-inner .right-toggle .round-btn {
                    width: 40px !important;
                    height: 40px !important;
                }

                    .solution-box .bottom-area .bottom-inner .right-toggle .round-btn + .round-btn {
                        margin-left: 10px !important;
                    }

    .equip-box {
        height: auto !important;
        margin-bottom: 20px !important;
    }

        .equip-box .content-inner {
            margin-top: 20px !important;
        }

            .equip-box .content-inner .title {
                font-size: 25px !important;
            }

            .equip-box .content-inner .sub-title {
                margin-top: 2px !important;
                font-size: 14px !important;
            }

            .equip-box .content-inner .card-box {
                margin-top: 20px !important;
                margin-bottom: 20px !important;
                flex-direction: column !important;
                justify-content: center !important;
                align-items: center !important;
                gap: 5px !important;
            }

                .equip-box .content-inner .card-box .card-item {
                    width: 100% !important;
                    flex: 1;
                    height: auto !important;
                    padding: 24px !important;
                    border-radius: 5px !important;
                }

                    .equip-box .content-inner .card-box .card-item.active-item {
                        flex: 1 !important;
                        width: 100% !important;
                        padding: 24px !important;
                    }

                    .equip-box .content-inner .card-box .card-item:hover {
                        transform: scale(1.02);
                    }

                    .equip-box .content-inner .card-box .card-item .card-inner {
                        width: 100%;
                        height: 100%;
                        position: relative;
                    }

                        .equip-box .content-inner .card-box .card-item .card-inner .card-title {
                            font-size: 16px !important;
                        }

                        .equip-box .content-inner .card-box .card-item .card-inner .card-desc {
                            margin-top: 10px !important;
                            font-size: 14px !important;
                            line-height: 1.5em !important;
                        }

                        .equip-box .content-inner .card-box .card-item .card-inner .operate-box {
                            margin-top: 10px;
                            position: static !important;
                        }

                            .equip-box .content-inner .card-box .card-item .card-inner .operate-box .next-btn {
                                width: 30px !important;
                                height: 30px !important;
                            }

                            .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn,
                            .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn {
                                width: 100px !important;
                                height: 35px !important;
                                border-radius: 18px !important;
                            }

                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn.case-btn,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn.case-btn {
                                    margin-left: 5px !important;
                                }

                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn span,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn span {
                                    font-size: 14px !important;
                                }

                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .more-btn i,
                                .equip-box .content-inner .card-box .card-item .card-inner .operate-box .other-btn .case-btn i {
                                    margin-left: 4px !important;
                                    width: 14px !important;
                                    height: 14px !important;
                                }

    .about-box {
        height: 580px !important;
    }

        .about-box .content-box .line-outer {
            display: none !important;
        }

        .about-box .content-box .line-inner {
            display: none !important;
        }

        .about-box .content-box .center-item {
            justify-content: center !important;
            text-align: center !important;
            width: 200px !important;
            height: 200px !important;
            margin-left: -100px !important;
            margin-top: -200px !important;
        }

            .about-box .content-box .center-item .top-icon {
                display: none !important;
            }

            .about-box .content-box .center-item .title {
                font-size: 24px !important;
                margin-top: -20px !important;
            }

            .about-box .content-box .center-item .desc {
                padding: 0 20px !important;
                font-size: 12px !important;
                line-height: 1.5em !important;
                opacity: 0.8;
                margin-top: 10px !important;
            }

            .about-box .content-box .center-item .more-btn {
                display: none !important;
            }

        .about-box .content-box .float-item {
            width: 120px !important;
            height: 120px !important;
            transition: none !important;
            animation: none !important;
        }

            .about-box .content-box .float-item .title {
                font-size: 18px !important;
                margin-top: 36px !important;
            }

            .about-box .content-box .float-item .desc {
                font-size: 12px !important;
                margin-top: 8px !important;
            }

                .about-box .content-box .float-item .desc .text1 {
                    margin-right: 2px !important;
                }

            .about-box .content-box .float-item.top-left-item {
                top: 10px !important;
                transform: translateX(-95px);
            }

            .about-box .content-box .float-item.top-right-item {
                right: 10px !important;
                top: 10px !important;
            }

            .about-box .content-box .float-item.bottom-left-item {
                left: 10px !important;
                bottom: 200px !important;
            }

            .about-box .content-box .float-item.bottom-right-item {
                right: 10px !important;
                bottom: 200px !important;
            }

        .about-box .content-box .desc-list {
            bottom: 10px !important;
            padding: 0 10px !important;
            flex-wrap: wrap !important;
        }

            .about-box .content-box .desc-list .desc-item {
                width: 50% !important;
                margin: 10px 0 !important;
            }

                .about-box .content-box .desc-list .desc-item .title img {
                    width: 16px !important;
                    height: 16px !important;
                    margin-left: 1px !important;
                    top: 1px;
                }

                .about-box .content-box .desc-list .desc-item .title span {
                    font-size: 16px !important;
                }

                .about-box .content-box .desc-list .desc-item .desc {
                    margin-top: 10px !important;
                    font-size: 12px !important;
                    line-height: 1.5em !important;
                }

    .news-box {
        padding: 20px 0 0 !important;
    }

        .news-box .content-box {
            padding: 0 !important;
        }

            .news-box .content-box .title-box {
                display: block !important;
                padding: 0 10px !important;
            }

                .news-box .content-box .title-box .left-title .title {
                    font-size: 24px !important;
                }

                .news-box .content-box .title-box .left-title .sub-title {
                    font-size: 14px !important;
                    margin-top: 6px !important;
                }

                .news-box .content-box .title-box .right-btn .more-btn {
                    display: inline-flex !important;
                    margin-top: 5px !important;
                }

                    .news-box .content-box .title-box .right-btn .more-btn span {
                        font-size: 12px !important;
                    }

                    .news-box .content-box .title-box .right-btn .more-btn .icon {
                        margin-left: 4px !important;
                        width: 25px !important;
                        height: 25px !important;
                    }

            .news-box .content-box .card-box {
                margin-top: 20px !important;
            }

                .news-box .content-box .card-box .card-item {
                    float: none !important;
                }

                    .news-box .content-box .card-box .card-item .card-front,
                    .news-box .content-box .card-box .card-item .card-back {
                        height: auto !important;
                    }

                    .news-box .content-box .card-box .card-item .card-front {
                        display: none !important;
                    }

                    .news-box .content-box .card-box .card-item .card-back {
                        display: block !important;
                        padding-top: 20px !important;
                        position: relative !important;
                    }

                        .news-box .content-box .card-box .card-item .card-back .card-info {
                            width: 100% !important;
                            float: none !important;
                            padding: 0px 10px !important;
                            position: static !important;
                        }

                            .news-box .content-box .card-box .card-item .card-back .card-info .cn-classify {
                                font-size: 16px !important;
                                margin-bottom: 8px !important;
                            }

                            .news-box .content-box .card-box .card-item .card-back .card-info .title {
                                margin-bottom: 8px !important;
                            }

                            .news-box .content-box .card-box .card-item .card-back .card-info .desc {
                                font-size: 12px !important;
                                line-height: 1.5em !important;
                            }

                            .news-box .content-box .card-box .card-item .card-back .card-info .next-btn {
                                width: 40px !important;
                                height: 40px !important;
                                left: auto !important;
                                right: 20px !important;
                                bottom: 20px !important;
                                background-color: rgba(0, 0, 0, 0.5) !important;
                                border-radius: 50% !important;
                            }

                        .news-box .content-box .card-box .card-item .card-back .img-box {
                            padding: 10px !important;
                            float: none !important;
                            width: 100% !important;
                            height: 300px !important;
                        }
}
