@charset "gb2312";
/* CSS Document */
body{ text-align:center; margin:0px;}
img{ border:0px;}
#wrap{ width:800px; height:600px; margin-left:auto; margin-right:auto; margin-top:20px; text-align:left; background:url(../images/bg.gif) no-repeat;}
.top{ height:78px; width:800px; }
.middle{ padding-left:50px; padding-right:50px; height:400px;}
.bottom{ padding-left:100px; padding-right:100px;}
.bottom .text{ font-size:14px; color:#FFFFFF; line-height:25px;}

/*slide*/
.container, .container img{width:700px; height:400px;}
.container{border:1px solid #333;}
.container img{border:0;}
.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	list-style:none;
	color: #fff;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	margin: 1px;
	border: 1px solid #707070;
	background-color: #060a0b;
}
.num li.on{
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	border: 0;
	background-color: #ce0609;
	font-weight: bold;
}


