﻿.m-slide-certify {
	position: relative;
	margin: 60px 20px; /*判断宽度设置响应式效果*/
}

	.m-slide-certify .swiper-container {
	}

	.m-slide-certify .swiper-slide {
		width: 670px;
		height: 515px;
	}

		.m-slide-certify .swiper-slide img {
			display: block;
			width: 100%;
			height: 100%;
		}



	.m-slide-certify .swiper-button-prev,
	.m-slide-certify .swiper-button-next {
		top: 50%;
		width: 40px;
		height: 40px;
		background-repeat: no-repeat;
		position: absolute;
		top: 50%;
		width: 27px;
		height: 44px;
		margin-top: -22px;
		z-index: 10;
		cursor: pointer;
		background-size: 27px 44px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.m-slide-certify .swiper-button-prev {
		left: -60px;
		background-image: url(../images/arr-l.png);
	}

	.m-slide-certify .swiper-button-next {
		right: -60px;
		background-image: url(../images/arr-r.png);
	}

	.m-slide-certify .swiper-button-prev:hover {
		background-image: url(../images/arr-l-on.png);
	}

	.m-slide-certify .swiper-button-next:hover {
		background-image: url(../images/arr-r-on.png);
	}

	.m-slide-certify .swiper-pagination {
		display: none;
	}

	.m-slide-certify .swiper-wrapper {
		height: auto !important;
	}


@media only screen and (max-width: 1199px) {
	.m-slide-certify .swiper-slide {
		height: auto;
	}

		.m-slide-certify .swiper-slide img {
			height: auto;
		}

	.m-slide-certify {
		margin: 20px 0 40px;
	}

		.m-slide-certify .swiper-pagination {
			display: block;
			position: absolute;
			left: 0;
			width: 100%;
			text-align: center;
		}

		.m-slide-certify .swiper-pagination-bullet {
			display: inline-block !important;
			margin: 0 3px;
		}

		.m-slide-certify .swiper-pagination-bullet-active {
			background-color: #008742;
		}
}
