Files
vf_react/public/htmls/KIMI概念股.html
2025-11-13 17:38:54 +08:00

808 lines
48 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.0">
<title>KIMI概念股深度分析报告</title>
<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>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
* {
font-family: 'Inter', sans-serif;
}
.gradient-bg {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.card-hover {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.timeline-line {
background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
}
.pulse-dot {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.7);
}
70% {
box-shadow: 0 0 0 10px rgba(102, 126, 234, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(102, 126, 234, 0);
}
}
.glass-effect {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.18);
}
.stock-table {
display: block;
overflow-x: auto;
white-space: nowrap;
}
.stock-table table {
width: 100%;
min-width: 1200px;
}
.fade-in {
animation: fadeIn 0.6s ease-in;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.gradient-text {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
</style>
</head>
<body class="bg-gray-50">
<!-- Hero Section -->
<div class="gradient-bg text-white">
<div class="container mx-auto px-4 py-16">
<div class="text-center fade-in">
<h1 class="text-5xl font-bold mb-4">KIMI概念股深度分析</h1>
<p class="text-xl opacity-90">从用户爆发到Agent革命的技术范式投资机遇</p>
<div class="mt-8 flex justify-center space-x-6">
<div class="text-center">
<div class="text-3xl font-bold">25+</div>
<div class="text-sm opacity-75">关联公司</div>
</div>
<div class="text-center">
<div class="text-3xl font-bold">2</div>
<div class="text-sm opacity-75">发展阶段</div>
</div>
<div class="text-center">
<div class="text-3xl font-bold">500万+</div>
<div class="text-sm opacity-75">月活用户</div>
</div>
</div>
</div>
</div>
</div>
<!-- Navigation Tabs -->
<div class="sticky top-0 z-40 glass-effect shadow-lg">
<div class="container mx-auto px-4">
<div class="flex space-x-1 overflow-x-auto py-2">
<button onclick="scrollToSection('overview')" class="px-4 py-2 rounded-lg hover:bg-purple-100 transition whitespace-nowrap">
<i class="fas fa-chart-line mr-2"></i>核心概览
</button>
<button onclick="scrollToSection('timeline')" class="px-4 py-2 rounded-lg hover:bg-purple-100 transition whitespace-nowrap">
<i class="fas fa-clock mr-2"></i>发展历程
</button>
<button onclick="scrollToSection('logic')" class="px-4 py-2 rounded-lg hover:bg-purple-100 transition whitespace-nowrap">
<i class="fas fa-brain mr-2"></i>核心逻辑
</button>
<button onclick="scrollToSection('catalyst')" class="px-4 py-2 rounded-lg hover:bg-purple-100 transition whitespace-nowrap">
<i class="fas fa-rocket mr-2"></i>催化因素
</button>
<button onclick="scrollToSection('industry')" class="px-4 py-2 rounded-lg hover:bg-purple-100 transition whitespace-nowrap">
<i class="fas fa-network-wired mr-2"></i>产业链
</button>
<button onclick="scrollToSection('risks')" class="px-4 py-2 rounded-lg hover:bg-purple-100 transition whitespace-nowrap">
<i class="fas fa-exclamation-triangle mr-2"></i>风险提示
</button>
<button onclick="scrollToSection('conclusion')" class="px-4 py-2 rounded-lg hover:bg-purple-100 transition whitespace-nowrap">
<i class="fas fa-lightbulb mr-2"></i>投资启示
</button>
<button onclick="scrollToSection('stocks')" class="px-4 py-2 rounded-lg hover:bg-purple-100 transition whitespace-nowrap">
<i class="fas fa-table mr-2"></i>概念股
</button>
</div>
</div>
</div>
<!-- Main Content -->
<div class="container mx-auto px-4 py-8">
<!-- 核心概览 -->
<section id="overview" class="mb-12 fade-in">
<h2 class="text-3xl font-bold mb-6 gradient-text">核心观点摘要</h2>
<div class="bg-white rounded-xl shadow-lg p-6 card-hover">
<div class="prose max-w-none">
<p class="text-lg leading-relaxed text-gray-700">
<span class="font-semibold text-purple-600">Kimi概念已从2024年依靠"长文本+低成本"驱动的用户增长主题,</span>
演变为2025年由"OnlineRL新范式+Agent落地"引领的技术革命主线。其核心驱动力在于Kimi K2模型所开启的模型能力自我进化潜力以及由此带来的从云端算力到终端应用的全面产业机遇未来潜力巨大但当前商业化落地节奏是关键观察点。
</p>
</div>
<div class="mt-6 grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="bg-purple-50 rounded-lg p-4 text-center">
<i class="fas fa-users text-3xl text-purple-600 mb-2"></i>
<h3 class="font-semibold">用户爆发</h3>
<p class="text-sm text-gray-600">2024年DAU达58万</p>
</div>
<div class="bg-blue-50 rounded-lg p-4 text-center">
<i class="fas fa-robot text-3xl text-blue-600 mb-2"></i>
<h3 class="font-semibold">技术突破</h3>
<p class="text-sm text-gray-600">K2引入OnlineRL新范式</p>
</div>
<div class="bg-green-50 rounded-lg p-4 text-center">
<i class="fas fa-chart-line text-3xl text-green-600 mb-2"></i>
<h3 class="font-semibold">生态扩张</h3>
<p class="text-sm text-gray-600">日均Token处理86.6亿</p>
</div>
</div>
</div>
</section>
<!-- 发展历程 -->
<section id="timeline" class="mb-12 fade-in">
<h2 class="text-3xl font-bold mb-6 gradient-text">概念发展历程</h2>
<div class="relative">
<div class="absolute left-8 top-0 bottom-0 w-0.5 timeline-line"></div>
<!-- 第一阶段 -->
<div class="relative flex items-start mb-8">
<div class="absolute left-6 w-5 h-5 bg-purple-600 rounded-full pulse-dot"></div>
<div class="ml-16 bg-white rounded-lg shadow-lg p-6 card-hover flex-1">
<h3 class="text-xl font-bold text-purple-600 mb-2">第一阶段:用户爆发与长文本出圈</h3>
<p class="text-sm text-gray-500 mb-3">2024年2月-3月</p>
<div class="space-y-3">
<div class="flex items-start">
<i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
<div>
<p class="font-semibold">核心突破</p>
<p class="text-gray-600">无损压缩长文本技术,解决海量信息处理痛点</p>
</div>
</div>
<div class="flex items-start">
<i class="fas fa-chart-bar text-blue-500 mt-1 mr-3"></i>
<div>
<p class="font-semibold">用户数据</p>
<p class="text-gray-600">DAU峰值58万微信生态深度绑定形成护城河</p>
</div>
</div>
<div class="flex items-start">
<i class="fas fa-dollar-sign text-yellow-500 mt-1 mr-3"></i>
<div>
<p class="font-semibold">成本优势</p>
<p class="text-gray-600">API价格为GPT-4的1/20性价比颠覆</p>
</div>
</div>
</div>
</div>
</div>
<!-- 第二阶段 -->
<div class="relative flex items-start">
<div class="absolute left-6 w-5 h-5 bg-purple-600 rounded-full pulse-dot"></div>
<div class="ml-16 bg-white rounded-lg shadow-lg p-6 card-hover flex-1">
<h3 class="text-xl font-bold text-purple-600 mb-2">第二阶段技术范式突破与Agent革命</h3>
<p class="text-sm text-gray-500 mb-3">2025年7月至今</p>
<div class="space-y-3">
<div class="flex items-start">
<i class="fas fa-atom text-purple-500 mt-1 mr-3"></i>
<div>
<p class="font-semibold">范式革命</p>
<p class="text-gray-600">K2引入OnlineRL新范式理论能力无上限</p>
</div>
</div>
<div class="flex items-start">
<i class="fas fa-bolt text-yellow-500 mt-1 mr-3"></i>
<div>
<p class="font-semibold">性能飞跃</p>
<p class="text-gray-600">K2高速版输出速度提升至40 Tokens/sAPI半价推广</p>
</div>
</div>
<div class="flex items-start">
<i class="fas fa-desktop text-blue-500 mt-1 mr-3"></i>
<div>
<p class="font-semibold">Agent进化</p>
<p class="text-gray-600">发布"OK Computer"模式,实现复杂任务自动化</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- 核心逻辑 -->
<section id="logic" class="mb-12 fade-in">
<h2 class="text-3xl font-bold mb-6 gradient-text">核心逻辑与市场认知</h2>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
<div class="bg-white rounded-xl shadow-lg p-6 card-hover">
<h3 class="text-xl font-bold mb-4 text-purple-600">
<i class="fas fa-cogs mr-2"></i>核心驱动力
</h3>
<div class="space-y-4">
<div class="border-l-4 border-purple-500 pl-4">
<h4 class="font-semibold mb-1">工程化胜利</h4>
<p class="text-gray-600 text-sm">无损压缩、滑动窗口注意力等技术解决特定场景痛点</p>
</div>
<div class="border-l-4 border-blue-500 pl-4">
<h4 class="font-semibold mb-1">范式革命</h4>
<p class="text-gray-600 text-sm">OnlineRL实现模型能力自我进化理论上无上限</p>
</div>
<div class="border-l-4 border-green-500 pl-4">
<h4 class="font-semibold mb-1">生态构建</h4>
<p class="text-gray-600 text-sm">开源、降价、API推广快速构建开发者生态</p>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-lg p-6 card-hover">
<h3 class="text-xl font-bold mb-4 text-purple-600">
<i class="fas fa-chart-pie mr-2"></i>市场预期差
</h3>
<div class="space-y-4">
<div class="bg-yellow-50 rounded-lg p-4">
<h4 class="font-semibold text-yellow-800 mb-2">
<i class="fas fa-exclamation-circle mr-2"></i>被忽略的关键点
</h4>
<p class="text-gray-700 text-sm">微信生态的场景卡位优势构成强大用户粘性护城河</p>
</div>
<div class="bg-red-50 rounded-lg p-4">
<h4 class="font-semibold text-red-800 mb-2">
<i class="fas fa-balance-scale mr-2"></i>现实与预期
</h4>
<p class="text-gray-700 text-sm">K2当前仅为preview版本测评效果意义有限</p>
</div>
<div class="bg-blue-50 rounded-lg p-4">
<h4 class="font-semibold text-blue-800 mb-2">
<i class="fas fa-microchip mr-2"></i>供给催化
</h4>
<p class="text-gray-700 text-sm">H20芯片解禁是连接技术突破与商业变现的关键桥梁</p>
</div>
</div>
</div>
</div>
</section>
<!-- 催化因素 -->
<section id="catalyst" class="mb-12 fade-in">
<h2 class="text-3xl font-bold mb-6 gradient-text">关键催化剂与发展路径</h2>
<div class="bg-white rounded-xl shadow-lg p-6">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<h3 class="text-xl font-bold mb-4 text-purple-600">
<i class="fas fa-fire mr-2"></i>近期催化剂3-6个月
</h3>
<div class="space-y-3">
<div class="flex items-center p-3 bg-gradient-to-r from-purple-50 to-blue-50 rounded-lg">
<div class="w-10 h-10 bg-purple-600 text-white rounded-full flex items-center justify-center mr-3">
<i class="fas fa-flask"></i>
</div>
<div>
<p class="font-semibold">OK Computer测试反馈</p>
<p class="text-sm text-gray-600">Agent灰度测试效果与用户案例</p>
</div>
</div>
<div class="flex items-center p-3 bg-gradient-to-r from-blue-50 to-green-50 rounded-lg">
<div class="w-10 h-10 bg-blue-600 text-white rounded-full flex items-center justify-center mr-3">
<i class="fas fa-code"></i>
</div>
<div>
<p class="font-semibold">开发者生态数据</p>
<p class="text-sm text-gray-600">K2高速版API调用量与活跃度</p>
</div>
</div>
<div class="flex items-center p-3 bg-gradient-to-r from-green-50 to-yellow-50 rounded-lg">
<div class="w-10 h-10 bg-green-600 text-white rounded-full flex items-center justify-center mr-3">
<i class="fas fa-server"></i>
</div>
<div>
<p class="font-semibold">H20规模化部署</p>
<p class="text-sm text-gray-600">算力供给问题解决进度</p>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-bold mb-4 text-purple-600">
<i class="fas fa-route mr-2"></i>长期发展路径
</h3>
<div class="relative">
<div class="absolute left-4 top-0 bottom-0 w-0.5 bg-gradient-to-b from-purple-400 to-blue-400"></div>
<div class="space-y-4">
<div class="flex items-start">
<div class="w-8 h-8 bg-purple-100 rounded-full flex items-center justify-center mr-3 z-10">
<span class="text-xs font-bold text-purple-600">1</span>
</div>
<div>
<p class="font-semibold">基座模型成熟</p>
<p class="text-sm text-gray-600">K2模型完善与开发者生态预热</p>
</div>
</div>
<div class="flex items-start">
<div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center mr-3 z-10">
<span class="text-xs font-bold text-blue-600">2</span>
</div>
<div>
<p class="font-semibold">Agent场景爆发</p>
<p class="text-sm text-gray-600">金融、企业服务等高价值场景落地</p>
</div>
</div>
<div class="flex items-start">
<div class="w-8 h-8 bg-green-100 rounded-full flex items-center justify-center mr-3 z-10">
<span class="text-xs font-bold text-green-600">3</span>
</div>
<div>
<p class="font-semibold">AGI雏形平台化</p>
<p class="text-sm text-gray-600">超级智能体平台形成</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- 产业链分析 -->
<section id="industry" class="mb-12 fade-in">
<h2 class="text-3xl font-bold mb-6 gradient-text">产业链与核心公司</h2>
<div class="bg-white rounded-xl shadow-lg p-6">
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6">
<!-- 上游 -->
<div class="border-2 border-purple-200 rounded-lg p-4">
<h3 class="font-bold text-lg mb-3 text-purple-600">
<i class="fas fa-cloud-upload-alt mr-2"></i>上游:算力与基础设施
</h3>
<div class="space-y-2">
<div class="p-2 bg-purple-50 rounded">
<p class="font-semibold text-sm">算力提供</p>
<p class="text-xs text-gray-600">润泽科技、亚康股份、润建股份</p>
</div>
<div class="p-2 bg-purple-50 rounded">
<p class="font-semibold text-sm">AI芯片</p>
<p class="text-xs text-gray-600">寒武纪、海光信息</p>
</div>
</div>
</div>
<!-- 中游 -->
<div class="border-2 border-blue-200 rounded-lg p-4">
<h3 class="font-bold text-lg mb-3 text-blue-600">
<i class="fas fa-layer-group mr-2"></i>中游:模型与平台
</h3>
<div class="space-y-2">
<div class="p-2 bg-blue-50 rounded">
<p class="font-semibold text-sm">核心模型</p>
<p class="text-xs text-gray-600">月之暗面(未上市)</p>
</div>
<div class="p-2 bg-blue-50 rounded">
<p class="font-semibold text-sm">模型管理</p>
<p class="text-xs text-gray-600">普元信息、润和软件</p>
</div>
<div class="p-2 bg-blue-50 rounded">
<p class="font-semibold text-sm">云计算</p>
<p class="text-xs text-gray-600">金山云、深信服、优刻得</p>
</div>
</div>
</div>
<!-- 下游 -->
<div class="border-2 border-green-200 rounded-lg p-4">
<h3 class="font-bold text-lg mb-3 text-green-600">
<i class="fas fa-download mr-2"></i>下游:应用与数据
</h3>
<div class="space-y-2">
<div class="p-2 bg-green-50 rounded">
<p class="font-semibold text-sm">通用应用</p>
<p class="text-xs text-gray-600">金山办公、福昕软件、万兴科技</p>
</div>
<div class="p-2 bg-green-50 rounded">
<p class="font-semibold text-sm">垂直应用</p>
<p class="text-xs text-gray-600">恒生电子、同花顺、卫宁健康</p>
</div>
<div class="p-2 bg-green-50 rounded">
<p class="font-semibold text-sm">数据内容</p>
<p class="text-xs text-gray-600">掌阅科技、华策影视、中国科传</p>
</div>
</div>
</div>
</div>
<!-- 核心玩家对比 -->
<div class="mt-6 p-4 bg-gray-50 rounded-lg">
<h3 class="font-bold text-lg mb-3">核心玩家对比分析</h3>
<div class="overflow-x-auto">
<table class="w-full text-sm">
<thead>
<tr class="border-b">
<th class="text-left py-2">公司</th>
<th class="text-left py-2">优势</th>
<th class="text-left py-2">劣势/风险</th>
<th class="text-left py-2">推荐评级</th>
</tr>
</thead>
<tbody>
<tr class="border-b">
<td class="py-2 font-semibold">金山云</td>
<td class="py-2">逻辑最纯粹直接受益Token处理量增长</td>
<td class="py-2">云服务竞争激烈</td>
<td class="py-2"><span class="text-green-600 font-bold">★★★★★</span></td>
</tr>
<tr class="border-b">
<td class="py-2 font-semibold">掌阅科技</td>
<td class="py-2">场景契合度高,用户价值提升明确</td>
<td class="py-2">需时间验证商业化</td>
<td class="py-2"><span class="text-green-600 font-bold">★★★★☆</span></td>
</tr>
<tr class="border-b">
<td class="py-2 font-semibold">汉得信息</td>
<td class="py-2">企业服务市场空间大,客户粘性高</td>
<td class="py-2">落地周期长,不确定性高</td>
<td class="py-2"><span class="text-yellow-600 font-bold">★★★☆☆</span></td>
</tr>
<tr>
<td class="py-2 font-semibold">九安医疗</td>
<td class="py-2">股权投资,估值提升直接受益</td>
<td class="py-2">与主业协同弱,流动性风险</td>
<td class="py-2"><span class="text-yellow-600 font-bold">★★★☆☆</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<!-- 风险提示 -->
<section id="risks" class="mb-12 fade-in">
<h2 class="text-3xl font-bold mb-6 gradient-text">潜在风险与挑战</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4">
<div class="bg-red-50 border border-red-200 rounded-lg p-4">
<div class="text-red-600 text-2xl mb-2">
<i class="fas fa-microscope"></i>
</div>
<h3 class="font-bold mb-2">技术风险</h3>
<p class="text-sm text-gray-600">OnlineRL范式实际效果待验证多模态能力滞后</p>
</div>
<div class="bg-yellow-50 border border-yellow-200 rounded-lg p-4">
<div class="text-yellow-600 text-2xl mb-2">
<i class="fas fa-coins"></i>
</div>
<h3 class="font-bold mb-2">商业化风险</h3>
<p class="text-sm text-gray-600">以价换量策略侵蚀利润,应用落地慢于预期</p>
</div>
<div class="bg-blue-50 border border-blue-200 rounded-lg p-4">
<div class="text-blue-600 text-2xl mb-2">
<i class="fas fa-shield-alt"></i>
</div>
<h3 class="font-bold mb-2">政策风险</h3>
<p class="text-sm text-gray-600">巨头竞争白热化,地缘政治影响芯片供应</p>
</div>
<div class="bg-purple-50 border border-purple-200 rounded-lg p-4">
<div class="text-purple-600 text-2xl mb-2">
<i class="fas fa-info-circle"></i>
</div>
<h3 class="font-bold mb-2">信息风险</h3>
<p class="text-sm text-gray-600">宏大叙事与现实差距,市场过度乐观预期</p>
</div>
</div>
</section>
<!-- 投资启示 -->
<section id="conclusion" class="mb-12 fade-in">
<h2 class="text-3xl font-bold mb-6 gradient-text">综合结论与投资启示</h2>
<div class="bg-gradient-to-r from-purple-600 to-blue-600 text-white rounded-xl shadow-lg p-8">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<h3 class="text-2xl font-bold mb-4">
<i class="fas fa-bullseye mr-2"></i>综合结论
</h3>
<p class="text-lg leading-relaxed">
Kimi概念股正经历从"主题炒作"向"基本面驱动"的关键过渡期。当前阶段,投资价值将严格取决于技术范式革命能否转化为可规模化的商业价值。
</p>
</div>
<div>
<h3 class="text-2xl font-bold mb-4">
<i class="fas fa-star mr-2"></i>重点跟踪指标
</h3>
<ul class="space-y-2">
<li class="flex items-center">
<i class="fas fa-check-circle mr-2"></i>
<span>Kimi官方API调用量与收入</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle mr-2"></i>
<span>Agent企业用户数与ARPU值</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle mr-2"></i>
<span>云厂商AI相关收入增速</span>
</li>
</ul>
</div>
</div>
<div class="mt-6 p-4 bg-white bg-opacity-20 rounded-lg">
<p class="text-center text-xl font-bold">
<i class="fas fa-award mr-2"></i>
最具投资价值环节:云计算 > AI中间件 > 垂直应用
</p>
</div>
</div>
</section>
<!-- 股票数据表格 -->
<section id="stocks" class="mb-12 fade-in">
<h2 class="text-3xl font-bold mb-6 gradient-text">KIMI概念股全览</h2>
<div class="bg-white rounded-xl shadow-lg p-6 stock-table">
<table class="w-full">
<thead class="bg-gradient-to-r from-purple-600 to-blue-600 text-white">
<tr>
<th class="px-4 py-3 text-left">股票代码</th>
<th class="px-4 py-3 text-left">股票名称</th>
<th class="px-4 py-3 text-left">分类</th>
<th class="px-4 py-3 text-left">相关性</th>
<th class="px-4 py-3 text-left">消息来源</th>
<th class="px-4 py-3 text-left">详细说明</th>
</tr>
</thead>
<tbody>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">002432</td>
<td class="px-4 py-3 font-semibold">九安医疗</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-green-100 text-green-800 rounded text-xs">参股</span></td>
<td class="px-4 py-3 text-sm">投资额等值于3000万美元</td>
<td class="px-4 py-3"><span class="text-gray-500">互动</span></td>
<td class="px-4 py-3 text-sm text-gray-600">公司参与了月之暗面相关主体的投资</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">300133</td>
<td class="px-4 py-3 font-semibold">华策影视</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-blue-100 text-blue-800 rounded text-xs">合作</span></td>
<td class="px-4 py-3 text-sm">推进AI在影视领域的应用</td>
<td class="px-4 py-3"><span class="text-gray-500">互动</span></td>
<td class="px-4 py-3 text-sm text-gray-600">与Kimi等科技公司合作推进AI技术应用</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">603533</td>
<td class="px-4 py-3 font-semibold">掌阅科技</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-blue-100 text-blue-800 rounded text-xs">合作</span></td>
<td class="px-4 py-3 text-sm">接入Kimi对话助手</td>
<td class="px-4 py-3"><span class="text-gray-500">市场传闻</span></td>
<td class="px-4 py-3 text-sm text-gray-600">按场景需求选择最强AI大模型支撑</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">603006</td>
<td class="px-4 py-3 font-semibold">捷顺科技</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-blue-100 text-blue-800 rounded text-xs">合作</span></td>
<td class="px-4 py-3 text-sm">子公司与循环智能战略合作</td>
<td class="px-4 py-3"><span class="text-gray-500">公开资料</span></td>
<td class="px-4 py-3 text-sm text-gray-600">顺易通与杨植麟首创新企业达成合作</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">603239</td>
<td class="px-4 py-3 font-semibold">超讯通信</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-blue-100 text-blue-800 rounded text-xs">合作</span></td>
<td class="px-4 py-3 text-sm">灵犀妙笔AI支持长文本</td>
<td class="px-4 py-3"><span class="text-gray-500">官微</span></td>
<td class="px-4 py-3 text-sm text-gray-600">打通Kimi chat链路支持长文本处理</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">300781</td>
<td class="px-4 py-3 font-semibold">因赛集团</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-blue-100 text-blue-800 rounded text-xs">合作</span></td>
<td class="px-4 py-3 text-sm">API接口调用合作</td>
<td class="px-4 py-3"><span class="text-gray-500">互动</span></td>
<td class="px-4 py-3 text-sm text-gray-600">自研模型与Kimi等大模型API合作</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">688229</td>
<td class="px-4 py-3 font-semibold">博睿数据</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-yellow-100 text-yellow-800 rounded text-xs">对接测试</span></td>
<td class="px-4 py-3 text-sm">运维领域智能应用</td>
<td class="px-4 py-3"><span class="text-gray-500">互动</span></td>
<td class="px-4 py-3 text-sm text-gray-600">Bonree ONE平台有望接入Kimi实现自动报告</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">170170</td>
<td class="px-4 py-3 font-semibold">汉得信息</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-yellow-100 text-yellow-800 rounded text-xs">对接测试</span></td>
<td class="px-4 py-3 text-sm">AIGC平台对接测试</td>
<td class="px-4 py-3"><span class="text-gray-500">互动</span></td>
<td class="px-4 py-3 text-sm text-gray-600">已开启AIGC平台对接测试探索落地</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">301171</td>
<td class="px-4 py-3 font-semibold">易点天下</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-yellow-100 text-yellow-800 rounded text-xs">对接测试</span></td>
<td class="px-4 py-3 text-sm">解决复杂图文生成</td>
<td class="px-4 py-3"><span class="text-gray-500">互动</span></td>
<td class="px-4 py-3 text-sm text-gray-600">已接入Kimi Chat解决长视频脚本生成</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">300494</td>
<td class="px-4 py-3 font-semibold">盛天网络</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-yellow-100 text-yellow-800 rounded text-xs">对接测试</span></td>
<td class="px-4 py-3 text-sm">音乐社交APP接入</td>
<td class="px-4 py-3"><span class="text-gray-500">互动</span></td>
<td class="px-4 py-3 text-sm text-gray-600">给麦APP已接入Kimi等模型</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">300624</td>
<td class="px-4 py-3 font-semibold">万兴科技</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-yellow-100 text-yellow-800 rounded text-xs">对接测试</span></td>
<td class="px-4 py-3 text-sm">接入文本大模型</td>
<td class="px-4 py-3"><span class="text-gray-500">互动</span></td>
<td class="px-4 py-3 text-sm text-gray-600">已接入Kimi文本大模型</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">300352</td>
<td class="px-4 py-3 font-semibold">北信源</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-yellow-100 text-yellow-800 rounded text-xs">对接测试</span></td>
<td class="px-4 py-3 text-sm">接入优秀大模型</td>
<td class="px-4 py-3"><span class="text-gray-500">互动</span></td>
<td class="px-4 py-3 text-sm text-gray-600">已接入Kimi等国内优秀大模型</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">300155</td>
<td class="px-4 py-3 font-semibold">国投智能</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-yellow-100 text-yellow-800 rounded text-xs">对接测试</span></td>
<td class="px-4 py-3 text-sm">内容检测平台</td>
<td class="px-4 py-3"><span class="text-gray-500">互动</span></td>
<td class="px-4 py-3 text-sm text-gray-600">支持对kimi生成式文本的检测</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">300339</td>
<td class="px-4 py-3 font-semibold">润和软件</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-yellow-100 text-yellow-800 rounded text-xs">对接测试</span></td>
<td class="px-4 py-3 text-sm">AIRUNS平台适配</td>
<td class="px-4 py-3"><span class="text-gray-500">互动</span></td>
<td class="px-4 py-3 text-sm text-gray-600">AIRUNS平台已适配Kimi K2模型</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">603825</td>
<td class="px-4 py-3 font-semibold">华扬联众</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-yellow-100 text-yellow-800 rounded text-xs">对接测试</span></td>
<td class="px-4 py-3 text-sm">内部技术平台联动</td>
<td class="px-4 py-3"><span class="text-gray-500">互动</span></td>
<td class="px-4 py-3 text-sm text-gray-600">联动Kimi等实现高效协同</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">688118</td>
<td class="px-4 py-3 font-semibold">普元信息</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-yellow-100 text-yellow-800 rounded text-xs">对接测试</span></td>
<td class="px-4 py-3 text-sm">模型管理系统</td>
<td class="px-4 py-3"><span class="text-gray-500">互动</span></td>
<td class="px-4 py-3 text-sm text-gray-600">支持快速接入Kimi K2等主流模型</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">300634</td>
<td class="px-4 py-3 font-semibold">彩讯股份</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-yellow-100 text-yellow-800 rounded text-xs">对接测试</span></td>
<td class="px-4 py-3 text-sm">AIBOX平台评测</td>
<td class="px-4 py-3"><span class="text-gray-500">互动</span></td>
<td class="px-4 py-3 text-sm text-gray-600">对不同应用场景进行对比评测</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">300442</td>
<td class="px-4 py-3 font-semibold">润泽科技</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-purple-100 text-purple-800 rounded text-xs">算力</span></td>
<td class="px-4 py-3 text-sm">与火山引擎协同</td>
<td class="px-4 py-3"><span class="text-gray-500">公开资料</span></td>
<td class="px-4 py-3 text-sm text-gray-600">为Kimi提供技术支持的火山引擎协同</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">301085</td>
<td class="px-4 py-3 font-semibold">亚康股份</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-purple-100 text-purple-800 rounded text-xs">算力</span></td>
<td class="px-4 py-3 text-sm">硬件支持及运维</td>
<td class="px-4 py-3"><span class="text-gray-500">公开资料</span></td>
<td class="px-4 py-3 text-sm text-gray-600">为火山引擎提供硬件支持和运维服务</td>
</tr>
<tr class="border-b hover:bg-purple-50 transition">
<td class="px-4 py-3 font-mono text-sm">002929</td>
<td class="px-4 py-3 font-semibold">润建股份</td>
<td class="px-4 py-3"><span class="px-2 py-1 bg-purple-100 text-purple-800 rounded text-xs">算力</span></td>
<td class="px-4 py-3 text-sm">提供算力支持</td>
<td class="px-4 py-3"><span class="text-gray-500">市场传闻</span></td>
<td class="px-4 py-3 text-sm text-gray-600">通过子公司万象云谷提供算力支持</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
<!-- Footer -->
<footer class="bg-gray-800 text-white py-8 mt-16">
<div class="container mx-auto px-4 text-center">
<p class="mb-2">© 2025 KIMI概念股深度分析报告</p>
<p class="text-sm text-gray-400">数据来源:公开信息、路演报告、新闻资讯 | 投资有风险,入市需谨慎</p>
</div>
</footer>
<script>
// Smooth scroll to section
function scrollToSection(sectionId) {
const section = document.getElementById(sectionId);
if (section) {
section.scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}
// Add animation on scroll
const observerOptions = {
threshold: 0.1,
rootMargin: '0px 0px -50px 0px'
};
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.style.opacity = '1';
entry.target.style.transform = 'translateY(0)';
}
});
}, observerOptions);
document.querySelectorAll('.fade-in').forEach(el => {
el.style.opacity = '0';
el.style.transform = 'translateY(20px)';
el.style.transition = 'all 0.6s ease-out';
observer.observe(el);
});
// Add hover effect to table rows
document.querySelectorAll('tbody tr').forEach(row => {
row.addEventListener('mouseenter', function() {
this.style.transform = 'scale(1.01)';
this.style.transition = 'all 0.2s ease';
});
row.addEventListener('mouseleave', function() {
this.style.transform = 'scale(1)';
});
});
// Dynamic date update
const dateElements = document.querySelectorAll('.dynamic-date');
const currentDate = new Date().toLocaleDateString('zh-CN');
dateElements.forEach(el => {
el.textContent = currentDate;
});
</script>
</body>
</html>