update pay ui
This commit is contained in:
@@ -1,415 +1,376 @@
|
||||
|
||||
<!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/css2?family=Inter:wght@300;400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;700&display=swap" rel="stylesheet" />
|
||||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/dist/full.min.css" rel="stylesheet" type="text/css" />
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Inter', 'Noto Sans SC', sans-serif;
|
||||
background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
|
||||
min-height: 100vh;
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.stars-bg {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.card-glass {
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
backdrop-filter: blur(10px);
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
|
||||
}
|
||||
|
||||
.text-gradient {
|
||||
background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
}
|
||||
|
||||
.timeline-item::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: -1px;
|
||||
top: 0;
|
||||
width: 2px;
|
||||
height: 100%;
|
||||
background: linear-gradient(180deg, #60a5fa 0%, #a78bfa 100%);
|
||||
}
|
||||
|
||||
.timeline-dot {
|
||||
position: absolute;
|
||||
left: -9px;
|
||||
top: 8px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 50%;
|
||||
background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
|
||||
box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.2);
|
||||
}
|
||||
|
||||
.hover-lift {
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.hover-lift:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.5);
|
||||
}
|
||||
|
||||
@keyframes float {
|
||||
0% { transform: translateY(0px); }
|
||||
50% { transform: translateY(-20px); }
|
||||
100% { transform: translateY(0px); }
|
||||
}
|
||||
|
||||
.float-animation {
|
||||
animation: float 6s ease-in-out infinite;
|
||||
}
|
||||
</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.10.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>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;700&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
background-color: #020010;
|
||||
background-image:
|
||||
radial-gradient(at 27% 37%, hsla(215, 98%, 61%, 0.1) 0px, transparent 50%),
|
||||
radial-gradient(at 97% 21%, hsla(125, 98%, 72%, 0.1) 0px, transparent 50%),
|
||||
radial-gradient(at 52% 99%, hsla(355, 98%, 76%, 0.15) 0px, transparent 50%),
|
||||
radial-gradient(at 10% 29%, hsla(256, 96%, 68%, 0.1) 0px, transparent 50%),
|
||||
radial-gradient(at 97% 96%, hsla(38, 60%, 74%, 0.1) 0px, transparent 50%),
|
||||
radial-gradient(at 33% 50%, hsla(222, 67%, 73%, 0.1) 0px, transparent 50%),
|
||||
radial-gradient(at 79% 53%, hsla(343, 68%, 79%, 0.1) 0px, transparent 50%);
|
||||
color: #E2E8F0; /* slate-200 */
|
||||
}
|
||||
.glass-card {
|
||||
background-color: rgba(23, 23, 43, 0.5); /* Semi-transparent dark blue-gray */
|
||||
backdrop-filter: blur(20px);
|
||||
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
|
||||
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
.glass-card:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 0 30px rgba(0, 191, 255, 0.3); /* DeepSkyBlue glow */
|
||||
border-color: rgba(0, 191, 255, 0.4);
|
||||
}
|
||||
.bento-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||
gap: 1.5rem;
|
||||
}
|
||||
.fui-title {
|
||||
font-family: 'Space Grotesk', sans-serif;
|
||||
text-shadow: 0 0 8px rgba(107, 224, 255, 0.7);
|
||||
}
|
||||
.glow-divider {
|
||||
height: 1px;
|
||||
background: linear-gradient(to right, transparent, rgba(0, 191, 255, 0.5), transparent);
|
||||
}
|
||||
.timeline {
|
||||
position: relative;
|
||||
padding: 2rem 0;
|
||||
}
|
||||
.timeline::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 0;
|
||||
width: 2px;
|
||||
height: 100%;
|
||||
background: linear-gradient(to bottom, transparent, rgba(0, 191, 255, 0.8), transparent);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.timeline-item {
|
||||
position: relative;
|
||||
width: 50%;
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
.timeline-item:nth-child(odd) {
|
||||
padding-right: 2rem;
|
||||
text-align: right;
|
||||
}
|
||||
.timeline-item:nth-child(even) {
|
||||
left: 50%;
|
||||
padding-left: 2rem;
|
||||
text-align: left;
|
||||
}
|
||||
.timeline-dot {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: rgba(0, 191, 255, 1);
|
||||
border: 3px solid rgba(107, 224, 255, 0.7);
|
||||
border-radius: 50%;
|
||||
z-index: 10;
|
||||
box-shadow: 0 0 10px rgba(0, 191, 255, 0.8);
|
||||
}
|
||||
.timeline-item:nth-child(odd) .timeline-dot {
|
||||
right: -8px;
|
||||
}
|
||||
.timeline-item:nth-child(even) .timeline-dot {
|
||||
left: -8px;
|
||||
}
|
||||
table {
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
}
|
||||
th, td {
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
th {
|
||||
background-color: rgba(0, 191, 255, 0.1);
|
||||
color: #93C5FD; /* blue-300 */
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="particles-js" class="stars-bg"></div>
|
||||
|
||||
<div class="container mx-auto px-4 py-8 max-w-7xl">
|
||||
<!-- 标题部分 -->
|
||||
<div class="text-center mb-12">
|
||||
<h1 class="text-4xl md:text-5xl font-bold text-white mb-4">
|
||||
<span class="text-gradient">北斗信使</span>
|
||||
</h1>
|
||||
<p class="text-xl text-gray-300 mb-2">从专业应急到大众消费的跨越</p>
|
||||
<div class="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-blue-900/30 border border-blue-500/30">
|
||||
<i class="fas fa-satellite text-blue-400"></i>
|
||||
<span class="text-blue-300">技术成熟 + 政策催化 + 场景爆发</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 概念事件卡片 -->
|
||||
<div class="card-glass rounded-2xl p-6 mb-8 hover-lift">
|
||||
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-2">
|
||||
<i class="fas fa-info-circle text-blue-400"></i>
|
||||
概念事件
|
||||
</h2>
|
||||
<div class="text-gray-300 space-y-4">
|
||||
<p>
|
||||
<strong class="text-blue-300">背景与定义</strong>:
|
||||
"北斗信使"是市场对<strong class="text-purple-300">北斗三号短报文通信功能</strong>的通俗化表达,
|
||||
指通过北斗卫星实现<strong class="text-purple-300">无地面网络覆盖下的双向短消息通信</strong>。
|
||||
其核心载体为千寻位置2024年9月25日发布的<strong class="text-purple-300">"北斗信使·灵犀版"</strong>终端,
|
||||
具备<strong class="text-purple-300">5秒级初始定位</strong>、<strong class="text-purple-300">1500条/3年免费通信</strong>、
|
||||
<strong class="text-purple-300">手机即插即用</strong>等特性,标志着北斗短报文从<strong class="text-purple-300">专业应急场景</strong>向<strong class="text-purple-300">大众消费级</strong>的跨越。
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 时间轴 -->
|
||||
<div class="card-glass rounded-2xl p-6 mb-8 hover-lift">
|
||||
<h2 class="text-2xl font-bold text-white mb-6 flex items-center gap-2">
|
||||
<i class="fas fa-clock text-blue-400"></i>
|
||||
发展时间轴
|
||||
</h2>
|
||||
<div class="space-y-6">
|
||||
<div class="relative pl-8 timeline-item">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="bg-blue-900/20 rounded-lg p-4 border border-blue-500/20">
|
||||
<div class="text-blue-400 font-semibold">2024-09-25</div>
|
||||
<div class="text-gray-300">千寻位置发布"北斗信使·灵犀版",首次将短报文功能集成至<strong class="text-purple-300">手机外设</strong>(体积<手机1/3)。</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="relative pl-8 timeline-item">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="bg-blue-900/20 rounded-lg p-4 border border-blue-500/20">
|
||||
<div class="text-blue-400 font-semibold">2024-11-07</div>
|
||||
<div class="text-gray-300">中国移动联合中国时空推出<strong class="text-purple-300">"北斗短信业务"</strong>,支持20字短信+10米级定位,<strong class="text-purple-300">无需换卡/换号</strong>。</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="relative pl-8 timeline-item">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="bg-blue-900/20 rounded-lg p-4 border border-blue-500/20">
|
||||
<div class="text-blue-400 font-semibold">2025-05-20</div>
|
||||
<div class="text-gray-300">外交部回应"北斗挑战GPS"称"中国的北斗也是世界的北斗",<strong class="text-purple-300">国际化预期升温</strong>。</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="relative pl-8 timeline-item">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="bg-blue-900/20 rounded-lg p-4 border border-blue-500/20">
|
||||
<div class="text-blue-400 font-semibold">2025-06-30</div>
|
||||
<div class="text-gray-300">株洲落地<strong class="text-purple-300">全国首例"北斗+共享电动自行车"</strong>场景,验证短报文在城市治理中的落地。</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 核心观点摘要 -->
|
||||
<div class="card-glass rounded-2xl p-6 mb-8 hover-lift">
|
||||
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-2">
|
||||
<i class="fas fa-lightbulb text-yellow-400"></i>
|
||||
核心观点摘要
|
||||
</h2>
|
||||
<div class="bg-gradient-to-r from-blue-900/30 to-purple-900/30 rounded-lg p-6 border border-blue-500/20">
|
||||
<p class="text-gray-300 text-lg leading-relaxed">
|
||||
北斗信使正处于<strong class="text-blue-300">"技术成熟+政策催化+场景爆发"</strong>的三重拐点:
|
||||
</p>
|
||||
<ul class="mt-4 space-y-3 text-gray-300">
|
||||
<li class="flex items-start gap-2">
|
||||
<i class="fas fa-check-circle text-green-400 mt-1"></i>
|
||||
<span><strong class="text-purple-300">当前阶段</strong>:从<strong class="text-purple-300">军工/应急专用</strong>转向<strong class="text-purple-300">消费级标配</strong>(手机、电动车、共享出行),<strong class="text-purple-300">2024年终端销量已超2300万台</strong>(方正军工数据)。</span>
|
||||
</li>
|
||||
<li class="flex items-start gap-2">
|
||||
<i class="fas fa-check-circle text-green-400 mt-1"></i>
|
||||
<span><strong class="text-purple-300">核心驱动力</strong>:政策强制(电动车新国标要求北斗模块)、成本下降(芯片价格从<strong class="text-purple-300">150元降至20-30元</strong>)、生态完善(中国时空集团整合星网+兵工+移动)。</span>
|
||||
</li>
|
||||
<li class="flex items-start gap-2">
|
||||
<i class="fas fa-check-circle text-green-400 mt-1"></i>
|
||||
<span><strong class="text-purple-300">未来潜力</strong>:2035年下一代北斗系统将支持<strong class="text-purple-300">分米级全球短报文</strong>,叠加低空经济、自动驾驶需求,<strong class="text-purple-300">市场空间或超千亿</strong>。</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 核心驱动力 -->
|
||||
<div class="grid md:grid-cols-3 gap-6 mb-8">
|
||||
<div class="card-glass rounded-2xl p-6 hover-lift">
|
||||
<div class="text-center mb-4">
|
||||
<div class="inline-flex items-center justify-center w-16 h-16 rounded-full bg-blue-900/30 mb-3">
|
||||
<i class="fas fa-gavel text-2xl text-blue-400"></i>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold text-white">政策强制</h3>
|
||||
</div>
|
||||
<ul class="space-y-2 text-gray-300 text-sm">
|
||||
<li>• 工信部2025年4月发文要求"单北斗终端"在关键领域<strong class="text-purple-300">强制替换GPS</strong></li>
|
||||
<li>• 电动车新国标<strong class="text-purple-300">强制安装北斗模块</strong>,5000万辆年销量直接拉动需求</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="card-glass rounded-2xl p-6 hover-lift">
|
||||
<div class="text-center mb-4">
|
||||
<div class="inline-flex items-center justify-center w-16 h-16 rounded-full bg-purple-900/30 mb-3">
|
||||
<i class="fas fa-microchip text-2xl text-purple-400"></i>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold text-white">技术突破</h3>
|
||||
</div>
|
||||
<ul class="space-y-2 text-gray-300 text-sm">
|
||||
<li>• 短报文芯片成本从<strong class="text-purple-300">150元降至20-30元</strong>,与GPS芯片价格持平</li>
|
||||
<li>• 千寻位置"星地一体"技术将初始定位时间压缩至<strong class="text-purple-300">5秒</strong></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="card-glass rounded-2xl p-6 hover-lift">
|
||||
<div class="text-center mb-4">
|
||||
<div class="inline-flex items-center justify-center w-16 h-16 rounded-full bg-green-900/30 mb-3">
|
||||
<i class="fas fa-rocket text-2xl text-green-400"></i>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold text-white">场景爆发</h3>
|
||||
</div>
|
||||
<ul class="space-y-2 text-gray-300 text-sm">
|
||||
<li>• 消费级:华为Mate60/P70、小米14已支持北斗短报文</li>
|
||||
<li>• 行业级:共享电动自行车、无人机巡检、应急通信等场景快速渗透</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 关联股票表格 -->
|
||||
<div class="card-glass rounded-2xl p-6 mb-8 hover-lift">
|
||||
<h2 class="text-2xl font-bold text-white mb-6 flex items-center gap-2">
|
||||
<i class="fas fa-chart-line text-green-400"></i>
|
||||
关联股票
|
||||
</h2>
|
||||
<div class="overflow-x-auto">
|
||||
<table class="w-full text-sm">
|
||||
<thead>
|
||||
<tr class="border-b border-gray-700">
|
||||
<th class="text-left py-3 px-4 text-gray-400 font-semibold">股票名称</th>
|
||||
<th class="text-left py-3 px-4 text-gray-400 font-semibold">项目/关系</th>
|
||||
<th class="text-left py-3 px-4 text-gray-400 font-semibold">行业</th>
|
||||
<th class="text-left py-3 px-4 text-gray-400 font-semibold">产业链</th>
|
||||
<th class="text-left py-3 px-4 text-gray-400 font-semibold">合作原因</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="border-b border-gray-800 hover:bg-gray-800/30 transition-colors">
|
||||
<td class="py-3 px-4 text-white font-medium">合众思壮</td>
|
||||
<td class="py-3 px-4 text-gray-300">北斗高精度应用合作</td>
|
||||
<td class="py-3 px-4 text-gray-300">卫星通信/导航</td>
|
||||
<td class="py-3 px-4 text-gray-300">技术合作与应用推广</td>
|
||||
<td class="py-3 px-4 text-gray-300">公司与千寻位置共同推动北斗高精度普及应用,在多个领域开展合作</td>
|
||||
</tr>
|
||||
<tr class="border-b border-gray-800 hover:bg-gray-800/30 transition-colors">
|
||||
<td class="py-3 px-4 text-white font-medium">华力创通</td>
|
||||
<td class="py-3 px-4 text-gray-300">战略合作协议</td>
|
||||
<td class="py-3 px-4 text-gray-300">卫星通信/应急通信</td>
|
||||
<td class="py-3 px-4 text-gray-300">市场拓展与技术研发</td>
|
||||
<td class="py-3 px-4 text-gray-300">2018年与中煤重庆研究院、千寻位置等签订战略合作协议</td>
|
||||
</tr>
|
||||
<tr class="border-b border-gray-800 hover:bg-gray-800/30 transition-colors">
|
||||
<td class="py-3 px-4 text-white font-medium">中兵红箭</td>
|
||||
<td class="py-3 px-4 text-gray-300">千寻位置股东</td>
|
||||
<td class="py-3 px-4 text-gray-300">军工与卫星技术</td>
|
||||
<td class="py-3 px-4 text-gray-300">股权投资与资源整合</td>
|
||||
<td class="py-3 px-4 text-gray-300">千寻位置由中国兵器工业集团和阿里巴巴各持股50%设立</td>
|
||||
</tr>
|
||||
<tr class="border-b border-gray-800 hover:bg-gray-800/30 transition-colors">
|
||||
<td class="py-3 px-4 text-white font-medium">中海达</td>
|
||||
<td class="py-3 px-4 text-gray-300">战略合作协议</td>
|
||||
<td class="py-3 px-4 text-gray-300">高精度定位/卫星导航</td>
|
||||
<td class="py-3 px-4 text-gray-300">产品研发与技术支持</td>
|
||||
<td class="py-3 px-4 text-gray-300">与千寻位置签订战略合作协议,涵盖产品研发、市场推广等</td>
|
||||
</tr>
|
||||
<tr class="hover:bg-gray-800/30 transition-colors">
|
||||
<td class="py-3 px-4 text-white font-medium">北斗星通</td>
|
||||
<td class="py-3 px-4 text-gray-300">卫星导航板卡</td>
|
||||
<td class="py-3 px-4 text-gray-300">卫星导航硬件</td>
|
||||
<td class="py-3 px-4 text-gray-300">上游组件供应</td>
|
||||
<td class="py-3 px-4 text-gray-300">千寻基站大量使用北斗星通的卫星导航板卡</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 风险与挑战 -->
|
||||
<div class="card-glass rounded-2xl p-6 mb-8 hover-lift">
|
||||
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-2">
|
||||
<i class="fas fa-exclamation-triangle text-red-400"></i>
|
||||
潜在风险与挑战
|
||||
</h2>
|
||||
<div class="grid md:grid-cols-2 gap-4">
|
||||
<div class="bg-red-900/20 rounded-lg p-4 border border-red-500/20">
|
||||
<h3 class="text-red-400 font-semibold mb-2">技术风险</h3>
|
||||
<p class="text-gray-300 text-sm">星间链路可靠性未经验证,全球短报文40汉字限制难以满足复杂需求。</p>
|
||||
</div>
|
||||
<div class="bg-red-900/20 rounded-lg p-4 border border-red-500/20">
|
||||
<h3 class="text-red-400 font-semibold mb-2">商业化风险</h3>
|
||||
<p class="text-gray-300 text-sm">电动车新国标若用户破解限速,2025年或出台更严标准。</p>
|
||||
</div>
|
||||
<div class="bg-red-900/20 rounded-lg p-4 border border-red-500/20">
|
||||
<h3 class="text-red-400 font-semibold mb-2">政策风险</h3>
|
||||
<p class="text-gray-300 text-sm">美国GPS III抗干扰升级,可能限制北斗海外推广。</p>
|
||||
</div>
|
||||
<div class="bg-red-900/20 rounded-lg p-4 border border-red-500/20">
|
||||
<h3 class="text-red-400 font-semibold mb-2">信息矛盾</h3>
|
||||
<p class="text-gray-300 text-sm">路演数据与早期研报存在差异,需核实数据源准确性。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 投资启示 -->
|
||||
<div class="card-glass rounded-2xl p-6 hover-lift">
|
||||
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-2">
|
||||
<i class="fas fa-coins text-yellow-400"></i>
|
||||
投资启示
|
||||
</h2>
|
||||
<div class="space-y-4">
|
||||
<div class="bg-gradient-to-r from-yellow-900/20 to-orange-900/20 rounded-lg p-6 border border-yellow-500/20">
|
||||
<h3 class="text-xl font-bold text-white mb-3">综合结论</h3>
|
||||
<p class="text-gray-300">
|
||||
北斗信使已从<strong class="text-yellow-300">主题炒作</strong>进入<strong class="text-yellow-300">基本面驱动</strong>阶段,
|
||||
<strong class="text-yellow-300">政策强制+成本下降+场景爆发</strong>形成闭环,
|
||||
<strong class="text-yellow-300">2025-2026年为关键兑现期</strong>。
|
||||
</p>
|
||||
</div>
|
||||
<body class="min-h-screen">
|
||||
<div class="container mx-auto p-4 md:p-8">
|
||||
|
||||
<div class="grid md:grid-cols-3 gap-4">
|
||||
<div class="bg-blue-900/20 rounded-lg p-4 border border-blue-500/20">
|
||||
<h4 class="text-blue-400 font-semibold mb-2">最纯逻辑</h4>
|
||||
<p class="text-gray-300 text-sm">千寻位置生态(未上市)→ 海格通信(军品订单+中国移动合作)</p>
|
||||
</div>
|
||||
<div class="bg-purple-900/20 rounded-lg p-4 border border-purple-500/20">
|
||||
<h4 class="text-purple-400 font-semibold mb-2">弹性最大</h4>
|
||||
<p class="text-gray-300 text-sm">华测导航(高精度+出口东南亚)</p>
|
||||
</div>
|
||||
<div class="bg-green-900/20 rounded-lg p-4 border border-green-500/20">
|
||||
<h4 class="text-green-400 font-semibold mb-2">预期差</h4>
|
||||
<p class="text-gray-300 text-sm">北斗星通(芯片价格战后的剩者为王)</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-gray-800/50 rounded-lg p-4">
|
||||
<h4 class="text-gray-400 font-semibold mb-2">跟踪指标</h4>
|
||||
<ul class="space-y-1 text-gray-300 text-sm">
|
||||
<li>• <strong class="text-blue-300">政策</strong>:电动车新国标执行率(2025年Q2抽查数据)</li>
|
||||
<li>• <strong class="text-blue-300">订单</strong>:海格通信2025年北斗军品订单(目标8亿净利润)</li>
|
||||
<li>• <strong class="text-blue-300">渗透率</strong>:2025年智能手机北斗短报文搭载率(当前<5%,目标30%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Header -->
|
||||
<header class="text-center py-12">
|
||||
<h1 class="text-4xl md:text-6xl font-bold fui-title text-cyan-300 tracking-widest">北斗信使</h1>
|
||||
<p class="text-xl md:text-2xl text-slate-300 mt-4 tracking-wider">深度投研报告</p>
|
||||
<p class="text-sm text-slate-500 mt-2">北京价值前沿科技有限公司 AI投研agent:“价小前投研”</p>
|
||||
</header>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3/tsparticles.bundle.min.js"></script>
|
||||
<script>
|
||||
// 粒子背景效果
|
||||
tsParticles.load("particles-js", {
|
||||
particles: {
|
||||
number: {
|
||||
value: 80,
|
||||
density: {
|
||||
enable: true,
|
||||
value_area: 800
|
||||
}
|
||||
},
|
||||
color: {
|
||||
value: "#60a5fa"
|
||||
},
|
||||
shape: {
|
||||
type: "circle"
|
||||
},
|
||||
opacity: {
|
||||
value: 0.5,
|
||||
random: false
|
||||
},
|
||||
size: {
|
||||
value: 3,
|
||||
random: true
|
||||
},
|
||||
move: {
|
||||
enable: true,
|
||||
speed: 1,
|
||||
direction: "none",
|
||||
random: true,
|
||||
straight: false,
|
||||
out_mode: "out"
|
||||
},
|
||||
line_linked: {
|
||||
enable: true,
|
||||
distance: 150,
|
||||
color: "#60a5fa",
|
||||
opacity: 0.2,
|
||||
width: 1
|
||||
}
|
||||
},
|
||||
interactivity: {
|
||||
detect_on: "canvas",
|
||||
events: {
|
||||
onhover: {
|
||||
enable: true,
|
||||
mode: "grab"
|
||||
},
|
||||
onclick: {
|
||||
enable: true,
|
||||
mode: "push"
|
||||
},
|
||||
resize: true
|
||||
}
|
||||
},
|
||||
retina_detect: true
|
||||
});
|
||||
</script>
|
||||
<main class="space-y-12">
|
||||
|
||||
<!-- Bento Grid - Key Info -->
|
||||
<section class="bento-grid">
|
||||
<div class="glass-card rounded-3xl p-6 md:col-span-2">
|
||||
<h3 class="fui-title text-2xl mb-4 text-cyan-300 flex items-center">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mr-2" 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>
|
||||
核心观点摘要
|
||||
</h3>
|
||||
<p class="text-slate-300 leading-relaxed">“北斗信使”概念正处于从技术验证、小众应用向大众消费市场规模化渗透的“从1到10”关键跃升阶段。其核心驱动力源于国家战略意志下的政策强推与技术成熟、成本下降共同催生的商业化浪潮。未来潜力在于,它将超越单一的应急通信工具,演变为与5G、物联网深度融合的“永不失联”泛在连接基础设施的一部分,市场空间广阔。</p>
|
||||
</div>
|
||||
<div class="glass-card rounded-3xl p-6">
|
||||
<h3 class="fui-title text-xl mb-3 text-cyan-300">核心功能</h3>
|
||||
<ul class="list-disc list-inside text-slate-300 space-y-2">
|
||||
<li>双向北斗卫星消息通信</li>
|
||||
<li>无网区最快5秒精准定位</li>
|
||||
<li>独立于手机使用,一键SOS</li>
|
||||
<li>适配主流手机操作系统</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="glass-card rounded-3xl p-6">
|
||||
<h3 class="fui-title text-xl mb-3 text-cyan-300">市场驱动力</h3>
|
||||
<ul class="list-disc list-inside text-slate-300 space-y-2">
|
||||
<li>国家战略,技术独占性</li>
|
||||
<li>政策标准双重护航</li>
|
||||
<li>消费电子创新需求</li>
|
||||
<li>芯片成本降至~10元/片</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Timeline Section -->
|
||||
<section class="glass-card rounded-3xl p-8">
|
||||
<h2 class="fui-title text-3xl text-center mb-8 text-cyan-300">概念演进路径</h2>
|
||||
<div class="timeline">
|
||||
<!-- Item 1 -->
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="p-4 glass-card rounded-2xl border-l-4 border-cyan-400">
|
||||
<h4 class="font-bold text-lg text-cyan-300">2020 - 2022</h4>
|
||||
<p class="text-sm text-slate-300">技术奠基与民用开启。北斗三号全球组网完成;华为Mate 50首发单向卫星消息,成为里程碑事件。</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Item 2 -->
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="p-4 glass-card rounded-2xl border-r-4 border-purple-400">
|
||||
<h4 class="font-bold text-lg text-purple-300">2023 - 2024</h4>
|
||||
<p class="text-sm text-slate-300">生态加速与服务落地。华为Mate 60升级双向通信;国家标准发布,工信部发文推广;千寻位置发布“北斗信使”独立终端;运营商深度参与。</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Item 3 -->
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-dot"></div>
|
||||
<div class="p-4 glass-card rounded-2xl border-l-4 border-lime-400">
|
||||
<h4 class="font-bold text-lg text-lime-300">未来预期</h4>
|
||||
<p class="text-sm text-slate-300">2024年底-2025年初,运营商推出基于北斗的语音通信服务;汽车直连卫星量产落地;主流手机厂商规模化搭载。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Detailed Analysis Section -->
|
||||
<section class="glass-card rounded-3xl p-8 space-y-8" x-data="{ openTab: 'logic' }">
|
||||
<h2 class="fui-title text-3xl text-center text-cyan-300">深度综合分析</h2>
|
||||
<div class="tabs tabs-boxed justify-center bg-black/20">
|
||||
<a class="tab" :class="{ 'tab-active': openTab === 'logic' }" @click.prevent="openTab = 'logic'">核心逻辑</a>
|
||||
<a class="tab" :class="{ 'tab-active': openTab === 'diff' }" @click.prevent="openTab = 'diff'">预期差分析</a>
|
||||
<a class="tab" :class="{ 'tab-active': openTab === 'path' }" @click.prevent="openTab = 'path'">发展路径</a>
|
||||
<a class="tab" :class="{ 'tab-active': openTab === 'risk' }" @click.prevent="openTab = 'risk'">潜在风险</a>
|
||||
</div>
|
||||
|
||||
<div x-show="openTab === 'logic'" class="space-y-4 prose max-w-none text-slate-300 prose-headings:text-cyan-400 prose-strong:text-slate-100">
|
||||
<h3 class="fui-title">核心驱动力与市场认知</h3>
|
||||
<p>市场对“北斗信使”概念的关注度极高,情绪整体偏向乐观。研报密集发布、路演频繁提及、新闻媒体广泛报道,共同构建了一个积极的叙事环境。乐观情绪主要基于对其广阔应用前景(手机、汽车、物联网、低空经济)和国家战略地位的认同。</p>
|
||||
<ul>
|
||||
<li><strong>技术独占性与国家战略:</strong> 短报文通信是北斗系统区别于GPS的独有能力,是国家构建自主可控时空信息体系的关键一环。</li>
|
||||
<li><strong>政策与标准的双重护航:</strong> 从工信部试点到国家标准出台,政策端正为规模化应用扫清障碍、创造需求。</li>
|
||||
<li><strong>消费电子的创新需求:</strong> 以华为为首,将卫星通信作为高端机型核心差异化卖点,成功激活消费者认知,“永不失联”成为新的营销爆点。</li>
|
||||
<li><strong>成本的临界点突破:</strong> 研报数据显示北斗芯片成本已降至约10元/片,这是该功能走向大众消费的根本前提。</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div x-show="openTab === 'diff'" class="space-y-4 prose max-w-none text-slate-300 prose-headings:text-cyan-400 prose-strong:text-slate-100">
|
||||
<h3 class="fui-title">三大预期差</h3>
|
||||
<ol>
|
||||
<li><strong>产品形态 - 独立终端 vs. 手机集成:</strong> 市场可能高估独立终端的增量市场。长期看,无感集成到数亿部手机中是终极形态,独立终端是过渡或补充性市场。</li>
|
||||
<li><strong>发展路径 - 各自为战 vs. 协同融合:</strong> 市场可能忽略了不同利益主体间标准统一、服务集成的复杂性。路演数据揭示“分属不同央企...导致发展滞后”的潜在协同风险。</li>
|
||||
<li><strong>功能边界 - 短报文 vs. 卫星互联网:</strong> 市场易将“北斗信使”(窄带)与“卫星上网”(宽带)混淆。“北斗信使”解决的是应急和物联网低速率数据传输问题,其价值认知可能仍不充分。</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<div x-show="openTab === 'path'" class="space-y-4 prose max-w-none text-slate-300 prose-headings:text-cyan-400 prose-strong:text-slate-100">
|
||||
<h3 class="fui-title">未来发展路径</h3>
|
||||
<p><strong>第一阶段 (当前-2026): “硬件普及与场景探索”</strong></p>
|
||||
<p>里程碑:北斗短报文功能成为国产中高端手机和新能源汽车的标配;独立终端在户外、应急等行业实现百万级出货;运营商用户数突破千万。</p>
|
||||
<p><strong>第二阶段 (2026-2028): “服务深化与生态融合”</strong></p>
|
||||
<p>里程碑:形成基于北斗短报文的应用生态(如UBI车险、精准农业);实现与5G网络的深度融合,形成“5G+北斗”的无缝通信解决方案。</p>
|
||||
<p><strong>第三阶段 (2028以后): “泛在连接与智能应用”</strong></p>
|
||||
<p>里程碑:北斗短报文成为万物互联(IoT)的底层通信网络之一,成为时空智能时代不可或缺的基础设施。</p>
|
||||
</div>
|
||||
|
||||
<div x-show="openTab === 'risk'" class="space-y-4 prose max-w-none text-slate-300 prose-headings:text-red-400 prose-strong:text-slate-100">
|
||||
<h3 class="fui-title text-red-400">潜在风险与挑战</h3>
|
||||
<ul>
|
||||
<li><strong>商业化风险:</strong> 除应急通信外,杀手级应用缺失;未来收费模式存在不确定性;市场渗透率可能不及预期。</li>
|
||||
<li><strong>政策与竞争风险:</strong> 政策落地速度与执行力度直接影响市场节奏;行业竞争加剧可能侵蚀产业链利润。</li>
|
||||
<li><strong>产业协同风险:</strong> 路演中提及的“发展滞后”风险,与研报中偏乐观的协同发展叙事存在明显张力,产业实际进展可能比预期曲折。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Industry Chain Section -->
|
||||
<section class="glass-card rounded-3xl p-8">
|
||||
<h2 class="fui-title text-3xl text-center mb-8 text-cyan-300">产业链图谱与核心公司</h2>
|
||||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 text-center">
|
||||
<div class="p-4 bg-black/20 rounded-2xl">
|
||||
<h4 class="font-bold text-xl text-purple-300 mb-2">上游:核心元器件</h4>
|
||||
<p class="text-slate-300">芯片/模块 (华力创通, 海格通信), 天线, 基础服务与运营 (中国移动, 千寻位置)。</p>
|
||||
<p class="text-xs text-slate-400 mt-1">技术壁垒最高,价值量集中。</p>
|
||||
</div>
|
||||
<div class="p-4 bg-black/20 rounded-2xl">
|
||||
<h4 class="font-bold text-xl text-cyan-300 mb-2">中游:终端与解决方案</h4>
|
||||
<p class="text-slate-300">智能手机 (华为), 独立终端 (“北斗信使”), 车载终端 (信息发展), 行业终端。</p>
|
||||
<p class="text-xs text-slate-400 mt-1">产品形态多样,直接面向市场。</p>
|
||||
</div>
|
||||
<div class="p-4 bg-black/20 rounded-2xl">
|
||||
<h4 class="font-bold text-xl text-lime-300 mb-2">下游:应用与服务</h4>
|
||||
<p class="text-slate-300">电信运营商, 智慧农业, 应急救援, 智慧城市, 物流追踪, 自动驾驶。</p>
|
||||
<p class="text-xs text-slate-400 mt-1">商业模式创新,附加值高。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="glow-divider my-8"></div>
|
||||
<div class="prose max-w-none text-slate-300 prose-headings:text-cyan-400">
|
||||
<h3 class="fui-title">投资启示与关键指标</h3>
|
||||
<p>“北斗信使”概念已进入由产业趋势和基本面预期共同驱动的新时期。最具投资价值的细分环节是<strong>核心芯片与模块</strong>(“卖铲人”逻辑,确定性高)和<strong>具备创新商业模式的下游应用服务商</strong>(攫取高附加值)。</p>
|
||||
<p><strong>需重点跟踪的关键指标:</strong></p>
|
||||
<ul class="grid grid-cols-1 md:grid-cols-2 gap-x-8">
|
||||
<li><strong>终端渗透率:</strong> 搭载功能的手机/汽车销量及占比。</li>
|
||||
<li><strong>运营商用户数:</strong> 活跃用户数和ARPU值。</li>
|
||||
<li><strong>核心公司订单/收入:</strong> 芯片出货量、合同金额及执行进度。</li>
|
||||
<li><strong>产业融合事件:</strong> 跨部委、跨央企的重大合作或统一标准发布。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Stock Tables Section -->
|
||||
<section class="space-y-12">
|
||||
<h2 class="fui-title text-3xl text-center text-cyan-300">相关标的分析</h2>
|
||||
|
||||
<!-- Table 1: Concept Stocks -->
|
||||
<div class="glass-card rounded-3xl p-6 overflow-x-auto">
|
||||
<h3 class="fui-title text-2xl mb-4 text-cyan-400">“北斗信使”概念核心关联公司</h3>
|
||||
<table class="table w-full">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>股票名称</th>
|
||||
<th>股票代码</th>
|
||||
<th>市值</th>
|
||||
<th>关联逻辑</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>中兵红箭</td>
|
||||
<td><a href="https://valuefrontier.cn/company?scode=000519" target="_blank" class="text-cyan-300 hover:underline">000519</a></td>
|
||||
<td>173亿</td>
|
||||
<td class="text-sm text-slate-300">千寻位置由中国兵器工业集团(实控人)和阿里巴巴共同出资设立,是最纯粹的股东/实控人逻辑。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>北斗星通</td>
|
||||
<td><a href="https://valuefrontier.cn/company?scode=002151" target="_blank" class="text-cyan-300 hover:underline">002151</a></td>
|
||||
<td>129亿</td>
|
||||
<td class="text-sm text-slate-300">核心供应商逻辑,千寻位置的基站大量使用公司卫星导航板卡,受益于基础设施的持续投入。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>华力创通</td>
|
||||
<td><a href="https://valuefrontier.cn/company?scode=300045" target="_blank" class="text-cyan-300 hover:underline">300045</a></td>
|
||||
<td>111亿</td>
|
||||
<td class="text-sm text-slate-300">战略合作伙伴,与千寻位置签订战略合作协议,拓展“朋友圈”,为战略规划落地提供支持。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>合众思壮</td>
|
||||
<td><a href="https://valuefrontier.cn/company?scode=002383" target="_blank" class="text-cyan-300 hover:underline">002383</a></td>
|
||||
<td>51亿</td>
|
||||
<td class="text-sm text-slate-300">战略合作伙伴,基于与千寻位置一致的推动北斗高精度普及应用的使命,在众多领域开展合作。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>中海达</td>
|
||||
<td><a href="https://valuefrontier.cn/company?scode=300177" target="_blank" class="text-cyan-300 hover:underline">300177</a></td>
|
||||
<td>53亿</td>
|
||||
<td class="text-sm text-slate-300">战略合作伙伴,与千寻位置建立全面战略合作,涵盖产品研发、市场推广、技术支持等各方面。</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Table 2: Rise Analysis -->
|
||||
<div class="glass-card rounded-3xl p-6 overflow-x-auto">
|
||||
<h3 class="fui-title text-2xl mb-4 text-cyan-400">产业链相关个股异动分析</h3>
|
||||
<table class="table w-full">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>股票</th>
|
||||
<th>日期</th>
|
||||
<th>涨幅</th>
|
||||
<th>异动原因分析(AI摘要)</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="font-bold">天奥电子</span><br><a href="https://valuefrontier.cn/company?scode=002935" target="_blank" class="text-xs text-cyan-300 hover:underline">002935</a></td>
|
||||
<td>2025-10-20</td>
|
||||
<td><span class="text-red-400 font-semibold">10.0%</span></td>
|
||||
<td class="text-sm text-slate-300 max-w-xl">“北斗+低轨融合”政策首次量化指标+美国实体清单传闻双重催化,资金抢筹北斗授时核心稀缺标的。公司北斗CORS站订单和低轨地面时频订单直接对标政策,国产替代预期强烈。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="font-bold">达华智能</span><br><a href="https://valuefrontier.cn/company?scode=002512" target="_blank" class="text-xs text-cyan-300 hover:underline">002512</a></td>
|
||||
<td>2025-10-23</td>
|
||||
<td><span class="text-red-400 font-semibold">10.05%</span></td>
|
||||
<td class="text-sm text-slate-300 max-w-xl">“福建省27.4亿元北斗+卫星互联网EPC大单+国家北斗办3亿元补贴+18.6万套终端模组中标”三则硬公告同日落地,锁定未来3年高增现金流。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="font-bold">航天科技</span><br><a href="https://valuefrontier.cn/company?scode=000901" target="_blank" class="text-xs text-cyan-300 hover:underline">000901</a></td>
|
||||
<td>2025-08-06</td>
|
||||
<td><span class="text-red-400 font-semibold">9.98%</span></td>
|
||||
<td class="text-sm text-slate-300 max-w-xl">工信部北斗收官政策+集团8.7亿元北斗三号终端合同落地,直接增厚业绩并触发机构抢筹。并表子公司为北斗三号高精度模块主供应商,直接受益。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="font-bold">信息发展</span><br><a href="https://valuefrontier.cn/company?scode=300469" target="_blank" class="text-xs text-cyan-300 hover:underline">300469</a></td>
|
||||
<td>2025-07-04</td>
|
||||
<td><span class="text-red-400 font-semibold">6.0%</span></td>
|
||||
<td class="text-sm text-slate-300 max-w-xl">核心利好为北斗规模化应用业务取得突破性进展,用户终端签约数量超百万套。与大型整车厂、保险公司合作模式创新,业绩改善预期强烈,获机构高度关注。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="font-bold">司南导航</span><br><a href="https://valuefrontier.cn/company?scode=688592" target="_blank" class="text-xs text-cyan-300 hover:underline">688592</a></td>
|
||||
<td>2025-08-29</td>
|
||||
<td><span class="text-red-400 font-semibold">6.95%</span></td>
|
||||
<td class="text-sm text-slate-300 max-w-xl">受全国卫星导航定位基准站网络扩展及北斗产业化政策重大利好驱动,叠加板块联动效应。融资余额创历史新高,业绩环比改善趋势提振市场信心。</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="text-center py-8 mt-12">
|
||||
<div class="glow-divider mb-4"></div>
|
||||
<p class="text-xs text-slate-500">本报告由北京价值前沿科技有限公司AI投研agent“价小前投研”基于公开数据合成,所有内容仅供参考,不构成任何投资建议。投资有风险,入市需谨慎。</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
</html>
|
||||
Reference in New Issue
Block a user