update pay ui
This commit is contained in:
@@ -1,546 +1,410 @@
|
||||
|
||||
<!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" rel="stylesheet" />
|
||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
|
||||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/themes.css" rel="stylesheet" type="text/css" />
|
||||
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Inter', sans-serif;
|
||||
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
||||
min-height: 100vh;
|
||||
}
|
||||
.silver-gradient {
|
||||
background: linear-gradient(135deg, #e0e0e0 0%, #c0c0c0 50%, #a8a8a8 100%);
|
||||
}
|
||||
.timeline-item {
|
||||
position: relative;
|
||||
padding-left: 30px;
|
||||
}
|
||||
.timeline-item::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 8px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 50%;
|
||||
background-color: #6366f1;
|
||||
}
|
||||
.timeline-item::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 5px;
|
||||
top: 20px;
|
||||
width: 2px;
|
||||
height: calc(100% + 10px);
|
||||
background-color: #e5e7eb;
|
||||
}
|
||||
.timeline-item:last-child::after {
|
||||
display: none;
|
||||
}
|
||||
.card-shadow {
|
||||
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.highlight-text {
|
||||
background: linear-gradient(120deg, #6366f1 0%, #8b5cf6 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
}
|
||||
.table-container {
|
||||
overflow-x: auto;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.table-container {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container mx-auto px-4 py-8 max-w-6xl">
|
||||
<!-- 标题部分 -->
|
||||
<div class="text-center mb-10">
|
||||
<h1 class="text-4xl md:text-5xl font-bold mb-4 highlight-text">白银概念分析报告</h1>
|
||||
<p class="text-gray-600 text-lg">从"被遗忘的贵金属"到"新能源时代的白色石油"</p>
|
||||
</div>
|
||||
|
||||
<!-- 概念事件部分 -->
|
||||
<div class="card bg-white rounded-xl card-shadow mb-8">
|
||||
<div class="card-body p-6">
|
||||
<h2 class="text-2xl font-bold mb-6 text-gray-800">概念事件</h2>
|
||||
|
||||
<div class="grid md:grid-cols-2 gap-8">
|
||||
<!-- 时间轴梳理 -->
|
||||
<div>
|
||||
<h3 class="text-xl font-semibold mb-4 text-indigo-600">时间轴梳理</h3>
|
||||
<div class="space-y-4">
|
||||
<div class="timeline-item">
|
||||
<div class="font-medium text-gray-800">2024年2月</div>
|
||||
<p class="text-gray-600">国信金属路演指出"白银库存连续三年下降70%,金银比90→73-79修复空间对应银价45-49美元"</p>
|
||||
</div>
|
||||
<div class="timeline-item">
|
||||
<div class="font-medium text-gray-800">2024年4月</div>
|
||||
<p class="text-gray-600">华创金属专家会强调"印度进口量从2023年3000吨跳升至2024年6000-7000吨,光伏需求年增1000吨"</p>
|
||||
</div>
|
||||
<div class="timeline-item">
|
||||
<div class="font-medium text-gray-800">2024年7月</div>
|
||||
<p class="text-gray-600">国投证券研报称"沪银创新高38美元,伦敦银1M租赁利率飙升,现货交割紧张"</p>
|
||||
</div>
|
||||
<div class="timeline-item">
|
||||
<div class="font-medium text-gray-800">2024年10月</div>
|
||||
<p class="text-gray-600">民生金属高呼"白银超级周期启动,库存降至2016年低位4万吨"</p>
|
||||
</div>
|
||||
<div class="timeline-item">
|
||||
<div class="font-medium text-gray-800">2025年7月</div>
|
||||
<p class="text-gray-600">印度媒体称"白银三个月涨幅21%碾压黄金5%,投资者无视高价持续买入"</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 催化事件 -->
|
||||
<div>
|
||||
<h3 class="text-xl font-semibold mb-4 text-indigo-600">催化事件</h3>
|
||||
<div class="space-y-4">
|
||||
<div class="bg-gray-50 p-4 rounded-lg">
|
||||
<div class="font-medium text-gray-800 mb-2">供需缺口显性化</div>
|
||||
<p class="text-gray-600">2024年全球缺口<span class="font-bold text-indigo-600">4600-6700吨</span>(世界白银协会),库存降至<span class="font-bold text-indigo-600">3.8万吨</span>(较2021年高点降30%)</p>
|
||||
</div>
|
||||
<div class="bg-gray-50 p-4 rounded-lg">
|
||||
<div class="font-medium text-gray-800 mb-2">金银比极端化</div>
|
||||
<p class="text-gray-600">当前<span class="font-bold text-indigo-600">89</span>(历史中枢72),修复至73-79对应银价<span class="font-bold text-indigo-600">45-49美元</span>(国投证券测算)</p>
|
||||
</div>
|
||||
<div class="bg-gray-50 p-4 rounded-lg">
|
||||
<div class="font-medium text-gray-800 mb-2">结构性需求爆发</div>
|
||||
<p class="text-gray-600">印度婚庆需求+光伏N型电池渗透率提升(2024年达60%),单瓦银耗较P型增15-20%</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 核心观点摘要 -->
|
||||
<div class="card bg-gradient-to-r from-indigo-500 to-purple-600 rounded-xl card-shadow mb-8 text-white">
|
||||
<div class="card-body p-6">
|
||||
<h2 class="text-2xl font-bold mb-4">核心观点摘要</h2>
|
||||
<div class="grid md:grid-cols-3 gap-4">
|
||||
<div class="bg-white bg-opacity-20 p-4 rounded-lg">
|
||||
<div class="font-semibold mb-2">阶段判断</div>
|
||||
<p>白银处于"金融属性(降息预期)+商品属性(供需缺口)+情绪属性(金银比修复)"三重共振的<strong>主升浪初期</strong></p>
|
||||
</div>
|
||||
<div class="bg-white bg-opacity-20 p-4 rounded-lg">
|
||||
<div class="font-semibold mb-2">核心驱动力</div>
|
||||
<p><strong>库存去化+需求爆发</strong>(光伏/印度)推动基本面反转,<strong>金银比89→73</strong>的均值回归提供<strong>30%以上补涨空间</strong></p>
|
||||
</div>
|
||||
<div class="bg-white bg-opacity-20 p-4 rounded-lg">
|
||||
<div class="font-semibold mb-2">未来潜力</div>
|
||||
<p>若金价维持3600美元,银价理论目标<strong>45-49美元</strong>(当前38美元),弹性标的具备<strong>业绩+估值双击</strong>可能</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 核心逻辑与市场认知分析 -->
|
||||
<div class="card bg-white rounded-xl card-shadow mb-8">
|
||||
<div class="card-body p-6">
|
||||
<h2 class="text-2xl font-bold mb-6 text-gray-800">核心逻辑与市场认知分析</h2>
|
||||
|
||||
<div class="grid md:grid-cols-2 gap-8">
|
||||
<!-- 核心驱动力 -->
|
||||
<div>
|
||||
<h3 class="text-xl font-semibold mb-4 text-indigo-600">核心驱动力</h3>
|
||||
<div class="space-y-4">
|
||||
<div class="border-l-4 border-indigo-500 pl-4">
|
||||
<div class="font-medium text-gray-800 mb-1">供给刚性</div>
|
||||
<p class="text-gray-600">矿产银80%为伴生矿(铅锌铜),<strong>2024年供应增速0%</strong>(华创董总),原生银矿连续2年下滑</p>
|
||||
</div>
|
||||
<div class="border-l-4 border-indigo-500 pl-4">
|
||||
<div class="font-medium text-gray-800 mb-1">需求爆发</div>
|
||||
<ul class="text-gray-600 list-disc pl-5 space-y-1">
|
||||
<li><strong>光伏</strong>:2024年用银<strong>6147吨</strong>(占工业需求29%),N型电池渗透率60%推动单耗提升</li>
|
||||
<li><strong>印度</strong>:2024年进口<strong>6000-7000吨</strong>(2023年仅3000吨),免税政策+婚庆大年</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="border-l-4 border-indigo-500 pl-4">
|
||||
<div class="font-medium text-gray-800 mb-1">库存临界点</div>
|
||||
<p class="text-gray-600">显性库存<strong>3.8万吨</strong>(仅够1年需求),<strong>逼仓风险</strong>(COMEX空单占年供应量57%)</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 市场热度与情绪 -->
|
||||
<div>
|
||||
<h3 class="text-xl font-semibold mb-4 text-indigo-600">市场热度与预期差</h3>
|
||||
<div class="space-y-4">
|
||||
<div class="bg-gray-50 p-4 rounded-lg">
|
||||
<div class="font-medium text-gray-800 mb-2">研报密集度</div>
|
||||
<p class="text-gray-600">2024年2-7月超10篇深度报告(国信、华创、民生),<strong>一致预期"补涨"</strong></p>
|
||||
</div>
|
||||
<div class="bg-gray-50 p-4 rounded-lg">
|
||||
<div class="font-medium text-gray-800 mb-2">情绪指标</div>
|
||||
<p class="text-gray-600">印度散户"无视高价买入",COMEX净多持仓<strong>4.4万→6.3万手</strong>(国投数据)</p>
|
||||
</div>
|
||||
<div class="bg-yellow-50 p-4 rounded-lg border border-yellow-200">
|
||||
<div class="font-medium text-gray-800 mb-2">市场忽略点</div>
|
||||
<ul class="text-gray-600 list-disc pl-5 space-y-1">
|
||||
<li><strong>回收银瓶颈</strong>:2024年回收银增速仅0.1%(中信证券),无法弥补矿产缺口</li>
|
||||
<li><strong>技术替代风险被高估</strong>:银包铜在TOPCon电池中因高温氧化失效,渗透率不足5%</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 关键催化剂与未来发展路径 -->
|
||||
<div class="card bg-white rounded-xl card-shadow mb-8">
|
||||
<div class="card-body p-6">
|
||||
<h2 class="text-2xl font-bold mb-6 text-gray-800">关键催化剂与未来发展路径</h2>
|
||||
|
||||
<div class="grid md:grid-cols-2 gap-8">
|
||||
<!-- 近期催化剂 -->
|
||||
<div>
|
||||
<h3 class="text-xl font-semibold mb-4 text-indigo-600">近期催化剂(3-6个月)</h3>
|
||||
<div class="space-y-4">
|
||||
<div class="flex items-start">
|
||||
<div class="bg-indigo-100 text-indigo-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mt-1 mr-3">
|
||||
<span class="font-bold">1</span>
|
||||
</div>
|
||||
<div>
|
||||
<div class="font-medium text-gray-800 mb-1">美联储降息落地</div>
|
||||
<p class="text-gray-600">9月降息预期68%(CME),实际利率下行将触发金银比修复</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start">
|
||||
<div class="bg-indigo-100 text-indigo-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mt-1 mr-3">
|
||||
<span class="font-bold">2</span>
|
||||
</div>
|
||||
<div>
|
||||
<div class="font-medium text-gray-800 mb-1">印度排灯节备货</div>
|
||||
<p class="text-gray-600">11月前需补库<strong>3000-4000吨</strong>,LBMA库存仅2.3万吨(国盛数据)</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start">
|
||||
<div class="bg-indigo-100 text-indigo-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mt-1 mr-3">
|
||||
<span class="font-bold">3</span>
|
||||
</div>
|
||||
<div>
|
||||
<div class="font-medium text-gray-800 mb-1">光伏排产超预期</div>
|
||||
<p class="text-gray-600">Q3中国组件出口或达<strong>900GW</strong>(华创预测),拉动银浆需求</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 长期路径 -->
|
||||
<div>
|
||||
<h3 class="text-xl font-semibold mb-4 text-indigo-600">长期路径</h3>
|
||||
<div class="space-y-4">
|
||||
<div class="bg-blue-50 p-4 rounded-lg">
|
||||
<div class="font-medium text-gray-800 mb-2">2025-2027年</div>
|
||||
<p class="text-gray-600">供需缺口维持<strong>5000-7000吨</strong>(中信证券),银价中枢<strong>35-40美元</strong>(成本支撑+需求增长)</p>
|
||||
</div>
|
||||
<div class="bg-purple-50 p-4 rounded-lg">
|
||||
<div class="font-medium text-gray-800 mb-2">终极形态</div>
|
||||
<p class="text-gray-600">若全球央行将白银纳入储备(如俄罗斯2024年讨论),金融属性将彻底重塑定价逻辑</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 产业链与核心公司深度剖析 -->
|
||||
<div class="card bg-white rounded-xl card-shadow mb-8">
|
||||
<div class="card-body p-6">
|
||||
<h2 class="text-2xl font-bold mb-6 text-gray-800">产业链与核心公司深度剖析</h2>
|
||||
|
||||
<!-- 产业链图谱 -->
|
||||
<div class="mb-8">
|
||||
<h3 class="text-xl font-semibold mb-4 text-indigo-600">产业链图谱</h3>
|
||||
<div class="flex flex-wrap justify-center gap-4 md:gap-8">
|
||||
<div class="bg-indigo-50 p-4 rounded-lg text-center w-32">
|
||||
<div class="font-medium text-indigo-800 mb-2">上游</div>
|
||||
<p class="text-sm text-gray-600">银矿采选</p>
|
||||
<p class="text-xs text-gray-500 mt-1">兴业银锡、盛达资源</p>
|
||||
</div>
|
||||
<div class="bg-purple-50 p-4 rounded-lg text-center w-32">
|
||||
<div class="font-medium text-purple-800 mb-2">中游</div>
|
||||
<p class="text-sm text-gray-600">银浆/电子材料</p>
|
||||
<p class="text-xs text-gray-500 mt-1">帝科股份、苏州固锝</p>
|
||||
</div>
|
||||
<div class="bg-pink-50 p-4 rounded-lg text-center w-32">
|
||||
<div class="font-medium text-pink-800 mb-2">下游</div>
|
||||
<p class="text-sm text-gray-600">光伏组件/汽车电子</p>
|
||||
<p class="text-xs text-gray-500 mt-1">隆基绿能、比亚迪</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 核心玩家对比 -->
|
||||
<div>
|
||||
<h3 class="text-xl font-semibold mb-4 text-indigo-600">核心玩家对比</h3>
|
||||
<div class="overflow-x-auto">
|
||||
<table class="min-w-full bg-white">
|
||||
<thead>
|
||||
<tr class="bg-gray-100">
|
||||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">公司</th>
|
||||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">白银储量/产量</th>
|
||||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">业务纯度</th>
|
||||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">催化剂</th>
|
||||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">风险点</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="border-b">
|
||||
<td class="py-3 px-4 font-medium">盛达资源</td>
|
||||
<td class="py-3 px-4">138吨产量/6000吨储量</td>
|
||||
<td class="py-3 px-4">60%利润来自白银</td>
|
||||
<td class="py-3 px-4">金山矿业技改完成(2024Q3)</td>
|
||||
<td class="py-3 px-4">铅锌价格波动影响伴生银成本</td>
|
||||
</tr>
|
||||
<tr class="border-b bg-gray-50">
|
||||
<td class="py-3 px-4 font-medium">兴业银锡</td>
|
||||
<td class="py-3 px-4">230吨产量/10000吨储量</td>
|
||||
<td class="py-3 px-4">27%营收占比</td>
|
||||
<td class="py-3 px-4">银漫二期投产(2026年)</td>
|
||||
<td class="py-3 px-4">锡价下跌拖累综合毛利率</td>
|
||||
</tr>
|
||||
<tr class="border-b">
|
||||
<td class="py-3 px-4 font-medium">紫金矿业</td>
|
||||
<td class="py-3 px-4">436吨产量/15000吨储量</td>
|
||||
<td class="py-3 px-4">5%营收占比</td>
|
||||
<td class="py-3 px-4">巨龙铜矿伴生银增量</td>
|
||||
<td class="py-3 px-4">铜价下跌削弱白银弹性</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- 验证与证伪 -->
|
||||
<div class="mt-6 bg-yellow-50 p-4 rounded-lg border border-yellow-200">
|
||||
<h4 class="font-semibold text-gray-800 mb-2">验证与证伪</h4>
|
||||
<ul class="text-gray-600 list-disc pl-5 space-y-1">
|
||||
<li><strong>数据印证</strong>:盛达资源2024H1白银毛利率<strong>45%</strong>(高于行业30%),印证高品位矿成本优势</li>
|
||||
<li><strong>矛盾点</strong>:研报称"紫金矿业白银弹性大",但路演显示其白银营收占比仅5%,<strong>实际弹性有限</strong></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 潜在风险与挑战 -->
|
||||
<div class="card bg-white rounded-xl card-shadow mb-8">
|
||||
<div class="card-body p-6">
|
||||
<h2 class="text-2xl font-bold mb-6 text-gray-800">潜在风险与挑战</h2>
|
||||
|
||||
<div class="grid md:grid-cols-2 gap-6">
|
||||
<div class="bg-red-50 p-4 rounded-lg">
|
||||
<h3 class="text-lg font-semibold mb-3 text-red-700">技术风险</h3>
|
||||
<p class="text-gray-700"><strong>电镀铜技术突破</strong>:若HJT电池电镀铜量产(2025年),银浆单耗或降50%(浙商证券)</p>
|
||||
</div>
|
||||
|
||||
<div class="bg-orange-50 p-4 rounded-lg">
|
||||
<h3 class="text-lg font-semibold mb-3 text-orange-700">商业化风险</h3>
|
||||
<p class="text-gray-700"><strong>银价抑制需求</strong>:8000元/千克以上可能触发光伏企业改用银包铜(华创专家)</p>
|
||||
</div>
|
||||
|
||||
<div class="bg-yellow-50 p-4 rounded-lg">
|
||||
<h3 class="text-lg font-semibold mb-3 text-yellow-700">政策风险</h3>
|
||||
<p class="text-gray-700"><strong>印度关税反复</strong>:2024年免税政策若取消,进口量或回落3000吨</p>
|
||||
</div>
|
||||
|
||||
<div class="bg-purple-50 p-4 rounded-lg">
|
||||
<h3 class="text-lg font-semibold mb-3 text-purple-700">信息矛盾</h3>
|
||||
<p class="text-gray-700"><strong>库存数据冲突</strong>:国投称"显性库存3.8万吨",但国盛路演显示<strong>LBMA可流通库存仅2.5万盎司</strong>(不足1日交易量),<strong>逼仓风险被低估</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 综合结论与投资启示 -->
|
||||
<div class="card bg-gradient-to-r from-gray-700 to-gray-900 rounded-xl card-shadow mb-8 text-white">
|
||||
<div class="card-body p-6">
|
||||
<h2 class="text-2xl font-bold mb-6">综合结论与投资启示</h2>
|
||||
|
||||
<div class="space-y-6">
|
||||
<div>
|
||||
<h3 class="text-xl font-semibold mb-3">阶段判断</h3>
|
||||
<p>白银已从<strong>"黄金影子"</strong>进入<strong>"供需缺口+金银比修复"</strong>驱动的<strong>基本面主升浪</strong></p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 class="text-xl font-semibold mb-3">投资方向</h3>
|
||||
<div class="grid md:grid-cols-2 gap-4">
|
||||
<div class="bg-white bg-opacity-20 p-4 rounded-lg">
|
||||
<div class="font-semibold mb-2">最纯标的</div>
|
||||
<p><strong>盛达资源</strong>(白银利润占比60%,技改产能释放)</p>
|
||||
</div>
|
||||
<div class="bg-white bg-opacity-20 p-4 rounded-lg">
|
||||
<div class="font-semibold mb-2">弹性标的</div>
|
||||
<p><strong>兴业银锡</strong>(储量最大,银漫二期2026年投产)</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 class="text-xl font-semibold mb-3">跟踪指标</h3>
|
||||
<ul class="list-disc pl-5 space-y-2">
|
||||
<li><strong>库存</strong>:LBMA库存是否跌破2万吨(逼仓信号)</li>
|
||||
<li><strong>金银比</strong>:是否快速收敛至75以下(补涨确认)</li>
|
||||
<li><strong>光伏排产</strong>:Q3中国组件出口量是否超900GW(需求验证)</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="bg-gradient-to-r from-yellow-400 to-yellow-600 p-4 rounded-lg text-gray-900">
|
||||
<p class="text-lg font-semibold">一句话总结</p>
|
||||
<p>在"库存见底+需求爆发+货币宽松"的三重共振下,白银正从"被遗忘的贵金属"蜕变为"新能源时代的白色石油"</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 关联股票数据表格 -->
|
||||
<div class="card bg-white rounded-xl card-shadow mb-8">
|
||||
<div class="card-body p-6">
|
||||
<h2 class="text-2xl font-bold mb-6 text-gray-800">关联股票数据</h2>
|
||||
|
||||
<div class="table-container">
|
||||
<table class="min-w-full bg-white">
|
||||
<thead>
|
||||
<tr class="bg-gray-100">
|
||||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">股票名称</th>
|
||||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">白银产量(吨)</th>
|
||||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">白银储量(万吨)</th>
|
||||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">白银营收占比</th>
|
||||
<th class="py-3 px-4 text-left text-gray-700 font-semibold">消息来源</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="border-b">
|
||||
<td class="py-3 px-4 font-medium">豫光金铅</td>
|
||||
<td class="py-3 px-4">1566.24(产量第一)</td>
|
||||
<td class="py-3 px-4">-</td>
|
||||
<td class="py-3 px-4">25.45%</td>
|
||||
<td class="py-3 px-4">公司年报</td>
|
||||
</tr>
|
||||
<tr class="border-b bg-gray-50">
|
||||
<td class="py-3 px-4 font-medium">江西铜业</td>
|
||||
<td class="py-3 px-4">1214.18(产量第二)</td>
|
||||
<td class="py-3 px-4">-</td>
|
||||
<td class="py-3 px-4">3.25%</td>
|
||||
<td class="py-3 px-4">公司年报</td>
|
||||
</tr>
|
||||
<tr class="border-b">
|
||||
<td class="py-3 px-4 font-medium">恒邦股份</td>
|
||||
<td class="py-3 px-4">825.68(产量第三)</td>
|
||||
<td class="py-3 px-4">-</td>
|
||||
<td class="py-3 px-4">7.24%</td>
|
||||
<td class="py-3 px-4">公司年报</td>
|
||||
</tr>
|
||||
<tr class="border-b bg-gray-50">
|
||||
<td class="py-3 px-4 font-medium">湖南白银</td>
|
||||
<td class="py-3 px-4">761</td>
|
||||
<td class="py-3 px-4">-</td>
|
||||
<td class="py-3 px-4">54.48%</td>
|
||||
<td class="py-3 px-4">公司年报</td>
|
||||
</tr>
|
||||
<tr class="border-b">
|
||||
<td class="py-3 px-4 font-medium">白银有色</td>
|
||||
<td class="py-3 px-4">544.09</td>
|
||||
<td class="py-3 px-4">-</td>
|
||||
<td class="py-3 px-4">5.21%</td>
|
||||
<td class="py-3 px-4">公司年报</td>
|
||||
</tr>
|
||||
<tr class="border-b bg-gray-50">
|
||||
<td class="py-3 px-4 font-medium">云南铜业</td>
|
||||
<td class="py-3 px-4">348.99</td>
|
||||
<td class="py-3 px-4">-</td>
|
||||
<td class="py-3 px-4">-</td>
|
||||
<td class="py-3 px-4">公司年报</td>
|
||||
</tr>
|
||||
<tr class="border-b">
|
||||
<td class="py-3 px-4 font-medium">紫金矿业</td>
|
||||
<td class="py-3 px-4">436</td>
|
||||
<td class="py-3 px-4">-</td>
|
||||
<td class="py-3 px-4">-</td>
|
||||
<td class="py-3 px-4">公司年报</td>
|
||||
</tr>
|
||||
<tr class="border-b bg-gray-50">
|
||||
<td class="py-3 px-4 font-medium">株冶集团</td>
|
||||
<td class="py-3 px-4">294</td>
|
||||
<td class="py-3 px-4">-</td>
|
||||
<td class="py-3 px-4">10.17%</td>
|
||||
<td class="py-3 px-4">机构研报</td>
|
||||
</tr>
|
||||
<tr class="border-b">
|
||||
<td class="py-3 px-4 font-medium">兴业银锡</td>
|
||||
<td class="py-3 px-4">230</td>
|
||||
<td class="py-3 px-4">1</td>
|
||||
<td class="py-3 px-4">27.29%</td>
|
||||
<td class="py-3 px-4">公司年报</td>
|
||||
</tr>
|
||||
<tr class="border-b bg-gray-50">
|
||||
<td class="py-3 px-4 font-medium">山金国际</td>
|
||||
<td class="py-3 px-4">196.05</td>
|
||||
<td class="py-3 px-4">-</td>
|
||||
<td class="py-3 px-4">8.24%</td>
|
||||
<td class="py-3 px-4">公司年报</td>
|
||||
</tr>
|
||||
<tr class="border-b">
|
||||
<td class="py-3 px-4 font-medium">盛达资源</td>
|
||||
<td class="py-3 px-4">138.59</td>
|
||||
<td class="py-3 px-4">0.6</td>
|
||||
<td class="py-3 px-4">8.12%</td>
|
||||
<td class="py-3 px-4">公司年报</td>
|
||||
</tr>
|
||||
<tr class="border-b bg-gray-50">
|
||||
<td class="py-3 px-4 font-medium">国城矿业</td>
|
||||
<td class="py-3 px-4">72.87(预计)</td>
|
||||
<td class="py-3 px-4">1.8</td>
|
||||
<td class="py-3 px-4">20.95%</td>
|
||||
<td class="py-3 px-4">公开资料/公司年报</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
// 添加滚动动画效果
|
||||
const observerOptions = {
|
||||
root: null,
|
||||
rootMargin: '0px',
|
||||
threshold: 0.1
|
||||
};
|
||||
|
||||
const observer = new IntersectionObserver((entries) => {
|
||||
entries.forEach(entry => {
|
||||
if (entry.isIntersecting) {
|
||||
entry.target.style.opacity = '1';
|
||||
entry.target.style.transform = 'translateY(0)';
|
||||
<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>
|
||||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.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=Lexend:wght@300;400;500;600&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Lexend', sans-serif;
|
||||
background-color: #010409;
|
||||
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%, 61%, 0.1) 0px, transparent 50%),
|
||||
radial-gradient(at 10% 29%, hsla(256, 96%, 61%, 0.1) 0px, transparent 50%),
|
||||
radial-gradient(at 97% 96%, hsla(38, 60%, 72%, 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: #E6EDF3;
|
||||
}
|
||||
});
|
||||
}, observerOptions);
|
||||
|
||||
document.querySelectorAll('.card').forEach(card => {
|
||||
card.style.opacity = '0';
|
||||
card.style.transform = 'translateY(20px)';
|
||||
card.style.transition = 'opacity 0.6s ease, transform 0.6s ease';
|
||||
observer.observe(card);
|
||||
});
|
||||
</script>
|
||||
.glass-card {
|
||||
background: rgba(13, 17, 23, 0.6);
|
||||
backdrop-filter: blur(20px);
|
||||
-webkit-backdrop-filter: blur(20px);
|
||||
border-radius: 20px;
|
||||
border: 1px solid rgba(48, 54, 61, 0.5);
|
||||
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.glass-card:hover {
|
||||
box-shadow: 0 0 40px 0 rgba(0, 191, 255, 0.2);
|
||||
border-color: rgba(0, 191, 255, 0.3);
|
||||
}
|
||||
|
||||
.bento-grid {
|
||||
display: grid;
|
||||
gap: 1.5rem;
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.bento-grid {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-rows: repeat(2, auto);
|
||||
}
|
||||
.bento-span-2 {
|
||||
grid-column: span 2;
|
||||
}
|
||||
.bento-span-3 {
|
||||
grid-column: span 3;
|
||||
}
|
||||
}
|
||||
|
||||
.glow-text {
|
||||
text-shadow: 0 0 8px rgba(0, 191, 255, 0.7);
|
||||
}
|
||||
.highlight-text {
|
||||
color: #79c0ff;
|
||||
}
|
||||
.positive-text {
|
||||
color: #56d364;
|
||||
}
|
||||
.negative-text {
|
||||
color: #f85149;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="min-h-screen">
|
||||
|
||||
<div class="max-w-7xl mx-auto p-4 sm:p-6 lg:p-8">
|
||||
|
||||
<!-- Header -->
|
||||
<header class="text-center py-12">
|
||||
<h1 class="text-4xl md:text-6xl font-bold glow-text tracking-wider">白银 (Silver)</h1>
|
||||
<p class="mt-4 text-lg text-gray-400">深度行研报告</p>
|
||||
<p class="text-xs text-gray-500 mt-2">北京价值前沿科技有限公司 AI投研agent:“价小前投研”</p>
|
||||
</header>
|
||||
|
||||
<main class="space-y-12">
|
||||
<!-- Insight Core Section -->
|
||||
<section class="glass-card p-8 space-y-6">
|
||||
<h2 class="text-3xl font-bold border-b border-gray-700 pb-4">概念核心洞察 (Insight)</h2>
|
||||
|
||||
<div class="bento-grid">
|
||||
<div class="glass-card p-6 bento-span-2">
|
||||
<h3 class="text-lg font-semibold text-gray-400 mb-2">核心观点</h3>
|
||||
<p class="text-xl">白银正处于一轮由 <strong class="highlight-text">“结构性供需失衡”</strong> 驱动的基本面牛市。供给刚性与需求爆发性增长(尤其是光伏)导致库存持续去化,金银比高位提供了显著的估值修复空间,使其从黄金的“影子”转变为独立的强势资产。</p>
|
||||
</div>
|
||||
<div class="glass-card p-6 flex flex-col justify-center items-center">
|
||||
<h3 class="text-lg font-semibold text-gray-400 mb-2">历史高点</h3>
|
||||
<p class="text-4xl font-bold positive-text">$54.49/盎司</p>
|
||||
<p class="text-sm text-gray-500">2025年10月17日</p>
|
||||
</div>
|
||||
<div class="glass-card p-6 flex flex-col justify-center items-center">
|
||||
<h3 class="text-lg font-semibold text-gray-400 mb-2">2024年供需缺口</h3>
|
||||
<p class="text-4xl font-bold negative-text">~5000吨</p>
|
||||
<p class="text-sm text-gray-500">连续第四年短缺</p>
|
||||
</div>
|
||||
<div class="glass-card p-6 flex flex-col justify-center items-center">
|
||||
<h3 class="text-lg font-semibold text-gray-400 mb-2">库存水平</h3>
|
||||
<p class="text-4xl font-bold negative-text">↓ 70%</p>
|
||||
<p class="text-sm text-gray-500">较2021年高点</p>
|
||||
</div>
|
||||
<div class="glass-card p-6 flex flex-col justify-center items-center">
|
||||
<h3 class="text-lg font-semibold text-gray-400 mb-2">金银比</h3>
|
||||
<p class="text-4xl font-bold highlight-text">~80-90</p>
|
||||
<p class="text-sm text-gray-500">远高于历史均值58-72</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<article class="space-y-8 pt-6">
|
||||
<div>
|
||||
<h3 class="text-2xl font-semibold mb-4">核心逻辑与市场认知</h3>
|
||||
<div class="prose prose-invert max-w-none text-gray-300 space-y-4">
|
||||
<p>支撑白银概念的核心逻辑是深刻且持续的<strong class="highlight-text">供需错配</strong>,市场热度已进入全面看多甚至“狂热”阶段:</p>
|
||||
<ul class="list-disc pl-6 space-y-2">
|
||||
<li><strong>供给端刚性:</strong> 全球约<strong class="highlight-text">80%</strong>矿产银为伴生矿,供给弹性极低,无法对价格上涨做出快速响应。2023年全球银矿供应已是连续第四年减产。</li>
|
||||
<li><strong>需求端结构性爆发:</strong> 工业需求是本轮牛市的“发动机”,尤其是<strong class="highlight-text">光伏领域</strong>。光伏需求占总需求比例从2018年10%跃升至2024年预计的<strong class="highlight-text">20%</strong>。关键增量在于<strong class="highlight-text">N型电池(TOPCon)</strong>的加速渗透(2024年预计达60%),其单瓦银耗较P型增加15%-20%。</li>
|
||||
<li><strong>库存持续去化:</strong> 全球显性库存自2021年高点已下降<strong class="highlight-text">30%-70%</strong>,处于2016年以来最低水平。低库存状态放大了价格弹性。</li>
|
||||
<li><strong>金融属性(估值修复):</strong> 在黄金已创历史新高的背景下,当前<strong class="highlight-text">80-90</strong>的金银比远高于历史均值,为白银提供了强烈的“补涨”需求和估值修复逻辑。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 class="text-2xl font-semibold mb-4">预期差分析</h3>
|
||||
<div class="prose prose-invert max-w-none text-gray-300 space-y-4">
|
||||
<ul class="list-disc pl-6 space-y-2">
|
||||
<li><strong>风险认知不足:</strong> 市场可能低估了<strong class="negative-text">技术替代风险</strong>。高银价将倒逼下游加速研发<strong class="negative-text">“电镀铜”</strong>等降银耗技术,这可能成为长期需求的“达摩克利斯之剑”。</li>
|
||||
<li><strong>标的纯度混淆:</strong> 市场追捧概念股时,可能忽略了各公司业务的“含银量”。产量巨大的公司(如江西铜业)白银营收占比可能很低(3.25%),其股价弹性远不如储量高、营收占比高的“纯”银标的(如兴业银锡,27.29%)。</li>
|
||||
<li><strong>波动性预期不足:</strong> 在“超级牛市”的呼声中,市场可能对白银固有的高波动性准备不足。新闻数据显示牛市中仍有单日<strong class="negative-text">大跌4%-6%</strong>的情况,追高风险被乐观情绪掩盖。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<!-- Data & Timeline Section -->
|
||||
<section class="glass-card p-8" x-data="{ tab: 'news' }">
|
||||
<div class="flex border-b border-gray-700">
|
||||
<button @click="tab = 'news'" :class="{'border-b-2 border-cyan-400 text-cyan-400': tab === 'news', 'text-gray-400': tab !== 'news'}" class="px-6 py-3 font-semibold focus:outline-none">市场动态与价格</button>
|
||||
<button @click="tab = 'fundamentals'" :class="{'border-b-2 border-cyan-400 text-cyan-400': tab === 'fundamentals', 'text-gray-400': tab !== 'fundamentals'}" class="px-6 py-3 font-semibold focus:outline-none">核心基本面</button>
|
||||
<button @click="tab = 'catalysts'" :class="{'border-b-2 border-cyan-400 text-cyan-400': tab === 'catalysts', 'text-gray-400': tab !== 'catalysts'}" class="px-6 py-3 font-semibold focus:outline-none">催化剂与风险</button>
|
||||
</div>
|
||||
|
||||
<!-- News & Price Chart -->
|
||||
<div x-show="tab === 'news'" class="pt-6 space-y-6">
|
||||
<h3 class="text-2xl font-semibold">价格走势与市场情绪 (2024-2025)</h3>
|
||||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 text-sm">
|
||||
<p><strong class="text-green-400">看涨信号:</strong> “白银即将迎来数十年的超级上涨周期...历史新高的银价指日可待!”</p>
|
||||
<p><strong class="text-green-400">补涨逻辑:</strong> “本轮白银上涨是贵金属板块内部补涨需求...触发因素是金银比的修正。”</p>
|
||||
<p><strong class="text-orange-400">市场狂热:</strong> “印度出现‘白银狂热’,即便价格创下14年新高,投资者仍在疯狂买入。”</p>
|
||||
</div>
|
||||
<div id="priceChart" class="w-full h-96 md:h-[500px]"></div>
|
||||
</div>
|
||||
|
||||
<!-- Fundamentals -->
|
||||
<div x-show="tab === 'fundamentals'" class="pt-6 grid md:grid-cols-2 gap-8">
|
||||
<div class="space-y-4">
|
||||
<h3 class="text-2xl font-semibold">供给端:高度刚性</h3>
|
||||
<ul class="list-disc pl-5 space-y-2 text-gray-300">
|
||||
<li><strong>伴生矿为主:</strong> 约<strong class="highlight-text">80%</strong>为铅锌铜的伴生矿,独立银矿不足30%,产量难以随价格快速调整。</li>
|
||||
<li><strong>矿产银减产:</strong> 2023年全球银矿供应<strong class="negative-text">同比下降2%</strong>,为连续第四年减产。</li>
|
||||
<li><strong>再生银瓶颈:</strong> 回收率已达高位(约30%),增量空间有限。</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="space-y-4">
|
||||
<h3 class="text-2xl font-semibold">需求端:光伏引爆</h3>
|
||||
<ul class="list-disc pl-5 space-y-2 text-gray-300">
|
||||
<li><strong>光伏成核心驱动力:</strong> 需求占比从2018年10%升至2024年预计<strong class="positive-text">20%</strong>。</li>
|
||||
<li><strong>N型电池技术迭代:</strong> N型(TOPCon)电池渗透率从2023年25%预计升至2024年<strong class="positive-text">60%</strong>,单瓦银耗较P型增加15%-20%。</li>
|
||||
<li><strong>印度需求激增:</strong> 2024年印度进口量预计达<strong class="positive-text">6000-7000吨</strong>,较2023年翻倍。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Catalysts & Risks -->
|
||||
<div x-show="tab === 'catalysts'" class="pt-6 grid md:grid-cols-2 gap-8">
|
||||
<div class="space-y-4">
|
||||
<h3 class="text-2xl font-semibold text-green-400">未来关键催化剂</h3>
|
||||
<ul class="list-disc pl-5 space-y-2 text-gray-300">
|
||||
<li><strong>库存数据:</strong> 全球主要交易所(LME/COMEX)库存数据持续下降,将是验证缺口最直接的信号。</li>
|
||||
<li><strong>光伏财报:</strong> 光伏龙头企业N型电池出货量和渗透率超预期。</li>
|
||||
<li><strong>宏观政策:</strong> 美联储明确的降息信号或行动,释放流动性。</li>
|
||||
<li><strong>新兴市场:</strong> 印度等市场进口数据持续维持高位。</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="space-y-4">
|
||||
<h3 class="text-2xl font-semibold text-red-400">潜在风险与挑战</h3>
|
||||
<ul class="list-disc pl-5 space-y-2 text-gray-300">
|
||||
<li><strong>技术替代风险 (核心):</strong> <strong class="negative-text">光伏降银耗技术</strong>(如电镀铜)是长期最大威胁,高银价会加速其商业化进程。</li>
|
||||
<li><strong>价格波动风险:</strong> 白银固有的高波动性对投资者情绪和企业套保构成挑战。</li>
|
||||
<li><strong>宏观政策风险:</strong> 美联储货币政策超预期鹰派,将压制贵金属价格。</li>
|
||||
<li><strong>信息交叉验证风险:</strong> 不同研报路演对白银属性定义存在分歧,增加了预测复杂性。</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Industry Chain & Conclusion -->
|
||||
<section class="glass-card p-8 space-y-6">
|
||||
<h2 class="text-3xl font-bold border-b border-gray-700 pb-4">产业链与投资启示</h2>
|
||||
<div class="prose prose-invert max-w-none text-gray-300 space-y-4">
|
||||
<p><strong>最终看法:</strong> 白银已从主题炒作迈入<strong class="highlight-text">基本面驱动阶段</strong>。核心矛盾真实且持续,价格上涨是对过去几年供需格局变化的“集中兑现”。但市场情绪已趋于狂热,短期波动风险急剧累积。</p>
|
||||
<p><strong>最具投资价值的细分环节:</strong> <strong class="highlight-text">上游矿产资源环节</strong>。原因在于其具备最大的价格弹性、资源稀缺性带来的护城河、以及与银价最直接的逻辑关联。投资应重点关注具备<strong class="highlight-text">高储量、高品位、高营收占比</strong>的“纯”银标的。</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Stock Table -->
|
||||
<section class="glass-card p-8">
|
||||
<h2 class="text-3xl font-bold border-b border-gray-700 pb-4 mb-6">相关概念股</h2>
|
||||
<div class="overflow-x-auto">
|
||||
<table class="table w-full">
|
||||
<thead>
|
||||
<tr class="border-b border-gray-700">
|
||||
<th class="bg-transparent text-base text-gray-400">股票名称</th>
|
||||
<th class="bg-transparent text-base text-gray-400">核心逻辑</th>
|
||||
<th class="bg-transparent text-base text-gray-400">2024年产量(吨)</th>
|
||||
<th class="bg-transparent text-base text-gray-400">营收占比</th>
|
||||
<th class="bg-transparent text-base text-gray-400">备注</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="border-b border-gray-800 hover:bg-gray-800/50">
|
||||
<td class="font-semibold"><a href="https://valuefrontier.cn/company?scode=000426" target="_blank" class="hover:text-cyan-400">兴业银锡 (000426)</a></td>
|
||||
<td>A股三大银企之一,白银储量约1万吨,矿产银营收占比较高。</td>
|
||||
<td>230</td>
|
||||
<td class="font-mono positive-text">27.29%</td>
|
||||
<td>A股“储量之王”,逻辑纯粹</td>
|
||||
</tr>
|
||||
<tr class="border-b border-gray-800 hover:bg-gray-800/50">
|
||||
<td class="font-semibold"><a href="https://valuefrontier.cn/company?scode=000688" target="_blank" class="hover:text-cyan-400">国城矿业 (000688)</a></td>
|
||||
<td>A股三大银企之一,白银储量约1.8万吨,银精矿营收占比较高。</td>
|
||||
<td>预计72.87</td>
|
||||
<td class="font-mono positive-text">20.95%</td>
|
||||
<td>A股“潜力储量之王”</td>
|
||||
</tr>
|
||||
<tr class="border-b border-gray-800 hover:bg-gray-800/50">
|
||||
<td class="font-semibold"><a href="https://valuefrontier.cn/company?scode=000603" target="_blank" class="hover:text-cyan-400">盛达资源 (000603)</a></td>
|
||||
<td>A股三大银企之一,白银储量约0.6万吨,盈利能力强。</td>
|
||||
<td>138.59</td>
|
||||
<td class="font-mono">8.12%</td>
|
||||
<td>高品位矿,毛利高</td>
|
||||
</tr>
|
||||
<tr class="border-b border-gray-800 hover:bg-gray-800/50">
|
||||
<td class="font-semibold"><a href="https://valuefrontier.cn/company?scode=002716" target="_blank" class="hover:text-cyan-400">湖南白银 (002716)</a></td>
|
||||
<td>白银相关业务营收占比较高。</td>
|
||||
<td>761</td>
|
||||
<td class="font-mono positive-text">54.48%</td>
|
||||
<td>营收占比极高</td>
|
||||
</tr>
|
||||
<tr class="border-b border-gray-800 hover:bg-gray-800/50">
|
||||
<td class="font-semibold"><a href="https://valuefrontier.cn/company?scode=600531" target="_blank" class="hover:text-cyan-400">豫光金铅 (600531)</a></td>
|
||||
<td>2024年白银产量国内第一。</td>
|
||||
<td>1566.24</td>
|
||||
<td class="font-mono positive-text">25.45%</td>
|
||||
<td>国内“产量之王”</td>
|
||||
</tr>
|
||||
<tr class="border-b border-gray-800 hover:bg-gray-800/50">
|
||||
<td class="font-semibold"><a href="https://valuefrontier.cn/company?scode=600362" target="_blank" class="hover:text-cyan-400">江西铜业 (600362)</a></td>
|
||||
<td>2024年白银产量国内第二。</td>
|
||||
<td>1214.18</td>
|
||||
<td class="font-mono negative-text">3.25%</td>
|
||||
<td>产量大但营收占比较低</td>
|
||||
</tr>
|
||||
<tr class="border-b border-gray-800 hover:bg-gray-800/50">
|
||||
<td class="font-semibold"><a href="https://valuefrontier.cn/company?scode=002237" target="_blank" class="hover:text-cyan-400">恒邦股份 (002237)</a></td>
|
||||
<td>2024年白银产量国内第三。</td>
|
||||
<td>825.68</td>
|
||||
<td class="font-mono">7.24%</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr class="border-b border-gray-800 hover:bg-gray-800/50">
|
||||
<td class="font-semibold"><a href="https://valuefrontier.cn/company?scode=601212" target="_blank" class="hover:text-cyan-400">白银有色 (601212)</a></td>
|
||||
<td>主营业务包含电解银。</td>
|
||||
<td>544.09</td>
|
||||
<td class="font-mono">5.21%</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr class="border-b border-gray-800 hover:bg-gray-800/50">
|
||||
<td class="font-semibold"><a href="https://valuefrontier.cn/company?scode=601899" target="_blank" class="hover:text-cyan-400">紫金矿业 (601899)</a></td>
|
||||
<td>2024年白银产量为436吨。</td>
|
||||
<td>436</td>
|
||||
<td class="font-mono">-</td>
|
||||
<td>综合性矿业巨头</td>
|
||||
</tr>
|
||||
<tr class="border-b border-gray-800 hover:bg-gray-800/50">
|
||||
<td class="font-semibold"><a href="https://valuefrontier.cn/company?scode=000878" target="_blank" class="hover:text-cyan-400">云南铜业 (000878)</a></td>
|
||||
<td>2024年白银产量为348.99吨。</td>
|
||||
<td>348.99</td>
|
||||
<td class="font-mono">-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr class="hover:bg-gray-800/50">
|
||||
<td class="font-semibold"><a href="https://valuefrontier.cn/company?scode=600961" target="_blank" class="hover:text-cyan-400">株冶集团 (600961)</a></td>
|
||||
<td>银锭为公司产品之一。</td>
|
||||
<td>294</td>
|
||||
<td class="font-mono">10.17%</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer class="text-center py-10 mt-12 border-t border-gray-800">
|
||||
<p class="text-xs text-gray-500">本报告为AI合成数据,据此投资,风险自担。投资需谨慎。</p>
|
||||
<p class="text-xs text-gray-600 mt-1">© 2024 北京价值前沿科技有限公司. All Rights Reserved.</p>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
const priceData = [
|
||||
['2024-07-25', 28.29], ['2024-07-29', 27.35], ['2024-08-14', 27.55], ['2024-09-06', 28.23],
|
||||
['2024-09-07', 27.77], ['2024-09-11', 28.10], ['2024-09-13', 29.81], ['2024-09-19', 31.00],
|
||||
['2024-09-25', 31.77], ['2024-09-30', 31.30], ['2024-10-07', 31.50], ['2024-10-17', 32.00],
|
||||
['2024-10-18', 32.67], ['2024-10-19', 33.60], ['2024-11-26', 30.61], ['2024-12-04', 30.70],
|
||||
['2024-12-13', 30.63], ['2025-01-30', 31.43], ['2025-02-04', 32.23], ['2025-02-08', 31.88],
|
||||
['2025-02-28', 30.93], ['2025-03-27', 34.29], ['2025-04-03', 32.19], ['2025-04-09', 29.50],
|
||||
['2025-04-30', 32.81], ['2025-06-17', 36.00], ['2025-07-14', 38.00], ['2025-08-22', 38.88],
|
||||
['2025-09-12', 42.00], ['2025-09-29', 47.00], ['2025-10-02', 47.83], ['2025-10-16', 50.00], // Approximation for "new high"
|
||||
['2025-10-17', 54.49], ['2025-10-21', 49.67], ['2025-11-04', 46.99]
|
||||
];
|
||||
|
||||
var chartDom = document.getElementById('priceChart');
|
||||
var myChart = echarts.init(chartDom, 'dark');
|
||||
var option;
|
||||
|
||||
option = {
|
||||
backgroundColor: 'transparent',
|
||||
tooltip: {
|
||||
trigger: 'axis',
|
||||
axisPointer: {
|
||||
type: 'cross'
|
||||
},
|
||||
backgroundColor: 'rgba(13, 17, 23, 0.8)',
|
||||
borderColor: '#30363d',
|
||||
textStyle: {
|
||||
color: '#e6edf3'
|
||||
}
|
||||
},
|
||||
xAxis: {
|
||||
type: 'time',
|
||||
axisLine: { lineStyle: { color: '#8b949e' } },
|
||||
splitLine: { show: false }
|
||||
},
|
||||
yAxis: {
|
||||
type: 'value',
|
||||
name: '美元/盎司',
|
||||
axisLine: { lineStyle: { color: '#8b949e' } },
|
||||
splitLine: { lineStyle: { color: '#30363d' } }
|
||||
},
|
||||
grid: {
|
||||
left: '3%',
|
||||
right: '4%',
|
||||
bottom: '3%',
|
||||
containLabel: true
|
||||
},
|
||||
series: [{
|
||||
data: priceData,
|
||||
type: 'line',
|
||||
smooth: true,
|
||||
symbol: 'none',
|
||||
lineStyle: {
|
||||
width: 3,
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [
|
||||
{ offset: 0, color: '#00BFFF' },
|
||||
{ offset: 1, color: '#1E90FF' }
|
||||
]),
|
||||
shadowColor: 'rgba(0, 191, 255, 0.5)',
|
||||
shadowBlur: 10
|
||||
},
|
||||
areaStyle: {
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
{ offset: 0, color: 'rgba(0, 191, 255, 0.3)' },
|
||||
{ offset: 1, color: 'rgba(0, 191, 255, 0)' }
|
||||
])
|
||||
},
|
||||
markPoint: {
|
||||
data: [
|
||||
{ type: 'max', name: '历史高点' },
|
||||
{ type: 'min', name: '区间低点' }
|
||||
],
|
||||
label: {
|
||||
color: '#fff'
|
||||
}
|
||||
}
|
||||
}]
|
||||
};
|
||||
|
||||
option && myChart.setOption(option);
|
||||
window.addEventListener('resize', myChart.resize);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
</html>
|
||||
Reference in New Issue
Block a user