
/*手机自适应*/
@media (max-width: 800px){
  

  .page_num{
    height: auto !important;
  }
  #page_div .pagination_index_last {
    text-align: center !important;
    padding-top: 10px;
  } 

}/*手机自适应end*/


.m_head{
	width: 100%;
	display: none;
	background: #ffffff;
}
.m_top{
	width: 100%;
	height: 1.3rem;
	overflow: hidden;
	background-size: 100% 100%;
	position: relative;
	background: #fff;
}
.m_top div{
	float: left;
}
.m_top .mlogo{
    width: 3.5rem;
    height: 100%;
    margin-left: 0.3rem;
}
.m_top .mlogo a {
	line-height: 1.2rem;
	display: block;
	height: 100%;
}
.m_top .mlogo a img{
	width: 100%;
	vertical-align: middle;
}
.m_top .mnav{
    height: 0.64rem;
    margin-top: 0.5rem;
    position: absolute;
    right: 0.5rem;
}
.m_top .mnav li{
	width: 0.7rem;
    height: 0.4rem;
    background: url(../images/m_nav.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.m_navdiv{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 333;
	background: rgba(0,0,0,0.5);
}
.m_navdiv .mnavli{
	padding-top: 0.2rem;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
}
.m_navdiv .mnavli li{
	box-sizing: border-box;
	width: 100%;
	height: 0.9rem;
	background: #f4f5f6;
	line-height: 0.9rem;
	font-size: 0.3rem;
	border-bottom: solid 1px #ddd;
	text-indent: 1rem;
}
.m_navdiv .mnavli li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}
.mnavlion{
	background: #f3787b !important;
}
.mnavlion a{
	color: #fff !important;
}

.m_navdiv .mnavli li:nth-child(1){
	border-left: solid 10px #78cdcd;
}
.m_navdiv .mnavli li:nth-child(2){
	border-left: solid 10px #f3787b;
}
.m_navdiv .mnavli li:nth-child(3){
	border-left: solid 10px #f4ed5d;
}
.m_navdiv .mnavli li:nth-child(4){
	border-left: solid 10px #97cc77;
}
.m_navdiv .mnavli li:nth-child(5){
	border-left: solid 10px #517bb8;
}
.m_navdiv .mnavli li:nth-child(6){
	border-left: solid 10px #6c4189;
}
.m_navdiv .mnavli li:nth-child(7){
	border-left: solid 10px #008c00;
}
.m_navdiv .mnavli li:nth-child(8){
	border-left: solid 10px #b399ff;
}
.m_navdiv .mnavli li:nth-child(9){
	border-left: solid 10px #78cdcd;
}

.m_navdiv .mnavcolse{
	width: 100%;
	height: 1.1rem;
	text-align: center;
	margin-top: 0.2rem;	
}
.m_navdiv .mnavcolse li{
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 0.6rem;
}
.m_navdiv .mnavcolse li img{
	height: 100%;
}


.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;
}