<!DOCTYPE html>
<html lang="zh-CN">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <!-- 核心：百度搜索结果显示的标题（蓝色大标题） -->
<title>广州云地智水数字科技有限公司-打造中国顶尖数字水务服务商</title>
<!-- 核心：百度搜索结果显示的简介（黑色描述文字，最重要！） -->
<meta name="description" content="广州云地智水数字科技有限公司专注于智慧水务领域，致力于通过数字化、智能化技术为水务行业提供全方位解决方案。我们融合地理信息、物联网、数字孪生、人工智能等前沿技术，打造创新的智慧水务管理系统，助力城市基础设施的智慧化升级，为供排水设施运营、防汛防涝、水资源环保等提供科学决策支持，致力于成为中国顶尖的数字水务服务商。">
<!-- 辅助：百度收录/更新指令（让百度更快识别修改） -->
<meta name="robots" content="index,follow">
<!-- 声明作者/公司名 -->
<meta name="author" content="广州云地智水数字科技有限公司">
<!-- 可选：关键词（辅助搜索，不影响简介展示） -->
<meta name="keywords" content="智慧水务,智慧排水,智慧污水厂,智慧灌区">
<!-- 百度搜索、微信分享 专用LOGO指定 -->
<meta property="og:image" content="img/logo.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="121">
<meta property="og:image:height" content="75">


