* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-width: 320px;
    max-width: 750px;
    /* flexible 给我们划分了10等分 */
    width: 10rem;
    margin: 0 auto;
    /*line-height: 1.5;*/
    font-family: Arial, Helvetica;
    background: #FFF;
}

@media screen and (min-width:750px) {
    html {
        font-size: 75px !important;
    }
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
	list-style:none;/*列表样式:无(去掉小圆点)*/
}

a {
    text-decoration: none;
    color: #222;
}

div {
    box-sizing: border-box;
}

/* 使用before和after双伪元素清除浮动 代码更简洁（推荐使用） */
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/* .m-header{border-bottom: 1px solid #EDEDED; width:auto;position: relative; padding: 40px 0; box-sizing: border-box;}
.left-icon{position: absolute;width: 32px; height: 32px;  left:10px; top: 20px;}
.right-logo{width: 50%; position: absolute; right:10px; top: 20px;}
.right-logo img{width: 100%; height: 100%;} */

.m-banner{width: auto; margin: 10px; box-sizing: border-box;}
.m-banner img{width: 100%; height: auto;}

.m-link li {width: calc(100% / 2.0 - 20px); margin:5px 10px; float: left; position: relative}
.m-link li img{width: 100%; height: auto}

.m-footer{width: auto; text-align: center; margin-top: 20px;}
.m-footer img{width: 80%; height: auto;}



/*手机自适应*/
@media (max-width: 800px){

  .m_head{
        display: block !important;
  }
  .m_navdiv{
  	display: block !important;
  }

}/*手机自适应end*/


.m_head{
	width: 100%;
	display: none;
	background: #ffffff;
}
.m_top{
	width: 100%;
	height: 1.7rem;
	overflow: hidden;
	background-size: 100% 100%;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #EDEDED;
}
.m_top div{
	float: left;
}
.m_top .mlogo{
    width: 38%;
    height: 100%;
    margin-left: 0.3rem;
	position: absolute;
	right: 20px;
	top: 10px;
}
.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;
    left: 0.5rem;
}
.m_top .mnav li{
	width: 32px;
    height: 32px;
    background: url(../images/icon_01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.m_navdiv{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: -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: 1.2rem;
	background: #f4f5f6;
	line-height: 1.2rem;
	font-size: 0.5rem;
	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;
}

