@charset "gb2312";
/* CSS Document */
body{
	background-color:#fff; font-family:Arial, Helvetica, sans-serif;
	font-size:12px; color:#50504e;
	margin:0px; padding:0px;
}
a{
	color:#50504e; text-decoration:none;
}
a:hover{
	text-decoration:none;
}
img{
	border:none;
}
div.clear{
	clear:both;
}
div.logo{
	background:url(../images/index_log.jpg); background-position:left top; background-repeat:no-repeat;
	width:1002px; height:71px;
	text-align:right;
}
div.logo_1{
	padding:8px 20px 0px 0px; line-height:25px;
}
div.logo a{
	color:#000;
}
div.logo span{
	padding:0px 5px;
}
input.logo_input{
	background:url(../images/index_log_input.jpg); background-position:left top; background-repeat:no-repeat;
	width:164px; height:21px; border:none;
}
input.logo_button{
	background:url(../images/index_logo_button.jpg); background-position:left top; background-repeat:no-repeat;
	width:25px; height:21px; border:none; cursor:pointer;
}
div.index_menu{
	background:url(../images/index_menu_bg.jpg); background-position:left top; background-repeat:no-repeat;
	width:1002px; height:39px;
	text-align:center;
}
div.index_menu_2{
	padding:0px 0px 0px 50px;
}
div.index_banner{
	padding:3px 0px 0px 0px;
}
div.bottom{
	background:url(../images/index_bottom.jpg); background-position:left top; background-repeat:no-repeat;
	width:1002px; height:82px;
}
div.bottom_1{
	color:#a4a3a3; line-height:22px; 
	padding:5px 0px 0px 280px;
}
div.bottom_1 span{
	padding:0px 10px 0px;
}





/*分页*/
#page{ margin:0px 0px 20px 150px; }
#page li{padding:0; float: left; margin-right: 5px; display: block; font-size:12px; }

#page span{display: block; padding: 0px 0px 0px 5px; background: #CCFFFF ; font-weight: bold; border: 1px solid #CCC; color: #7B7B7B; }

#page a{display: block; text-decoration: none; margin:0px; color: #0066CC;padding: 0px 5px 0px 5px;}

#page a:link, a:visited {border: 0px solid #CCCCCC; }/*为列表影响其他链接，设置为0*/

#page a:hover {border: 1px solid #cccccc; background: #FFFFCC; }

