    .header .navbar_nav li:nth-child(6) a {
      opacity: 1;
    }

    /* 地图 */
    .nyTitle h2 {
      margin-bottom: 30px;
    }

    .nyTitle p {
      font-size: 16px;
      line-height: 1.5;
      color: #757575;
      margin-bottom: 60px;
    }

    @media (max-width: 1200px) {
      .nyTitle h2 {
        margin-bottom: 30px;
      }
    }

    @media (max-width: 720px) {
      .nyTitle h2 {
        margin-bottom: 30px;
      }

      .nyTitle p {
        margin-bottom: 30px;
      }
    }

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

    .box1 .text {
      width: 100%;
      margin-bottom: 45px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }

    .box1 .text span {
      width: calc(50% - 15px);
      background: #fff;
      padding: 30px 60px;
      border-radius: 12px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row-reverse;
    }

    .box1 .text span .img {
      display: block;
      width: 60px;
      height: 60px;
      object-fit: contain;
    }

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

    .box1 .text span .desc {
      width: calc(100% - 60px);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .box1 .text span .desc h1 {
      font-weight: bold;
      font-size: 18px;
      line-height: 1;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 15px;
    }


    .box1 .text span .desc h2 {
      font-weight: 700;
      font-size: 16px;
      line-height: 1.5;
      color: #000000;
      text-align: left;
    }


    @media (max-width:1200px) {
      .box1 .text span {
        padding: 20px 30px;
      }

      .box1 .text span .img {
        width: 45px;
        height: 45px;
      }

      .box1 .text span .desc h1 {
        font-size: 16px;
      }

      .box1 .text span .desc h2 {
        font-size: 18px;
      }
    }

    @media (max-width:720px) {
      .box1 .text {
        width: 100%;
        margin-bottom: 45px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
      }

      .box1 .text span {
        width: 100%;
        margin: 10px 0;
      }
    }

    @media (max-width:460px) {
      .box1 .text span .img {
        width: 30px;
        height: 30px;
      }

      .box1 .text span {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }

      .box1 .text span .desc {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }

      .box1 .text span .desc h1 {
        margin: 10px 0;
      }
    }

    /* 新加 */
    .aamap {
      position: absolute;
      left: calc(50% - 13px);
      height: 100%;
      display: flex;
      align-items: center;
      z-index: 2;
    }

    .aamap span {
      display: block;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: var(--color);
    }

    .aamap svg {
      color: var(--color);
      position: absolute;
      left: 60px;
    }

    .aamap .content {
      display: block;
      background: var(--color);
      width: 210px;
      height: 230px;
      border-radius: 26px;
      margin-left: 45px;
      padding: 0 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
    }

    .aamap .content p {
      font-size: 14px;
      line-height: 1.5;
      color: #FFFFFF;
    }

    .aamap .content a {
      width: 120px;
      height: 36px;
      background: #FFFFFF;
      border-radius: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    @media (max-width:1200px) {
      .aamap {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 50%;
        width: 100%;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
      }

      .aamap svg {
        left: auto;
        top: 60px;
        transform: rotate(90deg);
      }

      .aamap .content {
        width: 80%;
        height: auto;
        border-radius: 26px;
        margin: 0;
        margin-top: 45px;
        padding: 20px 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
      }

      .aamap .content p {
        font-size: 20px;
      }
    }

    @media (max-width:720px) {
      .aamap span {
        width: 20px;
        height: 20px;
      }

      .aamap .content {
        width: 90%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
      }

      .aamap svg {
        top: 30px;
      }

      .aamap .content p {
        font-size: 16px;
      }

      .aamap .content a {
        margin-top: 5px;
        width: 100px;
        height: 30px;
        font-size: 14px;
      }
    }

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

    .map {
      width: 49%;
      height: 420px;
      border-radius: 26px;
      overflow: hidden;
      position: relative;
      z-index: 1;
      background: #EDEDED;
    }

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


    @media (max-width: 992px) {
      .map {
        width: 100%;
      }
    }

    @media (max-width: 640px) {
      .map {
        height: 350px;
      }
    }

    /* 表单 */
    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: 160px;
      margin: 0;
      height: 50px;
      padding: 0 15px;
    }

    .input4 {
      width: 175px;
      height: 50px;
      background: var(--color);
      color: #fff;
    }

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

    .message {
      background: #F3F3F3;
      padding: 60px;
    }

    .codeBox img {
      width: 130px;
      height: 50px;
      object-fit: contain;
    }

    form input,
    form textarea {
      background: #fff;
      border: 1px solid #C5C5C5;
    }

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

      input.input1 {
        width: 100%;
      }

      .codeBox {
        width: 100%;
      }

      .codeBox input.input {
        width: calc(100% - 130px);
      }

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