        .slider-section {
            position: relative;
            width: 100%;
            aspect-ratio: 3703 / 1132;
            height: auto;
            overflow: hidden;
            background: #f5f7fb;
        }

        /* 幻灯片 */
        .slider-track,
        .slide {
            position: absolute;
            inset: 0;
        }

        .slide {
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.6s ease;
        }

        .slide.active {
            opacity: 1;
            z-index: 1;
            pointer-events: auto;
        }

        .slide-link {
            display: block;
            width: 100%;
            height: 100%;
        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
        }

        .slider-arrow {
            position: absolute;
            top: 50%;
            z-index: 12;
            width: 44px;
            height: 44px;
            color: #fff;
            font-size: 36px;
            line-height: 36px;
            text-align: center;
            background: rgba(0, 0, 0, 0.22);
            border: 0;
            border-radius: 4px;
            cursor: pointer;
            transform: translateY(-50%);
            transition: background 0.25s ease;
        }

        .slider-arrow:hover {
            background: rgba(0, 0, 0, 0.42);
        }

        .slider-prev {
            left: 18px;
        }

        .slider-next {
            right: 18px;
        }

        /* 底部索引条 */
        .slider-dots {
            position: absolute;
            left: 50%;
            bottom: 18px;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            z-index: 10;
        }

        .slider-dots span {
            width: 9px;
            height: 9px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s;
        }

        .slider-dots span.active {
            background: #fff;
            transform: scale(1.25);
        }

        @media (max-width: 900px) {
            .slider-section {
                aspect-ratio: auto;
                height: 220px;
            }

            .slider-arrow {
                width: 36px;
                height: 36px;
                font-size: 32px;
                line-height: 32px;
            }

            .slider-prev {
                left: 10px;
            }

            .slider-next {
                right: 10px;
            }

            .slider-dots {
                bottom: 12px;
                gap: 6px;
            }

            .slider-dots span {
                width: 7px;
                height: 7px;
            }
        }

        /* 解决方案 */
        .section-padding {
            padding: 48px 20px;
            margin: 0 auto;
        }

        .solutions-section {
            padding: 7.5rem;
            background: #f5f5f5;

        }

        .solutions-container {
            width: 100%;
            max-width: 1440px;
            margin: 0 auto;
            float: none !important;
            clear: both;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: repeat(2, minmax(245px, 1fr));
            gap: 0;
        }

        .solution-tile-link {
            text-decoration: none;
            color: inherit;
            transition: filter 0.25s ease, transform 0.25s ease;
        }

        .solution-tile-link:hover,
        .solution-tile-link:focus {
            text-decoration: none;
            color: inherit;
            filter: brightness(1.04);
        }

        .solution-tile-link:focus {
            outline: 2px solid #e74c3c;
            outline-offset: -2px;
        }

        .solutions-bg {
            grid-row: span 2;
            display: block;
            overflow: hidden;
            background: url('https://taizhen.oss-cn-hangzhou.aliyuncs.com/www/images/word/solution-1/image-4.jpeg') no-repeat center;
            background-size: cover;
            position: relative;
        }

        .solutions-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.4);
            z-index: 1;
        }

        .solutions-title {
            position: relative;
            z-index: 2;
            color: white;
            font-size: 48px;
            font-weight: 700;
            letter-spacing: .0625rem;
            margin: 0;
            padding: 7.5rem 2.5rem 0;
            text-align: left;
        }

        .solutions-chinese {
            position: relative;
            z-index: 2;
            color: white;
            font-size: 40px;
            font-weight: 600;
            margin: 0;
            padding: 0 2.5rem;
            text-align: left;
        }

        .solutions-bg p {
            position: relative;
            z-index: 2;
            margin: 20px 0 0;
            padding: 0 2.5rem;
            color: #fff;
            font-size: 15px;
            line-height: 1.8;
            text-align: left;
        }

        /* —— 所有卡片通用样式 */
        .solution-item {
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            color: #fff !important;

        }

        .solution-item-fayuan {
            background: url('https://taizhen.oss-cn-hangzhou.aliyuncs.com/www/images/word/solution-2/image-5.jpeg') no-repeat center;
            background-size: cover;
            position: relative;
            color: #fff !important;
            padding: 1.25rem;
            text-align: center;
        }

        /* 蒙层 */
        .solution-item-fayuan::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(56, 56, 56, 0.8);
            z-index: 1;
        }

        /* 文字内容要高于蒙层 */
        .solution-item-fayuan>* {
            position: relative;
            z-index: 2;
            color: #fff !important;
        }

        /* 文本卡片（如法院、通用行业） */
        .text {
            background: rgb(12, 71, 122);
            color: #fff !important;
            text-align: center;
            z-index: 2;
            padding: 1.25rem;

        }

        .text h3 {
            font-size: 28.8px;
            color: #fff !important;
            margin-bottom: .9375rem;
        }

        .text p {
            font-size: 15.2px;
            line-height: 1.6;
            margin-bottom: 1.25rem;
            color: #fff !important;
        }

        /* 图片卡片（如公安、科技球） */
        .image {
            width: 100%;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* 横跨两列的宽文本卡片（红色框） */
        .wide-text {
            justify-content: center;
            padding: 1.25rem;
            overflow: hidden;
            background: url('https://taizhen.oss-cn-hangzhou.aliyuncs.com/www/images/word/solution-4/image-4.jpeg') no-repeat center;
            background-size: cover;
            border: 0;
        }

        .wide-text::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(12, 71, 122, 0.82);
            z-index: 1;
        }

        .wide-text>* {
            position: relative;
            z-index: 2;
        }

        .wide-text h3 {
            grid-column: span 2;
            color: #fff;
            text-align: center;

        }

        .wide-text h3 {
            color: #fff;
            font-size: 22.4px;
            margin-bottom: 10px;
        }

        .wide-text small {
            color: #fff;
        }

        .wide-text p {
            color: #fff;
            font-size: 14.4px;
            line-height: 1.6;
            margin-bottom: 15px;
            padding: 0 12px;
            text-align: center;
        }

        .toggle-btn {
            background: none;
            border: none;
            font-size: 24px;
            color: #e5002b;
            cursor: pointer;
            padding: 5px;
            float: right;
        }

        .news-card .content {
            padding: 16px 20px;
            text-align: left;
            min-height: 100px;
            /* 根据最长摘要调整 */
            display: flex;
            flex-direction: column;
        }

        .btn-more {
            display: inline-block;
            padding: .625rem 1.5625rem;
            background: white;
            color: #e5002b;
            text-decoration: none;
            border-radius: .25rem;
            font-weight: 600;
            margin-top: .625rem;
            transition: background 0.3s ease;
        }

        .btn-more:hover {
            background: #f0f0f0;
        }

        /* 新闻 */
        .news-section {
            padding: 60px 0;
        }

        .news-title {
            text-align: center;
            margin-bottom: 40px;
        }

        .news-title p {
            color: #e74c3c;
            font-weight: bold;
        }

        /* 外层：控制滚动 */
        .news-scroll-wrapper {
            overflow-x: auto;
            overflow-y: hidden;
            padding-bottom: 10px;
        }

        /* 内层：横向排列 */
        .news-list {
            display: flex;
            flex-wrap: nowrap;
            /* 关键：不换行 */
            gap: 30px;
            padding: 0 60px;
        }

        /* 单个卡片 */
        .news-item {
            flex: 0 0 calc((100% - 90px) / 4);
            /* 一行 4 个 */
        }

        /* 日期 */
        .news-date {
            color: #999;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .news-date strong {
            display: block;
            font-size: 20px;
            color: #333;
        }

        /* 标题 */
        .news-item h3 {
            font-size: 16px;
            line-height: 1.5;
            height: 48px;
            /* 固定两行 */
            overflow: hidden;
            margin-bottom: 10px;
        }

        /* 描述 */
        .news-item p {
            font-size: 16px;
            color: #999;
            line-height: 1.6;
            height: 50px;
            /* 固定高度 */
            overflow: hidden;
            margin-bottom: 15px;
        }

        .news-more {
            font-size: 14px;
            color: #bbb;
            margin-bottom: 15px;
        }

        /* 图片 */
        .news-img {
            width: 99%;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            cursor: pointer;
        }

        .news-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .news-item:hover {
            color: #e74c3c;
        }


        /* 图片 */
        .news-img:hover {
            width: 100%;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            cursor: pointer;
        }

        /* 去掉滚动条（可选） */
        .news-scroll-wrapper::-webkit-scrollbar {
            display: none;
        }

        @media (max-width: 1280px) {
            .solutions-section {
                padding: 5rem 2rem;
            }

            .solutions-container {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 900px) {
            .solutions-container {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 18px;
            }
        }



        /* 移动端 */
        @media (max-width:37.5rem) {
            .slider-section {
                position: relative;
                width: 100%;
                height: 18.75rem;
                overflow: hidden;
            }

            .solutions-section {
                overflow: hidden;
                padding: 3.75rem 0;
            }

            .solutions-container {
                margin: 0 auto;
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                gap: 16px;
                padding: 0 10px;
            }

            .solutions-bg {
                grid-row: auto;
                min-height: 270px;
            }

            .solutions-title {
                padding: 70px 24px 0;
                font-size: 28px;
            }

            .solutions-chinese {
                padding: 0 24px;
                font-size: 20px;
            }

            .solutions-bg p {
                padding: 0 24px;
            }
        }
