.page {
  position: relative;
  /* width: 1920px; */
  /* height: 1873px; */
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
}
/* 联系方式 */
.contact-info {
  width: 1200px;
  margin: 30px auto;
  padding-bottom: 30px;
  border-bottom: 1px dashed #bebebe;
}
.contact-info-title {
  display: block;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 26px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 37px;
  text-align: left;
}

.contact-phone,
.contact-postal,
.contact-email {
  width: 140px;
  height: 26px;
  margin-top: 31px;
  /* margin: 31px 0 0 360px; */
}
/* .contact-email,
.contact-postal {
  margin-top: 30px;
} */
.contact-phone-icon,
.contact-postal-icon,
.contact-email-icon {
  width: 30px;
  height: 26px;
  margin-right: 30px;
}

.contact-phone-text,
.contact-postal-text,
.contact-email-text {
  width: 80px;
  height: 22px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 22px;
  text-align: left;
}
.contact-phone-number,
.contact-postal-code,
.contact-email-address {
  width: 115px;
  height: 22px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 22px;
  text-align: left;
  margin: 6px 0 0 60px;
}
.address {
  width: 1200px;
  margin: 0px auto;
}

.address-title {
  /* width: 104px; */
  height: 37px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 26px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 37px;
  text-align: left;
  /* margin: 30px 0 0 360px; */
}

.address-content {
  width: 313px;
  height: 54px;
  margin-top: 31px;
  /* margin: 31px 0 0 360px; */
}

.address-icon {
  width: 30px;
  height: 39px;
}

.address-group {
  width: 253px;
  height: 54px;
}

.address-group-txt {
  width: 80px;
  height: 22px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 22px;
  text-align: left;
}

.address-group-info {
  width: 253px;
  height: 22px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 22px;
  text-align: left;
  margin-top: 10px;
}
/* 地图 */
.map {
  z-index: 16;
  position: relative;
  /* width: 1920px; */
  height: 500px;
  overflow: hidden;
  background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng3e8a2baccbd3351642d34df255a7584f38c27ab02beb052623b624d7bc30d54e)
    100% no-repeat;
  margin-top: 50px;
}

.img2 {
  z-index: 17;
  position: absolute;
  left: 0;
  top: 0;
  /* width: 1920px; */
  width: 100%;
  height: 500px;
}
