@charset "gb2312";
/* CSS Document */

/*导航开始*/
.nav{width:1100px; height:138px; margin:0 auto;}
.menu {font-family: arial, sans-serif;  width:850px; height:34px; position:relative; margin:0 auto; margin-top:64px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:110px; height:34px; text-align:center; color:#000000;   line-height:34px;  overflow:hidden;  font-size:16px;}

.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;line-height:34px; padding:0 5px;}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#000000; width:110px; height:34px;}/********导航背景变色 ******/
.menu ul li:hover ul {display:block; position:absolute;  left:0; width:110px;}
.menu ul li:hover ul li {}
.jg{ width:3px !important; background:url(../images/index_07.jpg) no-repeat; height:34px; padding:0px !important;}
.menu ul li:hover ul li a {display:block; background:#000000; color:#fff;line-height:24px; height:24px;border-top:#2f2f2f 1px solid; font-size:12px; font-weight:normal; }/******子栏目 背景*********/
.menu ul li:hover ul li a:hover { color:#fff;line-height:24px; }/******子栏目 背景变色*********/
.menu img{ display:block;}
#bt{background:url(../images/dh.jpg) no-repeat; width:110px; height:34px;}
/*导航结束*/
