Files
vf_react/public/htmls/新时代西部大开发.html
2025-10-11 16:16:02 +08:00

639 lines
28 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">
<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:wght@300;400;500;700&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>
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3/tsparticles.bundle.min.js"></script>
<style>
:root {
--primary-color: #1e40af;
--secondary-color: #0ea5e9;
--accent-color: #f59e0b;
--text-color: #1f2937;
--bg-light: #f8fafc;
}
body {
font-family: 'Inter', 'Noto Sans SC', sans-serif;
color: var(--text-color);
background-color: var(--bg-light);
}
.gradient-bg {
background: linear-gradient(135deg, #1e40af 0%, #0ea5e9 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);
}
.timeline-dot {
position: relative;
}
.timeline-dot::before {
content: '';
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%;
background-color: var(--secondary-color);
top: 50%;
left: -8px;
transform: translateY(-50%);
z-index: 1;
}
.timeline-line {
position: absolute;
width: 2px;
background-color: #e5e7eb;
top: 0;
bottom: 0;
left: 0;
}
.industry-tag {
display: inline-block;
padding: 0.25rem 0.75rem;
border-radius: 9999px;
font-size: 0.75rem;
font-weight: 500;
background-color: #dbeafe;
color: #1e40af;
}
.highlight-box {
background-color: rgba(14, 165, 233, 0.1);
border-left: 4px solid #0ea5e9;
padding: 1rem;
border-radius: 0.375rem;
}
#particles-js {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.table-container {
overflow-x: auto;
}
@media (max-width: 768px) {
.timeline-line {
left: 15px;
}
.timeline-dot::before {
left: 7px;
}
}
</style>
</head>
<body class="bg-gray-50">
<div id="particles-js"></div>
<div class="container mx-auto px-4 py-8 max-w-7xl">
<!-- 标题部分 -->
<div class="mb-10 text-center">
<h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4">新时代西部大开发</h1>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">政策红利兑现期,基建链和能源链最具确定性</p>
<div class="mt-6 flex justify-center space-x-2">
<span class="industry-tag">政策驱动</span>
<span class="industry-tag">基建投资</span>
<span class="industry-tag">能源安全</span>
<span class="industry-tag">区域发展</span>
</div>
</div>
<!-- 概念事件和时间轴 -->
<div class="mb-12">
<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-alt text-blue-600 mr-3"></i>概念事件与时间轴
</h2>
<div class="highlight-box mb-6">
<h3 class="text-lg font-semibold text-gray-800 mb-2">背景与催化事件</h3>
<ul class="list-disc pl-5 space-y-2 text-gray-700">
<li><strong>2024年8月23日</strong>,中共中央政治局审议通过《进一步推动西部大开发形成新格局的若干政策措施》,明确"大保护、大开放、高质量发展"三大方向</li>
<li><strong>2024年4月23日</strong>,习近平在重庆召开新时代西部大开发座谈会,首次将旅游业列为"主攻方向"</li>
<li><strong>2023年12月</strong>,新疆煤化工项目、西藏雅鲁藏布江水电工程、广西平陆运河等重大项目启动</li>
<li><strong>2025年1月5日</strong>海关总署出台15项措施支持西部开放</li>
</ul>
</div>
<div class="overflow-x-auto">
<table class="min-w-full bg-white border border-gray-200 rounded-lg">
<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>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-200">
<td class="py-3 px-4 font-medium">1999年</td>
<td class="py-3 px-4">西部大开发战略启动</td>
</tr>
<tr class="border-b border-gray-200 bg-gray-50">
<td class="py-3 px-4 font-medium">2020年5月</td>
<td class="py-3 px-4">《新时代推进西部大开发形成新格局的指导意见》发布</td>
</tr>
<tr class="border-b border-gray-200">
<td class="py-3 px-4 font-medium">2024年4月23日</td>
<td class="py-3 px-4">习近平重庆座谈会:旅游业、新兴产业、能源安全</td>
</tr>
<tr class="border-b border-gray-200 bg-gray-50">
<td class="py-3 px-4 font-medium">2024年8月23日</td>
<td class="py-3 px-4">政治局会议:审议通过《若干政策措施》</td>
</tr>
<tr class="border-b border-gray-200">
<td class="py-3 px-4 font-medium">2024年8月-2025年</td>
<td class="py-3 px-4">新疆煤化工、西藏水电、广西运河等重大项目密集落地</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- 核心观点摘要 -->
<div class="mb-12">
<div class="bg-gradient-to-r from-blue-600 to-cyan-500 rounded-xl card-shadow p-6 text-white">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fas fa-lightbulb mr-3"></i>核心观点摘要
</h2>
<div class="text-lg leading-relaxed">
<p>新时代西部大开发已从"基建驱动"升级为"产业+开放"双轮驱动,<strong>政策催化密集2024-2025年+项目落地加速(煤化工/水电/运河)</strong>构成核心逻辑。当前处于<strong>政策红利兑现期</strong><strong>基建链(民爆/水泥)和能源链(煤化工/水电)</strong>是最具确定性的方向。</p>
</div>
</div>
</div>
<!-- 核心逻辑与市场认知分析 -->
<div class="mb-12 grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="bg-white rounded-xl card-shadow p-6">
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
<i class="fas fa-cogs text-blue-600 mr-3"></i>核心驱动力
</h2>
<div class="space-y-4">
<div class="flex items-start">
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-blue-100 flex items-center justify-center mr-3">
<span class="text-blue-600 font-bold text-sm">1</span>
</div>
<div>
<h3 class="font-semibold text-gray-800">政策升级</h3>
<p class="text-gray-600 text-sm">从"输血"到"造血"2024年政策明确"特色优势产业+新兴产业"</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-blue-100 flex items-center justify-center mr-3">
<span class="text-blue-600 font-bold text-sm">2</span>
</div>
<div>
<h3 class="font-semibold text-gray-800">资金保障</h3>
<p class="text-gray-600 text-sm">2024年1-7月西藏固投+24%、新疆+13.6%,专项债发行提速</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-blue-100 flex items-center justify-center mr-3">
<span class="text-blue-600 font-bold text-sm">3</span>
</div>
<div>
<h3 class="font-semibold text-gray-800">地缘价值</h3>
<p class="text-gray-600 text-sm">西部陆海新通道和中欧班列强化开放枢纽地位</p>
</div>
</div>
</div>
</div>
<div class="bg-white rounded-xl card-shadow p-6">
<h2 class="text-2xl font-bold text-gray-800 mb-4 flex items-center">
<i class="fas fa-chart-line text-blue-600 mr-3"></i>市场热度与预期差
</h2>
<div class="space-y-4">
<div>
<h3 class="font-semibold text-gray-800 mb-2">市场热度</h3>
<div class="flex items-center mb-2">
<div class="w-3 h-3 rounded-full bg-green-500 mr-2"></div>
<span class="text-sm text-gray-600">8月23日政治局会议后西部大开发概念股集体涨停</span>
</div>
<div class="flex items-center">
<div class="w-3 h-3 rounded-full bg-green-500 mr-2"></div>
<span class="text-sm text-gray-600">中信证券、天风、国金等机构8月集中发布深度报告</span>
</div>
</div>
<div>
<h3 class="font-semibold text-gray-800 mb-2">预期差</h3>
<div class="bg-yellow-50 border-l-4 border-yellow-400 p-3 rounded">
<p class="text-sm text-gray-700"><strong>煤化工</strong>:新疆煤制气项目进度超预期,市场未充分定价东华科技的订单弹性</p>
<p class="text-sm text-gray-700 mt-2"><strong>水电</strong>:西藏雅鲁藏布江工程被低估,中国电建/中国能建的藏内订单未体现在盈利预测中</p>
</div>
</div>
</div>
</div>
</div>
<!-- 关键催化剂 -->
<div class="mb-12">
<div class="bg-white rounded-xl card-shadow p-6">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-rocket text-blue-600 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-800 mb-4">近期催化剂3-6个月</h3>
<div class="space-y-3">
<div class="bg-blue-50 rounded-lg p-4">
<div class="flex justify-between items-start">
<div>
<h4 class="font-medium text-gray-800">新疆煤化工项目集中核准</h4>
<p class="text-sm text-gray-600 mt-1">影响标的:东华科技、三维化学、雪峰科技</p>
</div>
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded">2025年Q2</span>
</div>
</div>
<div class="bg-blue-50 rounded-lg p-4">
<div class="flex justify-between items-start">
<div>
<h4 class="font-medium text-gray-800">西藏雅鲁藏布江水电招标</h4>
<p class="text-sm text-gray-600 mt-1">影响标的:中国电建、高争民爆</p>
</div>
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded">2024年12月</span>
</div>
</div>
<div class="bg-blue-50 rounded-lg p-4">
<div class="flex justify-between items-start">
<div>
<h4 class="font-medium text-gray-800">平陆运河二期工程启动</h4>
<p class="text-sm text-gray-600 mt-1">影响标的:北部湾港、中国交建</p>
</div>
<span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded">2025年Q1</span>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold text-gray-800 mb-4">长期路径2025-2030</h3>
<div class="space-y-4">
<div class="flex items-start">
<div class="flex-shrink-0 h-8 w-8 rounded-full bg-blue-100 flex items-center justify-center mr-3">
<span class="text-blue-600 font-bold">1</span>
</div>
<div>
<h4 class="font-medium text-gray-800">2025-2027年基建高峰</h4>
<p class="text-sm text-gray-600">川藏铁路、运河、煤化工基地建设,水泥/民爆量价齐升</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 h-8 w-8 rounded-full bg-blue-100 flex items-center justify-center mr-3">
<span class="text-blue-600 font-bold">2</span>
</div>
<div>
<h4 class="font-medium text-gray-800">2028-2030年产业转型见效</h4>
<p class="text-sm text-gray-600">新疆煤制油、西藏绿电外送,能源运营商进入收获期</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 产业链与核心公司 -->
<div class="mb-12">
<div class="bg-white rounded-xl card-shadow p-6">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-sitemap text-blue-600 mr-3"></i>产业链与核心公司深度剖析
</h2>
<div class="mb-8">
<h3 class="text-xl font-semibold text-gray-800 mb-4">产业链图谱</h3>
<div class="bg-gray-50 rounded-lg p-6">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="text-center mb-4 md:mb-0">
<div class="bg-blue-100 rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-2">
<i class="fas fa-mountain text-blue-600 text-xl"></i>
</div>
<h4 class="font-medium text-gray-800">上游资源</h4>
<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-2xl mx-2"></i>
</div>
<div class="text-center mb-4 md:mb-0">
<div class="bg-blue-100 rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-2">
<i class="fas fa-hard-hat text-blue-600 text-xl"></i>
</div>
<h4 class="font-medium text-gray-800">中游基建</h4>
<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-2xl mx-2"></i>
</div>
<div class="text-center">
<div class="bg-blue-100 rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-2">
<i class="fas fa-industry text-blue-600 text-xl"></i>
</div>
<h4 class="font-medium text-gray-800">下游运营</h4>
<p class="text-sm text-gray-600">国能煤制气、中国电建</p>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold text-gray-800 mb-4">核心玩家对比</h3>
<div class="overflow-x-auto">
<table class="min-w-full bg-white border border-gray-200 rounded-lg">
<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>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-200">
<td class="py-3 px-4 font-medium">东华科技</td>
<td class="py-3 px-4">新疆煤化工EPC龙头</td>
<td class="py-3 px-4">煤制气技术垄断,订单饱满</td>
<td class="py-3 px-4">油价波动影响经济性</td>
</tr>
<tr class="border-b border-gray-200 bg-gray-50">
<td class="py-3 px-4 font-medium">西藏天路</td>
<td class="py-3 px-4">西藏水泥市占率34%</td>
<td class="py-3 px-4">区域垄断+运费壁垒</td>
<td class="py-3 px-4">西藏需求不及预期</td>
</tr>
<tr class="border-b border-gray-200">
<td class="py-3 px-4 font-medium">高争民爆</td>
<td class="py-3 px-4">西藏民爆唯一本土企业</td>
<td class="py-3 px-4">炸药产能利用率100%,政策壁垒</td>
<td class="py-3 px-4">产能扩张受限</td>
</tr>
<tr class="border-b border-gray-200 bg-gray-50">
<td class="py-3 px-4 font-medium">中国电建</td>
<td class="py-3 px-4">西藏水电设计施工一体化</td>
<td class="py-3 px-4">藏内项目经验+央企资源</td>
<td class="py-3 px-4">项目审批延迟</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- 潜在风险 -->
<div class="mb-12">
<div class="bg-white rounded-xl card-shadow 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="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="bg-red-50 rounded-lg p-5">
<h3 class="font-semibold text-gray-800 mb-3 flex items-center">
<i class="fas fa-file-contract text-red-500 mr-2"></i>政策风险
</h3>
<p class="text-gray-700 text-sm">煤化工项目若油价跌破60美元/桶,经济性存疑(国金建材提示)</p>
</div>
<div class="bg-red-50 rounded-lg p-5">
<h3 class="font-semibold text-gray-800 mb-3 flex items-center">
<i class="fas fa-coins text-red-500 mr-2"></i>资金风险
</h3>
<p class="text-gray-700 text-sm">西藏/新疆部分区县债务率高,依赖中央转移支付</p>
</div>
<div class="bg-red-50 rounded-lg p-5">
<h3 class="font-semibold text-gray-800 mb-3 flex items-center">
<i class="fas fa-cogs text-red-500 mr-2"></i>技术风险
</h3>
<p class="text-gray-700 text-sm">雅鲁藏布江水电需攻克高海拔施工TBM设备依赖进口</p>
</div>
<div class="bg-red-50 rounded-lg p-5">
<h3 class="font-semibold text-gray-800 mb-3 flex items-center">
<i class="fas fa-balance-scale text-red-500 mr-2"></i>信息矛盾
</h3>
<p class="text-gray-700 text-sm">路演称"老基建饱和",但西藏/新疆固投仍高增24% vs 全国5.8%</p>
</div>
</div>
</div>
</div>
<!-- 综合结论 -->
<div class="mb-12">
<div class="bg-gradient-to-r from-blue-700 to-cyan-600 rounded-xl card-shadow p-6 text-white">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fas fa-clipboard-check mr-3"></i>综合结论与投资启示
</h2>
<div class="mb-6">
<h3 class="text-xl font-semibold mb-3">阶段判断</h3>
<p class="text-lg">当前处于<strong>政策红利兑现期</strong>,非主题炒作,<strong>基建链(水泥/民爆)和能源链(煤化工/水电)</strong>已进入订单驱动阶段</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<h3 class="text-xl font-semibold mb-3">投资方向</h3>
<div class="space-y-3">
<div class="bg-blue-800 bg-opacity-30 rounded-lg p-4">
<h4 class="font-medium mb-1">高弹性</h4>
<p>高争民爆西藏民爆唯一标的、东华科技新疆煤化工EPC</p>
</div>
<div class="bg-blue-800 bg-opacity-30 rounded-lg p-4">
<h4 class="font-medium mb-1">稳健配置</h4>
<p>中国电建(水电龙头)、四川路桥(高分红+区域垄断)</p>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-3">跟踪指标</h3>
<div class="space-y-3">
<div class="bg-blue-800 bg-opacity-30 rounded-lg p-4">
<h4 class="font-medium mb-1">西藏水泥价格</h4>
<p>若突破600元/吨当前550元确认需求爆发</p>
</div>
<div class="bg-blue-800 bg-opacity-30 rounded-lg p-4">
<h4 class="font-medium mb-1">新疆煤化工项目批复</h4>
<p>2025年Q2前新增核准项目≥3个催化板块行情</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 关联股票表格 -->
<div class="mb-12">
<div class="bg-white rounded-xl card-shadow p-6">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-table text-blue-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-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>
<th class="py-3 px-4 text-left text-gray-700 font-semibold">理由</th>
</tr>
</thead>
<tbody>
<tr class="border-b border-gray-200">
<td class="py-3 px-4 font-medium">西藏天路</td>
<td class="py-3 px-4">建筑材料</td>
<td class="py-3 px-4">水泥板块</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 border-gray-200 bg-gray-50">
<td class="py-3 px-4 font-medium">四川路桥</td>
<td class="py-3 px-4">建筑</td>
<td class="py-3 px-4">工程施工业务</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 border-gray-200">
<td class="py-3 px-4 font-medium">北新路桥</td>
<td class="py-3 px-4">建筑</td>
<td class="py-3 px-4">工程承包</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 border-gray-200 bg-gray-50">
<td class="py-3 px-4 font-medium">成都路桥</td>
<td class="py-3 px-4">建筑</td>
<td class="py-3 px-4">公路工程</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 border-gray-200">
<td class="py-3 px-4 font-medium">西部建设</td>
<td class="py-3 px-4">建筑材料</td>
<td class="py-3 px-4">商品混凝土</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 border-gray-200 bg-gray-50">
<td class="py-3 px-4 font-medium">特变电工</td>
<td class="py-3 px-4">电气设备</td>
<td class="py-3 px-4">输变电设备</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 border-gray-200">
<td class="py-3 px-4 font-medium">中国电建</td>
<td class="py-3 px-4">建筑</td>
<td class="py-3 px-4">-</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 border-gray-200 bg-gray-50">
<td class="py-3 px-4 font-medium">西藏旅游</td>
<td class="py-3 px-4">旅游</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">-</td>
<td class="py-3 px-4">从事西部地区旅游业务</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<script>
// 初始化粒子背景
tsParticles.load("particles-js", {
particles: {
number: {
value: 30,
density: {
enable: true,
value_area: 800
}
},
color: {
value: "#1e40af"
},
shape: {
type: "circle"
},
opacity: {
value: 0.1,
random: true
},
size: {
value: 5,
random: true
},
move: {
enable: true,
speed: 1,
direction: "none",
random: true,
straight: false,
out_mode: "out"
}
},
interactivity: {
detect_on: "canvas",
events: {
onhover: {
enable: true,
mode: "grab"
},
onclick: {
enable: true,
mode: "push"
}
}
},
retina_detect: true
});
</script>
</body>
</html>
```