Files
vf_react/public/htmls/安全概念股.html
2025-12-05 13:29:18 +08:00

491 lines
33 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.

北京价值前沿科技有限公司 AI投研agent“价小前投研” 进行投研呈现本报告为AI合成数据投资需谨慎。
<!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=Inter:wght@300;400;500;600;700&family=Roboto+Mono:wght@400;500&display=swap');
body {
font-family: 'Inter', 'Helvetica Neue', 'Arial', 'sans-serif';
background-color: #000010;
color: #E0E0E0;
overflow-x: hidden;
}
.bg-deep-space {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: radial-gradient(600px at 40% 30%, rgba(29, 78, 216, 0.15), transparent 80%),
radial-gradient(500px at 60% 70%, rgba(107, 33, 168, 0.15), transparent 80%);
animation: gradient-animation 20s ease infinite alternate;
}
@keyframes gradient-animation {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.glass-card {
background: rgba(20, 20, 40, 0.4);
backdrop-filter: blur(16px) saturate(180%);
-webkit-backdrop-filter: blur(16px) saturate(180%);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 24px;
transition: all 0.3s ease;
}
.glass-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), 0 0 40px rgba(76, 29, 149, 0.3);
border-color: rgba(255, 255, 255, 0.2);
}
.bento-grid {
display: grid;
gap: 1rem;
}
.section-title {
font-family: 'Roboto Mono', monospace;
font-size: 1.5rem;
font-weight: 500;
color: #93c5fd; /* light blue */
text-shadow: 0 0 8px rgba(147, 197, 253, 0.5);
margin-bottom: 1.5rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid rgba(147, 197, 253, 0.2);
}
.section-subtitle {
font-family: 'Roboto Mono', monospace;
color: #a5b4fc; /* indigo */
font-weight: 500;
}
.highlight-text {
color: #f87171; /* red */
font-weight: 600;
}
.code-text {
font-family: 'Roboto Mono', monospace;
background-color: rgba(0,0,0,0.2);
padding: 2px 6px;
border-radius: 6px;
color: #bef264; /* light green */
}
.details-container details {
background: rgba(20, 20, 40, 0.4);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
}
.details-container summary {
font-size: 1.125rem;
font-weight: 600;
color: #c4b5fd; /* violet */
cursor: pointer;
padding: 1rem 1.5rem;
}
.details-container .details-content {
padding: 0 1.5rem 1.5rem;
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 0.5rem;
}
table.custom-table {
background-color: transparent !important;
}
table.custom-table thead tr {
background-color: rgba(147, 197, 253, 0.1);
border-bottom: 1px solid rgba(147, 197, 253, 0.3);
}
table.custom-table th {
font-family: 'Roboto Mono', monospace;
color: #dbeafe !important;
font-size: 0.875rem;
font-weight: 500;
background-color: transparent !important;
}
table.custom-table tbody tr:hover {
background-color: rgba(255, 255, 255, 0.05);
}
table.custom-table td {
color: #e5e7eb;
font-size: 0.9rem;
}
/* For ECharts tooltip */
.echarts-tooltip {
background: rgba(10, 10, 25, 0.8) !important;
backdrop-filter: blur(5px) !important;
border: 1px solid rgba(255, 255, 255, 0.2) !important;
border-radius: 8px !important;
color: #E0E0E0 !important;
padding: 10px 15px !important;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3) !important;
}
.echarts-tooltip .tooltip-title {
font-weight: bold;
color: #93c5fd;
}
.echarts-tooltip .tooltip-marker {
margin-right: 8px;
}
</style>
</head>
<body class="min-h-screen">
<div class="bg-deep-space"></div>
<div class="max-w-7xl mx-auto p-4 md:p-8 space-y-8">
<!-- Header -->
<header class="text-center py-8">
<h1 class="text-4xl md:text-6xl font-bold bg-clip-text text-transparent bg-gradient-to-br from-white to-blue-300 tracking-wider">
安全概念股
</h1>
<p class="mt-4 text-xl text-blue-200">深度行业研究报告</p>
<p class="mt-2 text-xs text-gray-400 font-mono">北京价值前沿科技有限公司 AI投研agent“价小前投研” | 本报告为AI合成数据投资需谨慎。</p>
</header>
<!-- Core Insight -->
<main class="space-y-8">
<!-- 1. 核心观点 & 概念事件 -->
<section class="bento-grid grid-cols-1 lg:grid-cols-3">
<div class="lg:col-span-2 glass-card p-6 md:p-8">
<h2 class="section-title">[ 01 ] 核心观点摘要</h2>
<p class="text-lg leading-relaxed text-gray-200">
“安全概念”已从过去单一的网络攻防主题,演化为一个由<span class="text-purple-300 font-semibold">国家战略(顶层设计)</span><span class="text-indigo-300 font-semibold">技术变革(内生需求)</span>双轮驱动的“大安全”体系。当前,该概念正处于从宏大叙事向细分领域基本面兑现的过渡阶段,其核心驱动力源于政策法规带来的<strong class="highlight-text">强制性合规需求</strong>与AI、卫星互联网等新兴技术场景催生的<strong class="highlight-text">原生安全需求</strong>。未来最大的潜力在于<code class="code-text">AI安全</code><code class="code-text">新基建安全</code>(如卫星、低空、鸿蒙生态)等增量市场,这将是甄别真正成长股与纯主题炒作的关键分水岭。
</p>
</div>
<div class="glass-card p-6 md:p-8">
<h2 class="section-title">[ 02 ] 概念事件</h2>
<ul class="space-y-3 text-sm">
<li class="flex items-start"><span class="text-blue-400 mr-2 mt-1"></span><div><strong>宏观背景:</strong> 美国制裁升级倒逼自主可控,信创成国家安全核心。</div></li>
<li class="flex items-start"><span class="text-blue-400 mr-2 mt-1"></span><div><strong>政策密集期 (2024.08-12):</strong> 国家数据局表态、AI安全治理框架发布、《数据安全条例》解读、工信部应急预案印发政策与市场高效联动。</div></li>
<li class="flex items-start"><span class="text-blue-400 mr-2 mt-1"></span><div><strong>AI安全商业化:</strong> 亚信安全披露与字节豆包(按token计费)、华为鸿蒙/昇腾深度合作模式揭示AI安全商业化路径。</div></li>
<li class="flex items-start"><span class="text-blue-400 mr-2 mt-1"></span><div><strong>新基建安全落地:</strong> 盛邦安全披露卫星互联网安全订单超<strong class="highlight-text">3,000万元</strong>,新业务从概念走向收入。</div></li>
</ul>
</div>
</section>
<!-- 2. 核心逻辑与市场认知 -->
<section class="glass-card p-6 md:p-8">
<h2 class="section-title">[ 03 ] 核心逻辑与市场认知分析</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="space-y-2 p-4 border border-indigo-500/20 rounded-xl bg-indigo-500/5">
<h3 class="section-subtitle">A. 核心驱动力</h3>
<p><strong>政策强驱动 (合规需求):</strong> 以《网络数据安全管理条例》为代表,将安全从“可选项”变为“必选项”,创造持续、强制的市场空间。</p>
<p><strong>技术变革 (增量市场):</strong> AI大模型、鸿蒙生态、卫星互联网等带来“经验难以复用”的新安全威胁催生纯增量原生安全需求。</p>
<p><strong>国家战略 (自主可控):</strong> 外部制裁倒逼信创加速,为国产安全厂商提供长期动力。</p>
</div>
<div class="space-y-2 p-4 border border-purple-500/20 rounded-xl bg-purple-500/5">
<h3 class="section-subtitle">B. 市场热度与情绪</h3>
<p>市场表现出<strong>高度关注</strong><strong>脉冲式乐观情绪</strong>政策或关键事件能迅速点燃板块交易活跃。机构投资者对AI、卫星等前沿领域关注度极高表明专业资金正积极挖掘结构性机会。</p>
</div>
<div class="space-y-2 p-4 border border-red-500/20 rounded-xl bg-red-500/5">
<h3 class="section-subtitle">C. 预期差分析</h3>
<p><strong>积极预期差:</strong> 市场低估了商业模式的突破。亚信安全与字节“按token计费”模式、盛邦安全超3000万的卫星安全订单证明新业务已从概念走向实际收入。</p>
<p><strong>消极预期差 (风险点):</strong> 市场情绪狂热,但公司管理层体感更为谨慎(亚信安全董秘:“行业未明显反转,底部特征明显”),行业复苏非一蹴而就,需警惕预期过高风险。</p>
</div>
</div>
</section>
<!-- 3. 关键催化剂与发展路径 -->
<section class="glass-card p-6 md:p-8">
<h2 class="section-title">[ 04 ] 关键催化剂与未来发展路径</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<h3 class="section-subtitle mb-3">近期催化剂 (3-6个月)</h3>
<ul class="space-y-2 list-disc list-inside text-gray-300">
<li><strong>鸿蒙PC版规模化商用:</strong> 进入央国企放量阶段,终端安全增量可达亿级。</li>
<li><strong>AI安全标杆订单落地:</strong> 与头部大厂的百万级以上单独采购订单。</li>
<li><strong>数据安全条例首次检查:</strong> 检验合规需求释放力度的试金石。</li>
<li><strong>卫星互联网重大项目招标:</strong> 持续验证市场空间与景气度。</li>
</ul>
</div>
<div>
<h3 class="section-subtitle mb-3">长期发展路径</h3>
<ol class="space-y-2 text-gray-300">
<li><strong>阶段一 (当前-2026):</strong> 合规驱动与新场景卡位。</li>
<li><strong>阶段二 (2026-2028):</strong> 增量市场爆发商业模式向SaaS演进。</li>
<li><strong>阶段三 (2028以后):</strong> 云网安一体化与智能化,零信任架构普及。</li>
</ol>
</div>
</div>
</section>
<!-- 4. 产业链与核心公司 -->
<section class="space-y-8">
<div class="glass-card p-6 md:p-8">
<h2 class="section-title">[ 05 ] 产业链图谱与核心公司剖析</h2>
<div class="mb-8">
<h3 class="section-subtitle mb-4">产业链图谱 (信息技术领域)</h3>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 text-center">
<div class="p-4 rounded-lg bg-blue-900/30">
<p class="font-bold text-blue-300">上游:基础软硬件</p>
<p class="text-sm text-gray-300">CPU/GPU (海光信息), OS (中国软件), DB (达梦数据库)</p>
</div>
<div class="p-4 rounded-lg bg-purple-900/30">
<p class="font-bold text-purple-300">中游:安全产品与服务</p>
<p class="text-sm text-gray-300">平台 (亚信安全), 技术 (盛邦安全, 数字认证)</p>
</div>
<div class="p-4 rounded-lg bg-indigo-900/30">
<p class="font-bold text-indigo-300">下游:应用场景</p>
<p class="text-sm text-gray-300">金融 (恒生电子), 新兴产业 (AI, 卫星), 实体产品</p>
</div>
</div>
</div>
<h3 class="section-subtitle mb-4">核心玩家对比</h3>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
<div class="p-6 rounded-2xl border border-cyan-300/20 bg-cyan-500/5 space-y-3">
<h4 class="text-xl font-bold text-cyan-300">亚信安全 (688225) - 全能型领导者</h4>
<p><strong>优势:</strong> 战略布局全面 (AI/鸿蒙/卫星),生态绑定能力强 (华为独家/字节唯一),资本协同构建“云网安一体化”稀缺能力。</p>
<p><strong>进展:</strong> AI安全实现token计费突破卫星安全已中标<strong class="text-cyan-200">2500万</strong>项目。</p>
<p><strong>风险:</strong> 多线作战对资源要求高,传统业务面临周期压力。</p>
</div>
<div class="p-6 rounded-2xl border border-fuchsia-400/20 bg-fuchsia-500/5 space-y-3">
<h4 class="text-xl font-bold text-fuchsia-300">盛邦安全 (688651) - 锐意进取的挑战者</h4>
<p><strong>优势:</strong> “网络空间地图”业务具备稀缺性 (对标Palantir),通过并购快速切入卫星/低空安全赛道,执行力强。</p>
<p><strong>进展:</strong> “网络空间地图”收入增<strong class="text-fuchsia-200">40%</strong>,卫星互联网订单超<strong class="text-fuchsia-200">3000万</strong></p>
<p><strong>风险:</strong> 公司体量相对较小,新业务市场成熟度待验证。</p>
</div>
</div>
</div>
</section>
<!-- 5. 涨幅分析图表 -->
<section class="glass-card p-6 md:p-8">
<h2 class="section-title">[ 06 ] 部分个股异动分析</h2>
<div id="rise-chart" class="w-full h-96"></div>
</section>
<!-- 6. 潜在风险 & 综合结论 -->
<section class="bento-grid grid-cols-1 lg:grid-cols-2">
<div class="glass-card p-6 md:p-8">
<h2 class="section-title">[ 07 ] 潜在风险与挑战</h2>
<ul class="space-y-3 list-disc list-inside">
<li><strong>技术风险:</strong> AI安全技术快速迭代“经验难以复用”存在技术路径选择失误风险。</li>
<li><strong>商业化风险:</strong> 新兴领域商业模式仍在探索,客户付费意愿和预算受宏观经济影响大。</li>
<li><strong>政策与竞争风险:</strong> 依赖政策驱动,若推进不及预期将影响业绩;巨头入局可能引发价格战。</li>
<li><strong>信息交叉验证风险:</strong> <strong class="highlight-text">市场情绪与产业现实存在温差</strong>,市场可能未充分消化行业仍在“筑底”的现实,存在预期修正风险。</li>
</ul>
</div>
<div class="glass-card p-6 md:p-8">
<h2 class="section-title">[ 08 ] 综合结论与投资启示</h2>
<p class="mb-4">“安全概念股”正经历深刻的结构性分化。传统安全处于<strong class="text-blue-300">底部复苏阶段</strong>而新兴安全AI、鸿蒙、卫星则处于<strong class="text-purple-300">主题投资与基本面验证初期阶段</strong>。整体已进入需精选阿尔法机会的价值投资区间。</p>
<h3 class="section-subtitle mb-2">最具投资价值细分环节:</h3>
<ul class="space-y-1 list-decimal list-inside">
<li><strong>AI安全 (Security for AI):</strong> 刚性且高价值需求,最具爆发力。</li>
<li><strong>生态安全 (鸿蒙、卫星互联网):</strong> 确定性最高的增量市场。</li>
</ul>
<h3 class="section-subtitle mt-4 mb-2">需重点跟踪指标:</h3>
<p class="text-sm"><code class="code-text">新业务收入占比</code><code class="code-text">合同负债/订单额</code><code class="code-text">毛利率变化</code><code class="code-text">生态合作货币化效率</code></p>
</div>
</section>
<!-- 7. Supporting Data -->
<section x-data="{ openTab: '' }" class="space-y-4 details-container">
<details @toggle="if ($el.open) openTab = 'news'">
<summary>原始数据参考:新闻数据摘要</summary>
<div class="details-content space-y-4 text-gray-300 text-sm">
<div><strong class="text-indigo-300">数据、网络与信息安全:</strong>提及最多,任子行、南威软件、中国长城、三六零等个股因政策或事件驱动多次涨停。工信部、国家数据局等发布多项法规政策,推动行业发展。</div>
<div><strong class="text-indigo-300">AI安全</strong>亚信安全深度绑定字节豆包与华为鸿蒙探索按token计费新模式。《人工智能安全治理框架》发布行业进入规范化阶段。</div>
<div><strong class="text-indigo-300">产品安全 (儿童安全)</strong>涉及奇德新材、唯科科技、上海凤凰等,关注儿童安全座椅、婴儿车等产品。</div>
<div><strong class="text-indigo-300">其他安全领域:</strong>涵盖生物安全、房屋建筑安全、化工安全等,体现“大安全”概念向各行业渗透。</div>
</div>
</details>
<details @toggle="if ($el.open) openTab = 'roadshow'">
<summary>原始数据参考:路演纪要精选</summary>
<div class="details-content space-y-4 text-gray-300 text-sm">
<div><strong class="text-indigo-300">亚信安全 (多次路演核心)</strong>
<ul class="list-disc pl-5 mt-1">
<li><strong>政策解读:</strong>《网络数据安全管理条例》将催生类“等保”的强制合规需求。</li>
<li><strong>AI安全</strong>发布“新立方安全大模型”,与火山引擎/豆包、华为鸿蒙/昇腾深度合作,商业模式清晰。</li>
<li><strong>新基建安全:</strong>参股垣信卫星布局卫星互联网安全终端产品Trust One原生支持鸿蒙。</li>
<li><strong>行业判断:</strong>行业“底部特征明显”,主动放弃低毛利业务,专注大客户。</li>
</ul>
</div>
<div><strong class="text-indigo-300">盛邦安全 (多次路演核心)</strong>
<ul class="list-disc pl-5 mt-1">
<li><strong>核心业务:</strong>“网络空间地图”是核心增长引擎在AI+军用领域对标Palantir。</li>
<li><strong>新兴布局:</strong>通过并购天御云安等布局卫星互联网与低空经济安全订单已超3000万。</li>
<li><strong>AI整合</strong>设立“太湖实验室”专注AI安全研究利用AI实现漏洞推理与预测。</li>
</ul>
</div>
</div>
</details>
<details @toggle="if ($el.open) openTab = 'research'">
<summary>原始数据参考:相关研报观点</summary>
<div class="details-content space-y-4 text-gray-300 text-sm">
<div><strong class="text-indigo-300">零信任安全理念 (2024-01-08)</strong>核心是"假定已被入侵",为提供身份认证(IAM)、持续监控、云安全(CASB/CWPP)等解决方案的厂商带来新机遇。</div>
<div><strong class="text-indigo-300">稳定币概念 (2025-06-10)</strong>美国《GENIUS法案》、香港《稳定币条例》等监管框架催生了金融安全需求利好支付安全、反洗钱、合规科技等领域提及恒生电子、数字认证等。</div>
<div><strong class="text-indigo-300">热度追踪:</strong>研报显示“反恐概念”、“网络安全概念”、“大飞机概念”(涉自主可控安全)等多次成为市场热点。</div>
</div>
</details>
</section>
<!-- 8. Stock Data Tables -->
<section class="space-y-8">
<div class="glass-card p-6 md:p-8">
<h2 class="section-title">[ 09 ] 关联个股清单</h2>
<p class="mb-4 text-gray-400 text-sm">请注意:以下列表基于多源数据聚合,部分个股关联性较弱,体现了市场对“安全”概念的泛化理解,投资时需仔细甄别其业务纯粹度。</p>
<div class="overflow-x-auto">
<table class="table w-full custom-table">
<thead>
<tr>
<th>股票名称</th>
<th>股票代码</th>
<th>关联原因</th>
<th>其他标签</th>
</tr>
</thead>
<tbody>
<tr><td>国华网安</td><td><a href="https://valuefrontier.cn/company?scode=000004" target="_blank" class="text-blue-400 hover:underline">000004</a></td><td>子公司智游网安是国内同行业中拥有各类经营资质或许可较全的企业之一</td><td>自由市值: 12.39亿</td></tr>
<tr><td>海能达</td><td><a href="https://valuefrontier.cn/company?scode=002583" target="_blank" class="text-blue-400 hover:underline">002583</a></td><td>国内专业无线通信行业龙头,从事对讲机终端研发销售</td><td>自由市值: 42.81亿</td></tr>
<tr><td>博通集成</td><td><a href="https://valuefrontier.cn/company?scode=603068" target="_blank" class="text-blue-400 hover:underline">603068</a></td><td>对讲机芯片是公司的产品线之一</td><td>自由市值: 18.19亿</td></tr>
<tr><td>声讯股份</td><td><a href="https://valuefrontier.cn/company?scode=003004" target="_blank" class="text-blue-400 hover:underline">003004</a></td><td>灵犬便携式炸药探测仪是新一代微量炸药探测产品</td><td>自由市值: 7.25亿</td></tr>
<tr><td>天键股份</td><td><a href="https://valuefrontier.cn/company?scode=301383" target="_blank" class="text-blue-400 hover:underline">301383</a></td><td>有对讲机配件产品,主要与摩托罗拉合作</td><td>自由市值: 11.80亿</td></tr>
<tr><td>迪普科技</td><td><a href="https://valuefrontier.cn/company?scode=300768" target="_blank" class="text-blue-400 hover:underline">300768</a></td><td>提供以网络安全为核心的整体解决方案,构建网络安全运营体系</td><td>自由市值: 24.4亿</td></tr>
<tr><td>谱尼测试</td><td><a href="https://valuefrontier.cn/company?scode=300887" target="_blank" class="text-blue-400 hover:underline">300887</a></td><td>炸品检测仪器</td><td>自由市值: 11.91亿</td></tr>
<tr><td>狄耐克</td><td><a href="https://valuefrontier.cn/company?scode=300884" target="_blank" class="text-blue-400 hover:underline">300884</a></td><td>对讲机出海且鸿蒙系统替代</td><td>自由市值: 13.54亿</td></tr>
<tr><td>久之洋</td><td><a href="https://valuefrontier.cn/company?scode=300516" target="_blank" class="text-blue-400 hover:underline">300516</a></td><td>研制出国内首台便携式太赫兹光谱分析仪,用于毒品和爆炸物检测</td><td>自由市值: 16.41亿</td></tr>
<tr><td>波导股份</td><td><a href="https://valuefrontier.cn/company?scode=600130" target="_blank" class="text-blue-400 hover:underline">600130</a></td><td>研制中国第一台中文寻呼机</td><td>自由市值: 20.84亿</td></tr>
<tr><td>必创科技</td><td><a href="https://valuefrontier.cn/company?scode=300667" target="_blank" class="text-blue-400 hover:underline">300667</a></td><td>爆炸物、易制爆品、病毒、微生物快速检测</td><td>自由市值: 21.76亿</td></tr>
<tr><td>东方通信</td><td><a href="https://valuefrontier.cn/company?scode=600776" target="_blank" class="text-blue-400 hover:underline">600776</a></td><td>发布数字防爆对讲机D3500</td><td>自由市值: 36.36亿</td></tr>
</tbody>
</table>
</div>
</div>
<div class="glass-card p-6 md:p-8">
<h2 class="section-title">[ 10 ] 涨跌异动核心个股分析</h2>
<div class="overflow-x-auto">
<table class="table w-full custom-table">
<thead>
<tr>
<th>股票名称</th>
<th>股票代码</th>
<th>异动日期</th>
<th>涨幅</th>
<th>核心驱动摘要</th>
</tr>
</thead>
<tbody>
<tr><td>亚信安全</td><td><a href="https://valuefrontier.cn/company?scode=688225" target="_blank" class="text-blue-400 hover:underline">688225</a></td><td>2025-07-31</td><td>7.88%</td><td>技术实力获Gartner认可、行业热点(芯片漏洞)催化、融资资金连续净买入</td></tr>
<tr><td>盛邦安全</td><td><a href="https://valuefrontier.cn/company?scode=688651" target="_blank" class="text-blue-400 hover:underline">688651</a></td><td>2025-11-28</td><td>6.09%</td><td>重大政策利好预期(《网络空间安全监督检查办法》),监管强制化常态化</td></tr>
<tr><td>松原安全</td><td><a href="https://valuefrontier.cn/company?scode=300893" target="_blank" class="text-blue-400 hover:underline">300893</a></td><td>2025-10-24</td><td>6.23%</td><td>四中全会提升“大安全”战略地位网安法修订增加AI安全内容宏观微观共振</td></tr>
<tr><td>天融信</td><td><a href="https://valuefrontier.cn/company?scode=002212" target="_blank" class="text-blue-400 hover:underline">002212</a></td><td>2025-06-23</td><td>6.68%</td><td>披露参与数字货币安全建设、伊朗银行被攻击事件警示、估值处于破净状态</td></tr>
<tr><td>永信至诚</td><td><a href="https://valuefrontier.cn/company?scode=688244" target="_blank" class="text-blue-400 hover:underline">688244</a></td><td>2025-06-25</td><td>5.12%</td><td>与香港数码港合作布局Web3.0安全、AI智能体产业链布局、超跌反弹</td></tr>
</tbody>
</table>
</div>
</div>
</section>
</main>
</div>
<script>
document.addEventListener('DOMContentLoaded', function () {
const riseData = [
{ stock: "亚信安全", rise_rate: 7.88 },
{ stock: "盛邦安全", rise_rate: 6.09 },
{ stock: "松原安全", rise_rate: 6.23 },
{ stock: "天融信", rise_rate: 6.68 },
{ stock: "永信至诚", rise_rate: 5.12 }
];
const chartDom = document.getElementById('rise-chart');
const myChart = echarts.init(chartDom, 'dark');
const option = {
backgroundColor: 'transparent',
title: {
text: '部分核心个股单日涨幅',
left: 'center',
textStyle: {
color: '#E0E0E0',
fontFamily: 'Inter'
}
},
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'shadow'
},
formatter: '{b}: {c}%',
backgroundColor: 'rgba(10, 10, 25, 0.8)',
borderColor: 'rgba(255, 255, 255, 0.2)',
textStyle: {
color: '#E0E0E0'
},
extraCssText: 'backdrop-filter: blur(5px); border-radius: 8px; padding: 10px 15px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);'
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
xAxis: {
type: 'category',
data: riseData.map(item => item.stock),
axisLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.2)' } },
axisLabel: { color: '#B0B0B0' }
},
yAxis: {
type: 'value',
name: '涨幅 (%)',
axisLine: { show: true, lineStyle: { color: 'rgba(255, 255, 255, 0.2)' } },
axisLabel: { color: '#B0B0B0' },
splitLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.1)' } }
},
series: [{
data: riseData.map(item => item.rise_rate),
type: 'bar',
barWidth: '40%',
itemStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: '#8A2BE2' },
{ offset: 0.5, color: '#4A00E0' },
{ offset: 1, color: '#3a0ca3' }
]),
borderRadius: [5, 5, 0, 0],
shadowColor: 'rgba(74, 0, 224, 0.5)',
shadowBlur: 10
},
emphasis: {
itemStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: '#9d4edd' },
{ offset: 0.5, color: '#5e17eb' },
{ offset: 1, color: '#4910b8' }
])
}
}
}]
};
myChart.setOption(option);
window.addEventListener('resize', () => { myChart.resize(); });
});
</script>
</body>
</html>