﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 12rem;/*判断宽度设置响应式效果*/
	margin-top: 0.3rem;
}

#certify .swiper-container {
	width: 100%;
}
#certify .swiper-wrapper{
	width: 100%;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}
#certify .swiper-slide {
	width: 6rem;
	height: 3.4rem;
	background: #fff;
	box-shadow: 0 0 11px 0 gray;
}
#certify .swiper-slide img{
	width: 6rem;
	height: 3.4rem;
	display:block;
}

#certify .swiper-pagination {
	width: 100%;
    bottom: -0.5rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.1rem;
	border: 1px solid #fff;
	background-color: white;
	width: 0.1rem;
	height: 0.1rem;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 1px solid #105EFD;
	background-color: #105EFD;
}

#certify .swiper-button-prev {
	left: 140px;
	width: 60px;
	height: 111px;
	top:133px;
	background: url(../img/lunbo_17.png) no-repeat;

	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	/*background-position: 0 -46px;*/
	/*background-size: 100%*/
}

#certify .swiper-button-next {
	right: 140px;
	width: 60px;
	height: 111px;
	top:133px;
	background: url("../img/lunbo_20.png") no-repeat;

	background-size: 100%;
}

#certify .swiper-button-next:hover {
	/*background-position: 0 -139px;*/
	/*background-size: 100%*/
}