1372 lines
74 KiB
HTML
1372 lines
74 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>市值管理16条-破净股 | 行业洞察报告</title>
|
||
|
||
<!-- Tailwind CSS -->
|
||
<script src="https://cdn.tailwindcss.com"></script>
|
||
|
||
<!-- DaisyUI -->
|
||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/dist/full.min.css" rel="stylesheet" type="text/css" />
|
||
|
||
<!-- Font Awesome -->
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||
|
||
<!-- Google Fonts -->
|
||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
|
||
|
||
<!-- Mermaid for diagrams -->
|
||
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
|
||
|
||
<!-- Vanta.js for background -->
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanta/0.5.24/vanta.waves.min.js"></script>
|
||
|
||
<style>
|
||
body {
|
||
font-family: 'Inter', sans-serif;
|
||
}
|
||
|
||
.gradient-bg {
|
||
background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
|
||
}
|
||
|
||
.card-shadow {
|
||
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
||
}
|
||
|
||
.timeline-dot {
|
||
position: relative;
|
||
}
|
||
|
||
.timeline-dot::before {
|
||
content: '';
|
||
position: absolute;
|
||
width: 16px;
|
||
height: 16px;
|
||
border-radius: 50%;
|
||
background-color: #3b82f6;
|
||
left: -8px;
|
||
top: 6px;
|
||
}
|
||
|
||
.timeline-line {
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
bottom: 0;
|
||
width: 2px;
|
||
background-color: #e5e7eb;
|
||
}
|
||
|
||
#vanta-bg {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
z-index: -1;
|
||
}
|
||
|
||
.content-wrapper {
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
|
||
@media (max-width: 768px) {
|
||
.mobile-responsive-table {
|
||
font-size: 0.75rem;
|
||
}
|
||
|
||
.mobile-responsive-table th,
|
||
.mobile-responsive-table td {
|
||
padding: 0.25rem 0.5rem;
|
||
}
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="bg-gray-50">
|
||
<div id="vanta-bg"></div>
|
||
|
||
<div class="content-wrapper min-h-screen py-8 px-4 sm:px-6 lg:px-8">
|
||
<div class="max-w-7xl mx-auto">
|
||
|
||
<!-- Header Section -->
|
||
<div class="text-center mb-12">
|
||
<h1 class="text-4xl md:text-5xl font-bold text-gray-900 mb-4">市值管理16条-破净股</h1>
|
||
<p class="text-xl text-gray-600 max-w-3xl mx-auto">政策驱动下的估值修复机会与投资策略分析</p>
|
||
<div class="mt-6 flex justify-center space-x-4">
|
||
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-blue-100 text-blue-800">
|
||
<i class="fas fa-chart-line mr-2"></i> 政策催化
|
||
</span>
|
||
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-green-100 text-green-800">
|
||
<i class="fas fa-coins mr-2"></i> 估值修复
|
||
</span>
|
||
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-purple-100 text-purple-800">
|
||
<i class="fas fa-building mr-2"></i> 央国企
|
||
</span>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Policy Timeline Section -->
|
||
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center">
|
||
<i class="fas fa-history text-blue-600 mr-3"></i> 政策时间轴
|
||
</h2>
|
||
|
||
<div class="relative pl-8">
|
||
<div class="timeline-line"></div>
|
||
|
||
<div class="mb-8 timeline-dot">
|
||
<div class="bg-blue-50 rounded-lg p-4 border-l-4 border-blue-500">
|
||
<h3 class="font-semibold text-lg text-gray-900">2024-09-24</h3>
|
||
<p class="text-gray-700 mt-2">证监会发布《上市公司监管指引第10号——市值管理(征求意见稿)》,首次提出"长期破净公司需制定估值提升计划"。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mb-8 timeline-dot">
|
||
<div class="bg-blue-50 rounded-lg p-4 border-l-4 border-blue-500">
|
||
<h3 class="font-semibold text-lg text-gray-900">2024-11-15</h3>
|
||
<p class="text-gray-700 mt-2">正式稿落地,明确"市净率低于行业平均的长期破净公司"需强制披露估值提升计划,并新增中证A500、创业板中盘200指数成分股纳入监管范围。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="timeline-dot">
|
||
<div class="bg-blue-50 rounded-lg p-4 border-l-4 border-blue-500">
|
||
<h3 class="font-semibold text-lg text-gray-900">2024-12-17</h3>
|
||
<p class="text-gray-700 mt-2">国资委发布《央企市值管理意见》,将解决长期破净问题纳入央企年度考核,要求通过资产重组、分拆上市、回购分红等手段修复估值。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mt-8 grid grid-cols-1 md:grid-cols-2 gap-4">
|
||
<div class="bg-green-50 rounded-lg p-4 border-l-4 border-green-500">
|
||
<h4 class="font-semibold text-gray-900 mb-2">市场催化事件</h4>
|
||
<p class="text-gray-700 text-sm">2024-11-18:破净股指数单日大涨2.6%,央企如中国铁建、上海建工涨停,政策预期驱动资金抢筹。</p>
|
||
</div>
|
||
<div class="bg-green-50 rounded-lg p-4 border-l-4 border-green-500">
|
||
<h4 class="font-semibold text-gray-900 mb-2">市场催化事件</h4>
|
||
<p class="text-gray-700 text-sm">2024-12-23:中信证券策略会指出,当前破净股修复处于"政策预期驱动的结构性修复初期",类比2014年风格切换前夜。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Executive Summary Section -->
|
||
<div class="bg-gradient-to-r from-blue-600 to-indigo-700 rounded-xl card-shadow p-6 mb-8 text-white">
|
||
<h2 class="text-2xl font-bold mb-6 flex items-center">
|
||
<i class="fas fa-lightbulb mr-3"></i> 核心观点摘要
|
||
</h2>
|
||
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-lg p-4">
|
||
<h3 class="font-semibold text-lg mb-3">阶段判断</h3>
|
||
<p class="text-blue-100">破净股估值修复已从"政策主题炒作"进入"基本面验证+工具落地"阶段,央企和地方国企的分红/回购/重组动作将成为核心驱动力。</p>
|
||
</div>
|
||
|
||
<div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-lg p-4">
|
||
<h3 class="font-semibold text-lg mb-3">核心矛盾</h3>
|
||
<p class="text-blue-100">市场共识聚焦"低PB+高股息"的防御逻辑,但预期差在于政策工具(如央行回购再贷款)能否激活民企破净股的弹性,以及化债、一带一路等增量场景对建筑/银行的业绩重估。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Core Logic Analysis Section -->
|
||
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center">
|
||
<i class="fas fa-brain text-purple-600 mr-3"></i> 核心逻辑与市场认知分析
|
||
</h2>
|
||
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full divide-y divide-gray-200">
|
||
<thead class="bg-gray-50">
|
||
<tr>
|
||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">维度</th>
|
||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">政策逻辑</th>
|
||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">数据验证</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="bg-white divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">监管硬约束</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">正式稿要求213家(占A股4.5%)长期破净且PB低于行业平均的公司强制披露计划</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">建筑央企PB仅0.5-0.6倍(中国铁建/中国交建),股息率3.7%-4.5%</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">工具创新</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">央行创设股票回购增值再贷款(利率2%),央企优先使用</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">中煤能源现金/净利5.4倍,具备高分红潜力(开源煤炭路演)</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">业绩反转</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">化债资金10万亿落地,建筑央企减值冲回年均增厚利润14.6%</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">江苏银行2024Q3不良率1.26%,拨备覆盖率300%+(东方金融路演)</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
|
||
<div class="mt-8">
|
||
<h3 class="text-lg font-semibold text-gray-900 mb-4">市场认知分歧点</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div class="bg-green-50 rounded-lg p-4 border-l-4 border-green-500">
|
||
<h4 class="font-semibold text-gray-900 mb-2">乐观派</h4>
|
||
<p class="text-gray-700 text-sm">认为政策组合拳(市值管理+化债+央企考核)将复制2014年"改革牛",PB修复至1倍空间超50%(国君建筑路演)。</p>
|
||
</div>
|
||
<div class="bg-yellow-50 rounded-lg p-4 border-l-4 border-yellow-500">
|
||
<h4 class="font-semibold text-gray-900 mb-2">谨慎派</h4>
|
||
<p class="text-gray-700 text-sm">指出日本经验显示披露计划≠超额收益,需ROE环比改善+分红比例提升(广发策略路演)。当前破净股中仅52%实现PB修复,中小盘修复难度更大。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Catalysts Section -->
|
||
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center">
|
||
<i class="fas fa-rocket text-orange-600 mr-3"></i> 关键催化剂与未来发展路径
|
||
</h2>
|
||
|
||
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8">
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-900 mb-4">近期催化剂(3-6个月)</h3>
|
||
<div class="space-y-4">
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-orange-100 flex items-center justify-center mt-1">
|
||
<span class="text-xs font-bold text-orange-600">1</span>
|
||
</div>
|
||
<div class="ml-3">
|
||
<h4 class="text-sm font-medium text-gray-900">2025年2月</h4>
|
||
<p class="text-sm text-gray-600">国资委市值考核细则落地,央企或集中公告回购/增持计划(如中国建筑已启动20亿元回购)。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-orange-100 flex items-center justify-center mt-1">
|
||
<span class="text-xs font-bold text-orange-600">2</span>
|
||
</div>
|
||
<div class="ml-3">
|
||
<h4 class="text-sm font-medium text-gray-900">2025年Q1</h4>
|
||
<p class="text-sm text-gray-600">银行息差企稳信号(央行Q1货币政策报告),重庆银行、苏州银行等区域行或率先披露估值提升计划。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-orange-100 flex items-center justify-center mt-1">
|
||
<span class="text-xs font-bold text-orange-600">3</span>
|
||
</div>
|
||
<div class="ml-3">
|
||
<h4 class="text-sm font-medium text-gray-900">2025年一带一路峰会</h4>
|
||
<p class="text-sm text-gray-600">中国交建、中材国际等海外订单催化,PB<0.6倍的基建央企弹性最大。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-900 mb-4">长期路径(2025-2027)</h3>
|
||
<div class="space-y-4">
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-purple-100 flex items-center justify-center mt-1">
|
||
<span class="text-xs font-bold text-purple-600">1</span>
|
||
</div>
|
||
<div class="ml-3">
|
||
<h4 class="text-sm font-medium text-gray-900">阶段1(政策驱动)</h4>
|
||
<p class="text-sm text-gray-600">央企通过提高分红率至50%+(当前仅20%-30%)压缩净资产,ROE提升至10%以上(参考陕西煤业案例)。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-purple-100 flex items-center justify-center mt-1">
|
||
<span class="text-xs font-bold text-purple-600">2</span>
|
||
</div>
|
||
<div class="ml-3">
|
||
<h4 class="text-sm font-medium text-gray-900">阶段2(业绩驱动)</h4>
|
||
<p class="text-sm text-gray-600">化债资金改善建筑央企现金流,2025年基建投资增速或达9.7%(天风建筑测算),带动订单和利润双升。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-purple-100 flex items-center justify-center mt-1">
|
||
<span class="text-xs font-bold text-purple-600">3</span>
|
||
</div>
|
||
<div class="ml-3">
|
||
<h4 class="text-sm font-medium text-gray-900">阶段3(估值重构)</h4>
|
||
<p class="text-sm text-gray-600">若PB修复至1倍,中国铁建市值空间100%+(当前PB 0.5倍,股息率3.7%)。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Industry Chain Section -->
|
||
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center">
|
||
<i class="fas fa-sitemap text-indigo-600 mr-3"></i> 产业链图谱
|
||
</h2>
|
||
|
||
<div class="bg-gray-50 rounded-lg p-6 overflow-x-auto">
|
||
<div id="mermaid-chart" class="min-w-max"></div>
|
||
</div>
|
||
|
||
<div class="mt-8">
|
||
<h3 class="text-lg font-semibold text-gray-900 mb-4">核心玩家对比</h3>
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full divide-y divide-gray-200">
|
||
<thead class="bg-gray-50">
|
||
<tr>
|
||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">公司</th>
|
||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">破净逻辑</th>
|
||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">催化工具</th>
|
||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">风险点</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="bg-white divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">中国铁建</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">基建订单+化债受益,PB历史最低</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">2025年一带一路峰会订单</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">地方财政支付延迟</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">重庆银行</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">化债核心受益,不良率改善</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">2025年Q1业绩超预期</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">区域经济复苏不及预期</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">中煤能源</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">央企考核+现金分红潜力(5.4倍现金)</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">2025年分红率或提至60%</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">煤价下跌拖累盈利</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mt-8">
|
||
<h3 class="text-lg font-semibold text-gray-900 mb-4">验证与证伪</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div class="bg-green-50 rounded-lg p-4 border-l-4 border-green-500">
|
||
<h4 class="font-semibold text-gray-900 mb-2">数据印证</h4>
|
||
<p class="text-gray-700 text-sm">中国铁建2024年新签合同3.2万亿(同比+8%),但PB仍低于2014年牛市起点(0.5 vs 0.8)。</p>
|
||
</div>
|
||
<div class="bg-red-50 rounded-lg p-4 border-l-4 border-red-500">
|
||
<h4 class="font-semibold text-gray-900 mb-2">矛盾点</h4>
|
||
<p class="text-gray-700 text-sm">部分研报认为银行息差2025年Q2企稳,但路演显示大行Q1利润或负增长(东方金融),需跟踪3月信贷数据。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Risks Section -->
|
||
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center">
|
||
<i class="fas fa-exclamation-triangle text-red-600 mr-3"></i> 潜在风险与挑战
|
||
</h2>
|
||
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full divide-y divide-gray-200">
|
||
<thead class="bg-gray-50">
|
||
<tr>
|
||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">风险类型</th>
|
||
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">具体表现</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="bg-white divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">政策执行风险</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">市值管理计划流于形式(如日本经验显示55.5%公司披露但无超额收益)。</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">基本面风险</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">地产链破净股(如金地集团)销售复苏不及预期,2024年9月50城新房成交仍低于2023年。</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">流动性风险</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">央行回购再贷款额度5000亿可能优先央企,民企破净股(如化工民企占比61%)受益有限。</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">信息矛盾</td>
|
||
<td class="px-6 py-4 text-sm text-gray-700">广发策略指出破净股涨幅22.4%低于非破净股23.5%,与"政策溢价"叙事冲突。</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Conclusion Section -->
|
||
<div class="bg-gradient-to-r from-green-600 to-teal-700 rounded-xl card-shadow p-6 mb-8 text-white">
|
||
<h2 class="text-2xl font-bold mb-6 flex items-center">
|
||
<i class="fas fa-flag-checkered mr-3"></i> 综合结论与投资启示
|
||
</h2>
|
||
|
||
<div class="mb-6">
|
||
<h3 class="text-lg font-semibold mb-3">阶段判断</h3>
|
||
<p class="text-green-100">破净股修复处于"政策底"向"业绩底"过渡阶段,央企>地方国企>民企的优先级明确。</p>
|
||
</div>
|
||
|
||
<div class="mb-6">
|
||
<h3 class="text-lg font-semibold mb-3">高价值方向</h3>
|
||
<div class="space-y-3">
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-white bg-opacity-20 flex items-center justify-center mt-1">
|
||
<span class="text-xs font-bold">1</span>
|
||
</div>
|
||
<div class="ml-3">
|
||
<h4 class="font-medium">高股息+低PB央企</h4>
|
||
<p class="text-green-100 text-sm">中国铁建(股息率3.7%,PB 0.5)、中煤能源(现金分红潜力)</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-white bg-opacity-20 flex items-center justify-center mt-1">
|
||
<span class="text-xs font-bold">2</span>
|
||
</div>
|
||
<div class="ml-3">
|
||
<h4 class="font-medium">化债+区域银行</h4>
|
||
<p class="text-green-100 text-sm">重庆银行(PB 0.6,化债减值冲回弹性大)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-lg font-semibold mb-3">跟踪指标</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||
<div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-lg p-3">
|
||
<h4 class="font-medium mb-1">2025年3月</h4>
|
||
<p class="text-green-100 text-sm">大行Q1业绩是否负增长(验证息差企稳)</p>
|
||
</div>
|
||
<div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-lg p-3">
|
||
<h4 class="font-medium mb-1">2025年6月</h4>
|
||
<p class="text-green-100 text-sm">央企分红率是否突破40%(验证ROE考核效果)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Related Stocks Section -->
|
||
<div class="bg-white rounded-xl card-shadow p-6">
|
||
<h2 class="text-2xl font-bold text-gray-900 mb-6 flex items-center">
|
||
<i class="fas fa-chart-bar text-blue-600 mr-3"></i> 关联股票数据
|
||
</h2>
|
||
|
||
<div class="overflow-x-auto mobile-responsive-table">
|
||
<table class="min-w-full divide-y divide-gray-200">
|
||
<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>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="bg-white 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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
|
||
破净股+高股息
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">股息率>6%,非银行</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-purple-100 text-purple-800">
|
||
破净股+并购重组
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">并购重组</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-purple-100 text-purple-800">
|
||
破净股+并购重组
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-purple-100 text-purple-800">
|
||
破净股+并购重组
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">并购重组</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-purple-100 text-purple-800">
|
||
破净股+并购重组
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-purple-100 text-purple-800">
|
||
破净股+并购重组
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">并购重组</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-purple-100 text-purple-800">
|
||
破净股+并购重组
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">并购重组</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-purple-100 text-purple-800">
|
||
破净股+并购重组
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-purple-100 text-purple-800">
|
||
破净股+并购重组
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">并购重组</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">绩优股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">绩优股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">绩优股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">绩优股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">绩优股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">绩优股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">绩优股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">绩优股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">绩优股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">绩优股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">绩优股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">绩优股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">绩优股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">绩优股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
|
||
破净股+绩优股
|
||
</span>
|
||
</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">华侨城A</td>
|
||
<td class="px-4 py-3 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
|
||
破净股+央国企
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央国企</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
|
||
破净股+央国企
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
|
||
破净股+央国企
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央国企</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
|
||
破净股+央国企
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
|
||
破净股+央国企
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央国企</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
|
||
破净股+央国企
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
|
||
破净股+央国企
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央国企</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
|
||
破净股+央国企
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
|
||
破净股+央国企
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央国企</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
|
||
破净股+央国企
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
|
||
破净股+央国企
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">央国企</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">低价股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">低价股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">低价股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">低价股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">低价股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">低价股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">低价股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">低价股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">低价股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">低价股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">低价股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">低价股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">低价股</td>
|
||
</tr>
|
||
<tr class="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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</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 whitespace-nowrap text-sm text-gray-700">
|
||
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800">
|
||
破净股+低价股
|
||
</span>
|
||
</td>
|
||
<td class="px-4 py-3 text-sm text-gray-700">低价股</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<script>
|
||
// Initialize Vanta.js background
|
||
VANTA.WAVES({
|
||
el: "#vanta-bg",
|
||
mouseControls: true,
|
||
touchControls: true,
|
||
gyroControls: false,
|
||
minHeight: 200.00,
|
||
minWidth: 200.00,
|
||
scale: 1.00,
|
||
scaleMobile: 1.00,
|
||
color: 0x1e3a8a,
|
||
shininess: 30.00,
|
||
waveHeight: 10.00,
|
||
waveSpeed: 0.75,
|
||
zoom: 0.75
|
||
});
|
||
|
||
// Initialize Mermaid diagram
|
||
mermaid.initialize({ startOnLoad: true });
|
||
|
||
// Render the industry chain diagram
|
||
const mermaidCode = `
|
||
graph TD
|
||
A[政策端] --> B(央企考核)
|
||
A --> C(央行再贷款)
|
||
B --> D[建筑央企]
|
||
B --> E[银行]
|
||
C --> F[煤炭/交运]
|
||
D --> G[中国铁建(PB 0.5)]
|
||
D --> H[上海建工(PB 0.7)]
|
||
E --> I[重庆银行(PB 0.6)]
|
||
F --> J[中煤能源(PB 1.02)]
|
||
`;
|
||
|
||
document.getElementById('mermaid-chart').innerHTML = `<div class="mermaid">${mermaidCode}</div>`;
|
||
mermaid.init();
|
||
</script>
|
||
</body>
|
||
</html>
|
||
``` |