/*通用头*/
.Area {width:960px;margin: 0 auto; background:#FFFFFF}
.top {width:960px;height:272px;background: url(../images/top.gif) no-repeat;margin:0 auto}
.wh860{ width:860px}
.wh838{ width:838px}
#bottom{
	padding:0 0 50px 0;
	line-height: 22px;
	background: url(../images/bottom_01.png) no-repeat;
	background-position:695px 65px
}

/*全景回顾*/
.container, .container *{margin:0; padding:0;}

.container{width:850px; height:235px; overflow:hidden;position:relative;}

.slider{position:absolute;}
.slider li{ list-style:none;display:inline;}
.slider img{ width:850px; height:235px; display:block;}

.slider2{width:2000px;}
.slider2 li{float:left;}

.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #FF7300;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #FF7300;
	background-color: #fff;
}
.num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #FF7300;
	font-weight: bold;
}