Files
vf_react/public/htmls/AI制药.html
2025-12-05 13:29:18 +08:00

618 lines
37 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-CN" data-theme="night">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>深度行研 | AI制药</title>
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.10.2/dist/full.min.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com"></script>
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700&display=swap');
body {
font-family: 'Sora', sans-serif;
background-color: #05050A;
color: #E0E0E0;
overflow-x: hidden;
}
.glass-card {
background: rgba(20, 20, 40, 0.4);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 1.5rem; /* 24px */
transition: all 0.3s ease;
}
.glass-card:hover {
background: rgba(30, 30, 50, 0.6);
border-color: rgba(255, 255, 255, 0.2);
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.glow-text {
text-shadow: 0 0 8px rgba(100, 200, 255, 0.7), 0 0 16px rgba(100, 200, 255, 0.5);
}
.section-title {
font-size: 2rem;
font-weight: 600;
letter-spacing: 0.05em;
background: linear-gradient(90deg, #88d3ff, #e4b7ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-bottom: 0.5rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
margin-bottom: 2rem;
}
.bento-grid {
display: grid;
gap: 1.5rem;
grid-template-columns: repeat(12, 1fr);
}
.bento-item {
grid-column: span 12;
}
@media (min-width: 768px) {
.bento-item-span-4 { grid-column: span 4; }
.bento-item-span-6 { grid-column: span 6; }
.bento-item-span-8 { grid-column: span 8; }
.bento-item-span-12 { grid-column: span 12; }
}
.highlight {
color: #93c5fd;
}
.tag {
background-color: rgba(147, 197, 253, 0.1);
color: #93c5fd;
padding: 0.25rem 0.75rem;
border-radius: 9999px;
font-size: 0.8rem;
font-weight: 600;
border: 1px solid rgba(147, 197, 253, 0.2);
}
.disclaimer {
background: rgba(10, 10, 20, 0.8);
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bg-glow-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: -1;
}
.bg-glow-1 {
position: absolute;
top: -20%;
left: -15%;
width: 50vw;
height: 50vw;
background: radial-gradient(circle, rgba(66, 7, 255, 0.15) 0%, rgba(66, 7, 255, 0) 70%);
border-radius: 50%;
}
.bg-glow-2 {
position: absolute;
bottom: -30%;
right: -20%;
width: 60vw;
height: 60vw;
background: radial-gradient(circle, rgba(0, 225, 255, 0.1) 0%, rgba(0, 225, 255, 0) 70%);
border-radius: 50%;
}
</style>
</head>
<body class="min-h-screen relative">
<div class="bg-glow-container">
<div class="bg-glow-1"></div>
<div class="bg-glow-2"></div>
</div>
<div class="disclaimer text-center text-xs p-2 text-gray-400 sticky top-0 z-50">
<p>北京价值前沿科技有限公司 AI投研agent“价小前投研” 进行投研呈现本报告为AI合成数据投资需谨慎。</p>
</div>
<div class="container mx-auto p-4 md:p-8 lg:p-12">
<!-- Header -->
<header class="text-center my-12">
<h1 class="text-4xl md:text-6xl font-bold glow-text mb-4">深度行研AI制药</h1>
<p class="text-lg text-gray-300 max-w-3xl mx-auto">
算法与算力双轮驱动AI正从底层重塑药物研发范式行业正从“概念验证”迈向“规模产出”的关键拐点。
</p>
</header>
<!-- Key Events Timeline -->
<section class="mb-16">
<h2 class="section-title">关键发展里程碑</h2>
<div id="timeline-chart" class="w-full h-64 md:h-80 glass-card p-4"></div>
</section>
<!-- Core Thesis -->
<section class="mb-16">
<h2 class="section-title">核心观点摘要</h2>
<div class="glass-card p-8 text-gray-200">
<p class="text-lg leading-relaxed">
AI制药正处在从<span class="highlight font-semibold">技术验证期</span><span class="highlight font-semibold">商业化快速扩张期</span>过渡的关键拐点。其核心驱动力源于传统制药行业<span class="highlight">降本增效的迫切需求</span>与AI算法、算力及高质量数据积累的<span class="highlight">技术供给侧突破</span>。未来,该赛道潜力巨大,但短期内价值实现将主要由<span class="highlight">管线临床进展</span><span class="highlight">大型商业拓展BD订单</span>驱动,行业整体呈现出较强的 <span class="highlight">Beta 属性</span>,即阶段性成果将引爆整个板块。
</p>
</div>
</section>
<!-- Detailed Analysis -->
<section class="mb-16">
<h2 class="section-title">逻辑与市场认知分析</h2>
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6">
<!-- Core Drivers -->
<div class="glass-card p-6 lg:col-span-1">
<h3 class="text-xl font-semibold text-white mb-4 flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mr-2 text-blue-400" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" /></svg>
核心驱动力
</h3>
<ul class="space-y-3 text-gray-300 text-sm">
<li><strong class="text-blue-300">需求侧:</strong>颠覆传统研发范式,解决周期长、成本高(>20亿美元)、成功率低(<8%)的痛点</li>
<li><strong class="text-blue-300">供给侧:</strong>技术奇点来临AlphaFold解决基础科学难题生成式AI日趋成熟。</li>
<li><strong class="text-blue-300">政策端:</strong>国家战略加持,写入《“十四五”医药工业发展规划》等顶层设计。</li>
</ul>
</div>
<!-- Market Hotness -->
<div class="glass-card p-6 lg:col-span-1">
<h3 class="text-xl font-semibold text-white mb-4 flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mr-2 text-purple-400" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6" /></svg>
市场热度与情绪
</h3>
<p class="text-gray-300 text-sm mb-3">市场热度极高,情绪整体高度乐观,体现在:</p>
<ul class="space-y-3 text-gray-300 text-sm">
<li><strong class="text-purple-300">新闻层面:</strong>礼来、阿斯利康等数十亿美元级合作订单极大提振市场信心。</li>
<li><strong class="text-purple-300">研报层面:</strong>券商密集发布研报,普遍使用“爆发前夜”、“重塑模式”等乐观表述。</li>
<li><strong class="text-purple-300">路演层面:</strong>机构对千亿美元远期市场空间、技术进展表现出强烈兴趣。</li>
</ul>
</div>
<!-- Expectation Gap -->
<div class="glass-card p-6 lg:col-span-1">
<h3 class="text-xl font-semibold text-white mb-4 flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mr-2 text-teal-400" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z" /></svg>
预期差分析
</h3>
<ul class="space-y-3 text-gray-300 text-sm">
<li><strong class="text-teal-300">预期差一:</strong>AI是“加速器”而非“万能钥匙”主要赋能早期环节非完全取代实验。</li>
<li><strong class="text-teal-300">预期差二:</strong><span class="font-bold">数据质量</span>是核心瓶颈,而非算法。高质量私有生物数据是真壁垒。</li>
<li><strong class="text-teal-300">预期差三:</strong>商业模式仍在探索巨额BD订单的里程碑付款获取充满不确定性未必是行业常态。</li>
</ul>
</div>
</div>
</section>
<!-- Market Size Chart -->
<section class="mb-16">
<h2 class="section-title">全球AI制药市场规模预测</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 items-center">
<div class="md:col-span-2">
<div id="market-size-chart" class="w-full h-80 glass-card p-4"></div>
</div>
<div class="md:col-span-1 glass-card p-6">
<h3 class="text-xl font-semibold text-white mb-4">行业增长动力</h3>
<p class="text-gray-300 text-sm leading-relaxed">
研报及路演数据显示全球AI制药市场正经历高速增长。预计2025年将见证更多AI赋能产品问世。当前市场正从约10亿美元规模以近30%的年复合增长率迈向2030年数十亿美元甚至更广阔的千亿美元远期空间。AI对药物研发10%的成功率提升,即可节省超千亿美元成本。
</p>
</div>
</div>
</section>
<!-- Catalysts & Future Path -->
<section class="mb-16">
<h2 class="section-title">催化剂与发展路径</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="glass-card p-6">
<h3 class="text-xl font-semibold text-white mb-4">近期催化剂 (3-6个月)</h3>
<ul class="space-y-3 text-gray-300 text-sm">
<li><strong class="text-blue-300">关键临床数据披露:</strong>英矽智能ISM001-055等核心管线数据读出。</li>
<li><strong class="text-blue-300">标志性平台发布:</strong>泓博医药Diorion及PR-GPT项目上线。</li>
<li><strong class="text-blue-300">重磅BD交易落地</strong>持续出现的10亿美元以上级别合作。</li>
<li><strong class="text-blue-300">监管政策明朗化:</strong>FDA/NMPA发布更明确的AI审评指南。</li>
</ul>
</div>
<div class="glass-card p-6">
<h3 class="text-xl font-semibold text-white mb-4">长期发展路径</h3>
<ul class="space-y-3 text-gray-300 text-sm">
<li><strong class="text-purple-300">近期 (1-2年)</strong>首款完全由AI研发的新药获批上市实现终极“概念验证”。</li>
<li><strong class="text-purple-300">中期 (3-5年)</strong>AI工具链平台化与标准化AI+CRO/SaaS模式成熟。</li>
<li><strong class="text-purple-300">远期 (5-10年)</strong>实现对临床成功率的系统性提升AI成为研发核心引擎。</li>
</ul>
</div>
</div>
</section>
<!-- Industry Chain & Key Players -->
<section class="mb-16">
<h2 class="section-title">产业链与核心公司深度剖析</h2>
<div class="bento-grid">
<!-- Industry Chain -->
<div class="bento-item bento-item-span-12 md:bento-item-span-4 glass-card p-6 flex flex-col justify-between">
<div>
<h3 class="text-xl font-semibold text-white mb-4">产业链图谱</h3>
<div class="space-y-4 text-sm">
<div>
<p class="font-semibold text-blue-300">上游 (基础层)</p>
<p class="text-gray-300">算力(NVIDIA)、数据(CRO)、算法(Google)</p>
</div>
<div>
<p class="font-semibold text-purple-300">中游 (技术与服务层)</p>
<p class="text-gray-300">AI+CRO (晶泰), AI+Biotech (英矽智能)</p>
</div>
<div>
<p class="font-semibold text-teal-300">下游 (应用层)</p>
<p class="text-gray-300">大型药企 (礼来、阿斯利康), Biotech</p>
</div>
</div>
</div>
<div class="mt-6">
<div class="w-full h-40" id="biz-model-chart"></div>
</div>
</div>
<!-- Key Deals -->
<div class="bento-item bento-item-span-12 md:bento-item-span-8 glass-card p-6">
<h3 class="text-xl font-semibold text-white mb-4">标志性商业合作</h3>
<div class="space-y-4 text-sm">
<div class="p-4 bg-black/20 rounded-xl">
<p><strong class="text-teal-300">石药 & 阿斯利康:</strong> 潜在总额超 <span class="text-2xl font-bold text-white">50亿</span> 美元利用石药AI引擎发现新型口服小分子药物。</p>
</div>
<div class="p-4 bg-black/20 rounded-xl">
<p><strong class="text-teal-300">诺华 & Monte Rosa:</strong> 潜在总价值 <span class="text-2xl font-bold text-white">57亿</span> 美元利用AI/ML平台开发分子胶降解剂。</p>
</div>
<div class="p-4 bg-black/20 rounded-xl">
<p><strong class="text-teal-300">礼来 & Superluminal:</strong> 交易价值 <span class="text-2xl font-bold text-white">13亿</span> 美元,加速开发针对肥胖症等疾病的小分子药物。</p>
</div>
</div>
</div>
<!-- Key Players -->
<div class="bento-item bento-item-span-12 md:bento-item-span-6 lg:bento-item-span-4 glass-card p-6">
<h4 class="font-bold text-lg text-white">英矽智能 (Insilico)</h4>
<span class="tag">AI+Biotech</span>
<p class="text-sm text-gray-300 mt-2"><strong class="text-blue-300">优势:</strong> 端到端生成式AI平台管线进展全球领先。</p>
<p class="text-sm text-gray-300 mt-1"><strong class="text-blue-300">验证:</strong> 核心管线ISM001-055进入临床III期数据亮眼。</p>
</div>
<div class="bento-item bento-item-span-12 md:bento-item-span-6 lg:bento-item-span-4 glass-card p-6">
<h4 class="font-bold text-lg text-white">晶泰控股 (XtalPi)</h4>
<span class="tag">AI+CRO</span>
<p class="text-sm text-gray-300 mt-2"><strong class="text-blue-300">优势:</strong> “干湿实验闭环”AI+自动化实验室,数据壁垒强。</p>
<p class="text-sm text-gray-300 mt-1"><strong class="text-blue-300">验证:</strong> 参与辉瑞新冠药研发,与阿斯利康等大厂合作。</p>
</div>
<div class="bento-item bento-item-span-12 md:bento-item-span-6 lg:bento-item-span-4 glass-card p-6">
<h4 class="font-bold text-lg text-white">泓博医药</h4>
<span class="tag">传统CRO+AI</span>
<p class="text-sm text-gray-300 mt-2"><strong class="text-blue-300">优势:</strong> 拥有存量客户基础自研PR-GPT模型竞争力强。</p>
<p class="text-sm text-gray-300 mt-1"><strong class="text-blue-300">验证:</strong> 已为69个新药项目提供支持5个进入临床I期。</p>
</div>
<div class="bento-item bento-item-span-12 md:bento-item-span-6 lg:bento-item-span-6 glass-card p-6">
<h4 class="font-bold text-lg text-white">成都先导</h4>
<span class="tag">CRO(DEL)+AI</span>
<p class="text-sm text-gray-300 mt-2"><strong class="text-blue-300">优势:</strong> 全球最大DNA编码化合物库(DEL)平台与AI结合发现新颖分子。</p>
<p class="text-sm text-gray-300 mt-1"><strong class="text-blue-300">验证:</strong> 与腾讯合作开发算法靶点验证成功率达70-80%。</p>
</div>
<div class="bento-item bento-item-span-12 md:bento-item-span-12 lg:bento-item-span-6 glass-card p-6">
<h4 class="font-bold text-lg text-white">薛定谔 (Schrodinger)</h4>
<span class="tag">SaaS + 自研管线</span>
<p class="text-sm text-gray-300 mt-2"><strong class="text-blue-300">优势:</strong> 历史悠久基于物理模型的计算平台客户覆盖全球Top20药企。</p>
<p class="text-sm text-gray-300 mt-1"><strong class="text-blue-300">验证:</strong> 2023年已实现盈利SaaS模式现金流稳定。</p>
</div>
</div>
</section>
<!-- Risks & Challenges -->
<section class="mb-16">
<h2 class="section-title">潜在风险与挑战</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="glass-card p-6 border-l-4 border-yellow-500">
<h3 class="text-lg font-semibold text-yellow-300 mb-2">技术风险</h3>
<ul class="list-disc list-inside text-gray-300 text-sm space-y-1">
<li><strong>数据瓶颈:</strong> 高质量、可重复实验数据稀缺是核心瓶颈。</li>
<li><strong>“黑箱”问题:</strong> AI决策过程不透明面临信任挑战。</li>
<li><strong>可合成性挑战:</strong> 约30%的AI设计分子在现实中难以合成。</li>
</ul>
</div>
<div class="glass-card p-6 border-l-4 border-orange-500">
<h3 class="text-lg font-semibold text-orange-300 mb-2">商业化风险</h3>
<ul class="list-disc list-inside text-gray-300 text-sm space-y-1">
<li><strong>模式不确定性:</strong> AI+CRO面临付费意愿AI+Biotech面临研发风险。</li>
<li><strong>价值衡量困难:</strong> 难以精确评估AI在研发成功中的贡献。</li>
</ul>
</div>
<div class="glass-card p-6 border-l-4 border-red-500">
<h3 class="text-lg font-semibold text-red-300 mb-2">政策与竞争风险</h3>
<ul class="list-disc list-inside text-gray-300 text-sm space-y-1">
<li><strong>监管不确定性:</strong> FDA等机构审评标准尚在探索中。</li>
<li><strong>竞争加剧:</strong> 大型药企自建AI平台从“伙伴”变“对手”。</li>
</ul>
</div>
</div>
</section>
<!-- Conclusion & Investment Implications -->
<section class="mb-16">
<h2 class="section-title">综合结论与投资启示</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="glass-card p-6">
<h3 class="text-xl font-semibold text-white mb-4">最终看法</h3>
<p class="text-gray-300 leading-relaxed">AI制药已跨越纯粹的主题炒作进入由<span class="highlight">关键技术验证</span><span class="highlight">商业化落地</span>驱动的早期基本面驱动阶段。市场表现是“技术理想”和“商业现实”的共振。虽然长期前景广阔,但短期内价值评估高度依赖<span class="highlight">事件驱动</span>临床数据、BD订单板块波动性将较大。</p>
</div>
<div class="glass-card p-6">
<h3 class="text-xl font-semibold text-white mb-4">最具投资价值环节</h3>
<ul class="space-y-3 text-gray-300">
<li>
<p class="font-semibold text-blue-300">1. 平台型 AI+CRO/SaaS 公司</p>
<p class="text-sm">如晶泰控股、薛定谔。商业模式更清晰,风险分散,有望成为行业“卖水者”,率先实现稳健现金流。</p>
</li>
<li>
<p class="font-semibold text-purple-300">2. 拥有领先管线的 AI+Biotech 公司</p>
<p class="text-sm">如英矽智能。风险极高但一旦核心管线成功将实现从0到1的价值跃迁潜在回报巨大。</p>
</li>
</ul>
</div>
</div>
</section>
<!-- Stock Table -->
<section>
<h2 class="section-title">相关概念股梳理</h2>
<div class="overflow-x-auto glass-card">
<table class="table text-gray-300">
<thead class="text-white text-base">
<tr>
<th class="bg-transparent">股票名称</th>
<th class="bg-transparent">股票代码</th>
<th class="bg-transparent">核心逻辑</th>
</tr>
</thead>
<tbody>
<tr class="hover:bg-white/5">
<td>泓博医药</td>
<td><a href="https://valuefrontier.cn/company?scode=301230" target="_blank" class="text-blue-400 hover:underline">301230</a></td>
<td>将人工智能算法与药物设计相结合,用以提高药物研发效率,主要应用于大规模虚拟筛选、药物代谢性质的预测等方面。</td>
</tr>
<tr class="hover:bg-white/5">
<td>成都先导</td>
<td><a href="https://valuefrontier.cn/company?scode=688222" target="_blank" class="text-blue-400 hover:underline">688222</a></td>
<td>一直以来都对AI在药物研发领域的进展保持高度关注并不断探索和研究。</td>
</tr>
<tr class="hover:bg-white/5">
<td>美迪西</td>
<td><a href="https://valuefrontier.cn/company?scode=688202" target="_blank" class="text-blue-400 hover:underline">688202</a></td>
<td>与苏州朗睿合作依托其KINET人工智能新药研发平台快速产生安全、有效的FIC/BIC临床候选化合物。</td>
</tr>
<tr class="hover:bg-white/5">
<td>皓元医药</td>
<td><a href="https://valuefrontier.cn/company?scode=688131" target="_blank" class="text-blue-400 hover:underline">688131</a></td>
<td>与英矽智能就创新药小分子化合物定制服务业务、CDMO业务、合成样品库等业务深度合作。</td>
</tr>
<tr class="hover:bg-white/5">
<td>润达医疗</td>
<td><a href="https://valuefrontier.cn/company?scode=603108" target="_blank" class="text-blue-400 hover:underline">603108</a></td>
<td>上海润达与华为云合作基于华为云平台打造面向医疗领域的AI大模型实现智慧医疗服务。</td>
</tr>
<tr class="hover:bg-white/5">
<td>科源制药</td>
<td><a href="https://valuefrontier.cn/company?scode=301281" target="_blank" class="text-blue-400 hover:underline">301281</a></td>
<td>获得山东省第一批“现代优势产业集群+人工智能”试点示范企业。</td>
</tr>
<tr class="hover:bg-white/5">
<td>安科生物</td>
<td><a href="https://valuefrontier.cn/company?scode=300009" target="_blank" class="text-blue-400 hover:underline">300009</a></td>
<td>公司及子公司目前通过AI-计算机辅助设计平台等技术服务,已有开发的药物获批临床。</td>
</tr>
<tr class="hover:bg-white/5">
<td>我武生物</td>
<td><a href="https://valuefrontier.cn/company?scode=300357" target="_blank" class="text-blue-400 hover:underline">300357</a></td>
<td>全资子公司建立“拟人认知”能力,应用于医药领域人工智能项目。目前已取得了一些初步的研发进展,并在公司内部测试应用。</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- Rise Analysis -->
<section class="mt-16" x-data="{ open: null }">
<h2 class="section-title">相关个股涨幅异动分析</h2>
<div class="space-y-4">
<div class="glass-card rounded-2xl">
<div class="p-4 cursor-pointer flex justify-between items-center" @click="open = open === 0 ? null : 0">
<div class="font-semibold text-lg text-white">立方制药 (003020) - 2025-08-11 上涨 <span class="text-green-400">5.72%</span></div>
<svg class="w-6 h-6 transform transition-transform" :class="{'rotate-180': open === 0}" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>
</div>
<div x-show="open === 0" x-collapse class="px-4 pb-4 text-gray-300 text-sm prose max-w-none prose-invert prose-headings:text-white prose-strong:text-blue-300">
<p>立方制药当日涨幅主要受创新药板块整体走强带动,叠加公司董事会换届、制定未来三年股东分红回报规划等治理结构优化预期。技术面上,市场有观点认为散户洗盘已完成。多重因素共同作用,推动股价上涨。</p>
</div>
</div>
<div class="glass-card rounded-2xl">
<div class="p-4 cursor-pointer flex justify-between items-center" @click="open = open === 1 ? null : 1">
<div class="font-semibold text-lg text-white">华北制药 (600812) - 2025-07-11 上涨 <span class="text-green-400">6.51%</span></div>
<svg class="w-6 h-6 transform transition-transform" :class="{'rotate-180': open === 1}" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>
</div>
<div x-show="open === 1" x-collapse class="px-4 pb-4 text-gray-300 text-sm prose max-w-none prose-invert prose-headings:text-white prose-strong:text-blue-300">
<p>最直接驱动因素是公司发布的半年度业绩预增公告预计净利润同比增加72%扣非净利润大增120%。同时受益于创新药板块整体活跃和游资上海帮1.44亿的大量买入,共同推动股价大幅上涨。</p>
</div>
</div>
<div class="glass-card rounded-2xl">
<div class="p-4 cursor-pointer flex justify-between items-center" @click="open = open === 2 ? null : 2">
<div class="font-semibold text-lg text-white">南新制药 (688189) - 2025-07-29 上涨 <span class="text-green-400">17.01%</span></div>
<svg class="w-6 h-6 transform transition-transform" :class="{'rotate-180': open === 2}" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>
</div>
<div x-show="open === 2" x-collapse class="px-4 pb-4 text-gray-300 text-sm prose max-w-none prose-invert prose-headings:text-white prose-strong:text-blue-300">
<p>股价大幅上涨主要源于市场对其1类新药“美氟尼酮”针对糖尿病肾病巨大市场潜力的预期其峰值销售额被评估可达百亿级别。同时公司筹划资产收购被解读为积极信号加之创新药板块整体活跃吸引了短期交易资金的追捧。</p>
</div>
</div>
<div class="glass-card rounded-2xl">
<div class="p-4 cursor-pointer flex justify-between items-center" @click="open = open === 3 ? null : 3">
<div class="font-semibold text-lg text-white">尔康制药 (300267) - 2025-07-28 上涨 <span class="text-green-400">15.43%</span></div>
<svg class="w-6 h-6 transform transition-transform" :class="{'rotate-180': open === 3}" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>
</div>
<div x-show="open === 3" x-collapse class="px-4 pb-4 text-gray-300 text-sm prose max-w-none prose-invert prose-headings:text-white prose-strong:text-blue-300">
<p>上涨主要受益于化学制药板块的整体走强。同时,医药行业政策环境改善预期(如医保政策、美国制药政策预期)及创新药领域的高热度,共同提振了市场情绪,带动了股价上涨。</p>
</div>
</div>
<!-- Add other stocks here similarly -->
</div>
</section>
</div>
<script>
// Timeline Chart
var timelineChart = echarts.init(document.getElementById('timeline-chart'));
var timelineOption = {
tooltip: {
trigger: 'axis',
formatter: function (params) {
return params[0].name + '<br/>' + params[0].value[2];
},
backgroundColor: 'rgba(20, 20, 40, 0.8)',
borderColor: 'rgba(255, 255, 255, 0.2)',
textStyle: { color: '#E0E0E0' }
},
grid: { left: '10%', right: '5%', top: '15%', bottom: '20%' },
xAxis: {
type: 'time',
axisLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.3)' } },
splitLine: { show: false },
},
yAxis: {
type: 'value',
show: false,
},
series: [{
name: '事件',
type: 'line',
showSymbol: true,
symbol: 'circle',
symbolSize: 12,
hoverAnimation: true,
data: [
{ name: '2020-11', value: ['2020-11-30', 1, 'AlphaFold2发布解决蛋白质结构预测难题'] },
{ name: '2024-05', value: ['2024-05-08', 2, 'AlphaFold3发布扩展预测能力'] },
{ name: '2024-09', value: ['2024-09-01', 3, '晶泰控股上市成港股“AI制药第一股”'] },
{ name: '2025-06', value: ['2025-06-13', 4, '石药与阿斯利康达成超50亿美元合作'] },
{ name: '2025-08', value: ['2025-08-14', 5, '礼来与Superluminal签署13亿美元交易'] },
{ name: '2025-09', value: ['2025-09-01', 6, '诺华与Monte Rosa签署57亿美元合作'] }
],
itemStyle: {
color: '#88d3ff',
borderColor: '#fff',
borderWidth: 2
},
lineStyle: {
color: 'rgba(136, 211, 255, 0.5)',
width: 2,
type: 'dashed'
}
}]
};
timelineChart.setOption(timelineOption);
// Market Size Chart
var marketSizeChart = echarts.init(document.getElementById('market-size-chart'));
var marketSizeOption = {
tooltip: {
trigger: 'axis',
backgroundColor: 'rgba(20, 20, 40, 0.8)',
borderColor: 'rgba(255, 255, 255, 0.2)',
textStyle: { color: '#E0E0E0' }
},
grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true },
xAxis: {
type: 'category',
data: ['2022', '2023', '2024(E)', '2025(E)', '2026(E)'],
axisLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.3)' } }
},
yAxis: {
type: 'value',
name: '亿美元',
axisLine: { show: true, lineStyle: { color: 'rgba(255, 255, 255, 0.3)' } },
splitLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.1)' } }
},
series: [{
data: [10.4, 13.6, 17.8, 23.3, 29.94],
type: 'bar',
barWidth: '40%',
itemStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: '#83bff6' },
{ offset: 0.5, color: '#188df0' },
{ offset: 1, color: '#188df0' }
])
},
emphasis: {
itemStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: '#2378f7' },
{ offset: 0.7, color: '#2378f7' },
{ offset: 1, color: '#83bff6' }
])
}
}
}]
};
marketSizeChart.setOption(marketSizeOption);
// Business Model Chart
var bizModelChart = echarts.init(document.getElementById('biz-model-chart'));
var bizModelOption = {
tooltip: {
trigger: 'item',
backgroundColor: 'rgba(20, 20, 40, 0.8)',
borderColor: 'rgba(255, 255, 255, 0.2)',
textStyle: { color: '#E0E0E0' }
},
legend: {
top: '5%',
left: 'center',
textStyle: { color: '#E0E0E0' }
},
series: [{
name: '商业模式',
type: 'pie',
radius: ['40%', '70%'],
avoidLabelOverlap: false,
itemStyle: {
borderRadius: 10,
borderColor: '#05050A',
borderWidth: 2
},
label: { show: false, position: 'center' },
emphasis: {
label: {
show: true,
fontSize: 20,
fontWeight: 'bold',
color: '#fff'
}
},
labelLine: { show: false },
data: [
{ value: 45, name: 'AI+CRO' },
{ value: 35, name: 'AI+Biotech' },
{ value: 15, name: 'SaaS' },
{ value: 5, name: 'AI+Pharma' }
]
}]
};
bizModelChart.setOption(bizModelOption);
window.addEventListener('resize', function () {
timelineChart.resize();
marketSizeChart.resize();
bizModelChart.resize();
});
</script>
</body>
</html>