  /* 地图 */

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



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

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

  .box1 .map {
    width: 50%;
    height: 960px;
    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 {
    width: 50%;
    height: 960px;
    padding-right: var(--container);
    padding-left: 180px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .box1 .title {
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    color: #000000;
    margin-bottom: 30px;
  }

  @media (max-width: 1440px) {
    .box1 .title {
      font-size: 36px;
    }
  }

  @media (max-width: 992px) {
    .box1 .title {
      font-size: 30px;
    }
  }

  @media (max-width: 640px) {
    .box1 .title {
      font-size: 24px;
    }
  }


  .box1 .text h4 {
    padding-left: 30px;
    font-size: 22px;
    line-height: 1;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 45px;
    position: relative;
  }

  .box1 .text h4::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
    background: var(--color);
  }

  .box1 .desc p {
    padding-left: 30px;
    font-size: 16px;
    line-height: 1;
    color: #777777;
    margin-bottom: 15px;
  }




  /* 二维码 - 路线 */
  .box1 .aa {
    display: flex;
    position: absolute;
    bottom: 0;
  }

  .box1 .aa a {
    display: block;
    margin-right: 150px;
    position: relative;
  }

  .box1 .aa a:last-child {
    margin-right: 0;
  }

  .box1 .aa .ewm1 {
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    left: -10px;
    bottom: 55px;
    display: none;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
  }

  .box1 .aa a:hover .ewm1 {
    display: block;
  }

  .box1 .aa .ewm1 img {
    width: 100%;
    overflow: hidden;

  }

  .box1 .aa .ewm1 i {
    display: block;
    color: #fff;
    position: absolute;
    bottom: -14px;
    left: calc(50% - 11px);
  }

  .box1 .aa a p {
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #3E5DFB;
    display: flex;
    align-items: center;
  }

  .box1 .aa a p img {
    margin-left: 12px;
  }

  @media (max-width: 1440px) {
    .box1 .text {
      padding-left: 90px;
      height: 800px;
    }

    .box1 .map {
      height: 800px;
    }
  }

  @media (max-width: 1200px) {
    .box1 .text {
      padding-left: 90px;
      height: 600px;
    }

    .box1 .map {
      height: 600px;
    }

    .box1 .aa a {
      margin-right: 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%;
      padding: 0 60px;
    }

    .box1 .aa {
      bottom: 30px;
    }

    .box1 .text h4 {
      margin-top: 30px;
    }

  }

  @media (max-width: 640px) {
    .box1 .text {
      padding: 0 30px;
      padding-bottom: 45px;
    }

    .box1 .aa {
      bottom: 20px;
      width: 100%;
      left: 0;
      padding: 0 30px;
      display: flex;
      justify-content: space-between;
    }

    .box1 .aa a {
      margin-right: 0;
    }

    .box1 .aa a p {
      font-size: 16px;
    }

    .box1 .aa a p img {
      width: 40px;
    }

    .box1 .map {
      height: 300px;
    }
  }

  /* 表单 */
  input,
  textarea {
    outline: none;
  }

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

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

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

  input.input {
    width: 200px;
    margin: 0;
    height: 50px;
    padding: 0 15px;
  }

  .input4 {
    width: 130px;
    height: 35px;
    background: var(--color);
    color: #fff;
    margin-top: 15px;
  }

  .box2 h1 {
    margin: 120px 0 90px;
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    color: #000000;
    text-align: center;
  }

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

  @media (max-width: 992px) {
    .box2 h1 {
      font-size: 30px;
      margin: 75px 0 45px;
    }
  }

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

  .message {
    background: #D3E5F8;
    padding: 80px 75px;
  }

  form input,
  form textarea {
    background: rgb(255, 255, 255, 0.6);
  }

  @media (max-width: 640px) {
    .message {
      background: #D3E5F8;
      padding: 45px 20px;
    }

    input.input1 {
      width: 100%;
    }

    .input4 {
      margin: 0 auto;
      margin-top: 30px;
    }
  }