<!DOCTYPE html>
<html lang="zh-cn">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    
<title>Aquatech China 亚洲水技术展览会 | 水展 | 环保水处理展 | 净水展 | 水环境与生态治理展</title>
<meta name="keywords" content="Aquatech,水处理展,水展,净水展,水技术,水环境,净水设备,污水处理,智慧水务,水处理设备,工业水处理,膜,泵阀,水处理解决方案" />
<meta name="description" content="作为一个完全专注于水领域的专业展会，Aquatech China覆盖水处理全产业链，包含净水、水与污水处理、给排水管网及泵管阀、过程控制与自动化管理等领域进行全方位展示。展会由荷兰RAI锐昂展览集团、锐昂展览（上海）有限公司主办。" />

    <link rel="stylesheet" href="/assets/pc/css/common.css?v=1.0.0">
    <link rel="stylesheet" href="/assets/pc/css/style.css?v=1.0.0">
    <link rel="stylesheet" href="/assets/pc/js/swiper_5_4_5/swiper.min.css">
    <script src="/assets/pc/js/jquery_3_4_1.min.js"></script>
        
<style>
  .swiper{
    --swiper-pagination-color: #fff;/* 两种都可以 */
  }
  .swiper-pagination-bullet-active {width:20px;border-radius:100px;}

    /*banner*/
    .index-banner {width: 100%; height: 770px;overflow: hidden;}
    .index-banner .swiper {position: relative;height: 100%;width: 100%;}
    .index-banner .swiper-slide {height: 100%;width: 100%;background-position: center; background-repeat: no-repeat;background-size: cover;position: relative;
        display: flex;flex-direction: column;align-items: center;justify-content: center;color: #fff;}
    .index-banner .swiper-slide .btns {position: absolute;bottom: 80px;gap: 100px;}


    /*关于展会*/
    .about-section2 {padding-top: 20px !important;padding-bottom: 20px !important;}
    .about-section {padding-top: 80px;padding-bottom: 80px;}
    .about-section .info {margin-top: 44px;}
    .about-section .video {width: 540px;height: 330px;}
    .about-section .play {width: 70px;}
    .about-section .block .item {padding: 64px 0;position: relative;transition: all .3s linear;}
    .about-section .block .item .icon {width: 56px;}
    .about-section .block .item .icon-w {display: block;}
    .about-section .block .item .value {margin: 27px 0 10px 0;color: #fff}
    .about-section .block .item .value,.about-section .block .item .value span {font-size: 50px;font-family: var(--font-H);color: #fff;}
    .about-section .block .item .label {color: #fff;}
    .about-section .block .item:hover {background: var(--color-primary);}
    .about-section .block .item:hover .value,.about-section .block .item:hover .value span {color: #fff;}
    .about-section .block .item:hover .label {color: #fff;}
    .about-section .block .item:hover {transform: scale(1.1);}
    /*倒数*/
    .countdown-section {height: 234px;gap: 60px;background: url("/assets/pc/images/icon/time-bg.png") no-repeat center; background-size: cover;width: 100%;}
    .countdown-section .item {width: 130px;height: 130px;background: rgba(255, 255, 255, 0.35);border-radius: 15px;}
    .countdown-section .item b {font-family: var(--font-H);font-size: 60px;color: #fff;}
    .countdown-section .split {color: #fff;font-family: var(--font-H);font-size: 100px;}
    .countdown-section .item span {position: absolute;bottom: -40px;left: 0;right: 0;margin: auto;
        color: #fff;font-family: var(--font-H);text-align: center;}
    /*展会亮点*/
    .highlight-section {padding-top: 80px;padding-bottom: 80px;}
    .highlight-section .list {justify-content: space-between;margin-top: 40px;}
    .highlight-section .item {padding: 50px 0; width: 33.33%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
    .highlight-section .item span {margin-top: 40px;font-weight: bold;}
    .highlight-section .item .icon {height: 144px;transition: all .3s linear;}
    .highlight-section .item:not(:nth-child(3)):not(:nth-child(6)) {border-right: 1px solid #DFDFDF;}
    .highlight-section .item:nth-child(1),.highlight-section .item:nth-child(2),.highlight-section .item:nth-child(3) {border-bottom: 1px solid #DFDFDF;}
    .highlight-section .item:hover .icon{transform: scale(1.2);}
    /*展品范围*/
    .scope-section {background: #f0f0f0;padding-top: 80px;padding-bottom: 80px;}
    .scope-section .scope-swiper {overflow: hidden;margin-top: 24px;}
    .scope-section .scope-item {width: 320px;height: 180px;position: relative;}

    .scope-section .scope-item img {width: 100%;height: 100%;object-fit: cover;}
    .scope-section .scope-item .title {position: absolute;bottom: 0;width: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) -20%, rgba(0, 0, 0, 0.749) 115%);
        padding: 12px;color: #fff;text-align: center;font-weight: bold;font-size: 20px;}
    .scope-section .scope-item .en {line-height: 1.2; color: #fff;font-size: 14px;font-family: var(--font-M);word-break: break-all;}
    .scope-section .scope-item .mask {position: absolute;width: 100%;height: 100%;left: 0;top:0;z-index: 10;background: rgba(187,28,33,.8);display: flex;align-items: center;
        padding: 20px;flex-direction: column;overflow: hidden;opacity: 0;transition: all .2s linear;transform: translateY(100%);}
    .scope-section .scope-item .mask .t {font-size: 20px;color: #fff;}
    .scope-section .scope-item .mask .d {font-size: 14px;color: #fff;margin-top: 8px;line-height: 20px;}
    .scope-section .scope-item:hover .mask {opacity: 1;transform: translateY(0);}
    /*展会资讯*/
    .news-section {padding-top: 80px;padding-bottom: 80px;}
    .news-section .news-block {margin-top: 24px;gap: 20px;margin-bottom: 60px;}
    .news-section .news-block .left {box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);background: #fff;}
    .news-section .news-block .left .poster{width: 100%;height: 280px;overflow: hidden;}
    .news-section .news-block .left .poster img {object-fit: cover;transition: all .3s linear;}
    .news-section .news-block .left .info {padding: 15px 30px;height: 230px;justify-content: space-between;}
    .news-section .news-block .left .info .title {font-family: var(--font-M);}
    .news-section .news-block .left:hover .poster img {transform: scale(1.1);}
    .news-section .news-block .left:hover .title {color: var(--color-primary);}
    .news-section .news-block .right {gap: 10px;}
    .news-section .news-block .right .item {padding:28px 70px 0 40px; height: 104px;background: #f8f8f8;position: relative;display: flex;flex-direction: column;
        transition: all .2s linear;}
    .news-section .news-block .right .item > .arrow {position: absolute;right: 28px;top: 35px;width: 26px;transform:rotate(180deg);transition: all .3s linear;}
    .news-section .news-block .right .item .title {font-family: var(--font-M);}
    .news-section .news-block .right .item .desc {max-height: 0;overflow: hidden;display: flex;flex-direction: column;flex: 1;}
    .news-section .news-block .right .item .desc .arrow {display: flex;flex: 1;align-items: center;}
    .news-section .news-block .right .item .desc p {margin-top: 12px;}
    .news-section .news-block .right .item.active {height: 280px;background: #fff;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);}
    .news-section .news-block .right .item.active:before {position: absolute;content:"";width: 4px;height: 100%;left: 0;top: 0;background: var(--color-primary);}
    .news-section .news-block .right .item.active .desc {max-height: 1000px;}
    .news-section .news-block .right .item.active > .arrow {transform:rotate(0);}
    .news-section .news-block .right .item:hover {}
    .news-section .news-block .right .item:hover .title {color: var(--color-primary);}
    /*展会新闻*/
    .news-item-block .title {display: flex;align-items: center;padding: 20px 0;justify-content: space-between;}
    .news-item-block .title .title-block {width: 150px;height: 40px;background-color: var(--color-primary); color: #fff;font-size: 22px;display: flex;align-items: center;justify-content: center;
      /* 使用clip-path创建右上角缺角效果 */
      clip-path: polygon(
              0 0,                /* 左上角 */
              calc(100% - 20px) 0, /* 右上角缺口的左上角 */
              100% 20px,          /* 右上角缺口的右下角 */
              100% 100%,          /* 右下角 */
              0 100%              /* 左下角 */
      );}
    .news-item-block .title .more {font-size: 20px;color: var(--color-primary);}
    .news-item-block .news-container {display: flex;gap:30px;}
    .news-item-block .news-container .poster {width: 600px;height: 370px;overflow: hidden;}
    .news-item-block .news-container .poster img {width: 100%;height: 100%;transition: all .3s linear;object-fit: cover;}
    .news-item-block .news-container .poster:hover img {transform: scale(1.05);}
    .news-item-block .news-container .ls {display: flex;flex: 1;min-width: 0;flex-direction: column;background: #fcfcfc;}
    .news-item-block .news-container .ls .item {display: flex;position: relative;flex-direction: column;justify-content: center;
        height: 124px;padding: 25px 90px 25px 30px;text-decoration: none;cursor: pointer;}
    .news-item-block .news-container .ls .item .tt {font-size: 18px;color: #111;cursor: pointer;}
    .news-item-block .news-container .ls .item .desc {margin-top: 8px;font-size: 12px;color: #666;line-height: 20px;cursor: pointer;}

    .news-item-block .news-container .ls .item .arrow {height: 36px;width: 36px;position: absolute;top:0;right: 30px;bottom: 0;margin: auto;
      border-radius: 1000px;border: 1px solid #979797;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: all .3s linear;}
    .news-item-block .news-container .ls .item .arrow .icon {width: 16px;height: 9px;}
    .news-item-block .news-container .ls .item .arrow .icon path {fill: #333;}

    .news-item-block .news-container .ls .item:hover .tt {color: var(--color-primary);}
    .news-item-block .news-container .ls .item:hover .arrow {background: var(--color-primary);border-color: var(--color-primary);}
    .news-item-block .news-container .ls .item:hover .arrow .icon path {fill: #fff;}
    /*净水品牌展商*/
    .exhibitor-section {padding-bottom: 80px;}
    .exhibitor-section .exhibitor-swiper {overflow: hidden;margin-top: 24px;}
    .exhibitor-section .exhibitor-swiper .swiper-slide {display: flex;flex-wrap: wrap;}
    .exhibitor-section .exhibitor-swiper .swiper-slide .item {width: 20%;height: 130px;padding: 0 12px;margin-top: 20px;}
    .exhibitor-section .exhibitor-swiper .swiper-slide .item .img {border: 1px solid #d8d8d8;width: 100%;height: 100%;display: flex;
        justify-content: center;align-items: center;overflow: hidden;padding: 0 30px;}
    .exhibitor-section .exhibitor-swiper .swiper-slide .item img {width: 100%;height: 100%;object-fit: contain;transition: all .3s linear;}
    .exhibitor-section .exhibitor-swiper .swiper-slide .item:hover .img img {transform: scale(1.1);}
    .exhibitor-section .next-back {display: flex;align-items: center;justify-content: center;gap: 30px;width: 100%;margin-top: 40px;}
    .exhibitor-section .next-back .btn {width: 30px;}
    .exhibitor-section .next-back .btn.btn-next {transform: rotate(180deg);}

    /*小于1600的屏幕，采用rem计算宽高大小 8.333=(1600/1920)*100 px/(1600/8.333)*/
    @media screen and (max-width: 1600px) {
        /*banner*/
        .index-banner {height:4.01rem;}
        .index-banner .swiper-slide .btns {bottom: 0.416rem;gap: 0.52rem;}

        /*关于展会*/
        .about-section2 {padding-top: 0.104rem !important;padding-bottom: 0.104rem!important;}
        .about-section{padding-top: 0.416rem;padding-bottom: 0.416rem;}
        .about-section .info {margin-top: 0.229rem;}
        .about-section .video {width: 2.812rem;height: 1.718rem;}
        .about-section .play {width: 0.364rem;}
        .about-section .block .item {padding: 0.333rem 0;}
        .about-section .block .item .icon {width: 0.291rem;}
        .about-section .block .item .value {margin: 0.140rem 0 0.05rem 0;}
        .about-section .block .item .value,.about-section .block .item .value span {font-size: 0.260rem;}
        /*倒数*/
        .countdown-section {height: 1.218rem;gap: 0.25rem;}
        .countdown-section .item {width:0.677rem;height: 0.677rem;border-radius: 0.078rem;}
        .countdown-section .item b {font-size: 0.312rem;}
        .countdown-section .split {font-size: 0.52rem;}
        .countdown-section .item span {bottom: -0.208rem;}
        /*展会亮点*/
        .highlight-section{padding-top: 0.416rem;padding-bottom: 0.416rem;}
        .highlight-section .list {margin-top: 0.208rem;}
        .highlight-section .item {padding: 0.26rem 0;}
        .highlight-section .item span {margin-top: 0.208rem;}
        .highlight-section .item .icon {height: 0.75rem;}
        /*展品范围*/
        .scope-section {padding-top: 0.416rem;padding-bottom: 0.416rem;}
        .scope-section .scope-swiper {margin-top: 0.125rem;}
        .scope-section .scope-item {width: 1.666rem;height: 0.937rem;}
        .scope-section .scope-item .title {padding: 0.0625rem;font-size: 0.104rem;}
        .scope-section .scope-item .en {font-size: 0.066rem}
        .scope-section .scope-item .mask .t {font-size: 0.104rem;}
        .scope-section .scope-item .mask .d {font-size: 0.0729rem;margin-top: 0.0416rem;line-height: 0.104rem;}
        /*展会资讯*/
        .news-section {padding-top: 0.416rem;padding-bottom: 0.416rem;}
        .news-section .news-block {margin-top: 0.125rem;gap: 0.104rem;;margin-bottom: 0.312rem;}
        .news-section .news-block .left .poster{height: 1.458rem;}
        .news-section .news-block .left .info {padding: 0.0781rem 0.156rem;height: 1.197rem;}
        .news-section .news-block .right {gap:0.052rem;}
        .news-section .news-block .right .item {padding:0.145rem 0.364rem 0 0.208rem; height: 0.541rem;}
        .news-section .news-block .right .item > .arrow {right: 0.145rem;top: 0.182rem;width: 0.135rem;}
        .news-section .news-block .right .item .desc {max-height: 0;}
        .news-section .news-block .right .item .desc p {margin-top: 0.0625rem;}
        .news-section .news-block .right .item.active {height: 1.458rem;box-shadow: 0 0.0104rem 0.052rem 0 rgba(0, 0, 0, 0.12);}
        /*展会新闻*/
        .news-item-block .title {padding: 0.104rem 0;}
        .news-item-block .title .title-block {width: 0.781rem;height: 0.208rem;font-size: 0.114rem;
            /* 使用clip-path创建右上角缺角效果 */
            clip-path: polygon(
                    0 0, /* 左上角 */ calc(100% - 0.104rem) 0, /* 右上角缺口的左上角 */ 100% 20px, /* 右上角缺口的右下角 */ 100% 100%, /* 右下角 */ 0 100% /* 左下角 */
            );
        }

        .news-item-block .title .more {font-size: 0.104rem;}
        .news-item-block .news-container {gap:0.156rem;}
        .news-item-block .news-container .poster {width: 3.125rem;height: 1.927rem;}
        .news-item-block .news-container .ls .item {height: 0.645rem;padding: 0.130rem 0.468rem 0.130rem 0.156rem;}
        .news-item-block .news-container .ls .item .tt {font-size: 0.093rem;}
        .news-item-block .news-container .ls .item .desc {margin-top: 0.0416rem;font-size: 0.07rem;line-height: 0.104rem;}
        .news-item-block .news-container .ls .item .arrow {height: 0.187rem;width: 0.187rem;right: 0.156rem;}
        .news-item-block .news-container .ls .item .arrow .icon {width: 0.083rem;height: 0.0468rem;}
        /*净水品牌展商*/
        .exhibitor-section {padding-bottom: 0.416rem;}
        .exhibitor-section .exhibitor-swiper {margin-top: 0.125rem;}
        .exhibitor-section .exhibitor-swiper .swiper-slide .item {height: 0.677rem;padding: 0 0.0625rem;margin-top: 0.104rem;}
        .exhibitor-section .exhibitor-swiper .swiper-slide .item .img {padding: 0 0.156rem;}
        .exhibitor-section .next-back {gap: 0.156rem;margin-top: 0.208rem;}
        .exhibitor-section .next-back .btn {width: 0.156rem;}

    }
</style>

    
</head>
<body>
<!--倒计时-->
<style>
    /*原来的样式，不需要动*/
    /*倒数*/
    .countdown-section {height: 234px;gap: 60px;background: url("/assets/pc/images/icon/time-bg.png") no-repeat center; background-size: cover;width: 100%;}
    .countdown-section .item {width: 130px;height: 130px;background: rgba(255, 255, 255, 0.35);border-radius: 15px;}
    .countdown-section .item b {font-family: var(--font-H);font-size: 60px;color: #fff;}
    .countdown-section .split {color: #fff;font-family: var(--font-H);font-size: 100px;}
    .countdown-section .item span {position: absolute;bottom: -40px;left: 0;right: 0;margin: auto;
        color: #fff;font-family: var(--font-H);text-align: center;}

    /*小于1600的屏幕，采用rem计算宽高大小 8.333=(1600/1920)*100 px/(1600/8.333)*/
    @media screen and (max-width: 1600px) {
        /*倒数*/
        .countdown-section {height: 1.218rem;gap: 0.25rem;}
        .countdown-section .item {width:0.677rem;height: 0.677rem;border-radius: 0.078rem;}
        .countdown-section .item b {font-size: 0.312rem;}
        .countdown-section .split {font-size: 0.52rem;}
        .countdown-section .item span {bottom: -0.208rem;}
    }
</style>
<style>
    /*浮动样式*/
    .countdown-section {position: relative;}
    .header {position: relative;}
    .header-h {max-height: 0;}
    .scrolled .header {position: fixed;}
    .scrolled .header-h {max-height: initial;}
</style>
<section id="countdown" class="countdown-section flex-row flex-center">
    <div class="item flex-col flex-center relative"><b id="out-day">16</b><span class="text-20">DAYS</span></div>
    <div class="split">:</div>
    <div class="item flex-col flex-center relative"><b id="out-hours">16</b><span class="text-20">HOURS</span></div>
    <div class="split">:</div>
    <div class="item flex-col flex-center relative"><b id="out-minutes">16</b><span class="text-20">MINUTES</span></div>
    <div class="split">:</div>
    <div class="item flex-col flex-center relative"><b id="out-seconds">16</b><span class="text-20">SECONDS</span></div>
</section>
<!--顶部导航-->
<header class="header">
    <div class="notice flex-row" style="display: none;">
        <div class="center-wrap md-wrap flex-row items-center">
                        <span class="text">2025.11.5-7  |  上海新国际博览中心，距展开幕还有 6 天</span>
            <a href="https://www.aquatechtrade.com/shanghai" target="_blank" class="land flex-row items-center ml-auto">
                <img src="/assets/pc/images/icon/land.svg" alt="语言" class="icon">
                <span class="tt">EN</span>
<!--                <img src="/assets/pc/images/icon/a-down.svg" alt="语言" class="icon">-->
<!--                <ul class="land-popup">-->
<!--                    <li>zhCN</li>-->
<!--                    <li>En</li>-->
<!--                    <li>JP</li>-->
<!--                </ul>-->
            </a>
        </div>
    </div>
    <div class="container center-wrap flex-row items-center md-wrap">
        <a href="/"><img alt="" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/17/14562066c1e23c94474c09164607446f3c59c3.jpg?imageView2/2/w/600/q/100/format/webp" class="logo" /></a>
        <div class="ml-auto flex-row items-center h-full">
                        <ul class="menus">
                                    <li class="active">
                        <a target="_blank" href="/">首页</a>
                                            </li>
                                    <li>
                        <a target="_blank" href="javascript:">关于展会</a>
                                                    <menu class="menu">
                                                                    <a target="_blank" href="/about/aquatech-china.html">展会介绍</a>
                                                                    <a target="_blank" href="/expo/scope.html">展品范围</a>
                                                                    <a target="_blank" href="/about/pavilion.html">6大展区</a>
                                                                    <a target="_blank" href="/news/moments.html">往届回顾</a>
                                                            </menu>
                                            </li>
                                    <li>
                        <a target="_blank" href="javascript:">我要参展</a>
                                                    <menu class="menu">
                                                                    <a target="_blank" href="/join/apply.html">参展申请</a>
                                                                    <a target="_blank" href="/join/match.html">商贸配对</a>
                                                                    <a target="_blank" href="/join/scope.html">观众范围</a>
                                                            </menu>
                                            </li>
                                    <li>
                        <a target="_blank" href="javascript:">我要参观</a>
                                                    <menu class="menu">
                                                                    <a target="_blank" href="https://rai.aquatechexpo.com/reg.html?lang=zh-cn&channel=website">参观预登记</a>
                                                                    <a target="_blank" href="/visit/group.html">组团参观</a>
                                                                    <a target="_blank" href="/visit/exhibitor.html">展商名录</a>
                                                                    <a target="_blank" href="/visit/match.html">TAP特邀贵宾&商务配对服务</a>
                                                                    <a target="_blank" href="/visit/service.html">商旅服务</a>
                                                            </menu>
                                            </li>
                                    <li>
                        <a target="_blank" href="javascript:">媒体中心</a>
                                                    <menu class="menu">
                                                                    <a target="_blank" href="/news/cat/1.html">展会新闻</a>
                                                                    <a target="_blank" href="/news/cat/3.html">展商新闻</a>
                                                                    <a target="_blank" href="/news/cat/2.html">行业新闻</a>
                                                            </menu>
                                            </li>
                                    <li>
                        <a target="_blank" href="javascript:">同期活动</a>
                                                    <menu class="menu">
                                                                    <a target="_blank" href="/activity/aqc.html">Aquatech China水技术创新奖</a>
                                                                    <a target="_blank" href="/activity/innovation-lab.html">InnovationLAB创新展区</a>
                                                                    <a target="_blank" href="/activity/aqua-stage.html">AquaStage水舞台</a>
                                                                    <a target="_blank" href="/activity/forums.html">同期论坛</a>
                                                            </menu>
                                            </li>
                                    <li>
                        <a target="_blank" href="/about/aquatech-global.html">全球系列展</a>
                                            </li>
                                    <li>
                        <a target="_blank" href="/about/us.html">联系我们</a>
                                            </li>
                            </ul>
            <a href="https://www.aquatechtrade.com/shanghai" target="_blank" class="land flex-row items-center">
                <img src="/assets/pc/images/icon/land.svg" alt="语言" class="icon">
                <span class="tt" style="margin-left: 4px;">EN</span>
            </a>
        </div>
    </div>
</header>
<div class="header-h"></div>

<!--倒计时浮动js-->
<script>
    // 节流函数
    function throttle(func, delay = 100) {
        let lastTime = 0;
        return function(...args) {
            const now = Date.now();
            if (now - lastTime >= delay) {
                func.apply(this, args);
                lastTime = now;
            }
        };
    }
    $(function(){
        const body=$('body')
        const countdown=$('#countdown')
        if(!countdown) {
            return
        }
        // 获取header到顶部的距离（初始位置）
        const headerOffsetTop = countdown.height()
        // 滚动处理函数
        function handleScroll() {
            // 获取当前滚动高度
            const scrollTop = window.pageYOffset ||
                document.documentElement.scrollTop ||
                document.body.scrollTop || 0;

            // 根据header的初始位置判断滚动状态
            if (scrollTop > headerOffsetTop) {
                body.addClass('scrolled')
            } else {
                body.removeClass('scrolled')
            }
        }
        const throttledScroll = throttle(handleScroll);
        window.addEventListener('scroll', throttledScroll);

        // 初始时执行一次，设置正确的初始状态
        handleScroll();
        // 移除监听的方法（需要时使用）
        // window.removeEventListener('scroll', throttledScroll);
    })
</script>



<!--banner-->
<section class="index-banner">
    <div class="swiper banner-swiper">
        <div class="swiper-wrapper">
            <div class="swiper-slide" style="display:block;background-image: url('https://sh.aquatechexpo.com/aquatech-v2/2025/03/13/102904df27780d3c0008c6b66b9fe1e018896c.png?imageView2/2/w/2000/q/100/format/webp')">
                    <div class="btns w-full flex-row items-center justify-center">
      <a class="btn-1 primary" href="https://rai.aquatechexpo.com/reg.html?lang=zh-cn&channel=website" target="_blank">我要参观</a>
        <a class="btn-1" href="/expo/booking.html" target="_blank">我要参展</a>
</div>                </div>
              <a target="_blank" href="https://www.aquatechexpo.com/activity/aqc.html" class="swiper-slide" style="display:block;background-image: url('https://sh.aquatechexpo.com/aqchina-v2/2025/09/02/113332bf507a6fb251caff62f9a00197ca5a57.jpg?imageView2/2/w/2000/q/100/format/webp')">
                                    </a>
              <a target="_blank" href="javascript:" class="swiper-slide" style="display:block;background-image: url('https://sh.aquatechexpo.com/aqchina-v2/2025/10/09/1357361dc2302829ed1c9de202735b06e7004f.jpg?imageView2/2/w/2000/q/100/format/webp')">
                                    </a>
              <a target="_blank" href="http://www.koldaro.com" class="swiper-slide" style="display:block;background-image: url('https://sh.aquatechexpo.com/aqchina-v2/2025/10/09/1922534df4c5a694c0b5ae8b4be32d55a95fe4.jpg?imageView2/2/w/2000/q/100/format/webp')">
                                    </a>
                    </div>
                <div class="swiper-pagination"></div>
            </div>
</section>
<!--关于展会-->
<section class="about-section flex-col center-wrap md-wrap">
    <div class="index-title-en">About Show</div>
    <div class="index-title">关于展会</div>
    <!--信息-->
    <div class="flex-row w-full info">
        <div class="flex-1 flex-col m-w-0 text-20">
            <div>
                荷兰阿姆斯特丹国际水处理展览会·中国展暨Aquatech China 2025亚洲水技术展览会将于2025年11月5-7日在上海新国际博览中心盛大举办。<br/><br/>
作为专注于水、服务于水的水处理行业风向标展览会，Aquatech China展品覆盖水处理全产业链，包含净水、水与污水处理、水环境治理、给排水管网及泵管阀、过程控制与自动化管理、智慧水务等领域。展会背靠荷兰母展近60年水处理展会经验与资源，辐射亚太地区水处理行业，是全球水处理人技术交流、商贸往来的优选专业平台。<br/><br/>
展会由荷兰RAI锐昂展览集团大中华区子公司——锐昂展览（上海）有限公司主办。<br/><br/>            </div>
            <div class="mt-auto">
                <a href="/about/aquatech-china.html" class="btn-1 primary sm">了解更多</a>
            </div>
        </div>
        <div class="flex-1 flex-row justify-end">
            <div class="video relative cursor-pointer v-video" data-title="关于展会" data-poster="https://sh.aquatechexpo.com/aqchina-v2/2025/08/05/154946c404ed1c5402574f3516f9b401436588.jpg?imageView2/2/w/1000/q/100/format/webp" data-src="https://sh.aquatechexpo.com/aqchina-v2/2025/09/25/16054406dce34278c024b3e55be9048102c7c2.mp4">
                <video id="videos" preload="metadata" src="https://sh.aquatechexpo.com/aqchina-v2/2025/09/25/16054406dce34278c024b3e55be9048102c7c2.mp4" controls class="w-full h-full" poster="https://sh.aquatechexpo.com/aqchina-v2/2025/08/05/154946c404ed1c5402574f3516f9b401436588.jpg?imageView2/2/w/1000/q/100/format/webp"></video>
<!--                <img class="play abs-center videos-play-bar" onclick="playVideo" alt="播放" src="/assets/pc/images/icon/play-white.svg">-->
            </div>

        </div>
        <script>
            function playVideo() {
                $('#videos').play();
                $('.videos-play-bar').hide();
            }
        </script>
    </div>

</section>
<section class="center-wrap md-wrap flex-col items-center justify-center">
    <div class="index-title-en">Exhibition scale</div>
    <div class="index-title">展会规模</div>
</section>
<section style="background:#BB1C21;" class="about-section about-section2 flex-col mt-60">
    <div class="center-wrap md-wrap">
        <!--模块-->
        <div class="block flex-row">
                        <div class="flex-1 flex-col flex-center item">
                <img alt="展示面积" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/01/1835366ef6b6b96e9682f566f04d347b29a6f1.svg" class="icon icon-w">
                                <div class="value"><span class="num-up" data-counterup-nums="15000">30,000</span>㎡</div>
                <span class="label text-16">展示面积</span>
            </div>
                        <div class="flex-1 flex-col flex-center item">
                <img alt="品牌企业" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/01/1836303558ac900bec04309e7e5d37d839c00e.svg" class="icon icon-w">
                                <div class="value"><span class="num-up" data-counterup-nums="15000">500</span>+</div>
                <span class="label text-16">品牌企业</span>
            </div>
                        <div class="flex-1 flex-col flex-center item">
                <img alt="国家/地区" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/01/183655d31f6cd85ec0734bbb9d6dd6e0fd0e39.svg" class="icon icon-w">
                                <div class="value"><span class="num-up" data-counterup-nums="15000">75</span>+</div>
                <span class="label text-16">国家/地区</span>
            </div>
                        <div class="flex-1 flex-col flex-center item">
                <img alt="专业观众" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/01/183714a2229044326ffa65e18c10ea317680ea.svg" class="icon icon-w">
                                <div class="value"><span class="num-up" data-counterup-nums="15000">20,000</span></div>
                <span class="label text-16">专业观众</span>
            </div>
                    </div>
    </div>


</section>
<!--展会亮点-->

<!--<section class="highlight-section flex-col center-wrap md-wrap">
    <div class="index-title-en">Highlights</div>
    <div class="index-title">展会亮点</div>
        <div class="list flex-row flex-wrap flex-center">
                <div class="item">
            <img alt="海量国际资源" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/01/201734d1cea2e2f4d3e3201d7af57e53b23183.svg" class="icon">
            <span class="text-24">海量国际资源</span>
        </div>
                <div class="item">
            <img alt="专注于水 服务于水" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/01/2017474d0432578548b73d3b3ccce4d54014e2.svg" class="icon">
            <span class="text-24">专注于水 服务于水</span>
        </div>
                <div class="item">
            <img alt="全球商业 跨界合作" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/01/201758636b274c6976254401204a69bac54d1f.svg" class="icon">
            <span class="text-24">全球商业 跨界合作</span>
        </div>
                <div class="item">
            <img alt="国际行业联动" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/01/20180308f0ffe3d0eeb6c255cd49d879c96759.svg" class="icon">
            <span class="text-24">国际行业联动</span>
        </div>
                <div class="item">
            <img alt="品牌推广 全球传播" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/01/20181026f34fce9da386296c4108fcf9698552.svg" class="icon">
            <span class="text-24">品牌推广 全球传播</span>
        </div>
                <div class="item">
            <img alt="创新与前瞻" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/01/2018175e291d2bbeef95d445a3e89baa5b5d59.svg" class="icon">
            <span class="text-24">创新与前瞻</span>
        </div>
            </div>
</section>-->
<!--展品范围-->
<section class="scope-section">
    <div class=" flex-col center-wrap md-wrap">
        <div class="index-title-en">Exhibition Range</div>
        <div class="index-title">展品范围</div>
                <div class="scope-swiper">
            <div class="swiper-wrapper" style="display: flex;justify-content: space-between;">
                                <div class="swiper-slide" style="width: auto;">
                    <a href="/expo/scope.html" class="scope-item"  style="display: block">
                        <img alt="净水" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/17/11531514a3491c4b15dbf3c32376f8f8c6a2db.png?imageView2/2/w/1000/q/100/format/webp">

                        <div class="title"><div class="en">Residential & Commercial</div>净水</div>
                        <div class="mask">
                            <span class="t">净水</span>
                            <p class="d">家用净水系统、前置过滤/中央净水/中央软水/末端净水系统及零部件、商用净水系统、制冷制热净饮机、膜与膜处理技术、滤芯及滤材、其它净水技术与装置</p>
                        </div>
                    </a>
                </div>
                                <div class="swiper-slide" style="width: auto;">
                    <a href="/expo/scope.html" class="scope-item"  style="display: block">
                        <img alt="水与污水处理" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/17/1153206141646fdfa236104f0c852cdf99cd7e.png?imageView2/2/w/1000/q/100/format/webp">

                        <div class="title"><div class="en">Water/Waste Water Treatment</div>水与污水处理</div>
                        <div class="mask">
                            <span class="t">水与污水处理</span>
                            <p class="d">净水/过滤装置/耗材、生化水处理技术、污泥处理处置、膜与膜处理技术、脱盐装置与海水淡化、水环境综合治理、资源回收及再利用、工程设计及工艺包、成套设备、其他水处理相关技术及设备</p>
                        </div>
                    </a>
                </div>
                                <div class="swiper-slide" style="width: auto;">
                    <a href="/expo/scope.html" class="scope-item"  style="display: block">
                        <img alt="给排水管网及泵管阀" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/17/115324129c0e1a253f6414fdaca22822b39c86.png?imageView2/2/w/1000/q/100/format/webp">

                        <div class="title"><div class="en">Infrastructure</div>给排水管网及泵管阀</div>
                        <div class="mask">
                            <span class="t">给排水管网及泵管阀</span>
                            <p class="d">泵、管道/配件、阀门/配件、供水及管网管理、配水系统、储水、修复与维护、水表/测量/调节、其他给排水相关技术及设备</p>
                        </div>
                    </a>
                </div>
                                <div class="swiper-slide" style="width: auto;">
                    <a href="/expo/scope.html" class="scope-item"  style="display: block">
                        <img alt="过程控制与自动化管理" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/17/11532981a7edcd780259dba145d83d17b4bc2c.png?imageView2/2/w/1000/q/100/format/webp">

                        <div class="title"><div class="en">Software & Automation</div>过程控制与自动化管理</div>
                        <div class="mask">
                            <span class="t">过程控制与自动化管理</span>
                            <p class="d">自动化管理、过程控制设备、加药设备、检验/测量/调节设备、数据记录和管理、维护设备、智能水表、智慧水务/水互联网 / 大数据其他过程管理相关技术及设备</p>
                        </div>
                    </a>
                </div>
                            </div>
        </div>
        <div class="mt-30 flex-row flex-center gap-20">
            <a class="btn-1 primary sm" href="https://rai.aquatechexpo.com/reg.html?lang=zh-cn&channel=website" target="_blank">我要参观</a>
            <a class="btn-1 primary sm" href="/expo/booking.html" target="_blank">我要参展</a>
        </div>
    </div>
</section>

<!--quatech China 品牌-->
<section class="exhibitor-section flex-col center-wrap md-wrap mt-60">
    <div class="index-title-en">Exhibitors</div>
    <div class="index-title">Aquatech China 品牌</div>
    <div class="exhibitor-swiper">
        <div class="swiper-wrapper">
            <div class="swiper-slide">
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2024/10/15/113732bda091155fe9cd8d6b73f73274aa1cbd.png?imageView2/2/w/600/q/100/format/webp" alt="西安航天华阳机电装备有限公司" ></div>
                </div>
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2024/08/15/1345090d939afdce16f9cfac8d49c7b1db03e6.png?imageView2/2/w/600/q/100/format/webp" alt="澳兰斯健康产业有限公司" ></div>
                </div>
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2024/08/15/152815aac6f7bd4ab0efa3f587514e0d584551.png?imageView2/2/w/600/q/100/format/webp" alt="余姚市亚东塑业有限公司" ></div>
                </div>
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2024/10/21/1727539291f5f7f98070d165f3b2e9ea8af5e4.jpg?imageView2/2/w/600/q/100/format/webp" alt="宁波市世通净水设备有限公司" ></div>
                </div>
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2024/07/31/090927ae48197be5cd3544557c18e0c823e5dd.jpg?imageView2/2/w/600/q/100/format/webp" alt="西安市洁源环保水处理技术有限责任公司" ></div>
                </div>
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2024/07/18/fc355c59808dee0362be4f3cf3fd1871.png?imageView2/2/w/600/q/100/format/webp" alt="江苏开能华宇环保设备有限公司" ></div>
                </div>
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2024/11/08/152252d78ec73b79894e72f6e849777d40dc20.png?imageView2/2/w/600/q/100/format/webp" alt="广东展申合力电器有限公司" ></div>
                </div>
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2024/10/31/224459f2d9f684862bbc9cad1e6b45d2e17003.jpg?imageView2/2/w/600/q/100/format/webp" alt="上海思倍德环保科技有限公司" ></div>
                </div>
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2024/07/17/5f65a91f1b675e29676f36e0e38a50d4.jpg?imageView2/2/w/600/q/100/format/webp" alt="浙江朗诗德健康饮水设备股份有限公司" ></div>
                </div>
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2024/08/05/1521519ca3e630bd52ef0d706302dd02eb850b.jpg?imageView2/2/w/600/q/100/format/webp" alt="溢泰（南京）环保科技有限公司" ></div>
                </div>
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2025/08/19/081556a5427d74d292bea8a80cd039c9b37ea8.jpg?imageView2/2/w/600/q/100/format/webp" alt="潍坊恒远环保水处理设备有限公司" ></div>
                </div>
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2024/08/05/1528485093d16b927f5f495eb9c9704cdaf2c1.jpg?imageView2/2/w/600/q/100/format/webp" alt="浙江艾波特环保科技股份有限公司" ></div>
                </div>
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2025/07/22/141628eb831111157b2bf6478c5355defa5e53.png?imageView2/2/w/600/q/100/format/webp" alt="上海华膜实业有限公司" ></div>
                </div>
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2025/09/09/143040a2f505d5a72ed056a4c63c7c735bf758.jpg?imageView2/2/w/600/q/100/format/webp" alt="深圳市爱玛特科技有限公司" ></div>
                </div>
                                <div class="item">
                    <div class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2024/08/07/10104070dcfcfad5f79d4826d3eb920c7401e6.png?imageView2/2/w/600/q/100/format/webp" alt="深圳市诺百纳科技有限公司" ></div>
                </div>
                            </div>
        </div>
    </div>
      <div style="margin-top:20px;text-align:right;padding-right: 10px;">*历届展商 以上排名不分先后</div>
</section>

<!--媒体合作-->
<section class="exhibitor-section flex-col center-wrap md-wrap mt-60">
    <div class="index-title-en">Medias</div>
    <div class="index-title">媒体合作</div>
    <div class="exhibitor-swiper">
        <div class="swiper-wrapper">
            <div class="swiper-slide">
                                <div class="item">
                    <a href="javascript:" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/12/221719115c5255a36ac62ee82a98181e7d24db.png?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="http://www.ewaterep.com/" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/12/2212366a5e1b6f8d0aac4c72ebab239a8d59f0.jpg?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="https://zghbw.net/" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/12/221725bd360472bcc7e76ab2159d2f4ef2d661.gif" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="javascript:" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/12/221246d51c90123ae1cab348998abae6e3183d.png?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="javascript:" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/12/2215452bd3dca7640a5682cf2e2587ce82b6ef.png?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="http://hjxy.qut.edu.cn/info/1074/3436.htm" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/12/224337beeb34d86cc33a2fa490b62437da7667.png?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="http://www.foodex360.com/" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/12/2218552d24b490ed7047a6a074441401f7b466.png?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="https://www.jsjs1982.com/" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/12/2218502a08292b85ca1437452aedbb786f3884.png?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="http://www.cpi118.com/article/home.html" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/12/221858cf1023c5c0387cf6c039e7639ff5a45d.png?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="http://goootech.com/" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/12/2217315b2f1cdff1d61763b19ceabcd5373fed.jpg?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="https://easycarbon.cn/" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2025/07/15/162613eb874b9df025025181ade55ed33f966a.png?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="https://www.wuzhanliuhui.com" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2025/07/16/10093854a189c4a3719d5473bfeacef04f4096.jpg?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="http://water.hczyw.com/" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/12/225148886558e8ad8265c3596768d12bf60934.png?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="http://www.hotofood.com/" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/12/2252273d00f308b3dfe1b626baec8c8bb4755c.png?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="https://china.chemnet.com/" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2025/04/11/1445121c707a4ff4f9db66dd0003e7d1e59166.png?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                                <div class="item">
                    <a href="https://mp.weixin.qq.com/s/M7TuHkmuxsGDWlVOtCjZSQ" target="_blank" class="img"><img src="https://sh.aquatechexpo.com/aqchina-v2/2025/10/22/0858110bf982e067ed9146a921f9dcb813678e.jpg?imageView2/2/w/1000/q/100/format/webp" alt="" /></a>
                </div>
                            </div>
        </div>
    </div>
    <div style="margin-top:20px;text-align:right;padding-right: 10px;">*以上呈现不分先后</div>
</section>

<!--展会资讯-->

<section class="news-section2 flex-col center-wrap md-wrap mt-60">
    <div class="index-title-en">News</div>
    <div class="index-title">展会资讯</div>
        <div class="news-item-block mt-60">
        <div class="title">
            <div class="title-block">展会新闻</div>
            <a class="more" href="/news/cat/1.html">查看更多</a>
        </div>
        <div class="news-container">
            <div class="poster">
               <a href="/news/detail/430.html"> <img src="https://sh.aquatechexpo.com/aqchina-v2/2025/10/28/200025678fa3cc8522768ab9fbc6d262fc2849.jpeg?imageView2/2/w/1200/q/100/format/webp" style="object-fit: cover" /></a>
            </div>
            <div class="ls">
                                <a class="item" href="/news/detail/430.html">
                    <span class="tt">同期论坛议程大全！重量级嘉宾齐聚Aquatech China 2025亚洲水技术展览会，推动水处理行业交流与进步！</span>
                    <p class="desc">2025.11.5-7日 上海新国际博览中心</p>
                    <div class="arrow">
                        <svg class="icon" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M12.0858 3.94155L0.928711 3.94155L0.928711 5.34416L12.0073 5.34416L9.57156 7.51817L10.7501 8.5L15.0716 4.64286L10.7501 0.785714L9.65014 1.76754L12.0858 3.94155Z" fill="#333333"/>
                        </svg>
                    </div>
                </a>
                                <a class="item" href="/news/detail/425.html">
                    <span class="tt">亚洲水展同期活动|从价格竞争到价值共赢：如何通过&ldquo;正向水效&rdquo;交易实现节水技术收益转化</span>
                    <p class="desc">2025.11.5-7日 上海新国际博览中心</p>
                    <div class="arrow">
                        <svg class="icon" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M12.0858 3.94155L0.928711 3.94155L0.928711 5.34416L12.0073 5.34416L9.57156 7.51817L10.7501 8.5L15.0716 4.64286L10.7501 0.785714L9.65014 1.76754L12.0858 3.94155Z" fill="#333333"/>
                        </svg>
                    </div>
                </a>
                                <a class="item" href="/news/detail/424.html">
                    <span class="tt">倒计时10天！预登记领门票，享咖啡美食专属礼遇，逛展能量满满！</span>
                    <p class="desc">2025.11.5-7日 上海新国际博览中心</p>
                    <div class="arrow">
                        <svg class="icon" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M12.0858 3.94155L0.928711 3.94155L0.928711 5.34416L12.0073 5.34416L9.57156 7.51817L10.7501 8.5L15.0716 4.64286L10.7501 0.785714L9.65014 1.76754L12.0858 3.94155Z" fill="#333333"/>
                        </svg>
                    </div>
                </a>
                            </div>
        </div>
    </div>
        <div class="news-item-block mt-60">
        <div class="title">
            <div class="title-block">展商新闻</div>
            <a class="more" href="/news/cat/3.html">查看更多</a>
        </div>
        <div class="news-container">
            <div class="poster">
               <a href="/news/detail/434.html"> <img src="https://sh.aquatechexpo.com/aqchina-v2/2025/10/28/20004128983909aa7a6a05bb2f3987ae410e30.jpeg?imageView2/2/w/1200/q/100/format/webp" style="object-fit: cover" /></a>
            </div>
            <div class="ls">
                                <a class="item" href="/news/detail/434.html">
                    <span class="tt">展商风采|普德康已确认参加Aquatech China2025</span>
                    <p class="desc">2025.11.5-7日 上海新国际博览中心</p>
                    <div class="arrow">
                        <svg class="icon" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M12.0858 3.94155L0.928711 3.94155L0.928711 5.34416L12.0073 5.34416L9.57156 7.51817L10.7501 8.5L15.0716 4.64286L10.7501 0.785714L9.65014 1.76754L12.0858 3.94155Z" fill="#333333"/>
                        </svg>
                    </div>
                </a>
                                <a class="item" href="/news/detail/433.html">
                    <span class="tt">展商风采|圣戈班已确认参加Aquatech China2025</span>
                    <p class="desc">2025.11.5-7日 上海新国际博览中心</p>
                    <div class="arrow">
                        <svg class="icon" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M12.0858 3.94155L0.928711 3.94155L0.928711 5.34416L12.0073 5.34416L9.57156 7.51817L10.7501 8.5L15.0716 4.64286L10.7501 0.785714L9.65014 1.76754L12.0858 3.94155Z" fill="#333333"/>
                        </svg>
                    </div>
                </a>
                                <a class="item" href="/news/detail/432.html">
                    <span class="tt">展商风采|舜通已确认参加Aquatech China2025</span>
                    <p class="desc">2025.11.5-7日 上海新国际博览中心</p>
                    <div class="arrow">
                        <svg class="icon" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M12.0858 3.94155L0.928711 3.94155L0.928711 5.34416L12.0073 5.34416L9.57156 7.51817L10.7501 8.5L15.0716 4.64286L10.7501 0.785714L9.65014 1.76754L12.0858 3.94155Z" fill="#333333"/>
                        </svg>
                    </div>
                </a>
                            </div>
        </div>
    </div>
        <div class="news-item-block mt-60">
        <div class="title">
            <div class="title-block">行业新闻</div>
            <a class="more" href="/news/cat/2.html">查看更多</a>
        </div>
        <div class="news-container">
            <div class="poster">
               <a href="/news/detail/151.html"> <img src="https://sh.aquatechexpo.com/aqchina-v2/2025/08/26/172739c93111c4b72215bcae65f127b6ca9f51.png?imageView2/2/w/1200/q/100/format/webp" style="object-fit: cover" /></a>
            </div>
            <div class="ls">
                                <a class="item" href="/news/detail/151.html">
                    <span class="tt">《AQUATECH 水技术》2025丨第三期正式上线！</span>
                    <p class="desc">《AQUATECH水技术》为您带来新一期水处理行业观点与技术报道！更有展会热门同期活动细节曝光~</p>
                    <div class="arrow">
                        <svg class="icon" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M12.0858 3.94155L0.928711 3.94155L0.928711 5.34416L12.0073 5.34416L9.57156 7.51817L10.7501 8.5L15.0716 4.64286L10.7501 0.785714L9.65014 1.76754L12.0858 3.94155Z" fill="#333333"/>
                        </svg>
                    </div>
                </a>
                                <a class="item" href="/news/detail/107.html">
                    <span class="tt">&ldquo;竹节草&rdquo;过境 上海排水管理体系已交城市韧性建设的&ldquo;答卷&rdquo;</span>
                    <p class="desc">Aquatechchina2025 治水的智慧不仅在搏击风浪的实战中淬炼，也在开放合作的平台上升华。</p>
                    <div class="arrow">
                        <svg class="icon" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M12.0858 3.94155L0.928711 3.94155L0.928711 5.34416L12.0073 5.34416L9.57156 7.51817L10.7501 8.5L15.0716 4.64286L10.7501 0.785714L9.65014 1.76754L12.0858 3.94155Z" fill="#333333"/>
                        </svg>
                    </div>
                </a>
                                <a class="item" href="/news/detail/101.html">
                    <span class="tt">《AQUATECH 水技术》2025丨第二期正式上线！</span>
                    <p class="desc">《AQUATECH水技术》为您带来新一期水处理行业观点与技术报道！更有展会热门同期活动细节曝光~</p>
                    <div class="arrow">
                        <svg class="icon" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M12.0858 3.94155L0.928711 3.94155L0.928711 5.34416L12.0073 5.34416L9.57156 7.51817L10.7501 8.5L15.0716 4.64286L10.7501 0.785714L9.65014 1.76754L12.0858 3.94155Z" fill="#333333"/>
                        </svg>
                    </div>
                </a>
                            </div>
        </div>
    </div>
    </section>
<div class="mt-60"></div>

<!--底部-->
<footer class="footer">
    <div class="center-wrap ml-wrap flex-col">
        <div class="list">
            <div class="item">
                <p class="title">联系方式</p>
                <ul>
                                            <li>锐昂展览（上海）有限公司 RAI CHINA</li>
                                            <li>上海市闵行区顾戴路2337号维璟中心C幢5层BC单元</li>
                                        <li><img src="https://sh.aquatechexpo.com/aqchina-v2/2025/09/09/2124519282feefa0e9980c7799ee350a5bcdc0.png?imageView2/2/w/400/q/100/format/webp" alt="主办单位" class="f-logo"></li>
                </ul>
            </div>
            <div class="item">
                <p class="title">展位咨询</p>
                                <ul style="margin-bottom: 10px;">
                    <li>戎女士</li>
                    <li>座机：+86 21 33360713 ext 8005</li>
                    <li>手机：13818928258</li>
                    <li>邮箱：Roly.r@global-rai.com</li>
                </ul>
                            </div>
            <div class="item">
                <p class="title">市场合作</p>
                                <ul style="margin-bottom: 10px;">
                    <li>金先生</li>
                    <li>座机：+86 21 33360713 ext 8052</li>
                    <li>手机：18501676870</li>
                    <li>邮箱：stephen.j@aquatechexpo.com</li>
                </ul>
                            </div>
        </div>
     <div class="ewm-box flex-col">
         <!--    <p class="title">@关注我们</p>
          <div class="ewm-container">
              <div class="item">
                  <img class="ewm" alt="公众号" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/01/172401f4745194648ac778296033e02c00c219.png?imageView2/2/w/600/q/100/format/webp">
                  <span>公众号</span>
              </div>
              <div class="item">
                  <img class="ewm" alt="抖音号" src="https://sh.aquatechexpo.com/aqchina-v2/2025/03/24/1747139deb1c3bce90cdc21e9a97843783ca27.png?imageView2/2/w/600/q/100/format/webp">
                  <span>抖音号</span>
              </div>
              <div class="item">
                  <img class="ewm" alt="视频号" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/12/225842cfed7d6fd10bc1b57eefd1eee2682e79.jpg?imageView2/2/w/600/q/100/format/webp">
                  <span>视频号</span>
              </div>
              <div class="item">
                  <img class="ewm" alt="官方客服" src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/12/22584452841dcd40b90ad50a4ce25775ca6761.jpg?imageView2/2/w/600/q/100/format/webp">
                  <span>官方客服</span>
              </div>
              <div class="item">
                  <img class="ewm" alt="小程序" src="https://sh.aquatechexpo.com/aquatech-v2/2025/05/14/wxmini.jpg">
                  <span>小程序</span>
              </div>
          </div>-->
      </div>
        <a href="https://www.aquatechtrade.com/amsterdam" target="_blank">
            <img src="https://sh.aquatechexpo.com/aquatech-v2/2025/03/11/1325001f817de355dc5b280c36d2853687ca41.png?imageView2/2/w/1000/q/100/format/webp" alt="" class="footer-logo">
        </a>
        <p style="color: rgba(255,255,255,.5);font-size: 14px;">Copyright ©2025  Cld , All Rights Reserved   <a style="color:rgba(255,255,255,.5);font-size: 14px;" href="https://beian.miit.gov.cn/" target="_blank" rel="nofollow">沪ICP备20002195号-3</a> | 技术支持：<a style="color:rgba(255,255,255,.5);font-size: 14px;" href="https://www.expostar.cn">会展星</a></p>
    </div>
</footer>
<script src="/assets/pc/js/swiper_5_4_5/swiper.min.js"></script>
<script src="/assets/pc/js/common.js"></script>
<script src="/assets/pc/js/jquery.waypoints.min.js"></script>
<script src="/assets/pc/js/jquery.countup.min.js"></script>


<script>
    window.onload=()=>{
        const bannerSwiper = new Swiper ('.banner-swiper', {
            loop: true, // 循环模式选项
           pagination: {
               el: '.swiper-pagination',
             },
             autoplay: {
                 delay: 3000,
                 disableOnInteraction: false,
             },
        })
       /* const scopeSwiper=new Swiper('.scope-swiper',{
            slidesPerView: 4,
            spaceBetween: 4,
            // freeMode: true,
            delay:1000,
            autoplay:true,
            loop: true,
        })*/
        const exhibitorSwiper=new Swiper('.exhibitor-swiper',{
            navigation: {
                nextEl: '.btn-next',
                prevEl: '.btn-prev',
            },
            on:{
                slideChange: function(){
                    // 因为使用了loop模式，所以需要减掉首尾各一个
                    $('.exhibitor-section').find('.pages').html(`${this.realIndex+1}/${this.slides.length-2}`)
                },
            },
            loop: true,
        });
        $('#news-right').children('.item').children('.arrow,.title').on('click',function(){
            $('#news-right').children('.item').removeClass('active')
            $(this).parent().addClass('active')
        });
    }
</script>
<script>
 /*   initVideoPopup('.v-video')*/
</script>

<script>
    // 倒计时的时间戳
    const targetTimestamp = 1762272000;
    // 获取当前时间的时间戳（秒）
    const currentTimestamp = Math.floor(Date.now() / 1000);
    // 计算剩余的秒数
    let remainingSeconds = Math.max(0, targetTimestamp - currentTimestamp);
    // 定义一个函数来更新倒计时显示
    function updateCountdown() {
        // 计算天、小时、分钟和秒
        const days = Math.floor(remainingSeconds / (60 * 60 * 24));
        const hours = Math.floor((remainingSeconds % (60 * 60 * 24)) / (60 * 60));
        const minutes = Math.floor((remainingSeconds % (60 * 60)) / 60);
        const seconds = remainingSeconds % 60;

        // 使用 jQuery 将计算结果填充到对应的容器中
        $('#out-day').text(days);
        $('#out-hours').text(hours);
        $('#out-minutes').text(minutes);
        $('#out-seconds').text(seconds);

        // 如果剩余秒数大于 0，则继续倒计时
        if (remainingSeconds > 0) {
            remainingSeconds--;
        } else {
            // 倒计时结束，清除定时器
            clearInterval(countdownInterval);
        }
    }

    // 首次调用更新函数以显示初始值
    updateCountdown();

    // 设置一个定时器，每秒调用一次更新函数
    const countdownInterval = setInterval(updateCountdown, 1000);
</script>
<script>
    setTimeout(()=>{
        $('.num-up').countUp();
    },100)
</script>

<script>
    (function(w, d, s, q, i) {
        w[q] = w[q] || [];
        var f = d.getElementsByTagName(s)[0],j = d.createElement(s);
        j.async = true;
        j.id = 'beacon-aplus';
        j.src = 'https://d.alicdn.com/alilog/mlog/aplus/' + i + '.js';
        f.parentNode.insertBefore(j, f);
    })(window, document, 'script', 'aplus_queue', '203467608');

    //集成应用的appKey
    aplus_queue.push({
        action: 'aplus.setMetaInfo',
        arguments: ['appKey', '65a4c57f95b14f599d17363a']
    });

    //是否开启调试模式
    aplus_queue.push({
        action: 'aplus.setMetaInfo',
        arguments: ['DEBUG', false]
    });
</script>
</body>
</html>
