  /* 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-size: 30px;
    text-align: right;
    color: #000000;
  }

  .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: #008244;
    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;
    }
  }

  /* Box3 */
  .Box3 {
    padding-top: 120px;
  }

  .Box3 .titile {
    font-family: PuHuiTi85;
    font-size: 48px;
    line-height: 1.25;
    color: #353535;
  }


  @media (max-width: 1200px) {
    .Box3 {
      padding-top: 90px;
    }

    .Box3 .titile {
      font-size: 32px;
    }
  }

  @media (max-width: 720px) {
    .Box3 {
      padding-top: 60px;
    }

    .Box3 .titile {
      font-size: 24px;
    }

  }

  form {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 60px 0;
  }

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

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

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

  label textarea {
    width: 100%;
    height: 100px;
    background: #F9F9F9;
    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: #F9F9F9;
  }

  .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 {
      margin-top: 60px;
      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;
    }
  }