<script type="application/ld+json">
{
  "@context":"http://schema.org",
  "@type":"Organization",
  "name":"广州云地智水数字科技有限公司",
  "logo":"img/logo.png"
}
</script>
  <script src="./ico/tailwindcss.min.js"></script>
  <link href="./ico/font-awesome.min.css" rel="stylesheet">
  <link href="./ico/noto-sans-sc.css" rel="stylesheet">
  <script>
    tailwind.config = {
      theme: {
        extend: {
          colors: {
            primary: '#0072BC',
            'primary-deep': '#0054A6',
            dark: '#050a12',
            darker: '#000000',
            panel: '#0a1628',
            'panel-alt': '#0d1e35',
            light: '#e8f4fc',
            accent: '#00AEEF',
            cyan: '#00BFFF',
          },
          fontFamily: {
            sans: ['"Noto Sans SC"', 'system-ui', 'sans-serif'],
          },
        },
      }
    }
  </script>
  <style type="text/tailwindcss">
    @layer utilities {
      .content-auto {
        content-visibility: auto;
      }
      .text-shadow {
        text-shadow: 0 0 40px rgba(0, 174, 239, 0.35);
      }
      .text-gradient {
        background: linear-gradient(135deg, #00BFFF 0%, #00AEEF 40%, #0072BC 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .bg-blur {
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
      }
    }
  </style>
  <style>
    :root {
      --brand-cyan: #00BFFF;
      --brand-accent: #00AEEF;
      --brand-blue: #0072BC;
      --brand-deep: #0054A6;
      --brand-glow: rgba(0, 174, 239, 0.45);
      --brand-glow-soft: rgba(0, 191, 255, 0.15);
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      background-color: #030508;
    }

    /* 科技网格背景 */
    .tech-grid-bg {
      background-image:
        linear-gradient(rgba(0, 174, 239, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 174, 239, 0.03) 1px, transparent 1px);
      background-size: 48px 48px;
    }

    /* Hero 区域 */
    .hero-pattern {
      background-color: #000;
      background-image: url('img/main_img.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .hero-overlay {
      background: linear-gradient(
        180deg,
        rgba(5, 10, 18, 0.55) 0%,
        rgba(0, 0, 0, 0.72) 45%,
        rgba(0, 0, 0, 0.8) 100%
      );
    }

    .hero-title {
      color: #ffffff;
      text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.9),
        0 4px 16px rgba(0, 0, 0, 0.85),
        0 0 40px rgba(0, 0, 0, 0.5);
    }

    .hero-subtitle {
      color: #f8fcff;
      text-shadow:
        0 1px 3px rgba(0, 0, 0, 0.95),
        0 3px 12px rgba(0, 0, 0, 0.8);
    }

    .hero-glow {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      pointer-events: none;
      animation: hero-pulse 8s ease-in-out infinite;
    }

    .hero-glow-1 {
      width:  min(600px, 80vw);
      height: min(600px, 80vw);
      top: -20%;
      left: -10%;
      background: radial-gradient(circle, rgba(0, 191, 255, 0.25) 0%, transparent 70%);
    }

    .hero-glow-2 {
      width:  min(500px, 70vw);
      height: min(500px, 70vw);
      bottom: -10%;
      right: -5%;
      background: radial-gradient(circle, rgba(0, 114, 188, 0.35) 0%, transparent 70%);
      animation-delay: -4s;
    }

    @keyframes hero-pulse {
      0%, 100% { opacity: 0.6; transform: scale(1); }
      50% { opacity: 1; transform: scale(1.05); }
    }

    .hero-scanline::after {
      content: '';
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(0, 174, 239, 0.02) 2px,
        rgba(0, 174, 239, 0.02) 4px
      );
      pointer-events: none;
      z-index: 1;
    }

    /* 区块标题 */
    .section-title {
      font-family: 'Noto Sans SC', system-ui, sans-serif;
      letter-spacing: 0.02em;
      text-shadow: 0 0 40px rgba(0, 174, 239, 0.15);
    }

    .section-divider {
      height: 3px;
      width: 80px;
      margin: 0 auto;
      background: linear-gradient(90deg, transparent, var(--brand-cyan), var(--brand-blue), transparent);
      box-shadow: 0 0 12px var(--brand-glow);
    }

    .section-tag {
      display: inline-block;
      font-size: 0.75rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--brand-accent);
      margin-bottom: 0.75rem;
      opacity: 0.9;
    }

    /* 玻璃科技卡片 */
    .tech-panel {
      background: linear-gradient(145deg, rgba(10, 22, 40, 0.9) 0%, rgba(5, 10, 18, 0.95) 100%);
      border: 1px solid rgba(0, 174, 239, 0.15);
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(0, 191, 255, 0.08);
    }

    .tech-panel:hover {
      border-color: rgba(0, 191, 255, 0.35);
      box-shadow: 0 8px 32px rgba(0, 114, 188, 0.2), 0 0 20px var(--brand-glow-soft), inset 0 1px 0 rgba(0, 191, 255, 0.12);
    }

    .feature-icon {
      background: linear-gradient(135deg, rgba(0, 191, 255, 0.2) 0%, rgba(0, 114, 188, 0.15) 100%);
      border: 1px solid rgba(0, 174, 239, 0.3);
      box-shadow: 0 0 20px var(--brand-glow-soft);
    }

    .product-card {
      transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
      border: 1px solid rgba(0, 174, 239, 0.12);
      background: linear-gradient(180deg, rgba(13, 30, 53, 0.95) 0%, rgba(8, 18, 32, 0.98) 100%);
    }

    .product-card:hover {
      transform: translateY(-8px);
      border-color: rgba(0, 191, 255, 0.4);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 30px var(--brand-glow-soft);
    }

    .product-card .card-img-wrap::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 50%, rgba(5, 10, 18, 0.85) 100%);
      pointer-events: none;
    }

    .case-card {
      border: 1px solid rgba(0, 174, 239, 0.1);
      background: linear-gradient(145deg, rgba(10, 22, 40, 0.85) 0%, rgba(5, 10, 18, 0.9) 100%);
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .case-card:hover {
      transform: translateY(-4px);
      border-color: rgba(0, 191, 255, 0.35);
      box-shadow: 0 12px 32px rgba(0, 114, 188, 0.25);
    }

    .partner-card {
      border: 1px solid rgba(0, 174, 239, 0.15);
      background: #ffffff;
      transition: all 0.3s ease;
    }

    .partner-card:hover {
      border-color: rgba(0, 114, 188, 0.35);
      box-shadow: 0 8px 24px rgba(0, 114, 188, 0.15);
      transform: translateY(-4px);
    }

    /* 按钮 */
    .btn-primary {
      background: linear-gradient(135deg, #00BFFF 0%, #00AEEF 50%, #0072BC 100%);
      box-shadow: 0 4px 20px rgba(0, 174, 239, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
      border: 1px solid rgba(0, 191, 255, 0.5);
    }

    .btn-primary:hover {
      box-shadow: 0 6px 28px rgba(0, 191, 255, 0.5);
    }

    .btn-outline {
      border: 1px solid rgba(0, 191, 255, 0.6);
      background: rgba(0, 174, 239, 0.05);
      box-shadow: 0 0 20px rgba(0, 174, 239, 0.1);
    }

    .btn-outline:hover {
      background: rgba(0, 174, 239, 0.15);
      border-color: var(--brand-cyan);
      box-shadow: 0 0 24px var(--brand-glow-soft);
    }

    /* 导航 */
    .nav-link {
      position: relative;
    }

    .nav-link::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: -4px;
      left: 0;
      background: linear-gradient(90deg, var(--brand-cyan), var(--brand-blue));
      box-shadow: 0 0 8px var(--brand-glow);
      transition: width 0.3s ease;
    }

    .nav-link:hover::after {
      width: 100%;
    }

    #navbar.scrolled {
      background: rgba(5, 10, 18, 0.92) !important;
      border-bottom: 1px solid rgba(0, 174, 239, 0.2);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 191, 255, 0.3);
    }

    .fade-in {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .subsection-title {
      position: relative;
      padding-left: 1rem;
    }

    .subsection-title::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.35em;
      bottom: 0.35em;
      width: 4px;
      background: linear-gradient(180deg, var(--brand-cyan), var(--brand-deep));
      border-radius: 2px;
      box-shadow: 0 0 10px var(--brand-glow);
    }

    footer {
      border-top: 1px solid rgba(0, 174, 239, 0.2);
      background: linear-gradient(180deg, #050a12 0%, #000 100%) !important;
    }

  </style>
</head>
<body class="font-sans text-gray-300 antialiased">
  <!-- 导航栏 -->
  <header id="navbar" class="fixed w-full z-50 transition-all duration-300 bg-transparent">
    <div class="container mx-auto px-4 sm:px-6 lg:px-8">
      <div class="flex justify-between items-center py-4">
        <div class="flex items-center">
          <div>
            <img src="img/logo.png" alt="云地智水" class="h-10">
          </div>
        </div>
        
        <!-- 桌面导航 -->
        <nav class="hidden md:flex space-x-8">
          <a href="#home" class="nav-link text-white hover:text-cyan transition-colors">首页</a>
          <a href="#about" class="nav-link text-white hover:text-cyan transition-colors">公司简介</a>
          <a href="#products" class="nav-link text-white hover:text-cyan transition-colors">主要产品</a>
          <a href="#cases" class="nav-link text-white hover:text-cyan transition-colors">成功案例</a>
          <a href="#capability" class="nav-link text-white hover:text-cyan transition-colors">技术实力</a>
          <a href="#partners" class="nav-link text-white hover:text-cyan transition-colors">合作单位</a>
          <a href="#contact" class="nav-link text-white hover:text-cyan transition-colors">合作共赢</a>
        </nav>
        
        <!-- 移动端菜单按钮 -->
        <button id="menu-toggle" class="md:hidden text-white focus:outline-none">
          <i class="fa fa-bars text-2xl"></i>
        </button>
      </div>
    </div>
    
    <!-- 移动端导航菜单 -->
    <div id="mobile-menu" class="hidden md:hidden bg-panel/95 bg-blur border-t border-accent/20">
      <div class="container mx-auto px-4 py-4 space-y-4">
        <a href="#home" class="block text-white hover:text-cyan transition-colors py-2">首页</a>
        <a href="#about" class="block text-white hover:text-cyan transition-colors py-2">公司简介</a>
        <a href="#products" class="block text-white hover:text-cyan transition-colors py-2">主要产品</a>
        <a href="#cases" class="block text-white hover:text-cyan transition-colors py-2">成功案例</a>
        <a href="#capability" class="block text-white hover:text-cyan transition-colors py-2">技术实力</a>
        <a href="#partners" class="block text-white hover:text-cyan transition-colors py-2">合作单位</a>
        <a href="#contact" class="block text-white hover:text-cyan transition-colors py-2">合作共赢</a>
      </div>
    </div>
  </header>

  <!-- 英雄区域 -->
  <section id="home" class="relative min-h-screen flex items-center justify-center hero-pattern hero-scanline overflow-hidden">
    <div class="absolute inset-0 hero-overlay z-0"></div>
    <div class="container mx-auto px-4 sm:px-6 lg:px-8 relative z-10 text-center">
      <h1 class="hero-title text-[clamp(1.8rem,5vw,4rem)] font-bold leading-tight mb-6 fade-in">
        广州云地智水数字科技
      </h1>
      <p class="hero-subtitle text-[clamp(1.2rem,3vw,1.8rem)] max-w-3xl mx-auto mb-10 fade-in" style="transition-delay: 0.2s">
        打造中国顶尖数字水务服务商
      </p>
      <div class="flex flex-col sm:flex-row justify-center gap-4 fade-in" style="transition-delay: 0.4s">
        <a href="#products" class="btn-primary px-8 py-3 text-white font-medium rounded-md transition-all transform hover:scale-105">
          探索产品
        </a>
        <a href="#contact" class="btn-outline px-8 py-3 text-cyan font-medium rounded-md transition-all transform hover:scale-105 hover:text-white">
          合作共赢
        </a>
      </div>
    </div>
    <div class="absolute bottom-10 left-0 right-0 text-center text-accent animate-bounce z-10">
      <a href="#about" class="inline-flex flex-col items-center hover:text-cyan transition-colors">
        <span class="mb-2 text-sm tracking-widest">了解更多</span>
        <i class="fa fa-chevron-down"></i>
      </a>
    </div>
  </section>

  <!-- 公司简介 -->
  <section id="about" class="py-20 bg-panel tech-grid-bg relative">
    <div class="container mx-auto px-4 sm:px-6 lg:px-8">
      <div class="text-center mb-16 fade-in">
        <h2 class="section-title text-[clamp(1.8rem,4vw,2.5rem)] font-bold text-white mb-4">公司简介</h2>
        <div class="section-divider"></div>
      </div>
      
      <div class="max-w-3xl mx-auto text-center fade-in">
        <p class="text-lg text-gray-300 leading-relaxed">
          广州云地智水数字科技有限公司专注于智慧水务领域，致力于通过数字化、智能化技术为水务行业提供全方位解决方案。融合地理信息、物联网、数字孪生、人工智能等前沿技术，打造创新的智慧水务管理系统，助力城市基础设施的智慧化升级，为供排水设施运营、防汛防涝、水资源环保等提供科学决策支持，致力于成为中国顶尖的数字水务服务商。
        </p>
      </div>
      
      <div class="mt-16 grid grid-cols-1 md:grid-cols-3 gap-8">
        <div class="tech-panel p-8 rounded-lg transition-all fade-in">
          <div class="w-14 h-14 feature-icon rounded-full flex items-center justify-center mb-6">
            <i class="fa fa-lightbulb-o text-cyan text-2xl"></i>
          </div>
          <h3 class="text-xl font-semibold mb-3 text-white">创新技术</h3>
          <p class="text-gray-400">融合地理信息、物联网、数字孪生和人工智能技术，引领水务行业数字化转型。</p>
        </div>
        
        <div class="tech-panel p-8 rounded-lg transition-all fade-in" style="transition-delay: 0.2s">
          <div class="w-14 h-14 feature-icon rounded-full flex items-center justify-center mb-6">
            <i class="fa fa-tasks text-cyan text-2xl"></i>
          </div>
          <h3 class="text-xl font-semibold mb-3 text-white">专业服务</h3>
          <p class="text-gray-400">十余年智慧水务行业经验积累，提供从咨询到实施的全流程专业智慧水务服务。</p>
        </div>
        
        <div class="tech-panel p-8 rounded-lg transition-all fade-in" style="transition-delay: 0.4s">
          <div class="w-14 h-14 feature-icon rounded-full flex items-center justify-center mb-6">
            <i class="fa fa-users text-cyan text-2xl"></i>
          </div>
          <h3 class="text-xl font-semibold mb-3 text-white">客户至上</h3>
          <p class="text-gray-400">深入理解涉水客户需求，提供定制化解决方案，共创长期价值。</p>
        </div>
        

      </div>
    </div>
  </section>

  <!-- 主要产品 -->
  <section id="products" class="py-20 bg-panel-alt tech-grid-bg relative">
    <div class="container mx-auto px-4 sm:px-6 lg:px-8">
      <div class="text-center mb-16 fade-in">
        <h2 class="section-title text-[clamp(1.8rem,4vw,2.5rem)] font-bold text-white mb-4">主要产品</h2>
        <div class="section-divider"></div>
        <p class="mt-6 text-gray-400 max-w-2xl mx-auto">
          我们提供全方位的智慧水务解决方案，涵盖从基础平台到应用系统的完整产品线，满足不同场景下的水务管理需求。
        </p>
      </div>
      
      <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
        <h3 class="col-span-full text-2xl font-bold text-cyan mb-6 fade-in subsection-title">基础平台</h3>
        <!-- 新增产品：地理信息基础平台 -->
        <div class="product-card rounded-lg overflow-hidden fade-in">
          <div class="h-48 overflow-hidden card-img-wrap relative">
            <img src="img/cp_dlxx.png" alt="地理信息基础平台" class="w-full h-full object-cover transition-transform hover:scale-110 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">地理信息基础平台</h3>
            <p class="text-gray-400">提供空间数据管理、地图可视化和地理分析能力，为水务业务提供地理信息支撑。</p>
          </div>
        </div>
        
        <!-- 产品1 -->
        <div class="product-card rounded-lg overflow-hidden fade-in" style="transition-delay: 0.1s">
          <div class="h-48 overflow-hidden card-img-wrap relative">
            <img src="img/szlspt.png" alt="数字孪生基础平台" class="w-full h-full object-cover transition-transform hover:scale-110 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">数字孪生基础平台</h3>
            <p class="text-gray-400">构建水务系统的数字孪生体，实现物理世界与虚拟世界的实时映射与交互。</p>
          </div>
        </div>
        
        <!-- 产品2 -->
        <div class="product-card rounded-lg overflow-hidden fade-in" style="transition-delay: 0.2s">
          <div class="h-48 overflow-hidden card-img-wrap relative">
            <img src="img/wlwpt.png" alt="物联网基础平台" class="w-full h-full object-cover transition-transform hover:scale-110 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">物联网基础平台</h3>
            <p class="text-gray-400">实现各类水务监测设备的统一接入、管理与数据汇聚，构建感知网络。</p>
          </div>
        </div>

        
        <h3 class="col-span-full text-2xl font-bold text-cyan mb-6 fade-in subsection-title">应用系统</h3>
        <!-- 产品4 -->
        <div class="product-card rounded-lg overflow-hidden fade-in" style="transition-delay: 0.3s">
          <div class="h-48 overflow-hidden card-img-wrap relative">
            <img src="img/cp_yzt.png" alt="排水设施管理一张图系统" class="w-full h-full object-cover transition-transform hover:scale-110 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">排水设施管理一张图系统</h3>
            <p class="text-gray-400">整合各类排水设施数据，在地图上实现可视化管理与查询分析。</p>
          </div>
        </div>
        
        <!-- 产品5 -->
        <div class="product-card rounded-lg overflow-hidden fade-in" style="transition-delay: 0.4s">
          <div class="h-48 overflow-hidden card-img-wrap relative">
            <img src="img/cp_zhgz.png" alt="排水监测智慧感知系统" class="w-full h-full object-cover transition-transform hover:scale-110 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">排水监测智慧感知系统</h3>
            <p class="text-gray-400">实时监测排水管网运行状态，及时发现异常并预警，保障排水系统畅通。</p>
          </div>
        </div>
        
        <!-- 产品10 -->
        <div class="product-card rounded-lg overflow-hidden fade-in" style="transition-delay: 0.5s">
          <div class="h-48 overflow-hidden card-img-wrap relative">
            <img src="img/cp_yhgl.png" alt="管网隐患全生命周期管理" class="w-full h-full object-cover transition-transform hover:scale-110 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">管网隐患全生命周期管理</h3>
            <p class="text-gray-400">对排水管网隐患进行全流程管理，从发现、评估、治理到销号的闭环管控，保障管网运行安全。</p>
          </div>
        </div>
        
        <!-- 产品9 -->
        <div class="product-card rounded-lg overflow-hidden fade-in md:col-span-2 lg:col-span-1" style="transition-delay: 0.6s">
          <div class="h-48 overflow-hidden card-img-wrap relative">
            <img src="img/cp_zhbz.png" alt="智慧泵闸管控系统" class="w-full h-full object-cover transition-transform hover:scale-110 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">智慧泵闸管控系统</h3>
            <p class="text-gray-400">智能监控和管理泵闸设施运行状态，实现远程控制和自动化调度，提升排水系统运行效率。</p>
          </div>
        </div>
        
        <!-- 产品6 -->
        <div class="product-card rounded-lg overflow-hidden fade-in md:col-span-2 lg:col-span-1" style="transition-delay: 0.7s">
          <div class="h-48 overflow-hidden card-img-wrap relative">
            <img src="img/cp_yj.png" alt="防涝应急管理系统" class="w-full h-full object-cover transition-transform hover:scale-110 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">防涝应急管理系统</h3>
            <p class="text-gray-400">提供暴雨内涝预警、应急指挥调度功能，提升城市防涝应急响应能力。</p>
          </div>
        </div>
        
        <!-- 产品7 -->
        <div class="product-card rounded-lg overflow-hidden fade-in md:col-span-2 lg:col-span-1" style="transition-delay: 0.8s">
          <div class="h-48 overflow-hidden card-img-wrap relative">
            <img src="img/cp_xjyh.png" alt="设施巡检养护管理系统" class="w-full h-full object-cover transition-transform hover:scale-110 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">设施巡检养护管理系统</h3>
            <p class="text-gray-400">规范化管理排水设施巡检与养护工作，提高维护效率与质量。</p>
          </div>
        </div>
        
        <!-- 产品8 -->
        <div class="product-card rounded-lg overflow-hidden fade-in md:col-span-2 lg:col-span-1" style="transition-delay: 0.9s">
          <div class="h-48 overflow-hidden card-img-wrap relative">
            <img src="img/cp_wrj.png" alt="无人机智能巡检系统" class="w-full h-full object-cover transition-transform hover:scale-110 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">无人机智能巡检系统</h3>
            <p class="text-gray-400">利用无人机进行排水设施巡检，结合AI分析，提高巡检效率与覆盖面。</p>
          </div>
        </div>
        
        <!-- 新增产品：三维仿真淹没分析 -->
        <div class="product-card rounded-lg overflow-hidden fade-in md:col-span-2 lg:col-span-1" style="transition-delay: 1.0s">
          <div class="h-48 overflow-hidden card-img-wrap relative">
            <img src="img/cp_szfz.png" alt="三维仿真淹没分析" class="w-full h-full object-cover transition-transform hover:scale-110 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">三维仿真淹没分析</h3>
            <p class="text-gray-400">基于三维模型对排水系统进行淹没场景模拟与分析，提供防洪排涝决策支持。</p>
          </div>
        </div>
        
        <!-- 新增产品：水资源管控平台 -->
        <div class="product-card rounded-lg overflow-hidden fade-in md:col-span-2 lg:col-span-1" style="transition-delay: 1.1s">
          <div class="h-48 overflow-hidden card-img-wrap relative">
            <img src="img/cp_szyjg.png" alt="水资源管控平台" class="w-full h-full object-cover transition-transform hover:scale-110 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">水资源管控平台</h3>
            <p class="text-gray-400">实现水资源的统一监测、评估、调度和管理，提高水资源利用效率和保障供水安全。</p>
          </div>
        </div>
      </div>
    </div>
  </section>

  <!-- 成功案例 -->
  <section id="cases" class="py-20 bg-panel tech-grid-bg relative">
    <div class="container mx-auto px-4 sm:px-6 lg:px-8">
      <div class="text-center mb-16 fade-in">
        <h2 class="section-title text-[clamp(1.8rem,4vw,2.5rem)] font-bold text-white mb-4">成功案例</h2>
        <div class="section-divider"></div>
        <p class="mt-6 text-gray-400 max-w-2xl mx-auto">
          我们已在多个城市成功实施智慧水务项目，为客户提供了高效、智能的水务管理解决方案，获得广泛认可。
        </p>
      </div>
      
      <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
        <!-- 案例1 -->
        <div class="case-card rounded-lg overflow-hidden fade-in">
          <div class="h-56 overflow-hidden relative card-img-wrap">
            <img src="img/al_st.png" alt="某市中心城区排水信息管理系统" class="w-full h-full object-cover transition-transform hover:scale-105 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">某市中心城区排水信息管理系统</h3>
            <p class="text-gray-400">为某市构建了覆盖全市的智慧排水管理系统，提升了城市排水效率和防涝能力。</p>
          </div>
        </div>
        
        <!-- 案例2 -->
        <div class="case-card rounded-lg overflow-hidden fade-in" style="transition-delay: 0.1s">
          <div class="h-56 overflow-hidden relative card-img-wrap">
            <img src="img/al_mz.png" alt="某市智慧排水信息管理系统" class="w-full h-full object-cover transition-transform hover:scale-105 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">某市智慧排水信息管理系统</h3>
            <p class="text-gray-400">针对某市地理特点，定制开发智慧排水系统，有效解决了老城区排水难题。</p>
          </div>
        </div>
        
        <!-- 案例3 -->
        <div class="case-card rounded-lg overflow-hidden fade-in" style="transition-delay: 0.2s">
          <div class="h-56 overflow-hidden relative card-img-wrap">
            <img src="img/al_hs.png" alt="某市智慧排水信息管理系统" class="w-full h-full object-cover transition-transform hover:scale-105 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">某市智慧排水信息管理系统</h3>
            <p class="text-gray-400">整合某市排水管网数据，实现了排水设施的数字化管理和智能调度。</p>
          </div>
        </div>
        
        <!-- 案例4 -->
        <div class="case-card rounded-lg overflow-hidden fade-in" style="transition-delay: 0.3s">
          <div class="h-56 overflow-hidden relative card-img-wrap">
            <img src="img/al_ep.png" alt="某灌区综合管理系统" class="w-full h-full object-cover transition-transform hover:scale-105 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">某市灌区综合管理系统</h3>
            <p class="text-gray-400">为某市灌区打造的综合管理系统，实现了灌溉用水的精准调控和高效利用。</p>
          </div>
        </div>
        
        <!-- 案例5 -->
        <div class="case-card rounded-lg overflow-hidden fade-in md:col-span-2 lg:col-span-1" style="transition-delay: 0.4s">
          <div class="h-56 overflow-hidden relative card-img-wrap">
            <img src="img/al_dzsp.png" alt="高精数字底图应急电子沙盘系统" class="w-full h-full object-cover transition-transform hover:scale-105 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">高精数字底图应急电子沙盘系统</h3>
            <p class="text-gray-400">开发应急电子沙盘系统，为防汛指挥提供直观的决策支持，提升应急响应效率。</p>
          </div>
        </div>
        
        <!-- 案例6 -->
        <div class="case-card rounded-lg overflow-hidden fade-in md:col-span-2 lg:col-span-1" style="transition-delay: 0.5s">
          <div class="h-56 overflow-hidden relative card-img-wrap">
            <img src="img/al_bjszy.png" alt="城市排水设施智慧管控平台" class="w-full h-full object-cover transition-transform hover:scale-105 duration-500">
          </div>
          <div class="p-6">
            <h3 class="text-xl font-semibold mb-2 text-white">城市排水设施智慧管控平台</h3>
            <p class="text-gray-400">打造城市排水设施智慧管控平台，实现了排水设施的全面监测和智能管理。</p>
          </div>
        </div>
      </div>
    </div>
  </section>

  <!-- 技术实力 -->
  <section id="capability" class="py-20 bg-panel-alt tech-grid-bg relative">
    <div class="container mx-auto px-4 sm:px-6 lg:px-8">
      <div class="text-center mb-16 fade-in">
        <h2 class="section-title text-[clamp(1.8rem,4vw,2.5rem)] font-bold text-white mb-4">技术实力</h2>
        <div class="section-divider"></div>
        <p class="mt-6 text-gray-400 max-w-2xl mx-auto">
          团队技术骨干在智慧水务领域深耕十余年，对水务行业有着深刻的理解和丰富的经验。团队积累了地理信息、物联网、数字孪生、无人机、人工智能等技术，具备强大的技术研发和高质量的项目交付能力。
        </p>
      </div>
      
      <div class="grid grid-cols-1 gap-12 items-center justify-center fade-in">
        <div class="tech-panel p-6 rounded-lg transition-all transform hover:-translate-y-2">
          <div class="h-full flex items-center justify-center">
            <img src="img/rz1.png" alt="技术认证" class="max-h-96 w-auto object-contain hover:scale-105 transition-transform duration-500">
          </div>
        </div>
        
        <div class="tech-panel p-6 rounded-lg transition-all transform hover:-translate-y-2">
          <div class="h-full flex items-center justify-center">
            <img src="img/rz2.png" alt="技术资质" class="max-h-96 w-auto object-contain hover:scale-105 transition-transform duration-500">
          </div>
        </div>
        
        <div class="tech-panel p-6 rounded-lg transition-all transform hover:-translate-y-2">
          <div class="h-full flex items-center justify-center">
            <img src="img/rz3.png" alt="技术成果" class="max-h-96 w-auto object-contain hover:scale-105 transition-transform duration-500">
          </div>
        </div>
        
        <div class="tech-panel p-6 rounded-lg transition-all transform hover:-translate-y-2">
          <div class="h-full flex items-center justify-center">
            <img src="img/rz4.png" alt="技术成果2" class="max-h-96 w-auto object-contain hover:scale-105 transition-transform duration-500">
          </div>
        </div>
        
        <div class="tech-panel p-6 rounded-lg transition-all transform hover:-translate-y-2">
          <div class="h-full flex items-center justify-center">
            <img src="img/rz5.png" alt="技术成果4" class="max-h-96 w-auto object-contain hover:scale-105 transition-transform duration-500">
          </div>
        </div>
      </div>
    </div>
  </section>

  <!-- 合作单位 -->
  <section id="partners" class="py-20 bg-panel tech-grid-bg relative">
    <div class="container mx-auto px-4 sm:px-6 lg:px-8">
      <div class="text-center mb-16 fade-in">
        <h2 class="section-title text-[clamp(1.8rem,4vw,2.5rem)] font-bold text-white mb-4">合作单位</h2>
        <div class="section-divider"></div>
        <p class="mt-6 text-gray-400 max-w-2xl mx-auto">
          我们与行业内领先的企业和机构建立了长期稳定的合作关系，共同推动智慧水务行业的发展。
        </p>
      </div>
      
      <div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-8 items-center justify-items-center fade-in">
        <div class="partner-card p-6 rounded-lg w-full text-center">
          <div class="h-32 flex items-center justify-center">
            <img src="img/bjszlogo.png" alt="北京市政设计院" class="h-24 w-auto object-contain hover:scale-110 transition-transform duration-300">
          </div>
        </div>
        
        <div class="partner-card p-6 rounded-lg w-full text-center">
          <div class="h-32 flex items-center justify-center">
            <img src="img/zdjlogo.png" alt="中国电建" class="h-24 w-auto object-contain hover:scale-110 transition-transform duration-300">
          </div>
        </div>
        
        <div class="partner-card p-6 rounded-lg w-full text-center">
          <div class="h-32 flex items-center justify-center">
            <img src="img/zgltlogo.png" alt="中国联通" class="h-24 w-auto object-contain hover:scale-110 transition-transform duration-300">
          </div>
        </div>
        
        <div class="partner-card p-6 rounded-lg w-full text-center">
          <div class="h-32 flex items-center justify-center">
            <img src="img/gdjtjtlogo.png" alt="广东交通集团" class="h-24 w-auto object-contain hover:scale-110 transition-transform duration-300">
          </div>
        </div>
        
        <div class="partner-card p-6 rounded-lg w-full text-center">
          <div class="h-32 flex items-center justify-center">
            <img src="img/hz_shkj.png" alt="广东首汇科技" class="h-24 w-auto object-contain hover:scale-110 transition-transform duration-300">
          </div>
        </div>
        
        <div class="partner-card p-6 rounded-lg w-full text-center">
          <div class="h-32 flex items-center justify-center">
            <img src="img/zkytlogo.png" alt="中科云图" class="h-24 w-auto object-contain hover:scale-110 transition-transform duration-300">
          </div>
        </div>
        
        <div class="partner-card p-6 rounded-lg w-full text-center">
          <div class="h-32 flex items-center justify-center">
            <img src="img/hz_dj.png" alt="大疆" class="h-24 w-auto object-contain hover:scale-110 transition-transform duration-300">
          </div>
        </div>
        
        <div class="partner-card p-6 rounded-lg w-full text-center">
          <div class="h-32 flex items-center justify-center">
            <img src="img/zkyutulogo.png" alt="中科宇图" class="h-24 w-auto object-contain hover:scale-110 transition-transform duration-300">
          </div>
        </div>
        
        <div class="partner-card p-6 rounded-lg w-full text-center">
          <div class="h-32 flex items-center justify-center">
            <img src="img/hz_zkxt.png" alt="中国星图" class="h-24 w-auto object-contain hover:scale-110 transition-transform duration-300">
          </div>
        </div>
        
        <div class="partner-card p-6 rounded-lg w-full text-center">
          <div class="h-32 flex items-center justify-center">
            <img src="img/hz_zgqxj.png" alt="中国气象局" class="h-24 w-auto object-contain hover:scale-110 transition-transform duration-300">
          </div>
        </div>
        
        <div class="partner-card p-6 rounded-lg w-full text-center">
          <div class="h-32 flex items-center justify-center">
            <img src="img/hz_gjhy.png" alt="国家海洋信息中心" class="h-24 w-auto object-contain hover:scale-110 transition-transform duration-300">
          </div>
        </div>
        <div class="partner-card p-6 rounded-lg w-full text-center">
          <div class="h-32 flex items-center justify-center">
            <img src="img/hz_gdqx.png" alt="广东省气象局" class="h-24 w-auto object-contain hover:scale-110 transition-transform duration-300">
          </div>
        </div>
      </div>
  </section>

  <!-- 合作共赢 -->
  <section id="contact" class="py-20 bg-panel-alt tech-grid-bg relative">
    <div class="container mx-auto px-4 sm:px-6 lg:px-8">
      <div class="text-center mb-16 fade-in">
        <h2 class="section-title text-[clamp(1.8rem,4vw,2.5rem)] font-bold text-white mb-4">合作共赢</h2>
        <div class="section-divider"></div>
      </div>
      
      <div class="grid grid-cols-1 lg:grid-cols-2 gap-12">
        <!-- 合作模式 -->
        <div class="fade-in">
          <h3 class="text-2xl font-semibold mb-6 flex items-center text-white">
            <i class="fa fa-users text-cyan mr-3"></i>合作模式
          </h3>
          <div class="tech-panel p-8 rounded-lg">
            <p class="text-gray-300 leading-relaxed">
              我们秉持 “平台赋能，生态共赢” 的核心合作理念。以我们成熟的数字化平台产品和顶层设计能力为基石，与咨询、设计、工程、勘测、设备等领域的优秀伙伴，构建一个开放、协同、共生的“智慧水务”产业生态圈。我们坚信，通过优势互补、资源共享，能够为客户提供端到端、全链条的数字化价值，共同推动行业进步。
            </p>
          </div>
        </div>
        
        <!-- 联系方式 -->
        <div class="fade-in" style="transition-delay: 0.2s">
          <h3 class="text-2xl font-semibold mb-6 flex items-center text-white">
            <i class="fa fa-envelope text-cyan mr-3"></i>联系方式
          </h3>
          <div class="tech-panel p-8 rounded-lg">
            <div class="space-y-6">
              <div class="flex items-start">
                <div class="w-10 h-10 feature-icon rounded-full flex items-center justify-center mr-4 flex-shrink-0">
                  <i class="fa fa-map-marker text-cyan"></i>
                </div>
                <div>
                  <h4 class="font-medium mb-1 text-white">公司地址</h4>
                  <p class="text-gray-400">广州市白云区永平街永泰磨刀南街80号</p>
                </div>
              </div>
              

              

              
              <div class="flex items-start">
                <div class="w-10 h-10 feature-icon rounded-full flex items-center justify-center mr-4 flex-shrink-0">
                  <i class="fa fa-envelope text-cyan"></i>
                </div>
                <div>
                  <h4 class="font-medium mb-1 text-white">邮箱</h4>
                  <p class="text-gray-400">csr@ygis.cn</p>
                </div>
              </div>
              
              <div class="flex items-start">
                <div class="w-10 h-10 feature-icon rounded-full flex items-center justify-center mr-4 flex-shrink-0">
                  <i class="fa fa-comments text-cyan"></i>
                </div>
                <div>
                  <h4 class="font-medium mb-1 text-white">合作咨询</h4>
                  <img src="img/wxkf.png" alt="合作咨询" class="h-32">
                </div>
              </div>
            </div>
            

          </div>
        </div>
      </div>
    </div>
  </section>

  <!-- 页脚 -->
  <footer class="bg-darker text-white py-12">
    <div class="container mx-auto px-4 sm:px-6 lg:px-8">
      <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
        <div class="md:col-span-2">
          <div class="mb-4">
            <img src="img/logo.png" alt="云地智水" class="h-10">
          </div>
          <p class="text-gray-400 max-w-md">
            广州云地智水数字科技有限公司专注于智慧水务领域，致力于通过数字化、智能化技术为水务行业提供全方位解决方案，打造中国顶尖数字水务服务商。
          </p>
        </div>
        
        <div>
          <h4 class="text-lg font-semibold mb-4 text-cyan">快速链接</h4>
          <ul class="space-y-2">
            <li><a href="#home" class="text-gray-400 hover:text-cyan transition-colors">首页</a></li>
            <li><a href="#about" class="text-gray-400 hover:text-cyan transition-colors">公司简介</a></li>
            <li><a href="#products" class="text-gray-400 hover:text-cyan transition-colors">主要产品</a></li>
            <li><a href="#cases" class="text-gray-400 hover:text-cyan transition-colors">成功案例</a></li>
            <li><a href="#contact" class="text-gray-400 hover:text-cyan transition-colors">合作共赢</a></li>
          </ul>
        </div>
        
        <div>
          <h4 class="text-lg font-semibold mb-4 text-cyan">合作共赢</h4>
          <ul class="space-y-2 text-gray-400">
            <li class="flex items-center">
              <i class="fa fa-map-marker mr-2 text-accent"></i>
              <span>广州市白云区永平街永泰磨刀南街80号</span>
            </li>
            <li class="flex items-center">
              <i class="fa fa-envelope mr-2 text-accent"></i>
              <span>csr@ygis.cn</span>
            </li>
          </ul>
        </div>
      </div>
      
      <div class="border-t border-accent/20 mt-10 pt-6 text-center text-gray-500">
        <p>备案号：粤ICP备2023057741号</p>
        <p>© 2026 广州云地智水数字科技有限公司. 保留所有权利.</p>
      </div>
    </div>
  </footer>

  <script>
    // 导航栏滚动效果
    const navbar = document.getElementById('navbar');
    window.addEventListener('scroll', () => {
      if (window.scrollY > 50) {
        navbar.classList.add('scrolled', 'bg-blur');
        navbar.classList.remove('bg-transparent');
      } else {
        navbar.classList.remove('scrolled', 'bg-blur');
        navbar.classList.add('bg-transparent');
      }
    });
    
    // 移动端菜单切换
    const menuToggle = document.getElementById('menu-toggle');
    const mobileMenu = document.getElementById('mobile-menu');
    
    menuToggle.addEventListener('click', () => {
      mobileMenu.classList.toggle('hidden');
      if (mobileMenu.classList.contains('hidden')) {
        menuToggle.innerHTML = '<i class="fa fa-bars text-2xl"></i>';
      } else {
        menuToggle.innerHTML = '<i class="fa fa-times text-2xl"></i>';
      }
    });
    
    // 点击移动端菜单项后关闭菜单
    const mobileLinks = mobileMenu.querySelectorAll('a');
    mobileLinks.forEach(link => {
      link.addEventListener('click', () => {
        mobileMenu.classList.add('hidden');
        menuToggle.innerHTML = '<i class="fa fa-bars text-2xl"></i>';
      });
    });
    
    // 滚动动画
    const fadeElements = document.querySelectorAll('.fade-in');
    
    const fadeInObserver = new IntersectionObserver((entries) => {
      entries.forEach(entry => {
        if (entry.isIntersecting) {
          entry.target.classList.add('visible');
          fadeInObserver.unobserve(entry.target);
        }
      });
    }, { threshold: 0.1 });
    
    fadeElements.forEach(element => {
      fadeInObserver.observe(element);
    });
  </script>
</body>
</html>