.contact1 {
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact1 .title {
  font-family: "jiangchengyuanti300W", sans-serif;
  font-weight: normal;
  font-size: 48px;
  color: #FFFFFF;
}
.contact1 .position {
  width: 1200px;
  height: 244px;
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -110px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact1 .position .item {
  text-align: center;
}
.contact1 .position .item .img {
  width: 44px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 37px;
}
.contact1 .position .item .p1 {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin: 0 0 19px;
}
.contact1 .position .item .p2 {
  font-weight: 500;
  font-size: 22px;
  color: #1A1A1A;
}
.contact1 .position .line {
  width: 1px;
  height: 50px;
  background: #DDDDDD;
  margin: 0 200px;
}

.contact2 {
  background: #F9F9F8;
  padding: 175px 0 100px 0;
}
.contact2 .wrap .title {
  text-align: center;
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #1A1A1A;
  margin: 0 0 58px;
}
.contact2 .wrap .content {
  display: flex;
  justify-content: center;
}
.contact2 .wrap .content .item {
  text-align: center;
}
.contact2 .wrap .content .item:not(:last-child) {
  margin: 0 108px 0 0;
}
.contact2 .wrap .content .item .img {
  width: 154px;
  height: 154px;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.contact2 .wrap .content .item .img img {
  width: 144px;
}
.contact2 .wrap .content .item .text {
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
}

@media screen and (max-width: 1919px) {
  .contact1 {
    height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact1 .title {
    font-family: "jiangchengyuanti300W", sans-serif;
    font-weight: normal;
    font-size: 2.5vw;
    color: #FFFFFF;
  }
  .contact1 .position {
    width: 62.5vw;
    height: 12.7083333333vw;
    background: #FFFFFF;
    border-radius: 0.5208333333vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5.7291666667vw;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact1 .position .item {
    text-align: center;
  }
  .contact1 .position .item .img {
    width: 2.2916666667vw;
    height: 1.9270833333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.9270833333vw;
  }
  .contact1 .position .item .p1 {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #666666;
    margin: 0 0 0.9895833333vw;
  }
  .contact1 .position .item .p2 {
    font-weight: 500;
    font-size: 1.1458333333vw;
    color: #1A1A1A;
  }
  .contact1 .position .line {
    width: 1px;
    height: 2.6041666667vw;
    background: #DDDDDD;
    margin: 0 10.4166666667vw;
  }
  .contact2 {
    background: #F9F9F8;
    padding: 9.1145833333vw 0 5.2083333333vw 0;
  }
  .contact2 .wrap .title {
    text-align: center;
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 1.25vw;
    color: #1A1A1A;
    margin: 0 0 3.0208333333vw;
  }
  .contact2 .wrap .content {
    display: flex;
    justify-content: center;
  }
  .contact2 .wrap .content .item {
    text-align: center;
  }
  .contact2 .wrap .content .item:not(:last-child) {
    margin: 0 5.625vw 0 0;
  }
  .contact2 .wrap .content .item .img {
    width: 8.0208333333vw;
    height: 8.0208333333vw;
    background: #FFFFFF;
    border-radius: 0.2083333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.9375vw;
  }
  .contact2 .wrap .content .item .img img {
    width: 7.5vw;
  }
  .contact2 .wrap .content .item .text {
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #1A1A1A;
  }
}
@media screen and (max-width: 1024px) {
  .contact1 .title {
    font-size: 24px;
  }
  .contact1 .position {
    width: 90%;
    height: auto;
    padding: 20px 5%;
    gap: 0 20px;
    bottom: -50px;
  }
  .contact1 .position .item .img {
    width: 30px;
    height: 32px;
    margin: 0 auto 15px;
  }
  .contact1 .position .item .p1 {
    font-size: 15px;
    margin: 0 0 10px;
  }
  .contact1 .position .item .p2 {
    font-size: 12px;
  }
  .contact1 .position .line {
    display: none;
  }
  .contact2 {
    padding: 80px 0 50px 0;
  }
  .contact2 .wrap .title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .contact2 .wrap .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 45px;
    width: fit-content;
    margin: 25px auto 0;
  }
  .contact2 .wrap .content .item {
    margin: 0 !important;
  }
  .contact2 .wrap .content .item .img {
    width: 100px;
    height: 100px;
    margin: 0 0 10px;
  }
  .contact2 .wrap .content .item .img img {
    width: 90%;
  }
  .contact2 .wrap .content .item .text {
    font-size: 14px;
  }
}

/*# sourceMappingURL=contact.css.map */
