@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;	
}
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #333;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 70%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper{
	width:1000px;
	margin:0 auto;
}
img{width:100%;margin-bottom:-4px;}

.mySwiper{margin-bottom: 5px;}
.mySwiper2{margin-bottom: 10px;}
.swiper-button-next, .swiper-button-prev {
	color:#fff;
}

@media only screen and (max-width: 1599px){
	.wrapper{
		width:100% !important;
	}
}
	