Files
vf_react/public/htmls/国家提振消费战略.html
2025-10-11 16:16:02 +08:00

755 lines
41 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>国家提振消费战略 - 行业洞察与投资分析</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
<!-- Tailwind CSS -->
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<!-- DaisyUI -->
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/dist/full.min.css" rel="stylesheet" type="text/css" />
<!-- Custom Styles -->
<style>
body {
font-family: 'Inter', sans-serif;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
min-height: 100vh;
}
.hero-gradient {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover: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);
}
.table-container {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
.table-container {
font-size: 0.875rem;
}
.table-container th,
.table-container td {
padding: 0.5rem;
}
}
.highlight-text {
background: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.timeline-dot {
position: relative;
}
.timeline-dot::before {
content: '';
position: absolute;
left: -20px;
top: 50%;
transform: translateY(-50%);
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #667eea;
}
.timeline-line {
position: relative;
}
.timeline-line::after {
content: '';
position: absolute;
left: -15px;
top: 100%;
width: 2px;
height: 20px;
background-color: #e5e7eb;
}
.timeline-line:last-child::after {
display: none;
}
</style>
</head>
<body>
<div class="container mx-auto px-4 py-8 max-w-7xl">
<!-- Header Section -->
<div class="hero-gradient rounded-2xl p-8 mb-8 text-white shadow-2xl">
<div class="flex flex-col md:flex-row items-center justify-between">
<div class="mb-6 md:mb-0">
<h1 class="text-3xl md:text-4xl font-bold mb-4">国家提振消费战略</h1>
<p class="text-lg md:text-xl opacity-90">从政策催化到业绩兑现的消费板块投资机遇</p>
</div>
<div class="bg-white bg-opacity-20 rounded-lg p-6 backdrop-blur-sm">
<div class="text-center">
<div class="text-4xl font-bold mb-2">82.5%</div>
<div class="text-sm">消费对GDP贡献率</div>
</div>
</div>
</div>
</div>
<!-- Concept Overview -->
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6 mb-8">
<div class="bg-white rounded-xl shadow-lg p-6 card-hover">
<h2 class="text-2xl font-bold mb-4 text-gray-800">概念事件</h2>
<div class="space-y-4">
<div class="bg-blue-50 rounded-lg p-4">
<h3 class="font-semibold text-blue-800 mb-2">背景</h3>
<p class="text-gray-700">中国经济面临"有效需求不足"的核心矛盾消费对GDP贡献率从2019年的57.8%跃升至2023年的<span class="font-bold text-blue-600">82.5%</span>,成为经济增长主引擎。</p>
</div>
<div class="bg-purple-50 rounded-lg p-4">
<h3 class="font-semibold text-purple-800 mb-2">政策优先级</h3>
<p class="text-gray-700">消费优先级从2024年中央经济工作会议的"第三位"升至2025年政府工作报告的<span class="font-bold text-purple-600">首位</span>,并配套超长期特别国债<span class="font-bold text-purple-600">3000亿元</span>专项支持。</p>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-lg p-6 card-hover">
<h2 class="text-2xl font-bold mb-4 text-gray-800">催化时间轴</h2>
<div class="space-y-3">
<div class="timeline-dot timeline-line pl-6">
<div class="font-semibold text-gray-800">2024年7月</div>
<div class="text-sm text-gray-600">政治局会议首次提出"以提振消费为重点扩大内需"</div>
</div>
<div class="timeline-dot timeline-line pl-6">
<div class="font-semibold text-gray-800">2025年3月16日</div>
<div class="text-sm text-gray-600">中办、国办印发《提振消费专项行动方案》明确30项任务</div>
</div>
<div class="timeline-dot timeline-line pl-6">
<div class="font-semibold text-gray-800">2025年4月起</div>
<div class="text-sm text-gray-600">湖北、吉林、海南等省份密集出台地方版方案</div>
</div>
<div class="timeline-dot pl-6">
<div class="font-semibold text-gray-800">2025年6月</div>
<div class="text-sm text-gray-600">国家发改委追加"两新"政策资金规模动态追加至5000亿元预期</div>
</div>
</div>
</div>
</div>
<!-- Core Viewpoints -->
<div class="bg-white rounded-xl shadow-lg p-6 mb-8">
<h2 class="text-2xl font-bold mb-6 text-gray-800">核心观点摘要</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="bg-gradient-to-br from-blue-50 to-indigo-50 rounded-lg p-5">
<div class="flex items-center mb-3">
<i class="fas fa-chart-line text-blue-600 text-2xl mr-3"></i>
<h3 class="font-semibold text-gray-800">阶段判断</h3>
</div>
<p class="text-gray-700">政策从"预期催化"进入"资金-场景-数据"三重验证期,消费板块处于<span class="font-bold text-blue-600">估值修复→业绩兑现</span>的过渡阶段。</p>
</div>
<div class="bg-gradient-to-br from-green-50 to-emerald-50 rounded-lg p-5">
<div class="flex items-center mb-3">
<i class="fas fa-rocket text-green-600 text-2xl mr-3"></i>
<h3 class="font-semibold text-gray-800">核心驱动力</h3>
</div>
<p class="text-gray-700">财政扩张赤字率4%→消费弹性1.7pct+供给升级AI+消费、国潮IP+财富效应(稳楼市股市)。</p>
</div>
<div class="bg-gradient-to-br from-purple-50 to-pink-50 rounded-lg p-5">
<div class="flex items-center mb-3">
<i class="fas fa-infinity text-purple-600 text-2xl mr-3"></i>
<h3 class="font-semibold text-gray-800">未来潜力</h3>
</div>
<p class="text-gray-700">消费占GDP比重当前39%距美日60%+)仍有<span class="font-bold text-purple-600">20pct空间</span>,政策持续性或超预期。</p>
</div>
</div>
</div>
<!-- Core Logic Analysis -->
<div class="bg-white rounded-xl shadow-lg p-6 mb-8">
<h2 class="text-2xl font-bold mb-6 text-gray-800">核心逻辑与市场认知分析</h2>
<div class="mb-6">
<h3 class="text-xl font-semibold mb-4 text-gray-700">核心驱动力</h3>
<div class="overflow-x-auto">
<table class="min-w-full table-auto">
<thead>
<tr class="bg-gray-50">
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">维度</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">政策工具</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">量化影响</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">案例验证</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">收入端</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">最低工资提升+育儿补贴</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">中低收入群体消费倾向<span class="font-bold text-blue-600">80%+</span></td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">呼和浩特三孩补贴10万→出生率+17%</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">供给端</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">以旧换新+服务扩容</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">家电/汽车补贴撬动<span class="font-bold text-green-600">3倍消费</span></td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">2024年1500亿国债→4600亿增量</td>
</tr>
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">场景端</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">冰雪经济+首发经济</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">长白山景区客流<span class="font-bold text-purple-600">Q1同比+50%</span></td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">抖音"尔滨"话题播放量120亿次</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="bg-yellow-50 rounded-lg p-5">
<h3 class="font-semibold text-gray-800 mb-3">市场认知分歧</h3>
<div class="space-y-3">
<div class="flex items-start">
<i class="fas fa-arrow-up text-green-600 mt-1 mr-2"></i>
<div>
<p class="font-medium text-gray-800">乐观派</p>
<p class="text-sm text-gray-700">券商一致预期2025年社零增速<span class="font-bold text-green-600">4.7%</span>vs 2024年3.5%),家电/汽车补贴弹性最大。</p>
</div>
</div>
<div class="flex items-start">
<i class="fas fa-arrow-down text-red-600 mt-1 mr-2"></i>
<div>
<p class="font-medium text-gray-800">谨慎派</p>
<p class="text-sm text-gray-700">国盛宏观指出补贴<span class="font-bold text-red-600">边际效应递减</span>2025年拉动倍数或降至2倍且消费券存在透支风险。</p>
</div>
</div>
</div>
</div>
<div class="bg-indigo-50 rounded-lg p-5">
<h3 class="font-semibold text-gray-800 mb-3">预期差</h3>
<div class="space-y-3">
<div class="flex items-start">
<i class="fas fa-eye text-blue-600 mt-1 mr-2"></i>
<div>
<p class="font-medium text-gray-800">被低估领域</p>
<p class="text-sm text-gray-700">服务消费(家政/养老)政策力度超预期,但机构持仓仅<span class="font-bold text-blue-600">5%</span>vs 白酒25%)。</p>
</div>
</div>
<div class="flex items-start">
<i class="fas fa-exclamation-triangle text-orange-600 mt-1 mr-2"></i>
<div>
<p class="font-medium text-gray-800">被高估领域</p>
<p class="text-sm text-gray-700">地产链消费(家居/家电)需警惕二手房成交"小阳春可持续性"。</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Catalysts and Future Path -->
<div class="bg-white rounded-xl shadow-lg p-6 mb-8">
<h2 class="text-2xl font-bold mb-6 text-gray-800">关键催化剂与未来发展路径</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<h3 class="text-xl font-semibold mb-4 text-gray-700">近期催化剂3-6个月</h3>
<div class="space-y-4">
<div class="flex items-start">
<div class="bg-blue-100 rounded-full p-2 mr-3">
<i class="fas fa-chart-bar text-blue-600"></i>
</div>
<div>
<h4 class="font-medium text-gray-800">Q2数据验证</h4>
<p class="text-sm text-gray-700">4月社零增速若突破<span class="font-bold text-blue-600">5%</span>一致预期4.2%),将强化政策有效性。</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-green-100 rounded-full p-2 mr-3">
<i class="fas fa-money-bill-wave text-green-600"></i>
</div>
<div>
<h4 class="font-medium text-gray-800">地方补贴落地</h4>
<p class="text-sm text-gray-700">广东/浙江等地追加消费券(餐饮/文旅类乘数效应达<span class="font-bold text-green-600">4.2倍</span>)。</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-purple-100 rounded-full p-2 mr-3">
<i class="fas fa-car text-purple-600"></i>
</div>
<div>
<h4 class="font-medium text-gray-800">新品周期</h4>
<p class="text-sm text-gray-700">小米汽车SU7交付量6月目标<span class="font-bold text-purple-600">1万辆</span>)验证"AI+消费"场景落地。</p>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-4 text-gray-700">长期路径</h3>
<div class="space-y-4">
<div class="bg-gradient-to-r from-indigo-50 to-purple-50 rounded-lg p-4">
<h4 class="font-medium text-gray-800 mb-2">2025-2026年</h4>
<p class="text-sm text-gray-700">消费占GDP比重突破<span class="font-bold text-indigo-600">40%</span>(政策目标),服务消费占比升至<span class="font-bold text-indigo-600">50%+</span>当前45%)。</p>
</div>
<div class="bg-gradient-to-r from-pink-50 to-rose-50 rounded-lg p-4">
<h4 class="font-medium text-gray-800 mb-2">2027年后</h4>
<p class="text-sm text-gray-700">生育补贴累计效应显现,母婴/教育赛道进入<span class="font-bold text-pink-600">人口基数修复</span>阶段。</p>
</div>
</div>
</div>
</div>
</div>
<!-- Industry Chain Analysis -->
<div class="bg-white rounded-xl shadow-lg p-6 mb-8">
<h2 class="text-2xl font-bold mb-6 text-gray-800">产业链与核心公司深度剖析</h2>
<div class="mb-6">
<h3 class="text-xl font-semibold mb-4 text-gray-700">产业链图谱</h3>
<div class="bg-gray-50 rounded-lg p-6">
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="text-center">
<div class="bg-blue-500 text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-3">
<i class="fas fa-coins text-2xl"></i>
</div>
<h4 class="font-semibold text-gray-800 mb-2">政策资金</h4>
<div class="space-y-2">
<div class="bg-white rounded p-2 text-sm">→ 大宗消费</div>
<div class="bg-white rounded p-2 text-sm">→ 服务消费</div>
<div class="bg-white rounded p-2 text-sm">→ 新型消费</div>
</div>
</div>
<div class="text-center">
<div class="bg-green-500 text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-3">
<i class="fas fa-industry text-2xl"></i>
</div>
<h4 class="font-semibold text-gray-800 mb-2">核心赛道</h4>
<div class="space-y-2 text-sm">
<div class="bg-white rounded p-2">汽车: 比亚迪/赛力斯</div>
<div class="bg-white rounded p-2">家电: 美的/格力</div>
<div class="bg-white rounded p-2">文旅: 长白山/宋城</div>
<div class="bg-white rounded p-2">AI+消费: 科大讯飞</div>
</div>
</div>
<div class="text-center">
<div class="bg-purple-500 text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-3">
<i class="fas fa-chart-line text-2xl"></i>
</div>
<h4 class="font-semibold text-gray-800 mb-2">增长引擎</h4>
<div class="space-y-2 text-sm">
<div class="bg-white rounded p-2">补贴弹性</div>
<div class="bg-white rounded p-2">供给升级</div>
<div class="bg-white rounded p-2">场景创新</div>
<div class="bg-white rounded p-2">财富效应</div>
</div>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-4 text-gray-700">核心玩家对比</h3>
<div class="overflow-x-auto">
<table class="min-w-full table-auto">
<thead>
<tr class="bg-gray-50">
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">公司</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">赛道</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">政策弹性</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">风险点</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">美的集团</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">家电以旧换新</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">空调补贴<span class="font-bold text-blue-600">20%</span>(一级能效)</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">出口占比35%(美国关税风险)</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">孩子王</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">母婴零售</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">生育补贴直接拉动<span class="font-bold text-green-600">同店+10%</span></td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">出生人口长期下滑压制估值</td>
</tr>
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">长白山</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">冰雪旅游</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">专项债支持<span class="font-bold text-purple-600">景区改造</span></td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">季节性客流波动大</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- Risks and Challenges -->
<div class="bg-white rounded-xl shadow-lg p-6 mb-8">
<h2 class="text-2xl font-bold mb-6 text-gray-800">潜在风险与挑战</h2>
<div class="overflow-x-auto">
<table class="min-w-full table-auto">
<thead>
<tr class="bg-gray-50">
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">风险类型</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">具体表现</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">数据支撑</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">政策风险</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">生育补贴全国推广<span class="font-bold text-red-600">进度慢于预期</span></td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">仅5省出台细则vs 31省目标</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">竞争风险</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">新能源汽车价格战<span class="font-bold text-orange-600">毛利率<10%</span></td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">比亚迪Q1毛利率17.8%(环比-2pct</td>
</tr>
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">数据矛盾</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">券商预测家电补贴拉动<span class="font-bold text-yellow-600">6000亿</span> vs 国盛测算<span class="font-bold text-yellow-600">4600亿</span></td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">差异源于"自然更新需求"剔除标准不同</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- Investment Conclusion -->
<div class="bg-gradient-to-r from-indigo-500 to-purple-600 rounded-xl shadow-lg p-6 mb-8 text-white">
<h2 class="text-2xl font-bold mb-6">综合结论与投资启示</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<h3 class="text-xl font-semibold mb-4">阶段判断</h3>
<p class="mb-4">当前处于<span class="font-bold">政策红利兑现初期</span>估值修复家电PE从12x→15x先于业绩Q2起体现</p>
<h3 class="text-xl font-semibold mb-4">高价值方向</h3>
<div class="space-y-3">
<div class="bg-white bg-opacity-20 rounded-lg p-3 backdrop-blur-sm">
<h4 class="font-semibold mb-1">服务消费</h4>
<p class="text-sm">家政/养老(政策空白+低持仓),推荐美团-WR社区服务渗透率提升</p>
</div>
<div class="bg-white bg-opacity-20 rounded-lg p-3 backdrop-blur-sm">
<h4 class="font-semibold mb-1">AI+消费</h4>
<p class="text-sm">硬件端AI PC/手机优于应用端关注科大讯飞教育AI订单Q2环比+50%</p>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-4">跟踪指标</h3>
<div class="space-y-3">
<div class="flex items-start">
<i class="fas fa-tachometer-alt mt-1 mr-3"></i>
<div>
<h4 class="font-semibold">高频数据</h4>
<p class="text-sm">6月空调排产增速产业在线、五一旅游人次文旅部</p>
</div>
</div>
<div class="flex items-start">
<i class="fas fa-bullhorn mt-1 mr-3"></i>
<div>
<h4 class="font-semibold">政策信号</h4>
<p class="text-sm">7月政治局会议是否追加生育补贴预算</p>
</div>
</div>
</div>
<div class="mt-6 bg-white bg-opacity-20 rounded-lg p-4 backdrop-blur-sm">
<p class="font-bold text-lg mb-2">一句话总结</p>
<p>消费战略已从"口号"转向"账本",抓住<span class="font-bold">补贴弹性最大+供给升级最快</span>的交集赛道,警惕数据验证期的预期差反杀。</p>
</div>
</div>
</div>
</div>
<!-- Stock Data Section -->
<div class="bg-white rounded-xl shadow-lg p-6">
<h2 class="text-2xl font-bold mb-6 text-gray-800">关联股票数据</h2>
<div class="space-y-8">
<!-- 大消费板块 -->
<div>
<h3 class="text-xl font-semibold mb-4 text-gray-700 flex items-center">
<i class="fas fa-shopping-cart text-blue-600 mr-2"></i>
大消费板块
</h3>
<div class="table-container">
<table class="min-w-full table-auto">
<thead>
<tr class="bg-gray-50">
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票名称</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">行业</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">分类</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">关联原因</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">良品铺子</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">食品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">休闲食品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于食品行业中的休闲食品子类</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">三只松鼠</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">食品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">休闲食品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于食品行业中的休闲食品子类</td>
</tr>
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">洽洽食品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">食品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">休闲食品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于食品行业中的休闲食品子类</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">绝味食品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">食品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">卤制品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于食品行业中的卤制品子类</td>
</tr>
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">桃李面包</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">食品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">烘焙食品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于食品行业中的烘焙食品子类</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">味知香</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">食品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">预制菜</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于食品行业中的预制菜子类</td>
</tr>
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">伊利股份</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">乳业</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">常温奶</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于乳业行业中的常温奶子类</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">光明乳业</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">乳业</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">鲜奶</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于乳业行业中的鲜奶子类</td>
</tr>
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">同庆楼</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">餐饮</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">酒楼饭店老字号</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于餐饮行业中的酒楼饭店老字号子类</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">锦江酒店</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">餐饮</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">酒店</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于餐饮行业中的酒店子类</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- 文旅旅游消费板块 -->
<div>
<h3 class="text-xl font-semibold mb-4 text-gray-700 flex items-center">
<i class="fas fa-mountain text-green-600 mr-2"></i>
文旅旅游消费板块
</h3>
<div class="table-container">
<table class="min-w-full table-auto">
<thead>
<tr class="bg-gray-50">
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票名称</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">行业</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">项目/地区</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">关联原因</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">长白山</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">文旅旅游</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">文旅消费</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于文旅旅游行业,被列为文旅消费项目</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">大连圣亚</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">文旅旅游</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">文旅消费</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于文旅旅游行业,被列为文旅消费项目</td>
</tr>
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">宋城演艺</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">文旅旅游</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">文旅消费</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于文旅旅游行业,被列为文旅消费项目</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">中国中免</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">免税概念</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">运营商</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">免税概念龙头,同时涉及运营商</td>
</tr>
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">王府井</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">免税概念</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">运营商</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">免税概念,同时涉及运营商</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">海峡股份</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">免税</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">海南/客运</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">海南地区免税概念,同时涉及客运业务</td>
</tr>
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">永辉超市</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">百货零售</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">全国/其他</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">全国性百货零售业务,涉及其他产业链</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">徐家汇</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">百货零售</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">上海</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">上海地区百货零售业务</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- 酒类板块 -->
<div>
<h3 class="text-xl font-semibold mb-4 text-gray-700 flex items-center">
<i class="fas fa-wine-bottle text-purple-600 mr-2"></i>
酒类板块
</h3>
<div class="table-container">
<table class="min-w-full table-auto">
<thead>
<tr class="bg-gray-50">
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票名称</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">行业</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">分类</th>
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">关联原因</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">贵州茅台</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">白酒</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">高端</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于白酒行业高端分类</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">五粮液</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">白酒</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">高端</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于白酒行业高端分类</td>
</tr>
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">山西汾酒</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">白酒</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">次高端</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于白酒行业次高端分类</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">青岛啤酒</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">啤酒</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">产品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于啤酒行业产品分类</td>
</tr>
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">重庆啤酒</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">啤酒</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">产品</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于啤酒行业产品分类</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">张裕A</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">葡萄酒</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">葡萄酒</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于葡萄酒行业</td>
</tr>
<tr>
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">百润股份</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">鸡尾酒</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">鸡尾酒</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于鸡尾酒行业</td>
</tr>
<tr class="bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap text-sm font-medium text-gray-900">华致酒行</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">销售</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">销售</td>
<td class="px-4 py-4 whitespace-nowrap text-sm text-gray-700">属于酒类销售行业</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="container mx-auto px-4 py-8 max-w-7xl">
<div class="text-center text-gray-600 text-sm">
<p>© 2025 国家提振消费战略分析报告 | 数据来源:公开市场信息</p>
</div>
</div>
<!-- Vanta.js Background Effect -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanta/0.5.24/vanta.waves.min.js"></script>
<script>
VANTA.WAVES({
el: "body",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x667eea,
shininess: 100.00,
waveHeight: 15.00,
waveSpeed: 0.75,
zoom: 0.75
});
</script>
</body>
</html>
```