
/* CSS Document */
/* @import url(css/page_1024.css)  screen and (max-width:1024px); */
/* CSS Document_1024 常用设备*/
/* @import url(css/page_768.css) screen and (max-width:768px); */
/* CSS Document_768 常用设备*/
/* @import url(css/page_414.css) screen and (max-width:414px); */
/* CSS Document_414 常用设备*/
#banner{position: relative;width: 100%;height: 100%;overflow: hidden;}
#banner ul li{width: 100%;height: 100%;min-height: 360px;display: flex;align-items: center;background: #000;vertical-align: bottom;justify-content: center;}
#banner ul li img{font-size: 0; width:100%!important; height:auto!important;display: block;width: 100%;max-width: 100%;object-fit: cover;transition: all 4s ease;transform: scale(1.2);height: 100%;background-size: cover !important;}
#banner ul li.active img{transform: none; background-size: cover !important;}
#banner{
    --swiper-theme-color: #6c807e;
    --swiper-pagination-color: #ffffff;/* 两种都可以 */
	--swiper-width15:15px;
}
#baner_pagination{}
/* #baner_pagination span{width: var(--swiper-width15);height: var(--swiper-width15);}*/

#baner_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  margin: 0 14px;
  opacity: 0.5;
  color: transparent;
}
#baner_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: #ffffff;
}
#baner_pagination .swiper-pagination-bullet-active .rightcircle {
  -webkit-animation: circleProgressLoad_right 4s linear infinite;
  animation: circleProgressLoad_right 4s linear infinite;
}
#baner_pagination .swiper-pagination-bullet-active .leftcircle {
  -webkit-animation: circleProgressLoad_left 4s linear infinite;
  animation: circleProgressLoad_left 4s linear infinite;
}
#baner_pagination .swiper-pagination-bullet-active .wrapper_con {
  display: block;
}
#baner_pagination .swiper-pagination {
  font-size: 0;
}
#baner_pagination > span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.f-14 {
    font-size: 12px;
}
.wrapper_con {
     width: 23px;
     height: 46px;
     position: absolute;
     top: -2px;
     overflow: hidden;
     display: none;
}
.right {
  right: -2px;
}
.left {
  left: -2px;
}
.circleProgress {
  width: 42px;
  height: 42px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
}
.rightcircle {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  right: 0;
}
.leftcircle {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  left: 0;
}
@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(45deg);
  }
  50%,
  100% {
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(225deg);
  }
}
@media screen and (max-width: 960px) {
	#banner ul li{height:auto; min-height:auto;}
	#baner_pagination .swiper-pagination-bullet-active {
	  opacity: 1;
	  width: 20px;
	  height: 20px;
	  line-height: 20px;
	}
	.circleProgress{
		width: 20px;
		height: 20px;
	}
	.wrapper_con {
	     width: 12px;
	     height: 24px;
	}
	
}
	