﻿#carousel{
	
	position:absolute;left:0px;top:175px;
	display: block;
	width: 100%;
	height: 600px;
	z-index:99999;
	border-top:2px solid #8e9eab
}
#carousel .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#carousel .swiper {
	width: 100%;
	height: 600px;
  }

#carousel .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #dde3e6;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

      
#carousel .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#carousel .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #e8f5ff;
	width: 20px;
	height: 10px;
	opacity: 1;
	border-radius: 5px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #3eb2f3;
	width: 35px;
}

#carousel .swiper-button-prev {
	left: 60px;
	width: 45px;
	height: 45px;
	background: url(images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#carousel .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#carousel .swiper-button-next {
	right: 60px;
	width: 45px;
	height: 45px;
	background: url(images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#carousel .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
#carousel .swiper-button-prev::after,#carousel .swiper-button-next::after{
	content: '';
}

#carousel .close_btn{
	position:absolute;
	top:30px;right:30px;
	text-align:right;
	cursor:pointer;
	z-index:10000;
}