Files
vf_react/public/htmls/蓝箭航天朱雀三号.html
2025-12-05 13:29:18 +08:00

454 lines
31 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>深度行研 | 蓝箭航天朱雀三号</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.10.1/dist/full.min.css" rel="stylesheet" type="text/css" />
<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=Noto+Sans+SC:wght@300;400;500;700&display=swap');
body {
font-family: 'Noto Sans SC', sans-serif;
background-color: #010007;
overflow-x: hidden;
color: #E0E0E0;
}
.aurora-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: #010007;
overflow: hidden;
}
.aurora-bg .aurora-dot {
position: absolute;
border-radius: 100%;
filter: blur(100px);
opacity: 0.5;
animation: pulse 15s infinite alternate;
}
@keyframes pulse {
0% { transform: scale(0.8); opacity: 0.4; }
100% { transform: scale(1.2); opacity: 0.6; }
}
.glass-card {
background: rgba(10, 10, 25, 0.4);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 24px;
transition: all 0.3s ease;
}
.glass-card:hover {
border-color: rgba(0, 255, 255, 0.3);
box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
}
.bento-grid {
display: grid;
gap: 1.5rem;
grid-template-columns: repeat(12, 1fr);
grid-auto-rows: auto;
}
.glow-text {
text-shadow: 0 0 8px rgba(0, 255, 255, 0.5);
}
.sub-glow {
text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.05);
}
::-webkit-scrollbar-thumb {
background: rgba(0, 255, 255, 0.3);
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(0, 255, 255, 0.5);
}
.table th, .table td {
border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}
.table th {
background-color: rgba(0, 255, 255, 0.05);
}
</style>
</head>
<body class="antialiased">
<div class="aurora-bg">
<div class="aurora-dot" style="top: -20%; left: -10%; width: 50vw; height: 50vw; background: #3a0ca3; animation-delay: 0s;"></div>
<div class="aurora-dot" style="top: 40%; left: 50%; width: 60vw; height: 60vw; background: #4361ee; animation-delay: 3s;"></div>
<div class="aurora-dot" style="bottom: -30%; right: -20%; width: 70vw; height: 70vw; background: #7209b7; animation-delay: 6s;"></div>
</div>
<div class="container mx-auto p-4 md:p-8">
<!-- Header -->
<header class="glass-card p-8 mb-8 text-center flex flex-col items-center">
<h1 class="text-4xl md:text-6xl font-bold glow-text bg-clip-text text-transparent bg-gradient-to-r from-cyan-300 to-violet-400">蓝箭航天 · 朱雀三号</h1>
<h2 class="text-xl md:text-2xl font-light text-gray-300 mt-2 sub-glow">新一代可重复使用液氧甲烷运载火箭深度分析</h2>
<div class="divider before:bg-cyan-500/20 after:bg-cyan-500/20 my-4"></div>
<p class="text-xs text-gray-400 max-w-2xl">北京价值前沿科技有限公司 AI投研agent“价小前投研”进行投研呈现。本报告基于公开市场数据AI合成不构成任何投资建议投资需谨慎。</p>
</header>
<!-- Bento Grid Layout -->
<main class="bento-grid">
<!-- 0. 概念事件 & 1. 核心观点摘要 -->
<section class="glass-card p-6 md:p-8 col-span-12">
<h3 class="text-2xl font-bold text-cyan-300 mb-4 glow-text">概念总览:里程碑与新纪元</h3>
<div class="space-y-6 text-gray-300">
<div>
<h4 class="text-lg font-semibold text-white mb-2">核心事件背景</h4>
<p>“蓝箭航天朱雀三号”概念围绕中国民营航天企业蓝箭航天自主研发的新一代可重复使用液氧甲烷运载火箭的研发、试验与首飞事件展开。在全球商业航天由SpaceX引领进入“低成本、高频次”发射时代的大背景下朱雀三号直接对标猎鹰9号采用与“星舰”相近的“<strong class="text-cyan-400">不锈钢箭体+液氧甲烷发动机</strong>”技术路线,旨在通过一级火箭的垂直回收与复用,大幅降低发射成本,为中国未来的大规模卫星互联网星座建设提供运力保障。</p>
</div>
<div>
<h4 class="text-lg font-semibold text-white mb-2">核心观点摘要</h4>
<p>朱雀三号概念标志着中国商业航天从“技术验证”向“商业化运营”转型的关键节点。其核心驱动力源于<strong class="text-fuchsia-400">国家战略需求(卫星互联网)与民营企业技术突破形成的共振</strong>。尽管2025年12月3日的首次任务未能完全成功一级回收失败但其成功入轨已证明中国民企具备挑战全球顶级运载火箭技术的能力。当前概念正处于“<strong class="text-cyan-400">事件驱动的主题投资阶段</strong>并有望在未来1-2年内进入“<strong class="text-fuchsia-400">基本面驱动阶段</strong>”。</p>
</div>
</div>
</section>
<!-- 2. 核心逻辑与市场认知分析 -->
<section class="glass-card p-6 md:p-8 col-span-12 lg:col-span-8">
<h3 class="text-2xl font-bold text-cyan-300 mb-4 glow-text">深度解析:驱动力与市场预期</h3>
<div class="space-y-4 text-gray-300">
<div>
<h4 class="font-semibold text-white">核心驱动力:成本革命</h4>
<ul class="list-disc list-inside space-y-2 mt-2 pl-2">
<li><strong class="text-cyan-400">技术驱动降本:</strong> 核心叙事是“可重复使用”。研报数据显示,一级火箭回收可降低<strong class="text-yellow-300">60%</strong>发射成本,全回收可降低<strong class="text-yellow-300">80%-90%</strong>。目标成本为每公斤<strong class="text-yellow-300">2万元</strong>以内,远期目标低于<strong class="text-yellow-300">3000元/公斤</strong></li>
<li><strong class="text-cyan-400">需求驱动增长:</strong> 中国“星网”12992颗、“千帆星座”12000+颗)等数万颗低轨卫星的组网需求,为朱雀三号等大运力火箭提供了清晰且庞大的商业前景。</li>
<li><strong class="text-cyan-400">政策驱动加速:</strong> 国家设立“商业航天司”、发布《行动计划》等顶层设计,为行业发展提供了前所未有的政策确定性。</li>
</ul>
</div>
<div>
<h4 class="font-semibold text-white">市场热度与情绪:分歧中的乐观</h4>
<p>市场高度聚焦,情绪复杂但整体乐观。专业投资者和券商普遍认为“<strong class="text-fuchsia-400">入轨即成功</strong>解决了运力“从0到1”的核心问题对回收失败的容忍度较高。这种分歧为市场博弈提供了空间。</p>
</div>
<div>
<h4 class="font-semibold text-white">预期差分析</h4>
<ul class="list-disc list-inside space-y-2 mt-2 pl-2">
<li><strong class="text-cyan-400">【核心预期差】成功标准:</strong> 市场快速修正预期,认识到“入轨”的战略价值远大于首次尝试即“回收”的战术价值。</li>
<li><strong class="text-cyan-400">【进度预期差】研发周期:</strong> 首飞计划多次调整,表明可回收火箭研发难度和不确定性高于市场早期乐观预期。</li>
<li><strong class="text-cyan-400">【业务定位预期差】</strong> 蓝箭航天申报了1万颗卫星的“鸿湖三号”星座其业务模式可能更接近SpaceX火箭+星链),而非纯粹的发射服务商,此闭环生态逻辑可能未被市场充分认知。</li>
</ul>
</div>
</div>
</section>
<!-- 3. 关键催化剂与未来发展路径 -->
<section class="glass-card p-6 md:p-8 col-span-12 lg:col-span-4">
<h3 class="text-2xl font-bold text-cyan-300 mb-4 glow-text">未来展望</h3>
<div class="space-y-4 text-gray-300">
<div>
<h4 class="font-semibold text-white">近期催化剂 (3-6个月)</h4>
<ul class="list-disc list-inside space-y-1 mt-2 text-sm">
<li>遥一回收失败故障归零报告发布</li>
<li>朱雀三号遥二火箭发射计划公布</li>
<li>获得国家级星座实质性发射合同</li>
</ul>
</div>
<div>
<h4 class="font-semibold text-white">长期发展路径</h4>
<ul class="list-disc list-inside space-y-1 mt-2 text-sm">
<li><strong class="text-cyan-400">2026-2027 (技术成熟期):</strong> 实现稳定回收与复用。</li>
<li><strong class="text-cyan-400">2027-2030 (商业运营期):</strong> 进入高频次、规模化发射。</li>
<li><strong class="text-cyan-400">2030+ (生态拓展期):</strong> 部署“鸿湖三号”,形成“发射+运营”双轮驱动。</li>
</ul>
</div>
</div>
</section>
<!-- 关键节点时间轴 -->
<section class="glass-card p-6 md:p-8 col-span-12">
<h3 class="text-2xl font-bold text-cyan-300 mb-4 glow-text">关键节点时间轴</h3>
<div id="timeline-chart" style="width: 100%; height: 400px;"></div>
</section>
<!-- 4. 产业链与核心公司深度剖析 -->
<section class="glass-card p-6 md:p-8 col-span-12 lg:col-span-7">
<h3 class="text-2xl font-bold text-cyan-300 mb-4 glow-text">产业链图谱与核心玩家</h3>
<div class="space-y-4 text-gray-300">
<div>
<h4 class="font-semibold text-white">上游:核心原材料与元器件</h4>
<p class="text-sm">
<strong class="text-cyan-400">特种材料:</strong> 不锈钢箭体(<span class="text-yellow-300">中信金属</span>)、发动机推力室内壁(<span class="text-yellow-300">斯瑞新材</span>)、碳纤维壳体(<span class="text-yellow-300">豪能股份</span>参股)、特种锻件(<span class="text-yellow-300">派克新材</span>)。<br/>
<strong class="text-cyan-400">核心零部件:</strong> 高可靠性传感器(<span class="text-yellow-300">高华科技</span>)、轴承(<span class="text-yellow-300">国机精工</span>)、连接器(<span class="text-yellow-300">航天电器</span>)。<br/>
<strong class="text-cyan-400">技术与设备:</strong> 金属3D打印(<span class="text-yellow-300">铂力特</span>)、激光焊接(<span class="text-yellow-300">大族激光</span>)。
</p>
</div>
<div>
<h4 class="font-semibold text-white">中游:箭体结构与总装</h4>
<p class="text-sm">
<strong class="text-cyan-400">核心结构件:</strong> 尾段、整流罩(<span class="text-yellow-300">超捷股份</span>)。<br/>
<strong class="text-cyan-400">产业基地承建:</strong> 可复用火箭产业项目(<span class="text-yellow-300">深桑达A</span>)。
</p>
</div>
<div>
<h4 class="font-semibold text-white">核心玩家对比</h4>
<ul class="list-disc list-inside space-y-2 mt-2 pl-2 text-sm">
<li><strong class="text-fuchsia-400">逻辑最纯粹的核心供应商:</strong> <span class="text-yellow-300">超捷股份</span> (核心箭体结构)、<span class="text-yellow-300">斯瑞新材</span> (发动机内壁)、<span class="text-yellow-300">铂力特</span> (3D打印)、<span class="text-yellow-300">中信金属</span> (不锈钢箭体唯一上市总包商有3.8亿长单预期)。</li>
<li><strong class="text-fuchsia-400">市场情绪龙头:</strong> <span class="text-yellow-300">航天动力</span> (液体火箭唯一国家队核心,强资产注入预期,与朱雀三号无直接供应关系,代表板块情绪)。</li>
<li><strong class="text-fuchsia-400">间接参股方:</strong> <span class="text-yellow-300">金风科技</span> (持股4.9953%)、<span class="text-yellow-300">鲁信创投</span> (持股1.21%)。</li>
</ul>
</div>
</div>
</section>
<!-- 5. 潜在风险与挑战 -->
<section class="glass-card p-6 md:p-8 col-span-12 lg:col-span-5">
<h3 class="text-2xl font-bold text-yellow-300 mb-4 glow-text">风险与挑战</h3>
<div class="space-y-3 text-gray-300 text-sm">
<div>
<h4 class="font-semibold text-white">技术风险</h4>
<p>首次回收失败表明在着陆段发动机稳定点火与姿态控制方面仍存在重大技术挑战,这是实现商业模式闭环的<strong class="text-red-400">最大技术风险</strong>。量产与品控风险同样巨大。</p>
</div>
<div>
<h4 class="font-semibold text-white">商业化风险</h4>
<p>成本控制不及预期、国内外面临星际荣耀、长征八号等激烈竞争,未来发射服务市场可能陷入价格战。</p>
</div>
<div>
<h4 class="font-semibold text-white">政策与竞争风险</h4>
<p>政策支持可持续性存在不确定性,全球轨道与频谱资源抢夺加剧。</p>
</div>
<div>
<h4 class="font-semibold text-white text-orange-400">【明确矛盾点】进度风险</h4>
<p>路演数据显示项目研发进度<strong class="text-red-400">持续慢于公司早期乐观规划</strong>,这是评估其未来执行能力时需要考虑的重要风险信号。</p>
</div>
</div>
</section>
<!-- 核心数据卡片 -->
<section class="glass-card p-6 md:p-8 col-span-12">
<h3 class="text-2xl font-bold text-cyan-300 mb-4 glow-text">朱雀三号 · 核心技术参数</h3>
<div class="grid grid-cols-2 md:grid-cols-4 gap-4 text-center">
<div class="p-4 bg-black/20 rounded-xl">
<p class="text-sm text-gray-400">箭体直径</p>
<p class="text-2xl font-bold text-cyan-300">4.5 米</p>
</div>
<div class="p-4 bg-black/20 rounded-xl">
<p class="text-sm text-gray-400">全箭长度</p>
<p class="text-2xl font-bold text-cyan-300">66.1 米</p>
</div>
<div class="p-4 bg-black/20 rounded-xl">
<p class="text-sm text-gray-400">起飞质量</p>
<p class="text-2xl font-bold text-cyan-300">~660 吨</p>
</div>
<div class="p-4 bg-black/20 rounded-xl">
<p class="text-sm text-gray-400">起飞推力</p>
<p class="text-2xl font-bold text-cyan-300">~900 吨</p>
</div>
<div class="p-4 bg-black/20 rounded-xl col-span-2">
<p class="text-sm text-gray-400">技术路线</p>
<p class="text-xl font-bold text-white">全球首款全<strong class="text-fuchsia-400">不锈钢</strong>液氧甲烷火箭</p>
</div>
<div class="p-4 bg-black/20 rounded-xl">
<p class="text-sm text-gray-400">一级复用次数</p>
<p class="text-2xl font-bold text-white">≥ 20 次</p>
</div>
<div class="p-4 bg-green-900/50 rounded-xl">
<p class="text-sm text-green-300">遥一发射结果 (二级)</p>
<p class="text-2xl font-bold text-green-400">入轨成功</p>
</div>
<div class="p-4 bg-black/20 rounded-xl col-span-2 md:col-span-1">
<p class="text-sm text-gray-400">对标型号</p>
<p class="text-xl font-bold text-white">SpaceX Falcon 9</p>
</div>
<div class="p-4 bg-black/20 rounded-xl">
<p class="text-sm text-gray-400">LEO运力 (可回收)</p>
<p class="text-2xl font-bold text-white">10-15 吨</p>
</div>
<div class="p-4 bg-red-900/50 rounded-xl col-span-2 md:col-span-1">
<p class="text-sm text-red-300">遥一发射结果 (一级)</p>
<p class="text-2xl font-bold text-red-400">回收失败</p>
</div>
</div>
</section>
<!-- 股票数据 -->
<section class="col-span-12">
<div class="glass-card p-6 md:p-8">
<h3 class="text-2xl font-bold text-cyan-300 mb-6 glow-text">概念相关标的分析</h3>
<h4 class="text-xl font-semibold text-white mb-4 sub-glow">核心供应商与参股方</h4>
<div class="overflow-x-auto">
<table class="table table-sm md:table-md w-full">
<thead>
<tr>
<th>股票名称</th>
<th>代码</th>
<th>关联逻辑</th>
<th>关联类型</th>
</tr>
</thead>
<tbody>
<tr class="hover"><td>金风科技</td><td><a href="https://valuefrontier.cn/company?scode=002202" target="_blank" class="link link-hover text-cyan-400">002202</a></td><td>公司对蓝箭航天持股比例为4.9953%</td><td><div class="badge badge-primary badge-outline">参股</div></td></tr>
<tr class="hover"><td>超捷股份</td><td><a href="https://valuefrontier.cn/company?scode=301005" target="_blank" class="link link-hover text-cyan-400">301005</a></td><td>是蓝箭航天的重要核心供应商,向朱雀三号提供一级尾段、整流罩等核心箭体结构件</td><td><div class="badge badge-accent badge-outline">供应链</div></td></tr>
<tr class="hover"><td>斯瑞新材</td><td><a href="https://valuefrontier.cn/company?scode=688102" target="_blank" class="link link-hover text-cyan-400">688102</a></td><td>为蓝箭航天供应商提供液体火箭发动机推力室内壁产品并投资2000万元</td><td><div class="badge badge-accent badge-outline">供应链</div><div class="badge badge-primary badge-outline ml-1">参股</div></td></tr>
<tr class="hover"><td>铂力特</td><td><a href="https://valuefrontier.cn/company?scode=688333" target="_blank" class="link link-hover text-cyan-400">688333</a></td><td>核心合作伙伴利用金属3D打印技术帮助蓝箭研制并批产了多型零部件</td><td><div class="badge badge-accent badge-outline">供应链</div></td></tr>
<tr class="hover"><td>高华科技</td><td><a href="https://valuefrontier.cn/company?scode=688539" target="_blank" class="link link-hover text-cyan-400">688539</a></td><td>合作与蓝箭航天,高可靠性传感器产品将应用于朱雀三号火箭</td><td><div class="badge badge-accent badge-outline">供应链</div></td></tr>
<tr class="hover"><td>鲁信创投</td><td><a href="https://valuefrontier.cn/company?scode=600783" target="_blank" class="link link-hover text-cyan-400">600783</a></td><td>公司参股基金合计持有蓝箭航天1.21%股权</td><td><div class="badge badge-primary badge-outline">参股</div></td></tr>
<tr class="hover"><td>张江高科</td><td><a href="https://valuefrontier.cn/company?scode=600895" target="_blank" class="link link-hover text-cyan-400">600895</a></td><td>通过参股基金张江科创基金投资1.5亿元</td><td><div class="badge badge-primary badge-outline">参股</div></td></tr>
<tr class="hover"><td>通宇通讯</td><td><a href="https://valuefrontier.cn/company?scode=002792" target="_blank" class="link link-hover text-cyan-400">002792</a></td><td>与蓝箭航天同为鸿擎科技股东,双方保持密切沟通,形成产业协同</td><td><div class="badge badge-secondary badge-outline">共同投资</div></td></tr>
<tr class="hover"><td>豪能股份</td><td><a href="https://valuefrontier.cn/company?scode=603809" target="_blank" class="link link-hover text-cyan-400">603809</a></td><td>为朱雀二号提供发动机壳体,参股公司为朱雀三号供应碳纤维火箭壳体,并提供阀门、连接件</td><td><div class="badge badge-accent badge-outline">供应链</div></td></tr>
<tr class="hover"><td>应流股份</td><td><a href="https://valuefrontier.cn/company?scode=603308" target="_blank" class="link link-hover text-cyan-400">603308</a></td><td>深度参与航天事业,为蓝箭航天等持续供货</td><td><div class="badge badge-accent badge-outline">供应链</div></td></tr>
<tr class="hover"><td>深桑达A</td><td></td><td>2024年公司新承建重点项目包括蓝箭航天可复用火箭产业项目</td><td><div class="badge badge-info badge-outline">项目承建</div></td></tr>
</tbody>
</table>
</div>
<div class="divider before:bg-cyan-500/20 after:bg-cyan-500/20 my-8"></div>
<h4 class="text-xl font-semibold text-white mb-4 sub-glow">市场异动分析</h4>
<div class="overflow-x-auto">
<table class="table table-sm md:table-md w-full">
<thead>
<tr>
<th>股票名称</th>
<th>代码</th>
<th>异动日期</th>
<th>涨幅</th>
<th>核心驱动逻辑</th>
</tr>
</thead>
<tbody>
<tr class="hover">
<td>中信金属</td>
<td><a href="https://valuefrontier.cn/company?scode=601061" target="_blank" class="link link-hover text-cyan-400">601061</a></td>
<td>2025-10-21</td>
<td><span class="text-red-400 font-semibold">9.98%</span></td>
<td class="text-xs">央视曝光其为“朱雀三号”不锈钢箭体与发动机管材唯一上市总包商3.8亿元长单落地在即,资金抢筹。</td>
</tr>
<tr class="hover">
<td>航天动力</td>
<td><a href="https://valuefrontier.cn/company?scode=600343" target="_blank" class="link link-hover text-cyan-400">600343</a></td>
<td>2025-12-03</td>
<td><span class="text-red-400 font-semibold">6.46%</span></td>
<td class="text-xs">朱雀三号发射事件驱动,作为液体火箭“国家队”核心,承接板块情绪和资产注入预期,上演“地天板”。</td>
</tr>
<tr class="hover">
<td>航天电子</td>
<td><a href="https://valuefrontier.cn/company?scode=600879" target="_blank" class="link link-hover text-cyan-400">600879</a></td>
<td>2025-12-04</td>
<td><span class="text-red-400 font-semibold">8.11%</span></td>
<td class="text-xs">商业航天主题进入高潮作为高辨识度龙头承接主力资金配置受益于行业性beta机会与个股alpha属性共振。</td>
</tr>
<tr class="hover">
<td>臻镭科技</td>
<td><a href="https://valuefrontier.cn/company?scode=688270" target="_blank" class="link link-hover text-cyan-400">688270</a></td>
<td>2025-12-04</td>
<td><span class="text-red-400 font-semibold">5.69%</span></td>
<td class="text-xs">朱雀三号成功发射验证成本优势,叠加卫星互联网产业生态大会召开,作为上游芯片核心供应商,业绩高增+订单预期强化。</td>
</tr>
<tr class="hover">
<td>航天发展</td>
<td><a href="https://valuefrontier.cn/company?scode=000547" target="_blank" class="link link-hover text-cyan-400">000547</a></td>
<td>2025-12-03</td>
<td><span class="text-red-400 font-semibold">5.20%</span></td>
<td class="text-xs">政策与技术双重催化下,成为板块情绪总龙头。机构资金深度介入(龙虎榜),叠加高人气形成虹吸效应。</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
</main>
</div>
<script>
document.addEventListener('DOMContentLoaded', function () {
var chartDom = document.getElementById('timeline-chart');
var myChart = echarts.init(chartDom);
var option;
option = {
tooltip: {
trigger: 'axis',
formatter: function (params) {
const param = params[0];
return `${param.name}<br/>事件: ${param.data.event}`;
},
backgroundColor: 'rgba(20, 20, 40, 0.8)',
borderColor: '#0ff',
textStyle: {
color: '#eee'
}
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
xAxis: {
type: 'time',
axisLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.3)' } },
axisLabel: { color: '#aaa' },
splitLine: { show: false }
},
yAxis: {
type: 'value',
data: ['验证', '试验', '发射'],
axisLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.3)' } },
axisLabel: { color: '#aaa' },
splitLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.1)' } }
},
series: [{
type: 'line',
symbol: 'circle',
symbolSize: 10,
itemStyle: {
color: '#00ffff',
borderColor: '#fff',
borderWidth: 1,
shadowColor: 'rgba(0, 255, 255, 0.8)',
shadowBlur: 10
},
lineStyle: {
color: '#00ffff',
width: 2,
type: 'dashed'
},
label: {
show: true,
position: 'top',
formatter: '{b}',
color: '#fff',
textShadowColor: 'rgba(0, 0, 0, 0.5)',
textShadowBlur: 5
},
data: [
{ name: 'VTVL-1 350米级垂降', value: [new Date('2024-01-19'), 1], event: '初步验证低空回收技术' },
{ name: '10公里级垂降返回', value: [new Date('2024-09-11'), 1], event: '取得重大突破,为首飞奠定基础' },
{ name: '一级九机并联试车', value: [new Date('2025-06-20'), 2], event: '我国当时规模最大的同类试验' },
{ name: '静态点火试验', value: [new Date('2025-10-20'), 2], event: '技术状态满足首飞基本条件' },
{ name: '原定首飞日', value: [new Date('2025-11-29'), 3], event: '因“不可抗力”暂缓' },
{ name: '遥一正式发射', value: [new Date('2025-12-03'), 3], event: '二级成功入轨,一级回收失败' }
]
}]
};
option && myChart.setOption(option);
window.addEventListener('resize', myChart.resize);
});
</script>
</body>
</html>