.aboutus-banner {
  width: 100%;
  height: 765px;
  background-image: url("/images/aboutus/part1bj.png");
  background-size: 1920px auto; /* 固定宽度为1920px，高度自动 */
  background-position: center; /* 居中显示 */
  background-repeat: no-repeat; /* 不重复 */
  position: relative;
}
.aboutus-text {
  width: 826px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 130px auto 0px;
}
.aboutus-text > div > div > span:first-child {
  font-size: 82px !important;
  font-family: num;
}
.color1 {
  color: #e5b05c !important;
}
.color2 {
  color: #2b50ee !important;
}
.color3 {
  color: #25357b !important;
}
.aboutus-text > div > div > span:last-child {
  font-size: 20px;
  color: #191b24;
  margin-left: 8px;
}
.aboutus-text > div > div:last-child {
  color: #191b24;
  font-size: 20px;
}
.aboutus-culture {
  width: 100%;
  height: 860px;
  background-image: url("/images/aboutus/part2bj.png");
  background-size: 1920px auto; /* 固定宽度为1920px，高度自动 */
  background-position: center; /* 居中显示 */
  background-repeat: no-repeat; /* 不重复 */
  position: relative;
}
.aboutus-products {
  width: 100%;
  height: 700px;
  background-image: url("/images/aboutus/part3bj.png");
  background-size: 1920px auto; /* 固定宽度为1920px，高度自动 */
  background-position: center; /* 居中显示 */
  background-repeat: no-repeat; /* 不重复 */
  position: relative;
}
.aboutus-products-box {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.products-img {
  height: 100px;
  position: absolute;
  display: flex;
}
.products-img:first-child {
  width: 3870px;
  animation: getImg 20s linear infinite;
}
.products-img:last-child {
  width: 4653px;
  animation: getImg1 24s linear infinite;
  margin-top: 135px;
}
.products-top {
  width: 100%;
  height: 100px;
  background-image: url("/images/aboutus/top.png");
  background-size: 1920px auto; /* 固定宽度为1920px，高度自动 */
  background-position: center; /* 居中显示 */
  background-repeat: no-repeat; /* 不重复 */
  z-index: 1;
}
.products-bottom {
  width: 100%;
  height: 100px;
  background-image: url("/images/aboutus/bottom.png");
  background-size: 2309px auto; /* 固定宽度为1920px，高度自动 */
  background-position: center; /* 居中显示 */
  background-repeat: no-repeat; /* 不重复 */
  z-index: 1;
}
.products-bottom:last-child,
.products-top:last-child {
  top: 0px;
  margin-left: 30px;
}
@keyframes getImg {
  0% {
    left: 0px;
  }
  100% {
    left: -1936px;
  }
}
@keyframes getImg1 {
  0% {
    left: 0px;
  }
  100% {
    left: -2343px;
  }
}
.products-title {
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 36px;
  padding: 0px;
  padding-top: 93px;
  margin-bottom: 30px;
}
.products-sub-title {
  color: #9aaeff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 110px;
}
