@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify  .swiper-slide {
	width: 100%;
	height: auto;
	background: #fff;
}
#certify  .swiper-slide video{
	width: 100%;
	 height: 3.4rem;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
   line-height: .5rem;
	padding: 0 .3rem 0 .15rem;
	 box-sizing: border-box;
	color: #636363;
	font-size: .18rem;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: .16rem;
	 text-align: right;
}


#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #0b0627;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-slide-prev{
	position: relative;
	/* background-color: #000; */
}
#certify .swiper-slide-prev video{
	opacity: 1;
}

#certify .swiper-slide-next{
	position: relative;
	/* background-color: #000; */
}
#certify .swiper-slide-next video{
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #ff0e27;
}

#certify .swiper-button-prev {
	position: absolute;
	    left: 3%;
	    top: 50%;
	    display: block;
	    width: 32px;
	    height: 40px;
	    background: url(dangjian100_slider-arrow.png) -110px 5px no-repeat;
	    filter: alpha(opacity=50);
	    opacity: 0.5;
	
}

#certify .swiper-button-prev:hover {
	/* background-position: 8px 5px;
	background-size: 100% */
	filter:alpha(opacity=100);opacity:1; 
}

#certify .swiper-button-next {
	osition: absolute;
	    right: 3%;
	    top: 50%;
	    display: block;
	    width: 32px;
	    height: 40px;
	    background:  url(dangjian100_slider-arrow.png) -110px 5px no-repeat;
	    filter: alpha(opacity=50);
	    opacity: 0.5;
background-position: 8px 5px;
}

 #certify .swiper-button-next:hover {
	filter:alpha(opacity=100);opacity:1; 
}