﻿/* 网站头部导航css */
body{ font-size:12px;margin-top:30px; font-family:Verdana;	margin-top: 0px;margin-bottom: 8px;} 
ul,li{list-style-type: none; margin:0; padding:0; float:left; } 
#info{ margin-left:auto; margin-right:auto;width:810px; text-align:left;margin-top:1px;} 
#nav{ height:29px; width:710px; margin-left:auto; margin-right:auto;} 
#nav li{margin-left:1px; height:29px;} 
#nav li a:link,#nav li a:visited{ 
display:block;
float:left; 
text-decoration:none; 
background-image: url(../Image/menu_dw.png);
background-repeat: no-repeat; 
display:block; 
background-position:left top;
padding-left:5px;
height:29px;
}
#nav li a:hover{ 
cursor:pointer; 
background-position:left -70px;
} 
#nav li a:active{ 
cursor:pointer; 
background-position:left -35px;
} 
#nav a:link span,#nav a:visited span{
 cursor:pointer; 
 background-image: url(../Image/menu_dw.png);
 background-repeat: no-repeat; 
 display:block;
 background-position: right top;
 padding:7px 12px 6px 8px; 
 float:left;
 font-size:14px;
 font-weight: bold;
 color: #699D1F; 
 } 
 #nav a:hover span{
 cursor:pointer; 
 color:#4A7211;
 background-position: right -70px;
 }
  #nav a:active span{
 cursor:pointer; 
 color:#000;
 background-position: right -35px;
 }

#nav li.active a:link,#nav li.active a:visited{
background-position: left -35px;
color:#000; 
}
#nav li.active a:hover,#nav li.active a:active{
background-position: left -35px;
color:#000; 
} 
#nav li.active a:link span,#nav li.active a:visited span{
background-position: right -35px;
color:#000; 
}
#nav li.active a:hover span,#nav li.active a:active span{
background-position: right -35px;
color:#000; 
}
#nav a span.org11{
color:#f60;
}

a:link,a:visited{font-size:12px;color:#000;text-decoration:none;}
a:hover,a:active{color:#f60;text-decoration:underline;}
/* 网站头部导航css */

/* 网站头部搜索部分 */
.search_gjz{
    font-size: 12px;
	line-height: 22px;
	color: #000000;
    text-decoration:none;
}
.search_gjz a:link,.search_gjz a:visited{
    font-size: 12px;
	line-height: 22px;
	color: #000000;
    text-decoration:none;
}
.search_gjz a:hover,.search_gjz a:active{
	color: yellow;
    text-decoration:underline;
}
.search_hot{
    font-size: 12px;
	line-height: 22px;
	color: #315D00;
    text-decoration:none;
}
.search_hot a:link,.search_hot a:visited{
    font-size: 12px;
	line-height: 22px;
	color: #315D00;
    text-decoration:underline;
}
.search_hot a:hover,.search_hot a:active{
	color: yellow;
    text-decoration:none;
}
/* 网站头部搜索部分 */

