597 lines
29 KiB
HTML
597 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/css?family=Inter:300,400,500,600,700,800" 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">
|
||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
|
||
<style>
|
||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');
|
||
|
||
body {
|
||
font-family: 'Noto Sans SC', 'Inter', sans-serif;
|
||
background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
|
||
min-height: 100vh;
|
||
}
|
||
|
||
.timeline-item {
|
||
position: relative;
|
||
padding-left: 30px;
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.timeline-item:before {
|
||
content: '';
|
||
position: absolute;
|
||
left: 0;
|
||
top: 5px;
|
||
width: 12px;
|
||
height: 12px;
|
||
border-radius: 50%;
|
||
background: #3b82f6;
|
||
}
|
||
|
||
.timeline-item:after {
|
||
content: '';
|
||
position: absolute;
|
||
left: 5px;
|
||
top: 17px;
|
||
width: 2px;
|
||
height: calc(100% + 10px);
|
||
background: #3b82f6;
|
||
}
|
||
|
||
.timeline-item:last-child:after {
|
||
display: none;
|
||
}
|
||
|
||
.path-step {
|
||
position: relative;
|
||
padding-left: 30px;
|
||
}
|
||
|
||
.path-step:before {
|
||
content: '';
|
||
position: absolute;
|
||
left: 0;
|
||
top: 5px;
|
||
width: 20px;
|
||
height: 20px;
|
||
border-radius: 50%;
|
||
background: #10b981;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
color: white;
|
||
font-weight: bold;
|
||
}
|
||
|
||
.path-step.step-1:before { content: '1'; }
|
||
.path-step.step-2:before { content: '2'; }
|
||
.path-step.step-3:before { content: '3'; }
|
||
|
||
.highlight {
|
||
background: linear-gradient(120deg, #a5b4fc 0%, #c7d2fe 100%);
|
||
padding: 2px 6px;
|
||
border-radius: 4px;
|
||
font-weight: 500;
|
||
}
|
||
|
||
.card-shadow {
|
||
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
||
}
|
||
|
||
.table-container {
|
||
overflow-x: auto;
|
||
}
|
||
|
||
@media (max-width: 768px) {
|
||
.timeline-item {
|
||
padding-left: 20px;
|
||
}
|
||
|
||
.path-step {
|
||
padding-left: 25px;
|
||
}
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="bg-gray-50">
|
||
<div class="container mx-auto px-4 py-8 max-w-6xl">
|
||
<!-- 页面标题 -->
|
||
<div class="text-center mb-12">
|
||
<h1 class="text-4xl font-bold text-gray-800 mb-4">证券行业分析报告</h1>
|
||
<p class="text-gray-600 max-w-3xl mx-auto">政策驱动并购与业绩底部修复的双击阶段</p>
|
||
</div>
|
||
|
||
<!-- 核心观点摘要 -->
|
||
<div class="card bg-gradient-to-r from-blue-600 to-indigo-700 text-white rounded-xl mb-10 card-shadow">
|
||
<div class="card-body p-6">
|
||
<h2 class="text-2xl font-bold mb-4 flex items-center">
|
||
<i class="fas fa-lightbulb mr-3"></i>核心观点摘要
|
||
</h2>
|
||
<div class="space-y-4">
|
||
<p class="text-lg">证券板块正处于<span class="highlight text-blue-900">"政策驱动并购+业绩底部修复"</span>的双击阶段:</p>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||
<div class="bg-blue-500 bg-opacity-30 p-4 rounded-lg">
|
||
<h3 class="font-bold text-lg mb-2">短期(3-6个月)</h3>
|
||
<p>并购事件(国君+海通示范效应)和风控松绑(杠杆提升)将主导估值修复</p>
|
||
</div>
|
||
<div class="bg-indigo-500 bg-opacity-30 p-4 rounded-lg">
|
||
<h3 class="font-bold text-lg mb-2">长期(2-3年)</h3>
|
||
<p>行业集中度提升(CR5有望从当前45%升至60%+)将带来ROE中枢系统性上移</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 概念事件 -->
|
||
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8 mb-10">
|
||
<!-- 政策时间轴 -->
|
||
<div class="bg-white rounded-xl p-6 card-shadow">
|
||
<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="space-y-4">
|
||
<div class="timeline-item">
|
||
<div class="font-bold text-gray-800">2024年3月</div>
|
||
<p class="text-gray-600">证监会发布《建设一流投行意见》,首次提出"5年内培育10家航母级券商"</p>
|
||
</div>
|
||
<div class="timeline-item">
|
||
<div class="font-bold text-gray-800">2024年9月</div>
|
||
<p class="text-gray-600">修订《风控指标规定》,<span class="highlight">连续3年AA级券商风险资本准备系数下调至0.4</span>(直接释放头部券商杠杆空间)</p>
|
||
</div>
|
||
<div class="timeline-item">
|
||
<div class="font-bold text-gray-800">2025年3月</div>
|
||
<p class="text-gray-600">国泰君安与海通证券合并获反垄断审查通过,<span class="highlight">合并后总资产1.62万亿元</span>(行业第一)</p>
|
||
</div>
|
||
<div class="timeline-item">
|
||
<div class="font-bold text-gray-800">2025年7月</div>
|
||
<p class="text-gray-600">瑞信证券更名为北京证券,北京国资正式控股(外资券商国资化首例)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 市场催化事件 -->
|
||
<div class="bg-white rounded-xl p-6 card-shadow">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-fire mr-3 text-orange-500"></i>市场催化事件
|
||
</h2>
|
||
<div class="space-y-4">
|
||
<div class="bg-orange-50 border-l-4 border-orange-500 p-4 rounded">
|
||
<div class="font-bold text-gray-800">2025年7月25日</div>
|
||
<p class="text-gray-600">西部证券涨停带动板块单日涨幅<span class="highlight text-orange-700">超5%</span>(新闻显示"29家上市券商中报全部预增")</p>
|
||
</div>
|
||
<div class="bg-green-50 border-l-4 border-green-500 p-4 rounded">
|
||
<div class="font-bold text-gray-800">2025年2月</div>
|
||
<p class="text-gray-600">浙商证券路演披露:已完成国都证券34%股权过户,<span class="highlight text-green-700">整合后净资产将达460-500亿元</span>(规模跃升行业前15)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心逻辑与市场认知分析 -->
|
||
<div class="bg-white rounded-xl p-6 mb-10 card-shadow">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-brain mr-3 text-purple-600"></i>核心逻辑与市场认知分析
|
||
</h2>
|
||
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-6">
|
||
<!-- 核心驱动力 -->
|
||
<div class="bg-purple-50 p-5 rounded-lg">
|
||
<h3 class="font-bold text-lg text-purple-800 mb-3">核心驱动力</h3>
|
||
<div class="space-y-3">
|
||
<div>
|
||
<h4 class="font-medium text-purple-700">政策端</h4>
|
||
<p class="text-sm text-gray-600">监管层明确"扶优限劣",2024年以来并购审批加速(如国联证券收购民生证券仅用时8个月)</p>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-medium text-purple-700">业绩端</h4>
|
||
<p class="text-sm text-gray-600">2025Q1行业净利润同比<span class="highlight text-purple-700">+83%</span>(西部证券路演数据),经纪/两融业务随市场回暖(日均成交额<span class="highlight text-purple-700">1.52万亿元</span>,同比+69%)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 市场热度与情绪 -->
|
||
<div class="bg-blue-50 p-5 rounded-lg">
|
||
<h3 class="font-bold text-lg text-blue-800 mb-3">市场热度与情绪</h3>
|
||
<p class="text-sm text-gray-600 mb-3">2025年7月券商板块<span class="highlight text-blue-700">PB仅1.24倍</span>(历史10%分位),但研报覆盖密度创2021年以来新高(5月-7月相关路演<span class="highlight text-blue-700">超20场</span>),情绪从"谨慎"转向"分歧中乐观"</p>
|
||
<div class="flex items-center mt-2">
|
||
<div class="w-full bg-gray-200 rounded-full h-2.5">
|
||
<div class="bg-blue-600 h-2.5 rounded-full" style="width: 65%"></div>
|
||
</div>
|
||
<span class="text-xs text-gray-500 ml-2">65% 热度</span>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 预期差 -->
|
||
<div class="bg-green-50 p-5 rounded-lg">
|
||
<h3 class="font-bold text-lg text-green-800 mb-3">预期差</h3>
|
||
<div class="space-y-3">
|
||
<div>
|
||
<h4 class="font-medium text-green-700">市场共识</h4>
|
||
<p class="text-sm text-gray-600">并购=主题炒作</p>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-medium text-green-700">忽略点</h4>
|
||
<p class="text-sm text-gray-600">头部券商杠杆释放空间被低估——新规下中信证券理论杠杆上限可从<span class="highlight text-green-700">4.5倍提升至5.8倍</span>(按2024年末净资产测算)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关键催化剂与未来发展路径 -->
|
||
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8 mb-10">
|
||
<!-- 近期催化剂 -->
|
||
<div class="bg-white rounded-xl p-6 card-shadow">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-rocket mr-3 text-red-500"></i>近期催化剂
|
||
</h2>
|
||
<div class="space-y-4">
|
||
<div class="flex items-start">
|
||
<div class="bg-red-100 rounded-full p-2 mr-3 mt-1">
|
||
<i class="fas fa-calendar-alt text-red-600"></i>
|
||
</div>
|
||
<div>
|
||
<h3 class="font-bold text-gray-800">2025年12月前</h3>
|
||
<p class="text-gray-600">浙商证券需提交国都证券整合方案(证监会要求1年内上报)</p>
|
||
</div>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<div class="bg-red-100 rounded-full p-2 mr-3 mt-1">
|
||
<i class="fas fa-calendar-alt text-red-600"></i>
|
||
</div>
|
||
<div>
|
||
<h3 class="font-bold text-gray-800">2025Q4</h3>
|
||
<p class="text-gray-600">国泰君安与海通合并后的协同效应验证(关注投行市占率能否从当前<span class="highlight text-red-700">12%提升至18%</span>)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 长期路径 -->
|
||
<div class="bg-white rounded-xl p-6 card-shadow">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-route mr-3 text-green-500"></i>长期路径
|
||
</h2>
|
||
<div class="space-y-6">
|
||
<div class="path-step step-1">
|
||
<h3 class="font-bold text-gray-800">阶段1(2025-2026)</h3>
|
||
<p class="text-gray-600">并购潮(预计5-8起重大交易)</p>
|
||
</div>
|
||
<div class="path-step step-2">
|
||
<h3 class="font-bold text-gray-800">阶段2(2027-2028)</h3>
|
||
<p class="text-gray-600">头部券商杠杆提升(ROE从当前<span class="highlight text-green-700">4.5%→8%+</span>)</p>
|
||
</div>
|
||
<div class="path-step step-3">
|
||
<h3 class="font-bold text-gray-800">阶段3(2029后)</h3>
|
||
<p class="text-gray-600">国际化突破(参考中信里昂模式)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 产业链与核心公司深度剖析 -->
|
||
<div class="bg-white rounded-xl p-6 mb-10 card-shadow">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-sitemap mr-3 text-indigo-600"></i>产业链与核心公司深度剖析
|
||
</h2>
|
||
|
||
<!-- 产业链图谱 -->
|
||
<div class="mb-8">
|
||
<h3 class="text-lg font-bold text-gray-700 mb-4">产业链图谱</h3>
|
||
<div class="flex flex-col md:flex-row items-center justify-between bg-gray-50 p-4 rounded-lg">
|
||
<div class="text-center p-4">
|
||
<div class="bg-indigo-100 rounded-full p-3 mb-2 inline-block">
|
||
<i class="fas fa-building text-indigo-600 text-xl"></i>
|
||
</div>
|
||
<h4 class="font-bold text-gray-800">上游</h4>
|
||
<p class="text-sm text-gray-600">交易所(沪深北交所)</p>
|
||
</div>
|
||
<div class="text-2xl text-gray-400 my-2 md:my-0">
|
||
<i class="fas fa-arrow-right"></i>
|
||
</div>
|
||
<div class="text-center p-4">
|
||
<div class="bg-indigo-100 rounded-full p-3 mb-2 inline-block">
|
||
<i class="fas fa-chart-line text-indigo-600 text-xl"></i>
|
||
</div>
|
||
<h4 class="font-bold text-gray-800">中游</h4>
|
||
<p class="text-sm text-gray-600">券商(经纪/投行/资管)</p>
|
||
</div>
|
||
<div class="text-2xl text-gray-400 my-2 md:my-0">
|
||
<i class="fas fa-arrow-right"></i>
|
||
</div>
|
||
<div class="text-center p-4">
|
||
<div class="bg-indigo-100 rounded-full p-3 mb-2 inline-block">
|
||
<i class="fas fa-users text-indigo-600 text-xl"></i>
|
||
</div>
|
||
<h4 class="font-bold text-gray-800">下游</h4>
|
||
<p class="text-sm text-gray-600">机构(公募/私募)+个人投资者</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心玩家对比 -->
|
||
<div>
|
||
<h3 class="text-lg font-bold text-gray-700 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-50">
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">公司</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">并购逻辑</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">2025Q1净利润增速</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">风险点</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">中信证券</td>
|
||
<td class="py-3 px-4 text-gray-600">行业龙头+汇金系整合预期</td>
|
||
<td class="py-3 px-4 text-green-600 font-medium">+32%</td>
|
||
<td class="py-3 px-4 text-gray-600">国际化业务占比低</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">国泰君安</td>
|
||
<td class="py-3 px-4 text-gray-600">与海通合并后规模第一</td>
|
||
<td class="py-3 px-4 text-green-600 font-medium">+392%</td>
|
||
<td class="py-3 px-4 text-gray-600">整合执行难度大</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">浙商证券</td>
|
||
<td class="py-3 px-4 text-gray-600">区域扩张(国都证券补足北方网点)</td>
|
||
<td class="py-3 px-4 text-green-600 font-medium">+45%</td>
|
||
<td class="py-3 px-4 text-gray-600">中小券商整合经验不足</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">东方财富</td>
|
||
<td class="py-3 px-4 text-gray-600">互联网券商高弹性(两融市占率9%)</td>
|
||
<td class="py-3 px-4 text-green-600 font-medium">+59%</td>
|
||
<td class="py-3 px-4 text-gray-600">佣金率持续下滑</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
|
||
<!-- 验证与证伪 -->
|
||
<div class="mt-6 grid grid-cols-1 md:grid-cols-2 gap-4">
|
||
<div class="bg-green-50 p-4 rounded-lg">
|
||
<h4 class="font-bold text-green-800 mb-2">验证</h4>
|
||
<p class="text-sm text-gray-600">2025Q1两融余额<span class="highlight text-green-700">1.92万亿元</span>(同比+28%)直接支撑东方财富业绩</p>
|
||
</div>
|
||
<div class="bg-red-50 p-4 rounded-lg">
|
||
<h4 class="font-bold text-red-800 mb-2">证伪</h4>
|
||
<p class="text-sm text-gray-600">中泰证券收购联储证券被辟谣(2025年3月),显示<span class="highlight text-red-700">并购需以股东背景相近为前提</span></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 潜在风险与挑战 -->
|
||
<div class="bg-white rounded-xl p-6 mb-10 card-shadow">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-exclamation-triangle mr-3 text-yellow-500"></i>潜在风险与挑战
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
<div class="bg-yellow-50 p-4 rounded-lg border-l-4 border-yellow-500">
|
||
<h3 class="font-bold text-gray-800 mb-2">政策风险</h3>
|
||
<p class="text-sm text-gray-600">若2026年后监管收紧杠杆(如重新上调风险系数),头部券商扩张将受阻</p>
|
||
</div>
|
||
<div class="bg-yellow-50 p-4 rounded-lg border-l-4 border-yellow-500">
|
||
<h3 class="font-bold text-gray-800 mb-2">竞争风险</h3>
|
||
<p class="text-sm text-gray-600">银行系券商(如招银理财)分流财富管理业务,2025年券商代销市占率已从<span class="highlight text-yellow-700">54%降至48%</span></p>
|
||
</div>
|
||
<div class="bg-yellow-50 p-4 rounded-lg border-l-4 border-yellow-500">
|
||
<h3 class="font-bold text-gray-800 mb-2">数据矛盾</h3>
|
||
<p class="text-sm text-gray-600">路演显示"投行业务2025年修复",但2025Q1IPO规模仍<span class="highlight text-yellow-700">-26%</span>,需跟踪Q3政策是否放松</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 综合结论与投资启示 -->
|
||
<div class="bg-gradient-to-r from-gray-800 to-gray-900 text-white rounded-xl p-6 mb-10 card-shadow">
|
||
<h2 class="text-2xl font-bold mb-6 flex items-center">
|
||
<i class="fas fa-flag-checkered mr-3"></i>综合结论与投资启示
|
||
</h2>
|
||
<div class="space-y-6">
|
||
<div>
|
||
<h3 class="text-xl font-bold mb-3">阶段判断</h3>
|
||
<p class="text-lg">板块已从<span class="highlight text-gray-900">主题炒作</span>(2024年并购预期)进入<span class="highlight text-gray-900">基本面驱动</span>(2025年业绩验证)</p>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-bold mb-3">投资方向</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||
<div class="bg-gray-700 bg-opacity-50 p-4 rounded-lg">
|
||
<h4 class="font-bold mb-2">并购受益</h4>
|
||
<ul class="list-disc pl-5 space-y-1">
|
||
<li>国泰君安(合并海通)</li>
|
||
<li>浙商证券(整合国都)</li>
|
||
</ul>
|
||
</div>
|
||
<div class="bg-gray-700 bg-opacity-50 p-4 rounded-lg">
|
||
<h4 class="font-bold mb-2">杠杆释放</h4>
|
||
<ul class="list-disc pl-5 space-y-1">
|
||
<li>中信证券(AA级券商直接受益风控松绑)</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-bold mb-3">跟踪指标</h3>
|
||
<div class="flex flex-wrap gap-3">
|
||
<div class="bg-blue-500 bg-opacity-30 px-4 py-2 rounded-full">
|
||
<i class="fas fa-chart-line mr-2"></i>月度两融余额增速
|
||
</div>
|
||
<div class="bg-blue-500 bg-opacity-30 px-4 py-2 rounded-full">
|
||
<i class="fas fa-percentage mr-2"></i>投行CR5市占率变化
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关联股票数据 -->
|
||
<div class="bg-white rounded-xl p-6 card-shadow">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-table mr-3 text-blue-600"></i>关联股票数据
|
||
</h2>
|
||
<div class="table-container">
|
||
<table class="min-w-full bg-white border border-gray-200 rounded-lg">
|
||
<thead>
|
||
<tr class="bg-gray-50">
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票名称</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">证券代码</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">项目</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">分类</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">行业</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">原因</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">华创云信</td>
|
||
<td class="py-3 px-4 text-gray-600">600155.SH</td>
|
||
<td class="py-3 px-4 text-gray-600">收购太平洋证券</td>
|
||
<td class="py-3 px-4 text-gray-600">同业并购</td>
|
||
<td class="py-3 px-4 text-gray-600">证券</td>
|
||
<td class="py-3 px-4 text-gray-600">2022年6月以17.26亿元收购太平洋证券4.44亿股(占总股本10.92%),2023年3月完成股权变更成为控股股东</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">太平洋</td>
|
||
<td class="py-3 px-4 text-gray-600">601099.SH</td>
|
||
<td class="py-3 px-4 text-gray-600">股权被收购</td>
|
||
<td class="py-3 px-4 text-gray-600">同业并购</td>
|
||
<td class="py-3 px-4 text-gray-600">证券</td>
|
||
<td class="py-3 px-4 text-gray-600">华创云信收购其10.92%股权并完成实控人变更</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">第一创业</td>
|
||
<td class="py-3 px-4 text-gray-600">002797.SZ</td>
|
||
<td class="py-3 px-4 text-gray-600">股权转让</td>
|
||
<td class="py-3 px-4 text-gray-600">同业并购</td>
|
||
<td class="py-3 px-4 text-gray-600">证券</td>
|
||
<td class="py-3 px-4 text-gray-600">2022年9月北京国管将其11.06%股权以8.08元/股转让给首创证券(总价37.55亿)</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">首创证券</td>
|
||
<td class="py-3 px-4 text-gray-600">601136.SH</td>
|
||
<td class="py-3 px-4 text-gray-600">收购第一创业股权</td>
|
||
<td class="py-3 px-4 text-gray-600">同业并购</td>
|
||
<td class="py-3 px-4 text-gray-600">证券</td>
|
||
<td class="py-3 px-4 text-gray-600">以37.55亿元收购第一创业11.06%股权,成为其第二大股东</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">方正证券</td>
|
||
<td class="py-3 px-4 text-gray-600">601901.SH</td>
|
||
<td class="py-3 px-4 text-gray-600">控股股东变更</td>
|
||
<td class="py-3 px-4 text-gray-600">股权重组</td>
|
||
<td class="py-3 px-4 text-gray-600">证券</td>
|
||
<td class="py-3 px-4 text-gray-600">2022年12月中国平安成为实控人,方正集团股权重组完成</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">东吴证券</td>
|
||
<td class="py-3 px-4 text-gray-600">601555.SH</td>
|
||
<td class="py-3 px-4 text-gray-600">竞买民生证券股权</td>
|
||
<td class="py-3 px-4 text-gray-600">同业并购</td>
|
||
<td class="py-3 px-4 text-gray-600">证券</td>
|
||
<td class="py-3 px-4 text-gray-600">2023年3月参与竞买民生证券30.3%股权但未成功</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">浙商证券</td>
|
||
<td class="py-3 px-4 text-gray-600">601878.SH</td>
|
||
<td class="py-3 px-4 text-gray-600">竞买民生证券股权</td>
|
||
<td class="py-3 px-4 text-gray-600">同业并购</td>
|
||
<td class="py-3 px-4 text-gray-600">证券</td>
|
||
<td class="py-3 px-4 text-gray-600">2023年3月参与竞买民生证券30.3%股权但未成功</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">国联证券</td>
|
||
<td class="py-3 px-4 text-gray-600">601456.SH</td>
|
||
<td class="py-3 px-4 text-gray-600">整合民生证券</td>
|
||
<td class="py-3 px-4 text-gray-600">同业并购</td>
|
||
<td class="py-3 px-4 text-gray-600">证券</td>
|
||
<td class="py-3 px-4 text-gray-600">2023年3月监管批准其在「一参一控」限制下整合民生证券</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">锦龙股份</td>
|
||
<td class="py-3 px-4 text-gray-600">000712.SZ</td>
|
||
<td class="py-3 px-4 text-gray-600">转让东莞证券股权</td>
|
||
<td class="py-3 px-4 text-gray-600">股权变更</td>
|
||
<td class="py-3 px-4 text-gray-600">证券</td>
|
||
<td class="py-3 px-4 text-gray-600">2023年11月将东莞证券3.6亿股(占总股本20%)转让给东莞金控</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">浙商证券</td>
|
||
<td class="py-3 px-4 text-gray-600">601878.SH</td>
|
||
<td class="py-3 px-4 text-gray-600">受让国都证券股权</td>
|
||
<td class="py-3 px-4 text-gray-600">同业并购</td>
|
||
<td class="py-3 px-4 text-gray-600">证券</td>
|
||
<td class="py-3 px-4 text-gray-600">2023年12月受让国都证券19.16%股权,成为第二大股东</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">东北证券</td>
|
||
<td class="py-3 px-4 text-gray-600">000686.SZ</td>
|
||
<td class="py-3 px-4 text-gray-600">股权转让</td>
|
||
<td class="py-3 px-4 text-gray-600">股权变更</td>
|
||
<td class="py-3 px-4 text-gray-600">证券</td>
|
||
<td class="py-3 px-4 text-gray-600">2024年3月吉富集团将29.81%股权转让给葛文耀及其关联方</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">长江证券</td>
|
||
<td class="py-3 px-4 text-gray-600">000783.SZ</td>
|
||
<td class="py-3 px-4 text-gray-600">股权减持</td>
|
||
<td class="py-3 px-4 text-gray-600">股权变动</td>
|
||
<td class="py-3 px-4 text-gray-600">证券</td>
|
||
<td class="py-3 px-4 text-gray-600">2024年3月新理益集团减持28.22%股份,湖北国资成为第一大股东</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<script>
|
||
// 添加一些简单的交互效果
|
||
document.addEventListener('DOMContentLoaded', function() {
|
||
// 为卡片添加悬停效果
|
||
const cards = document.querySelectorAll('.card-shadow');
|
||
cards.forEach(card => {
|
||
card.addEventListener('mouseenter', function() {
|
||
this.style.transform = 'translateY(-5px)';
|
||
this.style.transition = 'transform 0.3s ease';
|
||
});
|
||
card.addEventListener('mouseleave', function() {
|
||
this.style.transform = 'translateY(0)';
|
||
});
|
||
});
|
||
|
||
// 为表格行添加悬停效果
|
||
const tableRows = document.querySelectorAll('tbody tr');
|
||
tableRows.forEach(row => {
|
||
row.addEventListener('mouseenter', function() {
|
||
this.style.backgroundColor = '#f3f4f6';
|
||
this.style.transition = 'background-color 0.2s ease';
|
||
});
|
||
row.addEventListener('mouseleave', function() {
|
||
if (this.classList.contains('bg-gray-50')) {
|
||
this.style.backgroundColor = '#f9fafb';
|
||
} else {
|
||
this.style.backgroundColor = 'transparent';
|
||
}
|
||
});
|
||
});
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|
||
``` |