      .header .navbar_nav li.dropdown:nth-child(7) a {
        font-weight: bold;
        color: var(--color);
      }

      /* 分类 */
      .NyContactBox .NyNav .container {
        display: flex;
        justify-content: flex-start;
      }

      .NyContactBox .NyNav a {
        margin-right: 160px;
      }

      @media (max-width: 1200px) {
        .NyContactBox .NyNav .container {
          display: flex;
          justify-content: center;
        }

        .NyContactBox .NyNav a {
          margin-right: 0;
        }
      }

      form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }

      input,
      textarea {
        background: #fff0;
        outline: none;
      }

      input.input1 {
        width: 48%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        height: 50px;
        padding: 0 15px;
      }

      textarea.input {
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px !important;
        height: 100px;
        padding: 10px 15px;
      }

      input.input {
        width: 200px;
        border-bottom: 1px solid #ccc;
        margin: 0;
        height: 50px;
        padding: 0 15px;
      }

      .input4 {
        width: 160px;
        height: 50px;
        position: relative;
        z-index: 1;
        display: block;
        background: linear-gradient(322.34deg, #E06300 21.49%, #EF970B 78.32%);
        border-radius: 50px;
      }

      .input4::after {
        content: "";
        display: block;
        position: absolute;
        left: 5px;
        top: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        z-index: 1;
        background: linear-gradient(322.34deg, #F09709 30%, #E06300 80%);
        filter: blur(0.5px);
        border-radius: 50px;
      }

      .codeBox {
        margin-bottom: 30px;
      }

      .input4 p {
        position: relative;
        color: #fff;
        z-index: 3;
      }

      /* 地图 */

      body {
        min-width: auto !important;
        min-height: auto !important;
      }



      /* 新加 */
      .NyBigBox {
        padding-top: 0;
      }

      .box1 {
        display: flex;
        justify-content: space-between;
      }

      .box1 .map {
        width: 50%;
        height: 800px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background: #333333;
      }

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


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

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



      .box1 .text {
        background: url(/assets/images/image27.png) no-repeat center;
        background-size: cover;
        background-color: #EBEBEB;
        width: 50%;
        height: 800px;
        padding-right: var(--container);
      }

      .box1 .text .table {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .box1 .text table {
        width: auto;
      }

      .box1 .text tr {
        display: block;
        border: 0px;
        padding: 0 !important;
      }


      .box1 .text .table img {
        margin: 10px 0;
        margin-right: 90px;
      }


      .box1 .text .table h4 {
        font-size: 22px;
        line-height: 1;
        text-align: justify;
        color: var(--color);
        margin-bottom: 15px;
      }

      .box1 .text .table p {
        font-size: 16px;
        line-height: 1;
        color: #6D6D6D;
        margin-bottom: 30px;
      }

      .box2 h1 {
        font-size: 38px;
        line-height: 1;
        color: #000000;
        margin: 90px 0 60px;
      }


      @media (max-width: 992px) {
        .box1 {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          flex-direction: column-reverse;
        }

        .box1 .map {
          width: 100%;
        }

        .box1 .text {
          width: 100%;
          height: auto;
          padding: 30px;
        }

        .box1 .text .table img {
          margin: 10px 0;
          margin-right: 30px;
        }

        .box1 .map {
          height: 400px;
        }

        .my-map {
          height: 400px !important;
        }
      }

      @media (max-width: 640px) {
.box1 .text {
    padding: 30px 10px;
}.box1 .text .table img {
    margin-right: 25px;
}.box1 .text .table p {
    max-width: 200px;
}
}
