@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 8.3333rem;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: .4167rem;
}

#certify .swiper-slide {
	width: 60%;
	height: 2.4rem;
	background: #fff;
	box-shadow: 0 .0556rem .2083rem #ddd;
	position: relative;
	top: .3125rem;
}


#certify .swiper-slide a {
	display: block;
	position: absolute;
	bottom: .0694rem;
	left: 12%;
	width: 13%;
	height: .3125rem;
	background-color: black;
	line-height: .3125rem;
	text-align: center;
	letter-spacing: .01rem;
	font-weight: 600;
	color: white;
	font-size: .1042rem;
	cursor: pointer;
	font-family: 'Times New Roman', Times, serif;
}

#certify .swiper-slide a:hover {
	font-style: italic;
	font-weight: 900;
	font-size: .112rem;
}

#certify .swiper-slide img {
	display: block;
}

#certify .swiper-slide p {
	line-height: .6806rem;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}


#certify .seachLike {
	display: flex;
	position: absolute;
	top: .0347rem;
	left: 38%;
	cursor: pointer;
}

#certify .seachLike input {
	width: 1.3889rem;
	height: .2083rem;
	border: .0139rem solid black;
	border-radius: .0694rem;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: -0.0347rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 .0347rem;
	border: .0208rem solid #fff;
	background-color: #d5d5d5;
	width: .0694rem;
	height: .0694rem;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -0.3472rem;
	width: .3125rem;
	height: .3125rem;
	background: url(../swiperIMG/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -0.3194rem;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -0.3472rem;
	width: .3125rem;
	height: .3125rem;
	background: url(../swiperIMG/wm_button_icon.png) no-repeat;
	background-position: 0 -0.6458rem;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -0.9653rem;
	background-size: 100%
}