627 lines
29 KiB
HTML
627 lines
29 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" type="text/css" />
|
||
<script src="https://cdn.tailwindcss.com"></script>
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||
<style>
|
||
body {
|
||
font-family: 'Inter', sans-serif;
|
||
}
|
||
#vanta-bg {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
z-index: -1;
|
||
}
|
||
.glass-effect {
|
||
background: rgba(255, 255, 255, 0.1);
|
||
backdrop-filter: blur(10px);
|
||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||
}
|
||
.timeline-dot {
|
||
position: relative;
|
||
}
|
||
.timeline-dot::before {
|
||
content: '';
|
||
position: absolute;
|
||
width: 16px;
|
||
height: 16px;
|
||
border-radius: 50%;
|
||
background: #3b82f6;
|
||
left: -8px;
|
||
top: 6px;
|
||
}
|
||
.timeline-line {
|
||
position: absolute;
|
||
left: 0;
|
||
top: 22px;
|
||
bottom: -22px;
|
||
width: 1px;
|
||
background: #e5e7eb;
|
||
}
|
||
.timeline-item:last-child .timeline-line {
|
||
display: none;
|
||
}
|
||
.industry-tag {
|
||
display: inline-block;
|
||
padding: 2px 8px;
|
||
border-radius: 12px;
|
||
font-size: 12px;
|
||
font-weight: 500;
|
||
}
|
||
.industry-construction {
|
||
background-color: #dbeafe;
|
||
color: #1e40af;
|
||
}
|
||
.industry-equipment {
|
||
background-color: #fef3c7;
|
||
color: #92400e;
|
||
}
|
||
.industry-energy {
|
||
background-color: #d1fae5;
|
||
color: #065f46;
|
||
}
|
||
.industry-agriculture {
|
||
background-color: #ede9fe;
|
||
color: #5b21b6;
|
||
}
|
||
@keyframes fadeIn {
|
||
from { opacity: 0; transform: translateY(20px); }
|
||
to { opacity: 1; transform: translateY(0); }
|
||
}
|
||
.fade-in {
|
||
animation: fadeIn 0.6s ease-out forwards;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="bg-gray-50">
|
||
<div id="vanta-bg"></div>
|
||
|
||
<div class="container mx-auto px-4 py-8 max-w-7xl">
|
||
<!-- 标题部分 -->
|
||
<div class="text-center mb-10 fade-in">
|
||
<h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4">乌克兰战后重建概念</h1>
|
||
<div class="flex justify-center items-center space-x-2 text-gray-600">
|
||
<i class="fas fa-calendar-alt"></i>
|
||
<span>更新日期:2025年7月11日</span>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 概念事件时间轴 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 fade-in">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-history mr-3 text-blue-600"></i>
|
||
概念事件时间轴
|
||
</h2>
|
||
<div class="relative pl-8">
|
||
<div class="timeline-item relative pb-8">
|
||
<div class="timeline-line"></div>
|
||
<div class="timeline-dot">
|
||
<p class="font-semibold text-gray-800">2025-02-10</p>
|
||
<p class="text-gray-600">特朗普与普京通话,释放和谈信号</p>
|
||
</div>
|
||
</div>
|
||
<div class="timeline-item relative pb-8">
|
||
<div class="timeline-line"></div>
|
||
<div class="timeline-dot">
|
||
<p class="font-semibold text-gray-800">2025-02-18</p>
|
||
<p class="text-gray-600">美俄沙特利雅得会谈,讨论停火框架</p>
|
||
</div>
|
||
</div>
|
||
<div class="timeline-item relative pb-8">
|
||
<div class="timeline-line"></div>
|
||
<div class="timeline-dot">
|
||
<p class="font-semibold text-gray-800">2025-02-19</p>
|
||
<p class="text-gray-600">机构密集发布重建主题研报,首次提出"7500亿美元重建需求"</p>
|
||
</div>
|
||
</div>
|
||
<div class="timeline-item relative pb-8">
|
||
<div class="timeline-line"></div>
|
||
<div class="timeline-dot">
|
||
<p class="font-semibold text-gray-800">2025-04-18</p>
|
||
<p class="text-gray-600">乌克兰公布美乌矿产协议备忘录,设立重建投资基金</p>
|
||
</div>
|
||
</div>
|
||
<div class="timeline-item relative">
|
||
<div class="timeline-dot">
|
||
<p class="font-semibold text-gray-800">2025-07-11</p>
|
||
<p class="text-gray-600">罗马重建会议达成超100亿欧元协议,泽连斯基呼吁用俄冻结资产收益重建</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心观点摘要 -->
|
||
<div class="grid md:grid-cols-3 gap-6 mb-8">
|
||
<div class="glass-effect rounded-2xl p-6 fade-in">
|
||
<div class="flex items-center mb-4">
|
||
<div class="bg-blue-100 p-3 rounded-lg mr-4">
|
||
<i class="fas fa-chart-line text-blue-600 text-xl"></i>
|
||
</div>
|
||
<h3 class="text-xl font-bold text-gray-800">阶段判断</h3>
|
||
</div>
|
||
<p class="text-gray-600">当前处于"预期驱动"向"订单验证"过渡期,停火谈判进展是核心变量</p>
|
||
</div>
|
||
|
||
<div class="glass-effect rounded-2xl p-6 fade-in">
|
||
<div class="flex items-center mb-4">
|
||
<div class="bg-green-100 p-3 rounded-lg mr-4">
|
||
<i class="fas fa-rocket text-green-600 text-xl"></i>
|
||
</div>
|
||
<h3 class="text-xl font-bold text-gray-800">核心驱动力</h3>
|
||
</div>
|
||
<p class="text-gray-600">地缘政治缓和+万亿级重建需求+中国基建企业历史优势的三重共振</p>
|
||
</div>
|
||
|
||
<div class="glass-effect rounded-2xl p-6 fade-in">
|
||
<div class="flex items-center mb-4">
|
||
<div class="bg-purple-100 p-3 rounded-lg mr-4">
|
||
<i class="fas fa-coins text-purple-600 text-xl"></i>
|
||
</div>
|
||
<h3 class="text-xl font-bold text-gray-800">潜力评估</h3>
|
||
</div>
|
||
<p class="text-gray-600">若停火落地,中国企业有望获取年均500-700亿人民币订单,推动板块估值从10倍PE修复至15-20倍</p>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心逻辑与市场认知分析 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 fade-in">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-brain mr-3 text-indigo-600"></i>
|
||
核心逻辑与市场认知分析
|
||
</h2>
|
||
|
||
<div class="grid md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3">核心驱动力</h3>
|
||
<ul class="space-y-3">
|
||
<li class="flex items-start">
|
||
<i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
|
||
<div>
|
||
<p class="font-medium text-gray-800">需求刚性</p>
|
||
<p class="text-sm text-gray-600">世界银行估算5240-7500亿美元重建需求,聚焦能源(30%)、交通(25%)、住房(20%)三大领域</p>
|
||
</div>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
|
||
<div>
|
||
<p class="font-medium text-gray-800">中国优势</p>
|
||
<p class="text-sm text-gray-600">中材国际、中钢国际等企业曾承建乌克兰项目,具备资质、人脉和成本优势(报价低40%)</p>
|
||
</div>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<i class="fas fa-check-circle text-green-500 mt-1 mr-2"></i>
|
||
<div>
|
||
<p class="font-medium text-gray-800">政策协同</p>
|
||
<p class="text-sm text-gray-600">一带一路峰会与俄乌重建形成"基建外交"组合拳</p>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3">预期差分析</h3>
|
||
<div class="bg-yellow-50 border-l-4 border-yellow-400 p-4 mb-4">
|
||
<p class="font-medium text-gray-800">市场共识</p>
|
||
<p class="text-sm text-gray-600">认为重建=中国基建企业直接受益</p>
|
||
</div>
|
||
<div class="space-y-3">
|
||
<div class="flex items-start">
|
||
<i class="fas fa-exclamation-triangle text-yellow-500 mt-1 mr-2"></i>
|
||
<div>
|
||
<p class="font-medium text-gray-800">资金落地风险</p>
|
||
<p class="text-sm text-gray-600">欧盟冻结俄资产收益需法律程序,实际到位或低于预期(仅利息部分约150亿欧元/年)</p>
|
||
</div>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<i class="fas fa-exclamation-triangle text-yellow-500 mt-1 mr-2"></i>
|
||
<div>
|
||
<p class="font-medium text-gray-800">区域分割</p>
|
||
<p class="text-sm text-gray-600">俄控区(占乌领土20%)重建可能由俄主导,中国企业参与度存疑</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关键催化剂与未来发展路径 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 fade-in">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-road mr-3 text-orange-600"></i>
|
||
关键催化剂与未来发展路径
|
||
</h2>
|
||
|
||
<div class="grid md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3">近期催化剂(3-6个月)</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-blue-50 p-4 rounded-lg">
|
||
<p class="font-medium text-gray-800">5月9日俄罗斯胜利日</p>
|
||
<p class="text-sm text-gray-600">普京可能宣布象征性停火,触发订单预期</p>
|
||
</div>
|
||
<div class="bg-blue-50 p-4 rounded-lg">
|
||
<p class="font-medium text-gray-800">一带一路峰会</p>
|
||
<p class="text-sm text-gray-600">若2025年召开,中乌政府间协议或成重点签约项目</p>
|
||
</div>
|
||
<div class="bg-blue-50 p-4 rounded-lg">
|
||
<p class="font-medium text-gray-800">Q2财报验证</p>
|
||
<p class="text-sm text-gray-600">中材国际、北方国际的乌克兰新签合同额(需跟踪公告)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3">长期发展路径</h3>
|
||
<div class="space-y-4">
|
||
<div class="flex items-start">
|
||
<span class="bg-indigo-100 text-indigo-800 text-xs font-medium px-2.5 py-0.5 rounded mr-3">2025-2026</span>
|
||
<div>
|
||
<p class="font-medium text-gray-800">应急修复阶段</p>
|
||
<p class="text-sm text-gray-600">停火后电力、道路修复,中国央企获EPC总包</p>
|
||
</div>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<span class="bg-indigo-100 text-indigo-800 text-xs font-medium px-2.5 py-0.5 rounded mr-3">2027-2030</span>
|
||
<div>
|
||
<p class="font-medium text-gray-800">产业重建阶段</p>
|
||
<p class="text-sm text-gray-600">转向钢铁、水泥厂建设,中国输出过剩产能</p>
|
||
</div>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<span class="bg-indigo-100 text-indigo-800 text-xs font-medium px-2.5 py-0.5 rounded mr-3">2030+</span>
|
||
<div>
|
||
<p class="font-medium text-gray-800">欧盟标准阶段</p>
|
||
<p class="text-sm text-gray-600">乌克兰加入欧盟进程加速,欧洲标准或限制中企参与</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关联股票数据表格 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 fade-in">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-table mr-3 text-teal-600"></i>
|
||
乌克兰战后重建概念关联股票
|
||
</h2>
|
||
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full divide-y divide-gray-200">
|
||
<thead class="bg-gray-50">
|
||
<tr>
|
||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票名称</th>
|
||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">行业</th>
|
||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">海外营收占比</th>
|
||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">项目/市场</th>
|
||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">原因</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="bg-white divide-y divide-gray-200">
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">北方国际</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-construction">基础建设</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">59%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">电力工程</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">电力工程为主,乌克兰暂未开展业务信息</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">中工国际</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-construction">基础建设</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">57%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">生物质发电厂</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">曾签约乌克兰生物质发电厂建设项目成功签约</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">中材国际</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-construction">基础建设</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">44%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">熟料水泥项目</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">曾承建乌克兰熟料水泥项目</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">中钢国际</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-construction">基础建设</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">37%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">带式焙烧机球团</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">曾建设乌克兰规模最大的带式焙烧机球团项目</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">新疆交建</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-construction">基础建设</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">——</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">公路改造</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">曾参与乌克兰公路改造项目,后因设计问题终止</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">中国铁建</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-construction">基础建设</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">5%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">乌克兰</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">乌克兰有机构,战后重建会逐步恢复</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">中国中铁</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-construction">基础建设</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">5%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">乌克兰</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">之前在乌克兰分公司有少量业务</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">中铁装配</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-construction">基础建设</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">——</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">建设工程</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">中国中铁旗下,曾在乌克兰有建设工程施工项目</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">中油工程</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-construction">基础建设</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">29%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">能源工程服务商</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">乌克兰暂无开展业务</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">北新路桥</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-construction">基础建设</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">1%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">乌克兰</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">海外有丰富承揽工程经验,乌克兰暂无业务</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">西部建设</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-construction">基础建设</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">1%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">乌克兰</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">中国大陆外营收占比1%,乌克兰暂无业务</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">贝肯能源</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-equipment">设备</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">17%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">油气钻机</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">2023年乌克兰营收占比16.7%,计划出售子公司股权但继续提供技术服务</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">濮耐股份</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-equipment">设备</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">3%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">乌克兰</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">乌克兰营收占比3%,深耕乌克兰市场</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">山推股份</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-equipment">设备</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">56%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">乌克兰</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">海外营收占比56%,乌克兰为海外推土机主要市场之一</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">中曼石油</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-equipment">设备</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">44%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">钻井设备</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">曾于2018年与乌克兰签署钻井设备项目合同</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">德业股份</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-energy">电力/能源</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">58%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">乌克兰</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">2024年业绩增长因乌克兰市场侧重用电的刚性需求</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">龙源电力</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-energy">电力/能源</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">2%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">风电</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">2023年乌克兰尤日内风电项目完成发电量20.4万兆瓦</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<div class="text-sm font-medium text-gray-900">润丰股份</div>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap">
|
||
<span class="industry-tag industry-agriculture">农业</span>
|
||
</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">73%</td>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-900">除草剂、农药</td>
|
||
<td class="px-6 py-4 text-sm text-gray-900">乌克兰市场营收占比73%,主要产品为除草剂、正邦科技、苏垦农发等</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 潜在风险与挑战 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 fade-in">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-exclamation-triangle mr-3 text-red-600"></i>
|
||
潜在风险与挑战
|
||
</h2>
|
||
|
||
<div class="grid md:grid-cols-2 gap-4">
|
||
<div class="bg-red-50 border-l-4 border-red-500 p-4 rounded-r-lg">
|
||
<h3 class="font-semibold text-gray-800 mb-2">地缘政治反复</h3>
|
||
<p class="text-sm text-gray-600">若2025年春夏俄军攻势再起,停火预期破灭(广发交运路演提示)</p>
|
||
</div>
|
||
|
||
<div class="bg-red-50 border-l-4 border-red-500 p-4 rounded-r-lg">
|
||
<h3 class="font-semibold text-gray-800 mb-2">资金缺口</h3>
|
||
<p class="text-sm text-gray-600">欧盟内部对援乌分歧(匈牙利反对),实际拨款或低于承诺(2024年欧盟仅兑现60%)</p>
|
||
</div>
|
||
|
||
<div class="bg-red-50 border-l-4 border-red-500 p-4 rounded-r-lg">
|
||
<h3 class="font-semibold text-gray-800 mb-2">竞争加剧</h3>
|
||
<p class="text-sm text-gray-600">土耳其、波兰企业低价竞标(土耳其Yapi Merkezi已中标乌铁路修复项目)</p>
|
||
</div>
|
||
|
||
<div class="bg-red-50 border-l-4 border-red-500 p-4 rounded-r-lg">
|
||
<h3 class="font-semibold text-gray-800 mb-2">信息矛盾</h3>
|
||
<p class="text-sm text-gray-600">中信建投称"俄或同意用冻结资产重建",但路透报道俄方要求资金用于俄控区(合法性争议)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 综合结论与投资启示 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 fade-in">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-lightbulb mr-3 text-yellow-600"></i>
|
||
综合结论与投资启示
|
||
</h2>
|
||
|
||
<div class="space-y-6">
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3">阶段判断</h3>
|
||
<p class="text-gray-600">主题炒作末期→基本面验证初期,需紧盯5月停火节点</p>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3">高价值方向</h3>
|
||
<div class="grid md:grid-cols-2 gap-4">
|
||
<div class="bg-green-50 p-4 rounded-lg">
|
||
<p class="font-medium text-gray-800 mb-1">EPC总包龙头</p>
|
||
<p class="text-sm text-gray-600">中材国际(水泥)、中钢国际(钢铁)——订单弹性最大</p>
|
||
</div>
|
||
<div class="bg-green-50 p-4 rounded-lg">
|
||
<p class="font-medium text-gray-800 mb-1">区域基建</p>
|
||
<p class="text-sm text-gray-600">龙建股份(黑龙江对俄通道)——地缘套利标的</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3">关键跟踪指标</h3>
|
||
<ol class="list-decimal list-inside space-y-2 text-gray-600">
|
||
<li>乌克兰政府Q3发布的重建招标清单(关注中企中标率)</li>
|
||
<li>欧盟"乌克兰基金"实际拨款进度(每月15亿欧元是否到位)</li>
|
||
<li>中材国际Q2新签海外订单增速(需>20%验证逻辑)</li>
|
||
</ol>
|
||
</div>
|
||
|
||
<div class="bg-yellow-50 border-l-4 border-yellow-400 p-4 rounded-r-lg">
|
||
<p class="font-semibold text-gray-800">风险提示</p>
|
||
<p class="text-sm text-gray-600">若7月罗马重建会议后无实质性合同落地,板块或面临30%估值回撤</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<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.WAVES({
|
||
el: "#vanta-bg",
|
||
mouseControls: true,
|
||
touchControls: true,
|
||
gyroControls: false,
|
||
minHeight: 200.00,
|
||
minWidth: 200.00,
|
||
scale: 1.00,
|
||
scaleMobile: 1.00,
|
||
color: 0x1a365d,
|
||
shininess: 30.00,
|
||
waveHeight: 10.00,
|
||
waveSpeed: 0.75,
|
||
zoom: 0.65
|
||
});
|
||
|
||
// 添加滚动动画
|
||
const observerOptions = {
|
||
threshold: 0.1,
|
||
rootMargin: '0px 0px -100px 0px'
|
||
};
|
||
|
||
const observer = new IntersectionObserver((entries) => {
|
||
entries.forEach(entry => {
|
||
if (entry.isIntersecting) {
|
||
entry.target.classList.add('fade-in');
|
||
}
|
||
});
|
||
}, observerOptions);
|
||
|
||
document.querySelectorAll('.glass-effect').forEach(el => {
|
||
observer.observe(el);
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|
||
``` |