1627 lines
108 KiB
HTML
1627 lines
108 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>
|
||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||
<style>
|
||
body {
|
||
font-family: 'Inter', sans-serif;
|
||
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
||
min-height: 100vh;
|
||
}
|
||
.glass-effect {
|
||
background: rgba(255, 255, 255, 0.85);
|
||
backdrop-filter: blur(10px);
|
||
-webkit-backdrop-filter: blur(10px);
|
||
border: 1px solid rgba(255, 255, 255, 0.18);
|
||
}
|
||
.policy-card {
|
||
transition: all 0.3s ease;
|
||
}
|
||
.policy-card:hover {
|
||
transform: translateY(-5px);
|
||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
||
}
|
||
.timeline-dot {
|
||
position: relative;
|
||
}
|
||
.timeline-dot::before {
|
||
content: '';
|
||
position: absolute;
|
||
width: 12px;
|
||
height: 12px;
|
||
border-radius: 50%;
|
||
background: #3b82f6;
|
||
left: -6px;
|
||
top: 6px;
|
||
}
|
||
.table-responsive {
|
||
overflow-x: auto;
|
||
}
|
||
@media (max-width: 768px) {
|
||
.table-responsive {
|
||
overflow-x: scroll;
|
||
-webkit-overflow-scrolling: touch;
|
||
}
|
||
}
|
||
.highlight-text {
|
||
background: linear-gradient(120deg, #3b82f6 0%, #8b5cf6 100%);
|
||
-webkit-background-clip: text;
|
||
-webkit-text-fill-color: transparent;
|
||
background-clip: text;
|
||
}
|
||
.floating-animation {
|
||
animation: float 6s ease-in-out infinite;
|
||
}
|
||
@keyframes float {
|
||
0% { transform: translateY(0px); }
|
||
50% { transform: translateY(-20px); }
|
||
100% { transform: translateY(0px); }
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="bg-gradient-to-br from-blue-50 to-indigo-100">
|
||
<div class="container mx-auto px-4 py-8 max-w-7xl">
|
||
<!-- 页面标题 -->
|
||
<div class="text-center mb-10">
|
||
<h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4 highlight-text">
|
||
金融支持资本市场政策分析
|
||
</h1>
|
||
<p class="text-lg text-gray-600 max-w-3xl mx-auto">
|
||
深度解析2024-2025年金融政策对资本市场的影响与投资机会
|
||
</p>
|
||
</div>
|
||
|
||
<!-- 概念事件部分 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 policy-card">
|
||
<div class="flex items-center mb-6">
|
||
<div class="bg-blue-500 text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
|
||
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
||
</svg>
|
||
</div>
|
||
<h2 class="text-2xl font-bold text-gray-800">概念事件</h2>
|
||
</div>
|
||
<div class="bg-blue-50 rounded-xl p-5 mb-4">
|
||
<p class="text-gray-700 mb-4">
|
||
<strong>背景:</strong>2024年9月24日,国新办新闻发布会中"一行一局一会"联合发布一揽子金融政策,首次将资本市场稳定列为货币政策核心目标之一,标志着政策重心从"防风险"转向"促发展"。
|
||
</p>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3">催化事件:</h3>
|
||
<div class="space-y-3">
|
||
<div class="flex items-start">
|
||
<span class="bg-blue-500 text-white text-xs px-2 py-1 rounded mr-3 whitespace-nowrap">2024/09/24</span>
|
||
<p class="text-gray-700">央行创设<strong>5000亿元证券基金保险互换便利(SFISF)</strong>和<strong>3000亿元股票回购增持再贷款</strong>,利率仅<strong>1.75%-2.25%</strong>,直接为股市注入流动性。</p>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<span class="bg-blue-500 text-white text-xs px-2 py-1 rounded mr-3 whitespace-nowrap">2024/10/21</span>
|
||
<p class="text-gray-700">首批回购增持贷款落地,<strong>工商银行、建设银行</strong>等银行明确支持上市公司回购。</p>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<span class="bg-blue-500 text-white text-xs px-2 py-1 rounded mr-3 whitespace-nowrap">2025/05/07</span>
|
||
<p class="text-gray-700">央行将两项工具额度合并至<strong>8000亿元</strong>,并新增<strong>科技创新债券风险分担工具</strong>,进一步扩容资本市场支持工具箱。</p>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<span class="bg-blue-500 text-white text-xs px-2 py-1 rounded mr-3 whitespace-nowrap">2025/05/09</span>
|
||
<p class="text-gray-700">证监会发布《推动公募基金高质量发展行动方案》,强制基金公司跟投并延长锁定期,引导"长钱长投"。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心观点摘要 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 policy-card">
|
||
<div class="flex items-center mb-6">
|
||
<div class="bg-purple-500 text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
|
||
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path>
|
||
</svg>
|
||
</div>
|
||
<h2 class="text-2xl font-bold text-gray-800">核心观点摘要</h2>
|
||
</div>
|
||
<div class="grid md:grid-cols-3 gap-4">
|
||
<div class="bg-gradient-to-br from-blue-50 to-indigo-50 rounded-xl p-5">
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3 flex items-center">
|
||
<span class="bg-blue-500 text-white rounded-full w-6 h-6 flex items-center justify-center text-xs mr-2">1</span>
|
||
阶段判断
|
||
</h3>
|
||
<p class="text-gray-700">政策已从"预期博弈"进入"资金落地"阶段,<strong>8000亿元结构性工具+险资600亿元试点</strong>构成实质性流动性支撑。</p>
|
||
</div>
|
||
<div class="bg-gradient-to-br from-purple-50 to-pink-50 rounded-xl p-5">
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3 flex items-center">
|
||
<span class="bg-purple-500 text-white rounded-full w-6 h-6 flex items-center justify-center text-xs mr-2">2</span>
|
||
核心驱动力
|
||
</h3>
|
||
<p class="text-gray-700">政策通过"央行流动性工具+险资入市+公募改革"三位一体,打通"银行资金→资本市场→实体经济"的传导链条。</p>
|
||
</div>
|
||
<div class="bg-gradient-to-br from-green-50 to-teal-50 rounded-xl p-5">
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3 flex items-center">
|
||
<span class="bg-green-500 text-white rounded-full w-6 h-6 flex items-center justify-center text-xs mr-2">3</span>
|
||
未来潜力
|
||
</h3>
|
||
<p class="text-gray-700">若财政政策(如特别国债)后续跟进,可能触发<strong>2025年春季躁动行情</strong>,类比2014年PSL驱动的牛市起点。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心逻辑与市场认知分析 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 policy-card">
|
||
<div class="flex items-center mb-6">
|
||
<div class="bg-green-500 text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
|
||
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"></path>
|
||
</svg>
|
||
</div>
|
||
<h2 class="text-2xl font-bold text-gray-800">核心逻辑与市场认知分析</h2>
|
||
</div>
|
||
<div class="grid md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3">核心驱动力</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-gray-50 rounded-lg p-4">
|
||
<h4 class="font-medium text-gray-800 mb-2">政策范式转变</h4>
|
||
<p class="text-gray-700 text-sm">2024年政治局会议首次提出"活跃资本市场",监管从"去杠杆"转向"加杠杆"。<strong>央行资产负债表中对其他金融性公司债权增加6000亿元</strong>(2024年数据),显示类平准基金已实质运作。</p>
|
||
</div>
|
||
<div class="bg-gray-50 rounded-lg p-4">
|
||
<h4 class="font-medium text-gray-800 mb-2">资金成本优势</h4>
|
||
<p class="text-gray-700 text-sm">回购再贷款利率<strong>2.25%</strong>显著低于上市公司平均股息率(沪深300约<strong>3.2%</strong>),形成无风险套利空间。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3">市场热度与预期差</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-gray-50 rounded-lg p-4">
|
||
<h4 class="font-medium text-gray-800 mb-2">研报密集度</h4>
|
||
<p class="text-gray-700 text-sm">2024年9月后相关路演数量激增,<strong>东吴证券、广发证券、招商证券</strong>等头部券商连续发布看多报告,情绪从"谨慎"转向"乐观"。</p>
|
||
</div>
|
||
<div class="bg-gray-50 rounded-lg p-4">
|
||
<h4 class="font-medium text-gray-800 mb-2">预期差分析</h4>
|
||
<p class="text-gray-700 text-sm"><strong>市场共识</strong>:政策仅托底2700点。<br><strong>忽略点</strong>:<strong>保险资金风险因子下调10%</strong>可释放<strong>超千亿增量资金</strong>(按当前险资股票持仓1.5万亿测算),远超市场预期。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关键催化剂与未来发展路径 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 policy-card">
|
||
<div class="flex items-center mb-6">
|
||
<div class="bg-orange-500 text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
|
||
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"></path>
|
||
</svg>
|
||
</div>
|
||
<h2 class="text-2xl font-bold text-gray-800">关键催化剂与未来发展路径</h2>
|
||
</div>
|
||
<div class="grid md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3 flex items-center">
|
||
<span class="bg-orange-500 text-white rounded-full px-2 py-1 text-xs mr-2">近期</span>
|
||
催化剂(3-6个月)
|
||
</h3>
|
||
<div class="space-y-3">
|
||
<div class="border-l-4 border-orange-400 pl-4">
|
||
<p class="font-medium text-gray-800">2025年6月</p>
|
||
<p class="text-gray-700 text-sm">科技创新债券风险分担工具首批项目落地,预计发行规模<strong>3000亿元</strong>(央行路演数据)。</p>
|
||
</div>
|
||
<div class="border-l-4 border-orange-400 pl-4">
|
||
<p class="font-medium text-gray-800">2025年7月</p>
|
||
<p class="text-gray-700 text-sm">公募基金降费方案全面实施,主动权益基金销售费率下降<strong>20%</strong>,或引发<strong>千亿级资金回流</strong>。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3 flex items-center">
|
||
<span class="bg-blue-500 text-white rounded-full px-2 py-1 text-xs mr-2">长期</span>
|
||
发展路径
|
||
</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-blue-50 rounded-lg p-3">
|
||
<p class="font-medium text-gray-800 mb-1">阶段1(2024Q4-2025Q1)</p>
|
||
<p class="text-gray-700 text-sm">流动性驱动,券商/金融科技领涨(东方财富、同花顺)。</p>
|
||
</div>
|
||
<div class="bg-purple-50 rounded-lg p-3">
|
||
<p class="font-medium text-gray-800 mb-1">阶段2(2025Q2-Q3)</p>
|
||
<p class="text-gray-700 text-sm">基本面验证,科创板/创业板改革落地,硬科技(半导体、AI)接力。</p>
|
||
</div>
|
||
<div class="bg-green-50 rounded-lg p-3">
|
||
<p class="font-medium text-gray-800 mb-1">阶段3(2025Q4后)</p>
|
||
<p class="text-gray-700 text-sm">若财政刺激加码(如2万亿特别国债),可能切换至顺周期板块(地产链、消费)。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 产业链与核心公司深度剖析 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 policy-card">
|
||
<div class="flex items-center mb-6">
|
||
<div class="bg-indigo-500 text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
|
||
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"></path>
|
||
</svg>
|
||
</div>
|
||
<h2 class="text-2xl font-bold text-gray-800">产业链与核心公司深度剖析</h2>
|
||
</div>
|
||
<div class="mb-6">
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3">产业链图谱</h3>
|
||
<div class="grid md:grid-cols-3 gap-4">
|
||
<div class="bg-gradient-to-br from-blue-50 to-blue-100 rounded-xl p-4 text-center">
|
||
<div class="bg-blue-500 text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-3">
|
||
<svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
||
</svg>
|
||
</div>
|
||
<h4 class="font-semibold text-gray-800 mb-2">上游资金端</h4>
|
||
<p class="text-gray-700 text-sm">央行(SFISF)、保险(风险因子下调)、公募(降费改革)</p>
|
||
</div>
|
||
<div class="bg-gradient-to-br from-purple-50 to-purple-100 rounded-xl p-4 text-center">
|
||
<div class="bg-purple-500 text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-3">
|
||
<svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path>
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
|
||
</svg>
|
||
</div>
|
||
<h4 class="font-semibold text-gray-800 mb-2">中游工具端</h4>
|
||
<p class="text-gray-700 text-sm">券商(互换便利做市)、金融科技(交易系统升级)</p>
|
||
</div>
|
||
<div class="bg-gradient-to-br from-green-50 to-green-100 rounded-xl p-4 text-center">
|
||
<div class="bg-green-500 text-white rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-3">
|
||
<svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"></path>
|
||
</svg>
|
||
</div>
|
||
<h4 class="font-semibold text-gray-800 mb-2">下游资产端</h4>
|
||
<p class="text-gray-700 text-sm">高股息蓝筹(回购套利)、科创企业(债券融资)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3">核心玩家对比</h3>
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full bg-white rounded-lg overflow-hidden">
|
||
<thead class="bg-gray-50">
|
||
<tr>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">公司</th>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">逻辑</th>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">数据验证</th>
|
||
<th class="px-4 py-3 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="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">东方财富</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">零售业务弹性最大,基金代销占比<strong>50%</strong></td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">9月成交额环比+<strong>120%</strong>(路演数据)</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">降费冲击代销收入</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中信证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">互换便利最大受益方,净资产<strong>3万亿</strong></td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">已申报SFISF额度<strong>800亿元</strong>(路演)</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">重资本业务波动</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">新华保险</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">权益持仓占比<strong>25%</strong>,弹性最高</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">2024Q3股票浮盈+<strong>80亿</strong>(财报)</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">利率下行压缩利差</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<div class="mt-4 bg-yellow-50 border-l-4 border-yellow-400 p-4">
|
||
<p class="text-sm text-gray-700">
|
||
<strong>验证与证伪:</strong>部分中小券商(如国联证券)虽列入并购预期,但<strong>净资产规模不足100亿</strong>,难以承接大额互换便利。
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 潜在风险与挑战 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 policy-card">
|
||
<div class="flex items-center mb-6">
|
||
<div class="bg-red-500 text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
|
||
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"></path>
|
||
</svg>
|
||
</div>
|
||
<h2 class="text-2xl font-bold text-gray-800">潜在风险与挑战</h2>
|
||
</div>
|
||
<div class="grid md:grid-cols-3 gap-4">
|
||
<div class="bg-red-50 rounded-xl p-5">
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3 flex items-center">
|
||
<svg class="w-5 h-5 text-red-500 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"></path>
|
||
</svg>
|
||
技术风险
|
||
</h3>
|
||
<p class="text-gray-700 text-sm">SFISF质押品估值模型尚未经历极端市场测试(如2015年股灾)。</p>
|
||
</div>
|
||
<div class="bg-orange-50 rounded-xl p-5">
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3 flex items-center">
|
||
<svg class="w-5 h-5 text-orange-500 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"></path>
|
||
</svg>
|
||
政策风险
|
||
</h3>
|
||
<p class="text-gray-700 text-sm">若2025年美联储重启加息,<strong>中美利差收窄</strong>可能引发汇率压力,限制央行宽松空间。</p>
|
||
</div>
|
||
<div class="bg-yellow-50 rounded-xl p-5">
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3 flex items-center">
|
||
<svg class="w-5 h-5 text-yellow-500 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7h12m0 0l-4-4m4 4l-4 4m0 6H4m0 0l4 4m-4-4l4-4"></path>
|
||
</svg>
|
||
信息矛盾
|
||
</h3>
|
||
<p class="text-gray-700 text-sm">部分研报预测"春季躁动",但<strong>广发策略</strong>提示三季报(11月)或拖累市场,需警惕业绩证伪。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 综合结论与投资启示 -->
|
||
<div class="glass-effect rounded-2xl p-6 mb-8 policy-card">
|
||
<div class="flex items-center mb-6">
|
||
<div class="bg-teal-500 text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
|
||
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
||
</svg>
|
||
</div>
|
||
<h2 class="text-2xl font-bold text-gray-800">综合结论与投资启示</h2>
|
||
</div>
|
||
<div class="bg-gradient-to-r from-teal-50 to-cyan-50 rounded-xl p-5 mb-6">
|
||
<p class="text-gray-800 font-medium mb-3">
|
||
<span class="bg-teal-500 text-white px-2 py-1 rounded text-sm mr-2">阶段判断</span>
|
||
当前处于<strong>政策驱动向基本面过渡</strong>阶段,类似2014年Q4。
|
||
</p>
|
||
</div>
|
||
<div class="grid md:grid-cols-2 gap-6 mb-6">
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3">投资方向</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-blue-50 rounded-lg p-4">
|
||
<p class="font-medium text-gray-800 mb-1">短期</p>
|
||
<p class="text-gray-700 text-sm"><strong>金融科技</strong>(东方财富、指南针)——流动性敏感+低估值。</p>
|
||
</div>
|
||
<div class="bg-purple-50 rounded-lg p-4">
|
||
<p class="font-medium text-gray-800 mb-1">中期</p>
|
||
<p class="text-gray-700 text-sm"><strong>科创债券</strong>发行人(中芯国际、宁德时代)——央行风险分担工具直接受益。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-800 mb-3">跟踪指标</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-gray-50 rounded-lg p-4">
|
||
<p class="font-medium text-gray-800 mb-1">SFISF使用率</p>
|
||
<p class="text-gray-700 text-sm">央行月度披露</p>
|
||
</div>
|
||
<div class="bg-gray-50 rounded-lg p-4">
|
||
<p class="font-medium text-gray-800 mb-1">险资股票持仓占比</p>
|
||
<p class="text-gray-700 text-sm">银保监会季度数据</p>
|
||
</div>
|
||
<div class="bg-gray-50 rounded-lg p-4">
|
||
<p class="font-medium text-gray-800 mb-1">科创板IPO过会率</p>
|
||
<p class="text-gray-700 text-sm">证监会官网</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="bg-red-50 border-l-4 border-red-400 p-4">
|
||
<p class="text-sm text-gray-700">
|
||
<strong>风险提示:</strong>若2025年Q2财政刺激缺席,市场或二次探底至<strong>2600点</strong>(招商证券情景分析)。
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关联股票数据表格 -->
|
||
<div class="glass-effect rounded-2xl p-6">
|
||
<div class="flex items-center mb-6">
|
||
<div class="bg-indigo-500 text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
|
||
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"></path>
|
||
</svg>
|
||
</div>
|
||
<h2 class="text-2xl font-bold text-gray-800">关联股票数据</h2>
|
||
</div>
|
||
|
||
<!-- 互联网金融部分 -->
|
||
<div class="mb-8">
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-4 flex items-center">
|
||
<span class="bg-blue-500 text-white px-3 py-1 rounded-full text-sm mr-3">互联网金融</span>
|
||
<span class="text-gray-500 text-sm">2024/09/27</span>
|
||
</h3>
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full bg-white rounded-lg overflow-hidden shadow-sm">
|
||
<thead class="bg-gray-50">
|
||
<tr>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票名称</th>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">行业</th>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">项目</th>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">分类</th>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">产业链</th>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">上市日期</th>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">投资逻辑</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">三维天地</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">计算机</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">鸿蒙信创</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">最低市值</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">2022/1/7</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">鸿蒙信创项目驱动,流通市值仅9.12亿属板块低位</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">零点有数</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">社会服务</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">鸿蒙信创</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">最低市值</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">2021/11/3</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">鸿蒙生态布局叠加低市值优势</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中亦科技</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">计算机</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中字头+鸿蒙信创</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">科技字辈</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">2022/7/7</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企背景+鸿蒙技术合作,科技属性强化</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">卓创资讯</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">传媒</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">互金低位</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">2022/10/19</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">互联网金融板块估值修复标的</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">天玑科技</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">计算机</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">天字辈+鲲鹏</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">科技字辈+机器人</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">2011/7/19</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">华为鲲鹏生态合作+智能制造布局</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">天利科技</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">计算机</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">天字辈+国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">保险</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">2014/10/9</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资背景+金融IT服务协同效应</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">立昂技术</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">通信</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">新加坡+抖音+华为</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">2017/1/26</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">跨境业务拓展+头部企业战略合作</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">安硕信息</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">计算机</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">互金活跃股</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">2014/1/28</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">互联网金融交易系统市占率领先</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">科蓝软件</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">计算机</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">互金活跃股</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">2017/6/8</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT解决方案头部厂商</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 大金融部分 -->
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-4 flex items-center">
|
||
<span class="bg-purple-500 text-white px-3 py-1 rounded-full text-sm mr-3">大金融</span>
|
||
<span class="text-gray-500 text-sm">2024/09/24</span>
|
||
</h3>
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full bg-white rounded-lg overflow-hidden shadow-sm">
|
||
<thead class="bg-gray-50">
|
||
<tr>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票名称</th>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">行业</th>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">项目</th>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">分类</th>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">地区/股东</th>
|
||
<th class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">投资逻辑</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">国联证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">并购预期</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中央汇金</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,被列入并购预期项目,控股股东为中央汇金</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">民生证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">并购预期</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中央汇金</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,被列入并购预期项目,控股股东为中央汇金</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">太平洋(华创云信)</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">并购预期</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中央汇金</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,被列入并购预期项目,控股股东为中央汇金</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">方正证券(平安证券)</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">并购预期</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中央汇金</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,被列入并购预期项目,控股股东为中央汇金</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">国泰君安(海通证券)</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">并购预期</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中央汇金</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,被列入并购预期项目,控股股东为中央汇金</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">浙商证券(国都证券)</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">并购预期</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中央汇金</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,被列入并购预期项目,控股股东为中央汇金</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">申万宏源</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中央汇金</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为中央汇金</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中国银河</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中央汇金</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为中央汇金</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">东兴证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">财政部</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为财政部</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">信达证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">财政部</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为财政部</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">光大证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国务院</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为国务院</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">红塔证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">烟草</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为烟草系统</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">长城证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">华能</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为华能集团</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">招商证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">招商局</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为招商局集团</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">国元证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">安徽</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为安徽省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">华安证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">安徽</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为安徽省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">浙商证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">浙江</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为浙江省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">财通证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">浙江</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为浙江省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">华鑫证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">上海</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为上海市国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">国泰君安</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">上海</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为上海市国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">华泰证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">江苏</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为江苏省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">南京证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">江苏</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为江苏省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">东吴证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">江苏</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为江苏省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">国联证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">江苏</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为江苏省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">西南证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">重庆</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为重庆市国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">国信证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">深圳</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为深圳市国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">西部证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">陕西</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为陕西省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">山西证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">山西</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为山西省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中泰证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">山东</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为山东省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">华西证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">泸州</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为泸州市国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">国盛金控</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">江西</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为江西省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">天风证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">湖北</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为湖北省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中原证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">河南</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为河南省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">财达证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">河北</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为河北省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">哈投股份</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">哈尔滨</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为哈尔滨市国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">国海证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">广西</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为广西自治区国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">兴业证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">福建</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为福建省国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">首创证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">北京</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,控股股东为北京市国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">东北证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">实控人不详</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,实控人未明确披露</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">广发证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">实控人不详</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,实控人未明确披露</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">长江证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">实控人不详</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,实控人未明确披露</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">第一创业</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">实控人不详</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,实控人未明确披露</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中信证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">实控人不详</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,实控人未明确披露</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中信建投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">实控人不详</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,实控人未明确披露</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">华创云信</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">实控人不详</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,实控人未明确披露</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">海通证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">实控人不详</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,实控人未明确披露</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">东方证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">实控人不详</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,实控人未明确披露</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">太平洋</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">实控人不详</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,实控人未明确披露</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">方正证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">实控人不详</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,实控人未明确披露</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中银证券</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">实控人不详</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,实控人未明确披露</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中金公司</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">券商</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">实控人不详</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于券商行业,实控人未明确披露</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中航产融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">非银金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中航工业</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融央企,非银金融分类,控股股东为中航工业</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中粮资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">非银金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中粮集团</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融央企,非银金融分类,控股股东为中粮集团</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中油资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">非银金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中国石油</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融央企,非银金融分类,控股股东为中国石油</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中国银河</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">非银金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中央汇金</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融央企,非银金融分类,控股股东为中央汇金</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中金公司</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">非银金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中央汇金</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融央企,非银金融分类,控股股东为中央汇金</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中国人保</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">保险</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">财政部</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融央企,保险分类,控股股东为财政部</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中国人寿</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">保险</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">财政部</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融央企,保险分类,控股股东为财政部</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">新华保险</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">保险</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">财政部</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融央企,保险分类,控股股东为财政部</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中粮资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">保险</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中粮集团</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融央企,保险分类,控股股东为中粮集团</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中国太保</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">保险</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">地方国资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融央企,保险分类,控股股东为地方国资</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">天茂集团</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">保险</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">民企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融央企,保险分类,控股股东为民企</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中信银行</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">银行</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中信集团</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融央企,银行分类,控股股东为中信集团</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中国银行</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融央企</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">银行</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中央汇金</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融央企,银行分类,控股股东为中央汇金</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">南华期货</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">期货</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,期货分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">瑞达期货</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">期货</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,期货分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">弘业期货</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">期货</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,期货分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">永安期货</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">期货</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,期货分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中国银河</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">期货</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,期货分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">浙江东方</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">期货</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,期货分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">越秀资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">期货</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,期货分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">五矿资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">信托</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">五矿集团</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,信托分类,控股股东为五矿集团</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中航产融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">信托</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中航工业</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,信托分类,控股股东为中航工业</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">建元信托</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">信托</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">建元信托</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,信托分类,控股股东为建元信托</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">国网英大</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">信托</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国网英大</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,信托分类,控股股东为国网英大</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">国投资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">信托</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国投资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,信托分类,控股股东为国投资本</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">陕国投A</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">信托</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">陕国投A</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,信托分类,控股股东为陕国投A</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中粮资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">信托</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中粮资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,信托分类,控股股东为中粮资本</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中航产融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融租赁</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中航工业</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,金融租赁分类,控股股东为中航工业</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">江苏金租</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融租赁</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">江苏金租</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,金融租赁分类,控股股东为江苏金租</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">越秀资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融租赁</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">越秀资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,金融租赁分类,控股股东为越秀资本</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">五矿资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融租赁</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">五矿资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,金融租赁分类,控股股东为五矿资本</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中油资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融租赁</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中油资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,金融租赁分类,控股股东为中油资本</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">爱建集团</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融租赁</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">爱建集团</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,金融租赁分类,控股股东为爱建集团</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">新力金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融租赁</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">新力金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,金融租赁分类,控股股东为新力金融</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">香溢融通</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融租赁</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">香溢融通</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,金融租赁分类,控股股东为香溢融通</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">海德股份</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">不良资产处理</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,不良资产处理分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">信达地产</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">不良资产处理</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,不良资产处理分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">浙江东方</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">不良资产处理</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,不良资产处理分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">摩恩电气</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">多元金融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">不良资产处理</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于多元金融行业,不良资产处理分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">九鼎投资</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于创投行业</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">鲁信创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于创投行业</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">华金资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于创投行业</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">创业黑马</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于创投行业</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中航产融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于创投行业</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中粮资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于创投行业</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">电投产融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">创投</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于创投行业</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">五矿资本(湖南)</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">五矿集团</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于资本运营行业,控股股东为五矿集团</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中航产融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中航工业</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于资本运营行业,控股股东为中航工业</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中油资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中国石油</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于资本运营行业,控股股东为中国石油</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">国投资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">国投资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于资本运营行业,控股股东为国投资本</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中粮资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">中粮集团</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于资本运营行业,控股股东为中粮集团</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">电投产融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">电投产融</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于资本运营行业,控股股东为电投产融</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">陕国投A</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">陕国投A</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于资本运营行业,控股股东为陕国投A</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">越秀资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">越秀资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于资本运营行业,控股股东为越秀资本</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">华金资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">资本运营</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">华金资本</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于资本运营行业,控股股东为华金资本</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">金证股份</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">证券IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,证券IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">顶点软件</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">证券IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,证券IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">恒生电子</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">证券IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,证券IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">同花顺</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">证券IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,证券IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">财富趋势</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">证券IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,证券IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">指南针</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">证券IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,证券IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">东方财富</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">证券IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,证券IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">宇信科技</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">银行IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,银行IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">汇金科技</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">银行IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,银行IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">长亮科技</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">银行IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,银行IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">银之杰</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">银行IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,银行IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">南天信息</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">银行IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,银行IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中科金财</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">银行IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,银行IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">神州信息</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">银行IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,银行IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">京北方</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">银行IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,银行IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">新晨科技</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">银行IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,银行IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中科软</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">保险IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,保险IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">软通动力</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">保险IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,保险IT分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">税友股份</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">财税数字化</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,财税数字化分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">中科江南</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">财税数字化</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,财税数字化分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">数字认证</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">财税数字化</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,财税数字化分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">华信永道</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">北交所</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,北交所分类</td>
|
||
</tr>
|
||
<tr class="hover:bg-gray-50">
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm font-medium text-gray-900">艾融软件</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">金融IT</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">北交所</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">-</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">属于金融IT行业,北交所分类</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<script>
|
||
// 添加页面交互效果
|
||
document.addEventListener('DOMContentLoaded', function() {
|
||
// 为所有卡片添加悬停效果
|
||
const cards = document.querySelectorAll('.policy-card');
|
||
cards.forEach(card => {
|
||
card.addEventListener('mouseenter', function() {
|
||
this.style.transform = 'translateY(-5px)';
|
||
});
|
||
card.addEventListener('mouseleave', function() {
|
||
this.style.transform = 'translateY(0)';
|
||
});
|
||
});
|
||
|
||
// 为表格行添加点击效果
|
||
const tableRows = document.querySelectorAll('tbody tr');
|
||
tableRows.forEach(row => {
|
||
row.addEventListener('click', function() {
|
||
// 移除其他行的选中状态
|
||
tableRows.forEach(r => r.classList.remove('bg-blue-50'));
|
||
// 添加当前行的选中状态
|
||
this.classList.add('bg-blue-50');
|
||
});
|
||
});
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|
||
``` |