586 lines
30 KiB
HTML
586 lines
30 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" rel="stylesheet" />
|
||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
|
||
<script src="https://cdn.tailwindcss.com"></script>
|
||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
|
||
<style>
|
||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');
|
||
|
||
body {
|
||
font-family: 'Noto Sans SC', 'Inter', sans-serif;
|
||
background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
|
||
min-height: 100vh;
|
||
}
|
||
|
||
.timeline-item::before {
|
||
content: '';
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
height: 100%;
|
||
width: 2px;
|
||
background: #3b82f6;
|
||
}
|
||
|
||
.timeline-dot {
|
||
position: absolute;
|
||
left: -5px;
|
||
top: 0;
|
||
width: 12px;
|
||
height: 12px;
|
||
border-radius: 50%;
|
||
background: #3b82f6;
|
||
border: 2px solid white;
|
||
}
|
||
|
||
.gradient-text {
|
||
background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
|
||
-webkit-background-clip: text;
|
||
-webkit-text-fill-color: transparent;
|
||
}
|
||
|
||
.card-hover {
|
||
transition: all 0.3s ease;
|
||
}
|
||
|
||
.card-hover:hover {
|
||
transform: translateY(-5px);
|
||
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
|
||
}
|
||
|
||
.table-container {
|
||
overflow-x: auto;
|
||
}
|
||
|
||
@media (max-width: 768px) {
|
||
.card-body {
|
||
padding: 1rem;
|
||
}
|
||
|
||
h2 {
|
||
font-size: 1.5rem;
|
||
}
|
||
|
||
h3 {
|
||
font-size: 1.25rem;
|
||
}
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="bg-gray-50">
|
||
<div class="container mx-auto px-4 py-8 max-w-6xl">
|
||
<!-- 标题部分 -->
|
||
<div class="text-center mb-10">
|
||
<h1 class="text-4xl font-bold gradient-text mb-4">敦煌网跨境电商概念分析</h1>
|
||
<div class="flex items-center justify-center space-x-2 text-gray-500">
|
||
<span class="inline-block w-3 h-3 bg-blue-500 rounded-full"></span>
|
||
<span>政策红利与流量红利共振的爆发期</span>
|
||
<span class="inline-block w-3 h-3 bg-purple-500 rounded-full"></span>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 概念事件时间轴 -->
|
||
<div class="card bg-white rounded-xl shadow-lg mb-8 card-hover">
|
||
<div class="card-body p-6">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-history text-blue-500 mr-3"></i>概念事件时间轴
|
||
</h2>
|
||
|
||
<div class="timeline relative pl-8 space-y-6">
|
||
<div class="timeline-item relative">
|
||
<div class="timeline-dot"></div>
|
||
<div class="bg-blue-50 rounded-lg p-4 border-l-4 border-blue-500">
|
||
<h3 class="font-semibold text-lg text-blue-800">2024年9月</h3>
|
||
<p class="text-gray-700">美国拟取消800美元以下小包免税政策(T86模式),引发行业对关税成本的担忧。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="timeline-item relative">
|
||
<div class="timeline-dot"></div>
|
||
<div class="bg-purple-50 rounded-lg p-4 border-l-4 border-purple-500">
|
||
<h3 class="font-semibold text-lg text-purple-800">2025年4月13日</h3>
|
||
<p class="text-gray-700">TikTok网红发布"中国工厂直供奢侈品"视频,单条播放量超1100万次,带动敦煌网流量<strong class="text-purple-600">增长55%</strong>、GMV<strong class="text-purple-600">翻倍</strong>。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="timeline-item relative">
|
||
<div class="timeline-dot"></div>
|
||
<div class="bg-green-50 rounded-lg p-4 border-l-4 border-green-500">
|
||
<h3 class="font-semibold text-lg text-green-800">2025年4月15日</h3>
|
||
<p class="text-gray-700">敦煌网美国iOS免费榜排名从<strong class="text-green-600">第352位飙升至第2位</strong>(仅次于ChatGPT),单日下载量激增<strong class="text-green-600">940%</strong>。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="timeline-item relative">
|
||
<div class="timeline-dot"></div>
|
||
<div class="bg-red-50 rounded-lg p-4 border-l-4 border-red-500">
|
||
<h3 class="font-semibold text-lg text-red-800">2025年5月2日</h3>
|
||
<p class="text-gray-700">美国正式取消T86免税政策,低单价商品(<800美元)关税成本上升<strong class="text-red-600">90%-150%</strong>。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mt-6 p-4 bg-yellow-50 rounded-lg border-l-4 border-yellow-500">
|
||
<p class="text-gray-700"><strong class="text-yellow-700">催化事件:</strong>关税政策变动+TikTok流量裂变,形成"政策焦虑+社媒传播"的双重驱动。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心观点摘要 -->
|
||
<div class="card bg-gradient-to-r from-blue-600 to-purple-600 text-white rounded-xl shadow-lg mb-8 card-hover">
|
||
<div class="card-body p-6">
|
||
<h2 class="text-2xl font-bold mb-4 flex items-center">
|
||
<i class="fas fa-lightbulb mr-3"></i>核心观点摘要
|
||
</h2>
|
||
<blockquote class="text-lg italic">
|
||
敦煌网跨境电商正处于<strong>"政策红利+流量红利"共振的爆发期</strong>,短期由关税政策催化的囤货需求驱动,长期依托"中国工厂-海外仓-本土分销"的短链模式重构全球B2B供应链。但<strong>5月2日T86政策落地后,低单价商品逻辑将受冲击</strong>,需验证海外仓和本土化分销的替代能力。
|
||
</blockquote>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心逻辑与市场认知分析 -->
|
||
<div class="card bg-white rounded-xl shadow-lg mb-8 card-hover">
|
||
<div class="card-body p-6">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-brain text-blue-500 mr-3"></i>核心逻辑与市场认知分析
|
||
</h2>
|
||
|
||
<div class="grid md:grid-cols-2 gap-6">
|
||
<div class="bg-gray-50 p-5 rounded-lg">
|
||
<h3 class="font-semibold text-lg text-gray-800 mb-3 flex items-center">
|
||
<i class="fas fa-rocket text-blue-500 mr-2"></i>核心驱动力
|
||
</h3>
|
||
<ul class="space-y-3">
|
||
<li class="flex items-start">
|
||
<span class="text-blue-500 mr-2">•</span>
|
||
<div>
|
||
<strong>政策套利:</strong>利用T86免税政策(800美元以下小包免税)的<strong>最后窗口期</strong>,通过AI拆单技术规避关税。
|
||
</div>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<span class="text-blue-500 mr-2">•</span>
|
||
<div>
|
||
<strong>供应链透明化:</strong>TikTok网红揭露"奢侈品代工真相",推动消费者转向源头直采。
|
||
</div>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<span class="text-blue-500 mr-2">•</span>
|
||
<div>
|
||
<strong>柔性供应链:</strong>敦煌网支持<strong>100-500件小单快返</strong>,满足美国中小B端买家碎片化需求。
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="bg-gray-50 p-5 rounded-lg">
|
||
<h3 class="font-semibold text-lg text-gray-800 mb-3 flex items-center">
|
||
<i class="fas fa-chart-line text-purple-500 mr-2"></i>市场热度与情绪
|
||
</h3>
|
||
<ul class="space-y-3">
|
||
<li class="flex items-start">
|
||
<span class="text-purple-500 mr-2">•</span>
|
||
<div>
|
||
<strong>新闻热度:</strong>4月15-20日相关报道<strong>超50篇</strong>,关键词搜索量<strong>周环比+300%</strong>。
|
||
</div>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<span class="text-purple-500 mr-2">•</span>
|
||
<div>
|
||
<strong>研报密集度:</strong>财通、华福、国泰等机构<strong>4月内发布8篇深度报告</strong>。
|
||
</div>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<span class="text-purple-500 mr-2">•</span>
|
||
<div>
|
||
<strong>情绪分歧:</strong>部分公司(如三态股份、巨星科技)<strong>紧急澄清"无合作"</strong>。
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mt-6 bg-yellow-50 p-5 rounded-lg border-l-4 border-yellow-500">
|
||
<h3 class="font-semibold text-lg text-gray-800 mb-3 flex items-center">
|
||
<i class="fas fa-exclamation-triangle text-yellow-500 mr-2"></i>预期差分析
|
||
</h3>
|
||
<div class="grid md:grid-cols-2 gap-4">
|
||
<div>
|
||
<h4 class="font-medium text-gray-700 mb-2">市场共识</h4>
|
||
<p class="text-gray-600">敦煌网="关税套利平台",短期流量爆发。</p>
|
||
</div>
|
||
<div>
|
||
<h4 class="font-medium text-gray-700 mb-2">忽略的关键点</h4>
|
||
<ul class="text-gray-600 space-y-1">
|
||
<li>• 佣金结构:300美元以下订单收取<strong>12%-25%佣金</strong></li>
|
||
<li>• 合规风险:仿品/平替商品面临美国海关AI查验</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关键催化剂与未来发展路径 -->
|
||
<div class="card bg-white rounded-xl shadow-lg mb-8 card-hover">
|
||
<div class="card-body p-6">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-fire text-red-500 mr-3"></i>关键催化剂与未来发展路径
|
||
</h2>
|
||
|
||
<div class="grid md:grid-cols-2 gap-6">
|
||
<div class="bg-blue-50 p-5 rounded-lg">
|
||
<h3 class="font-semibold text-lg text-blue-800 mb-3">近期催化剂(3-6个月)</h3>
|
||
<ol class="space-y-3">
|
||
<li class="flex items-start">
|
||
<span class="bg-blue-500 text-white rounded-full w-6 h-6 flex items-center justify-center text-sm mr-3 flex-shrink-0">1</span>
|
||
<div>
|
||
<strong>关税政策细则:</strong>美国海关对低报价格的稽查力度。
|
||
</div>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<span class="bg-blue-500 text-white rounded-full w-6 h-6 flex items-center justify-center text-sm mr-3 flex-shrink-0">2</span>
|
||
<div>
|
||
<strong>海外仓补贴:</strong>中国地方政府对海外仓建设的<strong>专项补贴</strong>。
|
||
</div>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<span class="bg-blue-500 text-white rounded-full w-6 h-6 flex items-center justify-center text-sm mr-3 flex-shrink-0">3</span>
|
||
<div>
|
||
<strong>Q2财报验证:</strong>敦煌网母公司<strong>布鲁克(BROOK.SI)</strong>Q2业绩。
|
||
</div>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
|
||
<div class="bg-purple-50 p-5 rounded-lg">
|
||
<h3 class="font-semibold text-lg text-purple-800 mb-3">长期发展路径</h3>
|
||
<ol class="space-y-3">
|
||
<li class="flex items-start">
|
||
<span class="bg-purple-500 text-white rounded-full w-6 h-6 flex items-center justify-center text-sm mr-3 flex-shrink-0">1</span>
|
||
<div>
|
||
<strong>阶段1(2025H2):</strong>转向<strong>"海外仓+本土分销"</strong>,客单价提升至<strong>200美元以上</strong>。
|
||
</div>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<span class="bg-purple-500 text-white rounded-full w-6 h-6 flex items-center justify-center text-sm mr-3 flex-shrink-0">2</span>
|
||
<div>
|
||
<strong>阶段2(2026-2027):</strong>MyyShop社交电商模式放量,网红GMV占比提升至<strong>30%+</strong>。
|
||
</div>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<span class="bg-purple-500 text-white rounded-full w-6 h-6 flex items-center justify-center text-sm mr-3 flex-shrink-0">3</span>
|
||
<div>
|
||
<strong>阶段3(2028+):</strong>成为"中国工厂DTC出海"基础设施,对标Shopify+B2B版本。
|
||
</div>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 产业链与核心公司深度剖析 -->
|
||
<div class="card bg-white rounded-xl shadow-lg mb-8 card-hover">
|
||
<div class="card-body p-6">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-project-diagram text-green-500 mr-3"></i>产业链与核心公司深度剖析
|
||
</h2>
|
||
|
||
<div class="bg-gray-100 p-5 rounded-lg mb-6">
|
||
<h3 class="font-semibold text-lg text-gray-800 mb-3">产业链图谱</h3>
|
||
<div class="flex flex-wrap justify-center items-center gap-4">
|
||
<div class="bg-blue-100 px-4 py-2 rounded-lg text-blue-800 font-medium">
|
||
<i class="fas fa-industry mr-2"></i>上游:中国中小工厂
|
||
</div>
|
||
<div class="text-gray-500">
|
||
<i class="fas fa-arrow-right"></i>
|
||
</div>
|
||
<div class="bg-purple-100 px-4 py-2 rounded-lg text-purple-800 font-medium">
|
||
<i class="fas fa-store mr-2"></i>中游:敦煌网+MyyShop
|
||
</div>
|
||
<div class="text-gray-500">
|
||
<i class="fas fa-arrow-right"></i>
|
||
</div>
|
||
<div class="bg-green-100 px-4 py-2 rounded-lg text-green-800 font-medium">
|
||
<i class="fas fa-shopping-cart mr-2"></i>下游:美国中小B端买家
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full bg-white border border-gray-200 rounded-lg overflow-hidden">
|
||
<thead class="bg-gray-50">
|
||
<tr>
|
||
<th class="py-3 px-4 text-left text-sm font-semibold text-gray-700 border-b">公司</th>
|
||
<th class="py-3 px-4 text-left text-sm font-semibold text-gray-700 border-b">角色</th>
|
||
<th class="py-3 px-4 text-left text-sm font-semibold text-gray-700 border-b">竞争优势</th>
|
||
<th class="py-3 px-4 text-left text-sm font-semibold text-gray-700 border-b">风险点</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">华贸物流</td>
|
||
<td class="py-3 px-4 text-gray-700">指定物流商</td>
|
||
<td class="py-3 px-4 text-gray-700">持股佳成国际34%,绑定敦煌网<strong>95%直邮订单</strong></td>
|
||
<td class="py-3 px-4 text-gray-700">T86取消后小包量<strong>下滑50%+</strong></td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">焦点科技</td>
|
||
<td class="py-3 px-4 text-gray-700">B2B平台竞品</td>
|
||
<td class="py-3 px-4 text-gray-700">中国制造网<strong>续约率60-70%</strong>,佣金仅2%</td>
|
||
<td class="py-3 px-4 text-gray-700">阿里国际站<strong>9倍规模压制</strong></td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">浔兴股份</td>
|
||
<td class="py-3 px-4 text-gray-700">柔性供应链</td>
|
||
<td class="py-3 px-4 text-gray-700">承接<strong>100-500件小单</strong>,毛利率+10pct</td>
|
||
<td class="py-3 px-4 text-gray-700">拉链品类<strong>非核心需求</strong>,替代性强</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">乐歌股份</td>
|
||
<td class="py-3 px-4 text-gray-700">稀缺海外仓</td>
|
||
<td class="py-3 px-4 text-gray-700">美国仓面积<strong>30万㎡</strong>,租金成本<strong>$0.5/㎡/天</strong></td>
|
||
<td class="py-3 px-4 text-gray-700">亚马逊FBA降价<strong>挤压第三方仓</strong></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
|
||
<div class="mt-6 bg-red-50 p-5 rounded-lg border-l-4 border-red-500">
|
||
<h3 class="font-semibold text-lg text-red-800 mb-3">验证与证伪</h3>
|
||
<div class="space-y-2">
|
||
<p><strong>数据印证:</strong>敦煌网4月美国GMV<strong>增长100%</strong>,但华贸物流Q1空运收入<strong>环比下降15%</strong>。</p>
|
||
<p><strong>矛盾点:</strong>研报称"仿品风险可控",但路演透露<strong>已下架3000+仿品链接</strong>。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 潜在风险与挑战 -->
|
||
<div class="card bg-white rounded-xl shadow-lg mb-8 card-hover">
|
||
<div class="card-body p-6">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-exclamation-triangle text-yellow-500 mr-3"></i>潜在风险与挑战
|
||
</h2>
|
||
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full bg-white border border-gray-200 rounded-lg overflow-hidden">
|
||
<thead class="bg-gray-50">
|
||
<tr>
|
||
<th class="py-3 px-4 text-left text-sm font-semibold text-gray-700 border-b">风险类型</th>
|
||
<th class="py-3 px-4 text-left text-sm font-semibold text-gray-700 border-b">具体表现</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">政策风险</td>
|
||
<td class="py-3 px-4 text-gray-700">美国海关<strong>1039报关模式</strong>被滥用,可能引发<strong>系统性查验</strong>。</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">商业化风险</td>
|
||
<td class="py-3 px-4 text-gray-700">低单价商品<strong>佣金侵蚀利润</strong>(300美元以下订单佣金<strong>高达25%</strong>)。</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">竞争风险</td>
|
||
<td class="py-3 px-4 text-gray-700">阿里国际站推出<strong>"小额批发"频道</strong>(2025年4月内测),直接对标敦煌网。</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">信息矛盾</td>
|
||
<td class="py-3 px-4 text-gray-700">路演称"敦煌网美国占比60%",但专家会议透露<strong>"正降低美国份额至<50%"</strong>。</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 综合结论与投资启示 -->
|
||
<div class="card bg-gradient-to-r from-green-600 to-teal-600 text-white rounded-xl shadow-lg mb-8 card-hover">
|
||
<div class="card-body p-6">
|
||
<h2 class="text-2xl font-bold mb-4 flex items-center">
|
||
<i class="fas fa-check-circle mr-3"></i>综合结论与投资启示
|
||
</h2>
|
||
|
||
<div class="mb-6">
|
||
<h3 class="text-xl font-semibold mb-2">阶段判断</h3>
|
||
<p class="text-lg">当前处于<strong>"政策套利末期+模式验证初期"</strong>,短期流量爆发不可持续,需观察<strong>海外仓渗透率</strong>(当前<strong><5%</strong>)能否快速提升。</p>
|
||
</div>
|
||
|
||
<div class="mb-6">
|
||
<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">
|
||
<h4 class="font-semibold mb-2 flex items-center">
|
||
<i class="fas fa-star mr-2"></i>最确定
|
||
</h4>
|
||
<ul class="space-y-1">
|
||
<li>• <strong>乐歌股份</strong>(海外仓稀缺性)</li>
|
||
<li>• <strong>焦点科技</strong>(B2B平台佣金优势)</li>
|
||
</ul>
|
||
</div>
|
||
<div class="bg-white bg-opacity-20 p-4 rounded-lg">
|
||
<h4 class="font-semibold mb-2 flex items-center">
|
||
<i class="fas fa-chart-line mr-2"></i>弹性标的
|
||
</h4>
|
||
<ul class="space-y-1">
|
||
<li>• <strong>浔兴股份</strong>(小单快返验证)</li>
|
||
<li>• <strong>华凯易佰</strong>(泛品类卖家受益流量外溢)</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold mb-3">关键跟踪指标</h3>
|
||
<ol class="space-y-2">
|
||
<li>
|
||
<strong>1. 敦煌网美国GMV占比:</strong>若从60%降至40%以下,验证欧洲市场拓展成功。
|
||
</li>
|
||
<li>
|
||
<strong>2. 海外仓单量增速:</strong>Q2需环比<strong>+50%</strong>以上,才能抵消小包下滑。
|
||
</li>
|
||
<li>
|
||
<strong>3. 仿品下架率:</strong>每月下架链接数<strong><1000条</strong>,表明合规风险可控。
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
|
||
<div class="mt-6 bg-white bg-opacity-20 p-4 rounded-lg">
|
||
<p class="text-xl font-semibold text-center italic">敦煌网是关税政策下的"流量现象",但长期价值取决于能否从"免税套利"升级为"供应链赋能"的基础设施。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关联股票数据表格 -->
|
||
<div class="card bg-white rounded-xl shadow-lg card-hover">
|
||
<div class="card-body p-6">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-table text-blue-500 mr-3"></i>敦煌网跨境电商关联股票
|
||
</h2>
|
||
|
||
<div class="table-container">
|
||
<table class="min-w-full bg-white border border-gray-200 rounded-lg overflow-hidden">
|
||
<thead class="bg-gray-50">
|
||
<tr>
|
||
<th class="py-3 px-4 text-left text-sm font-semibold text-gray-700 border-b">股票</th>
|
||
<th class="py-3 px-4 text-left text-sm font-semibold text-gray-700 border-b">标签1(行业)</th>
|
||
<th class="py-3 px-4 text-left text-sm font-semibold text-gray-700 border-b">标签2(产业链)</th>
|
||
<th class="py-3 px-4 text-left text-sm font-semibold text-gray-700 border-b">标签3(项目)</th>
|
||
<th class="py-3 px-4 text-left text-sm font-semibold text-gray-700 border-b">关联原因</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">华贸物流</td>
|
||
<td class="py-3 px-4 text-gray-700">物流服务</td>
|
||
<td class="py-3 px-4 text-gray-700">敦煌网指定物流供应商</td>
|
||
<td class="py-3 px-4 text-gray-700">杭州佳成国际物流持股34%</td>
|
||
<td class="py-3 px-4 text-gray-700">公司持股34%的杭州佳成国际物流是敦煌网等多家跨境电商平台的指定国际物流供应商</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">久其软件</td>
|
||
<td class="py-3 px-4 text-gray-700">数字化合作</td>
|
||
<td class="py-3 px-4 text-gray-700">软件服务</td>
|
||
<td class="py-3 px-4 text-gray-700">敦煌网JoinChat项目银奖</td>
|
||
<td class="py-3 px-4 text-gray-700">全资子公司久其数字参与敦煌网数字化项目并获奖</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">浔兴股份</td>
|
||
<td class="py-3 px-4 text-gray-700">跨境电商服务</td>
|
||
<td class="py-3 px-4 text-gray-700">平台工具支持</td>
|
||
<td class="py-3 px-4 text-gray-700">全球交易助手</td>
|
||
<td class="py-3 px-4 text-gray-700">产品支持Aliexpress、eBay、Wish、敦煌网等跨境电商平台</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">瑞贝卡</td>
|
||
<td class="py-3 px-4 text-gray-700">跨境电商</td>
|
||
<td class="py-3 px-4 text-gray-700">平台开店</td>
|
||
<td class="py-3 px-4 text-gray-700">零售贸易</td>
|
||
<td class="py-3 px-4 text-gray-700">在速卖通、亚马逊、eBay、Wish、敦煌网等平台开设店铺</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">三态股份</td>
|
||
<td class="py-3 px-4 text-gray-700">跨境电商</td>
|
||
<td class="py-3 px-4 text-gray-700">物流与数据分析</td>
|
||
<td class="py-3 px-4 text-gray-700">绿色通道路演</td>
|
||
<td class="py-3 px-4 text-gray-700">与敦煌网等平台合作,提供站外流量、数据分析等服务</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">汇鸿集团</td>
|
||
<td class="py-3 px-4 text-gray-700">股权投资</td>
|
||
<td class="py-3 px-4 text-gray-700">凯鹏华盈投资</td>
|
||
<td class="py-3 px-4 text-gray-700">跨境贸易</td>
|
||
<td class="py-3 px-4 text-gray-700">子公司持有凯鹏华盈6.15%股权,后者曾投资敦煌网</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">青岛金王</td>
|
||
<td class="py-3 px-4 text-gray-700">跨境电商</td>
|
||
<td class="py-3 px-4 text-gray-700">战略合作</td>
|
||
<td class="py-3 px-4 text-gray-700">日化零售</td>
|
||
<td class="py-3 px-4 text-gray-700">与敦煌网建立战略合作关系,利用平台优势发展业务</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">中文传媒</td>
|
||
<td class="py-3 px-4 text-gray-700">跨境电商服务</td>
|
||
<td class="py-3 px-4 text-gray-700">行云平台合作</td>
|
||
<td class="py-3 px-4 text-gray-700">文化传媒</td>
|
||
<td class="py-3 px-4 text-gray-700">子公司行云平台服务于敦煌网等外贸电商客户</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">新华锦</td>
|
||
<td class="py-3 px-4 text-gray-700">跨境电商</td>
|
||
<td class="py-3 px-4 text-gray-700">子公司合作</td>
|
||
<td class="py-3 px-4 text-gray-700">外贸综合服务</td>
|
||
<td class="py-3 px-4 text-gray-700">子公司曾与敦煌网合作,但目前已终止合作</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">焦点科技</td>
|
||
<td class="py-3 px-4 text-gray-700">跨境电商</td>
|
||
<td class="py-3 px-4 text-gray-700">中国制造网</td>
|
||
<td class="py-3 px-4 text-gray-700">B2B平台</td>
|
||
<td class="py-3 px-4 text-gray-700">旗下中国制造网与敦煌网竞争并共享行业红利</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">*ST开元</td>
|
||
<td class="py-3 px-4 text-gray-700">跨境电商</td>
|
||
<td class="py-3 px-4 text-gray-700">人才培养合作</td>
|
||
<td class="py-3 px-4 text-gray-700">职业教育</td>
|
||
<td class="py-3 px-4 text-gray-700">与敦煌网开展跨境电商人才培养合作</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">苏豪弘业</td>
|
||
<td class="py-3 px-4 text-gray-700">跨境电商</td>
|
||
<td class="py-3 px-4 text-gray-700">平台合作</td>
|
||
<td class="py-3 px-4 text-gray-700">外贸综合服务</td>
|
||
<td class="py-3 px-4 text-gray-700">在敦煌网等平台建设跨境电商店铺</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">哈尔斯</td>
|
||
<td class="py-3 px-4 text-gray-700">跨境电商</td>
|
||
<td class="py-3 px-4 text-gray-700">平台开店</td>
|
||
<td class="py-3 px-4 text-gray-700">家居用品</td>
|
||
<td class="py-3 px-4 text-gray-700">在敦煌网开设店铺进行产品销售</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">茶花股份</td>
|
||
<td class="py-3 px-4 text-gray-700">跨境电商</td>
|
||
<td class="py-3 px-4 text-gray-700">DHgate投放</td>
|
||
<td class="py-3 px-4 text-gray-700">日用品制造</td>
|
||
<td class="py-3 px-4 text-gray-700">在敦煌网等平台进行产品投放销售</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|
||
``` |