@charset "utf-8";

/* Common style */

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*{margin: 0;padding: 0;}


/*width*/
.w-all{ width:100%;}
.w-main{ width: 6.6rem;margin: 0 auto;}

.h-30{width: 100%;height: 0.3rem;}

.wtongy{width: 25px;height: 100px;}
/*头部div*/
.top{position: fixed;z-index: 9999;height: 1rem;background-color: #FFFFFF;top:0}
.toplogoa,.getnav{margin-top: 0.15rem;display: inline-block;}
.toplogoa img{width: 4.12rem;height: 0.76rem;}
.getnav img{width: 0.53rem;height: 0.68rem;margin-left: 1.8rem;}



/*导航*/
.mnav{position:fixed; overflow: scroll;left:100%;top:0;width:100%;height:100%; z-index:1000000; 
background-color:rgba(97,97,97,0.9);display:block;}
  .mnav-tit{height:30px; line-height:30px;}
  .mnav-tit span{float:right;background:url(close.png) left top no-repeat;width:20px;height:20px; background-size:auto 100%;margin-top:15px;cursor:pointer;}
  
  .mnav-list dl{border-bottom:2px solid #b2b2b2; line-height:normal;}
  .mnav-list dl dt{padding:10px 2%;cursor:pointer;text-align: center;font-size: 0.3rem;line-height: 0.7rem;}
  .mnav-list dl .xximg{background:url(jt2.png) 94% center no-repeat;background-size:auto 20%;}
  .mnav-list dl .xximg1{background:url(jt.png) 94% center no-repeat;background-size:auto 20%;}
  .mnav-list dl dd{border-top:2px solid #b2b2b2; line-height:normal;}
  .mnav-list dl dd a{display:block;width:80%;border-bottom:1px solid #b2b2b2;font-size: 0.26rem;text-align: center;line-height: 0.9rem;margin: 0 auto;color: #fff;}
  .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:10px 2%;cursor:pointer;text-align: center;font-size: 0.3rem;line-height: 0.7rem;}
    .mnav-list1 dl dt a{ color:#FFF;}

  .mnav-list dl .xximg a{ color:#FFF;}
  .mnav-list dl .xximg1 a{ color:#d80001;}


