.main_bar_1 {
	width:1200px;
	margin: 0 auto; display:block; clear:both;
}

.main_bar_1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #f0f0f0; width:100%; height:100%;
    
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.main_bar_1 .swiper-slide img{ margin:0 auto !important; width:100%;-moz-user-select: none !important;}
.main_bar_1 .swiper-slide a {height:100% !important; width:100% !important; display:block;}