.tool {
    display: none
}

.new-product-section {
    position: relative;
    background: linear-gradient(135deg, #e8f7fbdd, #f9fdfecc), url('../images/waterpark_blue.jpg') center/cover
}

.new-product-section .new-grid {
    background: transparent
}

.hero-caption:before {
    display: none
}

.new-card h3 {
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 1.35
}

.new-card {
    padding: 24px 30px
}

.news-item:first-child {
    background: #fff !important;
    background-image: none !important;
    color: var(--ink) !important
}

.news-item:first-child h3 {
    color: var(--ink) !important
}

.news-item:first-child p {
    color: #75858e !important
}

.news-item:first-child .more {
    color: var(--blue) !important;
    border-color: #e2edf1 !important
}

.nav {
    margin-left: auto;
    gap: 6px
}

.nav-group {
    height: 100%
}

.nav-group:not(:last-child):after {
    content: "";
    position: absolute;
    right: -3px;
    top: 27px;
    width: 1px;
    height: 18px;
    background: #ffffff38
}

.nav-main {
    padding: 0 17px;
    font-size: 14px;
    letter-spacing: .5px
}

.nav-main.active,
.nav-group:hover .nav-main {
    box-shadow: inset 0 -3px 0 #f6b23a
}

.nav-main.active:before {
    display: none
}

.sub {
    width: 370px;
    padding: 20px 22px;
    background: #fff;
    border-top: 2px solid #f6b23a
}

.sub a {
    padding: 11px 9px;
    font-size: 13px
}

.sub a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 8px 3px 0;
    border-radius: 50%;
    background: #a6c7d3;
    transition: background .2s
}

.sub a:hover:before {
    background: var(--blue)
}

.nav-sub-image {
    grid-column: 1 / -1;
    width: 100%;
    height: 94px;
    margin: -4px 0 8px;
    object-fit: cover;
    display: block;
    filter: saturate(.9);
    border-radius: 2px
}

.nav-group:hover .nav-sub-image {
    filter: saturate(1.12)
}

.new-grid {
    min-height: 520px;
    align-items: stretch
}

.new-menu {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.new-show {
    height: auto;
    min-height: 520px;
    margin: 0 0 0 22px
}

.new-card {
    left: 45px;
    bottom: 0;
    margin-bottom: 28px;
    padding: 34px 40px;
    width: 82%
}

.new-card h3 {
    font-size: 32px;
    letter-spacing: 5px;
    margin-bottom: 14px
}

.new-card p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 3px
}

.new-card .more {
    margin-top: 12px
}

.service-card {
    background: #ffffffed;
    transition: transform .3s, background .3s, color .3s, box-shadow .3s
}

