﻿
/* CSS Document */
body{
	margin:0;}


#certify {
	position: relative;
	width: 705px;
	margin: 0 auto
}

#certify .swiper-container {
}

#certify  .swiper-slide {
	width: 188px;
	height: 282px;
	background: #fff;
	overflow: hidden;
}
#certify  .swiper-slide img{
	display:block;
	height: 282px;
}
#certify  .swiper-slide p {
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: -36px;
  background-color:#000000;
  opacity: 0.7;}

#certify .swiper-pagination {
	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: 60px;
	width: 46px;
	height: 46px;
	background: url(../image/arr2.jpg) no-repeat;
	background-position: 0 0;
}

#certify .swiper-button-next {
	right: 60px;
	width: 45px;
	height: 45px;
	background: url(../image/arr2.jpg) no-repeat;
	background-position: -46px 0px;
}