#certify {
	position: relative;
	width: 1200px;/*判断宽度设置响应式效果*/
	margin: 0px auto;
	margin-top:10px;
}

#certify .swiper-container {
	padding-bottom: 0px;
}

#certify  .swiper-slide {
	width: 581px;
	height: 350px;
	background: #fff;
    border: none;
}
#certify  .swiper-slide img{
	width: 581px;
	height: 350px;
	display:block;
	border: none;
}

#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: 0px;
	width: 40px;
	height:60px;
	top:155px;
	background: url(../image/lunbo_L.png) no-repeat center #000000;
	-webkit-background-size:auto 30px;
	background-size:auto 30px;
}

#certify .swiper-button-prev:hover {
	background: url(../image/lunbo_L.png) no-repeat center #c9333a;
	-webkit-background-size:auto 30px;
	background-size:auto 30px;
}

#certify .swiper-button-next {
	right: 0px;
	width: 40px;
	height: 60px;
	top:155px;
    background: url(../image/lunbo_R.png) no-repeat center #000000;
	-webkit-background-size:auto 30px;
	background-size:auto 30px;
}

#certify .swiper-button-next:hover {
	background: url(../image/lunbo_R.png) no-repeat center #c9333a;
	-webkit-background-size:auto 30px;
	background-size:auto 30px;
}

@media screen and (max-width:768px) {

#certify {
	position: relative;
	width: 96%;/*判断宽度设置响应式效果*/
	margin: 0px auto;
	margin-top:0px;
}


#certify  .swiper-slide {
	width: 100%;
	height: 400px;
	background: #fff;
    border: none;
}
#certify  .swiper-slide img{
	width: 100%;
	height: 400px;
	display:block;
	border: none;
}


#certify .swiper-button-prev {
	left: 0px;
	width: 30px;
	height:40px;
	top:200px;
	background: url(../image/lunbo_L.png) no-repeat center #000000;
	-webkit-background-size:auto 20px;
	background-size:auto 20px;
}

#certify .swiper-button-prev:hover {
	-webkit-background-size:auto 20px;
	background-size:auto 20px;
}


#certify .swiper-button-next {
	right: 0px;
	width: 30px;
	height: 40px;
	top:200px;
    background: url(../image/lunbo_R.png) no-repeat center #000000;
	-webkit-background-size:auto 20px;
	background-size:auto 20px;
}

#certify .swiper-button-next:hover {
	-webkit-background-size:auto 20px;
	background-size:auto 20px;
}


}