@charset "utf-8";
*{
	padding:0;
	margin:0;
}
.swiper-container{
	height:500px;
}
.arrow-left {
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index:10;
}
.arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index:10;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:20px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.swiper-slide{
	position:relative;
	opacity:0;
	transition: opacity 0.7s ease-in-out;
}
.swiper-slide-active{
	opacity:1;
}
.swiper-slide .img{
	position:absolute;
}
.slide1{
	background:url("../images/banner5.jpg") no-repeat center;
}
.slide2{
	background:url("../images/banner1.jpg") no-repeat center;
}
.slide3{
	background:url("../images/banner2.jpg") no-repeat center;
}
.slide4{
	background:url("../images/banner3.jpg") no-repeat center;
}
.slide5{
	background:url("../images/banner.jpg") no-repeat center;
}
