body {
	margin: 0;
	padding: 0;
}
.swiper-container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}


.swiper-container img {
	width: 100%;
	display: block;
}

.swiper-button-prev {
	left:40px;
}

.swiper-button-next {
	right: 40px;
}

.swiper-button-next,.swiper-button-prev{
	position: absolute;
	display: block;
	height: 71px;
	width: 71px;
	top: 50%;
	margin-top: -40px;
}

/*.swiper-button-prev{
	background:url(/images/left_menu.png) left center no-repeat;
}
.swiper-button-next{
	background:url(/images/right_menu.png) right center no-repeat;
}*/

.bottom-nav {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	z-index: 10;
}

.swiper-pagination {
	position: relative;
	display: inline-block;
	height: 29px;
	vertical-align: middle;
}

.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: #fff;
	opacity: 1;
	box-sizing: border-box;
	border: 3px solid #fff;
	margin: 0 15px;
	vertical-align: middle;
}

.swiper-pagination-bullet-active {
	background: none;
}	
@media screen and (max-width: 768px) {
	.swiper-button-next,.swiper-button-prev{
		display: none;
	}
	.bottom-nav {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 10px;
		z-index: 10;
	}

	.swiper-pagination {
		position: relative;
		display: inline-block;
		height: 29px;
		vertical-align: middle;
	}

	.swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		background: #fff;
		opacity: 1;
		box-sizing: border-box;
		border: 3px solid #fff;
		margin: 0 8px;
		vertical-align: middle;
	}
	.swiper-pagination-bullet-active {
		background: none;
	}
}