@charset "UTF-8";

.ny-tit{
    opacity: 0;
    display: none;
}

.nyldy {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: flex-start;
}

.head::before{
    height: 100%;
}

.banner {
    position: relative;
}
.banner::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1.37rem;
    background: url(/2024xz/style/../images/ny-banbg1.png) no-repeat center bottom;
    background-size: 100% 100%;
    z-index: 2;
}
.banner-img>img {
    display: block;
    width: 100%;
}

.banner-img {
    position: relative;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.87rem;
    right: 0;
    bottom: 0;
    background: url(/2024xz/style/../images/pubwq/nybanner-zz.png) no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 1;
}

.banner-bl {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    display: none;
}

.ny-bigt {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    bottom: 2rem;
}


.ny-bigt>.w16 {
    max-width: none;
}

.ny-bigt .wp {
    max-width: 16.66rem;
}

.ny-bigt .wp div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}



.ny-bigt h2 {
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 0.4rem;
    color: #ffffff;
    text-align: center;
}


.ny-nav {
    z-index: 9;
    margin-top: 1.2rem;
}


.ny-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.ny-nav ul li {
    padding: 0 .3rem;
    position: relative;
}

.ny-nav ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.06rem;
    height: 0.03rem;
    background-color: #ffffff;
}

.ny-nav ul li:nth-child(1):before {
    display: none;
}

.ny-nav ul li a {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.51rem;
    color: #ffffff;
}

.ny-nav ul li.active>a {
    color: #ff7f02;
    position: relative;
    font-weight: 600;
}

.ny-nav ul li:hover>a {
    opacity: 1;
    color: #ff7f02;
    font-weight: 600;
}


.waves-area {
    position: relative;
    margin: 0;
    width: 100%;


}

.waves-area svg {
    width: 100%;
    display: block;
    height: 1.2rem;
    position: relative;
}

.parallax>use {
    transform: translate3d(0px, 0, 0);
    animation: move-forever 19s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -7s;
    animation-duration: 10s;
}

.parallax>use:nth-child(2) {
    animation-delay: -4s;
    animation-duration: 8s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4.5s;
    animation-duration: 11s;
}

.parallax>use:nth-child(4) {
    animation-delay: -8s;
    animation-duration: 17s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.nymain {
    padding-top: .5rem;
    padding-bottom: 1.1rem;
    background: #f5fcff url(../images/pubwq/ny-main-bgt.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.ny-tit1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
   margin-bottom: .5rem;
    padding: 0 .2rem;
}

.ny-tit h3 {
    font-size: .4rem;
    line-height: .48rem;
    color: #1C2462;
    font-weight: 600;
}

.ny-wz {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ny-wz img {
    margin-right: .1rem;
    height: .21rem;
}



.ny-wz a,
.ny-wz span {
    font-size: .22rem;
    line-height: .3rem;
    color: #666666;
    font-weight: 600;
    display: inline;
}

.ny-wz a:hover {
    color: #ff7f02;
}

.ny-wz span {
    padding: 0 .05rem
}









@media screen and (max-width:1200px) {


    .banner::before {
        display: none;
    }
    .ny-bigt {
        position: static;
        margin-top: .3rem;
    }

    .banner::after {
        display: none;
    }

    .waves-area svg {
        height: 0.3rem;
    }

    .ny-nav-tit {
        display: flex;
    }

    .ny-nav-tit h2 {
        font-size: .28rem;
        color: #333;
        line-height: .3rem;
        padding-bottom: .1rem;
        font-weight: 600;
        border-bottom: solid 0.04rem #ff8b2e;
    }

    .ny-nav {
        margin-top: .2rem;
    }

    .ny-nav ul {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        padding-bottom: .1rem;
    }

    .ny-nav ul::-webkit-scrollbar {
        height: 2px;
    }

    .ny-nav ul::-webkit-scrollbar-track {
        width: 3px;
        background: rgba(0, 0, 0, .1);
    }

    .ny-nav ul::-webkit-scrollbar-thumb {
        background-color: #073894;
        background-clip: padding-box;
    }

    .ny-nav ul li {
        padding: 0 .1rem;
    }

    .ny-nav ul li a {
        color: #333;
        font-size: .18rem;
        line-height: .3rem;
    }

    .ny-nav ul li::before {
        background: #333;
    }

    .nymain {
        padding: .35rem 0 .5rem 0;
    }

    .ny-tit h3 {
        font-size: .26rem;
        line-height: .3rem;
    }

    .ny-tit1 {
        display: block;
        margin-bottom: .35rem;
    }

    .ny-wz {
        margin-top: .1rem;
    }


}




@media screen and (max-width: 768px) {
    .nyldy>div {
        width: 100%;
    }
}