.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 (max-width: 991px) {

.pc_head{
display: none !important;
}
.m_head .navmenu{
	padding: 0px;
}
.m_head .navmenu .col-sm-2{
	padding: 0px;
}
.uk-panel{
	margin: 10px 0 30px;
}
.uk-panel .title{
	margin-top: 10px;
}

.pagination-span-1 .swiper-pagination-bullet{
	background: #fff;
    opacity: 0.6;
	width: 12px;
	height: 12px;
}
.pagination-span-1 .swiper-pagination-bullet-active{
	background: #fff;
    opacity: 1;
}




}

@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;
}

.banner img{
	width: 180%;
    margin-left: -40%;
    max-width: none;
}

}


@media (max-width: 767px) {


.stage_title p{
	display: none;
}
.stage_title{
	padding: 5px 10px;
	font-size: 18px;
}

.banner{
	display: none;
}


}