feat: 10.10线上最新代码提交

This commit is contained in:
zdl
2025-10-11 16:16:02 +08:00
parent 4d0dc109bc
commit 495ad758ea
3338 changed files with 460147 additions and 152745 deletions

View File

@@ -0,0 +1,648 @@
<!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">
<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, #f5f7fa 0%, #e4e8f0 100%);
min-height: 100vh;
}
.hero-gradient {
background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 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);
}
.table-container {
overflow-x: auto;
}
@media (max-width: 768px) {
.table-container {
font-size: 0.75rem;
}
}
.highlight-text {
background: linear-gradient(120deg, #3b82f6 0%, #60a5fa 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.timeline-dot {
position: relative;
}
.timeline-dot::before {
content: '';
position: absolute;
left: -15px;
top: 8px;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #3b82f6;
}
.risk-high {
background-color: #fee2e2;
color: #b91c1c;
}
.risk-medium {
background-color: #fef3c7;
color: #b45309;
}
.risk-low {
background-color: #dcfce7;
color: #166534;
}
#particles-js {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
</style>
</head>
<body>
<div id="particles-js"></div>
<div class="container mx-auto px-4 py-8 max-w-6xl">
<!-- 标题区域 -->
<div class="hero-gradient rounded-2xl p-8 mb-8 text-white card-shadow">
<div class="flex flex-col md:flex-row items-center justify-between">
<div class="mb-6 md:mb-0">
<h1 class="text-3xl md:text-4xl font-bold mb-2">墨西哥汽车零部件行业洞察</h1>
<p class="text-blue-100">北美产业链的"后花园"与投资机遇分析</p>
</div>
<div class="bg-white/20 backdrop-blur-sm rounded-lg p-4 text-center">
<div class="text-3xl font-bold">1217亿美元</div>
<div class="text-sm text-blue-100">2023年墨西哥汽车零部件产值</div>
</div>
</div>
</div>
<!-- 概念事件 -->
<div class="bg-white rounded-2xl p-6 mb-8 card-shadow">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fas fa-calendar-alt text-blue-600 mr-3"></i>概念事件
</h2>
<div class="mb-6">
<h3 class="text-lg font-semibold mb-2">背景</h3>
<p class="text-gray-700">
墨西哥凭借《美墨加协定》USMCA的零关税优势、低成本劳动力<strong>时薪4.4美元 vs 美国25.8美元</strong>)和地理邻近性,已成为北美汽车产业链的"后花园"。2023年墨西哥汽车零部件产值达<strong>1217亿美元</strong>,其中<strong>74%出口至美国</strong>601亿美元是美国最大汽车零部件进口来源国。
</p>
</div>
<div class="mb-6">
<h3 class="text-lg font-semibold mb-2">催化事件</h3>
<div class="space-y-3">
<div class="flex items-start">
<div class="bg-blue-100 text-blue-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mr-3">
<i class="fas fa-bolt text-sm"></i>
</div>
<div>
<p class="font-medium">2025年2月</p>
<p class="text-gray-700">美国宣布对墨西哥钢铁/铝制品关税从25%升至50%引发INA墨西哥汽车零部件工业协会警告称可能破坏北美供应链稳定。</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-green-100 text-green-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mr-3">
<i class="fas fa-check text-sm"></i>
</div>
<div>
<p class="font-medium">2025年5月</p>
<p class="text-gray-700">美国海关确认<strong>墨西哥汽车零部件豁免25%关税</strong>USMCA框架直接刺激拓普集团、新泉股份等企业加速墨西哥产能投放。</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-purple-100 text-purple-800 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mr-3">
<i class="fas fa-industry text-sm"></i>
</div>
<div>
<p class="font-medium">2025年7月</p>
<p class="text-gray-700">永茂泰公告拟投资<strong>4.5亿元</strong>建设墨西哥智能制造基地,标志中国零部件企业第三轮出海浪潮启动。</p>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-lg font-semibold mb-2">时间轴</h3>
<div class="space-y-2 pl-5">
<p class="timeline-dot"><strong>2020年</strong>USMCA生效原产地规则75%北美含量)倒逼供应链本地化。</p>
<p class="timeline-dot"><strong>2023年</strong>特斯拉墨西哥超级工厂规划200万辆产能带动拓普、旭升等配套。</p>
<p class="timeline-dot"><strong>2024年</strong>中国零部件企业密集投产银轮股份墨西哥工厂2023Q4盈利</p>
<p class="timeline-dot"><strong>2025年</strong>:关税博弈升级,墨西哥成为规避中美贸易摩擦的"避风港"。</p>
</div>
</div>
</div>
<!-- 核心观点摘要 -->
<div class="bg-gradient-to-r from-blue-50 to-indigo-50 rounded-2xl p-6 mb-8 card-shadow border-l-4 border-blue-600">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fas fa-lightbulb text-yellow-500 mr-3"></i>核心观点摘要
</h2>
<p class="text-lg text-gray-800 leading-relaxed">
墨西哥汽车零部件概念已从<strong class="highlight-text">政策套利阶段</strong>进入<strong class="highlight-text">基本面兑现期</strong>:短期看关税豁免的估值修复,中长期看北美新能源渗透率提升(<strong>2025年超20%</strong>)驱动的产能扩张。核心矛盾是<strong>"低成本产能"与"高政策风险"</strong>的博弈。
</p>
</div>
<!-- 核心逻辑与市场认知分析 -->
<div class="bg-white rounded-2xl p-6 mb-8 card-shadow">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fas fa-brain text-purple-600 mr-3"></i>核心逻辑与市场认知分析
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6">
<div class="bg-blue-50 rounded-xl p-5">
<h3 class="text-lg font-semibold mb-3 text-blue-800">核心驱动力</h3>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-600 mt-1 mr-2"></i>
<span><strong>政策刚性</strong>USMCA要求75%北美原产地含量,墨西哥是唯一能同时满足低成本和原产地规则的地区(<strong>运输成本比中国低52%</strong>)。</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-600 mt-1 mr-2"></i>
<span><strong>需求爆发</strong>北美新能源车渗透率从2023年8.1%提升至2025年20%+,对应<strong>400万辆增量需求</strong></span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-600 mt-1 mr-2"></i>
<span><strong>中国供应链优势</strong>:中国零部件企业毛利率(<strong>6-7%</strong>显著高于海外4%),且具备快速扩产能力(<strong>拓普墨西哥基地订单已超40亿元</strong>)。</span>
</li>
</ul>
</div>
<div class="bg-purple-50 rounded-xl p-5">
<h3 class="text-lg font-semibold mb-3 text-purple-800">市场热度与情绪</h3>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-chart-line text-purple-600 mt-1 mr-2"></i>
<span><strong>研报密度</strong>2024年以来相关研报超50篇核心推荐标的估值从15倍岱美股份修复至25倍拓普集团</span>
</li>
<li class="flex items-start">
<i class="fas fa-balance-scale text-purple-600 mt-1 mr-2"></i>
<span><strong>情绪分歧</strong>:乐观派认为墨西哥是"下一个中国"悲观派担忧美国关税政策反复如2025年2月钢铁关税事件</span>
</li>
</ul>
</div>
</div>
<div class="bg-yellow-50 rounded-xl p-5">
<h3 class="text-lg font-semibold mb-3 text-yellow-800">预期差</h3>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-exclamation-triangle text-yellow-600 mt-1 mr-2"></i>
<span><strong>市场忽略点</strong>墨西哥工厂实际产能利用率普遍低于50%(除新泉股份外),<strong>爬坡速度决定盈利兑现</strong></span>
</li>
<li class="flex items-start">
<i class="fas fa-exclamation-triangle text-yellow-600 mt-1 mr-2"></i>
<span><strong>认知误区</strong>市场高估了关税豁免的永久性低估了USMCA原产地规则可能进一步收紧如2026年或要求85%含量)。</span>
</li>
</ul>
</div>
</div>
<!-- 关键催化剂与未来发展路径 -->
<div class="bg-white rounded-2xl p-6 mb-8 card-shadow">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fas fa-rocket text-red-600 mr-3"></i>关键催化剂与未来发展路径
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<h3 class="text-lg font-semibold mb-3 text-red-600">近期催化剂3-6个月</h3>
<ol class="space-y-3">
<li class="flex items-start">
<span class="bg-red-100 text-red-800 rounded-full w-6 h-6 flex items-center justify-center flex-shrink-0 mr-3 text-sm font-bold">1</span>
<div>
<p class="font-medium">特斯拉墨西哥工厂重启</p>
<p class="text-gray-600 text-sm">马斯克2025年Q3可能确认Model Q3万美元车型墨西哥量产时间表。</p>
</div>
</li>
<li class="flex items-start">
<span class="bg-red-100 text-red-800 rounded-full w-6 h-6 flex items-center justify-center flex-shrink-0 mr-3 text-sm font-bold">2</span>
<div>
<p class="font-medium">USMCA审查</p>
<p class="text-gray-600 text-sm">2025年7月USMCA三年期审查原产地规则或调整<strong>75%→80%</strong>)。</p>
</div>
</li>
<li class="flex items-start">
<span class="bg-red-100 text-red-800 rounded-full w-6 h-6 flex items-center justify-center flex-shrink-0 mr-3 text-sm font-bold">3</span>
<div>
<p class="font-medium">中国企业盈利验证</p>
<p class="text-gray-600 text-sm">银轮股份、新泉股份2025年中报将首次披露墨西哥工厂满产盈利数据。</p>
</div>
</li>
</ol>
</div>
<div>
<h3 class="text-lg font-semibold mb-3 text-green-600">长期路径</h3>
<div class="space-y-4">
<div class="bg-green-50 rounded-lg p-4">
<p class="font-medium text-green-800">2025-2026年</p>
<p class="text-gray-700">产能爬坡期,关注<strong>产能利用率>70%</strong>的企业(如新泉股份)。</p>
</div>
<div class="bg-green-50 rounded-lg p-4">
<p class="font-medium text-green-800">2027年后</p>
<p class="text-gray-700">技术本土化期,中国企业或复制"中国研发+墨西哥制造"模式(类似福耀玻璃)。</p>
</div>
</div>
</div>
</div>
</div>
<!-- 产业链与核心公司剖析 -->
<div class="bg-white rounded-2xl p-6 mb-8 card-shadow">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fas fa-project-diagram text-indigo-600 mr-3"></i>产业链与核心公司剖析
</h2>
<div class="mb-6">
<h3 class="text-lg font-semibold mb-3">产业链图谱</h3>
<div class="bg-gray-50 rounded-xl p-4">
<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 text-blue-800 rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-2">
<i class="fas fa-cube text-2xl"></i>
</div>
<p class="font-medium">上游</p>
<p class="text-sm text-gray-600">铝锭(中国宏桥)、钢材(宝钢股份)→墨西哥压铸(嵘泰股份)</p>
</div>
<div class="text-center mb-4 md:mb-0">
<div class="bg-purple-100 text-purple-800 rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-2">
<i class="fas fa-cogs text-2xl"></i>
</div>
<p class="font-medium">中游</p>
<p class="text-sm text-gray-600">轻量化底盘(拓普集团)、热管理(银轮股份)、内饰件(新泉股份)</p>
</div>
<div class="text-center">
<div class="bg-green-100 text-green-800 rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-2">
<i class="fas fa-car text-2xl"></i>
</div>
<p class="font-medium">下游</p>
<p class="text-sm text-gray-600">特斯拉50%墨西哥产能)、通用、福特</p>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-lg font-semibold 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-100">
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">公司</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">墨西哥布局</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">竞争优势</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">风险点</th>
</tr>
</thead>
<tbody>
<tr>
<td class="py-3 px-4 border-b font-medium">拓普集团</td>
<td class="py-3 px-4 border-b">1500亩产业园订单40亿元</td>
<td class="py-3 px-4 border-b">特斯拉核心供应商,技术壁垒高</td>
<td class="py-3 px-4 border-b">产能爬坡慢于预期</td>
</tr>
<tr class="bg-gray-50">
<td class="py-3 px-4 border-b font-medium">新泉股份</td>
<td class="py-3 px-4 border-b">2.5亿美元增资特斯拉Cybertruck仪表板</td>
<td class="py-3 px-4 border-b">产能利用率已超70%,盈利验证最快</td>
<td class="py-3 px-4 border-b">客户集中度高(特斯拉)</td>
</tr>
<tr>
<td class="py-3 px-4 border-b font-medium">银轮股份</td>
<td class="py-3 px-4 border-b">2.7亿元热管理基地2023Q4盈利</td>
<td class="py-3 px-4 border-b">北美客户绑定深(特斯拉、通用)</td>
<td class="py-3 px-4 border-b">原材料价格波动</td>
</tr>
<tr class="bg-gray-50">
<td class="py-3 px-4 border-b font-medium">嵘泰股份</td>
<td class="py-3 px-4 border-b">86万件铝合金壳体扩产</td>
<td class="py-3 px-4 border-b">压铸技术领先,绑定宝马、大众</td>
<td class="py-3 px-4 border-b">墨西哥用工效率低于中国</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="mt-6">
<h3 class="text-lg font-semibold mb-3">验证与证伪</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="bg-green-50 rounded-lg p-4">
<p class="font-medium text-green-800 mb-2">印证</p>
<p class="text-gray-700">银轮股份2023年墨西哥收入<strong>6亿元</strong>净利率3-4%,符合"产能利用率决定盈利"逻辑。</p>
</div>
<div class="bg-red-50 rounded-lg p-4">
<p class="font-medium text-red-800 mb-2">矛盾</p>
<p class="text-gray-700">研报预测拓普墨西哥2025年盈利但路演显示其<strong>2024年仍亏损1.5-2亿元</strong>,需跟踪订单落地。</p>
</div>
</div>
</div>
</div>
<!-- 潜在风险与挑战 -->
<div class="bg-white rounded-2xl p-6 mb-8 card-shadow">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fas fa-exclamation-triangle text-orange-600 mr-3"></i>潜在风险与挑战
</h2>
<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 font-semibold text-gray-700 border-b">风险类型</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">具体表现</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">影响程度</th>
</tr>
</thead>
<tbody>
<tr>
<td class="py-3 px-4 border-b font-medium">政策风险</td>
<td class="py-3 px-4 border-b">美国2026年或提高原产地比例至85%</td>
<td class="py-3 px-4 border-b"><span class="risk-high px-2 py-1 rounded text-sm font-medium"></span></td>
</tr>
<tr class="bg-gray-50">
<td class="py-3 px-4 border-b font-medium">技术风险</td>
<td class="py-3 px-4 border-b">墨西哥工人效率仅为中国60%</td>
<td class="py-3 px-4 border-b"><span class="risk-medium px-2 py-1 rounded text-sm font-medium"></span></td>
</tr>
<tr>
<td class="py-3 px-4 border-b font-medium">汇率风险</td>
<td class="py-3 px-4 border-b">墨西哥比索2024年贬值3%</td>
<td class="py-3 px-4 border-b"><span class="risk-medium px-2 py-1 rounded text-sm font-medium"></span></td>
</tr>
<tr class="bg-gray-50">
<td class="py-3 px-4 border-b font-medium">信息矛盾</td>
<td class="py-3 px-4 border-b">研报称"墨西哥成本比中国低25%",但路演显示<strong>人工成本仅低20%且效率低</strong></td>
<td class="py-3 px-4 border-b"><span class="bg-gray-200 text-gray-800 px-2 py-1 rounded text-sm font-medium">需验证</span></td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- 综合结论与投资启示 -->
<div class="bg-gradient-to-r from-indigo-600 to-purple-600 rounded-2xl p-6 mb-8 text-white card-shadow">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fas fa-chart-line text-yellow-300 mr-3"></i>综合结论与投资启示
</h2>
<div class="mb-6">
<h3 class="text-xl font-semibold mb-2">阶段判断</h3>
<p class="text-indigo-100">
墨西哥汽车零部件已从<strong>主题炒作</strong>2023年特斯拉建厂预期进入<strong>基本面验证</strong>2025年产能爬坡<strong>2025Q3是分水岭</strong>
</p>
</div>
<div class="mb-6">
<h3 class="text-xl font-semibold mb-3">投资方向</h3>
<div class="space-y-3">
<div class="bg-white/20 backdrop-blur-sm rounded-lg p-4 flex items-center">
<div class="bg-yellow-400 text-indigo-900 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mr-3 font-bold">1</div>
<div>
<p class="font-medium">首选</p>
<p><strong>新泉股份</strong>(产能利用率>70%特斯拉Cybertruck订单放量</p>
</div>
</div>
<div class="bg-white/20 backdrop-blur-sm rounded-lg p-4 flex items-center">
<div class="bg-yellow-400 text-indigo-900 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mr-3 font-bold">2</div>
<div>
<p class="font-medium">次选</p>
<p><strong>银轮股份</strong>热管理赛道稀缺2025年达产</p>
</div>
</div>
<div class="bg-white/20 backdrop-blur-sm rounded-lg p-4 flex items-center">
<div class="bg-yellow-400 text-indigo-900 rounded-full w-8 h-8 flex items-center justify-center flex-shrink-0 mr-3 font-bold">3</div>
<div>
<p class="font-medium">观察</p>
<p><strong>拓普集团</strong>订单饱满但盈利时点延后至2026年</p>
</div>
</div>
</div>
</div>
<div class="mb-6">
<h3 class="text-xl font-semibold mb-3">跟踪指标</h3>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-tachometer-alt text-yellow-300 mt-1 mr-2"></i>
<span><strong>产能利用率</strong>新泉股份墨西哥工厂2025年Q2能否达80%。</span>
</li>
<li class="flex items-start">
<i class="fas fa-gavel text-yellow-300 mt-1 mr-2"></i>
<span><strong>政策动向</strong>USMCA 2025年7月审查结果。</span>
</li>
<li class="flex items-start">
<i class="fas fa-clipboard-list text-yellow-300 mt-1 mr-2"></i>
<span><strong>订单验证</strong>特斯拉Model Q供应链发包情况预计2025年Q3</span>
</li>
</ul>
</div>
<div class="bg-white/20 backdrop-blur-sm rounded-lg p-4 text-center">
<p class="text-lg font-medium italic">
"墨西哥汽车零部件的α来自<strong>产能利用率</strong>,β来自<strong>北美新能源渗透率</strong>,政策风险是最大黑天鹅。"
</p>
</div>
</div>
<!-- 关联股票数据表格 -->
<div class="bg-white rounded-2xl p-6 card-shadow">
<h2 class="text-2xl font-bold mb-4 flex items-center">
<i class="fas fa-table text-green-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 font-semibold text-gray-700 border-b">股票</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">分类</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">行业</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">项目</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">产业链</th>
<th class="py-3 px-4 text-left font-semibold text-gray-700 border-b">原因</th>
</tr>
</thead>
<tbody>
<tr>
<td class="py-3 px-4 border-b font-medium">嵘泰股份</td>
<td class="py-3 px-4 border-b">新坐标</td>
<td class="py-3 px-4 border-b">新能源汽车</td>
<td class="py-3 px-4 border-b">墨西哥工厂建设</td>
<td class="py-3 px-4 border-b">铝合金零部件生产</td>
<td class="py-3 px-4 border-b">公司在墨西哥设立工厂发行可转债募集资金用于年产110万件新能源汽车铝合金零部件项目</td>
</tr>
<tr class="bg-gray-50">
<td class="py-3 px-4 border-b font-medium">祥鑫科技</td>
<td class="py-3 px-4 border-b">新坐标</td>
<td class="py-3 px-4 border-b">汽车零部件</td>
<td class="py-3 px-4 border-b">墨西哥生产基地布局</td>
<td class="py-3 px-4 border-b">汽车车身结构件及座椅骨架</td>
<td class="py-3 px-4 border-b">在墨西哥布局生产基地,为北美地区客户提供汽车车身结构件及座椅骨架结构件</td>
</tr>
<tr>
<td class="py-3 px-4 border-b font-medium">新坐标</td>
<td class="py-3 px-4 border-b">新坐标</td>
<td class="py-3 px-4 border-b">汽车零部件</td>
<td class="py-3 px-4 border-b">墨西哥新坐标产能规划</td>
<td class="py-3 px-4 border-b">液压挺柱、滚轮摇臂</td>
<td class="py-3 px-4 border-b">墨西哥新坐标设计产能为年产100万套液压挺柱、100万套滚轮摇臂和100万套高压泵挺柱</td>
</tr>
<tr class="bg-gray-50">
<td class="py-3 px-4 border-b font-medium">凯众股份</td>
<td class="py-3 px-4 border-b">墨西哥相关</td>
<td class="py-3 px-4 border-b">新能源汽车</td>
<td class="py-3 px-4 border-b">墨西哥蒙特雷工厂试生产</td>
<td class="py-3 px-4 border-b">轻量化部件</td>
<td class="py-3 px-4 border-b">墨西哥蒙特雷工厂完成试生产样件测试智能化生产线通过特斯拉等车企认证预计2025年北美订单占比提升至30%</td>
</tr>
<tr>
<td class="py-3 px-4 border-b font-medium">津荣天宇</td>
<td class="py-3 px-4 border-b">墨西哥相关</td>
<td class="py-3 px-4 border-b">新能源汽车</td>
<td class="py-3 px-4 border-b">墨西哥生产基地建设</td>
<td class="py-3 px-4 border-b">精密冲压件</td>
<td class="py-3 px-4 border-b">墨西哥瓜纳华托生产基地聚焦新能源汽车精密冲压件生产2024年海外收入同比增长69.2%</td>
</tr>
<tr class="bg-gray-50">
<td class="py-3 px-4 border-b font-medium">拓普集团</td>
<td class="py-3 px-4 border-b">墨西哥相关</td>
<td class="py-3 px-4 border-b">新能源汽车</td>
<td class="py-3 px-4 border-b">墨西哥萨尔蒂约工厂建设</td>
<td class="py-3 px-4 border-b">轻量化底盘</td>
<td class="py-3 px-4 border-b">启动墨西哥萨尔蒂约底盘系统超级工厂建设规划年产能200万套轻量化底盘配套特斯拉德州超级工厂</td>
</tr>
<tr>
<td class="py-3 px-4 border-b font-medium">银轮股份</td>
<td class="py-3 px-4 border-b">墨西哥相关</td>
<td class="py-3 px-4 border-b">汽车零部件</td>
<td class="py-3 px-4 border-b">墨西哥工厂量产</td>
<td class="py-3 px-4 border-b">热管理系统</td>
<td class="py-3 px-4 border-b">墨西哥工厂2023年计划量产多个品类产品配套北美客户首个品类已投产</td>
</tr>
<tr class="bg-gray-50">
<td class="py-3 px-4 border-b font-medium">三花智控</td>
<td class="py-3 px-4 border-b">墨西哥相关</td>
<td class="py-3 px-4 border-b">汽车零部件</td>
<td class="py-3 px-4 border-b">墨西哥生产基地</td>
<td class="py-3 px-4 border-b">制冷空调电器零部件</td>
<td class="py-3 px-4 border-b">在墨西哥等地建立海外生产基地,客户覆盖全球,包括汽车零部件业务</td>
</tr>
<tr>
<td class="py-3 px-4 border-b font-medium">新泉股份</td>
<td class="py-3 px-4 border-b">墨西哥相关</td>
<td class="py-3 px-4 border-b">汽车零部件</td>
<td class="py-3 px-4 border-b">墨西哥新莱昂州工厂增资</td>
<td class="py-3 px-4 border-b">内饰件</td>
<td class="py-3 px-4 border-b">墨西哥新莱昂州工厂2023年两次增资至2.5亿美元特斯拉Cybertruck仪表板专线2024年Q1量产北美内饰件本地化供应比例突破60%</td>
</tr>
<tr class="bg-gray-50">
<td class="py-3 px-4 border-b font-medium">伯特利</td>
<td class="py-3 px-4 border-b">墨西哥相关</td>
<td class="py-3 px-4 border-b">汽车零部件</td>
<td class="py-3 px-4 border-b">墨西哥工厂配套</td>
<td class="py-3 px-4 border-b">汽车制动系统</td>
<td class="py-3 px-4 border-b">墨西哥工厂主要配套通用汽车、Stellantis、福特汽车等北美与欧洲海外客户</td>
</tr>
<tr>
<td class="py-3 px-4 border-b font-medium">模塑科技</td>
<td class="py-3 px-4 border-b">墨西哥相关</td>
<td class="py-3 px-4 border-b">汽车零部件</td>
<td class="py-3 px-4 border-b">墨西哥名华出口业务</td>
<td class="py-3 px-4 border-b">汽车饰件</td>
<td class="py-3 px-4 border-b">子公司墨西哥名华向美国出口零部件产品占地8.75万平米</td>
</tr>
<tr class="bg-gray-50">
<td class="py-3 px-4 border-b font-medium">均胜电子</td>
<td class="py-3 px-4 border-b">墨西哥相关</td>
<td class="py-3 px-4 border-b">汽车电子</td>
<td class="py-3 px-4 border-b">墨西哥研发中心及工厂</td>
<td class="py-3 px-4 border-b">汽车电子及安全产品</td>
<td class="py-3 px-4 border-b">在墨西哥等海外汽车出产国设有研发中心及配套工厂2022年汽车电子业务在尤卡坦州新建研发中心拥有多个制造基地</td>
</tr>
</tbody>
</table>
</div>
<div class="mt-4 text-sm text-gray-600">
<p>注:表格仅展示部分核心关联股票,完整数据包含更多相关企业。</p>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3/tsparticles.bundle.min.js"></script>
<script>
tsParticles.load("particles-js", {
particles: {
number: {
value: 30,
density: {
enable: true,
value_area: 800
}
},
color: {
value: "#3b82f6"
},
shape: {
type: "circle"
},
opacity: {
value: 0.1,
random: true
},
size: {
value: 3,
random: true
},
line_linked: {
enable: true,
distance: 150,
color: "#3b82f6",
opacity: 0.1,
width: 1
},
move: {
enable: true,
speed: 1,
direction: "none",
random: true,
straight: false,
out_mode: "out",
bounce: false
}
},
interactivity: {
detect_on: "canvas",
events: {
onhover: {
enable: true,
mode: "grab"
},
onclick: {
enable: true,
mode: "push"
},
resize: true
}
},
retina_detect: true
});
</script>
</body>
</html>
```