.swiper-container1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-container1 .swiper-slide {
	width: 100%;
	line-height: 27px;
	font-size: 14px;
	text-align: left!important;
}

.swiper-button-prev {
	width: 60px;
	height: 90px;
	background: none;
	left: 10%!important;
	z-index: -1!important;
}

.tran_prev {
	width: 60px;
	height: 90px;
	background: url(../images/index.png?3) -9999em -9999em no-repeat;
	background-position: 0 -60px;
	opacity: 1;
	display: inline-block;
}

.tran_prev:hover {
	background-position: -60px -60px!important;
}

.swiper-button-next {
	width: 60px;
	height: 90px;
	background: none;
	right: 10%!important;
	z-index: -1!important;
}

.tran_next {
	width: 60px;
	height: 90px;
	background: url(../images/index.png?3) -9999em -9999em no-repeat;
	background-position: -120px -60px;
	opacity: 1;
	display: inline-block;
}

.tran_next:hover {
	background-position: -180px -60px!important;
}

.tran {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#banner:hover .swiper-button-prev {
	left: 15%!important;
	display: block;
	z-index: 10!important;
}

#banner:hover .swiper-button-next {
	right: 15%!important;
	display: block;
	z-index: 10!important;
}