mistpe commited on
Commit
c50a35b
·
verified ·
1 Parent(s): d354ed2

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +681 -0
index.html CHANGED
@@ -0,0 +1,681 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="zh-CN">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>绍兴黄酒产业振兴整体解决方案 - 共富示范区建设背景下的产业焕新之路</title>
7
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/echarts/5.4.3/echarts.min.js"></script>
8
+ <style>
9
+ :root {
10
+ --primary: #8E2129;
11
+ --secondary: #D4B167;
12
+ --accent: #2C5530;
13
+ --dark: #1A1A1A;
14
+ --light: #FFFFFF;
15
+ --bg: #F5F5F5;
16
+ --gradient: linear-gradient(135deg, #8E2129, #D4B167);
17
+ --shadow: 0 4px 20px rgba(0,0,0,0.1);
18
+ }
19
+
20
+ * {
21
+ margin: 0;
22
+ padding: 0;
23
+ box-sizing: border-box;
24
+ }
25
+
26
+ body {
27
+ font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
28
+ line-height: 1.6;
29
+ color: var(--dark);
30
+ background: var(--bg);
31
+ }
32
+
33
+ .container {
34
+ max-width: 1200px;
35
+ margin: 0 auto;
36
+ padding: 0 20px;
37
+ }
38
+
39
+ /* 导航栏 */
40
+ .nav {
41
+ position: fixed;
42
+ top: 0;
43
+ left: 0;
44
+ right: 0;
45
+ background: rgba(255,255,255,0.95);
46
+ backdrop-filter: blur(10px);
47
+ z-index: 100;
48
+ box-shadow: var(--shadow);
49
+ }
50
+
51
+ .nav-content {
52
+ display: flex;
53
+ justify-content: space-between;
54
+ align-items: center;
55
+ height: 70px;
56
+ }
57
+
58
+ .nav-logo {
59
+ font-size: 1.5rem;
60
+ font-weight: bold;
61
+ color: var(--primary);
62
+ }
63
+
64
+ .nav-links {
65
+ display: flex;
66
+ gap: 30px;
67
+ }
68
+
69
+ .nav-links a {
70
+ text-decoration: none;
71
+ color: var(--dark);
72
+ font-weight: 500;
73
+ }
74
+
75
+ /* 方案概述区域 */
76
+ .hero {
77
+ padding-top: 100px;
78
+ padding-bottom: 60px;
79
+ background: var(--gradient);
80
+ color: var(--light);
81
+ }
82
+
83
+ .hero-content {
84
+ display: grid;
85
+ grid-template-columns: 1fr 1fr;
86
+ gap: 40px;
87
+ align-items: center;
88
+ }
89
+
90
+ .hero-text h1 {
91
+ font-size: 2.5rem;
92
+ margin-bottom: 20px;
93
+ }
94
+
95
+ .hero-stats {
96
+ display: grid;
97
+ grid-template-columns: repeat(2, 1fr);
98
+ gap: 20px;
99
+ margin-top: 30px;
100
+ }
101
+
102
+ .stat-card {
103
+ background: rgba(255,255,255,0.1);
104
+ padding: 20px;
105
+ border-radius: 10px;
106
+ backdrop-filter: blur(10px);
107
+ }
108
+
109
+ .stat-value {
110
+ font-size: 2rem;
111
+ font-weight: bold;
112
+ margin-bottom: 5px;
113
+ }
114
+
115
+ /* 方案详情区域 */
116
+ .section {
117
+ padding: 80px 0;
118
+ }
119
+
120
+ .section-header {
121
+ text-align: center;
122
+ margin-bottom: 60px;
123
+ }
124
+
125
+ .section-title {
126
+ font-size: 2rem;
127
+ color: var(--primary);
128
+ margin-bottom: 15px;
129
+ }
130
+
131
+ .section-desc {
132
+ color: #666;
133
+ max-width: 600px;
134
+ margin: 0 auto;
135
+ }
136
+
137
+ /* 方案步骤 */
138
+ .steps-grid {
139
+ display: grid;
140
+ grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
141
+ gap: 30px;
142
+ margin-bottom: 40px;
143
+ }
144
+
145
+ .step-card {
146
+ background: var(--light);
147
+ padding: 30px;
148
+ border-radius: 15px;
149
+ box-shadow: var(--shadow);
150
+ }
151
+
152
+ .step-number {
153
+ font-size: 1.5rem;
154
+ font-weight: bold;
155
+ color: var(--primary);
156
+ margin-bottom: 15px;
157
+ }
158
+
159
+ /* 实施路径 */
160
+ .timeline {
161
+ position: relative;
162
+ max-width: 800px;
163
+ margin: 0 auto;
164
+ }
165
+
166
+ .timeline::before {
167
+ content: '';
168
+ position: absolute;
169
+ left: 50%;
170
+ top: 0;
171
+ bottom: 0;
172
+ width: 2px;
173
+ background: var(--primary);
174
+ transform: translateX(-50%);
175
+ }
176
+
177
+ .timeline-item {
178
+ margin-bottom: 40px;
179
+ position: relative;
180
+ }
181
+
182
+ .timeline-content {
183
+ width: calc(50% - 30px);
184
+ padding: 20px;
185
+ background: var(--light);
186
+ border-radius: 10px;
187
+ box-shadow: var(--shadow);
188
+ }
189
+
190
+ .timeline-item:nth-child(odd) .timeline-content {
191
+ margin-left: auto;
192
+ }
193
+
194
+ /* 数据图表 */
195
+ .chart-container {
196
+ background: var(--light);
197
+ padding: 30px;
198
+ border-radius: 15px;
199
+ box-shadow: var(--shadow);
200
+ margin-top: 40px;
201
+ }
202
+
203
+ .chart {
204
+ height: 400px;
205
+ }
206
+
207
+ /* 预期成果 */
208
+ .results-grid {
209
+ display: grid;
210
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
211
+ gap: 30px;
212
+ }
213
+
214
+ .result-card {
215
+ background: var(--light);
216
+ padding: 30px;
217
+ border-radius: 15px;
218
+ box-shadow: var(--shadow);
219
+ text-align: center;
220
+ }
221
+
222
+ .result-value {
223
+ font-size: 2.5rem;
224
+ font-weight: bold;
225
+ color: var(--primary);
226
+ margin: 15px 0;
227
+ }
228
+
229
+ /* 保障措施 */
230
+ .measures-grid {
231
+ display: grid;
232
+ grid-template-columns: repeat(2, 1fr);
233
+ gap: 30px;
234
+ }
235
+
236
+ .measure-card {
237
+ background: var(--light);
238
+ padding: 30px;
239
+ border-radius: 15px;
240
+ box-shadow: var(--shadow);
241
+ }
242
+
243
+ /* 投资预算 */
244
+ .budget-table {
245
+ width: 100%;
246
+ border-collapse: collapse;
247
+ background: var(--light);
248
+ border-radius: 15px;
249
+ overflow: hidden;
250
+ box-shadow: var(--shadow);
251
+ }
252
+
253
+ .budget-table th,
254
+ .budget-table td {
255
+ padding: 15px;
256
+ text-align: left;
257
+ border-bottom: 1px solid #eee;
258
+ }
259
+
260
+ .budget-table th {
261
+ background: var(--primary);
262
+ color: var(--light);
263
+ }
264
+
265
+ /* 响应式设计 */
266
+ @media (max-width: 768px) {
267
+ .hero-content {
268
+ grid-template-columns: 1fr;
269
+ }
270
+
271
+ .measures-grid {
272
+ grid-template-columns: 1fr;
273
+ }
274
+
275
+ .timeline::before {
276
+ left: 20px;
277
+ }
278
+
279
+ .timeline-content {
280
+ width: calc(100% - 50px);
281
+ margin-left: 50px !important;
282
+ }
283
+ }
284
+ </style>
285
+ </head>
286
+ <body>
287
+ <!-- 导航栏 -->
288
+ <nav class="nav">
289
+ <div class="container nav-content">
290
+ <div class="nav-logo">绍兴黄酒产业振兴方案</div>
291
+ <div class="nav-links">
292
+ <a href="#background">方案背景</a>
293
+ <a href="#approach">实施路径</a>
294
+ <a href="#measures">保障措施</a>
295
+ <a href="#results">预期成果</a>
296
+ </div>
297
+ </div>
298
+ </nav>
299
+
300
+ <!-- 方案概述 -->
301
+ <section class="hero">
302
+ <div class="container hero-content">
303
+ <div class="hero-text">
304
+ <h1>绍兴黄酒产业振兴整体解决方案</h1>
305
+ <p>立足共同富裕示范区建设,打造世界级黄酒产业集群,推动传统产业数字化转型,引领黄酒产业高质量发展。</p>
306
+ <div class="hero-stats">
307
+ <div class="stat-card">
308
+ <div class="stat-value">100亿+</div>
309
+ <div class="stat-label">2027年产值目标</div>
310
+ </div>
311
+ <div class="stat-card">
312
+ <div class="stat-value">30%</div>
313
+ <div class="stat-label">数字化转型率</div>
314
+ </div>
315
+ <div class="stat-card">
316
+ <div class="stat-value">50万+</div>
317
+ <div class="stat-label">带动就业</div>
318
+ </div>
319
+ <div class="stat-card">
320
+ <div class="stat-value">500亿</div>
321
+ <div class="stat-label">品牌价值</div>
322
+ </div>
323
+ </div>
324
+ </div>
325
+ <div class="hero-chart">
326
+ <div id="overviewChart" style="height: 400px;"></div>
327
+ </div>
328
+ </div>
329
+ </section>
330
+
331
+ <!-- 方案背景 -->
332
+ <section id="background" class="section">
333
+ <div class="container">
334
+ <div class="section-header">
335
+ <h2 class="section-title">方案背景</h2>
336
+ <p class="section-desc">把握历史机遇,推动传统产业转型升级</p>
337
+ </div>
338
+ <div class="steps-grid">
339
+ <div class="step-card">
340
+ <div class="step-number">政策基础</div>
341
+ <h3>省市支持政策</h3>
342
+ <p>• 浙江省委省政府重点支持</p>
343
+ <p>• 绍兴市专项扶持资金</p>
344
+ <p>• 共同富裕示范区建设要求</p>
345
+ </div>
346
+ <div class="step-card">
347
+ <div class="step-number">发展现状</div>
348
+ <h3>产业基础扎实</h3>
349
+ <p>• 2023年销售收入36.13亿</p>
350
+ <p>• 利润总额9.13亿</p>
351
+ <p>• 增长潜力巨大</p>
352
+ </div>
353
+ <div class="step-card">
354
+ <div class="step-number">机遇挑战</div>
355
+ <h3>转型升级机遇</h3>
356
+ <p>• 消费升级趋势明显</p>
357
+ <p>• 数字化转型迫切</p>
358
+ <p>• 品牌价值待提升</p>
359
+ </div>
360
+ </div>
361
+ </div>
362
+ </section>
363
+
364
+ <!-- 实施路径 -->
365
+ <section id="approach" class="section">
366
+ <div class="container">
367
+ <div class="section-header">
368
+ <h2 class="section-title">实施路径</h2>
369
+ <p class="section-desc">四大行动计划助力产业振兴</p>
370
+ </div>
371
+ <div class="timeline">
372
+ <div class="timeline-item">
373
+ <div class="timeline-content">
374
+ <h3>改革强企行动</h3>
375
+ <ul>
376
+ <li>组建黄酒投资发展集团</li>
377
+ <li>推动企业股份制改革</li>
378
+ <li>完善现代企业制度</li>
379
+ </ul>
380
+ </div>
381
+ </div>
382
+ <div class="timeline-item">
383
+ <div class="timeline-content">
384
+ <h3>创新拓市行动</h3>
385
+ <ul>
386
+ <li>建设研发创新中心</li>
387
+ <li>打造数字营销体系</li>
388
+ <li>开发年轻化产品</li>
389
+ </ul>
390
+ </div>
391
+ </div>
392
+ <div class="timeline-item">
393
+ <div class="timeline-content">
394
+ <h3>优品立名行动</h3>
395
+ <ul>
396
+ <li>制定品质标准体系</li>
397
+ <li>打造区域公共品牌</li>
398
+ <li>建设原酒交易市场</li>
399
+ </ul>
400
+ </div>
401
+ </div>
402
+ <div class="timeline-item">
403
+ <div class="timeline-content">
404
+ <h3>文化推广行动</h3>
405
+ <ul>
406
+ <li>建设文化体验中心</li>
407
+ <li>开发文创产品矩阵</li>
408
+ <li>提升品牌影响力</li>
409
+ </ul>
410
+ </div>
411
+ </div>
412
+ </div>
413
+ </div>
414
+ </section>
415
+
416
+ <!-- 保障措施 -->
417
+ <section id="measures" class="section">
418
+ <div class="container">
419
+ <div class="section-header">
420
+ <h2 class="section-title">保障措施</h2>
421
+ <p class="section-desc">全方位支持体系确保方案落地</p>
422
+ </div>
423
+ <div class="measures-grid">
424
+ <div class="measure-card">
425
+ <h3>组织保障</h3>
426
+ <ul>
427
+ <li>成立产业发展领导小组</li>
428
+ <li>建立跨部门协调机制</li>
429
+ <li>组建专业化运营团队</li>
430
+ </ul>
431
+ </div>
432
+ <div class="measure-card">
433
+ <h3>资金保障</h3>
434
+ <ul>
435
+ <li>设立产业发展基金</li>
436
+ <li>统筹各类扶持资金</li>
437
+ <li>创新金融支持模式</li>
438
+ </ul>
439
+ </div>
440
+ <div class="measure-card">
441
+ <h3>技术保障</h3>
442
+ <ul>
443
+ <li>建设创新研发平台</li>
444
+ <li>引进高端技术人才</li>
445
+ <li>加强产学研合作</li>
446
+ </ul>
447
+ </div>
448
+ <div class="measure-card">
449
+ <h3>政策保障</h3>
450
+ <ul>
451
+ <li>出台专项支持政策</li>
452
+ <li>优化营商环境</li>
453
+ <li>加强知识产权保护</li>
454
+ </ul>
455
+ </div>
456
+ </div>
457
+ </div>
458
+ </section>
459
+
460
+ <!-- 投资预算 -->
461
+ <section class="section">
462
+ <div class="container">
463
+ <div class="section-header">
464
+ <h2 class="section-title">投资预算</h2>
465
+ <p class="section-desc">分期分批推进,确保资金效益最大化</p>
466
+ </div>
467
+ <table class="budget-table">
468
+ <thead>
469
+ <tr>
470
+ <th>投资项目</th>
471
+ <th>投资金额(亿元)</th>
472
+ <th>实施周期</th>
473
+ <th>预期效益</th>
474
+ </tr>
475
+ </thead>
476
+ <tbody>
477
+ <tr>
478
+ <td>数字化改造工程</td>
479
+ <td>5.0</td>
480
+ <td>2024-2025</td>
481
+ <td>提升生产效率30%</td>
482
+ </tr>
483
+ <tr>
484
+ <td>品牌建设工程</td>
485
+ <td>3.0</td>
486
+ <td>2024-2026</td>
487
+ <td>品牌价值提升50%</td>
488
+ </tr>
489
+ <tr>
490
+ <td>研发创新中心</td>
491
+ <td>4.0</td>
492
+ <td>2024-2025</td>
493
+ <td>新品销售占比30%</td>
494
+ </tr>
495
+ <tr>
496
+ <td>市场营销体系</td>
497
+ <td>3.0</td>
498
+ <td>2024-2026</td>
499
+ <td>市场份额提升20%</td>
500
+ </tr>
501
+ </tbody>
502
+ </table>
503
+ <div class="chart-container">
504
+ <div id="investmentChart" class="chart"></div>
505
+ </div>
506
+ </div>
507
+ </section>
508
+
509
+ <!-- 预期成果 -->
510
+ <section id="results" class="section">
511
+ <div class="container">
512
+ <div class="section-header">
513
+ <h2 class="section-title">预期成果</h2>
514
+ <p class="section-desc">2027年产业发展目标</p>
515
+ </div>
516
+ <div class="results-grid">
517
+ <div class="result-card">
518
+ <h3>产业规模</h3>
519
+ <div class="result-value">100亿+</div>
520
+ <p>年销售收入</p>
521
+ </div>
522
+ <div class="result-card">
523
+ <h3>品牌价值</h3>
524
+ <div class="result-value">500亿</div>
525
+ <p>品牌估值</p>
526
+ </div>
527
+ <div class="result-card">
528
+ <h3>带动就业</h3>
529
+ <div class="result-value">50万+</div>
530
+ <p>就业人数</p>
531
+ </div>
532
+ <div class="result-card">
533
+ <h3>科技创新</h3>
534
+ <div class="result-value">30%</div>
535
+ <p>研发投入占比</p>
536
+ </div>
537
+ </div>
538
+ <div class="chart-container">
539
+ <div id="resultsChart" class="chart"></div>
540
+ </div>
541
+ </div>
542
+ </section>
543
+
544
+ <script>
545
+ // 初始化图表
546
+ document.addEventListener('DOMContentLoaded', function() {
547
+ // 概览图表
548
+ const overviewChart = echarts.init(document.getElementById('overviewChart'));
549
+ overviewChart.setOption({
550
+ tooltip: {
551
+ trigger: 'axis'
552
+ },
553
+ legend: {
554
+ data: ['销售收入', '利润总额'],
555
+ textStyle: {
556
+ color: '#fff'
557
+ }
558
+ },
559
+ xAxis: {
560
+ type: 'category',
561
+ data: ['2023', '2024E', '2025E', '2026E', '2027E'],
562
+ axisLabel: {
563
+ color: '#fff'
564
+ }
565
+ },
566
+ yAxis: {
567
+ type: 'value',
568
+ axisLabel: {
569
+ color: '#fff'
570
+ }
571
+ },
572
+ series: [
573
+ {
574
+ name: '销售收入',
575
+ type: 'line',
576
+ smooth: true,
577
+ data: [36.13, 50, 65, 80, 100],
578
+ lineStyle: {
579
+ color: '#FFD700'
580
+ },
581
+ itemStyle: {
582
+ color: '#FFD700'
583
+ }
584
+ },
585
+ {
586
+ name: '利润总额',
587
+ type: 'line',
588
+ smooth: true,
589
+ data: [9.13, 12, 16, 20, 25],
590
+ lineStyle: {
591
+ color: '#87CEEB'
592
+ },
593
+ itemStyle: {
594
+ color: '#87CEEB'
595
+ }
596
+ }
597
+ ]
598
+ });
599
+
600
+ // 投资分布图表
601
+ const investmentChart = echarts.init(document.getElementById('investmentChart'));
602
+ investmentChart.setOption({
603
+ title: {
604
+ text: '投资分布'
605
+ },
606
+ tooltip: {
607
+ trigger: 'item',
608
+ formatter: '{b}: {c}亿元 ({d}%)'
609
+ },
610
+ series: [
611
+ {
612
+ type: 'pie',
613
+ radius: ['40%', '70%'],
614
+ data: [
615
+ {value: 5.0, name: '数字化改造'},
616
+ {value: 3.0, name: '品牌建设'},
617
+ {value: 4.0, name: '研发创新'},
618
+ {value: 3.0, name: '市场营销'}
619
+ ]
620
+ }
621
+ ]
622
+ });
623
+
624
+ // 预期成果趋势图
625
+ const resultsChart = echarts.init(document.getElementById('resultsChart'));
626
+ resultsChart.setOption({
627
+ title: {
628
+ text: '发展趋势预测'
629
+ },
630
+ tooltip: {
631
+ trigger: 'axis'
632
+ },
633
+ legend: {
634
+ data: ['产值规模', '就业人数', '品牌价值']
635
+ },
636
+ xAxis: {
637
+ type: 'category',
638
+ data: ['2023', '2024E', '2025E', '2026E', '2027E']
639
+ },
640
+ yAxis: [
641
+ {
642
+ type: 'value',
643
+ name: '亿元',
644
+ position: 'left'
645
+ },
646
+ {
647
+ type: 'value',
648
+ name: '万人',
649
+ position: 'right'
650
+ }
651
+ ],
652
+ series: [
653
+ {
654
+ name: '产值规模',
655
+ type: 'bar',
656
+ data: [36.13, 50, 65, 80, 100]
657
+ },
658
+ {
659
+ name: '就业人数',
660
+ type: 'line',
661
+ yAxisIndex: 1,
662
+ data: [20, 25, 35, 42, 50]
663
+ },
664
+ {
665
+ name: '品牌价值',
666
+ type: 'line',
667
+ data: [100, 200, 300, 400, 500]
668
+ }
669
+ ]
670
+ });
671
+
672
+ // 响应式处理
673
+ window.addEventListener('resize', function() {
674
+ overviewChart.resize();
675
+ investmentChart.resize();
676
+ resultsChart.resize();
677
+ });
678
+ });
679
+ </script>
680
+ </body>
681
+ </html>