Files
vf_react/public/htmls/以伊冲突-油运仓储.html
2025-12-05 13:29:18 +08:00

473 lines
33 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

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

<!DOCTYPE html>
<html lang="zh-CN" data-theme="night">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>深度行研 | 以伊冲突-油运仓储</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.10.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;700&display=swap" rel="stylesheet">
<style>
:root {
--glow-color-1: rgba(0, 225, 255, 0.4);
--glow-color-2: rgba(191, 0, 255, 0.4);
--glow-color-3: rgba(255, 107, 2, 0.4);
}
body {
font-family: 'Lexend', sans-serif;
background-color: #010008;
color: #E0E0E0;
overflow-x: hidden;
}
.space-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: #010008;
}
.glow-effect {
position: absolute;
border-radius: 50%;
filter: blur(120px);
opacity: 0.5;
z-index: -1;
animation: moveGlow 25s infinite alternate ease-in-out;
}
.glow-1 { top: -10%; left: -10%; width: 500px; height: 500px; background: var(--glow-color-1); animation-delay: 0s; }
.glow-2 { top: 20%; right: -20%; width: 600px; height: 600px; background: var(--glow-color-2); animation-delay: 5s; }
.glow-3 { bottom: -15%; left: 30%; width: 450px; height: 450px; background: var(--glow-color-3); animation-delay: 10s; }
@keyframes moveGlow {
0% { transform: translate(0, 0) scale(1); }
50% { transform: translate(100px, 150px) scale(1.2); }
100% { transform: translate(-100px, -50px) scale(1); }
}
.glass-card {
background: rgba(20, 20, 40, 0.5);
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 24px;
transition: all 0.3s ease;
}
.glass-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
border-color: rgba(0, 225, 255, 0.3);
}
.bento-grid {
display: grid;
gap: 1rem;
grid-template-columns: repeat(12, 1fr);
}
.bento-item {
position: relative;
overflow: hidden;
}
.bento-item h3 {
font-size: 1.125rem;
font-weight: 600;
color: #FFF;
margin-bottom: 0.5rem;
}
.bento-item p {
font-size: 0.875rem;
color: #A0A0B0;
}
.text-highlight {
color: #00E1FF;
font-weight: 600;
}
.text-accent-hot {
color: #ff6b02;
font-weight: 600;
}
.daisy-collapse-title, .daisy-collapse-content {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.daisy-collapse {
border: 1px solid rgba(255, 255, 255, 0.1);
background: rgba(20, 20, 40, 0.5);
backdrop-filter: blur(12px);
border-radius: 16px;
}
.daisy-table {
background-color: transparent;
}
.daisy-table th, .daisy-table td {
background-color: transparent !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.daisy-table th {
color: #00E1FF;
}
.timeline {
position: relative;
padding-left: 2rem;
margin: 1rem 0;
}
.timeline::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 2px;
background-image: linear-gradient(to bottom, var(--glow-color-1), var(--glow-color-2));
border-radius: 2px;
}
.timeline-item {
position: relative;
margin-bottom: 1.5rem;
}
.timeline-item::before {
content: '';
position: absolute;
left: -2rem;
top: 4px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #00E1FF;
border: 2px solid #010008;
transform: translateX(-5.5px);
}
</style>
</head>
<body>
<div class="space-bg">
<div class="glow-effect glow-1"></div>
<div class="glow-effect glow-2"></div>
<div class="glow-effect glow-3"></div>
</div>
<div class="container mx-auto px-4 py-8 md:py-16">
<header class="text-center mb-16">
<div class="glass-card inline-block p-6 md:p-8">
<h1 class="text-4xl md:text-6xl font-bold tracking-tight text-white">以伊冲突-油运仓储</h1>
<p class="text-lg text-cyan-300 mt-2">概念深度研究报告</p>
<div class="mt-4 text-xs text-gray-400">
<p>由 北京价值前沿科技有限公司 AI投研agent“价小前投研” 进行投研呈现</p>
<p>本报告为AI合成数据不构成任何投资建议投资需谨慎。</p>
</div>
</div>
</header>
<main class="space-y-16">
<!-- Insight 核心观点 -->
<section class="glass-card p-6 md:p-8" x-data="{ activeTab: 'insight' }">
<h2 class="text-3xl font-bold mb-6 border-l-4 border-cyan-400 pl-4 text-white">概念核心洞察 (Insight)</h2>
<div class="space-y-8">
<div class="glass-card p-6">
<h3 class="text-xl font-semibold text-cyan-300 mb-3">0. 核心观点摘要</h3>
<p class="text-gray-300">“以伊冲突-油运仓储”是一个典型的、由地缘政治黑天鹅事件驱动的<span class="text-highlight">强周期性主题</span>,其核心驱动力在于<span class="text-accent-hot">霍尔木兹海峡的通行风险溢价</span>。当前,随着骤然停火,概念已从“恐慌交易”阶段迅速回落至“不确定性观察”阶段,但冲突根源未解,未来潜力取决于停火协议的脆弱性及由此引发的间歇性、脉冲式刺激。</p>
</div>
<div class="bento-grid">
<div class="bento-item glass-card p-6 col-span-12 md:col-span-8">
<h3 class="text-cyan-300">1. 事件脉络与演进</h3>
<div class="timeline text-sm">
<div class="timeline-item">
<p class="font-semibold text-gray-200">背景铺垫 (2023.10 - 2024.02)</p>
<p class="text-gray-400">巴以冲突外溢,红海危机导致油轮绕行好望角,航程已增加 <span class="text-highlight">10%-15%</span>,埋下运力紧张伏笔。</p>
</div>
<div class="timeline-item">
<p class="font-semibold text-gray-200">冲突引爆 (2024.04.01 - 04.19)</p>
<p class="text-gray-400">以色列空袭伊朗领事馆,伊朗报复,以色列反击。市场开始计入风险溢价,布油升至 <span class="text-highlight">90美元/桶</span>以上。</p>
</div>
<div class="timeline-item">
<p class="font-semibold text-gray-200">危机深化 (2024.06.13 - 06.22)</p>
<p class="text-gray-400">美军介入轰炸伊朗核设施冲突达顶点。伊朗议会批准关闭霍尔木兹海峡提议VLCC运价跳涨市场预期短期或破 <span class="text-accent-hot">10万美元</span></p>
</div>
<div class="timeline-item">
<p class="font-semibold text-gray-200">局势转折 (2024.06.24)</p>
<p class="text-gray-400">伊以意外达成停火协议ICE布油从高点 <span class="text-highlight">79美元</span> 迅速回落至 <span class="text-highlight">68.85美元</span>,概念热度骤降,但留下不确定性尾巴。</p>
</div>
</div>
</div>
<div class="bento-item glass-card p-6 col-span-12 md:col-span-4 flex flex-col">
<h3 class="text-cyan-300">2. VLCC运价指数</h3>
<div id="vlcc-chart" class="flex-grow w-full h-64 md:h-full"></div>
</div>
</div>
<div class="glass-card p-6">
<h3 class="text-xl font-semibold text-cyan-300 mb-3">3. 核心逻辑与市场认知</h3>
<p class="text-gray-300 mb-4">该概念的根本逻辑是地缘政治风险驱动的供应链中断预期,传导路径清晰:<span class="text-highlight">冲突升级 → 霍尔木兹海峡受威胁 → 运输成本飙升(风险溢价+运力折损) → 油轮运价暴涨 → 战略补库需求增加</span></p>
<div class="bg-slate-800/50 p-4 rounded-xl border border-slate-700">
<h4 class="font-semibold text-gray-200 mb-2">预期差分析 (被市场忽略的关键点)</h4>
<ul class="list-disc list-inside space-y-2 text-sm text-gray-400">
<li><span class="font-semibold text-gray-300">封锁方式:</span>市场高估了“完全封锁”概率,低估了<span class="text-highlight">“间歇性骚扰、提高管制”</span>等“低烈度、长周期”风险模式,后者会系统性抬高油运成本中枢。</li>
<li><span class="font-semibold text-gray-300">冲突持续性:</span>市场对停火的稳固性可能过于乐观,忽略了冲突<span class="text-highlight">“低烈度、常态化”</span>的可能性。</li>
<li><span class="font-semibold text-gray-300">利好周期:</span>历史复盘显示,对油运影响是<span class="text-accent-hot">“先利好再利空”</span>。市场狂热期只交易了前半段的恐慌补库,未充分定价长期封锁导致需求减少的利空风险。</li>
</ul>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="glass-card p-6">
<h3 class="text-xl font-semibold text-cyan-300 mb-3">4. 关键催化剂与未来发展路径</h3>
<h4 class="font-semibold text-gray-200 mb-2">近期催化剂 (3-6个月)</h4>
<ul class="list-disc list-inside space-y-1 text-sm text-gray-400 mb-4">
<li>停火协议破裂,任何新的军事行动。</li>
<li>伊朗执行“100天审批通行”政策。</li>
<li>美国对伊朗制裁加码或军事姿态变化。</li>
<li>伊朗与胡塞武装协同制造“双海峡危机”。</li>
</ul>
<h4 class="font-semibold text-gray-200 mb-2">长期发展路径</h4>
<ul class="list-disc list-inside space-y-1 text-sm text-gray-400">
<li><span class="text-highlight">中期:</span>冲突常态化,油运估值逻辑从“周期博弈”向<span class="text-highlight">“战略资产”</span>转变。</li>
<li><span class="text-highlight">长期:</span>能源贸易格局<span class="text-accent-hot">“去霍尔木兹化”</span>,运距被动拉长;高运价刺激船东加速<span class="text-accent-hot">船队更新</span></li>
</ul>
</div>
<div class="glass-card p-6">
<h3 class="text-xl font-semibold text-cyan-300 mb-3">5. 产业链与核心公司剖析</h3>
<p class="text-gray-300 mb-4">产业链核心环节为<span class="text-highlight">油品运输</span><span class="text-highlight">油品仓储</span></p>
<div class="space-y-3 text-sm">
<p><strong class="text-gray-200">油运双雄:</strong><span class="text-highlight">招商轮船</span>VLCC之王弹性最大 vs. <span class="text-highlight">中远海能</span>(内外贸兼顾,更稳健)。</p>
<p><strong class="text-gray-200">仓储龙头:</strong><span class="text-highlight">宏川智慧</span>(商业仓储龙头) vs. <span class="text-highlight">镇海股份</span>(“战略储备”概念最纯粹)。</p>
<p><strong class="text-gray-200">风险警示:</strong>需警惕逻辑不纯粹的跟风标的(如主营干散货的<span class="text-accent-hot">宁波海运</span>)在情绪退潮后的回调风险。</p>
</div>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="glass-card p-6">
<h3 class="text-xl font-semibold text-cyan-300 mb-3">6. 潜在风险与挑战</h3>
<ul class="list-disc list-inside space-y-2 text-sm text-gray-400">
<li><span class="font-semibold text-gray-200">冲突快速缓和:</span>概念最大风险,能瞬间瓦解炒作逻辑。</li>
<li><span class="font-semibold text-gray-200">“雷声大雨点小”:</span>伊朗威胁停留口头,市场产生“狼来了”疲态。</li>
<li><span class="font-semibold text-gray-200">大国博弈与外交斡旋:</span>美国强力外交可能迅速平息事态。</li>
<li><span class="font-semibold text-gray-200">信息交叉验证风险:</span>伊朗出口量、霍尔木兹海峡占比等数据存在多个版本,影响精确量化。</li>
</ul>
</div>
<div class="glass-card p-6">
<h3 class="text-xl font-semibold text-cyan-300 mb-3">7. 综合结论与投资启示</h3>
<p class="text-gray-300 mb-4">概念本质处于<span class="text-highlight">“主题炒作”</span><span class="text-highlight">“基本面博弈”</span>的混合阶段。短期由新闻驱动,长期看冲突常态化能否系统性抬高行业盈利中枢。</p>
<h4 class="font-semibold text-gray-200 mb-2">最具投资价值细分环节:</h4>
<ol class="list-decimal list-inside space-y-1 text-sm text-gray-400">
<li><span class="text-highlight">远洋VLCC油运</span>最直接、弹性最大,是博取超额收益首选。</li>
<li><span class="text-highlight">战略石油仓储:</span>受益于能源安全长期趋势,具备更强防御属性。</li>
</ol>
<h4 class="font-semibold text-gray-200 mt-3 mb-2">需重点跟踪的关键指标:</h4>
<p class="text-xs text-gray-400"><span class="text-highlight">BDTI运价指数 (TD3C航线)</span> | 停火协议履行情况 | 霍尔木兹海峡实际通行量 | 战争险附加保费。</p>
</div>
</div>
</div>
</section>
<!-- 原始数据摘要 -->
<section class="glass-card p-6 md:p-8">
<h2 class="text-3xl font-bold mb-6 border-l-4 border-cyan-400 pl-4 text-white">原始数据摘要</h2>
<div class="space-y-4">
<div class="daisy-collapse daisy-collapse-arrow" x-data="{ open: false }" @click="open = !open">
<div class="daisy-collapse-title text-xl font-medium" :class="{'text-cyan-300': open}">新闻数据</div>
<div class="daisy-collapse-content" x-show="open" x-collapse>
<ul class="list-disc space-y-2 pl-5 text-gray-300 text-sm">
<li><strong>核心事件:</strong>伊朗宣布封锁霍尔木兹海峡威胁美军轰炸伊朗三处核设施冲突升级后于6月24日意外达成停火协议。</li>
<li><strong>霍尔木兹海峡:</strong>全球能源生命线每日约2000万桶原油占全球消耗量20%海运量40%及20%的LNG通过。</li>
<li><strong>运价影响:</strong>冲突期间VLCC运价从2万美元/天飙升至接近6万美元/天TD3C TCE一周上涨100%。市场预期封锁落地短期TCE或破10万美金。</li>
<li><strong>供给影响:</strong>伊朗原油海运出口量约160万桶/日占全球海运量4.1%。冲突可能导致其出口受阻,增加对合规油市场需求。</li>
<li><strong>风险加剧:</strong>中东地区电磁干扰加剧,发生油轮相撞事故,运输风险溢价持续提升。</li>
<li><strong>油价影响:</strong>停火后ICE布油从高点79美元调整至68.85美元。</li>
</ul>
</div>
</div>
<div class="daisy-collapse daisy-collapse-arrow" x-data="{ open: false }" @click="open = !open">
<div class="daisy-collapse-title text-xl font-medium" :class="{'text-cyan-300': open}">路演纪要</div>
<div class="daisy-collapse-content" x-show="open" x-collapse>
<ul class="list-disc space-y-2 pl-5 text-gray-300 text-sm">
<li><strong>冲突背景:</strong>4月1日以色列空袭伊朗领事馆是导火索伊朗采取克制性报复避免全面战争。</li>
<li><strong>霍尔木兹风险评估:</strong>封锁海峡可能性低但风险溢价已计入油价。若封锁短期油价或飙升至120美元/桶但长期可能导致OPEC减产协议破裂。</li>
<li><strong>运价驱动:</strong>地缘溢价是核心逻辑。霍尔木兹海峡不可替代性强运价敏感性高于红海事件。冲突前VLCC运价2.3万美元/天冲突后突破5万美元/天。</li>
<li><strong>市场预期差:</strong>当前股价未充分反映美国介入后冲突扩散风险,运价上行空间未被完全定价。</li>
<li><strong>投资逻辑:</strong>地缘冲突为油运板块提供“期权属性”。短期受益于风险溢价中期高油价或推动OPEC+和美国增产带来贸易增量。</li>
</ul>
</div>
</div>
<div class="daisy-collapse daisy-collapse-arrow" x-data="{ open: false }" @click="open = !open">
<div class="daisy-collapse-title text-xl font-medium" :class="{'text-cyan-300': open}">研报观点</div>
<div class="daisy-collapse-content" x-show="open" x-collapse>
<ul class="list-disc space-y-2 pl-5 text-gray-300 text-sm">
<li><strong>伊朗的直接威胁:</strong>前经济部长宣布“从6月17日起100天内油轮和LNG货船只有获得伊朗批准才能通过霍尔木兹海峡”。</li>
<li><strong>运输风险现实化:</strong>霍尔木兹海峡本周GPS干扰频发并发生两艘油轮相撞起火事故。</li>
<li><strong>仓储需求:</strong>地缘政治紧张可能促使各国增加战略储备带动仓储需求上升。茂化实华000637.SZ的化工仓储业务可能因此获得更多订单。</li>
<li><strong>市场反应:</strong>以伊冲突升级期间,油运仓储概念股(如宁新新材、通源石油、准油股份)股价大涨。</li>
<li><strong>应对策略:</strong>国内油企通过上下游一体化布局和油气来源多元化,降低对单一通道和油价的敏感性。</li>
</ul>
</div>
</div>
</div>
</section>
<!-- 股票数据 -->
<section class="glass-card p-6 md:p-8" x-data="{ selectedStock: null }">
<h2 class="text-3xl font-bold mb-6 border-l-4 border-cyan-400 pl-4 text-white">相关概念股列表</h2>
<div class="overflow-x-auto">
<table class="daisy-table w-full text-sm">
<thead>
<tr>
<th>股票名称</th>
<th>股票代码</th>
<th>核心逻辑</th>
<th>标签</th>
</tr>
</thead>
<tbody>
<!-- 油运 -->
<tr><td colspan="4" class="font-bold text-base text-cyan-300 pt-6">油运</td></tr>
<tr><td>招商轮船</td><td><a href="https://valuefrontier.cn/company?scode=601872" target="_blank" class="hover:text-cyan-400">601872</a></td><td>主营远洋原油运输,拥有和经营52艘VLCC油轮(全球运营)及5艘aframax油轮。</td><td><span class="badge badge-info badge-outline">油运</span></td></tr>
<tr><td>中远海能</td><td><a href="https://valuefrontier.cn/company?scode=600026" target="_blank" class="hover:text-cyan-400">600026</a></td><td>内贸原油运输市场份额超55%,巩固了内贸油运领域的龙头地位。</td><td><span class="badge badge-info badge-outline">油运</span></td></tr>
<tr><td>招商南油</td><td><a href="https://valuefrontier.cn/company?scode=601975" target="_blank" class="hover:text-cyan-400">601975</a></td><td>拥有和控制原油船舶21艘,成品油船舶30艘。</td><td><span class="badge badge-info badge-outline">油运</span></td></tr>
<tr><td>盛航股份</td><td><a href="https://valuefrontier.cn/company?scode=001205" target="_blank" class="hover:text-cyan-400">001205</a></td><td>从事国际、国内沿海、长江中下游液体化学品、成品油水上运输。</td><td><span class="badge badge-info badge-outline">油运</span></td></tr>
<tr><td>兴通股份</td><td><a href="https://valuefrontier.cn/company?scode=603209" target="_blank" class="hover:text-cyan-400">603209</a></td><td>与大型石化企业签订年度COA合同,部分运价依据市场行情实时确定。</td><td><span class="badge badge-info badge-outline">油运</span></td></tr>
<tr><td>胜通能源</td><td><a href="https://valuefrontier.cn/company?scode=001331" target="_blank" class="hover:text-cyan-400">001331</a></td><td>主营LNG运输和原油运输业务,以液化天然气和原油为主。</td><td><span class="badge badge-info badge-outline">油运</span></td></tr>
<tr><td>天顺股份</td><td><a href="https://valuefrontier.cn/company?scode=002800" target="_blank" class="hover:text-cyan-400">002800</a></td><td>把握进口能源货物的班列运输,拓展中亚、西亚、欧洲等国家班列。</td><td><span class="badge badge-info badge-outline">油运</span></td></tr>
<!-- 仓储 -->
<tr><td colspan="4" class="font-bold text-base text-cyan-300 pt-6">仓储</td></tr>
<tr><td>镇海股份</td><td><a href="https://valuefrontier.cn/company?scode=603637" target="_blank" class="hover:text-cyan-400">603637</a></td><td>国内最早参与国家战略石油储备和商业储备建设的公司之一。</td><td><span class="badge badge-warning badge-outline">仓储</span></td></tr>
<tr><td>宏川智慧</td><td><a href="https://valuefrontier.cn/company?scode=002930" target="_blank" class="hover:text-cyan-400">002930</a></td><td>易联南通拥有储罐72座,总罐容61.70万立方米,可储存各类油品及液体化工品。</td><td><span class="badge badge-warning badge-outline">仓储</span></td></tr>
<tr><td>恒基达鑫</td><td><a href="https://valuefrontier.cn/company?scode=002492" target="_blank" class="hover:text-cyan-400">002492</a></td><td>珠海总库容62万立方米,扬州总库容42万立方米。</td><td><span class="badge badge-warning badge-outline">仓储</span></td></tr>
<tr><td>上海石化</td><td><a href="https://valuefrontier.cn/company?scode=600688" target="_blank" class="hover:text-cyan-400">600688</a></td><td>嘉兴港区陈山码头有出口成品油储运设施,库存量增至约170万吨。</td><td><span class="badge badge-warning badge-outline">仓储</span></td></tr>
<tr><td>泰达股份</td><td><a href="https://valuefrontier.cn/company?scode=000652" target="_blank" class="hover:text-cyan-400">000652</a></td><td>石油仓储业务由天津滨海石油仓储运营,南港油库项目在建。</td><td><span class="badge badge-warning badge-outline">仓储</span></td></tr>
<tr><td>洲际油气</td><td><a href="https://valuefrontier.cn/company?scode=600759" target="_blank" class="hover:text-cyan-400">600759</a></td><td>Naft Khana油田复产,预计2026年上半年投产,产能15000桶/天。</td><td><span class="badge badge-warning badge-outline">仓储</span></td></tr>
<tr><td>中曼石油</td><td><a href="https://valuefrontier.cn/company?scode=603619" target="_blank" class="hover:text-cyan-400">603619</a></td><td>哈萨克斯坦坚戈油田探明石油储量6544万吨。</td><td><span class="badge badge-warning badge-outline">仓储</span></td></tr>
<tr><td>恒通股份</td><td><a href="https://valuefrontier.cn/company?scode=603223" target="_blank" class="hover:text-cyan-400">603223</a></td><td>LNG等能源业务已基本覆盖华北、华东和华南的主要天然气消费区域。</td><td><span class="badge badge-warning badge-outline">仓储</span></td></tr>
<!-- 设备相关 -->
<tr><td colspan="4" class="font-bold text-base text-cyan-300 pt-6">设备相关</td></tr>
<tr><td>金洲管道</td><td><a href="https://valuefrontier.cn/company?scode=002443" target="_blank" class="hover:text-cyan-400">002443</a></td><td>产品广泛应用于国内外石油天然气长输管线。</td><td><span class="badge badge-accent badge-outline">设备相关</span></td></tr>
<tr><td>山东墨龙</td><td><a href="https://valuefrontier.cn/company?scode=002490" target="_blank" class="hover:text-cyan-400">002490</a></td><td>主要产品包括石油钻采机械装备、石油天然气输送装备等。</td><td><span class="badge badge-accent badge-outline">设备相关</span></td></tr>
</tbody>
</table>
</div>
<div class="mt-8">
<h3 class="text-xl font-bold mb-4 border-l-4 border-accent-hot pl-4 text-white">个股涨幅异动分析</h3>
<div class="space-y-4">
<div class="daisy-collapse daisy-collapse-arrow">
<input type="radio" name="rise-analysis-accordion" />
<div class="daisy-collapse-title font-medium">准油股份 (002207) - 2025-06-19 涨停分析</div>
<div class="daisy-collapse-content text-sm text-gray-300"><p><strong>核心结论:</strong> 涨停主要受以色列与伊朗冲突升级引发的油价上涨预期及霍尔木兹海峡可能关闭等多重因素推动。公司作为油服企业,直接受益于中东局势带来的行业景气度提升和油价上涨预期。</p></div>
</div>
<div class="daisy-collapse daisy-collapse-arrow">
<input type="radio" name="rise-analysis-accordion" />
<div class="daisy-collapse-title font-medium">宁波远洋 (601022) - 2025-06-23 涨停分析</div>
<div class="daisy-collapse-content text-sm text-gray-300"><p><strong>核心结论:</strong> 涨停主要因伊朗局势紧张导致航运板块集体大涨。公司拥有中东航线,具备区域运营优势,或将直接受益于区域运价上涨。</p></div>
</div>
<div class="daisy-collapse daisy-collapse-arrow">
<input type="radio" name="rise-analysis-accordion" />
<div class="daisy-collapse-title font-medium">宁波海运 (600798) - 2025-06-17 上涨6.35% (风险案例)</div>
<div class="daisy-collapse-content text-sm text-gray-300"><p><strong>核心结论:</strong> 其上涨更多反映了航运板块整体情绪和预期。需要注意的是,宁波海运主营业务为<span class="text-accent-hot">干散货运输</span>,与油运业务有所区别,属于逻辑不纯粹的跟风标的。</p></div>
</div>
</div>
</div>
</section>
</main>
</div>
<script>
document.addEventListener('DOMContentLoaded', function () {
var chartDom = document.getElementById('vlcc-chart');
var myChart = echarts.init(chartDom);
var option;
option = {
tooltip: {
trigger: 'axis',
formatter: '日期: {b}<br/>VLCC TCE: ${c}/天',
backgroundColor: 'rgba(20, 20, 40, 0.8)',
borderColor: '#00E1FF',
textStyle: {
color: '#E0E0E0'
}
},
xAxis: {
type: 'category',
boundaryGap: false,
data: ['6月13日', '6月14日', '6月17日', '6月18日', '6月19日', '6月22日', '6月24日'],
axisLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.3)' } },
axisLabel: { color: '#A0A0B0' }
},
yAxis: {
type: 'value',
name: '美元/天',
axisLabel: {
formatter: '{value}',
color: '#A0A0B0'
},
splitLine: { lineStyle: { color: 'rgba(255, 255, 255, 0.1)' } },
nameTextStyle: { color: '#A0A0B0' }
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
series: [
{
name: 'VLCC TCE',
type: 'line',
smooth: true,
symbol: 'none',
data: [20000, 28000, 35000, 48000, 57758, 62552, 45000],
lineStyle: {
width: 3,
color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [
{ offset: 0, color: '#00E1FF' },
{ offset: 1, color: '#ff6b02' }
])
},
areaStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: 'rgba(0, 225, 255, 0.3)' },
{ offset: 1, color: 'rgba(0, 225, 255, 0)' }
])
},
emphasis: {
focus: 'series'
},
}
]
};
myChart.setOption(option);
window.addEventListener('resize', function() {
myChart.resize();
});
});
</script>
</body>
</html>