@import url("common.css");
.cert .item:nth-child(even) {
	background-color: #f1f1f1;
	padding:10px 0;
}
.cert .swiper-button-next,
.cert .swiper-button-prev {
	margin-top: -60px;
}
.cert .swiper-container {
	width: 1076px;
	margin: 0 auto;
	padding: 2px 0;
}
.cert dl dt {
	padding: 20px 0;
}
.cert dl dt strong {
	font-size: 18px;
	color: #333;
	padding-left: 8px;
	border-left: 3px solid #004a98;
	line-height: 20px;
	font-weight: normal;
}
.cert dl dd {
	position: relative;
}
.cert dl dd .title {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
}
.cert .swiper-slide img {
	border: 1px solid #dfdfdf;
	height: 296px;
}
.cert .swiper-slide,
.cert .swiper-slide img {
	width: 222px;
}
.cert .swiper-slide {
	height: 360px;
	padding-bottom: 10px;
	/*margin-right: 60px;*/
	color: #333;
	cursor: default;
}
.cert .swiper-button-next.le4,
.cert .swiper-button-prev.le4 {
	display: none;
}
.cert .swiper-button-next {
	right: 0;
}
.cert .swiper-button-prev {
	left: 0;
}

@media screen and (min-width:640px) and (max-width: 1200px) {
	.cert .swiper-container {
		width: 510px;
	}
	.cert .swiper-button-next.le4,
	.cert .swiper-button-prev.le4 {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	.cert .swiper-container {
		width: 223px;
	}
	.cert .swiper-button-next.le4,
	.cert .swiper-button-prev.le4 {
		display: block;
	}
}


/*End*/