Files
vf_react/public/htmls/有机硅产业链.html
2025-12-05 13:29:18 +08:00

533 lines
31 KiB
HTML
Raw Permalink 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>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.10.2/dist/full.min.css" rel="stylesheet" type="text/css" />
<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&family=Roboto+Mono:wght@300;400;500&display=swap');
body {
font-family: 'Inter', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
background-color: #00000a;
background-image:
radial-gradient(ellipse 20% 40% at 20% 20%, rgba(100, 10, 180, 0.15), transparent),
radial-gradient(ellipse 20% 40% at 80% 80%, rgba(10, 100, 180, 0.15), transparent);
background-attachment: fixed;
color: #e0e0e0;
}
.glass-card {
background: rgba(12, 12, 22, 0.5);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
transition: all 0.3s ease;
}
.glass-card:hover {
background: rgba(20, 20, 35, 0.6);
box-shadow: 0 0 40px 0 rgba(76, 0, 255, 0.2);
transform: translateY(-5px);
}
.bento-grid {
display: grid;
gap: 1rem;
grid-template-columns: repeat(12, 1fr);
}
.bento-item {
border-radius: 1.5rem;
padding: 1.5rem;
overflow: hidden;
position: relative;
}
.bento-glow::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 1.5rem;
padding: 1px;
background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0));
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite: destination-out;
mask-composite: exclude;
pointer-events: none;
}
.main-title {
font-size: 4rem;
font-weight: 700;
text-shadow: 0 0 10px rgba(100, 120, 255, 0.5), 0 0 20px rgba(100, 120, 255, 0.3);
}
.section-title {
font-size: 2.5rem;
font-weight: 600;
position: relative;
padding-bottom: 0.5rem;
margin-bottom: 2rem;
display: inline-block;
}
.section-title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50%;
height: 3px;
background: linear-gradient(90deg, rgba(69, 97, 255, 0.8), rgba(69, 97, 255, 0));
}
.highlight-text {
color: #88a1ff;
font-weight: 600;
}
.mono-font {
font-family: 'Roboto Mono', monospace;
}
.table thead th {
background-color: rgba(255, 255, 255, 0.05);
color: #a6adbb;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.table tbody tr {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.table tbody tr:hover {
background-color: rgba(255, 255, 255, 0.03);
}
.accordion-item {
background-color: rgba(12, 12, 22, 0.5);
border: 1px solid rgba(255, 255, 255, 0.1);
}
</style>
</head>
<body class="min-h-screen">
<div class="container mx-auto p-4 md:p-8">
<!-- Header -->
<header class="text-center py-12">
<h1 class="main-title bg-clip-text text-transparent bg-gradient-to-r from-purple-400 via-blue-400 to-cyan-300">
有机硅产业链
</h1>
<p class="text-2xl mt-4 text-gray-400">深度研究报告</p>
</header>
<main class="space-y-16 md:space-y-24">
<!-- Core Insight Section -->
<section x-data="{}" class="text-center">
<h2 class="section-title mx-auto">核心观点:历史性周期底部反转</h2>
<p class="mt-4 max-w-4xl mx-auto text-lg text-gray-300 leading-relaxed">
有机硅产业链正处在一个历史性的周期底部反转关键节点。其核心驱动力已从过去地产基建的周期性需求,转变为由<span class="highlight-text">新能源(光伏、电动车)引领的结构性、高成长性需求</span>。随着2025-2026年行业进入“产能真空期”叠加行业内部“反内卷”的供给侧协同供需格局有望发生根本性逆转产业链利润中枢具备显著的向上修复潜力。
</p>
</section>
<!-- Core Logic & Market Perception -->
<section>
<h2 class="section-title">核心逻辑:供需格局的历史性错配</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 mt-8">
<div class="glass-card rounded-2xl p-6">
<h3 class="text-xl font-semibold text-cyan-300 flex items-center"><svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>供给端:“硬约束”出现</h3>
<p class="mt-4 text-gray-300">过去三年的价格战和持续亏损,已将行业的资本开支意愿打至冰点。多份路演报告反复强调,<span class="highlight-text">2025-2026年国内新增产能几乎为零</span>。这与2022-2024年年均超50万吨的新增产能形成鲜明对比构成了最强的供给“硬约束”。同时海外巨头陶氏、瓦克因成本压力持续关停产能进一步优化了全球供给格局。</p>
</div>
<div class="glass-card rounded-2xl p-6">
<h3 class="text-xl font-semibold text-purple-300 flex items-center"><svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" /></svg>需求端:“新引擎”换挡</h3>
<p class="mt-4 text-gray-300">驱动力已发生质变。新能源需求占比从10%跃升至40%以上。光伏每GW需1.3吨有机硅单体新能源汽车单车用量是燃油车的7倍。这种由技术迭代带来的高确定性增量彻底改变了有机硅的需求曲线2024年国内表需<span class="highlight-text">+20.9%</span>、出口<span class="highlight-text">+34%</span>的强劲数据是最佳佐证。</p>
</div>
<div class="glass-card rounded-2xl p-6">
<h3 class="text-xl font-semibold text-blue-300 flex items-center"><svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6" /></svg>市场情绪与预期差</h3>
<p class="mt-4 text-gray-300">市场情绪已从悲观转向“抢跑布局”。最大的预期差在于行业协同<span class="highlight-text">“反内卷”的有效性与持久性</span>。若协同超预期,价格弹性将非常惊人;若不及预期,复苏过程则更为曲折。这是未来价格走势的最大不确定性。</p>
</div>
</div>
</section>
<!-- Data Bento Grid Section -->
<section>
<h2 class="section-title">产业链关键数据透视</h2>
<div class="bento-grid">
<div class="bento-item glass-card bento-glow col-span-12 lg:col-span-8">
<h3 class="text-lg font-semibold text-gray-200 mb-4">DMC价格走势与需求结构变化</h3>
<div id="mainChart" style="width: 100%; height: 400px;"></div>
</div>
<div class="bento-item glass-card bento-glow col-span-12 lg:col-span-4 flex flex-col">
<h3 class="text-lg font-semibold text-gray-200 mb-4">市场动态与价格</h3>
<ul class="space-y-3 text-sm flex-grow mono-font">
<li><span class="text-green-400">[25/02]</span> 主流产品提价500-800元/吨</li>
<li><span class="text-green-400">[25/03]</span> DMC修复至14000元/吨涨幅1300+</li>
<li><span class="text-red-400">[25/07]</span> 山东事故影响DMC报盘涨7.14%</li>
<li><span class="text-green-400">[25/11]</span> 单日暴涨1500元/吨至12500元</li>
<li><span class="text-green-400">[25/11]</span> 鲁西DMC两日累涨2000元至13000元</li>
</ul>
</div>
<div class="bento-item glass-card bento-glow col-span-12 md:col-span-6 lg:col-span-4">
<h3 class="text-lg font-semibold text-gray-200 mb-4">供给端:收缩与协同</h3>
<ul class="space-y-2 text-gray-300 text-sm">
<li class="flex items-start"><span class="text-purple-400 mr-2"></span><strong>产能真空:</strong>2025-2026年国内几乎无新增产能。</li>
<li class="flex items-start"><span class="text-purple-400 mr-2"></span><strong>行业协同:</strong>2025/11月行业达成联合减产30%共识。</li>
<li class="flex items-start"><span class="text-purple-400 mr-2"></span><strong>海外退出:</strong>陶氏化学关闭英国14.5万吨DMC产能。</li>
<li class="flex items-start"><span class="text-purple-400 mr-2"></span><strong>意外减产:</strong>东岳硅材火灾影响国内约10%产能。</li>
<li class="flex items-start"><span class="text-purple-400 mr-2"></span><strong>历史扩张:</strong>2022-2024年为产能扩张高峰期导致供需失衡。</li>
</ul>
</div>
<div class="bento-item glass-card bento-glow col-span-12 md:col-span-6 lg:col-span-4">
<h3 class="text-lg font-semibold text-gray-200 mb-4">需求端:新能源驱动</h3>
<ul class="space-y-2 text-gray-300 text-sm">
<li class="flex items-start"><span class="text-cyan-400 mr-2"></span><strong>内需高增:</strong>2024年国内表观消费量同比+20.9%。</li>
<li class="flex items-start"><span class="text-cyan-400 mr-2"></span><strong>出口强劲:</strong>2024年出口量同比+34%5年CAGR达22.46%。</li>
<li class="flex items-start"><span class="text-cyan-400 mr-2"></span><strong>光伏拉动:</strong>已成最大下游(20-25%)每GW需1.3吨单体。</li>
<li class="flex items-start"><span class="text-cyan-400 mr-2"></span><strong>汽车放量:</strong>新能源车单车用量40-60kg为燃油车7倍。</li>
<li class="flex items-start"><span class="text-cyan-400 mr-2"></span><strong>结构转型:</strong>新能源领域需求占比已由10%提升至40%以上。</li>
</ul>
</div>
<div class="bento-item glass-card bento-glow col-span-12 lg:col-span-4">
<h3 class="text-lg font-semibold text-gray-200 mb-4">潜在风险与挑战</h3>
<ul class="space-y-2 text-gray-300 text-sm">
<li class="flex items-start"><span class="text-red-500 mr-2"></span><strong>联盟稳定性:</strong>“反内卷”联盟能否在价格回暖后持续是最大风险。</li>
<li class="flex items-start"><span class="text-red-500 mr-2"></span><strong>需求不及预期:</strong>光伏、新能源车增速放缓将冲击核心增长逻辑。</li>
<li class="flex items-start"><span class="text-red-500 mr-2"></span><strong>数据不一致性:</strong>各信源对行业总产能、公司产能统计口径存在较大差异。</li>
<li class="flex items-start"><span class="text-red-500 mr-2"></span><strong>成本波动:</strong>上游工业硅等原料价格大幅波动。</li>
</ul>
</div>
</div>
</section>
<!-- Future Path Section -->
<section>
<h2 class="section-title">未来发展路径与催化剂</h2>
<ul class="steps steps-vertical lg:steps-horizontal w-full mt-8">
<li class="step step-primary">
<div class="text-left p-4">
<h4 class="font-semibold">阶段一:盈利修复期 (当前 - 2025年中)</h4>
<p class="text-sm text-gray-400">由行业协同和供给收缩预期驱动,价格脱离底部,企业从严重亏损修复至盈亏平衡或微利。需验证减产协议执行情况。</p>
</div>
</li>
<li class="step step-primary">
<div class="text-left p-4">
<h4 class="font-semibold">阶段二:景气上行期 (2025下半年 - 2026年)</h4>
<p class="text-sm text-gray-400">“产能真空期”效应完全显现需求持续增长导致供需缺口出现。开工率有望升至83%以上,价格具备强大上涨动能。</p>
</div>
</li>
<li class="step">
<div class="text-left p-4">
<h4 class="font-semibold">阶段三:格局重塑期 (2026年后)</h4>
<p class="text-sm text-gray-400">经历本轮周期洗牌,具备成本优势、一体化布局和下游高附加值产品的龙头企业将进一步巩固市场地位,行业集中度提升。</p>
</div>
</li>
</ul>
</section>
<!-- Rise Analysis -->
<section>
<h2 class="section-title">相关个股异动解析</h2>
<div class="space-y-2">
<div class="collapse collapse-plus accordion-item">
<input type="radio" name="rise-accordion" checked="checked" />
<div class="collapse-title text-xl font-medium">
硅宝科技 (300019) - 2025-07-08 上涨 7.53%
</div>
<div class="collapse-content">
<p class="text-sm text-gray-300 leading-relaxed">
<strong>核心驱动:</strong>多重利好叠加,包括有机硅板块集体走强、上游光伏产业链爆发(多晶硅涨价)、供给侧改革及陶氏海外产能退出。
<br><strong>具体逻辑:</strong>
1. **板块效应**:当天有机硅概念强势,东岳硅材、合盛硅业等均上涨,形成板块联动。
2. **上游带动**:多晶硅期货涨停,工业硅跟涨,成本端为有机硅产品提供涨价支撑。
3. **供给收缩**陶氏化学宣布关闭英国14.5万吨DMC产能市场预期国内企业将受益于出口需求增加。
4. **政策利好**:工信部等强调治理行业低价竞争,推动落后产能退出,利好行业龙头。
5. **公司基本面**:公司与大疆等头部客户合作,业务拓展前景良好。
</p>
</div>
</div>
<div class="collapse collapse-plus accordion-item">
<input type="radio" name="rise-accordion" />
<div class="collapse-title text-xl font-medium">
鲁西化工 (000830) - 2025-07-21 上涨 7.76%
</div>
<div class="collapse-content">
<p class="text-sm text-gray-300 leading-relaxed">
<strong>核心驱动:</strong>有机硅行业供给端突发事件导致价格大涨。
<br><strong>具体逻辑:</strong>
1. **价格刺激**当日有机硅DMC报价上涨7.14%至12000元/吨。
2. **供给冲击**山东某有机硅企业后证实为东岳硅材发生火灾影响30万吨/年产能占行业9%),加剧供应紧张。
3. **产能地位**鲁西化工拥有25-48万吨有机硅产能是行业主要生产商直接受益于价格上涨。
4. **政策预期**:化工行业“反内卷”政策预期升温,龙头企业有望受益。
5. **公司动作**:股东大会通过股份回购注销议案,被市场视为利好。
</p>
</div>
</div>
<div class="collapse collapse-plus accordion-item">
<input type="radio" name="rise-accordion" />
<div class="collapse-title text-xl font-medium">
晨光新材 (605399) - 2025-07-11 上涨 10.04%
</div>
<div class="collapse-content">
<p class="text-sm text-gray-300 leading-relaxed">
<strong>核心驱动:</strong>公司自身产能扩张公告叠加行业利好。
<br><strong>具体逻辑:</strong>
1. **公司公告**7月10日晚公告“年产6.5万吨高性能有机硅扩建项目环评获批”总产能将增至15.5万吨增幅72%。
2. **行业利好**陶氏英国14.5万吨DMC产能关闭带来全球供给缺口预期。
3. **新兴应用**:公司产品气凝胶可用于氢能储运和储能电池热管理,切入高景气赛道。
4. **供需错配**2025-2026年国内无新增产能公司逆势扩张有望抢占市场份额。
</p>
</div>
</div>
</div>
</section>
<!-- Core Companies Table -->
<section>
<h2 class="section-title">产业链核心上市公司梳理</h2>
<div class="overflow-x-auto glass-card rounded-2xl p-4">
<table class="table table-zebra w-full">
<thead>
<tr>
<th>公司名称</th>
<th>核心逻辑</th>
<th>竞争优势</th>
<th>潜在风险</th>
</tr>
</thead>
<tbody>
<tr>
<td class="font-semibold">合盛硅业</td>
<td class="text-blue-300 font-bold">绝对龙头、成本为王</td>
<td>规模最大(权益产能86.5万吨+),“硅矿-工业硅-有机硅”全产业链一体化及自备电,成本优势显著(约9000元/吨),行业亏损时仍能盈亏平衡。</td>
<td>业务偏向大宗商品,对价格波动敏感;下游深加工程度相对较低。</td>
</tr>
<tr>
<td class="font-semibold">东岳硅材</td>
<td class="text-purple-300 font-bold">弹性最纯、价格旗手</td>
<td>业务纯度高,专注于有机硅单体。产能/市值比最高(0.31),价格上涨周期中理论弹性最大。</td>
<td>外购工业硅成本端受制于人7月火灾事故暴露安全生产风险产能恢复进度是关键变量。</td>
</tr>
<tr>
<td class="font-semibold">新安股份</td>
<td class="text-cyan-300 font-bold">一体协同、价值延伸</td>
<td>“有机硅+草甘膦”双主业,草甘膦副产氯甲烷具备产业链协同成本优势。在高附加值深加工产品领域布局较好。</td>
<td>有机硅产能规模相对较小(20万吨);业绩受两大周期品双重影响。</td>
</tr>
<tr>
<td class="font-semibold">兴发集团/三友化工</td>
<td class="text-gray-400 font-bold">多元化布局、估值修复</td>
<td>均为大型化工集团,有机硅是其多元业务板块之一。估值相对较低,在行业反转时具备修复空间。</td>
<td>有机硅业务“纯度”不高,股价可能被其他业务板块景气度拖累。</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- Stock List Section -->
<section>
<h2 class="section-title">有机硅产业链核心标的</h2>
<div class="overflow-x-auto glass-card rounded-2xl p-4">
<table class="table w-full">
<thead>
<tr>
<th>股票名称</th>
<th>股票代码</th>
<th>入选理由</th>
<th>权益产能(万吨/年)</th>
<th>当前市值(亿元)</th>
<th class="text-yellow-400">产能/市值比</th>
</tr>
</thead>
<tbody>
<tr>
<td>合盛硅业</td>
<td><a href="https://valuefrontier.cn/company?scode=603260" target="_blank" class="link link-hover text-blue-400 mono-font">603260.SH</a></td>
<td>有机硅主要上市公司</td>
<td>86.5</td>
<td>631</td>
<td class="mono-font">0.14</td>
</tr>
<tr>
<td>东岳硅材</td>
<td><a href="https://valuefrontier.cn/company?scode=300821" target="_blank" class="link link-hover text-blue-400 mono-font">300821.SZ</a></td>
<td>有机硅主要上市公司</td>
<td>30</td>
<td>98</td>
<td class="mono-font text-yellow-400 font-bold">0.31</td>
</tr>
<tr>
<td>兴发集团</td>
<td><a href="https://valuefrontier.cn/company?scode=600141" target="_blank" class="link link-hover text-blue-400 mono-font">600141.SH</a></td>
<td>有机硅主要上市公司</td>
<td>30</td>
<td>237</td>
<td class="mono-font">0.13</td>
</tr>
<tr>
<td>新安股份</td>
<td><a href="https://valuefrontier.cn/company?scode=600596" target="_blank" class="link link-hover text-blue-400 mono-font">600596.SH</a></td>
<td>有机硅主要上市公司</td>
<td>20</td>
<td>118</td>
<td class="mono-font">0.17</td>
</tr>
<tr>
<td>三友化工</td>
<td><a href="https://valuefrontier.cn/company?scode=600409" target="_blank" class="link link-hover text-blue-400 mono-font">600409.SH</a></td>
<td>有机硅主要上市公司</td>
<td>20</td>
<td>224</td>
<td class="mono-font">0.09</td>
</tr>
<tr>
<td>恒星科技</td>
<td><a href="https://valuefrontier.cn/company?scode=002132" target="_blank" class="link link-hover text-blue-400 mono-font">002132.SZ</a></td>
<td>有机硅主要上市公司</td>
<td>10</td>
<td>115</td>
<td class="mono-font">0.09</td>
</tr>
</tbody>
</table>
</div>
</section>
</main>
<!-- Footer -->
<footer class="text-center py-10 mt-16 border-t border-gray-800">
<p class="text-sm text-gray-500">
由 北京价值前沿科技有限公司 AI投研agent“价小前投研” 进行投研呈现
</p>
<p class="text-xs text-gray-600 mt-2">
本报告为AI合成数据所有信息仅供参考不构成任何投资建议投资需谨慎。
</p>
</footer>
</div>
<script>
var chartDom = document.getElementById('mainChart');
var myChart = echarts.init(chartDom);
var option;
option = {
backgroundColor: 'transparent',
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'cross'
},
backgroundColor: 'rgba(10, 10, 25, 0.8)',
borderColor: 'rgba(255, 255, 255, 0.2)',
textStyle: {
color: '#E0E0E0'
}
},
legend: {
data: ['DMC价格 (元/吨)', '需求结构:新能源 (%)'],
textStyle: { color: '#a6adbb' }
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
xAxis: [
{
type: 'category',
boundaryGap: false,
data: ['2024-Q4', '2025-02', '2025-03', '2025-07', '2025-11', '2026-Est.'],
axisLine: { lineStyle: { color: 'rgba(255,255,255,0.3)' } },
axisLabel: { color: '#a6adbb' }
}
],
yAxis: [
{
type: 'value',
name: '价格',
min: 10000,
max: 16000,
position: 'left',
axisLine: { show: true, lineStyle: { color: '#88a1ff' } },
axisLabel: { formatter: '{value}', color: '#88a1ff' },
splitLine: { lineStyle: { type: 'dashed', color: 'rgba(255,255,255,0.1)' } }
},
{
type: 'value',
name: '占比',
min: 0,
max: 50,
position: 'right',
axisLine: { show: true, lineStyle: { color: '#4dd0e1' } },
axisLabel: { formatter: '{value} %', color: '#4dd0e1' }
}
],
series: [
{
name: 'DMC价格 (元/吨)',
type: 'line',
smooth: true,
yAxisIndex: 0,
itemStyle: { color: '#88a1ff' },
lineStyle: {
width: 3,
shadowColor: 'rgba(136, 161, 255, 0.5)',
shadowBlur: 10
},
areaStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
offset: 0,
color: 'rgba(136, 161, 255, 0.3)'
}, {
offset: 1,
color: 'rgba(136, 161, 255, 0)'
}])
},
data: [12800, 13500, 14000, 12000, 13200, 15500]
},
{
name: '需求结构:新能源 (%)',
type: 'line',
smooth: true,
yAxisIndex: 1,
itemStyle: { color: '#4dd0e1' },
lineStyle: {
width: 3,
shadowColor: 'rgba(77, 208, 225, 0.5)',
shadowBlur: 10
},
areaStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
offset: 0,
color: 'rgba(77, 208, 225, 0.3)'
}, {
offset: 1,
color: 'rgba(77, 208, 225, 0)'
}])
},
data: [25, 30, 35, 40, 42, 45]
}
]
};
option && myChart.setOption(option);
window.addEventListener('resize', myChart.resize);
</script>
</body>
</html>