donk commited on
Commit
64a1f64
·
verified ·
1 Parent(s): 640560e

帮我制作一个AI的网站 - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +631 -18
index.html CHANGED
@@ -1,20 +1,633 @@
1
  <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>My app</title>
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <meta charset="utf-8">
7
  <script src="https://cdn.tailwindcss.com"></script>
8
- </head>
9
- <body class="flex justify-center items-center h-screen overflow-hidden bg-white font-sans text-center px-6">
10
- <div class="w-full">
11
- <span class="text-xs rounded-full mb-2 inline-block px-2 py-1 border border-amber-500/15 bg-amber-500/15 text-amber-500">🔥 New version dropped!</span>
12
- <h1 class="text-4xl lg:text-6xl font-bold font-sans">
13
- <span class="text-2xl lg:text-4xl text-gray-400 block font-medium">I'm ready to work,</span>
14
- Ask me anything.
15
- </h1>
16
- </div>
17
- <img src="https://enzostvs-deepsite.hf.space/arrow.svg" class="absolute bottom-8 left-0 w-[100px] transform rotate-[30deg]" />
18
- <script></script>
19
- <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://enzostvs-deepsite.hf.space/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://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=donk245/caigong" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
20
- </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>未来智能 - AI创新平台</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ @keyframes float {
11
+ 0%, 100% { transform: translateY(0); }
12
+ 50% { transform: translateY(-20px); }
13
+ }
14
+ .floating {
15
+ animation: float 6s ease-in-out infinite;
16
+ }
17
+ .gradient-text {
18
+ background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
19
+ -webkit-background-clip: text;
20
+ background-clip: text;
21
+ color: transparent;
22
+ }
23
+ .card-hover:hover {
24
+ transform: translateY(-10px);
25
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
26
+ }
27
+ .typewriter {
28
+ overflow: hidden;
29
+ border-right: .15em solid #3b82f6;
30
+ white-space: nowrap;
31
+ margin: 0 auto;
32
+ letter-spacing: .15em;
33
+ animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
34
+ }
35
+ @keyframes typing {
36
+ from { width: 0 }
37
+ to { width: 100% }
38
+ }
39
+ @keyframes blink-caret {
40
+ from, to { border-color: transparent }
41
+ 50% { border-color: #3b82f6; }
42
+ }
43
+ </style>
44
+ </head>
45
+ <body class="bg-gray-50 font-sans">
46
+ <!-- 导航栏 -->
47
+ <nav class="bg-white shadow-lg sticky top-0 z-50">
48
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
49
+ <div class="flex justify-between h-16">
50
+ <div class="flex items-center">
51
+ <div class="flex-shrink-0 flex items-center">
52
+ <i class="fas fa-robot text-3xl text-indigo-600 mr-2"></i>
53
+ <span class="text-xl font-bold text-gray-900">未来<span class="gradient-text">智能</span></span>
54
+ </div>
55
+ </div>
56
+ <div class="hidden md:flex items-center space-x-8">
57
+ <a href="#home" class="text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">首页</a>
58
+ <a href="#features" class="text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">功能</a>
59
+ <a href="#solutions" class="text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">解决方案</a>
60
+ <a href="#pricing" class="text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">定价</a>
61
+ <a href="#contact" class="text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">联系我们</a>
62
+ </div>
63
+ <div class="flex items-center">
64
+ <button class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
65
+ 免费试用
66
+ </button>
67
+ <button class="md:hidden ml-4 inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-indigo-600 hover:bg-gray-100 focus:outline-none">
68
+ <i class="fas fa-bars"></i>
69
+ </button>
70
+ </div>
71
+ </div>
72
+ </div>
73
+ </nav>
74
+
75
+ <!-- 英雄区域 -->
76
+ <section id="home" class="relative overflow-hidden">
77
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20 md:py-32">
78
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
79
+ <div>
80
+ <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-gray-900 leading-tight mb-6">
81
+ 用<span class="gradient-text">人工智能</span><br>改变您的业务
82
+ </h1>
83
+ <p class="text-lg text-gray-600 mb-8">
84
+ 我们提供最先进的AI解决方案,帮助企业自动化流程、提升效率并创造新的商业机会。
85
+ </p>
86
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
87
+ <button class="bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-3 rounded-md text-lg font-medium transition duration-300 transform hover:scale-105">
88
+ 开始免费试用
89
+ </button>
90
+ <button class="border border-indigo-600 text-indigo-600 hover:bg-indigo-50 px-6 py-3 rounded-md text-lg font-medium transition duration-300 transform hover:scale-105">
91
+ 观看演示 <i class="fas fa-play-circle ml-2"></i>
92
+ </button>
93
+ </div>
94
+ </div>
95
+ <div class="relative">
96
+ <div class="floating">
97
+ <img src="https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" alt="AI Technology" class="rounded-xl shadow-2xl border-8 border-white transform rotate-3">
98
+ </div>
99
+ <div class="absolute -bottom-8 -left-8 bg-indigo-100 rounded-xl w-32 h-32 -z-10"></div>
100
+ <div class="absolute -top-8 -right-8 bg-pink-100 rounded-xl w-32 h-32 -z-10"></div>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ <div class="absolute top-0 right-0 w-1/2 h-full bg-gradient-to-r from-indigo-50 to-transparent -z-10"></div>
105
+ </section>
106
+
107
+ <!-- 合作伙伴 -->
108
+ <section class="bg-gray-100 py-12">
109
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
110
+ <p class="text-center text-gray-500 mb-8">信任我们的全球领先企业</p>
111
+ <div class="grid grid-cols-2 md:grid-cols-5 gap-8 items-center justify-center">
112
+ <div class="flex justify-center">
113
+ <i class="fab fa-google text-4xl text-gray-700 opacity-70 hover:opacity-100 transition duration-300"></i>
114
+ </div>
115
+ <div class="flex justify-center">
116
+ <i class="fab fa-microsoft text-4xl text-gray-700 opacity-70 hover:opacity-100 transition duration-300"></i>
117
+ </div>
118
+ <div class="flex justify-center">
119
+ <i class="fab fa-amazon text-4xl text-gray-700 opacity-70 hover:opacity-100 transition duration-300"></i>
120
+ </div>
121
+ <div class="flex justify-center">
122
+ <i class="fab fa-apple text-4xl text-gray-700 opacity-70 hover:opacity-100 transition duration-300"></i>
123
+ </div>
124
+ <div class="flex justify-center">
125
+ <i class="fab fa-spotify text-4xl text-gray-700 opacity-70 hover:opacity-100 transition duration-300"></i>
126
+ </div>
127
+ </div>
128
+ </div>
129
+ </section>
130
+
131
+ <!-- 功能特性 -->
132
+ <section id="features" class="py-20 bg-white">
133
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
134
+ <div class="text-center mb-16">
135
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">强大的<span class="gradient-text">AI功能</span></h2>
136
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">
137
+ 我们的平台集成了多种先进的AI技术,为您提供全方位的智能解决方案
138
+ </p>
139
+ </div>
140
+
141
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
142
+ <!-- 功能卡片1 -->
143
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-500 card-hover">
144
+ <div class="p-6">
145
+ <div class="flex items-center mb-4">
146
+ <div class="bg-indigo-100 p-3 rounded-full mr-4">
147
+ <i class="fas fa-brain text-indigo-600 text-xl"></i>
148
+ </div>
149
+ <h3 class="text-xl font-bold text-gray-900">机器学习</h3>
150
+ </div>
151
+ <p class="text-gray-600 mb-4">
152
+ 利用先进的机器学习算法,从您的数据中提取有价值的见解,预测未来趋势并自动优化业务流程。
153
+ </p>
154
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium inline-flex items-center">
155
+ 了解更多 <i class="fas fa-arrow-right ml-2"></i>
156
+ </a>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- 功能卡片2 -->
161
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-500 card-hover">
162
+ <div class="p-6">
163
+ <div class="flex items-center mb-4">
164
+ <div class="bg-pink-100 p-3 rounded-full mr-4">
165
+ <i class="fas fa-comments text-pink-600 text-xl"></i>
166
+ </div>
167
+ <h3 class="text-xl font-bold text-gray-900">自然语言处理</h3>
168
+ </div>
169
+ <p class="text-gray-600 mb-4">
170
+ 我们的NLP技术可以理解、解释和生成人类语言,实现智能客服、文档分析和多语言翻译等功能。
171
+ </p>
172
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium inline-flex items-center">
173
+ 了解更多 <i class="fas fa-arrow-right ml-2"></i>
174
+ </a>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- 功能卡片3 -->
179
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-500 card-hover">
180
+ <div class="p-6">
181
+ <div class="flex items-center mb-4">
182
+ <div class="bg-blue-100 p-3 rounded-full mr-4">
183
+ <i class="fas fa-eye text-blue-600 text-xl"></i>
184
+ </div>
185
+ <h3 class="text-xl font-bold text-gray-900">计算机视觉</h3>
186
+ </div>
187
+ <p class="text-gray-600 mb-4">
188
+ 通过图像和视频分析技术,实现人脸识别、物体检测、场景理解等视觉智能应用。
189
+ </p>
190
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium inline-flex items-center">
191
+ 了解更多 <i class="fas fa-arrow-right ml-2"></i>
192
+ </a>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- 功能卡片4 -->
197
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-500 card-hover">
198
+ <div class="p-6">
199
+ <div class="flex items-center mb-4">
200
+ <div class="bg-purple-100 p-3 rounded-full mr-4">
201
+ <i class="fas fa-chart-line text-purple-600 text-xl"></i>
202
+ </div>
203
+ <h3 class="text-xl font-bold text-gray-900">预测分析</h3>
204
+ </div>
205
+ <p class="text-gray-600 mb-4">
206
+ 基于历史数据和实时信息,预测未来市场趋势、客户行为和业务风险,帮助您做出更明智的决策。
207
+ </p>
208
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium inline-flex items-center">
209
+ 了解更多 <i class="fas fa-arrow-right ml-2"></i>
210
+ </a>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- 功能卡片5 -->
215
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-500 card-hover">
216
+ <div class="p-6">
217
+ <div class="flex items-center mb-4">
218
+ <div class="bg-green-100 p-3 rounded-full mr-4">
219
+ <i class="fas fa-robot text-green-600 text-xl"></i>
220
+ </div>
221
+ <h3 class="text-xl font-bold text-gray-900">自动化流程</h3>
222
+ </div>
223
+ <p class="text-gray-600 mb-4">
224
+ 自动化重复性任务和工作流程,提高效率,减少人为错误,让您的团队专注于更有价值的工作。
225
+ </p>
226
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium inline-flex items-center">
227
+ 了解更多 <i class="fas fa-arrow-right ml-2"></i>
228
+ </a>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- 功能卡片6 -->
233
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-500 card-hover">
234
+ <div class="p-6">
235
+ <div class="flex items-center mb-4">
236
+ <div class="bg-yellow-100 p-3 rounded-full mr-4">
237
+ <i class="fas fa-shield-alt text-yellow-600 text-xl"></i>
238
+ </div>
239
+ <h3 class="text-xl font-bold text-gray-900">安全合规</h3>
240
+ </div>
241
+ <p class="text-gray-600 mb-4">
242
+ 我们的AI系统符合最高安全标准,确保数据隐私和合规性,让您安心使用。
243
+ </p>
244
+ <a href="#" class="text-indigo-600 hover:text-indigo-800 font-medium inline-flex items-center">
245
+ 了解更多 <i class="fas fa-arrow-right ml-2"></i>
246
+ </a>
247
+ </div>
248
+ </div>
249
+ </div>
250
+ </div>
251
+ </section>
252
+
253
+ <!-- 解决方案 -->
254
+ <section id="solutions" class="py-20 bg-gray-50">
255
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
256
+ <div class="text-center mb-16">
257
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">行业<span class="gradient-text">解决方案</span></h2>
258
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">
259
+ 我们为不同行业提供定制化的AI解决方案,满足您的特定需求
260
+ </p>
261
+ </div>
262
+
263
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
264
+ <!-- 解决方案1 -->
265
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-500 card-hover">
266
+ <img src="https://images.unsplash.com/photo-1579621970563-ebec7560ff3e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" alt="金融科技" class="w-full h-48 object-cover">
267
+ <div class="p-6">
268
+ <h3 class="text-xl font-bold text-gray-900 mb-3">金融科技</h3>
269
+ <p class="text-gray-600 mb-4">
270
+ 利用AI进行风险评估、欺诈检测、信用评分和算法交易,提高金融服务的效率和安全性。
271
+ </p>
272
+ <div class="flex flex-wrap gap-2 mb-4">
273
+ <span class="bg-indigo-100 text-indigo-800 text-xs font-medium px-2.5 py-0.5 rounded">欺诈检测</span>
274
+ <span class="bg-indigo-100 text-indigo-800 text-xs font-medium px-2.5 py-0.5 rounded">算法交易</span>
275
+ <span class="bg-indigo-100 text-indigo-800 text-xs font-medium px-2.5 py-0.5 rounded">信用评分</span>
276
+ </div>
277
+ <button class="text-indigo-600 hover:text-indigo-800 font-medium inline-flex items-center">
278
+ 查看案例 <i class="fas fa-external-link-alt ml-2"></i>
279
+ </button>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- 解决方案2 -->
284
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-500 card-hover">
285
+ <img src="https://images.unsplash.com/photo-1576091160550-2173dba999ef?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" alt="医疗健康" class="w-full h-48 object-cover">
286
+ <div class="p-6">
287
+ <h3 class="text-xl font-bold text-gray-900 mb-3">医疗健康</h3>
288
+ <p class="text-gray-600 mb-4">
289
+ AI辅助诊断、药物研发、个性化治疗和医疗影像分析,提高医疗服务的准确性和可及性。
290
+ </p>
291
+ <div class="flex flex-wrap gap-2 mb-4">
292
+ <span class="bg-pink-100 text-pink-800 text-xs font-medium px-2.5 py-0.5 rounded">医学影像</span>
293
+ <span class="bg-pink-100 text-pink-800 text-xs font-medium px-2.5 py-0.5 rounded">药物研发</span>
294
+ <span class="bg-pink-100 text-pink-800 text-xs font-medium px-2.5 py-0.5 rounded">个性化治疗</span>
295
+ </div>
296
+ <button class="text-indigo-600 hover:text-indigo-800 font-medium inline-flex items-center">
297
+ 查看案例 <i class="fas fa-external-link-alt ml-2"></i>
298
+ </button>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- 解决方案3 -->
303
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-500 card-hover">
304
+ <img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" alt="零售电商" class="w-full h-48 object-cover">
305
+ <div class="p-6">
306
+ <h3 class="text-xl font-bold text-gray-900 mb-3">零售电商</h3>
307
+ <p class="text-gray-600 mb-4">
308
+ 个性化推荐、需求预测、库存优化和智能客服,提升客户体验和运营效率。
309
+ </p>
310
+ <div class="flex flex-wrap gap-2 mb-4">
311
+ <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded">个性化推荐</span>
312
+ <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded">需求预测</span>
313
+ <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded">智能客服</span>
314
+ </div>
315
+ <button class="text-indigo-600 hover:text-indigo-800 font-medium inline-flex items-center">
316
+ 查看案例 <i class="fas fa-external-link-alt ml-2"></i>
317
+ </button>
318
+ </div>
319
+ </div>
320
+
321
+ <!-- 解决方案4 -->
322
+ <div class="bg-white rounded-xl shadow-md overflow-hidden transition duration-500 card-hover">
323
+ <img src="https://images.unsplash.com/photo-1485827404703-89b55fcc595e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" alt="智能制造" class="w-full h-48 object-cover">
324
+ <div class="p-6">
325
+ <h3 class="text-xl font-bold text-gray-900 mb-3">智能制造</h3>
326
+ <p class="text-gray-600 mb-4">
327
+ 预测性维护、质量控制、供应链优化和生产流程自动化,提高制造效率和产品质量。
328
+ </p>
329
+ <div class="flex flex-wrap gap-2 mb-4">
330
+ <span class="bg-purple-100 text-purple-800 text-xs font-medium px-2.5 py-0.5 rounded">预测性维护</span>
331
+ <span class="bg-purple-100 text-purple-800 text-xs font-medium px-2.5 py-0.5 rounded">质量控制</span>
332
+ <span class="bg-purple-100 text-purple-800 text-xs font-medium px-2.5 py-0.5 rounded">供应链优化</span>
333
+ </div>
334
+ <button class="text-indigo-600 hover:text-indigo-800 font-medium inline-flex items-center">
335
+ 查看案例 <i class="fas fa-external-link-alt ml-2"></i>
336
+ </button>
337
+ </div>
338
+ </div>
339
+ </div>
340
+
341
+ <div class="text-center mt-12">
342
+ <button class="border border-indigo-600 text-indigo-600 hover:bg-indigo-50 px-6 py-3 rounded-md text-lg font-medium transition duration-300">
343
+ 查看更多行业解决方案 <i class="fas fa-chevron-down ml-2"></i>
344
+ </button>
345
+ </div>
346
+ </div>
347
+ </section>
348
+
349
+ <!-- 统计数据 -->
350
+ <section class="py-16 bg-indigo-600 text-white">
351
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
352
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
353
+ <div>
354
+ <div class="text-4xl md:text-5xl font-bold mb-2">500+</div>
355
+ <div class="text-lg opacity-90">企业客户</div>
356
+ </div>
357
+ <div>
358
+ <div class="text-4xl md:text-5xl font-bold mb-2">95%</div>
359
+ <div class="text-lg opacity-90">客户满意度</div>
360
+ </div>
361
+ <div>
362
+ <div class="text-4xl md:text-5xl font-bold mb-2">24/7</div>
363
+ <div class="text-lg opacity-90">技术支持</div>
364
+ </div>
365
+ <div>
366
+ <div class="text-4xl md:text-5xl font-bold mb-2">3x</div>
367
+ <div class="text-lg opacity-90">平均效率提升</div>
368
+ </div>
369
+ </div>
370
+ </div>
371
+ </section>
372
+
373
+ <!-- 定价 -->
374
+ <section id="pricing" class="py-20 bg-white">
375
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
376
+ <div class="text-center mb-16">
377
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">简单透明的<span class="gradient-text">定价</span></h2>
378
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">
379
+ 选择适合您业务需求的定价方案,无需隐藏费用
380
+ </p>
381
+ </div>
382
+
383
+ <div class="flex justify-center mb-8">
384
+ <div class="inline-flex rounded-md shadow-sm" role="group">
385
+ <button type="button" class="px-6 py-3 text-sm font-medium text-white bg-indigo-600 rounded-l-lg">
386
+ 月度
387
+ </button>
388
+ <button type="button" class="px-6 py-3 text-sm font-medium text-gray-900 bg-white hover:bg-gray-100 border-t border-b border-gray-200">
389
+ 年度 (节省20%)
390
+ </button>
391
+ </div>
392
+ </div>
393
+
394
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
395
+ <!-- 基础版 -->
396
+ <div class="bg-white rounded-xl shadow-md overflow-hidden border border-gray-200 transition duration-500 card-hover">
397
+ <div class="p-6 border-b border-gray-200">
398
+ <h3 class="text-xl font-bold text-gray-900 mb-1">基础版</h3>
399
+ <p class="text-gray-600 mb-4">适合小型企业和初创公司</p>
400
+ <div class="flex items-baseline mb-4">
401
+ <span class="text-4xl font-bold text-gray-900">¥999</span>
402
+ <span class="text-gray-500 ml-1">/月</span>
403
+ </div>
404
+ <button class="w-full bg-gray-100 hover:bg-gray-200 text-gray-800 font-medium py-2 px-4 rounded-md transition duration-300">
405
+ 开始使用
406
+ </button>
407
+ </div>
408
+ <div class="p-6">
409
+ <ul class="space-y-3">
410
+ <li class="flex items-center">
411
+ <i class="fas fa-check text-green-500 mr-2"></i>
412
+ <span>每月10,000次API调用</span>
413
+ </li>
414
+ <li class="flex items-center">
415
+ <i class="fas fa-check text-green-500 mr-2"></i>
416
+ <span>基础机器学习模型</span>
417
+ </li>
418
+ <li class="flex items-center">
419
+ <i class="fas fa-check text-green-500 mr-2"></i>
420
+ <span>电子邮件支持</span>
421
+ </li>
422
+ <li class="flex items-center text-gray-400">
423
+ <i class="fas fa-times text-gray-300 mr-2"></i>
424
+ <span>高级分析功能</span>
425
+ </li>
426
+ <li class="flex items-center text-gray-400">
427
+ <i class="fas fa-times text-gray-300 mr-2"></i>
428
+ <span>定制模型训练</span>
429
+ </li>
430
+ </ul>
431
+ </div>
432
+ </div>
433
+
434
+ <!-- 专业版 -->
435
+ <div class="bg-white rounded-xl shadow-lg overflow-hidden border-2 border-indigo-600 transform scale-105 z-10 transition duration-500 card-hover">
436
+ <div class="bg-indigo-600 text-white text-center py-2">
437
+ <span class="text-sm font-medium">最受欢迎</span>
438
+ </div>
439
+ <div class="p-6 border-b border-gray-200">
440
+ <h3 class="text-xl font-bold text-gray-900 mb-1">专业版</h3>
441
+ <p class="text-gray-600 mb-4">适合中型企业和成长型公司</p>
442
+ <div class="flex items-baseline mb-4">
443
+ <span class="text-4xl font-bold text-gray-900">¥2,999</span>
444
+ <span class="text-gray-500 ml-1">/月</span>
445
+ </div>
446
+ <button class="w-full bg-indigo-600 hover:bg-indigo-700 text-white font-medium py-2 px-4 rounded-md transition duration-300 transform hover:scale-105">
447
+ 开始使用
448
+ </button>
449
+ </div>
450
+ <div class="p-6">
451
+ <ul class="space-y-3">
452
+ <li class="flex items-center">
453
+ <i class="fas fa-check text-green-500 mr-2"></i>
454
+ <span>每月50,000次API调用</span>
455
+ </li>
456
+ <li class="flex items-center">
457
+ <i class="fas fa-check text-green-500 mr-2"></i>
458
+ <span>高级机器学习模型</span>
459
+ </li>
460
+ <li class="flex items-center">
461
+ <i class="fas fa-check text-green-500 mr-2"></i>
462
+ <span>优先支持</span>
463
+ </li>
464
+ <li class="flex items-center">
465
+ <i class="fas fa-check text-green-500 mr-2"></i>
466
+ <span>高级分析功能</span>
467
+ </li>
468
+ <li class="flex items-center text-gray-400">
469
+ <i class="fas fa-times text-gray-300 mr-2"></i>
470
+ <span>定制模型训练</span>
471
+ </li>
472
+ </ul>
473
+ </div>
474
+ </div>
475
+
476
+ <!-- 企业版 -->
477
+ <div class="bg-white rounded-xl shadow-md overflow-hidden border border-gray-200 transition duration-500 card-hover">
478
+ <div class="p-6 border-b border-gray-200">
479
+ <h3 class="text-xl font-bold text-gray-900 mb-1">企业版</h3>
480
+ <p class="text-gray-600 mb-4">适合大型企业和定制需求</p>
481
+ <div class="flex items-baseline mb-4">
482
+ <span class="text-4xl font-bold text-gray-900">定制</span>
483
+ </div>
484
+ <button class="w-full bg-gray-100 hover:bg-gray-200 text-gray-800 font-medium py-2 px-4 rounded-md transition duration-300">
485
+ 联系我们
486
+ </button>
487
+ </div>
488
+ <div class="p-6">
489
+ <ul class="space-y-3">
490
+ <li class="flex items-center">
491
+ <i class="fas fa-check text-green-500 mr-2"></i>
492
+ <span>无限API调用</span>
493
+ </li>
494
+ <li class="flex items-center">
495
+ <i class="fas fa-check text-green-500 mr-2"></i>
496
+ <span>定制机器学习模型</span>
497
+ </li>
498
+ <li class="flex items-center">
499
+ <i class="fas fa-check text-green-500 mr-2"></i>
500
+ <span>24/7专属支持</span>
501
+ </li>
502
+ <li class="flex items-center">
503
+ <i class="fas fa-check text-green-500 mr-2"></i>
504
+ <span>高级分析功能</span>
505
+ </li>
506
+ <li class="flex items-center">
507
+ <i class="fas fa-check text-green-500 mr-2"></i>
508
+ <span>定制模型训练</span>
509
+ </li>
510
+ </ul>
511
+ </div>
512
+ </div>
513
+ </div>
514
+ </div>
515
+ </section>
516
+
517
+ <!-- 客户评价 -->
518
+ <section class="py-20 bg-gray-50">
519
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
520
+ <div class="text-center mb-16">
521
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">客户<span class="gradient-text">评价</span></h2>
522
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">
523
+ 听听我们的客户是如何评价我们的AI解决方案的
524
+ </p>
525
+ </div>
526
+
527
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
528
+ <!-- 评价1 -->
529
+ <div class="bg-white p-6 rounded-xl shadow-md">
530
+ <div class="flex items-center mb-4">
531
+ <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="客户评价" class="w-12 h-12 rounded-full mr-4">
532
+ <div>
533
+ <h4 class="font-bold text-gray-900">张女士</h4>
534
+ <p class="text-gray-600 text-sm">某电商平台CTO</p>
535
+ </div>
536
+ </div>
537
+ <div class="flex mb-2">
538
+ <i class="fas fa-star text-yellow-400"></i>
539
+ <i class="fas fa-star text-yellow-400"></i>
540
+ <i class="fas fa-star text-yellow-400"></i>
541
+ <i class="fas fa-star text-yellow-400"></i>
542
+ <i class="fas fa-star text-yellow-400"></i>
543
+ </div>
544
+ <p class="text-gray-600">
545
+ "使用未来智能的推荐系统后,我们的转化率提高了35%,客户满意度也显著提升。他们的技术支持团队非常专业,响应迅速。"
546
+ </p>
547
+ </div>
548
+
549
+ <!-- 评价2 -->
550
+ <div class="bg-white p-6 rounded-xl shadow-md">
551
+ <div class="flex items-center mb-4">
552
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="客户评价" class="w-12 h-12 rounded-full mr-4">
553
+ <div>
554
+ <h4 class="font-bold text-gray-900">王先生</h4>
555
+ <p class="text-gray-600 text-sm">某金融机构数据总监</p>
556
+ </div>
557
+ </div>
558
+ <div class="flex mb-2">
559
+ <i class="fas fa-star text-yellow-400"></i>
560
+ <i class="fas fa-star text-yellow-400"></i>
561
+ <i class="fas fa-star text-yellow-400"></i>
562
+ <i class="fas fa-star text-yellow-400"></i>
563
+ <i class="fas fa-star text-yellow-400"></i>
564
+ </div>
565
+ <p class="text-gray-600">
566
+ "他们的欺诈检测系统帮助我们减少了60%的欺诈交易,同时降低了误报率。集成过程非常顺利,文档齐全。"
567
+ </p>
568
+ </div>
569
+
570
+ <!-- 评价3 -->
571
+ <div class="bg-white p-6 rounded-xl shadow-md">
572
+ <div class="flex items-center mb-4">
573
+ <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="客户评价" class="w-12 h-12 rounded-full mr-4">
574
+ <div>
575
+ <h4 class="font-bold text-gray-900">李女士</h4>
576
+ <p class="text-gray-600 text-sm">某制造企业CIO</p>
577
+ </div>
578
+ </div>
579
+ <div class="flex mb-2">
580
+ <i class="fas fa-star text-yellow-400"></i>
581
+ <i class="fas fa-star text-yellow-400"></i>
582
+ <i class="fas fa-star text-yellow-400"></i>
583
+ <i class="fas fa-star text-yellow-400"></i>
584
+ <i class="fas fa-star-half-alt text-yellow-400"></i>
585
+ </div>
586
+ <p class="text-gray-600">
587
+ "预测性维护解决方案帮助我们减少了30%的设备停机时间,每年节省了数百万元的维护成本。非常值得投资。"
588
+ </p>
589
+ </div>
590
+ </div>
591
+ </div>
592
+ </section>
593
+
594
+ <!-- CTA区域 -->
595
+ <section class="py-20 bg-gradient-to-r from-indigo-600 to-purple-600 text-white">
596
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
597
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">准备好用AI改变您的业务了吗?</h2>
598
+ <p class="text-xl opacity-90 mb-8 max-w-3xl mx-auto">
599
+ 立即开始免费试用,体验人工智能如何为您的业务带来变革。
600
+ </p>
601
+ <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
602
+ <button class="bg-white text-indigo-600 hover:bg-gray-100 px-8 py-4 rounded-md text-lg font-bold transition duration-300 transform hover:scale-105">
603
+ 开始免费试用
604
+ </button>
605
+ <button class="border-2 border-white text-white hover:bg-white hover:bg-opacity-10 px-8 py-4 rounded-md text-lg font-bold transition duration-300 transform hover:scale-105">
606
+ 预约演示 <i class="fas fa-calendar-alt ml-2"></i>
607
+ </button>
608
+ </div>
609
+ </div>
610
+ </section>
611
+
612
+ <!-- 联系我们 -->
613
+ <section id="contact" class="py-20 bg-white">
614
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
615
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
616
+ <div>
617
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-6">联系我们</h2>
618
+ <p class="text-lg text-gray-600 mb-8">
619
+ 无论您有任何问题或需求,我们的团队都随时准备为您提供帮助。请填写右侧表单,我们会尽快与您联系。
620
+ </p>
621
+
622
+ <div class="space-y-6">
623
+ <div class="flex items-start">
624
+ <div class="bg-indigo-100 p-3 rounded-full mr-4">
625
+ <i class="fas fa-map-marker-alt text-indigo-600"></i>
626
+ </div>
627
+ <div>
628
+ <h4 class="font-bold text-gray-900 mb-1">办公地址</h4>
629
+ <p class="text-gray-600">北京市海淀区中关村南大街5号未来科技大厦18层</p>
630
+ </div>
631
+
632
+ <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://enzostvs-deepsite.hf.space/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://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=donk245/caigong" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
633
+ </html>