  .NyBigBox {
    padding-top: 100px;
  }

  .header {
    background: #fff;
  }

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

  .header .logo .img1 {
    display: none;
  }

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

  .header .HeaderRight {
    filter: invert(1);
  }

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

  /* box1 */

  .box1 {
    padding: 160px 0;
    background: #fff;
  }

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

  .box1 .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    color: #353535;
    margin-bottom: 60px;
  }

  .box1 .text {
    width: 60%;
  }

  .box1 .text .raw-html-embed {
    height: 210px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: space-between;
  }

  .box1 .text span:nth-child(1),
  .box1 .text span:nth-child(3) {
    border-right: 1px solid #D9D9D9;
    width: 35%;
  }

  .box1 .text span:nth-child(2),
  .box1 .text span:nth-child(4) {
    width: 65%;
    padding-left: 60px;
  }

  .box1 .text span h1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #949494;
    margin-bottom: 15px;
  }

  .box1 .text span h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    color: #272727;
  }

  @media (max-width: 1200px) {
    .box1 {
      padding: 90px 0;
      background: #fff;
    }

    .box1 .title {
      font-size: 36px;
      margin-bottom: 45px;
    }
  }

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

    .box1 .text {
      width: 100%;
    }
  }

  @media (max-width:640px) {
    .box1 {
      padding: 60px 0;
      background: #fff;
    }

    .box1 .title {
      font-size: 24px;
      margin-bottom: 30px;
    }

    .box1 .text span {
      width: 100% !important;
      padding-left: 0 !important;
      margin: 15px 0;
      border-right: 0px solid #D9D9D9 !important;
    }

    .box1 .text .raw-html-embed {
      height: auto;
    }

    .box2 {
      position: relative;
      padding: 0 var(--container);
    }
  }






  /* 地图 */
  .box2 {
    padding-left: var(--container);
    position: relative;
  }

  .box2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #fff;
    width: 100%;
    height: 50%;
  }

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

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

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

  @media (max-width: 992px) {
    .map {
      height: 400px;
    }
  }

  /* 表单 */
  .box3 h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.5;
    color: #353535;
    margin-top: 120px;
    margin-bottom: 100px;
  }

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

  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: 130px;
    height: 35px;
    background: var(--color);
    color: #fff;
    margin-top: 15px;
  }

  @media (max-width: 1440px) {
    .box3 h1 {
      font-size: 40px;
      margin: 90px 0;
    }
  }

  @media (max-width: 992px) {
    .box3 h1 {
      font-size: 32px;
      margin: 60px 0;
    }
  }

  @media (max-width: 640px) {
    .box3 h1 {
      font-size: 28px;
      margin: 30px 0;
    }
  }