.aboutusPage {
  margin-top: 60px;
  width: 100%;
  max-width: 1240px;
  min-height: 756px;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: center;
}

.aboutusPage > .BigTitle {
  aspect-ratio: 626/94;
  width: 51%;
  display: inline-flex;
}

.aboutusPage > .BigImage {
  aspect-ratio: 604/402;
  width: 48.5%;
  max-width: 604px;
  display: inline-block;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.aboutusPage > .Brdiv1 {
  display: inline-flex;
  width: 100%;
  height: 60px;
}

.aboutusPage > .Brdiv2 {
  display: inline-flex;
  width: 48px;
}
.aboutusPage > .Brdiv3 {
  display: inline-flex;
  width: 100%;
  height: 30px;
}
.aboutusPage > .TextPage {
  display: inline-flex;
  flex-direction: column;
  padding-top: 20px;
  text-align: left;
}

.TextPage > span:first-child {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: black;
}

.TextPage > span:nth-child(2) {
  margin-top: 10px;
  text-align: left;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.1em;

  color: #999999;
}

.TextPage > .span3Text {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  margin-top: 40px;
  max-width: 588px;
  color: #333333;
  text-indent: 2em;
}

.TextPage > .span3Text > span {
  display: block;
}

.aboutusPage > .linkPages {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background: #2d2d2d;
  border-radius: 10px;
  aspect-ratio: 1240/108;
  display: inline-flex;
  min-height: 108px;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.aboutusPage > .linkPages > .linkPage {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}

.aboutusPage > .AsMore {
  height: 24px;
  margin-top: 44px;
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

.AsMore > .MoreDetail {
  color: black;
  font-size: 16;
  font-weight: 500;
  border-bottom: 2px solid black;
}

.AsMore > .MoreDetail:hover {
  color: #47a0ec;
  border-bottom: 0.1px solid #47a0ec;
}

.aboutusPage > .linkPages > .linkPage > span {
  margin-left: 10px;
}
@media screen and (max-width: 1240px) {
  .aboutusPage {
    margin-top: 20px;
  }
  .aboutusPage > .Brdiv1 {
    height: 20px;
  }
  .aboutusPage > .Brdiv2 {
    width: 0%;
  }
  .aboutusPage > .BigeTitle {
    aspect-ratio: 588/354;
    width: 48.5%;
    max-width: 588px;
  }
  .aboutusPage > .BigImage {
    max-width: unset;
    width: 95%;
  }
  .aboutusPage > .TextPage {
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    aspect-ratio: unset;
    justify-content: center;
    align-items: center;
    max-width: unset;
    text-align: left;
    width: 100%;
    background-color: #ffffff;
  }

  .TextPage > span:first-child {
    text-align: center;
    /* 广东金中宇科技有限公司 */
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.1em;
    color: black;
  }

  .TextPage > span:nth-child(2) {
    text-align: center;
    /* Guangdong Jinzhongyu Technology Co., Ltd */
    width: 100%;
    margin-top: 10px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.1em;

    color: #999999;
  }

  .aboutusPage > .TextPage > .span3Text {
    font-size: 16px;
    max-width: 690px;
  }
  .aboutusPage > .linkPages {
    min-height: 264px;
    min-width: 92%;
    width: 92%;
  }
  .aboutusPage > .linkPages {
    min-width: 690px;
    width: 61.73%;
  }
  .aboutusPage > .linkPages {
    aspect-ratio: unset;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-color: unset;
    border-radius: unset;
  }
  .aboutusPage > .Brdiv3 {
    display: inline-flex;
    width: 100%;
    height: 0px;
  }

  .aboutusPage > .linkPages > .linkPage {
    min-height: 88px;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    justify-content: start;
    background-color: #2d2d2d;
    border-radius: 10px;
    width: 100%;
  }
  .aboutusPage > .linkPages > .linkPage > img:first-child {
    margin-left: 30px;
  }
}