.service-card:hover {
    background: linear-gradient(145deg, #087fbe, #10a7d8);
    color: #fff;
    box-shadow: 0 16px 30px #05628755
}

.service-card:hover p {
    color: #e6f8fd
}

.service-card:hover .more {
    color: #fff
}

.service-card:hover .service-icon {
    box-shadow: 0 0 0 5px #ffffff3b
}

.products .product-card {
    opacity: 0;
    transform: translateY(30px)
}

.products.products-visible .product-card {
    animation: product-rise .7s cubic-bezier(.2, .75, .25, 1) forwards
}

.products.products-visible .product-card:nth-child(2) {
    animation-delay: .08s
}

.products.products-visible .product-card:nth-child(3) {
    animation-delay: .16s
}

.products.products-visible .product-card:nth-child(4) {
    animation-delay: .24s
}

.products.products-visible .product-card:nth-child(5) {
    animation-delay: .32s
}

@keyframes product-rise {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.news-feature-image {
    width: calc(100% + 72px);
    height: 170px;
    margin: -34px -36px 4px;
    object-fit: cover;
    mix-blend-mode: screen;
    opacity: .75
}

.news-item:first-child .news-feature-image {
    flex: none
}

.products {
    gap: 22px
}

.product-card {
    position: relative;
    box-shadow: 0 8px 18px #0a5e7d0c;
    transition: transform .3s, box-shadow .3s, border-color .3s
}

.product-card:after {
    content: "查看产品";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 74px;
    padding: 10px 12px;
    background: #0798daee;
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s, transform .3s
}

.product-card:hover {
    border-color: #79cce8;
    transform: translateY(-10px);
    box-shadow: 0 18px 34px #0960842e
}

.product-card:hover:after {
    opacity: 1;
    transform: translateY(0)
}

.product-card img {
    height: 210px;
    transition: transform .5s, filter .5s
}

.product-card:hover img {
    transform: scale(1.08);
    filter: saturate(1.12)
}

.product-card .txt {
    position: relative;
    z-index: 1;
    padding: 18px 16px;
    background: #fff
}

.product-card h3 {
    font-size: 18px
}

.product-card small {
    font-size: 11px;
    letter-spacing: 1px
}

.about-strip:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 105px;
    opacity: .75;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='70' viewBox='0 0 180 70'%3E%3Cpath d='M0 38c25-22 50-22 75 0s50 22 75 0 50-22 75 0' fill='none' stroke='%2399dbe9' stroke-width='2'/%3E%3Cpath d='M-30 60c25-22 50-22 75 0s50 22 75 0 50-22 75 0' fill='none' stroke='%23c4edf4' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: center bottom;
    pointer-events: none
}

.about-showcase {
    z-index: 1
}

.about-showcase>div {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .9s ease, transform .9s ease
}

.about-showcase.is-visible>div {
    opacity: 1;
    transform: translateY(0)
}

.about-showcase .stats {
    gap: 24px;
    flex-wrap: wrap
}

.about-showcase .stat {
    border-left: 0;
    border-top: 2px solid var(--blue);
    padding: 15px 16px;
    min-width: 120px
}

.about-showcase .stat b {
    letter-spacing: 1px
}

.about-showcase .stat span {
    display: block;
    margin-top: 7px;
    letter-spacing: 1px
}

@media(max-width:900px) {
    .news-feature-image {
        width: calc(100% + 56px);
        height: 140px;
        margin: -28px -28px 0
    }

    .news-item:first-child .news-feature-image {
        width: calc(100% + 56px)
    }

    .product-card img {
        height: 180px
    }

    .product-card:after {
        bottom: 70px
    }

    .about-showcase .stats {
        gap: 18px
    }
}

@media(max-width:560px) {
    .news-feature-image {
        width: calc(100% + 56px);
        height: 125px;
        margin: -28px -28px 2px
    }

    .news-item:first-child .news-feature-image {
        width: calc(100% + 56px);
        margin: -28px -28px 18px
    }

    .products {
        gap: 12px
    }

    .product-card img {
        height: 150px
    }

    .product-card .txt {
        padding: 14px 12px
    }

    .product-card h3 {
        font-size: 15px
    }

    .product-card:after {
        left: 10px;
        right: 10px;
        bottom: 61px
    }

    .about-showcase .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px
    }

    .about-showcase .stat {
        min-width: 0;
        padding: 12px 14px
    }
}

.top {
    background-image: linear-gradient(90deg, #063b597a 0%, #076c8d55 48%, #087ea933 100%), url('../images/waterpark_hero.jpg');
    background-position: center 54%;
    background-size: cover
}

.top:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #032b4424, transparent 70%);
    pointer-events: none
}

.top .wrap {
    position: relative;
    z-index: 1
}

.news-item:first-child {
    padding: 0 36px 28px;
    background: #fff;
    color: var(--ink);
    overflow: hidden
}

.news-item:first-child .news-feature-image {
    width: calc(100% + 72px);
    height: 230px;
    margin: 0 -36px;
    object-fit: cover;
    mix-blend-mode: normal;
    opacity: 1
}

.news-item:first-child:before {
    color: #ffffffcc;
    text-shadow: 0 1px 5px #00384c99
}

