@charset "utf-8";
/* CSS Document */
@font-face{
	font-family: 'puhui';
	src: url('../font/Alibaba-PuHuiTi-Regular.ttf');
  }
#certify {
	position: relative;
	width: 1204px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
  background: url("../../images/pimg_default.png") no-repeat center center #fff;
	box-shadow: 0 8px 30px #ddd;
  overflow: hidden;
}
#certify  .swiper-slide a .img-url{
  width: 100%;
  height: 100%;
  transition: .5s;
  background-repeat: no-repeat;
  background-size: cover;
}
#certify  .swiper-slide a:hover .img-url{
  transform: scale(1.05);
}
#certify  .swiper-slide img{
	/* display:block; */
}
#certify  .swiper-slide p {
	/* line-height: 98px; */
	/* text-align: center; */
	padding-top: 0;
	/* color: #636363; */
	font-size: 16px;
	margin: 0;
  text-align: center;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
  display: none;
}

#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;
	width: 40px;
	height: 40px;
	background: url(../../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -40px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 40px;
	height: 40px;
	background: url(../../images/wm_button_icon.png) no-repeat;
	background-position: 0 -80px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -120px;
	background-size: 100%
}