update pay ui
This commit is contained in:
@@ -1,584 +1,483 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<html lang="zh-CN" data-theme="dark">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>机器人零部件加工设备 - 概念分析</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css">
|
||||
<title>机器人零部件加工设备 - 深度投研报告</title>
|
||||
|
||||
<!-- Tailwind & 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/3.4.3"></script>
|
||||
|
||||
<!-- Alpine.js -->
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.13.10/dist/cdn.min.js"></script>
|
||||
|
||||
<!-- ECharts -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js"></script>
|
||||
|
||||
<!-- Custom Fonts & Styles -->
|
||||
<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>
|
||||
:root {
|
||||
--primary-color: #2c3e50;
|
||||
--secondary-color: #3498db;
|
||||
--accent-color: #e74c3c;
|
||||
--light-bg: #ecf0f1;
|
||||
--dark-text: #2c3e50;
|
||||
--glow-color-1: rgba(0, 255, 255, 0.5);
|
||||
--glow-color-2: rgba(192, 0, 255, 0.5);
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
|
||||
color: var(--dark-text);
|
||||
background-color: #f8f9fa;
|
||||
font-family: 'Inter', 'Noto Sans SC', sans-serif;
|
||||
background-color: #000000;
|
||||
background-image:
|
||||
radial-gradient(ellipse 80% 80% at 10% 10%, rgba(0, 150, 255, 0.1), transparent),
|
||||
radial-gradient(ellipse 60% 60% at 80% 90%, rgba(200, 0, 255, 0.1), transparent);
|
||||
background-attachment: fixed;
|
||||
color: #e0e7ff;
|
||||
}
|
||||
|
||||
.glass-card {
|
||||
background-color: rgba(28, 25, 47, 0.2); /* Deeper purple tint */
|
||||
backdrop-filter: blur(24px);
|
||||
-webkit-backdrop-filter: blur(24px);
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.hero-section {
|
||||
background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
|
||||
color: white;
|
||||
padding: 3rem 0;
|
||||
margin-bottom: 2rem;
|
||||
.glass-card:hover {
|
||||
border-color: rgba(0, 255, 255, 0.3);
|
||||
transform: translateY(-4px);
|
||||
box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.card {
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
||||
margin-bottom: 1.5rem;
|
||||
transition: transform 0.3s ease;
|
||||
|
||||
.bento-grid {
|
||||
display: grid;
|
||||
gap: 1.5rem; /* 24px */
|
||||
grid-template-columns: repeat(12, 1fr);
|
||||
grid-auto-rows: minmax(100px, auto);
|
||||
}
|
||||
|
||||
.card:hover {
|
||||
transform: translateY(-5px);
|
||||
}
|
||||
|
||||
|
||||
.card-header {
|
||||
background-color: var(--primary-color);
|
||||
color: white;
|
||||
border-radius: 10px 10px 0 0 !important;
|
||||
font-size: 1.25rem; /* 20px */
|
||||
font-weight: 600;
|
||||
color: #ffffff;
|
||||
padding-bottom: 0.75rem;
|
||||
margin-bottom: 1rem;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 0 8px var(--glow-color-1);
|
||||
}
|
||||
|
||||
.glow-text {
|
||||
text-shadow: 0 0 10px var(--glow-color-1), 0 0 20px var(--glow-color-2);
|
||||
}
|
||||
|
||||
.table-responsive {
|
||||
overflow-x: visible;
|
||||
.tab-button {
|
||||
transition: all 0.3s ease;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
.table {
|
||||
font-size: 0.9rem;
|
||||
.tab-button-active {
|
||||
color: #00ffff;
|
||||
background-color: rgba(0, 255, 255, 0.1);
|
||||
box-shadow: inset 0 0 10px rgba(0, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.table th {
|
||||
background-color: var(--primary-color);
|
||||
color: white;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
||||
.content-prose {
|
||||
color: #c0d0f0;
|
||||
}
|
||||
|
||||
.badge {
|
||||
font-size: 0.75rem;
|
||||
padding: 0.4em 0.6em;
|
||||
}
|
||||
|
||||
.concept-highlight {
|
||||
background-color: #fff3cd;
|
||||
border-left: 4px solid #ffc107;
|
||||
padding: 1rem;
|
||||
margin: 1rem 0;
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.timeline-item {
|
||||
position: relative;
|
||||
padding-left: 30px;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.timeline-item:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 5px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 50%;
|
||||
background-color: var(--secondary-color);
|
||||
}
|
||||
|
||||
.timeline-item:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 5px;
|
||||
top: 20px;
|
||||
width: 2px;
|
||||
height: calc(100% + 10px);
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.timeline-item:last-child:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.industry-chain {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
|
||||
.chain-item {
|
||||
flex: 1;
|
||||
min-width: 200px;
|
||||
margin: 0.5rem;
|
||||
padding: 1rem;
|
||||
background-color: white;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.chain-item h5 {
|
||||
color: var(--primary-color);
|
||||
|
||||
.content-prose h3 {
|
||||
color: #e0e7ff;
|
||||
font-weight: 600;
|
||||
margin-top: 1.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.risk-item {
|
||||
padding: 0.75rem;
|
||||
margin-bottom: 0.75rem;
|
||||
background-color: #f8f9fa;
|
||||
border-radius: 5px;
|
||||
border-left: 3px solid var(--accent-color);
|
||||
|
||||
.content-prose ul {
|
||||
list-style-type: disc;
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
|
||||
.stock-row:hover {
|
||||
background-color: rgba(52, 152, 219, 0.1);
|
||||
.content-prose li {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.hero-section {
|
||||
padding: 2rem 0;
|
||||
}
|
||||
|
||||
.table {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.industry-chain {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.chain-item {
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
.content-prose strong {
|
||||
color: #67e8f9; /* cyan-300 */
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Hero Section -->
|
||||
<div class="hero-section">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-8">
|
||||
<h1 class="display-4 fw-bold">机器人零部件加工设备</h1>
|
||||
<p class="lead">精密制造驱动机器人产业国产化进程</p>
|
||||
</div>
|
||||
<div class="col-lg-4 text-lg-end mt-3 mt-lg-0">
|
||||
<div class="d-flex align-items-center justify-content-lg-end">
|
||||
<i class="bi bi-graph-up-arrow fs-1 me-3"></i>
|
||||
<div>
|
||||
<h4 class="mb-0">概念代码: 250806</h4>
|
||||
<p class="mb-0">高端装备制造</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<!-- 概念概述 -->
|
||||
<div class="card mb-4">
|
||||
<div class="card-header">
|
||||
<h3 class="mb-0"><i class="bi bi-lightbulb me-2"></i>概念概述</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="concept-highlight">
|
||||
<p class="mb-0"><strong>核心观点:</strong>机器人零部件加工设备是机器人产业国产替代和规模化量产的关键环节,当前处于技术突破和市场需求爆发的初期阶段,未来潜力巨大。</p>
|
||||
</div>
|
||||
<p>机器人零部件加工设备涵盖精密机床(数控车床、磨床、滚齿机等)、自动化生产线、焊接设备等,主要用于机器人核心零部件(如减速器、丝杠、电机、传感器)的精密加工。随着人形机器人产业化进程加速,对高精度、高效率的零部件加工设备需求将持续增长。</p>
|
||||
</div>
|
||||
</div>
|
||||
<body class="min-h-screen p-4 sm:p-6 md:p-8">
|
||||
<div class="max-w-screen-2xl mx-auto">
|
||||
<!-- Header -->
|
||||
<header class="text-center mb-12">
|
||||
<h1 class="text-4xl md:text-6xl font-bold glow-text bg-clip-text text-transparent bg-gradient-to-r from-cyan-400 to-fuchsia-500">
|
||||
机器人零部件加工设备
|
||||
</h1>
|
||||
<p class="text-xl text-slate-300 mt-4">深度投研报告</p>
|
||||
<p class="text-xs text-slate-500 mt-2">北京价值前沿科技有限公司 AI投研agent:“价小前投研” 进行投研呈现,本报告为AI合成数据,投资需谨慎。</p>
|
||||
</header>
|
||||
|
||||
<!-- 核心逻辑与市场认知 -->
|
||||
<div class="card mb-4">
|
||||
<div class="card-header">
|
||||
<h3 class="mb-0"><i class="bi bi-diagram-3 me-2"></i>核心逻辑与市场认知</h3>
|
||||
<!-- Bento Grid Layout -->
|
||||
<main class="bento-grid">
|
||||
|
||||
<!-- Cell 1: Core Concept -->
|
||||
<div class="glass-card rounded-3xl p-6 col-span-12 md:col-span-8 row-span-2">
|
||||
<h2 class="card-header">核心洞察:从“预期”到“验证”的产业升级</h2>
|
||||
<div class="content-prose space-y-4">
|
||||
<h3>概念事件:产业链溯源的必然结果</h3>
|
||||
<p>“机器人零部件加工设备”概念的崛起,是人形机器人从“概念演示”走向“量产预期”的必然逻辑延伸。随着特斯拉等头部厂商给出<strong>2025-2027年</strong>的量产时间表,市场意识到,实现百万台级别量产必须先行解决上游零部件的规模化生产,即“卖铲人”逻辑。<strong>华辰装备获得福利旺100台丝杠设备订单</strong>成为标志性事件,标志着概念从“预期”迈向“订单验证”阶段。国务院推动的“<strong>大规模设备更新</strong>”行动则为设备采购提供了顶层政策支持。</p>
|
||||
|
||||
<h3>核心观点摘要</h3>
|
||||
<p>本概念正处在从<strong>主题炒作向早期基本面验证过渡的关键阶段</strong>。其核心驱动力源于人形机器人量产预期带来的<strong>确定性资本开支</strong>与<strong>紧迫的国产替代需求</strong>。未来潜力巨大,但短期内,真正的价值集中在能够攻克<strong>核心技术瓶颈(如高精度内螺纹磨床)</strong>并率先获得下游头部客户订单验证的少数企业。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col-md-6 mb-3">
|
||||
<h5><i class="bi bi-rocket-takeoff me-2 text-primary"></i>核心驱动力</h5>
|
||||
|
||||
<!-- Cell 2: Market Projection Chart -->
|
||||
<div class="glass-card rounded-3xl p-6 col-span-12 md:col-span-4 row-span-2">
|
||||
<h2 class="card-header">上游资本开支预期</h2>
|
||||
<div id="market-chart" class="w-full h-full min-h-[300px]"></div>
|
||||
</div>
|
||||
|
||||
<!-- Cell 3: Core Logic & Market Perception -->
|
||||
<div class="glass-card rounded-3xl p-6 col-span-12 lg:col-span-6 row-span-3">
|
||||
<h2 class="card-header">核心驱动力与市场预期差</h2>
|
||||
<div class="content-prose space-y-4 max-h-[800px] overflow-y-auto pr-2">
|
||||
<h3>四大核心驱动力</h3>
|
||||
<ul class="space-y-2">
|
||||
<li><strong>需求拉动 (确定性):</strong> 人形机器人商业化进程明确,设备采购需在<strong>2025-2026年启动</strong>,为设备厂商带来2-3年业绩确定性窗口。</li>
|
||||
<li><strong>供给瓶颈 (稀缺性):</strong> 核心设备如<strong>内螺纹磨床</strong>技术壁垒高,全球产能不足,高端市场被海外垄断。率先突破的国内企业具备极高议价能力。</li>
|
||||
<li><strong>国产替代 (必然性):</strong> 地缘政治与高昂的进口成本及长周期(长达16个月),使得<strong>90%设备需求将依赖国产</strong>,为国内厂商打开巨大空间。</li>
|
||||
<li><strong>工艺迭代 (增量):</strong> 为降本增效,丝杠加工正从纯磨削向“<strong>以车代磨</strong>”、“<strong>旋风铣</strong>”等复合路径演进,为高端车床、旋风铣床及<strong>PCBN刀具</strong>带来全新增量市场。</li>
|
||||
</ul>
|
||||
|
||||
<h3>市场预期差分析</h3>
|
||||
<ul class="space-y-2">
|
||||
<li><strong>宏大叙事 vs. 订单落地:</strong> 市场沉浸于“年增千亿设备开支”的叙事,但目前标志性大单稀缺(仅华辰装备),订单可能向少数头部企业集中。</li>
|
||||
<li><strong>通用设备 vs. 核心瓶颈设备:</strong> 市场可能混淆了通用机床与技术壁垒极高的<strong>内螺纹磨床</strong>。真正的价值在于后者,而非简单的“蹭概念”。</li>
|
||||
<li><strong>设备本身 vs. 工艺know-how:</strong> 市场关注硬件,但忽略了如热处理环节的“<strong>形变补偿</strong>”等隐形壁垒。提供工艺解决方案的能力是核心竞争力。</li>
|
||||
<li><strong>一次性投入 vs. 持续性耗材:</strong> 市场焦点在机床,但对刀具(PCBN)、砂轮等持续性耗材关注不足。旋风铣场景的<strong>PCBN刀具年需求可达8-10亿元</strong>,价值可能被低估。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Cell 4: Supporting Data (Tabbed) -->
|
||||
<div x-data="{ tab: 'news' }" class="glass-card rounded-3xl p-6 col-span-12 lg:col-span-6 row-span-3">
|
||||
<div class="flex border-b border-white/10 mb-4">
|
||||
<button @click="tab = 'news'" :class="{ 'tab-button-active': tab === 'news' }" class="tab-button py-2 px-4 rounded-t-lg">新闻摘要</button>
|
||||
<button @click="tab = 'roadshow'" :class="{ 'tab-button-active': tab === 'roadshow' }" class="tab-button py-2 px-4 rounded-t-lg">路演精粹</button>
|
||||
<button @click="tab = 'report'" :class="{ 'tab-button-active': tab === 'report' }" class="tab-button py-2 px-4 rounded-t-lg">研报观点</button>
|
||||
</div>
|
||||
|
||||
<div class="content-prose max-h-[750px] overflow-y-auto pr-2">
|
||||
<!-- News Tab -->
|
||||
<div x-show="tab === 'news'" x-transition>
|
||||
<h3>行业趋势</h3>
|
||||
<ul>
|
||||
<li>机器人量产带来的规模化需求</li>
|
||||
<li>精密加工技术突破(数控机床精度提升)</li>
|
||||
<li>国产替代政策支持(高端机床进口限制)</li>
|
||||
<li>人形机器人产业化进程加速</li>
|
||||
<li><strong>“铲子”先行:</strong> 人形机器人量产需上游零部件加工设备先行,机床刀具公司优先受益。</li>
|
||||
<li><strong>资本开支预期:</strong> 2027年100万台机器人对应上游资本开支<strong>1500亿</strong>;未来三年每年增加<strong>500-1000亿</strong>设备开支。</li>
|
||||
<li><strong>国产化大势:</strong> 因海外设备供给瓶颈、价格高昂且采购受阻,执行器/丝杠/减速器等设备<strong>90%将依赖国产</strong>。</li>
|
||||
</ul>
|
||||
<h3>关键零部件加工:丝杠</h3>
|
||||
<ul>
|
||||
<li><strong>核心瓶颈:</strong> 丝杠加工设备是机器人零部件瓶颈点,特别是反向式行星滚柱丝杠的<strong>内螺纹加工</strong>。</li>
|
||||
<li><strong>工艺迭代:</strong> 探索磨/车/铣/轧组合方案,如“<strong>以车代磨</strong>”、“<strong>旋风铣</strong>”成为降本增效关键。</li>
|
||||
<li><strong>核心设备:</strong> <strong>磨床</strong>是丝杠扩产的核心设备,占设备投资额<strong>46%</strong>。新增市场规模预计<strong>87亿元</strong>(百万台量产)。</li>
|
||||
<li><strong>隐形壁垒:</strong> <strong>热处理</strong>环节对淬火形变的加工补偿是关键技术挑战。</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-6 mb-3">
|
||||
<h5><i class="bi bi-activity me-2 text-success"></i>市场热度与情绪</h5>
|
||||
<!-- Roadshow Tab -->
|
||||
<div x-show="tab === 'roadshow'" x-transition style="display: none;">
|
||||
<h3>丝杠加工工艺对比</h3>
|
||||
<ul>
|
||||
<li>特斯拉Optimus人形机器人量产计划催化</li>
|
||||
<li>多家券商密集发布机器人零部件加工设备分析</li>
|
||||
<li>国内企业(秦川机床、华辰装备等)技术突破</li>
|
||||
<li>市场情绪:乐观,关注技术验证与订单落地</li>
|
||||
<li><strong>磨削:</strong> 精度最高(C0-C5),但效率最低、成本最高。<strong>C5以上精度必须依赖磨床</strong>。</li>
|
||||
<li><strong>车削(“以车代磨”):</strong> 成本优势明显(设备投资仅为磨床的1/10),效率中等,精度C7-C9。</li>
|
||||
<li><strong>旋风铣:</strong> 兼顾效率(磨削的6-7倍)与精度(C4-C5),但设备昂贵,需<strong>PCBN刀具</strong>。</li>
|
||||
<li><strong>轧制:</strong> 效率最高、成本最低,但精度仅C7-C10,无法满足机器人要求。</li>
|
||||
</ul>
|
||||
<h3>市场与竞争</h3>
|
||||
<ul>
|
||||
<li><strong>采购时点:</strong> <strong>2025-2026年启动设备采购</strong>以支撑2027年百万台目标。</li>
|
||||
<li><strong>市场空间:</strong> 年产100万台机器人,对应设备市场约<strong>100亿元</strong>(磨床60-70亿,车床30-40亿)。远期磨床市场<strong>300亿</strong>。</li>
|
||||
<li><strong>产能瓶颈:</strong> <strong>内螺纹磨床</strong>是关键瓶颈,全球年产能不足500台。</li>
|
||||
<li><strong>国产突破:</strong> <strong>华辰装备</strong>获福利旺<strong>100台丝杠设备订单</strong>,标志国产高端磨床量产落地。<strong>秦川机床</strong>国内螺纹磨床市占率超70%。</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Research Report Tab -->
|
||||
<div x-show="tab === 'report'" x-transition style="display: none;">
|
||||
<h3>关键零部件加工工艺与刀具</h3>
|
||||
<ul>
|
||||
<li><strong>减速器加工:</strong> 内齿圈加工采用<strong>拉削</strong>(效率最高)或插齿工艺;谐波柔轮需插齿、滚齿工艺。</li>
|
||||
<li><strong>丝杠加工:</strong> 外螺纹主流为<strong>旋风铣</strong>(效率是磨削的3-5倍)和磨削;内螺纹采用螺纹铣削。</li>
|
||||
</ul>
|
||||
<h3>设备投资与开发</h3>
|
||||
<ul>
|
||||
<li><strong>采购来源:</strong> 早期设备主要来自<strong>日本和德国</strong>。</li>
|
||||
<li><strong>自主开发:</strong> <strong>嵘泰股份</strong>等企业开始自主开发用于制造丝杠的专用设备,以把握产能瓶颈。</li>
|
||||
<li><strong>政策驱动:</strong> 国务院“<strong>大规模设备更新</strong>”行动方案明确聚焦<strong>人形机器人</strong>,直接鼓励设备投资。</li>
|
||||
</ul>
|
||||
<h3>技术通用性</h3>
|
||||
<ul>
|
||||
<li><strong>汽车与机器人:</strong> <strong>汽车减速器和机器人减速器</strong>在精密机械加工技术、工艺和设备方面具有<strong>转化通用的基础</strong>。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="alert alert-info mt-3">
|
||||
<h5><i class="bi bi-exclamation-triangle me-2"></i>预期差分析</h5>
|
||||
<p>市场普遍关注宏大叙事(如"国产替代空间达百亿元"),但实际需关注技术壁垒、客户验证周期、规模化量产难度等关键因素。部分公司已实现技术突破,但订单规模和盈利能力仍需验证。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 产业链分析 -->
|
||||
<div class="card mb-4">
|
||||
<div class="card-header">
|
||||
<h3 class="mb-0"><i class="bi bi-link-45deg me-2"></i>产业链分析</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="industry-chain">
|
||||
<div class="chain-item">
|
||||
<h5>上游</h5>
|
||||
<p>精密金属材料(高碳铬轴承钢)</p>
|
||||
<p>工业母机(数控机床、磨床)</p>
|
||||
<p>数控系统(西门子、发那科)</p>
|
||||
</div>
|
||||
<div class="chain-item">
|
||||
<h5>中游</h5>
|
||||
<p>机器人零部件加工设备</p>
|
||||
<p>数控车床、磨床、滚齿机</p>
|
||||
<p>自动化生产线</p>
|
||||
</div>
|
||||
<div class="chain-item">
|
||||
<h5>下游</h5>
|
||||
<p>机器人本体厂商(特斯拉、优必选)</p>
|
||||
<p>机器人零部件厂商(绿的谐波、双环传动)</p>
|
||||
<p>机器人系统集成商(博实股份、拓斯达)</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col-md-6">
|
||||
<h5><i class="bi bi-trophy me-2 text-warning"></i>核心玩家对比</h5>
|
||||
<div class="mb-3">
|
||||
<h6>华辰装备</h6>
|
||||
<p class="mb-1">优势:高精度螺纹磨床技术,已获批量订单</p>
|
||||
<p class="mb-0">风险:技术壁垒高,客户验证周期长</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6>秦川机床</h6>
|
||||
<p class="mb-1">优势:螺纹磨床市场占有率国内第一</p>
|
||||
<p class="mb-0">风险:市场竞争加剧,毛利率承压</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h5><i class="bi bi-graph-up me-2 text-success"></i>最具投资价值环节</h5>
|
||||
<div class="mb-2">
|
||||
<span class="badge bg-primary me-2">高精度螺纹磨床</span>
|
||||
<span class="badge bg-success me-2">数控车床(五轴联动)</span>
|
||||
<span class="badge bg-info me-2">谐波减速器专用磨床</span>
|
||||
</div>
|
||||
<p>这些环节技术壁垒高,国产替代空间大,直接受益于机器人产业化进程。</p>
|
||||
</div>
|
||||
<!-- Cell 5: Catalysts & Risks -->
|
||||
<div class="glass-card rounded-3xl p-6 col-span-12 md:col-span-6 row-span-2">
|
||||
<h2 class="card-header">催化剂与潜在风险</h2>
|
||||
<div class="content-prose space-y-4">
|
||||
<h3>近期关键催化剂 (未来3-6个月)</h3>
|
||||
<ul>
|
||||
<li><strong>更多标志性订单出现:</strong> 继华辰装备后,市场期待秦川、日发等获得大额可验证订单。</li>
|
||||
<li><strong>下游客户供应商名单确认:</strong> 特斯拉、宇树科技等头部厂商公布设备采购计划。</li>
|
||||
<li><strong>国产设备性能验证突破:</strong> 国内厂商宣布其内螺纹磨床加工精度达到P0级并获批量验证。</li>
|
||||
<li><strong>国家级政策细则落地:</strong> 针对人形机器人制造设备的具体补贴或税收优惠政策出台。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 股票数据表格 -->
|
||||
<div class="card mb-4">
|
||||
<div class="card-header">
|
||||
<h3 class="mb-0"><i class="bi bi-table me-2"></i>相关股票数据</h3>
|
||||
<!-- Cell 6: Player Analysis -->
|
||||
<div class="glass-card rounded-3xl p-6 col-span-12 md:col-span-6 row-span-2">
|
||||
<h2 class="card-header">核心玩家梯队分析</h2>
|
||||
<div class="content-prose space-y-4">
|
||||
<ul>
|
||||
<li><strong>领导者 (逻辑最纯粹):</strong>
|
||||
<ul>
|
||||
<li><strong>华辰装备:</strong> 逻辑最硬,率先拿下行业首个标志性大单,验证度最高。</li>
|
||||
<li><strong>秦川机床:</strong> 老牌龙头,布局最全,国内螺纹磨床市占率超70%,技术底蕴深厚。</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>追赶者 & 特色玩家:</strong>
|
||||
<ul>
|
||||
<li><strong>浙海德曼:</strong> 卡位“以车代磨”新工艺增量,高端车床龙头。</li>
|
||||
<li><strong>日发精机:</strong> 轴承磨床绝对龙头跨界,技术同源性强,潜力巨大。</li>
|
||||
<li><strong>金财互联:</strong> 卡位热处理“隐形壁垒”,逻辑独特且稀缺。</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>耗材核心标的:</strong>
|
||||
<ul>
|
||||
<li><strong>沃尔德:</strong> 超硬刀具龙头,率先突破旋风铣刀片技术,持续受益。</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body p-0">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-hover table-striped mb-0">
|
||||
|
||||
</main>
|
||||
|
||||
<!-- Stock Table Section -->
|
||||
<section class="mt-12">
|
||||
<div class="glass-card rounded-3xl p-6">
|
||||
<h2 class="card-header mb-6">核心标的梳理</h2>
|
||||
<div class="overflow-x-auto">
|
||||
<table class="table w-full">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>股票名称</th>
|
||||
<th>分类</th>
|
||||
<th>项目</th>
|
||||
<th>产业链</th>
|
||||
<th>信源</th>
|
||||
<th>原因</th>
|
||||
<tr class="border-b border-white/20">
|
||||
<th class="p-4 bg-transparent text-white/80">股票名称</th>
|
||||
<th class="p-4 bg-transparent text-white/80">股票代码</th>
|
||||
<th class="p-4 bg-transparent text-white/80 w-2/5">核心逻辑</th>
|
||||
<th class="p-4 bg-transparent text-white/80">核心标签</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="stock-row">
|
||||
<td><strong>秦川机床</strong></td>
|
||||
<td><span class="badge bg-primary">磨床</span></td>
|
||||
<td>人形机器人丝杆加工</td>
|
||||
<td>机器人零部件加工设备</td>
|
||||
<td>互动/调研</td>
|
||||
<td>公司螺纹磨床产品市场占有率国内第一;研发了面向人形机器人领域的数控丝杆磨床和螺纹磨床,内螺纹磨床加工丝杆精度达P0级</td>
|
||||
<!-- Data from stocks.js -->
|
||||
<tr class="border-b border-white/10 hover:bg-white/5 transition-colors">
|
||||
<td class="p-4 font-semibold">秦川机床</td>
|
||||
<td class="p-4"><a href="https://valuefrontier.cn/company?scode=000837" target="_blank" class="text-cyan-400 hover:text-cyan-300">000837</a></td>
|
||||
<td class="p-4 text-sm text-slate-300">公司螺纹磨床产品市场占有率位列国内第一;公司已研发面向人形机器人领域的数控丝杠磨床和螺纹磨床,内螺纹磨床加工丝杠精度达P0级</td>
|
||||
<td class="p-4"><span class="badge badge-info badge-outline">磨床</span> <span class="badge badge-ghost">互动/调研</span></td>
|
||||
</tr>
|
||||
<tr class="stock-row">
|
||||
<td><strong>日发精机</strong></td>
|
||||
<td><span class="badge bg-primary">磨床</span></td>
|
||||
<td>人形机器人丝杆与螺母加工</td>
|
||||
<td>机器人零部件加工设备</td>
|
||||
<td>互动</td>
|
||||
<td>数控螺纹磨床可用于加工人形机器人的丝杆与螺母;内、外螺纹磨床及磨削中心已向部分客户交付使用</td>
|
||||
<tr class="border-b border-white/10 hover:bg-white/5 transition-colors">
|
||||
<td class="p-4 font-semibold">日发精机</td>
|
||||
<td class="p-4"><a href="https://valuefrontier.cn/company?scode=002520" target="_blank" class="text-cyan-400 hover:text-cyan-300">002520</a></td>
|
||||
<td class="p-4 text-sm text-slate-300">公司数控螺纹磨床可用于加工人形机器人的丝杆与螺母;目前,用于丝杆、螺母的内、外螺纹磨床及磨削中心已向部分客户交付使用</td>
|
||||
<td class="p-4"><span class="badge badge-info badge-outline">磨床</span> <span class="badge badge-ghost">互动</span></td>
|
||||
</tr>
|
||||
<tr class="stock-row">
|
||||
<td><strong>华辰装备</strong></td>
|
||||
<td><span class="badge bg-primary">磨床</span></td>
|
||||
<td>人形机器人行星滚柱丝杠加工</td>
|
||||
<td>机器人零部件加工设备</td>
|
||||
<td>研报/调研</td>
|
||||
<td>精密内外螺纹磨床可应用于人形机器人中行星滚柱丝杠成套零部件的精密磨削加工</td>
|
||||
<tr class="border-b border-white/10 hover:bg-white/5 transition-colors">
|
||||
<td class="p-4 font-semibold">华辰装备</td>
|
||||
<td class="p-4"><a href="https://valuefrontier.cn/company?scode=300809" target="_blank" class="text-cyan-400 hover:text-cyan-300">300809</a></td>
|
||||
<td class="p-4 text-sm text-slate-300">国内轧辊磨床龙头;公司精密内外螺纹磨床可应用于人形机器人中行星滚柱丝杠成套零部件的精密磨削加工</td>
|
||||
<td class="p-4"><span class="badge badge-info badge-outline">磨床</span> <span class="badge badge-ghost">研报/调研</span></td>
|
||||
</tr>
|
||||
<tr class="stock-row">
|
||||
<td><strong>浙海德曼</strong></td>
|
||||
<td><span class="badge bg-primary">磨床</span></td>
|
||||
<td>机器人领域数控车床应用</td>
|
||||
<td>机器人零部件加工设备</td>
|
||||
<td>互动</td>
|
||||
<td>数控车床产品在机器人领域得到广泛应用,主要客户包括绿的谐波、中大力德等</td>
|
||||
<tr class="border-b border-white/10 hover:bg-white/5 transition-colors">
|
||||
<td class="p-4 font-semibold">浙海德曼</td>
|
||||
<td class="p-4"><a href="https://valuefrontier.cn/company?scode=688577" target="_blank" class="text-cyan-400 hover:text-cyan-300">688577</a></td>
|
||||
<td class="p-4 text-sm text-slate-300">国内高端车床龙头企业,型谱全面;公司数控车床产品在机器人领域得到广泛应用,主要客户包括绿的谐波、中大力德、双环传动、五洲新春、夏厦精密等</td>
|
||||
<td class="p-4"><span class="badge badge-info badge-outline">车床</span> <span class="badge badge-ghost">互动</span></td>
|
||||
</tr>
|
||||
<tr class="stock-row">
|
||||
<td><strong>科德数控</strong></td>
|
||||
<td><span class="badge bg-primary">磨床</span></td>
|
||||
<td>五轴机床用于机器人关节加工</td>
|
||||
<td>机器人零部件加工设备</td>
|
||||
<td>公告</td>
|
||||
<td>五轴机床可用于人形机器人和工业机器人关节、外壳、手臂等零部件加工</td>
|
||||
<tr class="border-b border-white/10 hover:bg-white/5 transition-colors">
|
||||
<td class="p-4 font-semibold">科德数控</td>
|
||||
<td class="p-4"><a href="https://valuefrontier.cn/company?scode=688305" target="_blank" class="text-cyan-400 hover:text-cyan-300">688305</a></td>
|
||||
<td class="p-4 text-sm text-slate-300">公司的五轴机床可以用于人形机器人和工业机器人关节、外壳、手臂、手指及齿轮等零部件加工。公司的新型直线电机可服务于加工人形机器人螺纹类零件的螺纹磨机床</td>
|
||||
<td class="p-4"><span class="badge badge-info badge-outline">五轴机床</span> <span class="badge badge-ghost">公告</span></td>
|
||||
</tr>
|
||||
<tr class="stock-row">
|
||||
<td><strong>华东数控</strong></td>
|
||||
<td><span class="badge bg-primary">磨床</span></td>
|
||||
<td>机器人零部件精密磨削</td>
|
||||
<td>机器人零部件加工设备</td>
|
||||
<td>互动/年报</td>
|
||||
<td>产品MK2732数控精密转塔复合磨床适用于丝杆的精密磨削</td>
|
||||
<tr class="border-b border-white/10 hover:bg-white/5 transition-colors">
|
||||
<td class="p-4 font-semibold">沃尔德</td>
|
||||
<td class="p-4"><a href="https://valuefrontier.cn/company?scode=688028" target="_blank" class="text-cyan-400 hover:text-cyan-300">688028</a></td>
|
||||
<td class="p-4 text-sm text-slate-300">公司在人形机器人领域主要为减速器和行星滚柱丝杠加工提供超硬切削刀具解决方案</td>
|
||||
<td class="p-4"><span class="badge badge-accent badge-outline">刀具</span> <span class="badge badge-ghost">互动</span></td>
|
||||
</tr>
|
||||
<tr class="stock-row">
|
||||
<td><strong>宇环数控</strong></td>
|
||||
<td><span class="badge bg-primary">磨床</span></td>
|
||||
<td>机器人零部件精密磨削</td>
|
||||
<td>机器人零部件加工设备</td>
|
||||
<td>互动</td>
|
||||
<td>双端面磨床可用于机器人零部件中的齿轮、齿圈、轴承等部件的磨削加工</td>
|
||||
<tr class="border-b border-white/10 hover:bg-white/5 transition-colors">
|
||||
<td class="p-4 font-semibold">恒锋工具</td>
|
||||
<td class="p-4"><a href="https://valuefrontier.cn/company?scode=300488" target="_blank" class="text-cyan-400 hover:text-cyan-300">300488</a></td>
|
||||
<td class="p-4 text-sm text-slate-300">公司根据相关客户需求,在人形机器人行星滚柱丝杠、精密减速器加工领域开发齿轮刀具、精密螺纹工具、精密量检具等产品,形成少量订货</td>
|
||||
<td class="p-4"><span class="badge badge-accent badge-outline">刀具</span> <span class="badge badge-ghost">年报</span></td>
|
||||
</tr>
|
||||
<tr class="stock-row">
|
||||
<td><strong>创世纪</strong></td>
|
||||
<td><span class="badge bg-primary">磨床</span></td>
|
||||
<td>机器人领域合作</td>
|
||||
<td>机器人零部件加工设备</td>
|
||||
<td>互动</td>
|
||||
<td>已与机器人领域部分客户及其零部件加工厂商有合作关系</td>
|
||||
<tr class="border-b border-white/10 hover:bg-white/5 transition-colors">
|
||||
<td class="p-4 font-semibold">欧科亿</td>
|
||||
<td class="p-4"><a href="https://valuefrontier.cn/company?scode=688308" target="_blank" class="text-cyan-400 hover:text-cyan-300">688308</a></td>
|
||||
<td class="p-4 text-sm text-slate-300">公司用于人形机器人传动系统核心部件加工的旋风铣刀具、齿轮的滚齿刀具已通过部分下游客户验证并进入小批量供货阶段</td>
|
||||
<td class="p-4"><span class="badge badge-accent badge-outline">刀具</span> <span class="badge badge-ghost">互动</span></td>
|
||||
</tr>
|
||||
<tr class="stock-row">
|
||||
<td><strong>恒而达</strong></td>
|
||||
<td><span class="badge bg-primary">磨床</span></td>
|
||||
<td>行星滚柱丝杠专用磨床</td>
|
||||
<td>机器人零部件加工设备</td>
|
||||
<td>互动</td>
|
||||
<td>德国子公司SMS的GI系列磨床适用于各类丝杆螺母内螺纹磨削</td>
|
||||
</tr>
|
||||
<tr class="stock-row">
|
||||
<td><strong>沃尔德</strong></td>
|
||||
<td><span class="badge bg-secondary">刀具</span></td>
|
||||
<td>机器人减速器和丝杠加工</td>
|
||||
<td>机器人零部件加工设备</td>
|
||||
<td>互动</td>
|
||||
<td>在人形机器人领域为减速器和行星滚柱丝杠加工提供超硬切削刀具解决方案</td>
|
||||
</tr>
|
||||
<tr class="stock-row">
|
||||
<td><strong>中钨高新</strong></td>
|
||||
<td><span class="badge bg-secondary">刀具</span></td>
|
||||
<td>机器人减速器刀具</td>
|
||||
<td>机器人零部件加工设备</td>
|
||||
<td>互动</td>
|
||||
<td>旗下株钻公司刀具应用于机器人减速器零件领域</td>
|
||||
</tr>
|
||||
<tr class="stock-row">
|
||||
<td><strong>恒锋工具</strong></td>
|
||||
<td><span class="badge bg-secondary">刀具</span></td>
|
||||
<td>机器人精密加工</td>
|
||||
<td>机器人零部件加工设备</td>
|
||||
<td>年报</td>
|
||||
<td>开发了齿轮刀具、精密螺纹工具等产品,形成少量订货</td>
|
||||
</tr>
|
||||
<tr class="stock-row">
|
||||
<td><strong>华锐精密</strong></td>
|
||||
<td><span class="badge bg-secondary">刀具</span></td>
|
||||
<td>机器人精密加工</td>
|
||||
<td>机器人零部件加工设备</td>
|
||||
<td>互动</td>
|
||||
<td>开发的刀具应用于电机、轴承、减速器、丝杠等零部件加工</td>
|
||||
</tr>
|
||||
<tr class="stock-row">
|
||||
<td><strong>欧科亿</strong></td>
|
||||
<td><span class="badge bg-secondary">刀具</span></td>
|
||||
<td>机器人传动系统加工</td>
|
||||
<td>机器人零部件加工设备</td>
|
||||
<td>互动</td>
|
||||
<td>旋风铣刀具、齿轮滚齿刀具通过部分下游客户验证并进入小批量供货阶段</td>
|
||||
</tr>
|
||||
<tr class="stock-row">
|
||||
<td><strong>恒进感应</strong></td>
|
||||
<td><span class="badge bg-info">北交所</span></td>
|
||||
<td>滚珠丝杠感应淬火机床</td>
|
||||
<td>丝杠类零件自动化感应淬火</td>
|
||||
<td>年报</td>
|
||||
<td>在研项目包括滚珠丝杠感应淬火机床,广泛应用于丝杠类零件的自动化感应淬火加热</td>
|
||||
<tr class="border-b border-white/10 hover:bg-white/5 transition-colors">
|
||||
<td class="p-4 font-semibold">恒进感应</td>
|
||||
<td class="p-4"><a href="https://valuefrontier.cn/company?scode=920870" target="_blank" class="text-cyan-400 hover:text-cyan-300">920870</a></td>
|
||||
<td class="p-4 text-sm text-slate-300">在研项目包括一种滚珠丝杠感应淬火机床自主研究,该类机床广泛应用于丝杠类零件的大批量自动化感应淬火加热,市场前景广阔</td>
|
||||
<td class="p-4"><span class="badge badge-warning badge-outline">热处理</span> <span class="badge badge-ghost">北交所/年报</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- 关键催化剂与未来发展路径 -->
|
||||
<div class="card mb-4">
|
||||
<div class="card-header">
|
||||
<h3 class="mb-0"><i class="bi bi-lightning-charge me-2"></i>关键催化剂与未来发展路径</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h5><i class="bi bi-calendar-event me-2 text-primary"></i>近期催化剂</h5>
|
||||
<div class="timeline-item">
|
||||
<h6>特斯拉Optimus量产计划</h6>
|
||||
<p class="mb-0">特斯拉宣布人形机器人量产时间表,带动产业链设备需求</p>
|
||||
</div>
|
||||
<div class="timeline-item">
|
||||
<h6>国内企业技术突破</h6>
|
||||
<p class="mb-0">华辰装备、秦川机床等企业高精度磨床技术取得突破</p>
|
||||
</div>
|
||||
<div class="timeline-item">
|
||||
<h6>政策支持加码</h6>
|
||||
<p class="mb-0">《机器人产业发展行动计划》等政策出台,支持精密加工设备研发</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h5><i class="bi bi-map me-2 text-success"></i>长期发展路径</h5>
|
||||
<div class="mb-3">
|
||||
<h6>2023-2025年:技术突破期</h6>
|
||||
<div class="progress mb-2">
|
||||
<div class="progress-bar bg-primary" style="width: 40%"></div>
|
||||
</div>
|
||||
<p class="mb-0">高精度磨床、数控车床技术突破,实现小批量供货</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6>2025-2028年:规模化量产期</h6>
|
||||
<div class="progress mb-2">
|
||||
<div class="progress-bar bg-success" style="width: 25%"></div>
|
||||
</div>
|
||||
<p class="mb-0">设备规模化量产,国产替代加速,市场份额提升</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6>2028-2030年:成熟期</h6>
|
||||
<div class="progress mb-2">
|
||||
<div class="progress-bar bg-info" style="width: 10%"></div>
|
||||
</div>
|
||||
<p class="mb-0">技术达到国际先进水平,全球市场竞争力增强</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 潜在风险与挑战 -->
|
||||
<div class="card mb-4">
|
||||
<div class="card-header">
|
||||
<h3 class="mb-0"><i class="bi bi-shield-exclamation me-2"></i>潜在风险与挑战</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="risk-item">
|
||||
<h5><i class="bi bi-cpu me-2 text-warning"></i>技术风险</h5>
|
||||
<p>高精度螺纹磨床的砂轮修整技术、数控车床的多轴联动精度控制技术等,若技术突破不及预期,可能影响设备性能和量产进度。</p>
|
||||
</div>
|
||||
<div class="risk-item">
|
||||
<h5><i class="bi bi-currency-dollar me-2 text-warning"></i>商业化风险</h5>
|
||||
<p>机器人零部件加工设备的初始投资成本较高(如数控磨床单价超千万元),若下游客户订单不及预期,可能导致设备利用率不足,影响企业盈利。</p>
|
||||
</div>
|
||||
<div class="risk-item">
|
||||
<h5><i class="bi bi-balance-scale me-2 text-warning"></i>政策与竞争风险</h5>
|
||||
<p>国际贸易摩擦可能导致进口设备受限,但同时也可能加剧国内市场竞争,影响国产设备厂商的市场份额和盈利能力。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 综合结论与投资启示 -->
|
||||
<div class="card mb-4">
|
||||
<div class="card-header">
|
||||
<h3 class="mb-0"><i class="bi bi-clipboard-check me-2"></i>综合结论与投资启示</h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="alert alert-success">
|
||||
<h4 class="alert-heading"><i class="bi bi-star-fill me-2"></i>总体看法</h4>
|
||||
<p>机器人零部件加工设备是机器人产业国产替代和规模化量产的关键环节,当前处于技术突破和市场需求爆发的初期阶段,未来潜力巨大,但需关注技术壁垒、客户验证周期、规模化量产难度等风险。</p>
|
||||
</div>
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col-md-6">
|
||||
<h5><i class="bi bi-search me-2 text-primary"></i>关键跟踪指标</h5>
|
||||
<ul>
|
||||
<li><strong>订单数据</strong>:机器人零部件加工设备的新增订单量、主要客户</li>
|
||||
<li><strong>技术突破</strong>:高精度磨床的砂轮修整精度、数控车床的多轴联动精度</li>
|
||||
<li><strong>规模化量产能力</strong>:设备厂商的产能利用率、良品率、交付周期</li>
|
||||
<li><strong>政策支持</strong>:国家对高端机床研发的补贴政策、进口设备关税调整</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h5><i class="bi bi-lightbulb me-2 text-success"></i>投资策略</h5>
|
||||
<ul>
|
||||
<li>关注技术领先、客户资源丰富的龙头企业</li>
|
||||
<li>重点布局高精度螺纹磨床、五轴联动数控车床等核心环节</li>
|
||||
<li>跟踪特斯拉Optimus等标杆项目量产进度</li>
|
||||
<li>关注国产替代政策落地情况</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Footer -->
|
||||
<footer class="text-center mt-12 py-4">
|
||||
<p class="text-xs text-slate-500">北京价值前沿科技有限公司 AI投研agent:“价小前投研” | AI合成数据,投资需谨慎 | © 2024</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="bg-dark text-white py-4 mt-5">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h5>机器人零部件加工设备概念分析</h5>
|
||||
<p>数据来源:公开信息整理,仅供参考,不构成投资建议</p>
|
||||
</div>
|
||||
<div class="col-md-6 text-md-end">
|
||||
<p class="mb-0">更新时间:2023年</p>
|
||||
<p class="mb-0">概念代码:250806</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<script>
|
||||
// 添加表格行点击效果
|
||||
document.querySelectorAll('.stock-row').forEach(row => {
|
||||
row.addEventListener('click', function() {
|
||||
// 移除其他行的选中状态
|
||||
document.querySelectorAll('.stock-row').forEach(r => {
|
||||
r.classList.remove('table-active');
|
||||
});
|
||||
// 添加当前行的选中状态
|
||||
this.classList.add('table-active');
|
||||
});
|
||||
});
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
var chartDom = document.getElementById('market-chart');
|
||||
var myChart = echarts.init(chartDom);
|
||||
var option;
|
||||
|
||||
// 添加平滑滚动效果
|
||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
||||
anchor.addEventListener('click', function (e) {
|
||||
e.preventDefault();
|
||||
const target = document.querySelector(this.getAttribute('href'));
|
||||
if (target) {
|
||||
target.scrollIntoView({
|
||||
behavior: 'smooth',
|
||||
block: 'start'
|
||||
});
|
||||
}
|
||||
});
|
||||
option = {
|
||||
backgroundColor: 'transparent',
|
||||
tooltip: {
|
||||
trigger: 'axis',
|
||||
axisPointer: {
|
||||
type: 'cross',
|
||||
label: {
|
||||
backgroundColor: '#6a7985'
|
||||
}
|
||||
}
|
||||
},
|
||||
legend: {
|
||||
data: ['资本开支(亿元)', '机器人产量(万台)'],
|
||||
textStyle: {
|
||||
color: '#ccc'
|
||||
}
|
||||
},
|
||||
grid: {
|
||||
left: '3%',
|
||||
right: '4%',
|
||||
bottom: '3%',
|
||||
containLabel: true
|
||||
},
|
||||
xAxis: [
|
||||
{
|
||||
type: 'category',
|
||||
boundaryGap: false,
|
||||
data: ['2024 (预期)', '2027 (目标)', '2029 (远景)'],
|
||||
axisLine: {
|
||||
lineStyle: {
|
||||
color: 'rgba(255, 255, 255, 0.3)'
|
||||
}
|
||||
},
|
||||
axisLabel: {
|
||||
color: '#ccc'
|
||||
}
|
||||
}
|
||||
],
|
||||
yAxis: [
|
||||
{
|
||||
type: 'value',
|
||||
name: '资本开支',
|
||||
position: 'left',
|
||||
axisLine: {
|
||||
show: true,
|
||||
lineStyle: {
|
||||
color: '#00ffff'
|
||||
}
|
||||
},
|
||||
axisLabel: {
|
||||
formatter: '{value} 亿',
|
||||
color: '#00ffff'
|
||||
},
|
||||
splitLine: {
|
||||
lineStyle: {
|
||||
type: 'dashed',
|
||||
color: 'rgba(255, 255, 255, 0.1)'
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'value',
|
||||
name: '机器人产量',
|
||||
position: 'right',
|
||||
axisLine: {
|
||||
show: true,
|
||||
lineStyle: {
|
||||
color: '#c000ff'
|
||||
}
|
||||
},
|
||||
axisLabel: {
|
||||
formatter: '{value} 万台',
|
||||
color: '#c000ff'
|
||||
},
|
||||
splitLine: { show: false }
|
||||
}
|
||||
],
|
||||
series: [
|
||||
{
|
||||
name: '资本开支(亿元)',
|
||||
type: 'line',
|
||||
yAxisIndex: 0,
|
||||
stack: 'Total',
|
||||
smooth: true,
|
||||
lineStyle: {
|
||||
width: 2,
|
||||
color: '#00ffff'
|
||||
},
|
||||
showSymbol: false,
|
||||
areaStyle: {
|
||||
opacity: 0.8,
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
{ offset: 0, color: 'rgba(0, 221, 255, 0.4)' },
|
||||
{ offset: 1, color: 'rgba(0, 221, 255, 0)' }
|
||||
])
|
||||
},
|
||||
emphasis: {
|
||||
focus: 'series'
|
||||
},
|
||||
data: [50, 1500, 6000]
|
||||
},
|
||||
{
|
||||
name: '机器人产量(万台)',
|
||||
type: 'bar',
|
||||
yAxisIndex: 1,
|
||||
itemStyle: {
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
{ offset: 0, color: 'rgba(255, 0, 255, 0.8)' },
|
||||
{ offset: 1, color: 'rgba(128, 0, 128, 0.3)' }
|
||||
])
|
||||
},
|
||||
emphasis: {
|
||||
focus: 'series'
|
||||
},
|
||||
data: [1, 100, 1000]
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
myChart.setOption(option);
|
||||
window.addEventListener('resize', myChart.resize);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user