.section1 .wrap {
  width: 1400px;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 120px;
}

.section1 .wrap .top {
  display: flex;
  justify-content: space-between;
}

.section1 .wrap .top .left .title {
  margin-bottom: 90px;
}

.section1 .wrap .top .left .title h3 {
  color: #1a1a1a;
  font-size: 42px;
  margin-bottom: 24px;
}

.section1 .wrap .top .left .title h4 {
  color: #1a1a1a;
  font-size: 32px;
}

.section1 .wrap .top .left .main h4 {
  color: #1a1a1a;
  font-size: 24px;
  margin-bottom: 30px;
}

.section1 .wrap .top .left .main .list {
  display: flex;
  gap: 20px;
}

.section1 .wrap .top .left .main .list .item .text {
  color: #1a1a1a;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
}

.section1 .wrap .top .right {
  width: 880px;
}

.section1 .wrap .top .right .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.section1 .wrap .top .right .item {
  padding: 30px;
  background-color: #F9F9F9;
  width: 286px;
}

.section1 .wrap .top .right .item .icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 30px;
}

.section1 .wrap .top .right .item .icon img {
  max-width: 30px;
  max-height: 30px;
}

.section1 .wrap .top .right .item h4 {
  color: #1a1a1a;
  font-size: 20px;
  margin-bottom: 20px;
}

.section1 .wrap .top .right .item p {
  color: #666;
  font-size: 16px;
  line-height: 26px;
}

.section1 .wrap .top .right .item:nth-child(2) {
  flex: 580px;
}

.section1 .wrap .bottom {
  height: 580px;
  margin-top: 120px;
}

.section1 .wrap .bottom #map {
  width: 100%;
  height: 100%;
}

.section2 {
  background-color: #F9F9F9;
}

.section2 .wrap {
  width: 1400px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 100px;
}

.section2 .wrap .title {
  margin-bottom: 70px;
}

.section2 .wrap .title h3 {
  color: #1a1a1a;
  font-size: 32px;
}

.section2 .wrap .main .list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.section2 .wrap .main .list .item {
  width: 440px;
}

.section2 .wrap .main .list .item .key {
  font-size: 16px;
  margin-bottom: 20px;
}

.section2 .wrap .main .list .item .key span {
  font-size: 16px;
  color: #F20000;
}

.section2 .wrap .main .list .item .value {
  height: 74px;
  width: 100%;
  background-color: #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.section2 .wrap .main .list .item .value input {
  border: none;
  width: 100%;
  font-size: 16px;
}

.section2 .wrap .main .list .item.textarea {
  width: 100%;
}

.section2 .wrap .main .list .item.textarea .value {
  height: 304px;
  padding: 20px;
}

.section2 .wrap .main .list .item.textarea .value textarea {
  height: 100%;
  width: 100%;
  border: none;
  font-size: 16px;
}

