736 lines
40 KiB
HTML
736 lines
40 KiB
HTML
|
||
<!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>无人机攻防战 - 行业洞察与投资分析</title>
|
||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" 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/dist/full.min.css" rel="stylesheet" type="text/css" />
|
||
<script src="https://cdn.tailwindcss.com"></script>
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||
<style>
|
||
body {
|
||
font-family: 'Inter', sans-serif;
|
||
background-color: #0f172a;
|
||
color: #e2e8f0;
|
||
}
|
||
.gradient-bg {
|
||
background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
|
||
}
|
||
.card-bg {
|
||
background: rgba(30, 41, 59, 0.7);
|
||
backdrop-filter: blur(10px);
|
||
border: 1px solid rgba(148, 163, 184, 0.1);
|
||
}
|
||
.timeline-dot {
|
||
position: relative;
|
||
}
|
||
.timeline-dot::before {
|
||
content: '';
|
||
position: absolute;
|
||
width: 16px;
|
||
height: 16px;
|
||
border-radius: 50%;
|
||
background: #3b82f6;
|
||
top: 50%;
|
||
left: -8px;
|
||
transform: translateY(-50%);
|
||
}
|
||
.timeline-line {
|
||
position: absolute;
|
||
width: 2px;
|
||
background: #334155;
|
||
top: 0;
|
||
bottom: 0;
|
||
left: 0;
|
||
}
|
||
.highlight-text {
|
||
background: linear-gradient(90deg, #3b82f6, #8b5cf6);
|
||
-webkit-background-clip: text;
|
||
-webkit-text-fill-color: transparent;
|
||
background-clip: text;
|
||
}
|
||
.table-container {
|
||
overflow-x: auto;
|
||
}
|
||
@media (max-width: 768px) {
|
||
.table-container {
|
||
overflow-x: scroll;
|
||
}
|
||
}
|
||
#particles-js {
|
||
position: fixed;
|
||
width: 100%;
|
||
height: 100%;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: -1;
|
||
}
|
||
.stock-tag {
|
||
display: inline-block;
|
||
padding: 2px 8px;
|
||
border-radius: 4px;
|
||
font-size: 0.75rem;
|
||
font-weight: 500;
|
||
}
|
||
.tag-direct {
|
||
background-color: rgba(59, 130, 246, 0.2);
|
||
color: #93c5fd;
|
||
}
|
||
.tag-potential {
|
||
background-color: rgba(139, 92, 246, 0.2);
|
||
color: #c4b5fd;
|
||
}
|
||
.tag-manufacturing {
|
||
background-color: rgba(16, 185, 129, 0.2);
|
||
color: #6ee7b7;
|
||
}
|
||
.tag-components {
|
||
background-color: rgba(245, 158, 11, 0.2);
|
||
color: #fcd34d;
|
||
}
|
||
.tag-defense {
|
||
background-color: rgba(239, 68, 68, 0.2);
|
||
color: #fca5a5;
|
||
}
|
||
.tag-engine {
|
||
background-color: rgba(236, 72, 153, 0.2);
|
||
color: #f9a8d4;
|
||
}
|
||
.tag-material {
|
||
background-color: rgba(14, 165, 233, 0.2);
|
||
color: #7dd3fc;
|
||
}
|
||
.tag-info {
|
||
background-color: rgba(168, 85, 247, 0.2);
|
||
color: #d8b4fe;
|
||
}
|
||
.tag-laser {
|
||
background-color: rgba(34, 197, 94, 0.2);
|
||
color: #86efac;
|
||
}
|
||
.tag-interference {
|
||
background-color: rgba(249, 115, 22, 0.2);
|
||
color: #fdba74;
|
||
}
|
||
.tag-anti {
|
||
background-color: rgba(99, 102, 241, 0.2);
|
||
color: #a5b4fc;
|
||
}
|
||
.tag-other {
|
||
background-color: rgba(107, 114, 128, 0.2);
|
||
color: #d1d5db;
|
||
}
|
||
.tag-north {
|
||
background-color: rgba(6, 182, 212, 0.2);
|
||
color: #67e8f9;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="gradient-bg min-h-screen">
|
||
<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 mb-4 highlight-text">无人机攻防战</h1>
|
||
<p class="text-xl text-slate-300 max-w-3xl mx-auto">从战术工具到战略核心:无人机产业链投资机会分析</p>
|
||
</div>
|
||
|
||
<!-- 概念事件时间轴 -->
|
||
<div class="card-bg rounded-xl p-6 mb-8 shadow-xl">
|
||
<h2 class="text-2xl font-bold mb-6 text-blue-400 flex items-center">
|
||
<i class="fas fa-history mr-3"></i>概念事件时间轴
|
||
</h2>
|
||
<div class="relative pl-8">
|
||
<div class="timeline-line"></div>
|
||
<div class="space-y-6">
|
||
<div class="timeline-dot pl-6">
|
||
<div class="text-blue-400 font-semibold">2024.09</div>
|
||
<p class="text-slate-300">俄乌无人机互袭升级,单日击落/摧毁超300架</p>
|
||
</div>
|
||
<div class="timeline-dot pl-6">
|
||
<div class="text-blue-400 font-semibold">2024.12</div>
|
||
<p class="text-slate-300">美团获迪拜首张BVLOS无人机配送牌照,民用场景突破</p>
|
||
</div>
|
||
<div class="timeline-dot pl-6">
|
||
<div class="text-blue-400 font-semibold">2025.02</div>
|
||
<p class="text-slate-300">伊朗首艘无人机航母"沙希德·巴盖里"服役,可搭载多型无人机编队</p>
|
||
</div>
|
||
<div class="timeline-dot pl-6">
|
||
<div class="text-blue-400 font-semibold">2025.05</div>
|
||
<p class="text-slate-300">"九天"无人机首飞,载重能力达<span class="text-yellow-400 font-bold">6吨</span>(全球顶级水平)</p>
|
||
</div>
|
||
<div class="timeline-dot pl-6">
|
||
<div class="text-blue-400 font-semibold">2025.07</div>
|
||
<p class="text-slate-300">美国"消耗性无人机"战略落地,要求陆军年产万架低成本无人机</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心观点摘要 -->
|
||
<div class="card-bg rounded-xl p-6 mb-8 shadow-xl">
|
||
<h2 class="text-2xl font-bold mb-6 text-purple-400 flex items-center">
|
||
<i class="fas fa-lightbulb mr-3"></i>核心观点摘要
|
||
</h2>
|
||
<div class="bg-gradient-to-r from-purple-900/30 to-blue-900/30 rounded-lg p-6 border border-purple-500/20">
|
||
<p class="text-lg text-slate-200 leading-relaxed">
|
||
无人机攻防战已从"战术辅助"升级为"战略核心",<span class="text-blue-400 font-semibold">技术(AI蜂群+低成本化)+政策(中美军备竞赛)+场景(俄乌实战验证)</span>三重驱动下,产业链进入<span class="text-yellow-400 font-bold">订单爆发前夜</span>。军用无人机(军贸+内需)是主线,民用(应急/物流)为弹性,<span class="text-green-400 font-bold">2025-2027年</span>将是渗透率从<span class="text-pink-400 font-bold">5%→15%</span>的关键跃升期。
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心驱动力 -->
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-8">
|
||
<div class="card-bg rounded-xl p-6 shadow-xl">
|
||
<h3 class="text-xl font-bold mb-4 text-blue-400 flex items-center">
|
||
<i class="fas fa-microchip mr-3"></i>技术突破
|
||
</h3>
|
||
<ul class="space-y-3 text-slate-300">
|
||
<li class="flex items-start">
|
||
<i class="fas fa-check-circle text-green-400 mt-1 mr-2"></i>
|
||
<span><span class="font-semibold">AI蜂群</span>:美军XQ-58A已实现"忠诚僚机"协同歼-20</span>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<i class="fas fa-check-circle text-green-400 mt-1 mr-2"></i>
|
||
<span><span class="font-semibold">低成本化</span>:中国自杀式无人机成本<span class="text-yellow-400">4万人民币</span>(美军弹簧刀600的1/100)</span>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="card-bg rounded-xl p-6 shadow-xl">
|
||
<h3 class="text-xl font-bold mb-4 text-purple-400 flex items-center">
|
||
<i class="fas fa-landmark mr-3"></i>政策强制
|
||
</h3>
|
||
<ul class="space-y-3 text-slate-300">
|
||
<li class="flex items-start">
|
||
<i class="fas fa-check-circle text-green-400 mt-1 mr-2"></i>
|
||
<span>中国"十四五"军费向无人化倾斜,2025年无人机采购经费<span class="text-yellow-400">62亿元</span></span>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<i class="fas fa-check-circle text-green-400 mt-1 mr-2"></i>
|
||
<span>美国2027年印太无人机部署计划,拉动中东/东南亚军贸需求</span>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="card-bg rounded-xl p-6 shadow-xl">
|
||
<h3 class="text-xl font-bold mb-4 text-green-400 flex items-center">
|
||
<i class="fas fa-rocket mr-3"></i>场景裂变
|
||
</h3>
|
||
<ul class="space-y-3 text-slate-300">
|
||
<li class="flex items-start">
|
||
<i class="fas fa-check-circle text-green-400 mt-1 mr-2"></i>
|
||
<span><span class="font-semibold">军用</span>:从侦察到"蜂群饱和攻击",俄乌单日损耗<span class="text-yellow-400">4154架</span></span>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<i class="fas fa-check-circle text-green-400 mt-1 mr-2"></i>
|
||
<span><span class="font-semibold">民用</span>:美团迪拜BVLOS牌照打开全球物流市场,<span class="text-yellow-400">3000亿</span>工业级无人机市场</span>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 产业链图谱 -->
|
||
<div class="card-bg rounded-xl p-6 mb-8 shadow-xl">
|
||
<h2 class="text-2xl font-bold mb-6 text-green-400 flex items-center">
|
||
<i class="fas fa-sitemap mr-3"></i>产业链图谱
|
||
</h2>
|
||
<div class="flex flex-col items-center">
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 w-full max-w-4xl">
|
||
<div class="bg-blue-900/30 rounded-lg p-4 text-center border border-blue-500/30">
|
||
<h3 class="text-lg font-bold text-blue-400 mb-3">上游</h3>
|
||
<div class="space-y-2 text-slate-300">
|
||
<div>碳纤维(光威复材)</div>
|
||
<div>发动机(航发动力)</div>
|
||
<div>芯片(景嘉微)</div>
|
||
</div>
|
||
</div>
|
||
<div class="bg-purple-900/30 rounded-lg p-4 text-center border border-purple-500/30">
|
||
<h3 class="text-lg font-bold text-purple-400 mb-3">中游</h3>
|
||
<div class="space-y-2 text-slate-300">
|
||
<div>整机(中无人机/航天彩虹)</div>
|
||
<div>任务载荷(高德红外)</div>
|
||
</div>
|
||
</div>
|
||
<div class="bg-green-900/30 rounded-lg p-4 text-center border border-green-500/30">
|
||
<h3 class="text-lg font-bold text-green-400 mb-3">下游</h3>
|
||
<div class="space-y-2 text-slate-300">
|
||
<div>军贸(中航技)</div>
|
||
<div>民用(美团/顺丰)</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关联股票表格 -->
|
||
<div class="card-bg rounded-xl p-6 mb-8 shadow-xl">
|
||
<h2 class="text-2xl font-bold mb-6 text-yellow-400 flex items-center">
|
||
<i class="fas fa-chart-line mr-3"></i>关联股票分析
|
||
</h2>
|
||
|
||
<!-- 九天无人机相关股票 -->
|
||
<div class="mb-8">
|
||
<h3 class="text-xl font-bold mb-4 text-blue-400">九天无人机(250519)相关股票</h3>
|
||
<div class="table-container">
|
||
<table class="w-full text-sm text-left text-slate-300">
|
||
<thead class="text-xs uppercase bg-slate-800/50 text-slate-400">
|
||
<tr>
|
||
<th scope="col" class="px-4 py-3">公司</th>
|
||
<th scope="col" class="px-4 py-3">分类</th>
|
||
<th scope="col" class="px-4 py-3">业务相关</th>
|
||
<th scope="col" class="px-4 py-3">资料来源</th>
|
||
<th scope="col" class="px-4 py-3">关联原因</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">海格通信</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-direct">直接相关</span></td>
|
||
<td class="px-4 py-3">公司控股子公司西安驰达承制的"九天"灵活配置重型无人机作为下一代新型重型无人机,可广泛应用于安全及民生系统等诸多领域,市场空间广阔,项目正稳步推进中</td>
|
||
<td class="px-4 py-3">搜互动</td>
|
||
<td class="px-4 py-3">控股子公司参与研发下一代新型重型无人机</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">中无人机</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-direct">直接相关</span></td>
|
||
<td class="px-4 py-3">九天无人机由公司控股股东中国航空工业集团公司下属单位研发</td>
|
||
<td class="px-4 py-3">搜互动</td>
|
||
<td class="px-4 py-3">控股股东下属单位研发无人机</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">光威复材</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-potential">潜在利好</span></td>
|
||
<td class="px-4 py-3">公司有多款碳纤维以及预浸料已经在多种不同功能/场景的无人机上得到应用</td>
|
||
<td class="px-4 py-3">搜互动</td>
|
||
<td class="px-4 py-3">碳纤维材料应用于多场景无人机</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">中航高科</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-potential">潜在利好</span></td>
|
||
<td class="px-4 py-3">公司已经为低空电动飞行器和无人机制造提供树脂基碳纤维预浸料等原材料产品</td>
|
||
<td class="px-4 py-3">搜互动</td>
|
||
<td class="px-4 py-3">提供无人机制造原材料</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">航天电子</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-potential">潜在利好</span></td>
|
||
<td class="px-4 py-3">提供无人机导航芯片及通信模块,公司无人系统产品中已有无人机量产并交付</td>
|
||
<td class="px-4 py-3">搜互动</td>
|
||
<td class="px-4 py-3">供应无人机核心部件并量产交付</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">航天彩虹</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">整机制造与核心系统</span></td>
|
||
<td class="px-4 py-3">公司外贸产品订单目前处于历史较高水平,彩虹3、彩虹4均为海外主要销售产品型号,与非洲、中东、东南亚等国家或地区保持长期合作关系</td>
|
||
<td class="px-4 py-3">搜互动</td>
|
||
<td class="px-4 py-3">外贸无人机主力型号出口</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">中无人机</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">整机制造与核心系统</span></td>
|
||
<td class="px-4 py-3">翼龙-2无人机实现了我国大型固定翼无人机货运物流首次飞行试验,最大飞行速度为370千米/小时,最大续航时间为28小时</td>
|
||
<td class="px-4 py-3">搜互动</td>
|
||
<td class="px-4 py-3">完成大型无人机货运首飞</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">纵横股份</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">整机制造与核心系统</span></td>
|
||
<td class="px-4 py-3">公司目前在研产品包括对现有谱系垂直起降固定翼无人机的改进升级、无人值守系统产品研发、多旋翼无人机产品研发、大型固定翼无人机产品研发、应用软件开发等</td>
|
||
<td class="px-4 py-3">搜互动</td>
|
||
<td class="px-4 py-3">多类型无人机研发</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">航发动力</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-components">配套技术与关键部件</span></td>
|
||
<td class="px-4 py-3">国内唯一全谱系军用航空发动机供应商,为无人机提供动力系统支持,覆盖涡喷、涡扇等全种类发动机</td>
|
||
<td class="px-4 py-3">网络公开资料</td>
|
||
<td class="px-4 py-3">供应无人机动力系统</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">中航机载</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-components">配套技术与关键部件</span></td>
|
||
<td class="px-4 py-3">公司为航空机载系统旗舰型上市平台,为部分无人机产品提供机载系统配套</td>
|
||
<td class="px-4 py-3">搜互动</td>
|
||
<td class="px-4 py-3">提供无人机机载系统</td>
|
||
</tr>
|
||
<tr class="hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">雷电微力</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-components">配套技术与关键部件</span></td>
|
||
<td class="px-4 py-3">毫米波微系统作为一项核心技术,在飞行汽车、无人驾驶汽车通信连接、避障防撞等方面有应用场景,公司已有处于预研阶段的无人机相关应用项目</td>
|
||
<td class="px-4 py-3">搜互动</td>
|
||
<td class="px-4 py-3">毫米波技术应用于无人机预研项目</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 军用无人机反无人机相关股票 -->
|
||
<div>
|
||
<h3 class="text-xl font-bold mb-4 text-purple-400">军用无人机反无人机(250602)相关股票</h3>
|
||
<div class="table-container">
|
||
<table class="w-full text-sm text-left text-slate-300">
|
||
<thead class="text-xs uppercase bg-slate-800/50 text-slate-400">
|
||
<tr>
|
||
<th scope="col" class="px-4 py-3">公司</th>
|
||
<th scope="col" class="px-4 py-3">分类</th>
|
||
<th scope="col" class="px-4 py-3">项目</th>
|
||
<th scope="col" class="px-4 py-3">产业链</th>
|
||
<th scope="col" class="px-4 py-3">关联原因</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">九天</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">无人机整机</span></td>
|
||
<td class="px-4 py-3">九天灵活配置重型无人机</td>
|
||
<td class="px-4 py-3">参股陕西无人装备科技公司、西安驰达飞机参与设计制造</td>
|
||
<td class="px-4 py-3">由陕西无人装备科技公司开发,西安驰达飞机是其参股股东之一,航空工业第一飞机设计研究院设计,控股子公司西安驰达飞机承制</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">中无人机</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">无人机整机</span></td>
|
||
<td class="px-4 py-3">翼龙系列无人机</td>
|
||
<td class="px-4 py-3">中国航空工业集团下属单位研发</td>
|
||
<td class="px-4 py-3">控股股东中国航空工业集团公司下属单位研发</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">航天彩虹</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">无人机整机</span></td>
|
||
<td class="px-4 py-3">彩虹无人机</td>
|
||
<td class="px-4 py-3">彩虹无人机整机制造</td>
|
||
<td class="px-4 py-3">彩虹无人机(察打一体无人机)</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">航天电子</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">无人机整机</span></td>
|
||
<td class="px-4 py-3">飞鸿无人机</td>
|
||
<td class="px-4 py-3">飞鸿无人机整机制造</td>
|
||
<td class="px-4 py-3">飞鸿无人机(察打一体无人机)</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">纵横股份</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">无人机整机</span></td>
|
||
<td class="px-4 py-3">中小无人机</td>
|
||
<td class="px-4 py-3">警务领域应用</td>
|
||
<td class="px-4 py-3">中小无人机应用于警务领域</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">广联航空</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">无人机整机</span></td>
|
||
<td class="px-4 py-3">无人机产品</td>
|
||
<td class="px-4 py-3">军用领域覆盖</td>
|
||
<td class="px-4 py-3">无人机产品覆盖军用领域</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">山河智能</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">无人机整机</span></td>
|
||
<td class="px-4 py-3">军用无人机</td>
|
||
<td class="px-4 py-3">信息保密</td>
|
||
<td class="px-4 py-3">军用无人机相关信息保密</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">*ST观典</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">无人机整机</span></td>
|
||
<td class="px-4 py-3">无人机整机集成</td>
|
||
<td class="px-4 py-3">与军工单位合作</td>
|
||
<td class="px-4 py-3">与军工单位在无人机整机集成、分系统配套、新技术研发等方面开展深度合作</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">ST赛为</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">无人机整机</span></td>
|
||
<td class="px-4 py-3">共轴双翼无人机</td>
|
||
<td class="px-4 py-3">军事侦查、对地打击</td>
|
||
<td class="px-4 py-3">共轴双翼无人机应用于军事侦查、对地打击、情报运输等方面</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">晨曦航空</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">无人机整机</span></td>
|
||
<td class="px-4 py-3">军售产品</td>
|
||
<td class="px-4 py-3">直升机项目研发</td>
|
||
<td class="px-4 py-3">军售产品,无人机业务除靶机外,直升机项目正在研发过程中</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">成飞集成</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">无人机整机</span></td>
|
||
<td class="px-4 py-3">无人机机身制造</td>
|
||
<td class="px-4 py-3">中国航空工业集团控股</td>
|
||
<td class="px-4 py-3">控股股东为中国航空工业集团,开展无人机机身制造工艺研究</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">永悦科技</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-manufacturing">无人机整机</span></td>
|
||
<td class="px-4 py-3">整机制造+场景应用</td>
|
||
<td class="px-4 py-3">公共安全、应急救援</td>
|
||
<td class="px-4 py-3">围绕"整机制造+场景应用"满足公共安全、应急救援、工业应用、军警应用等多领域场景需求</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">宗申动力</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-engine">发动机</span></td>
|
||
<td class="px-4 py-3">航空发动机</td>
|
||
<td class="px-4 py-3">宗申航发产品应用</td>
|
||
<td class="px-4 py-3">控股子公司宗申航发的航空发动机产品已在彩虹无人机、翼龙无人机及腾盾无人机等多款机型上使用</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">神剑股份</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-material">无人机材料(碳纤维)</span></td>
|
||
<td class="px-4 py-3">碳纤维</td>
|
||
<td class="px-4 py-3">军用领域应用</td>
|
||
<td class="px-4 py-3">碳纤维主要用于军用领域</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">光威复材</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-material">无人机材料(碳纤维)</span></td>
|
||
<td class="px-4 py-3">碳纤维复合材料</td>
|
||
<td class="px-4 py-3">中航工业旗下单位研制</td>
|
||
<td class="px-4 py-3">国内碳纤维龙头,参与多款无人机研制生产,包括中航工业旗下单位研制无人机的碳纤维复合材料整体结构</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">科思科技</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-info">信息处理设备</span></td>
|
||
<td class="px-4 py-3">无人机地面站多单元信息处理设备</td>
|
||
<td class="px-4 py-3">蜂群无人机通信</td>
|
||
<td class="px-4 py-3">无人机地面站多单元信息处理设备是无人机地面控制站的核心装备,自研芯片可满足蜂群无人机无线自组网通信</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">联创光电</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-laser">激光武器</span></td>
|
||
<td class="px-4 py-3">激光反无人机装备</td>
|
||
<td class="px-4 py-3">南昌国际军展关注</td>
|
||
<td class="px-4 py-3">激光反无人机装备亮相2025年南昌国际军展备受关注</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">锐科激光</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-laser">激光武器</span></td>
|
||
<td class="px-4 py-3">低空激光反无系统</td>
|
||
<td class="px-4 py-3">武汉锐科激光推进</td>
|
||
<td class="px-4 py-3">子公司武汉锐科锐威激光推进"低空激光反无系统技术研究及产业化"项目</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">六九一二</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-interference">电子干扰</span></td>
|
||
<td class="px-4 py-3">微波反无人机技术</td>
|
||
<td class="px-4 py-3">九源高能持股</td>
|
||
<td class="px-4 py-3">九源高能(持股57%)进行微波反无人机技术成果转化</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">新劲刚</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-interference">电子干扰</span></td>
|
||
<td class="px-4 py-3">无人机相关技术</td>
|
||
<td class="px-4 py-3">雷达侦测、电子干扰</td>
|
||
<td class="px-4 py-3">无人机相关技术已研发成熟,覆盖侦查无人机配套、雷达侦测、电子干扰等领域</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">天和防务</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-interference">电子干扰</span></td>
|
||
<td class="px-4 py-3">低空近防装备</td>
|
||
<td class="px-4 py-3">反无人机产品</td>
|
||
<td class="px-4 py-3">公司军工装备以获取低空控制权为目标,低空近防装备具备反低小慢无人机能力,目前反无人机产品处置手段主要以电子干扰为主</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">道通科技</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-anti">反无人机</span></td>
|
||
<td class="px-4 py-3">系统化解决方案</td>
|
||
<td class="px-4 py-3">军警领域应用</td>
|
||
<td class="px-4 py-3">参股公司基防科技提供电子对抗领域系统化解决方案,聚焦打造全场景全天候的反无系统</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">景嘉微</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-anti">反无人机</span></td>
|
||
<td class="px-4 py-3">便携式反无人机雷达</td>
|
||
<td class="px-4 py-3">自主研发</td>
|
||
<td class="px-4 py-3">成功自主研发出便携式反无人机雷达</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">烽火电子</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-anti">反无人机</span></td>
|
||
<td class="px-4 py-3">低空防御系统</td>
|
||
<td class="px-4 py-3">控股子公司布局</td>
|
||
<td class="px-4 py-3">控股子公司布局低空防御系统,即针对反无人机</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">航天长峰</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-anti">反无人机</span></td>
|
||
<td class="px-4 py-3">光电探测系统</td>
|
||
<td class="px-4 py-3">长峰科技研发</td>
|
||
<td class="px-4 py-3">子公司长峰科技积极布局无人机的光电探测系统的研发</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">星网宇达</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-anti">反无人机</span></td>
|
||
<td class="px-4 py-3">高集成一体化反无人机产品</td>
|
||
<td class="px-4 py-3">技术迭代</td>
|
||
<td class="px-4 py-3">公司完成了一款高集成一体化反无人机产品的技术迭代</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">智明达</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-anti">反无人机</span></td>
|
||
<td class="px-4 py-3">AI技术应用</td>
|
||
<td class="px-4 py-3">智能弹药、机载</td>
|
||
<td class="px-4 py-3">公司于2019年开始布局AI,目前已在弹载(智能弹药)、机载、星载、无人机及反无人机项目中应用</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">亚光科技</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-other">其他</span></td>
|
||
<td class="px-4 py-3">微波组件和模块</td>
|
||
<td class="px-4 py-3">军工伺服系统</td>
|
||
<td class="px-4 py-3">公司的产品包括微波组件和模块、芯片、半导体器件、微波电路基板等,面向国内整机单位配套,可用于无人机、反无人机</td>
|
||
</tr>
|
||
<tr class="border-b border-slate-700/50 hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">星辰科技</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-north">北交所</span></td>
|
||
<td class="px-4 py-3">伺服系统业务</td>
|
||
<td class="px-4 py-3">军工伺服系统</td>
|
||
<td class="px-4 py-3">公司有军工伺服系统业务;公司正在对接多个无人车辆及无人机配套的伺服电机和伺服驱动器项目</td>
|
||
</tr>
|
||
<tr class="hover:bg-slate-800/30">
|
||
<td class="px-4 py-3 font-medium text-white">莱赛激光</td>
|
||
<td class="px-4 py-3"><span class="stock-tag tag-north">北交所</span></td>
|
||
<td class="px-4 py-3">远程激光测距仪</td>
|
||
<td class="px-4 py-3">无人机目标定位</td>
|
||
<td class="px-4 py-3">公司生产的远程激光测距仪、测空仪等在发现无人机目标并定位等方面发挥作用</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 风险与挑战 -->
|
||
<div class="card-bg rounded-xl p-6 mb-8 shadow-xl">
|
||
<h2 class="text-2xl font-bold mb-6 text-red-400 flex items-center">
|
||
<i class="fas fa-exclamation-triangle mr-3"></i>潜在风险与挑战
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
||
<div class="bg-red-900/20 rounded-lg p-5 border border-red-500/20">
|
||
<h3 class="text-lg font-bold mb-3 text-red-400">技术风险</h3>
|
||
<p class="text-slate-300">AI蜂群可靠性:美军测试显示,<span class="text-yellow-400 font-bold">30%</span>无人机在复杂电磁环境下失联,中国需突破抗干扰芯片(景嘉微在研)。</p>
|
||
</div>
|
||
<div class="bg-orange-900/20 rounded-lg p-5 border border-orange-500/20">
|
||
<h3 class="text-lg font-bold mb-3 text-orange-400">商业化风险</h3>
|
||
<p class="text-slate-300">成本悖论:美国"消耗性无人机"要求单价<span class="text-yellow-400 font-bold"><1万美元</span>,但当前中国最低成本<span class="text-yellow-400 font-bold">4万人民币</span>(宗申动力活塞发动机),需规模化降本<span class="text-yellow-400 font-bold">50%</span>。</p>
|
||
</div>
|
||
<div class="bg-purple-900/20 rounded-lg p-5 border border-purple-500/20">
|
||
<h3 class="text-lg font-bold mb-3 text-purple-400">政策风险</h3>
|
||
<p class="text-slate-300">出口管制:2025年9月起,中国限制<span class="text-yellow-400 font-bold">>25kg</span>无人机出口,可能影响中东军贸(需关注豁免清单)。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 投资启示 -->
|
||
<div class="card-bg rounded-xl p-6 shadow-xl">
|
||
<h2 class="text-2xl font-bold mb-6 text-green-400 flex items-center">
|
||
<i class="fas fa-chart-pie mr-3"></i>综合结论与投资启示
|
||
</h2>
|
||
<div class="space-y-6">
|
||
<div class="bg-gradient-to-r from-green-900/30 to-blue-900/30 rounded-lg p-6 border border-green-500/20">
|
||
<h3 class="text-xl font-bold mb-3 text-green-400">阶段判断</h3>
|
||
<p class="text-slate-300">无人机攻防战处于<span class="text-yellow-400 font-bold">"主题炒作→基本面驱动"过渡期</span>,军用订单(军贸+内需)是第一驱动力,民用场景(应急/物流)提供估值弹性。</p>
|
||
</div>
|
||
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
<div class="bg-blue-900/20 rounded-lg p-5 border border-blue-500/20">
|
||
<h3 class="text-lg font-bold mb-3 text-blue-400">最纯标的</h3>
|
||
<p class="text-slate-300"><span class="text-yellow-400 font-bold">中无人机</span>(军贸占比90%),跟踪沙特订单落地。</p>
|
||
</div>
|
||
<div class="bg-purple-900/20 rounded-lg p-5 border border-purple-500/20">
|
||
<h3 class="text-lg font-bold mb-3 text-purple-400">材料瓶颈</h3>
|
||
<p class="text-slate-300"><span class="text-yellow-400 font-bold">光威复材</span>(碳纤维70%市占率),需验证2025年产能扩张进度。</p>
|
||
</div>
|
||
<div class="bg-green-900/20 rounded-lg p-5 border border-green-500/20">
|
||
<h3 class="text-lg font-bold mb-3 text-green-400">预期差</h3>
|
||
<p class="text-slate-300"><span class="text-yellow-400 font-bold">航天电子</span>(飞鸿-97A僚机未量产),若资产注入将翻倍估值。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="bg-slate-800/50 rounded-lg p-5 border border-slate-700">
|
||
<h3 class="text-lg font-bold mb-3 text-yellow-400">关键跟踪指标</h3>
|
||
<ol class="list-decimal list-inside space-y-2 text-slate-300">
|
||
<li><span class="font-semibold">军贸订单</span>:2025Q3沙特/埃及合同金额(≥10亿美元为超预期)。</li>
|
||
<li><span class="font-semibold">碳纤维价格</span>:若T300级碳纤维涨价>20%,将挤压整机利润。</li>
|
||
<li><span class="font-semibold">政策豁免</span>:中国是否放宽>25kg无人机军贸出口限制。</li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<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: "#3b82f6"
|
||
},
|
||
shape: {
|
||
type: "circle"
|
||
},
|
||
opacity: {
|
||
value: 0.5,
|
||
random: false
|
||
},
|
||
size: {
|
||
value: 3,
|
||
random: true
|
||
},
|
||
line_linked: {
|
||
enable: true,
|
||
distance: 150,
|
||
color: "#64748b",
|
||
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>
|
||
``` |