584 lines
36 KiB
HTML
584 lines
36 KiB
HTML
<!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>
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+SC:wght@300;400;500;700&display=swap" rel="stylesheet">
|
||
<style>
|
||
body {
|
||
font-family: 'Inter', 'Noto Sans SC', sans-serif;
|
||
background-color: #010409;
|
||
background-image:
|
||
radial-gradient(ellipse at 20% 80%, rgba(28, 70, 117, 0.3) 0%, transparent 50%),
|
||
radial-gradient(ellipse at 80% 10%, rgba(10, 140, 150, 0.2) 0%, transparent 50%),
|
||
radial-gradient(ellipse at 90% 90%, rgba(94, 38, 128, 0.2) 0%, transparent 50%);
|
||
color: #c9d1d9;
|
||
overflow-x: hidden;
|
||
}
|
||
|
||
.glass-card {
|
||
background: rgba(13, 17, 23, 0.5);
|
||
backdrop-filter: blur(20px);
|
||
-webkit-backdrop-filter: blur(20px);
|
||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||
border-radius: 1.5rem; /* 极致圆角 */
|
||
transition: all 0.3s ease;
|
||
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
|
||
}
|
||
|
||
.glass-card:hover {
|
||
border-color: rgba(0, 200, 255, 0.3);
|
||
transform: translateY(-5px);
|
||
}
|
||
|
||
.section-title {
|
||
font-size: 2.25rem;
|
||
font-weight: 700;
|
||
text-shadow: 0 0 15px rgba(0, 191, 255, 0.5);
|
||
color: #e6edf3;
|
||
background: -webkit-linear-gradient(45deg, #38bdf8, #a78bfa);
|
||
-webkit-background-clip: text;
|
||
-webkit-text-fill-color: transparent;
|
||
}
|
||
|
||
.bento-grid {
|
||
display: grid;
|
||
gap: 1.5rem;
|
||
grid-template-columns: repeat(12, 1fr);
|
||
}
|
||
|
||
/* Responsive Bento Grid Layout */
|
||
.bento-item { grid-column: span 12; }
|
||
@media (min-width: 1024px) {
|
||
.bento-item-1 { grid-column: span 12; }
|
||
.bento-item-2 { grid-column: span 4; }
|
||
.bento-item-3 { grid-column: span 8; }
|
||
.bento-item-4 { grid-column: span 7; }
|
||
.bento-item-5 { grid-column: span 5; }
|
||
}
|
||
|
||
.collapse-title {
|
||
font-weight: 600;
|
||
}
|
||
|
||
.timeline-item::before {
|
||
background-color: #38bdf8;
|
||
}
|
||
.timeline-start, .timeline-end {
|
||
color: #f0f6fc;
|
||
}
|
||
|
||
table {
|
||
border-radius: 1.25rem;
|
||
overflow: hidden;
|
||
}
|
||
thead {
|
||
background: rgba(255, 255, 255, 0.1);
|
||
}
|
||
th {
|
||
color: #e6edf3 !important;
|
||
}
|
||
tbody tr {
|
||
transition: background-color 0.2s ease;
|
||
}
|
||
tbody tr:hover {
|
||
background-color: rgba(56, 189, 248, 0.1);
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="min-h-screen">
|
||
<div class="container mx-auto p-4 md:p-8">
|
||
|
||
<!-- Header -->
|
||
<header class="text-center mb-12 animate-fade-in-down">
|
||
<h1 class="text-4xl md:text-6xl font-bold tracking-tight" style="background: -webkit-linear-gradient(45deg, #0ea5e9, #a78bfa, #f472b6);-webkit-background-clip: text;-webkit-text-fill-color: transparent;">
|
||
菜鸟无人物流车
|
||
</h1>
|
||
<p class="text-xl md:text-2xl mt-4 text-gray-400">深度概念分析报告</p>
|
||
<div class="mt-4 text-xs text-gray-500">
|
||
<p>北京价值前沿科技有限公司 AI投研agent:“价小前投研” 进行投研呈现</p>
|
||
<p>本报告为AI合成数据,投资需谨慎</p>
|
||
</div>
|
||
</header>
|
||
|
||
<!-- Insight Section: Bento Grid -->
|
||
<main class="space-y-16">
|
||
<section id="insight">
|
||
<h2 class="section-title mb-8">概念洞察 (Insight)</h2>
|
||
<div class="bento-grid">
|
||
<!-- 核心观点摘要 -->
|
||
<div class="bento-item bento-item-1 glass-card p-6 md:p-8">
|
||
<h3 class="text-2xl font-bold mb-4 text-sky-300">核心观点摘要</h3>
|
||
<p class="text-lg leading-relaxed text-gray-300">
|
||
菜鸟无人物流车正处在由技术验证迈向规模化商业落地的<strong class="text-cyan-400">爆发拐点</strong>。其核心驱动力是<strong class="text-cyan-400">颠覆性的成本经济性</strong>与<strong class="text-cyan-400">强大的阿里生态协同能力</strong>。菜鸟正通过“硬件亏损、服务盈利”的激进定价策略,加速市场渗透,意图在行业爆发初期确立绝对领先地位,其未来潜力在于从物流工具提供商升级为多场景、数据驱动的<strong class="text-fuchsia-400">智慧运力服务平台</strong>。
|
||
</p>
|
||
</div>
|
||
|
||
<!-- 概念事件时间轴 -->
|
||
<div class="bento-item bento-item-2 glass-card p-6 md:p-8">
|
||
<h3 class="text-2xl font-bold mb-6 text-sky-300">发展脉络</h3>
|
||
<ul class="timeline timeline-snap-icon max-md:timeline-compact timeline-vertical">
|
||
<li>
|
||
<div class="timeline-middle">
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.06 0l4.001-5.5a.75.75 0 00-.124-.91z" clip-rule="evenodd" /></svg>
|
||
</div>
|
||
<div class="timeline-start md:text-end mb-10">
|
||
<time class="font-mono italic">2016-2023</time>
|
||
<div class="text-lg font-black">技术奠基期</div>
|
||
发布"小G"、"小蛮驴",并整合达摩院L4自动驾驶业务。
|
||
</div>
|
||
<hr/>
|
||
</li>
|
||
<li>
|
||
<hr/>
|
||
<div class="timeline-middle">
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.06 0l4.001-5.5a.75.75 0 00-.124-.91z" clip-rule="evenodd" /></svg>
|
||
</div>
|
||
<div class="timeline-end mb-10">
|
||
<time class="font-mono italic">2024</time>
|
||
<div class="text-lg font-black">商业化元年</div>
|
||
公开发售L4级无人车GT系列,迈向公开道路运营。
|
||
</div>
|
||
<hr/>
|
||
</li>
|
||
<li>
|
||
<hr/>
|
||
<div class="timeline-middle">
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.06 0l4.001-5.5a.75.75 0 00-.124-.91z" clip-rule="evenodd" /></svg>
|
||
</div>
|
||
<div class="timeline-start md:text-end mb-10">
|
||
<time class="font-mono italic">2025</time>
|
||
<div class="text-lg font-black text-fuchsia-400">市场引爆期</div>
|
||
推出1.68万平价款GT-Lite,密集达成战略合作,加速路权获取。
|
||
</div>
|
||
<hr/>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- 核心逻辑与市场认知 -->
|
||
<div class="bento-item bento-item-3 glass-card p-6 md:p-8">
|
||
<h3 class="text-2xl font-bold mb-4 text-sky-300">核心逻辑与市场认知</h3>
|
||
<div class="space-y-4 text-gray-300">
|
||
<div>
|
||
<h4 class="font-semibold text-lg text-fuchsia-400 mb-2">核心驱动力</h4>
|
||
<ul class="list-disc list-inside space-y-2 pl-2">
|
||
<li><strong class="text-cyan-400">成本拐点:</strong>GT-Lite售价1.68万元,单月成本0.23万 vs 传统车0.77万,实现革命性降本。</li>
|
||
<li><strong class="text-cyan-400">技术成熟:</strong>承接达摩院L4技术,测试“轻地图”功能,部署周期从10天缩短至数小时。</li>
|
||
<li><strong class="text-cyan-400">政策绿灯:</strong>已在30+城市部署,加速90+区县路权获取,政策破冰。</li>
|
||
<li><strong class="text-cyan-400">生态闭环:</strong>依托17万菜鸟驿站网络,深度赋能申通,形成“无人车+驿站”天然应用场景。</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-semibold text-lg text-fuchsia-400 mb-2">市场热度与预期差</h4>
|
||
<ul class="list-disc list-inside space-y-2 pl-2">
|
||
<li><strong>市场情绪:</strong>高度乐观,视其为行业进入“DeepSeek时刻”的关键信号。</li>
|
||
<li><strong>正面预期差:</strong>市场可能低估了其“生态协同”的深度,目标是成为末端运力网络的“操作系统”。</li>
|
||
<li><strong>负面预期差:</strong>可能忽略了“亏损换订阅”模式(年服务费2万)的可持续性挑战与资本压力。</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关键催化剂与发展路径 -->
|
||
<div class="bento-item bento-item-4 glass-card p-6 md:p-8">
|
||
<h3 class="text-2xl font-bold mb-4 text-sky-300">关键催化剂与未来发展路径</h3>
|
||
<div x-data="{ tab: 'short' }" class="space-y-4">
|
||
<div class="tabs tabs-boxed bg-black/20">
|
||
<a class="tab" :class="{'tab-active': tab === 'short'}" @click.prevent="tab = 'short'">近期催化剂</a>
|
||
<a class="tab" :class="{'tab-active': tab === 'long'}" @click.prevent="tab = 'long'">长期发展路径</a>
|
||
</div>
|
||
|
||
<div x-show="tab === 'short'" class="text-gray-300 space-y-2">
|
||
<p><strong class="text-purple-400">路权审批公告:</strong>重要城市路权的批量获批将是强力催化剂。</p>
|
||
<p><strong class="text-purple-400">双11运营数据:</strong>若披露优异的配送单量、效率和成本数据,将是直接价值验证。</p>
|
||
<p><strong class="text-purple-400">新车型/功能发布:</strong>适配冷链、重货等新车型,或“轻地图”功能正式上线。</p>
|
||
<p><strong class="text-purple-400">更多战略合作:</strong>与其他“通达系”或大型零售企业达成大规模合作。</p>
|
||
</div>
|
||
|
||
<div x-show="tab === 'long'" class="text-gray-300 space-y-3">
|
||
<p><strong class="text-purple-400">阶段一 (当前-2027): </strong> <span class="font-bold">末端网络渗透</span><br>以GT-Lite抢占快递市场,目标部署超20万台,完成数据和份额积累。</p>
|
||
<p><strong class="text-purple-400">阶段二 (2027-2030): </strong> <span class="font-bold">多场景商业复制</span><br>将解决方案复制到零售、商超、医药等领域,形成多元化盈利模式。</p>
|
||
<p><strong class="text-purple-400">阶段三 (2030+): </strong> <span class="font-bold">智慧运力平台</span><br>向数据驱动的城市智慧运力平台演进,成为未来城市物流基础设施。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 潜在风险与挑战 -->
|
||
<div class="bento-item bento-item-5 glass-card p-6 md:p-8">
|
||
<h3 class="text-2xl font-bold mb-4 text-orange-400">潜在风险与挑战</h3>
|
||
<ul class="space-y-3 text-gray-300">
|
||
<li><span class="badge badge-warning badge-outline mr-2">技术</span>极端天气、复杂路况下的长尾问题;“轻地图”方案的可靠性待验证。</li>
|
||
<li><span class="badge badge-error badge-outline mr-2">商业</span>激进定价的财务压力;客户对高昂服务费的接受度;线下运营维护成本。</li>
|
||
<li><span class="badge badge-info badge-outline mr-2">政策</span>路权开放政策的不确定性,部分城市可能收紧或迟滞。</li>
|
||
<li><span class="badge badge-accent badge-outline mr-2">竞争</span>低价策略可能引发美团、京东等对手跟进,导致行业内卷加剧。</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Data Visualization: Cost Comparison -->
|
||
<section id="cost-analysis">
|
||
<h2 class="section-title mb-8">成本效益分析</h2>
|
||
<div class="glass-card p-6 md:p-8">
|
||
<div id="costChart" style="width: 100%; height: 400px;"></div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Supporting Data Section: Accordions -->
|
||
<section id="data-sources">
|
||
<h2 class="section-title mb-8">核心数据源</h2>
|
||
<div class="space-y-4">
|
||
<div class="collapse collapse-plus glass-card" x-data="{ open: false }" @click="open = !open">
|
||
<div class="collapse-title text-xl font-medium text-sky-300">新闻数据摘要</div>
|
||
<div class="collapse-content" x-show="open" x-collapse>
|
||
<div class="p-4 space-y-4 text-gray-300">
|
||
<p><strong>产品型号 & 价格:</strong> <strong>GT-Lite (平价款)</strong> 实际售价1.68万元 + 2万/年服务费,装载量7m³/600kg,续航100km;<strong>GT Pro (高配款)</strong> 续航近200公里,适合中长距离。</p>
|
||
<p><strong>技术研发:</strong> L4级自动驾驶,测试<strong class="text-fuchsia-400">轻地图功能</strong>(不依赖高精地图),将部署周期从7-10天缩短至几小时。</p>
|
||
<p><strong>商业化进程:</strong> 已在全国超30个县市部署,获得来自快递、连锁零售(来优品)、医药(中盈医药)等领域订单,已交付数百台。</p>
|
||
<p><strong>路权获取:</strong> 已在合肥、成都、重庆等30多城上线,正与超90个区县接触获取路权。</p>
|
||
<p><strong>战略合作:</strong> 与<strong class="text-cyan-400">申通快递</strong>(末端配送)、<strong class="text-cyan-400">中盈医药</strong>(500台计划)、<strong class="text-cyan-400">浪潮智能终端</strong>(制造)达成战略合作。</p>
|
||
<p><strong>未来规划:</strong> 菜鸟CTO李强预测,未来三到五年仅快递行业就将部署超<strong class="text-purple-400">20万台</strong>无人车。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="collapse collapse-plus glass-card" x-data="{ open: false }" @click="open = !open">
|
||
<div class="collapse-title text-xl font-medium text-sky-300">路演数据摘要</div>
|
||
<div class="collapse-content" x-show="open" x-collapse>
|
||
<div class="p-4 space-y-4 text-gray-300">
|
||
<p><strong>竞争格局:</strong> 美团、菜鸟等物流巨头依托自有场景优化成本,形成闭环应用。</p>
|
||
<p><strong>生态协同:</strong> 菜鸟拥有<strong class="text-cyan-400">17万个</strong>驿站,密度全国第一,能支撑“无人车+驿站”组合降本。</p>
|
||
<p><strong>商业模式:</strong> 明确指出菜鸟裸车价2万元是“<strong class="text-fuchsia-400">亏损换订阅</strong>”模式,盈利模式从硬件销售转向订阅服务(毛利率可从25%提升至60%)。</p>
|
||
<p><strong>成本拐点:</strong> 单车生产成本已从2022年10万元降至2025年5-10万元。</p>
|
||
<p><strong>市场规模:</strong> 城市配送物流市场超1万亿元,2800万辆城配车辆提供庞大替换空间,当前渗透率不足1%。2025年被定义为物流无人技术“DeepSeek时刻”。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="collapse collapse-plus glass-card" x-data="{ open: false }" @click="open = !open">
|
||
<div class="collapse-title text-xl font-medium text-sky-300">研报数据摘要</div>
|
||
<div class="collapse-content" x-show="open" x-collapse>
|
||
<div class="p-4 space-y-4 text-gray-300">
|
||
<p><strong>技术来源:</strong> 2023年承接阿里达摩院自动驾驶业务,具备“达摩院AI认知智能”,反应速度达人类7倍。</p>
|
||
<p><strong>产品定价:</strong> GT Pro售价<strong class="text-purple-400">14.98万元</strong>起 (含5年技术服务费);GT低配版1.68万元,高低配形成产品矩阵。</p>
|
||
<p><strong>运营规模:</strong> 车队规模超<strong class="text-cyan-400">500台</strong>,日均单量超10万单,商业化进度领先。</p>
|
||
<p><strong>路权范围:</strong> 获得<strong class="text-cyan-400">22个省、200+个城市</strong>的路权许可,覆盖范围广泛。</p>
|
||
<p><strong>经济性分析:</strong> 研报测算,无人车可将快递网点到驿站的单票成本从1元降至<strong class="text-fuchsia-400">0.067元</strong>,单票可节约成本约0.09元。</p>
|
||
<p><strong>仓储自动化:</strong> 在比利时列日eHub等枢纽应用无人叉车和AGV,提货效率提升15%。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Industry Chain & Core Companies -->
|
||
<section id="industry-chain">
|
||
<h2 class="section-title mb-8">产业链与核心公司</h2>
|
||
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
|
||
<div class="glass-card p-6 md:p-8">
|
||
<h3 class="text-2xl font-bold mb-4 text-sky-300">产业链图谱</h3>
|
||
<div class="space-y-4">
|
||
<div>
|
||
<h4 class="text-lg font-semibold text-purple-400">上游:核心零部件</h4>
|
||
<p class="text-gray-400">感知系统 (激光雷达、惯导)、决策系统 (域控制器)、执行系统 (底盘、电机)。</p>
|
||
</div>
|
||
<div>
|
||
<h4 class="text-lg font-semibold text-purple-400">中游:整车制造与解决方案</h4>
|
||
<p class="text-gray-400">技术方案商/运营商 (<strong>菜鸟</strong>)、整车代工/合作制造 (<strong>浪潮智能终端</strong>)。</p>
|
||
</div>
|
||
<div>
|
||
<h4 class="text-lg font-semibold text-purple-400">下游:应用场景与生态伙伴</h4>
|
||
<p class="text-gray-400">快递物流 (<strong>申通快递</strong>)、医药 (<strong>中盈医药</strong>)、零售商超、末端设施 (<strong>智莱科技</strong>)。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="glass-card p-6 md:p-8">
|
||
<h3 class="text-2xl font-bold mb-4 text-sky-300">核心玩家对比</h3>
|
||
<div class="space-y-4">
|
||
<div>
|
||
<h4 class="text-lg font-semibold text-fuchsia-400">菜鸟 (链主/核心)</h4>
|
||
<p class="text-gray-400">优势在于“技术+场景+资本+生态”四位一体,通过激进商业模式整合产业链。</p>
|
||
</div>
|
||
<div>
|
||
<h4 class="text-lg font-semibold text-fuchsia-400">申通快递 (002468, 最纯粹应用方)</h4>
|
||
<p class="text-gray-400">业绩改善与无人车应用效果直接挂钩,双方利益高度绑定,是验证无人车价值的最佳指标。</p>
|
||
</div>
|
||
<div>
|
||
<h4 class="text-lg font-semibold text-fuchsia-400">星网宇达 (002829, 潜在核心硬件)</h4>
|
||
<p class="text-gray-400">“卖铲人”逻辑,若为核心供应商,业绩将直接受益于菜鸟放量。风险在于供应商身份未经官方证实。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Stock Data Section -->
|
||
<section id="stock-data">
|
||
<h2 class="section-title mb-8">相关概念股梳理</h2>
|
||
|
||
<!-- Main Stock Table -->
|
||
<div class="overflow-x-auto glass-card mb-12">
|
||
<table class="table table-auto w-full text-sm">
|
||
<thead>
|
||
<tr>
|
||
<th>股票名称</th>
|
||
<th>股票代码</th>
|
||
<th>核心逻辑</th>
|
||
<th>消息来源</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>星网宇达</td>
|
||
<td><a href="https://valuefrontier.cn/company?scode=002829" target="_blank" class="link link-hover text-sky-400">002829</a></td>
|
||
<td>公司与美团长期保持密切合作,为美团无人配送车批量提供惯导部件,网传同样为阿里提供</td>
|
||
<td><span class="badge badge-warning">网络传闻</span></td>
|
||
</tr>
|
||
<tr>
|
||
<td>中海达</td>
|
||
<td><a href="https://valuefrontier.cn/company?scode=300177" target="_blank" class="link link-hover text-sky-400">300177</a></td>
|
||
<td>已与菜鸟物流等企业就车辆自动驾驶等业务作持续交流并逐步推动产品研发、示范项目合作</td>
|
||
<td><span class="badge badge-success">公司公告</span></td>
|
||
</tr>
|
||
<tr>
|
||
<td>山子高科</td>
|
||
<td><a href="https://valuefrontier.cn/company?scode=000981" target="_blank" class="link link-hover text-sky-400">000981</a></td>
|
||
<td>激光雷达旋转电机适配L4级智能驾驶需求,为菜鸟无人车的智能驾驶技术提供支持</td>
|
||
<td><span class="badge badge-warning">网络传闻</span></td>
|
||
</tr>
|
||
<tr>
|
||
<td>天准科技</td>
|
||
<td><a href="https://valuefrontier.cn/company?scode=688003" target="_blank" class="link link-hover text-sky-400">688003</a></td>
|
||
<td>在非车规域控制器领域曾将机器视觉技术应用到无人物流车领域,当时主要客户是菜鸟物流</td>
|
||
<td><span class="badge badge-info">公司互动</span></td>
|
||
</tr>
|
||
<tr>
|
||
<td>智莱科技</td>
|
||
<td><a href="https://valuefrontier.cn/company?scode=300771" target="_blank" class="link link-hover text-sky-400">300771</a></td>
|
||
<td>公司表示和菜鸟物流有合作(智能柜)</td>
|
||
<td><span class="badge badge-info">公司互动</span></td>
|
||
</tr>
|
||
<tr>
|
||
<td>华鹏飞</td>
|
||
<td><a href="https://valuefrontier.cn/company?scode=300350" target="_blank" class="link link-hover text-sky-400">300350</a></td>
|
||
<td>公司为菜鸟旗下公司提供仓储租赁服务</td>
|
||
<td><span class="badge badge-info">公司互动</span></td>
|
||
</tr>
|
||
<tr>
|
||
<td>嘉诚国际</td>
|
||
<td><a href="https://valuefrontier.cn/company?scode=603535" target="_blank" class="link link-hover text-sky-400">603535</a></td>
|
||
<td>为浙江菜鸟物流等电商企业提供物流仓储服务,力争成为其华南最大CP商</td>
|
||
<td><span class="badge badge-info">公司互动</span></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
|
||
<h3 class="text-2xl font-bold mb-6 text-sky-300">相关概念涨幅异动分析</h3>
|
||
<div class="overflow-x-auto glass-card">
|
||
<table class="table table-auto w-full text-sm">
|
||
<thead>
|
||
<tr>
|
||
<th>股票名称</th>
|
||
<th>股票代码</th>
|
||
<th>日期</th>
|
||
<th>涨幅</th>
|
||
<th class="w-2/5">原因分析摘要</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>申通快递</td>
|
||
<td><a href="https://valuefrontier.cn/company?scode=002468" target="_blank" class="link link-hover text-sky-400">002468</a></td>
|
||
<td>2025-07-10</td>
|
||
<td><span class="text-red-400 font-semibold">10.0%</span></td>
|
||
<td class="whitespace-normal">核心驱动:快递反内卷政策+阿里行权收购预期+菜鸟末端整合(无人车合作)。菜鸟将末端散件、退货件等整体切换至申通,带来件量翻倍预期,三因素共振推升涨停。</td>
|
||
</tr>
|
||
<tr>
|
||
<td>中邮科技</td>
|
||
<td><a href="https://valuefrontier.cn/company?scode=688648" target="_blank" class="link link-hover text-sky-400">688648</a></td>
|
||
<td>2025-08-13</td>
|
||
<td><span class="text-red-400 font-semibold">19.99%</span></td>
|
||
<td class="whitespace-normal">核心驱动:设立智能机器人子公司,切入AI和机器人热点。作为邮政体系内潜在的无人配送和自动化仓储解决方案供应商,受益于邮政集团的无人物流战略推进。</td>
|
||
</tr>
|
||
<tr>
|
||
<td>中力股份</td>
|
||
<td><a href="https://valuefrontier.cn/company?scode=603194" target="_blank" class="link link-hover text-sky-400">603194</a></td>
|
||
<td>2025-06-09</td>
|
||
<td><span class="text-red-400 font-semibold">10.0%</span></td>
|
||
<td class="whitespace-normal">核心驱动:无人物流+智能制造。公司在电动叉车领域为龙头,无人搬运机器人和智能化转型取得进展,叠加无人物流行业政策利好和产业快速发展预期。</td>
|
||
</tr>
|
||
<tr>
|
||
<td>通力科技</td>
|
||
<td><a href="https://valuefrontier.cn/company?scode=301255" target="_blank" class="link link-hover text-sky-400">301255</a></td>
|
||
<td>2025-06-24</td>
|
||
<td><span class="text-red-400 font-semibold">5.76%</span></td>
|
||
<td class="whitespace-normal">直接催化剂:与菜鸟达成科技合作,菜鸟将向其交付一座智慧无人仓及数字化系统,提升其仓储能力5倍,作业效率3倍,是对其技术实力的认可。</td>
|
||
</tr>
|
||
<tr>
|
||
<td>微光股份</td>
|
||
<td><a href="https://valuefrontier.cn/company?scode=002801" target="_blank" class="link link-hover text-sky-400">002801</a></td>
|
||
<td>2025-07-01</td>
|
||
<td><span class="text-red-400 font-semibold">10.01%</span></td>
|
||
<td class="whitespace-normal">核心驱动:无人驾驶冷链物流+人形机器人。获6.8亿元无人驾驶冷链物流车热管理系统定点,并被工信部列为关键零部件供应商,实现估值跃迁。</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
<!-- Footer -->
|
||
<footer class="text-center mt-16 pt-8 border-t border-white/10">
|
||
<p class="text-xs text-gray-500">北京价值前沿科技有限公司 AI投研agent:“价小前投研” 进行投研呈现</p>
|
||
<p class="text-xs text-gray-500 mt-1">本报告由人工智能基于公开数据合成,不构成任何投资建议,市场有风险,投资需谨慎。</p>
|
||
</footer>
|
||
|
||
</div>
|
||
|
||
<script>
|
||
document.addEventListener('DOMContentLoaded', function () {
|
||
var chartDom = document.getElementById('costChart');
|
||
var myChart = echarts.init(chartDom);
|
||
var option;
|
||
|
||
option = {
|
||
title: {
|
||
text: '菜鸟无人车 vs. 传统物流车成本对比',
|
||
subtext: '数据来源:新闻数据测算',
|
||
left: 'center',
|
||
textStyle: {
|
||
color: '#e6edf3'
|
||
},
|
||
subtextStyle: {
|
||
color: '#8b949e'
|
||
}
|
||
},
|
||
tooltip: {
|
||
trigger: 'axis',
|
||
axisPointer: {
|
||
type: 'shadow'
|
||
},
|
||
backgroundColor: 'rgba(13, 17, 23, 0.8)',
|
||
borderColor: '#38bdf8',
|
||
textStyle: {
|
||
color: '#e6edf3'
|
||
}
|
||
},
|
||
legend: {
|
||
data: ['单月使用成本', '单票配送成本'],
|
||
bottom: 10,
|
||
textStyle: {
|
||
color: '#c9d1d9'
|
||
}
|
||
},
|
||
grid: {
|
||
left: '3%',
|
||
right: '4%',
|
||
bottom: '10%',
|
||
containLabel: true
|
||
},
|
||
xAxis: {
|
||
type: 'category',
|
||
data: ['传统物流车', '菜鸟无人物流车'],
|
||
axisLine: {
|
||
lineStyle: {
|
||
color: '#8b949e'
|
||
}
|
||
},
|
||
axisLabel: {
|
||
color: '#c9d1d9'
|
||
}
|
||
},
|
||
yAxis: [
|
||
{
|
||
type: 'value',
|
||
name: '单月成本 (万元)',
|
||
position: 'left',
|
||
axisLine: {
|
||
show: true,
|
||
lineStyle: {
|
||
color: '#38bdf8'
|
||
}
|
||
},
|
||
axisLabel: {
|
||
formatter: '{value}',
|
||
color: '#c9d1d9'
|
||
},
|
||
splitLine: {
|
||
lineStyle: {
|
||
color: 'rgba(255, 255, 255, 0.1)'
|
||
}
|
||
}
|
||
},
|
||
{
|
||
type: 'value',
|
||
name: '单票成本 (元)',
|
||
position: 'right',
|
||
axisLine: {
|
||
show: true,
|
||
lineStyle: {
|
||
color: '#a78bfa'
|
||
}
|
||
},
|
||
axisLabel: {
|
||
formatter: '{value}',
|
||
color: '#c9d1d9'
|
||
},
|
||
splitLine: { show: false }
|
||
}
|
||
],
|
||
series: [
|
||
{
|
||
name: '单月使用成本',
|
||
type: 'bar',
|
||
yAxisIndex: 0,
|
||
data: [0.77, 0.23],
|
||
itemStyle: {
|
||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||
{ offset: 0, color: '#0ea5e9' },
|
||
{ offset: 1, color: '#38bdf8' }
|
||
])
|
||
},
|
||
emphasis: {
|
||
itemStyle: {
|
||
color: '#0284c7'
|
||
}
|
||
}
|
||
},
|
||
{
|
||
name: '单票配送成本',
|
||
type: 'bar',
|
||
yAxisIndex: 1,
|
||
data: [0.13, 0.039],
|
||
itemStyle: {
|
||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||
{ offset: 0, color: '#a78bfa' },
|
||
{ offset: 1, color: '#c084fc' }
|
||
])
|
||
},
|
||
emphasis: {
|
||
itemStyle: {
|
||
color: '#9333ea'
|
||
}
|
||
}
|
||
}
|
||
],
|
||
backgroundColor: 'transparent'
|
||
};
|
||
|
||
option && myChart.setOption(option);
|
||
|
||
window.addEventListener('resize', function() {
|
||
myChart.resize();
|
||
});
|
||
});
|
||
</script>
|
||
</body>
|
||
</html> |