.inbanner .swiper-slide{
	height: 500px;
	transition: all 0.3s;
}

@media screen and (max-width: 1200px){

.inbanner .swiper-slide{
	height: 400px;
	background-size: auto 100% !important;
}
.banner img{
	width: 140%;
    margin-left: -20%;
    max-width: none;
}

}

@media screen and (max-width: 1000px){

.inbanner .swiper-slide{
	height: 320px;
	background-size: auto 100% !important;
}

}

@media screen and (max-width: 800px){

.inbanner_wap .swiper-slide img{
    width: 160%;
    margin-left: -30%;
    max-width: none;
}
.inbanner_wap .swiper-slide.swiper-slide-active{
	z-index: 9998;
}
.inbanner .swiper-slide{
	height: auto;
}

.banner img{
	width: 240%;
    margin-left: -70%;
    max-width: none;
}

}