
.swiper-container {
	width: 100%;
}
.swiper-wrapper {
	height: 550px;
}
.swiper-slide {
	text-align: center;
	height: auto;
	overflow:hidden;
	/*width: 25%;*/
}
.swiper-slide img {
	vertical-align: middle;
	display: block;
	width: auto;
	max-width: 100%;
	width:1135px;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-backface-visibility: hidden;
	opacity: 0.3;
}
.swiper-slide-active img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.swiper-slide .inner {
	height: 100%;
	padding: 20px 20px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pagination {
	display:inline-block;
	height: 8px;font-size:1px;
	z-index: 20;border:1px solid #cabfb1;
	background:#fff;border-radius:6px;overflow:hidden;
}
.swiper-pagination-switch {
	vertical-align: middle;
	display: inline-block;
	width: 30px;
	height: 8px;
	background: #fff;
	cursor: pointer;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	margin: 0 0px;
	margin-right:0px;
}
.swiper-pagination-switch:first-child {
	border-radius: 1px 0 0 1px;
}
.swiper-pagination-switch:last-child {
	border-radius: 0 1px 1px 0;
}
.swiper-visible-switch {
	background: #fff;
}
.swiper-active-switch {
	background: #d78113;
}

.swiper-container .swiper-button{position:absolute;top:0;bottom:0;z-index:444999;width:100px;display:inline-block;}
.swiper-container .swiper-next{right:0px;}
.swiper-container .swiper-prev{left:0px;display:none;}

.swiper-container{height:550px;}
.swiper-slide img {width:1000px;}
/**
@media only screen and (min-width: 800px) and (max-width: 1023px){
	.swiper-container{height:320px;}
	.swiper-slide img{width:650px;}
}

@media only screen and (min-width:1024px) and (max-width: 1279px){
	.swiper-container{height:420px;}
	.swiper-slide img{width:800px;}
}

@media only screen and (min-width: 1280px)and (max-width: 1359px) {
	.swiper-container{height:430px;}
	.swiper-slide img{width:900px;}
}
@media only screen and (min-width: 1360px) and (max-width: 1599px){
	.swiper-container{height:450px;}
	.swiper-slide img {width:1000px;}
}
@media only screen and (min-width: 1600px) {
	.swiper-container{height:550px;}
	.swiper-slide img {	width:1150px;}
}

@media only screen and (min-width: 1920px) {
	.swiper-container{height:680px;}
	.swiper-slide img {	width:1350px;}
}*/