/* CSS Document */

/*导航开始*/
.nav{  height:50px;}
.menuys{width: 100%;height: 75px;background-color:#FFFFFF;}
.menu {width:1200px; height:75px; position:relative; margin:0 auto;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:130px; height:75px; text-align:center; color:#000000;  line-height:75px;  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:75px; padding:0;z-index: 10000}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a { background:url(../image/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(../image/index_09.jpg) no-repeat; height:50px; padding:0px !important;}
.menu ul li:hover ul li a {display:block; background:#FFFFFF; color:#000000;line-height:35px; height:35px;border-top:#0169cc 1px dashed; font-size:12px; font-weight:normal; }/******子栏目 背景*********/
.menu ul li:hover ul li a:hover { color:#0169cc;line-height:35px; }/******子栏目 背景变色*********/
.menu img{ display:block;}
#bt{background:url(http://www.hshysj.com/template/default1/images/dh.jpg) no-repeat; width:111px; height:50px;}
/*导航结束*/