maomaobj commited on
Commit
052dc5c
·
verified ·
1 Parent(s): 3809f2f

# Deepseek作图提示词 ## 主标题页面 创建一个现代科技风格的PPT封面,深蓝色渐变背景,标题"智能知识服务三大支柱"使用白色粗体字,副标题"构建数据-知识-智能-决策闭环,智能知识服务是战略基础设施"使用较小的白色字体。背景添加抽象的数字化元素、光线效果和几何图形,体现科技感和智能化特征。整体布局简洁大气,符合企业级演示标准。 ## 三大支柱概览图 设计一个三柱式结构图,深蓝色背景,三根白色柱子从底部向上延伸,每根柱子上方有白色向上箭头。从左到右分别标注: 第一根柱子:"1. 数据资产构建" - 下方详细说明"结构化+非结构化多源数据治理,行业级定向采集,7×24小时自动更新与质量监控" 第二根柱子:"2. 智能认知引擎" - 下方说明"私有大模型适配与训练,文档理解+语义分析+规则表达,多模态融合:文本、图表、知识图谱" 第三根柱子:"3. 场景化智能体应用" - 下方说明"合规中枢、科研顾问、商业洞察等智能Agent,充实强工作自动化,所见式交互能力(实体、判断、行动)" 在三根柱子之间用虚线连接,体现相互支撑的关系。 ## 数据资产构建详细页 创建一个数据流程图,显示从"数据孤岛"到"系统知识资产"的转化过程。左侧展示分散的数据源(文档、数据库、系统等),中间是处理流程(包含数据整合、知识图谱构建、语义标准化等步骤),右侧是结构化的知识资产库。使用蓝色调配色方案,添加数据流动的箭头和连接线,突出转化过程的系统性和专业性。 ## 智能认知引擎详细页 设计一个大脑形状的智能处理中心图,中央是大脑轮廓,周围环绕着不同的处理能力模块:语义理解、文档解析、关联推理、个性化推荐等。用不同颜色的连接线表示信息流向,体现AI的学习和推理过程。背景使用深蓝到浅蓝的渐变,营造智能科技氛围。 ## 场景化智能体应用详细页 创建一个中央控制台式的界面设计,中心是一个圆形的决策中枢,周围分布着不同类型的智能体:战略分析师Agent、科研顾问Agent、商业洞察Agent等。每个Agent用不同的图标表示,通过彩色连接线与中央决策中枢相连。整体采用深色背景配亮色元素,体现决策中心的专业性和权威性。 ## 实施效果对比图 制作一个前后对比的信息图表,左侧展示传统模式(数据分散、效率低下、决策滞后),右侧展示智能化模式(数据整合、智能分析、快速决策)。使用图表、数字和百分比来量化改进效果,如"知识利用效率提升3倍"、"决策响应速度提升5倍"等。配色使用对比鲜明的红色(传统模式)和绿色/蓝色(智能模式)。 ## 技术架构图 绘制一个四层架构图,从下到上分别是:基础设施层(云原生架构)、数据层(数据湖+知识图谱)、算法层(大模型+专业算法库)、应用层(智能体+可视化界面)。每层用不同深度的蓝色表示,层间用双向箭头连接,体现数据和信息的双向流动。整体呈现立体层次感和技术专业性。 - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +931 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: K1
3
- emoji: 🔥
4
- colorFrom: gray
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: k1
3
+ emoji: 🐳
4
+ colorFrom: pink
5
+ colorTo: green
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,931 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="zh-CN">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Deepseek智能知识服务</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script>
9
+ tailwind.config = {
10
+ theme: {
11
+ extend: {
12
+ colors: {
13
+ deepblue: {
14
+ 100: '#cce8ff',
15
+ 200: '#99d1ff',
16
+ 300: '#66baff',
17
+ 400: '#3393ff',
18
+ 500: '#007cff',
19
+ 600: '#0064cc',
20
+ 700: '#004c99',
21
+ 800: '#003466',
22
+ 900: '#001c33'
23
+ },
24
+ teal: {
25
+ 500: '#20c9c9',
26
+ 600: '#0ea5a5'
27
+ }
28
+ },
29
+ animation: {
30
+ 'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite',
31
+ 'float': 'float 6s ease-in-out infinite',
32
+ 'light-ray': 'lightRay 5s linear infinite'
33
+ },
34
+ keyframes: {
35
+ float: {
36
+ '0%, 100%': { transform: 'translateY(0)' },
37
+ '50%': { transform: 'translateY(-15px)' }
38
+ },
39
+ lightRay: {
40
+ '0%': { backgroundPosition: '0 0' },
41
+ '100%': { backgroundPosition: '100% 100%' }
42
+ }
43
+ }
44
+ }
45
+ }
46
+ }
47
+ </script>
48
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
49
+ <style>
50
+ @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap');
51
+
52
+ body {
53
+ font-family: 'Noto Sans SC', sans-serif;
54
+ background: linear-gradient(135deg, #001c33 0%, #003466 100%);
55
+ color: white;
56
+ scroll-behavior: smooth;
57
+ }
58
+
59
+ .digital-bg {
60
+ background:
61
+ radial-gradient(circle at 10% 20%, rgba(0, 92, 175, 0.4) 0%, transparent 25%),
62
+ radial-gradient(circle at 90% 80%, rgba(0, 131, 255, 0.3) 0%, transparent 30%),
63
+ radial-gradient(circle at 50% 50%, rgba(0, 60, 120, 0.6) 0%, transparent 50%),
64
+ linear-gradient(135deg, #001c33 0%, #003466 100%);
65
+ position: relative;
66
+ overflow: hidden;
67
+ }
68
+
69
+ .digital-bg::before {
70
+ content: '';
71
+ position: absolute;
72
+ top: 0;
73
+ left: 0;
74
+ right: 0;
75
+ bottom: 0;
76
+ background:
77
+ linear-gradient(45deg,
78
+ rgba(0, 131, 255, 0.1) 25%,
79
+ transparent 25%,
80
+ transparent 75%,
81
+ rgba(0, 131, 255, 0.1) 75%),
82
+ linear-gradient(45deg,
83
+ rgba(0, 131, 255, 0.1) 25%,
84
+ transparent 25%,
85
+ transparent 75%,
86
+ rgba(0, 131, 255, 0.1) 75%);
87
+ background-size: 60px 60px;
88
+ background-position: 0 0, 30px 30px;
89
+ z-index: 0;
90
+ }
91
+
92
+ .pillar {
93
+ position: relative;
94
+ animation: float 6s ease-in-out infinite;
95
+ transition: all 0.3s ease;
96
+ }
97
+
98
+ .pillar::before {
99
+ content: '';
100
+ position: absolute;
101
+ width: 100%;
102
+ height: 100%;
103
+ top: 0;
104
+ left: 0;
105
+ background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.1));
106
+ clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
107
+ border-radius: 10px;
108
+ z-index: -1;
109
+ }
110
+
111
+ .light-ray {
112
+ position: absolute;
113
+ top: 0;
114
+ left: 0;
115
+ width: 100%;
116
+ height: 100%;
117
+ background: linear-gradient(135deg,
118
+ rgba(255,255,255,0) 0%,
119
+ rgba(255,255,255,0.15) 25%,
120
+ rgba(255,255,255,0) 50%,
121
+ rgba(255,255,255,0.15) 75%,
122
+ rgba(255,255,255,0) 100%);
123
+ z-index: 1;
124
+ animation: lightRay 5s linear infinite;
125
+ background-size: 300% 300%;
126
+ }
127
+
128
+ .brain-node {
129
+ position: absolute;
130
+ background: linear-gradient(145deg, rgba(32,201,201,0.9), rgba(0,123,255,0.9));
131
+ width: 70px;
132
+ height: 70px;
133
+ border-radius: 50%;
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: center;
137
+ color: white;
138
+ font-weight: bold;
139
+ box-shadow: 0 0 15px rgba(0, 195, 255, 0.7);
140
+ z-index: 10;
141
+ }
142
+
143
+ .architecture-layer {
144
+ transition: all 0.3s ease;
145
+ box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
146
+ }
147
+
148
+ .architecture-layer:hover {
149
+ transform: translateY(-5px);
150
+ box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.4);
151
+ }
152
+
153
+ .comparison-card {
154
+ transition: all 0.3s ease;
155
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
156
+ overflow: hidden;
157
+ position: relative;
158
+ }
159
+
160
+ .comparison-card::before {
161
+ content: '';
162
+ position: absolute;
163
+ top: 0;
164
+ left: 0;
165
+ width: 100%;
166
+ height: 5px;
167
+ }
168
+
169
+ .traditional::before {
170
+ background: linear-gradient(90deg, #f56565, #e53e3e);
171
+ }
172
+
173
+ .intelligent::before {
174
+ background: linear-gradient(90deg, #0ea5a5, #047481);
175
+ }
176
+
177
+ @media (max-width: 768px) {
178
+ .brain-node {
179
+ width: 50px;
180
+ height: 50px;
181
+ font-size: 0.7rem;
182
+ }
183
+ .three-pillars {
184
+ flex-direction: column;
185
+ align-items: center;
186
+ }
187
+ .pillar {
188
+ width: 90%;
189
+ margin-bottom: 2rem;
190
+ }
191
+ }
192
+ </style>
193
+ </head>
194
+ <body class="min-h-screen relative">
195
+ <!-- Navigation -->
196
+ <nav class="fixed top-0 left-0 right-0 z-50 bg-black/70 backdrop-blur-lg py-4">
197
+ <div class="container mx-auto px-4 flex justify-between items-center">
198
+ <div class="flex items-center space-x-2">
199
+ <div class="w-10 h-10 rounded-full bg-gradient-to-r from-teal-500 to-blue-600 flex items-center justify-center">
200
+ <i class="fas fa-brain text-white"></i>
201
+ </div>
202
+ <span class="text-xl font-bold text-white">Deepseek AI</span>
203
+ </div>
204
+ <ul class="hidden md:flex space-x-8 text-sm">
205
+ <li><a href="#overview" class="text-white hover:text-teal-300">三大支柱</a></li>
206
+ <li><a href="#data" class="text-white hover:text-teal-300">数据资产</a></li>
207
+ <li><a href="#cognitive" class="text-white hover:text-teal-300">智能认知</a></li>
208
+ <li><a href="#agents" class="text-white hover:text-teal-300">智能体应用</a></li>
209
+ <li><a href="#comparison" class="text-white hover:text-teal-300">实施效果</a></li>
210
+ <li><a href="#architecture" class="text-white hover:text-teal-300">技术架构</a></li>
211
+ </ul>
212
+ <button class="md:hidden text-white text-xl">
213
+ <i class="fas fa-bars"></i>
214
+ </button>
215
+ </div>
216
+ </nav>
217
+
218
+ <!-- Main Cover -->
219
+ <section class="digital-bg min-h-screen flex items-center justify-center relative overflow-hidden">
220
+ <div class="light-ray"></div>
221
+ <div class="absolute top-0 left-0 w-full h-full overflow-hidden">
222
+ <div class="absolute top-20 left-10 w-4 h-4 rounded-full bg-blue-400 shadow-xl"></div>
223
+ <div class="absolute top-40 right-20 w-6 h-6 rounded-full bg-teal-500 shadow-2xl"></div>
224
+ <div class="absolute bottom-1/4 left-1/3 w-8 h-8 rounded-full bg-blue-300 shadow-2xl"></div>
225
+ <div class="absolute bottom-1/3 right-1/4 w-5 h-5 rounded-full bg-cyan-300 shadow-xl"></div>
226
+ </div>
227
+
228
+ <div class="container mx-auto px-4 z-10 text-center relative">
229
+ <div class="text-6xl md:text-8xl font-black mb-6 text-white">
230
+ <span class="bg-clip-text text-transparent bg-gradient-to-r from-white via-teal-200 to-white">
231
+ 智能知识服务三大支柱
232
+ </span>
233
+ </div>
234
+ <p class="text-xl md:text-2xl max-w-3xl mx-auto text-white/90 leading-relaxed">
235
+ 构建数据-知识-智能-决策闭环,智能知识服务是战略基础设施
236
+ </p>
237
+ <div class="mt-16 flex justify-center space-x-4">
238
+ <a href="#overview" class="px-8 py-3 bg-gradient-to-r from-teal-500 to-blue-600 rounded-full text-white font-medium shadow-lg hover:shadow-xl transition-shadow">
239
+ 探索三大支柱
240
+ </a>
241
+ <a href="#architecture" class="px-8 py-3 bg-white/20 backdrop-blur-sm border border-white/30 rounded-full text-white font-medium hover:bg-white/30 transition">
242
+ 查看技术架构
243
+ </a>
244
+ </div>
245
+ </div>
246
+
247
+ <div class="absolute bottom-0 left-0 right-0 h-16 flex justify-center items-center">
248
+ <a href="#overview" class="text-white text-2xl animate-bounce">
249
+ <i class="fas fa-chevron-down"></i>
250
+ </a>
251
+ </div>
252
+ </section>
253
+
254
+ <!-- Three Pillars Overview -->
255
+ <section id="overview" class="py-20 bg-gradient-to-b from-deepblue-800 to-deepblue-900 relative overflow-hidden">
256
+ <div class="container mx-auto px-4 relative">
257
+ <h2 class="text-4xl md:text-5xl font-bold text-center mb-16 text-white">智能知识服务三大支柱</h2>
258
+
259
+ <div class="three-pillars flex justify-center gap-8 md:gap-16 relative z-10">
260
+ <!-- Pillar 1 -->
261
+ <div class="pillar" style="animation-delay: 0s;">
262
+ <div class="w-20 md:w-24 h-64 md:h-72 bg-gradient-to-b from-white to-gray-100 mx-auto rounded-md shadow-2xl flex flex-col items-center justify-end">
263
+ <div class="mb-8">
264
+ <i class="fas fa-database text-4xl text-blue-600"></i>
265
+ </div>
266
+ <div class="w-0 h-0 border-l-[20px] border-l-transparent border-r-[20px] border-r-transparent border-b-[40px] border-b-white transform -translate-y-1"></div>
267
+ </div>
268
+ <div class="mt-8 text-center px-4">
269
+ <div class="text-xl md:text-2xl font-bold mb-2">1. 数据资产构建</div>
270
+ <div class="text-sm md:text-base text-gray-200 leading-relaxed">
271
+ 结构化+非结构化多源数据治理,行业级定向采集,7×24小时自动更新与质量监控
272
+ </div>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Pillar 2 -->
277
+ <div class="pillar" style="animation-delay: 1s;">
278
+ <div class="w-20 md:w-24 h-72 md:h-80 bg-gradient-to-b from-white to-gray-100 mx-auto rounded-md shadow-2xl flex flex-col items-center justify-end">
279
+ <div class="mb-8">
280
+ <i class="fas fa-microchip text-4xl text-teal-500"></i>
281
+ </div>
282
+ <div class="w-0 h-0 border-l-[20px] border-l-transparent border-r-[20px] border-r-transparent border-b-[40px] border-b-white transform -translate-y-1"></div>
283
+ </div>
284
+ <div class="mt-8 text-center px-4">
285
+ <div class="text-xl md:text-2xl font-bold mb-2">2. 智能认知引擎</div>
286
+ <div class="text-sm md:text-base text-gray-200 leading-relaxed">
287
+ 私有大模型适配与训练,文档理解+语义分析+规则表达,多模态融合:文本、图表、知识图谱
288
+ </div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Pillar 3 -->
293
+ <div class="pillar" style="animation-delay: 2s;">
294
+ <div class="w-20 md:w-24 h-64 md:h-72 bg-gradient-to-b from-white to-gray-100 mx-auto rounded-md shadow-2xl flex flex-col items-center justify-end">
295
+ <div class="mb-8">
296
+ <i class="fas fa-robot text-4xl text-indigo-400"></i>
297
+ </div>
298
+ <div class="w-0 h-0 border-l-[20px] border-l-transparent border-r-[20px] border-r-transparent border-b-[40px] border-b-white transform -translate-y-1"></div>
299
+ </div>
300
+ <div class="mt-8 text-center px-4">
301
+ <div class="text-xl md:text-2xl font-bold mb-2">3. 场景化智能体应用</div>
302
+ <div class="text-sm md:text-base text-gray-200 leading-relaxed">
303
+ 合规中枢、科研顾问、商业洞察等智能Agent,充实强工作自动化,所见式交互能力
304
+ </div>
305
+ </div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Connection lines -->
310
+ <div class="hidden md:block">
311
+ <div class="absolute top-1/3 left-1/4 right-1/4 h-0.5 bg-white/30"></div>
312
+ <div class="absolute top-1/3 left-1/4 w-1/4 flex justify-between">
313
+ <div class="w-2 h-2 rounded-full bg-teal-400"></div>
314
+ <div class="w-2 h-2 rounded-full bg-teal-400"></div>
315
+ <div class="w-2 h-2 rounded-full bg-teal-400"></div>
316
+ <div class="w-2 h-2 rounded-full bg-teal-400"></div>
317
+ </div>
318
+ <div class="absolute top-1/3 right-1/4 w-1/4 flex justify-between">
319
+ <div class="w-2 h-2 rounded-full bg-teal-400"></div>
320
+ <div class="w-2 h-2 rounded-full bg-teal-400"></div>
321
+ <div class="w-2 h-2 rounded-full bg-teal-400"></div>
322
+ <div class="w-2 h-2 rounded-full bg-teal-400"></div>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ </section>
327
+
328
+ <!-- Data Assets Detail -->
329
+ <section id="data" class="py-20 bg-gradient-to-b from-deepblue-900 to-deepblue-800 relative overflow-hidden">
330
+ <div class="container mx-auto px-4">
331
+ <h2 class="text-4xl font-bold text-center mb-16 text-white">数据资产构建</h2>
332
+
333
+ <div class="max-w-6xl mx-auto">
334
+ <div class="data-flow flex flex-col md:flex-row items-center justify-between">
335
+ <!-- Left: Data Sources -->
336
+ <div class="w-full md:w-1/4 mb-10 md:mb-0">
337
+ <div class="text-center mb-6">
338
+ <div class="text-2xl font-bold text-teal-300 mb-4">数据源</div>
339
+ <div class="inline-block bg-gradient-to-br from-deepblue-700 to-deepblue-800 p-6 rounded-2xl shadow-xl border border-white/10">
340
+ <div class="text-white/80 mb-4">数据孤岛</div>
341
+ <div class="space-y-4">
342
+ <div class="bg-white/10 p-3 rounded-lg">
343
+ <i class="fas fa-file-alt text-blue-400 mr-2"></i>
344
+ <span>文档数据</span>
345
+ </div>
346
+ <div class="bg-white/10 p-3 rounded-lg">
347
+ <i class="fas fa-server text-purple-400 mr-2"></i>
348
+ <span>数据库</span>
349
+ </div>
350
+ <div class="bg-white/10 p-3 rounded-lg">
351
+ <i class="fas fa-network-wired text-teal-400 mr-2"></i>
352
+ <span>系统数据</span>
353
+ </div>
354
+ <div class="bg-white/10 p-3 rounded-lg">
355
+ <i class="fas fa-cloud text-blue-300 mr-2"></i>
356
+ <span>云存储</span>
357
+ </div>
358
+ </div>
359
+ </div>
360
+ </div>
361
+ </div>
362
+
363
+ <!-- Middle: Processing -->
364
+ <div class="w-full md:w-2/4 mb-10 md:mb-0">
365
+ <div class="text-center mb-16">
366
+ <div class="text-2xl font-bold text-amber-300 mb-6">数据处理流程</div>
367
+ <div class="flex flex-col items-center space-y-4">
368
+ <div class="bg-gradient-to-r from-teal-500 to-blue-600 p-4 rounded-xl w-48 shadow-lg">
369
+ 数据整合
370
+ </div>
371
+ <div class="text-white text-2xl animate-pulse-slow">
372
+ <i class="fas fa-arrow-down"></i>
373
+ </div>
374
+ <div class="bg-gradient-to-r from-amber-500 to-orange-500 p-4 rounded-xl w-48 shadow-lg">
375
+ 知识图谱构建
376
+ </div>
377
+ <div class="text-white text-2xl animate-pulse-slow">
378
+ <i class="fas fa-arrow-down"></i>
379
+ </div>
380
+ <div class="bg-gradient-to-r from-purple-500 to-indigo-600 p-4 rounded-xl w-48 shadow-lg">
381
+ 语义标准化
382
+ </div>
383
+ <div class="text-white text-2xl animate-pulse-slow">
384
+ <i class="fas fa-arrow-down"></i>
385
+ </div>
386
+ <div class="bg-gradient-to-r from-green-500 to-emerald-600 p-4 rounded-xl w-48 shadow-lg">
387
+ 质量监控
388
+ </div>
389
+ </div>
390
+ </div>
391
+ </div>
392
+
393
+ <!-- Right: Structured Assets -->
394
+ <div class="w-full md:w-1/4">
395
+ <div class="text-center">
396
+ <div class="text-2xl font-bold text-green-300 mb-4">知识资产</div>
397
+ <div class="inline-block bg-gradient-to-tr from-deepblue-600 to-teal-900 p-6 rounded-2xl shadow-xl border border-teal-500/30">
398
+ <div class="text-white/90 mb-4">系统知识资产</div>
399
+ <div class="space-y-3">
400
+ <div class="bg-teal-900/50 p-2 rounded-lg text-sm text-left">
401
+ <i class="fas fa-project-diagram text-green-400 mr-2"></i>
402
+ <span>结构化知识库</span>
403
+ </div>
404
+ <div class="bg-teal-900/50 p-2 rounded-lg text-sm text-left">
405
+ <i class="fas fa-sitemap text-green-400 mr-2"></i>
406
+ <span>行业知识图谱</span>
407
+ </div>
408
+ <div class="bg-teal-900/50 p-2 rounded-lg text-sm text-left">
409
+ <i class="fas fa-search text-green-400 mr-2"></i>
410
+ <span>智能检索系统</span>
411
+ </div>
412
+ <div class="bg-teal-900/50 p-2 rounded-lg text-sm text-left">
413
+ <i class="fas fa-bell text-green-400 mr-2"></i>
414
+ <span>实时更新机制</span>
415
+ </div>
416
+ </div>
417
+ </div>
418
+ </div>
419
+ </div>
420
+ </div>
421
+
422
+ <!-- Flow Arrows -->
423
+ <div class="hidden md:flex justify-between items-center absolute left-1/4 right-1/4 top-1/2 transform -translate-y-1/2">
424
+ <div class="text-3xl animate-pulse text-blue-400">
425
+ <i class="fas fa-long-arrow-alt-right"></i>
426
+ </div>
427
+ <div class="text-3xl animate-pulse text-amber-400">
428
+ <i class="fas fa-long-arrow-alt-right"></i>
429
+ </div>
430
+ <div class="text-3xl animate-pulse text-purple-400">
431
+ <i class="fas fa-long-arrow-alt-right"></i>
432
+ </div>
433
+ </div>
434
+ </div>
435
+ </div>
436
+ </section>
437
+
438
+ <!-- Cognitive Engine Detail -->
439
+ <section id="cognitive" class="py-20 bg-gradient-to-b from-deepblue-800 to-deepblue-900 relative overflow-hidden">
440
+ <div class="container mx-auto px-4 relative">
441
+ <h2 class="text-4xl font-bold text-center mb-16 text-white">智能认知引擎</h2>
442
+
443
+ <div class="max-w-4xl mx-auto">
444
+ <div class="brain-diagram flex justify-center relative">
445
+ <!-- Brain Background -->
446
+ <div class="w-72 h-72 bg-gradient-to-tr from-blue-900 to-teal-800 rounded-full flex items-center justify-center shadow-2xl">
447
+ <div class="w-64 h-64 bg-gradient-to-br from-blue-700 to-teal-800 rounded-full flex items-center justify-center relative overflow-hidden">
448
+ <!-- Neural network lines -->
449
+ <div class="absolute w-full h-full">
450
+ <div class="line-connector" style="top: 20%; left: 15%; width: 50px; height: 60px; transform: rotate(45deg);"></div>
451
+ <div class="line-connector" style="top: 30%; left: 70%; width: 40px; height: 50px; transform: rotate(120deg);"></div>
452
+ <div class="line-connector" style="top: 65%; left: 25%; width: 70px; height: 40px; transform: rotate(75deg);"></div>
453
+ </div>
454
+ <div class="absolute w-full h-full">
455
+ <div class="w-3 h-3 rounded-full bg-white/20 absolute" style="top: 30%; left: 40%;"></div>
456
+ <div class="w-3 h-3 rounded-full bg-white/20 absolute" style="top: 50%; left: 30%;"></div>
457
+ <div class="w-3 h-3 rounded-full bg-white/20 absolute" style="top: 70%; left: 60%;"></div>
458
+ <div class="w-3 h-3 rounded-full bg-white/20 absolute" style="top: 40%; left: 70%;"></div>
459
+ </div>
460
+ <div class="text-white text-xl font-bold z-10">AI认知中心</div>
461
+ </div>
462
+ </div>
463
+
464
+ <!-- Nodes -->
465
+ <div class="brain-node" style="top: 15%; left: 15%;">
466
+ <span class="text-xs text-center">语义理解</span>
467
+ </div>
468
+
469
+ <div class="brain-node" style="top: 15%; left: 75%;">
470
+ <span class="text-xs text-center">文档解析</span>
471
+ </div>
472
+
473
+ <div class="brain-node" style="top: 50%; left: 10%;">
474
+ <span class="text-xs text-center">关联推理</span>
475
+ </div>
476
+
477
+ <div class="brain-node" style="top: 50%; left: 80%;">
478
+ <span class="text-xs text-center">智能推荐</span>
479
+ </div>
480
+
481
+ <div class="brain-node" style="top: 85%; left: 25%;">
482
+ <span class="text-xs text-center">规则学习</span>
483
+ </div>
484
+
485
+ <div class="brain-node" style="top: 85%; left: 65%;">
486
+ <span class="text-xs text-center">知识抽取</span>
487
+ </div>
488
+
489
+ <div class="brain-node" style="top: 35%; left: 45%;">
490
+ <span class="text-xs text-center">多模态分析</span>
491
+ </div>
492
+ </div>
493
+
494
+ <div class="mt-20 grid grid-cols-2 md:grid-cols-4 gap-6">
495
+ <div class="bg-white/5 p-6 rounded-xl border border-white/10 hover:border-teal-500/50 transition">
496
+ <div class="w-16 h-16 rounded-full bg-teal-700/30 flex items-center justify-center text-2xl mb-4">
497
+ <i class="fas fa-language text-teal-300"></i>
498
+ </div>
499
+ <div class="font-bold text-lg text-white mb-2">自然语言处理</div>
500
+ <div class="text-sm text-gray-300">理解上下文,提取实体关系和语义内容</div>
501
+ </div>
502
+
503
+ <div class="bg-white/5 p-6 rounded-xl border border-white/10 hover:border-teal-500/50 transition">
504
+ <div class="w-16 h-16 rounded-full bg-blue-700/30 flex items-center justify-center text-2xl mb-4">
505
+ <i class="fas fa-file-invoice text-blue-300"></i>
506
+ </div>
507
+ <div class="font-bold text-lg text-white mb-2">文档智能解析</div>
508
+ <div class="text-sm text-gray-300">处理PDF、图像、表格等多格式文档信息</div>
509
+ </div>
510
+
511
+ <div class="bg-white/5 p-6 rounded-xl border border-white/10 hover:border-teal-500/50 transition">
512
+ <div class="w-16 h-16 rounded-full bg-purple-700/30 flex items-center justify-center text-2xl mb-4">
513
+ <i class="fas fa-project-diagram text-purple-300"></i>
514
+ </div>
515
+ <div class="font-bold text-lg text-white mb-2">知识图谱</div>
516
+ <div class="text-sm text-gray-300">构建实体关系网络,实现知识推理</div>
517
+ </div>
518
+
519
+ <div class="bg-white/5 p-6 rounded-xl border border-white/10 hover:border-teal-500/50 transition">
520
+ <div class="w-16 h-16 rounded-full bg-indigo-700/30 flex items-center justify-center text-2xl mb-4">
521
+ <i class="fas fa-robot text-indigo-300"></i>
522
+ </div>
523
+ <div class="font-bold text-lg text-white mb-2">持续学习</div>
524
+ <div class="text-sm text-gray-300">通过用户反馈和新增数据不断优化模型</div>
525
+ </div>
526
+ </div>
527
+ </div>
528
+ </div>
529
+ </section>
530
+
531
+ <!-- Scene Application -->
532
+ <section id="agents" class="py-20 bg-gradient-to-b from-deepblue-900 to-deepblue-800 relative overflow-hidden">
533
+ <div class="container mx-auto px-4 relative">
534
+ <h2 class="text-4xl font-bold text-center mb-16 text-white">场景化智能体应用</h2>
535
+
536
+ <div class="max-w-5xl mx-auto">
537
+ <div class="control-center flex justify-center relative mb-20">
538
+ <!-- Center Console -->
539
+ <div class="w-48 h-48 rounded-full bg-gradient-to-br from-deepblue-700 to-deepblue-900 border border-white/20 shadow-2xl flex items-center justify-center">
540
+ <div class="w-40 h-40 rounded-full bg-gradient-to-tr from-teal-600/70 to-teal-900/50 border border-teal-500/30 flex items-center justify-center">
541
+ <div class="text-center">
542
+ <div class="text-white text-xl font-bold">决策中枢</div>
543
+ <div class="text-teal-300 text-sm">AI智能协调</div>
544
+ </div>
545
+ </div>
546
+ </div>
547
+
548
+ <!-- Agents -->
549
+ <div class="agent absolute" style="top: 0; left: 50%; transform: translateX(-50%);">
550
+ <div class="agent-card">
551
+ <div class="bg-indigo-900/70 border border-indigo-500/30 py-4 px-6 rounded-2xl flex items-center shadow-lg">
552
+ <div class="w-10 h-10 rounded-full bg-indigo-700 flex items-center justify-center mr-4">
553
+ <i class="fas fa-balance-scale text-indigo-300"></i>
554
+ </div>
555
+ <div>
556
+ <div class="font-bold text-white">合规中枢</div>
557
+ <div class="text-xs text-indigo-200">风险识别与管理</div>
558
+ </div>
559
+ </div>
560
+ </div>
561
+ </div>
562
+
563
+ <div class="agent absolute" style="top: 35%; right: 10%;">
564
+ <div class="agent-card">
565
+ <div class="bg-blue-900/70 border border-blue-500/30 py-4 px-6 rounded-2xl flex items-center shadow-lg">
566
+ <div class="w-10 h-10 rounded-full bg-blue-700 flex items-center justify-center mr-4">
567
+ <i class="fas fa-flask text-blue-300"></i>
568
+ </div>
569
+ <div>
570
+ <div class="font-bold text-white">科研顾问</div>
571
+ <div class="text-xs text-blue-200">文献分析·实验设计</div>
572
+ </div>
573
+ </div>
574
+ </div>
575
+ </div>
576
+
577
+ <div class="agent absolute" style="top: 35%; left: 10%;">
578
+ <div class="agent-card">
579
+ <div class="bg-amber-900/70 border border-amber-500/30 py-4 px-6 rounded-2xl flex items-center shadow-lg">
580
+ <div class="w-10 h-10 rounded-full bg-amber-700 flex items-center justify-center mr-4">
581
+ <i class="fas fa-chart-line text-amber-300"></i>
582
+ </div>
583
+ <div>
584
+ <div class="font-bold text-white">商业洞察</div>
585
+ <div class="text-xs text-amber-200">趋势预测·市场分析</div>
586
+ </div>
587
+ </div>
588
+ </div>
589
+ </div>
590
+
591
+ <div class="agent absolute" style="bottom: 0; left: 50%; transform: translateX(-50%);">
592
+ <div class="agent-card">
593
+ <div class="bg-emerald-900/70 border border-emerald-500/30 py-4 px-6 rounded-2xl flex items-center shadow-lg">
594
+ <div class="w-10 h-10 rounded-full bg-emerald-700 flex items-center justify-center mr-4">
595
+ <i class="fas fa-cogs text-emerald-300"></i>
596
+ </div>
597
+ <div>
598
+ <div class="font-bold text-white">流程自动化</div>
599
+ <div class="text-xs text-emerald-200">工作流自动化处理</div>
600
+ </div>
601
+ </div>
602
+ </div>
603
+ </div>
604
+
605
+ <div class="agent absolute" style="top: 70%; left: 20%;">
606
+ <div class="agent-card">
607
+ <div class="bg-rose-900/70 border border-rose-500/30 py-4 px-6 rounded-2xl flex items-center shadow-lg">
608
+ <div class="w-10 h-10 rounded-full bg-rose-700 flex items-center justify-center mr-4">
609
+ <i class="fas fa-user-friends text-rose-300"></i>
610
+ </div>
611
+ <div>
612
+ <div class="font-bold text-white">客户服务</div>
613
+ <div class="text-xs text-rose-200">智能咨询·交互系统</div>
614
+ </div>
615
+ </div>
616
+ </div>
617
+ </div>
618
+
619
+ <div class="agent absolute" style="top: 70%; right: 20%;">
620
+ <div class="agent-card">
621
+ <div class="bg-purple-900/70 border border-purple-500/30 py-4 px-6 rounded-2xl flex items-center shadow-lg">
622
+ <div class="w-10 h-10 rounded-full bg-purple-700 flex items-center justify-center mr-4">
623
+ <i class="fas fa-file-contract text-purple-300"></i>
624
+ </div>
625
+ <div>
626
+ <div class="font-bold text-white">合同分析</div>
627
+ <div class="text-xs text-purple-200">条款识别·风险预警</div>
628
+ </div>
629
+ </div>
630
+ </div>
631
+ </div>
632
+ </div>
633
+
634
+ <!-- Connection Lines -->
635
+ <div class="hidden md:block">
636
+ <svg class="absolute top-0 left-0 w-full h-full pointer-events-none">
637
+ <line x1="50%" y1="30%" x2="50%" y2="15%" stroke="rgba(59, 130, 246, 0.6)" stroke-width="2" stroke-dasharray="4"></line>
638
+ <line x1="50%" y1="35%" x2="70%" y2="40%" stroke="rgba(16, 185, 129, 0.6)" stroke-width="2" stroke-dasharray="4"></line>
639
+ <line x1="50%" y1="35%" x2="30%" y2="40%" stroke="rgba(245, 158, 11, 0.6)" stroke-width="2" stroke-dasharray="4"></line>
640
+ <line x1="50%" y1="65%" x2="50%" y2="85%" stroke="rgba(5, 150, 105, 0.6)" stroke-width="2" stroke-dasharray="4"></line>
641
+ <line x1="50%" y1="60%" x2="40%" y2="75%" stroke="rgba(244, 63, 94, 0.6)" stroke-width="2" stroke-dasharray="4"></line>
642
+ <line x1="50%" y1="60%" x2="60%" y2="75%" stroke="rgba(139, 92, 246, 0.6)" stroke-width="2" stroke-dasharray="4"></line>
643
+ </svg>
644
+ </div>
645
+
646
+ <div class="text-center mt-16">
647
+ <p class="text-xl text-white/90 max-w-2xl mx-auto">
648
+ 通过多种智能体协同工作,提供端到端的智能服务方案,
649
+ 实现所见即所得式的智能交互体验
650
+ </p>
651
+ </div>
652
+ </div>
653
+ </div>
654
+ </section>
655
+
656
+ <!-- Comparison Section -->
657
+ <section id="comparison" class="py-20 bg-gradient-to-b from-deepblue-800 to-deepblue-900">
658
+ <div class="container mx-auto px-4">
659
+ <h2 class="text-4xl font-bold text-center mb-16 text-white">实施效果对比</h2>
660
+
661
+ <div class="max-w-5xl mx-auto">
662
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-10">
663
+ <!-- Traditional Mode -->
664
+ <div class="comparison-card traditional bg-gradient-to-br from-gray-800 to-gray-900 rounded-2xl p-8">
665
+ <div class="text-center mb-8">
666
+ <div class="text-3xl font-bold text-red-400 mb-2">传统模式</div>
667
+ <div class="text-gray-400">效率低下·响应滞后·价值受限</div>
668
+ </div>
669
+
670
+ <div class="space-y-4">
671
+ <div class="bg-gray-700/50 p-4 rounded-xl flex">
672
+ <div class="w-10 h-10 rounded-full bg-red-500/20 flex items-center justify-center text-red-400 text-xl mr-4">
673
+ <i class="fas fa-exclamation-triangle"></i>
674
+ </div>
675
+ <div>
676
+ <div class="font-bold text-gray-300">数据分散</div>
677
+ <div class="text-sm text-gray-400">信息孤岛,难以整合利用</div>
678
+ </div>
679
+ </div>
680
+
681
+ <div class="bg-gray-700/50 p-4 rounded-xl flex">
682
+ <div class="w-10 h-10 rounded-full bg-red-500/20 flex items-center justify-center text-red-400 text-xl mr-4">
683
+ <i class="fas fa-hourglass-half"></i>
684
+ </div>
685
+ <div>
686
+ <div class="font-bold text-gray-300">效率低下</div>
687
+ <div class="text-sm text-gray-400">人工处理耗时长,响应慢</div>
688
+ </div>
689
+ </div>
690
+
691
+ <div class="bg-gray-700/50 p-4 rounded-xl flex">
692
+ <div class="w-10 h-10 rounded-full bg-red-500/20 flex items-center justify-center text-red-400 text-xl mr-4">
693
+ <i class="fas fa-tachometer-alt"></i>
694
+ </div>
695
+ <div>
696
+ <div class="font-bold text-gray-300">知识利用率 ≤20%</div>
697
+ <div class="text-sm text-gray-400">大量知识未被发现与利用</div>
698
+ </div>
699
+ </div>
700
+
701
+ <div class="bg-gray-700/50 p-4 rounded-xl flex">
702
+ <div class="w-10 h-10 rounded-full bg-red-500/20 flex items-center justify-center text-red-400 text-xl mr-4">
703
+ <i class="fas fa-brain"></i>
704
+ </div>
705
+ <div>
706
+ <div class="font-bold text-gray-300">决策滞后</div>
707
+ <div class="text-sm text-gray-400">依赖人工分析,机会易流失</div>
708
+ </div>
709
+ </div>
710
+ </div>
711
+ </div>
712
+
713
+ <!-- Intelligent Mode -->
714
+ <div class="comparison-card intelligent bg-gradient-to-br from-teal-900/70 to-teal-800/90 rounded-2xl p-8">
715
+ <div class="text-center mb-8">
716
+ <div class="text-3xl font-bold text-teal-300 mb-2">智能模式</div>
717
+ <div class="text-teal-200">效率提升·敏捷决策·价值创造</div>
718
+ </div>
719
+
720
+ <div class="space-y-4">
721
+ <div class="bg-teal-800/40 p-4 rounded-xl flex">
722
+ <div class="w-10 h-10 rounded-full bg-teal-500/20 flex items-center justify-center text-teal-300 text-xl mr-4">
723
+ <i class="fas fa-database"></i>
724
+ </div>
725
+ <div>
726
+ <div class="font-bold text-teal-100">数据整合</div>
727
+ <div class="text-sm text-teal-200">多源数据统一治理与应用</div>
728
+ </div>
729
+ </div>
730
+
731
+ <div class="bg-teal-800/40 p-4 rounded-xl flex">
732
+ <div class="w-10 h-10 rounded-full bg-teal-500/20 flex items-center justify-center text-teal-300 text-xl mr-4">
733
+ <i class="fas fa-bolt"></i>
734
+ </div>
735
+ <div>
736
+ <div class="font-bold text-teal-100">效率提升</div>
737
+ <div class="text-sm text-teal-200">知识利用效率提升<span class="text-teal-300 font-bold">3倍</span></div>
738
+ </div>
739
+ </div>
740
+
741
+ <div class="bg-teal-800/40 p-4 rounded-xl flex">
742
+ <div class="w-10 h-10 rounded-full bg-teal-500/20 flex items-center justify-center text-teal-300 text-xl mr-4">
743
+ <i class="fas fa-rocket"></i>
744
+ </div>
745
+ <div>
746
+ <div class="font-bold text-teal-100">响应加速</div>
747
+ <div class="text-sm text-teal-200">决策响应速度提升<span class="text-teal-300 font-bold">5倍</span></div>
748
+ </div>
749
+ </div>
750
+
751
+ <div class="bg-teal-800/40 p-4 rounded-xl flex">
752
+ <div class="w-10 h-10 rounded-full bg-teal-500/20 flex items-center justify-center text-teal-300 text-xl mr-4">
753
+ <i class="fas fa-lightbulb"></i>
754
+ </div>
755
+ <div>
756
+ <div class="font-bold text-teal-100">智能决策</div>
757
+ <div class="text-sm text-teal-200">AI支持下的数据驱动决策</div>
758
+ </div>
759
+ </div>
760
+ </div>
761
+ </div>
762
+ </div>
763
+
764
+ <div class="mt-20 bg-black/30 backdrop-blur-sm p-8 rounded-2xl border border-white/10">
765
+ <div class="text-center text-2xl font-bold text-white mb-6">实施效果数据展示</div>
766
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-6">
767
+ <div class="text-center p-6">
768
+ <div class="text-4xl font-bold text-teal-400 mb-2">3×</div>
769
+ <div class="text-white">知识利用效率</div>
770
+ </div>
771
+ <div class="text-center p-6">
772
+ <div class="text-4xl font-bold text-teal-400 mb-2">5×</div>
773
+ <div class="text-white">决策响应速度</div>
774
+ </div>
775
+ <div class="text-center p-6">
776
+ <div class="text-4xl font-bold text-teal-400 mb-2">68%</div>
777
+ <div class="text-white">流程自动化率</div>
778
+ </div>
779
+ <div class="text-center p-6">
780
+ <div class="text-4xl font-bold text-teal-400 mb-2">85%</div>
781
+ <div class="text-white">数据处理效率</div>
782
+ </div>
783
+ </div>
784
+ </div>
785
+ </div>
786
+ </div>
787
+ </section>
788
+
789
+ <!-- Architecture Section -->
790
+ <section id="architecture" class="py-20 bg-gradient-to-b from-deepblue-900 to-deepblue-800">
791
+ <div class="container mx-auto px-4">
792
+ <h2 class="text-4xl font-bold text-center mb-16 text-white">技术架构图</h2>
793
+
794
+ <div class="max-w-4xl mx-auto">
795
+ <div class="architecture flex flex-col items-center">
796
+ <!-- Application Layer -->
797
+ <div class="architecture-layer w-full max-w-md bg-gradient-to-b from-blue-500/10 to-blue-700/30 backdrop-blur p-8 rounded-2xl mb-4 border border-blue-500/20 shadow-lg">
798
+ <div class="flex items-center justify-between">
799
+ <div class="text-white">
800
+ <div class="text-xl font-bold">应用层</div>
801
+ <div class="text-sm opacity-80">智能体+可视化界面</div>
802
+ </div>
803
+ <div class="w-12 h-12 rounded-full bg-blue-700 flex items-center justify-center">
804
+ <i class="fas fa-rocket text-blue-300"></i>
805
+ </div>
806
+ </div>
807
+ </div>
808
+
809
+ <div class="h-8 flex items-center justify-center">
810
+ <div class="w-1 h-full bg-gradient-to-b from-blue-500 to-teal-500 rounded-full"></div>
811
+ </div>
812
+
813
+ <!-- Algorithm Layer -->
814
+ <div class="architecture-layer w-full max-w-lg bg-gradient-to-b from-teal-500/10 to-teal-700/30 backdrop-blur p-8 rounded-2xl mb-4 border border-teal-500/20 shadow-lg">
815
+ <div class="flex items-center justify-between">
816
+ <div class="text-white">
817
+ <div class="text-xl font-bold">算法层</div>
818
+ <div class="text-sm opacity-80">大模型+专业算法库</div>
819
+ </div>
820
+ <div class="w-12 h-12 rounded-full bg-teal-700 flex items-center justify-center">
821
+ <i class="fas fa-brain text-teal-300"></i>
822
+ </div>
823
+ </div>
824
+ </div>
825
+
826
+ <div class="h-8 flex items-center justify-center">
827
+ <div class="w-1 h-full bg-gradient-to-b from-teal-500 to-blue-700 rounded-full"></div>
828
+ </div>
829
+
830
+ <!-- Data Layer -->
831
+ <div class="architecture-layer w-full max-w-xl bg-gradient-to-b from-blue-700/10 to-blue-800/30 backdrop-blur p-8 rounded-2xl mb-4 border border-blue-600/20 shadow-lg">
832
+ <div class="flex items-center justify-between">
833
+ <div class="text-white">
834
+ <div class="text-xl font-bold">数据层</div>
835
+ <div class="text-sm opacity-80">数据湖+知识图谱</div>
836
+ </div>
837
+ <div class="w-12 h-12 rounded-full bg-blue-800 flex items-center justify-center">
838
+ <i class="fas fa-database text-blue-300"></i>
839
+ </div>
840
+ </div>
841
+ </div>
842
+
843
+ <div class="h-8 flex items-center justify-center">
844
+ <div class="w-1 h-full bg-gradient-to-b from-blue-700 to-deepblue-800 rounded-full"></div>
845
+ </div>
846
+
847
+ <!-- Infrastructure Layer -->
848
+ <div class="architecture-layer w-full max-w-2xl bg-gradient-to-b from-deepblue-700/10 to-deepblue-900/30 backdrop-blur p-8 rounded-2xl border border-deepblue-500/20 shadow-lg">
849
+ <div class="flex items-center justify-between">
850
+ <div class="text-white">
851
+ <div class="text-xl font-bold">基础设施层</div>
852
+ <div class="text-sm opacity-80">云原生架构</div>
853
+ </div>
854
+ <div class="w-12 h-12 rounded-full bg-deepblue-800 flex items-center justify-center">
855
+ <i class="fas fa-server text-deepblue-300"></i>
856
+ </div>
857
+ </div>
858
+ </div>
859
+ </div>
860
+
861
+ <div class="mt-20 text-center">
862
+ <div class="text-white text-xl max-w-2xl mx-auto mb-10">
863
+ 双向数据流贯穿各技术层,实现从底层基础设施到上层智能应用的
864
+ 一体化知识处理与智能决策闭环
865
+ </div>
866
+ <a href="#" class="inline-flex items-center px-6 py-3 bg-gradient-to-r from-teal-500 to-blue-600 rounded-full text-white font-medium shadow-lg hover:shadow-xl transition group">
867
+ <span>开始智能知识之旅</span>
868
+ <i class="fas fa-arrow-right ml-3 group-hover:translate-x-1 transition-transform"></i>
869
+ </a>
870
+ </div>
871
+ </div>
872
+ </div>
873
+ </section>
874
+
875
+ <!-- Footer -->
876
+ <footer class="py-12 bg-black/50 backdrop-blur border-t border-white/5">
877
+ <div class="container mx-auto px-4">
878
+ <div class="flex flex-col md:flex-row justify-between items-center">
879
+ <div class="flex items-center mb-6 md:mb-0">
880
+ <div class="w-12 h-12 rounded-full bg-gradient-to-r from-teal-500 to-blue-600 flex items-center justify-center">
881
+ <i class="fas fa-brain text-white"></i>
882
+ </div>
883
+ <div class="ml-4">
884
+ <div class="text-xl font-bold text-white">Deepseek</div>
885
+ <div class="text-sm text-gray-400">智能知识服务解决方案</div>
886
+ </div>
887
+ </div>
888
+ <div class="text-gray-400 text-sm">
889
+ © 2023 Deepseek AI. 保留所有权利。
890
+ </div>
891
+ </div>
892
+ </div>
893
+ </footer>
894
+
895
+ <script>
896
+ // Smooth scrolling for navigation links
897
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
898
+ anchor.addEventListener('click', function (e) {
899
+ e.preventDefault();
900
+
901
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
902
+ behavior: 'smooth'
903
+ });
904
+ });
905
+ });
906
+
907
+ // Simple animation observer
908
+ const observer = new IntersectionObserver((entries) => {
909
+ entries.forEach(entry => {
910
+ if (entry.isIntersecting) {
911
+ entry.target.classList.add('animate-fadeIn');
912
+ }
913
+ });
914
+ }, { threshold: 0.1 });
915
+
916
+ document.querySelectorAll('.pillar, .brain-node, .agent-card, .architecture-layer, .comparison-card').forEach(el => {
917
+ el.classList.add('opacity-0', 'transition-opacity', 'duration-1000');
918
+ observer.observe(el);
919
+ });
920
+
921
+ // Apply animation when elements are in view
922
+ document.addEventListener('DOMContentLoaded', function() {
923
+ document.querySelectorAll('.pillar, .brain-node, .agent-card, .architecture-layer, .comparison-card').forEach(el => {
924
+ setTimeout(() => {
925
+ el.classList.remove('opacity-0');
926
+ }, 100);
927
+ });
928
+ });
929
+ </script>
930
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://deepsite.hf.co/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://deepsite.hf.co" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://deepsite.hf.co?remix=maomaobj/k1" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
931
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ # Deepseek作图提示词 ## 主标题页面 创建一个现代科技风格的PPT封面,深蓝色渐变背景,标题"智能知识服务三大支柱"使用白色粗体字,副标题"构建数据-知识-智能-决策闭环,智能知识服务是战略基础设施"使用较小的白色字体。背景添加抽象的数字化元素、光线效果和几何图形,体现科技感和智能化特征。整体布局简洁大气,符合企业级演示标准。 ## 三大支柱概览图 设计一个三柱式结构图,深蓝色背景,三根白色柱子从底部向上延伸,每根柱子上方有白色向上箭头。从左到右分别标注: 第一根柱子:"1. 数据资产构建" - 下方详细说明"结构化+非结构化多源数据治理,行业级定向采集,7×24小时自动更新与质量监控" 第二根柱子:"2. 智能认知引擎" - 下方说明"私有大模型适配与训练,文档理解+语义分析+规则表达,多模态融合:文本、图表、知识图谱" 第三根柱子:"3. 场景化智能体应用" - 下方说明"合规中枢、科研顾问、商业洞察等智能Agent,充实强工作自动化,所见式交互能力(实体、判断、行动)" 在三根柱子之间用虚线连接,体现相互支撑的关系。 ## 数据资产构建详细页 创建一个数据流程图,显示从"数据孤岛"到"系统知识资产"的转化过程。左侧展示分散的数据源(文档、数据库、系统等),中间是处理流程(包含数据整合、知识图谱构建、语义标准化等步骤),右侧是结构化的知识资产库。使用蓝色调配色方案,添加数据流动的箭头和连接线,突出转化过程的系统性和专业性。 ## 智能认知引擎详细页 设计一个大脑形状的智能处理中心图,中央是大脑轮廓,周围环绕着不同的处理能力模块:语义理解、文档解析、关联推理、个性化推荐等。用不同颜色的连接线表示信息流向,体现AI的学习和推理过程。背景使用深蓝到浅蓝的渐变,营造智能科技氛围。 ## 场景化智能体应用详细页 创建一个中央控制台式的界面设计,中心是一个圆形的决策中枢,周围分布着不同类型的智能体:战略分析师Agent、科研顾问Agent、商业洞察Agent等。每个Agent用不同的图标表示,通过彩色连接线与中央决策中枢相连。整体采用深色背景配亮色元素,体现决策中心的专业性和权威性。 ## 实施效果对比图 制作一个前后对比的信息图表,左侧展示传统模式(数据分散、效率低下、决策滞后),右侧展示智能化模式(数据整合、智能分析、快速决策)。使用图表、数字和百分比来量化改进效果,如"知识利用效率提升3倍"、"决策响应速度提升5倍"等。配色使用对比鲜明的红色(传统模式)和绿色/蓝色(智能模式)。 ## 技术架构图 绘制一个四层架构图,从下到上分别是:基础设施层(云原生架构)、数据层(数据湖+知识图谱)、算法层(大模型+专业算法库)、应用层(智能体+可视化界面)。每层用不同深度的蓝色表示,层间用双向箭头连接,体现数据和信息的双向流动。整体呈现立体层次感和技术专业性。