1096 lines
59 KiB
HTML
1096 lines
59 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/css?family=Inter:300,400,500,600,700,800|Noto+Sans+SC:300,400,500,700&display=swap" rel="stylesheet" />
|
||
<!-- Font Awesome Icons -->
|
||
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
|
||
<!-- Tailwind CSS -->
|
||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||
<!-- DaisyUI -->
|
||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/dist/full.min.css" rel="stylesheet" type="text/css" />
|
||
<style>
|
||
body {
|
||
font-family: 'Inter', 'Noto Sans SC', sans-serif;
|
||
}
|
||
.vanta-bg {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
z-index: -1;
|
||
}
|
||
.content-wrapper {
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
.section-card {
|
||
background: rgba(255, 255, 255, 0.9);
|
||
backdrop-filter: blur(10px);
|
||
border-radius: 1rem;
|
||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
||
}
|
||
.table-container {
|
||
overflow-x: auto;
|
||
}
|
||
@media (max-width: 768px) {
|
||
.section-card {
|
||
margin: 1rem 0.5rem;
|
||
}
|
||
}
|
||
.highlight {
|
||
background: linear-gradient(transparent 60%, rgba(59, 130, 246, 0.2) 40%);
|
||
padding: 0 2px;
|
||
}
|
||
.timeline-dot {
|
||
width: 12px;
|
||
height: 12px;
|
||
border-radius: 50%;
|
||
background-color: #3b82f6;
|
||
position: absolute;
|
||
left: -6px;
|
||
top: 6px;
|
||
}
|
||
.timeline-line {
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
bottom: 0;
|
||
width: 2px;
|
||
background-color: #d1d5db;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="bg-gray-50">
|
||
<div id="vanta-bg" class="vanta-bg"></div>
|
||
|
||
<div class="content-wrapper min-h-screen py-8 px-4">
|
||
<div class="max-w-6xl mx-auto">
|
||
<!-- 标题部分 -->
|
||
<div class="text-center mb-10">
|
||
<h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4">防汛应急响应</h1>
|
||
<p class="text-xl text-gray-600 max-w-3xl mx-auto">应对极端天气事件,保障人民生命财产安全的核心民生工程</p>
|
||
</div>
|
||
|
||
<!-- 概念事件 -->
|
||
<div class="section-card p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-water text-blue-500 mr-3"></i>概念事件
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
||
<div class="bg-blue-50 p-5 rounded-lg">
|
||
<h3 class="font-semibold text-lg text-blue-700 mb-2">背景</h3>
|
||
<p class="text-gray-700">全球气候变化加剧,极端天气事件频发,城市内涝、山体滑坡等灾害威胁人民生命财产安全。我国作为自然灾害频发的国家,防汛应急响应体系建设已成为国家治理体系和治理能力现代化的重要组成部分。</p>
|
||
</div>
|
||
<div class="bg-green-50 p-5 rounded-lg">
|
||
<h3 class="font-semibold text-lg text-green-700 mb-2">催化事件</h3>
|
||
<ul class="text-gray-700 space-y-2">
|
||
<li>• <span class="font-medium">政策驱动</span>:国家层面印发多项文件,明确要求提升防汛应急响应能力</li>
|
||
<li>• <span class="font-medium">极端天气事件</span>:2024年夏季多地遭遇持续性暴雨、台风等极端天气</li>
|
||
<li>• <span class="font-medium">技术进步</span>:5G、物联网、人工智能等技术推动防汛应急响应智能化转型</li>
|
||
</ul>
|
||
</div>
|
||
<div class="bg-purple-50 p-5 rounded-lg">
|
||
<h3 class="font-semibold text-lg text-purple-700 mb-2">时间轴</h3>
|
||
<div class="relative pl-6">
|
||
<div class="timeline-line"></div>
|
||
<div class="relative mb-3">
|
||
<div class="timeline-dot"></div>
|
||
<p class="text-sm"><span class="font-medium">2024年1月</span>:国家防总启动防汛应急响应机制</p>
|
||
</div>
|
||
<div class="relative mb-3">
|
||
<div class="timeline-dot"></div>
|
||
<p class="text-sm"><span class="font-medium">2024年3月</span>:水利部印发防汛抗旱工作通知</p>
|
||
</div>
|
||
<div class="relative mb-3">
|
||
<div class="timeline-dot"></div>
|
||
<p class="text-sm"><span class="font-medium">2024年4月</span>:河南郑州遭遇特大暴雨</p>
|
||
</div>
|
||
<div class="relative">
|
||
<div class="timeline-dot"></div>
|
||
<p class="text-sm"><span class="font-medium">2024年7月</span>:华北、黄淮等地再次遭遇强降雨</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心观点摘要 -->
|
||
<div class="section-card p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-lightbulb text-yellow-500 mr-3"></i>核心观点摘要
|
||
</h2>
|
||
<div class="bg-gradient-to-r from-blue-50 to-indigo-50 p-6 rounded-lg border-l-4 border-blue-500">
|
||
<p class="text-gray-700 mb-4">防汛应急响应是应对极端天气事件、保障人民生命财产安全的核心民生工程。当前,我国防汛应急响应体系已形成"预防-监测-预警-调度-救援-恢复"的全流程闭环,但面临极端天气频发、城市内涝加剧、基层应急能力不足等挑战。</p>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||
<div>
|
||
<h3 class="font-semibold text-blue-700 mb-2">核心驱动力</h3>
|
||
<ul class="text-gray-700 space-y-1">
|
||
<li>• <span class="highlight">政策强制要求</span>:国家层面明确将防汛应急响应纳入常态化管理体系</li>
|
||
<li>• <span class="highlight">极端天气事件频发</span>:强降雨、台风等灾害发生频率和强度显著增加</li>
|
||
<li>• <span class="highlight">技术进步与需求升级</span>:5G、物联网、人工智能等技术提供可能</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h3 class="font-semibold text-blue-700 mb-2">未来潜力</h3>
|
||
<ul class="text-gray-700 space-y-1">
|
||
<li>• <span class="highlight">科技赋能</span>:数字孪生、AI预警、智能调度等技术提升效率和精准度</li>
|
||
<li>• <span class="highlight">基层能力提升</span>:加强基层应急队伍建设、完善物资储备</li>
|
||
<li>• <span class="highlight">多部门协同机制优化</span>:强化部门协同联动,形成防汛应急响应合力</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心逻辑与市场认知分析 -->
|
||
<div class="section-card p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-chart-line text-green-500 mr-3"></i>核心逻辑与市场认知分析
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">核心驱动力</h3>
|
||
<p class="text-gray-700 mb-4">防汛应急响应的核心逻辑是"预防为主、防抗救相结合",通过构建"预防-监测-预警-调度-救援-恢复"的全流程应急管理体系,最大程度降低灾害损失。</p>
|
||
<div class="bg-gray-50 p-4 rounded-lg">
|
||
<h4 class="font-medium text-gray-800 mb-2">关键支撑点</h4>
|
||
<ul class="text-gray-700 space-y-2">
|
||
<li class="flex items-start">
|
||
<i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
|
||
<span><span class="font-medium">政策驱动</span>:国家层面出台多项文件,明确防汛应急响应等级划分标准和响应措施</span>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
|
||
<span><span class="font-medium">极端天气事件频发</span>:2024年夏季极端天气事件频发,引发市场高度关注</span>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
|
||
<span><span class="font-medium">技术进步与需求升级</span>:5G、物联网、人工智能等技术提供可能</span>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">市场热度与情绪</h3>
|
||
<div class="space-y-4">
|
||
<div>
|
||
<h4 class="font-medium text-gray-800 mb-2">市场热度</h4>
|
||
<div class="flex flex-wrap gap-2">
|
||
<span class="px-3 py-1 bg-blue-100 text-blue-800 rounded-full text-sm">政策催化</span>
|
||
<span class="px-3 py-1 bg-blue-100 text-blue-800 rounded-full text-sm">极端天气事件</span>
|
||
<span class="px-3 py-1 bg-blue-100 text-blue-800 rounded-full text-sm">技术进步</span>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-medium text-gray-800 mb-2">市场情绪</h4>
|
||
<div class="space-y-2">
|
||
<div class="flex items-center">
|
||
<div class="w-3 h-3 rounded-full bg-green-500 mr-2"></div>
|
||
<span class="text-gray-700"><span class="font-medium">乐观情绪</span>:政策驱动和技术进步将推动相关企业受益</span>
|
||
</div>
|
||
<div class="flex items-center">
|
||
<div class="w-3 h-3 rounded-full bg-yellow-500 mr-2"></div>
|
||
<span class="text-gray-700"><span class="font-medium">谨慎情绪</span>:基层能力不足、部门协同不畅等挑战仍存</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="bg-yellow-50 p-4 rounded-lg">
|
||
<h4 class="font-medium text-gray-800 mb-2">预期差分析</h4>
|
||
<ul class="text-gray-700 space-y-1">
|
||
<li>• <span class="font-medium">政策预期差</span>:政策落地效果仍需观察,关注地方政府执行力度</li>
|
||
<li>• <span class="font-medium">技术预期差</span>:技术应用仍处初级阶段,关注技术落地能力和商业化进展</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关键催化剂与未来发展路径 -->
|
||
<div class="section-card p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-rocket text-purple-500 mr-3"></i>关键催化剂与未来发展路径
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">近期催化剂(未来3-6个月)</h3>
|
||
<div class="space-y-4">
|
||
<div class="bg-purple-50 p-4 rounded-lg">
|
||
<div class="flex items-start">
|
||
<div class="bg-purple-500 text-white rounded-full w-8 h-8 flex items-center justify-center mr-3 flex-shrink-0">
|
||
<i class="fas fa-file-alt text-sm"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-medium text-gray-800">政策落地</h4>
|
||
<p class="text-gray-700 text-sm">国家层面将继续推动防汛应急响应体系建设相关政策文件的落实,地方层面将加大投入力度</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="bg-purple-50 p-4 rounded-lg">
|
||
<div class="flex items-start">
|
||
<div class="bg-purple-500 text-white rounded-full w-8 h-8 flex items-center justify-center mr-3 flex-shrink-0">
|
||
<i class="fas fa-cloud-rain text-sm"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-medium text-gray-800">极端天气事件</h4>
|
||
<p class="text-gray-700 text-sm">2024年下半年,我国多地可能继续遭遇强降雨、台风等极端天气事件</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="bg-purple-50 p-4 rounded-lg">
|
||
<div class="flex items-start">
|
||
<div class="bg-purple-500 text-white rounded-full w-8 h-8 flex items-center justify-center mr-3 flex-shrink-0">
|
||
<i class="fas fa-microchip text-sm"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-medium text-gray-800">技术应用落地</h4>
|
||
<p class="text-gray-700 text-sm">5G、物联网、人工智能等技术在防汛应急响应中的应用将逐步落地</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">长期发展路径(未来3-5年)</h3>
|
||
<div class="space-y-4">
|
||
<div class="bg-indigo-50 p-4 rounded-lg">
|
||
<div class="flex items-start">
|
||
<div class="bg-indigo-500 text-white rounded-full w-8 h-8 flex items-center justify-center mr-3 flex-shrink-0">
|
||
<i class="fas fa-brain text-sm"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-medium text-gray-800">智能化</h4>
|
||
<p class="text-gray-700 text-sm">构建"预防-监测-预警-调度-救援-恢复"的全流程智能化应急管理体系</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="bg-indigo-50 p-4 rounded-lg">
|
||
<div class="flex items-start">
|
||
<div class="bg-indigo-500 text-white rounded-full w-8 h-8 flex items-center justify-center mr-3 flex-shrink-0">
|
||
<i class="fas fa-search-plus text-sm"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-medium text-gray-800">精细化</h4>
|
||
<p class="text-gray-700 text-sm">推动基层防汛应急响应能力的精细化、专业化</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="bg-indigo-50 p-4 rounded-lg">
|
||
<div class="flex items-start">
|
||
<div class="bg-indigo-500 text-white rounded-full w-8 h-8 flex items-center justify-center mr-3 flex-shrink-0">
|
||
<i class="fas fa-sitemap text-sm"></i>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-medium text-gray-800">协同化</h4>
|
||
<p class="text-gray-700 text-sm">构建多部门协同的防汛应急响应机制,形成防汛应急响应的强大合力</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 产业链与核心公司深度剖析 -->
|
||
<div class="section-card p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-industry text-orange-500 mr-3"></i>产业链与核心公司深度剖析
|
||
</h2>
|
||
<div class="mb-6">
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">产业链图谱</h3>
|
||
<div class="bg-gray-50 p-5 rounded-lg">
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
<div class="bg-white p-4 rounded-lg shadow-sm">
|
||
<h4 class="font-semibold text-blue-600 mb-2">上游</h4>
|
||
<p class="text-gray-700 text-sm">技术研发与设备制造,包括5G通信设备、物联网传感器、人工智能算法、数字孪生平台、应急指挥系统等</p>
|
||
</div>
|
||
<div class="bg-white p-4 rounded-lg shadow-sm">
|
||
<h4 class="font-semibold text-green-600 mb-2">中游</h4>
|
||
<p class="text-gray-700 text-sm">系统集成与服务,包括应急通信调度系统、防汛应急指挥平台、基层应急服务站等</p>
|
||
</div>
|
||
<div class="bg-white p-4 rounded-lg shadow-sm">
|
||
<h4 class="font-semibold text-purple-600 mb-2">下游</h4>
|
||
<p class="text-gray-700 text-sm">应用与服务,包括政府部门、企业、公众等</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">核心公司对比</h3>
|
||
<div class="table-container">
|
||
<table class="min-w-full bg-white rounded-lg overflow-hidden">
|
||
<thead class="bg-gray-100">
|
||
<tr>
|
||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">类别</th>
|
||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">代表公司</th>
|
||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">核心优势</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700 font-medium">数字孪生技术</td>
|
||
<td class="py-3 px-4 text-gray-700">海康威视(002415.SZ)<br>大华股份(002236.SZ)<br>海天瑞声(688787.SH)</td>
|
||
<td class="py-3 px-4 text-gray-700">海康威视和大华股份在数字孪生技术方面具有深厚积累,海天瑞声在AI算法和数据处理方面具有优势</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700 font-medium">应急通信设备</td>
|
||
<td class="py-3 px-4 text-gray-700">中兴通讯(000063.SZ)<br>中国卫通(601698.SH)<br>海能达(002412.SZ)</td>
|
||
<td class="py-3 px-4 text-gray-700">中兴通讯和中国卫通在应急通信设备领域具有领先优势,海能达在公共安全领域具有丰富经验</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700 font-medium">AI预警与调度</td>
|
||
<td class="py-3 px-4 text-gray-700">科大讯飞(002230.SZ)<br>商汤科技(00020.HK)<br>云从科技(688327.SH)</td>
|
||
<td class="py-3 px-4 text-gray-700">科大讯飞在AI算法和数据处理方面具有优势,商汤科技在计算机视觉领域具有领先优势,云从科技在公共安全领域具有丰富经验</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700 font-medium">基层应急服务</td>
|
||
<td class="py-3 px-4 text-gray-700">华铁应急(603386.SH)<br>深水规院(301051.SZ)<br>华设集团(603018.SH)</td>
|
||
<td class="py-3 px-4 text-gray-700">华铁应急在基层应急服务领域具有丰富经验,深水规院在水文监测和水利工程设计方面具有优势,华设集团在市政工程设计和应急管理方面具有丰富经验</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 潜在风险与挑战 -->
|
||
<div class="section-card p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-exclamation-triangle text-red-500 mr-3"></i>潜在风险与挑战
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">技术与商业化风险</h3>
|
||
<div class="space-y-4">
|
||
<div class="bg-red-50 p-4 rounded-lg">
|
||
<h4 class="font-medium text-red-700 mb-2">技术风险</h4>
|
||
<ul class="text-gray-700 space-y-1">
|
||
<li>• 技术成熟度不足:数字孪生、AI预警等技术应用仍处初级阶段</li>
|
||
<li>• 技术标准不统一:不同企业和部门采用的标准和接口不统一</li>
|
||
</ul>
|
||
</div>
|
||
<div class="bg-orange-50 p-4 rounded-lg">
|
||
<h4 class="font-medium text-orange-700 mb-2">商业化风险</h4>
|
||
<ul class="text-gray-700 space-y-1">
|
||
<li>• 成本与收益不匹配:系统建设和运维成本较高,部分地方政府和企业可能因财政压力投入不足</li>
|
||
<li>• 市场接受度不足:部分地方政府和企业对系统必要性和实用性存在疑虑</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">政策与信息风险</h3>
|
||
<div class="space-y-4">
|
||
<div class="bg-yellow-50 p-4 rounded-lg">
|
||
<h4 class="font-medium text-yellow-700 mb-2">政策与竞争风险</h4>
|
||
<ul class="text-gray-700 space-y-1">
|
||
<li>• 政策落地效果不及预期:部分地方政府可能因财政压力、行政效率等原因,导致政策落地效果不及预期</li>
|
||
<li>• 行业竞争加剧:市场竞争加剧可能导致部分企业的市场份额下降,盈利能力减弱</li>
|
||
</ul>
|
||
</div>
|
||
<div class="bg-blue-50 p-4 rounded-lg">
|
||
<h4 class="font-medium text-blue-700 mb-2">信息交叉验证风险</h4>
|
||
<ul class="text-gray-700 space-y-1">
|
||
<li>• 数据矛盾:不同来源的信息在部分关键数据上存在矛盾</li>
|
||
<li>• 信息滞后:部分信息可能存在滞后性,影响对公司的判断</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 综合结论与投资启示 -->
|
||
<div class="section-card p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-flag-checkered text-teal-500 mr-3"></i>综合结论与投资启示
|
||
</h2>
|
||
<div class="bg-gradient-to-r from-teal-50 to-cyan-50 p-6 rounded-lg border-l-4 border-teal-500 mb-6">
|
||
<p class="text-gray-700 mb-4">防汛应急响应是保障人民生命财产安全的核心民生工程,当前我国防汛应急响应体系已形成"预防-监测-预警-调度-救援-恢复"的全流程闭环,但面临极端天气频发、城市内涝加剧、基层应急能力不足等挑战。</p>
|
||
<p class="text-gray-700">技术进步(如5G、物联网、人工智能、数字孪生等)为防汛应急响应的智能化、精准化提供了可能,但需关注技术成熟度、技术标准统一、成本与收益匹配、市场接受度等商业化风险。政策驱动和极端天气事件频发为防汛应急响应体系建设提供了重要支撑,但需关注政策落地效果和行业竞争加剧等风险。</p>
|
||
</div>
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">投资启示</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
<div class="bg-white p-4 rounded-lg shadow-sm">
|
||
<h4 class="font-semibold text-blue-600 mb-2">重点关注技术领先企业</h4>
|
||
<p class="text-gray-700 text-sm mb-2">数字孪生、AI预警、智能调度等技术的领先企业将受益于防汛应急响应体系的智能化、精准化建设。</p>
|
||
<p class="text-gray-700 text-sm font-medium">建议关注:海康威视、科大讯飞、商汤科技等</p>
|
||
</div>
|
||
<div class="bg-white p-4 rounded-lg shadow-sm">
|
||
<h4 class="font-semibold text-green-600 mb-2">关注基层应急服务企业</h4>
|
||
<p class="text-gray-700 text-sm mb-2">基层应急服务企业将受益于基层应急队伍建设、应急物资储备、应急信息化水平提升等需求。</p>
|
||
<p class="text-gray-700 text-sm font-medium">建议关注:华铁应急、深水规院、华设集团等</p>
|
||
</div>
|
||
<div class="bg-white p-4 rounded-lg shadow-sm">
|
||
<h4 class="font-semibold text-purple-600 mb-2">关注应急通信设备企业</h4>
|
||
<p class="text-gray-700 text-sm mb-2">应急通信设备企业将受益于应急通信调度系统、基层应急服务站等需求。</p>
|
||
<p class="text-gray-700 text-sm font-medium">建议关注:中兴通讯、中国卫通、海能达等</p>
|
||
</div>
|
||
</div>
|
||
<div class="mt-6 bg-gray-50 p-4 rounded-lg">
|
||
<h4 class="font-semibold text-gray-800 mb-2">重点跟踪指标</h4>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||
<ul class="text-gray-700 space-y-1">
|
||
<li>• <span class="font-medium">技术进展</span>:数字孪生、AI预警、智能调度等技术的研发和应用进展</li>
|
||
<li>• <span class="font-medium">订单与合同</span>:基层应急服务站、应急通信调度系统、防汛应急指挥平台等订单和合同签署情况</li>
|
||
</ul>
|
||
<ul class="text-gray-700 space-y-1">
|
||
<li>• <span class="font-medium">政策落地效果</span>:国家层面防汛应急响应相关政策文件的落实效果</li>
|
||
<li>• <span class="font-medium">市场接受度</span>:地方政府和企业的接受程度,系统推广和应用情况</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关联股票数据 -->
|
||
<div class="section-card p-6">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-chart-bar text-indigo-500 mr-3"></i>关联股票数据
|
||
</h2>
|
||
<div class="space-y-8">
|
||
<!-- 水利(240421) -->
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">水利(240421)</h3>
|
||
<div class="table-container">
|
||
<table class="min-w-full bg-white rounded-lg overflow-hidden">
|
||
<thead class="bg-gray-100">
|
||
<tr>
|
||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">股票名称</th>
|
||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">分类</th>
|
||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">原因</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">新城市</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">深水规院</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">中达安</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">苏交科</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">安徽建工</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">广东建工</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">华建集团</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">华设集团</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">浙江交科</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">中国核建</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">宁波建工</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">设计总院</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">中工国际</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">甘咨询</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">中金环境</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">银龙股份</td>
|
||
<td class="py-3 px-4 text-gray-700">水利工程</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利工程行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">利欧股份</td>
|
||
<td class="py-3 px-4 text-gray-700">水泵</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水泵行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">大元泵业</td>
|
||
<td class="py-3 px-4 text-gray-700">水泵</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水泵行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">神驰机电</td>
|
||
<td class="py-3 px-4 text-gray-700">水泵</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水泵行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">凌霄泵业</td>
|
||
<td class="py-3 px-4 text-gray-700">水泵</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水泵行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">泰福泵业</td>
|
||
<td class="py-3 px-4 text-gray-700">水泵</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水泵行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">航天动力</td>
|
||
<td class="py-3 px-4 text-gray-700">水泵</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水泵行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">新兴铸管</td>
|
||
<td class="py-3 px-4 text-gray-700">管道</td>
|
||
<td class="py-3 px-4 text-gray-700">属于管道行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">东宏股份</td>
|
||
<td class="py-3 px-4 text-gray-700">管道</td>
|
||
<td class="py-3 px-4 text-gray-700">属于管道行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">金洲管道</td>
|
||
<td class="py-3 px-4 text-gray-700">管道</td>
|
||
<td class="py-3 px-4 text-gray-700">属于管道行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">钱江水利</td>
|
||
<td class="py-3 px-4 text-gray-700">管道</td>
|
||
<td class="py-3 px-4 text-gray-700">属于管道行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">龙泉股份</td>
|
||
<td class="py-3 px-4 text-gray-700">管道</td>
|
||
<td class="py-3 px-4 text-gray-700">属于管道行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">青龙管业</td>
|
||
<td class="py-3 px-4 text-gray-700">管道</td>
|
||
<td class="py-3 px-4 text-gray-700">属于管道行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">雄塑科技</td>
|
||
<td class="py-3 px-4 text-gray-700">管道</td>
|
||
<td class="py-3 px-4 text-gray-700">属于管道行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">韩建河山</td>
|
||
<td class="py-3 px-4 text-gray-700">管道</td>
|
||
<td class="py-3 px-4 text-gray-700">属于管道行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">国统股份</td>
|
||
<td class="py-3 px-4 text-gray-700">管道</td>
|
||
<td class="py-3 px-4 text-gray-700">属于管道行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">城发环境</td>
|
||
<td class="py-3 px-4 text-gray-700">水处理</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水处理行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">苏美达</td>
|
||
<td class="py-3 px-4 text-gray-700">水处理</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水处理行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">江南水务</td>
|
||
<td class="py-3 px-4 text-gray-700">水处理</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水处理行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">苏州高新</td>
|
||
<td class="py-3 px-4 text-gray-700">水处理</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水处理行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">钱江水利</td>
|
||
<td class="py-3 px-4 text-gray-700">水处理</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水处理行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">德林海</td>
|
||
<td class="py-3 px-4 text-gray-700">水处理</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水处理行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">巴安水务</td>
|
||
<td class="py-3 px-4 text-gray-700">水处理</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水处理行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">岭南股份</td>
|
||
<td class="py-3 px-4 text-gray-700">水处理</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水处理行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">浙富控股</td>
|
||
<td class="py-3 px-4 text-gray-700">水利技术</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利技术行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">基康仪器</td>
|
||
<td class="py-3 px-4 text-gray-700">水利技术</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利技术行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">太极股份</td>
|
||
<td class="py-3 px-4 text-gray-700">水利技术</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利技术行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">经纬股份</td>
|
||
<td class="py-3 px-4 text-gray-700">水利技术</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利技术行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">华自科技</td>
|
||
<td class="py-3 px-4 text-gray-700">水利技术</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利技术行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">恒华科技</td>
|
||
<td class="py-3 px-4 text-gray-700">水利技术</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水利技术行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">北方国际</td>
|
||
<td class="py-3 px-4 text-gray-700">水电站</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水电站行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">甘肃能源</td>
|
||
<td class="py-3 px-4 text-gray-700">水电站</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水电站行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">华能水电</td>
|
||
<td class="py-3 px-4 text-gray-700">水电站</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水电站行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">湖北能源</td>
|
||
<td class="py-3 px-4 text-gray-700">水电站</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水电站行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">长江电力</td>
|
||
<td class="py-3 px-4 text-gray-700">水电站</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水电站行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">三峡水利</td>
|
||
<td class="py-3 px-4 text-gray-700">水电站</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水电站行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">建投能源</td>
|
||
<td class="py-3 px-4 text-gray-700">水电站</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水电站行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">湖南发展</td>
|
||
<td class="py-3 px-4 text-gray-700">水电站</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水电站行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">韶能股份</td>
|
||
<td class="py-3 px-4 text-gray-700">水电站</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水电站行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">罗平锌电</td>
|
||
<td class="py-3 px-4 text-gray-700">水电站</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水电站行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">梅雁吉祥</td>
|
||
<td class="py-3 px-4 text-gray-700">水电站</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水电站行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">东方雨虹</td>
|
||
<td class="py-3 px-4 text-gray-700">防水材料</td>
|
||
<td class="py-3 px-4 text-gray-700">属于防水材料行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">科顺股份</td>
|
||
<td class="py-3 px-4 text-gray-700">防水材料</td>
|
||
<td class="py-3 px-4 text-gray-700">属于防水材料行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">凯伦股份</td>
|
||
<td class="py-3 px-4 text-gray-700">防水材料</td>
|
||
<td class="py-3 px-4 text-gray-700">属于防水材料行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">博菲电气</td>
|
||
<td class="py-3 px-4 text-gray-700">其他</td>
|
||
<td class="py-3 px-4 text-gray-700">属于其他行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">腾达建设</td>
|
||
<td class="py-3 px-4 text-gray-700">其他</td>
|
||
<td class="py-3 px-4 text-gray-700">属于其他行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">顺纳股份</td>
|
||
<td class="py-3 px-4 text-gray-700">其他</td>
|
||
<td class="py-3 px-4 text-gray-700">属于其他行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">远东股份</td>
|
||
<td class="py-3 px-4 text-gray-700">其他</td>
|
||
<td class="py-3 px-4 text-gray-700">属于其他行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">邵阳液压</td>
|
||
<td class="py-3 px-4 text-gray-700">其他</td>
|
||
<td class="py-3 px-4 text-gray-700">属于其他行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">威海广泰</td>
|
||
<td class="py-3 px-4 text-gray-700">抗洪</td>
|
||
<td class="py-3 px-4 text-gray-700">属于抗洪行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">飞鹿股份</td>
|
||
<td class="py-3 px-4 text-gray-700">抗洪</td>
|
||
<td class="py-3 px-4 text-gray-700">属于抗洪行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">中船应急</td>
|
||
<td class="py-3 px-4 text-gray-700">抗洪</td>
|
||
<td class="py-3 px-4 text-gray-700">属于抗洪行业</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">浙江力诺</td>
|
||
<td class="py-3 px-4 text-gray-700">水阀</td>
|
||
<td class="py-3 px-4 text-gray-700">属于水阀行业</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 水利工程(240623) -->
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-3">水利工程(240623)</h3>
|
||
<div class="table-container">
|
||
<table class="min-w-full bg-white rounded-lg overflow-hidden">
|
||
<thead class="bg-gray-100">
|
||
<tr>
|
||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">股票名称</th>
|
||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">项目/材料/分类/服务/设备/技术/地区</th>
|
||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">行业</th>
|
||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">原因</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">深水规院</td>
|
||
<td class="py-3 px-4 text-gray-700">勘察设计</td>
|
||
<td class="py-3 px-4 text-gray-700">水利勘察</td>
|
||
<td class="py-3 px-4 text-gray-700">多地降雨持续推动水利工程需求</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">华设集团</td>
|
||
<td class="py-3 px-4 text-gray-700">勘察设计</td>
|
||
<td class="py-3 px-4 text-gray-700">水利勘察</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">苏交科</td>
|
||
<td class="py-3 px-4 text-gray-700">勘察设计</td>
|
||
<td class="py-3 px-4 text-gray-700">水利勘察</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">青龙管业</td>
|
||
<td class="py-3 px-4 text-gray-700">混凝土管道</td>
|
||
<td class="py-3 px-4 text-gray-700">工程材料</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">龙泉股份</td>
|
||
<td class="py-3 px-4 text-gray-700">混凝土管道</td>
|
||
<td class="py-3 px-4 text-gray-700">工程材料</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">韩建河山</td>
|
||
<td class="py-3 px-4 text-gray-700">混凝土管道</td>
|
||
<td class="py-3 px-4 text-gray-700">工程材料</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">国统股份</td>
|
||
<td class="py-3 px-4 text-gray-700">混凝土管道</td>
|
||
<td class="py-3 px-4 text-gray-700">工程材料</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">三和管桩</td>
|
||
<td class="py-3 px-4 text-gray-700">混凝土管道</td>
|
||
<td class="py-3 px-4 text-gray-700">工程材料</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">公元股份</td>
|
||
<td class="py-3 px-4 text-gray-700">塑料管道</td>
|
||
<td class="py-3 px-4 text-gray-700">工程材料</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">沧州明珠</td>
|
||
<td class="py-3 px-4 text-gray-700">塑料管道</td>
|
||
<td class="py-3 px-4 text-gray-700">工程材料</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">雄塑科技</td>
|
||
<td class="py-3 px-4 text-gray-700">塑料管道</td>
|
||
<td class="py-3 px-4 text-gray-700">工程材料</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">伟星新材</td>
|
||
<td class="py-3 px-4 text-gray-700">塑料管道</td>
|
||
<td class="py-3 px-4 text-gray-700">工程材料</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">中国电建</td>
|
||
<td class="py-3 px-4 text-gray-700">中字头</td>
|
||
<td class="py-3 px-4 text-gray-700">工程建设</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">中国能建</td>
|
||
<td class="py-3 px-4 text-gray-700">中字头</td>
|
||
<td class="py-3 px-4 text-gray-700">工程建设</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">中国铁建</td>
|
||
<td class="py-3 px-4 text-gray-700">中字头</td>
|
||
<td class="py-3 px-4 text-gray-700">工程建设</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">粤水电</td>
|
||
<td class="py-3 px-4 text-gray-700">广东</td>
|
||
<td class="py-3 px-4 text-gray-700">工程建设</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">浙江建设</td>
|
||
<td class="py-3 px-4 text-gray-700">浙江</td>
|
||
<td class="py-3 px-4 text-gray-700">工程建设</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">安徽建工</td>
|
||
<td class="py-3 px-4 text-gray-700">安徽</td>
|
||
<td class="py-3 px-4 text-gray-700">工程建设</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">重庆建工</td>
|
||
<td class="py-3 px-4 text-gray-700">重庆</td>
|
||
<td class="py-3 px-4 text-gray-700">工程建设</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">陕建股份</td>
|
||
<td class="py-3 px-4 text-gray-700">陕西</td>
|
||
<td class="py-3 px-4 text-gray-700">工程建设</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">联合水务</td>
|
||
<td class="py-3 px-4 text-gray-700">供水</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">江南水务</td>
|
||
<td class="py-3 px-4 text-gray-700">供水</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">钱江水利</td>
|
||
<td class="py-3 px-4 text-gray-700">供水</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">顺控发展</td>
|
||
<td class="py-3 px-4 text-gray-700">供水</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">祥龙电业</td>
|
||
<td class="py-3 px-4 text-gray-700">供水</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">渤海股份</td>
|
||
<td class="py-3 px-4 text-gray-700">供水</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">重庆水务</td>
|
||
<td class="py-3 px-4 text-gray-700">供水</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">国中水务</td>
|
||
<td class="py-3 px-4 text-gray-700">供水</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">绿城水务</td>
|
||
<td class="py-3 px-4 text-gray-700">供水</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">海天股份</td>
|
||
<td class="py-3 px-4 text-gray-700">供水</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">深水海纳</td>
|
||
<td class="py-3 px-4 text-gray-700">供水</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">宁水集团</td>
|
||
<td class="py-3 px-4 text-gray-700">水表</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">三川智慧</td>
|
||
<td class="py-3 px-4 text-gray-700">水表</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">山科智能</td>
|
||
<td class="py-3 px-4 text-gray-700">水表</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">新天科技</td>
|
||
<td class="py-3 px-4 text-gray-700">水表</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">迈拓股份</td>
|
||
<td class="py-3 px-4 text-gray-700">水表</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">汇中股份</td>
|
||
<td class="py-3 px-4 text-gray-700">水表</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">威派格</td>
|
||
<td class="py-3 px-4 text-gray-700">智慧水务</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-gray-700">和达科技</td>
|
||
<td class="py-3 px-4 text-gray-700">智慧水务</td>
|
||
<td class="py-3 px-4 text-gray-700">工程服务</td>
|
||
<td class="py-3 px-4 text-gray-700"></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- JavaScript -->
|
||
<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>
|
||
<script>
|
||
// 初始化Vanta.js水波纹背景
|
||
VANTA.WAVES({
|
||
el: "#vanta-bg",
|
||
mouseControls: true,
|
||
touchControls: true,
|
||
gyroControls: false,
|
||
minHeight: 200.00,
|
||
minWidth: 200.00,
|
||
scale: 1.00,
|
||
scaleMobile: 1.00,
|
||
color: 0x1e40af,
|
||
shininess: 30.00,
|
||
waveHeight: 15.00,
|
||
waveSpeed: 0.75,
|
||
zoom: 0.75
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|
||
``` |