Files
vf_react/public/htmls/社保.html
2025-12-05 13:29:18 +08:00

521 lines
36 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

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

北京价值前沿科技有限公司 AI投研agent“价小前投研” 进行投研呈现本报告为AI合成数据投资需谨慎。
<!DOCTYPE html>
<html lang="zh-CN" data-theme="night">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>深度行研概念页:社保</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.10.2/dist/full.min.css" rel="stylesheet" type="text/css" />
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js"></script>
<style>
@keyframes subtle-float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-8px); }
}
@keyframes pulse-glow {
0% { box-shadow: 0 0 10px 0px rgba(79, 70, 229, 0.3), 0 0 20px 0px rgba(139, 92, 246, 0.2); }
50% { box-shadow: 0 0 20px 8px rgba(79, 70, 229, 0.5), 0 0 30px 5px rgba(139, 92, 246, 0.3); }
100% { box-shadow: 0 0 10px 0px rgba(79, 70, 229, 0.3), 0 0 20px 0px rgba(139, 92, 246, 0.2); }
}
body {
background-color: #000010;
background-image:
radial-gradient(ellipse 80% 80% at 50% -20%, rgba(56, 189, 248, 0.15), rgba(255, 255, 255, 0)),
radial-gradient(ellipse 50% 50% at 10% 110%, rgba(139, 92, 246, 0.2), rgba(255, 255, 255, 0)),
radial-gradient(ellipse 50% 50% at 90% 110%, rgba(79, 70, 229, 0.2), rgba(255, 255, 255, 0));
color: #e0e0e0;
overflow-x: hidden;
}
.glass-card {
background: rgba(17, 24, 39, 0.5); /* bg-gray-900 with alpha */
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 1.5rem; /* rounded-3xl */
transition: all 0.3s ease-in-out;
}
.glass-card:hover {
transform: translateY(-5px) scale(1.01);
box-shadow: 0 0 25px rgba(79, 70, 229, 0.2), 0 0 40px rgba(139, 92, 246, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
}
.bento-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 1.5rem; /* gap-6 */
}
.bento-item {
transition: transform 0.3s ease;
}
.bento-grid-item {
grid-column: span 12;
}
@media (min-width: 1024px) {
.lg\:col-span-8 { grid-column: span 8; }
.lg\:col-span-4 { grid-column: span 4; }
.lg\:col-span-6 { grid-column: span 6; }
.lg\:col-span-12 { grid-column: span 12; }
}
.section-title {
font-size: 1.875rem; /* text-3xl */
font-weight: 800; /* font-extrabold */
background: linear-gradient(90deg, #a78bfa, #38bdf8); /* violet-400 to sky-400 */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-bottom: 0.5rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
margin-bottom: 1.5rem;
}
.insight-title {
font-size: 1.25rem; /* text-xl */
font-weight: 700; /* font-bold */
color: #c7d2fe; /* indigo-200 */
margin-bottom: 0.75rem;
}
.key-data {
font-size: 1.5rem;
font-weight: 700;
color: #67e8f9; /* cyan-300 */
}
.key-label {
font-size: 0.875rem;
color: #9ca3af; /* gray-400 */
}
</style>
</head>
<body class="min-h-screen font-sans antialiased" x-data>
<div class="container mx-auto p-4 sm:p-6 lg:p-8">
<!-- Header -->
<header class="text-center my-12">
<h1 class="text-5xl font-extrabold tracking-tighter" style="background: linear-gradient(90deg, #ffffff, #a78bfa, #38bdf8); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">
概念深度透视:社保
</h1>
<p class="text-lg text-gray-400 mt-4 max-w-3xl mx-auto">
双重属性下的价值风向标:从强制性政策变量到国家级“耐心资本”的全面解析
</p>
</header>
<!-- Main Content Grid -->
<main class="bento-grid">
<!-- Insight: Core Analysis -->
<section class="glass-card p-8 lg:col-span-12">
<h2 class="section-title">核心价值分析 (Insight)</h2>
<div class="space-y-8">
<div>
<h3 class="insight-title">0. 概念事件驱动</h3>
<p class="text-gray-300 mb-4">“社保”概念在分析周期内由两大主线事件驱动:一是作为<strong class="text-sky-400">强制性政策</strong>对实体经济,特别是灵活用工行业带来的成本冲击;二是作为<strong class="text-violet-400">国家级长期投资者(全国社保基金)</strong>在资本市场的布局动向。</p>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="border border-sky-500/30 p-4 rounded-xl bg-sky-900/10">
<h4 class="font-bold text-sky-300 mb-2">政策强制性时间轴</h4>
<ul class="list-disc list-inside space-y-2 text-sm text-gray-300">
<li><strong>2024年1月-2月:</strong> 市场开始量化测算快递行业“合同+社保”的成本压力。</li>
<li><strong>2025年2月:</strong> 焦点转向美团,骑手社保成本测算(预计新增成本<span class="font-bold text-white">20亿</span>)引发市场关注。</li>
<li><strong>2025年8月:</strong> 最高法发布司法解释,明确“协商不缴社保无效”。</li>
<li><strong class="text-white">2025年9月1日:</strong> 新规正式施行,成为最强催化剂。</li>
</ul>
</div>
<div class="border border-violet-500/30 p-4 rounded-xl bg-violet-900/10">
<h4 class="font-bold text-violet-300 mb-2">社保基金投资动向</h4>
<ul class="list-disc list-inside space-y-2 text-sm text-gray-300">
<li><strong>持续披露:</strong> 每季度持仓动态揭示其偏好(基础化工、医药、科技、资源股)。</li>
<li><strong>2024年7月:</strong> 参与中国核电定增,被市场解读为对公用事业资产的价值背书。</li>
<li><strong>2025年:</strong> 通过股权基金形式战略投资(<span class="font-bold text-white">38亿</span>投云南新能,联合设立<span class="font-bold text-white">500亿</span>江苏科创基金)。</li>
<li><strong>“国家队”信号:</strong> 其增持或新进成为多只个股股价上涨的核心驱动力。</li>
</ul>
</div>
</div>
</div>
<div>
<h3 class="insight-title">1. 核心观点摘要</h3>
<p class="text-lg text-gray-200 bg-gray-900/50 p-6 rounded-2xl border border-white/10 shadow-lg">
“社保”概念呈现显著的<strong class="text-fuchsia-400">双重属性</strong>:一方面,它是深刻影响企业成本结构与用工模式的<strong class="text-rose-400">强制性政策变量</strong>,正驱动相关产业进入合规阵痛期;另一方面,全国社保基金作为资本市场的“耐心资本”和“聪明钱”,其投资布局是洞察国家战略方向和挖掘长期价值标的的<strong class="text-emerald-400">关键风向标</strong>。当前,概念正从政策博弈阶段迈向基本面分化的实质影响阶段。
</p>
</div>
<div>
<h3 class="insight-title">2. 概念的核心逻辑与市场认知分析</h3>
<div class="collapse collapse-plus glass-card mb-4">
<input type="radio" name="insight-accordion" checked="checked" />
<div class="collapse-title text-xl font-medium text-indigo-300">核心驱动力</div>
<div class="collapse-content">
<ul class="list-decimal pl-5 space-y-2 text-gray-300">
<li><strong>政策驱动下的合规性重塑:</strong>根本逻辑源于国家顶层设计如“十四五”规划和最高法司法解释。深层背景是应对人口老龄化2023年末60岁以上人口达<span class="text-white font-semibold">2.97亿</span>)、缩小社保参保缺口(全国就业<span class="text-white font-semibold">7亿</span>,实缴仅<span class="text-white font-semibold">2亿</span>),直接作用于劳动密集型行业。</li>
<li><strong>长期资金的价值发现与市场稳定器作用:</strong>全国社保基金(资产规模<span class="text-white font-semibold">2.6万亿</span>)的核心驱动力是保值增值。其投资行为体现了“耐心资本”的战略意图,支持关键产业发展、稳定资本市场,并获取长期回报(年均收益率<span class="text-white font-semibold">7.36%</span>)。</li>
</ul>
</div>
</div>
<div class="collapse collapse-plus glass-card mb-4">
<input type="radio" name="insight-accordion" />
<div class="collapse-title text-xl font-medium text-indigo-300">市场热度与情绪</div>
<div class="collapse-content">
<p class="text-gray-300">市场情绪存在明显<strong class="text-white">两极分化</strong></p>
<ul class="list-disc pl-5 space-y-2 text-gray-300 mt-2">
<li><strong>对合规成本端:</strong>普遍<strong class="text-red-400">谨慎甚至悲观</strong>。市场密集聚焦于美团、快递公司的成本测算,如单票成本增加<span class="text-red-300 font-semibold">0.06-0.1元</span>或单均外卖OP影响<span class="text-red-300 font-semibold">0.3-0.5元</span>,显示对利润侵蚀的深度担忧。</li>
<li><strong>对投资风向标端:</strong>高度<strong class="text-green-400">乐观和追随</strong>。媒体对社保基金持仓变动进行地毯式报道,“社保基金增持”频繁成为股价上涨的首要归因,其入驻被视为对公司基本面和长期价值的强力背书。</li>
</ul>
</div>
</div>
<div class="collapse collapse-plus glass-card">
<input type="radio" name="insight-accordion" />
<div class="collapse-title text-xl font-medium text-indigo-300">预期差分析</div>
<div class="collapse-content">
<ol class="list-decimal pl-5 space-y-3 text-gray-300">
<li><strong>政策执行的“力度与速度”预期差:</strong>市场可能<strong class="text-amber-400">高估了短期成本的冲击速度,低估了政策渐进式、差异化落地的长期过程</strong>。产业专家认为执行难度大,尤其是在加盟制快递的中西部网点,且平台用工的劳动关系认定存疑。</li>
<li><strong>灵活用工模式的“终局”预期差:</strong>市场倾向于线性外推,认为平台将被迫纳入传统五险一金体系。但现实可能更复杂,包括探索<strong class="text-cyan-400">新型保障模式(保险替代社保)</strong>、推广<strong class="text-cyan-400">职业伤害保障试点</strong>等,以平衡合规与成本。</li>
<li><strong>社保基金投资策略的“深度”预期差:</strong>市场可能<strong class="text-fuchsia-400">低估了社保基金在支持战略性新兴产业中的风险偏好与专业能力</strong>。其布局已深入到AI、创新药、新能源和科创等前沿领域并非仅偏爱大盘蓝筹。</li>
</ol>
</div>
</div>
</div>
<div>
<h3 class="insight-title">3. 关键催化剂与未来发展路径</h3>
<div id="timeline-chart" class="w-full h-64"></div>
<ul class="list-disc list-inside space-y-2 text-gray-300 mt-4">
<li><strong>近期催化剂 (3-6个月):</strong> <strong>2025年9月1日</strong>新规生效后的首批判例将是关键风向标。美团等公司Q3财报对社保成本的实际计提将验证市场预期。</li>
<li><strong>长期发展路径:</strong>
<ol class="list-decimal list-inside pl-4 mt-2 space-y-1">
<li><strong>合规落地与行业出清 (2025-2027):</strong> 加速中小企业出清,利好龙头。</li>
<li><strong>系统基建与服务升级 (2025-2028):</strong> 第三代社保卡普及和全国系统数字化升级利好IT和卡产业链。</li>
<li><strong>多层次保障体系完善 (长期):</strong> 发展第三支柱养老保险,社保基金将扮演更重要的投资管理人角色。</li>
</ol>
</li>
</ul>
</div>
</div>
</section>
<!-- News & Roadshows -->
<section class="glass-card p-8 lg:col-span-8">
<h2 class="section-title">情报汇总:新闻 & 路演纪要</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<!-- News -->
<div class="space-y-4">
<h3 class="font-bold text-xl text-sky-300 border-b border-sky-500/30 pb-2">新闻速递</h3>
<p><strong>社保基金投资动态 (2025 Q3):</strong></p>
<ul class="list-disc list-inside text-sm text-gray-300 space-y-1">
<li>现身<strong class="text-white">135只</strong>个股前十大流通股东。</li>
<li>合计持股市值<strong class="text-white">513.30亿元</strong></li>
<li>操作轨迹: 新进63只, 增持28只, 减持32只。</li>
<li>长期持有: <strong class="text-white">58股</strong>被连续持有超20个季度 (如华侨城A, 54个季度)。</li>
</ul>
<p><strong>社保政策法规:</strong></p>
<ul class="list-disc list-inside text-sm text-gray-300 space-y-1">
<li>最高法新规明确任何“不缴社保”约定无效,自<strong class="text-white">2025年9月1日</strong>施行。</li>
<li>对餐饮行业利润影响幅度预估在<strong class="text-white">10%47%</strong></li>
<li>美团预估25年新增<strong class="text-white">20亿</strong>社保成本全面落地影响单均外卖OP <strong class="text-white">0.3-0.5元</strong></li>
</ul>
</div>
<!-- Roadshows -->
<div class="space-y-4">
<h3 class="font-bold text-xl text-violet-300 border-b border-violet-500/30 pb-2">路演精华</h3>
<p><strong>快递行业成本测算:</strong></p>
<ul class="list-disc list-inside text-sm text-gray-300 space-y-1">
<li>社保缴纳比例低是行业痛点,除工伤险外覆盖率不足<strong class="text-white">30%</strong></li>
<li>若50%快递员补缴社保,成本增加约<strong class="text-white">0.8元/单</strong></li>
<li>广州地区五险一金缴纳率不足<strong class="text-white">20%</strong></li>
<li><strong class="text-red-400">争议点:</strong> 成本测算基数存在巨大差异 (1200元 vs 4475元),实际成本压力或远超市场部分预期。</li>
</ul>
<p><strong>灵活用工 (美团/京东):</strong></p>
<ul class="list-disc list-inside text-sm text-gray-300 space-y-1">
<li>美团试点方案年成本约<strong class="text-white">14亿元</strong>,单均成本增加约<strong class="text-white">6分钱</strong></li>
<li>专送骑手社保覆盖率约<strong class="text-white">30%</strong>,众包骑手仅<strong class="text-white">1%</strong></li>
<li>京东自营体系社保完善,但达达骑手若强制覆盖将侵蚀利润。</li>
</ul>
</div>
</div>
</section>
<!-- Chart & Key Data -->
<section class="glass-card p-8 lg:col-span-4">
<h2 class="section-title">数据透视</h2>
<div class="space-y-6">
<div>
<h3 class="insight-title">社保基金Q3持仓行业偏好</h3>
<div id="sector-chart" class="w-full h-56 -ml-4"></div>
</div>
<div class="divider before:bg-white/10 after:bg-white/10">关键数据</div>
<div class="grid grid-cols-2 gap-4 text-center">
<div>
<p class="key-data">7.36%</p>
<p class="key-label">成立以来年均投资收益率</p>
</div>
<div>
<p class="key-data">>70%</p>
<p class="key-label">全国社保业务线上办理量</p>
</div>
<div>
<p class="key-data">2.97亿</p>
<p class="key-label">2023年末60岁及以上人口</p>
</div>
<div>
<p class="key-data">2033年</p>
<p class="key-label">美国OASI信托基金预计耗尽年份</p>
</div>
</div>
</div>
</section>
<!-- Potential Risks -->
<section class="glass-card p-8 lg:col-span-12">
<h2 class="section-title">潜在风险与挑战</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4">
<div class="p-4 border border-amber-500/30 rounded-xl bg-amber-900/10">
<h4 class="font-bold text-amber-300 mb-2">技术风险</h4>
<p class="text-sm text-gray-300">社保系统包含大量敏感个人信息(医疗健康、金融账户),数据安全是核心挑战,大规模泄露将引发严重社会问题。</p>
</div>
<div class="p-4 border border-rose-500/30 rounded-xl bg-rose-900/10">
<h4 class="font-bold text-rose-300 mb-2">商业化风险</h4>
<p class="text-sm text-gray-300">平台企业成本传导能力存疑。若无法有效转移新增社保成本,将直接导致利润率大幅下滑。</p>
</div>
<div class="p-4 border border-fuchsia-500/30 rounded-xl bg-fuchsia-900/10">
<h4 class="font-bold text-fuchsia-300 mb-2">政策与竞争风险</h4>
<p class="text-sm text-gray-300">政策执行不确定性是最大风险。“雷声大雨点小”或“强力执行”将导致截然不同的行业结局。全球社保体系亦面临可持续性难题。</p>
</div>
<div class="p-4 border border-red-500/30 rounded-xl bg-red-900/10">
<h4 class="font-bold text-red-300 mb-2">信息交叉验证风险</h4>
<p class="text-sm text-gray-300">不同信源对核心数据(如缴费基数、覆盖率)的披露存在<strong class="text-white">巨大矛盾</strong>,显示市场认知混乱,基础数据不透明。</p>
</div>
</div>
</section>
<!-- Stock Table -->
<section class="glass-card p-8 lg:col-span-12">
<h2 class="section-title">核心关联标的</h2>
<p class="text-gray-400 mb-6">社保概念的投资逻辑主要分为两条主线:一是受益于社保系统信息化、数字化基建升级的<strong class="text-sky-300">“卖水人”</strong>;二是被社保基金重仓并长期持有,代表“国家队”认证的<strong class="text-violet-300">价值标的</strong></p>
<div class="overflow-x-auto">
<table class="table table-zebra-zebra bg-transparent w-full">
<thead class="text-base text-gray-300">
<tr>
<th>股票名称</th>
<th>股票代码</th>
<th>核心逻辑</th>
<th>细分标签</th>
</tr>
</thead>
<tbody class="text-gray-200">
<tr><td>东软集团</td><td><a href="https://valuefrontier.cn/company?scode=600718" target="_blank" class="link link-hover text-sky-400">600718</a></td><td>承建国家人社部及15省社保核心经办系统持续保持智慧人社市场份额第一。</td><td class="font-bold text-emerald-400">社保系统</td></tr>
<tr><td>久远银海</td><td><a href="https://valuefrontier.cn/company?scode=002777" target="_blank" class="link link-hover text-sky-400">002777</a></td><td>人社部主要供应商之一,积极参与人社部各项信息化建设和系统运维。</td><td class="font-bold text-emerald-400">社保系统</td></tr>
<tr><td>楚天龙</td><td><a href="https://valuefrontier.cn/company?scode=003040" target="_blank" class="link link-hover text-sky-400">003040</a></td><td>社保卡发卡量保持行业首位且市占率持续提升,直接受益于三代卡换发。</td><td class="font-bold text-cyan-400">社保卡</td></tr>
<tr><td>德生科技</td><td><a href="https://valuefrontier.cn/company?scode=002908" target="_blank" class="link link-hover text-sky-400">002908</a></td><td>参与发行第三代社保卡的城市近170个市场份额行业领先。</td><td class="font-bold text-cyan-400">社保卡</td></tr>
<tr><td>紫光国微</td><td><a href="https://valuefrontier.cn/company?scode=002049" target="_blank" class="link link-hover text-sky-400">002049</a></td><td>针对第三代社保卡市场,已入围多个省级项目并实现批量供货。</td><td class="font-bold text-cyan-400">社保卡</td></tr>
<tr><td>ST易联众</td><td><a href="https://valuefrontier.cn/company?scode=300096" target="_blank" class="link link-hover text-sky-400">300096</a></td><td>参建人社部及十多个省级数智化人社项目,推出社会保障“一卡通”平台。</td><td class="font-bold text-emerald-400">社保系统</td></tr>
<tr><td>华信新材</td><td><a href="https://valuefrontier.cn/company?scode=300717" target="_blank" class="link link-hover text-sky-400">300717</a></td><td>主营智能卡基材,下游可用于社保卡,国家“金卡工程”配套企业。</td><td class="font-bold text-yellow-400">耗材</td></tr>
<tr><td>恒银科技</td><td><a href="https://valuefrontier.cn/company?scode=603106" target="_blank" class="link link-hover text-sky-400">603106</a></td><td>公司实现社保卡制卡机批量供货。</td><td class="font-bold text-orange-400">制卡机</td></tr>
</tbody>
</table>
</div>
</section>
<!-- Rise Analysis -->
<section class="glass-card p-8 lg:col-span-12">
<h2 class="section-title">涨幅异动归因:社保的“点金术”</h2>
<p class="text-gray-400 mb-6">“社保基金新进/增持”常作为核心驱动力,出现在个股上涨逻辑中,体现其强大的市场信号效应。以下为部分案例分析:</p>
<div class="space-y-4" x-data="{ open: '' }">
<div class="collapse collapse-arrow bg-base-200/50 border border-white/10 rounded-2xl">
<input type="radio" name="rise-accordion" @click="open = 'su-shi'"/>
<div class="collapse-title text-lg font-semibold flex justify-between items-center">
<span>苏试试验 (300416) <span class="badge badge-success badge-outline">+10.64%</span></span>
<span class="text-sm text-gray-400">2025-08-25</span>
</div>
<div class="collapse-content prose prose-invert max-w-none prose-sm p-4 text-gray-300">
<h4>核心驱动: 机构资金动向</h4>
<p><strong>社保基金大幅增持</strong>二季度新进1486万股这是一个强烈的机构看好信号。社保基金作为国家队资金其选股通常具有前瞻性对市场情绪有明显的引导作用。当日主力资金净流入超5000万元共同推动股价。</p>
<h4>辅助驱动: 行业与技术面</h4>
<p>受益于商业航天政策支持、军工产业链景气度提升,同时技术面突破关键压力位,量能配合放大。</p>
</div>
</div>
<div class="collapse collapse-arrow bg-base-200/50 border border-white/10 rounded-2xl">
<input type="radio" name="rise-accordion" @click="open = 'bayi-steel'"/>
<div class="collapse-title text-lg font-semibold flex justify-between items-center">
<span>八一钢铁 (600581) <span class="badge badge-success badge-outline">+10.02%</span></span>
<span class="text-sm text-gray-400">2025-09-12</span>
</div>
<div class="collapse-content prose prose-invert max-w-none prose-sm p-4 text-gray-300">
<h4>核心驱动: 价值发现与政策催化</h4>
<p><strong>社保基金大举建仓</strong>半年报披露全国社保基金某组合持股4.99%跃升为第二大股东显示长线资金对公司价值的认可。此信息滞后扩散引发市场抢筹。同时叠加国资委支持钢铁央企政策、Q2业绩扭亏为盈、新疆基建高景气度等多重利好共振。</p>
</div>
</div>
<div class="collapse collapse-arrow bg-base-200/50 border border-white/10 rounded-2xl">
<input type="radio" name="rise-accordion" @click="open = 'hangfa-tech'"/>
<div class="collapse-title text-lg font-semibold flex justify-between items-center">
<span>航发科技 (600391) <span class="badge badge-success badge-outline">+10.01%</span></span>
<span class="text-sm text-gray-400">2025-11-06</span>
</div>
<div class="collapse-content prose prose-invert max-w-none prose-sm p-4 text-gray-300">
<h4>核心驱动: 筹码结构突变</h4>
<p><strong>三季报外资+社保突然重仓</strong>高盛、美林、瑞银新进前十大流通股东合计持股约2.2%社保组合三季度再增持至2.8%。两者合计近5%流通盘,筹码结构突变触发量化资金跟随。此变化与“燃机全球缺电订单外溢”的基本面改善在估值低位共振,触发空头回补式涨停。</p>
</div>
</div>
<div class="collapse collapse-arrow bg-base-200/50 border border-white/10 rounded-2xl">
<input type="radio" name="rise-accordion" @click="open = 'xiamen-bank'"/>
<div class="collapse-title text-lg font-semibold flex justify-between items-center">
<span>厦门银行 (601187) <span class="badge badge-accent badge-outline">+5.46%</span></span>
<span class="text-sm text-gray-400">2025-10-28</span>
</div>
<div class="collapse-content prose prose-invert max-w-none prose-sm p-4 text-gray-300">
<h4>核心驱动: “国家队”入场背书</h4>
<p><strong>全国社保101组合进入前10名无限售条件股东名单</strong>提供强大信心背书。社保基金入场相当于官方认证了该股票的投资价值。此催化剂与公司Q3业绩超预期反转、“巨量限售股解禁”利空出尽等因素共振构成强劲的价值修复行情。</p>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="text-center mt-16 pb-8">
<p class="text-sm text-gray-500">
北京价值前沿科技有限公司 AI投研agent“价小前投研” 进行投研呈现。
</p>
<p class="text-xs text-gray-600 mt-2">
免责声明:本报告由人工智能基于公开信息合成,不构成任何投资建议,投资需谨慎。
</p>
</footer>
</div>
<script>
document.addEventListener('DOMContentLoaded', function () {
// Timeline Chart
var timelineChartDom = document.getElementById('timeline-chart');
var timelineChart = echarts.init(timelineChartDom);
var timelineOption = {
tooltip: { trigger: 'axis', formatter: '{b}<br/>{c}' },
grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true },
xAxis: {
type: 'category',
data: ['2024.01', '2025.02', '2025.08', '2025.09.01', '2025 Q3', '2025-2027'],
axisLabel: { color: '#9ca3af' },
axisLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.2)' } }
},
yAxis: {
type: 'value',
show: false,
},
series: [{
data: [
{ value: 10, name: '快递社保成本测算' },
{ value: 20, name: '美团社保成本测算' },
{ value: 30, name: '最高法司法解释' },
{ value: 100, name: '新规正式生效' },
{ value: 40, name: '财报业绩验证' },
{ value: 50, name: '行业出清期' }
],
type: 'line',
smooth: true,
symbol: 'circle',
symbolSize: 10,
itemStyle: { color: '#818cf8' },
lineStyle: { color: '#818cf8', width: 3 },
areaStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
offset: 0,
color: 'rgba(129, 140, 248, 0.5)'
}, {
offset: 1,
color: 'rgba(129, 140, 248, 0)'
}])
},
markPoint: {
data: [{ name: '关键节点', value: '新规正式生效', xAxis: '2025.09.01', yAxis: 100 }],
symbolSize: [120, 50],
label: { fontSize: 12 }
}
}],
tooltip: {
backgroundColor: 'rgba(17, 24, 39, 0.8)',
borderColor: 'rgba(255, 255, 255, 0.2)',
textStyle: { color: '#e0e0e0' },
formatter: function (params) {
const data = [
'快递社保成本测算',
'美团社保成本测算',
'最高法发布司法解释',
'新规正式生效 (最强催化剂)',
'财报业绩验证期',
'行业出清与龙头受益期'
];
return `<strong>${params.name}</strong><br/>${data[params.dataIndex]}`;
}
},
};
timelineChart.setOption(timelineOption);
// Sector Chart
var sectorChartDom = document.getElementById('sector-chart');
var sectorChart = echarts.init(sectorChartDom);
var sectorOption = {
tooltip: {
trigger: 'item',
backgroundColor: 'rgba(17, 24, 39, 0.8)',
borderColor: 'rgba(255, 255, 255, 0.2)',
textStyle: { color: '#e0e0e0' }
},
legend: {
top: '5%',
left: 'center',
textStyle: { color: '#9ca3af' }
},
series: [
{
name: '持仓偏好',
type: 'pie',
radius: ['40%', '70%'],
avoidLabelOverlap: false,
itemStyle: {
borderRadius: 10,
borderColor: 'rgba(0, 0, 16, 1)',
borderWidth: 2
},
label: { show: false, position: 'center' },
emphasis: {
label: {
show: true,
fontSize: 16,
fontWeight: 'bold',
color: '#fff'
}
},
labelLine: { show: false },
data: [
{ value: 40.75, name: '基础化工' },
{ value: 35.0, name: '医药生物' },
{ value: 30.0, name: '电子' },
{ value: 28.0, name: '电力设备' },
{ value: 25.0, name: '科技赛道(AI/通信)' },
{ value: 22.0, name: '资源股' }
]
}
],
color: ['#6366f1', '#a855f7', '#ec4899', '#f97316', '#06b6d4', '#10b981']
};
sectorChart.setOption(sectorOption);
window.addEventListener('resize', function() {
timelineChart.resize();
sectorChart.resize();
});
});
</script>
</body>
</html>