@charset "utf-8";
/*CSS reset 2015-6-1*/

/*导航*/
.Headnav{width:100%;height:58px;background:#eee;}
.Headnav ul li{float:left;line-height:58px;height: 58px;}
.Headnav ul li a{display:inline-block;color:#333;font-size:16px;display: inline-block;/*width: 90px;*/text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0 10px;}
.Headnav ul li a:hover{background:#3a4456;color:#fff}
.Headnav ul li.Licurnav a{background:#3a4456;color:#fff}
.Headnav .hiddenNav{ background: #428be9 ;
    color: #fff;
    font-size: 16px;
    height: 58px;
    line-height: 58px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 65px;cursor:pointer}





















