    /* 内页大图 */
    .Nybanner {
        margin-top: 130px;
        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;
    }

    .NyBox {
        padding-bottom: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .NyLeft {
        width: 18%;
        background: url(/assets/images/bg_a.png) no-repeat;
        background-size: 100% 100%;
    }

    .NyLeft .NyTitle {
        padding: 30px 15px;
        text-align: center;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

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

    .NyLeft .NyNav a {
        width: 100%;
        height: 40px;
        background: url(/assets/images/line.jpg) no-repeat left bottom;
        font-size: 16px;
        padding-left: 15px;
        color: #552F00;
        display: flex;
        align-items: center;
        grid-gap: 10px;
    }

    .NyLeft .NyNav a:hover {
        background: #A25425;
        color: #FFF;
    }

    .NyLeft .NyNav a:hover img {
        filter: brightness(0) invert(1);
    }

    .NyRight {
        width: 78%;
        padding-top: 30px;
    }

    @media (max-width: 1200px) {
        .NyLeft .NyNav {
            padding-left: 0;
        }

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

    @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;
        }
    }