Files
vf_react/public/htmls/AGV.html
2025-10-15 11:56:34 +08:00

632 lines
29 KiB
HTML
Raw Permalink 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">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>AGV概念深度分析报告</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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
body {
font-family: 'Inter', sans-serif;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
min-height: 100vh;
}
.card {
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.18);
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}
.timeline-dot {
width: 16px;
height: 16px;
border-radius: 50%;
background-color: #3b82f6;
position: absolute;
left: -8px;
top: 6px;
}
.timeline-line {
position: absolute;
left: 0;
top: 22px;
bottom: 0;
width: 2px;
background-color: #e5e7eb;
}
.gradient-text {
background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.industry-tag {
background: rgba(59, 130, 246, 0.1);
color: #3b82f6;
border: 1px solid rgba(59, 130, 246, 0.2);
}
.risk-tag {
background: rgba(239, 68, 68, 0.1);
color: #ef4444;
border: 1px solid rgba(239, 68, 68, 0.2);
}
.opportunity-tag {
background: rgba(16, 185, 129, 0.1);
color: #10b981;
border: 1px solid rgba(16, 185, 129, 0.2);
}
.table-row-hover:hover {
background-color: rgba(59, 130, 246, 0.05);
}
.chart-container {
position: relative;
height: 300px;
width: 100%;
}
@media (max-width: 768px) {
.timeline-line {
left: 15px;
}
.timeline-dot {
left: 7px;
}
}
</style>
</head>
<body class="p-4 md:p-8">
<div class="max-w-7xl mx-auto">
<!-- 标题部分 -->
<div class="card rounded-2xl p-6 mb-8">
<div class="flex flex-col md:flex-row items-center justify-between">
<div class="mb-4 md:mb-0">
<h1 class="text-3xl md:text-4xl font-bold gradient-text mb-2">AGV概念深度分析报告</h1>
<p class="text-gray-600">自动导引车行业洞察与投资机会</p>
</div>
<div class="flex items-center space-x-2">
<span class="industry-tag px-3 py-1 rounded-full text-sm font-medium">工业自动化</span>
<span class="industry-tag px-3 py-1 rounded-full text-sm font-medium">智能物流</span>
<span class="industry-tag px-3 py-1 rounded-full text-sm font-medium">机器人技术</span>
</div>
</div>
</div>
<!-- 核心观点摘要 -->
<div class="card rounded-2xl p-6 mb-8">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fas fa-lightbulb text-yellow-500 mr-3"></i>
核心观点摘要
</h2>
<div class="bg-gradient-to-r from-blue-50 to-purple-50 rounded-xl p-5 border border-blue-100">
<p class="text-lg leading-relaxed">
AGV正处于<strong class="text-blue-600">"政策催化+技术成熟+需求爆发"的三重拐点</strong>,从单一搬运工具升级为<strong class="text-purple-600">智能物流中枢</strong>。短期看,<strong class="text-green-600">海外订单高毛利50%-100%</strong><strong class="text-green-600">国内渗透率提升1.66%→10%</strong>是核心驱动力;长期看,<strong class="text-indigo-600">人形机器人+AGV协同</strong>将重构万亿级物流场景。
</p>
</div>
</div>
<!-- 概念事件时间轴 -->
<div class="card rounded-2xl p-6 mb-8">
<h2 class="text-2xl font-bold mb-6 flex items-center">
<i class="fas fa-history text-blue-500 mr-3"></i>
概念事件时间轴
</h2>
<div class="relative pl-8 md:pl-12">
<div class="timeline-line"></div>
<div class="relative mb-8">
<div class="timeline-dot"></div>
<div class="ml-4">
<div class="flex items-center mb-1">
<span class="font-bold text-blue-600">2022年</span>
<span class="ml-2 text-sm text-gray-500">市场基础</span>
</div>
<p class="text-gray-700">中国AGV/AMR出货量14.6万台渗透率仅1.66%</p>
</div>
</div>
<div class="relative mb-8">
<div class="timeline-dot"></div>
<div class="ml-4">
<div class="flex items-center mb-1">
<span class="font-bold text-blue-600">2023年</span>
<span class="ml-2 text-sm text-gray-500">市场增长</span>
</div>
<p class="text-gray-700">全球无人叉车销量3.07万台中国占2.5万台杭叉集团AGV订单超1600台</p>
</div>
</div>
<div class="relative mb-8">
<div class="timeline-dot"></div>
<div class="ml-4">
<div class="flex items-center mb-1">
<span class="font-bold text-blue-600">2024年8月</span>
<span class="ml-2 text-sm text-gray-500">应用落地</span>
</div>
<p class="text-gray-700">东南电子披露生产中已使用AGV智能机器人标志AGV从"概念"向"实际应用"落地</p>
</div>
</div>
<div class="relative mb-8">
<div class="timeline-dot"></div>
<div class="ml-4">
<div class="flex items-center mb-1">
<span class="font-bold text-blue-600">2024年11月</span>
<span class="ml-2 text-sm text-gray-500">政策推动</span>
</div>
<p class="text-gray-700">工信部等十二部门印发《5G规模化应用"扬帆"行动升级方案》深化AGV与5G融合</p>
</div>
</div>
<div class="relative mb-8">
<div class="timeline-dot"></div>
<div class="ml-4">
<div class="flex items-center mb-1">
<span class="font-bold text-blue-600">2025年6月</span>
<span class="ml-2 text-sm text-gray-500">区域规划</span>
</div>
<p class="text-gray-700">新疆发布现代物流规划鼓励AGV在物流园区、自动驾驶矿车等场景应用</p>
</div>
</div>
<div class="relative">
<div class="timeline-dot"></div>
<div class="ml-4">
<div class="flex items-center mb-1">
<span class="font-bold text-blue-600">2025年7月</span>
<span class="ml-2 text-sm text-gray-500">行业整合</span>
</div>
<p class="text-gray-700">杭叉集团并购国自机器人整合AGV/AMR技术目标五年营收50亿元</p>
</div>
</div>
</div>
</div>
<!-- 市场分析与核心逻辑 -->
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6 mb-8">
<div class="card rounded-2xl p-6">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fas fa-chart-line text-green-500 mr-3"></i>
核心驱动力
</h2>
<div class="space-y-4">
<div class="bg-blue-50 rounded-lg p-4 border-l-4 border-blue-500">
<h3 class="font-bold text-blue-700 mb-2">政策端</h3>
<p class="text-gray-700">5G/AI国家战略如"扬帆"行动强制推动AGV在港口、仓储、制造业的标准化落地</p>
</div>
<div class="bg-purple-50 rounded-lg p-4 border-l-4 border-purple-500">
<h3 class="font-bold text-purple-700 mb-2">技术端</h3>
<p class="text-gray-700">激光SLAM导航成本下降40%二维码导航AGV单价已降至20万元/台ROI缩短至6-12个月</p>
</div>
<div class="bg-green-50 rounded-lg p-4 border-l-4 border-green-500">
<h3 class="font-bold text-green-700 mb-2">需求端</h3>
<p class="text-gray-700">劳动力短缺+电商仓储自动化2025年全球AGV市场预计达5588亿元</p>
</div>
</div>
</div>
<div class="card rounded-2xl p-6">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fas fa-brain text-purple-500 mr-3"></i>
市场预期差
</h2>
<div class="space-y-4">
<div class="bg-yellow-50 rounded-lg p-4">
<h3 class="font-bold text-yellow-700 mb-2 flex items-center">
<i class="fas fa-exclamation-circle mr-2"></i>
海外高毛利被低估
</h3>
<p class="text-gray-700">杭叉美国子公司AGV硬件毛利率100%vs国内30%),但市场未充分定价</p>
</div>
<div class="bg-indigo-50 rounded-lg p-4">
<h3 class="font-bold text-indigo-700 mb-2 flex items-center">
<i class="fas fa-microchip mr-2"></i>
技术代差被忽视
</h3>
<p class="text-gray-700">国自机器人的AMR算法已支持单仓500台机器人协同而传统AGV仍依赖磁条导航</p>
</div>
<div class="bg-red-50 rounded-lg p-4">
<h3 class="font-bold text-red-700 mb-2 flex items-center">
<i class="fas fa-chart-bar mr-2"></i>
渗透率统计可能偏低
</h3>
<p class="text-gray-700">特斯拉工厂已部署700台AGV单一场景超行业总量10%),实际渗透可能高于统计</p>
</div>
</div>
</div>
</div>
<!-- 产业链与核心公司分析 -->
<div class="card rounded-2xl p-6 mb-8">
<h2 class="text-2xl font-bold mb-6 flex items-center">
<i class="fas fa-sitemap text-indigo-500 mr-3"></i>
产业链与核心公司分析
</h2>
<div class="mb-6">
<h3 class="text-xl font-semibold mb-3">产业链图谱</h3>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="bg-blue-50 rounded-lg p-4 text-center">
<h4 class="font-bold text-blue-700 mb-2">上游</h4>
<p class="text-gray-700">激光雷达(海康机器人)、伺服电机(步科股份)、减速器(秦川机床)</p>
</div>
<div class="bg-purple-50 rounded-lg p-4 text-center">
<h4 class="font-bold text-purple-700 mb-2">中游</h4>
<p class="text-gray-700">AGV本体杭叉集团、诺力股份、AMR系统极智嘉、国自机器人</p>
</div>
<div class="bg-green-50 rounded-lg p-4 text-center">
<h4 class="font-bold text-green-700 mb-2">下游</h4>
<p class="text-gray-700">电商(京东)、汽车(特斯拉)、医药(辉瑞)</p>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-3">核心玩家对比</h3>
<div class="overflow-x-auto">
<table class="min-w-full bg-white rounded-lg overflow-hidden">
<thead class="bg-gray-100">
<tr>
<th class="py-3 px-4 text-left font-semibold text-gray-700">公司</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700">竞争优势</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700">风险点</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700">验证数据</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-200 hover:bg-gray-50">
<td class="py-3 px-4 font-medium">杭叉集团</td>
<td class="py-3 px-4">并购国自机器人,海外订单+200%</td>
<td class="py-3 px-4">泰国工厂产能爬坡不及预期</td>
<td class="py-3 px-4">2024年AGV营收8亿元+80%</td>
</tr>
<tr class="border-b border-gray-200 hover:bg-gray-50">
<td class="py-3 px-4 font-medium">诺力股份</td>
<td class="py-3 px-4">铜箔领域AGV市占率国内第一</td>
<td class="py-3 px-4">无人叉车毛利率仅20%(价格战)</td>
<td class="py-3 px-4">2025年目标2亿元收入</td>
</tr>
<tr class="border-b border-gray-200 hover:bg-gray-50">
<td class="py-3 px-4 font-medium">机科股份</td>
<td class="py-3 px-4">央企背景重载AGV120吨技术领先</td>
<td class="py-3 px-4">医疗订单依赖政府财政</td>
<td class="py-3 px-4">2023年营收5.2亿元(+0%</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="py-3 px-4 font-medium">步科股份</td>
<td class="py-3 px-4">无框力矩电机国产唯一供应商</td>
<td class="py-3 px-4">特斯拉机器人订单尚未落地</td>
<td class="py-3 px-4">AGV伺服市占率42%</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- 关联股票数据表格 -->
<div class="card rounded-2xl p-6 mb-8">
<h2 class="text-2xl font-bold mb-6 flex items-center">
<i class="fas fa-table text-blue-500 mr-3"></i>
关联股票数据
</h2>
<div class="overflow-x-auto">
<table class="min-w-full bg-white rounded-lg overflow-hidden">
<thead class="bg-gray-100">
<tr>
<th class="py-3 px-4 text-left font-semibold text-gray-700">股票名称</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700">行业</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700">项目</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700">分类/应用领域</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700">知识产权/效益</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700">关联原因</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">舜禹精工</td>
<td class="py-3 px-4">AGV集成解决方案</td>
<td class="py-3 px-4">内饰功能件</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">公司在内饰功能件和AGV集成解决方案领域的技术和产品处于行业领先地位</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">井松智能</td>
<td class="py-3 px-4">AGV研发与应用</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">市场占有率提升</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">公司将进一步推进AGV产品研发与应用逐步提高市场占有率</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">机科股份</td>
<td class="py-3 px-4">AGV企业竞争力</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">行业排名</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">2020年中国AGV企业竞争力排行TOP100中位列第一</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">东杰智能</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">AGV调度系统</td>
<td class="py-3 px-4">统一调度管理</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">AGV调度系统可实现对所有小车的统一调度和管理</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">长荣股份</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">AGV定制生产</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">周边专利/软件著作权</td>
<td class="py-3 px-4">基于客户需求定制生产AGV产品拥有相关自主知识产权</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">泰禾智能</td>
<td class="py-3 px-4">AGV智能运输/仓储/装车</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">综合制造商</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">战略目标为打造集AGV智能运输、仓储、装车为一体的综合制造商</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">五洋停车</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">AGV智能机器人</td>
<td class="py-3 px-4">智能车库汽车搬运</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">AGV智能机器人主要用于智能车库汽车搬运</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">赛象科技</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">AGV智能物流</td>
<td class="py-3 px-4">产品及解决方案</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">成功推出AGV智能物流相关产品及解决方案</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">步科股份</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">电商AGV运动控制方案</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">提升运维效率/降低成本</td>
<td class="py-3 px-4">电商AGV运动控制方案提升了运维效率并降低了成本</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">今天国际</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">自主研发AGV</td>
<td class="py-3 px-4">产品种类</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">自主研发的AGV产品近30种</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">科大智能</td>
<td class="py-3 px-4">智能物流机器人</td>
<td class="py-3 px-4">AGV移动机器人</td>
<td class="py-3 px-4">解决方案</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">产品主要为AGV移动机器人及AGV+解决方案</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">昆船智能</td>
<td class="py-3 px-4">AGV研发生产</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">核心技术/自主知识产权</td>
<td class="py-3 px-4">国内较早从事AGV研发生产的企业拥有完整自主知识产权</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">瑞鹄模具</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">移动机器人(AGV/AMR)</td>
<td class="py-3 px-4">机器人周边设备</td>
<td class="py-3 px-4">批量承接订单/实现销售</td>
<td class="py-3 px-4">子公司研发的移动机器人及周边设备已批量承接订单并实现销售</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">三丰智能</td>
<td class="py-3 px-4">AGV机器人</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">智能立库业务</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">积极拓展AGV机器人和智能立库业务在相关市场的应用场景</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">秦川机床</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">AGV减速器</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">首批小批量投放市场</td>
<td class="py-3 px-4">子公司沃克齿轮开发的AGV减速器产品首批小批量已投放市场</td>
</tr>
<tr class="border-b border-gray-200 table-row-hover">
<td class="py-3 px-4 font-medium">安徽合力</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">智能网联工业车辆</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">年产2000台套AGV产能</td>
<td class="py-3 px-4">投资建设智能网联工业车辆创新能力建设项目,预计形成年产能</td>
</tr>
<tr class="table-row-hover">
<td class="py-3 px-4 font-medium">大族激光</td>
<td class="py-3 px-4">机械自动化</td>
<td class="py-3 px-4">AGV移动机器人</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">机械自动化产品包括自动化设备、AGV移动机器人等</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- 风险与挑战 -->
<div class="card rounded-2xl p-6 mb-8">
<h2 class="text-2xl font-bold 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 rounded-lg p-4 border-l-4 border-red-500">
<h3 class="font-bold text-red-700 mb-2">技术风险</h3>
<p class="text-gray-700">SLAM算法瓶颈复杂环境如雨雪、强光下定位误差可能>5mm影响重载AGV安全</p>
</div>
<div class="bg-orange-50 rounded-lg p-4 border-l-4 border-orange-500">
<h3 class="font-bold text-orange-700 mb-2">商业化风险</h3>
<p class="text-gray-700">价格战极智嘉等企业降价30%抢市场行业毛利率从40%降至20%</p>
</div>
</div>
<div class="space-y-4">
<div class="bg-yellow-50 rounded-lg p-4 border-l-4 border-yellow-500">
<h3 class="font-bold text-yellow-700 mb-2">政策风险</h3>
<p class="text-gray-700">出口管制:美国或限制激光雷达出口,影响杭叉、海康海外扩张</p>
</div>
<div class="bg-purple-50 rounded-lg p-4 border-l-4 border-purple-500">
<h3 class="font-bold text-purple-700 mb-2">信息矛盾</h3>
<p class="text-gray-700">市场规模AIoT星图预测2027年中国AGV出货量110万台但机科股份路演称"实际产能不足需求30%"</p>
</div>
</div>
</div>
</div>
<!-- 投资启示 -->
<div class="card rounded-2xl p-6 mb-8">
<h2 class="text-2xl font-bold mb-6 flex items-center">
<i class="fas fa-compass text-green-500 mr-3"></i>
综合结论与投资启示
</h2>
<div class="mb-6">
<h3 class="text-xl font-semibold mb-3">阶段判断</h3>
<div class="bg-gradient-to-r from-green-50 to-blue-50 rounded-xl p-5 border border-green-200">
<p class="text-lg">
AGV已从<strong class="text-green-600">主题炒作2022-2023</strong>进入<strong class="text-blue-600">基本面驱动2024-2025</strong>,核心标志是<strong class="text-purple-600">订单落地+毛利率验证</strong>杭叉海外100%毛利)。
</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-3 gap-4">
<div class="bg-blue-50 rounded-lg p-4 text-center">
<h4 class="font-bold text-blue-700 mb-2">高弹性</h4>
<p class="text-gray-700 font-medium">杭叉集团</p>
<p class="text-sm text-gray-600 mt-1">海外订单+人形机器人协同</p>
</div>
<div class="bg-purple-50 rounded-lg p-4 text-center">
<h4 class="font-bold text-purple-700 mb-2">低估值</h4>
<p class="text-gray-700 font-medium">诺力股份</p>
<p class="text-sm text-gray-600 mt-1">2025年PE仅10倍铜箔AGV垄断</p>
</div>
<div class="bg-green-50 rounded-lg p-4 text-center">
<h4 class="font-bold text-green-700 mb-2">技术卡位</h4>
<p class="text-gray-700 font-medium">步科股份</p>
<p class="text-sm text-gray-600 mt-1">无框电机切入特斯拉供应链</p>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-3">跟踪指标</h3>
<div class="space-y-3">
<div class="flex items-start">
<span class="flex-shrink-0 w-8 h-8 rounded-full bg-blue-100 flex items-center justify-center text-blue-600 font-bold mr-3">1</span>
<div>
<p class="font-medium">订单密度</p>
<p class="text-gray-600 text-sm">2025年Q3杭叉美国子公司特斯拉/沃尔玛订单确认</p>
</div>
</div>
<div class="flex items-start">
<span class="flex-shrink-0 w-8 h-8 rounded-full bg-purple-100 flex items-center justify-center text-purple-600 font-bold mr-3">2</span>
<div>
<p class="font-medium">渗透率</p>
<p class="text-gray-600 text-sm">2025年中国无人叉车销量是否突破5万台对应渗透率3%</p>
</div>
</div>
<div class="flex items-start">
<span class="flex-shrink-0 w-8 h-8 rounded-full bg-green-100 flex items-center justify-center text-green-600 font-bold mr-3">3</span>
<div>
<p class="font-medium">毛利率</p>
<p class="text-gray-600 text-sm">行业平均毛利率能否稳定在25%以上(价格战缓解信号)</p>
</div>
</div>
</div>
</div>
</div>
<!-- 市场规模预测图表 -->
<div class="card rounded-2xl p-6">
<h2 class="text-2xl font-bold mb-6 flex items-center">
<i class="fas fa-chart-area text-indigo-500 mr-3"></i>
AGV市场规模预测
</h2>
<div class="chart-container">
<canvas id="marketChart"></canvas>
</div>
</div>
</div>
<script>
// 市场规模预测图表
const ctx = document.getElementById('marketChart').getContext('2d');
const marketChart = new Chart(ctx, {
type: 'line',
data: {
labels: ['2022', '2023', '2024', '2025', '2026', '2027', '2028', '2029', '2030'],
datasets: [{
label: '中国AGV市场规模亿元',
data: [120, 180, 221, 243, 320, 450, 680, 920, 1200],
borderColor: 'rgb(59, 130, 246)',
backgroundColor: 'rgba(59, 130, 246, 0.1)',
tension: 0.3,
fill: true
}, {
label: '全球AGV市场规模亿元',
data: [800, 1200, 1800, 2500, 3500, 4500, 6000, 8000, 10000],
borderColor: 'rgb(139, 92, 246)',
backgroundColor: 'rgba(139, 92, 246, 0.1)',
tension: 0.3,
fill: true
}]
},
options: {
responsive: true,
maintainAspectRatio: false,
plugins: {
legend: {
position: 'top',
},
title: {
display: true,
text: 'AGV市场规模预测2022-2030'
}
},
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: '市场规模(亿元)'
}
},
x: {
title: {
display: true,
text: '年份'
}
}
}
}
});
</script>
</body>
</html>
```