440 lines
32 KiB
HTML
440 lines
32 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-CN" data-theme="night">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>深度研报:阿里云通义千问</title>
|
||
<script src="https://cdn.tailwindcss.com"></script>
|
||
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.10.1/dist/full.min.css" rel="stylesheet" type="text/css" />
|
||
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js"></script>
|
||
<style>
|
||
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;700&display=swap');
|
||
body {
|
||
font-family: 'Exo 2', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
||
background-color: #02040a;
|
||
color: #d0d8e8;
|
||
background-image:
|
||
radial-gradient(circle at 15% 50%, rgba(120, 80, 220, 0.1), transparent 40%),
|
||
radial-gradient(circle at 85% 30%, rgba(60, 120, 255, 0.1), transparent 40%),
|
||
radial-gradient(circle at 50% 90%, rgba(80, 180, 230, 0.05), transparent 50%);
|
||
background-attachment: fixed;
|
||
}
|
||
.glass-card {
|
||
background: rgba(16, 18, 27, 0.5);
|
||
backdrop-filter: blur(20px);
|
||
-webkit-backdrop-filter: blur(20px);
|
||
border-radius: 2rem;
|
||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||
transition: all 0.3s ease;
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
.glass-card::before {
|
||
content: '';
|
||
position: absolute;
|
||
top: -50%;
|
||
left: -50%;
|
||
width: 200%;
|
||
height: 200%;
|
||
background: radial-gradient(circle, rgba(138, 43, 226, 0.1) 0%, rgba(0, 0, 255, 0) 70%);
|
||
opacity: 0;
|
||
transition: opacity 0.5s ease-in-out;
|
||
transform: rotate(0deg);
|
||
pointer-events: none;
|
||
}
|
||
.glass-card:hover::before {
|
||
opacity: 1;
|
||
transform: rotate(360deg);
|
||
transition-duration: 10s;
|
||
}
|
||
.section-title {
|
||
font-size: 1.75rem;
|
||
font-weight: 500;
|
||
color: #ffffff;
|
||
margin-bottom: 1.5rem;
|
||
position: relative;
|
||
padding-left: 1.25rem;
|
||
border-left: 3px solid #4a90e2;
|
||
}
|
||
.bento-grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(12, 1fr);
|
||
gap: 1.5rem;
|
||
}
|
||
.bento-item {
|
||
grid-column: span 12;
|
||
}
|
||
@media (min-width: 1024px) {
|
||
.bento-item-8 { grid-column: span 8; }
|
||
.bento-item-4 { grid-column: span 4; }
|
||
.bento-item-6 { grid-column: span 6; }
|
||
.bento-item-12 { grid-column: span 12; }
|
||
}
|
||
.highlight-text {
|
||
color: #82aaff;
|
||
font-weight: 500;
|
||
}
|
||
.table thead th {
|
||
background-color: rgba(74, 144, 226, 0.1);
|
||
color: #e0e6f1;
|
||
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
||
}
|
||
.table tbody tr:hover {
|
||
background-color: rgba(74, 144, 226, 0.05);
|
||
}
|
||
.disclaimer {
|
||
font-size: 0.75rem;
|
||
color: rgba(208, 216, 232, 0.5);
|
||
text-align: center;
|
||
margin-top: 2rem;
|
||
padding: 1rem;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="min-h-screen">
|
||
<div class="container mx-auto p-4 lg:p-8 max-w-screen-2xl">
|
||
|
||
<header class="text-center my-12 relative z-10">
|
||
<h1 class="text-4xl lg:text-6xl font-bold text-transparent bg-clip-text bg-gradient-to-r from-blue-400 via-purple-400 to-cyan-300 mb-4">
|
||
阿里云通义千问 · 深度研报
|
||
</h1>
|
||
<p class="text-lg text-gray-400 max-w-3xl mx-auto">
|
||
北京价值前沿科技有限公司 AI投研agent:“价小前投研” 进行投研呈现
|
||
</p>
|
||
</header>
|
||
|
||
<main class="bento-grid">
|
||
|
||
<div class="bento-item bento-item-8 glass-card p-6 lg:p-8">
|
||
<h2 class="section-title">概念核心事件:技术与生态的飞轮</h2>
|
||
<p class="mb-6 text-gray-400">“阿里云通义千问”是阿里巴巴在AI浪潮下的核心战略,旨在通过自研大模型技术,驱动云计算第二增长曲线,并渗透至集团内外各类应用场景。其发展已走过纯技术展示,进入以“开源生态卡位+B/C两端商业化探索”为核心的战略深水区。</p>
|
||
<div id="timeline-chart" class="w-full h-96"></div>
|
||
</div>
|
||
|
||
<div class="bento-item bento-item-4 glass-card p-6 lg:p-8 flex flex-col justify-between">
|
||
<div>
|
||
<h2 class="section-title">核心观点摘要</h2>
|
||
<p class="mb-4 text-gray-300">通义千问正处在从技术领先向生态霸主和商业闭环转化的关键跃迁期。</p>
|
||
<ul class="space-y-3 list-disc list-inside text-gray-400">
|
||
<li><span class="font-semibold text-cyan-300">驱动力:</span>高频技术迭代与激进开源战略形成飞轮效应。</li>
|
||
<li><span class="font-semibold text-cyan-300">潜力:</span>将庞大开源影响力转化为阿里云收入增长,并在C端市场突围。</li>
|
||
<li><span class="font-semibold text-red-400">挑战:</span>商业化成本、C端用户粘性及激烈的市场竞争。</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="bento-item bento-item-12 glass-card p-6 lg:p-8" x-data="{ tab: 'drivers' }">
|
||
<h2 class="section-title">核心逻辑与市场认知分析</h2>
|
||
<div class="tabs tabs-boxed bg-black/20 mb-6">
|
||
<a class="tab tab-lg" :class="{ 'tab-active': tab === 'drivers' }" @click="tab = 'drivers'">核心驱动力</a>
|
||
<a class="tab tab-lg" :class="{ 'tab-active': tab === 'gap' }" @click="tab = 'gap'">预期差分析</a>
|
||
<a class="tab tab-lg" :class="{ 'tab-active': tab === 'sentiment' }" @click="tab = 'sentiment'">市场热度与情绪</a>
|
||
</div>
|
||
|
||
<div x-show="tab === 'drivers'">
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
||
<div class="p-4 rounded-2xl bg-white/5 border border-white/10">
|
||
<h3 class="font-bold text-lg text-blue-300 mb-2">技术快速迭代与全栈布局</h3>
|
||
<p class="text-sm text-gray-400">一年内完成从Qwen2.5到Qwen3-Omni的多次重大迭代,模型矩阵覆盖<span class="highlight-text">0.5B到480B</span>的全尺寸,以及代码、推理、多模态等垂直领域,构建“快、全、专”的技术优势。</p>
|
||
</div>
|
||
<div class="p-4 rounded-2xl bg-white/5 border border-white/10">
|
||
<h3 class="font-bold text-lg text-purple-300 mb-2">开源战略构建护城河</h3>
|
||
<p class="text-sm text-gray-400">激进开源抢占开发者心智。截至2025年11月,全球下载量超<span class="highlight-text">6亿次</span>,衍生模型<span class="highlight-text">17万个</span>,超越Llama成全球第一大开源模型生态,打造“AI时代安卓”基础。</p>
|
||
</div>
|
||
<div class="p-4 rounded-2xl bg-white/5 border border-white/10">
|
||
<h3 class="font-bold text-lg text-cyan-300 mb-2">“AI+云”战略协同</h3>
|
||
<p class="text-sm text-gray-400">战略转向“AI+公有云”,预计驱动云业务恢复<span class="highlight-text">双位数增长</span>。千问是拉动阿里云算力、百炼平台(PaaS)和瑶池数据库等高附加值业务的核心引擎。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div x-show="tab === 'gap'">
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
||
<div class="p-4 rounded-2xl bg-red-900/10 border border-red-500/20">
|
||
<h3 class="font-bold text-lg text-red-300 mb-2">性能领先 vs. 成本与效率</h3>
|
||
<p class="text-sm text-gray-400">市场普遍认知其性能强大,但路演数据显示Max模型推理速度慢于DeepSeek V3 (<span class="highlight-text">350ms vs 280ms</span>),训练成本更高,Token价格(<span class="highlight-text">44.5元/百万</span>)是对手数倍。这是巨大的预期差。</p>
|
||
</div>
|
||
<div class="p-4 rounded-2xl bg-yellow-900/10 border border-yellow-500/20">
|
||
<h3 class="font-bold text-lg text-yellow-300 mb-2">用户规模 vs. 用户粘性</h3>
|
||
<p class="text-sm text-gray-400">开源下载量超<span class="highlight-text">6亿次</span>生态繁荣,但研报显示其C端应用周访问量仅<span class="highlight-text">1.36M</span>并环比下降。开发者生态与C端活跃用户间存在鸿沟,转化是严峻挑战。</p>
|
||
</div>
|
||
<div class="p-4 rounded-2xl bg-blue-900/10 border border-blue-500/20">
|
||
<h3 class="font-bold text-lg text-blue-300 mb-2">苹果合作想象 vs. 现实</h3>
|
||
<p class="text-sm text-gray-400">市场对与苹果合作寄予厚望,但细节透露合作可能仅限中国区且采取混合部署。市场可能过度简化了合作的复杂性和实际收益规模。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div x-show="tab === 'sentiment'">
|
||
<p class="text-gray-300">市场对该概念保持高度关注,新闻发布密集,券商研报和路演活动频繁。整体情绪偏向乐观,主要围绕其技术突破(如登顶Hugging Face榜单)和生态建设(如与苹果合作传闻)。关联个股如<span class="highlight-text">光云科技</span>、<span class="highlight-text">浪潮软件</span>等因与“千问生态”的绑定而出现异动,表明市场愿意为这一生态的想象空间支付溢价。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="bento-item bento-item-6 glass-card p-6 lg:p-8">
|
||
<h2 class="section-title">关键催化剂与未来路径</h2>
|
||
<h3 class="font-semibold text-lg text-cyan-300 mb-3">近期催化剂 (3-6个月)</h3>
|
||
<ul class="space-y-2 list-disc list-inside text-gray-400 mb-6">
|
||
<li>“千问App”用户数据披露(DAU、付费率)。</li>
|
||
<li>与苹果合作的正式官宣。</li>
|
||
<li>海外市场(东南亚、中东)标杆客户落地。</li>
|
||
<li>AI收入在财报中单独披露并持续高增长。</li>
|
||
</ul>
|
||
<h3 class="font-semibold text-lg text-purple-300 mb-3">长期发展路径</h3>
|
||
<ol class="relative border-l border-gray-700">
|
||
<li class="mb-6 ml-4">
|
||
<div class="absolute w-3 h-3 bg-blue-500 rounded-full mt-1.5 -left-1.5 border border-white"></div>
|
||
<h4 class="text-md font-semibold text-white">第一阶段 (已完成)</h4>
|
||
<p class="text-sm text-gray-400">技术追赶与开源卡位,建立全球领先的开发者生态。</p>
|
||
</li>
|
||
<li class="mb-6 ml-4">
|
||
<div class="absolute w-3 h-3 bg-green-500 rounded-full mt-1.5 -left-1.5 border border-white"></div>
|
||
<h4 class="text-md font-semibold text-white">第二阶段 (进行中)</h4>
|
||
<p class="text-sm text-gray-400">ToB(百炼平台)与ToC(千问App)商业化探索。</p>
|
||
</li>
|
||
<li class="ml-4">
|
||
<div class="absolute w-3 h-3 bg-gray-500 rounded-full mt-1.5 -left-1.5 border border-white"></div>
|
||
<h4 class="text-md font-semibold text-white">第三阶段 (未来)</h4>
|
||
<p class="text-sm text-gray-400">成为AI应用基础设施,通过API、分成等实现生态规模化盈利。</p>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
|
||
<div class="bento-item bento-item-6 glass-card p-6 lg:p-8">
|
||
<h2 class="section-title">潜在风险与挑战</h2>
|
||
<ul class="space-y-3 text-gray-400">
|
||
<li class="flex items-start">
|
||
<svg class="w-5 h-5 mr-2 text-red-400 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"></path></svg>
|
||
<div><strong class="text-red-300">技术风险:</strong> 深度逻辑推理能力(思维链)仍需突破,与全球顶尖模型或存差距。</div>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<svg class="w-5 h-5 mr-2 text-yellow-400 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 4a2 2 0 114 0v1a1 1 0 001 1h3a1 1 0 011 1v3a1 1 0 01-1 1h-1a2 2 0 100 4h1a1 1 0 011 1v3a1 1 0 01-1 1h-3a1 1 0 01-1-1v-1a2 2 0 10-4 0v1a1 1 0 01-1 1H7a1 1 0 01-1-1v-3a1 1 0 011-1h1a2 2 0 100-4H7a1 1 0 01-1-1V7a1 1 0 011-1h3a1 1 0 001-1V4z"></path></svg>
|
||
<div><strong class="text-yellow-300">商业化风险:</strong> 高昂的Token成本削弱竞争力;C端超级App突围不确定性高;开源模式盈利难题。</div>
|
||
</li>
|
||
<li class="flex items-start">
|
||
<svg class="w-5 h-5 mr-2 text-orange-400 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2h8a2 2 0 002-2v-1a2 2 0 012-2h1.945M7.704 4.122A10.024 10.024 0 0112 3c2.76 0 5.3 1 7.296 2.628M15 21a3 3 0 11-6 0M12 3v6a3 3 0 006 0V3z"></path></svg>
|
||
<div><strong class="text-orange-300">政策与竞争风险:</strong> AI内容监管风险;国内Kimi、豆包、DeepSeek等对手竞争加剧,价格战已打响。</div>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="bento-item bento-item-12 glass-card p-6 lg:p-8">
|
||
<h2 class="section-title">产业链图谱与核心公司</h2>
|
||
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6">
|
||
<div class="p-4 rounded-2xl bg-blue-900/20">
|
||
<h3 class="font-bold text-xl text-center text-blue-300 mb-4">上游:AI基础设施</h3>
|
||
<p class="text-sm text-center text-gray-400 mb-4">(算力、硬件、配套)</p>
|
||
<div class="flex flex-wrap justify-center gap-2 text-xs">
|
||
<span class="badge badge-outline border-blue-400">润建股份 (IDC)</span>
|
||
<span class="badge badge-outline border-blue-400">数据港 (IDC)</span>
|
||
<span class="badge badge-outline border-blue-400">浪潮信息 (服务器)</span>
|
||
<span class="badge badge-outline border-blue-400">中际旭创 (光模块)</span>
|
||
<span class="badge badge-outline border-blue-400">锐捷网络 (交换机)</span>
|
||
<span class="badge badge-outline border-blue-400">英维克 (液冷)</span>
|
||
</div>
|
||
</div>
|
||
<div class="p-4 rounded-2xl bg-purple-900/20">
|
||
<h3 class="font-bold text-xl text-center text-purple-300 mb-4">中游:模型与平台</h3>
|
||
<p class="text-sm text-center text-gray-400 mb-4">(模型研发、生态伙伴)</p>
|
||
<div class="flex flex-wrap justify-center gap-2 text-xs">
|
||
<span class="badge badge-info">阿里巴巴 (自身)</span>
|
||
<span class="badge badge-outline border-purple-400">博彦科技 (ISV)</span>
|
||
<span class="badge badge-outline border-purple-400">软通动力 (ISV)</span>
|
||
<span class="badge badge-outline border-purple-400">恒生电子 (金融)</span>
|
||
<span class="badge badge-outline border-purple-400">石基信息 (酒店)</span>
|
||
</div>
|
||
</div>
|
||
<div class="p-4 rounded-2xl bg-cyan-900/20">
|
||
<h3 class="font-bold text-xl text-center text-cyan-300 mb-4">下游:应用与终端</h3>
|
||
<p class="text-sm text-center text-gray-400 mb-4">(阿里系应用、外部合作)</p>
|
||
<div class="flex flex-wrap justify-center gap-2 text-xs">
|
||
<span class="badge badge-outline border-cyan-400">钉钉 / 夸克 / 淘宝</span>
|
||
<span class="badge badge-outline border-cyan-400">小米“小爱同学”</span>
|
||
<span class="badge badge-outline border-cyan-400">微博</span>
|
||
<span class="badge badge-outline border-cyan-400">完美世界游戏</span>
|
||
<span class="badge badge-outline border-cyan-400">顺丰 / 圆通</span>
|
||
<span class="badge badge-outline border-cyan-400">苹果 (潜在)</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="mt-8">
|
||
<h3 class="font-semibold text-lg text-white mb-4">最具投资价值细分环节</h3>
|
||
<div class="alert bg-black/30 border-cyan-500/50">
|
||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="stroke-cyan-300 shrink-0 w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
|
||
<div>
|
||
<h3 class="font-bold text-cyan-200">1. AI基础设施 (上游)</h3>
|
||
<div class="text-xs text-gray-300">现阶段确定性最高的投资方向。无论商业化路径如何,持续的技术迭代都需要海量算力和硬件投入。“卖铲人”直接受益于阿里资本开支。</div>
|
||
</div>
|
||
</div>
|
||
<div class="alert bg-black/30 mt-4 border-purple-500/50">
|
||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="stroke-purple-300 shrink-0 w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"></path></svg>
|
||
<div>
|
||
<h3 class="font-bold text-purple-200">2. 核心应用生态伙伴 (中游)</h3>
|
||
<div class="text-xs text-gray-300">对于风险偏好较高的投资者,深度绑定千问生态、且阿里相关业务收入占比持续提升的ISV具备较高投资弹性,是分享生态成长红利的理想标的。</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="bento-item bento-item-12 glass-card p-6 lg:p-8 overflow-x-auto">
|
||
<h2 class="section-title">相关概念股梳理</h2>
|
||
<table class="table table-sm">
|
||
<thead>
|
||
<tr>
|
||
<th>股票名称</th>
|
||
<th>股票代码</th>
|
||
<th>关联原因</th>
|
||
<th>标签</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr><th>润建股份</th><td><a href='https://valuefrontier.cn/company?scode=002929' target='_blank' class='link link-hover link-primary'>002929</a></td><td>阿里云核心算力伙伴之一,五象云谷【单万卡集群预计带来15亿+收入,10%+利润】</td><td><div class="badge badge-accent">IDC (万卡集群)</div></td></tr>
|
||
<tr><th>博彦科技</th><td><a href='https://valuefrontier.cn/company?scode=002649' target='_blank' class='link link-hover link-primary'>002649</a></td><td>阿里是公司重大客户,业务占比持续提升,合作集中在AI模型(通义)和生态服务建设</td><td><div class="badge badge-secondary">生态伙伴</div></td></tr>
|
||
<tr><th>浪潮信息</th><td><a href='https://valuefrontier.cn/company?scode=000977' target='_blank' class='link link-hover link-primary'>000977</a></td><td>服务器供应商(主供)</td><td><div class="badge badge-primary">服务器 (主供)</div></td></tr>
|
||
<tr><th>中际旭创</th><td><a href='https://valuefrontier.cn/company?scode=300308' target='_blank' class='link link-hover link-primary'>300308</a></td><td>光模块供应商(主供)</td><td><div class="badge badge-primary">光模块 (主供)</div></td></tr>
|
||
<tr><th>锐捷网络</th><td><a href='https://valuefrontier.cn/company?scode=301165' target='_blank' class='link link-hover link-primary'>301165</a></td><td>阿里数据中心交换机核心供应商,网络设备龙头</td><td><div class="badge badge-primary">交换机 (主供)</div></td></tr>
|
||
<tr><th>英维克</th><td><a href='https://valuefrontier.cn/company?scode=002837' target='_blank' class='link link-hover link-primary'>002837</a></td><td>阿里数据中心液冷设备供应商,服务腾讯、阿里等超大型数据中心</td><td><div class="badge badge-info">温控</div></td></tr>
|
||
<tr><th>软通动力</th><td><a href='https://valuefrontier.cn/company?scode=301236' target='_blank' class='link link-hover link-primary'>301236</a></td><td>是阿里通义千问首批产业战略合作伙伴</td><td><div class="badge badge-secondary">合作/应用</div></td></tr>
|
||
<tr><th>恒生电子</th><td><a href='https://valuefrontier.cn/company?scode=600570' target='_blank' class='link link-hover link-primary'>600570</a></td><td>蚂蚁集团参股20.62%,金融IT系统龙头,合作阿里金融云</td><td><div class="badge badge-warning">持股合作</div></td></tr>
|
||
<tr><th>石基信息</th><td><a href='https://valuefrontier.cn/company?scode=002153' target='_blank' class='link link-hover link-primary'>002153</a></td><td>阿里巴巴集团以28.1亿人民币的投资成为石基信息的大股东,持有15%的股份</td><td><div class="badge badge-warning">持股合作</div></td></tr>
|
||
<tr><th>圆通速递</th><td><a href='https://valuefrontier.cn/company?scode=600233' target='_blank' class='link link-hover link-primary'>600233</a></td><td>阿里创投持股11.08%,合作深化物流智能化升级</td><td><div class="badge badge-warning">持股合作</div></td></tr>
|
||
<tr><th>数据港</th><td><a href='https://valuefrontier.cn/company?scode=603881' target='_blank' class='link link-hover link-primary'>603881</a></td><td>参与的数据中心项目包括根据阿里、腾讯、百度等需求,为其提供定制化的数据中心服务</td><td><div class="badge badge-accent">IDC</div></td></tr>
|
||
<tr><th>润泽科技</th><td><a href='https://valuefrontier.cn/company?scode=300442' target='_blank' class='link link-hover link-primary'>300442</a></td><td>提供IDC及AIDC(平湖AIDC)服务</td><td><div class="badge badge-accent">AIDC</div></td></tr>
|
||
<tr><th>神州数码</th><td><a href='https://valuefrontier.cn/company?scode=000034' target='_blank' class='link link-hover link-primary'>000034</a></td><td>公司成为阿里云“大数据与AI生态合作计划伙伴”“IoT渠道分销合作计划伙伴”</td><td><div class="badge badge-secondary">生态伙伴</div></td></tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
|
||
<div class="bento-item bento-item-12 glass-card p-6 lg:p-8 overflow-x-auto">
|
||
<h2 class="section-title">相关个股异动解析</h2>
|
||
<table class="table table-sm">
|
||
<thead>
|
||
<tr>
|
||
<th>日期</th>
|
||
<th>股票</th>
|
||
<th>涨幅</th>
|
||
<th>核心逻辑</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>2025-11-18</td>
|
||
<td><strong>光云科技</strong> (<a href='https://valuefrontier.cn/company?scode=688365' target='_blank' class='link link-hover link-primary'>688365</a>)</td>
|
||
<td><span class="text-error font-mono">+19.99%</span></td>
|
||
<td>新增“新疆AI智算子公司”基本面,叠加阿里千问生态与AI应用情绪共振,机构抢筹。作为阿里平台核心SaaS服务商直接受益。</td>
|
||
</tr>
|
||
<tr>
|
||
<td>2025-11-19</td>
|
||
<td><strong>浪潮软件</strong> (<a href='https://valuefrontier.cn/company?scode=600756' target='_blank' class='link link-hover link-primary'>600756</a>)</td>
|
||
<td><span class="text-error font-mono">+10.02%</span></td>
|
||
<td>“阿里千问AI to C生态”概念发酵,叠加公司获中央党政军AI平台首单,双重催化下成为AI应用补涨龙头。</td>
|
||
</tr>
|
||
<tr>
|
||
<td>2025-09-15</td>
|
||
<td><strong>荣联科技</strong> (<a href='https://valuefrontier.cn/company?scode=002642' target='_blank' class='link link-hover link-primary'>002642</a>)</td>
|
||
<td><span class="text-error font-mono">+10.05%</span></td>
|
||
<td>周末“华为昇腾+阿里云大模型一体机”双订单落地,其中与阿里云联合研发“通义千问+DeepSeek”一体机获2.1亿合同,业绩拐点预期强烈。</td>
|
||
</tr>
|
||
<tr>
|
||
<td>2025-08-29</td>
|
||
<td><strong>云天励飞</strong> (<a href='https://valuefrontier.cn/company?scode=688343' target='_blank' class='link link-hover link-primary'>688343</a>)</td>
|
||
<td><span class="text-error font-mono">+6.38%</span></td>
|
||
<td>阿里云业务超预期增长,叠加公司与阿里及平头哥签署战略合作,其AI芯片已适配Qwen模型,深度绑定关系获市场认可。</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
|
||
|
||
</main>
|
||
|
||
<footer class="disclaimer">
|
||
<p>本报告由北京价值前沿科技有限公司 AI投研agent:“价小前投研” 合成呈现。</p>
|
||
<p>所有数据和分析均基于公开信息由AI模型处理生成,仅供研究参考,不构成任何投资建议。投资有风险,入市需谨慎。</p>
|
||
</footer>
|
||
|
||
</div>
|
||
|
||
<script>
|
||
var chartDom = document.getElementById('timeline-chart');
|
||
var myChart = echarts.init(chartDom, 'dark');
|
||
var option;
|
||
|
||
const data = [
|
||
{ time: '2024-08-30', event: '发布Qwen2-VL', detail: '第二代视觉语言模型', color: '#5470c6' },
|
||
{ time: '2024-09-19', event: '发布Qwen2.5系列', detail: '云栖大会,开源100+模型,确立开源领导地位', color: '#91cc75' },
|
||
{ time: '2025-01-29', event: '发布Qwen2.5-Max', detail: '旗舰模型,对标全球顶尖闭源模型', color: '#fac858' },
|
||
{ time: '2025-03-06', event: '发布QwQ-32B', detail: '推理模型,强调消费级显卡部署能力', color: '#ee6666' },
|
||
{ time: '2025-03-27', event: '发布Qwen2.5-Omni', detail: '全模态旗舰模型', color: '#73c0de' },
|
||
{ time: '2025-04-29', event: '发布Qwen3系列', detail: '覆盖0.6B到235B全参数范围', color: '#3ba272' },
|
||
{ time: '2025-07-23', event: '发布Qwen3-Coder', detail: '编程大模型,聚焦代码与Agent能力', color: '#fc8452' },
|
||
{ time: '2025-09-26', event: '发布Qwen3-Omni', detail: '原生全模态,实现音画同步', color: '#9a60b4' },
|
||
{ time: '2025-11-13', event: '推出降价策略', detail: 'Qwen3-Max模型降价,打响商业化价格战', color: '#ea7ccc' },
|
||
{ time: '2025-11-26', event: 'App更名"千问"', detail: '定位ToC生活入口,目标DAU破亿', color: '#5470c6' }
|
||
];
|
||
|
||
option = {
|
||
backgroundColor: 'transparent',
|
||
tooltip: {
|
||
trigger: 'axis',
|
||
formatter: function (params) {
|
||
const item = data[params[0].dataIndex];
|
||
return `<strong>${item.time}</strong><br/><strong>事件:</strong>${item.event}<br/><strong>详情:</strong>${item.detail}`;
|
||
},
|
||
backgroundColor: 'rgba(20, 22, 30, 0.8)',
|
||
borderColor: '#4a90e2',
|
||
textStyle: { color: '#d0d8e8' }
|
||
},
|
||
grid: {
|
||
left: '3%',
|
||
right: '4%',
|
||
bottom: '3%',
|
||
containLabel: true
|
||
},
|
||
xAxis: {
|
||
type: 'category',
|
||
data: data.map(item => item.time),
|
||
axisLine: { lineStyle: { color: 'rgba(255,255,255,0.3)' } },
|
||
axisLabel: {
|
||
color: '#9db2ce',
|
||
rotate: 30,
|
||
fontSize: 10
|
||
}
|
||
},
|
||
yAxis: {
|
||
type: 'value',
|
||
axisLine: { show: false },
|
||
axisLabel: { show: false },
|
||
splitLine: { lineStyle: { color: 'rgba(255,255,255,0.1)', type: 'dashed' } }
|
||
},
|
||
series: [{
|
||
name: '事件',
|
||
type: 'line',
|
||
smooth: true,
|
||
symbol: 'circle',
|
||
symbolSize: 10,
|
||
data: data.map((item, index) => ({
|
||
value: index + 1,
|
||
itemStyle: { color: item.color }
|
||
})),
|
||
lineStyle: {
|
||
width: 2,
|
||
color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [
|
||
{ offset: 0, color: '#5470c6' },
|
||
{ offset: 1, color: '#91cc75' }
|
||
])
|
||
},
|
||
areaStyle: {
|
||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||
{ offset: 0, color: 'rgba(145, 204, 117, 0.3)' },
|
||
{ offset: 1, color: 'rgba(84, 112, 198, 0.1)' }
|
||
])
|
||
}
|
||
}]
|
||
};
|
||
|
||
option && myChart.setOption(option);
|
||
window.addEventListener('resize', myChart.resize);
|
||
</script>
|
||
</body>
|
||
</html> |