.aboutus {
  background-image: url(/img/about.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 48vw;
  padding-top: 16vw;
}

.aboutus .en-title {
  font-size: 6.9333vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.aboutus .cn-title {
  margin-top: 5.3333vw;
  font-size: 4.2667vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.aboutus .en-title:hover,
.aboutus .cn-title:hover {
  filter: drop-shadow(0 0 5px #fff);
}

.story {
  padding: 16vw 8vw 61.7333vw;
  background-color: #efefef;
  background-image: url(/img/story.png);
  background-size: 100vw 61.7333vw;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.story .baseinfo .en-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 6.4vw;
  color: #0e1213;
}

.story .cn-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 6.4vw;
  color: #0e1213;
  margin-top: 4vw;
}

.story .baseinfo .desc {
  padding: 8vw 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 3.4667vw;
  color: #0e1213;
  line-height: 6.4vw;
  text-align: justify;
}

.gswf {
  padding: 16vw 8vw 68.4vw;
  background-color: #010101;
  background-image: url(/img/gswf.png);
  background-size: 100% 68.4vw;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.gswf .logo-img {
  width: 20.2667vw;
  aspect-ratio: 152 / 40;
}

.gswf .title {
  margin-top: 5.3333vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 6.4vw;
  color: #ffffff;
}

.gswf .desc {
  padding: 8vw 0 16vw;
  display: flex;
  flex-direction: column;
  gap: 8vw 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 3.4667vw;
  color: #FFFFFF;
  line-height: 6.4vw;
  text-align: justify;
}
