  /* Box1 */
  .Box1 {
    display: flex;
    flex-wrap: wrap;
  }

  .lt1 {
    width: 35%;
  }

  .lt1 h1 {
    color: #161616;
    font-family: Arial;
    font-size: 42px;
    text-transform: uppercase;
  }

  .lt1 .desc1 {
    margin: 90px 0;
  }

  .lt1 .desc1 * {
    font-family: Arial;
  }

  .lt1 .item1 {
    width: 100%;
    display: flex;
    grid-gap: 40px;
  }

  .lt1 .item1 .img1 {
    max-width: 200px;
    width: 40%;
  }

  .lt1 .item1 .img1 img {
    width: 100%;
  }

  .lt1 .item1 p {
    margin-top: 15px;
    text-align: center;
    color: #222;
    font-family: Arial;
    font-size: 16px;
  }

  .rt1 {
    width: 65%;
  }

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

  .map,
  .map .raw-html-embed {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #f5f5f5;
  }

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


  @media (max-width: 1200px) {
    .lt1 {
      width: 100%;
    }

    .lt1 .desc1 {
      margin: 30px 0;
    }

    .rt1 {
      margin-top: 30px;
      width: 100%;
      height: 300px;
    }
  }

  @media (max-width:720px) {
    .lt1 h1 {
      font-size: 32px;
    }

    .lt1 .desc1 * {
      font-size: 18px;
      line-height: 1;
    }
  }

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

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

  .Box2 {
    margin-top: 150px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px -4px 10px #0000001a, 0px 4px 10px #0000001a;
    display: flex;
    flex-wrap: wrap;
  }

  .lt2 {
    width: 30%;
    overflow: hidden;

    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .lt2 h1 {
    color: #FFF;
    font-family: Arial;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.5;
  }

  form {
    width: 70%;
    padding: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }


  @media (max-width: 1200px) {
    .lt2 {
      padding: 30px;
    }

    .lt2 h1 {
      font-size: 32px;
    }

    form {
      padding: 60px;
    }

  }

  @media (max-width: 900px) {
    .lt2 {
      width: 100%;
      display: flex;
      flex-direction: row;
    }


    form {
      width: 100%;
    }

  }

  @media (max-width:720px) {
    .lt2 {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
    }

    .lt2 h1 {
      font-size: 26px;
    }

    .lt2 img {
      width: 60px;
    }

    form {
      padding: 30px;
    }
  }



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

  label {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #BDBDBD;
  }

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

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

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

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

  .input2 {
    width: 100%;
  }

  .input3 {
    width: 100%;
  }

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

  .input3 img {
    width: 160px;
    height: 45px;
    background: #fff;
  }

  .input4 {
    width: 250px;
    height: 45px;
    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% - 120px);
    }

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

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