.banner {
  height: 400px;
  text-align: center;
  margin-top: 70px;
}
.banner .item {
  height: 400px;
}
.banner .image-background {
  background-size: cover;
}
.banner h5 {
  text-align: center;
  margin: 0;
  font-size: 42px;
  padding-bottom: 8px;
  padding-top: 100px;
}
.banner .text {
  color: #8C9FC4;
  font-size: 14px;
  line-height: 2;
}
.banner .btn {
  width: 150px;
  height: 46px;
  background: #00adff;
  display: inline-block;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  padding: 0;
  margin-top: 20px;
}
.subtext {
  color: #0089FF;
  font-size: 12px;
}
.titleText {
  font-size: 36px;
  color: #333;
  line-height: 1;
}
.container {
  line-height: 2;
}
.textCenter {
  text-align: center;
}
.ProductPb70 {
  padding-bottom: 70px;
}
.ProductsT90 {
  padding-top: 90px;
}
.ProductsRight {
  text-align: right;
}
.p14px {
  text-align: center;
  font-size: 14px;
}
.p16px {
  font-size: 16px;
}
.ProductCase {
  padding-bottom: 140px;
}
.ProductCase .caseList {
  float: left;
  width: 20%;
}
.ProductCase dl {
  margin: 0 8px;
  height: 300px;
  background: #FFFFFF;
  box-shadow: 0px 1px 9px 1px rgba(4, 173, 239, 0.22);
  border-radius: 12px;
}
.ProductCase dl dt {
  display: block;
  padding: 40px 0 35px;
  text-align: center;
}
.ProductCase dl dt img {
  display: inline-block;
}
.ProductCase dl dd {
  padding: 0 7%;
  text-align: center;
  color: #333;
}
.ProductCase dl dd .text {
  font-size: 14px;
  line-height: 1.7;
}
.ProductCase dl dd .title {
  font-size: 16px;
  padding-bottom: 10px;
}
.ProductsBg {
  background: #F2F4F6;
  padding: 70px 0;
}
.ProductAdvantages dl {
  background: #ffffff;
  box-shadow: 0px 3px 11px 4px rgba(225, 246, 254, 0.48);
  border-radius: 12px;
  padding: 55px 35px 59px 30px;
  font-size: 16px;
  margin-bottom: 50px;
  -webkit-transition-property: all;
  -webkit-transition-duration: 1.3s;
  -webkit-transition-delay: 0.2;
  -webkit-transition-timing-function: ease;
}
.ProductAdvantages dl:hover {
  transform: translateY(-12px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 1.3s;
  -webkit-transition-delay: 0.2;
  -webkit-transition-timing-function: ease;
  box-shadow: 0px 2px 12px 0px rgba(68, 127, 250, 0.54);
}
.ProductAdvantages:nth-child(2n) dl {
  margin-left: 10px;
}
.ProductAdvantages .titles {
  font-weight: 600;
  color: #333;
}
.ProductAdvantages p {
  margin-bottom: 0;
}
.ProductAdvantages dt {
  width: 100px;
  float: left;
  margin-bottom: 0;
}
.ProductAdvantages dd {
  margin-left: 100px;
  line-height: 2;
}
.ProductAdvantages:first-child dl,
.ProductAdvantages:nth-child(1+2n) dl {
  margin-right: 10px;
}
.hezuo dt {
  overflow: hidden;
  padding-bottom: 10px;
}
.hezuo dt .iconImg {
  width: 76px;
  float: left;
}
.hezuo dt .p-img {
  margin-left: 80px;
  padding-top: 25px;
}
.hezuo dt img {
  width: 100%;
  display: inline-block;
}
.caseMore {
  width: 150px;
  height: 46px;
  background: #00ADFF;
  color: #fff;
  line-height: 46px;
  font-size: 16px;
  display: inline-block;
}
.ProductPtb70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-device-width: 800px) {
  .banner h5 {
    font-size: 24px;
  }
  .ProductAdvantages dl {
    padding: 25px 35px 29px 30px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .ProductCase {
    padding-bottom: 50px;
  }
  .ProductCase .caseList {
    width: 100%;
  }
  .ProductCase .caseList dl {
    height: 240px;
    margin-bottom: 30px;
  }
  .ProductCase .caseList dt {
    padding: 30px 0;
  }
  .hezuo {
    text-align: center;
  }
  .hezuo dt {
    text-align: center;
  }
  .hezuo dt .iconImg {
    display: inline-block;
    float: inherit;
  }
  .hezuo dt .p-img {
    display: none;
  }
  .ProductPtb70 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
