body {
	font-family: Arial, 'Microsoft YaHei';
	font-size: 16px;
	word-break: break-all;
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
}

img {
	border: none;
}

.clearfix:after {
	content: ".";
	display: block;
	block-size: 0px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	font-size: 0px;
}

.clearfix {
	zoom: 1;
}


.navbar-brand {
	block-size: auto;
}

#indexPage {
	inline-size: 100%;
	block-size: 100%;
}

#indexPage .section {
	min-block-size: 100%;
	inline-size: 100%;
	display: block;
	position: relative;
}


/*微信二维码*/
.weixin {
	position: relative;
}

.weixin::after {
	content: url('../images/wechat_qrcode.jpg');
	position: absolute;
	left: 120px;
	top: -50px;
	z-index: 101;
	border: none;
	transform-origin: top left;
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.weixin:hover::after {
	transform: scale(1);
	opacity: 1;
}

@keyframes myfirst {
	from {
		margin-top: -200px;
	}

	to {
		margin-top: 0px;
	}
}

@-moz-keyframes myfirst {
	from {
		margin-top: -200px;
	}

	to {
		margin-top: 0px;
	}
}

@-webkit-keyframes myfirst {
	from {
		margin-top: -200px;
	}

	to {
		margin-top: 0px;
	}
}

@-o-keyframes myfirst {
	from {
		margin-top: -200px;
	}

	to {
		margin-top: 0px;
	}
}

@keyframes myfirst1 {
	from {
		margin-left: -200px;
	}

	to {
		margin-left: 0px;
	}
}

@-moz-keyframes myfirst {
	from {
		margin-left: -200px;
	}

	to {
		margin-left: 0px;
	}
}

@-webkit-keyframes myfirst {
	from {
		margin-left: -200px;
	}

	to {
		margin-left: 0px;
	}
}

@-o-keyframes myfirst {
	from {
		margin-left: -200px;
	}

	to {
		margin-left: 0px;
	}
}

@keyframes myfirst2 {
	from {
		margin-left: 200px;
	}

	to {
		margin-left: 0px;
	}
}

@-moz-keyframes myfirst {
	from {
		margin-left: 200px;
	}

	to {
		margin-left: 0px;
	}
}

@-webkit-keyframes myfirst {
	from {
		margin-left: 200px;
	}

	to {
		margin-left: 0px;
	}
}

@-o-keyframes myfirst {
	from {
		margin-left: 200px;
	}

	to {
		margin-left: 0px;
	}
}

@keyframes myfirst3 {
	from {
		bottom: -200px;
	}

	to {
		bottom: 0px;
	}
}

@-moz-keyframes myfirst {
	from {
		bottom: -500px;
	}

	to {
		bottom: 0px;
	}
}

@-webkit-keyframes myfirst {
	from {
		bottom: -500px;
	}

	to {
		bottom: 0px;
	}
}

@-o-keyframes myfirst {
	from {
		bottom: -500px;
	}

	to {
		bottom: 0px;
	}
}

.bo_SixPage li:hover {
	animation: bounce 1s .2s infinite both;
	-webkit-animation: bounce 1s .2s infinite both;
	-moz-animation: bounce 1s .2s infinite both;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-30px)
	}

	60% {
		-webkit-transform: translateY(-15px)
	}
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-30px)
	}

	60% {
		-webkit-transform: translateY(-15px)
	}
}

@-moz-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0)
	}

	40% {
		-moz-transform: translateY(-30px)
	}

	60% {
		-moz-transform: translateY(-15px)
	}
}