@charset "gb2312";
/* CSS Document */

/*导航开始*/
.nav{width:100%;height:44px;margin:0 auto;}
.menu {font-family:"微软雅黑";  width:1242px; height:44px; position:relative; margin:0 auto;   }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:160px; height:44px; text-align:center; color:#fff;   line-height:44px;  overflow:hidden;  font-size:16px;}

.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;line-height:44px; padding:0;}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#666666; background:url(../images/.jpg) no-repeat; width:160x; height:44px;}/********导航背景变色 ******/
.menu ul li:hover ul {display:block; position:absolute;  left:0; width:160px;}
.menu ul li:hover ul li {}
.jg{ width:3px !important; background:url(../images/index_09.jpg) no-repeat; height:44px; padding:0px !important;}
.menu ul li:hover ul li a {display:block; background:#ee7917; color:#fff;line-height:24px; height:24px;border-top:#fff 1px dashed; font-size:12px; font-weight:normal; }/******子栏目 背景*********/
.menu ul li:hover ul li a:hover { color:#ab7b12;line-height:24px; }/******子栏目 背景变色*********/
.menu img{ display:block;}
#bt{background:url(../images/dh.jpg) no-repeat; width:160px; height:44px;}
/*导航结束*/