  .NyBigBox {
    padding-top: 0;
  }

  /* 地图 */
  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: #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;
    }
  }

  /* box1 */
  .Box1 {
    width: 100%;
    height: 960px;
    display: flex;
    flex-wrap: wrap;
  }

  .Box1 .map {
    width: 50%;
    height: 100%;
  }

  .text1 {
    width: 50%;
    height: 100%;
    padding: 0 var(--w1600);
    padding-left: 180px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .desc1 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 60px;
  }

  .desc1 h2 {
    width: 100%;
    font-family: PuHuiTi85;
    font-size: 38px;
    color: #000000;
  }

  .desc1 p {
    min-width: calc(40% - 30px);
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1;
    color: #777777;
  }

  .desc1 p::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #000000;
  }

  .desc1 strong {
    display: block;
    font-size: 22px;
    line-height: 1;
    color: #000000;
  }

  .aa1 {
    display: flex;
    position: absolute;
    bottom: 0;
  }

  .aa1 a {
    display: block;
    margin-right: 150px;
    position: relative;
  }

  .aa1 a:last-child {
    margin-right: 0;
  }

  .aa1 .ewm1 {
    background: #fff;
    width: 125px;
    height: 125px;
    position: absolute;
    display: block;
    border-radius: 5px;
    left: -10px;
    bottom: 60px;
    display: none;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
  }

  .aa1 a:hover .ewm1 {
    display: block;
  }

  .aa1 .ewm1 img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    padding: 5px;
  }

  .aa1 .ewm1 i {
    display: block;
    color: #fff;
    position: absolute;
    bottom: -14px;
    left: calc(50% - 11px);
  }

  .aa1 a p {
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #000000;
    display: flex;
    align-items: center;
  }

  .aa1 a p img {
    margin-left: 12px;
    filter: brightness(0);
  }

  @media (max-width: 1440px) {
    .text1 {
      padding-left: 90px;
    }

    .Box1 {
      height: 720px;
    }
  }

  @media (max-width: 1200px) {
    .Box1 {
      flex-wrap: wrap;
      flex-direction: column-reverse;
      height: auto;
    }

    .text1 {
      width: 100%;
      padding-left: var(--w1600);
      padding-bottom: 60px;
    }

    .aa1 {
      position: relative;
      bottom: 0;
      margin-top: 60px;
    }

    .desc1 {
      grid-gap: 30px;
    }

    .Box1 .map {
      width: 100%;
      height: 400px;
    }
  }

  @media (max-width: 720px) {
    .desc1 h2 {
      font-size: 24px;
    }

    .desc1 strong {
      font-size: 18px;
    }

    .desc1 p {
      width: 100%;
    }

    .aa1 a {
      margin-right: 30px;
    }

    .aa1 a p {
      font-size: 18px;
    }

    .aa1 a p img {
      width: 30px;
    }
  }


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

  /* box2 */
  .Box2 {
    width: 100%;
    padding: 0px var(--w1600);
    padding-top: 120px;
  }

  .Box2 .titile {
    font-family: PuHuiTi85;
    font-size: 38px;
    color: #000000;
  }

  .Item2Box {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
  }

  .item2 {
    width: calc(50% - 15px);
    background: #EDF1F8;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }

  .imgText2 {
    width: 100%;
    padding: 60px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .imgText2 .img2 {
    width: 50%;
    max-height: 300px;
    border-radius: 10px;
    object-fit: contain;
  }

  .text2 {
    width: 50%;
  }

  .text2 h1 {
    font-weight: 700;
    font-size: 28px;
    color: #8C8C8C;
  }

  .text2 span {
    margin-top: 60px;
    display: block;
    width: 40px;
    height: 5px;
    background: var(--color);
  }

  .bottom2 {
    width: 100%;
    border-top: 1px solid #D9D9D9;
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .bottom2 p {
    font-family: PuHuiTi85;
    font-size: 22px;
    color: #707070;
  }

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

    .imgText2 {
      padding: 30px;
      display: flex;
      flex-wrap: wrap;
    }

    .text2 {
      width: 100%;
    }

    .imgText2 .img2 {
      margin-top: 30px;
      width: 100%;
      object-position: left;
    }

    .text2 span {
      margin-top: 30px;
    }


    .bottom2 {
      padding: 30px;
    }

    .bottom2 img {
      width: 45px;
    }

  }

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

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



    .Item2Box {
      margin-top: 30px;
      grid-gap: 15px;
    }

    .item2 {
      width: calc(50% - 7.5px);
    }

    .imgText2 {
      padding: 20px;
    }

    .text2 h1 {
      font-size: 18px;
    }

    .bottom2 {
      padding: 20px;
    }

    .bottom2 p {
      font-size: 16px;
    }

    .bottom2 img {
      width: 30px;
    }
  }

  @media (max-width: 460px) {
    .item2 {
      width: 100%;
    }
  }

  /* 表单 */
  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;
    /* display: none; */
  }

  label input {
    width: 100%;
    height: 70px;
    background: #fff;
    padding-left: 15px;
    border: 1px solid #ccc;
  }

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

  .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;
      grid-gap: 15px 0;
    }

    .input1 {
      width: 100%;
    }

    label h1 {
      font-size: 16px;
      margin-bottom: 5px;
    }

    label input {
      height: 45px;
    }

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