feat: 10.10线上最新代码提交

This commit is contained in:
zdl
2025-10-11 16:16:02 +08:00
parent 4d0dc109bc
commit 864844a52b
3338 changed files with 460147 additions and 152745 deletions

635
public/htmls/EDA.html Normal file
View File

@@ -0,0 +1,635 @@
<!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>EDA行业洞察报告</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" />
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3/tsparticles.bundle.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');
body {
font-family: 'Noto Sans SC', 'Inter', sans-serif;
}
.gradient-bg {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.card-shadow {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.timeline-line {
background: linear-gradient(to bottom, #667eea, #764ba2);
}
.hover-scale {
transition: transform 0.3s ease;
}
.hover-scale:hover {
transform: scale(1.05);
}
#particles-js {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.text-gradient {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.badge-core {
background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.badge-chain {
background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
</style>
</head>
<body class="bg-gray-50">
<div id="particles-js"></div>
<div class="container mx-auto px-4 py-8 relative z-10">
<!-- 标题部分 -->
<div class="text-center mb-12">
<h1 class="text-4xl md:text-5xl font-bold text-gradient mb-4">EDA行业洞察报告</h1>
<p class="text-gray-600 text-lg max-w-3xl mx-auto">
深度解析国产EDA替代进程、产业链布局与投资机会
</p>
<div class="mt-6 flex justify-center space-x-4">
<span class="px-4 py-2 bg-purple-100 text-purple-700 rounded-full text-sm font-medium">
2025年国产替代元年
</span>
<span class="px-4 py-2 bg-blue-100 text-blue-700 rounded-full text-sm font-medium">
市场规模354亿元
</span>
<span class="px-4 py-2 bg-green-100 text-green-700 rounded-full text-sm font-medium">
CAGR 36%
</span>
</div>
</div>
<!-- 时间轴部分 -->
<div class="bg-white rounded-2xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-timeline mr-3 text-purple-600"></i>
EDA制裁与发展时间轴
</h2>
<div class="relative">
<div class="absolute left-4 md:left-1/2 transform md:-translate-x-1/2 h-full w-1 timeline-line"></div>
<div class="space-y-8">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 md:text-right md:pr-8 mb-4 md:mb-0">
<div class="bg-purple-100 rounded-lg p-4 hover-scale">
<h3 class="font-bold text-purple-800">2018-2020年</h3>
<p class="text-sm text-gray-600">美国对华EDA制裁启动</p>
<p class="text-xs text-gray-500 mt-1">国产化率6.24% → 11.48%</p>
</div>
</div>
<div class="w-8 h-8 bg-purple-600 rounded-full flex items-center justify-center z-10">
<i class="fas fa-flag text-white text-xs"></i>
</div>
<div class="md:w-1/2 md:pl-8"></div>
</div>
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 md:text-right md:pr-8"></div>
<div class="w-8 h-8 bg-blue-600 rounded-full flex items-center justify-center z-10">
<i class="fas fa-microchip text-white text-xs"></i>
</div>
<div class="md:w-1/2 md:pl-8">
<div class="bg-blue-100 rounded-lg p-4 hover-scale">
<h3 class="font-bold text-blue-800">2022年8月</h3>
<p class="text-sm text-gray-600">GAAFET3nm以下EDA工具纳入出口管制</p>
</div>
</div>
</div>
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 md:text-right md:pr-8 mb-4 md:mb-0">
<div class="bg-indigo-100 rounded-lg p-4 hover-scale">
<h3 class="font-bold text-indigo-800">2024年12月</h3>
<p class="text-sm text-gray-600">新增多重曝光工艺EDA管控</p>
<p class="text-xs text-gray-500 mt-1">授权密钥被纳入限制</p>
</div>
</div>
<div class="w-8 h-8 bg-indigo-600 rounded-full flex items-center justify-center z-10">
<i class="fas fa-lock text-white text-xs"></i>
</div>
<div class="md:w-1/2 md:pl-8"></div>
</div>
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 md:text-right md:pr-8"></div>
<div class="w-8 h-8 bg-red-600 rounded-full flex items-center justify-center z-10">
<i class="fas fa-exclamation-triangle text-white text-xs"></i>
</div>
<div class="md:w-1/2 md:pl-8">
<div class="bg-red-100 rounded-lg p-4 hover-scale">
<h3 class="font-bold text-red-800">2025年5月29日</h3>
<p class="text-sm text-gray-600">三大EDA巨头全面断供中国14nm以下制程</p>
<p class="text-xs text-gray-500 mt-1">Synopsys已暂停在华新订单</p>
</div>
</div>
</div>
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 md:text-right md:pr-8 mb-4 md:mb-0">
<div class="bg-green-100 rounded-lg p-4 hover-scale">
<h3 class="font-bold text-green-800">2025年6月</h3>
<p class="text-sm text-gray-600">国产EDA政策支持加码</p>
<p class="text-xs text-gray-500 mt-1">广州开发区补贴100万/年大基金二期注资20亿</p>
</div>
</div>
<div class="w-8 h-8 bg-green-600 rounded-full flex items-center justify-center z-10">
<i class="fas fa-chart-line text-white text-xs"></i>
</div>
<div class="md:w-1/2 md:pl-8"></div>
</div>
</div>
</div>
</div>
<!-- 核心观点 -->
<div class="grid md:grid-cols-3 gap-6 mb-8">
<div class="bg-white rounded-2xl card-shadow p-6 hover-scale">
<div class="text-purple-600 mb-4">
<i class="fas fa-lightbulb text-3xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">当前阶段</h3>
<p class="text-gray-600 text-sm">
EDA国产化已从"政策驱动"进入"断供倒逼+技术验证"的临界点,<span class="font-bold text-purple-600">2025年是国产替代订单兑现元年</span>
</p>
</div>
<div class="bg-white rounded-2xl card-shadow p-6 hover-scale">
<div class="text-blue-600 mb-4">
<i class="fas fa-rocket text-3xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">核心驱动力</h3>
<p class="text-gray-600 text-sm">
美国技术封锁升级直接触发<span class="font-bold text-blue-600">百亿级国产替代需求</span>,本土企业技术突破形成闭环
</p>
</div>
<div class="bg-white rounded-2xl card-shadow p-6 hover-scale">
<div class="text-green-600 mb-4">
<i class="fas fa-chart-line text-3xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">未来潜力</h3>
<p class="text-gray-600 text-sm">
中国EDA市场<span class="font-bold text-green-600">2024年135.9亿元→2027年354亿元</span>国产化率有望从15%提升至30%+
</p>
</div>
</div>
<!-- 股票数据表格 -->
<div class="bg-white rounded-2xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-table mr-3 text-purple-600"></i>
关联股票数据
</h2>
<div class="overflow-x-auto">
<table class="min-w-full">
<thead>
<tr class="bg-gray-50">
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票名称</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">分类</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">市占率</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">行业</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">来源</th>
<th class="px-6 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-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="w-3 h-3 bg-purple-600 rounded-full mr-3"></div>
<span class="font-medium text-gray-900">华大九天</span>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 py-1 text-xs rounded-full badge-core text-white">核心公司</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900 font-medium">7%</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">EDA</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">机构研报</td>
<td class="px-6 py-4 text-sm text-gray-500">国产EDA龙头数字EDA全流程工具预计2025年完成覆盖</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="w-3 h-3 bg-purple-600 rounded-full mr-3"></div>
<span class="font-medium text-gray-900">概伦电子</span>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 py-1 text-xs rounded-full badge-core text-white">核心公司</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900 font-medium">2%</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">EDA</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">机构研报</td>
<td class="px-6 py-4 text-sm text-gray-500">国产EDA龙二SPICE仿真器在7nm/5nm先进工艺节点验证中取得进展</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="w-3 h-3 bg-purple-600 rounded-full mr-3"></div>
<span class="font-medium text-gray-900">广立微</span>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 py-1 text-xs rounded-full badge-core text-white">核心公司</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900 font-medium">2%</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">EDA</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">机构研报</td>
<td class="px-6 py-4 text-sm text-gray-500">国产EDA龙三在制造类EDA工具中表现突出</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="w-3 h-3 bg-blue-600 rounded-full mr-3"></div>
<span class="font-medium text-gray-900">隧道股份</span>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 py-1 text-xs rounded-full badge-chain text-white">产业链关联</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">——</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">EDA</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">工商信息</td>
<td class="px-6 py-4 text-sm text-gray-500">间接参股华大九天3.03%,通过上海建元基金</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="w-3 h-3 bg-blue-600 rounded-full mr-3"></div>
<span class="font-medium text-gray-900">安路科技</span>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 py-1 text-xs rounded-full badge-chain text-white">产业链关联</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">——</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">EDA</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">搜互动</td>
<td class="px-6 py-4 text-sm text-gray-500">专用EDA软件主要针对本公司的FPGA芯片设计</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="w-3 h-3 bg-blue-600 rounded-full mr-3"></div>
<span class="font-medium text-gray-900">赛微电子</span>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 py-1 text-xs rounded-full badge-chain text-white">产业链关联</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">——</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">EDA</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">搜互动</td>
<td class="px-6 py-4 text-sm text-gray-500">间接持股4.67%青岛展诚科技涉及EDA软件业务</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="w-3 h-3 bg-blue-600 rounded-full mr-3"></div>
<span class="font-medium text-gray-900">东土科技</span>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 py-1 text-xs rounded-full badge-chain text-white">产业链关联</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">——</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">EDA</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">搜互动</td>
<td class="px-6 py-4 text-sm text-gray-500">参股2.897%中科亿海微团队自主开发了FPGA EDA软件</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="w-3 h-3 bg-blue-600 rounded-full mr-3"></div>
<span class="font-medium text-gray-900">复旦微电</span>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 py-1 text-xs rounded-full badge-chain text-white">产业链关联</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">——</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">EDA</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">搜公告</td>
<td class="px-6 py-4 text-sm text-gray-500">具备全流程自主产权的FPGA配套EDA工具ProCiseTM</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="w-3 h-3 bg-blue-600 rounded-full mr-3"></div>
<span class="font-medium text-gray-900">张江高科</span>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 py-1 text-xs rounded-full badge-chain text-white">产业链关联</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">——</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">EDA</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">搜公告</td>
<td class="px-6 py-4 text-sm text-gray-500">参与投资EDA创新中心打造全流程国产EDA生态</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- 产业链图谱 -->
<div class="bg-white rounded-2xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-project-diagram mr-3 text-purple-600"></i>
产业链图谱
</h2>
<div class="grid md:grid-cols-3 gap-6">
<div class="text-center">
<div class="bg-purple-100 rounded-xl p-6 mb-4">
<i class="fas fa-arrow-up text-4xl text-purple-600 mb-3"></i>
<h3 class="font-bold text-purple-800 text-lg">上游</h3>
</div>
<div class="space-y-2">
<div class="bg-gray-50 rounded-lg p-3 text-sm">
<span class="font-medium">IP核</span>芯原股份
</div>
<div class="bg-gray-50 rounded-lg p-3 text-sm">
<span class="font-medium">晶圆厂:</span>中芯国际
</div>
<div class="bg-gray-50 rounded-lg p-3 text-sm">
<span class="font-medium">设备:</span>北方华创
</div>
</div>
</div>
<div class="text-center">
<div class="bg-blue-100 rounded-xl p-6 mb-4">
<i class="fas fa-microchip text-4xl text-blue-600 mb-3"></i>
<h3 class="font-bold text-blue-800 text-lg">中游</h3>
</div>
<div class="space-y-2">
<div class="bg-blue-50 rounded-lg p-3 text-sm border-2 border-blue-200">
<span class="font-medium">EDA工具</span>
</div>
<div class="bg-blue-50 rounded-lg p-3 text-sm">
华大九天 / 概伦电子 / 广立微
</div>
</div>
</div>
<div class="text-center">
<div class="bg-green-100 rounded-xl p-6 mb-4">
<i class="fas fa-arrow-down text-4xl text-green-600 mb-3"></i>
<h3 class="font-bold text-green-800 text-lg">下游</h3>
</div>
<div class="space-y-2">
<div class="bg-gray-50 rounded-lg p-3 text-sm">
<span class="font-medium">芯片设计:</span>华为海思、韦尔股份
</div>
<div class="bg-gray-50 rounded-lg p-3 text-sm">
<span class="font-medium">封测:</span>长电科技
</div>
</div>
</div>
</div>
</div>
<!-- 核心玩家对比 -->
<div class="bg-white rounded-2xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-chess mr-3 text-purple-600"></i>
核心玩家对比
</h2>
<div class="overflow-x-auto">
<table class="min-w-full">
<thead>
<tr class="bg-gray-50">
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">公司</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">技术壁垒</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">2024年市占率</th>
<th class="px-6 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-6 py-4 whitespace-nowrap">
<span class="font-bold text-purple-600">华大九天</span>
</td>
<td class="px-6 py-4 text-sm text-gray-900">
模拟全流程<span class="text-purple-600 font-medium">全球唯一</span>,数字工具<span class="text-purple-600 font-medium">5nm验证</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900 font-bold">7%</td>
<td class="px-6 py-4 text-sm text-gray-500">数字后端工具依赖并购整合</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap">
<span class="font-bold text-blue-600">概伦电子</span>
</td>
<td class="px-6 py-4 text-sm text-gray-900">
器件建模<span class="text-blue-600 font-medium">台积电3nm认证</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900 font-bold">2%</td>
<td class="px-6 py-4 text-sm text-gray-500">制造类EDA客户集中度高</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap">
<span class="font-bold text-green-600">广立微</span>
</td>
<td class="px-6 py-4 text-sm text-gray-900">
良率分析<span class="text-green-600 font-medium">三星供应链</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900 font-bold">2%</td>
<td class="px-6 py-4 text-sm text-gray-500">硬件设备收入占比过高80%</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- 风险与挑战 -->
<div class="bg-white rounded-2xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-exclamation-triangle mr-3 text-purple-600"></i>
潜在风险与挑战
</h2>
<div class="grid md:grid-cols-2 gap-6">
<div class="bg-red-50 rounded-xl p-6">
<div class="flex items-center mb-3">
<i class="fas fa-microchip text-red-600 text-xl mr-3"></i>
<h3 class="font-bold text-red-800">技术风险</h3>
</div>
<p class="text-sm text-gray-700">
布局布线工具仍依赖海外算法Synopsys ICC2垄断国产替代需并购+自研双轮驱动
</p>
</div>
<div class="bg-orange-50 rounded-xl p-6">
<div class="flex items-center mb-3">
<i class="fas fa-dollar-sign text-orange-600 text-xl mr-3"></i>
<h3 class="font-bold text-orange-800">商业化风险</h3>
</div>
<p class="text-sm text-gray-700">
国产EDA价格比海外高20-30%(华大九天路演数据),客户切换动力不足
</p>
</div>
<div class="bg-yellow-50 rounded-xl p-6">
<div class="flex items-center mb-3">
<i class="fas fa-gavel text-yellow-600 text-xl mr-3"></i>
<h3 class="font-bold text-yellow-800">政策风险</h3>
</div>
<p class="text-sm text-gray-700">
若美国放宽14nm以上制程限制国产替代节奏可能放缓
</p>
</div>
<div class="bg-purple-50 rounded-xl p-6">
<div class="flex items-center mb-3">
<i class="fas fa-info-circle text-purple-600 text-xl mr-3"></i>
<h3 class="font-bold text-purple-800">信息矛盾</h3>
</div>
<p class="text-sm text-gray-700">
路演称"2025年数字全流程覆盖"但技术报告显示布局布线工具仍需外购存在6-12个月延期风险
</p>
</div>
</div>
</div>
<!-- 投资启示 -->
<div class="bg-gradient-to-r from-purple-600 to-blue-600 rounded-2xl card-shadow p-8 text-white">
<h2 class="text-2xl font-bold mb-6 flex items-center">
<i class="fas fa-lightbulb mr-3"></i>
综合结论与投资启示
</h2>
<div class="mb-6">
<h3 class="text-xl font-bold mb-3">阶段判断</h3>
<p class="text-purple-100">
EDA国产化已从"主题炒作"进入"订单验证"阶段,<span class="font-bold">2025年Q3-Q4是业绩兑现关键窗口</span>
</p>
</div>
<div class="mb-6">
<h3 class="text-xl font-bold mb-3">投资方向</h3>
<div class="grid md:grid-cols-2 gap-4">
<div class="bg-white bg-opacity-20 rounded-lg p-4">
<h4 class="font-bold mb-2">最纯标的</h4>
<p class="text-sm">
<span class="font-bold">华大九天</span>(模拟全流程+数字并购预期PS估值48倍2024E低于海外龙头
</p>
</div>
<div class="bg-white bg-opacity-20 rounded-lg p-4">
<h4 class="font-bold mb-2">弹性标的</h4>
<p class="text-sm">
<span class="font-bold">概伦电子</span>3nm器件建模稀缺性市销率23倍2024E存在技术溢价
</p>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-bold mb-3">跟踪指标</h3>
<div class="space-y-2">
<div class="flex items-start">
<i class="fas fa-check-circle mt-1 mr-3"></i>
<p class="text-sm"><span class="font-bold">华大九天</span>2025年Q3数字后端工具并购落地及华为5nm项目订单确认</p>
</div>
<div class="flex items-start">
<i class="fas fa-check-circle mt-1 mr-3"></i>
<p class="text-sm"><span class="font-bold">概伦电子</span>台积电3nm工艺国产EDA工具量产订单预计2025年Q4</p>
</div>
<div class="flex items-start">
<i class="fas fa-check-circle mt-1 mr-3"></i>
<p class="text-sm"><span class="font-bold">行业数据</span>中国EDA市场国产化率季度环比提升目标2025年底20%</p>
</div>
</div>
</div>
</div>
</div>
<script>
// 初始化粒子背景
tsParticles.load("particles-js", {
particles: {
number: {
value: 80,
density: {
enable: true,
value_area: 800
}
},
color: {
value: "#667eea"
},
shape: {
type: "circle"
},
opacity: {
value: 0.5,
random: false
},
size: {
value: 3,
random: true
},
line_linked: {
enable: true,
distance: 150,
color: "#667eea",
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>
```