.banner {
  text-align: center;
  position: absolute;
  top: 153px;
  left: 0;
  right: 0;
}
.banner img {
  width: 1112px;
  height: 560px;
}
.otherBox {
  position: relative;
  z-index: 9;
  padding-top: 547px;
}
.otherBox a {
  display: block;
  margin-bottom: 50px;
}
.otherBox a:last-child {
  margin-bottom: 0px;
}
.otherBox .oImg {
  display: block;
  width: 1000px;
  height: 500px;
  margin: 0 auto;
}
.descBox {
  background-image: url(../img/home/back.png);
  background-size: cover;
  background-position: center 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 1349px;
  position: absolute;
  bottom: 248px;
  left: 0;
  right: 0;
}
.descCon {
  margin-top: 98px;
  padding-bottom: 433px;
  display: flex;
  justify-content: center;
}
.descCon .descMsg {
  width: 989px;
  position: relative;
  left: -50px;
  display: flex;
}
.descCon .descMsg .title {
  width: 345px;
  height: 144px;
}
.descCon .descMsg .rightValue {
  width: 603px;
  height: 374px;
  margin-left: 41px;
  color: #000;
  line-height: 35px;
  font-size: 18px;
  color: #fff;
}
