Files
vf_react/public/htmls/钻石散热.html
2025-12-05 13:29:18 +08:00

509 lines
32 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>深度行研:钻石散热 - AI时代的终极热管理方案</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.10.1/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>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
background-color: #00000a;
background-image:
radial-gradient(ellipse 20% 40% at 20% 20%, rgba(100, 116, 225, 0.15), transparent),
radial-gradient(ellipse 20% 40% at 80% 90%, rgba(99, 102, 241, 0.15), transparent);
background-attachment: fixed;
color: #e0e0e0;
}
.font-title {
font-family: 'Space Grotesk', sans-serif;
}
.glass-card {
background: rgba(15, 23, 42, 0.5); /* bg-slate-900/50 */
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(56, 189, 248, 0.2); /* border-sky-400/20 */
border-radius: 1.5rem; /* rounded-3xl */
position: relative;
overflow: hidden;
transition: all 0.3s ease;
}
.glass-card:hover {
box-shadow: 0 0 40px rgba(56, 189, 248, 0.1);
border-color: rgba(56, 189, 248, 0.4);
}
.glow-effect {
position: absolute;
top: 50%;
left: 50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, rgba(99, 102, 241, 0) 40%);
transform: translate(-50%, -50%);
transition: opacity 0.5s ease;
opacity: 0;
pointer-events: none;
}
.glass-card:hover .glow-effect {
opacity: 1;
}
.bento-grid {
display: grid;
gap: 1rem;
grid-template-columns: repeat(6, 1fr);
grid-auto-rows: minmax(100px, auto);
}
.bento-item-1 { grid-column: span 6; grid-row: span 1; }
.bento-item-2 { grid-column: span 3; grid-row: span 2; }
.bento-item-3 { grid-column: span 3; grid-row: span 2; }
.bento-item-4 { grid-column: span 2; grid-row: span 2; }
.bento-item-5 { grid-column: span 2; grid-row: span 2; }
.bento-item-6 { grid-column: span 2; grid-row: span 2; }
@media (max-width: 768px) {
.bento-item-1, .bento-item-2, .bento-item-3, .bento-item-4, .bento-item-5, .bento-item-6 {
grid-column: span 6;
grid-row: span 1;
}
.bento-item-2, .bento-item-3, .bento-item-4, .bento-item-5, .bento-item-6 {
min-height: 20rem;
}
}
.timeline {
position: relative;
padding-left: 2.5rem;
}
.timeline::before {
content: '';
position: absolute;
left: 0.5rem;
top: 0;
bottom: 0;
width: 2px;
background-color: rgba(56, 189, 248, 0.2);
}
.timeline-item {
position: relative;
}
.timeline-item::before {
content: '';
position: absolute;
left: -2.2rem;
top: 0.4rem;
width: 1rem;
height: 1rem;
border-radius: 9999px;
background-color: #38bdf8; /* sky-400 */
border: 3px solid #0c4a6e; /* sky-900 */
box-shadow: 0 0 10px #38bdf8;
}
</style>
</head>
<body class="min-h-screen">
<div class="p-4 sm:p-6 md:p-8 max-w-7xl mx-auto">
<!-- Header -->
<header class="text-center py-12">
<h1 class="font-title text-4xl sm:text-5xl md:text-6xl font-bold tracking-tighter text-transparent bg-clip-text bg-gradient-to-br from-white to-sky-300">
钻石散热
</h1>
<p class="mt-4 text-lg sm:text-xl text-slate-300 max-w-3xl mx-auto">
AI时代的终极热管理方案从物理极限到产业爆发
</p>
</header>
<main class="space-y-12">
<!-- Insight: Core Analysis -->
<section id="insight-core" class="glass-card p-6 md:p-8">
<div class="glow-effect"></div>
<h2 class="font-title text-3xl font-bold mb-6 text-sky-300 border-l-4 border-sky-400 pl-4">核心观点与市场认知</h2>
<div class="space-y-6 text-slate-300 leading-relaxed">
<p>钻石散热是AI算力需求爆发背景下为解决高功率密度芯片“散热墙”问题而生的颠覆性技术方案。当前该概念正处于<strong class="text-cyan-300">“从0到1”的产业化初期</strong>,其核心驱动力源于以<strong class="text-white">英伟达</strong>为首的下游巨头对极致性能的追求已将该技术纳入其下一代产品路线图。未来钻石散热有望从高端AI芯片市场逐步向下渗透市场空间广阔但短期内仍面临成本、工艺和规模化量产的挑战。</p>
</div>
</section>
<!-- Timeline of Concept Genesis -->
<section id="timeline" class="glass-card p-6 md:p-8">
<div class="glow-effect"></div>
<h2 class="font-title text-3xl font-bold mb-8 text-sky-300 border-l-4 border-sky-400 pl-4">概念演进:从奠基到引爆</h2>
<div class="timeline space-y-8">
<div class="timeline-item">
<h3 class="text-lg font-bold text-white">技术奠基期 (2022-2023)</h3>
<p class="text-slate-400 text-sm mb-2">国内企业前瞻布局,商业化探索初步成功。</p>
<ul class="list-disc list-inside text-slate-300 space-y-1">
<li><strong>2022.09:</strong> 国机精工公告投资建设年产5万片超高导热金刚石材料生产线。</li>
<li><strong>2023.11:</strong> 沃尔德公告单晶金刚石热沉产品完成客户两轮测试用于5G射频功放散热。</li>
</ul>
</div>
<div class="timeline-item">
<h3 class="text-lg font-bold text-white">产业催化期 (2024)</h3>
<p class="text-slate-400 text-sm mb-2">产业链技术突破,国际巨头入局信号强烈。</p>
<ul class="list-disc list-inside text-slate-300 space-y-1">
<li><strong>2024.05:</strong> 四方达国内最大CVD金刚石基地投产黄河旋风开发出热导率超2000W/mK热沉片。</li>
<li><strong>2024.08:</strong> 中国对人造金刚石设备技术实施出口管制,凸显战略重要性。</li>
<li><strong>2024.11-12:</strong> Akash Systems获芯片法案支持华为公布钻石散热专利英伟达完成实验室测试。</li>
</ul>
</div>
<div class="timeline-item">
<h3 class="text-lg font-bold text-white">产业元年 (2025)</h3>
<p class="text-slate-400 text-sm mb-2">标志性项目落地,核心引爆点出现。</p>
<ul class="list-disc list-inside text-slate-300 space-y-1">
<li><strong>2025.01:</strong> 力量钻石半导体高功率散热片项目建成投产。</li>
<li><strong>2025.03 (披露):</strong> <strong class="text-cyan-300">英伟达在其Blackwell GB200 GPU中采用九块培育钻石片作为散热方案</strong>,成为概念从实验室走向数据中心的核心引爆点。</li>
</ul>
</div>
</div>
</section>
<!-- Core Logic -->
<section id="core-logic" class="space-y-6">
<h2 class="font-title text-3xl font-bold text-sky-300 text-center">三大核心驱动力</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="glass-card p-6">
<div class="glow-effect"></div>
<h3 class="font-title text-xl font-bold text-white mb-3">物理极限的需求驱动</h3>
<p class="text-slate-300">AI芯片热流密度急剧升高传统散热材料已达性能天花板。钻石作为已知<strong class="text-cyan-300">热导率最高 (超2000 W/m·K)</strong>的材料,是唯一能满足下一代旗舰芯片散热需求的“终极解决方案”。</p>
</div>
<div class="glass-card p-6">
<div class="glow-effect"></div>
<h3 class="font-title text-xl font-bold text-white mb-3">商业巨头的验证驱动</h3>
<p class="text-slate-300">英伟达在<strong class="text-cyan-300">Blackwell GB200</strong>上的率先采用是概念从理论走向现实的“发令枪”。这标志着技术已进入顶级供应链验证和导入的实质性阶段性能提升3倍的测试结果极具说服力。</p>
</div>
<div class="glass-card p-6">
<div class="glow-effect"></div>
<h3 class="font-title text-xl font-bold text-white mb-3">产业链的自主可控驱动</h3>
<p class="text-slate-300">我国人造钻石产量占全球<strong class="text-cyan-300">90%以上</strong>核心设备MPCVD国产化率超95%,并已实施技术出口管制。这确保了在发展此战略性新兴产业时无“卡脖子”风险,为国内企业提供了独特竞争优势。</p>
</div>
</div>
</section>
<!-- Market Size Chart -->
<section id="market-size" class="glass-card p-6 md:p-8">
<div class="glow-effect"></div>
<h2 class="font-title text-3xl font-bold mb-6 text-sky-300 border-l-4 border-sky-400 pl-4">市场规模预测 (2025-2030)</h2>
<div id="marketChart" class="w-full h-96"></div>
</section>
<!-- Expectation Gap -->
<section id="expectation-gap" class="glass-card p-6 md:p-8">
<div class="glow-effect"></div>
<h2 class="font-title text-3xl font-bold mb-6 text-sky-300 border-l-4 border-sky-400 pl-4">预期差分析:机遇与风险</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-x-8 gap-y-6">
<div>
<p class="text-lg font-semibold text-rose-400">市场宏大叙事</p>
<ul class="mt-2 list-disc list-inside text-slate-300 space-y-1">
<li><strong>“全面爆发”</strong>:电动车、卫星、无人机等全场景应用。</li>
<li><strong>“成本无碍”</strong>认为成本非核心矛盾规模化可降70%。</li>
<li><strong>“全线量产”</strong>:将“送样成功”等同于“批量订单”。</li>
</ul>
</div>
<div>
<p class="text-lg font-semibold text-cyan-300">产业实际进展</p>
<ul class="mt-2 list-disc list-inside text-slate-300 space-y-1">
<li><strong>“尖端突破”</strong>当前落地场景高度聚焦于顶级AI GPU。</li>
<li><strong>“成本瓶颈”</strong>公司路演明确指出当前价格为消费级10倍以上。</li>
<li><strong>“送样测试”</strong>:多数公司仍处测试阶段,距稳定供货尚需时间。</li>
</ul>
</div>
</div>
</section>
<!-- Future Path -->
<section id="future-path" class="glass-card p-6 md:p-8">
<div class="glow-effect"></div>
<h2 class="font-title text-3xl font-bold mb-6 text-sky-300 border-l-4 border-sky-400 pl-4">未来发展路径</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 text-center">
<div class="border-t-2 border-cyan-500 pt-4">
<p class="font-title text-xl font-bold text-white">第一阶段 (2025-26)</p>
<p class="text-slate-400 mt-2">高端验证期聚焦顶级AI服务器GPU/CPU市场高毛利但规模有限。</p>
</div>
<div class="border-t-2 border-indigo-500 pt-4">
<p class="font-title text-xl font-bold text-white">第二阶段 (2027-28)</p>
<p class="text-slate-400 mt-2">领域扩张期拓展至5G/6G射频功放、高端自动驾驶芯片等领域。</p>
</div>
<div class="border-t-2 border-violet-500 pt-4">
<p class="font-title text-xl font-bold text-white">第三阶段 (2029-30+)</p>
<p class="text-slate-400 mt-2">市场普及期:成本大幅下降后,渗透至高端电动汽车、通用服务器等,市场规模迎来爆发。</p>
</div>
</div>
</section>
<!-- Company Analysis Bento Grid -->
<section id="company-analysis">
<h2 class="font-title text-3xl font-bold text-sky-300 text-center mb-8">产业链核心玩家深度剖析</h2>
<div class="bento-grid">
<div class="bento-item-1 glass-card p-6 flex flex-col justify-center">
<div class="glow-effect"></div>
<h3 class="font-title text-xl font-bold text-white mb-2">产业链图谱</h3>
<div class="flex flex-col md:flex-row justify-around items-center space-y-4 md:space-y-0 text-center">
<div><strong class="text-cyan-400">上游</strong><p class="text-sm text-slate-300">MPCVD设备、高纯气体</p></div>
<div class="text-2xl text-slate-500"></div>
<div><strong class="text-indigo-400">中游 (核心)</strong><p class="text-sm text-slate-300">CVD金刚石生长与加工</p></div>
<div class="text-2xl text-slate-500"></div>
<div><strong class="text-violet-400">下游</strong><p class="text-sm text-slate-300">芯片设计/制造、终端应用</p></div>
</div>
</div>
<div class="bento-item-2 glass-card p-6 flex flex-col">
<div class="glow-effect"></div>
<h3 class="font-title text-lg font-bold text-white">领导者梯队:力量钻石 & 四方达</h3>
<p class="text-sm text-slate-400 mb-4">量产与规模先行者</p>
<div class="flex-grow space-y-3 text-slate-300">
<p><strong>力量钻石 (301071):</strong> 逻辑最纯粹的量产先行者,执行力强,率先建成投产,抢占时间窗口。</p>
<p><strong>四方达 (300179):</strong> 产能规模领先者拥有国内最大CVD基地规模优势有望带来成本竞争力。</p>
</div>
</div>
<div class="bento-item-3 glass-card p-6 flex flex-col">
<div class="glow-effect"></div>
<h3 class="font-title text-lg font-bold text-white">技术创新者:沃尔德</h3>
<p class="text-sm text-slate-400 mb-4">最具技术想象空间</p>
<div class="flex-grow space-y-3 text-slate-300">
<p>研发<strong class="text-cyan-300">12英寸</strong>大尺寸散热晶圆并已送样台积电,布局“金刚石微流道一体化散热片”等差异化、高附加值产品。技术路线瞄准前沿,一旦成功,价值量远高于普通热沉片。</p>
</div>
</div>
<div class="bento-item-4 glass-card p-6 flex flex-col">
<div class="glow-effect"></div>
<h3 class="font-title text-lg font-bold text-white">稳健追赶者</h3>
<p class="text-sm text-slate-400 mb-4">黄河旋风 & 国机精工</p>
<div class="flex-grow space-y-3 text-slate-300">
<p><strong>黄河旋风 (600172):</strong> 研发扎实,与顶尖高校合作,技术底蕴深厚。</p>
<p><strong>国机精工 (002046):</strong> 产能规划明确(5万片/年),应用场景清晰(GaN半导体)。</p>
</div>
</div>
<div class="bento-item-5 glass-card p-6 flex flex-col">
<div class="glow-effect"></div>
<h3 class="font-title text-lg font-bold text-white">间接布局者</h3>
<p class="text-sm text-slate-400 mb-4">光莆股份</p>
<div class="flex-grow space-y-3 text-slate-300">
<p>通过持股国内领先的非上市公司<strong class="text-cyan-300">化合积电</strong>切入赛道,逻辑不够直接,但能分享产业增长红利。</p>
</div>
</div>
<div class="bento-item-6 glass-card p-6 flex flex-col bg-rose-900/40 border-rose-400/20">
<div class="glow-effect" style="background: radial-gradient(circle, rgba(251, 113, 133, 0.15) 0%, transparent 40%);"></div>
<h3 class="font-title text-lg font-bold text-rose-300">潜在风险与挑战</h3>
<ul class="mt-4 list-disc list-inside text-rose-200 space-y-2 flex-grow">
<li><strong>技术风险:</strong> 大尺寸量产、低温高质量键合技术瓶颈。</li>
<li><strong>商业化风险:</strong> 成本高昂是最大障碍,初期客户集中度过高。</li>
<li><strong>竞争风险:</strong> 替代技术(石墨烯、液冷)竞争,行业内卷风险。</li>
</ul>
</div>
</div>
</section>
<!-- Supporting Data Accordion -->
<section id="supporting-data" x-data="{ open: '' }">
<h2 class="font-title text-3xl font-bold text-sky-300 text-center mb-8">核心数据源摘要</h2>
<div class="space-y-4">
<div class="glass-card">
<div class="glow-effect"></div>
<div @click="open = open === 'news' ? '' : 'news'" class="p-4 cursor-pointer flex justify-between items-center">
<h3 class="font-title text-xl font-bold text-white">新闻数据精要</h3>
<svg :class="{'rotate-180': open === 'news'}" class="w-6 h-6 text-sky-400 transition-transform" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>
</div>
<div x-show="open === 'news'" x-collapse class="px-4 pb-4 text-slate-300">
<ul class="list-disc list-inside space-y-2">
<li><strong>核心观点:</strong> 钻石散热是AI时代的终极解决方案产业链“从0到1”一触即发2025年是规模化量产元年。</li>
<li><strong>性能提升:</strong> 英伟达测试显示采用钻石散热的GPU性能是普通芯片的3倍温度降低60%能耗降低40%。</li>
<li><strong>市场潜力:</strong> 目前热沉市场规模1000亿金刚石渗透率不足1%,未来有望增至百亿级。</li>
<li><strong>产业巨头:</strong> 英伟达率先测试并获首席科学家好评;华为接连发布钻石散热专利,坚定入局。</li>
<li><strong>自主可控:</strong> 我国人造钻石产量占全球90%以上供应链95%以上自主可控,不存在卡脖子问题。</li>
</ul>
</div>
</div>
<div class="glass-card">
<div class="glow-effect"></div>
<div @click="open = open === 'roadshow' ? '' : 'roadshow'" class="p-4 cursor-pointer flex justify-between items-center">
<h3 class="font-title text-xl font-bold text-white">路演纪要精要</h3>
<svg :class="{'rotate-180': open === 'roadshow'}" class="w-6 h-6 text-sky-400 transition-transform" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>
</div>
<div x-show="open === 'roadshow'" x-collapse class="px-4 pb-4 text-slate-300">
<ul class="list-disc list-inside space-y-2">
<li><strong>惠丰钻石:</strong> 明确2025年目标实现散热片量产但指出当前成本瓶颈价格为消费级10倍以上</li>
<li><strong>沃尔德:</strong> 12英寸钻石散热晶圆完成客户送样金刚石微流道一体化散热片方案定型力争年底向台湾终端客户送样。</li>
<li><strong>专家交流:</strong> 国内已送样台积电、英伟达;散热片一旦通过验证,需求量级将跳升至百万片/年。</li>
<li><strong>技术路线:</strong> CVD法更适合大尺寸、高性能应用场景是行业共识。</li>
</ul>
</div>
</div>
<div class="glass-card">
<div class="glow-effect"></div>
<div @click="open = open === 'research' ? '' : 'research'" class="p-4 cursor-pointer flex justify-between items-center">
<h3 class="font-title text-xl font-bold text-white">研报观点精要</h3>
<svg :class="{'rotate-180': open === 'research'}" class="w-6 h-6 text-sky-400 transition-transform" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>
</div>
<div x-show="open === 'research'" x-collapse class="px-4 pb-4 text-slate-300">
<ul class="list-disc list-inside space-y-2">
<li><strong>里程碑事件:</strong> 英伟达在其最新的Blackwell GB200 GPU中采用了九块培育钻石片作为散热解决方案。</li>
<li><strong>市场预测:</strong> 钻石散热市场规模有望从2025年的0.5亿美元增长至2030年的152亿美元复合增速高达214%。</li>
<li><strong>国内进展:</strong> 力量钻石半导体散热片项目已投产四方达建成国内最大CVD基地恒盛能源自研MPCVD设备。</li>
<li><strong>国际布局:</strong> 华为公布专利Diamond Foundry在西班牙建厂计划2025年开始生产。</li>
<li><strong>风险提示:</strong> 产业化不及预期、低成本生产方法突破不及预期、低温高质量键合技术实现困难。</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Stock Table -->
<section id="stock-list">
<h2 class="font-title text-3xl font-bold text-sky-300 text-center mb-8">相关概念股梳理</h2>
<div class="overflow-x-auto glass-card p-4">
<table class="table table-zebra bg-transparent w-full">
<thead class="text-slate-300 font-title">
<tr>
<th>股票名称</th>
<th>股票代码</th>
<th>核心逻辑与最新进展</th>
<th class="text-center">2023金刚石<br>相关业务占比</th>
</tr>
</thead>
<tbody id="stock-table-body" class="text-slate-300">
<!-- JS will populate this -->
</tbody>
</table>
</div>
</section>
</main>
<!-- Footer -->
<footer class="text-center py-12 text-slate-500 text-sm">
<p>北京价值前沿科技有限公司 AI投研agent“价小前投研” 进行投研呈现</p>
<p>本报告由AI基于公开数据合成所有信息仅供参考不构成任何投资建议投资需谨慎。</p>
</footer>
</div>
<script>
// ECharts for Market Size
var chartDom = document.getElementById('marketChart');
var myChart = echarts.init(chartDom);
var option;
option = {
backgroundColor: 'transparent',
tooltip: {
trigger: 'axis',
backgroundColor: 'rgba(15, 23, 42, 0.7)',
borderColor: 'rgba(56, 189, 248, 0.3)',
textStyle: {
color: '#e0e0e0'
},
formatter: function (params) {
return `<strong>${params[0].name}</strong><br/>市场规模: <strong>${params[0].value}</strong> 亿美元`
}
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
xAxis: {
type: 'category',
boundaryGap: false,
data: ['2025', '2026', '2027', '2028', '2029', '2030'],
axisLine: { lineStyle: { color: 'rgba(56, 189, 248, 0.3)' } },
axisLabel: { color: '#9ca3af' }
},
yAxis: {
type: 'value',
name: '市场规模 (亿美元)',
nameTextStyle: {
color: '#9ca3af'
},
axisLabel: { color: '#9ca3af' },
splitLine: {
lineStyle: {
color: 'rgba(56, 189, 248, 0.1)'
}
}
},
series: [
{
name: '市场规模',
type: 'line',
smooth: true,
symbol: 'circle',
symbolSize: 8,
itemStyle: {
color: '#38bdf8'
},
lineStyle: {
color: '#38bdf8',
width: 3,
shadowColor: 'rgba(56, 189, 248, 0.5)',
shadowBlur: 10
},
areaStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
offset: 0,
color: 'rgba(56, 189, 248, 0.3)'
}, {
offset: 1,
color: 'rgba(56, 189, 248, 0)'
}])
},
data: [50, 480, 1800, 4500, 9000, 15200] // Estimated growth based on 0.5 to 152 B projection
}
]
};
option && myChart.setOption(option);
window.addEventListener('resize', myChart.resize);
// Stock Table Data
const stockData = [
{ "stock": "力量钻石", "stock_code": "301071", "reason": "全资子公司与台湾捷斯奥签订项目,研究半导体散热功能性金刚石材料开发,提前布局新应用领域(24年10月)。25年1月半导体高功率散热片项目建成投产。", "占比": "100%", "highlight": true },
{ "stock": "四方达", "stock_code": "300179", "reason": "天璇功能性金刚石超级工厂投产为国内最大的CVD金刚石生产基地产品包括半导体散热用金刚石(24年5月)。", "占比": "100%", "highlight": true },
{ "stock": "沃尔德", "stock_code": "688028", "reason": "单晶金刚石热沉产品用于5G射频功放散热已完成客户两轮测试(23年11月)。研发12英寸钻石散热晶圆并送样台积电。", "占比": "7%", "highlight": true },
{ "stock": "惠丰钻石", "stock_code": "839725", "reason": "北交所。在粤港澳大湾区设立全资子公司深圳惠丰半导体,基于新材料尤其是加工半导体材料等业务(23年半年报)。", "占比": "95%", "highlight": true, "exchange": "北交所" },
{ "stock": "黄河旋风", "stock_code": "600172", "reason": "成功开发出CVD多晶金刚石热沉片热导率超2000 W/mK(24年5月)与厦门大学成立联合实验室针对AI、5G/6G芯片散热难题(24年11月)。", "占比": "88%", "highlight": false },
{ "stock": "国机精工", "stock_code": "002046", "reason": "金刚石散热片广泛应用于GaN半导体芯片领域。投资建设年产5万片超高导热金刚石材料生产线(22年9月)。", "占比": "36%", "highlight": false },
{ "stock": "中兵红箭", "stock_code": "000519", "reason": "已开发出适用于高校院所进行金刚石半导体器件研究的衬底材料(24年5月)。", "占比": "38%", "highlight": false },
{ "stock": "光莆股份", "stock_code": "300632", "reason": "持股化合积电(非上市),化合积电已具备完整的金刚石半导体材料解决方案,并实现规模化生产。", "占比": "—", "highlight": false }
];
const tableBody = document.getElementById('stock-table-body');
stockData.forEach(item => {
const row = document.createElement('tr');
row.className = `hover ${item.highlight ? 'text-cyan-300' : ''}`;
let stockCodeHtml = item.exchange === '北交所'
? `${item.stock_code} (北交所)`
: `<a href="https://valuefrontier.cn/company?scode=${item.stock_code}" target="_blank" class="hover:text-sky-400 transition-colors">${item.stock_code}</a>`;
row.innerHTML = `
<td class="font-bold">${item.stock} ${item.highlight ? '<span class="text-xs text-rose-400">(重点)</span>' : ''}</td>
<td>${stockCodeHtml}</td>
<td>${item.reason}</td>
<td class="text-center font-mono">${item.占比}</td>
`;
tableBody.appendChild(row);
});
</script>
</body>
</html>