<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>塑胶跑道价格专业分析长图文网页 - 优正体育</title><meta name='keywords' content='塑胶跑道价格专业分析长图文网页'><link href="https://cdn.jsdelivr.net/npm/cnyouzheng@qq.com/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');
        
        body {
            font-family: 'Noto Sans SC', sans-serif;
            background-color: #f8fafc;
            color: #334155;
            line-height: 1.6;
        }
        
        .gradient-header {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 99%);
        }
        
        .card {
            background: white;
            border-radius: 16px;
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        
        .price-tag {
            background: linear-gradient(to right, #10b981, #34d399);
            color: white;
            font-weight: 600;
            padding: 0.25rem 0.75rem;
            border-radius: 9999px;
            display: inline-block;
        }
        
        .badge {
            display: inline-flex;
            align-items: center;
            padding: 0.25rem 0.75rem;
            border-radius: 9999px;
            font-size: 0.875rem;
            font-weight: 500;
        }
        
        .badge-green {
            background-color: #ecfdf5;
            color: #059669;
        }
        
        .badge-blue {
            background-color: #eff6ff;
            color: #2563eb;
        }
        
        .badge-yellow {
            background-color: #fef3c7;
            color: #d97706;
        }
        
        .feature-icon {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            flex-shrink: 0;
        }
        
        .timeline {
            position: relative;
            padding-left: 2rem;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            left: 0.5rem;
            top: 0;
            bottom: 0;
            width: 2px;
            background-color: #e2e8f0;
        }
        
        .timeline-item {
            position: relative;
            padding-bottom: 2rem;
        }
        
        .timeline-item::before {
            content: '';
            position: absolute;
            left: -2rem;
            top: 0;
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background-color: #3b82f6;
            border: 3px solid white;
        }
        
        .chart-container {
            position: relative;
            height: 300px;
        }
        
        .contact-card {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 99%);
            border-radius: 16px;
            overflow: hidden;
            position: relative;
        }
        
        .contact-card::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 99%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
            transform: rotate(30deg);
        }
        
        .btn-primary {
            background-color: white;
            color: #1d4ed8;
            font-weight: 600;
            padding: 0.75rem 2rem;
            border-radius: 9999px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }
        
        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
    </style>
