@charset "utf-8";
/* CSS Document */

*{
	margin: 0; 
	padding: 0; 
	border:none; 
	list-style: none;
}
body{ 
	font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px;
}
a{
	text-decoration: none;
	display: block;
}
li{
	float: left;
}

.nav{
	float: left;
	width: 100%;
	min-width: 1002px;
}
.nav li{
	width: 11.11%;
}
.nav img{
	width: 100%;
}
.nav a{
	width: 100%;
	float: left;
	background-size: 100% 100% !important;
}

.header{
	width: 100%;
	min-width: 1002px;
	float:left;
	height: 50px;
	line-height: 50px;
	background: #efefef;
	color: #666666;
}
.header a{
	display: inline;
	color: #666666;
}
.foot_bg{
	background: url(../images/index/foot.png) no-repeat;
	width: 100%;
	height: 80px;
	float: left;
	min-width: 990px;
	padding-top: 20px;
	position: relative;
	z-index: 2;
	font-size: 12px;
}
.foot{	
	width: 990px;
	height: 80px;
	margin: 0 auto;
	color: #fff;
}
.foot li a{
	color: #fff;
	display: inline;
}
.foot_left{
	width: 65%;
	float: left;
}
.foot_left img{
	float: left;
	margin-right: 25px;
}
.foot_left p{
	color: #a0a0a0;
	margin-top: 15px;
}

.foot_right{
	float: right;
	width: 35%;
}
.foot_right ul{
	float: right; 
	margin-top: 10px;
}
.foot_right li{
	margin: 0px 8px;
}
.top_logo{
	display: none;
	position: fixed;
	right: 12%;
	bottom: 25%;
	z-index: 999;
}
.number{
	margin: 0 auto;
	width: 435px;
}
.number_list{
	float: left;
	margin-top: 40px;
}
.number li{
	margin: 0px 5px;
}
.number a{
	padding: 3px 10px;
    display: block;
    text-align: center;
	background: #fff;
	color: #666666;
	border: 1px solid #cccccc;
	border-radius: 3px;
}

.number a:hover{
	background: #009bef;
	color: #fff;
	border: 1px solid #009bef;
	border-radius: 3px;
}

.page-box{ float:left; margin:15px; color:#999; font-size:14px; }
div.digg{ margin:0; padding:0; text-align:left; font-size:14px; }
    div.digg a{ display:block; float:left; padding:5px 12px; margin:0 0 0 8px; border:1px solid #e1e2e3; line-height:20px; height:20px; color:#3b8dd1; background:#fff; text-decoration:none; }
    div.digg a:hover { border:1px solid #3b8dd1; }
    div.digg span{ display:block; float:left; padding:5px 0; line-height:20px; height:20px; }
    div.digg span.current { padding:5px 12px; margin:0 0 0 8px; color:#555; font-weight:bold; color: #fff;
    background: #488FCD;
    border-color: #488FCD;}
    div.digg span.disabled { border:1px solid #eee; padding:5px 12px; margin:0 0 0 8px; color:#ddd; }
	