@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 334px;
	height: 252px;
  padding: 6px;
  border: 2px solid #0090FF;
	background: #fff;
	/* box-shadow: 0 8px 30px #ddd;  */
  box-shadow: 0 6px 6px rgba(0,0,0,0.1);
  position: relative;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
  position: absolute;
  bottom: 6px;
  left: 6px;
  width: calc(100% - 12px);
  box-sizing: border-box;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin: 0;
  padding: 0;
  /*   height: 4rem;
  padding-top: 2rem;
background: linear-gradient(0deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,.25) 60%,rgba(0,0,0,0) 100%); */
  height: 2.5rem;
  background: #0090FF;
  opacity: 0;
  transition: all .3s;
}
/* #certify  .swiper-slide:hover  p{
  opacity: 1;
} */

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
  top: calc(50% - 25px);
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
  top: calc(50% - 25px);
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
#certify .swiper-button-prev::after,#certify .swiper-button-next::after{
	content: '';
}