.section2 .wrap .main button {
  width: 164px;
  height: 62px;
  background-color: #FFB3AB;
  border-radius: 32px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.mapbox {
  width: fit-content;
  height: 70px;
  background-color: #fff;
  border-radius: 20px;
}

.mapbox .text {
  display: flex;
  align-items: center;
  padding: 0 25px;
  height: 100%;
  position: relative;
}

.mapbox .text::after {
  width: 24px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  content: "";
  left: 50px;
  bottom: -10px;
  transform: rotate(45deg);
}

.mapbox .text .logo {
  width: 130px;
}

.mapbox .text .line {
  width: 1px;
  height: 26px;
  background-color: #E7E7E7;
  margin-left: 20px;
  margin-right: 16px;
}

.mapbox .text a {
  display: flex;
  align-items: center;
  color: #1A1A1A;
  transition: all 0.6s;
}

.mapbox .text a:hover {
  color: #FFB3AB;
}

.mapbox .text a .icon {
  width: 28px;
  margin-right: 10px;
}

.mapbox .text a .icon img {
  width: 100%;
}
.section1 .wrap .bottom{
  position: relative;
}
.section1 .wrap .bottom .PE{
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  /* z-index: 999999999; */
}
.section1 .wrap .top .left .main .list .item .img{
  width: 130px;
}
@media screen and (max-width: 1919px) {
  .section1 .wrap {
    width: 72.9166666667vw;
    padding-top: 7.2916666667vw;
    padding-bottom: 6.25vw;
  }

  .section1 .wrap .top .left .title {
    margin-bottom: 4.6875vw;
  }

  .section1 .wrap .top .left .title h3 {
    font-size: 2.1875vw;
    margin-bottom: 1.25vw;
  }

  .section1 .wrap .top .left .title h4 {
    font-size: 1.6666666667vw;
  }

  .section1 .wrap .top .left .main h4 {
    font-size: 1.25vw;
    margin-bottom: 1.5625vw;
  }

  .section1 .wrap .top .left .main .list {
    gap: 1.041666666vw;
  }

  .section1 .wrap .top .left .main .list .item .text {
    font-size: 0.9375vw;
    margin-top:1.0416666vw;
  }

  .section1 .wrap .top .right {
    width: 45.8333333333vw;
  }

  .section1 .wrap .top .right .list {
    gap: 0.5208333333vw;
  }

  .section1 .wrap .top .right .item {
    padding: 1.5625vw;
    width: 14.8958333333vw;
  }

  .section1 .wrap .top .right .item .icon {
    width: 3.5416666667vw;
    height: 3.5416666667vw;
    margin-bottom: 1.5625vw;
  }

  .section1 .wrap .top .right .item .icon img {
    max-width: 1.5625vw;
    max-height: 1.5625vw;
  }

  .section1 .wrap .top .right .item h4 {
    font-size: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }

  .section1 .wrap .top .right .item p {
    font-size: 0.8333333333vw;
    line-height: 1.3541666667vw;
  }

  .section1 .wrap .top .right .item:nth-child(2) {
    flex: 1 1 30.2083333333vw;
  }

  .section1 .wrap .bottom {
    height: 30.2083333333vw;
    margin-top: 6.25vw;
  }

  .section2 .wrap {
    width: 72.9166666667vw;
    padding-top: 5.7291666667vw;
    padding-bottom: 5.2083333333vw;
  }

  .section2 .wrap .title {
    margin-bottom: 3.6458333333vw;
  }

  .section2 .wrap .title h3 {
    font-size: 1.6666666667vw;
  }

  .section2 .wrap .main .list {
    gap: 2.0833333333vw;
  }

  .section2 .wrap .main .list .item {
    width: 22.9166666667vw;
  }

  .section2 .wrap .main .list .item .key {
    font-size: 0.8333333333vw;
    margin-bottom: 1.0416666667vw;
  }

  .section2 .wrap .main .list .item .key span {
    font-size: 0.8333333333vw;
  }

  .section2 .wrap .main .list .item .value {
    height: 3.8541666667vw;
    padding: 0px 1.0416666667vw;
  }

  .section2 .wrap .main .list .item .value input {
    font-size: 0.8333333333vw;
  }

  .section2 .wrap .main .list .item.textarea .value {
    height: 15.8333333333vw;
    padding: 1.0416666667vw;
  }

  .section2 .wrap .main .list .item.textarea .value textarea {
    font-size: 0.8333333333vw;
  }

  .section2 .wrap .main button {
    width: 8.5416666667vw;
    height: 3.2291666667vw;
    border-radius: 1.6666666667vw;
    font-size: 0.8333333333vw;
    margin-top: 3.6458333333vw;
  }

  .mapbox {
    height: 3.6458333333vw;
    border-radius: 1.0416666667vw;
  }

  .mapbox .text {
    padding: 0px 1.3020833333vw;
  }

  .mapbox .text::after {
    width: 1.25vw;
    height: 1.25vw;
    left: 2.6041666667vw;
    bottom: -0.5208333333vw;
  }

  .mapbox .text .logo {
    width: 6.7708333333vw;
  }

  .mapbox .text .line {
    height: 1.3541666667vw;
    margin-left: 1.0416666667vw;
    margin-right: 0.8333333333vw;
  }

  .mapbox .text a .icon {
    width: 1.4583333333vw;
    margin-right: 0.5208333333vw;
  }

  .section1 .wrap .top .left .main .list .item .img {
    width:6.77083333vw;
  }
}

@media screen and (max-width: 1024px) {
  .section1 .wrap .bottom #map{
    pointer-events: none;
    /* display: none; */
  }
  .section1 .wrap .bottom .PE{
    display: block;
    /* background-color: #1A1A1A; */
  }
  .section1 .wrap {
    width: 90%;
    padding: 60px 0;
  }

  .section1 .wrap .top .left .title h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .section1 .wrap .top .left .title h4 {
    font-size: 20px;
  }

  .section1 .wrap .top .left .title {
    margin-bottom: 30px;
  }

  .section1 .wrap .top .left .main h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .section1 .wrap .top .left .main .list .item .text {
    font-size: 14px;
    margin-top: 10px;
  }

  .section1 .wrap .top .left .main .list .item .img {
    width: 100px;
  }

  .section1 .wrap .top .left .main .list {
    gap: 20px;
  }

  .section1 .wrap .top {
    flex-direction: column;
  }

  .section1 .wrap .top .left {
    margin-bottom: 30px;
  }

  .section1 .wrap .top .right {
    width: 100%;
  }

  .section1 .wrap .top .right .item {
    width: calc(33% - 5px);
  }

  .section1 .wrap .top .right .item:nth-child(2) {
    flex: 1 1 62%;
  }

  .section1 .wrap .top .right .list {
    gap: 10px;
  }

  .section1 .wrap .top .right .item {
    padding: 20px;
  }

  .section1 .wrap .top .right .item .icon {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
  }

  .section1 .wrap .top .right .item h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .section1 .wrap .top .right .item p {
    font-size: 14px;
    line-height: 2;
  }

  .section1 .wrap .top .right .item .icon img {
    max-width: none;
    max-height: none;
    width: 16px;
  }

  .section1 .wrap .bottom {
    height: 400px;
    margin-top: 40px;
  }

  .mapbox .text a {
    font-size: 0.833333vw;
  }

  .mapbox {
    height: 50px;
    border-radius: 10px;
  }

  .mapbox .text .logo {
    width: 80px;
  }

  .mapbox .text .line {
    height: 20px;
    margin: 0 15px;
  }

  .mapbox .text a .icon {
    width: 20px;
    margin-right: 10px;
  }

  .mapbox .text a {
    font-size: 14px;
  }

  .mapbox .text {
    padding: 0 10px;
  }

  .mapbox .text::after {
    width: 10px;
    height: 10px;
    left: 30px;
    bottom: -5px;
  }

  .section2 .wrap {
    width: 90%;
    padding: 60px 0;
  }

  .section2 .wrap .title h3 {
    font-size: 24px;
  }

  .section2 .wrap .title {
    margin-bottom: 40px
  }

  .section2 .wrap .main .list .item .key {
    font-size: 14px;
  }

  .section2 .wrap .main .list .item .key span {
    font-size: 14px;
  }

  .section2 .wrap .main .list {
    gap: 20px;
    justify-content: space-between;
  }

  .section2 .wrap .main .list .item {
    width: calc(33% - 14px);
  }

  .section2 .wrap .main .list .item .value {
    height: 40px;
    padding: 0 10px;
  }

  .section2 .wrap .main .list .item .key {
    margin-bottom: 10px;
  }

  .section2 .wrap .main .list .item .value input {
    font-size: 14px;
  }

  .section2 .wrap .main .list .item.textarea .value {
    height: 150px;
    padding: 10px;
  }

  .section2 .wrap .main .list .item.textarea .value textarea {
    font-size: 14px;
  }

  .section2 .wrap .main button {
    font-size: 14px;
    width: 120px;
    height: 36px;
    border-radius: 18px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap .top .right .list {
    /* flex-direction: column; */
  }

  .section1 .wrap .top .right .item {
    /* width: calc(50% - 5px); */
    width: 100%;
  }

  .section1 .wrap .top .right .item:nth-child(2) {
    flex: none;
    width: 100%;
    /* width: calc(50% - 5px); */
  }

  .section1 .wrap .bottom {
    height: 240px;
  }

  .section1 .wrap .top .right .item {
    padding: 15px;
  }

  .section1 .wrap .top .left .title h3 {
    font-size: 24px;
  }

  .section1 .wrap .top .left .title h4 {
    font-size: 18px;
  }

  .section1 .wrap .top .left .main h4 {
    font-size: 16px;
  }

  .section1 .wrap .top .right .item .icon {
    margin-bottom: 10px;
  }

  .section2 .wrap .title h3 {
    font-size: 20px;
  }

  .section2 .wrap .title {
    margin-bottom: 30px;
  }
  .section2 .wrap .main .list .item{
    width: 100%;
  }
      .section1 .wrap {
        padding: 50px 0;
      }
      .section2 .wrap{
        padding: 50px 0;
      }
      .section1 .wrap .top .left .main .list .item .img{
        width: 80px;
      }
}