38780-vm/service-detail.php
2026-02-26 07:36:02 +00:00

101 lines
6.5 KiB
PHP
Raw Permalink 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.

<?php
require_once __DIR__ . '/db/config.php';
$project_name = '智域科技';
$logo_path = '/assets/pasted-20260226-073317-a8105f30.png';
$type = $_GET['type'] ?? 'Software';
$titles = [
'Software' => '定制软件开发 - 深度契合您的业务逻辑',
'Cloud' => '云原生架构转型 - 极致弹性与高可用',
'Security' => '金融级安全审计 - 构建全链路安全屏障',
'AI' => 'AI业务化集成 - 大模型驱动的生产力革命'
];
$title = $titles[$type] ?? $titles['Software'];
?>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?= htmlspecialchars($title) ?> - <?= htmlspecialchars($project_name) ?></title>
<link rel="icon" href="<?= $logo_path ?>" type="image/png">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
<link href="/assets/css/custom.css?v=<?= time() ?>" rel="stylesheet">
</head>
<body class="bg-subtle">
<nav class="navbar navbar-expand-lg navbar-light bg-white border-bottom scrolled">
<div class="container">
<a class="navbar-brand d-flex align-items-center gap-2" href="/">
<img src="<?= $logo_path ?>" alt="<?= htmlspecialchars($project_name) ?>" >
<span class="fw-bold text-dark"><?= htmlspecialchars($project_name) ?></span>
</a>
<a href="/" class="btn btn-outline-primary btn-sm ms-auto fw-bold"><i class="bi bi-arrow-left"></i> 返回首页</a>
</div>
</nav>
<main class="py-5 mt-5">
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-8">
<div class="tech-card p-5 border-0 shadow-sm">
<span class="badge bg-primary bg-opacity-10 text-primary px-3 py-2 mb-3 fw-bold">核心能力详解</span>
<h1 class="display-5 fw-bold mb-4 text-dark"><?= htmlspecialchars($title) ?></h1>
<p class="lead text-muted mb-5">
在数字经济深水区,通用的解决方案已无法支撑日益复杂的业务增长。智域科技提供的 <?= htmlspecialchars($type) ?> 服务,通过底层架构的深度重塑,为企业构建具备长期竞争优势的数字化基座。
</p>
<h4 class="fw-bold mb-4 text-dark"><i class="bi bi-star-fill text-warning me-2"></i> 核心技术优势</h4>
<div class="row g-4 mb-5">
<div class="col-md-6">
<div class="p-4 border rounded-4 bg-white hover-shadow transition">
<h6 class="fw-bold mb-3"><i class="bi bi-cpu text-primary me-2"></i> 极致性能架构</h6>
<p class="small text-muted mb-0">基于 Go/Rust 原生编译语言,确保在高并发场景下依然保持毫秒级的响应速度与低内存损耗。</p>
</div>
</div>
<div class="col-md-6">
<div class="p-4 border rounded-4 bg-white hover-shadow transition">
<h6 class="fw-bold mb-3"><i class="bi bi-infinity text-success me-2"></i> 无感弹性扩容</h6>
<p class="small text-muted mb-0">原生适配 Kubernetes 容器编排,支持根据业务流量进行全自动、无感知的动态扩缩容。</p>
</div>
</div>
</div>
<h4 class="fw-bold mb-4 text-dark"><i class="bi bi-list-check text-primary me-2"></i> 标准化实施流程</h4>
<div class="ps-4 border-start border-primary border-3">
<div class="mb-4 position-relative">
<h6 class="fw-bold">01. 业务现状审计与对齐</h6>
<p class="small text-muted">深入访谈核心业务团队识别现有系统瓶颈梳理未来3-5年的业务扩展边界与技术选型预判。</p>
</div>
<div class="mb-4">
<h6 class="fw-bold">02. 架构蓝图与安全性评估</h6>
<p class="small text-muted">输出完整的逻辑架构图、物理部署拓扑图以及针对金融级安全要求的合规性评估报告。</p>
</div>
<div>
<h6 class="fw-bold">03. 敏捷开发与自动化交付</h6>
<p class="small text-muted">采用标准 Scrum 双周迭代,代码提交即触发自动化 CI/CD 流水线,确保交付质量与进度的双重透明。</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="tech-card p-4 bg-primary text-white border-0 sticky-top shadow-lg" style="top: 100px;">
<h5 class="mb-4 text-white fw-bold">预约首席架构师</h5>
<p class="small opacity-75 mb-4 lh-lg">针对 <?= htmlspecialchars($type) ?> 领域,智域科技将安排具备 10 年以上大规模分布式系统设计经验的资深架构师为您提供 1对1 的深度需求分析。我们将为您免费提供初步的技术路径建议书。</p>
<a href="https://t.me/zhangshihao818" class="btn btn-light w-100 fw-bold py-3 mb-3">
<i class="bi bi-telegram me-2"></i> 在线咨询专家
</a>
<p class="x-small text-center opacity-50 mb-0">预计响应时间15 分钟内</p>
</div>
</div>
</div>
</div>
</main>
<footer class="py-5 bg-white border-top">
<div class="container text-center small text-muted">
<p class="mb-0">&copy; 2020 <?= htmlspecialchars($project_name) ?>. 专业数字化工程与行业方案专家.</p>
</div>
</footer>
</body>
</html>