/*首页css的样式定义，其余样式不用，内容页面也采用此css样式*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,pre, form, fieldset, table, th, td {
margin: 0;
padding: 0;
}
img{
border:0;
display:block;
}
.div_main_bor{
width:100%;
height:100%;
border-left:1px solid #acd0e6;
border-right:1px solid #acd0e6;
margin:0px;
}
.div_in_bor{
width:100%;
height:100%;
border-bottom:1px groove #CCCCCC;
margin:0px;
padding:5px 5px 5px 10px;
}
a:link {
	font-family: "宋体";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	outline:0;
}
a:visited {
	font-family: "宋体";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	outline:0;
	}
a:hover {
	font-family: "宋体";
	font-size: 13px;
	color: #0000CC;
	text-decoration:underline;
	position:relative;
	top:1px;
	outline:0;
}
a:active {
    font-family:"宋体";
	font-size:13px;
	color:#000066;
	text-decoration:none;
	outline:0;
}
body,td,th{
	font-family: 宋体;
	font-size: 13px;
}
body {
	background-color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
	margin-top:0px;
	margin-bottom: 3px;
   }
table_inter{
position:relative;
top:3px;
}

#demo { 
    overflow:hidden; 
    width: 870px; 
} 
#indemo { 
    float: left; 
    width: 800%; 
} 
#demo1 { 
    float: left; 
} 
#demo2 { 
    float: left; 
} 
.bnav li
{
float:left;
margin-left:5px;
}
.btnav
{
width:800px; height:40px; text-align:center;}
