/*手机菜单*/
.nav{position:relative; z-index:1000; margin-top:25px; right:10px; margin-bottom:20px; z-index:10 }
.nav img{ float:right;}
.navbg{ width:100%;display:none; background:#fff;border-top:2px solid #ddd;border-bottom:6px solid #0274b7; }
.navbg li{padding:0px 15px;  border-bottom:1px solid #eee; line-height:42px; font-size:16px; height:auto;display: -webkit-box;
-webkit-box-orient: horizontal; 
-webkit-box-align: center;}
 
.menulist{ overflow:hidden; text-align:right; width:160px; display:block; padding:10px 0 5px 50px;}
.menulist a{ display:block; line-height:32px; text-align:center; color:#0274b7; border-radius:2px; background:#f5f5f5; margin-bottom:5px;}
.menulist a:last-child{ border-bottom:0}
 