Files
vf_react/public/htmls/磷化铟.html
2025-10-11 16:16:02 +08:00

584 lines
39 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">
<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.12.10/dist/full.min.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.timeline-dot {
position: relative;
}
.timeline-dot::before {
content: '';
position: absolute;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #3b82f6;
left: -20px;
top: 5px;
}
.timeline-line {
position: absolute;
width: 2px;
background-color: #e5e7eb;
left: -14px;
top: 17px;
bottom: -17px;
}
.timeline-item:last-child .timeline-line {
display: none;
}
.gradient-bg {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
.table-responsive {
overflow-x: auto;
}
}
</style>
</head>
<body class="bg-gray-50">
<!-- 头部导航 -->
<header class="bg-white shadow-sm sticky top-0 z-10">
<div class="container mx-auto px-4 py-3">
<div class="flex items-center justify-between">
<div class="flex items-center space-x-2">
<i class="fas fa-microchip text-indigo-600 text-2xl"></i>
<h1 class="text-xl font-bold text-gray-800">磷化铟概念分析</h1>
</div>
<div class="text-sm text-gray-500">
<i class="far fa-calendar-alt mr-1"></i>
<span>2025年8月</span>
</div>
</div>
</div>
</header>
<!-- 主要内容 -->
<main class="container mx-auto px-4 py-8">
<!-- 概念简介 -->
<section class="mb-12">
<div class="gradient-bg rounded-2xl p-6 text-white shadow-lg">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-2/3 mb-6 md:mb-0">
<h2 class="text-2xl font-bold mb-3">磷化铟(InP) - 半导体新材料投资机会</h2>
<p class="mb-4">磷化铟是一种重要的III-V族化合物半导体材料在光通信、射频器件、激光雷达等领域应用广泛。当前技术突破与市场需求共振国产化进程加速与AI驱动的光模块升级构成双重驱动力预计将迎来3-5年的高景气周期。</p>
<div class="flex flex-wrap gap-2">
<span class="bg-white bg-opacity-20 px-3 py-1 rounded-full text-sm">光通信</span>
<span class="bg-white bg-opacity-20 px-3 py-1 rounded-full text-sm">AI算力</span>
<span class="bg-white bg-opacity-20 px-3 py-1 rounded-full text-sm">国产替代</span>
<span class="bg-white bg-opacity-20 px-3 py-1 rounded-full text-sm">量子计算</span>
</div>
</div>
<div class="md:w-1/3 flex justify-center">
<div class="bg-white bg-opacity-20 rounded-xl p-4 w-full max-w-xs">
<div class="text-center mb-2">
<i class="fas fa-chart-line text-4xl"></i>
</div>
<h3 class="text-lg font-semibold text-center">市场增长预期</h3>
<p class="text-center mt-2">年复合增长率 <span class="text-xl font-bold">12%+</span></p>
</div>
</div>
</div>
</div>
</section>
<!-- 概念事件时间轴 -->
<section class="mb-12">
<div class="bg-white rounded-2xl p-6 shadow-md">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-history text-indigo-600 mr-3"></i>
磷化铟概念事件时间轴
</h2>
<div class="relative pl-8">
<div class="timeline-item mb-6 relative">
<div class="timeline-line"></div>
<div class="timeline-dot">
<div class="bg-blue-50 p-4 rounded-lg card-hover">
<div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-2">
<h3 class="font-bold text-lg text-blue-700">2025年2月4日</h3>
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full mt-1 sm:mt-0">出口管制</span>
</div>
<p class="text-gray-700">中国商务部、海关总署联合发布公告,决定对钨、碲、铋、钼、铟相关物项实施出口管制,引发对铟资源供应的关注</p>
</div>
</div>
</div>
<div class="timeline-item mb-6 relative">
<div class="timeline-line"></div>
<div class="timeline-dot">
<div class="bg-blue-50 p-4 rounded-lg card-hover">
<div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-2">
<h3 class="font-bold text-lg text-blue-700">2025年6月11日</h3>
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full mt-1 sm:mt-0">政策支持</span>
</div>
<p class="text-gray-700">云南省人民政府办公厅印发《云南省专精特新企业倍增三年行动计划(2025—2027年)》,明确提出做大做强铟、锗、铂为主的稀贵金属新材料产业,发展磷化铟等</p>
</div>
</div>
</div>
<div class="timeline-item mb-6 relative">
<div class="timeline-line"></div>
<div class="timeline-dot">
<div class="bg-blue-50 p-4 rounded-lg card-hover">
<div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-2">
<h3 class="font-bold text-lg text-blue-700">2025年6月30日</h3>
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full mt-1 sm:mt-0">市场供需</span>
</div>
<p class="text-gray-700">台湾经济日报报道AI高速运算原材料磷化铟大缺货下游买家称"有多少(料)就收多少,价格不是问题",引发市场对磷化铟的关注</p>
</div>
</div>
</div>
<div class="timeline-item mb-6 relative">
<div class="timeline-line"></div>
<div class="timeline-dot">
<div class="bg-blue-50 p-4 rounded-lg card-hover">
<div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-2">
<h3 class="font-bold text-lg text-blue-700">2025年8月19日</h3>
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full mt-1 sm:mt-0">技术突破</span>
</div>
<p class="text-gray-700">九峰山实验室宣布在磷化铟材料领域取得重要技术突破成功开发出6英寸磷化铟基PIN结构探测器和FP结构激光器的外延生长工艺关键性能指标达到国际领先水平</p>
</div>
</div>
</div>
<div class="timeline-item mb-6 relative">
<div class="timeline-line"></div>
<div class="timeline-dot">
<div class="bg-blue-50 p-4 rounded-lg card-hover">
<div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-2">
<h3 class="font-bold text-lg text-blue-700">2025年8月19日</h3>
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full mt-1 sm:mt-0">量产突破</span>
</div>
<p class="text-gray-700">云南锗业发布公告子公司云南鑫耀联合九峰山实验室攻克6英寸磷化铟单晶片量产技术外延均匀性指标达国际领先水平</p>
</div>
</div>
</div>
<div class="timeline-item relative">
<div class="timeline-dot">
<div class="bg-blue-50 p-4 rounded-lg card-hover">
<div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-2">
<h3 class="font-bold text-lg text-blue-700">2025年8月20日</h3>
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full mt-1 sm:mt-0">应用进展</span>
</div>
<p class="text-gray-700">市场消息称拥有国内独家磷化铟晶圆加工产线的公司800G硅光模块通过行业标准测试</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- 核心观点摘要 -->
<section class="mb-12">
<div class="bg-white rounded-2xl p-6 shadow-md">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-lightbulb text-yellow-500 mr-3"></i>
核心观点摘要
</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="bg-indigo-50 p-5 rounded-xl card-hover">
<div class="text-indigo-600 mb-3">
<i class="fas fa-microscope text-3xl"></i>
</div>
<h3 class="font-bold text-lg text-indigo-800 mb-2">技术突破</h3>
<p class="text-gray-700">九峰山实验室与云南鑫耀成功攻克6英寸磷化铟单晶片量产技术打破海外垄断推动国产光芯片成本降至3英寸的60%-70%</p>
</div>
<div class="bg-purple-50 p-5 rounded-xl card-hover">
<div class="text-purple-600 mb-3">
<i class="fas fa-rocket text-3xl"></i>
</div>
<h3 class="font-bold text-lg text-purple-800 mb-2">需求爆发</h3>
<p class="text-gray-700">AI高速计算推动数据中心光模块向1.6T/3.2T迭代磷化铟晶圆严重缺货需求年增长30%以上</p>
</div>
<div class="bg-green-50 p-5 rounded-xl card-hover">
<div class="text-green-600 mb-3">
<i class="fas fa-shield-alt text-3xl"></i>
</div>
<h3 class="font-bold text-lg text-green-800 mb-2">政策支持</h3>
<p class="text-gray-700">云南省和珠海市相继出台政策支持磷化铟等化合物半导体材料产业发展,出口管制强化国内产业链战略地位</p>
</div>
</div>
</div>
</section>
<!-- 产业链分析 -->
<section class="mb-12">
<div class="bg-white rounded-2xl p-6 shadow-md">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-sitemap text-green-600 mr-3"></i>
产业链与核心公司
</h2>
<div class="mb-8">
<h3 class="text-xl font-semibold text-gray-700 mb-4">产业链图谱</h3>
<div class="bg-gray-50 p-4 rounded-lg">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="w-full md:w-1/4 mb-4 md:mb-0 text-center">
<div class="bg-blue-100 p-4 rounded-lg">
<h4 class="font-bold text-blue-800 mb-2">上游:原材料</h4>
<p class="text-sm text-gray-700">铟资源、磷源</p>
<p class="text-xs text-gray-600 mt-1">代表企业:锡业股份、华锡有色等</p>
</div>
</div>
<div class="w-full md:w-1/4 mb-4 md:mb-0 text-center">
<div class="bg-purple-100 p-4 rounded-lg">
<h4 class="font-bold text-purple-800 mb-2">中游:制造加工</h4>
<p class="text-sm text-gray-700">衬底材料、外延片、光芯片</p>
<p class="text-xs text-gray-600 mt-1">代表企业:云南锗业、源杰科技等</p>
</div>
</div>
<div class="w-full md:w-1/4 mb-4 md:mb-0 text-center">
<div class="bg-green-100 p-4 rounded-lg">
<h4 class="font-bold text-green-800 mb-2">下游:应用</h4>
<p class="text-sm text-gray-700">光模块、量子计算、激光雷达</p>
<p class="text-xs text-gray-600 mt-1">代表企业:中际旭创、海信宽带等</p>
</div>
</div>
<div class="w-full md:w-1/4 text-center">
<div class="bg-yellow-100 p-4 rounded-lg">
<h4 class="font-bold text-yellow-800 mb-2">市场前景</h4>
<p class="text-sm text-gray-700">国产替代空间超500亿元</p>
<p class="text-xs text-gray-600 mt-1">年复合增长率12%+</p>
</div>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold text-gray-700 mb-4">核心玩家对比</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="border border-blue-200 rounded-xl p-5 bg-blue-50">
<div class="flex items-center mb-3">
<div class="bg-blue-100 p-2 rounded-full mr-3">
<i class="fas fa-crown text-blue-600"></i>
</div>
<h4 class="font-bold text-lg text-blue-800">云南锗业 (002428.SZ)</h4>
</div>
<p class="text-sm text-gray-700 mb-3">国内唯一具备6英寸InP量产能力的厂商持股云南鑫耀56%,直接受益于磷化铟产业发展</p>
<div class="flex flex-wrap gap-2">
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">技术领先</span>
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">上游核心</span>
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">逻辑纯粹</span>
</div>
</div>
<div class="border border-purple-200 rounded-xl p-5 bg-purple-50">
<div class="flex items-center mb-3">
<div class="bg-purple-100 p-2 rounded-full mr-3">
<i class="fas fa-microchip text-purple-600"></i>
</div>
<h4 class="font-bold text-lg text-purple-800">源杰科技 (688498)</h4>
</div>
<p class="text-sm text-gray-700 mb-3">国内磷化铟光芯片龙头市占率约30%,深度绑定国内头部光模块厂商</p>
<div class="flex flex-wrap gap-2">
<span class="bg-purple-100 text-purple-800 text-xs px-2 py-1 rounded-full">中游龙头</span>
<span class="bg-purple-100 text-purple-800 text-xs px-2 py-1 rounded-full">客户稳定</span>
<span class="bg-purple-100 text-purple-800 text-xs px-2 py-1 rounded-full">良率高</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- 股票数据表格 -->
<section class="mb-12">
<div class="bg-white rounded-2xl p-6 shadow-md">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-table text-indigo-600 mr-3"></i>
磷化铟概念相关股票
</h2>
<div class="table-responsive">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>
<th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票名称</th>
<th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">分类</th>
<th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">细分</th>
<th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">公司介绍</th>
<th scope="col" 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 class="hover:bg-gray-50">
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">云南锗业</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">磷化铟晶片</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">云南锗业</td>
<td class="px-4 py-3 text-sm text-gray-500">持股云南鑫耀56%股份。公司目前磷化铟晶片产能为15万片/年2-4英寸2024年生产6.44万片2-4英寸2025年计划生产8.3万片2-6英寸公司称主系光通信市场景气度提升</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">互动</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">跃岭股份</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">产业链技术</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">跃岭股份</td>
<td class="px-4 py-3 text-sm text-gray-500">持股中石光芯10.05%股份,主要生产销售磷化铟外延片、光芯片及激光器件</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">互动</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">海特高新</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">产业链技术</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">海特高新</td>
<td class="px-4 py-3 text-sm text-gray-500">参股公司华芯科技的磷化铟、砷化镓等产品用于光通信器件、光模块、光芯片等领域</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">互动</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">光迅科技</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">产业链技术</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">光迅科技</td>
<td class="px-4 py-3 text-sm text-gray-500">具备磷化铟芯片设计制造能力,垂直整合</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">
<span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">公开信息</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">有研新材</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">产业链技术</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">有研新材</td>
<td class="px-4 py-3 text-sm text-gray-500">具备磷化铟制备专利,但暂无产业布局相关计划</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">互动</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">三安光电</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">产业链关联</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">三安光电</td>
<td class="px-4 py-3 text-sm text-gray-500">主要从事化合物半导体材料与器件的研发生产,以氮化镓、砷化镓、碳化硅、磷化铟、氮化铝、蓝宝石等化合物半导体新材料所涉及的外延片、芯片为主</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">互动</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">华工科技</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">产业链关联</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">华工科技</td>
<td class="px-4 py-3 text-sm text-gray-500">围绕磷化铟、砷化镓化合物材料积极布局硅基光电子、铌酸锂、量子点激光器等方向自主研发并行光技术CPO、LPO等</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">互动</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">源杰科技</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">产业链关联</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">源杰科技</td>
<td class="px-4 py-3 text-sm text-gray-500">磷化铟激光器芯片IDM厂商。生产光芯片所需的衬底是为外采</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">
<span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">公开信息</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">铭普光磁</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">产业链关联</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">铭普光磁</td>
<td class="px-4 py-3 text-sm text-gray-500">全资子公司安晟半导体,具备基于硅、砷化镓、磷化铟、碳化硅及氮化镓技术的半导体设计、制造、封装和测试能力</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">互动</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">锡业股份</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">材料-铟</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">锡业股份</td>
<td class="px-4 py-3 text-sm text-gray-500">铟资源储量全球第一截至2024年底公司铟金属保有资源储量4821吨。精铟国内市占率7.35%全球市占率为5.01%其中国内原生铟占比为29.79%全球原生铟占比为11.35%</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">
<span class="bg-purple-100 text-purple-800 text-xs px-2 py-1 rounded-full">互动/公告</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">华锡有色</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">材料-铟</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">华锡有色</td>
<td class="px-4 py-3 text-sm text-gray-500">2024年铟锭产量9.89吨</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">
<span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">公告</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">株冶集团</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">材料-铟</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">株冶集团</td>
<td class="px-4 py-3 text-sm text-gray-500">公司的铟产品产能约60吨/年</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">互动</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中金岭南</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">材料-铟</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">中金岭南</td>
<td class="px-4 py-3 text-sm text-gray-500">公司产品包含铟锭</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">互动</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">锌业股份</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">材料-铟</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">锌业股份</td>
<td class="px-4 py-3 text-sm text-gray-500">铟是公司综合回收产品每年产量约8吨</td>
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-500">
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">互动</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- 风险与挑战 -->
<section class="mb-12">
<div class="bg-white rounded-2xl p-6 shadow-md">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-exclamation-triangle text-yellow-500 mr-3"></i>
潜在风险与挑战
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="border-l-4 border-red-500 pl-4 py-1">
<h3 class="font-bold text-lg text-gray-800 mb-2">技术风险</h3>
<ul class="list-disc pl-5 text-gray-700 space-y-1">
<li>6英寸磷化铟单晶片良率爬坡不及预期</li>
<li>核心设备依赖进口,供应链风险</li>
<li>技术迭代风险,硅基光电子技术可能替代部分应用</li>
</ul>
</div>
<div class="border-l-4 border-orange-500 pl-4 py-1">
<h3 class="font-bold text-lg text-gray-800 mb-2">商业化风险</h3>
<ul class="list-disc pl-5 text-gray-700 space-y-1">
<li>磷化铟材料成本相对较高,面临竞争压力</li>
<li>国内光模块厂商对国产材料接受度需时间验证</li>
<li>新兴应用场景拓展速度可能不及预期</li>
</ul>
</div>
<div class="border-l-4 border-blue-500 pl-4 py-1">
<h3 class="font-bold text-lg text-gray-800 mb-2">政策与竞争风险</h3>
<ul class="list-disc pl-5 text-gray-700 space-y-1">
<li>出口管制政策可能影响国内企业国际市场拓展</li>
<li>海外巨头技术积累深厚,竞争压力大</li>
<li>行业竞争加剧,产能扩张过快可能导致价格下跌</li>
</ul>
</div>
<div class="border-l-4 border-purple-500 pl-4 py-1">
<h3 class="font-bold text-lg text-gray-800 mb-2">预期差风险</h3>
<ul class="list-disc pl-5 text-gray-700 space-y-1">
<li>技术突破与产业化进度存在矛盾</li>
<li>国产替代速度可能低于市场预期</li>
<li>新兴应用场景对磷化铟需求的短期拉动作用被高估</li>
</ul>
</div>
</div>
</div>
</section>
<!-- 投资启示 -->
<section class="mb-12">
<div class="bg-gradient-to-r from-indigo-600 to-purple-600 rounded-2xl p-6 text-white shadow-lg">
<h2 class="text-2xl font-bold mb-6 flex items-center">
<i class="fas fa-chart-line text-yellow-300 mr-3"></i>
投资启示
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<h3 class="text-xl font-semibold mb-3">最具投资价值的细分环节</h3>
<div class="bg-white bg-opacity-20 p-4 rounded-lg mb-4">
<h4 class="font-bold text-lg mb-2">上游衬底材料</h4>
<p class="text-sm">技术壁垒最高、国产替代空间最大、产业地位核心、受益确定性最高、业绩弹性最大</p>
</div>
<div class="bg-white bg-opacity-20 p-4 rounded-lg">
<h4 class="font-bold text-lg mb-2">次优投资方向</h4>
<p class="text-sm">中游光芯片:市场需求直接、国产替代加速、技术积累深厚、应用场景广泛</p>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-3">需重点跟踪的关键指标</h3>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-green-300 mt-1 mr-2"></i>
<span>产能释放进度云南锗业6英寸磷化铟单晶片的实际产能和良率</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-green-300 mt-1 mr-2"></i>
<span>订单和客户情况:是否获得光模块厂商的大额订单</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-green-300 mt-1 mr-2"></i>
<span>产品性能和成本:是否达到国际领先水平,成本优势</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-green-300 mt-1 mr-2"></i>
<span>市场份额变化:国产替代速度是否达到预期</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-green-300 mt-1 mr-2"></i>
<span>新应用场景拓展:量子计算、激光雷达等领域的进展</span>
</li>
</ul>
</div>
</div>
</div>
</section>
</main>
<!-- 页脚 -->
<footer class="bg-gray-800 text-white py-8">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-4 md:mb-0">
<div class="flex items-center">
<i class="fas fa-microchip text-indigo-400 text-xl mr-2"></i>
<span class="text-lg font-bold">磷化铟概念分析</span>
</div>
<p class="text-gray-400 text-sm mt-1">半导体新材料投资机会研究</p>
</div>
<div class="text-gray-400 text-sm">
<p>© 2025 磷化铟概念分析. 仅供参考,不构成投资建议.</p>
</div>
</div>
</div>
</footer>
<script>
// 添加一些交互效果
document.addEventListener('DOMContentLoaded', function() {
// 为所有卡片添加点击效果
const cards = document.querySelectorAll('.card-hover');
cards.forEach(card => {
card.addEventListener('click', function() {
this.style.transform = 'scale(0.98)';
setTimeout(() => {
this.style.transform = '';
}, 100);
});
});
// 为表格行添加点击高亮
const tableRows = document.querySelectorAll('tbody tr');
tableRows.forEach(row => {
row.addEventListener('click', function() {
// 移除其他行的高亮
tableRows.forEach(r => r.classList.remove('bg-blue-50'));
// 添加当前行的高亮
this.classList.add('bg-blue-50');
});
});
});
</script>
</body>
</html>