@charset "gb2312";
/* CSS Document */


/*导航开始*/
.nav{ width:100%; height:40px; background:url(../images/index_05.jpg) repeat-x;}
.menu {font-family: arial, sans-serif; width:1004px; height:40px; position:relative; margin:0 auto;   }
.menu ul li a, .menu ul li a:visited {font-family:"Microsoft Yahei"; font-size:14px; font-weight:normal; width:114px; height:40px; line-height:40px; display:block; text-decoration:none; text-align:center; color:#fff; overflow:hidden;}

.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;line-height:40px; padding:0 ;}
.menu ul li ul {display: none;}
/* specific to non IE browsers*/ 
.menu ul li:hover a {color:#ff0; font-size:14px; background:url(../images/index_07.jpg) bottom center no-repeat; width:114px; height:40px;}/********导航背景变色 *******/
.menu ul li:hover ul {display:block; position:absolute;  left:0; width:114px;}
.menu ul li:hover ul li {}
.jg{ width:0px !important; background:url(../images/index_07.jpg) no-repeat; height:38px; padding:0px !important;}
.menu ul li:hover ul li a {display:block; background:#0066cc; color:#fff;line-height:33px; height:33px; border-bottom:#999999 1px solid; font-size:12px; font-weight:normal; }/******子栏目 背景**********/
.menu ul li:hover ul li a:hover { color:#ff0; line-height:33px; }/******子栏目 背景变色*********/
.menu img{ display:block;}
#bt{background:url(../images/dh.jpg) no-repeat; width:114px; height:38px;}
/*导航结束*/
