#body1 {
	width: 100%;
	overflow: hidden;
	min-width: 1400px;
	margin: 10px auto 0;
	height: auto;
	background-color: #001B5B;
}
.box {
	position: relative;
	margin: 10px auto;
	overflow: hidden;
	width: 1200px;
	box-shadow: 0 0 20px 3px rgba(255,255,255,.6)
}
.box-go {
	position: relative;
}
.box-go li {
	position: relative;
	float: left;
}
.box-go li span {
	position: absolute;
	color: rgba(0,255,187,0.73);
	font-size: 40px;
	left: 20%;
	top: 5%;
	float: left;
	z-index: 5;
}
.box-go img {
	position: relative;
	margin: auto;
	width: 100%;
	height: 480px;
}
.box .btn span {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 30px;
	height: 100px;
	font-size: 40px;
	color: #DBDBDB;
	text-align: center;
	line-height: 100px;
	background: rgba(200,200,200,.1);
	cursor: pointer;
}
.prev{
	border-bottom-right-radius: 5px; 
	border-top-right-radius: 5px; 
}
.next{
	border-bottom-left-radius: 5px; 
	border-top-left-radius: 5px; 
}
.box .btn span.prev {
	left: 0;
}
.box .btn span.next {
	right: 0;
}
.box .btn span:hover {
	color: #fff;
	background: rgba(0,0,0,.3);
}
.box .lib {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 10px;
	width: 200px;
	height: 20px;
	border-radius: 20px;
	background: rgba(200,200,200,.3);
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.box .lib li {
	width: 15px;height: 15px;line-height: 16px;
	color: #E9E9E9;text-align: center;
	border-radius: 50%;
	background: #979797;
}
.box .lib .on {
	background: #0AC35E;
}
.box .lib li:hover {
	cursor: pointer;
}