*{margin: 0; padding: 0;}
body{
	font-family: "microsoft yahei";
	font-size: 14px;
	background-color: #1F1F1F;
}
li{list-style: none;}
a{ text-decoration: none;}
#boxhdp{
	width: 1200px;
	height: 800px;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: 132px;
	left: 200px;
}
#img>li{
	width: 996px;
	height: 552px;
	float: left;
	text-align: center;
	display: none;
	position: relative;
}
#img>.current{
	display: block;
	height: 736px;
	width: 1356px;
	position: relative;
}
#li{
	position: absolute;
	left: 631px;
	bottom: 200px;
}
#li>li{
	width: 10px;
	height: 10px;
	background-color: #ccc;
	border-radius: 50%;
	margin-right: 5px;
	float: left;
	cursor: pointer;
}
#li>.on{
	background-color: #F60;
}
#an{
	display: none;
}
#an a{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: rgba(255,51,0,0.3);
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-family: "宋体";
	font-weight: 600;
	font-size: 1.2em;
	top: 35%;
	right: 83%;
}
#an a:hover{
	background-color: rgba(255,102,0,0.8);
}
#an .an-a2{
	right: 0px;

}
#an .an-a1{
	left: 0px;

}
