Files
vf_react/public/htmls/铅酸电池.html
2025-12-05 13:29:18 +08:00

499 lines
29 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" data-theme="night">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>深度研报:铅酸电池概念</title>
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.10.1/dist/full.min.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com"></script>
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
background-color: #020414;
background-image:
radial-gradient(circle at 15% 20%, rgba(29, 78, 216, 0.15), transparent 40%),
radial-gradient(circle at 85% 70%, rgba(139, 92, 246, 0.15), transparent 40%),
radial-gradient(circle at 50% 50%, rgba(219, 39, 119, 0.1), transparent 50%);
color: #d1d5db;
}
.glass-card {
background: rgba(23, 25, 48, 0.5);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 1.5rem; /* 24px */
transition: all 0.3s ease;
}
.glass-card:hover {
transform: translateY(-5px);
box-shadow: 0 0 40px rgba(29, 78, 216, 0.2), 0 0 60px rgba(139, 92, 246, 0.1);
}
.bento-grid {
display: grid;
gap: 1rem;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: auto;
}
.bento-item-1 { grid-column: span 2; grid-row: span 2; }
.bento-item-2 { grid-column: span 1; grid-row: span 1; }
.bento-item-3 { grid-column: span 1; grid-row: span 1; }
.bento-item-4 { grid-column: span 3; grid-row: span 1; }
.glow-text {
text-shadow: 0 0 8px rgba(59, 130, 246, 0.8);
}
.quote-block {
border-left: 3px solid #3b82f6;
padding-left: 1rem;
margin: 1rem 0;
font-style: italic;
color: #9ca3af;
background: rgba(255, 255, 255, 0.03);
border-radius: 0.5rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.table th, .table td {
border-color: rgba(255, 255, 255, 0.1);
}
.table th {
color: #e5e7eb;
}
.collapse-title {
font-size: 1.125rem;
font-weight: 600;
}
</style>
</head>
<body class="min-h-screen p-4 sm:p-8">
<div class="max-w-7xl mx-auto space-y-8">
<!-- Header -->
<header class="text-center p-8 space-y-4 glass-card">
<h1 class="text-4xl sm:text-5xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-blue-400 via-purple-400 to-pink-500 glow-text">
铅酸电池 概念深度研报
</h1>
<p class="text-lg text-gray-300 max-w-4xl mx-auto">
铅酸电池概念正经历一场由“新需求”与“旧格局”错配引爆的结构性重估。AI算力驱动下数据中心(AIDC)备电需求激增,与政策驱动下电动两轮车市场巩固,共同构成本轮行情的核心双引擎。
</p>
<p class="text-xs text-gray-500 pt-4">北京价值前沿科技有限公司 AI投研agent“价小前投研”呈现 | 本报告为AI合成数据投资需谨慎。</p>
</header>
<!-- Concept Events Timeline -->
<section class="glass-card p-6">
<h2 class="text-2xl font-bold mb-6 text-blue-300 glow-text">概念驱动事件演进</h2>
<div class="grid md:grid-cols-2 gap-6">
<!-- AIDC Logic -->
<div class="space-y-4 p-4 bg-black/20 rounded-2xl border border-white/10">
<h3 class="font-semibold text-xl text-purple-300">数据中心 (AIDC) 需求爆发逻辑</h3>
<ul class="steps steps-vertical">
<li class="step step-primary">
<div class="text-left ml-4">
<p class="font-bold">催化起点 (2024年底 - 2025年初)</p>
<p class="text-sm text-gray-400">AI大模型应用爆发全球智算中心(AIDC)建设加速UPS铅酸电池需求激增供需紧张初现。</p>
</div>
</li>
<li class="step step-primary">
<div class="text-left ml-4">
<p class="font-bold">价格传导 (2025年Q1 - Q2)</p>
<p class="text-sm text-gray-400">供需失衡显现订单价格持续上涨单价从0.5-0.6元/Wh突破至0.7元/Wh以上。</p>
</div>
</li>
<li class="step">
<div class="text-left ml-4">
<p class="font-bold">市场发酵 (2025年Q2 - Q3)</p>
<p class="text-sm text-gray-400">市场深度挖掘产能瓶颈与高壁垒确认头部厂商寡头地位订单排期已至9-10月。</p>
</div>
</li>
</ul>
</div>
<!-- E2W Logic -->
<div class="space-y-4 p-4 bg-black/20 rounded-2xl border border-white/10">
<h3 class="font-semibold text-xl text-pink-300">电动两轮车 (E2W) 政策驱动逻辑</h3>
<ul class="steps steps-vertical">
<li class="step step-primary">
<div class="text-left ml-4">
<p class="font-bold">背景 (2022-2023年)</p>
<p class="text-sm text-gray-400">因安全事故频发锂电渗透率从高峰25-30%回落至15%,铅酸因安全与成本优势出现“回流”。</p>
</div>
</li>
<li class="step step-primary">
<div class="text-left ml-4">
<p class="font-bold">政策催化 (2024年8-9月)</p>
<p class="text-sm text-gray-400">五部门发布以旧换新方案明确鼓励“锂换铅”提供最高800元补贴。</p>
</div>
</li>
<li class="step">
<div class="text-left ml-4">
<p class="font-bold">标准落地 (2025年1月)</p>
<p class="text-sm text-gray-400">工信部发布新国标将铅酸车型整车重量上限从55kg放宽至63kg弥补续航短板。</p>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Core Logic Bento Grid -->
<section class="bento-grid">
<!-- AIDC Core Logic & Price Chart -->
<div class="bento-item-1 glass-card p-6 flex flex-col">
<h2 class="text-2xl font-bold mb-4 text-blue-300 glow-text">核心逻辑 (一): AIDC需求与供给刚性错配</h2>
<p class="text-gray-300 mb-4">本轮行情最核心驱动力。AI发展导致数据中心功耗激增UPS备电需求被数倍放大。而供给端却因环保、技术、认证三大壁垒呈现极强刚性导致供不应求和价格上涨的必然性。</p>
<div class="quote-block">
<p>“2025年铅酸备电需求预计超10GWh...头部企业有效供给不足10GWh...25年初行业供需已经进入紧平衡,马上就要开抢了。”</p>
</div>
<div class="flex-grow min-h-[300px]" id="price-chart"></div>
</div>
<!-- E2W Core Logic -->
<div class="bento-item-2 glass-card p-6">
<h2 class="text-2xl font-bold mb-4 text-pink-300 glow-text">核心逻辑 (二): 两轮车政策性托底</h2>
<p class="text-gray-300 mb-4">“安全+成本”双重优势在政策催化下被强化。以旧换新方案旗帜鲜明地将锂电池与“高安全隐患”挂钩,并给予“锂换铅”更高补贴,形成强烈的政策背书。</p>
<div class="quote-block">
<p>“五部门:适度加大电自锂电换铅酸补贴力度...锂换铅购车补贴800其他老旧500元/辆。”</p>
</div>
<p class="text-gray-300">新国标放宽车重限制,直接解决了铅酸电池能量密度低导致的续航痛点,巩固其市场主导地位。</p>
</div>
<!-- Expectation Gaps -->
<div class="bento-item-3 glass-card p-6">
<h2 class="text-2xl font-bold mb-4 text-purple-300 glow-text">市场预期差分析</h2>
<ul class="space-y-3 list-disc list-inside text-gray-300">
<li><strong class="text-purple-300">盈利弹性认知不足:</strong>价格小幅上涨能带来利润指数级增长。“若涨价5%,相当于利润翻倍”。</li>
<li><strong class="text-purple-300">行业壁垒被低估:</strong>技术路线、产线改造(12-18月)和客户白名单认证(6月+)难度远超预期,头部厂商垄断地位稳固。</li>
<li><strong class="text-purple-300">厂商扩产意愿误判:</strong>头部厂商因担忧锂电长期替代风险,扩产意愿保守,将拉长供需紧张周期。</li>
</ul>
</div>
<!-- Catalysts & Future Path -->
<div class="bento-item-4 glass-card p-6">
<h2 class="text-2xl font-bold mb-4 text-gray-200 glow-text">关键催化剂与未来发展路径</h2>
<div class="grid md:grid-cols-2 gap-6">
<div>
<h3 class="font-semibold text-lg text-blue-300 mb-2">近期催化剂 (未来3-6个月)</h3>
<ul class="space-y-2 list-disc list-inside">
<li><strong>新一轮IDC招标结果:</strong> 验证价格能否持续上涨的关键。</li>
<li><strong>核心公司季度财报:</strong> 验证盈利弹性传导的“试金石”。</li>
<li><strong>二线厂商认证进展:</strong> 决定竞争格局是否变化。</li>
</ul>
</div>
<div>
<h3 class="font-semibold text-lg text-purple-300 mb-2">长期发展路径</h3>
<ul class="space-y-2 list-disc list-inside">
<li><strong>短期(2025-26):</strong> AIDC驱动的供需紧张和价格上涨是主旋律。</li>
<li><strong>中期(2027-28):</strong> 供需趋于平衡,与锂电的性价比博弈加剧。</li>
<li><strong>长期(2028+):</strong> 可能面临新技术侵蚀,但在特定场景保有一席之地。</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Industry Chain & Company Analysis -->
<section class="glass-card p-6">
<h2 class="text-2xl font-bold mb-6 text-blue-300 glow-text">产业链与核心公司深度剖析</h2>
<div class="space-y-6">
<!-- Industry Chain -->
<div>
<h3 class="font-semibold text-xl mb-3 text-purple-300">产业链图谱</h3>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 text-center">
<div class="p-4 bg-black/20 rounded-2xl border border-white/10">
<p class="font-bold text-lg">上游</p>
<p class="text-sm text-gray-400">原材料供应与回收 (铅矿, 硫酸, 再生铅)</p>
<p class="mt-2 text-xs">代表: 粤宏远A, 再升科技</p>
</div>
<div class="p-4 bg-black/20 rounded-2xl border border-white/10 ring-2 ring-blue-500">
<p class="font-bold text-lg">中游</p>
<p class="text-sm text-gray-400">电池制造 (数据中心, 两轮车, 汽车启停)</p>
<p class="mt-2 text-xs">代表: 南都电源, 圣阳股份, 天能股份, 骆驼股份</p>
</div>
<div class="p-4 bg-black/20 rounded-2xl border border-white/10">
<p class="font-bold text-lg">下游</p>
<p class="text-sm text-gray-400">应用场景 (数据中心, 通信基站, 电动车)</p>
<p class="mt-2 text-xs">代表: 阿里, 字节, 雅迪</p>
</div>
</div>
</div>
<!-- Core Players -->
<div>
<h3 class="font-semibold text-xl mb-3 text-purple-300">核心玩家对比</h3>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-4">
<div class="p-4 bg-black/20 rounded-xl border border-white/10">
<h4 class="font-bold text-blue-300">南都电源 vs. 圣阳股份</h4>
<p class="text-sm mt-1"><strong>定位:</strong> 数据中心双雄,逻辑纯粹。</p>
<p class="text-sm mt-1"><strong>优势:</strong> 深度绑定大厂,客户认证壁垒高。</p>
<p class="text-sm mt-1 text-yellow-400"><strong>关注点:</strong> 产能数据存在口径差异,历史毛利率与未来预期存在鸿沟,需财报验证。</p>
</div>
<div class="p-4 bg-black/20 rounded-xl border border-white/10">
<h4 class="font-bold text-pink-300">天能股份</h4>
<p class="text-sm mt-1"><strong>定位:</strong> 两轮车霸主(市占率>45%)。</p>
<p class="text-sm mt-1"><strong>优势:</strong> 渠道无与伦比(40万+终端),品牌认知度高。</p>
<p class="text-sm mt-1 text-yellow-400"><strong>关注点:</strong> 盈利受铅价影响大短期难分享AIDC红利。</p>
</div>
<div class="p-4 bg-black/20 rounded-xl border border-white/10">
<h4 class="font-bold text-green-300">雄韬股份</h4>
<p class="text-sm mt-1"><strong>定位:</strong> 追赶者与多元化布局者。</p>
<p class="text-sm mt-1"><strong>优势:</strong> 已进入阿里、百度白名单海外UPS锂电份额领先。</p>
<p class="text-sm mt-1 text-yellow-400"><strong>关注点:</strong> 逻辑不如双雄纯粹,议价能力可能弱于第一梯队。</p>
</div>
</div>
</div>
<!-- Validation & Contradictions -->
<div>
<h3 class="font-semibold text-xl mb-3 text-yellow-300">验证与矛盾点</h3>
<div class="p-4 bg-yellow-900/20 rounded-xl border border-yellow-500/30 text-sm space-y-2">
<p><strong class="text-green-400">高度验证:</strong> AIDC需求爆发、供给紧张、价格上涨的核心逻辑在新闻、路演、研报中得到高度交叉验证。</p>
<p><strong class="text-red-400">核心矛盾点:</strong></p>
<ul class="list-disc list-inside pl-4">
<li><strong>产能数据混乱:</strong> 各来源对头部厂商产能数据存在明显出入 (如南都电源有1.5/2/4GWh三种说法),影响供需缺口精确判断。</li>
<li><strong>需求预测差异巨大:</strong> 2025年国内需求预测从“超10GWh”到“83GWh”显示市场对天花板测算存在不确定性。</li>
<li><strong>历史盈利与未来预期的鸿沟:</strong> 南都电源2024H1铅酸毛利率仅7.26%与市场预期的10-15%净利率有巨大鸿沟,是当前最大风险点,亟待财报验证。</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Risks -->
<section class="glass-card p-6">
<h2 class="text-2xl font-bold mb-4 text-red-400 glow-text">潜在风险与挑战</h2>
<ul class="grid md:grid-cols-2 gap-x-8 gap-y-4 list-disc list-inside">
<li><strong>技术替代风险:</strong> 长期面临磷酸铁锂、钠离子电池的替代风险,尤其在海外市场。</li>
<li><strong>商业化风险:</strong> AIDC建设进度不及预期或二线厂商低价策略扰乱市场。</li>
<li><strong>政策与成本风险:</strong> 两轮车补贴政策退坡,或上游铅价大幅波动侵蚀利润。</li>
<li><strong>信息交叉验证风险:</strong> 产能、需求等关键数据存在矛盾,构成投资决策的核心不确定性。</li>
</ul>
</section>
<!-- Conclusion -->
<section class="glass-card p-6">
<h2 class="text-2xl font-bold mb-4 text-blue-300 glow-text">综合结论与投资启示</h2>
<div class="space-y-4">
<p><strong class="text-lg text-blue-200">阶段判断:</strong> AIDC应用分支已明确进入基本面驱动阶段具备高赔率、高弹性特征两轮车分支则处于政策驱动下的稳定增长阶段。</p>
<p><strong class="text-lg text-blue-200">核心价值环节:</strong> <span class="bg-blue-900/50 text-blue-200 px-2 py-1 rounded">数据中心用高倍率铅酸电池制造环节</span> 是当前最具投资价值的方向,因其需求增长最快、护城河最高、盈利弹性最大。</p>
<div>
<h3 class="font-semibold text-lg text-gray-200 mb-2">需重点跟踪的关键指标:</h3>
<div class="flex flex-wrap gap-2">
<span class="badge badge-lg badge-outline border-purple-400 text-purple-300">季度招标价格</span>
<span class="badge badge-lg badge-outline border-purple-400 text-purple-300">在手订单与排产周期</span>
<span class="badge badge-lg badge-outline border-yellow-400 text-yellow-300">核心公司毛利率</span>
<span class="badge badge-lg badge-outline border-red-400 text-red-300">替代技术进展</span>
</div>
</div>
</div>
</section>
<!-- Stock List -->
<section class="glass-card p-6">
<h2 class="text-2xl font-bold mb-6 text-blue-300 glow-text">核心标的列表</h2>
<div class="overflow-x-auto">
<table class="table table-zebra w-full">
<thead>
<tr>
<th>股票名称</th>
<th>股票代码</th>
<th>核心逻辑</th>
<th>其他标签</th>
</tr>
</thead>
<tbody>
<tr>
<td>天能股份</td>
<td><a href="https://valuefrontier.cn/company?scode=688819" target="_blank" class="link link-hover text-blue-400">688819</a></td>
<td>2023年国内电动轻型车铅蓄动力电池的市场公司市场占有率超45%排名第一。2022年底铅蓄电池产能110GW。</td>
<td class="text-green-400">制图节点涨幅大于10%</td>
</tr>
<tr>
<td>南都电源</td>
<td><a href="https://valuefrontier.cn/company?scode=300068" target="_blank" class="link link-hover text-blue-400">300068</a></td>
<td>数据中心/通信备电第一梯队核心供应商深度绑定阿里、字节等大厂将直接受益于AIDC需求爆发和价格上涨。</td>
<td>AIDC核心标的</td>
</tr>
<tr>
<td>雄韬股份</td>
<td><a href="https://valuefrontier.cn/company?scode=002733" target="_blank" class="link link-hover text-blue-400">002733</a></td>
<td>数据中心用铅酸电池追赶者已进入阿里、百度白名单受益于订单外溢。海外UPS锂电业务领先。</td>
<td>涨幅分析补充</td>
</tr>
<tr>
<td>骆驼股份</td>
<td><a href="https://valuefrontier.cn/company?scode=601311" target="_blank" class="link link-hover text-blue-400">601311</a></td>
<td>国内低压铅酸电池龙头2023年铅酸电池营收占比77%,但应用领域主要为汽车启停。</td>
<td>汽车启停龙头</td>
</tr>
<tr>
<td>再升科技</td>
<td><a href="https://valuefrontier.cn/company?scode=603601" target="_blank" class="link link-hover text-blue-400">603601</a></td>
<td>AGM隔膜技术领先铅酸蓄电池需求量增加进而促进AGM隔板用量增加。</td>
<td>上游材料</td>
</tr>
<tr>
<td>粤宏远A</td>
<td>-</td>
<td>2023年废旧铅蓄电池回收收入占比66%。</td>
<td>再生铅</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- Rise Analysis -->
<section class="glass-card p-6">
<h2 class="text-2xl font-bold mb-6 text-purple-300 glow-text">涨幅分析补充</h2>
<div class="space-y-4">
<div class="collapse collapse-plus bg-black/20 border border-white/10 rounded-xl">
<input type="checkbox" />
<div class="collapse-title">
雄韬股份 (002733) - 2025-08-06 上涨5.70%
</div>
<div class="collapse-content">
<p><strong>核心催化剂:券商研究报告强烈推荐</strong>。天风电新报告指出Q2业绩拐点并大幅调高铅酸、锂电业务预期预测25年归母净利同比+230%给予50%市值增幅空间。长江电新报告形成板块效应。基本面看公司海外业务回暖国内UPS铅酸订单开始落地已进入阿里、百度白名单共同推动股价上涨。</p>
</div>
</div>
<div class="collapse collapse-plus bg-black/20 border border-white/10 rounded-xl">
<input type="checkbox" />
<div class="collapse-title">
野马电池 (605378) - 2025-09-05 上涨10.02%
</div>
<div class="collapse-content">
<p><strong>核心结论:</strong>“电动自行车用锂离子电池安全要求强制国标”首次把可替换型圆柱电池纳入强制合规目录公司0.7 GWh 21700中试线9月设备进厂且已签3年战略供货备忘录成为A股最小市值“政策-订单-产能”三击标的,资金一次性重定价。</p>
</div>
</div>
<div class="collapse collapse-plus bg-black/20 border border-white/10 rounded-xl">
<input type="checkbox" />
<div class="collapse-title">
新日股份 (603787) - 2025-06-11 上涨10.02%
</div>
<div class="collapse-content">
<p><strong>核心结论:</strong>主要受益于电动自行车以旧换新政策叠加公司积极拓展东南亚市场的双重利好驱动。作为两轮车龙头将直接受益,且政策对铅酸车型换购的更大补贴力度利好公司产品结构。钠电产业化预期和海外市场布局打开长期成长空间。</p>
</div>
</div>
<div class="collapse collapse-plus bg-black/20 border border-white/10 rounded-xl">
<input type="checkbox" />
<div class="collapse-title">
天华新能 (300390) - 2025-09-05 上涨20.01%
</div>
<div class="collapse-content">
<p><strong>核心结论:</strong>“高纯硫化锂已送样头部电池厂”确认公司卡位硫化物固态电池最紧缺国产材料,资金提前博弈供应链锁单。同时,电动自行车锂电安全新标倒逼铅酸替换,提升了对公司主营基础锂盐材料的需求,双重催化下资金抢筹。</p>
</div>
</div>
</div>
</section>
</div>
<script>
var chartDom = document.getElementById('price-chart');
var myChart = echarts.init(chartDom, 'dark');
var option;
option = {
backgroundColor: 'transparent',
title: {
text: '数据中心用铅酸电池价格趋势 (元/Wh)',
left: 'center',
textStyle: {
color: '#e0e0e0',
fontWeight: 'normal',
fontSize: 16
}
},
tooltip: {
trigger: 'axis',
backgroundColor: 'rgba(23, 25, 48, 0.8)',
borderColor: 'rgba(255, 255, 255, 0.2)',
textStyle: {
color: '#e0e0e0'
}
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
xAxis: {
type: 'category',
boundaryGap: false,
data: ['2024 H2', '2025-01', '2025-02', '2025-03', '2025-04', '2025-05', '预期'],
axisLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.3)' } }
},
yAxis: {
type: 'value',
min: 0.5,
max: 0.8,
axisLabel: {
formatter: '{value} 元'
},
axisLine: { show: true, lineStyle: { color: 'rgba(255, 255, 255, 0.3)' } },
splitLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.1)' } }
},
series: [
{
name: '含税单价',
type: 'line',
smooth: true,
symbol: 'circle',
symbolSize: 8,
data: [0.55, 0.6, 0.62, 0.68, 0.7, 0.72, 0.75],
itemStyle: {
color: '#3b82f6'
},
lineStyle: {
width: 3,
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: '#60a5fa' },
{ offset: 1, color: '#3b82f6' }
]),
shadowColor: 'rgba(59, 130, 246, 0.5)',
shadowBlur: 10
},
areaStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{
offset: 0,
color: 'rgba(59, 130, 246, 0.3)'
},
{
offset: 1,
color: 'rgba(59, 130, 246, 0)'
}
])
},
markPoint: {
data: [
{ type: 'max', name: '当前高点' },
],
symbolSize: 60,
label: {
fontSize: 12
}
},
markLine: {
silent: true,
data: [
{ yAxis: 0.7, name: '价格突破点' }
],
label: {
formatter: '突破0.7元/Wh'
},
lineStyle: {
color: '#facc15'
}
}
}
]
};
option && myChart.setOption(option);
window.addEventListener('resize', myChart.resize);
</script>
</body>
</html>