.header-banner {
  height: 5rem;
  margin-top: 0.7rem;
}
.swiper-wrapper .banner-slide {
  height: 5rem;
  position: relative;
}
.banner1{
  background: url(../image/banner/leaseControl_b.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner1 .text-box {
  float: right;
  color:#fff;
  width: 5rem;
}
.banner1 .text-box h1{
  font-size: 0.4rem;
  text-align: center;
  margin-bottom: 0.22rem;
  text-align: right;
  margin-top: 1.16rem;
}
.banner1 .text-box p{
  font-size: 0.16rem;
  text-align: left;
  line-height: 0.3rem;
}


.h2_title{
  font-size: 0.36rem;
  text-align: center;
  color:#333;
}

.programme li{
  width: 33.3%;
}
.imgb{
  height: 0.97rem;
  margin-bottom: 0.3rem;
}
.scene{
  background: #f8f8f8;
  height: 6rem;
  padding-top: 0.5rem;
}
.scene_box{
  margin: 0 auto;
  /* border-top: 1px solid #ddd; */
  margin-top: 0.6rem;
}
#tabContent li{
  float: left;
}
#tabContent .imgbox li:last-child img{
  width: 0.9rem;
}
.scene #tabContent{
  margin-bottom: 0px;
}
.imgbox li{
  width: 50%;
  text-align: center;
  margin-bottom: 1.1rem;
}
.imgbox li img{
  margin-top: 0.92rem;
  margin-bottom: 0.2rem;
}
.imgtxt li{
  text-align: center;
  width: 33.33%;
}
.imgtxt li h3{
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}
.imgtxt li p{
  font-size: 0.16rem;
  line-height: 0.3rem;
  width: 2.5rem;
  margin: 0 auto;
}
.com_case li:last-child{
  border-right:1px solid #ddd;
}
@media (max-width: 1400px){
  .programme li img {
    width: 0.65rem;
  }
  .programme li:nth-child(2n) img {
    width: 0.55rem;
    margin-top: 0.05rem;
  }
  .programme li:nth-child(3n) img {
    margin-top: 0.05rem;
  }
  .imgtxt li p{
    font-size: 0.14rem;
  }
}
@media (max-width: 1280px){
  .programme .container,.scene .container,.collocation .container,.Hardware .container{
    width: 1100px;
  }
}
@media (max-width: 1240px){
  .com_case li img {
    width: 80%;
  }
}
@media (max-width: 1120px) {
  .programme .container, .scene .container, .collocation .container, .Hardware .container {
    width: 900px;
  }
  .scene_box{
    width: 100%;
  }
}
@media (max-width: 990px) {
  .programme .container, .scene .container, .collocation .container, .Hardware .container {
    width: 100%;
  }
  .banner1 .text-box{
    margin-right: 0.4rem;
  }
  .Hardware{
    display: none;
  }
  .programme ul{
    padding: 0 0.4rem;
  }
  .programme li{
    width: 60%;
  }
  .programme li p{
    width: 100%;
  }
  .programme li:nth-child(2n) img{
    width: 0.8rem;
  }
  .programme li img{
    width: 0.8rem;
  }
}