@charset "utf-8";
/* CSS Document */
#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 78px;
}

#certify  .swiper-slide {
	width: 904px; cursor: pointer;
	height: 509px;
  border-radius: 10px; 
  overflow: hidden;
}
#certify  .swiper-slide .vBtn{
  width: 80px; height: 80px;
  background: rgba(0,0,0,0.6);
  text-align: center; border-radius: 100%;
  display: none;
}
#certify.singleVideoBox .swiper-slide .vBtn{
  display: block;
}
#certify.singleVideoBox .swiper-slide{ margin:0 auto; }
#certify  .swiper-slide.swiper-slide-active .vBtn{
  display: block;
}
#certify  .swiper-slide .vBtn i{
  line-height: 80px;  color: #fff;
  font-size:80px;
}
#certify  .swiper-slide:hover .vBtn{ background: #C39639; }
#certify  .swiper-slide:hover .vBtn i{ color: #fff; }

#certify .swiper-pagination {
	width: 100%;
	bottom: 0px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 1px solid #C39639;
	background-color: #fff; opacity: 0.6;
	width: 12px;
	height: 12px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 1px solid #C39639;
	background-color: #C39639;
}

#certify .swiper-button-prev {
	left: -140px;
	width: 45px;
	height: 45px;

	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -140px;
	width: 45px;
	height: 45px;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

@media screen and (max-width:640px){
  #certify .swiper-pagination-bullets .swiper-pagination-bullet{ width: 6px; height: 6px; }
}
