/* Common style */



*{margin: 0;padding: 0;}

/*width*/

.w-main{ width: 90%;margin: 0 auto;}






  
  .mnav{position:fixed;left:100%;top:0;width:100%;height:100%; z-index:1000000; background-color:#646464;display:block;}
    .mnav a{color:#ffffff;}
  .mnav-tit{height:30px; line-height:30px;}
  .mnav-tit span{float:right;background:url(../image/close.png) left top no-repeat;width:30px;height:30px; background-size:auto 100%;margin-top:10px;cursor:pointer;}
  
  .mnav-list dl{border-bottom:2px solid #b2b2b2; line-height:normal;}
  .mnav-list dl dt{padding:5px 3%;cursor:pointer;text-align: center;font-size: 0.3rem;line-height: 0.8rem;}
  .mnav-list dl .xximg{background:url(../image/jt2.png) 94% center no-repeat;background-size:auto 30%;margin-top:-20px;}
  .mnav-list dl .xximg1{background:url(../image/jt.png) 94% center no-repeat;background-size:auto 30%;margin-top:-20px;}
  .mnav-list dl dd{border-top:2px solid #b2b2b2; line-height:normal;}
  .mnav-list dl dd a{display:block;width:90%;border-bottom:1px solid #b2b2b2;font-size: 0.28rem;text-align: center;line-height: 0.6rem;margin: 0 auto;color: #d9d9d9;}
  .mnav-list dl dd a:last-child{border-bottom:0; }
  .mnav-list dl dd{display:none;}
  
  .mnav-list1 dl{border-bottom:2px solid #b2b2b2; line-height:normal;}
  .mnav-list1 dl dt{padding:5px 3%;cursor:pointer;text-align: center;font-size: 0.3rem;line-height: 0.8rem;}