@charset "utf-8";
/*常规CSS*/
body{margin-top:0;font-family:Tahoma,"宋体";text-align:center;}
*{ margin:0px; padding:0px;font-size:12px;}
div,ul,li,p,td,span{text-align:left;}
ul{list-style-type: none;text-align:left;}
img{border:0}
sup{color:#f00}
/**/

a:link{color:#1C1518;text-decoration:none;}
a:hover{color:#433239;text-decoration:underline;}
a:visited{color:#281E22;TEXT-DECORATION: none}
a:actived{color:#1C1518;}

/*顶部CSS height:30px !important;height:31px;*/
#header{width:100%;text-align:center;background:#f9f9f9;}
#header #top{width:980px;margin:0 auto;height:125px;clear:both;background:#fff;}
#header #top ul li{float:left;width:260px;height:120px;}
#header #top #logo{margin-top:5px;text-align:center;}
#header #top #fav{width:720px;text-align:right;overflow:hidden;}
#header #top #fav span{line-height:25px;padding-right:10px;}
#header #top #fav span a{background:url(../img/css/bg-fav.gif) no-repeat;padding-left:25px;color:#000;}

#nav{width:100%;height:26px;text-align:center;}/*background:url(../img/css/nav-bg.gif) repeat-x;*/
#nav ul{width:980px;margin:0 auto;}
#nav ul li{float:left;width:164px;height:26px;line-height:26px;text-align:center;
background:url(../img/css/nav-bg-li.gif) no-repeat;
position:relative;
z-index:1;
}
#nav ul li a,#nav ul li a:visited{width:164px;color:#fff;display:block;}
#nav ul li a:hover,#nav ul li #on{background:url(../img/css/nav-bg-on.gif) no-repeat ;}

#nav ul li ul {
display: none;
}
#nav ul li:hover a {
color:#fff;
}

#nav ul li:hover ul {
display:block;
position:absolute;
top:26px;
left:0;
width:164px;
z-index:1;
}

#nav ul li:hover ul li{
border-bottom:1px #CC0000 solid;
height:26px;
}

#nav ul li:hover ul li a {
display:block;
background:#f00;
color:#fff;
TEXT-DECORATION: none
}

#nav ul li:hover ul li a:hover {
background:url(../img/css/nav-bg-on.gif) no-repeat ;
}


#positions{width:980px;height:28px;margin:0 auto;}
#positions p{text-align:left;padding:5px;}



/*底部CSS height:30px;border-bottom:5px #EB010E solid;background:#A2999A;*/
#footer{width:100%;text-align:center;float:left;}
#footer #ac{width:980px;height:31px;background:url('../img/css/footer.gif');margin:0 auto;color:#fff;font-size:12px;}
#footer ul li{line-height:30px;float:left;}
#footer ul li a{margin-left:20px;color:#fff;}
#footer ul #about{width:60%;}
#footer ul #copyright{text-align:right;}