/*顶部导航*/
/*首页nav*/
.headc-dbg{ width:100%; height:auto; margin:0 auto;}
.headc-dbg .nav{ width:1200px; height:70px;margin:0 auto;}
.headc-dbg .navz{width: 35%; height: 100%; float: left; overflow:hidden;}
.headc-dbg .navz img{width: 100%; height:auto;}
.headc-dbg .navy{width: 65%; height:70px; line-height: 70px; text-align: left; float: left;} 
.headc-dbg .nav ul li{width: auto; height:70px; float:left;  position:relative; }
.headc-dbg .nav ul li a{   white-space: nowrap;
    overflow: hidden;
    padding-left:18px;
    padding-right: 18px;
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-style: normal }
.headc-dbg .nav ul li a:hover{font-weight: bold; color: #FFFFFF；
   }
.headc-dbg .nav ul li ul{width: 150%; height:auto; display: none; z-index: 9999; position: absolute; left: 0; top:70px;}
.headc-dbg .nav ul li ul li{width:100%; height: 40px; line-height:40px; font-size:12px;}
