    @keyframes text {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(1.3);
        }
    }

    /* 内页大图 */
    .Nybanner {
        overflow: hidden;
        position: relative;
        width: 100%;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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



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

    @media screen and (max-width: 720px) {
        .Nybanner .banner {
            height: 45vw;
        }
    }

    /* 面包屑样式 */
    .mbx {
        width: 100%;
        padding: 0 var(--w1600);
        padding-top: 15px;
        display: flex;
        align-items: center;
    }

    .mbx a {
        font-size: 18px;
        color: #787878;
    }

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

    @media screen and (max-width: 1200px) {
        .mbx a {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 720px) {
        .mbx a {
            font-size: 14px;
        }
    }

    /* 页码 */
    .Post {
        border-top: 1px solid #e6e6e6;
        width: 100%;
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
    }

    .Post a {
        max-width: 50%;
        color: #333;
        line-height: 1;
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

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

        .Post a {
            width: 100%;
            max-width: 100%;
            margin: 5px 0;
        }
    }

    /* 框架结构 */
    body {
        background: #fff;
    }

    .NyBigBox {
        background: #fff;
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
        z-index: 10;
        overflow: hidden;
    }

    @media (max-width: 1260px) {
        .NyBigBox {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }


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

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

    /* 新加代码 */
    .NyNavList {
        width: 100%;
        border-bottom: 1px solid #E5E5E5;
        position: relative;
        z-index: 10;
        padding: 0px var(--container);
    }

    .NyNavList .title {
        width: 100%;
        padding: 20px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
        display: none;
    }

    .NyNav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .NyNav a {
        height: 90px;
        font-size: 14px;
        padding: 0 45px;
        color: #666666;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 15px;
        position: relative;
    }

    .NyNav a::after {
        content: "";
        display: block;
        width: 1px;
        height: 22px;
        background: #E5E5E5;
        position: absolute;
        right: 0;
    }

    .NyNav a:last-child::after {
        display: none;
    }

    .NyNav a img {
        width: 18px;
    }

    .NyNav a:hover,
    .NyNav a.active {
        color: #fff;
        background: var(--color);
    }

    .NyNav a:hover img,
    .NyNav a.active img {
        filter: brightness(10);
    }

    @media screen and (max-width: 1440px) {
        .NyNav a {
            padding: 0 30px;
            height: 60px;
        }
    }

    @media screen and (max-width: 1200px) {
        .NyNav a {
            width: 20%;
            padding: 0;
            height: 60px;
        }
    }

    @media screen and (max-width: 720px) {
        .NyNavList {
            background: #fff;
            width: 100%;
            padding: 0px var(--container);
            height: auto;
        }

        .NyNavList .title {
            display: flex;
        }

        .NyNav {
            width: 100%;
            display: none;
            margin: 0;
            padding: 20px 15px;
            padding-top: 0;
            height: auto;
            box-shadow: none;
        }

        .NyNav a {
            width: 100%;
            padding: 10px 15px;
            border: 1px solid #D9D9D9;
            line-height: 2;
            display: flex;
            justify-content: space-between;
            margin-bottom: -1px;
            height: auto;
        }

        .NyNav a:last-child {
            border: 1px solid #D9D9D9;
        }

        .NyNav a:hover,
        .NyNav a.active {
            background: var(--color);
            color: #fff;
            border: 1px solid var(--color);
        }

        .NyNav a:hover::after,
        .NyNav a.active::after {
            display: none;
        }
    }


    @media screen and (max-width: 460px) {
        .NyNavList h1.h1 {
            font-size: 20px;
        }

        .NyNav a {
            font-size: 14px;
        }
    }


    /* 内页标题 */
    .NyTitle {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* 英文 */
    .NyTitle h3 {
        font-size: 14px;
        color: #333333;
        margin-bottom: 15px;
        text-align: center;
    }

    /* 标题 */
    .NyTitle h1 {
        font-weight: 700;
        font-size: 32px;
        color: #000000;
        margin-bottom: 15px;
        text-align: center;
    }

    /* 段落 */
    .NyTitle h2 {
        font-size: 16px;
        line-height: 1.75;
        text-align: center;
        color: #898989;
    }

    /* 小字 */
    .NyTitle p {
        font-size: 14px;
        text-align: center;
        color: #898989;
        line-height: 1.25;
    }



    @media (max-width: 1200px) {
        .NyTitle h1 {
            font-size: 28px;
            margin-bottom: 15px;
        }

        .NyTitle h2 {
            font-size: 14px;
            color: #898989;
        }
    }

    /* 分类样式一 */
    .tabList {
        position: relative;
        width: 100%;
        padding: 0 var(--container);
        border-bottom: 1px solid #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tabList a {
        position: relative;
        z-index: 1;
        height: 90px;
        padding: 0 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        grid-gap: 10px;

    }

    .tabList a.active {
        background: var(--color);
    }

    .tabList .icon {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }

    .tabList h1 {
        font-size: 14px;
        color: #2F2F2F;
    }

    .tabList a.active img {
        filter: brightness(0) invert(1);
    }

    .tabList a.active h1 {
        color: #fff;
    }

    /* 响应式调整 */
    @media (max-width: 1500px) {
        .tabList a {
            padding: 0 15px;
        }
    }

    @media (max-width: 1260px) {
        .tabList {
            display: flex;
            flex-wrap: wrap;
        }

        .tabList a {
            height: 60px;
            padding: 0 30px;
        }
    }

    @media (max-width: 900px) {
        .tabList a {
            padding: 0 15px;
        }
    }

    @media (max-width: 700px) {
        .tabList a {
            height: 75px;
            width: 25%;
            padding: 0;
            display: flex;
            flex-direction: column;
            grid-gap: 5px;
        }
    }

    /* 分类样式 二 */
    .NavList02 {
        padding: 0 var(--container);
        width: 100%;
        display: flex;
        justify-content: center;
        grid-gap: 120px;
        border-bottom: 1px solid #D9D9D9;
    }

    .NavList02 a {
        font-size: 14px;
        color: #000000;
        border-bottom: 3px solid #fff0;
        text-align: center;
        padding: 0 5px;
        padding-bottom: 30px;
    }

    .NavList02 a.active {
        font-weight: bold;
        color: var(--color);
        border-bottom: 3px solid var(--color);
    }

    @media (max-width: 1200px) {
        .NavList02 {
            grid-gap: 0;
            justify-content: space-evenly;
        }

        .NavList02 a {
            padding: 0 5px;
            padding-bottom: 10px;
        }
    }

    /* 分类样式 三 */
    .NavList03 {
        width: 100%;
        display: flex;
        justify-content: center;
        grid-gap: 60px;
    }

    .NavList03 a {
        font-size: 18px;
        color: #000000;
        width: 100%;
        height: 100px;
        background: #FFFFFF;
        box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
        border-radius: 10px 10px 0px 0px;
        border-top: 6px solid #fff;
        border-bottom: 6px solid #fff;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .NavList03 a img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .NavList03 a.active {
        font-weight: bold;
        border-bottom: 6px solid var(--color);
    }

    @media (max-width: 1200px) {
        .NavList03 {
            grid-gap: 30px;
            justify-content: space-evenly;
        }
    }

    @media (max-width: 720px) {
        .NavList03 a {
            height: auto;
            padding: 15px;
            border-top: 3px solid #fff;
            border-bottom: 3px solid #fff;
            display: flex;
            grid-gap: 10px;
            flex-direction: column;
        }

        .NavList03 a img {
            width: 25px;
            height: 25px;
        }

        .NavList03 a.active {
            border-bottom: 3px solid var(--color);
        }
    }

    @media (max-width: 460px) {
        .NavList03 {
            grid-gap: 15px;
        }

        .NavList03 a {
            padding: 15px 10px;
            font-size: 16px;
        }
    }

    /* 分类样式 四 */
    .NavList04 {
        width: 100%;
        display: flex;
    }

    .NavList04 a {
        font-size: 18px;
        color: #000000;
        width: 100%;
        border-bottom: 2px solid #D9D9D9;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-gap: 15px;
        padding-bottom: 30px;
    }

    .NavList04 a img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .NavList04 a.active {
        font-weight: bold;
        color: var(--color);
        border-bottom: 2px solid var(--color);
    }

    @media (max-width: 720px) {
        .NavList04 a {
            font-size: 16px;
            text-align: center;
            grid-gap: 5px;
            padding-bottom: 15px;
        }

        .NavList04 a img {
            width: 30px;
        }
    }

    /* 视频点击放大样式 */
    .openVideo {
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #00000080;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }

    .openVideo video {
        max-width: 75%;
        max-height: 75%;
        object-fit: contain;
    }

    /* 查看更多按钮 */
    .NyMore {
        width: 150px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        font-size: 14px;
        color: #fff !important;
        background: var(--color2);
        border-radius: 4px;
    }
