.header-banner {
  height: 5rem;
  margin-top: 0.7rem;
}
.swiper-wrapper .banner-slide {
  height: 5rem;
  position: relative;
}
.banner1{
  background: url(../image/banner/institutionbus_b.png) #000 no-repeat;
  background-position: center;
  background-size: cover;
}
.banner1 .text-box {
  float: right;
  color:#fff;
  width: 5.2rem;
}
.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 img{
  width: 0.8rem;
  margin-bottom: 0.3rem;
}
.scene{
  background: #f8f8f8;
}
.scene .scene_imgbox{
  margin-top: 0.6rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-top: 1px solid #ddd;
}
.scene .scene_imgbox img{
  width: 65%;
}

@media (max-width: 1400px){
  .programme li img{
    width: 0.6rem;
  }
}
@media (max-width: 1280px){
  .banner1 .text-box{
    margin-right: 0.4rem;
  }
  .programme .container,.scene .container,.collocation .container,.Hardware .container{
    width: 1100px;
  }
}
@media (max-width: 1120px) {
  .programme .container, .scene .container, .collocation .container, .Hardware .container {
    width: 900px;
  }
}
@media (max-width: 990px) {
  .programme .container, .scene .container, .collocation .container, .Hardware .container {
    width: 100%;
  }
  .programme li{
    float: left;
  }
  .Hardware{
    display: none;
  }
  .serverCar_txt ul{
    margin-top: 0.2rem;
    color:#999
  }
  .serverCar_txt ul p{
    line-height: 2;
  }
}