/* 内页大图 */
.Nybanner {
    position: relative;
    width: 100%;
    height: auto;
    background: #000;
    display: flex;
    justify-content: center;
}

.Nybanner>img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.Nybanner .text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0 var(--container);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}


.Nybanner .text h1 {
    font-size: 52px;
    line-height: 1;
    font-family: var(--bold);
    background: var(--jb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


@media screen and (max-width: 1440px) {
    .Nybanner .text h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .Nybanner {
        margin-top: 60px;
    }

    .Nybanner .text h1 {
        font-size: 32px;
    }

    .Nybanner {
        height: 30vh;
    }
}

@media screen and (max-width: 720px) {
    .Nybanner .text h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 640px) {}

/* 面包屑样式 */
.mbx {
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
}


.mbx a {
    color: #fff;
    font-size: 14px;
}

.mbx a:last-child {
    color: #fff;
}

@media screen and (max-width: 640px) {

    .mbx a,
    .mbx {
        font-size: 12px;
    }
}

/* 分类 */
.NyNavList {
    background: #EFEFEF;
    padding: 0 var(--container);
    padding-top: 60px;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    z-index: 98;
    display: flex;
    justify-content: space-between;
}

/* .NyNavList.on {
       position: fixed;
       width: 100%;
       top: 0;
       z-index: 99;
   } */

.NyNavList a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff0;
    position: relative;
    height: 80px;
    width: 100%;
    margin: 0 10px;
    font-size: 24px;
    border-bottom: 1px solid #0000;
}


.NyNavList a:hover,
.NyNavList a.active {
    background: var(--jb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    border-bottom: 1px solid var(--color);
}

.NyNavList a.active::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: var(--color);
    position: absolute;
    left: calc(50% - 5px);
    bottom: -5px
}
@media screen and (max-width: 1600px) {
    .NyNavList a {
    font-size: 20px;
}
}
@media screen and (max-width: 1440px) {
    .NyNavList {
    padding-top: 15px;
}
    .NyNavList a {
    font-size: 18px;
}
}
@media screen and (max-width: 1200px) {
    .NyNavList {
        padding: 0;
        margin: 0;
    }

    .NyNavList a {
        margin: 0;
            font-size: 16px;
        padding:  10px;
        text-align: center;
    }
}

@media screen and (max-width: 720px) {
    .NyNavList {
        display: flex;
        flex-wrap: wrap;
    }

    .NyNavList a {
        width: 50%;
        height: 60px;
        font-size: 16px;
    }
}


@media screen and (max-width: 460px) {}





/* 定位 */
.dian {
    position: relative;
    top: -120px;
}

@media (max-width: 640px) {
    .dian {
        position: relative;
        top: -180px;
    }
}

/* 新加代码 */
.yuyan {
    height: 75vh;
}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    .yuyan {
        height: 30vh;
    }
}

@media (max-width: 720px) {}
