@charset "utf-8";
/* CSS Document */

.header
{
width:960px;
height:auto;
clear:both;
}
.logo
{
width:260px;
height:85px;
float:left;
}
.navList
{
z-index:10000;
position: absolute;
left:33%;
top:0%;
width:695px;
height:83px;
float:right;
margin-left:10px;
}
.navList UL {
CLEAR: both; MARGIN-LEFT: 0px;
}
.navList LI {
DISPLAY: inline; FLOAT: left; COLOR: #000
}
.nav1
{
clear:both;
float:left;
margin-top:5px;
margin-left:8px;
_margin-left:3px;
}
.nav1 li{ border-right: 1px dotted #999; padding-left:0px; padding-right:6px; height:20px; line-height:20px;}
.nav1 ul li 
{
font-weight:bold;
}
.navList UL {
clear:both;
margin:0px;
}
.navList LI {
display: inline;
float:left;
color:#000000;
}
.navList .nav1 UL 
{
margin-top:2px;
line-height:20px;
_margin-top: 2px;
}
.navList .nav1 LI 
{
font-family:"宋体";
font-size:14px;
MARGIN: 0px 5px 0px 1px
}
.navList .nav1 .fontArial
{
MARGIN: -1px 6px 0px
}
.navList .nav2 UL 
{
LINE-HEIGHT: 22px;
height:22px;
}
.navList .nav2 LI {
MARGIN: 3px 8px -3px;
_MARGIN: 2px 8px -3px;
}
.navList .nav2 .fontArial 
{
MARGIN: -1px 5px
}
.nav2
{
float:left;
width:695px;
height:auto;
margin-top:6px;
_margin-top:3px;
}
.nav-left
{
width:345px;
height:auto;
float:left;

}
.nav-right
{
width:350px;
height:auto;
float:right;
}



#lists {  padding:0; margin:0px; list-style:none;} /* margins for this demonstration only */
#lists li {display:inline; float:left;}
#lists li a.tl {display:block; text-decoration:none; font-size:12px; font-weight:bold; font-weight:normal; color:#000;}

#lists div {display: none;}

#lists li a:hover {text-decoration:underline; white-space:normal;}
#lists li:hover > a {text-decoration:underline; white-space:normal;}

#lists :hover div
{display:block; position:absolute; border:1px solid #888; padding-bottom:5px;}
#lists :hover div.pos2 {background:#f0f5ee;}

#lists .two:hover {position:relative;}
#lists .single:hover {font-size:12px;
font-family:"宋体";
font-weight:bold;
color:#FF0000;}
#lists .single:link {font-size:12px;
font-family:"宋体";
font-weight:bold;
color:#FF0000;}

#lists .two:hover div.pos3 {background:#F0F8FF;}
#lists .single:hover div.pos4 {background:#F0F8FF;}

#lists :hover div dl {display:inline; padding:0; margin:0px; float:left;}
#lists :hover div dl dt {width:179px; text-decoration:none; height:20px; line-height:20px;}



#lists .single:hover div dl {width:70px; margin-right:5px; padding-top:8px;}
#lists .single:hover div dl dt {width:70px;}

#lists :hover div dl dd {padding:0; margin:0;}

#lists :hover div dt a {text-decoration:none; cursor:default; font-weight:normal; color:#fff;}
#lists :hover div dd a {display:block; text-decoration:none; font-weight:normal; font-size:12px; color:#000; text-indent:10px; line-height:20px;}
#lists :hover div dd a:hover {text-decoration:underline; color:#FF0000;}

#lists .clear {clear:both;}