.news-item:first-child time {
    margin-top: 24px
}

.news-item:first-child time b {
    color: var(--blue)
}

.news-item:first-child time span {
    color: #81929c
}

.news-item:first-child h3 {
    color: var(--ink);
    font-size: 22px
}

.news-item:first-child p {
    color: #75858e
}

.news-item:first-child .more {
    color: var(--blue);
    border-color: #e2edf1
}

.news-item:hover {
    background: #eaf8fc;
    box-shadow: 0 16px 30px #0a668522
}

.news-item:first-child:hover {
    background: #f2fbfd !important
}

.news-item:first-child:hover .news-feature-image {
    filter: saturate(1.08) brightness(1.03)
}

.about-showcase .stat {
    border-top: 0;
    background: #ffffffcc;
    box-shadow: 0 8px 20px #0a628b12
}

.about-strip:after {
    height: 125px;
    opacity: .62;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='125' viewBox='0 0 420 125'%3E%3Cpath d='M0 54c34-24 68-24 102 0s68 24 102 0 68-24 102 0 68 24 102 0' fill='none' stroke='%237bcbdc' stroke-width='2'/%3E%3Cpath d='M-45 83c34-24 68-24 102 0s68 24 102 0 68-24 102 0 68 24 102 0' fill='none' stroke='%23a9e1ea' stroke-width='2'/%3E%3Cpath d='M0 110c34-24 68-24 102 0s68 24 102 0 68-24 102 0 68 24 102 0' fill='none' stroke='%23d0eff3' stroke-width='3'/%3E%3C/svg%3E");
    background-size: 420px 125px;
    background-position: center bottom
}

.case-showcase {
    display: grid;
    grid-template-columns: 31% 69%;
    min-height: 540px;
    background: #fff;
    box-shadow: 0 18px 42px #0b5a7518;
    overflow: hidden
}

.case-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 44px;
    background: linear-gradient(145deg, #087fbe, #0aa6d7);
    color: #fff;
    overflow: hidden
}

.case-panel:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -120px;
    bottom: -105px;
    border: 1px solid #ffffff3d;
    border-radius: 50%;
    box-shadow: 0 0 0 28px #ffffff13, 0 0 0 56px #ffffff0c
}

.case-panel-en {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 700
}

.case-panel h2 {
    margin: 12px 0 22px;
    font-size: 22px;
    font-weight: 400
}

.case-panel p {
    max-width: 230px;
    margin: 0;
    color: #dff6fd;
    font-size: 14px;
    line-height: 1.9
}

.case-panel .more {
    align-self: flex-start;
    margin-top: 28px;
    padding: 9px 0;
    color: #fff;
    border-bottom: 1px solid #ffffff99
}

.case-panel .more b {
    margin-left: 12px;
    font-size: 18px;
    font-weight: 400
}

.case-counter {
    position: absolute;
    left: 44px;
    bottom: 36px;
    display: flex;
    align-items: baseline;
    gap: 8px
}

.case-counter b {
    font-size: 36px;
    font-weight: 400
}

.case-counter span {
    font-size: 14px;
    color: #bde8f3
}

.case-stage {
    position: relative;
    min-width: 0;
    background: #d9f3f8
}

.case-slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateX(25px);
    transition: opacity .65s ease, transform .65s ease, visibility .65s
}

.case-slide.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: 1
}

.case-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.case-slide:after {
    content: "";
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(transparent, #00394ccc)
}

.case-slide-info {
    position: absolute;
    z-index: 2;
    left: 42px;
    right: 42px;
    bottom: 38px;
    color: #fff
}

.case-slide-info small {
    font-size: 11px;
    letter-spacing: 3px;
    color: #bcecf5
}

.case-slide-info h3 {
    margin: 8px 0 5px;
    font-size: 28px
}

.case-slide-info p {
    margin: 0;
    font-size: 13px;
    color: #e3f8fc
}

.case-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border: 1px solid #fff9;
    border-radius: 50%;
    background: #075b7d8c;
    color: #fff;
    font-size: 32px;
    line-height: 35px;
    cursor: pointer;
    transition: background .2s, transform .2s
}

