update pay ui
This commit is contained in:
@@ -1,342 +1,493 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<html lang="zh-CN" data-theme="night">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>保险行业洞察报告</title>
|
||||
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800|Noto+Sans+SC:300,400,500,700&display=swap" rel="stylesheet" />
|
||||
<!-- Font Awesome Icons -->
|
||||
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
|
||||
<!-- Tailwind CSS -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/themes.css" rel="stylesheet" type="text/css" />
|
||||
<!-- Custom Styles -->
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Inter', 'Noto Sans SC', sans-serif;
|
||||
}
|
||||
.gradient-bg {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
}
|
||||
.card-hover {
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
.card-hover:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
|
||||
}
|
||||
.timeline-line {
|
||||
background: linear-gradient(to bottom, #667eea, #764ba2);
|
||||
}
|
||||
#vanta-bg {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
.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);
|
||||
}
|
||||
</style>
|
||||
<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.11.1/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>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');
|
||||
|
||||
body {
|
||||
font-family: 'Noto Sans SC', sans-serif;
|
||||
background-color: #0c0a09;
|
||||
background-image:
|
||||
radial-gradient(circle at 15% 15%, rgba(124, 58, 237, 0.2) 0%, transparent 40%),
|
||||
radial-gradient(circle at 85% 75%, rgba(29, 78, 216, 0.25) 0%, transparent 40%);
|
||||
color: #e2e8f0;
|
||||
}
|
||||
|
||||
.glass-card {
|
||||
background: rgba(23, 23, 23, 0.6);
|
||||
backdrop-filter: blur(16px);
|
||||
-webkit-backdrop-filter: blur(16px);
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
box-shadow: 0 0 40px rgba(29, 78, 216, 0.1), 0 0 60px rgba(124, 58, 237, 0.1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.glass-card:hover {
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
transform: translateY(-4px);
|
||||
box-shadow: 0 0 60px rgba(29, 78, 216, 0.2), 0 0 80px rgba(124, 58, 237, 0.2);
|
||||
}
|
||||
|
||||
.bento-grid {
|
||||
display: grid;
|
||||
gap: 1.5rem;
|
||||
grid-template-columns: repeat(12, 1fr);
|
||||
grid-auto-rows: auto;
|
||||
}
|
||||
|
||||
.grid-item-12 { grid-column: span 12; }
|
||||
.grid-item-8 { grid-column: span 12; md:grid-column: span 8; }
|
||||
.grid-item-6 { grid-column: span 12; md:grid-column: span 6; }
|
||||
.grid-item-4 { grid-column: span 12; md:grid-column: span 4; }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.grid-item-8 { grid-column: span 8; }
|
||||
.grid-item-6 { grid-column: span 6; }
|
||||
.grid-item-4 { grid-column: span 4; }
|
||||
}
|
||||
|
||||
.section-title {
|
||||
color: #a5b4fc;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.1em;
|
||||
text-transform: uppercase;
|
||||
padding-bottom: 0.5rem;
|
||||
border-bottom: 1px solid rgba(165, 180, 252, 0.2);
|
||||
margin-bottom: 1rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.section-title svg {
|
||||
margin-right: 0.75rem;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
color: #c4b5fd;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.prose-custom {
|
||||
color: #cbd5e1;
|
||||
}
|
||||
.prose-custom h3 {
|
||||
color: #d8b4fe;
|
||||
font-weight: 500;
|
||||
border-left: 3px solid #818cf8;
|
||||
padding-left: 0.75rem;
|
||||
}
|
||||
.prose-custom ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.prose-custom ul > li {
|
||||
position: relative;
|
||||
padding-left: 1.75rem;
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
.prose-custom ul > li::before {
|
||||
content: '⏵';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
color: #818cf8;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
.prose-custom strong {
|
||||
color: #f9a8d4;
|
||||
}
|
||||
|
||||
.tab-lifted.tab-active {
|
||||
background-color: rgba(255, 255, 255, 0.05) !important;
|
||||
border-color: rgba(255, 255, 255, 0.2) !important;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgba(124, 58, 237, 0.5);
|
||||
border-radius: 4px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: rgba(124, 58, 237, 0.8);
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body class="bg-gray-50">
|
||||
<div id="vanta-bg"></div>
|
||||
|
||||
<div class="container mx-auto px-4 py-8 max-w-6xl">
|
||||
<!-- 标题区域 -->
|
||||
<div class="text-center mb-12 mt-6">
|
||||
<h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4">保险行业洞察报告</h1>
|
||||
<p class="text-lg text-gray-600 max-w-3xl mx-auto">深入分析保险行业发展趋势、核心逻辑与市场机会</p>
|
||||
<div class="mt-6">
|
||||
<span class="inline-block bg-purple-600 text-white px-4 py-2 rounded-full text-sm font-medium">政策红利 + 业绩验证</span>
|
||||
</div>
|
||||
<body class="p-4 md:p-8 min-h-screen">
|
||||
|
||||
<div class="container mx-auto max-w-screen-2xl">
|
||||
<header class="text-center mb-8 md:mb-12">
|
||||
<h1 class="text-4xl md:text-5xl font-bold tracking-wider bg-clip-text text-transparent bg-gradient-to-r from-purple-400 via-indigo-400 to-blue-400">保险概念 · 深度投研报告</h1>
|
||||
<p class="mt-4 text-sm text-slate-400 tracking-widest">北京价值前沿科技有限公司 AI投研agent:“价小前投研”呈现 | 本报告为AI合成数据,投资需谨慎。</p>
|
||||
</header>
|
||||
|
||||
<main class="bento-grid">
|
||||
<!-- Insight Core Logic -->
|
||||
<section class="glass-card rounded-3xl p-6 md:p-8 grid-item-8">
|
||||
<h2 class="section-title">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" /></svg>
|
||||
核心逻辑与市场洞察 (Insight)
|
||||
</h2>
|
||||
<div class="prose-custom max-w-none text-sm md:text-base">
|
||||
<p class="mb-6"><span class="highlight">核心观点摘要:</span>保险概念正处于一轮由“资产端驱动”和“负债端修复”共同催化的价值重估周期。其核心驱动力已从传统的保单销售,转变为在低利率环境下,作为“耐心资本”进行权益资产重定价的能力。未来,保险公司的角色将从单纯的风险保障提供者,向社会长期资金的核心管理者演进,其估值体系有望从传统的内含价值(EV)估值,向资产管理(AUM)和投资收益(ROI)驱动的模式切换。</p>
|
||||
|
||||
<h3>1. 核心驱动力:资产端重塑与负债端优化</h3>
|
||||
<ul>
|
||||
<li><strong>资产端逻辑重塑 (核心)</strong>:长端国债收益率持续下行,倒逼险资增配权益资产成为必然选择。监管层(如“9.24”政策)的鼓励为此提供了政策支持。市场开始将保险股视为“股市的看涨期权”,<strong class="highlight">“股差益”逻辑正在取代传统的“利差损”担忧</strong>。路演数据显示,新华保险股票及基金仓位已达14.9%,并积极增配高股息、港股等。</li>
|
||||
<li><strong>负债端质量优化 (基础)</strong>:尽管代理人规模下滑,但绩优人力产能大幅提升(新华保险月均人均综合产能+28.3%)。“报行合一”等监管政策净化了市场,提升了渠道价值率。高价值业务(如十年期及以上期交保费)占比提升,推动新业务价值(NBV)高速增长。负债端的“质变”为资产端的“扩张”提供了稳定的现金流。</li>
|
||||
<li><strong>政策红利拓展 (增量)</strong>:政策积极引导保险覆盖新领域,如健康险(长期护理、失能收入)、农业险(大豆完全成本保险)、信用险(内贸共保体)等,不仅开辟了新增长点,更赋予了保险业更强的社会功能和政策壁垒。</li>
|
||||
</ul>
|
||||
|
||||
<h3>2. 市场热度与预期差分析</h3>
|
||||
<ul>
|
||||
<li><strong>市场情绪</strong>:市场热度极高,情绪已从悲观转向全面乐观。核心共识是<strong>“忘记利差损,理解股差益”</strong>,认为低利率环境倒逼险资入市,反而利好保险股分享权益市场红利。</li>
|
||||
<li><strong>利润来源预期差</strong>:市场普遍认为业绩爆表,但路演数据显示利润高增主要来自<strong>投资收益</strong>,而核心的“保险服务收入”实为负增长。当前利润对资本市场依赖度极高。</li>
|
||||
<li><strong>负债转型预期差</strong>:NBV高增长背后,仍面临分红险销售困难、代理人规模收缩等挑战。高增长部分得益于低基数和政策一次性影响,可持续性待观察。</li>
|
||||
<li><strong>久期错配预期差</strong>:市场沉浸于险资入市的乐观中,但路演显示险企普遍存在<strong class="highlight">5-6年</strong>的资产负-债久期缺口,长期再投资风险和利率风险并未根本解决。</li>
|
||||
</ul>
|
||||
|
||||
<h3>3. 关键催化剂与未来发展路径</h3>
|
||||
<ul>
|
||||
<li><strong>近期催化剂 (3-6个月)</strong>:A股市场持续走牛;更大力度的险资入市政策;年报业绩持续验证;长期护理保险等新政细则落地。</li>
|
||||
<li><strong>长期发展路径</strong>:角色从“负债驱动”演变为以<strong>大类资产配置能力</strong>为核心的“大型资产管理机构”;产品向“保险+服务”(如康养协同)和满足社会新需求的创新产品转型;利用AI和大数据提升全流程效率;成为资本市场最重要的<strong>“耐心资本”</strong>。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Key Events Timeline -->
|
||||
<section class="glass-card rounded-3xl p-6 md:p-8 grid-item-4">
|
||||
<h2 class="section-title">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" /></svg>
|
||||
概念关键事件
|
||||
</h2>
|
||||
<div id="timeline-chart" class="w-full h-96"></div>
|
||||
<ul class="steps steps-vertical text-sm text-slate-300 mt-4">
|
||||
<li data-content="●" class="step step-primary">
|
||||
<span class="text-left"><strong>2025.10-11: 业绩验证</strong><br>新华保险预告Q3净利大增45%-65%,印证双轮驱动逻辑,股价创新高。</span>
|
||||
</li>
|
||||
<li data-content="●" class="step step-primary">
|
||||
<span class="text-left"><strong>2025.09: 政策拓展</strong><br>监管发文推动长护险、失能险发展,打开新增长空间。</span>
|
||||
</li>
|
||||
<li data-content="●" class="step step-primary">
|
||||
<span class="text-left"><strong>2024.09-12: 政策催化</strong><br>平安增持同业H股,监管鼓励险资入市,市场形成“险资是股市最确定增量资金”共识。</span>
|
||||
</li>
|
||||
<li data-content="●" class="step step-primary">
|
||||
<span class="text-left"><strong>2024.08.30: 关键转折</strong><br>上市险企半年报业绩超预期,核心驱动力为投资收益改善,重塑市场认知,板块大涨。</span>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!-- Market Performance & Policy -->
|
||||
<section class="glass-card rounded-3xl p-6 md:p-8 grid-item-6">
|
||||
<h2 class="section-title">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6" /></svg>
|
||||
市场动态与政策导向
|
||||
</h2>
|
||||
<div class="space-y-6 prose-custom max-w-none text-sm">
|
||||
<div>
|
||||
<h3>市场动态与股价表现</h3>
|
||||
<ul>
|
||||
<li><strong>A股市场</strong>: 2024年8月30日,保险板块大幅走强,新华保险午后涨停。此后板块持续活跃,多次出现“走强”、“拉升”、“领涨”行情。2025年10月30日,新华保险创历史新高。</li>
|
||||
<li><strong>港股市场</strong>: 与A股联动,港股保险股同样表现强势。2024年10月10日,新华保险H股涨幅达12.28%,中国平安、中国太保等均大幅上涨。</li>
|
||||
<li><strong>同业增持</strong>: 2025年9月12日,中国平安增持中国太保H股和中国人寿H股,被市场解读为行业基本面筑底向好的强烈信号。</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h3>行业监管与政策导向</h3>
|
||||
<ul>
|
||||
<li><strong>健康险</strong>: 金融监管总局推动发展商业长期护理保险和失能收入损失保险,支持“保险+服务”模式,为行业开辟长期增长空间。</li>
|
||||
<li><strong>生育保险</strong>: 北京、昆明等地优化生育保险政策,扩大覆盖面、提高报销标准,体现了保险的社会保障功能。</li>
|
||||
<li><strong>农业保险</strong>: 财政部等三部门扩大大豆完全成本保险和种植收入保险实施范围,计划于2026年实现全国覆盖,利好农险业务。</li>
|
||||
<li><strong>信用保险</strong>: 2025年6月,国内贸易信用保险共保体成立,提升内贸险承保能力,支持企业拓展内需市场。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Financial Performance Chart -->
|
||||
<section class="glass-card rounded-3xl p-6 md:p-8 grid-item-6">
|
||||
<h2 class="section-title">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><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" /></svg>
|
||||
核心险企业绩概览 (2024 H1)
|
||||
</h2>
|
||||
<div id="performance-chart" class="w-full h-72"></div>
|
||||
<div class="mt-4 prose-custom max-w-none text-sm">
|
||||
<p class="leading-relaxed">A股五大上市险企2024年上半年业绩普遍超预期,共实现归母净利润<strong class="highlight">1718亿元</strong>,同比增长<strong class="highlight">12.55%</strong>。利润改善的核心主因是<strong class="highlight">投资收益提升</strong>,各家险企通过增配利率债和高股息资产,并利用OCI会计科目平滑利润,实现了总投资收益率和综合投资收益率的双双改善。</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Roadshow Deep Dive -->
|
||||
<section class="glass-card rounded-3xl p-6 md:p-8 grid-item-12" x-data="{ tab: 'nci' }">
|
||||
<h2 class="section-title">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8h2a2 2 0 012 2v6a2 2 0 01-2 2h-2v4l-4-4H9a2 2 0 01-2-2V7a2 2 0 012-2h4M5 8h1.586a1 1 0 01.707.293l2.414 2.414a1 1 0 001.414 0l2.414-2.414a1 1 0 01.707-.293H15" /></svg>
|
||||
路演纪要:公司战略与经营细节
|
||||
</h2>
|
||||
<div role="tablist" class="tabs tabs-lifted">
|
||||
<a role="tab" class="tab" :class="{ 'tab-active': tab === 'nci' }" @click.prevent="tab = 'nci'">新华保险</a>
|
||||
<a role="tab" class="tab" :class="{ 'tab-active': tab === 'sunshine' }" @click.prevent="tab = 'sunshine'">阳光保险</a>
|
||||
</div>
|
||||
|
||||
<div class="p-4 bg-base-300/30 rounded-b-xl rounded-tr-xl">
|
||||
<!-- New China Life Insurance -->
|
||||
<div x-show="tab === 'nci'" class="prose-custom max-w-none text-sm space-y-4">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
<div>
|
||||
<h3>资产端 / 投资策略 (核心看点)</h3>
|
||||
<ul>
|
||||
<li><strong>权益增配明确</strong>: 坚定看好中国经济复苏,股票类资产持仓显著增长 (Q1的960亿 -> Q3的1500亿)。港股占比约40%,聚焦高股息(银行、公用事业)。</li>
|
||||
<li><strong>OCI平滑利润</strong>: 未来将更多配置可指定为OCI的权益资产,以减少公允价值变动对利润的影响。目前债券入OCI占比约44%。</li>
|
||||
<li><strong>久期缺口</strong>: 资产端久期约8-9年,负债端约13-14年,存在约<strong class="highlight">-5年</strong>的久期缺口,通过增配长债等方式缩窄。</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h3>负债端 / 业务与产品 (挑战与转型)</h3>
|
||||
<ul>
|
||||
<li><strong>NBV高增</strong>: 2024年前三季度NBV同比增长近<strong class="highlight">80%</strong>,归因于负债成本下降、投资收益贡献和报行合一降费。</li>
|
||||
<li><strong>产品结构</strong>: 增额终身寿险仍是主力(占新单期交70-80%),但计划2025年降低其占比,增加分红险和健康险。分红险销售仍面临挑战。</li>
|
||||
<li><strong>队伍转型</strong>: 代理人规模仍在收缩,但绩优人力(如FOIC>6000)增长,人均产能提升。聚焦人力质量而非规模。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Sunshine Insurance -->
|
||||
<div x-show="tab === 'sunshine'" class="prose-custom max-w-none text-sm space-y-4">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
<div>
|
||||
<h3>资产端 / 投资策略 (稳健高息)</h3>
|
||||
<ul>
|
||||
<li><strong>收益表现优异</strong>: 2024H1综合投资收益率达<strong class="highlight">7.2%</strong>。投资收益率假设维持4.5%,风险贴现率9.5%。</li>
|
||||
<li><strong>高股息策略</strong>: 权益配置中<strong class="highlight">70%</strong>为高分红股票。FVOCI类资产占比较高,有助于平滑利润。</li>
|
||||
<li><strong>久期管理</strong>: 资产久期11.35年,负债久期约16年,缺口约-5年。通过增配长债和高分红股票缩小。</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h3>负债端 / 业务与产品 (均衡发展)</h3>
|
||||
<ul>
|
||||
<li><strong>寿险NBV稳增</strong>: 2024H1新业务价值<strong class="highlight">37.5亿元</strong>(同比+39.9%)。银保渠道为优势渠道,分红险为下半年主力产品。</li>
|
||||
<li><strong>产险承保盈利</strong>: 2024H1综合成本率(COR)<strong class="highlight">99.1%</strong>,保持盈利。非车险(健康险、责任险、农险)增速亮眼。</li>
|
||||
<li><strong>新能源车险审慎</strong>: 新能源车险占比8%,因承保亏损风险,采取审慎发展策略。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Research & Trends -->
|
||||
<section class="glass-card rounded-3xl p-6 md:p-8 grid-item-7">
|
||||
<h2 class="section-title">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h7" /></svg>
|
||||
行业研报精粹:风险、机遇与创新
|
||||
</h2>
|
||||
<div class="prose-custom max-w-none text-sm space-y-4">
|
||||
<div>
|
||||
<h3>宏观风险识别 (2024.11.11研报)</h3>
|
||||
<ul>
|
||||
<li><strong>供应链中断风险</strong>: 可能引发财产险、货运险及营业中断险的索赔风险增加。</li>
|
||||
<li><strong>能源转型风险</strong>: 传统能源价格波动推高相关保险赔付压力;新能源项目成本上升可能影响相关保险需求。</li>
|
||||
<li><strong>量子计算威胁</strong>: 可能破解现有加密技术,威胁网络安全,影响网络安全险,并对保险公司自身数据安全构成挑战。</li>
|
||||
<li><strong>生物入侵风险</strong>: 影响农业、渔业,可能推高农业险、养殖业险的赔付率。</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h3>带病体保险专题研究 (2024.02.07研报)</h3>
|
||||
<ul>
|
||||
<li><strong>市场潜力</strong>: 我国慢病数量超4亿人,带病体保险将是健康险未来重要的<strong class="highlight">增量市场</strong>。用户最关注“是否能承保”。</li>
|
||||
<li><strong>创新模式</strong>: 主要包括“核保放松+赔付责任缩减”(如惠民保)、“核保放松+费率提高”(如次标版医疗险)和“特定需求定制”(如癌症复发险)。</li>
|
||||
<li><strong>发展瓶颈</strong>: 核心困难在于<strong class="highlight">数据获取难</strong>(医险数据不互通)、风险管控难、健康管理服务融合度不高。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Risks & Challenges -->
|
||||
<section class="glass-card rounded-3xl p-6 md:p-8 grid-item-5">
|
||||
<h2 class="section-title">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><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" /></svg>
|
||||
潜在风险与挑战
|
||||
</h2>
|
||||
<div class="prose-custom max-w-none text-sm space-y-4">
|
||||
<div>
|
||||
<h3>技术风险</h3>
|
||||
<ul>
|
||||
<li><strong>数据孤岛</strong>: 研报指出,保险与医疗行业信息共享严重不足,限制了产品定价和风控能力。</li>
|
||||
<li><strong>网络安全</strong>: 量子计算对现有加密体系构成颠覆性威胁,保险公司面临数据泄露的巨大风险。</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h3>商业化风险</h3>
|
||||
<ul>
|
||||
<li><strong>利率风险 (核心)</strong>: 长期利差损风险依然是悬顶之剑。若低利率固化,再投资收益率将无法覆盖负债成本。</li>
|
||||
<li><strong>市场波动风险</strong>: 当前业绩高度依赖投资收益,A股市场的剧烈波动将直接影响险企利润和净资产。</li>
|
||||
<li><strong>产品同质化</strong>: 市场主力产品仍是增额终身寿险,产品创新不足,新产品推广面临挑战。</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h3>信息交叉验证风险</h3>
|
||||
<ul>
|
||||
<li><strong>利润构成矛盾</strong>: 新闻中的“净利润高增”与路演中“保险服务收入下滑”存在矛盾,表明利润增长主要由“投资”而非“保险”本身贡献。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Stock List Table -->
|
||||
<section class="glass-card rounded-3xl p-6 md:p-8 grid-item-12">
|
||||
<h2 class="section-title">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4" /></svg>
|
||||
相关概念股票池
|
||||
</h2>
|
||||
<div class="overflow-x-auto">
|
||||
<table class="table table-zebra w-full text-sm">
|
||||
<thead class="text-base-content/80">
|
||||
<tr>
|
||||
<th>股票名称</th>
|
||||
<th>股票代码</th>
|
||||
<th>核心逻辑</th>
|
||||
<th>其他标签</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="hover"><td>中国人寿</td><td><a href="https://valuefrontier.cn/company?scode=601628" target="_blank" class="link link-hover text-indigo-400">601628</a></td><td>寿险</td><td>大型寿险公司, 核心贝塔</td></tr>
|
||||
<tr class="hover"><td>新华保险</td><td><a href="https://valuefrontier.cn/company?scode=601336" target="_blank" class="link link-hover text-indigo-400">601336</a></td><td>寿险</td><td>逻辑最纯粹的寿险龙头</td></tr>
|
||||
<tr class="hover"><td>中国平安</td><td><a href="https://valuefrontier.cn/company?scode=601318" target="_blank" class="link link-hover text-indigo-400">601318</a></td><td>寿险/财险</td><td>综合金融巨头</td></tr>
|
||||
<tr class="hover"><td>中国太保</td><td><a href="https://valuefrontier.cn/company?scode=601601" target="_blank" class="link link-hover text-indigo-400">601601</a></td><td>财险</td><td>稳健的综合性保险集团</td></tr>
|
||||
<tr class="hover"><td>中国人保</td><td><a href="https://valuefrontier.cn/company?scode=601319" target="_blank" class="link link-hover text-indigo-400">601319</a></td><td>财险</td><td>财险龙头</td></tr>
|
||||
<tr class="hover bg-rose-500/10"><td class="text-rose-400">天茂集团</td><td>-</td><td>互联网保险</td><td class="text-rose-400">标红个股</td></tr>
|
||||
<tr class="hover"><td>东方财富</td><td><a href="https://valuefrontier.cn/company?scode=300059" target="_blank" class="link link-hover text-indigo-400">300059</a></td><td>互联网保险</td><td>金融科技平台</td></tr>
|
||||
<tr class="hover"><td>焦点科技</td><td><a href="https://valuefrontier.cn/company?scode=002315" target="_blank" class="link link-hover text-indigo-400">002315</a></td><td>互联网保险</td><td>-</td></tr>
|
||||
<tr class="hover"><td>天利科技</td><td><a href="https://valuefrontier.cn/company?scode=300399" target="_blank" class="link link-hover text-indigo-400">300399</a></td><td>互联网保险</td><td>-</td></tr>
|
||||
<tr class="hover"><td>旗天科技</td><td><a href="https://valuefrontier.cn/company?scode=300061" target="_blank" class="link link-hover text-indigo-400">300061</a></td><td>互联网保险</td><td>-</td></tr>
|
||||
<tr class="hover"><td>佳云科技</td><td><a href="https://valuefrontier.cn/company?scode=300242" target="_blank" class="link link-hover text-indigo-400">300242</a></td><td>互联网保险</td><td>-</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<!-- 概念事件时间线 -->
|
||||
<div class="glass-effect rounded-2xl shadow-xl p-6 mb-10 card-hover">
|
||||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||||
<i class="fas fa-calendar-alt mr-3 text-purple-600"></i>
|
||||
概念事件时间线
|
||||
</h2>
|
||||
<div class="relative">
|
||||
<div class="absolute left-4 top-0 bottom-0 w-1 timeline-line rounded-full"></div>
|
||||
<script>
|
||||
// ECharts for Timeline
|
||||
const timelineChart = echarts.init(document.getElementById('timeline-chart'));
|
||||
const timelineOption = {
|
||||
tooltip: { trigger: 'axis', formatter: '{b}<br />{c}' },
|
||||
grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true },
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
boundaryGap: false,
|
||||
data: ['2024-H1', '2024.08', '2024.12', '2025.09', '2025.11'],
|
||||
axisLine: { lineStyle: { color: '#888' } }
|
||||
},
|
||||
yAxis: {
|
||||
type: 'value',
|
||||
name: '市场关注度',
|
||||
axisLine: { lineStyle: { color: '#888' } },
|
||||
splitLine: { lineStyle: { color: 'rgba(255,255,255,0.1)' } }
|
||||
},
|
||||
series: [{
|
||||
name: '关键事件',
|
||||
type: 'line',
|
||||
smooth: true,
|
||||
symbol: 'circle',
|
||||
symbolSize: 8,
|
||||
itemStyle: { color: '#a5b4fc' },
|
||||
lineStyle: { width: 3, color: '#818cf8' },
|
||||
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)'
|
||||
}])
|
||||
},
|
||||
data: [10, 70, 85, 90, 100],
|
||||
markPoint: {
|
||||
data: [
|
||||
{ name: '转折点', coord: [1, 70] },
|
||||
{ name: '催化', coord: [2, 85] }
|
||||
]
|
||||
}
|
||||
}]
|
||||
};
|
||||
timelineChart.setOption(timelineOption);
|
||||
|
||||
// ECharts for Performance
|
||||
const performanceChart = echarts.init(document.getElementById('performance-chart'));
|
||||
const performanceOption = {
|
||||
tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } },
|
||||
legend: {
|
||||
data: ['归母净利润同比增速', '总投资收益率'],
|
||||
textStyle: { color: '#cbd5e1' },
|
||||
bottom: 0
|
||||
},
|
||||
grid: { left: '3%', right: '4%', top: '10%', containLabel: true },
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
data: ['中国太保', '中国人寿', '新华保险'],
|
||||
axisLine: { lineStyle: { color: '#888' } },
|
||||
axisLabel: { color: '#cbd5e1' }
|
||||
},
|
||||
yAxis: [
|
||||
{
|
||||
type: 'value',
|
||||
name: '增速(%)',
|
||||
axisLabel: { formatter: '{value} %', color: '#cbd5e1' },
|
||||
axisLine: { lineStyle: { color: '#888' } },
|
||||
splitLine: { lineStyle: { color: 'rgba(255,255,255,0.1)' } }
|
||||
},
|
||||
{
|
||||
type: 'value',
|
||||
name: '收益率(%)',
|
||||
axisLabel: { formatter: '{value} %', color: '#cbd5e1' },
|
||||
axisLine: { lineStyle: { color: '#888' } },
|
||||
splitLine: { show: false }
|
||||
}
|
||||
],
|
||||
series: [
|
||||
{
|
||||
name: '归母净利润同比增速',
|
||||
type: 'bar',
|
||||
itemStyle: {
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
||||
offset: 0, color: '#c4b5fd'
|
||||
}, {
|
||||
offset: 1, color: '#818cf8'
|
||||
}])
|
||||
},
|
||||
data: [37.1, 27.6, 11.1]
|
||||
},
|
||||
{
|
||||
name: '总投资收益率',
|
||||
type: 'line',
|
||||
yAxisIndex: 1,
|
||||
smooth: true,
|
||||
itemStyle: { color: '#f9a8d4' },
|
||||
lineStyle: { width: 3 },
|
||||
data: [2.7, 3.59, 4.8]
|
||||
}
|
||||
]
|
||||
};
|
||||
performanceChart.setOption(performanceOption);
|
||||
|
||||
<div class="space-y-8 ml-10">
|
||||
<div class="relative">
|
||||
<div class="absolute -left-10 top-2 w-6 h-6 bg-purple-600 rounded-full border-4 border-white"></div>
|
||||
<div class="bg-white p-4 rounded-lg shadow-md">
|
||||
<h3 class="font-bold text-gray-800">2024-08-30</h3>
|
||||
<p class="text-gray-600 mt-1">新华、太保、国寿披露2024半年报,归母净利润分别同比+37.1%、+27.6%、+11.1%,主因总投资收益率提升(新华4.8%、国寿3.59%、太保2.7%),驱动保险股集体大涨(新华H股当日+12%)。</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="relative">
|
||||
<div class="absolute -left-10 top-2 w-6 h-6 bg-purple-600 rounded-full border-4 border-white"></div>
|
||||
<div class="bg-white p-4 rounded-lg shadow-md">
|
||||
<h3 class="font-bold text-gray-800">2024-10-10</h3>
|
||||
<p class="text-gray-600 mt-1">港股保险股再度走强,新华保险H股单日涨超12%,市场持续交易"负债成本下降+投资收益改善"逻辑。</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="relative">
|
||||
<div class="absolute -left-10 top-2 w-6 h-6 bg-purple-600 rounded-full border-4 border-white"></div>
|
||||
<div class="bg-white p-4 rounded-lg shadow-md">
|
||||
<h3 class="font-bold text-gray-800">2025-01-03</h3>
|
||||
<p class="text-gray-600 mt-1">监管发布《保险法》草案,拟打破刚性兑付,引发市场对利差损风险的关注。</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="relative">
|
||||
<div class="absolute -left-10 top-2 w-6 h-6 bg-purple-600 rounded-full border-4 border-white"></div>
|
||||
<div class="bg-white p-4 rounded-lg shadow-md">
|
||||
<h3 class="font-bold text-gray-800">2025-06-12</h3>
|
||||
<p class="text-gray-600 mt-1">国内贸易信用保险共保体成立,首期提供100亿元保障,标志保险服务实体经济进入新阶段。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 核心观点摘要 -->
|
||||
<div class="glass-effect rounded-2xl shadow-xl p-6 mb-10 card-hover">
|
||||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||||
<i class="fas fa-lightbulb mr-3 text-yellow-500"></i>
|
||||
核心观点摘要
|
||||
</h2>
|
||||
<div class="grid md:grid-cols-2 gap-6">
|
||||
<div class="bg-gradient-to-br from-purple-50 to-indigo-50 p-5 rounded-xl border border-purple-100">
|
||||
<h3 class="font-bold text-lg text-purple-800 mb-3">基本面拐点</h3>
|
||||
<p class="text-gray-700">保险板块正处于"政策红利+业绩验证"双轮驱动的基本面拐点:负债端通过预定利率下调(2.5%→2.0%)和"报行合一"压降成本,资产端受益于长端利率企稳和权益市场回暖,2024年行业净利润同比+77.7%。</p>
|
||||
</div>
|
||||
<div class="bg-gradient-to-br from-blue-50 to-cyan-50 p-5 rounded-xl border border-blue-100">
|
||||
<h3 class="font-bold text-lg text-blue-800 mb-3">核心矛盾</h3>
|
||||
<p class="text-gray-700">未来3-6个月的核心矛盾是"利差损风险缓释"能否持续兑现,需紧盯10年期国债利率走势和险企OCI(其他综合收益)资产配置比例。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 核心逻辑与市场认知分析 -->
|
||||
<div class="glass-effect rounded-2xl shadow-xl p-6 mb-10 card-hover">
|
||||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||||
<i class="fas fa-chart-line mr-3 text-green-600"></i>
|
||||
核心逻辑与市场认知分析
|
||||
</h2>
|
||||
|
||||
<div class="mb-8">
|
||||
<h3 class="text-xl font-bold text-gray-800 mb-4 text-center">核心驱动力</h3>
|
||||
<div class="grid md:grid-cols-3 gap-6">
|
||||
<div class="bg-white p-5 rounded-xl shadow-md border-l-4 border-purple-500">
|
||||
<h4 class="font-bold text-gray-800 mb-2">负债成本系统性下降</h4>
|
||||
<p class="text-gray-600 text-sm">2024年监管连续下调预定利率(传统险3.5%→2.5%→2.0%),叠加银保渠道"报行合一"压缩手续费30%-60%,新华保险新业务价值率提升25个百分点(2024Q1数据)。</p>
|
||||
</div>
|
||||
<div class="bg-white p-5 rounded-xl shadow-md border-l-4 border-blue-500">
|
||||
<h4 class="font-bold text-gray-800 mb-2">资产端收益弹性释放</h4>
|
||||
<p class="text-gray-600 text-sm">险企增配高股息股票(新华保险港股配置400-500亿)和30年期国债,2024年综合投资收益率新华10.32%、太保8.5%,显著高于5%的长期假设。</p>
|
||||
</div>
|
||||
<div class="bg-white p-5 rounded-xl shadow-md border-l-4 border-green-500">
|
||||
<h4 class="font-bold text-gray-800 mb-2">政策催化</h4>
|
||||
<p class="text-gray-600 text-sm">2025年新"国十条"明确"发挥保险长期资金优势",鼓励险资入市,保险资金运用余额2024年末达33.26万亿(+20.2%)。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="grid md:grid-cols-2 gap-6 mb-8">
|
||||
<div class="bg-gradient-to-br from-yellow-50 to-orange-50 p-5 rounded-xl border border-yellow-200">
|
||||
<h3 class="text-lg font-bold text-gray-800 mb-3">市场热度与情绪</h3>
|
||||
<ul class="space-y-2 text-gray-700">
|
||||
<li class="flex items-start">
|
||||
<i class="fas fa-check-circle text-yellow-500 mt-1 mr-2"></i>
|
||||
<span><strong>研报密集度</strong>:2024年12月-2025年3月,中信证券、东吴证券等发布12篇深度报告,一致预期"保险股有望演绎贝塔行情"。</span>
|
||||
</li>
|
||||
<li class="flex items-start">
|
||||
<i class="fas fa-check-circle text-yellow-500 mt-1 mr-2"></i>
|
||||
<span><strong>情绪指标</strong>:新华保险H股2024年8月-2025年3月累计涨幅超80%,但2025年4月后因利率下行担忧回调15%,显示市场分歧。</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="bg-gradient-to-br from-pink-50 to-rose-50 p-5 rounded-xl border border-pink-200">
|
||||
<h3 class="text-lg font-bold text-gray-800 mb-3">预期差分析</h3>
|
||||
<ul class="space-y-2 text-gray-700">
|
||||
<li class="flex items-start">
|
||||
<i class="fas fa-exclamation-circle text-pink-500 mt-1 mr-2"></i>
|
||||
<span><strong>市场共识</strong>:认为险企通过OCI会计处理可平滑利润波动(新华OCI债券占比44%)。</span>
|
||||
</li>
|
||||
<li class="flex items-start">
|
||||
<i class="fas fa-exclamation-circle text-pink-500 mt-1 mr-2"></i>
|
||||
<span><strong>预期差</strong>:路演显示OCI股票占比仍低(新华仅25% vs 同业48%),若权益市场波动,利润表冲击可能超预期。</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 关键催化剂与未来发展路径 -->
|
||||
<div class="glass-effect rounded-2xl shadow-xl p-6 mb-10 card-hover">
|
||||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||||
<i class="fas fa-rocket mr-3 text-red-600"></i>
|
||||
关键催化剂与未来发展路径
|
||||
</h2>
|
||||
|
||||
<div class="bg-gradient-to-r from-indigo-500 to-purple-600 rounded-xl p-6 text-white mb-6">
|
||||
<h3 class="text-xl font-bold mb-4">近期催化剂(3-6个月)</h3>
|
||||
<div class="grid md:grid-cols-2 gap-4">
|
||||
<div class="bg-white bg-opacity-20 backdrop-filter backdrop-blur-sm rounded-lg p-4">
|
||||
<h4 class="font-bold mb-2">2025年7月</h4>
|
||||
<p>上市险企中报披露,需验证负债成本下降是否持续(如新华保险负债成本已降至2.5%-3%区间)。</p>
|
||||
</div>
|
||||
<div class="bg-white bg-opacity-20 backdrop-filter backdrop-blur-sm rounded-lg p-4">
|
||||
<h4 class="font-bold mb-2">2025年Q3</h4>
|
||||
<p>10年期国债利率若企稳2.3%以上,将缓解利差损担忧(当前2.1%左右)。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 关联股票表格 -->
|
||||
<div class="glass-effect rounded-2xl shadow-xl p-6 card-hover">
|
||||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||||
<i class="fas fa-table mr-3 text-indigo-600"></i>
|
||||
关联股票
|
||||
</h2>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table w-full">
|
||||
<thead>
|
||||
<tr class="bg-gray-100">
|
||||
<th class="text-gray-700 font-semibold py-3 px-4 text-left rounded-l-lg">股票名称</th>
|
||||
<th class="text-gray-700 font-semibold py-3 px-4 text-left">行业分类</th>
|
||||
<th class="text-gray-700 font-semibold py-3 px-4 text-left rounded-r-lg">归类原因</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="border-b hover:bg-gray-50 transition-colors">
|
||||
<td class="py-3 px-4 font-medium text-gray-800">天茂集团</td>
|
||||
<td class="py-3 px-4">
|
||||
<span class="bg-purple-100 text-purple-800 px-2 py-1 rounded-full text-xs">互联网保险</span>
|
||||
</td>
|
||||
<td class="py-3 px-4 text-gray-600">图表中归类于互联网保险板块</td>
|
||||
</tr>
|
||||
<tr class="border-b hover:bg-gray-50 transition-colors">
|
||||
<td class="py-3 px-4 font-medium text-gray-800">天利科技</td>
|
||||
<td class="py-3 px-4">
|
||||
<span class="bg-purple-100 text-purple-800 px-2 py-1 rounded-full text-xs">互联网保险</span>
|
||||
</td>
|
||||
<td class="py-3 px-4 text-gray-600">图表中归类于互联网保险板块</td>
|
||||
</tr>
|
||||
<tr class="border-b hover:bg-gray-50 transition-colors">
|
||||
<td class="py-3 px-4 font-medium text-gray-800">旗天科技</td>
|
||||
<td class="py-3 px-4">
|
||||
<span class="bg-purple-100 text-purple-800 px-2 py-1 rounded-full text-xs">互联网保险</span>
|
||||
</td>
|
||||
<td class="py-3 px-4 text-gray-600">图表中归类于互联网保险板块</td>
|
||||
</tr>
|
||||
<tr class="border-b hover:bg-gray-50 transition-colors">
|
||||
<td class="py-3 px-4 font-medium text-gray-800">焦点科技</td>
|
||||
<td class="py-3 px-4">
|
||||
<span class="bg-purple-100 text-purple-800 px-2 py-1 rounded-full text-xs">互联网保险</span>
|
||||
</td>
|
||||
<td class="py-3 px-4 text-gray-600">图表中归类于互联网保险板块</td>
|
||||
</tr>
|
||||
<tr class="border-b hover:bg-gray-50 transition-colors">
|
||||
<td class="py-3 px-4 font-medium text-gray-800">佳云科技</td>
|
||||
<td class="py-3 px-4">
|
||||
<span class="bg-purple-100 text-purple-800 px-2 py-1 rounded-full text-xs">互联网保险</span>
|
||||
</td>
|
||||
<td class="py-3 px-4 text-gray-600">图表中归类于互联网保险板块</td>
|
||||
</tr>
|
||||
<tr class="border-b hover:bg-gray-50 transition-colors">
|
||||
<td class="py-3 px-4 font-medium text-gray-800">东方财富</td>
|
||||
<td class="py-3 px-4">
|
||||
<span class="bg-purple-100 text-purple-800 px-2 py-1 rounded-full text-xs">互联网保险</span>
|
||||
</td>
|
||||
<td class="py-3 px-4 text-gray-600">图表中归类于互联网保险板块</td>
|
||||
</tr>
|
||||
<tr class="border-b hover:bg-gray-50 transition-colors">
|
||||
<td class="py-3 px-4 font-medium text-gray-800">中国人寿</td>
|
||||
<td class="py-3 px-4">
|
||||
<span class="bg-blue-100 text-blue-800 px-2 py-1 rounded-full text-xs">寿险</span>
|
||||
</td>
|
||||
<td class="py-3 px-4 text-gray-600">图表中归类于寿险板块</td>
|
||||
</tr>
|
||||
<tr class="border-b hover:bg-gray-50 transition-colors">
|
||||
<td class="py-3 px-4 font-medium text-gray-800">中国平安</td>
|
||||
<td class="py-3 px-4">
|
||||
<span class="bg-blue-100 text-blue-800 px-2 py-1 rounded-full text-xs">寿险</span>
|
||||
</td>
|
||||
<td class="py-3 px-4 text-gray-600">图表中归类于寿险板块</td>
|
||||
</tr>
|
||||
<tr class="border-b hover:bg-gray-50 transition-colors">
|
||||
<td class="py-3 px-4 font-medium text-gray-800">新华保险</td>
|
||||
<td class="py-3 px-4">
|
||||
<span class="bg-blue-100 text-blue-800 px-2 py-1 rounded-full text-xs">寿险</span>
|
||||
</td>
|
||||
<td class="py-3 px-4 text-gray-600">图表中归类于寿险板块</td>
|
||||
</tr>
|
||||
<tr class="border-b hover:bg-gray-50 transition-colors">
|
||||
<td class="py-3 px-4 font-medium text-gray-800">中国人保</td>
|
||||
<td class="py-3 px-4">
|
||||
<span class="bg-green-100 text-green-800 px-2 py-1 rounded-full text-xs">财险</span>
|
||||
</td>
|
||||
<td class="py-3 px-4 text-gray-600">图表中归类于财险板块</td>
|
||||
</tr>
|
||||
<tr class="border-b hover:bg-gray-50 transition-colors">
|
||||
<td class="py-3 px-4 font-medium text-gray-800">中国太保</td>
|
||||
<td class="py-3 px-4">
|
||||
<span class="bg-green-100 text-green-800 px-2 py-1 rounded-full text-xs">财险</span>
|
||||
</td>
|
||||
<td class="py-3 px-4 text-gray-600">图表中归类于财险板块</td>
|
||||
</tr>
|
||||
<tr class="hover:bg-gray-50 transition-colors">
|
||||
<td class="py-3 px-4 font-medium text-gray-800">中国平安</td>
|
||||
<td class="py-3 px-4">
|
||||
<span class="bg-green-100 text-green-800 px-2 py-1 rounded-full text-xs">财险</span>
|
||||
</td>
|
||||
<td class="py-3 px-4 text-gray-600">图表中归类于财险板块</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 底部总结 -->
|
||||
<div class="mt-10 mb-6 text-center">
|
||||
<div class="glass-effect rounded-2xl shadow-xl p-6">
|
||||
<h3 class="text-xl font-bold text-gray-800 mb-3">投资要点总结</h3>
|
||||
<p class="text-gray-600 max-w-3xl mx-auto">保险行业正处于基本面拐点,负债成本下降与投资收益改善形成双轮驱动。未来3-6个月需重点关注负债成本下降的持续性和10年期国债利率走势,这将是决定板块行情的关键因素。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- JavaScript -->
|
||||
<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>
|
||||
<script>
|
||||
// 初始化Vanta.js背景效果
|
||||
VANTA.WAVES({
|
||||
el: "#vanta-bg",
|
||||
mouseControls: true,
|
||||
touchControls: true,
|
||||
gyroControls: false,
|
||||
minHeight: 200.00,
|
||||
minWidth: 200.00,
|
||||
scale: 1.00,
|
||||
scaleMobile: 1.00,
|
||||
color: 0x9c88ff,
|
||||
shininess: 48.00,
|
||||
waveHeight: 13.50,
|
||||
waveSpeed: 0.75,
|
||||
zoom: 0.65
|
||||
});
|
||||
</script>
|
||||
window.addEventListener('resize', () => {
|
||||
timelineChart.resize();
|
||||
performanceChart.resize();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
</html>
|
||||
Reference in New Issue
Block a user