.aboutUsModule {
  margin: 80px 0 0 0;
}

.titleBg {
  height: 54px;
  font-size: 62px;
  font-weight: 800;
  color: #FFFAE3;
  line-height: 0px;
  text-align: center;
}

.subRepTitle {
  height: 45px;
  font-size: 40px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 0px;
  margin-top: -30px;
  text-align: center;
}

#positionIconBox {
  margin-top: 140px;
}

.contentBox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.leftImgWrap {
  width: 520px;
  height: 656px;
  position: relative;
}

.backgroundBg {
  width: 320px;
  height: 474px;
  position: absolute;
  top: 0;
  left: 0;
}

.backgroundBgS {
  width: 320px;
  height: 474px;
  position: absolute;
  top: 0;
  right: 0;
}

.backgroundImg {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 390px;
  height: 508px;
}

.backgroundImgS {
  position: absolute;
  top: 70px;
  right: 70px;
  width: 390px;
  height: 508px;
}

.rightTextWrap {
  flex: 1;
  order: 1;
}

.titleN {
  font-size: 36px;
  line-height: 50px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
}

.labelS {
  width: 27px;
  height: 4px;
  background: #272727;
  margin: 20px 0 50px 0;
}

.msgS {
  font-size: 24px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #656565;
  line-height: 36px;
}

#selectModule {
  margin-top: 80px;
}

.mapModule {
  margin-top: 80px;
}

.mapBoxS {
  width: 100%;
  height: 400px;
}
#mapBox {
  width: 100%;
  height: 100%;
}
.aaaa {
  display: block;
}
.mapImg {
  width: 100%;
  height: 400px;
}
.listWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.itemS {
  flex: 1;
  height: 220px;
  background: #F9F9F9;
  border-radius: 10px;
  margin-right: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-top: 80px;
}

.itemS:last-child {
  margin-right: 0;
}

.msgM {
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #656565;
  line-height: 24px;
  text-align: center;
}

.titleM {
  font-size: 22px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
}

.icomM {
  width: 116px;
  height: 116px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

#footer {
  margin-top: 200px;
}

.orderOld {
  order: 2;
}
.leftImgWrap {
  display: block;
}
.imgWrapS {
  display: none;
  width: 100%;
  /* height: 342px; */
}
.imgS {
  width: 100%;
  height: 100%;
}
.descWrap {
  width: 100%;
  margin-top: 100px;
  background-color: #FDD501;
}
.descImg {
  width: 100%;
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .titleBg {
    height: 54px;
    font-size: 36px;
    font-weight: 800;
    color: #FFFAE3;
    line-height: 0px;
    text-align: center;
  }

  .subRepTitle {
    height: 45px;
    font-size: 26px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #333333;
    line-height: 0px;
    margin-top: -40px;
    text-align: center;
  }

  #positionIconBox {
    margin-top: 0px;
  }

  .contentBox {
    flex-direction: column;
    margin-top: 40px;
  }

  .leftImgWrap {
    width: 100%;
    height: 100%;
  }

  .backgroundBg {
    display: none;
  }

  .backgroundBgS {
    display: none;
  }

  .backgroundImg {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }

  .backgroundImgS {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }

  .titleN {
    font-size: 22px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #333333;
  }

  .labelS {
    width: 26px;
    height: 4px;
    background: #272727;
    margin: 10px 0 30px 0;
  }

  .msgS {
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #656565;
    line-height: 30px;
  }

  .orderOld {
    order: 0;
  }

  .listWrap {
    display: flex;
    flex-direction: column;
  }
  .itemS {
    flex: auto;
  }
  .aaaa {
    display: none;
  }
  #mapBox {
    display: block;
  }
  #footer {
    margin-top: 50px;
  }
  .leftImgWrap {
    display: none;
  }
  .imgWrapS {
    display: block;
    width: 100%;
    /* height: 342px; */
  }
  .imgS {
    width: 100%;
    height: 100%;
  }
  .mapModule {
    margin-top: 0px;
  }
  .descWrap {
    margin-top: 20px;
  }
}