Files
vf_react/public/htmls/特斯拉无人驾驶出租车Robotaxi.html
2025-12-05 13:29:18 +08:00

561 lines
34 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" data-theme="night">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>深度行研 | 特斯拉无人驾驶出租车 Robotaxi</title>
<!-- Tailwind CSS & DaisyUI -->
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.10.1/dist/full.min.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com"></script>
<!-- Alpine.js -->
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<!-- ECharts -->
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js"></script>
<!-- Google Fonts -->
<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;700&family=Space+Grotesk:wght@400;500;700&display=swap" rel="stylesheet">
<style>
:root {
--glow-color-1: rgba(0, 119, 255, 0.3);
--glow-color-2: rgba(191, 0, 255, 0.3);
--glow-color-3: rgba(0, 255, 255, 0.25);
}
body {
font-family: 'Inter', sans-serif;
background-color: #02040a;
color: #e0e0e0;
overflow-x: hidden;
position: relative;
}
.font-title {
font-family: 'Space Grotesk', sans-serif;
}
.glass-card {
background: rgba(15, 23, 42, 0.5); /* bg-slate-900/50 */
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 24px;
transition: all 0.3s ease;
}
.glass-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
border-color: rgba(0, 191, 255, 0.3);
}
.background-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
overflow: hidden;
background-color: #02040a;
background-image:
radial-gradient(at 20% 20%, hsla(212, 98%, 52%, 0.1) 0px, transparent 50%),
radial-gradient(at 80% 20%, hsla(286, 98%, 52%, 0.1) 0px, transparent 50%),
radial-gradient(at 20% 80%, hsla(180, 98%, 52%, 0.1) 0px, transparent 50%),
radial-gradient(at 80% 80%, hsla(340, 98%, 52%, 0.1) 0px, transparent 50%);
}
.glow-sphere {
position: absolute;
border-radius: 50%;
filter: blur(150px);
opacity: 0.6;
mix-blend-mode: screen;
}
.glow-1 {
width: 500px;
height: 500px;
background: var(--glow-color-1);
top: 5%;
left: 10%;
animation: moveGlow 20s infinite alternate;
}
.glow-2 {
width: 600px;
height: 600px;
background: var(--glow-color-2);
bottom: 5%;
right: 5%;
animation: moveGlow 25s infinite alternate-reverse;
}
@keyframes moveGlow {
0% { transform: translate(0, 0) scale(1); }
100% { transform: translate(100px, 50px) scale(1.2); }
}
.timeline-item {
position: relative;
padding-left: 2.5rem;
padding-bottom: 2rem;
border-left: 2px solid rgba(255, 255, 255, 0.15);
}
.timeline-item:last-child {
border-left: 2px solid transparent;
padding-bottom: 0;
}
.timeline-marker {
position: absolute;
left: -9px;
top: 4px;
width: 16px;
height: 16px;
border-radius: 50%;
background-color: #0ea5e9; /* sky-500 */
border: 3px solid #02040a;
box-shadow: 0 0 10px #0ea5e9;
}
.bento-grid {
display: grid;
gap: 1.5rem;
grid-template-columns: repeat(12, 1fr);
grid-auto-rows: minmax(100px, auto);
}
.bento-grid h3 {
color: #93c5fd; /* blue-300 */
border-bottom: 1px solid rgba(147, 197, 253, 0.2);
padding-bottom: 0.5rem;
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.daisy-table {
background: rgba(15, 23, 42, 0.7);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 16px;
font-size: 0.875rem;
}
.daisy-table th, .daisy-table td {
border-color: rgba(255, 255, 255, 0.1) !important;
background-color: transparent !important;
}
.daisy-table th {
color: #bae6fd; /* sky-200 */
font-weight: 500;
}
.daisy-table tr:hover td {
background-color: rgba(255, 255, 255, 0.05) !important;
}
.daisy-table a {
color: #7dd3fc; /* sky-300 */
transition: color 0.2s;
}
.daisy-table a:hover {
color: #e0f2fe; /* sky-100 */
}
</style>
</head>
<body class="min-h-screen">
<div class="background-container">
<div class="glow-sphere glow-1"></div>
<div class="glow-sphere glow-2"></div>
</div>
<div class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<header class="text-center mb-16">
<h1 class="font-title text-4xl sm:text-5xl md:text-6xl font-bold tracking-tight text-transparent bg-clip-text bg-gradient-to-br from-white to-blue-300">
深度行研:特斯拉无人驾驶出租车 Robotaxi
</h1>
<p class="mt-4 text-lg text-slate-300 max-w-3xl mx-auto">
从硬件制造商到AI与服务提供商的战略转型核心支点开启万亿级出行服务市场的颠覆性革命。
</p>
</header>
<!-- Timeline Section -->
<section class="mb-16">
<h2 class="font-title text-3xl font-bold mb-8 text-slate-100 flex items-center gap-3">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-sky-400" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>
概念演进时间轴
</h2>
<div class="relative">
<div class="timeline-item">
<div class="timeline-marker"></div>
<p class="font-semibold text-sky-300">2016年战略奠定</p>
<p class="text-slate-400">马斯克在“Master Plan第二章”中首次提出通过自动驾驶技术打造共享车队的构想。</p>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<p class="font-semibold text-sky-300">2024年4月5日正式官宣</p>
<p class="text-slate-400">马斯克宣布将于8月8日发布Robotaxi被视为在市场竞争加剧背景下提振信心的关键举措。</p>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<p class="font-semibold text-sky-300">2024年10月10日产品发布</p>
<p class="text-slate-400">"We, Robot"发布会正式亮相CyberCab、无人驾驶Model Y及Robovan。因增量信息有限股价承压。</p>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<p class="font-semibold text-sky-300">2025年2月-8月监管进展</p>
<p class="text-slate-400">在加州申请运营许可,但未获批无人驾驶测试;在得州成功获得共享出行许可,为试点铺平道路。</p>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<p class="font-semibold text-sky-300">2025年6月22日首次试点</p>
<p class="text-slate-400">在得州奥斯汀使用约10辆焕新Model Y启动首次有偿试运行。事件引爆资本市场特斯拉股价当日大涨10%。</p>
</div>
</div>
</section>
<!-- Main Bento Grid -->
<main class="bento-grid">
<div class="glass-card p-6 md:p-8 col-span-12 lg:col-span-7">
<h3 class="font-title text-xl font-bold">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" 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>
<p class="text-slate-300 leading-relaxed">特斯拉Robotaxi概念是公司从“硬件制造商”向“AI与服务提供商”战略转型的核心支点其本质是通过<strong class="text-sky-300">全自动驾驶技术FSD</strong><strong class="text-sky-300">革命性的制造工艺</strong>,实现出行服务成本的颠覆性降低,从而开启万亿级别的出行服务市场。当前,该概念已走过纯粹的叙事阶段,随着奥斯汀试点的启动,进入了<strong class="text-white">“主题炒作”与“基本面验证”并存的初期商业化阶段</strong>。其核心驱动力是技术进步带来的商业模式重构,未来潜力巨大,但面临技术、法规和商业化的三重严峻考验。</p>
</div>
<div class="glass-card p-6 md:p-8 col-span-12 lg:col-span-5">
<h3 class="font-title text-xl font-bold">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 3v2m6-2v2M9 19v2m6-2v2M5 9H3m2 6H3m18-6h-2m2 6h-2M12 6V3m0 18v-3" /></svg>
核心驱动力: AI驱动的成本革命
</h3>
<ul class="space-y-3 text-slate-300">
<li><strong class="text-white">运营成本颠覆:</strong>FSD取代人力目标将每英里成本降至<strong class="text-green-300">0.2美元</strong></li>
<li><strong class="text-white">制造成本革新:</strong>"unbox无箱制造"工艺,目标将单车成本降低<strong class="text-green-300">50%以上</strong>控制在3万美元内。</li>
<li><strong class="text-white">商业模式升维:</strong>构建“自营+共享”生态创造持续服务收入数据反哺FSD形成飞轮效应。</li>
</ul>
</div>
<div class="glass-card p-6 md:p-8 col-span-12 lg:col-span-8">
<h3 class="font-title text-xl font-bold">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8h2a2 2 0 012 2v6a2 2 0 01-2 2h-2v4l-4-4H9a2 2 0 01-2-2V4a2 2 0 012-2h8a2 2 0 012 2v4z" /></svg>
市场认知与预期差分析
</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<h4 class="font-semibold text-slate-100 mb-2">FSD真实能力 vs L4级商业运营要求</h4>
<p class="text-slate-400"><strong class="text-amber-300">【市场认知】</strong>FSD是行业领导者V12/V13版本已非常强大。</p>
<p class="text-slate-400 mt-1"><strong class="text-red-400">【潜在预期差】</strong>研报指出FSD V13.2平均接管里程约<strong class="text-white">230英里</strong>与谷歌Waymo的<strong class="text-white">30,000英里</strong>存在数量级差距。市场可能低估了技术攻关的难度和时间。</p>
</div>
<div>
<h4 class="font-semibold text-slate-100 mb-2">激进的时间表 vs 现实的监管障碍</h4>
<p class="text-slate-400"><strong class="text-amber-300">【市场认知】</strong>跟随马斯克叙事期待2026-2027年规模化量产。</p>
<p class="text-slate-400 mt-1"><strong class="text-red-400">【潜在预期差】</strong>无方向盘设计需获NHTSA豁免加州运营许可尚未获批。中国市场面临数据安全、地图资质等多重壁垒专家判断<strong class="text-white">2-3年内难以大规模进入</strong></p>
</div>
</div>
</div>
<div class="glass-card p-6 md:p-8 col-span-12 lg:col-span-4">
<h3 class="font-title text-xl font-bold">
<svg xmlns="http://www.w.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>
潜在风险与挑战
</h3>
<ul class="space-y-2 text-slate-400 text-sm list-disc list-inside">
<li><strong class="text-red-300">技术风险:</strong>FSD在长尾场景Corner Cases处理能力仍是巨大挑战"黑盒模型"决策难以解释。</li>
<li><strong class="text-amber-300">商业化风险:</strong>成本控制不确定性,严重事故可能摧毁公众信任,无人化运营效率挑战巨大。</li>
<li><strong class="text-yellow-300">政策与竞争风险:</strong>全球法规不确定性NHTSA质询是明确信号面临Waymo、小鹏等激烈竞争。</li>
</ul>
</div>
<div class="glass-card p-6 md:p-8 col-span-12 lg:col-span-6">
<h3 class="font-title text-xl font-bold">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" /></svg>
产品矩阵 & 核心技术规格
</h3>
<div class="space-y-4">
<div>
<p class="font-semibold text-slate-100">CyberCab (专用Robotaxi)</p>
<p class="text-sm text-slate-400">双门双座,赛博朋克风格,无方向盘/踏板,蝶翼门,感应充电,自动清洁消毒。</p>
</div>
<div>
<p class="font-semibold text-slate-100">无人驾驶 Model Y</p>
<p class="text-sm text-slate-400">基于现有车型改装作为Robotaxi服务初期试点和C2C共享模式的主力。</p>
</div>
<div>
<p class="font-semibold text-slate-100">Robovan (无人驾驶巴士)</p>
<p class="text-sm text-slate-400">可容纳20人或切换为货运模式目标每英里成本5-10美分。</p>
</div>
<div>
<p class="font-semibold text-slate-100">核心技术: FSD</p>
<p class="text-sm text-slate-400">坚持纯视觉+端到端路线不依赖激光雷达。V13.2版本采用原始视频流输入,具备“持续记忆能力”。</p>
</div>
</div>
</div>
<div class="glass-card p-6 md:p-8 col-span-12 lg:col-span-6">
<h3 class="font-title text-xl font-bold">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" 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>
<div id="costChart" style="width: 100%; height: 250px;"></div>
<div class="mt-4 grid grid-cols-2 gap-4 text-center">
<div>
<p class="text-sm text-slate-400">CyberCab量产</p>
<p class="text-lg font-bold text-slate-100">2026年启动</p>
</div>
<div>
<p class="text-sm text-slate-400">目标年产能</p>
<p class="text-lg font-bold text-slate-100">200万辆</p>
</div>
<div>
<p class="text-sm text-slate-400">整车成本目标</p>
<p class="text-lg font-bold text-slate-100">&lt; 30,000 美元</p>
</div>
<div>
<p class="text-sm text-slate-400">特斯拉抽成</p>
<p class="text-lg font-bold text-slate-100">25%-30%</p>
</div>
</div>
</div>
<div class="glass-card p-6 md:p-8 col-span-12">
<h3 class="font-title text-xl font-bold">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" /></svg>
关键催化剂与未来发展路径
</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
<h4 class="font-semibold text-slate-200 mb-2">近期催化剂 (未来3-6个月)</h4>
<ul class="list-disc list-inside space-y-2 text-slate-400">
<li>奥斯汀试点规模扩大,并向公众开放。</li>
<li>加州无人驾驶运营许可获批。</li>
<li>FSD V13/V14版本重大更新接管里程大幅提升。</li>
<li>CyberCab原型车路测与生产线改造消息。</li>
</ul>
</div>
<div>
<h4 class="font-semibold text-slate-200 mb-2">长期发展路径</h4>
<ul class="list-disc list-inside space-y-2 text-slate-400">
<li><strong class="text-sky-300">阶段一 (2025-2026):</strong> 区域试点验证,跑通商业模式。</li>
<li><strong class="text-sky-300">阶段二 (2026-2028):</strong> CyberCab规模化生产全美推广。</li>
<li><strong class="text-sky-300">阶段三 (2028+):</strong> 全球扩张与生态构建,拓展至货运等衍生业务。</li>
</ul>
</div>
</div>
</div>
</main>
<!-- 产业链深度剖析 Section -->
<section class="mt-16">
<h2 class="font-title text-3xl font-bold mb-8 text-slate-100 flex items-center gap-3">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-sky-400" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10" /></svg>
产业链与核心公司深度剖析
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="glass-card p-6">
<h4 class="font-title text-lg font-bold text-green-300 mb-3">上游:核心零部件</h4>
<ul class="space-y-2 text-slate-400 text-sm">
<li><strong>感知层:</strong> 摄像头(联创电子)、毫米波雷达(华域汽车)、超声波雷达</li>
<li><strong>决策层:</strong> 自动驾驶数据处理单元结构件(美利信)</li>
<li><strong>执行层:</strong> 线控底盘、转向系统(浙江世宝)</li>
<li><strong>新兴增量:</strong> 无线充电 (实现全流程无人化运营的关键)</li>
</ul>
</div>
<div class="glass-card p-6">
<h4 class="font-title text-lg font-bold text-sky-300 mb-3">中游:整车制造与系统集成</h4>
<ul class="space-y-2 text-slate-400 text-sm">
<li><strong>核心:</strong> <strong class="text-white">特斯拉</strong>唯一的全栈玩家和规则制定者集整车、三电、FSD算法、运营网络于一身。</li>
</ul>
</div>
<div class="glass-card p-6">
<h4 class="font-title text-lg font-bold text-purple-300 mb-3">下游:运营与服务</h4>
<ul class="space-y-2 text-slate-400 text-sm">
<li><strong>车队管理:</strong> 锐明技术 (车队视频管理系统)</li>
<li><strong>车路协同:</strong> 千方科技、万集科技</li>
<li><strong>潜在被颠覆者:</strong> 传统出租车公司 (大众交通)</li>
</ul>
</div>
</div>
<div class="glass-card p-6 md:p-8 mt-6">
<h4 class="font-title text-lg font-bold text-slate-100 mb-4">核心玩家对比 & 投资启示</h4>
<div class="space-y-4">
<p><strong class="text-sky-300">最具投资价值环节:</strong><br>1. <strong class="text-white">确定性最高:核心硬件供应商。</strong>特别是已深度绑定特斯拉、且单车价值量有望显著提升的公司 (如车载摄像头、高算力PCB)。<br>2. <strong class="text-white">最具成长弹性:新兴增量技术。</strong><strong class="text-amber-300">无线充电</strong>是全新增量市场空间从0到1具备极高弹性。</p>
<p><strong class="text-red-400">需警惕的证伪点:</strong><br>特斯拉坚持<strong class="text-white">纯视觉方案</strong>而A股市场炒作激光雷达供应商 (万集科技),表明市场认知与特斯拉战略间存在偏差。</p>
</div>
</div>
</section>
<!-- 股票数据 Section -->
<section class="mt-16">
<h2 class="font-title text-3xl font-bold mb-8 text-slate-100 flex items-center gap-3">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-sky-400" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M9 17v-2m3 2v-4m3 4v-6m2 10H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" /></svg>
产业链相关股票数据
</h2>
<div class="overflow-x-auto">
<table class="table daisy-table w-full">
<thead>
<tr>
<th>股票名称</th>
<th>股票代码</th>
<th>核心逻辑 / 关联原因</th>
<th>标签</th>
</tr>
</thead>
<tbody>
<tr><td>美利信</td><td><a href="https://valuefrontier.cn/company?scode=301307" target="_blank">301307</a></td><td>供货特斯拉自动驾驶数据处理单元结构件</td><td><div class="badge badge-accent">供货特斯拉</div></td></tr>
<tr><td>联创电子</td><td><a href="https://valuefrontier.cn/company?scode=002036" target="_blank">002036</a></td><td>供货特斯拉车载镜头车载镜头出货量A股第一</td><td><div class="badge badge-accent">供货特斯拉</div> <div class="badge badge-primary">视觉感知</div></td></tr>
<tr><td>世运电路</td><td><a href="https://valuefrontier.cn/company?scode=603920" target="_blank">603920</a></td><td>特斯拉PCB核心供应商, Cybercab车型PCB价值量有望大幅提升</td><td><div class="badge badge-accent">供货特斯拉</div> <div class="badge badge-info">PCB</div></td></tr>
<tr><td>浙江世宝</td><td><a href="https://valuefrontier.cn/company?scode=002703" target="_blank">002703</a></td><td>智能驾驶转向系统核心供应商</td><td><div class="badge badge-primary">智能驾驶</div> <div class="badge badge-secondary">无人驾驶</div></td></tr>
<tr><td>中马传动</td><td><a href="https://valuefrontier.cn/company?scode=603767" target="_blank">603767</a></td><td>线控制动有望进入Robotaxi后桥制动供应链</td><td><div class="badge badge-secondary">智能底盘</div></td></tr>
<tr><td>锐明技术</td><td><a href="https://valuefrontier.cn/company?scode=002970" target="_blank">002970</a></td><td>车队视频管理系统市占率全球第一12%</td><td><div class="badge badge-primary">视觉感知</div> <div class="badge badge-info">商业应用</div></td></tr>
<tr><td>华域汽车</td><td><a href="https://valuefrontier.cn/company?scode=600741" target="_blank">600741</a></td><td>毫米波雷达进度第一,全品类批量供货</td><td><div class="badge badge-secondary">雷达</div></td></tr>
<tr><td>德赛西威</td><td><a href="https://valuefrontier.cn/company?scode=002920" target="_blank">002920</a></td><td>智能座舱营收A股第一毫米波雷达部分量产</td><td><div class="badge badge-primary">智能座舱</div> <div class="badge badge-secondary">雷达</div></td></tr>
<tr><td>万集科技</td><td><a href="https://valuefrontier.cn/company?scode=300552" target="_blank">300552</a></td><td>A股唯一的激光雷达供应商 (注:与特斯拉纯视觉路线存在逻辑偏差)</td><td><div class="badge badge-warning">雷达</div> <div class="badge badge-info">车路协同</div></td></tr>
<tr><td>千方科技</td><td><a href="https://valuefrontier.cn/company?scode=002373" target="_blank">002373</a></td><td>智慧交通管理应用解决方案市占率国内第一</td><td><div class="badge badge-info">车路协同</div></td></tr>
<tr><td>大众交通</td><td><a href="https://valuefrontier.cn/company?scode=600611" target="_blank">600611</a></td><td>传统出租车龙头,潜在被颠覆者</td><td><div class="badge badge-error">出租车</div></td></tr>
</tbody>
</table>
</div>
</section>
<section class="mt-16">
<h2 class="font-title text-3xl font-bold mb-8 text-slate-100 flex items-center gap-3">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-sky-400" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M13 17h8m0 0V9m0 8l-8-8-4 4-6-6" /></svg>
近期涨幅异动分析 (受Robotaxi概念驱动)
</h2>
<div class="overflow-x-auto">
<table class="table daisy-table w-full">
<thead>
<tr>
<th>股票名称</th>
<th>股票代码</th>
<th>异动日期</th>
<th>涨幅</th>
<th>核心驱动逻辑摘要</th>
</tr>
</thead>
<tbody>
<tr><td>万马科技</td><td><a href="https://valuefrontier.cn/company?scode=300698" target="_blank">300698</a></td><td>2025-06-24</td><td><span class="text-red-400 font-bold">20.01%</span></td><td>受益于特斯拉Robotaxi试点启动公司在车联网领域(管理超1400万辆)的领先优势受关注。</td></tr>
<tr><td>星源卓镁</td><td><a href="https://valuefrontier.cn/company?scode=301398" target="_blank">301398</a></td><td>2025-06-24</td><td><span class="text-red-400 font-bold">19.99%</span></td><td>新型镁合金材料进入特斯拉供应链,无人驾驶商业化提速带动汽车轻量化材料需求。</td></tr>
<tr><td>世运电路</td><td><a href="https://valuefrontier.cn/company?scode=603920" target="_blank">603920</a></td><td>2025-06-24</td><td><span class="text-red-400 font-bold">10.02%</span></td><td>作为特斯拉PCB核心供应商市场预期其将显著受益于Robotaxi发展Cybercab单车PCB价值量有望达3000-5000元。</td></tr>
<tr><td>浙江世宝</td><td><a href="https://valuefrontier.cn/company?scode=002703" target="_blank">002703</a></td><td>2025-06-24</td><td><span class="text-red-400 font-bold">10.02%</span></td><td>Robotaxi服务落地引发智能驾驶产业链热潮公司在无人驾驶转向系统领域布局受关注。</td></tr>
<tr><td>永安行</td><td><a href="https://valuefrontier.cn/company?scode=603776" target="_blank">603776</a></td><td>2025-06-24</td><td><span class="text-red-400 font-bold">10.01%</span></td><td>受益于Robotaxi概念炒作叠加公司自身在智能交通系统建设与共享出行领域的业务布局。</td></tr>
<tr><td>中马传动</td><td><a href="https://valuefrontier.cn/company?scode=603767" target="_blank">603767</a></td><td>2025-09-09</td><td><span class="text-red-400 font-bold">10.00%</span></td><td>政策贴息+特斯拉Robotaxi后桥制动模块订单预期机构借情绪抢筹。</td></tr>
</tbody>
</table>
</div>
</section>
<footer class="text-center mt-20 pt-8 border-t border-slate-800">
<p class="text-sm font-title text-slate-400">北京价值前沿科技有限公司 AI投研agent“价小前投研” 进行投研呈现</p>
<p class="text-xs text-slate-500 mt-2">免责声明本报告为AI合成数据所有内容仅供参考不构成任何投资建议。投资有风险入市需谨慎。</p>
</footer>
</div>
<script>
document.addEventListener('DOMContentLoaded', function () {
var chartDom = document.getElementById('costChart');
var myChart = echarts.init(chartDom);
var option;
option = {
title: {
text: '运营成本颠覆性降低目标',
left: 'center',
textStyle: {
color: '#e0e0e0',
fontWeight: 'normal',
fontSize: 16,
fontFamily: 'Inter'
}
},
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'shadow'
},
backgroundColor: 'rgba(15, 23, 42, 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: ['当前网约车', '特斯拉Robotaxi目标', 'Robovan目标'],
axisLine: {
lineStyle: {
color: 'rgba(255, 255, 255, 0.3)'
}
},
axisLabel: {
color: '#a0aec0'
}
},
yAxis: {
type: 'value',
name: '美元/英里',
nameTextStyle: {
color: '#a0aec0'
},
axisLine: {
show: true,
lineStyle: {
color: 'rgba(255, 255, 255, 0.3)'
}
},
splitLine: {
lineStyle: {
color: 'rgba(255, 255, 255, 0.1)'
}
},
axisLabel: {
color: '#a0aec0'
}
},
series: [
{
name: '运营成本',
type: 'bar',
barWidth: '60%',
data: [
{ value: 1.5, itemStyle: { color: '#f87171' } }, // red-400
{ value: 0.2, itemStyle: { color: '#4ade80' } }, // green-400
{ value: 0.08, itemStyle: { color: '#38bdf8' } } // sky-400
],
label: {
show: true,
position: 'top',
formatter: '${c}',
color: '#e0e0e0'
}
}
]
};
option && myChart.setOption(option);
window.addEventListener('resize', () => {
myChart.resize();
});
});
</script>
</body>
</html>