@import url('https://fonts.googleapis.com/css?family=Raleway');
body{
	padding: 0;
	margin: 0;
	background:#FFFFFF;
}
html,h1,h2,h3,h4,h5,h6,a{
	font-family: "Raleway";
}
.swiperBox{
	position: relative;
	width: 100%;
	background-color: #fafafa;
}
.swiper{
	position: relative;
	max-width: 1000px;
	height: 600px;
	background: #fafafa;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.swiper-container {
	max-width: 1000px;
	min-height: 600px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fafafa;
	background-color: #fafafa;
	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;
}
.swiper-img{
	max-width: 1000px;
	max-height: 600px;
	object-fit: scale-down;
	object-position: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
@media (max-width: 640px){
	.swiper{height: 550px;}
	.swiper-container {
		min-height: 0;
		height: 100%;
	}
}
@media (max-width: 570px){
	.swiper{height: 500px;}
}
@media (max-width: 500px){
	.swiper{height: 400px;}
}
@media (max-width: 420px){
	.swiper{height: 340px;}
}
@media (max-width: 380px){
	.swiper{height: 300px;}
}
@media (max-width: 340px){
	.swiper{height: 270px;}
}
@media (max-width: 320px){
	.swiper{height: 250px;}
}