@charset "utf-8";
/* CSS Document */
.page{
	padding:10px 0 60px 0;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	clear:both;
}
.page a{
	text-decoration:none;
	color:#777;
	background:#fff;
	border:1px solid #CCCCCC;
	padding:5px 10px;
	padding-bottom:5px;
	margin-right:3px;
}
.page a.active{
	background:#40bbe9;
	border:1px solid #40bbe9;
	color:#fff;
}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:#40bbe9;
	border:1px solid #40bbe9;
}

.box { width:1065px; float:right; font-size:15px;}
.box a {color:#333; font-weight:bold;}
.winBox {
	width:1065px;
	height:54px;
	overflow:hidden;
	position:relative;
}
.scroll_txt {
	/*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
	width:1500px;
	position:absolute;
	left:0px;
	top:0px;
}
.scroll_txt li {
	float:left; background:url(icon1.jpg) no-repeat left center; 
	line-height:54px; text-indent:10px; margin-left:15px; margin-right:15px;
}