.banner {
  height: 350px ;
}
.banner .layui-carousel .item {
  background: url('../images/locationService/locationBg.jpg') no-repeat;
  background-size: 100% 100%;
}
.banner .img-right img {
  width: 100%;
  max-width: 450px;
}
.banner h3 {
  margin-top: 65px;
  color: #fff;
}
.banner p {
  margin: 20px 0;
  color: #fff;
}
.banner .bannerItem button {
  padding: 7px 30px;
  color: #fff;
  background: #c00;
  border: 0;
}
.mainTitle {
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.haedwareBody {
  padding: 40px 0;
}
.haedwareBody h3 {
  margin-bottom: 20px;
}
.haedwareBody img {
  width: 100%;
  max-width: 122px;
}
.haedwareBody .productRight h4 {
  font-size: 20px;
  margin: 10px 0;
}
.haedwareBody .productRight h5 {
  font-size: 12px;
  font-weight: 700;
  margin: 5px 0;
}
.haedwareBody .productRight p {
  color: #666;
  margin-bottom: 5px;
}
.haedwareBody .productRight a {
  display: inline-block;
  color: #06c;
}
.haedwareBody .productRight .detail {
  padding: 5px 20px;
  background: #900;
  color: #fff;
}
.haedwareBody .productRight .detail:hover {
  background: #c00;
}
.hardwareScheme {
  padding: 20px 0;
  background: #ccc;
}
.hardwareScheme h3 {
  margin-bottom: 20px;
}
.scheme {
  height: 160px;
}
.scheme #test2 img {
  width: 220px;
  height: 140px;
}
.scheme .textTwoRight {
  margin-left: 230px;
}
.scheme .textTwoRight p {
  -webkit-line-clamp: 4;
  height: 110px;
  overflow: hidden;
}
.scheme .layui-carousel {
  background: none;
}
.scheme .item {
  background: none;
}
.scheme h4 {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
}
.scheme p {
  line-height: 23px;
  padding: 0 10px;
  margin-top: 10px;
}
.scheme #test3 img {
  width: 200px;
  height: 130px;
}
.scheme .textThreeRight {
  margin-left: 210px;
}
.scheme .textThreeRight p {
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 992px) {
  .banner {
    height: 350px;
  }
  .banner h3 {
    margin-top: 55px;
  }
  .banner p {
    margin: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .banner {
    height: 200px;
  }
  .banner h3 {
    margin-top: 25px;
  }
  .banner p {
    margin: 10px 0;
  }
}
@media screen and (max-width: 375px) {
  .scheme #test3 img {
    width: 150px;
  }
  .scheme .textThreeRight {
    margin-left: 170px;
  }
}
