@charset "utf-8";
/* CSS Document */
.swiper {
	width:1100px;
	height: 575px;
	position:relative;
	background: url(../img/header-33.png) no-repeat;
	background-size: cover;
	position: absolute;
	    top: -300px;
	    left: 50px;
}
.current-swiper {
	width:695px;
	height:437px;
	/* border-radius:10px; */
	margin:0 auto;
	/* box-shadow:0 0 20px rgba(0,0,0,0.05); */
	position:relative;
	z-index:99;
	padding-top: 33px;
}
.left-swiper {
	position:absolute;
	left:16px;
	top:78px;
	z-index:1;
}
.right-swiper {
	position:absolute;
	right:15px;
	left:auto;
	top:78px;
	z-index:1;
	/* width: 166px !important; */
}
.nocurrent-swiper {
	width:162px;
	height:324px;
	/* border-radius:8px; */
	/* box-shadow:0 0 20px rgba(0,0,0,0.05); */
}
.nocurrent-swiper:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/* background:rgba(237,240,240,0.9); */
	z-index:99;
}
/* .swiper-button-prev {
	width:46px;
	height:46px;
	background:url(../images/curr_prev.png) no-repeat center center;
} */
.swiper-button-prev {
	    width: 162px;
	    height: 324px;
	    background: transparent;
	    position: absolute;
	    top: 99px;
	    left: 15px;
}
.swiper-button-next {
	width: 162px;
	    height: 324px;
	    background: transparent;
	    position: absolute;
	    top: 99px;
	    right: 15px;
}
.swiper-button-prev:after, .swiper-button-next:after {
	content: none;
}
/* .swiper-button-next {
	width:46px;
	height:46px;
	background-size:auto;
	background-image:url(../images/curr_next.png);
} */

.swiper-slide img {
	width: 100%;
	height: 100%;
}