Files
vf_react/public/htmls/国有大行定增一览.html
2025-10-11 16:16:02 +08:00

607 lines
29 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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" />
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/themes.css" rel="stylesheet" type="text/css" />
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3/tsparticles.bundle.min.js"></script>
<style>
body {
font-family: 'Inter', sans-serif;
background-color: #f8fafc;
}
.timeline-dot {
position: relative;
}
.timeline-dot::before {
content: '';
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%;
background-color: #3b82f6;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.timeline-line {
position: absolute;
width: 2px;
background-color: #e2e8f0;
top: 0;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
#tsparticles {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0.4;
}
.gradient-bg {
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}
.highlight-text {
background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.table-container {
overflow-x: auto;
}
@media (max-width: 768px) {
.timeline-line {
left: 20px;
}
.timeline-dot::before {
left: 20px;
}
}
</style>
</head>
<body>
<div id="tsparticles"></div>
<div class="container mx-auto px-4 py-8 max-w-6xl">
<!-- 标题部分 -->
<div class="text-center mb-12">
<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">财政部特别国债注资5200亿元国有大行核心一级资本补充计划深度解析</p>
<div class="mt-6 flex justify-center">
<div class="bg-blue-100 text-blue-800 px-4 py-2 rounded-full text-sm font-medium">
<i class="fas fa-calendar-alt mr-2"></i>更新日期2025年6月24日
</div>
</div>
</div>
<!-- 概念事件时间轴 -->
<div class="bg-white rounded-xl shadow-lg p-6 mb-8 card-hover">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-history text-blue-500 mr-3"></i>概念事件时间轴
</h2>
<div class="relative">
<div class="timeline-line hidden md:block"></div>
<div class="space-y-8">
<div class="flex flex-col md:flex-row items-start">
<div class="w-full md:w-1/2 md:pr-8 md:text-right mb-4 md:mb-0">
<div class="bg-blue-50 p-4 rounded-lg">
<h3 class="font-bold text-blue-700">2024年9月</h3>
<p class="text-gray-700">央行提出1万亿注资预案</p>
</div>
</div>
<div class="timeline-dot hidden md:block"></div>
<div class="w-full md:w-1/2 md:pl-8">
<div class="text-gray-500 text-sm">政策酝酿期</div>
</div>
</div>
<div class="flex flex-col md:flex-row items-start">
<div class="w-full md:w-1/2 md:pr-8 md:text-right mb-4 md:mb-0">
<div class="text-gray-500 text-sm">政策落地期</div>
</div>
<div class="timeline-dot hidden md:block"></div>
<div class="w-full md:w-1/2 md:pl-8">
<div class="bg-green-50 p-4 rounded-lg">
<h3 class="font-bold text-green-700">2025年3月30日</h3>
<p class="text-gray-700">四大行同步发布定增预案溢价0.67-0.74倍PB</p>
</div>
</div>
</div>
<div class="flex flex-col md:flex-row items-start">
<div class="w-full md:w-1/2 md:pr-8 md:text-right mb-4 md:mb-0">
<div class="bg-purple-50 p-4 rounded-lg">
<h3 class="font-bold text-purple-700">2025年6月24日</h3>
<p class="text-gray-700">建行1050亿到账标志首批落地</p>
</div>
</div>
<div class="timeline-dot hidden md:block"></div>
<div class="w-full md:w-1/2 md:pl-8">
<div class="text-gray-500 text-sm">执行推进期</div>
</div>
</div>
<div class="flex flex-col md:flex-row items-start">
<div class="w-full md:w-1/2 md:pr-8 md:text-right mb-4 md:mb-0">
<div class="text-gray-500 text-sm">后续规划期</div>
</div>
<div class="timeline-dot hidden md:block"></div>
<div class="w-full md:w-1/2 md:pl-8">
<div class="bg-yellow-50 p-4 rounded-lg">
<h3 class="font-bold text-yellow-700">2025年后续</h3>
<p class="text-gray-700">工行、农行或启动第二批注资</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 核心观点摘要 -->
<div class="bg-white rounded-xl shadow-lg p-6 mb-8 card-hover">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-lightbulb text-yellow-500 mr-3"></i>核心观点摘要
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="bg-gradient-to-br from-blue-50 to-indigo-50 p-5 rounded-lg border-l-4 border-blue-500">
<h3 class="font-bold text-lg text-gray-800 mb-2">阶段判断</h3>
<p class="text-gray-700">注资已从政策预期2024Q3进入<span class="font-semibold text-blue-600">落地执行期</span>短期摊薄ROE但长期夯实资本驱动银行股<span class="font-semibold text-blue-600">估值修复</span>PB从0.6x向0.7x迈进)。</p>
</div>
<div class="bg-gradient-to-br from-green-50 to-emerald-50 p-5 rounded-lg border-l-4 border-green-500">
<h3 class="font-bold text-lg text-gray-800 mb-2">核心驱动力</h3>
<p class="text-gray-700">政策"底线思维"防风险+财政逆周期注资,本质是<span class="font-semibold text-green-600">国有大行"中特估"红利再定价</span></p>
</div>
</div>
</div>
<!-- 概念的核心逻辑与市场认知分析 -->
<div class="bg-white rounded-xl shadow-lg p-6 mb-8 card-hover">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-brain text-purple-500 mr-3"></i>概念的核心逻辑与市场认知分析
</h2>
<div class="mb-8">
<h3 class="text-xl font-semibold text-gray-800 mb-4">核心驱动力</h3>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="bg-blue-50 p-4 rounded-lg">
<div class="text-blue-600 font-bold mb-2">资本缺口</div>
<p class="text-gray-700">大行内生资本增速(<span class="font-semibold">6%</span><信贷增速<span class="font-semibold">8%</span>TLAC 2028年达标缺口约2-3个百分点</p>
</div>
<div class="bg-green-50 p-4 rounded-lg">
<div class="text-green-600 font-bold mb-2">政策托底</div>
<p class="text-gray-700">财政部溢价认购(邮储溢价<span class="font-semibold">21.5%</span>),传递"国有资产不流失"信号</p>
</div>
<div class="bg-purple-50 p-4 rounded-lg">
<div class="text-purple-600 font-bold mb-2">地产纾困</div>
<p class="text-gray-700">60%募资用于白名单房企并购贷款利率从7%压至4.5%),置换高息美元债</p>
</div>
</div>
</div>
<div class="mb-8">
<h3 class="text-xl font-semibold text-gray-800 mb-4">市场热度与情绪</h3>
<div class="bg-gray-50 p-5 rounded-lg">
<div class="flex flex-wrap gap-4">
<div class="bg-white p-3 rounded-lg shadow-sm flex-1 min-w-[200px]">
<div class="text-gray-500 text-sm">研报密集度</div>
<div class="text-lg font-bold text-gray-800">3月30-31日<span class="text-blue-600">5场路演</span></div>
<div class="text-sm text-gray-600">长江、申万、中泰等</div>
</div>
<div class="bg-white p-3 rounded-lg shadow-sm flex-1 min-w-[200px]">
<div class="text-gray-500 text-sm">一致预期</div>
<div class="text-lg font-bold text-gray-800">"短期摊薄可控,长期利好"</div>
</div>
<div class="bg-white p-3 rounded-lg shadow-sm flex-1 min-w-[200px]">
<div class="text-gray-500 text-sm">分歧点</div>
<div class="text-lg font-bold text-gray-800">PB定价<span class="text-red-600">0.67x vs 1x</span></div>
<div class="text-sm text-gray-600">溢价发行已部分对冲情绪</div>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold text-gray-800 mb-4">预期差</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="bg-yellow-50 p-5 rounded-lg border-l-4 border-yellow-500">
<h4 class="font-bold text-gray-800 mb-2">忽略点1信贷弹性被低估</h4>
<p class="text-gray-700">注资后大行<span class="font-semibold text-yellow-700">信贷弹性</span>被低估——邮储资本充足率提升<span class="font-semibold">1.5pct</span>,可撬动<span class="font-semibold">万亿级</span>增量信贷(长江银行测算)。</p>
</div>
<div class="bg-indigo-50 p-5 rounded-lg border-l-4 border-indigo-500">
<h4 class="font-bold text-gray-800 mb-2">忽略点2港股股息率优势</h4>
<p class="text-gray-700">港股股息率优势建行H股<span class="font-semibold text-indigo-700">6.2%</span> vs A股4.5%),外资回流或加速。</p>
</div>
</div>
</div>
</div>
<!-- 关键催化剂与未来发展路径 -->
<div class="bg-white rounded-xl shadow-lg p-6 mb-8 card-hover">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-rocket text-red-500 mr-3"></i>关键催化剂与未来发展路径
</h2>
<div class="mb-8">
<h3 class="text-xl font-semibold text-gray-800 mb-4">近期催化剂3-6个月</h3>
<div class="space-y-4">
<div class="flex items-start">
<div class="bg-red-100 text-red-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mt-1 mr-3">
1
</div>
<div>
<h4 class="font-bold text-gray-800">第二批注资启动</h4>
<p class="text-gray-700">工行、农行或于2025Q3跟进规模<span class="font-semibold text-red-600">3000-5000亿</span></p>
</div>
</div>
<div class="flex items-start">
<div class="bg-red-100 text-red-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mt-1 mr-3">
2
</div>
<div>
<h4 class="font-bold text-gray-800">地产销售数据</h4>
<p class="text-gray-700">若6月房企白名单项目销售回暖验证"地产拆弹"逻辑</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-red-100 text-red-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mt-1 mr-3">
3
</div>
<div>
<h4 class="font-bold text-gray-800">存款利率再下调</h4>
<p class="text-gray-700">5月20日大行已下调定存利率<span class="font-semibold text-red-600">25BP</span>,进一步缓解息差压力</p>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold text-gray-800 mb-4">长期路径</h3>
<div class="bg-gradient-to-r from-blue-50 to-indigo-50 p-5 rounded-lg">
<div class="flex flex-col md:flex-row items-center">
<div class="mb-4 md:mb-0 md:mr-6">
<div class="bg-blue-500 text-white rounded-full w-16 h-16 flex items-center justify-center text-2xl font-bold">
2025
</div>
</div>
<div class="flex-1">
<div class="flex items-center mb-2">
<div class="h-1 bg-blue-300 flex-1"></div>
<i class="fas fa-arrow-right text-blue-500 mx-2"></i>
<div class="h-1 bg-blue-400 flex-1"></div>
<i class="fas fa-arrow-right text-blue-500 mx-2"></i>
<div class="h-1 bg-blue-500 flex-1"></div>
</div>
<div class="flex justify-between text-sm text-gray-600">
<span>注资完成</span>
<span>信贷扩张</span>
<span>ROE企稳</span>
<span>PB修复至0.8-1.0x</span>
</div>
</div>
</div>
<div class="mt-4 text-center">
<p class="text-gray-700">2028年TLAC达标后大行或转向<span class="font-semibold text-blue-600">永续债+利润留存</span>的资本补充模式</p>
</div>
</div>
</div>
</div>
<!-- 产业链与核心公司深度剖析 -->
<div class="bg-white rounded-xl shadow-lg p-6 mb-8 card-hover">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-project-diagram text-green-500 mr-3"></i>产业链与核心公司深度剖析
</h2>
<div class="mb-8">
<h3 class="text-xl font-semibold text-gray-800 mb-4">产业链图谱</h3>
<div class="bg-gray-50 p-5 rounded-lg">
<div class="flex flex-col md:flex-row items-center justify-between">
<div class="bg-blue-100 text-blue-800 px-6 py-3 rounded-lg font-bold mb-4 md:mb-0">
上游:财政部(资金)
</div>
<i class="fas fa-arrow-right text-gray-400 mx-4 hidden md:block"></i>
<div class="bg-green-100 text-green-800 px-6 py-3 rounded-lg font-bold mb-4 md:mb-0">
中游:国有大行(信贷投放)
</div>
<i class="fas fa-arrow-right text-gray-400 mx-4 hidden md:block"></i>
<div class="bg-purple-100 text-purple-800 px-6 py-3 rounded-lg font-bold">
下游:房企、新基建
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold text-gray-800 mb-4">核心玩家对比</h3>
<div class="overflow-x-auto">
<table class="min-w-full bg-white border border-gray-200 rounded-lg">
<thead>
<tr class="bg-gray-100">
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">银行</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">注资规模</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">PB摊薄后</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">股息率H股</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">核心逻辑</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">风险</th>
</tr>
</thead>
<tbody>
<tr class="hover:bg-gray-50">
<td class="py-3 px-4 border-b font-medium text-gray-800">邮储</td>
<td class="py-3 px-4 border-b text-gray-700">1300亿</td>
<td class="py-3 px-4 border-b text-gray-700">0.58x</td>
<td class="py-3 px-4 border-b text-green-600 font-semibold">4.7%</td>
<td class="py-3 px-4 border-b text-gray-700">资本缺口最大(+1.5pct CET1</td>
<td class="py-3 px-4 border-b text-gray-700">零售不良率上升小微2.2%</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="py-3 px-4 border-b font-medium text-gray-800">交行</td>
<td class="py-3 px-4 border-b text-gray-700">1200亿</td>
<td class="py-3 px-4 border-b text-gray-700">0.58x</td>
<td class="py-3 px-4 border-b text-green-600 font-semibold">5.5%</td>
<td class="py-3 px-4 border-b text-gray-700">长三角区位优势+息差率先企稳</td>
<td class="py-3 px-4 border-b text-gray-700">定增摊薄ROE 1pct</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="py-3 px-4 border-b font-medium text-gray-800">建行</td>
<td class="py-3 px-4 border-b text-gray-700">1050亿</td>
<td class="py-3 px-4 border-b text-gray-700">0.64x</td>
<td class="py-3 px-4 border-b text-green-600 font-semibold">6.2%</td>
<td class="py-3 px-4 border-b text-gray-700">基建/按揭龙头,资产质量最优</td>
<td class="py-3 px-4 border-b text-gray-700">按揭重定价拖累息差</td>
</tr>
</tbody>
</table>
</div>
<div class="mt-6 grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="bg-green-50 p-4 rounded-lg border-l-4 border-green-500">
<h4 class="font-bold text-gray-800 mb-2">印证</h4>
<p class="text-gray-700">建行2024Q4基建贷款增速<span class="font-semibold text-green-600">7.7%</span>,与注资后"信贷扩张"逻辑一致。</p>
</div>
<div class="bg-red-50 p-4 rounded-lg border-l-4 border-red-500">
<h4 class="font-bold text-gray-800 mb-2">矛盾</h4>
<p class="text-gray-700">部分投资者担忧地产风险,但邮储房地产贷款不良率仅<span class="font-semibold text-red-600">0.9%</span>(六大行最低)。</p>
</div>
</div>
</div>
</div>
<!-- 潜在风险与挑战 -->
<div class="bg-white rounded-xl shadow-lg p-6 mb-8 card-hover">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-exclamation-triangle text-yellow-500 mr-3"></i>潜在风险与挑战
</h2>
<div class="space-y-4">
<div class="flex items-start">
<div class="bg-yellow-100 text-yellow-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mt-1 mr-3">
<i class="fas fa-bolt"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">政策风险</h4>
<p class="text-gray-700">若2025年地产税改提前或削弱"地产纾困"资金需求。</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-yellow-100 text-yellow-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mt-1 mr-3">
<i class="fas fa-globe"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">汇率风险</h4>
<p class="text-gray-700">中美利差倒挂加剧外资撤离或压制H股估值当前建行H股溢价<span class="font-semibold">30%</span>)。</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-yellow-100 text-yellow-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mt-1 mr-3">
<i class="fas fa-chart-line"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">信息矛盾</h4>
<p class="text-gray-700">中泰银行测算ROE摊薄<span class="font-semibold">1.3pct</span>(邮储),但动态看实际影响或仅<span class="font-semibold">0.5pct</span>(利润增长对冲)。</p>
</div>
</div>
</div>
</div>
<!-- 综合结论与投资启示 -->
<div class="bg-white rounded-xl shadow-lg p-6 mb-8 card-hover">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-flag-checkered text-indigo-500 mr-3"></i>综合结论与投资启示
</h2>
<div class="mb-6">
<h3 class="text-xl font-semibold text-gray-800 mb-3">阶段判断</h3>
<div class="bg-gradient-to-r from-indigo-50 to-purple-50 p-5 rounded-lg">
<p class="text-gray-700 text-lg"><span class="font-semibold text-indigo-600">政策驱动</span>转向<span class="font-semibold text-purple-600">基本面验证</span>,注资落地后银行股进入"高股息+低估值"配置窗口。</p>
</div>
</div>
<div class="mb-6">
<h3 class="text-xl font-semibold text-gray-800 mb-3">投资方向</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="bg-blue-50 p-5 rounded-lg">
<h4 class="font-bold text-blue-700 mb-2">港股大行</h4>
<p class="text-gray-700 mb-3">建行、交行:股息率<span class="font-semibold text-blue-600">5-6%</span>+估值修复弹性</p>
<div class="flex items-center text-sm text-blue-600">
<i class="fas fa-arrow-up mr-2"></i>
<span>估值修复空间大</span>
</div>
</div>
<div class="bg-green-50 p-5 rounded-lg">
<h4 class="font-bold text-green-700 mb-2">A股高弹性标的</h4>
<p class="text-gray-700 mb-3">邮储(资本缺口最大)、中行(地产敞口低)</p>
<div class="flex items-center text-sm text-green-600">
<i class="fas fa-chart-line mr-2"></i>
<span>业绩弹性高</span>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold text-gray-800 mb-3">跟踪指标</h3>
<div class="space-y-3">
<div class="flex items-center bg-gray-50 p-3 rounded-lg">
<div class="bg-gray-200 text-gray-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mr-3">
1
</div>
<p class="text-gray-700"><span class="font-semibold">6月地产销售增速</span>(验证信贷需求)</p>
</div>
<div class="flex items-center bg-gray-50 p-3 rounded-lg">
<div class="bg-gray-200 text-gray-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mr-3">
2
</div>
<p class="text-gray-700"><span class="font-semibold">大行净息差季度环比</span>(负债成本下降持续性)</p>
</div>
<div class="flex items-center bg-gray-50 p-3 rounded-lg">
<div class="bg-gray-200 text-gray-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mr-3">
3
</div>
<p class="text-gray-700"><span class="font-semibold">第二批注资时间表</span>(工行、农行预案披露)</p>
</div>
</div>
</div>
</div>
<!-- 关联股票数据表格 -->
<div class="bg-white rounded-xl shadow-lg p-6 mb-8 card-hover">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-table text-blue-500 mr-3"></i>关联股票数据
</h2>
<div class="table-container">
<table class="min-w-full bg-white border border-gray-200 rounded-lg">
<thead>
<tr class="bg-gray-100">
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">股票</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">行业</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">项目</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">分类</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">产业链</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">定增对象</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">定增规模(亿元)</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">占总股本比例</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">理由</th>
</tr>
</thead>
<tbody>
<tr class="hover:bg-gray-50">
<td class="py-3 px-4 border-b font-medium text-gray-800">建设银行</td>
<td class="py-3 px-4 border-b text-gray-700">银行业</td>
<td class="py-3 px-4 border-b text-gray-700">定增融资</td>
<td class="py-3 px-4 border-b text-gray-700">国有大行</td>
<td class="py-3 px-4 border-b text-gray-700">金融服务业</td>
<td class="py-3 px-4 border-b text-gray-700">财政部</td>
<td class="py-3 px-4 border-b text-gray-700 font-semibold">1050</td>
<td class="py-3 px-4 border-b text-gray-700">4.53%</td>
<td class="py-3 px-4 border-b text-gray-700">财政部作为定增对象,属于政府机构主导的银行业融资项目</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="py-3 px-4 border-b font-medium text-gray-800">中国银行</td>
<td class="py-3 px-4 border-b text-gray-700">银行业</td>
<td class="py-3 px-4 border-b text-gray-700">定增融资</td>
<td class="py-3 px-4 border-b text-gray-700">国有大行</td>
<td class="py-3 px-4 border-b text-gray-700">金融服务业</td>
<td class="py-3 px-4 border-b text-gray-700">财政部</td>
<td class="py-3 px-4 border-b text-gray-700 font-semibold">1650</td>
<td class="py-3 px-4 border-b text-gray-700">9.26%</td>
<td class="py-3 px-4 border-b text-gray-700">财政部作为定增对象,属于政府机构主导的银行业融资项目</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="py-3 px-4 border-b font-medium text-gray-800">交通银行</td>
<td class="py-3 px-4 border-b text-gray-700">银行业</td>
<td class="py-3 px-4 border-b text-gray-700">定增融资</td>
<td class="py-3 px-4 border-b text-gray-700">国有大行</td>
<td class="py-3 px-4 border-b text-gray-700">金融服务业</td>
<td class="py-3 px-4 border-b text-gray-700">财政部(1124.20)、中国烟草(45.80)、双维投资(30.0)</td>
<td class="py-3 px-4 border-b text-gray-700 font-semibold">1200</td>
<td class="py-3 px-4 border-b text-gray-700">18.55%</td>
<td class="py-3 px-4 border-b text-gray-700">财政部及烟草行业企业参与定增,涉及金融与烟草产业链联动</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="py-3 px-4 border-b font-medium text-gray-800">邮储银行</td>
<td class="py-3 px-4 border-b text-gray-700">银行业</td>
<td class="py-3 px-4 border-b text-gray-700">定增融资</td>
<td class="py-3 px-4 border-b text-gray-700">国有大行</td>
<td class="py-3 px-4 border-b text-gray-700">金融服务业</td>
<td class="py-3 px-4 border-b text-gray-700">财政部(1175.80)、中国移动集团(78.54)、中国船舶集团(45.66)</td>
<td class="py-3 px-4 border-b text-gray-700 font-semibold">1300</td>
<td class="py-3 px-4 border-b text-gray-700">15.54%</td>
<td class="py-3 px-4 border-b text-gray-700">财政部及通信、船舶制造行业央企参与定增,体现跨产业链资本合作</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<script>
// 初始化粒子背景
tsParticles.load("tsparticles", {
background: {
color: {
value: "#f8fafc",
},
},
fpsLimit: 60,
particles: {
color: {
value: "#3b82f6",
},
links: {
color: "#3b82f6",
distance: 150,
enable: true,
opacity: 0.3,
width: 1,
},
move: {
direction: "none",
enable: true,
outModes: {
default: "bounce",
},
random: true,
speed: 2,
straight: false,
},
number: {
density: {
enable: true,
area: 800,
},
value: 50,
},
opacity: {
value: 0.3,
},
shape: {
type: "circle",
},
size: {
value: { min: 1, max: 3 },
},
},
detectRetina: true,
});
</script>
</body>
</html>
```