html,
body {
	position: relative;
	/* height: 1334px; */
	height: 100%;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0 auto;
	padding: 0;
	max-width: 750px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	position: relative;

	/* 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-container2 .swiper-slide {
	font-size: 18px;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: #ffffff;
	color: #fff;

}

/* loading  100% 的大小设置 */
.queryloader__overlay__percentage {
	font-size: 36px !important;
}

/* loading logo   background-size: 200px; 修改logo 的大小 */
.queryloader__overlay {
	background-image: url(http://special.boaiedu.cn/logo/hlw-logo.png);
	background-repeat: no-repeat;
	background-position: 50% 35%;
	background-size: 200px;
}


.hide {
	display: none;
}



.swiper-slide1 {
	background-image: url(images/page1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.swiper-slide2 {
	background-image: url(images/page2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.swiper-slide3 {
	background-image: url(images/page3.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.swiper-slide4 div{
	background-image: url(images/page4.png);
	background-size: 100% 100%;
	height: 6250px;
	background-repeat: no-repeat;
}
.swiper-slide5 div{
	background-image: url(images/page05.png);
	background-size: 100% 100%;
	height:3420px;
	background-repeat: no-repeat;
}
.swiper-slide6 {
	background-image: url(images/page6.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.swiper-slide7 div{
	background-image: url(images/page7.png);
	background-size: 100% 100%;
	height: 3288px;
	background-repeat: no-repeat;
}
.swiper-slide8 div{
	background-image: url(images/page8.png);
	background-size: 100% 100%;
	height: 4549px;
	background-repeat: no-repeat;
}
.swiper-slide9 div{
	background-image: url(images/page9.png);
	background-size: 100% 100%;
	height: 2517px;
	background-repeat: no-repeat;
}
.swiper-slide10 div{
	background-image: url(images/page10.png);
	background-size: 100% 100%;
	height: 3869px;
	background-repeat: no-repeat;
}
.swiper-slide11 {
	background-image: url(images/page11.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}