.swiper-container {
  width: 100%;
  height: 710px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container .slide1{
  /* background: url("../static/images/banner/1.png") no-repeat center; */
}
.swiper-container .slide2{
  /* background: url("../static/images/banner/2.png") no-repeat center; */
}
.swiper-container .slide3{
  /* background: url("../static/images/banner/3.png") no-repeat center; */
}
.swiper-container .slide4{
  /* background: url("../static/images/banner/4.png") no-repeat center; */
}
.swiper-container .slide5{
  /* background: url("../static/images/banner/5.png") no-repeat center; */
}
.swiper-container .slideOne{
  /* background: url("../static/images/二级/位置服务切图/banner/banner1.png") no-repeat center; */
}
.swiper-container .slideTwo{
  /* background: url("../static/images/二级/位置服务切图/banner/banner2.png") no-repeat center; */
}
.swiper-container .slide6{
  background: url("../static/images/二级/大屏数据可视化/主功能界面1.png") no-repeat center;
}
.swiper-container .slide7{
  background: url("../static/images/二级/大屏数据可视化/主功能界面2.png") no-repeat center;
}


.swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  border: 1px solid #3bd0e4;
  background-color: rgba(0,0,0,0.0);
  
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0px 10px;
}