Files
vf_react/public/htmls/深海数智化.html
2025-12-05 13:29:18 +08:00

517 lines
34 KiB
HTML
Raw 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>深海数智化 - 深度行业研究报告</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.10.2/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>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');
body {
font-family: 'Noto Sans SC', sans-serif;
background-color: #000428;
background-image: radial-gradient(circle at 20% 20%, rgba(13, 110, 253, 0.15) 0%, transparent 40%),
radial-gradient(circle at 80% 80%, rgba(0, 255, 255, 0.15) 0%, transparent 40%);
background-attachment: fixed;
color: #e0e0e0;
}
.glass-card {
background: rgba(10, 25, 47, 0.6); /* Dark blue tint */
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(0, 191, 255, 0.2);
border-radius: 1.5rem; /* 24px */
transition: all 0.3s ease;
}
.glass-card:hover {
transform: translateY(-5px);
box-shadow: 0 0 25px rgba(0, 191, 255, 0.3);
border-color: rgba(0, 191, 255, 0.4);
}
.glow-text {
color: #00ffff;
text-shadow: 0 0 8px rgba(0, 255, 255, 0.7);
}
.section-title {
font-size: 1.8rem;
font-weight: 500;
padding-bottom: 0.5rem;
border-bottom: 1px solid rgba(0, 191, 255, 0.3);
margin-bottom: 1.5rem;
display: inline-block;
}
.timeline {
position: relative;
padding-left: 2.5rem;
border-left: 2px solid rgba(0, 191, 255, 0.3);
}
.timeline-item {
position: relative;
margin-bottom: 2rem;
}
.timeline-item::before {
content: '';
position: absolute;
left: -2.5rem - 9px;
top: 5px;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #00ffff;
border: 4px solid #000428;
box-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
}
.table thead th {
background-color: rgba(0, 191, 255, 0.1);
color: #00ffff;
border-bottom: 1px solid rgba(0, 191, 255, 0.3);
}
.table tbody tr {
border-bottom: 1px solid rgba(0, 191, 255, 0.1);
}
.table tbody tr:hover {
background-color: rgba(0, 191, 255, 0.05);
}
</style>
</head>
<body class="min-h-screen">
<div class="container mx-auto p-4 md:p-8">
<!-- Header -->
<header class="text-center mb-12">
<h1 class="text-4xl md:text-6xl font-bold glow-text mb-4">深海数智化</h1>
<h2 class="text-xl md:text-2xl text-gray-300 font-light">深度行业研究报告</h2>
<p class="text-sm text-gray-500 mt-4 max-w-3xl mx-auto">
北京价值前沿科技有限公司 AI投研agent“价小前投研” 进行投研呈现本报告为AI合成数据投资需谨慎。
</p>
</header>
<!-- Concept Event Timeline -->
<section class="mb-12">
<h3 class="section-title glow-text">概念脉络</h3>
<div class="timeline">
<div class="timeline-item">
<p class="font-bold text-lg text-cyan-300">2024-08-07: 产业基础铺垫</p>
<div class="glass-card p-4 mt-2">
<p class="text-gray-300">招商轮船设立子公司“云链数科”,明确提出肩负“国家航运贸易数智化”试点重任,标志着海洋经济的重要组成部分——航运业,率先迈向数智化。</p>
</div>
</div>
<div class="timeline-item">
<p class="font-bold text-lg text-cyan-300">2025-03-23/25: 政策与技术加速期</p>
<div class="glass-card p-4 mt-2">
<p class="text-gray-300">多场路演密集讨论深海科技明确无人化装备、海底观测网“海眼系统”、海底数据中心UDC等核心技术方向。海兰信、中科星图、中国海防等核心标的被反复提及。</p>
</div>
</div>
<div class="timeline-item">
<p class="font-bold text-lg text-cyan-300">2025-04-06: 国家级政策指引</p>
<div class="glass-card p-4 mt-2">
<p class="text-gray-300">生态环境部印发《国家生态环境监测网络数智化转型方案》提出到2030年实现天空地海一体化监测全面实现为“监测”环节提供明确时间表。</p>
</div>
</div>
<div class="timeline-item">
<p class="font-bold text-lg text-cyan-300">2025-06-10: 核心催化事件</p>
<div class="glass-card p-4 mt-2">
<p class="text-gray-300">我国发布全球首个深海海山数字化智能系统,被定性为“填补了人工智能技术在深海领域的应用空白”,是概念从幕后走向台前的里程碑事件。</p>
</div>
</div>
</div>
</section>
<!-- Bento Grid Layout for Insight -->
<section class="grid grid-cols-1 lg:grid-cols-3 gap-6 mb-12">
<!-- Core View Summary -->
<div class="lg:col-span-3 glass-card p-6">
<h3 class="text-2xl font-semibold mb-4 glow-text">核心观点摘要</h3>
<p class="text-lg text-gray-200">
“深海数智化”是一个处于<strong class="text-cyan-400">战略萌芽期、由国家意志强力驱动</strong>的新兴概念。其核心驱动力在于“<strong class="text-cyan-400">数据要素</strong>”与“<strong class="text-cyan-400">海洋强国</strong>”两大国家战略的交汇,旨在通过数字化、智能化手段获取、传输并利用深海数据,以抢占未来海洋科技与经济的制高点。当前市场认知存在显著分歧与预期差,概念的真正价值在于其<strong class="text-cyan-400">硬件先行、基建为本</strong>的底层逻辑,而非宽泛的“数智化”软件应用。
</p>
</div>
<!-- Core Logic & Market Perception -->
<div class="lg:col-span-2 glass-card p-6">
<h3 class="text-xl font-semibold mb-4 glow-text">核心逻辑与市场认知</h3>
<div class="space-y-4 text-gray-300">
<div>
<h4 class="font-bold text-cyan-400">三大核心驱动力:</h4>
<ul class="list-disc pl-5 mt-2 space-y-1">
<li><strong class="text-white">国家战略驱动:</strong>自上而下的国家级战略布局,如“海眼系统”、“深海空间站”,是地缘政治、资源安全和科技竞争在海洋领域的延伸。</li>
<li><strong class="text-white">技术突破驱动:</strong>AI在深海应用的标志性突破以及智能传感器、水下机器人、海底数据中心UDC等技术构成了可行性基础。</li>
<li><strong class="text-white">新经济模式驱动:</strong>以海兰信为代表的UDC商业化探索提出“陆数海算”新模式直击陆地数据中心能耗痛点开辟数字经济与海洋经济融合的新蓝海。</li>
</ul>
</div>
<div>
<h4 class="font-bold text-cyan-400">市场认知与预期差:</h4>
<p><strong class="text-white">最大的预期差在于“软”与“硬”的认知偏差。</strong>市场易被“AI”、“大数据”等软件热词吸引但当前阶段的核心是“硬科技”和“重资产”的基建先行即海底观测网、海缆、传感器等硬件铺设。市场可能高估了短期软件变现能力而低估了底层硬件建设的长期壁垒和投资价值。</p>
<p class="mt-2">另一预期差在于军事与民用的权重。真实的驱动力可能是<strong class="text-white">军用需求保底,民用需求打开想象空间</strong>,市场可能忽略了军工订单的支撑作用。</p>
</div>
</div>
</div>
<!-- Catalysts & Future Path -->
<div class="glass-card p-6">
<h3 class="text-xl font-semibold mb-4 glow-text">催化剂与发展路径</h3>
<div class="space-y-4 text-gray-300">
<div>
<h4 class="font-bold text-cyan-400">近期催化剂 (3-6个月):</h4>
<ul class="list-disc pl-5 mt-2">
<li>国家级项目节点(如“海眼系统”建成)。</li>
<li>标杆商业项目落地如海兰信UDC订单交付</li>
<li>核心技术标准或扶持政策发布。</li>
</ul>
</div>
<div>
<h4 class="font-bold text-cyan-400">长期发展三阶段:</h4>
<ol class="list-decimal pl-5 mt-2 space-y-2">
<li><strong class="text-white">基础设施建设期 (当前 - 2027):</strong> “织网”和“布点”大规模铺设海底观测网和UDC。海缆、光纤、水声设备厂商率先受益。</li>
<li><strong class="text-white">数据采集与应用探索期 (2027 - 2030):</strong> 无人潜航器大规模应用,海洋大数据平台进入运营阶段。</li>
<li><strong class="text-white">智能化与生态成熟期 (2030以后):</strong> 形成“感-传-算-用”闭环,赋能资源勘探、生物医药、国防安全等领域。</li>
</ol>
</div>
</div>
</div>
<!-- Industry Chain ECharts -->
<div class="lg:col-span-3 glass-card p-6">
<h3 class="text-2xl font-semibold mb-4 glow-text">产业链图谱与核心公司剖析</h3>
<div id="echarts-industry-chain" class="w-full h-96 md:h-[500px]"></div>
<div class="mt-4 space-y-4 text-gray-300">
<div>
<h4 class="font-bold text-cyan-400">核心玩家对比:</h4>
<ul class="list-disc pl-5 mt-2 space-y-2">
<li><strong class="text-white">海兰信 (领导者 & 探路者):</strong> 逻辑最纯粹开创UDC全新商业模式直击AI算力能耗痛点但商业化进程不确定性高。</li>
<li><strong class="text-white">中国海防 (领导者 & 现金牛):</strong> 水声装备国家队市占率100%,壁垒极高,受益于国家级项目,确定性强。</li>
<li><strong class="text-white">中天科技 / 东方电缆 (追赶者 & 基石):</strong> 海缆龙头,“卖铲人”逻辑清晰,直接受益于基础设施建设,业绩确定性高。</li>
<li><strong class="text-white">中科星图 (协同者 & 数据大脑):</strong> 数字地球技术是数据处理核心连接上游数据源和下游应用但业务非100%聚焦海洋。</li>
</ul>
</div>
</div>
</div>
<!-- Risks & Conclusion -->
<div class="lg:col-span-3 grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="glass-card p-6">
<h3 class="text-xl font-semibold mb-4 glow-text">潜在风险与挑战</h3>
<ul class="list-disc pl-5 space-y-2 text-gray-300">
<li><strong class="text-white">技术风险:</strong>深海环境对设备长期可靠性构成挑战,水下高速通信仍是瓶颈。</li>
<li><strong class="text-white">商业化风险:</strong>UDC建设成本高昂下游客户接受度存在不确定性。</li>
<li><strong class="text-white">政策与竞争风险:</strong>高度依赖国家投入,存在地缘政治摩擦风险。</li>
<li><strong class="text-white">信息交叉验证风险:</strong>市场存在将“深海数智化”概念泛化滥用的现象,研报中大量提及的零售、制造领域的“深海”比喻与本概念核心产业链完全无关,是巨大的信息噪音和投资陷阱。</li>
</ul>
</div>
<div class="glass-card p-6">
<h3 class="text-xl font-semibold mb-4 glow-text">综合结论与投资启示</h3>
<p class="text-gray-300 mb-4">“深海数智化”正处于从0到1的导入期是典型的由顶层设计驱动、基本面尚在孕育的主题与成长性共存的赛道。当前阶段投资逻辑的核心应聚焦于确定性最强的<strong class="text-cyan-400">基础设施建设</strong>环节。</p>
<h4 class="font-bold text-cyan-400">最具投资价值的细分环节:</h4>
<ol class="list-decimal pl-5 mt-2 space-y-1 text-gray-200">
<li><strong class="text-white">通信传输 (确定性最高):</strong> 海缆,最先受益、需求量最大。</li>
<li><strong class="text-white">核心装备 (壁垒最高):</strong> 水声系统,技术与准入壁垒极高。</li>
<li><strong class="text-white">海底算力 (弹性最大):</strong> UDC最具颠覆性的算力解决方案之一。</li>
</ol>
</div>
</div>
</section>
<!-- Supporting Data Tabs -->
<section class="mb-12" x-data="{ tab: 'news' }">
<h3 class="section-title glow-text">支撑数据源</h3>
<div class="tabs tabs-boxed bg-black/30 border border-cyan-500/20 mb-6">
<a class="tab tab-lg" :class="{ 'tab-active !bg-cyan-600 !text-white': tab === 'news' }" @click="tab = 'news'">新闻数据</a>
<a class="tab tab-lg" :class="{ 'tab-active !bg-cyan-600 !text-white': tab === 'roadshow' }" @click="tab = 'roadshow'">路演纪要</a>
<a class="tab tab-lg" :class="{ 'tab-active !bg-cyan-600 !text-white': tab === 'report' }" @click="tab = 'report'">相关研报</a>
</div>
<div class="space-y-4">
<!-- News Data -->
<div x-show="tab === 'news'" class="space-y-4">
<div class="glass-card p-6">
<h4 class="text-lg font-semibold text-cyan-300 mb-2">【直接相关】我国发布全球首个深海海山数字化智能系统</h4>
<p class="text-sm text-gray-400 mb-2">发布时间: 2025-06-10</p>
<blockquote class="border-l-4 border-cyan-500 pl-4 text-gray-300">
由中国大洋事务管理局联合之江实验室等单位共同研发的这一系统,是我国在深海领域发布的全球首个数字化公共科技产品。这一系统填补了人工智能技术在深海领域的应用空白,将推动深海发展进入数智化时代。
</blockquote>
</div>
<div class="glass-card p-6">
<h4 class="text-lg font-semibold text-cyan-300 mb-2">【潜在相关】我国生态环境监测网络加快数智化转型</h4>
<p class="text-sm text-gray-400 mb-2">发布时间: 2025-04-06</p>
<blockquote class="border-l-4 border-cyan-500 pl-4 text-gray-300">
方案确立“两步走”实施路径... 2030年实现国家生态环境监测网络系统性重塑数字化、智能化水平整体跃升<strong class="text-white">天空地海一体化监测全面实现</strong>,监测“智慧大脑”基本建成。
</blockquote>
</div>
<div class="glass-card p-6">
<h4 class="text-lg font-semibold text-cyan-300 mb-2">【潜在相关】招商轮船:设立子公司云链数科 推动航运数智化业务</h4>
<p class="text-sm text-gray-400 mb-2">发布时间: 2024-08-07</p>
<blockquote class="border-l-4 border-cyan-500 pl-4 text-gray-300">
云链数科肩负国家航运贸易数智化的试点重任,将全力推动航运数智化业务的全球商业布局,打造航运发展的新引擎。
</blockquote>
</div>
</div>
<!-- Roadshow Data -->
<div x-show="tab === 'roadshow'" class="space-y-4">
<div class="glass-card p-6">
<h4 class="text-lg font-semibold text-cyan-300 mb-2">核心技术与应用方向</h4>
<ul class="list-disc pl-5 space-y-2 text-gray-300">
<li><strong>探测与监测:</strong> 利用传感器、声呐、遥测技术构建海底观测网国家级“海眼系统”核心为智能传感器和深海机器人ROV/AUV</li>
<li><strong>水声通信:</strong> 中国海防子公司海声科技市占率100%。长盈通的光纤环和水听器为核心材料。</li>
<li><strong>无人化装备:</strong> UUV与潜艇协同作战国产UUV产能快速放量。</li>
<li><strong>数字地球:</strong> 中科星图技术赋能海洋监测,进行卫星遥感+深海数据处理。</li>
</ul>
</div>
<div class="glass-card p-6">
<h4 class="text-lg font-semibold text-cyan-300 mb-2">关键基础设施</h4>
<ul class="list-disc pl-5 space-y-2 text-gray-300">
<li><strong>海底数据中心 (UDC):</strong> 利用海水自然冷却零碳冷却PUE值远低于陆地。海兰信在海南陵水建设全球首个商用UDC。远期趋势是“数字经济下海”。</li>
<li><strong>海底通信网络:</strong> 全球2023-2028年新增77万公里海缆中国参与34.5万公里(市场规模超百亿美元)。</li>
<li><strong>海底观测网:</strong> 包含海底站、岸站、光电连接,南海、东海观测网正在建设。</li>
</ul>
</div>
</div>
<!-- Report Data -->
<div x-show="tab === 'report'" class="space-y-4">
<div class="glass-card p-6">
<h4 class="text-lg font-semibold text-cyan-300 mb-2">核心概念:全流程、深层次的数字化转型</h4>
<p class="text-gray-300">
研报中,“深海数智化”被引申为多个领域的<strong class="text-white">核心战略概念</strong>,代表由数据和智能驱动的深度转型。
</p>
<div class="alert bg-yellow-900/50 border-yellow-500 text-yellow-300 mt-4">
<svg xmlns="http://www.w3.org/2000/svg" class="stroke-current shrink-0 h-6 w-6" fill="none" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" /></svg>
<span><strong>注意:</strong> 大量研报(如多点数智、鼎捷数智等)将“深海”用作其业务转型深度的比喻,与物理海洋科技无关,需注意甄别。</span>
</div>
</div>
<div class="glass-card p-6">
<h4 class="text-lg font-semibold text-cyan-300 mb-2">城市与基础设施:算力与数据运营</h4>
<p class="text-gray-300">
云赛智联等公司围绕AI发展主线<strong class="text-white">智算中心IDC建设、算力平台服务、垂类模型应用</strong>等层面布局,其能力可扩展至更广泛的数字化场景,包括未来的海洋领域。作为<strong class="text-white">上海市大数据中心资源平台总集成商</strong>,其在数据运营方面的经验可迁移性强。
</p>
</div>
</div>
</div>
</section>
<!-- Stock Pool -->
<section class="mb-12">
<h3 class="section-title glow-text">核心标的池</h3>
<div class="overflow-x-auto glass-card">
<table class="table table-zebra w-full text-base">
<thead>
<tr>
<th>股票名称</th>
<th>股票代码</th>
<th>核心逻辑</th>
<th>产业链环节</th>
</tr>
</thead>
<tbody>
<!-- 算力 -->
<tr>
<td>海兰信</td>
<td><a href="https://valuefrontier.cn/company?scode=300065" target="_blank" class="link link-hover text-cyan-400">300065</a></td>
<td>海底数据中心UDC开创者以海南算力集群为示范聚焦上海风场UDC订单。</td>
<td class="font-semibold text-purple-300">算力</td>
</tr>
<tr>
<td>海南高速</td>
<td><a href="https://valuefrontier.cn/company?scode=000886" target="_blank" class="link link-hover text-cyan-400">000886</a></td>
<td>投资建设的海底智算中心于2025年2月下水启用。</td>
<td class="font-semibold text-purple-300">算力</td>
</tr>
<!-- 通信传输 - 海缆 -->
<tr>
<td>中天科技</td>
<td><a href="https://valuefrontier.cn/company?scode=600522" target="_blank" class="link link-hover text-cyan-400">600522</a></td>
<td>国内头部海缆制造商,唯一参与编制国际首个动态海底电缆标准。</td>
<td class="font-semibold text-teal-300">通信传输 - 海缆</td>
</tr>
<tr>
<td>东方电缆</td>
<td><a href="https://valuefrontier.cn/company?scode=603606" target="_blank" class="link link-hover text-cyan-400">603606</a></td>
<td>海底电缆系统核心供应商,海缆系统营收占比高。</td>
<td class="font-semibold text-teal-300">通信传输 - 海缆</td>
</tr>
<tr>
<td>亨通光电</td>
<td><a href="https://valuefrontier.cn/company?scode=600487" target="_blank" class="link link-hover text-cyan-400">600487</a></td>
<td>海洋能源与通信业务营收规模较大。</td>
<td class="font-semibold text-teal-300">通信传输 - 海缆</td>
</tr>
<!-- 通信传输 - 设备/器件 -->
<tr>
<td>烽火通信</td>
<td><a href="https://valuefrontier.cn/company?scode=600498" target="_blank" class="link link-hover text-cyan-400">600498</a></td>
<td>国内海洋通信领域唯一拥有完全自主知识产权和全产业链的设备商。</td>
<td class="font-semibold text-sky-300">通信传输 - 设备</td>
</tr>
<tr>
<td>光库科技</td>
<td><a href="https://valuefrontier.cn/company?scode=300620" target="_blank" class="link link-hover text-cyan-400">300620</a></td>
<td>生产应用于海底光网络的高可靠性光无源器件。</td>
<td class="font-semibold text-sky-300">通信传输 - 器件</td>
</tr>
<tr>
<td>长飞光纤</td>
<td><a href="https://valuefrontier.cn/company?scode=601869" target="_blank" class="link link-hover text-cyan-400">601869</a></td>
<td>可制造用于海底光缆的各种型号的光纤。</td>
<td class="font-semibold text-sky-300">通信传输 - 器件</td>
</tr>
<!-- 大数据 -->
<tr>
<td>东方国信</td>
<td><a href="https://valuefrontier.cn/company?scode=300166" target="_blank" class="link link-hover text-cyan-400">300166</a></td>
<td>利用国家海洋大数据平台优势,汇聚多源涉海数据,赋能沿海城市。</td>
<td class="font-semibold text-indigo-300">大数据</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- Rise Analysis Supplement -->
<section>
<h3 class="section-title glow-text">关联个股异动分析</h3>
<p class="mb-6 text-gray-400">以下为历史数据中,被市场归类或与“数智化”概念联动而产生异动的个股分析,部分个股与“深海”物理概念关联度较低,体现了市场的认知偏差,可作为研究参考。</p>
<div class="space-y-2">
<div class="collapse collapse-plus glass-card">
<input type="radio" name="rise-accordion" />
<div class="collapse-title text-xl font-medium text-cyan-300">鼎捷数智 (300378) - 主题性跟风上涨</div>
<div class="collapse-content">
<p class="text-gray-300"><strong>核心结论:</strong>上涨并非源于公司自身利好,而是典型的“主题性、板块性”上涨。核心驱动力来自市场对“数智化”和“机器人/AI”两大热门概念的强烈追捧。鼎捷数智因其名称中的“数智”标签和工业软件的行业属性成为资金在相关板块活跃时的“跟风”标的是宏观政策信号、同行业公司重磅动作和市场情绪共振的结果。</p>
</div>
</div>
<div class="collapse collapse-plus glass-card">
<input type="radio" name="rise-accordion" />
<div class="collapse-title text-xl font-medium text-cyan-300">天娱数科 (002354) - 板块联动与情绪驱动</div>
<div class="collapse-content">
<p class="text-gray-300"><strong>核心结论:</strong>上涨并非源于公司自身的直接利好,而是一次典型的“板块联动”和“情绪驱动”行情。由于公司名称(天娱**数科**)和历史业务概念与“数智化”热点高度契合,被市场资金选择为“情绪载体”进行短期炒作。投资者论坛舆情进一步印证了这种炒作的非基本面特征,市场分歧巨大,短期博弈氛围浓厚。</p>
</div>
</div>
<div class="collapse collapse-plus glass-card">
<input type="radio" name="rise-accordion" />
<div class="collapse-title text-xl font-medium text-cyan-300">传化智联 (002010) - 合作催化与行业趋势</div>
<div class="collapse-content">
<p class="text-gray-300"><strong>核心结论:</strong>上涨是多重因素共振的结果,核心驱动力是与宇树科技(具身智能独角兽)的合作消息,叠加智能物流行业向数智化、绿色化转型的宏观趋势、政策支持和市场情绪的助推。该案例反映了在数智化转型浪潮中,具备技术合作与应用落地预期的公司估值弹性。</p>
</div>
</div>
<div class="collapse collapse-plus glass-card">
<input type="radio" name="rise-accordion" />
<div class="collapse-title text-xl font-medium text-cyan-300">运机集团 (001288) - 合作+激励双轮驱动</div>
<div class="collapse-content">
<p class="text-gray-300"><strong>核心结论:</strong>上涨核心逻辑在于:子公司与科大讯飞的战略合作打开矿山数智化成长空间,叠加高增长目标的股票期权激励计划彰显管理层信心,再配合市场积极情绪与资金推动,共同驱动股价短期上行。</p>
</div>
</div>
</div>
</section>
</div>
<script>
document.addEventListener('DOMContentLoaded', function () {
var chartDom = document.getElementById('echarts-industry-chain');
var myChart = echarts.init(chartDom);
var option;
const data = {
name: '深海数智化产业链',
children: [
{
name: '上游:核心元器件与材料',
children: [
{ name: '光器件/传感', children: [{name: '长盈通'}, {name: '光库科技'}, {name: '长飞光纤'}] },
{ name: '特种材料', children: [{name: '西部材料'}, {name: '万马股份'}] },
{ name: '核心芯片', children: [{name: '信号处理机(DSP)'}] }
]
},
{
name: '中游:基础设施与核心装备',
children: [
{ name: '通信传输 (基建核心)', children: [{name: '中天科技'}, {name: '东方电缆'}, {name: '亨通光电'}, {name: '烽火通信'}] },
{ name: '探测与观测', children: [{name: '中国海防'}, {name: '光格科技'}] },
{ name: '无人装备', children: [{name: '相关军工企业'}, {name: '深之蓝'}] },
{ name: '算力设施 (新基建)', children: [{name: '海兰信'}, {name: '海南高速'}] }
]
},
{
name: '下游:数据处理与应用服务',
children: [
{ name: '数据平台与软件', children: [{name: '中科星图'}, {name: '东方国信'}] },
{ name: '应用服务', children: [{name: '招商轮船 (航运)'}, {name: '海洋生物医药'}, {name: '智能养殖'}] }
]
}
]
};
option = {
tooltip: {
trigger: 'item',
triggerOn: 'mousemove',
backgroundColor: 'rgba(0, 25, 40, 0.8)',
borderColor: '#00ffff',
textStyle: {
color: '#e0e0e0'
}
},
series: [
{
type: 'tree',
data: [data],
top: '5%',
left: '10%',
bottom: '5%',
right: '20%',
symbolSize: 12,
label: {
position: 'left',
verticalAlign: 'middle',
align: 'right',
fontSize: 14,
color: '#e0e0e0',
textShadowColor: 'rgba(0, 0, 0, 0.5)',
textShadowBlur: 5
},
leaves: {
label: {
position: 'right',
verticalAlign: 'middle',
align: 'left',
color: '#00ffff'
}
},
emphasis: {
focus: 'descendant'
},
expandAndCollapse: true,
animationDuration: 550,
animationDurationUpdate: 750,
lineStyle: {
color: 'rgba(0, 191, 255, 0.5)',
width: 1.5
},
itemStyle: {
color: '#00ffff',
borderColor: '#00ffff',
shadowColor: 'rgba(0, 255, 255, 0.8)',
shadowBlur: 10
}
}
]
};
myChart.setOption(option);
window.addEventListener('resize', myChart.resize);
});
</script>
</body>
</html>