    .NyBigBox {
      background: #f5f5f5;
    }

    /* box1 */
    .box1 {
      margin-bottom: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .box1 .title {
      font-weight: 600;
      font-size: 48px;
      line-height: 1;
      color: #1A1A1A;
    }

    .box1 .aa h1 {
      font-weight: 600;
      font-size: 18px;
      line-height: 1;
      text-align: right;
      color: #606264;
      margin-bottom: 30px;
    }

    .box1 .aa h2 {
      font-weight: 600;
      font-size: 30px;
      line-height: 18px;
      text-align: right;
      color: var(--color);
    }

    .box1 .aa h2 img {
      margin-right: 15px;
    }

    .box2 {
      background: #fff;
      padding: 75px 0 90px;
    }

    .box2>h1 {
      font-size: 32px;
      line-height: 1;
      text-align: center;
      color: var(--color);
      margin-bottom: 60px;
    }

    .iconBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .iconBox .item {
      width: 30%;
      border-left: 1px solid #E0E0E0;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .iconBox .item:first-child {
      border-left: 0;
    }

    .iconBox .item img {
      width: 45px;
      height: 45px;
      object-fit: contain;
    }

    .iconBox .item h1 {
      color: #000;
      text-align: center;
      font-size: 18px;
      line-height: 1;
      margin-top: 15px;
    }

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

      .iconBox .item h1 {
        font-size: 16px;
      }
    }

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

      .box1 .title {
        font-size: 32px;
      }

      .box1 .aa h2 {
        font-size: 24px;
        line-height: 1;
      }

      .iconBox .item {
        width: 33.3333%;
      }

      .iconBox .item h1 {
        padding: 0 15px;
        text-wrap: balance;
        line-height: 1.5;
      }
    }

    @media (max-width: 720px) {
      .box2 {
        padding: 30px 0;
      }

      .box2>h1 {
        font-size: 24px;
        margin: 15px 0;
      }

      .iconBox .item {
        width: 100%;
        border-left: 0;
        margin: 15px 0;
      }

      .box1 {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
      }

      .box1 .aa h1 {
        text-align: center;
        margin: 15px 0;
      }

      .box1 .aa h2 {
        text-align: center;
        font-size: 18px;
      }
    }

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

    .map,
    .map,
    .raw-html-embed {
      width: 100%;
      height: 600px;
      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;
      }
    }

    /* 表单留言 */
    .message 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) {
      .message h1 {
        font-size: 40px;
        margin: 90px 0;
      }
    }

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

    @media (max-width: 720px) {
      form input {
        height: 35px !important;
        font-size: 14px !important;
      }

      input.input {
        width: 150px;
      }

      .message h1 {
        font-size: 24px;
        margin: 30px 0;
      }
    }