        
        /* Banner区域 - 全新设计 */
        .page-banner {
            position: relative;
            margin-top: 70px;
            overflow: hidden;
        }
        
        /* 背景图片 */
        .page-banner-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('https://coze-coding-project.tos.coze.site/coze_storage_7621108272795320320/image/generate_image_525f7058-0721-49b8-ac8a-de925d58b9f3.jpeg?sign=1806030168-b03ce7fcdc-0-c510cdc358078f4b677b1cc73a18af4cece39d5c5cd8e1c6037b3b41804716b7');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }
        
        /* 深色遮罩层 */
        .page-banner-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, 
                rgba(15, 23, 42, 0.92) 0%, 
                rgba(30, 41, 59, 0.88) 40%,
                rgba(30, 64, 175, 0.75) 100%);
        }
        
        .banner-content {
            display: flex;
            align-items: stretch;
            min-height: 420px;
            position: relative;
            z-index: 2;
        }
        
        /* 左侧内容区 */
        .banner-left {
            flex: 1;
            padding: 60px 40px 60px 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            z-index: 2;
        }
        
        /* 右侧渐变遮罩 */
        .banner-right-overlay {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 50%;
            background: linear-gradient(to right, transparent, rgba(15, 23, 42, 0.6));
            pointer-events: none;
            z-index: 1;
        }
        
        /* 装饰元素 */
        .banner-decor {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            pointer-events: none;
            z-index: 1;
        }
        
        .banner-decor::before {
            content: '';
            position: absolute;
            top: -30%;
            left: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, transparent 70%);
            border-radius: 50%;
        }
        
        .banner-decor::after {
            content: '';
            position: absolute;
            bottom: -20%;
            right: 30%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(251, 191, 36, 0.1) 0%, transparent 70%);
            border-radius: 50%;
        }
        
        /* 网格背景 */
        .banner-grid {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
            background-size: 50px 50px;
            z-index: 1;
        }
        
        .page-title {
            font-size: 42px;
            font-weight: 700;
            color: white;
            margin-bottom: 16px;
            letter-spacing: -0.5px;
        }
        
        .page-desc {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.7);
            max-width: 520px;
            line-height: 1.7;
            margin-bottom: 32px;
        }
        
        .banner-actions {
            display: flex;
            gap: 16px;
        }
        
        .btn-banner-primary {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 14px 28px;
            background: linear-gradient(135deg, #3b82f6, #2563eb);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 4px 14px rgba(59, 130, 246, 0.4);
        }
        
        .btn-banner-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
        }
        
        .btn-banner-secondary {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 14px 28px;
            background: transparent;
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 8px;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .btn-banner-secondary:hover {
            background: rgba(255, 255, 255, 0.05);
            border-color: rgba(255, 255, 255, 0.3);
        }
        
        .btn-banner-action {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 14px 28px;
            background: transparent;
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 8px;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .btn-banner-action:hover {
            background: rgba(255, 255, 255, 0.05);
            border-color: rgba(255, 255, 255, 0.3);
        }
        
        /* 右侧数据区 */
        .banner-right {
            width: 320px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: relative;
            z-index: 2;
        }
        
        /* 毛玻璃果冻数据面板 */
        .data-dashboard {
            position: relative;
            background: linear-gradient(135deg, 
                rgba(255, 255, 255, 0.12) 0%, 
                rgba(255, 255, 255, 0.05) 50%,
                rgba(255, 255, 255, 0.08) 100%);
            backdrop-filter: blur(20px) saturate(180%);
            -webkit-backdrop-filter: blur(20px) saturate(180%);
            border: 1px solid rgba(255, 255, 255, 0.18);
            padding: 20px;
            width: 100%;
            box-shadow: 
                0 8px 32px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.2),
                inset 0 -1px 0 rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        /* 果冻光泽效果 */
        .data-dashboard::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 50%;
            background: linear-gradient(180deg, 
                rgba(255, 255, 255, 0.15) 0%, 
                transparent 100%);
            pointer-events: none;
        }
        
        /* 状态条 - 紧凑版 */
        .dashboard-status {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 16px;
        }
        
        .status-dot {
            width: 6px;
            height: 6px;
            background: #22c55e;
            border-radius: 50%;
            box-shadow: 0 0 8px #22c55e;
            animation: statusPulse 2s ease-in-out infinite;
        }
        
        @keyframes statusPulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }
        
        .dashboard-status span {
            font-size: 10px;
            color: rgba(255, 255, 255, 0.5);
            font-weight: 500;
            letter-spacing: 0.5px;
        }
        
        .status-pulse {
            margin-left: auto;
            width: 16px;
            height: 3px;
            background: linear-gradient(90deg, #22c55e, transparent);
            border-radius: 2px;
            animation: pulseWave 1.5s ease-in-out infinite;
        }
        
        @keyframes pulseWave {
            0% { opacity: 0.3; width: 6px; }
            50% { opacity: 1; width: 16px; }
            100% { opacity: 0.3; width: 6px; }
        }
        
        /* 核心数据区 - 紧凑版 */
        .core-metric {
            position: relative;
            text-align: center;
            padding: 16px 12px 20px;
            margin-bottom: 16px;
            background: linear-gradient(135deg, 
                rgba(59, 130, 246, 0.1) 0%, 
                rgba(139, 92, 246, 0.05) 100%);
            border-radius: 14px;
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        
        .metric-glow {
            display: none;
        }
        
        .metric-number {
            position: relative;
            display: flex;
            align-items: baseline;
            justify-content: center;
            margin-bottom: 4px;
        }
        
        .metric-number .currency {
            font-size: 18px;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.7);
            margin-right: 2px;
        }
        
        .metric-number .value {
            font-size: 42px;
            font-weight: 700;
            color: #fff;
            font-family: 'DIN Alternate', -apple-system, sans-serif;
            letter-spacing: -2px;
            line-height: 1;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        }
        
        .metric-number .unit {
            font-size: 14px;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.6);
            margin-left: 2px;
        }
        
        .metric-title {
            font-size: 10px;
            color: rgba(255, 255, 255, 0.4);
            margin-bottom: 10px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        
        .metric-trend {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            padding: 4px 10px;
            background: rgba(34, 197, 94, 0.15);
            border: 1px solid rgba(34, 197, 94, 0.2);
            border-radius: 12px;
            backdrop-filter: blur(8px);
        }
        
        .metric-trend.positive {
            color: #4ade80;
        }
        
        .metric-trend svg {
            width: 12px;
            height: 12px;
        }
        
        .metric-trend span {
            font-size: 12px;
            font-weight: 600;
        }
        
        .trend-label {
            font-size: 9px !important;
            font-weight: 400 !important;
            color: rgba(255, 255, 255, 0.3) !important;
            margin-left: 2px;
        }
        
        /* 数据网格 - 紧凑2x2 */
        .metrics-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
            margin-bottom: 12px;
        }
        
        .metric-card {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 12px 8px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 12px;
            transition: all 0.3s ease;
            cursor: default;
            overflow: hidden;
        }
        
        .metric-card:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(255, 255, 255, 0.15);
            transform: translateY(-1px);
        }
        
        .card-icon {
            width: 28px;
            height: 28px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 6px;
            transition: transform 0.3s;
        }
        
        .metric-card:hover .card-icon {
            transform: scale(1.05);
        }
        
        .card-icon.blue {
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(96, 165, 250, 0.15));
            color: #60a5fa;
        }
        
        .card-icon.gold {
            background: linear-gradient(135deg, rgba(251, 191, 36, 0.3), rgba(245, 158, 11, 0.15));
            color: #fbbf24;
        }
        
        .card-icon.green {
            background: linear-gradient(135deg, rgba(34, 197, 94, 0.3), rgba(74, 222, 128, 0.15));
            color: #4ade80;
        }
        
        .card-icon.cyan {
            background: linear-gradient(135deg, rgba(6, 182, 212, 0.3), rgba(34, 211, 238, 0.15));
            color: #22d3ee;
        }
        
        .card-icon svg {
            width: 14px;
            height: 14px;
        }
        
        .card-content {
            text-align: center;
        }
        
        .card-value {
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            font-family: 'DIN Alternate', sans-serif;
            line-height: 1;
        }
        
        .card-value span {
            font-size: 10px;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.4);
            margin-left: 1px;
        }
        
        .card-label {
            font-size: 9px;
            color: rgba(255, 255, 255, 0.4);
            margin-top: 3px;
        }
        
        .card-indicator {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: rgba(255, 255, 255, 0.02);
        }
        
        .indicator-bar {
            height: 100%;
            width: var(--progress);
            background: linear-gradient(90deg, rgba(59, 130, 246, 0.6), rgba(96, 165, 250, 0.4));
            border-radius: 0 2px 2px 0;
        }
        
        .indicator-bar.gold {
            background: linear-gradient(90deg, rgba(251, 191, 36, 0.6), rgba(245, 158, 11, 0.4));
        }
        
        .indicator-bar.green {
            background: linear-gradient(90deg, rgba(34, 197, 94, 0.6), rgba(74, 222, 128, 0.4));
        }
        
        .indicator-bar.cyan {
            background: linear-gradient(90deg, rgba(6, 182, 212, 0.6), rgba(34, 211, 238, 0.4));
        }
        
        /* 底部装饰 */
        .dashboard-footer {
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 10px;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
        }
        
        .footer-line {
            display: none;
        }
        
        .dashboard-footer span {
            font-size: 9px;
            color: rgba(255, 255, 255, 0.25);
            font-size: 12px;
            color: rgba(255, 255, 255, 0.35);
            margin-bottom: 18px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }
        
        
        /* 项目数据概览 */
        .project-overview {
            padding: 56px 0;
            margin-top:0;
            background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
        }
        
        .overview-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 32px;
        }
        
        .overview-title h3 {
            font-size: 22px;
            font-weight: 600;
            color: #0f172a;
            margin-bottom: 6px;
        }
        
        .overview-title p {
            font-size: 14px;
            color: #64748b;
        }
        
        .overview-total {
            text-align: right;
        }
        
        .total-label {
            display: block;
            font-size: 12px;
            color: #94a3b8;
            margin-bottom: 4px;
        }
        
        .total-value {
            font-size: 28px;
            font-weight: 700;
            color: #1e40af;
            font-family: 'DIN Alternate', sans-serif;
        }
        
        .total-value .unit {
            font-size: 14px;
            font-weight: 500;
            color: #64748b;
        }
        
        /* 产业分布卡片 */
        .industry-distribution {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }
        
        .industry-card {
            background: white;
            border-radius: 16px;
            padding: 24px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .industry-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #3b82f6, #60a5fa);
            opacity: 0;
            transition: opacity 0.3s;
        }
        
        .industry-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px rgba(59, 130, 246, 0.12);
            border-color: #bfdbfe;
        }
        
        .industry-card:hover::before {
            opacity: 1;
        }
        
        .industry-visual {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 16px;
        }
        
        .industry-icon {
            width: 52px;
            height: 52px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            color: #3b82f6;
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
        }
        
        .industry-card[data-industry="manufacturing"] .industry-icon {
            color: #8b5cf6;
            background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
        }
        
        .industry-card[data-industry="electronics"] .industry-icon {
            color: #06b6d4;
            background: linear-gradient(135deg, #ecfeff 0%, #cffafe 100%);
        }
        
        .industry-card[data-industry="others"] .industry-icon {
            color: #10b981;
            background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
        }
        
        .industry-progress {
            flex: 1;
        }
        
        .progress-track {
            height: 6px;
            background: #f1f5f9;
            border-radius: 3px;
            overflow: hidden;
            margin-bottom: 6px;
        }
        
        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #3b82f6, #60a5fa);
            border-radius: 3px;
            transition: width 1s ease;
        }
        
        .industry-card[data-industry="manufacturing"] .progress-fill {
            background: linear-gradient(90deg, #8b5cf6, #a78bfa);
        }
        
        .industry-card[data-industry="electronics"] .progress-fill {
            background: linear-gradient(90deg, #06b6d4, #22d3ee);
        }
        
        .industry-card[data-industry="others"] .progress-fill {
            background: linear-gradient(90deg, #10b981, #34d399);
        }
        
        .progress-percent {
            font-size: 12px;
            font-weight: 600;
            color: #64748b;
        }
        
        .industry-info {
            margin-bottom: 12px;
        }
        
        .industry-name {
            font-size: 13px;
            color: #64748b;
            margin-bottom: 4px;
        }
        
        .industry-value {
            display: flex;
            align-items: baseline;
            gap: 4px;
        }
        
        .value-num {
            font-size: 28px;
            font-weight: 700;
            color: #0f172a;
            font-family: 'DIN Alternate', sans-serif;
        }
        
        .value-unit {
            font-size: 14px;
            color: #94a3b8;
        }
        
        .industry-tags {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }
        
        .industry-tags .tag {
            font-size: 11px;
            padding: 3px 8px;
            background: #f8fafc;
            border-radius: 4px;
            color: #64748b;
            border: 1px solid #e2e8f0;
        }
        
        /* 项目分类 */
        .project-categories {
            padding: 16px 0;
            background: white;
            border-bottom: 1px solid #e5e7eb;
            position: sticky;
            top: 70px;
            z-index: 50;
        }
        
        .category-tabs {
            display: flex;
            gap: 12px;
            margin: 0;
            flex-direction: row;
            flex-wrap: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            justify-content: flex-start;
        }
        
        .category-tabs::-webkit-scrollbar {
            display: none;
        }
        
        .category-tab {
            flex-shrink: 0;
            white-space: nowrap;
            padding: 8px 20px;
            background: #f1f5f9;
            border: 1px solid transparent;
            border-radius: 20px;
            font-size: 14px;
            color: #64748b;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .category-tabs.sticky-active {
            position: fixed;
            top: 70px;
            left: 0;
            right: 0;
            width: 100vw;
            z-index: 100;
            border-radius: 0;
            background: white;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }
        
        .category-tab:hover {
            background: #e2e8f0;
            color: #475569;
        }
        
        .category-tab.active {
            background: #1e40af;
            color: white;
            font-weight: 500;
        }
        
        /* 项目列表 */
        .project-list {
            padding: 48px 0;
            background: #f8fafc;
        }
        
        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
        }
        
        .section-title {
            font-size: 22px;
            font-weight: 700;
            color: #1e293b;
            margin:0;
        }
        
        .btn-link {
            color: #3b82f6;
            font-size: 14px;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 4px;
        }
        
        .btn-link:hover {
            color: #1e40af;
        }
        
        .project-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        
        .project-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
            border: 1px solid #e5e7eb;
            transition: all 0.2s;
        }
        
        .project-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        }
        
        .project-card .project-image {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }
        
        .project-content {
            padding: 16px;
        }
        
        .project-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
        }
        
        .project-content h3 {
            font-size: 16px;
            font-weight: 600;
            color: #1e293b;
            margin: 0;
        }
        
        .project-status {
            display: inline-block;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 11px;
            font-weight: 500;
            flex-shrink: 0;
        }
        
        .project-status.constructing {
            background: #dbeafe;
            color: #1d4ed8;
        }
        
        .project-status.planning {
            background: #fef3c7;
            color: #b45309;
        }
        
        .project-status.completed {
            background: #dcfce7;
            color: #15803d;
        }
        
        .project-desc {
            font-size: 13px;
            color: #64748b;
            line-height: 1.5;
            margin-bottom: 12px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        .project-info {
            display: flex;
            gap: 16px;
            margin-bottom: 12px;
            padding: 10px;
            background: #f8fafc;
            border-radius: 6px;
        }
        
        .info-item {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
        
        .info-item .label {
            font-size: 11px;
            color: #94a3b8;
        }
        
        .info-item .value {
            font-size: 13px;
            font-weight: 600;
            color: #1e293b;
        }
        
        .project-demands {
            margin-bottom: 12px;
        }
        
        .demand-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }
        
        .demand-tags .tag {
            padding: 3px 8px;
            background: #eff6ff;
            color: #3b82f6;
            border-radius: 4px;
            font-size: 11px;
        }
        
        .btn-primary, .btn-outline {
            padding: 8px 16px;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .btn-primary {
            background: #3b82f6;
            color: white;
            border: none;
        }
        
        .btn-primary:hover {
            background: #2563eb;
        }
        
        .btn-outline {
            background: transparent;
            color: #3b82f6;
            border: 1px solid #3b82f6;
        }
        
        .btn-outline:hover {
            background: #eff6ff;
        }
        
        .btn-service-action {
            padding: 8px 16px;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s;
            background: transparent;
            color: #3b82f6;
            border: 1px solid #3b82f6;
        }
        
        .btn-service-action:hover {
            background: #eff6ff;
        }
        
        .btn-apply {
            padding: 8px 16px;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s;
            background: transparent;
            color: #3b82f6;
            border: 1px solid #3b82f6;
        }
        
        .btn-apply:hover {
            background: #eff6ff;
        }
        
        /* 空状态 */
        .empty-state {
            text-align: center;
            padding: 60px 20px;
            color: #94a3b8;
        }
        
        .empty-state .icon {
            font-size: 48px;
            margin-bottom: 16px;
        }
        
        /* 服务支持 */
        .service-support {
            padding: 48px 0;
            background: white;
        }
        
        .service-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }
        
        .service-card {
            padding: 24px;
            background: #f8fafc;
            border-radius: 12px;
            text-align: center;
            border: 1px solid #e5e7eb;
            transition: all 0.2s;
        }
        
        .service-card:hover {
            background: white;
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
            border-color: #3b82f6;
        }
        
        .service-icon {
            width: 48px;
            height: 48px;
            margin: 0 auto 12px;
            background: linear-gradient(135deg, #3b82f6, #1e40af);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }
        
        .service-icon svg {
            width: 24px;
            height: 24px;
        }
        
        .service-card h3 {
            font-size: 16px;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 8px;
        }
        
        .service-card p {
            font-size: 13px;
            color: #64748b;
            margin-bottom: 12px;
            line-height: 1.5;
        }
        
        /* 响应式 */
        @media (max-width: 1200px) {
            .banner-right { width: 380px; }
            .data-dashboard { width: 360px; padding: 24px; }
            .metric-number .value { font-size: 52px; }
            .project-grid { grid-template-columns: repeat(2, 1fr); }
            .service-grid { grid-template-columns: repeat(2, 1fr); }
        }
        
        @media (max-width: 992px) {
            .banner-content { 
                flex-direction: column;
                min-height: auto;
            }
            .banner-left {
                padding: 40px 20px;
            }
            .banner-right {
                width: 100%;
                padding: 0 20px 40px;
                justify-content: center;
            }
            .data-dashboard { 
                width: 100%; 
                max-width: 420px; 
            }
            .banner-divider { display: none; }
            .overview-grid { grid-template-columns: repeat(2, 1fr); }
            .stat-item { padding: 12px; }
            .stat-item .value { font-size: 22px; }
        }
        
        @media (max-width: 768px) {
            .page-title { font-size: 32px; }
            .banner-actions,.overview-header {display: grid ; grid-template-columns: repeat(2, 1fr);}
            .project-grid { grid-template-columns: 1fr; }
            .service-grid { grid-template-columns: 1fr; }
            .overview-grid { grid-template-columns: 1fr; }
            .stats-grid { grid-template-columns: repeat(2, 1fr); }
            .data-dashboard{border-radius: 10px;}
            .industry-distribution{grid-template-columns: repeat(1, 1fr);}
            .banner-left {padding: 20px 10px;}
            .banner-right{padding: 0 10px 40px;}
            .btn-banner-primary,.btn-banner-action{padding: 1rem;}
            .category-tabs {
                flex-wrap: nowrap;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
                justify-content: flex-start;
            }
            .category-tabs::-webkit-scrollbar {
                display: none;
            }
            .category-tab {
                flex-shrink: 1;
                white-space: nowrap;
                padding: 8px 14px;
            }
            .project-list,.project-overview{padding:20px 0;}
        }
