@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.box {
	width: 100%;
	height: 431px;
	text-align: center;
	font-size: 50px;
	overflow: hidden;
	position: relative;
}

.box ul {
	width: 100%;
	height: 431px;
	position: relative;
}

.box ul li {
	width: 100%;
	height: 431px;
	top: 0;
	position: absolute;
	margin:auto; 
}

.box ol {
	position: absolute;
	bottom:0px;
	z-index:200;
	height: 40px;
	text-align: center;
	right: 300px;
	
}

.box ol a {
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 1px 1px 1px #333;
}

.box ol a.active {
	background: white;
	background:#ba292e;
	z-index: 20;
}