.case-arrow:hover {
    background: var(--blue);
    transform: scale(1.08)
}

.case-arrow.prev {
    left: 22px
}

.case-arrow.next {
    right: 22px
}

.case-dots {
    position: absolute;
    z-index: 3;
    right: 42px;
    bottom: 42px;
    display: flex;
    gap: 8px
}

.case-dots button {
    width: 24px;
    height: 3px;
    padding: 0;
    border: 0;
    background: #ffffff80;
    cursor: pointer;
    transition: width .25s, background .25s
}

.case-dots button.active {
    width: 42px;
    background: #fff
}

@media(max-width:900px) {
    .news-item:first-child {
        padding: 0 28px 26px
    }

    .news-item:first-child .news-feature-image {
        width: calc(100% + 56px);
        height: 210px;
        margin: 0 -28px
    }

    .news-item:first-child time {
        margin-top: 22px
    }
}

@media(max-width:900px) {
    .nav {
        gap: 0
    }

    .nav-group:not(:last-child):after {
        display: none
    }

    .nav-main {
        padding: 0 22px
    }

    .sub a {
        padding: 10px 8px
    }

    .new-grid {
        min-height: 0
    }

    .new-show {
        min-height: 340px;
        margin: 0 24px 24px
    }

    .new-card {
        left: 0;
        width: 94%;
        margin-bottom: 0;
        padding: 24px 28px
    }

    .new-card h3 {
        font-size: 26px;
        letter-spacing: 3px
    }

    .case-showcase {
        grid-template-columns: 1fr;
        min-height: 680px
    }

    .case-panel {
        min-height: 220px;
        padding: 38px 30px
    }

    .case-panel-en {
        font-size: 24px
    }

    .case-panel h2 {
        margin: 8px 0 12px
    }

    .case-panel p {
        max-width: 520px
    }

    .case-panel .more {
        margin-top: 16px
    }

    .case-counter {
        left: auto;
        right: 30px;
        bottom: 34px
    }

    .case-stage {
        min-height: 460px
    }

    .case-slide-info {
        left: 28px;
        right: 28px;
        bottom: 28px
    }

    .case-slide-info h3 {
        font-size: 22px
    }

    .case-dots {
        right: 28px;
        bottom: 32px
    }
}

@media(max-width:560px) {
    .news-item:first-child {
        padding: 0 28px 24px
    }

    .news-item:first-child .news-feature-image {
        width: calc(100% + 56px);
        height: 185px;
        margin: 0 -28px
    }

    .news-item:first-child h3 {
        font-size: 19px
    }

    .about-strip:after {
        height: 105px;
        background-size: 360px 105px
    }

    .case-showcase {
        min-height: 590px
    }

    .case-panel {
        min-height: 200px;
        padding: 30px 24px
    }

    .case-panel-en {
        font-size: 21px
    }

    .case-panel h2 {
        font-size: 20px
    }

    .case-panel p {
        font-size: 13px
    }

    .case-counter {
        right: 24px;
        bottom: 26px
    }

    .case-counter b {
        font-size: 28px
    }

    .case-stage {
        min-height: 390px
    }

    .case-slide-info {
        left: 22px;
        right: 22px;
        bottom: 22px
    }

    .case-slide-info h3 {
        font-size: 19px
    }

    .case-arrow {
        width: 36px;
        height: 36px;
        font-size: 27px;
        line-height: 28px;
        margin-top: -18px
    }

    .case-arrow.prev {
        left: 14px
    }

    .case-arrow.next {
        right: 14px
    }

    .case-dots {
        right: 22px;
        bottom: 28px
    }

    .case-dots button {
        width: 18px
    }

    .case-dots button.active {
        width: 30px
    }
}