</head>
<body>
    <!-- 页眉部分 -->
    <header class="gradient-header text-white py-16 md:py-24 px-4">
        <div class="container mx-auto max-w-6xl">
            <div class="text-center">
                <h1 class="text-3xl md:text-5xl font-bold mb-4">塑胶跑道价格专业分析</h1>
                <p class="text-xl md:text-2xl max-w-3xl mx-auto opacity-90">全面解读市场行情 · 科学指导场地建设决策</p>
                <div class="mt-8 inline-flex items-center bg-white bg-opacity-20 rounded-full px-6 py-3 backdrop-filter backdrop-blur-sm">
                    <i class="fas fa-phone-alt mr-2"></i>
                    <span class="font-medium">技术咨询:185-7145-9135</span>
                </div>
            </div>
        </div>
    </header>

    <!-- 主要内容区 -->
    <main class="container mx-auto max-w-6xl px-4 py-12">
        <!-- 市场价格体系 -->
        <section class="mb-16">
            <div class="card p-8 mb-12">
                <div class="flex items-center mb-8">
                    <div class="bg-blue-100 text-blue-600 rounded-full p-3 mr-4">
                        <i class="fas fa-tags text-xl"></i>
                    </div>
                    <h2 class="text-2xl font-bold">市场价格体系</h2>
                </div>
                
                <h3 class="text-xl font-semibold mb-6 pl-2 border-l-4 border-blue-500">主流类型价格对比</h3>
                
                <div class="overflow-x-auto">
                    <table class="w-full text-left rounded-lg overflow-hidden">
                        <thead class="bg-blue-600 text-white">
                            <tr>
                                <th class="py-4 px-6">跑道类型</th>
                                <th class="py-4 px-6">标准厚度</th>
                                <th class="py-4 px-6">综合造价</th>
                                <th class="py-4 px-6">适用场景</th>
                            </tr>
                        </thead>
                        <tbody class="divide-y divide-gray-200">
                            <tr class="hover:bg-gray-50">
                                <td class="py-4 px-6 font-medium">透气型跑道</td>
                                <td class="py-4 px-6">13-15mm</td>
                                <td class="py-4 px-6"><span class="price-tag">¥120-180/㎡</span></td>
                                <td class="py-4 px-6">中小学/社区运动场</td>
                            </tr>
                            <tr class="hover:bg-gray-50">
                                <td class="py-4 px-6 font-medium">复合型跑道</td>
                                <td class="py-4 px-6">13-15mm</td>
                                <td class="py-4 px-6"><span class="price-tag">¥180-240/㎡</span></td>
                                <td class="py-4 px-6">专业训练场/高校</td>
                            </tr>
                            <tr class="hover:bg-gray-50">
                                <td class="py-4 px-6 font-medium">混合型跑道</td>
                                <td class="py-4 px-6">13-15mm</td>
                                <td class="py-4 px-6"><span class="price-tag">¥220-280/㎡</span></td>
                                <td class="py-4 px-6">体育中心/赛事场地</td>
                            </tr>
                            <tr class="hover:bg-gray-50">
                                <td class="py-4 px-6 font-medium">全塑型跑道</td>
                                <td class="py-4 px-6">13-15mm</td>
                                <td class="py-4 px-6"><span class="price-tag">¥260-350/㎡</span></td>
                                <td class="py-4 px-6">专业赛事/国际标准</td>
                            </tr>
                            <tr class="hover:bg-gray-50">
                                <td class="py-4 px-6 font-medium">预制型跑道</td>
                                <td class="py-4 px-6">13-15mm</td>
                                <td class="py-4 px-6"><span class="price-tag">¥380-500/㎡</span></td>
                                <td class="py-4 px-6">奥运级别/高品质场馆</td>
                            </tr>
                        </tbody>
                    </table>
                </div>
                
                <h3 class="text-xl font-semibold mt-12 mb-6 pl-2 border-l-4 border-blue-500">成本构成分析</h3>
                
                <div class="chart-container">
                    <canvas id="costChart"></canvas>
                </div>
            </div>
        </section>

        <!-- 核心性能对比 -->
        <section class="mb-16">
            <div class="card p-8">
                <div class="flex items-center mb-8">
                    <div class="bg-blue-100 text-blue-600 rounded-full p-3 mr-4">
                        <i class="fas fa-chart-line text-xl"></i>
                    </div>
                    <h2 class="text-2xl font-bold">核心性能对比</h2>
                </div>
                
                <div class="grid md:grid-cols-3 gap-8">
                    <!-- 运动性能 -->
                    <div class="card p-6">
                        <div class="flex items-center mb-4">
                            <div class="feature-icon bg-green-100 text-green-600">
                                <i class="fas fa-running text-xl"></i>
                            </div>
                            <h3 class="text-xl font-semibold">运动性能</h3>
                        </div>
                        <div class="space-y-3">
                            <div class="badge badge-green">
                                <i class="fas fa-check-circle mr-1"></i>
                                <span>冲击吸收 35-50%</span>
                            </div>
                            <div class="badge badge-green">
                                <i class="fas fa-check-circle mr-1"></i>
                                <span>垂直变形 0.6-1.8mm</span>
                            </div>
                            <div class="badge badge-green">
                                <i class="fas fa-check-circle mr-1"></i>
                                <span>摩擦系数 0.7-1.0</span>
                            </div>
                        </div>
                        <ul class="mt-4 space-y-2">
                            <li class="flex items-start">
                                <i class="fas fa-circle text-xs text-green-500 mt-2 mr-2"></i>
                                <span>弹性恢复率≥90%</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-circle text-xs text-green-500 mt-2 mr-2"></i>
                                <span>滑动阻力稳定在50-130N</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-circle text-xs text-green-500 mt-2 mr-2"></i>
                                <span>能量返还率82-88%</span>
                            </li>
                        </ul>
                    </div>
                    
                    <!-- 耐久性能 -->
                    <div class="card p-6">
                        <div class="flex items-center mb-4">
                            <div class="feature-icon bg-yellow-100 text-yellow-600">
                                <i class="fas fa-hard-hat text-xl"></i>
                            </div>
                            <h3 class="text-xl font-semibold">耐久性能</h3>
                        </div>
                        <div class="space-y-3">
                            <div class="badge badge-green">
                                <i class="fas fa-check-circle mr-1"></i>
                                <span>耐磨性 ≤2.5cm³/1000转</span>
                            </div>
                            <div class="badge badge-yellow">
                                <i class="fas fa-exclamation-circle mr-1"></i>
                                <span>耐刺穿性 ≥1.5KN</span>
                            </div>
                            <div class="badge badge-green">
                                <i class="fas fa-check-circle mr-1"></i>
                                <span>压缩永久形变 ≤5%</span>
                            </div>
                        </div>
                        <ul class="mt-4 space-y-2">
                            <li class="flex items-start">
                                <i class="fas fa-circle text-xs text-green-500 mt-2 mr-2"></i>
                                <span>抗紫外线等级 8级(高)</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-circle text-xs text-green-500 mt-2 mr-2"></i>
                                <span>拉伸强度 ≥1.8MPa</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-circle text-xs text-green-500 mt-2 mr-2"></i>
                                <span>耐水解性(500h)无变化</span>
                            </li>
                        </ul>
                    </div>
                    
                    <!-- 环境适应性 -->
                    <div class="card p-6">
                        <div class="flex items-center mb-4">
                            <div class="feature-icon bg-blue-100 text-blue-600">
                                <i class="fas fa-cloud-sun text-xl"></i>
                            </div>
                            <h3 class="text-xl font-semibold">环境适应性</h3>
                        </div>
                        <div class="space-y-3">
                            <div class="badge badge-green">
                                <i class="fas fa-check-circle mr-1"></i>
                                <span>耐候性 -40℃至120℃</span>
                            </div>
                            <div class="badge badge-green">
                                <i class="fas fa-check-circle mr-1"></i>
                                <span>防滑性(湿态)≥0.5</span>
                            </div>
                            <div class="badge badge-yellow">
                                <i class="fas fa-exclamation-circle mr-1"></i>
                                <span>耐化性(酸碱)中等</span>
                            </div>
                        </div>
                        <ul class="mt-4 space-y-2">
                            <li class="flex items-start">
                                <i class="fas fa-circle text-xs text-green-500 mt-2 mr-2"></i>
                                <span>耐臭氧性(48h)无裂纹</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-circle text-xs text-green-500 mt-2 mr-2"></i>
                                <span>透水率 ≥0.3mm/s</span>
                            </li>
                            <li class="flex items-start">
                                <i class="fas fa-circle text-xs text-green-500 mt-2 mr-2"></i>
                                <span>环保性能:重金属未检出</span>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
        </section>

        <!-- 造价影响因素 -->
        <section class="mb-16">
            <div class="card p-8">
                <div class="flex items-center mb-8">
                    <div class="bg-blue-100 text-blue-600 rounded-full p-3 mr-4">
                        <i class="fas fa-money-bill-wave text-xl"></i>
                    </div>
                    <h2 class="text-2xl font-bold">造价影响因素</h2>
                </div>
                
                <h3 class="text-xl font-semibold mb-6 pl-2 border-l-4 border-blue-500">关键成本要素</h3>
                
                <div class="space-y-6">
                    <div>
                        <div class="flex justify-between mb-2">
                            <span class="font-medium">基础处理要求</span>
                            <span class="text-gray-600">±30%造价影响</span>
                        </div>
                        <div class="w-full bg-gray-200 rounded-full h-4">
                            <div class="bg-blue-600 h-4 rounded-full" style="width: 85%"></div>
                        </div>
                    </div>
                    
                    <div>
                        <div class="flex justify-between mb-2">
                            <span class="font-medium">材料配比与品质</span>
                            <span class="text-gray-600">±25%造价影响</span>
                        </div>
                        <div class="w-full bg-gray-200 rounded-full h-4">
                            <div class="bg-blue-500 h-4 rounded-full" style="width: 75%"></div>
                        </div>
                    </div>
                    
                    <div>
                        <div class="flex justify-between mb-2">
                            <span class="font-medium">施工工艺复杂度</span>
                            <span class="text-gray-600">±20%造价影响</span>
                        </div>
                        <div class="w-full bg-gray-200 rounded-full h-4">
                            <div class="bg-blue-400 h-4 rounded-full" style="width: 65%"></div>
                        </div>
                    </div>
                    
                    <div>
                        <div class="flex justify-between mb-2">
                            <span class="font-medium">场地规模与形状</span>
                            <span class="text-gray-600">±15%造价影响</span>
                        </div>
                        <div class="w-full bg-gray-200 rounded-full h-4">
                            <div class="bg-blue-300 h-4 rounded-full" style="width: 55%"></div>
                        </div>
                    </div>
                </div>
                
                <h3 class="text-xl font-semibold mt-12 mb-6 pl-2 border-l-4 border-blue-500">附加功能成本</h3>
                
                <div class="grid md:grid-cols-2 gap-6">
                    <div class="flex items-start p-4 bg-gray-50 rounded-lg">
                        <div class="feature-icon bg-green-100 text-green-600">
                            <i class="fas fa-shield-alt"></i>
                        </div>
                        <div>
                            <h4 class="font-semibold">防滑处理</h4>
                            <p class="text-gray-600">增加成本 ¥20-35/㎡</p>
                        </div>
                    </div>
                    
                    <div class="flex items-start p-4 bg-gray-50 rounded-lg">
                        <div class="feature-icon bg-blue-100 text-blue-600">
                            <i class="fas fa-tint-slash"></i>
                        </div>
                        <div>
                            <h4 class="font-semibold">排水系统强化</h4>
                            <p class="text-gray-600">增加成本 ¥15-30/㎡</p>
                        </div>
                    </div>
                    
                    <div class="flex items-start p-4 bg-gray-50 rounded-lg">
                        <div class="feature-icon bg-purple-100 text-purple-600">
                            <i class="fas fa-bacteria"></i>
                        </div>
                        <div>
                            <h4 class="font-semibold">抗菌处理</h4>
                            <p class="text-gray-600">增加成本 ¥25-40/㎡</p>
                        </div>
                    </div>
                    
                    <div class="flex items-start p-4 bg-gray-50 rounded-lg">
                        <div class="feature-icon bg-pink-100 text-pink-600">
                            <i class="fas fa-paint-roller"></i>
                        </div>
                        <div>
                            <h4 class="font-semibold">色彩定制</h4>
                            <p class="text-gray-600">增加成本 ¥15-25/㎡</p>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- 性价比综合分析 -->
        <section class="mb-16">
            <div class="card p-8">
                <div class="flex items-center mb-8">
                    <div class="bg-blue-100 text-blue-600 rounded-full p-3 mr-4">
                        <i class="fas fa-balance-scale text-xl"></i>
                    </div>
                    <h2 class="text-2xl font-bold">性价比综合分析</h2>
                </div>
                
                <div class="chart-container">
                    <canvas id="comparisonChart"></canvas>
                </div>
                
                <h3 class="text-xl font-semibold mt-12 mb-6 pl-2 border-l-4 border-blue-500">全周期成本对比</h3>
                
                <div class="grid md:grid-cols-3 gap-8">
                    <div class="card p-6 text-center">
                        <h4 class="text-lg font-semibold mb-4">初期投入</h4>
                        <div class="flex justify-center mb-4">
                            <div class="feature-icon bg-blue-100 text-blue-600">
                                <i class="fas fa-coins"></i>
                            </div>
                        </div>
                        <div class="space-y-2">
                            <div class="badge badge-yellow">
                                <i class="fas fa-arrow-up mr-1"></i>
                                <span>高于丙烯酸20%</span>
                            </div>
                            <div class="badge badge-blue">
                                <i class="fas fa-arrow-down mr-1"></i>
                                <span>低于预制型40%</span>
                            </div>
                            <div class="badge badge-green">
                                <i class="fas fa-arrow-down mr-1"></i>
                                <span>低于橡胶60%</span>
                            </div>
                        </div>
                    </div>
                    
                    <div class="card p-6 text-center">
                        <h4 class="text-lg font-semibold mb-4">维护成本</h4>
                        <div class="flex justify-center mb-4">
                            <div class="feature-icon bg-green-100 text-green-600">
                                <i class="fas fa-toolbox"></i>
                            </div>
                        </div>
                        <div class="space-y-2">
                            <div class="badge badge-green">
                                <i class="fas fa-arrow-down mr-1"></i>
                                <span>低于丙烯酸35%</span>
                            </div>
                            <div class="badge badge-blue">
                                <i class="fas fa-arrow-down mr-1"></i>
                                <span>低于预制型25%</span>
                            </div>
                            <div class="badge badge-green">
                                <i class="fas fa-arrow-down mr-1"></i>
                                <span>低于橡胶30%</span>
                            </div>
                        </div>
                    </div>
                    
                    <div class="card p-6 text-center">
                        <h4 class="text-lg font-semibold mb-4">使用寿命</h4>
                        <div class="flex justify-center mb-4">
                            <div class="feature-icon bg-purple-100 text-purple-600">
                                <i class="fas fa-calendar-alt"></i>
                            </div>
                        </div>
                        <div class="space-y-2">
                            <div class="badge badge-green">
                                <i class="fas fa-arrow-up mr-1"></i>
                                <span>高于丙烯酸50%</span>
                            </div>
                            <div class="badge badge-yellow">
                                <i class="fas fa-arrow-down mr-1"></i>
                                <span>低于预制型20%</span>
                            </div>
                            <div class="badge badge-yellow">
                                <i class="fas fa-arrow-down mr-1"></i>
                                <span>低于橡胶25%</span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- 技术总结 -->
        <section class="mb-16">
            <div class="card p-8 bg-gray-900 text-white">
                <div class="flex items-center mb-8">
                    <div class="bg-blue-400 text-white rounded-full p-3 mr-4">
                        <i class="fas fa-file-alt text-xl"></i>
                    </div>
                    <h2 class="text-2xl font-bold">技术总结</h2>
                </div>
                
                <div class="space-y-4">
                    <p>塑胶跑道市场价格呈现明显的梯度分布,从透气型的¥120-180/㎡到预制型的¥380-500/㎡不等,主要受材料类型、工艺复杂度及功能需求影响。综合性能分析表明,混合型跑道在¥220-280/㎡价位区间内提供了佳的性价比平衡,其冲击吸收率(≥40%)、耐磨性(≤2.5cm³/1000转)等核心指标均达到专业场地要求。</p>
                    
                    <p>关键成本控制点在于基础处理工艺(占成本30%±)和材料配比优化(占成本25%±)。值得注意的是,低于¥120/㎡的跑道材料通常存在弹性层厚度不足、填料比例超标等问题,可能导致冲击吸收率下降40%以上。建议通过第三方检测验证关键指标:拉伸强度(≥1.8MPa)、阻燃性(1级)和抗滑值(BPN≥47)。</p>
                </div>
            </div>
        </section>

        <!-- 联系方式 -->
        <section>
            <div class="contact-card text-white p-8 md:p-12">
                <div class="relative z-10">
                    <h3 class="text-2xl font-bold mb-2">湖北优正体育 · 材料分析中心</h3>
                    <p class="mb-8 opacity-90">提供材料检测 · 造价评估 · 方案优化服务</p>
                    <a href="tel:185-7145-9135" class="btn-primary inline-flex items-center">
                        <i class="fas fa-phone-alt mr-2"></i>
                        咨询热线:185-7145-9135
                    </a>
                    <p class="mt-6 opacity-80"><em>注:特殊场地需求需定制化方案设计</em></p>
                </div>
            </div>
        </section>
    </main>

    <!-- 页脚 -->
    <footer class="bg-gray-100 py-12 px-4">
        <div class="container mx-auto max-w-6xl text-center">
            <p class="mb-6">本技术文件基于行业标准与实际工程案例编制,数据更新至2023年第三季度</p>
            
            <div class="flex flex-wrap justify-center gap-3 mb-6">
                <span class="bg-gray-200 text-gray-700 px-4 py-2 rounded-full text-sm">GB/T 14833-2020 合成材料运动场地面层</span>
                <span class="bg-gray-200 text-gray-700 px-4 py-2 rounded-full text-sm">GB/T 22517.6-2020 体育场地使用要求及检验方法</span>
                <span class="bg-gray-200 text-gray-700 px-4 py-2 rounded-full text-sm">ISO 9001 质量管理体系</span>
            </div>
            
            <p class="text-gray-600">© 2023 湖北优正体育 | 专业运动场地建设</p>
            <p class="text-gray-500 text-sm mt-4">网页由 © 湖北优正体育编辑,仅供参考;编辑发布时间:2025-10-11 13:35:40 ,星期六; © 湖北优正体育的网址:<a href="/">湖北优正体育</a></p>
        </div>
    </footer>

    <script>
        // 成本构成饼图
        const costCtx = document.getElementById('costChart').getContext('2d');
        const costChart = new Chart(costCtx, {
            type: 'doughnut',
            data: {
                labels: ['聚氨酯树脂', '橡胶颗粒', '助剂添加剂', '色浆颜料', '施工费用', '基础处理'],
                datasets: [{
                    data: [32, 25, 12, 8, 15, 8],
                    backgroundColor: [
                        '#3b82f6',
                        '#10b981',
                        '#f59e0b',
                        '#ef4444',
                        '#8b5cf6',
                        '#06b6d4'
                    ],
                    borderWidth: 0
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                plugins: {
                    title: {
                        display: true,
                        text: '塑胶跑道成本构成分析(每平方米)',
                        font: {
                            size: 16,
                            weight: 'bold'
                        },
                        padding: {
                            bottom: 20
                        }
                    },
                    legend: {
                        position: 'right',
                        labels: {
                            padding: 20,
                            usePointStyle: true,
                            pointStyle: 'circle'
                        }
                    },
                    tooltip: {
                        callbacks: {
                            label: function(context) {
                                return `${context.label}: ${context.parsed}%`;
                            }
                        }
                    }
                },
                cutout: '60%'
            }
        });

        // 产品对比柱状图
        const compCtx = document.getElementById('comparisonChart').getContext('2d');
        const compChart = new Chart(compCtx, {
            type: 'bar',
            data: {
                labels: ['透气型', '复合型', '混合型', '全塑型', '预制型'],
                datasets: [
                    {
                        label: '平均价格 (元/㎡)',
                        data: [150, 210, 250, 305, 440],
                        backgroundColor: '#3b82f6',
                        borderColor: '#3b82f6',
                        borderWidth: 1
                    },
                    {
                        label: '维护成本指数',
                        data: [75, 65, 60, 70, 55],
                        backgroundColor: '#10b981',
                        borderColor: '#10b981',
                        borderWidth: 1
                    },
                    {
                        label: '性能综合评分',
                        data: [72, 85, 92, 95, 98],
                        backgroundColor: '#f59e0b',
                        borderColor: '#f59e0b',
                        borderWidth: 1
                    }
                ]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                plugins: {
                    title: {
                        display: true,
                        text: '不同类型塑胶跑道性价比对比',
                        font: {
                            size: 16,
                            weight: 'bold'
                        },
                        padding: {
                            bottom: 20
                        }
                    },
                    legend: {
                        position: 'top',
                        labels: {
                            padding: 20,
                            usePointStyle: true,
                            pointStyle: 'circle'
                        }
                    }
                },
                scales: {
                    y: {
                        beginAtZero: true,
                        title: {
                            display: true,
                            text: '数值'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>