@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding: 0;
	background: #1F2429;
	text-align: justify;
	color: #626262;
	font-family:"宋体", "新宋体", "幼圆", "微软雅黑";
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #444444;
}
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
}

pre {
white-space: pre-wrap; 
white-space: -moz-pre-wrap; 
white-space: -pre-wrap; 
white-space: -o-pre-wrap; 
word-wrap: break-word; 
}
img{
	border:0px;
}
h1 {
	letter-spacing: -1px;
	font-size: 2.2em;

}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ol, ul {
	margin-bottom: 2em;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #59C0F8;
}

a:hover {
	text-decoration: none;
}
.allsystem{
	border:#FFFFFF 1px solid;
	display:block;
	width:1024px;
	height:2px;
}
.register{
	width:100%;
	height:20px;
	font-size:12px;
}
.register a{
	float:right;
	display:block;
	margin:10px 30px 0 -20px;
	*margin:10px 30px 0 -20px;
	_margin:10px 30px 0 -20px;
	color:#FFFFFF;
	text-decoration:none;
}
.register a:hover{
	color:#FF6600;
	text-decoration:underline;
}
/* Header */

#header {
	display:block;
	border:0px solid red;
	padding:0px;
	margin:0px;
	background:url(../images/img01.jpg) repeat-x;
	height:103px;
	
}
#header_width{
	width:auto!important;
	width:1020px;
	min-width:1020px;
	border:0px solid red;
	height:42px;
}
#logo h1{
	float: left;
	text-transform: lowercase;
	padding: 0px;
	border:0px solid red;
	margin-top:-12px;
	*margin-top:-12px;
	_margin-top:-16px;
}
#logo img{
	height:68px;
	width:160px;
}
#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu {
	float: left;
	display:block;
	margin-left:10px;
	border:0px solid red;
	font-size:14px;
	font-weight:600;
	margin-top:20px;
	*margin-top:20px;
	_margin-top:15px;
}
/* Page */
#navigation , #navigation li ul{
    padding:0; 
    margin:0;
    list-style-type: none;
}
#navigation li {
    float:left;
    text-align:center;
    position:relative;
}
#navigation li a:link, #navigation li a:visited {
    display:block; 
    text-decoration:none; 
    color:#FFFFFF; 
    width:72px; 
    height:38px; 
    line-height:38px; 
    background:url(../images/menu_short.gif) no-repeat; 
    padding-left:0px; 
}
#navigation .current_page_item a:link, #navigation .current_page_item a:visited {background: red url(../images/menu_selecet_short.gif) no-repeat; color:black;}
#navigation li ul {
    display: none;
}

/* 以下只支持非IE6浏览器 */
#navigation li:hover a {
    color:black;
   	background: red url(../images/menu_selecet_short.gif) no-repeat;
}
#navigation li:hover ul {
    display:block; 
    position:absolute; 
    top:37px;
    margin-top:1px;
    left:0; 
    width:72px;
}
#navigation li:hover ul li a {
    display:block; 
    background:#5095e3; 
    color:white; 
    height:20px; 
    line-height:20px; 
    padding:5px 0px;
	text-align:center;
    width:72px;
}
#navigation li:hover ul li a:hover {
    color:#fff;
    background:#6b839c; }

#page {
	background: #D8DFE6;
	padding: 15px 20px 0 20px;
	clear:both;
	margin-top:-26px;
	border:0px solid red;
	height:auto!important;
	height:600px;
	min-height:600px;
}
.usermsg{
	clear:both;
	float:none;
	display:block;
	width:100%;
	height:21px;
	border:0px solid red;
	margin-bottom:6px;
	font-size:12px;
}

.usermsg .search{
	display:block;
	clear:both;
	float:right;
	border:red 0px solid;
}
.usermsg .submit{
	border:0px;
	padding:0px;
	margin:0px;
	height:21px;
	width:51px;
	color:#FFFFFF;
	background:url(../images/search.gif) no-repeat;
}
.usermsg .input_text{
	border:#999999 1px solid;
	height:17px;
}
#newbetter
{
        padding-left:30px;
}
#newbetter a
{
	text-decoration:none;
}
/*page end */
/* content */
#content{

}
/* Footer */

#footer {
	padding: 20px 0 10px 0;
	display:block;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	color: #BABABA;
	font-size:12px;
}
#footer .links{
	font-size:14px;
}
#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #DDDDDD;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .rss {
	background: url(../images/bottom_logo.gif) no-repeat left center;
}
#footer .rss_1 {
	background: url(../images/bottom_logo1.gif) no-repeat left center;
}
#footer .xhtml {
	background: url(../images/bottom_logo2.gif) no-repeat left center;
}

#footer .css {
	background: url(../images/bottom_logo3.gif) no-repeat left center;
}

#footer .legal a {
	padding: 0;
}
/*table star*/
/*表格*/
.shubiaoge{
   margin:auto;
   border-bottom:#d5d7d9 1px solid;
   border-left:#d5d7d9 1px solid;
   font-size:12px;
}
.shubiaoge th{  
   height:23px;
   margin:0px;
   color:#fff;
   background:#5095e3;
   border-top:#d5d7d9 1px solid;
   border-right:#d5d7d9 1px solid;
}
.shubiaoge th a{
	color:#FFFFFF;
	text-decoration:underline;
} 
.shubiaoge th a:hover{
	color:#999999;
	text-decoration:underline;
} 
.shubiaoge td{
   height:23px;
   margin:0px;
   border-top:#d5d7d9 1px solid;
   border-right:#d5d7d9 1px solid;
   padding-left:2px;
}
/*table end*/
#icon
{
	text-align:center;
	width:90%;
	height:50px;
}
#icon ul li
{
	list-style-type: none;
	float:left;
	padding:0px 30px 0px 30px;
}
