    .Nybanner {
      z-index: 10;
      overflow: visible;
    }

    .Nybanner h1 {
      font-weight: bold;
      font-size: 56px;
      color: #fff;
      letter-spacing: 2px;
    }

    .Nybanner span {
      border: 10px solid rgba(89, 197, 112, 1);
      height: 275px;
      width: 275px;
      position: absolute;
      transform: rotate(45deg);
      opacity: .5;
      z-index: 0;
    }

    .Nybanner .bannerbj {
      width: 100%;
      height: 240px;
      position: absolute;
      z-index: 2;
      left: 0;
      bottom: 0;
      transform: translateY(50%);
    }

    /* box1 */
    .NyContactBigBox .title {
      color: #1b1b1d;
      font-size: 21px;
      text-align: center;
      margin-bottom: 45px;
    }

    .Box1 {
      padding-top: 90px;
    }

    .Box1 .content {
      margin-bottom: 120px;
      display: flex;
      grid-gap: 25px;
    }

    .Box1 .raw-html-embed {
      width: 100%;
      height: 300px;
      background: #7d5a990d;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
      padding: 45px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .Box1 .raw-html-embed p {
      font-size: 16px;
      color: #8e8e8f;
    }

    .Box1 .raw-html-embed h3 a,
    .Box1 .raw-html-embed h3 {
      margin-top: 10px;
      font-size: 21px;
      text-align: center;
      height: 60px;
    }

    .Box1 .raw-html-embed:nth-child(1) h3 a {
      color: #3680eb;
    }

    .Box1 .raw-html-embed:nth-child(2) h3 a {
      color: #4fb600;
    }

    .Box1 .raw-html-embed:nth-child(3) h3 {
      color: #ffb266;
    }

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

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

    @media (max-width: 1200px) {
      .Nybanner .bannerbj {
        height: 100px;
      }

      .Box1 .content {
        display: flex;
        flex-wrap: wrap;
      }

      .Box1 .raw-html-embed {
        height: auto;
        padding: 20px 30px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      }

      .Box1 .raw-html-embed h3 a,
      .Box1 .raw-html-embed h3 {
        height: auto;
        font-size: 16px;
      }
    }

    @media (max-width:720px) {
      .Nybanner {
        height: 50vh;
      }

      .Nybanner h1 {
        font-size: 36px;
        text-align: center;
      }

      .Nybanner span {
        display: none;
      }
    }

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

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

    /* box2 */

    form {
      margin-top: 45px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      grid-gap: 30px;
    }

    label {
      display: flex;
      flex-wrap: wrap;
    }

    label h1 {
      width: 100%;
      font-size: 18px;
      line-height: 2;
      margin-bottom: 15px;
      color: #585858;
    }

    label input {
      width: 100%;
      height: 70px;
      background: #f5f8f9;
      padding-left: 15px;
    }

    label textarea {
      width: 100%;
      height: 100px;
      background: #f5f8f9;
      padding-top: 15px;
      padding-left: 15px;
    }

    .input1 {
      width: calc(50% - 15px);
    }

    .input2 {
      width: 100%;
    }

    .input3 {
      width: 100%;
    }

    .input3 input {
      width: calc(100% - 260px);
      margin-right: 30px;
    }

    .input3 img {
      width: 230px;
      background: #fff;
    }

    .input4 {
      margin: 0 auto;
      width: 250px;
      height: 70px;
      background: var(--color);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      color: #FFFFFF;
    }

    @media (max-width: 1200px) {
      form {
        grid-gap: 30px 0;
      }

    }

    @media (max-width:720px) {
      form {
        margin-top: 30px;
      }

      label h1 {
        font-size: 16px;
      }

      label input {
        height: 45px;
      }

      .input1 {
        width: 100%;
      }

      form {
        grid-gap: 15px 0;
      }

      label h1 {
        margin-bottom: 5px;
      }

      label textarea {
        height: 100px;
      }

      .input3 input {
        width: calc(100% - 150px);
      }

      .input3 img {
        width: 120px;
        height: 45px;
      }

      .input4 {
        margin: 0 auto;
        margin-top: 30px;
        width: 180px;
        height: 45px;
        font-size: 16px;
      }
    }

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

    .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;
      }
    }