This commit is contained in:
2025-11-05 10:56:56 +08:00
parent 467dad8449
commit fc37df4385
3499 changed files with 1063743 additions and 0 deletions

558
public/htmls/IPV6.html Normal file
View File

@@ -0,0 +1,558 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>IPv6概念分析报告</title>
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/themes.css" rel="stylesheet" type="text/css" />
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3/tsparticles.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanta/0.5.24/vanta.waves.min.js"></script>
<style>
body {
font-family: 'Inter', sans-serif;
overflow-x: hidden;
}
.gradient-bg {
background: linear-gradient(135deg, #1a2a6c, #2a4298, #3a5fc8);
}
.card-shadow {
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.text-gradient {
background: linear-gradient(90deg, #3a5fc8, #00d4ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.highlight-box {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
}
#particles-js {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.table-responsive {
overflow-x: auto;
}
@media (max-width: 768px) {
.table-responsive {
overflow-x: scroll;
}
}
</style>
</head>
<body class="gradient-bg text-white min-h-screen">
<div id="particles-js"></div>
<div class="container mx-auto px-4 py-8 relative z-10">
<!-- 标题部分 -->
<div class="text-center mb-12">
<h1 class="text-4xl md:text-5xl font-bold mb-4 text-gradient">IPv6概念分析报告</h1>
<p class="text-xl text-blue-200">政策驱动与应用落地的双轮增长</p>
</div>
<!-- 概念事件 -->
<div class="mb-12 card-shadow rounded-2xl p-6 highlight-box">
<h2 class="text-2xl font-bold mb-4 text-blue-300 flex items-center">
<i class="fas fa-calendar-alt mr-3"></i>概念事件
</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="bg-blue-900 bg-opacity-30 p-5 rounded-xl">
<h3 class="text-xl font-semibold mb-3 text-blue-200">政策催化</h3>
<p class="mb-2">2025年5月20日中央网信办、发改委、工信部联合印发《2025年深入推进IPv6规模部署和应用工作要点》</p>
<ul class="text-sm space-y-1">
<li>• IPv6活跃用户数8.5亿当前7.94亿需新增5600万</li>
<li>• 物联网IPv6连接数11亿当前约6.5亿缺口4.5亿)</li>
<li>• 移动网络IPv6流量占比70%当前64.56%需提升5.44pct</li>
<li>• 固定网络IPv6流量占比27%当前21.21%需提升5.79pct</li>
</ul>
</div>
<div class="bg-blue-900 bg-opacity-30 p-5 rounded-xl">
<h3 class="text-xl font-semibold mb-3 text-blue-200">地方试点</h3>
<p>2024年8月北京、上海等8城启动"IPv6流量提升专项行动"设置8项量化指标</p>
<p class="text-sm mt-2">如家庭路由器IPv6开启率、政企专线使用率</p>
</div>
<div class="bg-blue-900 bg-opacity-30 p-5 rounded-xl">
<h3 class="text-xl font-semibold mb-3 text-blue-200">技术突破</h3>
<p>东土科技牵头制定的基于IPv6的工业控制总线AUTBUS国际标准获IEC发布填补工业场景空白</p>
</div>
</div>
</div>
<!-- 核心观点摘要 -->
<div class="mb-12 card-shadow rounded-2xl p-6 highlight-box">
<h2 class="text-2xl font-bold mb-4 text-blue-300 flex items-center">
<i class="fas fa-lightbulb mr-3"></i>核心观点摘要
</h2>
<div class="bg-gradient-to-r from-blue-800 to-indigo-900 p-6 rounded-xl">
<p class="text-lg leading-relaxed">
IPv6已从"政策驱动"进入<strong class="text-yellow-300">"应用落地+技术迭代"双轮驱动阶段</strong>2025年政策目标倒逼产业链加速渗透。<strong class="text-yellow-300">网络设备商(紫光股份、中兴通讯)和物联网模组龙头(移远通信)</strong>是最直接受益方,但需警惕<strong class="text-yellow-300">IPv6与IPv4长期并存</strong>导致的商业化节奏低于预期。
</p>
</div>
</div>
<!-- 概念的核心逻辑与市场认知分析 -->
<div class="mb-12 card-shadow rounded-2xl p-6 highlight-box">
<h2 class="text-2xl font-bold mb-4 text-blue-300 flex items-center">
<i class="fas fa-brain mr-3"></i>概念的核心逻辑与市场认知分析
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
<h3 class="text-xl font-semibold mb-4 text-blue-200">核心驱动力</h3>
<div class="space-y-4">
<div class="bg-blue-900 bg-opacity-30 p-4 rounded-lg">
<h4 class="font-semibold text-blue-200 mb-2">政策刚性</h4>
<p class="text-sm">2025年目标写入部委文件运营商移动/电信/联通年度CAPEX中IPv6改造占比超15%2024年三大运营商合计投入约500亿其中IPv6相关约75亿</p>
</div>
<div class="bg-blue-900 bg-opacity-30 p-4 rounded-lg">
<h4 class="font-semibold text-blue-200 mb-2">技术痛点</h4>
<p class="text-sm">IPv4地址枯竭全球剩余<5%叠加物联网爆发2025年连接数达250亿IPv6是唯一解</p>
</div>
<div class="bg-blue-900 bg-opacity-30 p-4 rounded-lg">
<h4 class="font-semibold text-blue-200 mb-2">成本拐点</h4>
<p class="text-sm">IPv6设备单价已降至IPv4的1.2倍2020年为2倍规模效应显现</p>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-4 text-blue-200">市场热度与情绪</h3>
<div class="space-y-4">
<div class="bg-blue-900 bg-opacity-30 p-4 rounded-lg">
<h4 class="font-semibold text-blue-200 mb-2">新闻热度</h4>
<p class="text-sm">2025年5月政策发布后百度指数"IPv6"搜索量单日环比+320%但机构研报覆盖度仍低近3个月仅12篇低于AI主题的200+篇)</p>
</div>
<div class="bg-blue-900 bg-opacity-30 p-4 rounded-lg">
<h4 class="font-semibold text-blue-200 mb-2">情绪分化</h4>
<p class="text-sm">运营商(中国移动)路演中强调"IPv6是算力网络底座",但设备商(紫光股份)坦言"客户更关注800G交换机IPv6只是标配功能"</p>
</div>
</div>
<h3 class="text-xl font-semibold mt-6 mb-4 text-blue-200">预期差分析</h3>
<div class="space-y-4">
<div class="bg-blue-900 bg-opacity-30 p-4 rounded-lg">
<h4 class="font-semibold text-blue-200 mb-2">市场忽略点</h4>
<p class="text-sm">IPv6单栈部署纯IPv6网络进度超预期——北京电信已完成骨干网/城域网/接入网100%单栈改造而市场预期需到2026年</p>
</div>
<div class="bg-blue-900 bg-opacity-30 p-4 rounded-lg">
<h4 class="font-semibold text-blue-200 mb-2">认知误区</h4>
<p class="text-sm">投资者将IPv6等同于"网络升级"忽视其工业场景如东土科技的AUTBUS标准和安全增量启明星辰IPv6防火墙订单2024年同比+200%</p>
</div>
</div>
</div>
</div>
</div>
<!-- 关键催化剂与未来发展路径 -->
<div class="mb-12 card-shadow rounded-2xl p-6 highlight-box">
<h2 class="text-2xl font-bold mb-4 text-blue-300 flex items-center">
<i class="fas fa-rocket mr-3"></i>关键催化剂与未来发展路径
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
<h3 class="text-xl font-semibold mb-4 text-blue-200">近期催化剂3-6个月</h3>
<div class="space-y-4">
<div class="bg-blue-900 bg-opacity-30 p-4 rounded-lg">
<h4 class="font-semibold text-blue-200 mb-2">运营商集采</h4>
<p class="text-sm">2025年Q3启动的5G核心网集采将强制要求IPv6单栈支持参考2024年移动集采中IPv6功能占比30%</p>
</div>
<div class="bg-blue-900 bg-opacity-30 p-4 rounded-lg">
<h4 class="font-semibold text-blue-200 mb-2">物联网招标</h4>
<p class="text-sm">国家电网2025年智能电表招标预计1.2亿只明确IPv6模组占比不低于50%2024年仅20%</p>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-4 text-blue-200">长期路径2025-2027</h3>
<div class="space-y-4">
<div class="bg-blue-900 bg-opacity-30 p-4 rounded-lg">
<h4 class="font-semibold text-blue-200 mb-2">阶段12025</h4>
<p class="text-sm">政策达标冲刺网络设备商订单爆发预计IPv6相关收入占比从15%→35%</p>
</div>
<div class="bg-blue-900 bg-opacity-30 p-4 rounded-lg">
<h4 class="font-semibold text-blue-200 mb-2">阶段22026-2027</h4>
<p class="text-sm">应用层创新如IPv6+SRv6在工业互联网切片中普及华为已中标宝钢项目</p>
</div>
</div>
</div>
</div>
</div>
<!-- 产业链与核心公司深度剖析 -->
<div class="mb-12 card-shadow rounded-2xl p-6 highlight-box">
<h2 class="text-2xl font-bold mb-4 text-blue-300 flex items-center">
<i class="fas fa-sitemap mr-3"></i>产业链与核心公司深度剖析
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
<h3 class="text-xl font-semibold mb-4 text-blue-200">产业链图谱</h3>
<div class="bg-blue-900 bg-opacity-30 p-4 rounded-lg">
<p class="mb-3"><strong class="text-blue-200">上游</strong>:芯片(华为海思、中兴微电子)→<strong class="text-blue-200">中游</strong>:网络设备(紫光股份、中兴通讯)→<strong class="text-blue-200">下游</strong>:运营商/云厂商(移动、天翼云)</p>
<p><strong class="text-blue-200">边缘场景</strong>:物联网模组(移远通信)、工业网关(三旺通信)</p>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-4 text-blue-200">核心玩家对比</h3>
<div class="overflow-x-auto">
<table class="min-w-full bg-blue-900 bg-opacity-30 rounded-lg">
<thead>
<tr>
<th class="py-2 px-4 text-left text-blue-200">公司</th>
<th class="py-2 px-4 text-left text-blue-200">业务纯度</th>
<th class="py-2 px-4 text-left text-blue-200">IPv6相关收入</th>
<th class="py-2 px-4 text-left text-blue-200">关键进展</th>
</tr>
</thead>
<tbody>
<tr>
<td class="py-2 px-4 border-t border-blue-700">紫光股份</td>
<td class="py-2 px-4 border-t border-blue-700"></td>
<td class="py-2 px-4 border-t border-blue-700">80亿15%</td>
<td class="py-2 px-4 border-t border-blue-700">新华三800G交换机全面支持IPv6单栈</td>
</tr>
<tr>
<td class="py-2 px-4 border-t border-blue-700">中兴通讯</td>
<td class="py-2 px-4 border-t border-blue-700"></td>
<td class="py-2 px-4 border-t border-blue-700">60亿12%</td>
<td class="py-2 px-4 border-t border-blue-700">中标中国移动2024年IPv6核心网项目</td>
</tr>
<tr>
<td class="py-2 px-4 border-t border-blue-700">移远通信</td>
<td class="py-2 px-4 border-t border-blue-700"></td>
<td class="py-2 px-4 border-t border-blue-700">25亿40%</td>
<td class="py-2 px-4 border-t border-blue-700">全球首个5G+IPv6模组量产</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="mt-6 grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
<h3 class="text-xl font-semibold mb-4 text-blue-200">验证与证伪</h3>
<div class="space-y-4">
<div class="bg-blue-900 bg-opacity-30 p-4 rounded-lg">
<h4 class="font-semibold text-blue-200 mb-2">数据印证</h4>
<p class="text-sm">三旺通信路演显示其IPv6工业网关在手订单1.4亿(同比+20%但交付周期因客户验收延迟拉长至180天预期120天</p>
</div>
<div class="bg-blue-900 bg-opacity-30 p-4 rounded-lg">
<h4 class="font-semibold text-blue-200 mb-2">矛盾点</h4>
<p class="text-sm">研报称"IPv6流量占比将快速提升"但Cogent路演指出IPv6渗透率仅7%因兼容性问题需警惕技术替代风险如IPv4+NAT64长期存在</p>
</div>
</div>
</div>
</div>
</div>
<!-- 潜在风险与挑战 -->
<div class="mb-12 card-shadow rounded-2xl p-6 highlight-box">
<h2 class="text-2xl font-bold mb-4 text-blue-300 flex items-center">
<i class="fas fa-exclamation-triangle mr-3"></i>潜在风险与挑战
</h2>
<div class="overflow-x-auto">
<table class="min-w-full bg-blue-900 bg-opacity-30 rounded-lg">
<thead>
<tr>
<th class="py-3 px-4 text-left text-blue-200">风险类型</th>
<th class="py-3 px-4 text-left text-blue-200">具体表现</th>
</tr>
</thead>
<tbody>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">技术风险</td>
<td class="py-3 px-4 border-t border-blue-700">IPv6单栈与IPv4应用兼容性不足如部分金融系统仍依赖IPv4</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">商业化风险</td>
<td class="py-3 px-4 border-t border-blue-700">运营商CAPEX收缩2025年移动资本开支预计下滑5%可能压缩IPv6改造预算</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">政策风险</td>
<td class="py-3 px-4 border-t border-blue-700">若2025年目标未达成部委可能下调后续指标类似2017年"提速降费"回调)</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">信息矛盾</td>
<td class="py-3 px-4 border-t border-blue-700">新闻称"IPv6流量占比70%"但Cogent路演数据为7%统计口径差异移动网vs全网</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- 综合结论与投资启示 -->
<div class="mb-12 card-shadow rounded-2xl p-6 highlight-box">
<h2 class="text-2xl font-bold mb-4 text-blue-300 flex items-center">
<i class="fas fa-chart-line mr-3"></i>综合结论与投资启示
</h2>
<div class="bg-gradient-to-r from-blue-800 to-indigo-900 p-6 rounded-xl mb-6">
<p class="text-lg leading-relaxed mb-4">
<strong class="text-yellow-300">阶段判断</strong>IPv6处于"政策冲刺+技术验证"过渡期,非主题炒作,但需跟踪<strong class="text-yellow-300">单栈渗透率</strong>这一核心指标。
</p>
<p class="text-lg leading-relaxed mb-4">
<strong class="text-yellow-300">投资方向</strong>
</p>
<ol class="list-decimal pl-6 space-y-2">
<li><strong class="text-yellow-300">设备商</strong>紫光股份800G+IPv6双轮驱动、中兴通讯运营商集采份额提升</li>
<li><strong class="text-yellow-300">物联网</strong>移远通信5G+IPv6模组龙头2025年电表招标弹性大</li>
</ol>
<p class="text-lg leading-relaxed mt-4">
<strong class="text-yellow-300">跟踪指标</strong>
</p>
<ul class="list-disc pl-6 space-y-2">
<li>2025年Q3运营商IPv6集采规模预计同比+50%</li>
<li>国家电网IPv6模组招标占比2025年目标50% vs 2024年20%</li>
</ul>
</div>
<div class="bg-blue-900 bg-opacity-30 p-6 rounded-xl">
<p class="text-xl font-semibold text-center text-yellow-300">
IPv6的2025年政策倒计时已启动设备商订单和物联网渗透率将是验证逻辑的唯一标准
</p>
</div>
</div>
<!-- 关联股票数据 -->
<div class="mb-12 card-shadow rounded-2xl p-6 highlight-box">
<h2 class="text-2xl font-bold mb-4 text-blue-300 flex items-center">
<i class="fas fa-table mr-3"></i>关联股票数据
</h2>
<div class="table-responsive">
<table class="min-w-full bg-blue-900 bg-opacity-30 rounded-lg">
<thead>
<tr>
<th class="py-3 px-4 text-left text-blue-200">股票</th>
<th class="py-3 px-4 text-left text-blue-200">行业</th>
<th class="py-3 px-4 text-left text-blue-200">技术/项目</th>
<th class="py-3 px-4 text-left text-blue-200">市场地位/应用场景</th>
<th class="py-3 px-4 text-left text-blue-200">关联原因</th>
</tr>
</thead>
<tbody>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">中兴通讯</td>
<td class="py-3 px-4 border-t border-blue-700">网络设备与光通信</td>
<td class="py-3 px-4 border-t border-blue-700">5G与IPv6技术深度融合</td>
<td class="py-3 px-4 border-t border-blue-700">运营商核心供应商</td>
<td class="py-3 px-4 border-t border-blue-700">根据网络资料该公司在IPv6领域与5G技术深度融合并作为运营商核心供应商参与相关项目</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">紫光股份</td>
<td class="py-3 px-4 border-t border-blue-700">网络设备与光通信</td>
<td class="py-3 px-4 border-t border-blue-700">高端交换机技术</td>
<td class="py-3 px-4 border-t border-blue-700">数据中心网络解决方案龙头</td>
<td class="py-3 px-4 border-t border-blue-700">根据网络资料,该公司在高端交换机市场占有率领先,并提供数据中心网络解决方案</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">烽火通信</td>
<td class="py-3 px-4 border-t border-blue-700">网络设备与光通信</td>
<td class="py-3 px-4 border-t border-blue-700">光网络设备核心厂商</td>
<td class="py-3 px-4 border-t border-blue-700">光模块技术持续突破</td>
<td class="py-3 px-4 border-t border-blue-700">根据网络资料,该公司是光网络设备核心厂商,光模块技术持续突破</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">星网锐捷</td>
<td class="py-3 px-4 border-t border-blue-700">网络设备与光通信</td>
<td class="py-3 px-4 border-t border-blue-700">IPv6+2.0关键技术</td>
<td class="py-3 px-4 border-t border-blue-700">运营商城域网与骨干网</td>
<td class="py-3 px-4 border-t border-blue-700">根据互动该公司推出锐捷电信级城域网与骨干网路由器采用IPv6+2.0和SRv6技术</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">浪潮信息</td>
<td class="py-3 px-4 border-t border-blue-700">云计算与数据中心</td>
<td class="py-3 px-4 border-t border-blue-700">全线IPv6解决方案</td>
<td class="py-3 px-4 border-t border-blue-700">服务器行业龙头</td>
<td class="py-3 px-4 border-t border-blue-700">根据网络资料该公司具备全线IPv6解决方案能力是服务器行业龙头企业</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">网宿科技</td>
<td class="py-3 px-4 border-t border-blue-700">云计算与数据中心</td>
<td class="py-3 px-4 border-t border-blue-700">CDN技术</td>
<td class="py-3 px-4 border-t border-blue-700">CDN行业龙头</td>
<td class="py-3 px-4 border-t border-blue-700">根据网络资料及互动该公司作为CDN行业龙头积极参与国家IPv6推进工作</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">移远通信</td>
<td class="py-3 px-4 border-t border-blue-700">物联网与智能终端</td>
<td class="py-3 px-4 border-t border-blue-700">蜂窝物联网模组</td>
<td class="py-3 px-4 border-t border-blue-700">全球龙头</td>
<td class="py-3 px-4 border-t border-blue-700">根据网络资料该公司产品全面支持IPv6协议是蜂窝物联网模组全球龙头企业</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">广和通</td>
<td class="py-3 px-4 border-t border-blue-700">物联网与智能终端</td>
<td class="py-3 px-4 border-t border-blue-700">5G模组技术</td>
<td class="py-3 px-4 border-t border-blue-700">行业应用场景拓展</td>
<td class="py-3 px-4 border-t border-blue-700">根据网络资料该公司在5G模组技术领域领先持续拓展行业应用场景</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">美的集团</td>
<td class="py-3 px-4 border-t border-blue-700">物联网与智能终端</td>
<td class="py-3 px-4 border-t border-blue-700">智能家居技术</td>
<td class="py-3 px-4 border-t border-blue-700">智能家居头部企业</td>
<td class="py-3 px-4 border-t border-blue-700">根据网络资料该公司加速布局全屋智能IPv6网络是智能家居头部企业</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">吉视传媒</td>
<td class="py-3 px-4 border-t border-blue-700">网络安全</td>
<td class="py-3 px-4 border-t border-blue-700">IPv6支持</td>
<td class="py-3 px-4 border-t border-blue-700">二代芯片及设备支持IPv6</td>
<td class="py-3 px-4 border-t border-blue-700">根据互动该公司第一代i-pon芯片已支持IPv6二代芯片及相关设备实现全面支持</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">启明星辰</td>
<td class="py-3 px-4 border-t border-blue-700">网络安全</td>
<td class="py-3 px-4 border-t border-blue-700">IPv6安全解决方案</td>
<td class="py-3 px-4 border-t border-blue-700">网络安全网关领域龙头</td>
<td class="py-3 px-4 border-t border-blue-700">根据网络资料该公司在IPv6安全解决方案领域成熟是网络安全网关领域龙头企业</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">深信服</td>
<td class="py-3 px-4 border-t border-blue-700">网络安全</td>
<td class="py-3 px-4 border-t border-blue-700">云安全技术</td>
<td class="py-3 px-4 border-t border-blue-700">全栈安全防护能力</td>
<td class="py-3 px-4 border-t border-blue-700">根据网络资料,该公司具备全栈安全防护能力,是云安全市场领先企业</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">安恒信息</td>
<td class="py-3 px-4 border-t border-blue-700">网络安全</td>
<td class="py-3 px-4 border-t border-blue-700">数据安全技术</td>
<td class="py-3 px-4 border-t border-blue-700">IPv6环境威胁检测</td>
<td class="py-3 px-4 border-t border-blue-700">根据网络资料该公司在IPv6环境下的威胁检测技术优势突出</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">电科网安</td>
<td class="py-3 px-4 border-t border-blue-700">网络安全</td>
<td class="py-3 px-4 border-t border-blue-700">IPv6创新产品</td>
<td class="py-3 px-4 border-t border-blue-700">IPv6论坛奖项</td>
<td class="py-3 px-4 border-t border-blue-700">根据互动该公司获得2023年IPv6相关奖项及创新产品奖</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">天融信</td>
<td class="py-3 px-4 border-t border-blue-700">网络安全</td>
<td class="py-3 px-4 border-t border-blue-700">IPv6安全防护</td>
<td class="py-3 px-4 border-t border-blue-700">全方面IPv6产品及解决方案</td>
<td class="py-3 px-4 border-t border-blue-700">根据互动该公司持续开展IPv6安全防护技术研究提供全方面产品及解决方案</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">用友网络</td>
<td class="py-3 px-4 border-t border-blue-700">行业应用</td>
<td class="py-3 px-4 border-t border-blue-700">助力企业数字化转型</td>
<td class="py-3 px-4 border-t border-blue-700">工业互联网平台领军企业</td>
<td class="py-3 px-4 border-t border-blue-700">根据网络资料,该公司作为工业互联网平台领军企业,助力企业数字化转型</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">四维图新</td>
<td class="py-3 px-4 border-t border-blue-700">行业应用</td>
<td class="py-3 px-4 border-t border-blue-700">高精度地图IPv6适配</td>
<td class="py-3 px-4 border-t border-blue-700">车联网数据服务龙头</td>
<td class="py-3 px-4 border-t border-blue-700">根据网络资料该公司是车联网数据服务龙头企业高精度地图适配IPv6</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">宝信软件</td>
<td class="py-3 px-4 border-t border-blue-700">行业应用</td>
<td class="py-3 px-4 border-t border-blue-700">智能制造解决方案</td>
<td class="py-3 px-4 border-t border-blue-700">钢铁行业工业互联网标杆</td>
<td class="py-3 px-4 border-t border-blue-700">根据网络资料,该公司在钢铁行业工业互联网领域领先,提供智能制造解决方案</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">东土科技</td>
<td class="py-3 px-4 border-t border-blue-700">行业应用</td>
<td class="py-3 px-4 border-t border-blue-700">基于IPv6的AUTBUS国际标准</td>
<td class="py-3 px-4 border-t border-blue-700">工业控制总线标准</td>
<td class="py-3 px-4 border-t border-blue-700">根据互动该公司牵头制定基于IPv6的工业控制总线标准已发布6项国际标准</td>
</tr>
<tr>
<td class="py-3 px-4 border-t border-blue-700 font-semibold">先进数通</td>
<td class="py-3 px-4 border-t border-blue-700">行业应用</td>
<td class="py-3 px-4 border-t border-blue-700">IPv6升级技术</td>
<td class="py-3 px-4 border-t border-blue-700">技术专项解决方案</td>
<td class="py-3 px-4 border-t border-blue-700">根据互动该公司提供包含IPv6升级改造的技术专项解决方案</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<script>
// 初始化粒子背景
tsParticles.load("particles-js", {
particles: {
number: {
value: 80,
density: {
enable: true,
value_area: 800
}
},
color: {
value: "#ffffff"
},
shape: {
type: "circle"
},
opacity: {
value: 0.5,
random: false
},
size: {
value: 3,
random: true
},
line_linked: {
enable: true,
distance: 150,
color: "#ffffff",
opacity: 0.4,
width: 1
},
move: {
enable: true,
speed: 2,
direction: "none",
random: false,
straight: false,
out_mode: "out",
bounce: false
}
},
interactivity: {
detect_on: "canvas",
events: {
onhover: {
enable: true,
mode: "grab"
},
onclick: {
enable: true,
mode: "push"
},
resize: true
},
modes: {
grab: {
distance: 140,
line_linked: {
opacity: 1
}
},
push: {
particles_nb: 4
}
}
},
retina_detect: true
});
</script>
</body>
</html>
```