﻿@charset "utf-8";
.banner-tmpl1 .swiper-container {
  width: 100%;
  height: 100%;
}
.banner-tmpl1 .swiper-container .swiper-slide {
  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;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.banner-tmpl1 .swiper-container .swiper-slide>a{
	width: 100%;
}
.banner-tmpl1 .swiper-container .swiper-slide>a>img{
	width: 100%;
}

.banner-tmpl1 .swiper-container .swiper-pagination-bullet{
	border-radius: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
	filter: opacity(100);
}
.banner-tmpl1 .swiper-container .swiper-pagination-bullet-active{
	background: #ff9313;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .banner-tmpl1 .swiper-container .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .banner-tmpl1 .swiper-container .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

}

@media (max-width: 768px) {
    .banner-tmpl1 .swiper-container .swiper-wrapper {
        height: 120px !important;
    }
    .banner-tmpl1 .swiper-container .swiper-wrapper .swiper-slide{
        height: 120px !important;
    }
}

