.banner{
	width: 100%;
	height: 500px;
}

.swiper-slide{
	opacity: 0.45;
}

.swiper-slide-active {
	width: 1100px !important;
	opacity: 1;
  }

  .swiper-wrapper{
	position: relative;
	left: -228px;
  }

.banner img{
	width: 100%;
	height: 500px;
}


@media screen and (max-width: 960px) {
	.banner{
		height: 260px;
	}

	.banner img{
		height: 260px;
	}
}