@charset "utf-8";
/* CSS Document */

/* loading  100% 的大小设置 */
.queryloader__overlay__percentage {
    font-size: 36px !important;
}
/* loading logo   background-size: 200px; 修改logo 的大小 */
.queryloader__overlay {
    background-image: url(http://administrator.boaiedu.cn/static/images/hlw-logo.png);
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: 200px;
}



.a{ width: 100%;position: relative;}



.lunbo {
    position: absolute;
    top: 485px;
	right:38px;
	width: 614px;
	height: 370px;
	margin: 0 auto;
	background-color: #fff;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* 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;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

