.Conten-swiper {
  width: 100vw;
  min-width: 1180px;
  height: 380px;
  position: relative;
}
.Conten-swiper .SwiperText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 1180px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 2px;
}
.UsInfo {
  width: 100vw;
  min-width: 1180px;
}
.UsInfo .UsInfoTitle {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  margin-top: 80px;
}
.UsInfo .infoText {
  font-size: 18px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  text-indent: 36px;
  text-align: left;
  font-family: Arial;
}
.UsInfo .UsBottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 53px;
}
.UsInfo .UsBottomImg {
  width: 540px;
  height: 475px;
}
.UsInfo .UsBottomRight {
  width: 640px;
  height: 475px;
  background: #F6F7FB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.UsInfo .UsBottomRight .RigBox {
  width: 480px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.UsInfo .UsBottomRight .BoxImg {
  width: 80px;
  height: 80px;
  margin-left: 21px;
  margin-right: 14px;
}
.UsInfo .UsBottomRight .BigText {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
}
.UsInfo .UsBottomRight .SmallText {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
