@charset "utf-8";
/* CSS Document */
body{
	background-color:#5e554b;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif,"宋体";
	color:#666;
	margin:0;
}
form,ul,li,h1,h2,select,input{
	padding:0;
	margin:0;
}
ul,li{
	list-style:none;
}
img{
	border:0;
	padding:0;
	margin:0;
}
a:link{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#333;
	text-decoration: underline;
}
a:visited{
	color:#666;
	text-decoration:none;
}
.width_100P{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.width_site{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#header{
	width:100%;
	height:46px;
	background:url(../images/top_bg.gif) repeat-x;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#logo{
	width:100px;
	height:24px;
	padding:12px 0px 0px 30px;
	float:left;
}
#nav{
	width:620px;
	float:right;
}
#nav li{
	width:119px;
	float:left;
	padding-right:5px;
}
/*首页*/
#main_index{
	clear:both;
	width:880px;
	padding-top:8px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#main_index_right{
	width:606px;
	float:left;
	padding-left:9px;
} 
/*内页共用*/
#main{
	clear:both;
	width:965px;
	padding-top:8px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
/*左边*/
#main_left{
	width:258px;
	float:left;
	padding-right:7px;
}
/*左边共用框架*/
.left_top{
	width:258px;
	height:37px;
	line-height:37px;
	color:#8a5023;
	text-indent:15px;
	font-weight:bold;
	background:url(../images/left_top.gif) no-repeat;
}
.left_bg{
	width:258px;
	line-height:20px;
	background:url(../images/left_bg.gif) repeat-y;
	padding:10px 0px 10px 0px;
	overflow:hidden;
}
.left_bg span{
	color:#F00;
}
.left_db{
	width:258px;
	height:17px;
	background:url(../images/left_db.gif) no-repeat;
}
/*右边*/
#main_right{
	width:700px;
	float:left;
} 
/*友情链接*/
#link{
	clear:both;
	width:880px;
	margin:5px auto 0px auto;
}
#link_top{
	width:880px;
	height:30px;
	line-height:31px;
	color:#8a5023;
	text-indent:15px;
	font-weight:bold;
	background:url(../images/link_top.gif) no-repeat;
	overflow: hidden;
}
#link_bg{
	width:850px;
	line-height:25px;
	background:url(../images/link_bg.gif) repeat-y;
	overflow:hidden;
	padding:5px 15px 5px 15px;
}
#link_bg a{
	color:#666;
}
#link_bg a:hover{
	color:#F60;
}
#link_db{
	width:850px;
	height:12px;
}
#footer{
	clear:both;
	height:80px;
	color:#b1a57d;
	line-height:25px;
	text-align:center;
	padding-top:15px;
}
#footer a{
	color:#FF6600;
}
#footer a:hover{
	color:#F60;
}
.question{
	font-size:14px;
}
#downloadfile{
	clear:both;
	height:80px;
	color:#ff0000;
	line-height:25px;
	text-align:center;
	padding-top:15px;
}

