.m_head{
	width: 100%;
	display: none;
}
.m_top{ background:url(../images/m_topbg.png)  center top no-repeat; 
	width: 100%;
	height: 1.5rem;
	overflow: hidden;
	background-size: 100% 100%;
	position: relative;
}
.m_top div{
	float: left;
}
.m_top .mlogo{
	width: 3.5rem;
	height: 0.8rem;
	margin-left: 0.3rem;
	margin-top: 0.1rem;
}
.m_top .mlogo a {
	display: block;
	font-size: 58px;
}
.m_top .mlogo a img{
	width: 3.2rem;
}
.m_top .mbackpc{
    width: 0.62rem;
    height: 0.64rem;
    margin-top: 0.5rem;
    position: absolute;
    right: 0.5rem;
}
.m_top .mbackpc li{
	width: 0.62rem;
    height: 0.64rem;
    background: url(../images/backpc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.m_nav{
	width: 100%;
	height: 0.6rem;
	background: #00468c;
}
.m_nav li{
	float: left;
	width: 20%;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	font-size: 0.25rem;
	color: #fff;
}
.m_nav li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.m_nav .mnavli{
	height: 0.55rem !important;
	border-bottom: solid 0.05rem #ffc926;
	color: #ffc926;
}
.m_nav .mnavli a{
	color: #ffc926;
}

.m_bottom{
	width: 100%;
	height: 0.6rem;
	background: #0962b6;
	text-align: center;
	color: #ffffff;
	line-height: 0.6rem;
	display: none;
	font-size: 0.2rem;
}
.m_bottom a{
	color: #fff;
}

/* @media screen and (max-width:768px) {
  .gheader{
        display: none;
    }
  .gfooter{
    display: none;
  }
  .m_head{
      display: block !important;
  }
  .m_bottom{
      display: block !important;
  }
} */