.honor {
	padding-top: 12px;
}
.honor .text-line {
	position: relative;
	margin: 0 auto 55px;
	background: #f5f5f5;
	max-width: 1280px;
}
.honor .text-line h2 {
	font-weight: bold;
	color: #707070;
	text-align: center;
}
.honor .text-line i {
	width: 40%;
	height: 1px;
	background: #d1d1d1;
	position: absolute;
	top: 50%;
}
.honor .text-line i:nth-child(1) {
	left: 0;
}
.honor .text-line i:nth-child(2) {
	right: 0;
}
.honor #certify,
.honor #certify02 {
	position: relative;
	margin: 0 auto;
}
.honor #certify .swiper-container,
.honor #certify02 .swiper-container {
	margin: 0 auto;
	width: 100%;
}
.honor #certify .swiper-slide,
.honor #certify02 .swiper-slide {
	width: 520px;
	height: 408px;
	text-align: center;
}
.honor #certify .swiper-slide p,
.honor #certify02 .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
.honor #certify .swiper-slide img,
.honor #certify02 .swiper-slide img {
	max-width: 500px;
	max-height: 400px;
}
.honor #certify .swiper-pagination,
.honor #certify02 .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
.honor #certify .swiper-pagination-bullets .swiper-pagination-bullet,
.honor #certify02 .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
.honor #certify .swiper-pagination-bullets .swiper-pagination-bullet-active,
.honor #certify02 .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
.honor #certify .swiper-button-prev,
.honor #certify02 .swiper-button-prev {
	left: 5px;
	width: 45px;
	height: 1px;
	opacity: 0;
	visibility: hidden;
}
.honor #certify .swiper-button-prev:hover,
.honor #certify02 .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%;
}
.honor #certify .swiper-button-next,
.honor #certify02 .swiper-button-next {
	right: 5px;
	width: 45px;
	height: 1px;
	opacity: 0;
	visibility: hidden;
}
.honor #certify .swiper-button-next:hover,
.honor #certify02 .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%;
}
.honor #certify :hover .swiper-button-prev,
.honor #certify02 :hover .swiper-button-prev,
.honor #certify :hover .swiper-button-next,
.honor #certify02 :hover .swiper-button-next {
	opacity: 1;
	visibility: visible;
}
