.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;
  padding-top: 100px;
}
.banner .text {
  color: #8C9FC4;
  font-size: 16px;
  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;
}
.Companyprofile {
  background: #F7F9FA;
  margin-top: 85px;
}
.Companyprofile .left_img {
  padding: 50px 75px 40px;
  box-sizing: border-box;
}
.Companyprofile .left_img img {
  padding: 0;
}
.Companyprofile .rightText {
  padding: 50px 55px 40px 0;
  color: #333;
  line-height: 2;
  font-size: 14px;
}
.subtext {
  color: #0089FF;
  font-size: 12px;
}
.titleText {
  font-size: 36px;
  color: #333;
  line-height: 1;
}
.container {
  line-height: 2;
}
.ProductsServices {
  font-size: 14px;
  padding: 40px 35px 50px 0;
}
.ProductsTB90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ProductsT90 {
  padding-top: 90px;
}
.ProductsRight {
  text-align: right;
}
.ProductsRight img {
  display: inline-block;
  padding-top: 80px;
}
.ProductsFour {
  text-align: center;
  border: 1px solid #009FFF;
  border-bottom: 0;
  width: 105px;
  margin: 0 auto;
}
.ProductsFour img {
  display: inline-block;
  padding: 25px 0 15px;
}
.ProductsFourtitle {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #222;
  font-weight: 600;
  margin-bottom: 5px;
}
.ProductsFourText {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 5px;
}
.ProductsFourBottom {
  border: 1px solid #009FFF;
  border-top: 0;
  width: 105px;
  margin: 0 auto;
  height: 30px;
}
.ProductsR30 {
  padding-right: 30px;
}
.ProductsBg {
  background: #F2F4F6;
  padding: 70px 0;
}
.textCenter {
  text-align: center;
}
.ProductAdvantages dl {
  background: #FFFFFF;
  box-shadow: 0px 1px 9px 1px rgba(230, 230, 230, 0.56);
  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:first-child dl,
.ProductAdvantages:nth-child(1+2n) dl {
  margin-right: 10px;
}
.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;
}
.ProductPb70 {
  padding-bottom: 70px;
}
.ProductCase {
  padding-left: 0;
  padding-right: 0;
}
.ProductCase dl {
  margin: 0 20px 62px 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(230, 230, 230, 0.73);
  text-align: center;
  -webkit-transition-property: all;
  -webkit-transition-duration: 1.3s;
  -webkit-transition-delay: 0.2;
  -webkit-transition-timing-function: ease;
}
.ProductCase 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);
}
.ProductCase dl dt img {
  width: 100%;
}
.ProductCase dl dd {
  padding: 15px 0;
  margin: 0;
  color: #2E1F1F;
  font-size: 16px;
}
.caseMore {
  height: 46px;
  border: 1px solid #2962E4;
  color: #2962E4;
  border-radius: 4px;
  line-height: 4;
  line-height: 1;
  display: inline-block;
  padding: 15px 60px;
  font-size: 16px;
}
.caseMore:hover {
  color: #2962E4;
  opacity: 0.58;
  text-decoration: none;
}
@media (max-width: 767px) {
  .banner {
    margin-top: 0;
  }
  .subtext {
    text-align: center;
  }
  .titleText {
    font-size: 30px;
    text-align: center;
  }
  .Companyprofileimg {
    display: none;
  }
  .Companyprofile {
    margin-top: 10px;
  }
  .Companyprofile .rightText {
    padding-right: 15px;
    margin-top:180px;
  }
  .ProductsServices {
    padding-right: 15px;
  }
  .Products-clear {
    clear: both;
  }
  .ProductsFourBottom {
    margin-bottom: 30px;
  }
  .ProductsRight img {
    padding-top: 40px;
  }
  .ProductCase dl {
    margin: 0 10px 40px;
  }
}
@media (max-width: 767px)
.banner {
	height: auto;
}
