update pay ui

This commit is contained in:
2025-12-05 13:29:18 +08:00
parent 20994cfb13
commit 48d9c76c5e
1008 changed files with 417880 additions and 486974 deletions

View File

@@ -0,0 +1,547 @@
<!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>深度研报政务云政务IT - AI驱动的智能化变革</title>
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.11.1/dist/full.min.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com"></script>
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;700&display=swap" rel="stylesheet">
<style>
:root {
--glow-color: hsl(193, 95%, 68%);
}
body {
font-family: 'Inter', sans-serif;
background-color: #02040a;
color: #e5e7eb;
overflow-x: hidden;
}
.font-title {
font-family: 'Space Grotesk', sans-serif;
}
.glass-card {
background: rgba(12, 16, 29, 0.6);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-radius: 1.5rem; /* 24px */
border: 1px solid rgba(255, 255, 255, 0.1);
transition: all 0.3s ease;
}
.glass-card:hover {
border: 1px solid rgba(137, 212, 255, 0.3);
box-shadow: 0 0 30px rgba(0, 191, 255, 0.1);
}
.glow-border {
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 0 5px rgba(137, 212, 255, 0.1),
0 0 10px rgba(137, 212, 255, 0.1),
0 0 20px rgba(137, 212, 255, 0.1);
}
.turrell-light-1 {
position: absolute;
top: -20%;
left: -15%;
width: 800px;
height: 800px;
background: radial-gradient(circle, rgba(29, 78, 216, 0.15) 0%, rgba(29, 78, 216, 0) 70%);
pointer-events: none;
}
.turrell-light-2 {
position: absolute;
bottom: -30%;
right: -20%;
width: 1000px;
height: 1000px;
background: radial-gradient(circle, rgba(76, 29, 149, 0.15) 0%, rgba(76, 29, 149, 0) 70%);
pointer-events: none;
}
.bento-grid {
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.timeline-item::before {
background-color: rgba(255, 255, 255, 0.2);
}
.timeline-item .timeline-start, .timeline-item .timeline-end {
color: #d1d5db;
}
.timeline .timeline-middle .badge {
background-color: rgba(56, 189, 248, 0.2);
border-color: #38bdf8;
color: #e0f2fe;
}
.table thead th {
background-color: rgba(255, 255, 255, 0.05);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
details summary {
cursor: pointer;
transition: background-color 0.2s;
}
details[open] summary {
background-color: rgba(255, 255, 255, 0.05);
}
</style>
</head>
<body class="min-h-screen">
<div class="fixed inset-0 z-[-10] overflow-hidden">
<div class="turrell-light-1"></div>
<div class="turrell-light-2"></div>
<div class="absolute inset-0 bg-[url('https://images.unsplash.com/photo-1534796636912-3b95b3ab5986?q=80&w=3271&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D')] bg-cover bg-center opacity-5"></div>
</div>
<div class="container mx-auto p-4 md:p-8 lg:p-12 relative z-10">
<header class="text-center mb-12">
<h1 class="font-title text-4xl md:text-6xl font-bold tracking-tighter bg-clip-text text-transparent bg-gradient-to-br from-white to-sky-300">
政务云政务IT
</h1>
<p class="mt-4 text-lg md:text-xl text-gray-300 max-w-3xl mx-auto">
从传统数字化到AI驱动的智能化变革一场由DeepSeek点燃的行业复苏与价值重估
</p>
<div class="mt-6 text-xs text-gray-500 font-mono">
北京价值前沿科技有限公司 AI投研agent“价小前投研” <br> 报告生成时间: <span x-data x-text="new Date().toLocaleString()"></span><br>
<span class="text-rose-500/80">本报告为AI合成数据投资需谨慎。</span>
</div>
</header>
<main class="space-y-12">
<!-- 核心催化事件 -->
<section id="catalyst" class="glass-card p-6 md:p-8">
<h2 class="font-title text-2xl md:text-3xl font-bold mb-6 text-sky-300">
<span class="inline-block mr-2 text-2xl"></span>核心催化事件:国产大模型接入浪潮
</h2>
<div class="prose prose-invert max-w-none text-gray-300">
<p>长期以来政务IT行业受地方财政预算约束发展呈现较强的周期性。自2025年2月起以深圳、广州、上海为首的全国多地政府部门掀起了一场接入国产大模型DeepSeek的热潮。这一标志性事件并非孤立的技术尝试而是AI技术与政务服务深度融合的破晓宣告了政务IT行业从传统数字化向智能化转型的开始。</p>
</div>
<div class="mt-8">
<ul class="timeline timeline-snap-icon max-md:timeline-compact timeline-vertical">
<li class="timeline-item">
<div class="timeline-middle">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm.75-13a.75.75 0 00-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 000-1.5h-3.25V5z" clip-rule="evenodd" /></svg>
</div>
<div class="timeline-start md:text-end mb-10">
<time class="font-mono italic">2024.10 - 2025.01</time>
<div class="text-lg font-black font-title text-gray-200">催化前期</div>
市场开始关注财政政策回暖阿里云、金山云等厂商与地方政府合作为AI应用铺垫。
</div>
<hr class="bg-sky-500/50"/>
</li>
<li class="timeline-item">
<hr class="bg-sky-500/50"/>
<div class="timeline-middle">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm.75-13a.75.75 0 00-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 000-1.5h-3.25V5z" clip-rule="evenodd" /></svg>
</div>
<div class="timeline-end mb-10">
<time class="font-mono italic">2025.02 - 至今</time>
<div class="text-lg font-black font-title text-sky-300">集中爆发期</div>
深圳于2月16日率先启用DeepSeek并推出“深小i”随后广州、上海、辽宁等多地密集跟进在政务云环境本地化部署大模型。
</div>
<hr class="bg-sky-500/50"/>
</li>
<li class="timeline-item">
<hr class="bg-sky-500/50"/>
<div class="timeline-middle">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm.75-13a.75.75 0 00-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 000-1.5h-3.25V5z" clip-rule="evenodd" /></svg>
</div>
<div class="timeline-start md:text-end mb-10">
<time class="font-mono italic">2025.08 - 至今</time>
<div class="text-lg font-black font-title text-gray-200">规范与深化期</div>
国务院《政务数据共享条例》施行中央层面出台应用指引明确“市为单位统建”、13个场景白名单和付费模式行业发展进入规范化阶段。
</div>
<hr/>
</li>
</ul>
</div>
</section>
<!-- 核心观点摘要 -->
<section class="glass-card p-6 md:p-8">
<h2 class="font-title text-2xl md:text-3xl font-bold mb-6 text-sky-300">
<span class="inline-block mr-2 text-2xl">🎯</span>核心观点摘要
</h2>
<div class="prose prose-invert max-w-none text-gray-300 text-lg p-6 border border-sky-500/20 rounded-xl bg-black/20">
<p>政务云政务IT概念正处在一个由技术奇点国产大模型成熟引爆的、从沉寂周期中复苏的<strong>“智能化升级”</strong>新起点。其核心驱动力是<strong>政策顶层设计</strong><strong>AI降本增效内在需求</strong>的双轮驱动,未来潜力在于商业模式从一次性项目制向<strong>持续性SaaS订阅/服务化</strong>转型。当前市场热情高涨,但基本面兑现仍处于早期,存在<strong>预算落地</strong><strong>应用深度</strong>的预期差。</p>
</div>
</section>
<!-- 核心逻辑与市场认知 -->
<section id="logic" class="glass-card p-6 md:p-8">
<h2 class="font-title text-2xl md:text-3xl font-bold mb-6 text-sky-300">
<span class="inline-block mr-2 text-2xl">🧠</span>概念核心逻辑与市场认知分析
</h2>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8">
<div class="prose prose-invert max-w-none text-gray-300 space-y-4">
<h4 class="font-title text-xl text-gray-100">核心驱动力</h4>
<ul>
<li><strong>技术成熟与自主可控 (供给侧突破):</strong> 以DeepSeek为代表的国产大模型具备强大能力且支持<strong>本地化、私有化部署</strong>,完美契合政务数据安全合规的刚性需求。部署成本相对可控 (70B模型软硬件仅需100-200万),为商业化普及提供前提。</li>
<li><strong>政策强力引导 (顶层设计):</strong> 从中央到地方的政策体系正在形成,通过“市级统建”、“购买服务”等模式,为市场定义了清晰的游戏规则和商业模式。</li>
<li><strong>内生效率提升需求 (需求侧拉动):</strong> 政府面临“过紧日子”的财政压力AI成为提升效率的关键工具。<strong>12345热线工单自动分派 (效率提升3-5倍)</strong>等场景价值明确,需求刚性。</li>
</ul>
<h4 class="font-title text-xl text-gray-100">市场热度与预期差</h4>
<p>当前市场情绪极为乐观,但存在显著预期差:</p>
<ul>
<li><strong>“AI普惠” vs “预算约束”:</strong> 市场可能低估了项目从意向到合同、再到回款的漫长周期和地方政府的资金紧张现实。</li>
<li><strong>“通用大模型” vs “行业Know-how”:</strong> 拥有深厚行业数据的传统政务IT厂商其“最后一公里”的落地能力价值可能被市场忽略。</li>
<li><strong>“技术驱动” vs “模式创新”:</strong> <strong>服务订阅模式</strong><strong>算力服务化</strong>等商业模式的变革,比技术接入本身更具长期价值,但落地难度也更大。</li>
</ul>
</div>
<div>
<div id="marketSizeChart" class="w-full h-96"></div>
<p class="text-center text-sm text-gray-400 mt-2">2024年中国政务云市场规模 (IDC数据)</p>
</div>
</div>
</section>
<!-- 催化剂与发展路径 -->
<section class="glass-card p-6 md:p-8">
<h2 class="font-title text-2xl md:text-3xl font-bold mb-6 text-sky-300">
<span class="inline-block mr-2 text-2xl">🚀</span>关键催化剂与未来发展路径
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
<h4 class="font-title text-xl text-gray-100 mb-4">近期催化剂 (3-6个月)</h4>
<ul class="list-disc list-inside space-y-2 text-gray-300">
<li><strong>政策细则落地:</strong> 中央及地方配套实施细则出台,明确预算来源。</li>
<li><strong>标杆项目成果展示:</strong> 深圳“深小i”等项目公布可量化的运营数据。</li>
<li><strong>省级/市级AI算力中心招标:</strong> 遵循“市为单位统建”,涌现亿元级大单。</li>
</ul>
</div>
<div>
<h4 class="font-title text-xl text-gray-100 mb-4">长期发展路径</h4>
<ol class="list-decimal list-inside space-y-2 text-gray-300">
<li><strong class="text-sky-400">阶段一 (当前):</strong> 试点应用期。以13个白名单场景为主项目制为主。</li>
<li><strong class="text-sky-400">阶段二 (1-2年):</strong> 平台整合期。地市级统一AI底座建设混合商业模式。</li>
<li><strong class="text-sky-400">阶段三 (3-5年):</strong> 智能体普及期。各类“数字员工”普及全面转向SaaS订阅模式。</li>
</ol>
</div>
</div>
</section>
<!-- 产业链与核心公司 -->
<section class="glass-card p-6 md:p-8">
<h2 class="font-title text-2xl md:text-3xl font-bold mb-6 text-sky-300">
<span class="inline-block mr-2 text-2xl">🔗</span>产业链与核心公司深度剖析
</h2>
<div class="space-y-8">
<div>
<h4 class="font-title text-xl text-gray-100 mb-4">产业链图谱</h4>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 text-center">
<div class="p-4 rounded-lg bg-black/20 border border-indigo-500/30">
<h5 class="font-bold font-title">上游:基础资源层</h5>
<p class="text-sm text-gray-400">AI大模型 (DeepSeek), 算力硬件 (华为昇腾), 国资云 (深桑达A, 云赛智联)</p>
</div>
<div class="p-4 rounded-lg bg-black/20 border border-sky-500/30">
<h5 class="font-bold font-title">中游:解决方案与应用层</h5>
<p class="text-sm text-gray-400">平台集成商 (广电运通), 垂直应用 (博思软件, 新点软件), 数据安全 (英方软件)</p>
</div>
<div class="p-4 rounded-lg bg-black/20 border border-emerald-500/30">
<h5 class="font-bold font-title">下游:最终用户</h5>
<p class="text-sm text-gray-400">各级政府部门 (大数据局、委办局等)</p>
</div>
</div>
</div>
<div>
<h4 class="font-title text-xl text-gray-100 mb-4">核心玩家对比</h4>
<div class="overflow-x-auto">
<table class="table table-sm">
<thead>
<tr>
<th>公司</th>
<th>赛道定位</th>
<th>核心优势</th>
<th>逻辑纯粹度</th>
</tr>
</thead>
<tbody>
<tr class="hover:bg-white/5">
<td>新点软件</td>
<td>招采IT+政务服务应用</td>
<td>标杆案例 (“深小i”)、深刻的业务理解</td>
<td class="text-success font-bold"></td>
</tr>
<tr class="hover:bg-white/5">
<td>博思软件</td>
<td>财政IT</td>
<td>垂直领域壁垒高、AI应用直击财政控费痛点</td>
<td class="text-success font-bold"></td>
</tr>
<tr class="hover:bg-white/5">
<td>广电运通</td>
<td>AI平台+国资云</td>
<td>国资背景、自研模型+昇腾适配、手握广州大单</td>
<td class="text-warning font-bold">中高</td>
</tr>
<tr class="hover:bg-white/5">
<td>云赛智联</td>
<td>地方国资云 (上海)</td>
<td>上海政务云唯一地方国企运营商,区域垄断</td>
<td class="text-success font-bold">高 (基础设施)</td>
</tr>
<tr class="hover:bg-white/5">
<td>深桑达A</td>
<td>国家级国资云</td>
<td>“国家队”身份 (中国电子云)PKS体系</td>
<td class="text-success font-bold">高 (基础设施)</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<!-- 投资结论与风险 -->
<section class="glass-card p-6 md:p-8">
<h2 class="font-title text-2xl md:text-3xl font-bold mb-6 text-sky-300">
<span class="inline-block mr-2 text-2xl">⚖️</span>投资结论与潜在风险
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
<h4 class="font-title text-xl text-gray-100 mb-4">综合结论与投资启示</h4>
<div class="prose prose-invert max-w-none text-gray-300">
<p>行业已走出纯粹主题炒作,进入由<strong>政策和订单驱动的业绩兑现前期</strong>。这是一个长坡厚雪的赛道,短期看订单落地,长期看商业模式变革。</p>
<p>最具投资价值的细分环节:</p>
<ol>
<li><strong>国资云/政务云基础设施:</strong> 作为“卖水者”,确定性最高。重点关注具备区域垄断或国家队背景的厂商。</li>
<li><strong>垂直领域AI应用龙头:</strong> 在特定政务领域已形成深厚壁垒的软件商能将AI技术与行业Know-how结合创造高附加值。</li>
</ol>
</div>
</div>
<div>
<h4 class="font-title text-xl text-rose-400 mb-4">潜在风险与挑战</h4>
<ul class="list-disc list-inside space-y-2 text-gray-300">
<li><strong>技术风险:</strong> 大模型在政策理解、政治正确性方面仍存不足,限制核心应用深度。</li>
<li><strong>商业化风险:</strong> <strong>预算落地是核心风险</strong>。商业模式转型过程可能伴随阵痛。</li>
<li><strong>政策与竞争风险:</strong> “市为单位统建”可能挤压小型服务商空间;互联网巨头入场加剧竞争。</li>
<li><strong>成本认知矛盾:</strong> 百万级部署成本与数亿元项目金额并存,需仔细甄别订单性质。</li>
</ul>
</div>
</div>
</section>
<!-- 原始数据摘要 -->
<section class="glass-card p-6 md:p-8" x-data="{ tab: 'news' }">
<h2 class="font-title text-2xl md:text-3xl font-bold mb-6 text-sky-300">
<span class="inline-block mr-2 text-2xl">📂</span>原始数据摘要
</h2>
<div class="tabs tabs-boxed bg-black/20 mb-6">
<a class="tab" :class="{ 'tab-active': tab === 'news' }" @click.prevent="tab = 'news'">新闻数据</a>
<a class="tab" :class="{ 'tab-active': tab === 'roadshow' }" @click.prevent="tab = 'roadshow'">路演纪要</a>
<a class="tab" :class="{ 'tab-active': tab === 'report' }" @click.prevent="tab = 'report'">研报精粹</a>
</div>
<div x-show="tab === 'news'" class="prose prose-invert max-w-none text-gray-300 space-y-4">
<details class="p-4 rounded-lg bg-black/20">
<summary class="font-bold text-lg font-title">核心事件多地接入DeepSeek大模型</summary>
<p class="mt-2 text-sm">全国多地政府部门掀起接入DeepSeek热潮旨在赋能政务服务提升效率。具体城市包括深圳、广州、上海、辽宁、山东烟台、佛山、无锡等。</p>
</details>
<details class="p-4 rounded-lg bg-black/20">
<summary class="font-bold text-lg font-title">市场规模与趋势 (IDC)</summary>
<p class="mt-2 text-sm">2024年中国政务云整体市场规模为939.4亿元同比增长18.4%。其中政务专属云663.3亿 (+19.0%)政务公有云172.4亿 (+12.2%)云运营服务103.6亿 (+26.1%),运营服务增长最快。</p>
</details>
<details class="p-4 rounded-lg bg-black/20">
<summary class="font-bold text-lg font-title">部署模式与机遇</summary>
<p class="mt-2 text-sm">政务端AI以<strong>本地化/私有化部署</strong>为主确保数据安全。这为国资云、政务IT企业及一体机厂商带来全新机遇。部署70B模型软硬件成本约100-200万。</p>
</details>
</div>
<div x-show="tab === 'roadshow'" class="prose prose-invert max-w-none text-gray-300 space-y-4">
<details class="p-4 rounded-lg bg-black/20">
<summary class="font-bold text-lg font-title">新点软件 (深小i项目)</summary>
<p class="mt-2 text-sm">全国首个实用型AI政务服务“深小i”强调“不仅能聊天还能办成事”。地方政府领导层要求“无AI不立项”推动入口从“栏目导航”转向“搜索+对话”模式。公司建议采用订阅制替代一次性建设。</p>
</details>
<details class="p-4 rounded-lg bg-black/20">
<summary class="font-bold text-lg font-title">博思软件 (财政垂直领域)</summary>
<p class="mt-2 text-sm">政企客户普遍要求私有化部署无公有云需求。2025开年后需求激增AI技术助力政府“过紧日子”削减非必要支出。智能体应用在风险防控、预算审核等场景。</p>
</details>
<details class="p-4 rounded-lg bg-black/20">
<summary class="font-bold text-lg font-title">广电运通 (广州政务云)</summary>
<p class="mt-2 text-sm">中标广州“一朵云”项目5.75亿元提供智算云、政务云等服务。通过大模型实现12345工单自动分派效率提升3-5倍。依托国资背景和本地化服务优势占据广东政务AI市场约15-20%份额。</p>
</details>
</div>
<div x-show="tab === 'report'" class="prose prose-invert max-w-none text-gray-300 space-y-4">
<details class="p-4 rounded-lg bg-black/20">
<summary class="font-bold text-lg font-title">宏观政策与市场趋势</summary>
<p class="mt-2 text-sm">政府财政回暖与政务IT发展具有强粘性。财政发力有望带动政务IT景气度整体回升招采IT、财税IT、地下管网数字化是重点受益领域。</p>
</details>
<details class="p-4 rounded-lg bg-black/20">
<summary class="font-bold text-lg font-title">厂商合作与项目动态</summary>
<p class="mt-2 text-sm">中国电子云与首都信息、阿里云与西安市、金山云与珠海市等合作频繁共同推进信创政务云、政务AIGC大模型等项目落地。</p>
</details>
<details class="p-4 rounded-lg bg-black/20">
<summary class="font-bold text-lg font-title">风险提示</summary>
<p class="mt-2 text-sm">政务IT景气度受制于下游开支能力政策落地不及预期是主要风险。同时行业参与者众多竞争持续加剧。</p>
</details>
</div>
</section>
<!-- 股票数据 -->
<section class="glass-card p-6 md:p-8">
<h2 class="font-title text-2xl md:text-3xl font-bold mb-6 text-sky-300">
<span class="inline-block mr-2 text-2xl">📈</span>核心相关股票
</h2>
<div class="overflow-x-auto glow-border rounded-xl">
<table class="table w-full">
<thead class="text-base text-gray-300 font-title">
<tr>
<th>股票名称</th>
<th>核心逻辑</th>
<th>相关标签</th>
<th>股票代码</th>
</tr>
</thead>
<tbody>
<tr class="hover:bg-white/5"><td>深桑达A</td><td>国资云, 中国电子云</td><td>政务云</td><td><a href="https://valuefrontier.cn/company?scode=000032" target="_blank" class="text-sky-400 hover:underline">000032</a></td></tr>
<tr class="hover:bg-white/5"><td>云赛智联</td><td>国资云 (上海政务云龙头)</td><td>政务云</td><td><a href="https://valuefrontier.cn/company?scode=600602" target="_blank" class="text-sky-400 hover:underline">600602</a></td></tr>
<tr class="hover:bg-white/5"><td>太极股份</td><td>中国电科云 (北京/海南政务云)</td><td>政务云</td><td><a href="https://valuefrontier.cn/company?scode=002368" target="_blank" class="text-sky-400 hover:underline">002368</a></td></tr>
<tr class="hover:bg-white/5"><td>新点软件</td><td>招采IT (深圳"深小i"项目)</td><td>政务IT</td><td><a href="https://valuefrontier.cn/company?scode=688232" target="_blank" class="text-sky-400 hover:underline">688232</a></td></tr>
<tr class="hover:bg-white/5"><td>博思软件</td><td>税务IT/财政IT</td><td>政务IT</td><td><a href="https://valuefrontier.cn/company?scode=300525" target="_blank" class="text-sky-400 hover:underline">300525</a></td></tr>
<tr class="hover:bg-white/5"><td>数字政通</td><td>城市管理</td><td>政务IT</td><td><a href="https://valuefrontier.cn/company?scode=300075" target="_blank" class="text-sky-400 hover:underline">300075</a></td></tr>
<tr class="hover:bg-white/5"><td>南威软件</td><td>公安IT/城市治理</td><td>政务IT</td><td><a href="https://valuefrontier.cn/company?scode=603636" target="_blank" class="text-sky-400 hover:underline">603636</a></td></tr>
<tr class="hover:bg-white/5"><td>税友股份</td><td>税务IT</td><td>政务IT</td><td><a href="https://valuefrontier.cn/company?scode=603171" target="_blank" class="text-sky-400 hover:underline">603171</a></td></tr>
<tr class="hover:bg-white/5"><td>中科江南</td><td>税务IT/财政IT</td><td>政务IT</td><td><a href="https://valuefrontier.cn/company?scode=301153" target="_blank" class="text-sky-400 hover:underline">301153</a></td></tr>
<tr class="hover:bg-white/5"><td>华宇软件</td><td>司法IT</td><td>政务IT</td><td><a href="https://valuefrontier.cn/company?scode=300271" target="_blank" class="text-sky-400 hover:underline">300271</a></td></tr>
<tr class="hover:bg-white/5"><td>中国电信</td><td>国资云, 公有云</td><td>政务云</td><td><a href="https://valuefrontier.cn/company?scode=601728" target="_blank" class="text-sky-400 hover:underline">601728</a></td></tr>
<tr class="hover:bg-white/5"><td>中国移动</td><td>国资云, 公有云</td><td>政务云</td><td><a href="https://valuefrontier.cn/company?scode=600941" target="_blank" class="text-sky-400 hover:underline">600941</a></td></tr>
<tr class="hover:bg-white/5"><td>中国联通</td><td>国资云, 公有云</td><td>政务云</td><td><a href="https://valuefrontier.cn/company?scode=600050" target="_blank" class="text-sky-400 hover:underline">600050</a></td></tr>
<tr class="hover:bg-white/5"><td>安恒信息</td><td>云安全 (首个“DeepSeek”版安全智能体)</td><td>-</td><td><a href="https://valuefrontier.cn/company?scode=688023" target="_blank" class="text-sky-400 hover:underline">688023</a></td></tr>
</tbody>
</table>
</div>
</section>
<section class="glass-card p-6 md:p-8">
<h2 class="font-title text-2xl md:text-3xl font-bold mb-6 text-sky-300">
<span class="inline-block mr-2 text-2xl">🔥</span>近期涨幅异动分析
</h2>
<div class="overflow-x-auto glow-border rounded-xl">
<table class="table w-full">
<thead class="text-base text-gray-300 font-title">
<tr>
<th>股票</th>
<th>异动日期</th>
<th>涨幅</th>
<th>核心驱动逻辑</th>
</tr>
</thead>
<tbody>
<tr class="hover:bg-white/5">
<td>深桑达A</td>
<td>2025-08-01</td>
<td>9.99%</td>
<td class="text-sm">《政务数据共享条例》施行 + 广东政务云二期18.7亿招标锁定PKS架构政策-订单共振。</td>
</tr>
<tr class="hover:bg-white/5">
<td>浪潮软件</td>
<td>2025-11-17</td>
<td>10.00%</td>
<td class="text-sm">财政部将“云计算平台”纳入信创强制目录 + 山东58亿政务云改造订单双重利好。</td>
</tr>
<tr class="hover:bg-white/5">
<td>榕基软件</td>
<td>2025-10-28</td>
<td>10.03%</td>
<td class="text-sm">福建政务云二期3.6亿大单中标 + 入选信创目录 + 三季报预增,三重拐点共振。</td>
</tr>
<tr class="hover:bg-white/5">
<td>英方软件</td>
<td>2025-11-03</td>
<td>20.00%</td>
<td class="text-sm">中标工信部信创文件系统专项1.19亿 + 入选国家数据局“数据要素×政务”支撑单位。</td>
</tr>
</tbody>
</table>
</div>
</section>
</main>
<footer class="text-center mt-16 text-xs text-gray-500 font-mono">
<p>北京价值前沿科技有限公司 AI投研agent“价小前投研”</p>
<p class="text-rose-500/80">本报告所有内容均为AI基于输入数据合成不构成任何投资建议市场有风险投资需谨慎。</p>
</footer>
</div>
<script>
document.addEventListener('DOMContentLoaded', function () {
var chartDom = document.getElementById('marketSizeChart');
var myChart = echarts.init(chartDom, 'dark');
var option;
option = {
backgroundColor: 'transparent',
title: {
text: '2024年中国政务云市场构成',
subtext: '总规模: 939.4亿元 (+18.4%)',
left: 'center',
textStyle: {
color: '#E5E7EB',
fontFamily: 'Space Grotesk'
},
subtextStyle: {
color: '#9CA3AF'
}
},
tooltip: {
trigger: 'item',
formatter: '{a} <br/>{b} : {c}亿元 ({d}%)'
},
legend: {
orient: 'vertical',
left: 'left',
top: '15%',
textStyle: {
color: '#D1D5DB'
}
},
series: [
{
name: '市场份额',
type: 'pie',
radius: ['40%', '70%'],
center: ['50%', '60%'],
avoidLabelOverlap: false,
itemStyle: {
borderRadius: 10,
borderColor: 'rgba(12, 16, 29, 1)',
borderWidth: 2
},
label: {
show: false,
position: 'center'
},
emphasis: {
label: {
show: true,
fontSize: 24,
fontWeight: 'bold',
color: '#FFFFFF',
fontFamily: 'Space Grotesk'
}
},
labelLine: {
show: false
},
data: [
{ value: 663.3, name: '政务专属云' },
{ value: 172.4, name: '政务公有云' },
{ value: 103.6, name: '政务云运营服务' }
],
color: ['#0ea5e9', '#3b82f6', '#8b5cf6']
}
]
};
myChart.setOption(option);
window.addEventListener('resize', myChart.resize);
});
</script>
</body>
</html>