/* body { overflow-x: hidden;} */
.dowebok {
	margin: 0 auto;
}
.swiper-container {
	margin: 0 auto;
	overflow: visible;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	display: block;
}
.swiper-slide {
	position: relative;
	opacity: 0 !important;
}
.swiper-slide img {
	width: 100%;
}
.swiper-slide-active {
	opacity: 1 !important;
}
.swiper-slide .ren {
	position: absolute;
	left: 0;
	top: 0;
	width: 1436px;
	height: 840px;
}
.swiper-button-next,
.swiper-button-prev {
	display: none;
	width: 40px;
	height: 68px;
	background-size: contain;
}
.swiper-button-next {
	right: 100px;
	background-image: url(../images/next.png);
}
.swiper-button-prev {
	left: 100px;
	background-image: url(../images/prev.png);
}
.swiper-container-horizontal .swiper-pagination-bullets {
	bottom: 40px;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 5px !important;
	padding: 6px 0;
	border-radius: 0;
	background-color: transparent;
	opacity: 1;
}
.swiper-pagination-bullet:after {
	content: "";
	display: block;
	height: 12px;
	border-radius: 50%;
	background-color: #333;
	opacity: 0.1;
	border: 1px solid #222 !important;
}
.swiper-pagination-bullet:hover:after,
.swiper-pagination-bullet-active:after {
	background-color: #3e8ef7;
	opacity: 0.8;
	border: 1px solid #3e8ef7 !important;
}
