*{
	padding: 0;
	margin: 0;
}
ul,ol{
	list-style: none;
}
a{
	text-decoration: none;
}
.main{
	position: relative;
	left: -170px;
	top: 10px;
	width: 600px;
	height: 300px;
/*	margin: 70px auto 0;*/
	overflow: hidden;
	border-radius: 10px;
}
.main a{
	color: #fff;
}
.main img{
	width: 100%;
}
.main p{
	position: absolute;
	margin-top: 260px;
	background-color: rgba(0,0,0, .3);
	color: #fff;
	padding-left: 25px;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.left,.right{
	display: none;
	position: absolute;
	top: 40%;
	margin-top: -50px;
	width: 60px;
	height: 120px;
/*	background: rgba(0, 0, 0, .3);*/
	text-align: center;
	line-height:120px;
	color: #fff;
	font-size: 48px;
	z-index: 2;
}
.right{
	right: 0;
}
.circle {
	position: absolute;
	bottom: 14px;
	left: 520px;
}
.main ul{
	position: absolute;
	left: 0;
	top: 0;
	width: 500%;
	overflow: hidden;
}
.main ul li{
	float:left;
	width: 20%;
}
.main ul li span{
	display: inline-block;
	width: 600px;
	height: 320px;
	text-align: center;
	line-height: 300px;
	font-size: 72px;
	background-color: #fff;
}
.circle li {
	float: left;
	width: 7px;
	height: 7px;
	border: 1px solid #fff;
	margin: 0 2px;
	border-radius: 50px;
	/*鼠标经过显示小手*/
	cursor: pointer;
}
.current {
    background-color: #fff;
}
body{
margin:0px
auto;
padding:0px;
}
table,div{
margin:0px
auto;
padding:0px;
}
