.header-banner {
  height: 5rem;
  margin-top: 0.7rem;
}
.swiper-wrapper .banner-slide {
  height: 5rem;
  position: relative;
}
.banner1{
  background: url(../image/banner/cityTraffic.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%;
}
.programme li:nth-child(2n) img {
  margin-top: 0.1rem;
}
.imgb{
  height:0.9rem;
  margin-bottom: 0.3rem;
}
.scene{
  background: #f8f8f8;
}
.scene .scene_imgbox{
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-top: 1px solid #ddd;
  text-align: center;
}
.divcaseBox{
  display: inline-block;
  margin: 0 auto;
}
.scene_imgbox .divcase{
  text-align: left;
  margin-bottom: 0.6rem;
}
.scene_textbox_line{
  height: 2px;
  width: 1rem;
  background: url(../image/head_line.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}
.scene_imgbox .divcase>img{
  float: left;
}
.scene_imgbox .divcase:first-child>img{
  margin-top: 0px;
}
.scene_imgbox .divcase .scene_textbox{
  float: left;
  margin-left: 0.8rem;
}
.scene_textbox li{
  line-height: 0.3rem;
  font-size: 0.16rem;
}
.scene_textbox li img{
  margin-right: 0.1rem;
}
.Hardware .hrdware-banner{
  height: 3rem;
}
.Hardware .hrdware-banner .one img{
  margin-top: 0.55rem;
}
@media (max-width: 1400px){
  .programme li img {
    width: 0.6rem;
  }
  .banner1 .text-box h1{
    margin-top: 0.6rem;
  }
}
@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 img{
    width: 0.8rem;
  }
}