539 lines
26 KiB
HTML
539 lines
26 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/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" 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/dist/full.min.css" rel="stylesheet" type="text/css" />
|
||
<script src="https://cdn.tailwindcss.com"></script>
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||
<style>
|
||
body {
|
||
font-family: 'Inter', sans-serif;
|
||
background: linear-gradient(135deg, #1e3a8a 0%, #312e81 50%, #1e1b4b 100%);
|
||
min-height: 100vh;
|
||
position: relative;
|
||
overflow-x: hidden;
|
||
}
|
||
|
||
.glass-effect {
|
||
background: rgba(255, 255, 255, 0.1);
|
||
backdrop-filter: blur(10px);
|
||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||
}
|
||
|
||
.text-gradient {
|
||
background: linear-gradient(135deg, #60a5fa, #a78bfa);
|
||
-webkit-background-clip: text;
|
||
-webkit-text-fill-color: transparent;
|
||
background-clip: text;
|
||
}
|
||
|
||
.card-hover {
|
||
transition: all 0.3s ease;
|
||
}
|
||
|
||
.card-hover:hover {
|
||
transform: translateY(-5px);
|
||
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
|
||
}
|
||
|
||
.table-container {
|
||
overflow-x: auto;
|
||
-webkit-overflow-scrolling: touch;
|
||
}
|
||
|
||
@media (max-width: 768px) {
|
||
.table-container {
|
||
font-size: 0.875rem;
|
||
}
|
||
}
|
||
|
||
.particle-bg {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
z-index: -1;
|
||
}
|
||
|
||
.section-divider {
|
||
height: 2px;
|
||
background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.5), transparent);
|
||
margin: 3rem 0;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="text-white">
|
||
<div id="particles-js" class="particle-bg"></div>
|
||
|
||
<div class="container mx-auto px-4 py-8 max-w-7xl">
|
||
<!-- 标题区域 -->
|
||
<header class="text-center mb-12">
|
||
<h1 class="text-4xl md:text-5xl font-bold mb-4 text-gradient">统一大市场概念分析</h1>
|
||
<p class="text-lg md:text-xl text-gray-300 max-w-3xl mx-auto">
|
||
从政策顶层设计到产业落地,深度解析全国统一大市场建设进程与投资机会
|
||
</p>
|
||
</header>
|
||
|
||
<!-- 核心观点摘要 -->
|
||
<section class="mb-12">
|
||
<div class="glass-effect rounded-2xl p-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-gradient flex items-center">
|
||
<i class="fas fa-lightbulb mr-3"></i>核心观点摘要
|
||
</h2>
|
||
<div class="grid md:grid-cols-3 gap-6">
|
||
<div class="bg-white bg-opacity-10 rounded-xl p-6">
|
||
<h3 class="text-lg font-semibold mb-3 text-blue-300">阶段判断</h3>
|
||
<p class="text-gray-200">
|
||
统一大市场已从政策顶层设计(2022年)进入<strong class="text-yellow-300">制度落地与产业验证阶段</strong>(2024-2025年)
|
||
</p>
|
||
</div>
|
||
<div class="bg-white bg-opacity-10 rounded-xl p-6">
|
||
<h3 class="text-lg font-semibold mb-3 text-green-300">核心驱动力</h3>
|
||
<p class="text-gray-200">
|
||
政策强制力与产业痛点形成共振,物流成本占GDP<strong class="text-yellow-300">14.4%</strong>
|
||
</p>
|
||
</div>
|
||
<div class="bg-white bg-opacity-10 rounded-xl p-6">
|
||
<h3 class="text-lg font-semibold mb-3 text-purple-300">未来潜力</h3>
|
||
<p class="text-gray-200">
|
||
短期看规则统一红利,长期看跨区域要素定价权争夺
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<div class="section-divider"></div>
|
||
|
||
<!-- 概念背景与催化事件 -->
|
||
<section class="mb-12">
|
||
<div class="glass-effect rounded-2xl p-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-gradient flex items-center">
|
||
<i class="fas fa-history mr-3"></i>概念背景与催化事件
|
||
</h2>
|
||
<div class="space-y-4">
|
||
<div class="bg-white bg-opacity-5 rounded-lg p-4 border-l-4 border-blue-500">
|
||
<h3 class="font-semibold text-blue-300 mb-2">政策顶层设计</h3>
|
||
<p class="text-gray-200">
|
||
2022年4月10日,国务院发布《关于加快建设全国统一大市场的意见》,首次系统性提出"统一大市场"战略
|
||
</p>
|
||
</div>
|
||
<div class="bg-white bg-opacity-5 rounded-lg p-4 border-l-4 border-green-500">
|
||
<h3 class="font-semibold text-green-300 mb-2">2024-2025年加速落地</h3>
|
||
<ul class="list-disc list-inside text-gray-200 space-y-1">
|
||
<li>2024年9月:市场监管总局明确"加快建设全国统一大市场"</li>
|
||
<li>2025年1月:国家发改委宣布《全国统一大市场建设指引》即将发布</li>
|
||
<li>2025年7月1日:中央财经委第六次会议强调"纵深推进统一大市场建设"</li>
|
||
</ul>
|
||
</div>
|
||
<div class="bg-white bg-opacity-5 rounded-lg p-4 border-l-4 border-yellow-500">
|
||
<h3 class="font-semibold text-yellow-300 mb-2">市场反应</h3>
|
||
<p class="text-gray-200">
|
||
2025年4月,统一大市场概念股(连云港、飞力达)因中欧班列数据超预期出现<strong class="text-yellow-300">6连板</strong>行情
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<div class="section-divider"></div>
|
||
|
||
<!-- 核心逻辑与市场认知 -->
|
||
<section class="mb-12">
|
||
<div class="glass-effect rounded-2xl p-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-gradient flex items-center">
|
||
<i class="fas fa-brain mr-3"></i>核心逻辑与市场认知分析
|
||
</h2>
|
||
|
||
<div class="grid md:grid-cols-2 gap-8">
|
||
<div>
|
||
<h3 class="text-xl font-semibold mb-4 text-blue-300">核心驱动力</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-white bg-opacity-5 rounded-lg p-4">
|
||
<h4 class="font-medium text-green-300 mb-2">政策强制力</h4>
|
||
<ul class="text-sm text-gray-200 space-y-1">
|
||
<li>• 电力:2025年建成全国统一电力市场</li>
|
||
<li>• 数据:2026年建成国家数据标准体系</li>
|
||
<li>• 物流:物流费用占GDP比重降至<strong>12.7%</strong></li>
|
||
</ul>
|
||
</div>
|
||
<div class="bg-white bg-opacity-5 rounded-lg p-4">
|
||
<h4 class="font-medium text-purple-300 mb-2">产业痛点倒逼</h4>
|
||
<ul class="text-sm text-gray-200 space-y-1">
|
||
<li>• 光伏行业因地方保护导致无序竞争</li>
|
||
<li>• 方言差异导致资本配置效率下降<strong>11%</strong></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold mb-4 text-purple-300">预期差分析</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-white bg-opacity-5 rounded-lg p-4">
|
||
<h4 class="font-medium text-yellow-300 mb-2">市场忽略点</h4>
|
||
<ul class="text-sm text-gray-200 space-y-1">
|
||
<li>• 文化壁垒:方言距离影响资本流动</li>
|
||
<li>• 执行风险:四川水电市场化电价实际折价<strong>33%</strong></li>
|
||
</ul>
|
||
</div>
|
||
<div class="bg-white bg-opacity-5 rounded-lg p-4">
|
||
<h4 class="font-medium text-red-300 mb-2">验证与证伪</h4>
|
||
<ul class="text-sm text-gray-200 space-y-1">
|
||
<li>• 验证:江苏绿电交易量<strong>126.57亿千瓦时</strong>(同比+140%)</li>
|
||
<li>• 证伪:绿电溢价实际仅<strong>1-2分/度</strong></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<div class="section-divider"></div>
|
||
|
||
<!-- 关键催化剂 -->
|
||
<section class="mb-12">
|
||
<div class="glass-effect rounded-2xl p-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-gradient flex items-center">
|
||
<i class="fas fa-rocket mr-3"></i>关键催化剂与未来发展路径
|
||
</h2>
|
||
|
||
<div class="grid md:grid-cols-2 gap-8">
|
||
<div>
|
||
<h3 class="text-xl font-semibold mb-4 text-green-300">近期催化剂(3-6个月)</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-gradient-to-r from-green-600 to-green-700 bg-opacity-20 rounded-lg p-4 border border-green-500">
|
||
<h4 class="font-medium text-green-300 mb-2">政策落地</h4>
|
||
<p class="text-sm text-gray-200">
|
||
2025年Q3《全国统一大市场建设指引》细则发布,明确电力/数据/物流跨区域规则
|
||
</p>
|
||
</div>
|
||
<div class="bg-gradient-to-r from-blue-600 to-blue-700 bg-opacity-20 rounded-lg p-4 border border-blue-500">
|
||
<h4 class="font-medium text-blue-300 mb-2">海上风电招标</h4>
|
||
<p class="text-sm text-gray-200">
|
||
浙江Z15场址等深远海项目启动,催化海缆/基础龙头
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold mb-4 text-purple-300">长期路径(2025-2030年)</h3>
|
||
<div class="space-y-3">
|
||
<div class="bg-white bg-opacity-5 rounded-lg p-3">
|
||
<span class="text-purple-300 font-medium">阶段1(2025-2026):</span>
|
||
<span class="text-gray-200 text-sm">规则统一——电力现货市场全覆盖</span>
|
||
</div>
|
||
<div class="bg-white bg-opacity-5 rounded-lg p-3">
|
||
<span class="text-purple-300 font-medium">阶段2(2027-2028):</span>
|
||
<span class="text-gray-200 text-sm">要素流动——土地指标跨省交易</span>
|
||
</div>
|
||
<div class="bg-white bg-opacity-5 rounded-lg p-3">
|
||
<span class="text-purple-300 font-medium">阶段3(2029-2030):</span>
|
||
<span class="text-gray-200 text-sm">定价权争夺——全球绿电/数据定价中心</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<div class="section-divider"></div>
|
||
|
||
<!-- 风险与挑战 -->
|
||
<section class="mb-12">
|
||
<div class="glass-effect rounded-2xl p-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-gradient flex items-center">
|
||
<i class="fas fa-exclamation-triangle mr-3"></i>潜在风险与挑战
|
||
</h2>
|
||
|
||
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-4">
|
||
<div class="bg-red-600 bg-opacity-20 rounded-lg p-4 border border-red-500">
|
||
<h3 class="font-semibold text-red-300 mb-2">技术风险</h3>
|
||
<p class="text-sm text-gray-200">
|
||
深远海风电技术尚未规模化验证,成本可能超预期
|
||
</p>
|
||
</div>
|
||
<div class="bg-yellow-600 bg-opacity-20 rounded-lg p-4 border border-yellow-500">
|
||
<h3 class="font-semibold text-yellow-300 mb-2">商业化风险</h3>
|
||
<p class="text-sm text-gray-200">
|
||
数据要素定价机制复杂,盈利模式不清晰
|
||
</p>
|
||
</div>
|
||
<div class="bg-orange-600 bg-opacity-20 rounded-lg p-4 border border-orange-500">
|
||
<h3 class="font-semibold text-orange-300 mb-2">政策风险</h3>
|
||
<p class="text-sm text-gray-200">
|
||
地方保护主义反弹,执行力度可能不及预期
|
||
</p>
|
||
</div>
|
||
<div class="bg-pink-600 bg-opacity-20 rounded-lg p-4 border border-pink-500">
|
||
<h3 class="font-semibold text-pink-300 mb-2">信息矛盾</h3>
|
||
<p class="text-sm text-gray-200">
|
||
研报预测与实际落地存在差距,需警惕预期差
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<div class="section-divider"></div>
|
||
|
||
<!-- 投资启示 -->
|
||
<section class="mb-12">
|
||
<div class="glass-effect rounded-2xl p-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-gradient flex items-center">
|
||
<i class="fas fa-chart-line mr-3"></i>综合结论与投资启示
|
||
</h2>
|
||
|
||
<div class="bg-gradient-to-r from-purple-600 to-blue-600 bg-opacity-20 rounded-xl p-6 mb-6">
|
||
<blockquote class="text-lg text-gray-200 italic">
|
||
"统一大市场的投资主线已从'政策预期'转向'规则红利',需紧盯电力现货市场结算试运行和数据要素订单落地"
|
||
</blockquote>
|
||
</div>
|
||
|
||
<div class="grid md:grid-cols-2 gap-6">
|
||
<div>
|
||
<h3 class="text-lg font-semibold mb-3 text-green-300">最具价值方向</h3>
|
||
<ul class="space-y-2">
|
||
<li class="flex items-start">
|
||
<i class="fas fa-check-circle text-green-400 mt-1 mr-2"></i>
|
||
<span class="text-gray-200">电力调节资源:煤电容量电价、独立储能</span>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<i class="fas fa-check-circle text-green-400 mt-1 mr-2"></i>
|
||
<span class="text-gray-200">数据要素基础设施:上海数交所合作方</span>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div>
|
||
<h3 class="text-lg font-semibold mb-3 text-blue-300">关键跟踪指标</h3>
|
||
<ul class="space-y-2">
|
||
<li class="flex items-start">
|
||
<i class="fas fa-chart-bar text-blue-400 mt-1 mr-2"></i>
|
||
<span class="text-gray-200">各省容量电价补偿比例实际落地值</span>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<i class="fas fa-database text-blue-400 mt-1 mr-2"></i>
|
||
<span class="text-gray-200">地方政府数据授权运营项目中标金额</span>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<div class="section-divider"></div>
|
||
|
||
<!-- 关联股票表格 -->
|
||
<section class="mb-12">
|
||
<div class="glass-effect rounded-2xl p-8 card-hover">
|
||
<h2 class="text-2xl font-bold mb-6 text-gradient flex items-center">
|
||
<i class="fas fa-table mr-3"></i>统一大市场关联股票
|
||
</h2>
|
||
|
||
<div class="table-container">
|
||
<table class="w-full text-left">
|
||
<thead>
|
||
<tr class="border-b border-gray-600">
|
||
<th class="pb-3 text-sm font-semibold text-blue-300">股票名称</th>
|
||
<th class="pb-3 text-sm font-semibold text-green-300">行业</th>
|
||
<th class="pb-3 text-sm font-semibold text-purple-300">产业链</th>
|
||
<th class="pb-3 text-sm font-semibold text-yellow-300">项目</th>
|
||
<th class="pb-3 text-sm font-semibold text-pink-300">投资逻辑</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="border-b border-gray-700 hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">天顺股份</td>
|
||
<td class="py-3 text-sm text-gray-300">物流</td>
|
||
<td class="py-3 text-sm text-gray-300">第三方物流、供应链管理、国际航空物流、国际铁路物流</td>
|
||
<td class="py-3 text-sm text-gray-300">物流园区经营</td>
|
||
<td class="py-3 text-sm text-gray-300">公司主要从事大宗货物和大件货物的第三方物流和供应链管理业务</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-700 hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">飞力达</td>
|
||
<td class="py-3 text-sm text-gray-300">物流服务</td>
|
||
<td class="py-3 text-sm text-gray-300">基础物流服务、综合物流服务、技术服务、贸易执行</td>
|
||
<td class="py-3 text-sm text-gray-300">一站式物流解决方案</td>
|
||
<td class="py-3 text-sm text-gray-300">公司提供一站式物流解决方案,涉及市场定位设计、信息系统设计</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-700 hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">海晨股份</td>
|
||
<td class="py-3 text-sm text-gray-300">供应链物流</td>
|
||
<td class="py-3 text-sm text-gray-300">TOB供应链物流集成服务</td>
|
||
<td class="py-3 text-sm text-gray-300">制造业企业一体化供应链解决方案</td>
|
||
<td class="py-3 text-sm text-gray-300">公司为制造业企业提供TOB供应链物流集成服务,覆盖生产全流程</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-700 hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">万林物流</td>
|
||
<td class="py-3 text-sm text-gray-300">港口物流</td>
|
||
<td class="py-3 text-sm text-gray-300">长江三角洲经济区物流</td>
|
||
<td class="py-3 text-sm text-gray-300">港口物流基础设施</td>
|
||
<td class="py-3 text-sm text-gray-300">公司地处长江三角洲,依托长江黄金水道及多条高速铁路</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-700 hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">东方嘉盛</td>
|
||
<td class="py-3 text-sm text-gray-300">供应链管理</td>
|
||
<td class="py-3 text-sm text-gray-300">供应链服务、销售商品</td>
|
||
<td class="py-3 text-sm text-gray-300">供应链解决方案</td>
|
||
<td class="py-3 text-sm text-gray-300">公司依托供应链管理理念与技术体系,结合客户需求设计解决方案</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-700 hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">长久物流</td>
|
||
<td class="py-3 text-sm text-gray-300">整车物流</td>
|
||
<td class="py-3 text-sm text-gray-300">整车运输物流服务</td>
|
||
<td class="py-3 text-sm text-gray-300">物流网络标准化、信息化</td>
|
||
<td class="py-3 text-sm text-gray-300">公司致力于整车运输服务,通过标准化、信息化提升物流网络覆盖度</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-700 hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">瑞康医药</td>
|
||
<td class="py-3 text-sm text-gray-300">医药物流</td>
|
||
<td class="py-3 text-sm text-gray-300">医药配送、第三方物流</td>
|
||
<td class="py-3 text-sm text-gray-300">全国医药配送网络</td>
|
||
<td class="py-3 text-sm text-gray-300">公司具备第三方医药物流资质,拥有全国医药配送网络及智慧物流</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-700 hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">光大嘉宝</td>
|
||
<td class="py-3 text-sm text-gray-300">物流地产</td>
|
||
<td class="py-3 text-sm text-gray-300">工业及物流地产</td>
|
||
<td class="py-3 text-sm text-gray-300">长三角/珠三角物流节点城市</td>
|
||
<td class="py-3 text-sm text-gray-300">公司下属平台在长三角、珠三角等区域开发多个工业及物流地产项目</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-700 hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">怡亚通</td>
|
||
<td class="py-3 text-sm text-gray-300">供应链管理</td>
|
||
<td class="py-3 text-sm text-gray-300">广度/深度供应链业务、物流平台</td>
|
||
<td class="py-3 text-sm text-gray-300">供应链管理服务</td>
|
||
<td class="py-3 text-sm text-gray-300">公司提供供应链管理服务,涵盖广度供应链、深度供应链及物流平台</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-700 hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">老百姓</td>
|
||
<td class="py-3 text-sm text-gray-300">医药物流</td>
|
||
<td class="py-3 text-sm text-gray-300">医药物流体系、区域中心仓</td>
|
||
<td class="py-3 text-sm text-gray-300">全国配送中心网络</td>
|
||
<td class="py-3 text-sm text-gray-300">公司拥有行业领先的医药物流体系,覆盖全国多个省级配送中心</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-700 hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">德邦股份</td>
|
||
<td class="py-3 text-sm text-gray-300">公路快运</td>
|
||
<td class="py-3 text-sm text-gray-300">综合物流服务</td>
|
||
<td class="py-3 text-sm text-gray-300">零担物流龙头</td>
|
||
<td class="py-3 text-sm text-gray-300">公司是国内领先的综合物流供应商,2010年成为中国公路零担领域龙头</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-700 hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">嘉友国际</td>
|
||
<td class="py-3 text-sm text-gray-300">跨境物流</td>
|
||
<td class="py-3 text-sm text-gray-300">跨境多式联运、大宗矿产品物流</td>
|
||
<td class="py-3 text-sm text-gray-300">供应链贸易服务</td>
|
||
<td class="py-3 text-sm text-gray-300">公司提供跨境多式联运综合物流服务,涵盖大宗矿产品物流及供应链贸易</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-700 hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">供销大集</td>
|
||
<td class="py-3 text-sm text-gray-300">商品流通</td>
|
||
<td class="py-3 text-sm text-gray-300">城乡商品流通服务</td>
|
||
<td class="py-3 text-sm text-gray-300">民生购物中心、酷铺商超</td>
|
||
<td class="py-3 text-sm text-gray-300">公司定位城乡商品流通综合服务商,运营民生购物中心及酷铺商超连锁</td>
|
||
</tr>
|
||
<tr class="border-b border-gray-700 hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">小商品城</td>
|
||
<td class="py-3 text-sm text-gray-300">数字贸易</td>
|
||
<td class="py-3 text-sm text-gray-300">"一带一路"国际数据中心</td>
|
||
<td class="py-3 text-sm text-gray-300">数字中国战略</td>
|
||
<td class="py-3 text-sm text-gray-300">公司响应"一带一路"倡议,与中国联通合作建设国际数据中心</td>
|
||
</tr>
|
||
<tr class="hover:bg-white hover:bg-opacity-5">
|
||
<td class="py-3 text-sm font-medium text-white">华光源海</td>
|
||
<td class="py-3 text-sm text-gray-300">国际货运代理</td>
|
||
<td class="py-3 text-sm text-gray-300">江海联运集装箱运输</td>
|
||
<td class="py-3 text-sm text-gray-300">长江中下游港口网络</td>
|
||
<td class="py-3 text-sm text-gray-300">公司核心竞争力为江海联运集装箱运输,覆盖长江中下游主要港口</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</div>
|
||
|
||
<!-- Scripts -->
|
||
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3/tsparticles.bundle.min.js"></script>
|
||
<script>
|
||
// Initialize particles
|
||
tsParticles.load("particles-js", {
|
||
particles: {
|
||
number: {
|
||
value: 80,
|
||
density: {
|
||
enable: true,
|
||
value_area: 800
|
||
}
|
||
},
|
||
color: {
|
||
value: "#a78bfa"
|
||
},
|
||
shape: {
|
||
type: "circle"
|
||
},
|
||
opacity: {
|
||
value: 0.5,
|
||
random: false
|
||
},
|
||
size: {
|
||
value: 3,
|
||
random: true
|
||
},
|
||
line_linked: {
|
||
enable: true,
|
||
distance: 150,
|
||
color: "#60a5fa",
|
||
opacity: 0.4,
|
||
width: 1
|
||
},
|
||
move: {
|
||
enable: true,
|
||
speed: 2,
|
||
direction: "none",
|
||
random: false,
|
||
straight: false,
|
||
out_mode: "out",
|
||
bounce: false
|
||
}
|
||
},
|
||
interactivity: {
|
||
detect_on: "canvas",
|
||
events: {
|
||
onhover: {
|
||
enable: true,
|
||
mode: "grab"
|
||
},
|
||
onclick: {
|
||
enable: true,
|
||
mode: "push"
|
||
},
|
||
resize: true
|
||
},
|
||
modes: {
|
||
grab: {
|
||
distance: 140,
|
||
line_linked: {
|
||
opacity: 1
|
||
}
|
||
},
|
||
push: {
|
||
particles_nb: 4
|
||
}
|
||
}
|
||
},
|
||
retina_detect: true
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|
||
``` |