1186 lines
69 KiB
HTML
1186 lines
69 KiB
HTML
|
||
<!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>智能车路云系统 - 行业洞察与投资分析</title>
|
||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" 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/dist/full.min.css" rel="stylesheet">
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||
<style>
|
||
body {
|
||
font-family: 'Inter', sans-serif;
|
||
background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
|
||
min-height: 100vh;
|
||
}
|
||
.glass-effect {
|
||
background: rgba(255, 255, 255, 0.05);
|
||
backdrop-filter: blur(10px);
|
||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||
}
|
||
.text-gradient {
|
||
background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
|
||
-webkit-background-clip: text;
|
||
-webkit-text-fill-color: transparent;
|
||
background-clip: text;
|
||
}
|
||
.card-hover {
|
||
transition: all 0.3s ease;
|
||
}
|
||
.card-hover:hover {
|
||
transform: translateY(-5px);
|
||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
|
||
}
|
||
.timeline-line {
|
||
background: linear-gradient(180deg, #3b82f6 0%, #60a5fa 100%);
|
||
width: 2px;
|
||
position: absolute;
|
||
left: 20px;
|
||
top: 0;
|
||
bottom: 0;
|
||
}
|
||
.timeline-dot {
|
||
width: 12px;
|
||
height: 12px;
|
||
background: #3b82f6;
|
||
border-radius: 50%;
|
||
position: absolute;
|
||
left: 15px;
|
||
top: 5px;
|
||
box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
|
||
}
|
||
.table-container {
|
||
overflow-x: auto;
|
||
max-width: 100%;
|
||
}
|
||
@media (max-width: 768px) {
|
||
.timeline-line {
|
||
left: 10px;
|
||
}
|
||
.timeline-dot {
|
||
left: 5px;
|
||
}
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="text-gray-100">
|
||
<div class="container mx-auto px-4 py-8 max-w-7xl">
|
||
<!-- 标题部分 -->
|
||
<div class="text-center mb-12">
|
||
<h1 class="text-4xl md:text-5xl font-bold mb-4 text-gradient">智能车路云系统</h1>
|
||
<p class="text-xl text-gray-300 mb-2">行业洞察与投资分析</p>
|
||
<div class="flex justify-center items-center gap-4 text-sm text-gray-400">
|
||
<span><i class="fas fa-calendar-alt mr-2"></i>2024年12月</span>
|
||
<span><i class="fas fa-chart-line mr-2"></i>千亿产业元年</span>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心观点摘要 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-4 text-blue-400">
|
||
<i class="fas fa-lightbulb mr-2"></i>核心观点摘要
|
||
</h2>
|
||
<div class="grid md:grid-cols-3 gap-4">
|
||
<div class="bg-blue-900/20 rounded-xl p-4 border border-blue-800/30">
|
||
<h3 class="font-semibold text-blue-300 mb-2">阶段判断</h3>
|
||
<p class="text-sm text-gray-300">从"示范区验证"进入"城市级规模化建设"阶段,2025年或为千亿级产业元年</p>
|
||
</div>
|
||
<div class="bg-green-900/20 rounded-xl p-4 border border-green-800/30">
|
||
<h3 class="font-semibold text-green-300 mb-2">核心驱动力</h3>
|
||
<p class="text-sm text-gray-300">政策强制 + 技术成熟 + 单车智能瓶颈倒逼</p>
|
||
</div>
|
||
<div class="bg-purple-900/20 rounded-xl p-4 border border-purple-800/30">
|
||
<h3 class="font-semibold text-purple-300 mb-2">未来潜力</h3>
|
||
<p class="text-sm text-gray-300">2030年产业总产值增量2.5万亿元,路侧基础设施CAGR 80%</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 概念事件时间线 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-blue-400">
|
||
<i class="fas fa-history mr-2"></i>概念事件时间线
|
||
</h2>
|
||
<div class="relative">
|
||
<div class="timeline-line"></div>
|
||
<div class="space-y-6">
|
||
<div class="relative pl-12">
|
||
<div class="timeline-dot"></div>
|
||
<div class="bg-gray-800/50 rounded-lg p-4">
|
||
<div class="flex items-center gap-2 mb-2">
|
||
<span class="text-blue-400 font-semibold">2024年1月17日</span>
|
||
<span class="bg-blue-900/30 text-blue-300 text-xs px-2 py-1 rounded">政策发布</span>
|
||
</div>
|
||
<p class="text-sm text-gray-300">工信部等五部委发布《关于开展智能网联汽车"车路云一体化"应用试点工作的通知》,明确2024-2026年为试点期</p>
|
||
</div>
|
||
</div>
|
||
<div class="relative pl-12">
|
||
<div class="timeline-dot"></div>
|
||
<div class="bg-gray-800/50 rounded-lg p-4">
|
||
<div class="flex items-center gap-2 mb-2">
|
||
<span class="text-green-400 font-semibold">2024年5月31日</span>
|
||
<span class="bg-green-900/30 text-green-300 text-xs px-2 py-1 rounded">项目招标</span>
|
||
</div>
|
||
<p class="text-sm text-gray-300">北京发布99.39亿元车路云一体化招标,覆盖6050个路口,成为行业标杆</p>
|
||
</div>
|
||
</div>
|
||
<div class="relative pl-12">
|
||
<div class="timeline-dot"></div>
|
||
<div class="bg-gray-800/50 rounded-lg p-4">
|
||
<div class="flex items-center gap-2 mb-2">
|
||
<span class="text-purple-400 font-semibold">2024年7月</span>
|
||
<span class="bg-purple-900/30 text-purple-300 text-xs px-2 py-1 rounded">城市名单</span>
|
||
</div>
|
||
<p class="text-sm text-gray-300">工信部公布首批20个试点城市名单,武汉跟进170.8亿元项目</p>
|
||
</div>
|
||
</div>
|
||
<div class="relative pl-12">
|
||
<div class="timeline-dot"></div>
|
||
<div class="bg-gray-800/50 rounded-lg p-4">
|
||
<div class="flex items-center gap-2 mb-2">
|
||
<span class="text-yellow-400 font-semibold">2024年12月5日</span>
|
||
<span class="bg-yellow-900/30 text-yellow-300 text-xs px-2 py-1 rounded">国家战略</span>
|
||
</div>
|
||
<p class="text-sm text-gray-300">中共中央办公厅、国务院办公厅发文推进车路云建设,提出"千亿产业方兴未艾"</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心驱动力 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-blue-400">
|
||
<i class="fas fa-rocket mr-2"></i>核心驱动力
|
||
</h2>
|
||
<div class="grid md:grid-cols-3 gap-6">
|
||
<div class="text-center">
|
||
<div class="bg-blue-900/20 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
|
||
<i class="fas fa-landmark text-2xl text-blue-400"></i>
|
||
</div>
|
||
<h3 class="font-semibold text-lg mb-2 text-blue-300">政策强制落地</h3>
|
||
<ul class="text-sm text-gray-300 space-y-1 text-left">
|
||
<li>• 财政杠杆:中央补贴10亿/省</li>
|
||
<li>• 试点硬性指标:6000+路口改造</li>
|
||
<li>• 车载终端100%安装C-V2X</li>
|
||
</ul>
|
||
</div>
|
||
<div class="text-center">
|
||
<div class="bg-green-900/20 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
|
||
<i class="fas fa-microchip text-2xl text-green-400"></i>
|
||
</div>
|
||
<h3 class="font-semibold text-lg mb-2 text-green-300">技术路径唯一性</h3>
|
||
<ul class="text-sm text-gray-300 space-y-1 text-left">
|
||
<li>• 中国方案:"车路云一体化"</li>
|
||
<li>• C-V2X标准全球统一</li>
|
||
<li>• 时延<10ms(华为实测)</li>
|
||
</ul>
|
||
</div>
|
||
<div class="text-center">
|
||
<div class="bg-purple-900/20 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
|
||
<i class="fas fa-coins text-2xl text-purple-400"></i>
|
||
</div>
|
||
<h3 class="font-semibold text-lg mb-2 text-purple-300">商业化闭环雏形</h3>
|
||
<ul class="text-sm text-gray-300 space-y-1 text-left">
|
||
<li>• 盈利模式:政府70%+国企30%</li>
|
||
<li>• 数据服务变现</li>
|
||
<li>• 车企订阅制收费</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 产业链图谱 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-blue-400">
|
||
<i class="fas fa-sitemap mr-2"></i>产业链图谱
|
||
</h2>
|
||
<div class="bg-gray-800/30 rounded-xl p-6">
|
||
<div class="flex flex-col md:flex-row justify-between items-center gap-4">
|
||
<div class="text-center flex-1">
|
||
<div class="bg-blue-900/30 rounded-lg p-4 mb-2">
|
||
<h3 class="font-semibold text-blue-300">上游</h3>
|
||
<p class="text-sm text-gray-300">芯片/模组(高通、华为)<br>传感器(禾赛、速腾聚创)</p>
|
||
</div>
|
||
</div>
|
||
<div class="text-2xl text-gray-500 hidden md:block">→</div>
|
||
<div class="text-center flex-1">
|
||
<div class="bg-green-900/30 rounded-lg p-4 mb-2">
|
||
<h3 class="font-semibold text-green-300">中游</h3>
|
||
<p class="text-sm text-gray-300">路侧设备:RSU(金溢科技、万集科技)<br>云控平台:深城交、千方科技</p>
|
||
</div>
|
||
</div>
|
||
<div class="text-2xl text-gray-500 hidden md:block">→</div>
|
||
<div class="text-center flex-1">
|
||
<div class="bg-purple-900/30 rounded-lg p-4 mb-2">
|
||
<h3 class="font-semibold text-purple-300">下游</h3>
|
||
<p class="text-sm text-gray-300">运营服务(通行宝、云星宇)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关键催化剂 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-blue-400">
|
||
<i class="fas fa-fire mr-2"></i>关键催化剂
|
||
</h2>
|
||
<div class="grid md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="font-semibold text-lg mb-3 text-green-300">近期催化剂(3-6个月)</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-gray-800/50 rounded-lg p-3">
|
||
<h4 class="font-medium text-green-400 mb-1">第二批试点城市名单</h4>
|
||
<p class="text-sm text-gray-300">预计2025年Q1公布,新增10-15城</p>
|
||
</div>
|
||
<div class="bg-gray-800/50 rounded-lg p-3">
|
||
<h4 class="font-medium text-green-400 mb-1">华为车路云基地落地</h4>
|
||
<p class="text-sm text-gray-300">12月6日华为联通共建5G-A车联网基地</p>
|
||
</div>
|
||
<div class="bg-gray-800/50 rounded-lg p-3">
|
||
<h4 class="font-medium text-green-400 mb-1">补贴政策细则</h4>
|
||
<p class="text-sm text-gray-300">传闻中央以国债形式发放15%补贴</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3 class="font-semibold text-lg mb-3 text-purple-300">长期发展路径</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-gray-800/50 rounded-lg p-3">
|
||
<h4 class="font-medium text-purple-400 mb-1">2024-2026年</h4>
|
||
<p class="text-sm text-gray-300">试点城市完成路侧基建+OBU渗透(5%→30%)</p>
|
||
</div>
|
||
<div class="bg-gray-800/50 rounded-lg p-3">
|
||
<h4 class="font-medium text-purple-400 mb-1">2027-2030年</h4>
|
||
<p class="text-sm text-gray-300">全国339城复制,路侧设备市场规模4174亿元</p>
|
||
</div>
|
||
<div class="bg-gray-800/50 rounded-lg p-3">
|
||
<h4 class="font-medium text-purple-400 mb-1">终极形态</h4>
|
||
<p class="text-sm text-gray-300">车路云与智慧高速/城市大脑融合,形成"交通元宇宙"</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心玩家对比 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-blue-400">
|
||
<i class="fas fa-chess mr-2"></i>核心玩家对比
|
||
</h2>
|
||
<div class="overflow-x-auto">
|
||
<table class="w-full text-sm">
|
||
<thead>
|
||
<tr class="border-b border-gray-700">
|
||
<th class="text-left py-3 px-4 text-blue-300">公司</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">角色</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">竞争优势</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">风险点</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 font-medium text-green-300">万集科技</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧+车载全栈</td>
|
||
<td class="py-3 px-4 text-gray-300">激光雷达+RSU双龙头,北京/武汉项目核心供应商</td>
|
||
<td class="py-3 px-4 text-gray-300">激光雷达价格战(毛利率承压)</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 font-medium text-green-300">金溢科技</td>
|
||
<td class="py-3 px-4 text-gray-300">RSU龙头</td>
|
||
<td class="py-3 px-4 text-gray-300">深圳本地优势,与比亚迪合作OBU</td>
|
||
<td class="py-3 px-4 text-gray-300">区域订单依赖性强</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 font-medium text-green-300">千方科技</td>
|
||
<td class="py-3 px-4 text-gray-300">云控平台</td>
|
||
<td class="py-3 px-4 text-gray-300">北京云控份额80%,阿里系资源</td>
|
||
<td class="py-3 px-4 text-gray-300">项目周期长(1-2年确认收入)</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 font-medium text-green-300">通行宝</td>
|
||
<td class="py-3 px-4 text-gray-300">运营服务</td>
|
||
<td class="py-3 px-4 text-gray-300">江苏交控控股,ETC数据变现</td>
|
||
<td class="py-3 px-4 text-gray-300">商业模式尚未跑通</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 潜在风险 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-blue-400">
|
||
<i class="fas fa-exclamation-triangle mr-2"></i>潜在风险与挑战
|
||
</h2>
|
||
<div class="grid md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="font-semibold text-lg mb-3 text-red-300">主要风险类型</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-red-900/20 rounded-lg p-4 border border-red-800/30">
|
||
<h4 class="font-medium text-red-400 mb-2">技术风险</h4>
|
||
<p class="text-sm text-gray-300">C-V2X标准升级(R19)可能淘汰现有设备</p>
|
||
</div>
|
||
<div class="bg-orange-900/20 rounded-lg p-4 border border-orange-800/30">
|
||
<h4 class="font-medium text-orange-400 mb-2">商业化风险</h4>
|
||
<p class="text-sm text-gray-300">OBU后装市场价格敏感(需降至500元)</p>
|
||
</div>
|
||
<div class="bg-yellow-900/20 rounded-lg p-4 border border-yellow-800/30">
|
||
<h4 class="font-medium text-yellow-400 mb-2">政策风险</h4>
|
||
<p class="text-sm text-gray-300">地方财政紧张(部分城市资金未到位)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3 class="font-semibold text-lg mb-3 text-purple-300">信息矛盾点</h3>
|
||
<div class="bg-gray-800/50 rounded-lg p-4">
|
||
<h4 class="font-medium text-purple-400 mb-2">北京项目投资额差异</h4>
|
||
<p class="text-sm text-gray-300 mb-2">招标99亿 vs 专家估算实际施工仅70亿</p>
|
||
<div class="flex items-center gap-2 text-xs text-gray-400">
|
||
<span class="bg-gray-700 px-2 py-1 rounded">华泰计算机数据</span>
|
||
<span class="text-gray-500">vs</span>
|
||
<span class="bg-gray-700 px-2 py-1 rounded">路演专家数据</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 投资启示 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-blue-400">
|
||
<i class="fas fa-chart-pie mr-2"></i>综合结论与投资启示
|
||
</h2>
|
||
<div class="bg-gradient-to-r from-blue-900/30 to-purple-900/30 rounded-xl p-6">
|
||
<div class="grid md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="font-semibold text-lg mb-3 text-green-300">阶段判断</h3>
|
||
<p class="text-gray-300 mb-4">政策驱动向订单兑现过渡,2025年为基本面拐点(类似2019年ETC行情)</p>
|
||
|
||
<h3 class="font-semibold text-lg mb-3 text-green-300">高价值环节</h3>
|
||
<div class="space-y-2">
|
||
<div class="flex items-start gap-2">
|
||
<i class="fas fa-star text-yellow-400 mt-1"></i>
|
||
<div>
|
||
<p class="font-medium text-yellow-300">路侧激光雷达(万集科技)</p>
|
||
<p class="text-sm text-gray-300">技术壁垒+单价高(5万/台),毛利率40%+</p>
|
||
</div>
|
||
</div>
|
||
<div class="flex items-start gap-2">
|
||
<i class="fas fa-star text-yellow-400 mt-1"></i>
|
||
<div>
|
||
<p class="font-medium text-yellow-300">云控平台(千方科技)</p>
|
||
<p class="text-sm text-gray-300">数据垄断性,订阅制收费(类比高德地图)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3 class="font-semibold text-lg mb-3 text-purple-300">跟踪指标</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-gray-800/50 rounded-lg p-3">
|
||
<h4 class="font-medium text-purple-400 mb-1">2025年Q1</h4>
|
||
<p class="text-sm text-gray-300">第二批试点城市名单+补贴细则</p>
|
||
</div>
|
||
<div class="bg-gray-800/50 rounded-lg p-3">
|
||
<h4 class="font-medium text-purple-400 mb-1">2025年H1</h4>
|
||
<p class="text-sm text-gray-300">万集科技激光雷达出货量(目标1万台)</p>
|
||
<p class="text-sm text-gray-300">千方科技云控平台签约金额</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="mt-6 pt-6 border-t border-gray-700">
|
||
<p class="text-center text-lg font-medium text-gradient">
|
||
智能车路云系统已从"主题炒作"进入"订单驱动"阶段,路侧设备与云控平台为黄金赛道
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关联股票数据 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-blue-400">
|
||
<i class="fas fa-table mr-2"></i>关联股票数据
|
||
</h2>
|
||
|
||
<!-- 车路云一体化 -->
|
||
<div class="mb-8">
|
||
<h3 class="text-xl font-semibold mb-4 text-green-300">车路云一体化(240616)</h3>
|
||
<div class="table-container">
|
||
<table class="w-full text-sm">
|
||
<thead>
|
||
<tr class="border-b border-gray-700">
|
||
<th class="text-left py-3 px-4 text-blue-300">股票名称</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">行业</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">项目</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">分类</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">产业链</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">投资逻辑</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">北京数字基建投资发展有限公司</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通</td>
|
||
<td class="py-3 px-4 text-gray-300">北京车路云一体化试点</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧交通基础设施</td>
|
||
<td class="py-3 px-4 text-gray-300">智能感知设备、车路协同系统</td>
|
||
<td class="py-3 px-4 text-gray-300">参与建设智慧灯杆、车路协同系统及智能网联汽车服务,涉及智能交通领域</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">武汉车网智联测试运营管理有限公司</td>
|
||
<td class="py-3 px-4 text-gray-300">智能网联汽车</td>
|
||
<td class="py-3 px-4 text-gray-300">武汉经开区车路云一体化试点</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同测试</td>
|
||
<td class="py-3 px-4 text-gray-300">智能网联汽车测试、道路智能化改造</td>
|
||
<td class="py-3 px-4 text-gray-300">负责武汉经开区车路云一体化测试及道路智能化改造项目</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">武汉军山新城科技投资集团有限公司</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧城市建设</td>
|
||
<td class="py-3 px-4 text-gray-300">武汉经开区军山新城车路云一体化</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧道路建设</td>
|
||
<td class="py-3 px-4 text-gray-300">智能道路基础设施、车路协同平台</td>
|
||
<td class="py-3 px-4 text-gray-300">建设军山新城片区道路网络车路云一体化系统</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">东软集团(武汉)有限公司</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通软件</td>
|
||
<td class="py-3 px-4 text-gray-300">武汉经开区东软集团车路云项目</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通软件平台</td>
|
||
<td class="py-3 px-4 text-gray-300">车路云平台开发、智能网联汽车应用</td>
|
||
<td class="py-3 px-4 text-gray-300">开发车路云一体化软件平台及智能网联汽车应用</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">深圳市金溢科技股份有限公司 (002869)</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通设备</td>
|
||
<td class="py-3 px-4 text-gray-300">深圳车路云一体化试点</td>
|
||
<td class="py-3 px-4 text-gray-300">智能路侧设备</td>
|
||
<td class="py-3 px-4 text-gray-300">智能感知设备、车路协同系统</td>
|
||
<td class="py-3 px-4 text-gray-300">参与深圳智能路侧设备及车路云平台建设</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">苏州新建元数字科技有限公司</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧城市</td>
|
||
<td class="py-3 px-4 text-gray-300">苏州车路云一体化试点</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧交通管理</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通管理平台、车路协同应用</td>
|
||
<td class="py-3 px-4 text-gray-300">负责苏州智能交通管理平台及车路云协同应用</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">浙江绿色智行科创有限公司</td>
|
||
<td class="py-3 px-4 text-gray-300">绿色交通</td>
|
||
<td class="py-3 px-4 text-gray-300">宁波车路云一体化试点</td>
|
||
<td class="py-3 px-4 text-gray-300">新能源车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">新能源汽车充电设施、智能网联汽车</td>
|
||
<td class="py-3 px-4 text-gray-300">建设宁波新能源车路协同基础设施及智能网联汽车应用</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">株洲高科汽车园投资发展有限公司</td>
|
||
<td class="py-3 px-4 text-gray-300">智能汽车</td>
|
||
<td class="py-3 px-4 text-gray-300">株洲车路云一体化试点</td>
|
||
<td class="py-3 px-4 text-gray-300">智能汽车测试</td>
|
||
<td class="py-3 px-4 text-gray-300">智能汽车测试基地、车路协同系统</td>
|
||
<td class="py-3 px-4 text-gray-300">建设株洲智能汽车测试基地及车路云协同系统</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">天津市宝通路桥建设有限公司</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧交通</td>
|
||
<td class="py-3 px-4 text-gray-300">天津车路云一体化试点</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧道路建设</td>
|
||
<td class="py-3 px-4 text-gray-300">智能道路基础设施、车路协同平台</td>
|
||
<td class="py-3 px-4 text-gray-300">参与天津智慧道路及车路云平台建设</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 车路协同(240327) -->
|
||
<div class="mb-8">
|
||
<h3 class="text-xl font-semibold mb-4 text-green-300">车路协同(240327)</h3>
|
||
<div class="table-container">
|
||
<table class="w-full text-sm">
|
||
<thead>
|
||
<tr class="border-b border-gray-700">
|
||
<th class="text-left py-3 px-4 text-blue-300">股票名称</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">行业</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">项目</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">分类</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">产业链</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">投资逻辑</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">金溢科技</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧设备</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">ETC设备更新</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">受益于2024年3月27日ETC设备更新车路协同政策,属于路侧设备核心供应商</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">万集科技</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧设备/激光雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">ETC设备更新/激光雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">同时参与路侧设备和激光雷达领域,直接受益于车路协同政策</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">华铭智能</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧设备</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">ETC设备更新</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧设备核心企业,政策推动ETC设备更新需求增长</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">丰山集团</td>
|
||
<td class="py-3 px-4 text-gray-300">激光雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">激光雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">激光雷达领域供应商,车路协同政策推动技术应用</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">金奥博</td>
|
||
<td class="py-3 px-4 text-gray-300">激光雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">激光雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">激光雷达相关技术受益于车路协同基础设施升级</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">华域汽车</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达技术应用于车路协同系统</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">道通科技</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达领域技术储备受益于政策推动</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">德赛西威</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车电子领域龙头,毫米波雷达技术直接受益</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">亚太股份</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达及智能驾驶系统供应商</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">神通科技</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车电子领域布局毫米波雷达技术</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">天龙股份</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">毫米波雷达</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车零部件供应商,参与毫米波雷达组件生产</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">海康威视</td>
|
||
<td class="py-3 px-4 text-gray-300">视频监控</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">视频监控</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">视频监控领域龙头,车路协同系统重要参与者</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">大华股份</td>
|
||
<td class="py-3 px-4 text-gray-300">视频监控</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">视频监控</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">视频监控技术应用于车路协同场景</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">千方科技</td>
|
||
<td class="py-3 px-4 text-gray-300">视频监控</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">视频监控</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通领域布局视频监控系统</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">四维图新</td>
|
||
<td class="py-3 px-4 text-gray-300">高精地图</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">高精地图</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">高精地图领域核心供应商,车路协同基础技术支撑</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">深城交</td>
|
||
<td class="py-3 px-4 text-gray-300">设计运营</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">设计运营</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">交通设计与运营服务受益于车路协同基础设施建设</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">华设集团</td>
|
||
<td class="py-3 px-4 text-gray-300">设计运营</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">设计运营</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">交通工程设计领域龙头,参与车路协同项目规划</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">皖通科技</td>
|
||
<td class="py-3 px-4 text-gray-300">设计运营</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">设计运营</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">交通信息化服务受益于车路协同系统建设</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">通行宝</td>
|
||
<td class="py-3 px-4 text-gray-300">设计运营</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">设计运营</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同产业链</td>
|
||
<td class="py-3 px-4 text-gray-300">ETC相关运营服务直接受益于政策推动</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 车路协同(240624) -->
|
||
<div>
|
||
<h3 class="text-xl font-semibold mb-4 text-green-300">车路协同(240624)</h3>
|
||
<div class="table-container">
|
||
<table class="w-full text-sm">
|
||
<thead>
|
||
<tr class="border-b border-gray-700">
|
||
<th class="text-left py-3 px-4 text-blue-300">股票名称</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">行业</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">项目</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">分类</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">产业链</th>
|
||
<th class="text-left py-3 px-4 text-blue-300">投资逻辑</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">金溢科技</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧交通</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧单元</td>
|
||
<td class="py-3 px-4 text-gray-300">公司参与车路协同项目,涉及路侧单元设备研发与应用</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">万集科技</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通</td>
|
||
<td class="py-3 px-4 text-gray-300">智能驾驶</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车零部件</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧单元</td>
|
||
<td class="py-3 px-4 text-gray-300">专注于智能交通领域,提供路侧单元解决方案</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">华铭智能</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车零部件</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧单元</td>
|
||
<td class="py-3 px-4 text-gray-300">参与车路协同项目,布局路侧单元设备</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">千方科技</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧交通</td>
|
||
<td class="py-3 px-4 text-gray-300">智能网联汽车</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧单元</td>
|
||
<td class="py-3 px-4 text-gray-300">在智慧交通领域布局,涉及路侧单元技术研发</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">高新兴</td>
|
||
<td class="py-3 px-4 text-gray-300">物联网</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">通信设备</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧单元</td>
|
||
<td class="py-3 px-4 text-gray-300">参与车路协同项目,提供路侧单元相关产品</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">华设集团</td>
|
||
<td class="py-3 px-4 text-gray-300">交通工程</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧高速</td>
|
||
<td class="py-3 px-4 text-gray-300">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧单元</td>
|
||
<td class="py-3 px-4 text-gray-300">在智慧高速领域提供路侧单元解决方案</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">华工科技</td>
|
||
<td class="py-3 px-4 text-gray-300">激光技术</td>
|
||
<td class="py-3 px-4 text-gray-300">智能驾驶</td>
|
||
<td class="py-3 px-4 text-gray-300">光电子</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧单元</td>
|
||
<td class="py-3 px-4 text-gray-300">激光雷达技术应用于路侧单元场景</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">通达电气</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车电子</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车零部件</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧设备</td>
|
||
<td class="py-3 px-4 text-gray-300">提供车路协同相关车载设备</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">经纬恒润</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车电子</td>
|
||
<td class="py-3 px-4 text-gray-300">智能驾驶</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车零部件</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧设备</td>
|
||
<td class="py-3 px-4 text-gray-300">智能驾驶解决方案涉及路侧设备研发</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">亚星股份</td>
|
||
<td class="py-3 px-4 text-gray-300">商用车</td>
|
||
<td class="py-3 px-4 text-gray-300">智能网联</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车制造</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧设备</td>
|
||
<td class="py-3 px-4 text-gray-300">商用车智能化升级涉及路侧设备应用</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">神思电子</td>
|
||
<td class="py-3 px-4 text-gray-300">人工智能</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">路侧设备</td>
|
||
<td class="py-3 px-4 text-gray-300">AI技术应用于车路协同路侧设备</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">金溢科技</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧交通</td>
|
||
<td class="py-3 px-4 text-gray-300">智能网联汽车</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">车载单元</td>
|
||
<td class="py-3 px-4 text-gray-300">车载单元设备研发与车路协同项目</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">万集科技</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通</td>
|
||
<td class="py-3 px-4 text-gray-300">自动驾驶</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车零部件</td>
|
||
<td class="py-3 px-4 text-gray-300">车载单元</td>
|
||
<td class="py-3 px-4 text-gray-300">车载单元技术研发支持自动驾驶</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">华铭智能</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车零部件</td>
|
||
<td class="py-3 px-4 text-gray-300">车载单元</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同项目涉及车载单元布局</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">千方科技</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧交通</td>
|
||
<td class="py-3 px-4 text-gray-300">智能驾驶</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">车载单元</td>
|
||
<td class="py-3 px-4 text-gray-300">车载单元设备支持智能驾驶应用</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">高新兴</td>
|
||
<td class="py-3 px-4 text-gray-300">物联网</td>
|
||
<td class="py-3 px-4 text-gray-300">车联网</td>
|
||
<td class="py-3 px-4 text-gray-300">通信设备</td>
|
||
<td class="py-3 px-4 text-gray-300">车载单元</td>
|
||
<td class="py-3 px-4 text-gray-300">车联网项目涉及车载单元研发</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">启明星辰</td>
|
||
<td class="py-3 px-4 text-gray-300">网络安全</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">信息安全</td>
|
||
<td class="py-3 px-4 text-gray-300">车载单元</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同项目提供网络安全保障</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">鸿泉物联</td>
|
||
<td class="py-3 px-4 text-gray-300">车联网</td>
|
||
<td class="py-3 px-4 text-gray-300">智能网联汽车</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车电子</td>
|
||
<td class="py-3 px-4 text-gray-300">车载设备</td>
|
||
<td class="py-3 px-4 text-gray-300">车载设备研发支持智能网联汽车</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">移远通信</td>
|
||
<td class="py-3 px-4 text-gray-300">通信设备</td>
|
||
<td class="py-3 px-4 text-gray-300">5G车联网</td>
|
||
<td class="py-3 px-4 text-gray-300">通信服务</td>
|
||
<td class="py-3 px-4 text-gray-300">车载设备</td>
|
||
<td class="py-3 px-4 text-gray-300">5G技术应用于车载通信设备</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">广和通</td>
|
||
<td class="py-3 px-4 text-gray-300">物联网</td>
|
||
<td class="py-3 px-4 text-gray-300">车联网</td>
|
||
<td class="py-3 px-4 text-gray-300">通信模块</td>
|
||
<td class="py-3 px-4 text-gray-300">车载设备</td>
|
||
<td class="py-3 px-4 text-gray-300">提供车联网车载通信模块</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">美格智能</td>
|
||
<td class="py-3 px-4 text-gray-300">智能硬件</td>
|
||
<td class="py-3 px-4 text-gray-300">智能网联</td>
|
||
<td class="py-3 px-4 text-gray-300">通信设备</td>
|
||
<td class="py-3 px-4 text-gray-300">车载设备</td>
|
||
<td class="py-3 px-4 text-gray-300">智能网联设备研发</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">高新兴</td>
|
||
<td class="py-3 px-4 text-gray-300">物联网</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">通信设备</td>
|
||
<td class="py-3 px-4 text-gray-300">车载设备</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同项目涉及车载设备</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">有方科技</td>
|
||
<td class="py-3 px-4 text-gray-300">通信设备</td>
|
||
<td class="py-3 px-4 text-gray-300">车联网</td>
|
||
<td class="py-3 px-4 text-gray-300">通信模块</td>
|
||
<td class="py-3 px-4 text-gray-300">车载设备</td>
|
||
<td class="py-3 px-4 text-gray-300">车联网通信模块研发</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">移远通信</td>
|
||
<td class="py-3 px-4 text-gray-300">通信设备</td>
|
||
<td class="py-3 px-4 text-gray-300">5G车联网</td>
|
||
<td class="py-3 px-4 text-gray-300">通信服务</td>
|
||
<td class="py-3 px-4 text-gray-300">其他</td>
|
||
<td class="py-3 px-4 text-gray-300">5G技术应用于车联网领域</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">高新兴</td>
|
||
<td class="py-3 px-4 text-gray-300">物联网</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通</td>
|
||
<td class="py-3 px-4 text-gray-300">通信设备</td>
|
||
<td class="py-3 px-4 text-gray-300">其他</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通领域综合解决方案</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">北斗星通</td>
|
||
<td class="py-3 px-4 text-gray-300">卫星导航</td>
|
||
<td class="py-3 px-4 text-gray-300">高精度定位</td>
|
||
<td class="py-3 px-4 text-gray-300">导航设备</td>
|
||
<td class="py-3 px-4 text-gray-300">其他</td>
|
||
<td class="py-3 px-4 text-gray-300">高精度定位技术应用于智能驾驶</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">移远通信</td>
|
||
<td class="py-3 px-4 text-gray-300">通信设备</td>
|
||
<td class="py-3 px-4 text-gray-300">车联网</td>
|
||
<td class="py-3 px-4 text-gray-300">通信服务</td>
|
||
<td class="py-3 px-4 text-gray-300">其他</td>
|
||
<td class="py-3 px-4 text-gray-300">车联网通信解决方案</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">华测导航</td>
|
||
<td class="py-3 px-4 text-gray-300">导航设备</td>
|
||
<td class="py-3 px-4 text-gray-300">高精度定位</td>
|
||
<td class="py-3 px-4 text-gray-300">卫星导航</td>
|
||
<td class="py-3 px-4 text-gray-300">其他</td>
|
||
<td class="py-3 px-4 text-gray-300">高精度定位技术应用于车路协同</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">移远通信</td>
|
||
<td class="py-3 px-4 text-gray-300">通信设备</td>
|
||
<td class="py-3 px-4 text-gray-300">5G车联网</td>
|
||
<td class="py-3 px-4 text-gray-300">通信模块</td>
|
||
<td class="py-3 px-4 text-gray-300">其他</td>
|
||
<td class="py-3 px-4 text-gray-300">5G车联网通信模块研发</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">华测导航</td>
|
||
<td class="py-3 px-4 text-gray-300">导航设备</td>
|
||
<td class="py-3 px-4 text-gray-300">智能驾驶</td>
|
||
<td class="py-3 px-4 text-gray-300">卫星导航</td>
|
||
<td class="py-3 px-4 text-gray-300">其他</td>
|
||
<td class="py-3 px-4 text-gray-300">智能驾驶高精度定位解决方案</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">千方科技</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧交通</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">高精度地图</td>
|
||
<td class="py-3 px-4 text-gray-300">高精度地图技术研发</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">四维图新</td>
|
||
<td class="py-3 px-4 text-gray-300">地图服务</td>
|
||
<td class="py-3 px-4 text-gray-300">自动驾驶</td>
|
||
<td class="py-3 px-4 text-gray-300">地理信息</td>
|
||
<td class="py-3 px-4 text-gray-300">高精度地图</td>
|
||
<td class="py-3 px-4 text-gray-300">自动驾驶高精度地图研发</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">超图软件</td>
|
||
<td class="py-3 px-4 text-gray-300">地理信息</td>
|
||
<td class="py-3 px-4 text-gray-300">三维地图</td>
|
||
<td class="py-3 px-4 text-gray-300">软件服务</td>
|
||
<td class="py-3 px-4 text-gray-300">高精度地图</td>
|
||
<td class="py-3 px-4 text-gray-300">三维地图技术应用于智能交通</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">四维图新</td>
|
||
<td class="py-3 px-4 text-gray-300">地图服务</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">地理信息</td>
|
||
<td class="py-3 px-4 text-gray-300">安全加密</td>
|
||
<td class="py-3 px-4 text-gray-300">高精度地图数据安全加密</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">中远威</td>
|
||
<td class="py-3 px-4 text-gray-300">信息安全</td>
|
||
<td class="py-3 px-4 text-gray-300">数据安全</td>
|
||
<td class="py-3 px-4 text-gray-300">网络安全</td>
|
||
<td class="py-3 px-4 text-gray-300">安全加密</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通数据安全解决方案</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">数字认证</td>
|
||
<td class="py-3 px-4 text-gray-300">信息安全</td>
|
||
<td class="py-3 px-4 text-gray-300">电子认证</td>
|
||
<td class="py-3 px-4 text-gray-300">网络安全</td>
|
||
<td class="py-3 px-4 text-gray-300">安全加密</td>
|
||
<td class="py-3 px-4 text-gray-300">电子认证技术保障数据安全</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">吉大正元</td>
|
||
<td class="py-3 px-4 text-gray-300">信息安全</td>
|
||
<td class="py-3 px-4 text-gray-300">密码技术</td>
|
||
<td class="py-3 px-4 text-gray-300">网络安全</td>
|
||
<td class="py-3 px-4 text-gray-300">安全加密</td>
|
||
<td class="py-3 px-4 text-gray-300">密码技术应用于智能交通加密</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">格尔软件</td>
|
||
<td class="py-3 px-4 text-gray-300">信息安全</td>
|
||
<td class="py-3 px-4 text-gray-300">数据加密</td>
|
||
<td class="py-3 px-4 text-gray-300">网络安全</td>
|
||
<td class="py-3 px-4 text-gray-300">安全加密</td>
|
||
<td class="py-3 px-4 text-gray-300">数据加密技术保障车联网安全</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">电科网安</td>
|
||
<td class="py-3 px-4 text-gray-300">信息安全</td>
|
||
<td class="py-3 px-4 text-gray-300">网络安全</td>
|
||
<td class="py-3 px-4 text-gray-300">网络安全</td>
|
||
<td class="py-3 px-4 text-gray-300">安全加密</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通网络安全解决方案</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">启明星辰</td>
|
||
<td class="py-3 px-4 text-gray-300">网络安全</td>
|
||
<td class="py-3 px-4 text-gray-300">数据安全</td>
|
||
<td class="py-3 px-4 text-gray-300">信息安全</td>
|
||
<td class="py-3 px-4 text-gray-300">安全加密</td>
|
||
<td class="py-3 px-4 text-gray-300">数据安全技术应用于智能驾驶</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">信安世纪</td>
|
||
<td class="py-3 px-4 text-gray-300">信息安全</td>
|
||
<td class="py-3 px-4 text-gray-300">通信加密</td>
|
||
<td class="py-3 px-4 text-gray-300">网络安全</td>
|
||
<td class="py-3 px-4 text-gray-300">安全加密</td>
|
||
<td class="py-3 px-4 text-gray-300">通信加密技术保障车路协同安全</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">万集科技</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车零部件</td>
|
||
<td class="py-3 px-4 text-gray-300">云平台</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同云平台研发</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">深城交</td>
|
||
<td class="py-3 px-4 text-gray-300">交通规划</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧交通</td>
|
||
<td class="py-3 px-4 text-gray-300">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-300">云平台</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧交通云平台解决方案</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">东软集团</td>
|
||
<td class="py-3 px-4 text-gray-300">软件服务</td>
|
||
<td class="py-3 px-4 text-gray-300">智能驾驶</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">云平台</td>
|
||
<td class="py-3 px-4 text-gray-300">智能驾驶云平台开发</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">光庭信息</td>
|
||
<td class="py-3 px-4 text-gray-300">软件服务</td>
|
||
<td class="py-3 px-4 text-gray-300">车联网</td>
|
||
<td class="py-3 px-4 text-gray-300">汽车电子</td>
|
||
<td class="py-3 px-4 text-gray-300">云平台</td>
|
||
<td class="py-3 px-4 text-gray-300">车联网云平台研发</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">通行宝</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧交通</td>
|
||
<td class="py-3 px-4 text-gray-300">ETC云平台</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">云平台</td>
|
||
<td class="py-3 px-4 text-gray-300">ETC云平台技术应用于车路协同</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">中电博亚</td>
|
||
<td class="py-3 px-4 text-gray-300">软件服务</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">云平台</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通云平台开发</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">千方科技</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧交通</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通运营</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通运营服务</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">皖通科技</td>
|
||
<td class="py-3 px-4 text-gray-300">交通信息化</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧高速</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通运营</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧高速运营解决方案</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">易华录</td>
|
||
<td class="py-3 px-4 text-gray-300">数据存储</td>
|
||
<td class="py-3 px-4 text-gray-300">交通大数据</td>
|
||
<td class="py-3 px-4 text-gray-300">信息服务</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通运营</td>
|
||
<td class="py-3 px-4 text-gray-300">交通大数据运营服务</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">银江技术</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧城市</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通运营</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧城市交通运营服务</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">信尚星宇</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通运营</td>
|
||
<td class="py-3 px-4 text-gray-300">车路协同运营服务</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">通行宝</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧交通</td>
|
||
<td class="py-3 px-4 text-gray-300">ETC服务</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通运营</td>
|
||
<td class="py-3 px-4 text-gray-300">ETC运营服务支持车路协同</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">中电博亚</td>
|
||
<td class="py-3 px-4 text-gray-300">软件服务</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通</td>
|
||
<td class="py-3 px-4 text-gray-300">计算机应用</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通运营</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通运营平台开发</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">时空科技</td>
|
||
<td class="py-3 px-4 text-gray-300">智能照明</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧灯杆</td>
|
||
<td class="py-3 px-4 text-gray-300">照明设备</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧灯杆</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧灯杆技术研发</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-800 hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">华体科技</td>
|
||
<td class="py-3 px-4 text-gray-300">智能照明</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧灯杆</td>
|
||
<td class="py-3 px-4 text-gray-300">照明设备</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧灯杆</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧灯杆解决方案</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-800/30">
|
||
<td class="py-3 px-4 text-gray-300">洲明科技</td>
|
||
<td class="py-3 px-4 text-gray-300">LED显示</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通显示</td>
|
||
<td class="py-3 px-4 text-gray-300">电子设备</td>
|
||
<td class="py-3 px-4 text-gray-300">智慧灯杆</td>
|
||
<td class="py-3 px-4 text-gray-300">智能交通显示设备应用于智慧灯杆</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 页脚 -->
|
||
<div class="text-center py-8 text-gray-400 text-sm">
|
||
<p>© 2024 智能车路云系统行业分析报告 | 数据来源:公开信息整理</p>
|
||
</div>
|
||
</div>
|
||
|
||
<script>
|
||
// 添加滚动动画效果
|
||
const observerOptions = {
|
||
threshold: 0.1,
|
||
rootMargin: '0px 0px -50px 0px'
|
||
};
|
||
|
||
const observer = new IntersectionObserver((entries) => {
|
||
entries.forEach(entry => {
|
||
if (entry.isIntersecting) {
|
||
entry.target.style.opacity = '1';
|
||
entry.target.style.transform = 'translateY(0)';
|
||
}
|
||
});
|
||
}, observerOptions);
|
||
|
||
document.querySelectorAll('.card-hover').forEach(el => {
|
||
el.style.opacity = '0';
|
||
el.style.transform = 'translateY(20px)';
|
||
el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';
|
||
observer.observe(el);
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|
||
``` |