704 lines
36 KiB
HTML
704 lines
36 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" rel="stylesheet" />
|
||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
|
||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/themes.css" rel="stylesheet" type="text/css" />
|
||
<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>
|
||
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3/tsparticles.bundle.min.js"></script>
|
||
<style>
|
||
body {
|
||
font-family: 'Inter', sans-serif;
|
||
background-color: #f8fafc;
|
||
}
|
||
.section-card {
|
||
backdrop-filter: blur(10px);
|
||
background-color: rgba(255, 255, 255, 0.85);
|
||
border: 1px solid rgba(255, 255, 255, 0.18);
|
||
}
|
||
.timeline-dot {
|
||
position: relative;
|
||
}
|
||
.timeline-dot::before {
|
||
content: '';
|
||
position: absolute;
|
||
width: 12px;
|
||
height: 12px;
|
||
border-radius: 50%;
|
||
background-color: #3b82f6;
|
||
top: 6px;
|
||
left: -24px;
|
||
}
|
||
.timeline-line {
|
||
position: absolute;
|
||
width: 2px;
|
||
background-color: #e5e7eb;
|
||
top: 0;
|
||
bottom: 0;
|
||
left: -18px;
|
||
}
|
||
.gradient-text {
|
||
background: linear-gradient(135deg, #3b82f6, #8b5cf6);
|
||
-webkit-background-clip: text;
|
||
-webkit-text-fill-color: transparent;
|
||
background-clip: text;
|
||
}
|
||
.hover-scale {
|
||
transition: transform 0.3s ease;
|
||
}
|
||
.hover-scale:hover {
|
||
transform: scale(1.02);
|
||
}
|
||
#tsparticles {
|
||
position: fixed;
|
||
width: 100%;
|
||
height: 100%;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: -1;
|
||
}
|
||
.table-container {
|
||
overflow-x: auto;
|
||
}
|
||
.table-container::-webkit-scrollbar {
|
||
height: 8px;
|
||
}
|
||
.table-container::-webkit-scrollbar-track {
|
||
background: #f1f1f1;
|
||
border-radius: 10px;
|
||
}
|
||
.table-container::-webkit-scrollbar-thumb {
|
||
background: #888;
|
||
border-radius: 10px;
|
||
}
|
||
.table-container::-webkit-scrollbar-thumb:hover {
|
||
background: #555;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="min-h-screen">
|
||
<div id="tsparticles"></div>
|
||
|
||
<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 gradient-text">房屋检测概念分析报告</h1>
|
||
<p class="text-lg text-gray-600 max-w-3xl mx-auto">政策驱动下的存量房强制检测市场分析与投资机会研究</p>
|
||
</div>
|
||
|
||
<!-- 概念事件时间线 -->
|
||
<div class="section-card rounded-2xl shadow-xl p-6 mb-8 hover-scale">
|
||
<h2 class="text-2xl font-bold mb-6 text-gray-800 flex items-center">
|
||
<i class="fas fa-history mr-3 text-blue-500"></i>概念事件时间线
|
||
</h2>
|
||
<div class="relative pl-8">
|
||
<div class="timeline-line"></div>
|
||
<div class="space-y-6">
|
||
<div class="timeline-dot">
|
||
<div class="bg-blue-50 rounded-lg p-4 border-l-4 border-blue-500">
|
||
<div class="font-semibold text-blue-700">2021-06</div>
|
||
<p class="text-gray-700">湖北十堰燃气爆炸(25死)→ 住建部首次提出"房屋安全管理"</p>
|
||
</div>
|
||
</div>
|
||
<div class="timeline-dot">
|
||
<div class="bg-blue-50 rounded-lg p-4 border-l-4 border-blue-500">
|
||
<div class="font-semibold text-blue-700">2022-04</div>
|
||
<p class="text-gray-700">长沙自建房倒塌(54死)→ 国务院启动全国自建房安全专项整治</p>
|
||
</div>
|
||
</div>
|
||
<div class="timeline-dot">
|
||
<div class="bg-blue-50 rounded-lg p-4 border-l-4 border-blue-500">
|
||
<div class="font-semibold text-blue-700">2023-01</div>
|
||
<p class="text-gray-700">住建部部长倪虹首次提出"房屋体检、养老金、保险"三项制度</p>
|
||
</div>
|
||
</div>
|
||
<div class="timeline-dot">
|
||
<div class="bg-blue-50 rounded-lg p-4 border-l-4 border-blue-500">
|
||
<div class="font-semibold text-blue-700">2023-09</div>
|
||
<p class="text-gray-700">住建部宁波会议确定<strong>14个试点城市</strong>(北京、上海、广州、深圳等)</p>
|
||
</div>
|
||
</div>
|
||
<div class="timeline-dot">
|
||
<div class="bg-blue-50 rounded-lg p-4 border-l-4 border-blue-500">
|
||
<div class="font-semibold text-blue-700">2024-08-23</div>
|
||
<p class="text-gray-700">住建部副部长董建国国新办发布会:<strong>22城试点</strong>(新增天津、重庆等)</p>
|
||
</div>
|
||
</div>
|
||
<div class="timeline-dot">
|
||
<div class="bg-blue-50 rounded-lg p-4 border-l-4 border-blue-500">
|
||
<div class="font-semibold text-blue-700">2024-08-26</div>
|
||
<p class="text-gray-700">上海宣布<strong>浦东先行试点</strong>,2025年全市推开</p>
|
||
</div>
|
||
</div>
|
||
<div class="timeline-dot">
|
||
<div class="bg-blue-50 rounded-lg p-4 border-l-4 border-blue-500">
|
||
<div class="font-semibold text-blue-700">2024-08-27</div>
|
||
<p class="text-gray-700">房屋检测概念股集体涨停(国检集团、建科股份等)</p>
|
||
</div>
|
||
</div>
|
||
<div class="timeline-dot">
|
||
<div class="bg-blue-50 rounded-lg p-4 border-l-4 border-blue-500">
|
||
<div class="font-semibold text-blue-700">2024-09</div>
|
||
<p class="text-gray-700">芜湖/广州细则落地:25年以上房屋<strong>每5年强制体检</strong></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心观点摘要 -->
|
||
<div class="section-card rounded-2xl shadow-xl p-6 mb-8 hover-scale">
|
||
<h2 class="text-2xl font-bold mb-6 text-gray-800 flex items-center">
|
||
<i class="fas fa-lightbulb mr-3 text-yellow-500"></i>核心观点摘要
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
||
<div class="bg-gradient-to-br from-blue-50 to-indigo-50 rounded-xl p-5 border border-blue-100">
|
||
<div class="text-blue-600 font-bold text-lg mb-2">阶段判断</div>
|
||
<p class="text-gray-700">政策驱动下的<strong>主题炒作→基本面验证过渡期</strong>,2024H2-2025H1为关键验证期</p>
|
||
</div>
|
||
<div class="bg-gradient-to-br from-green-50 to-emerald-50 rounded-xl p-5 border border-green-100">
|
||
<div class="text-green-600 font-bold text-lg mb-2">核心驱动力</div>
|
||
<p class="text-gray-700"><strong>政府买单的存量房强制检测市场</strong>(财政+养老金账户),<strong>非市场化需求</strong></p>
|
||
</div>
|
||
<div class="bg-gradient-to-br from-purple-50 to-violet-50 rounded-xl p-5 border border-purple-100">
|
||
<div class="text-purple-600 font-bold text-lg mb-2">未来潜力</div>
|
||
<p class="text-gray-700"><strong>671-1525亿元</strong>存量检测市场(按7-12元/㎡×100亿㎡存量房),<strong>5年CAGR 25%+</strong></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心驱动力分析 -->
|
||
<div class="section-card rounded-2xl shadow-xl p-6 mb-8 hover-scale">
|
||
<h2 class="text-2xl font-bold mb-6 text-gray-800 flex items-center">
|
||
<i class="fas fa-chart-line mr-3 text-green-500"></i>核心驱动力分析
|
||
</h2>
|
||
<div class="table-container">
|
||
<table class="min-w-full bg-white rounded-lg overflow-hidden">
|
||
<thead class="bg-gray-50">
|
||
<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 class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">政策强制力</td>
|
||
<td class="py-3 px-4 text-gray-700">22城试点+芜湖细则:25年以上房屋<strong>每5年强制检测</strong></td>
|
||
<td class="py-3 px-4 text-gray-700">从"鼓励"到"强制",政府成为唯一买单方</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">资金池明确</td>
|
||
<td class="py-3 px-4 text-gray-700">土地出让金5%提取(3000亿/年)+维修基金利息(1000亿/年)</td>
|
||
<td class="py-3 px-4 text-gray-700"><strong>公共账户</strong>覆盖检测费,个人无需付费</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">技术门槛</td>
|
||
<td class="py-3 px-4 text-gray-700">检测单价<strong>15-30元/㎡</strong>(北京),毛利率<strong>50-70%</strong></td>
|
||
<td class="py-3 px-4 text-gray-700">存量房检测需<strong>结构鉴定资质</strong>(CNAS+地方备案)</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 市场热度与情绪 -->
|
||
<div class="section-card rounded-2xl shadow-xl p-6 mb-8 hover-scale">
|
||
<h2 class="text-2xl font-bold mb-6 text-gray-800 flex items-center">
|
||
<i class="fas fa-fire mr-3 text-red-500"></i>市场热度与情绪
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-6">
|
||
<div class="bg-gradient-to-br from-red-50 to-orange-50 rounded-xl p-5 border border-red-100">
|
||
<div class="text-red-600 font-bold text-lg mb-2">新闻热度</div>
|
||
<p class="text-gray-700">8月26-28日连续3天登上财联社/36氪热搜,<strong>国检集团3连板</strong></p>
|
||
</div>
|
||
<div class="bg-gradient-to-br from-yellow-50 to-amber-50 rounded-xl p-5 border border-yellow-100">
|
||
<div class="text-yellow-600 font-bold text-lg mb-2">研报密集度</div>
|
||
<p class="text-gray-700">8月26-9月5日<strong>15篇深度报告</strong>(中信/长江/光大等),<strong>一致预期2025年爆发</strong></p>
|
||
</div>
|
||
<div class="bg-gradient-to-br from-indigo-50 to-blue-50 rounded-xl p-5 border border-indigo-100">
|
||
<div class="text-indigo-600 font-bold text-lg mb-2">情绪分歧</div>
|
||
<p class="text-gray-700">
|
||
<span class="block mb-1"><strong>乐观派</strong>:中信证券测算<strong>1500亿市场</strong></span>
|
||
<span><strong>谨慎派</strong>:深圳瑞捷指出"资金落地慢于预期"</span>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<h3 class="text-xl font-bold mb-4 text-gray-800">预期差分析</h3>
|
||
<div class="table-container">
|
||
<table class="min-w-full bg-white rounded-lg overflow-hidden">
|
||
<thead class="bg-gray-50">
|
||
<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 class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">"所有存量房强制检测"</td>
|
||
<td class="py-3 px-4 text-gray-700">芜湖细则:仅<strong>经营性自建房</strong>强制,商品房<strong>自愿为主</strong></td>
|
||
<td class="py-3 px-4 text-gray-700"><strong>覆盖范围被高估</strong></td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">"检测公司直接受益"</td>
|
||
<td class="py-3 px-4 text-gray-700">上海建科:政府<strong>打包招标</strong>,优先<strong>本地国企</strong></td>
|
||
<td class="py-3 px-4 text-gray-700"><strong>市场化公司份额有限</strong></td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">"技术门槛高"</td>
|
||
<td class="py-3 px-4 text-gray-700">国检集团:90%存量房仅需<strong>拍照+目测</strong>(6-8元/㎡)</td>
|
||
<td class="py-3 px-4 text-gray-700"><strong>高端检测需求被夸大</strong></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关键催化剂与未来发展路径 -->
|
||
<div class="section-card rounded-2xl shadow-xl p-6 mb-8 hover-scale">
|
||
<h2 class="text-2xl font-bold mb-6 text-gray-800 flex items-center">
|
||
<i class="fas fa-rocket mr-3 text-purple-500"></i>关键催化剂与未来发展路径
|
||
</h2>
|
||
|
||
<div class="mb-8">
|
||
<h3 class="text-xl font-bold mb-4 text-gray-800">近期催化剂(3-6个月)</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
<div class="bg-purple-50 rounded-lg p-4 border border-purple-200">
|
||
<div class="text-purple-700 font-bold mb-2">2024Q4</div>
|
||
<p class="text-gray-700">上海浦东<strong>首批招标</strong>(预计<strong>10亿元</strong>规模)</p>
|
||
</div>
|
||
<div class="bg-purple-50 rounded-lg p-4 border border-purple-200">
|
||
<div class="text-purple-700 font-bold mb-2">2024Q4</div>
|
||
<p class="text-gray-700">住建部发布<strong>《房屋体检技术导则》</strong>(统一检测标准)</p>
|
||
</div>
|
||
<div class="bg-purple-50 rounded-lg p-4 border border-purple-200">
|
||
<div class="text-purple-700 font-bold mb-2">2025Q1</div>
|
||
<p class="text-gray-700">北京/深圳细则落地(<strong>强制检测范围</strong>明确)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-bold mb-4 text-gray-800">长期发展路径</h3>
|
||
<div class="bg-gray-50 rounded-xl p-6">
|
||
<div class="flex flex-col md:flex-row items-center justify-between">
|
||
<div class="text-center mb-4 md:mb-0">
|
||
<div class="bg-blue-500 text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-2 font-bold">2024</div>
|
||
<p class="font-medium">试点</p>
|
||
</div>
|
||
<div class="hidden md:block text-gray-400">
|
||
<i class="fas fa-arrow-right"></i>
|
||
</div>
|
||
<div class="text-center mb-4 md:mb-0">
|
||
<div class="bg-blue-500 text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-2 font-bold">2025</div>
|
||
<p class="font-medium">政策细则</p>
|
||
</div>
|
||
<div class="hidden md:block text-gray-400">
|
||
<i class="fas fa-arrow-right"></i>
|
||
</div>
|
||
<div class="text-center mb-4 md:mb-0">
|
||
<div class="bg-blue-500 text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-2 font-bold">2026-27</div>
|
||
<p class="font-medium">资金到位</p>
|
||
</div>
|
||
<div class="hidden md:block text-gray-400">
|
||
<i class="fas fa-arrow-right"></i>
|
||
</div>
|
||
<div class="text-center mb-4 md:mb-0">
|
||
<div class="bg-blue-500 text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-2 font-bold">2028-30</div>
|
||
<p class="font-medium">全国推广</p>
|
||
</div>
|
||
<div class="hidden md:block text-gray-400">
|
||
<i class="fas fa-arrow-right"></i>
|
||
</div>
|
||
<div class="text-center">
|
||
<div class="bg-blue-500 text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-2 font-bold">2030+</div>
|
||
<p class="font-medium">市场成熟</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 产业链与核心公司深度剖析 -->
|
||
<div class="section-card rounded-2xl shadow-xl p-6 mb-8 hover-scale">
|
||
<h2 class="text-2xl font-bold mb-6 text-gray-800 flex items-center">
|
||
<i class="fas fa-sitemap mr-3 text-teal-500"></i>产业链与核心公司深度剖析
|
||
</h2>
|
||
|
||
<div class="mb-8">
|
||
<h3 class="text-xl font-bold mb-4 text-gray-800">产业链图谱</h3>
|
||
<div class="bg-gray-50 rounded-xl p-6">
|
||
<div class="flex flex-col md:flex-row items-center justify-center space-y-4 md:space-y-0 md:space-x-8">
|
||
<div class="bg-blue-100 rounded-lg p-4 text-center min-w-[120px]">
|
||
<div class="text-blue-700 font-bold">政府</div>
|
||
<div class="text-sm text-gray-600">(财政)</div>
|
||
</div>
|
||
<div class="text-gray-400">
|
||
<i class="fas fa-arrow-right"></i>
|
||
</div>
|
||
<div class="bg-green-100 rounded-lg p-4 text-center min-w-[120px]">
|
||
<div class="text-green-700 font-bold">检测机构</div>
|
||
<div class="text-sm text-gray-600">(服务)</div>
|
||
</div>
|
||
<div class="text-gray-400">
|
||
<i class="fas fa-arrow-right"></i>
|
||
</div>
|
||
<div class="bg-yellow-100 rounded-lg p-4 text-center min-w-[120px]">
|
||
<div class="text-yellow-700 font-bold">保险公司</div>
|
||
<div class="text-sm text-gray-600">(风控)</div>
|
||
</div>
|
||
<div class="text-gray-400">
|
||
<i class="fas fa-arrow-right"></i>
|
||
</div>
|
||
<div class="bg-purple-100 rounded-lg p-4 text-center min-w-[120px]">
|
||
<div class="text-purple-700 font-bold">维修基金</div>
|
||
<div class="text-sm text-gray-600">(资金)</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-bold mb-4 text-gray-800">核心玩家对比</h3>
|
||
<div class="table-container">
|
||
<table class="min-w-full bg-white rounded-lg overflow-hidden">
|
||
<thead class="bg-gray-50">
|
||
<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">2023存量检测收入</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 class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">国检集团</td>
|
||
<td class="py-3 px-4 text-gray-700">全国龙头</td>
|
||
<td class="py-3 px-4 text-gray-700"><strong>1.5亿元</strong>(占比4%)</td>
|
||
<td class="py-3 px-4 text-gray-700">央企资质+50家分公司</td>
|
||
<td class="py-3 px-4 text-gray-700">区域壁垒(上海未备案)</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">上海建科</td>
|
||
<td class="py-3 px-4 text-gray-700">区域霸主</td>
|
||
<td class="py-3 px-4 text-gray-700"><strong>5000万</strong>(北京单城)</td>
|
||
<td class="py-3 px-4 text-gray-700">上海国资委控股+本地化</td>
|
||
<td class="py-3 px-4 text-gray-700">扩张受限(白名单制)</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">深圳瑞捷</td>
|
||
<td class="py-3 px-4 text-gray-700">第三方评估</td>
|
||
<td class="py-3 px-4 text-gray-700">未披露(保险业务4000万)</td>
|
||
<td class="py-3 px-4 text-gray-700">数据平台+房企资源</td>
|
||
<td class="py-3 px-4 text-gray-700">无检测资质(需并购)</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">建科股份</td>
|
||
<td class="py-3 px-4 text-gray-700">区域龙头</td>
|
||
<td class="py-3 px-4 text-gray-700">未披露(江苏70%份额)</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 class="section-card rounded-2xl shadow-xl p-6 mb-8 hover-scale">
|
||
<h2 class="text-2xl font-bold mb-6 text-gray-800 flex items-center">
|
||
<i class="fas fa-chart-bar mr-3 text-indigo-500"></i>关联股票数据
|
||
</h2>
|
||
<div class="table-container">
|
||
<table class="min-w-full bg-white rounded-lg overflow-hidden">
|
||
<thead class="bg-gray-50">
|
||
<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>
|
||
<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 class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">深圳瑞捷</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>
|
||
<td class="py-3 px-4 text-gray-700">与知名客户合作</td>
|
||
<td class="py-3 px-4 text-gray-700">我国第三方工程评估业的早期参与者之一,涉及装配式建筑和装配式建筑材料,与知名客户合作</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">上海建科</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>
|
||
<td class="py-3 px-4 text-gray-700">上海市国资委控股</td>
|
||
<td class="py-3 px-4 text-gray-700">工程监理产值规模连续多年全国第一,实际控制人为上海市国资委</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">建研院</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>
|
||
<td class="py-3 px-4 text-gray-700">一体化综合服务</td>
|
||
<td class="py-3 px-4 text-gray-700">拥有多个企业创新平台,在工程检测、绿色建筑等领域具有深厚科研实力,提供工程咨询、检测等全链条服务</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">罗普斯金</td>
|
||
<td class="py-3 px-4 text-gray-700">检验检测</td>
|
||
<td class="py-3 px-4 text-gray-700">2024年半年报计划</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">2024年半年报提到发展智能化施工及检验检测业务,通过多元化发展助力成长</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">华建集团</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>
|
||
<td class="py-3 px-4 text-gray-700">-</td>
|
||
<td class="py-3 px-4 text-gray-700">协议收购上海房屋质量检测站100%股权</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">垒知集团</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>
|
||
<td class="py-3 px-4 text-gray-700">技术服务</td>
|
||
<td class="py-3 px-4 text-gray-700">下属健研检测集团为工程可研、建设、运维全周期提供测绘、检测等技术服务</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">国检集团</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>
|
||
<td class="py-3 px-4 text-gray-700">中国建材集团控股</td>
|
||
<td class="py-3 px-4 text-gray-700">建筑工程检测领域龙头企业,实际控制人为中国建材集团,渠道拓展助力成长</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">招标股份</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>
|
||
<td class="py-3 px-4 text-gray-700">招标服务</td>
|
||
<td class="py-3 px-4 text-gray-700">主营业务涵盖工程监理、试验检测、招标服务等综合性工程咨询服务</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">建科股份</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>
|
||
<td class="py-3 px-4 text-gray-700">多领域覆盖</td>
|
||
<td class="py-3 px-4 text-gray-700">检验检测领域龙头企业,业务覆盖房建、市政、水利等领域,提供专业检测服务</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">谱尼测试</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>
|
||
<td class="py-3 px-4 text-gray-700">健康与环保、电子及安规、消费品质量鉴定和安全保障</td>
|
||
<td class="py-3 px-4 text-gray-700">业务领域涵盖多个行业</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">开普检测</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>
|
||
<td class="py-3 px-4 text-gray-700">-</td>
|
||
<td class="py-3 px-4 text-gray-700">技术能力符合高电压等级要求</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">钢研纳克</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>
|
||
<td class="py-3 px-4 text-gray-700">-</td>
|
||
<td class="py-3 px-4 text-gray-700">提供专业的第三方检测服务</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">中设股份</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>
|
||
<td class="py-3 px-4 text-gray-700">-</td>
|
||
<td class="py-3 px-4 text-gray-700">提升工程检测技术水平</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">设计总院</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>
|
||
<td class="py-3 px-4 text-gray-700">-</td>
|
||
<td class="py-3 px-4 text-gray-700">提供全流程工程服务</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">建科院</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>
|
||
<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 class="section-card rounded-2xl shadow-xl p-6 mb-8 hover-scale">
|
||
<h2 class="text-2xl font-bold mb-6 text-gray-800 flex items-center">
|
||
<i class="fas fa-exclamation-triangle mr-3 text-red-500"></i>潜在风险与挑战
|
||
</h2>
|
||
<div class="table-container">
|
||
<table class="min-w-full bg-white rounded-lg overflow-hidden">
|
||
<thead class="bg-gray-50">
|
||
<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 class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">政策风险</td>
|
||
<td class="py-3 px-4 text-gray-700">地方政府财政压力→<strong>资金延迟</strong></td>
|
||
<td class="py-3 px-4 text-gray-700">土地出让金2024H1同比<strong>-35%</strong></td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">技术风险</td>
|
||
<td class="py-3 px-4 text-gray-700">检测标准不统一→<strong>结果争议</strong></td>
|
||
<td class="py-3 px-4 text-gray-700">芜湖细则:自建房/商品房<strong>差异化标准</strong></td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">竞争风险</td>
|
||
<td class="py-3 px-4 text-gray-700">监理公司/物业<strong>低价抢单</strong></td>
|
||
<td class="py-3 px-4 text-gray-700">上海检测单价从<strong>30元→8元</strong>(政府压价)</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">信息矛盾</td>
|
||
<td class="py-3 px-4 text-gray-700">中信证券预测<strong>1500亿市场</strong> vs 深圳瑞捷"落地慢于预期"</td>
|
||
<td class="py-3 px-4 text-gray-700"><strong>资金缺口20万亿 vs 试点仅152亿</strong></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 综合结论与投资启示 -->
|
||
<div class="section-card rounded-2xl shadow-xl p-6 mb-8 hover-scale">
|
||
<h2 class="text-2xl font-bold mb-6 text-gray-800 flex items-center">
|
||
<i class="fas fa-trophy mr-3 text-yellow-500"></i>综合结论与投资启示
|
||
</h2>
|
||
|
||
<div class="mb-6">
|
||
<div class="bg-gradient-to-r from-blue-50 to-indigo-50 rounded-xl p-6 border border-blue-200">
|
||
<h3 class="text-xl font-bold mb-3 text-blue-800">阶段判断</h3>
|
||
<p class="text-gray-700"><strong>政策驱动主题炒作末期</strong>,2024Q4-2025Q1进入<strong>订单验证期</strong></p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mb-6">
|
||
<h3 class="text-xl font-bold mb-4 text-gray-800">投资方向</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||
<div class="bg-green-50 rounded-lg p-5 border border-green-200">
|
||
<div class="text-green-700 font-bold mb-2">区域检测龙头</div>
|
||
<p class="text-gray-700"><strong>上海建科/国检集团</strong>:上海/北京首批招标最大受益者</p>
|
||
</div>
|
||
<div class="bg-purple-50 rounded-lg p-5 border border-purple-200">
|
||
<div class="text-purple-700 font-bold mb-2">保险风控服务商</div>
|
||
<p class="text-gray-700"><strong>深圳瑞捷</strong>:IDI保险渗透率提升带来增量</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-bold mb-4 text-gray-800">关键跟踪指标</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
<div class="bg-yellow-50 rounded-lg p-4 border border-yellow-200">
|
||
<div class="text-yellow-700 font-bold mb-1">上海浦东招标金额</div>
|
||
<div class="text-sm text-gray-600">2024Q4</div>
|
||
</div>
|
||
<div class="bg-red-50 rounded-lg p-4 border border-red-200">
|
||
<div class="text-red-700 font-bold mb-1">各地检测单价</div>
|
||
<div class="text-sm text-gray-600">是否跌破10元/㎡</div>
|
||
</div>
|
||
<div class="bg-indigo-50 rounded-lg p-4 border border-indigo-200">
|
||
<div class="text-indigo-700 font-bold mb-1">政府资金到位率</div>
|
||
<div class="text-sm text-gray-600">土地出让金5%提取进度</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mt-6 bg-red-50 rounded-lg p-4 border border-red-200">
|
||
<div class="text-red-700 font-bold mb-2">风险提示</div>
|
||
<p class="text-gray-700">若2025年试点城市<strong>资金到位率<50%</strong>,行业可能<strong>二次探底</strong>。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<script>
|
||
// tsParticles配置
|
||
tsParticles.load("tsparticles", {
|
||
background: {
|
||
color: {
|
||
value: "#f8fafc",
|
||
},
|
||
},
|
||
fpsLimit: 60,
|
||
particles: {
|
||
color: {
|
||
value: ["#3b82f6", "#8b5cf6", "#ec4899"],
|
||
},
|
||
links: {
|
||
color: "#9ca3af",
|
||
distance: 150,
|
||
enable: true,
|
||
opacity: 0.2,
|
||
width: 1,
|
||
},
|
||
move: {
|
||
direction: "none",
|
||
enable: true,
|
||
outModes: {
|
||
default: "bounce",
|
||
},
|
||
random: false,
|
||
speed: 1,
|
||
straight: false,
|
||
},
|
||
number: {
|
||
density: {
|
||
enable: true,
|
||
area: 800,
|
||
},
|
||
value: 60,
|
||
},
|
||
opacity: {
|
||
value: 0.3,
|
||
},
|
||
shape: {
|
||
type: "circle",
|
||
},
|
||
size: {
|
||
value: { min: 1, max: 3 },
|
||
},
|
||
},
|
||
detectRetina: true,
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|
||
``` |