618 lines
32 KiB
HTML
618 lines
32 KiB
HTML
|
||
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
<title>阿洛酮糖合规化 - 行业洞察与股票分析</title>
|
||
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800|Noto+Sans+SC:300,400,500,700&display=swap" rel="stylesheet" />
|
||
<!-- Font Awesome Icons -->
|
||
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
|
||
<!-- Tailwind CSS -->
|
||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||
<!-- DaisyUI -->
|
||
<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" />
|
||
<!-- Custom CSS -->
|
||
<style>
|
||
body {
|
||
font-family: 'Inter', 'Noto Sans SC', sans-serif;
|
||
background: linear-gradient(135deg, #f5f7fa 0%, #e4eaf5 100%);
|
||
min-height: 100vh;
|
||
}
|
||
.gradient-bg {
|
||
background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
|
||
}
|
||
.card-shadow {
|
||
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
||
}
|
||
.text-gradient {
|
||
background: linear-gradient(90deg, #4f46e5, #7c3aed);
|
||
-webkit-background-clip: text;
|
||
-webkit-text-fill-color: transparent;
|
||
}
|
||
.table-container {
|
||
overflow-x: auto;
|
||
}
|
||
@media (max-width: 768px) {
|
||
.mobile-stack {
|
||
flex-direction: column;
|
||
}
|
||
}
|
||
.highlight-box {
|
||
background: rgba(79, 70, 229, 0.05);
|
||
border-left: 4px solid #4f46e5;
|
||
}
|
||
.timeline-dot {
|
||
width: 12px;
|
||
height: 12px;
|
||
border-radius: 50%;
|
||
background-color: #4f46e5;
|
||
position: absolute;
|
||
left: -6px;
|
||
top: 6px;
|
||
}
|
||
.timeline-line {
|
||
position: absolute;
|
||
left: 0;
|
||
top: 12px;
|
||
bottom: 0;
|
||
width: 1px;
|
||
background-color: #d1d5db;
|
||
}
|
||
.timeline-item {
|
||
position: relative;
|
||
padding-left: 24px;
|
||
margin-bottom: 16px;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="bg-gray-50">
|
||
<div class="container mx-auto px-4 py-8 max-w-6xl">
|
||
<!-- Header Section -->
|
||
<div class="text-center mb-12">
|
||
<h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4">阿洛酮糖合规化</h1>
|
||
<p class="text-lg text-gray-600 max-w-3xl mx-auto">下一代健康代糖的政策突破与市场机遇</p>
|
||
<div class="mt-4 flex justify-center items-center space-x-2">
|
||
<span class="px-3 py-1 bg-indigo-100 text-indigo-800 rounded-full text-sm font-medium">政策落地</span>
|
||
<span class="px-3 py-1 bg-purple-100 text-purple-800 rounded-full text-sm font-medium">健康消费</span>
|
||
<span class="px-3 py-1 bg-pink-100 text-pink-800 rounded-full text-sm font-medium">技术突破</span>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Concept Event Section -->
|
||
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-calendar-check text-indigo-600 mr-3"></i>概念事件
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-700 mb-2">背景</h3>
|
||
<p class="text-gray-600">阿洛酮糖(D-阿洛酮糖)是一种天然稀有糖,甜度为蔗糖的70%,热量仅为0.4kcal/g,且具备美拉德反应能力(烘焙上色增香),被视作下一代健康代糖。</p>
|
||
</div>
|
||
<div>
|
||
<h3 class="text-lg font-semibold text-gray-700 mb-2">催化事件</h3>
|
||
<div class="bg-indigo-50 p-4 rounded-lg border-l-4 border-indigo-500">
|
||
<p class="font-medium text-indigo-800">2025年7月2日:国家卫健委正式发布公告,批准D-阿洛酮糖为新食品原料(历时5年审批终落地)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mt-6">
|
||
<h3 class="text-lg font-semibold text-gray-700 mb-4">时间轴</h3>
|
||
<div class="relative pl-6">
|
||
<div class="timeline-line"></div>
|
||
<div class="timeline-item">
|
||
<div class="timeline-dot"></div>
|
||
<div class="bg-white p-3 rounded-lg border border-gray-200">
|
||
<p class="font-medium text-gray-800">2020年</p>
|
||
<p class="text-gray-600 text-sm">首次受理新食品原料申报</p>
|
||
</div>
|
||
</div>
|
||
<div class="timeline-item">
|
||
<div class="timeline-dot"></div>
|
||
<div class="bg-white p-3 rounded-lg border border-gray-200">
|
||
<p class="font-medium text-gray-800">2023年5月</p>
|
||
<p class="text-gray-600 text-sm">关键酶制剂(D-阿洛酮糖-3-差向异构酶)获批食品添加剂新品种</p>
|
||
</div>
|
||
</div>
|
||
<div class="timeline-item">
|
||
<div class="timeline-dot"></div>
|
||
<div class="bg-white p-3 rounded-lg border border-gray-200">
|
||
<p class="font-medium text-gray-800">2025年3月</p>
|
||
<p class="text-gray-600 text-sm">公开征求意见</p>
|
||
</div>
|
||
</div>
|
||
<div class="timeline-item">
|
||
<div class="timeline-dot bg-purple-600"></div>
|
||
<div class="bg-purple-50 p-3 rounded-lg border border-purple-200">
|
||
<p class="font-medium text-purple-800">2025年7月</p>
|
||
<p class="text-purple-600 text-sm">正式获批,推荐食用量≤20g/天(婴幼儿、孕妇除外)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Executive Summary Section -->
|
||
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-lightbulb text-yellow-500 mr-3"></i>核心观点摘要
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
<div class="bg-gradient-to-br from-indigo-50 to-purple-50 p-5 rounded-lg border border-indigo-100">
|
||
<div class="text-indigo-600 text-2xl mb-3">
|
||
<i class="fas fa-chart-line"></i>
|
||
</div>
|
||
<h3 class="font-semibold text-gray-800 mb-2">阶段判断</h3>
|
||
<p class="text-gray-600 text-sm">阿洛酮糖已从"政策博弈期"进入"商业化爆发前夜",国内审批落地是核心转折点。</p>
|
||
</div>
|
||
<div class="bg-gradient-to-br from-purple-50 to-pink-50 p-5 rounded-lg border border-purple-100">
|
||
<div class="text-purple-600 text-2xl mb-3">
|
||
<i class="fas fa-rocket"></i>
|
||
</div>
|
||
<h3 class="font-semibold text-gray-800 mb-2">核心驱动力</h3>
|
||
<p class="text-gray-600 text-sm">政策松绑(新食品原料身份)+ 健康消费趋势(减糖需求)+ 技术成熟(酶法转化率30%+)。</p>
|
||
</div>
|
||
<div class="bg-gradient-to-br from-pink-50 to-rose-50 p-5 rounded-lg border border-pink-100">
|
||
<div class="text-pink-600 text-2xl mb-3">
|
||
<i class="fas fa-gem"></i>
|
||
</div>
|
||
<h3 class="font-semibold text-gray-800 mb-2">未来潜力</h3>
|
||
<p class="text-gray-600 text-sm">对标赤藓糖醇,国内潜在需求20-30万吨(当前全球仅2-3万吨),百龙创园/保龄宝/三元生物将率先受益。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Core Logic Section -->
|
||
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-brain text-indigo-600 mr-3"></i>核心逻辑与市场认知分析
|
||
</h2>
|
||
|
||
<div class="mb-6">
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-3">核心驱动力</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
<div class="bg-blue-50 p-4 rounded-lg">
|
||
<h4 class="font-semibold text-blue-800 mb-2">政策端</h4>
|
||
<ul class="text-sm text-gray-700 space-y-1">
|
||
<li>• 国内:2025年7月获批后,可合法用于饮料、烘焙、保健品等全场景</li>
|
||
<li>• 国际:美国、日本、澳新已合规,中国获批补齐最后一块拼图</li>
|
||
</ul>
|
||
</div>
|
||
<div class="bg-green-50 p-4 rounded-lg">
|
||
<h4 class="font-semibold text-green-800 mb-2">需求端</h4>
|
||
<ul class="text-sm text-gray-700 space-y-1">
|
||
<li>• 健康化:WHO将阿斯巴甜列为2B类致癌物,人工甜味剂替代加速</li>
|
||
<li>• 场景扩张:烘焙、饮料、保健品等多领域应用</li>
|
||
</ul>
|
||
</div>
|
||
<div class="bg-yellow-50 p-4 rounded-lg">
|
||
<h4 class="font-semibold text-yellow-800 mb-2">供给端</h4>
|
||
<ul class="text-sm text-gray-700 space-y-1">
|
||
<li>• 技术突破:酶法转化率从20%提升至30%+</li>
|
||
<li>• 成本降至1.4-1.6万元/吨(2023年出口价2.4万元/吨)</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mb-6">
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-3">市场热度与情绪</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||
<div class="bg-purple-50 p-4 rounded-lg">
|
||
<h4 class="font-semibold text-purple-800 mb-2">研报密集度</h4>
|
||
<p class="text-sm text-gray-700">2025年5-7月,中信、国信、国盛等机构集中发布8篇深度报告,一致推荐百龙创园/保龄宝/三元生物。</p>
|
||
</div>
|
||
<div class="bg-pink-50 p-4 rounded-lg">
|
||
<h4 class="font-semibold text-pink-800 mb-2">情绪分化</h4>
|
||
<p class="text-sm text-gray-700">乐观派认为"下一个赤藓糖醇",谨慎派担忧产能过剩(规划产能超8万吨 vs 当前需求<1万吨)。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-3">预期差分析</h3>
|
||
<div class="bg-indigo-50 p-4 rounded-lg border-l-4 border-indigo-500">
|
||
<ul class="text-sm text-gray-700 space-y-2">
|
||
<li><span class="font-medium">晶体技术壁垒:</span>仅百龙创园/保龄宝掌握高纯度晶体工艺(海外客户偏好晶体形态,溢价20%)。</li>
|
||
<li><span class="font-medium">泰国布局:</span>百龙创园泰国2万吨产能(2026年投产)可规避美国30.8%关税,成本再降15%。</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Catalysts Section -->
|
||
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-fire text-orange-500 mr-3"></i>关键催化剂与未来发展路径
|
||
</h2>
|
||
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-3">近期催化剂(3-6个月)</h3>
|
||
<div class="space-y-3">
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 mt-1">
|
||
<div class="w-6 h-6 rounded-full bg-orange-100 flex items-center justify-center">
|
||
<span class="text-xs font-bold text-orange-600">1</span>
|
||
</div>
|
||
</div>
|
||
<div class="ml-3">
|
||
<p class="text-sm font-medium text-gray-800">Q3订单验证</p>
|
||
<p class="text-sm text-gray-600">百龙创园2025年订单量1-1.2万吨(同比+40%),需跟踪实际出货。</p>
|
||
</div>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 mt-1">
|
||
<div class="w-6 h-6 rounded-full bg-orange-100 flex items-center justify-center">
|
||
<span class="text-xs font-bold text-orange-600">2</span>
|
||
</div>
|
||
</div>
|
||
<div class="ml-3">
|
||
<p class="text-sm font-medium text-gray-800">客户签约</p>
|
||
<p class="text-sm text-gray-600">下游饮料龙头(如农夫山泉、元气森林)阿洛酮糖新品发布(已储备配方)。</p>
|
||
</div>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 mt-1">
|
||
<div class="w-6 h-6 rounded-full bg-orange-100 flex items-center justify-center">
|
||
<span class="text-xs font-bold text-orange-600">3</span>
|
||
</div>
|
||
</div>
|
||
<div class="ml-3">
|
||
<p class="text-sm font-medium text-gray-800">产能落地</p>
|
||
<p class="text-sm text-gray-600">保龄宝3万吨新线(2025年底)、三元生物2万吨扩产(2025年Q4)投产进度。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-3">长期路径(2025-2027)</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-gradient-to-r from-blue-50 to-indigo-50 p-4 rounded-lg">
|
||
<p class="font-medium text-blue-800">2025-2026</p>
|
||
<p class="text-sm text-gray-600">政策红利期,国内需求从0→5万吨(渗透率5%),龙头产能利用率提升至80%+。</p>
|
||
</div>
|
||
<div class="bg-gradient-to-r from-purple-50 to-pink-50 p-4 rounded-lg">
|
||
<p class="font-medium text-purple-800">2027+</p>
|
||
<p class="text-sm text-gray-600">成本降至1.2万元/吨(规模化+泰国原料优势),替代蔗糖/果葡糖浆,需求或达百万吨级。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Industry Chain Section -->
|
||
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-sitemap text-green-600 mr-3"></i>产业链与核心公司深度剖析
|
||
</h2>
|
||
|
||
<div class="mb-6">
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-3">产业链图谱</h3>
|
||
<div class="flex flex-col md:flex-row justify-between items-center bg-gray-50 p-4 rounded-lg">
|
||
<div class="text-center mb-4 md:mb-0">
|
||
<div class="w-16 h-16 rounded-full bg-blue-100 flex items-center justify-center mx-auto mb-2">
|
||
<i class="fas fa-seedling text-blue-600 text-xl"></i>
|
||
</div>
|
||
<p class="font-medium text-gray-800">上游</p>
|
||
<p class="text-sm text-gray-600">果糖/葡萄糖、酶制剂</p>
|
||
</div>
|
||
<div class="text-center mb-4 md:mb-0">
|
||
<i class="fas fa-arrow-right text-gray-400 text-xl"></i>
|
||
</div>
|
||
<div class="text-center mb-4 md:mb-0">
|
||
<div class="w-16 h-16 rounded-full bg-green-100 flex items-center justify-center mx-auto mb-2">
|
||
<i class="fas fa-industry text-green-600 text-xl"></i>
|
||
</div>
|
||
<p class="font-medium text-gray-800">中游</p>
|
||
<p class="text-sm text-gray-600">阿洛酮糖晶体/液体</p>
|
||
</div>
|
||
<div class="text-center mb-4 md:mb-0">
|
||
<i class="fas fa-arrow-right text-gray-400 text-xl"></i>
|
||
</div>
|
||
<div class="text-center">
|
||
<div class="w-16 h-16 rounded-full bg-purple-100 flex items-center justify-center mx-auto mb-2">
|
||
<i class="fas fa-shopping-cart text-purple-600 text-xl"></i>
|
||
</div>
|
||
<p class="font-medium text-gray-800">下游</p>
|
||
<p class="text-sm text-gray-600">饮料、烘焙、保健品</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-700 mb-3">核心玩家对比</h3>
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full bg-white border border-gray-200 rounded-lg">
|
||
<thead>
|
||
<tr class="bg-gray-50">
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">公司</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">现有产能</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">规划产能</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">技术壁垒</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">风险点</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">百龙创园</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">1.5万吨</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">3.5万吨(含泰国)</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">晶体专利+泰国关税规避</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">美国关税转嫁能力待验证</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">保龄宝</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">0.7万吨</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">3.7万吨</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">全产业链(淀粉→果糖→阿洛酮糖)</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">新线调试不及预期</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">三元生物</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">1万吨</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">2万吨</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">赤藓糖醇协同效应</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">产能爬坡慢于预期</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Risks Section -->
|
||
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-exclamation-triangle text-red-500 mr-3"></i>潜在风险与挑战
|
||
</h2>
|
||
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||
<div class="bg-red-50 p-4 rounded-lg border-l-4 border-red-500">
|
||
<h3 class="font-semibold text-red-800 mb-2">技术风险</h3>
|
||
<p class="text-sm text-gray-700">酶法转化率瓶颈(实验室50% vs 工业化30%),生物发酵法产业化仍存不确定性。</p>
|
||
</div>
|
||
<div class="bg-orange-50 p-4 rounded-lg border-l-4 border-orange-500">
|
||
<h3 class="font-semibold text-orange-800 mb-2">商业化风险</h3>
|
||
<p class="text-sm text-gray-700">成本高于三氯蔗糖(1.6万 vs 1万/吨),需依赖健康溢价或政策补贴。</p>
|
||
</div>
|
||
<div class="bg-yellow-50 p-4 rounded-lg border-l-4 border-yellow-500">
|
||
<h3 class="font-semibold text-yellow-800 mb-2">政策风险</h3>
|
||
<p class="text-sm text-gray-700">欧盟审批延迟(EFSA评估中),出口欧洲市场或推迟至2026年后。</p>
|
||
</div>
|
||
<div class="bg-purple-50 p-4 rounded-lg border-l-4 border-purple-500">
|
||
<h3 class="font-semibold text-purple-800 mb-2">竞争风险</h3>
|
||
<p class="text-sm text-gray-700">华康股份规划4万吨产能(2026年),价格战或提前至2027年。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Conclusion Section -->
|
||
<div class="bg-gradient-to-r from-indigo-600 to-purple-600 rounded-xl card-shadow p-6 mb-8 text-white">
|
||
<h2 class="text-2xl font-bold mb-4 flex items-center">
|
||
<i class="fas fa-flag-checkered mr-3"></i>综合结论与投资启示
|
||
</h2>
|
||
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="text-xl font-semibold mb-3">阶段判断</h3>
|
||
<p class="mb-4">基本面驱动初期(政策落地+订单验证),非纯主题炒作。</p>
|
||
|
||
<h3 class="text-xl font-semibold mb-3">投资方向</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-white bg-opacity-20 p-3 rounded-lg">
|
||
<p class="font-medium">首选百龙创园</p>
|
||
<p class="text-sm opacity-90">产能弹性+泰国成本优势+晶体壁垒,目标估值25倍PE(当前20倍)</p>
|
||
</div>
|
||
<div class="bg-white bg-opacity-20 p-3 rounded-lg">
|
||
<p class="font-medium">次选保龄宝</p>
|
||
<p class="text-sm opacity-90">全产业链成本优势,但需跟踪新线良率</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold mb-3">跟踪指标</h3>
|
||
<div class="space-y-3">
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 mt-1">
|
||
<div class="w-6 h-6 rounded-full bg-white bg-opacity-30 flex items-center justify-center">
|
||
<span class="text-xs font-bold">1</span>
|
||
</div>
|
||
</div>
|
||
<div class="ml-3">
|
||
<p class="font-medium">Q3财报</p>
|
||
<p class="text-sm opacity-90">百龙创园阿洛酮糖销量是否达1.2万吨</p>
|
||
</div>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 mt-1">
|
||
<div class="w-6 h-6 rounded-full bg-white bg-opacity-30 flex items-center justify-center">
|
||
<span class="text-xs font-bold">2</span>
|
||
</div>
|
||
</div>
|
||
<div class="ml-3">
|
||
<p class="font-medium">客户动态</p>
|
||
<p class="text-sm opacity-90">农夫山泉/元气森林阿洛酮糖新品上市节奏</p>
|
||
</div>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 mt-1">
|
||
<div class="w-6 h-6 rounded-full bg-white bg-opacity-30 flex items-center justify-center">
|
||
<span class="text-xs font-bold">3</span>
|
||
</div>
|
||
</div>
|
||
<div class="ml-3">
|
||
<p class="font-medium">欧盟审批</p>
|
||
<p class="text-sm opacity-90">EFSA对阿洛酮糖的安全性评估结果(预计2025年底)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mt-6 p-4 bg-white bg-opacity-20 rounded-lg">
|
||
<p class="text-center font-medium text-lg">阿洛酮糖合规化是"政策+技术+需求"的三击共振,2025-2026年为黄金窗口期,龙头产能兑现将决定估值能否突破天花板。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Stock Data Section -->
|
||
<div class="bg-white rounded-xl card-shadow p-6 mb-8">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
|
||
<i class="fas fa-chart-bar text-indigo-600 mr-3"></i>关联股票数据分析
|
||
</h2>
|
||
|
||
<div class="table-container">
|
||
<table class="min-w-full bg-white border border-gray-200 rounded-lg">
|
||
<thead>
|
||
<tr class="bg-gray-50">
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票名称</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">行业</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">项目</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">现有产能(吨/年)</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">新建产能(吨/年)</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">现有产能/总市值</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">合计产能/总市值</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">投资亮点</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">三元生物</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">食品添加剂</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">阿洛酮糖生产</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">10000</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">10000</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">165</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">329</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">现有产能与新建产能均为10000吨/年,合计产能/总市值为329,反映其在阿洛酮糖市场的产能扩张计划。</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">百龙创园</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">生物技术</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">阿洛酮糖生产</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">8700</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">19000</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">151</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">482</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">新建产能显著高于现有产能,合计产能/总市值为482,显示其未来产能释放潜力。</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">保龄宝</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">食品配料</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">阿洛酮糖生产</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">7000</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">30000</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">240</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">1268</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">新建产能达30000吨/年,合计产能/总市值最高(1268),表明其大规模扩产计划。</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">金禾实业</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">精细化工</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">阿洛酮糖生产</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">1500</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">9800</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">11</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">83</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">现有产能较小但新建产能增长显著,合计产能/总市值为83,反映转型布局。</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">福洋生物</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">生物发酵</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">阿洛酮糖生产</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">580</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">20000</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">未上市</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">未上市</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">鲁信创投投资标的,新建产能20000吨/年,但因未上市暂无市值数据。</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">华康股份</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">食品添加剂</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">阿洛酮糖生产</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">0</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">40000</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">0</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">858</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">当前无现有产能,但规划新建40000吨/年,合计产能/总市值为858,体现未来产能布局。</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">金达威</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">营养强化剂</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">阿洛酮糖生产</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">0</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">30000</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">0</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">330</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">新建产能30000吨/年,合计产能/总市值为330,显示其进入阿洛酮糖领域的决心。</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">中粮科技</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">生物制造</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">阿洛酮糖研发</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">0</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">0</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">0</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">0</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">聚焦研发端,已完成18项专利布局(6项授权),推进人体适应性实验,处于技术储备阶段。</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 text-sm font-medium text-gray-900">诚志股份</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">化工新材料</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">阿洛酮糖研发</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">0</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">0</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">0</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">0</td>
|
||
<td class="py-3 px-4 text-sm text-gray-500">获江西省重点研发计划拨款支持,专注阿洛酮糖技术研发,暂无产能规划。</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<script>
|
||
// Add some interactivity for better mobile experience
|
||
document.addEventListener('DOMContentLoaded', function() {
|
||
// Smooth scroll for anchor links
|
||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
||
anchor.addEventListener('click', function (e) {
|
||
e.preventDefault();
|
||
document.querySelector(this.getAttribute('href')).scrollIntoView({
|
||
behavior: 'smooth'
|
||
});
|
||
});
|
||
});
|
||
|
||
// Add animation to cards on scroll
|
||
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)';
|
||
}
|
||
});
|
||
}, observerOptions);
|
||
|
||
document.querySelectorAll('.card-shadow').forEach(card => {
|
||
card.style.opacity = '0';
|
||
card.style.transform = 'translateY(20px)';
|
||
card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';
|
||
observer.observe(card);
|
||
});
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|
||
``` |