@charset "utf-8";

#ny {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

#ny.nopb {
    padding-bottom: 0;
}
#ny.nopt {
    padding-top: 0;
}
.ny-banner {
    position: relative;
}

.ny-bimg {
    position: relative;
    z-index: 7;
}

.ny-bimg::before {
    content: "";
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-zz1.png) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    z-index: 2;
    pointer-events: none;
}

.ny-bimg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-zzc2.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
    pointer-events: none;
}

.ny-bimg img {
    display: block;
    width: 100%;
}

.ny-bplan {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 8;
    max-width: 20%;
    transform: translateY(40%);
}

.ny-bplan img {
    display: block;
    width: 3.37rem;
    max-width: 100%;
}

/* 内页导航 banner上的内容部分 */
.ny-pubnav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.ny-position {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.ny-position a {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #ffffff;
}

.ny-position span {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    margin: 0 5px;
}

.ny-column {
    position: relative;
    margin-top: .15rem;
}

.ny-column h2 {
    text-align: center;
    font-size: 0.6rem;
    line-height: .6rem;
    font-weight: normal;
    color: #ffffff;
    padding-bottom: 0.25rem;
}

.ny-column::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 1.15rem;
    height: 1px;
    background-color: #ffffff;
}
.ny-pubmenu {
    min-height: .58rem;
    margin-top: .2rem;
}
.ny-pubmenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.2rem;
    position: relative;
}

.ny-pubmenu ul li {}

.ny-pubmenu ul li>a {
    display: block;
    font-size: 0.18rem;
    line-height: .38rem;
    font-weight: normal;
    color: #ffffff;
    padding: 0 .3rem;
    position: relative;
    padding-bottom: 0.2rem;
}

.ny-pubmenu ul li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    transition: all 0.5s;
    height: 0.07rem;
    transform: translateY(50%) translateX(-50%);
    background-color: #005be4;
}

.ny-pubmenu ul li>span {
    display: none;
}

.ny-pubmenu ul li>dl {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: flex;
    justify-content: center;
    border-bottom: dashed 1px #b4bbd0;
    padding: .18rem 0;
    transform: scaleY(0);
    transition: all 0.5s;
    z-index: 8;
    transform-origin: center top;
    display: none;
}

.ny-pubmenu ul li>dl dd {
    position: relative;
}

.ny-pubmenu ul li>dl dd a {
    display: block;
    font-size: 0.16rem;
    line-height: .18rem;
    font-weight: normal;
    color: #4a62a6;
    padding: .1rem .38rem;
    position: relative;
}

.ny-pubmenu ul li>dl dd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.28rem;
    border-left: 1px solid rgba(180, 187, 208, .38);
}

.ny-pubmenu ul li>dl dd:nth-child(1):before {
    display: none;
}


.ny-sjmenu ul {
    display: flex;
    justify-content: center;
    border-bottom: dashed 1px #b4bbd0;
    padding: .18rem 0;
    flex-wrap: wrap;
}

.ny-sjmenu ul li {
    position: relative;
}

.ny-sjmenu ul li a {
    display: block;
    font-size: 0.16rem;
    line-height: .18rem;
    font-weight: normal;
    color: #4a62a6;
    padding: .1rem .38rem;
    position: relative;
}

.ny-sjmenu ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.28rem;
    border-left: 1px solid rgba(180, 187, 208, .38);
}

.ny-sjmenu ul li.active a {
    color: #004cd8;
}

.ny-sjmenu ul li a:hover {
    color: #004cd8;
}

@media screen and (min-width:1025px) {
    .ny-pubmenu ul li>dl a:hover {
        color: #004cd8;
    }

    .ny-pubmenu ul li.active>a::before {
        width: 100%;
    }

    .ny-pubmenu ul li:hover>a::before {
        width: 100%;
    }

    .ny-pubmenu ul li:hover dl {
        transform: scaleY(1);
        z-index: 9;
    }

}
