@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 86.8%;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 0;
}

#certify  .swiper-slide {
	width: 53.3%;
	/* background: #fff; */
	/* box-shadow: 0 8px 30px #ddd; */
    opacity: 0!important;
}
#certify  .swiper-slide-next,#certify  .swiper-slide-prev{
    opacity: 0.5!important;
}
#certify  .swiper-slide-next p,#certify  .swiper-slide-prev p{
    display: none;
}
#certify  .swiper-slide-active{
    opacity: 1!important;
}
#certify  .swiper-slide img{
	display:block;
    width: 100%;
    margin-bottom: 100px;
}
#certify  .swiper-slide p {
	line-height: 36px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 130px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 14px;
	/* border: 3px solid #fff; */
	background-color: #1A73FE;
	width: 16px;
	height: 16px;
	opacity: 0.2;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	opacity: 1;
}

#certify .swiper-button-prev {
    top: 40%;
	left: -6.6%;
	width: 29px;
	height: 52px;
	background: url(../images/tec_prev.png) no-repeat;
	background-position: 0 -52px;
	background-size: 29px 104px;
}

#certify .swiper-button-prev:hover {
	background-position: 0 0;
	background-size: 100%
}

#certify .swiper-button-next {
    top: 40%;
	right: -6.6%;
	width: 29px;
	height: 52px;
	background: url(../images/tec_next.png) no-repeat;
	background-position: 0 -52px;
	background-size: 29px 104px;
}

#certify .swiper-button-next:hover {
	background-position: 0 0;
	background-size: 100%
}