﻿@charset "utf-8";
/* CSS Document */
.banner .swiper {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.current-swiper {
	width:895px;
	height:407px;
	border-radius:10px;
	margin:0 auto;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
	position:relative;
	z-index:99;
}
.left-swiper {
	position:absolute;
	left:40px;
	top:52px;
	z-index:1;
}
.right-swiper {
	position:absolute;
	right:40px;
	left:auto;
	top:52px;
	z-index:1;
}
.nocurrent-swiper {
	width:680px;
	height:320px;
	border-radius:8px;
}
.nocurrent-swiper:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(231,245,245,0.9);
	z-index:99;
}
.banner .swiper-button-prev {
	width:38px;
	height:38px;
	background:url(../images/curr_prev.png) no-repeat center center;
}
.banner .swiper-button-next {
	width:38px;
	height:38px;
	background-size:auto;
	background-image:url(../images/curr_next.png);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 0;
}
