/* CSS Document */

/*导航开始*/
.nav{  height:50px;}
.menuys{width: 100%;height: 65px;background-color:#0b6ac6;margin: 0 auto;}
.menu {width:1220px; height:65px; position:relative; margin:0 auto;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:130px; height:65px; text-align:center; color:#ffffff;  line-height:65px;  overflow:hidden;  font-size:16px;font-family:黑体 Regular; z-index: 10000;}

.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;line-height:65px; padding:0;z-index: 10000}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a { background:url(../images/menu.jpg);}/********导航背景变色 ******/
.menu ul li:hover ul {display:block; position:absolute;  left:0; width:111px;}
.menu ul li:hover ul li {}
.jg{ width:2px !important; background:url(../images/index_09.jpg) no-repeat; height:65px; padding:0px !important;}
.menu ul li:hover ul li a {display:block; background:#0b6ac6; color:#ffffff;line-height:50px; height:50px;border-top:#ffffff 1px dashed; font-size:12px; font-weight:normal; }/******子栏目 背景*********/
.menu ul li:hover ul li a:hover { color:#ffffff;line-height:50px; }/******子栏目 背景变色*********/
.menu img{ display:block;}
#bt{background:url(../images/dh.jpg) no-repeat; width:111px; height:50px;}
/*导航结束*/