
/*主要div和html标签*/
body {
	padding:0px;
	width:780px;
	margin:0 auto;
	background-image:url(/images/main_bg.jpg);
	background-color:#646464;
	background-repeat:repeat-x;
	font-size:12px;
}
ul,li,div,ol
{margin:0;
padding:0;
list-style:none;}

#main {
	MARGIN: 0 auto; WIDTH: 780px;
}

#content{
	margin:0;
	width:780px;
	float:left;}



/*登陆条*/
.login{
float:left;
}
.login span{
	margin-left:304px;
	width:94px;
	padding-left:15px;
	background-image:url(../images/login_bg1.jpg);
	background-repeat:no-repeat;
	float:left;
	height: 19px;
}
.login a:link,.login a{
display:block;
padding:5px 0 0 0;
float:left;
color:#FFf;
text-decoration:none;}
.login a:hover{
display:block;
padding:5px 0 0 0;
float:left;
color:#FFFF00;
text-decoration:none;}
/*nav导航条*/
#link img{
	MARGIN:0px;
	float:left;}

#link {
background-image:url(/images/nav_bg.gif);
background-repeat:repeat-x;
float:left;
}
#link ul {
 FLOAT: left;
 WIDTH:419px;
 padding-top:48px;
 margin:0;
}
#link ul li{
 float:left;
 padding-left:10px;
}
#link ul li a{
 float:left;
 color:#c4c4c4;
 text-decoration:none;
 font-weight:bold;
 padding:5px;
}


#link ul li.dqyy a:hover{

 display:block;
 color:#FFFFFF;
 background-image:url(../images/link_bg.gif);
 background-repeat:no-repeat;
}

#link ul li.dqy a:hover{
display:block;
 color:#FFFFFF;
 background-image:url(../images/link_bg_shouye.gif);
 background-repeat:no-repeat;
}
.tiao{
	width: 780px;
	height: 18px;
	background-image: url(/images/line_2.gif);
	background-repeat: repeat-x;
	clear:both;
}
.tiao img{
float:left;}


/*尾部文件css*/
#footer {
width:780px;
float:left;
line-height:175%;
}

span#huangbiao{
height:29px;
float:left;
background-color:#CC0000;
width:6px;
margin-top:10PX;
}
span#footer{
float:left;
}
.wenben2{color:#999999;}
span.wenben2{padding-left:10px;}
.wenben2 a:link{color:#b4b5b5;
text-decoration:none;}
.wenben2 a:visited{color:#333333;
text-decoration:underline;
}
.wenben2 a:hover{color:#FFf;
text-decoration:underline;
}

/*底部鼠标效应
*/
.huise1 a
{color:#343434;
font-size:12px;
width:366px;
text-decoration:none;
font-weight:normal;
line-height:175%;
}
.huise1 a:hover
{color:#FF0000;
font-size:12px;
text-decoration:none;
font-weight:bold;
line-height:135%;
}
.footer_text a
{font-size:12px;
font-family:sans-serif, "宋体";
text-decoration:none;
font-weight:bold;
color:#FF9900;}
.footer_text a:hover
{font-size:12px;
font-family:sans-serif, "宋体";
font-weight:bold;
color:#CC0000;}

/*css文件完*/
/*基本html标签*/

/*id的定义*/

#footer {
width:780px;
float:left;
line-height:175%;
}
.hengtiao{
width:780px;
height:10px; 
background:#8d8d8d;
clear:both;
margin:8px 0;}
/*class*/

span#huangbiao{
height:29px;
float:left;
background-color:#CC0000;
width:6px;
margin-top:8PX;}
/*页面辅助代码（清楚浮动 等）*/
.dotline,.dashed{
 font-size: 0px;
 line-height: 0px;
 border-top-width: 2px;
 border-top-style: dashed;
 border-top-color: #c5c5c5;
  width:277px;
  width:95%;
  
}/*虚线*/
.clear{clear:both;}

