This commit is contained in:
2025-11-05 10:56:56 +08:00
parent 467dad8449
commit fc37df4385
3499 changed files with 1063743 additions and 0 deletions

772
public/htmls/AI医疗.html Normal file
View File

@@ -0,0 +1,772 @@
<!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>AI医疗行业洞察报告</title>
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800" rel="stylesheet" />
<!-- Font Awesome Icons -->
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
<!-- Tailwind CSS -->
<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://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></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 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.timeline-dot {
width: 12px;
height: 12px;
background-color: #667eea;
border-radius: 50%;
position: absolute;
left: -6px;
top: 6px;
}
.timeline-line {
position: absolute;
left: 0;
top: 18px;
bottom: -18px;
width: 1px;
background-color: #e2e8f0;
}
.timeline-item:last-child .timeline-line {
display: none;
}
#particles-js {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.table-container {
overflow-x: auto;
}
@media (max-width: 768px) {
.table-container {
font-size: 0.75rem;
}
}
</style>
</head>
<body class="bg-gray-50">
<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 text-gray-800 mb-4">AI医疗行业洞察报告</h1>
<p class="text-lg text-gray-600 max-w-3xl mx-auto">深度解析AI医疗商业化进程与投资机会</p>
<div class="mt-6 flex justify-center">
<span class="bg-blue-100 text-blue-800 text-sm font-medium px-4 py-2 rounded-full">更新时间2025年5月</span>
</div>
</div>
<!-- 核心观点摘要 -->
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-4 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-blue-50 p-4 rounded-lg">
<h3 class="font-semibold text-blue-800 mb-2">阶段判断</h3>
<p class="text-gray-700">AI医疗已从"技术验证期"进入"商业化落地期"<span class="font-bold text-blue-700">医保支付破冰+开源模型降本</span>构成双重拐点。</p>
</div>
<div class="bg-green-50 p-4 rounded-lg">
<h3 class="font-semibold text-green-800 mb-2">核心驱动力</h3>
<p class="text-gray-700">政策强制场景(医保控费)+技术成熟度(病理/影像AI准确率>90%+数据壁垒(头部企业掌握<span class="font-bold text-green-700">55亿份医疗记录</span>)。</p>
</div>
<div class="bg-purple-50 p-4 rounded-lg">
<h3 class="font-semibold text-purple-800 mb-2">未来潜力</h3>
<p class="text-gray-700">2025年中国市场规模<span class="font-bold text-purple-700">242亿元</span>2023年仅37亿元<span class="font-bold text-purple-700">渗透率不足5%</span>存在10倍空间。</p>
</div>
</div>
</div>
<!-- 概念事件时间轴 -->
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-history text-indigo-500 mr-3"></i>概念事件时间轴
</h2>
<div class="relative pl-8">
<div class="timeline-item relative pb-8">
<div class="timeline-dot"></div>
<div class="timeline-line"></div>
<div class="bg-indigo-50 p-4 rounded-lg">
<h3 class="font-semibold text-indigo-800">2024年11月</h3>
<p class="text-gray-700 mt-1">国家医保局首次将AI辅助诊断纳入医疗服务价格项目立项指南明确不重复收费<span class="font-bold text-indigo-700">直接打通商业化支付路径</span></p>
</div>
</div>
<div class="timeline-item relative pb-8">
<div class="timeline-dot"></div>
<div class="timeline-line"></div>
<div class="bg-indigo-50 p-4 rounded-lg">
<h3 class="font-semibold text-indigo-800">2025年1月</h3>
<p class="text-gray-700 mt-1">DeepSeek R1开源发布<span class="font-bold text-indigo-700">训练成本仅为GPT-4的1/10</span>557万美元 vs 1亿美元推动中小医院本地化部署。</p>
</div>
</div>
<div class="timeline-item relative pb-8">
<div class="timeline-dot"></div>
<div class="timeline-line"></div>
<div class="bg-indigo-50 p-4 rounded-lg">
<h3 class="font-semibold text-indigo-800">2025年2月</h3>
<p class="text-gray-700 mt-1">瑞金医院联合华为发布病理大模型RuiPath<span class="font-bold text-indigo-700">单切片诊断时间从5分钟降至秒级</span>覆盖90%中国高发癌种。</p>
</div>
</div>
<div class="timeline-item relative pb-8">
<div class="timeline-dot"></div>
<div class="timeline-line"></div>
<div class="bg-indigo-50 p-4 rounded-lg">
<h3 class="font-semibold text-indigo-800">2025年3月</h3>
<p class="text-gray-700 mt-1">华为组建医疗卫生军团,昇腾芯片+盘古大模型落地<span class="font-bold text-indigo-700">200+医院</span>(润达医疗、卫宁健康等合作方)。</p>
</div>
</div>
<div class="timeline-item relative">
<div class="timeline-dot"></div>
<div class="bg-indigo-50 p-4 rounded-lg">
<h3 class="font-semibold text-indigo-800">2025年5月</h3>
<p class="text-gray-700 mt-1">Tempus.AI美股单月涨幅<span class="font-bold text-indigo-700">51.8%</span>Doximity涨幅<span class="font-bold text-indigo-700">181%</span>,形成全球映射效应。</p>
</div>
</div>
</div>
</div>
<!-- 核心逻辑与市场认知分析 -->
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-brain text-pink-500 mr-3"></i>核心逻辑与市场认知分析
</h2>
<div class="mb-8">
<h3 class="text-xl font-semibold text-gray-800 mb-4">核心驱动力</h3>
<div class="space-y-4">
<div class="border-l-4 border-blue-500 pl-4 py-2">
<h4 class="font-semibold text-blue-800">政策刚性需求</h4>
<p class="text-gray-700">医保局要求2025年DRG/DIP支付全覆盖<span class="font-bold text-blue-700">AI诊断可降低15%误诊率</span>(瑞金医院数据),直接减少医保支出。</p>
</div>
<div class="border-l-4 border-green-500 pl-4 py-2">
<h4 class="font-semibold text-green-800">技术突破临界点</h4>
<p class="text-gray-700">影像AI联影医疗uAI模型<span class="font-bold text-green-700">肾动脉分割仅需10个数据</span>传统需200个成本下降<span class="font-bold text-green-700">95%</span></p>
<p class="text-gray-700 mt-2">病理AI华大基因GBI模型<span class="font-bold text-green-700">罕见病变异识别准确率98.2%</span>,超越人类专家。</p>
</div>
<div class="border-l-4 border-purple-500 pl-4 py-2">
<h4 class="font-semibold text-purple-800">数据飞轮效应</h4>
<p class="text-gray-700">医渡科技覆盖<span class="font-bold text-purple-700">2800家医院</span>,讯飞医疗智医助理覆盖<span class="font-bold text-purple-700">600个区县</span>占全国1/3形成<span class="font-bold text-purple-700">不可复制的数据护城河</span></p>
</div>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
<div class="bg-yellow-50 p-4 rounded-lg">
<h3 class="text-lg font-semibold text-yellow-800 mb-3">市场热度与情绪</h3>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-chart-line text-yellow-600 mt-1 mr-2"></i>
<span class="text-gray-700"><span class="font-semibold">研报密度</span>2025年2月单月发布<span class="font-bold text-yellow-700">12篇AI医疗深度报告</span>华西、天风、中泰等机构为2024年同期3倍。</span>
</li>
<li class="flex items-start">
<i class="fas fa-exchange-alt text-yellow-600 mt-1 mr-2"></i>
<span class="text-gray-700"><span class="font-semibold">资金动向</span>港股AI医疗板块<span class="font-bold text-yellow-700">5日换手率9.33%</span>华为AI医疗指数数据显示短线资金活跃。</span>
</li>
</ul>
</div>
<div class="bg-red-50 p-4 rounded-lg">
<h3 class="text-lg font-semibold text-red-800 mb-3">预期差分析</h3>
<div class="overflow-x-auto">
<table class="min-w-full text-sm">
<thead>
<tr class="bg-red-100">
<th class="px-3 py-2 text-left text-red-800 font-semibold">市场共识</th>
<th class="px-3 py-2 text-left text-red-800 font-semibold">被忽略的关键点</th>
<th class="px-3 py-2 text-left text-red-800 font-semibold">数据来源</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-red-100">
<td class="px-3 py-2 text-gray-700">AI医疗=影像辅助诊断</td>
<td class="px-3 py-2 text-gray-700"><span class="font-bold text-red-700">病理AI如宫颈癌筛查渗透率仅35%</span>政策要求2025年达70%</td>
<td class="px-3 py-2 text-gray-700">国家卫健委文件</td>
</tr>
<tr class="border-b border-red-100">
<td class="px-3 py-2 text-gray-700">商业化依赖医保支付</td>
<td class="px-3 py-2 text-gray-700"><span class="font-bold text-red-700">C端健康管理已跑通</span>美年健康AI肺结节筛查<span class="font-bold text-red-700">客单价提升20%</span></td>
<td class="px-3 py-2 text-gray-700">美年健康路演</td>
</tr>
<tr>
<td class="px-3 py-2 text-gray-700">技术门槛高</td>
<td class="px-3 py-2 text-gray-700"><span class="font-bold text-red-700">DeepSeek开源后</span>,中小医院部署成本从<span class="font-bold text-red-700">百万级降至十万级</span></td>
<td class="px-3 py-2 text-gray-700">塞力医疗案例</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- 关键催化剂与未来发展路径 -->
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-rocket text-orange-500 mr-3"></i>关键催化剂与未来发展路径
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
<div class="bg-orange-50 p-4 rounded-lg">
<h3 class="text-lg font-semibold text-orange-800 mb-3">近期催化剂3-6个月</h3>
<ol class="space-y-3 list-decimal list-inside">
<li class="text-gray-700"><span class="font-semibold">三类证密集获批</span>2025年Q2预计<span class="font-bold text-orange-700">15个AI病理产品</span>获NMPA认证安必平、迪安诊断在列</li>
<li class="text-gray-700"><span class="font-semibold">医保支付细则落地</span>2025年6月前各省将出台AI辅助诊断<span class="font-bold text-orange-700">医保报销比例</span>(目前仅立项,未明确比例)。</li>
<li class="text-gray-700"><span class="font-semibold">华为生态扩张</span>昇腾AI一体机计划<span class="font-bold text-orange-700">Q3进入500家二级医院</span>(合作方润达医疗已签框架协议)。</li>
</ol>
</div>
<div class="bg-teal-50 p-4 rounded-lg">
<h3 class="text-lg font-semibold text-teal-800 mb-3">长期发展路径</h3>
<div class="flex flex-col items-center">
<div class="w-full max-w-md">
<div class="flex justify-between mb-2">
<span class="text-sm font-semibold text-teal-800">2025:商业化元年</span>
<span class="text-sm font-semibold text-teal-800">2026-2027:渗透率10%</span>
</div>
<div class="h-2 bg-teal-200 rounded-full mb-2"></div>
<div class="flex justify-between mb-2">
<span class="text-sm font-semibold text-teal-800">2028-2030:渗透率30%+</span>
<span class="text-sm font-semibold text-teal-800">2030+:AI医生Agent普及</span>
</div>
<div class="h-2 bg-teal-200 rounded-full"></div>
</div>
<div class="mt-4 text-center">
<p class="text-sm text-gray-600">政策+技术 → 数据壁垒 → 多模态大模型</p>
</div>
</div>
</div>
</div>
</div>
<!-- 产业链与核心公司深度剖析 -->
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-sitemap text-cyan-500 mr-3"></i>产业链与核心公司深度剖析
</h2>
<div class="mb-8">
<h3 class="text-lg font-semibold text-gray-800 mb-4">产业链图谱</h3>
<div class="flex flex-col md:flex-row justify-between items-center bg-cyan-50 p-4 rounded-lg">
<div class="text-center mb-4 md:mb-0">
<div class="bg-cyan-500 text-white px-4 py-2 rounded-lg font-semibold">上游<br>数据/算力</div>
<p class="text-sm text-gray-600 mt-2">华为昇腾/英伟达</p>
</div>
<div class="text-2xl text-cyan-500 mb-4 md:mb-0">
<i class="fas fa-arrow-right"></i>
</div>
<div class="text-center mb-4 md:mb-0">
<div class="bg-cyan-500 text-white px-4 py-2 rounded-lg font-semibold">中游<br>AI模型</div>
<p class="text-sm text-gray-600 mt-2">联影智能/讯飞医疗</p>
</div>
<div class="text-2xl text-cyan-500 mb-4 md:mb-0">
<i class="fas fa-arrow-right"></i>
</div>
<div class="text-center">
<div class="bg-cyan-500 text-white px-4 py-2 rounded-lg font-semibold">下游<br>应用场景</div>
<p class="text-sm text-gray-600 mt-2">医院/体检中心/药企</p>
</div>
</div>
</div>
<div class="mb-8">
<h3 class="text-lg font-semibold text-gray-800 mb-4">核心玩家对比</h3>
<div class="overflow-x-auto">
<table class="min-w-full text-sm">
<thead>
<tr class="bg-gray-100">
<th class="px-4 py-2 text-left text-gray-800 font-semibold">公司</th>
<th class="px-4 py-2 text-left text-gray-800 font-semibold">数据壁垒</th>
<th class="px-4 py-2 text-left text-gray-800 font-semibold">商业化进度</th>
<th class="px-4 py-2 text-left text-gray-800 font-semibold">风险点</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-200">
<td class="px-4 py-3 font-semibold text-gray-800">医渡科技</td>
<td class="px-4 py-3 text-gray-700"><span class="font-bold text-cyan-700">55亿份医疗记录</span>(行业第一)</td>
<td class="px-4 py-3 text-gray-700">北京惠民保连续4年主运营方</td>
<td class="px-4 py-3 text-gray-700">2024年收入下滑7.8%(医保控费影响)</td>
</tr>
<tr class="border-b border-gray-200">
<td class="px-4 py-3 font-semibold text-gray-800">润达医疗</td>
<td class="px-4 py-3 text-gray-700">与华为合作<span class="font-bold text-cyan-700">良医小慧</span>覆盖200+医院</td>
<td class="px-4 py-3 text-gray-700">2025年AI收入占比预计<span class="font-bold text-cyan-700">15%</span></td>
<td class="px-4 py-3 text-gray-700">应收账款占比<span class="font-bold text-cyan-700">35%</span>(华西研报提示)</td>
</tr>
<tr>
<td class="px-4 py-3 font-semibold text-gray-800">华大基因</td>
<td class="px-4 py-3 text-gray-700">全球最大基因数据库</td>
<td class="px-4 py-3 text-gray-700">AI基因检测毛利率<span class="font-bold text-cyan-700">70%+</span></td>
<td class="px-4 py-3 text-gray-700">基因数据合规风险(《数据安全法》)</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800 mb-4">验证与证伪</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="bg-red-50 p-4 rounded-lg border-l-4 border-red-500">
<h4 class="font-semibold text-red-800 mb-2">证伪案例</h4>
<p class="text-gray-700">某研报称"AI制药将缩短研发周期90%",但路演显示<span class="font-bold text-red-700">英矽智能最快管线仅到临床II期</span>实际缩短2-3年非90%)。</p>
</div>
<div class="bg-green-50 p-4 rounded-lg border-l-4 border-green-500">
<h4 class="font-semibold text-green-800 mb-2">验证案例</h4>
<p class="text-gray-700">联影医疗路演披露<span class="font-bold text-green-700">12张三类证+15项FDA认证</span>,与研报数据完全一致。</p>
</div>
</div>
</div>
</div>
<!-- 潜在风险与挑战 -->
<div class="bg-white rounded-xl 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 text-red-500 mr-3"></i>潜在风险与挑战
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="space-y-4">
<div class="bg-red-50 p-4 rounded-lg">
<h3 class="font-semibold text-red-800 mb-2">技术风险</h3>
<p class="text-gray-700"><span class="font-bold text-red-700">多模态融合瓶颈</span>:影像+基因+文本数据整合准确率仅<span class="font-bold text-red-700">78%</span>瑞金医院测试低于单模态的90%+。</p>
</div>
<div class="bg-orange-50 p-4 rounded-lg">
<h3 class="font-semibold text-orange-800 mb-2">商业化风险</h3>
<p class="text-gray-700"><span class="font-bold text-orange-700">医院付费意愿</span>三级医院AI预算<span class="font-bold text-orange-700">平均仅500万/年</span>(医渡科技路演),难以支撑千万级项目。</p>
</div>
</div>
<div class="space-y-4">
<div class="bg-yellow-50 p-4 rounded-lg">
<h3 class="font-semibold text-yellow-800 mb-2">政策风险</h3>
<p class="text-gray-700"><span class="font-bold text-yellow-700">数据出境限制</span>:基因数据需通过<span class="font-bold text-yellow-700">网信办安全评估</span>华大基因2024年因数据出境被问询</p>
</div>
<div class="bg-purple-50 p-4 rounded-lg">
<h3 class="font-semibold text-purple-800 mb-2">信息矛盾</h3>
<p class="text-gray-700"><span class="font-bold text-purple-700">市场规模差异</span>中商产业研究院预测2025年<span class="font-bold text-purple-700">242亿元</span>,而弗若斯特沙利文预测<span class="font-bold text-purple-700">1598亿元</span>(差异源于统计口径:前者仅医疗器械,后者含服务)。</p>
</div>
</div>
</div>
</div>
<!-- 综合结论与投资启示 -->
<div class="bg-gradient-to-r from-blue-600 to-purple-600 rounded-xl card-shadow p-6 mb-8 text-white">
<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="mb-6">
<h3 class="text-xl font-semibold mb-3">阶段判断</h3>
<div class="bg-white bg-opacity-20 p-4 rounded-lg">
<p class="text-lg"><span class="font-bold text-yellow-300">主题炒作末期+基本面驱动初期</span>类似2019年的新能源车。</p>
</div>
</div>
<div class="mb-6">
<h3 class="text-xl font-semibold mb-3">高价值细分</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="bg-white bg-opacity-20 p-4 rounded-lg">
<h4 class="font-semibold mb-2">病理AI</h4>
<p class="text-sm">政策强制场景(宫颈癌筛查),<span class="font-bold text-yellow-300">安必平</span>(与腾讯合作)和<span class="font-bold text-yellow-300">迪安诊断</span>(三类证申报中)弹性最大。</p>
</div>
<div class="bg-white bg-opacity-20 p-4 rounded-lg">
<h4 class="font-semibold mb-2">医保AI</h4>
<p class="text-sm"><span class="font-bold text-yellow-300">久远银海</span>医保信息化龙头直接受益于DRG支付改革。</p>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-3">关键跟踪指标</h3>
<div class="bg-white bg-opacity-20 p-4 rounded-lg">
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-yellow-300 mt-1 mr-2"></i>
<span class="text-sm"><span class="font-semibold">订单验证</span>医渡科技2025年新签AI中台项目金额目标<span class="font-bold text-yellow-300">20+个千万级项目</span>)。</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-yellow-300 mt-1 mr-2"></i>
<span class="text-sm"><span class="font-semibold">渗透率</span>2025年底AI影像在三级医院覆盖率当前<span class="font-bold text-yellow-300">&lt;10%</span>,目标<span class="font-bold text-yellow-300">30%</span>)。</span>
</li>
</ul>
</div>
</div>
<div class="mt-6 bg-red-500 bg-opacity-30 p-4 rounded-lg">
<p class="font-semibold"><i class="fas fa-exclamation-circle mr-2"></i>风险提示</p>
<p class="text-sm mt-1">若2025年Q2医保支付细则低于预期如报销比例<50%板块可能回调<span class="font-bold">20-30%</span></p>
</div>
</div>
<!-- 关联股票表格 -->
<div class="bg-white rounded-xl card-shadow p-6">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-table text-green-500 mr-3"></i>AI医疗关联股票
</h2>
<div class="table-container">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>
<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>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">贝瑞基因</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI检测</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI检测领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">金域医学</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI检测</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI检测领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">华大基因</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI检测</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI检测领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">万东医疗</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI检测</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI检测领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">福瑞股份</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI检测</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI检测领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">明月镜片</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI检测</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI检测领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">热景生物</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI检测</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI检测领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">祥生医疗</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI检测</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI检测领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">安必平</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI检测</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI检测领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">迪安诊断</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI检测</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI检测领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">兰卫医学</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI检测</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI检测领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">迈克奥迪</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI检测</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI检测领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">成都先导</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI制药</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI制药领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">泓博医药</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI制药</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI制药领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">丽珠集团</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI制药</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI制药领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">健康元</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI制药</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI制药领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">皓元医药</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI制药</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI制药领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">东阳光</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI制药</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI制药领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">长江药业</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI制药</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI制药领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">药石科技</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI制药</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI制药领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">北陆药业</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI制药</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">AI医疗</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">根据图片中分类归属AI制药领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">塞力医疗</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">AI医疗</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">根据图片中分类归属智慧医疗领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">美年健康</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">AI医疗</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">根据图片中分类归属智慧医疗领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">润达医疗</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">AI医疗</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">根据图片中分类归属智慧医疗领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">迪安诊断</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">AI医疗</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">根据图片中分类归属智慧医疗领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">朗玛信息</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">AI医疗</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">根据图片中分类归属智慧医疗领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">久远银海</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">AI医疗</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">根据图片中分类归属智慧医疗领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">东软集团</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">AI医疗</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">医疗IT解决方案</td>
<td class="px-6 py-4 text-sm text-gray-500">根据图片中分类归属智慧医疗领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">卫宁健康</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">AI医疗</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">根据图片中分类归属智慧医疗领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">东华软件</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">AI医疗</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">医疗IT解决方案</td>
<td class="px-6 py-4 text-sm text-gray-500">根据图片中分类归属智慧医疗领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">万达信息</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">AI医疗</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">根据图片中分类归属智慧医疗领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">创业慧康</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">AI医疗</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">根据图片中分类归属智慧医疗领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">嘉和美康</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">AI医疗</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">根据图片中分类归属智慧医疗领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">山大地纬</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">AI医疗</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">医疗IT解决方案</td>
<td class="px-6 py-4 text-sm text-gray-500">根据图片中分类归属智慧医疗领域</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">中科信息</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">AI医疗</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">根据图片中分类归属智慧医疗领域</td>
</tr>
<tr class="bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">思创医惠</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">AI医疗</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">根据图片中分类归属智慧医疗领域</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- 页脚 -->
<div class="mt-12 text-center text-gray-500 text-sm">
<p>© 2025 AI医疗行业洞察报告 | 数据来源:公开资料整理</p>
</div>
</div>
<!-- 引入必要的JS库 -->
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3/tsparticles.bundle.min.js"></script>
<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>
```