.header-banner {
  height: 5rem;
  margin-top: 0.7rem;
}
.swiper-wrapper .banner-slide {
  height: 5rem;
  position: relative;
}
.banner1{
  background: url(../image/banner/water_b.png) #000 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%;
}
.scene{
  background: #eff8ff;
  height: 6rem;
}

.scene_box #tabContent{
  border-top: none;
}
#tabContent li{
  float: left;
}
.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;
}
@media (max-width: 1400px){
  .programme li img{
    width: 0.6rem;
  }
  .programme li:last-child img{
    width: 0.5rem;
  }
  .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%;
  }
  .mi_hidden{
    display: none;
  }
}
@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: 55%;
  }
  .programme li p{
    width: 100%;
  }
  .programme li:nth-child(2n) img{
    width: 0.8rem;
  }
  .programme li img{
    width: 0.8rem;
  }
}