    /* 内页大图 */
    .Nybanner {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

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



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

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

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


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

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


    /* 新加代码 */
    .NyBigBox {
        padding-top: 0 !important;
        margin-top: -150px;
        background: #fff0 !important;
    }

    .NyBox {
        background: url(/assets/images/bodybg_03.png) no-repeat center;
        background-size: 100% 120%;
        box-shadow: 0 0 20px 5px #00000020;
        padding: 15px 10px;
        padding-bottom: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .NyTitle {
        width: 100%;
        border-left: 2px solid #c91e00;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    /* 面包屑样式 */
    .mbx {
        width: 100%;
        display: flex;
        align-items: center;
    }

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

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

    .NyTitle h1 {
        padding: 10px 0;
        font-size: 14px;
        color: #e89e1a;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }

    .NyLeft {
        width: 20%;
    }

    .NyLeft .NyNav {
        width: 100%;
        display: flex;
        flex-direction: column;
        grid-gap: 5px;
    }

    .NyLeft .NyNav h1 {
        width: 100%;
        background: url(/assets/images/h1BF_03.png) no-repeat center;
        background-size: cover;
        background-position: left;
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        padding-left: 20px;
    }

    .NyLeft .NyNav a {
        text-align: center;
        width: 100%;
        line-height: 20px;
        background: #515151;
        font-size: 12px;
        color: #fff;
    }

    .NyLeft img {
        width: 100%;
        margin: 25px 0;
    }

    .NyLeft .desc {
        display: flex;
        flex-direction: column;
        grid-gap: 5px;
    }

    .NyLeft .desc p {
        font-size: 12px;
        line-height: 2;
        color: #4e4e4e;
    }

    .NyRight {
        width: 78%;
    }

    @media (max-width: 1200px) {
        .NyBigBox {
            margin-top: -10vw;
        }

        .NyLeft {
            width: 25%;
        }

        .NyRight {
            width: 73%;
        }
    }

    @media (max-width: 767px) {
        .NyLeft {
            display: none;
        }

        .NyRight {
            width: 100%;
        }
    }


    /* 地图 */
    .NyRight body {
        min-width: auto !important;
        min-height: auto !important;
    }

    .NyRight .raw-html-embed {
        width: 100%;
        height: 600px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background: #333333;
    }

    .NyRight .raw-html-embed .my-map {
        width: 1920px;
        height: 960px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -960px;
        margin-top: -480px;
    }

    @media (max-width: 992px) {
        .NyRight .raw-html-embed {
            height: 400px;
        }
    }