@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	width: 750px;
	margin: 0px auto;
}

.box {
	font-size: 0;
	background-color: #fffde7;
	text-align: center;
	position: relative;
}
ul,li{
	list-style: none;
}
/* loading  100% 的大小设置 */
.queryloader__overlay__percentage {
	font-size: 36px !important;
}
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* 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{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 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;
}
.swiper-button-next:after,.swiper-button-prev:after{
	content: '';
}
.swiper-button-next,.swiper-button-prev{
	width: 43px;
	height: 62px;
}
.swiper-button-next{
	background-image: url(../images/rbtn.png);
	right: 36px;
}
.swiper-button-prev{
	background-image: url(../images/lbtn.png);
	left: 36px;
}

.hide{
	display: none;
}

.gif{
	position: absolute;
	bottom: 201px;
	left: 125px;
	width: 338px;
	display: none;
}
.point{
	position: absolute;
	bottom: 226px;
	left: 45px;
}
.yb{
	position: absolute;
	bottom: 216px;
	left: 200px;
}
.dj{
	position: absolute;
	bottom: 90px;
	left: 255px;
	animation: flash 2s infinite ease-in-out;
}

.xq{
	position: absolute;
	bottom: 70px;
	right: 30px;
	animation: pulse 1s infinite ease;
}
.box5 .point{
	bottom: 170px;
}
.box5 .yb{
	bottom: 164px;
}
.box5 .dj{
	bottom: 40px;
}
.box5 .xq{
	bottom: 10px;
}
.box5 .gif{
	bottom: 150px;
}