
body{
  background-color:#fff;
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
}
@media (min-width: 1200px){
  .container {
    max-width: 1200px;
    padding:0;
  }
}
.swiper{
  position: relative;
  margin-top:20px;
}
@media (max-width: 650px){
  section.swiper .pagination-bottom>.swiper-pagination-bullet{
    width:12px!important;
    height:12px!important;
    opacity: 0.3;
  }
  .slide-img{
    padding-top:25%;
  }
}
.swiper-slide img{
  height:auto;
}
#swp99{
  max-height:300px;
}
footer{
  background-color:#357fba;
}
section.swiper .swp1 .pagination-bottom{
  margin:0 auto;
  text-align:center!important;
  position: absolute;
  left: 0!important;
  right: 0!important;
  bottom: -2%!important;
}
section.swiper .pagination-bottom>.swiper-pagination-bullet{
  width:18px;
  height:18px;
  opacity: 0.3;
}
section.swiper .pagination-bottom>.swiper-pagination-bullet-active{
  opacity:1;
}
.bgimg{
  overflow: hidden;
}
.bgimg>div{
  margin-top:-50px;
}