@charset "utf-8";
/* CSS Document */

.ad{
	width:960px;
	height:360px;
	position:relative;
	margin-left:0px;
	overflow:hidden;
}
.ad ul.ph{
	width:1920px;
	position:absolute;
	margin:0;
	padding:0;
}
.ad ul.ph li{
	float:left;
}
.ad ul.num{
	position:absolute;
	bottom:30px;
	right:40px;
}
.ad ul.num li{
	width:20px;
	height:20px;
	float:left;
	background:#fff;
	color:#f69;
	font-family:Arial;
	line-height:20px;
	text-align:center;
	margin-right:2px;
	border:1px solid #f69;
}
.ad ul.num li.con{
	background:#f69;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}