644 lines
23 KiB
HTML
644 lines
23 KiB
HTML
|
||
<!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>
|
||
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800" rel="stylesheet" />
|
||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
|
||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/themes.css" rel="stylesheet" type="text/css" />
|
||
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
|
||
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3/tsparticles.bundle.min.js"></script>
|
||
<style>
|
||
body {
|
||
font-family: 'Inter', sans-serif;
|
||
background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
|
||
min-height: 100vh;
|
||
color: #e2e8f0;
|
||
}
|
||
|
||
.timeline-item {
|
||
position: relative;
|
||
padding-left: 30px;
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.timeline-item::before {
|
||
content: '';
|
||
position: absolute;
|
||
left: 0;
|
||
top: 5px;
|
||
width: 12px;
|
||
height: 12px;
|
||
border-radius: 50%;
|
||
background-color: #3b82f6;
|
||
}
|
||
|
||
.timeline-item::after {
|
||
content: '';
|
||
position: absolute;
|
||
left: 5px;
|
||
top: 17px;
|
||
width: 2px;
|
||
height: calc(100% + 10px);
|
||
background-color: #334155;
|
||
}
|
||
|
||
.timeline-item:last-child::after {
|
||
display: none;
|
||
}
|
||
|
||
.card {
|
||
background: rgba(30, 41, 59, 0.7);
|
||
backdrop-filter: blur(10px);
|
||
border: 1px solid rgba(71, 85, 105, 0.3);
|
||
border-radius: 12px;
|
||
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
||
transition: all 0.3s ease;
|
||
}
|
||
|
||
.card:hover {
|
||
transform: translateY(-2px);
|
||
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
||
}
|
||
|
||
.highlight {
|
||
background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
|
||
-webkit-background-clip: text;
|
||
-webkit-text-fill-color: transparent;
|
||
font-weight: 600;
|
||
}
|
||
|
||
.table-container {
|
||
overflow-x: auto;
|
||
}
|
||
|
||
.table th, .table td {
|
||
padding: 12px 15px;
|
||
text-align: left;
|
||
border-bottom: 1px solid rgba(71, 85, 105, 0.3);
|
||
}
|
||
|
||
.table th {
|
||
background-color: rgba(30, 41, 59, 0.5);
|
||
font-weight: 600;
|
||
color: #cbd5e1;
|
||
text-transform: uppercase;
|
||
font-size: 0.75rem;
|
||
letter-spacing: 0.05em;
|
||
}
|
||
|
||
.table tr:hover {
|
||
background-color: rgba(51, 65, 85, 0.3);
|
||
}
|
||
|
||
.badge {
|
||
display: inline-block;
|
||
padding: 0.25rem 0.5rem;
|
||
font-size: 0.75rem;
|
||
font-weight: 600;
|
||
border-radius: 9999px;
|
||
}
|
||
|
||
.badge-blue {
|
||
background-color: rgba(59, 130, 246, 0.2);
|
||
color: #93c5fd;
|
||
}
|
||
|
||
.badge-green {
|
||
background-color: rgba(34, 197, 94, 0.2);
|
||
color: #86efac;
|
||
}
|
||
|
||
.badge-purple {
|
||
background-color: rgba(168, 85, 247, 0.2);
|
||
color: #c4b5fd;
|
||
}
|
||
|
||
.badge-amber {
|
||
background-color: rgba(245, 158, 11, 0.2);
|
||
color: #fcd34d;
|
||
}
|
||
|
||
.mermaid {
|
||
background: rgba(30, 41, 59, 0.5);
|
||
border-radius: 8px;
|
||
padding: 20px;
|
||
margin: 20px 0;
|
||
}
|
||
|
||
#particles-js {
|
||
position: fixed;
|
||
width: 100%;
|
||
height: 100%;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: -1;
|
||
}
|
||
|
||
.section-title {
|
||
font-size: 1.5rem;
|
||
font-weight: 700;
|
||
margin-bottom: 1.5rem;
|
||
color: #f1f5f9;
|
||
position: relative;
|
||
padding-left: 15px;
|
||
}
|
||
|
||
.section-title::before {
|
||
content: '';
|
||
position: absolute;
|
||
left: 0;
|
||
top: 50%;
|
||
transform: translateY(-50%);
|
||
width: 4px;
|
||
height: 70%;
|
||
background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
|
||
border-radius: 2px;
|
||
}
|
||
|
||
.quote {
|
||
background: rgba(59, 130, 246, 0.1);
|
||
border-left: 4px solid #3b82f6;
|
||
padding: 15px 20px;
|
||
margin: 20px 0;
|
||
border-radius: 0 8px 8px 0;
|
||
}
|
||
|
||
.risk-table {
|
||
width: 100%;
|
||
border-collapse: collapse;
|
||
}
|
||
|
||
.risk-table th, .risk-table td {
|
||
padding: 12px 15px;
|
||
text-align: left;
|
||
border-bottom: 1px solid rgba(71, 85, 105, 0.3);
|
||
}
|
||
|
||
.risk-table th {
|
||
background-color: rgba(30, 41, 59, 0.5);
|
||
font-weight: 600;
|
||
color: #cbd5e1;
|
||
}
|
||
|
||
.risk-table tr:hover {
|
||
background-color: rgba(51, 65, 85, 0.3);
|
||
}
|
||
|
||
@media (max-width: 768px) {
|
||
.section-title {
|
||
font-size: 1.25rem;
|
||
}
|
||
|
||
.card {
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
.table-container {
|
||
margin: 0 -15px;
|
||
padding: 0 15px;
|
||
}
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div id="particles-js"></div>
|
||
|
||
<div class="container mx-auto px-4 py-8 max-w-6xl">
|
||
<!-- 标题部分 -->
|
||
<div class="text-center mb-12">
|
||
<h1 class="text-4xl md:text-5xl font-bold mb-4 text-white">
|
||
石墨烯散热<span class="highlight">行业深度分析</span>
|
||
</h1>
|
||
<p class="text-lg text-slate-300 max-w-3xl mx-auto">
|
||
探索AI终端时代散热技术革新,解析石墨烯散热产业链投资机会
|
||
</p>
|
||
</div>
|
||
|
||
<!-- 概念事件时间轴 -->
|
||
<div class="card p-6 mb-8">
|
||
<h2 class="section-title">概念事件时间轴</h2>
|
||
<div class="timeline">
|
||
<div class="timeline-item">
|
||
<div class="font-semibold text-blue-300">2018年</div>
|
||
<div class="text-slate-300">华为Mate 20系列首次导入石墨烯散热膜</div>
|
||
<div class="text-sm text-slate-400">开启消费电子端商业化元年</div>
|
||
</div>
|
||
<div class="timeline-item">
|
||
<div class="font-semibold text-blue-300">2023年9月</div>
|
||
<div class="text-slate-300">华为Mate X3发布</div>
|
||
<div class="text-sm text-slate-400">采用"超冷跨轴石墨烯+VC"组合方案,折叠屏用量翻倍</div>
|
||
</div>
|
||
<div class="timeline-item">
|
||
<div class="font-semibold text-blue-300">2024年8月</div>
|
||
<div class="text-slate-300">产业链密集爆料</div>
|
||
<div class="text-sm text-slate-400">iPhone 16全系首次引入石墨烯散热(单机价值8-10元),华为三折叠/OPPO Find N3 Flip同步采用</div>
|
||
</div>
|
||
<div class="timeline-item">
|
||
<div class="font-semibold text-blue-300">2024年11月</div>
|
||
<div class="text-slate-300">华为Mate X6发布</div>
|
||
<div class="text-sm text-slate-400">搭载"超高导热石墨烯",官方强调耐弯折特性</div>
|
||
</div>
|
||
<div class="timeline-item">
|
||
<div class="font-semibold text-blue-300">2025年预测</div>
|
||
<div class="text-slate-300">CGIA Research</div>
|
||
<div class="text-sm text-slate-400">全球智能手机石墨烯散热膜市场规模达30亿元(5G手机26.4亿+4G手机3.6亿)</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心观点摘要 -->
|
||
<div class="card p-6 mb-8">
|
||
<h2 class="section-title">核心观点摘要</h2>
|
||
<div class="quote">
|
||
<p class="text-lg mb-2">
|
||
<span class="highlight">石墨烯散热正处于"技术验证→品牌渗透→成本拐点"三阶段中的第二阶段。</span>
|
||
</p>
|
||
<p class="text-lg mb-2">
|
||
<span class="highlight">核心驱动力是AI终端功耗激增带来的散热刚需,而非单纯材料替代。</span>
|
||
</p>
|
||
<p class="text-lg">
|
||
<span class="highlight">2024-2025年苹果/华为旗舰机放量将验证商业化可行性,但成本下降速度决定能否下沉中端市场。</span>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心逻辑与市场认知分析 -->
|
||
<div class="card p-6 mb-8">
|
||
<h2 class="section-title">核心逻辑与市场认知分析</h2>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-slate-200">核心驱动力:AI终端的"功耗-散热"刚性矛盾</h3>
|
||
<ul class="list-disc pl-6 mb-6 text-slate-300 space-y-2">
|
||
<li><strong>数据支撑</strong>:AI手机需满足<strong>8GB内存+30T算力</strong>门槛,芯片功耗较4G时代提升<strong>2-3倍</strong>(路演纪要)。</li>
|
||
<li><strong>技术路径</strong>:单层石墨→多层石墨→石墨烯/VC复合,石墨烯因<strong>导热系数1300-2000W/m·K</strong>(人工石墨仅700-1950)成为高端方案首选。</li>
|
||
<li><strong>成本临界点</strong>:当厚度>75μm时,石墨烯综合成本开始低于多层石墨(道明光学路演)。</li>
|
||
</ul>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-slate-200">市场热度与情绪</h3>
|
||
<ul class="list-disc pl-6 mb-6 text-slate-300 space-y-2">
|
||
<li><strong>研报密度</strong>:2024年8-12月相关研报<strong>15篇</strong>,其中<strong>60%</strong>聚焦苹果/华为新品催化。</li>
|
||
<li><strong>情绪分化</strong>:
|
||
<ul class="list-circle pl-6 mt-2 space-y-1">
|
||
<li><strong>乐观派</strong>:认为苹果导入将复制"OLED渗透路径"(2017年iPhone X带动产业链爆发)。</li>
|
||
<li><strong>谨慎派</strong>:指出当前渗透率仅<strong>3%</strong>(专家纪要),且<strong>200-300元/克</strong>成本限制普及(民生电子路演)。</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-slate-200">预期差:市场忽略的三大关键点</h3>
|
||
<div class="overflow-x-auto">
|
||
<table class="risk-table w-full">
|
||
<thead>
|
||
<tr>
|
||
<th class="w-1/3">市场预期</th>
|
||
<th class="w-1/3">实际验证</th>
|
||
<th class="w-1/3">预期差来源</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>石墨烯将快速替代石墨</td>
|
||
<td><strong>苹果仍采用"石墨+石墨烯"复合方案</strong>(2024年9月拆机)</td>
|
||
<td>石墨烯是<strong>增量</strong>而非<strong>替代</strong></td>
|
||
</tr>
|
||
<tr>
|
||
<td>成本下降依赖规模效应</td>
|
||
<td><strong>富烯科技通过工艺优化已降本40%</strong>(2024年路演)</td>
|
||
<td>技术降本速度超预期</td>
|
||
</tr>
|
||
<tr>
|
||
<td>仅用于手机散热</td>
|
||
<td><strong>已扩展至SSD/内存/高铁电子设备</strong>(2025年3月案例)</td>
|
||
<td>应用场景多元化被低估</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 催化剂与路径 -->
|
||
<div class="card p-6 mb-8">
|
||
<h2 class="section-title">催化剂与路径</h2>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-slate-200">近期催化剂(3-6个月)</h3>
|
||
<ul class="list-disc pl-6 mb-6 text-slate-300 space-y-2">
|
||
<li><strong>2024年9月</strong>:iPhone 16系列上市(<strong>2.6亿台</strong>备货量,石墨烯单机价值<strong>8-10元</strong>)。</li>
|
||
<li><strong>2024年11月</strong>:华为Mate 70发布(预计采用<strong>3D石墨烯膜</strong>,单机价值或达<strong>30元</strong>)。</li>
|
||
<li><strong>2024年Q4</strong>:OPPO/荣耀折叠屏新品集中发布(石墨烯用量较直板机<strong>翻倍</strong>)。</li>
|
||
</ul>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-slate-200">长期路径(2025-2027)</h3>
|
||
<div class="mermaid">
|
||
<div class="flex flex-col items-center">
|
||
<div class="bg-blue-900 text-white px-4 py-2 rounded-lg mb-4">2025: 30亿市场</div>
|
||
<div class="text-blue-300 mb-2">↓ 成本降至50元/克</div>
|
||
<div class="bg-blue-800 text-white px-4 py-2 rounded-lg mb-4">2026: 中端机渗透10%</div>
|
||
<div class="text-blue-300 mb-2">↓ 工艺标准化</div>
|
||
<div class="bg-blue-700 text-white px-4 py-2 rounded-lg mb-4">2027: 市场规模>100亿</div>
|
||
<div class="text-blue-300 mb-2">↓ 拓展至AI PC/服务器</div>
|
||
<div class="bg-blue-600 text-white px-4 py-2 rounded-lg">成为热管理通用材料</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 产业链与核心公司 -->
|
||
<div class="card p-6 mb-8">
|
||
<h2 class="section-title">产业链与核心公司</h2>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-slate-200">产业链图谱</h3>
|
||
<div class="bg-slate-800 p-4 rounded-lg mb-6 text-center">
|
||
<div class="mb-2">上游:氧化石墨烯(常州富烯、深瑞墨烯)</div>
|
||
<div class="text-blue-400 mb-2">↓</div>
|
||
<div class="mb-2">中游:石墨烯膜卷材(道明光学、锦富技术)</div>
|
||
<div class="text-blue-400 mb-2">↓</div>
|
||
<div>下游:模组集成(领益智造、飞荣达)→ 终端品牌(苹果/华为/OPPO)</div>
|
||
</div>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-slate-200">核心玩家对比</h3>
|
||
<div class="overflow-x-auto">
|
||
<table class="risk-table w-full">
|
||
<thead>
|
||
<tr>
|
||
<th>公司</th>
|
||
<th>技术路线</th>
|
||
<th>客户绑定</th>
|
||
<th>产能/进展</th>
|
||
<th>风险点</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><strong>富烯科技</strong>(未上市)</td>
|
||
<td>卷对卷工艺,耐弯折>20万次</td>
|
||
<td>华为<strong>90%份额</strong></td>
|
||
<td>2024年产能<strong>100万㎡</strong></td>
|
||
<td>过度依赖单一客户</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>道明光学</strong>(002632)</td>
|
||
<td>氧化石墨烯→烧结压延</td>
|
||
<td>OPPO/努比亚</td>
|
||
<td>100万㎡产线已投产</td>
|
||
<td><strong>2024年收入仅1000万</strong>(未达预期)</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>锦富技术</strong>(300128)</td>
|
||
<td>高性能膜(导热系数>1300)</td>
|
||
<td>苹果/三星认证中</td>
|
||
<td><strong>400万㎡</strong>募投项目在建</td>
|
||
<td>产能释放节奏存疑</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>中石科技</strong>(300684)</td>
|
||
<td>合成石墨+石墨烯复合</td>
|
||
<td>苹果核心供应商</td>
|
||
<td>参与iPhone 16散热设计</td>
|
||
<td>石墨烯占比未披露</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 mt-6 text-slate-200">验证与证伪</h3>
|
||
<ul class="list-disc pl-6 mb-6 text-slate-300 space-y-2">
|
||
<li><strong>验证</strong>:华为Mate X6采用"超高导热石墨烯"(2024年11月新闻),印证折叠屏需求逻辑。</li>
|
||
<li><strong>证伪</strong>:道明光学2024年石墨烯收入<strong>1000万</strong>(vs预期5000万),显示<strong>成本瓶颈仍在</strong>。</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- 潜在风险 -->
|
||
<div class="card p-6 mb-8">
|
||
<h2 class="section-title">潜在风险</h2>
|
||
<div class="overflow-x-auto">
|
||
<table class="risk-table w-full">
|
||
<thead>
|
||
<tr>
|
||
<th class="w-1/4">风险类型</th>
|
||
<th class="w-1/3">具体表现</th>
|
||
<th class="w-5/12">数据支撑</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><strong>技术风险</strong></td>
|
||
<td>厚度>100μm时导热系数衰减(上海微系统所2025年研究)</td>
|
||
<td>实验显示110μm膜热导率仅1781W/m·K(理论值5300)</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>商业化风险</strong></td>
|
||
<td>富烯科技<strong>90%收入依赖华为</strong>(太平洋证券调研)</td>
|
||
<td>若华为订单波动将直接冲击产业链</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>竞争风险</strong></td>
|
||
<td>人工石墨降价至<strong>50元/㎡</strong>(2024年路演)</td>
|
||
<td>石墨烯需降至<strong>80元/㎡</strong>以下才有性价比</td>
|
||
</tr>
|
||
<tr>
|
||
<td><strong>信息矛盾</strong></td>
|
||
<td>研报称"苹果全系采用石墨烯",但拆机显示<strong>仅Pro系列使用</strong></td>
|
||
<td>需跟踪后续机型渗透节奏</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 综合结论与投资启示 -->
|
||
<div class="card p-6 mb-8">
|
||
<h2 class="section-title">综合结论与投资启示</h2>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-slate-200">阶段判断</h3>
|
||
<div class="quote">
|
||
<p class="text-lg mb-2">
|
||
<span class="highlight">当前处于"主题投资→基本面验证"过渡期。</span>
|
||
</p>
|
||
<p class="text-lg">
|
||
<span class="highlight">苹果/华为旗舰机销量是验证商业化可行性的唯一标准。</span>
|
||
</p>
|
||
</div>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 mt-6 text-slate-200">高价值细分方向</h3>
|
||
<ol class="list-decimal pl-6 mb-6 text-slate-300 space-y-2">
|
||
<li><strong>折叠屏增量市场</strong>:单机石墨烯用量<strong>2-3倍</strong>于直板机(华为Mate X6案例)。</li>
|
||
<li><strong>工艺降本龙头</strong>:关注<strong>富烯科技</strong>(未上市)或<strong>锦富技术</strong>(产能弹性最大)。</li>
|
||
<li><strong>设备端延伸</strong>:石墨烯散热模组向<strong>AI PC/服务器</strong>渗透(中石科技已布局液冷模组)。</li>
|
||
</ol>
|
||
|
||
<h3 class="text-xl font-semibold mb-4 text-slate-200">关键跟踪指标</h3>
|
||
<ul class="list-disc pl-6 mb-6 text-slate-300 space-y-2">
|
||
<li><strong>渗透率</strong>:2025年AI手机中石墨烯方案占比能否突破<strong>10%</strong>(当前<3%)。</li>
|
||
<li><strong>成本曲线</strong>:富烯科技/道明光学2025年石墨烯膜成本能否降至<strong>80元/㎡</strong>以下。</li>
|
||
<li><strong>订单验证</strong>:苹果2025年iPhone 17是否扩大石墨烯应用至<strong>标准版机型</strong>。</li>
|
||
</ul>
|
||
|
||
<div class="bg-amber-900/30 border-l-4 border-amber-500 p-4 rounded-r-lg">
|
||
<p class="text-amber-200">
|
||
<strong>风险提示</strong>:若2024年Q4苹果/华为新机销量不及预期,或成本下降停滞,概念可能重回主题炒作。
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关联股票数据 -->
|
||
<div class="card p-6 mb-8">
|
||
<h2 class="section-title">关联股票数据</h2>
|
||
<div class="table-container">
|
||
<table class="table w-full">
|
||
<thead>
|
||
<tr>
|
||
<th>股票名称</th>
|
||
<th>行业</th>
|
||
<th>项目</th>
|
||
<th>产业链位置</th>
|
||
<th>投资逻辑</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<div class="font-semibold text-blue-300">福莱新材</div>
|
||
</td>
|
||
<td>
|
||
<span class="badge badge-blue">新材料/电子元器件</span>
|
||
</td>
|
||
<td>石墨烯散热模块</td>
|
||
<td>供应商</td>
|
||
<td>公司石墨烯散热模块已供货三星、苹果、华为等主流企业,是石墨烯散热领域的核心供应商。</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<div class="font-semibold text-blue-300">捷邦科技</div>
|
||
</td>
|
||
<td>
|
||
<span class="badge badge-blue">电子元器件</span>
|
||
</td>
|
||
<td>VC散热片</td>
|
||
<td>供应商</td>
|
||
<td>收购赛诺高德后成为国内VC散热片龙头,供应苹果、华为等品牌,2022年VC散热片国内市占率80%。</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<div class="font-semibold text-blue-300">思泉新材</div>
|
||
</td>
|
||
<td>
|
||
<span class="badge badge-blue">电子元器件</span>
|
||
</td>
|
||
<td>系统化散热解决方案</td>
|
||
<td>解决方案提供商</td>
|
||
<td>少数能提供消费电子产品系统化散热方案的企业,2022年通过北美大客户认证,有望切入AI手机市场。</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<div class="font-semibold text-blue-300">道明光学</div>
|
||
</td>
|
||
<td>
|
||
<span class="badge badge-purple">光学材料</span>
|
||
</td>
|
||
<td>石墨烯散热膜</td>
|
||
<td>供应商</td>
|
||
<td>石墨烯散热膜已应用于OPPO AI手机系列(如OPPO Find N3 Flip),具备技术落地能力。</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<div class="font-semibold text-blue-300">锦富技术</div>
|
||
</td>
|
||
<td>
|
||
<span class="badge badge-green">新材料</span>
|
||
</td>
|
||
<td>石墨烯散热膜生产基地</td>
|
||
<td>生产商</td>
|
||
<td>拟募资7.4亿建设高性能石墨烯散热膜项目,达产后新增产能400万平方米/年,拥有多项石墨烯发明专利。</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<div class="font-semibold text-blue-300">中石科技</div>
|
||
</td>
|
||
<td>
|
||
<span class="badge badge-blue">电子元器件</span>
|
||
</td>
|
||
<td>石墨烯散热技术</td>
|
||
<td>供应商</td>
|
||
<td>AI手机散热需求推动单层石墨烯向三层升级,公司石墨烯材料已应用于苹果供应链,技术迭代能力强。</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<script>
|
||
// 初始化粒子背景
|
||
tsParticles.load("particles-js", {
|
||
particles: {
|
||
number: {
|
||
value: 80,
|
||
density: {
|
||
enable: true,
|
||
value_area: 800
|
||
}
|
||
},
|
||
color: {
|
||
value: "#3b82f6"
|
||
},
|
||
shape: {
|
||
type: "circle"
|
||
},
|
||
opacity: {
|
||
value: 0.5,
|
||
random: false
|
||
},
|
||
size: {
|
||
value: 3,
|
||
random: true
|
||
},
|
||
line_linked: {
|
||
enable: true,
|
||
distance: 150,
|
||
color: "#3b82f6",
|
||
opacity: 0.4,
|
||
width: 1
|
||
},
|
||
move: {
|
||
enable: true,
|
||
speed: 2,
|
||
direction: "none",
|
||
random: false,
|
||
straight: false,
|
||
out_mode: "out",
|
||
bounce: false
|
||
}
|
||
},
|
||
interactivity: {
|
||
detect_on: "canvas",
|
||
events: {
|
||
onhover: {
|
||
enable: true,
|
||
mode: "grab"
|
||
},
|
||
onclick: {
|
||
enable: true,
|
||
mode: "push"
|
||
},
|
||
resize: true
|
||
},
|
||
modes: {
|
||
grab: {
|
||
distance: 140,
|
||
line_linked: {
|
||
opacity: 1
|
||
}
|
||
},
|
||
push: {
|
||
particles_nb: 4
|
||
}
|
||
}
|
||
},
|
||
retina_detect: true
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|
||
``` |