.softWare .softWareTop {
  padding: 9rem 0;
  background: #fff;
  font-weight: bold;
  text-align: center;
}
.softWare .softWareCenter {
  width: 160.6rem;
  margin: 0 auto;
}
.softWare .softWareCenter h4 {
  padding: 9rem 0 2.2rem 0;
  font-weight: bold;
  text-align: center;
}
.softWare .softWareCenter .softWareSubTitle {
  font-weight: 500;
  color: #666666;
  padding: 0 20.3rem;
  margin: 4rem 8rem ;
}
.softWare .softWareCenter .softWareCenter_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 9rem;
  width: 120rem;
  margin: auto;
}
.softWare .softWareCenter .softWareCenter_box div {
  width: 24%;
  height: 18.2rem;
  background: #fff;
  margin-top: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.softWare .softWareCenter .softWareCenter_box div p {
  font-weight: 500;
}
.softWare .softWareCenter .softWareCenter_box div:hover {
  background-image: url('../image/softWareImg/softWarebg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  transition: all 0.3s ease;
}
.softWare .softWareBottom {
  background: #fff;
}
.softWare .softWareBottom h4 {
  font-weight: bold;
  text-align: center;
  padding: 9rem 0 4.5rem 0;
}
.softWare .softWareBottom .softWareSubTitle {
  font-weight: 500;
  color: #666666;
  padding: 0 44rem;
}
.softWare .softWareBottom .carouselExampleControlsBox {
  width: 114rem;
  margin: 0 auto;
  padding: 4.5rem 0 9rem 0;
}
.softWare .softWareBottom .carouselExampleControlsBox .flexItem {
  display: flex;
  justify-content: space-between;
}
.softWare .softWareBottom .carouselExampleControlsBox .flexItem .itemImgBox {
  width: 56rem;
}
.softWare .softWareBottom .carouselExampleControlsBox .flexItem .itemImgBox img {
  width: 100%;
  height: 33.3rem;
}
.softWare .softWareBottom .carouselExampleControlsBox .flexItem .itemImgBox div {
  padding: 1.7rem 2.2rem 3.6rem;
  background: #fff;
  color: #666;
}
