/*重置新闻动态*/
.dynamic_Info .dynamic .reset-bottom{
	display: flex;
	width: 100%;
	padding: 25px;
	background-color: #c3d0f2;
}
.dynamic_Info .dynamic .reset-bottom .newSwiper{
	width: 450px;
}
.newSwiper .swiper-dynamicLf-pc {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    left: 0;
    bottom: 20px;
    margin-left: 0;
  }
  .swiper-banner-h5 {
    position: relative;
  }
  .swiper-banner-h5 .swiper-pagination-h5 {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 15px;
    margin-left: 0;
  }
  .swiper-banner-h5 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .swiper-banner-h5 > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px 0 0;
  }
  .swiper-banner-h5 .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
  }