.header-banner {
  height: 6rem;
  margin-top: 0.7rem;
}
.swiper-wrapper .banner-slide {
  height: 6rem;
  position: relative;
}
.banner1{
  background: url(../image/banner/news_b.png) no-repeat;
  background-size: cover;
}
.banner1 .text-box{
  width: 100%;
  height: 100%;
}
.banner-slide::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position:absolute;
  top:0px;
  left:0px;
  background: #333;
  filter:alpha(opacity=30);
  -moz-opacity:0.30;
  opacity:0.3;
}
.banner1 .text-box h1{
  font-size: 0.48rem;
  text-align: center;
  line-height: 6rem;
  color:#fff;
}


.newsInfo {
  width: 1196px;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  padding: 0.4rem 0.5rem;
  padding-bottom: 0.6rem;
  -moz-box-shadow: 0px 2px 0.15rem rgba(102,102,102,0.35);
  -webkit-box-shadow: 2px 0px 0.15rem rgba(102,102,102,0.35);
  box-shadow: 0px 2px 0.15rem rgba(102,102,102,0.35);
}
.newsInfo h1{
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
  text-align: center;
  font-weight: 700;
}
.newsInfo h1 p{
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
  text-align: center;
  font-weight: 700;
}
.newsInfo p{
  font-size: 0.18rem;
  line-height: 2.5;
}
.newsInfo img{
  margin: 0.1rem auto;
  width: 90%;
}
.gopage{
  text-align: center;
}
.btnbox{
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 0.6rem;
}
.btn{
  display: inline-block;
  float: left;
  width: 1.2rem;
  text-align: center;
  line-height: 0.36rem;
  font-size:0.16rem;
  margin: 0 0.3rem;
  cursor: pointer;
  color:#333;
}
.btn a{
  color:#333;
  display: inline-block;
  width: 100%;
}
.btn:hover{
  color:#008cd6;
}
.btn:hover a{
  color:#008cd6;
}
@media (max-width: 1400px){
  .header-banner {
    height:5rem;
  }
  .swiper-wrapper .banner-slide {
    height: 5rem;
  }
  .newsInfo {
    width: 1100px;
  }
}
@media (max-width: 1204px){
  .newsInfo{
    width: 90%;
  }
  .gopage{
    width: 90%;
    text-align: center;
  }
}
@media (max-width: 800px){
  .newsInfo{
    margin-top: 1.5rem;
    padding: 0.4rem 0.3rem;
  }
  .newsInfo h1{
    font-size: 0.32rem;
    line-height: 1.5;
  }
  .newsInfo h1 p{
    font-size: 0.32rem;
    line-height: 1.5;
  }
  .newsInfo p{
    font-size: 0.24rem;
  }
  .btn{
    font-size: 0.2rem;
  }
}