480 lines
31 KiB
HTML
480 lines
31 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>
|
||
<style>
|
||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&family=Orbitron:wght@400;700&display=swap');
|
||
|
||
body {
|
||
font-family: 'Noto Sans SC', sans-serif;
|
||
background-color: #020010;
|
||
color: #E0E0E0;
|
||
overflow-x: hidden;
|
||
position: relative;
|
||
}
|
||
|
||
body::before, body::after {
|
||
content: '';
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
z-index: -1;
|
||
pointer-events: none;
|
||
opacity: 0.2;
|
||
}
|
||
|
||
body::before {
|
||
background: radial-gradient(circle at 15% 25%, rgba(66, 153, 225, 0.4) 0%, rgba(66, 153, 225, 0) 40%);
|
||
animation: glow-pulse-1 25s infinite ease-in-out;
|
||
}
|
||
|
||
body::after {
|
||
background: radial-gradient(circle at 85% 75%, rgba(129, 102, 221, 0.4) 0%, rgba(129, 102, 221, 0) 40%);
|
||
animation: glow-pulse-2 30s infinite ease-in-out;
|
||
}
|
||
|
||
@keyframes glow-pulse-1 {
|
||
0%, 100% { transform: scale(1) translate(0, 0); opacity: 0.2; }
|
||
50% { transform: scale(1.5) translate(10%, -10%); opacity: 0.3; }
|
||
}
|
||
|
||
@keyframes glow-pulse-2 {
|
||
0%, 100% { transform: scale(1) translate(0, 0); opacity: 0.2; }
|
||
50% { transform: scale(1.5) translate(-10%, 10%); opacity: 0.3; }
|
||
}
|
||
|
||
.glass-card {
|
||
background: rgba(10, 25, 47, 0.6);
|
||
backdrop-filter: blur(20px);
|
||
-webkit-backdrop-filter: blur(20px);
|
||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||
transition: all 0.3s ease;
|
||
}
|
||
|
||
.glass-card:hover {
|
||
transform: translateY(-5px);
|
||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(66, 153, 225, 0.3);
|
||
border-color: rgba(66, 153, 225, 0.5);
|
||
}
|
||
|
||
.fui-title {
|
||
font-family: 'Orbitron', sans-serif;
|
||
text-shadow: 0 0 5px rgba(66, 153, 225, 0.7), 0 0 10px rgba(66, 153, 225, 0.5);
|
||
}
|
||
|
||
.section-title::before {
|
||
content: '>';
|
||
margin-right: 0.5rem;
|
||
color: #4299E1;
|
||
font-weight: 700;
|
||
}
|
||
|
||
::-webkit-scrollbar {
|
||
width: 8px;
|
||
}
|
||
|
||
::-webkit-scrollbar-track {
|
||
background: rgba(10, 25, 47, 0.5);
|
||
}
|
||
|
||
::-webkit-scrollbar-thumb {
|
||
background-color: rgba(66, 153, 225, 0.6);
|
||
border-radius: 10px;
|
||
border: 2px solid rgba(10, 25, 47, 0.5);
|
||
}
|
||
</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 fui-title text-white mb-4 tracking-widest">
|
||
工业软件 | DEEP DIVE
|
||
</h1>
|
||
<p class="text-sm text-gray-400">北京价值前沿科技有限公司 AI投研agent:“价小前投研” 进行投研呈现</p>
|
||
<p class="text-xs text-red-500 mt-2">免责声明:本报告为AI合成数据,内容仅供参考,不构成任何投资建议,投资需谨慎。</p>
|
||
</header>
|
||
|
||
<!-- Concept Insight Section -->
|
||
<section class="mb-16">
|
||
<h2 class="text-3xl font-bold mb-8 section-title fui-title">概念洞察 (Concept Insight)</h2>
|
||
<div class="space-y-8">
|
||
|
||
<div class="glass-card rounded-3xl p-6 md:p-8">
|
||
<h3 class="text-2xl font-bold text-blue-300 mb-4">0. 概念事件时间轴</h3>
|
||
<ul class="space-y-4 text-gray-300 list-inside">
|
||
<li><strong class="text-teal-300">长期背景 (2021年起):</strong> 《“十四五”软件和信息技术服务业发展规划》等政策密集出台,奠定政策支持基调。</li>
|
||
<li><strong class="text-teal-300">关键催化 (2024年9月):</strong> 工信部等九部门联合发布《国家工业重点行业领域设备更新和技术改造指南》,首次提出明确量化目标:到**2027年**,完成约 **200万套**核心工业软件和 **80万套**工业操作系统更新,框定超**2,000亿元**市场空间。</li>
|
||
<li><strong class="text-teal-300">技术突破 (2024年):</strong> 华为构建基于**APaaS**和**DISA标准**的新一代工业软件体系;宝信软件发布**完全自主可控的T3/T4系列PLC**,打破国外垄断;中望软件引入西门子NX核心专家,加速3D CAD研发。</li>
|
||
<li><strong class="text-teal-300">政策加码 (2024年下半年):</strong> 国资委举办人才特训班、七部门引导金融支持、国务院印发《人工智能+行动意见》,将AI与工业软件深度绑定。</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="glass-card rounded-3xl p-6 md:p-8">
|
||
<h3 class="text-2xl font-bold text-blue-300 mb-4">1. 核心观点摘要</h3>
|
||
<p class="text-lg text-gray-200">工业软件概念正处于由<strong class="text-yellow-300">政策驱动的宏大叙事</strong>向<strong class="text-yellow-300">订单驱动的基本面验证</strong>过渡的关键阶段。其核心驱动力源于“自主可控”的国家战略意志与制造业转型升级的内生需求的双重共振。未来潜力巨大,但市场可能低估了其“换道超车”的技术路径复杂性以及在高端领域实现“真替真用”的长期挑战。</p>
|
||
</div>
|
||
|
||
<div class="glass-card rounded-3xl p-6 md:p-8" x-data="{ open: true }">
|
||
<div @click="open = !open" class="cursor-pointer flex justify-between items-center">
|
||
<h3 class="text-2xl font-bold text-blue-300">2. 核心逻辑与市场认知分析</h3>
|
||
<svg :class="{'rotate-180': open}" class="w-6 h-6 text-blue-300 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>
|
||
</div>
|
||
<div x-show="open" x-collapse class="mt-4 space-y-4 text-gray-300">
|
||
<div>
|
||
<h4 class="text-xl font-semibold text-teal-300 mb-2">核心驱动力</h4>
|
||
<ul class="list-disc list-inside space-y-2">
|
||
<li><strong>政策强力驱动与量化指引:</strong> 2027年更新200万套工业软件、80万套工业操作系统的量化目标,将估值逻辑从“主题炒作”向量化的“市场空间测算”转变。</li>
|
||
<li><strong>“卡脖子”下的国产化替代紧迫性:</strong> 研发设计类软件国产化率不足10%,是产业链安全最薄弱环节,为国产厂商提供了前所未有的替代窗口。</li>
|
||
<li><strong>技术融合带来的范式转移:</strong> AI正重构软件架构和商业模式。华为等平台型企业试图通过云原生、APaaS等新架构实现“换道超车”。</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h4 class="text-xl font-semibold text-teal-300 mb-2">市场热度与预期差分析</h4>
|
||
<ul class="list-disc list-inside space-y-2">
|
||
<li><strong>市场情绪:</strong> 当前市场热度高,情绪乐观,普遍认为工业软件是强政策支持下的顺周期板块,具备底部反转弹性。</li>
|
||
<li><strong>预期差一 (从“能用”到“好用”):</strong> 市场普遍预期替代顺利,但高端应用场景(如整车设计)仍面临性能、稳定性考验,“真替真用”路径比想象的更长。</li>
|
||
<li><strong>预期差二 (商业模式演进):</strong> 国内客户偏好“买断制”,而全球巨头正向SaaS转型。国内用户习惯的转变是渐进的,可能影响国产厂商的长期估值逻辑。</li>
|
||
<li><strong>预期差三 (替代路径多元化):</strong> 市场多关注单一软件替代,但华为构建的生态化“换道超车”路径,使公司价值更在于其在生态中的卡位,市场对此认知尚不充分。</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="grid md:grid-cols-2 gap-8">
|
||
<div class="glass-card rounded-3xl p-6 md:p-8">
|
||
<h3 class="text-2xl font-bold text-blue-300 mb-4">3. 关键催化剂与未来发展路径</h3>
|
||
<div class="space-y-4">
|
||
<div>
|
||
<h4 class="text-lg font-semibold text-teal-300 mb-2">近期催化剂 (3-6个月)</h4>
|
||
<ul class="text-sm list-disc list-inside space-y-1 text-gray-300">
|
||
<li>地方政府补贴、采购等政策细则落地。</li>
|
||
<li>国产PLC、CAE等在大型复杂工业项目中的标杆案例出现。</li>
|
||
<li>重点公司(中望、华大九天)发布下一代核心产品或完成关键并购。</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h4 class="text-lg font-semibold text-teal-300 mb-2">长期发展路径</h4>
|
||
<ol class="text-sm list-decimal list-inside space-y-2 text-gray-300">
|
||
<li><strong class="text-white">第一阶段 (当前-2027):</strong> 政策驱动下的规模化替代,完成“从有到用”,并购整合是主旋律。</li>
|
||
<li><strong class="text-white">第二阶段 (2027-2030):</strong> 技术驱动下的高端突破,在汽车、航空航天等核心领域取得突破。</li>
|
||
<li><strong class="text-white">第三阶段 (2030以后):</strong> AI原生与全球化扩张,软件成为“工业智能体”,优秀企业开启全球化第二增长曲线。</li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="glass-card rounded-3xl p-6 md:p-8">
|
||
<h3 class="text-2xl font-bold text-blue-300 mb-4">5. 潜在风险与挑战</h3>
|
||
<div class="space-y-4 text-gray-300">
|
||
<div>
|
||
<h4 class="text-lg font-semibold text-red-400 mb-2">技术风险</h4>
|
||
<ul class="text-sm list-disc list-inside space-y-1">
|
||
<li>底层核心技术(几何内核、求解器)仍是短板。</li>
|
||
<li>高端性能、稳定性与国外顶尖产品仍有差距。</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h4 class="text-lg font-semibold text-red-400 mb-2">商业化风险</h4>
|
||
<ul class="text-sm list-disc list-inside space-y-1">
|
||
<li>国际巨头已构建庞大生态壁垒(用户习惯、人才培养)。</li>
|
||
<li>并购后的技术融合与团队整合存在不确定性。</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h4 class="text-lg font-semibold text-red-400 mb-2">政策与竞争风险</h4>
|
||
<ul class="text-sm list-disc list-inside space-y-1">
|
||
<li>政策落地速度与资金配套不及预期。</li>
|
||
<li>国际巨头可能采取降价、技术封锁等策略反制。</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="glass-card rounded-3xl p-6 md:p-8">
|
||
<h3 class="text-2xl font-bold text-blue-300 mb-4">4. 产业链与核心公司深度剖析</h3>
|
||
<div class="space-y-6 text-gray-300">
|
||
<div>
|
||
<h4 class="text-xl font-semibold text-teal-300 mb-2">产业链图谱</h4>
|
||
<ul class="text-sm space-y-2">
|
||
<li><strong class="text-purple-300">上游 (基础软件与核心技术):</strong> 工业操作系统 (麒麟软件), 几何内核/求解器 (华为APaaS), 芯片 (海光, 飞腾)</li>
|
||
<li><strong class="text-cyan-300">中游 (产品与解决方案):</strong>
|
||
<ul class="list-disc list-inside ml-4 mt-1">
|
||
<li><strong>研发设计类:</strong> EDA(华大九天), CAD(中望软件), CAE(索辰科技)</li>
|
||
<li><strong>生产管控类:</strong> MES(宝信软件), PLC(宝信软件), DCS(中控技术)</li>
|
||
</ul>
|
||
</li>
|
||
<li><strong class="text-orange-300">下游 (应用行业):</strong> 钢铁冶金, 化工石化, 航空航天军工, 汽车, 建筑等</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h4 class="text-xl font-semibold text-teal-300 mb-2">核心玩家对比</h4>
|
||
<div class="overflow-x-auto">
|
||
<table class="table w-full text-sm">
|
||
<thead class="text-base text-blue-200">
|
||
<tr>
|
||
<th>梯队</th>
|
||
<th>公司</th>
|
||
<th>核心逻辑</th>
|
||
<th>竞争优势</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="hover">
|
||
<td rowspan="2" class="font-bold text-yellow-300">领导者</td>
|
||
<td>中控技术</td>
|
||
<td>DCS/流程工业龙头</td>
|
||
<td>DCS国内市占率第一,前瞻布局AI+订阅制、机器人、出海</td>
|
||
</tr>
|
||
<tr class="hover">
|
||
<td>宝信软件</td>
|
||
<td>PLC/离散工业破局者</td>
|
||
<td>全栈自研PLC重大技术突破,有宝武集团应用场景支持</td>
|
||
</tr>
|
||
<tr class="hover">
|
||
<td rowspan="3" class="font-bold text-green-300">追赶者</td>
|
||
<td>中望软件</td>
|
||
<td>CAD领域追赶者</td>
|
||
<td>2D CAD世界主流,3D CAD引入西门子专家加速追赶</td>
|
||
</tr>
|
||
<tr class="hover">
|
||
<td>索辰科技</td>
|
||
<td>CAE领域特种兵</td>
|
||
<td>军工CAE龙头,逻辑在于从军用向民用市场渗透</td>
|
||
</tr>
|
||
<tr class="hover">
|
||
<td>华大九天</td>
|
||
<td>EDA国家队</td>
|
||
<td>EDA领域绝对龙头,通过并购基金整合产业打造全流程方案</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="glass-card rounded-3xl p-6 md:p-8">
|
||
<h3 class="text-2xl font-bold text-blue-300 mb-4">6. 综合结论与投资启示</h3>
|
||
<div class="space-y-4">
|
||
<p class="text-lg text-gray-200">
|
||
工业软件正处在<strong class="text-yellow-300">“政策+订单”双轮驱动</strong>的基本面成长阶段。这是一个确定性高、坡长雪厚的长期赛道,但并非所有参与者都能均等受益,<strong class="text-red-400">分化将是未来的主旋律</strong>。
|
||
</p>
|
||
<div>
|
||
<h4 class="text-xl font-semibold text-teal-300 mb-2">最具投资价值的细分环节</h4>
|
||
<ul class="list-disc list-inside space-y-2 text-gray-300">
|
||
<li><strong>控制层软件 (PLC/DCS):</strong> 确定性与爆发力结合最好的环节 (中控技术, 宝信软件)。</li>
|
||
<li><strong>研发设计类软件 (EDA/高端CAE):</strong> “卡脖子”最严重,需求最迫切,空间最大 (华大九天, 索辰科技)。</li>
|
||
<li><strong>具备“AI+平台”属性的生态构建者:</strong> 深度绑定华为等平台型企业,有望实现非线性增长 (能科科技, 赛意信息)。</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h4 class="text-xl font-semibold text-teal-300 mb-2">需重点跟踪验证的关键指标</h4>
|
||
<ul class="list-disc list-inside space-y-2 text-gray-300">
|
||
<li><strong>订单质量:</strong> 关注高端产品占比及来自标杆客户和新行业的订单比例。</li>
|
||
<li><strong>毛利率变化:</strong> 警惕以价换量的低质量增长。</li>
|
||
<li><strong>研发费用及成果:</strong> 跟踪研发投入强度与实质性技术突破。</li>
|
||
<li><strong>海外市场进展:</strong> 衡量产品全球竞争力的关键指标。</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Market Landscape & Charts Section -->
|
||
<section class="mb-16">
|
||
<h2 class="text-3xl font-bold mb-8 section-title fui-title">市场格局与数据透视</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mb-8">
|
||
<div class="glass-card rounded-3xl p-6 flex flex-col items-center justify-center text-center">
|
||
<div class="text-blue-300 text-5xl font-bold fui-title">200万+</div>
|
||
<div class="mt-2 text-gray-300">套核心工业软件更新目标 (2027)</div>
|
||
</div>
|
||
<div class="glass-card rounded-3xl p-6 flex flex-col items-center justify-center text-center">
|
||
<div class="text-teal-300 text-5xl font-bold fui-title">80万+</div>
|
||
<div class="mt-2 text-gray-300">套工业操作系统更新目标 (2027)</div>
|
||
</div>
|
||
<div class="glass-card rounded-3xl p-6 flex flex-col items-center justify-center text-center">
|
||
<div class="text-purple-300 text-5xl font-bold fui-title"><10%</div>
|
||
<div class="mt-2 text-gray-300">研发设计软件当前国产化率</div>
|
||
</div>
|
||
<div class="glass-card rounded-3xl p-6 flex flex-col items-center justify-center text-center">
|
||
<div class="text-yellow-300 text-5xl font-bold fui-title">>40%</div>
|
||
<div class="mt-2 text-gray-300">机构预计AI+工业软件年复合增速</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
|
||
<div class="glass-card rounded-3xl p-6 lg:col-span-1">
|
||
<h3 class="text-xl font-bold text-blue-300 mb-4 text-center">CAD软件A股市场份额 (2023)</h3>
|
||
<div id="cad-chart" class="w-full h-80"></div>
|
||
</div>
|
||
<div class="glass-card rounded-3xl p-6 lg:col-span-1">
|
||
<h3 class="text-xl font-bold text-blue-300 mb-4 text-center">MES系统A股市场份额 (2020)</h3>
|
||
<div id="mes-chart" class="w-full h-80"></div>
|
||
</div>
|
||
<div class="glass-card rounded-3xl p-6 lg:col-span-1">
|
||
<h3 class="text-xl font-bold text-blue-300 mb-4 text-center">PLC系统A股市场份额 (2022)</h3>
|
||
<div id="plc-chart" class="w-full h-80"></div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Stock List Section -->
|
||
<section>
|
||
<h2 class="text-3xl font-bold mb-8 section-title fui-title">核心标的池</h2>
|
||
<div class="glass-card rounded-3xl p-4 md:p-6 overflow-x-auto">
|
||
<table class="table w-full">
|
||
<thead class="text-base text-blue-200">
|
||
<tr>
|
||
<th>股票名称</th>
|
||
<th>代码</th>
|
||
<th>核心逻辑/市占率</th>
|
||
<th>细分领域</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="text-gray-300">
|
||
<!-- CAD -->
|
||
<tr class="hover"><td class="font-bold">中望软件</td><td><a href="https://valuefrontier.cn/company?scode=688083" target="_blank" class="link link-hover text-cyan-400">688083</a></td><td>2023年CAD软件市占率A股第一(9.6%),3D CAD加速追赶</td><td class="font-semibold text-teal-400">辅助设计 (CAD)</td></tr>
|
||
<tr class="hover"><td class="font-bold">柏楚电子</td><td><a href="https://valuefrontier.cn/company?scode=688188" target="_blank" class="link link-hover text-cyan-400">688188</a></td><td>核心技术包括CAD/CAM,工业自动化控制营收占比高</td><td class="font-semibold text-teal-400">辅助设计 (CAD)</td></tr>
|
||
<tr class="hover"><td class="font-bold">浩辰软件</td><td><a href="https://valuefrontier.cn/company?scode=688657" target="_blank" class="link link-hover text-cyan-400">688657</a></td><td>CAD云化产品收入同比增长近20%,补齐3D业务版图</td><td class="font-semibold text-teal-400">辅助设计 (CAD)</td></tr>
|
||
<!-- CAE -->
|
||
<tr class="hover"><td class="font-bold">索辰科技</td><td><a href="https://valuefrontier.cn/company?scode=688507" target="_blank" class="link link-hover text-cyan-400">688507</a></td><td>军工CAE龙头(市占率38%),向民用及机器人领域拓展</td><td class="font-semibold text-orange-400">辅助工程 (CAE)</td></tr>
|
||
<tr class="hover"><td class="font-bold">霍莱沃</td><td><a href="https://valuefrontier.cn/company?scode=688682" target="_blank" class="link link-hover text-cyan-400">688682</a></td><td>CAE软件聚焦电磁领域,覆盖天线、RCS等方向</td><td class="font-semibold text-orange-400">辅助工程 (CAE)</td></tr>
|
||
<!-- MES -->
|
||
<tr class="hover"><td class="font-bold">宝信软件</td><td><a href="https://valuefrontier.cn/company?scode=600845" target="_blank" class="link link-hover text-cyan-400">600845</a></td><td>2020年MES系统市占率A股第一(7.6%),全栈自研PLC实现突破</td><td class="font-semibold text-yellow-400">制造执行 (MES)</td></tr>
|
||
<tr class="hover"><td class="font-bold">鼎捷数智</td><td><a href="https://valuefrontier.cn/company?scode=300378" target="_blank" class="link link-hover text-cyan-400">300378</a></td><td>2020年MES系统市占率A股第二(3.7%),提供智能制造一体化方案</td><td class="font-semibold text-yellow-400">制造执行 (MES)</td></tr>
|
||
<!-- PLC -->
|
||
<tr class="hover"><td class="font-bold">汇川技术</td><td><a href="https://valuefrontier.cn/company?scode=300124" target="_blank" class="link link-hover text-cyan-400">300124</a></td><td>2022年PLC系统市占率A股第一(12%)</td><td class="font-semibold text-purple-400">逻辑控制器 (PLC)</td></tr>
|
||
<!-- DCS -->
|
||
<tr class="hover"><td class="font-bold">中控技术</td><td><a href="https://valuefrontier.cn/company?scode=688777" target="_blank" class="link link-hover text-cyan-400">688777</a></td><td>DCS国内市占率第一(37.8%),布局AI+订阅制、机器人、出海</td><td class="font-semibold text-red-400">集散控制 (DCS)</td></tr>
|
||
<!-- EDA -->
|
||
<tr class="hover"><td class="font-bold">华大九天</td><td><a href="https://valuefrontier.cn/company?scode=301269" target="_blank" class="link link-hover text-cyan-400">301269</a></td><td>本土EDA企业首位,通过并购基金整合产业</td><td class="font-semibold text-pink-400">电子设计自动化 (EDA)</td></tr>
|
||
<tr class="hover"><td class="font-bold">广立微</td><td><a href="https://valuefrontier.cn/company?scode=301095" target="_blank" class="link link-hover text-cyan-400">301095</a></td><td>构建EDA软件、WAT测试设备和大数据平台全流程生态</td><td class="font-semibold text-pink-400">电子设计自动化 (EDA)</td></tr>
|
||
<!-- 其他 -->
|
||
<tr class="hover"><td class="font-bold">能科科技</td><td><a href="https://valuefrontier.cn/company?scode=603859" target="_blank" class="link link-hover text-cyan-400">603859</a></td><td>深度参与华为新一代工业软件产品线,打造AI+制造业</td><td class="font-semibold text-gray-400">其它</td></tr>
|
||
<tr class="hover"><td class="font-bold">阿尔特</td><td><a href="https://valuefrontier.cn/company?scode=300825" target="_blank" class="link link-hover text-cyan-400">300825</a></td><td>AI赋能汽车研发设计,构建CAD/CAE智能生成垂类模型</td><td class="font-semibold text-gray-400">其它</td></tr>
|
||
<tr class="hover"><td class="font-bold">容知日新</td><td><a href="https://valuefrontier.cn/company?scode=688768" target="_blank" class="link link-hover text-cyan-400">688768</a></td><td>工业设备智能运维整体解决方案提供商</td><td class="font-semibold text-gray-400">其它</td></tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</section>
|
||
|
||
</div>
|
||
|
||
<script>
|
||
// CAD Chart
|
||
var cadChartDom = document.getElementById('cad-chart');
|
||
var cadChart = echarts.init(cadChartDom);
|
||
var cadOption = {
|
||
tooltip: { trigger: 'item', formatter: '{b} : {c}%' },
|
||
legend: {
|
||
top: 'bottom',
|
||
textStyle: { color: '#ccc' }
|
||
},
|
||
series: [{
|
||
name: 'CAD软件市占率',
|
||
type: 'pie',
|
||
radius: ['40%', '70%'],
|
||
avoidLabelOverlap: false,
|
||
itemStyle: {
|
||
borderRadius: 10,
|
||
borderColor: 'rgba(10, 25, 47, 0.8)',
|
||
borderWidth: 2
|
||
},
|
||
label: { show: false, position: 'center' },
|
||
emphasis: {
|
||
label: { show: true, fontSize: '20', fontWeight: 'bold', color: '#fff' }
|
||
},
|
||
labelLine: { show: false },
|
||
data: [
|
||
{ value: 9.6, name: '中望软件' },
|
||
{ value: 90.4, name: '其他' }
|
||
],
|
||
color: ['#2563eb', '#374151']
|
||
}]
|
||
};
|
||
cadChart.setOption(cadOption);
|
||
|
||
// MES Chart
|
||
var mesChartDom = document.getElementById('mes-chart');
|
||
var mesChart = echarts.init(mesChartDom);
|
||
var mesOption = {
|
||
tooltip: { trigger: 'item', formatter: '{b} : {c}%' },
|
||
legend: {
|
||
top: 'bottom',
|
||
textStyle: { color: '#ccc' }
|
||
},
|
||
series: [{
|
||
name: 'MES系统市占率',
|
||
type: 'pie',
|
||
radius: '50%',
|
||
data: [
|
||
{ value: 7.6, name: '宝信软件' },
|
||
{ value: 3.7, name: '鼎捷数智' },
|
||
{ value: 2.1, name: '中控技术' },
|
||
{ value: 86.6, name: '其他' }
|
||
],
|
||
emphasis: {
|
||
itemStyle: {
|
||
shadowBlur: 10,
|
||
shadowOffsetX: 0,
|
||
shadowColor: 'rgba(0, 0, 0, 0.5)'
|
||
}
|
||
},
|
||
color: ['#f59e0b', '#10b981', '#ef4444', '#374151']
|
||
}]
|
||
};
|
||
mesChart.setOption(mesOption);
|
||
|
||
// PLC Chart
|
||
var plcChartDom = document.getElementById('plc-chart');
|
||
var plcChart = echarts.init(plcChartDom);
|
||
var plcOption = {
|
||
tooltip: {
|
||
trigger: 'axis',
|
||
axisPointer: { type: 'shadow' }
|
||
},
|
||
grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true },
|
||
xAxis: [{
|
||
type: 'category',
|
||
data: ['汇川技术', '信捷电气'],
|
||
axisTick: { alignWithLabel: true },
|
||
axisLabel: { color: '#ccc' }
|
||
}],
|
||
yAxis: [{
|
||
type: 'value',
|
||
axisLabel: { color: '#ccc', formatter: '{value}%' }
|
||
}],
|
||
series: [{
|
||
name: 'PLC市占率',
|
||
type: 'bar',
|
||
barWidth: '60%',
|
||
data: [12, 6],
|
||
itemStyle: {
|
||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||
{ offset: 0, color: '#8b5cf6' },
|
||
{ offset: 1, color: '#6366f1' }
|
||
])
|
||
}
|
||
}]
|
||
};
|
||
plcChart.setOption(plcOption);
|
||
|
||
window.addEventListener('resize', function() {
|
||
cadChart.resize();
|
||
mesChart.resize();
|
||
plcChart.resize();
|
||
});
|
||
</script>
|
||
</body>
|
||
</html> |