@charset "gb2312";
/* CSS Document */

/*导航开始*/
.menu { width:100%; height:45px; position:relative;margin-top:3px; float:left; background:#0b89dd; }
.bgx { width:2px; height:45px;background:url(../images/bgx.png); float:left;}

.menu ul {padding:0; margin:0;list-style-type: none; width:1200px; margin:0 auto;}
.menu ul li a,.menu ul li a:visited {display:block; text-decoration:none; width:120px; height:45px; text-align:center; color:#FFF;   line-height:45px;  overflow:hidden; font-family:"微软雅黑"; font-size:16px;}
.menu ul li {float:left; position:relative; padding:0 5px;}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#FFF; background:url(../images/index_07.jpg) no-repeat; width:120px; height:45px;}/********导航背景变色 ******/
.menu ul li:hover ul {display:block; position:absolute;  left:0; width:102px;}
.menu ul li:hover {background:url(../images/newn.jpg);}


#bt{background:url(../images/dh.jpg) no-repeat; width:45px; height:51px;}
/*导航结束*/
