@charset "utf-8";
<style type="text/css">
* {padding: 0;margin: 0;font-family: "微软雅黑";font-size: 14px;}
#table0 {
}
@media screen and (max-width: 1600px) { 
#table0 {width: 1600px} 
} 
@media screen and (max-width: 1440px) { 
#table0 {width: 1440px} 
} 
@media screen and (max-width: 1366px) { 
#table0 {width: 1366px} 
} 
@media screen and (max-width: 1360px) { 
#table0 {width: 1360px} 
} 
@media screen and (max-width: 1280px) { 
#table0 {width: 1280px} 
} 
@media screen and (max-width: 1152px) { 
#table0 {width: 1152px} 
} 
@media screen and (max-width: 1024px) { 
#table0 {width: 1024px} 
} 
@media screen and (max-width: 800px) { 
#table0 {width: 800px} 
}
.box{
	width: 100%;
	height: 500px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.box-1 ul{
	margin: 0px;
	padding: 0px;
}
.box-1 ul li {
	position: relative;
	left: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
	color: ghostwhite;
	bottom: 0px;
	margin: 0px;
	top: 0px;
	height: 500px;
	width: auto;
}
.box-1 ul li img{
	height: 500px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.box-2{
	position: relative;
	height: 10px;
	width: 200px;
	top: -90px;
}
.box-2 ul li{
	float:left;
	width: 25px;
	height: 25px;
	overflow: hidden;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	text-indent: 100px;
	cursor: pointer;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
.box-2 ul .on{background: rgba(255,255,255,0.6);}
</style>