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

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

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

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

    @media (max-width: 1440px) {
        .NyBigBox {
            padding-bottom: 120px;
        }
    }

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

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

    /* 内页大图 */
    .Nybanner {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 91px;
        border-bottom: 1px solid #E6E6E6;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

    .Nybanner .text {
        position: absolute;
        z-index: 3;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 130px;
        padding-left: var(--w1600);
        padding-right: var(--w1600);
    }

    .Nybanner .text h1 {
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 48px;
        line-height: 1.5;
        color: #FFF;
    }

    .Nybanner .text p {
        width: 100%;
        max-width: 400px;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.5;
        color: #FFF;
    }

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

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

        .Nybanner .text {
            padding-top: 0;
        }

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

        .Nybanner .text p {
            font-size: 18px;
        }
    }

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

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

        .Nybanner .text p {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 460px) {
        .Nybanner .text {
            font-size: 28px;
        }
    }

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

    /* 面包屑样式 */
    .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;
        }
    }

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

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

    /* 新加代码 */
    .header .logo .logo1 {
        display: none;
    }

    .header .logo .logo2 {
        display: flex;
    }

    .header .navbar_nav li>a {
        color: #000;
    }

    .header .Search img {
        filter: invert(1);
    }

    .header .searchInput::placeholder {
        color: #000;
    }

    .header .Language img {
        filter: invert(1);
    }

    .header .Language a {
        color: #000;
    }

    /* 内页标题 */
    .NyTitle {
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-gap: 5px;
        margin-bottom: 45px;
    }

    .NyTitle h1 {
        color: var(--color);
        text-align: center;
        font-size: 42px;
        font-weight: 700;
        line-height: 1.25;
    }

    .NyTitle h1 b {
        color: var(--color);
    }

    .NyTitle h2 {
        color: #000;
        text-align: center;
        font-size: 22px;
        line-height: 1.25;
    }

    @media (max-width: 1440px) {
        .NyTitle h1 {
            font-size: 34px;
        }

        .NyTitle h2 {
            font-size: 18px;
        }
    }

    @media (max-width: 1200px) {
        .NyTitle {
            margin-bottom: 30px;
        }

        .NyTitle h1 {
            font-size: 28px;
        }

        .NyTitle h2 {
            font-size: 16px;
        }
    }

    @media (max-width: 720px) {
        .NyTitle {
            margin-bottom: 15px;
        }

        .NyTitle h1 {
            font-size: 24px;
        }

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