@charset "utf-8";


.fr {
  float: right;
  display: inline; }

.m-btn{
    width: 32px;
    height: 32px;
    float: left;
    background: url(/public/images/img/menu.png) no-repeat center;
    background-size: 100%;
    right: 3%;
    top: 50%;
	margin-top:-16px;
    z-index: 999;
    position: absolute;
}

header,#main,footer{
	transition: transform 0.5s ease 0s;
}
.body-wrap.left, header.left{
	transform: translateX(-60%);
	transition: padding 0.3s ease 0s, transform 0.5s ease 0s;
}

.m-sub-menu.show {
	right:-60%;
	transition: all 0.5s ease 0s;
}

.m-sub-menu {
	position: fixed;
	right: -100%;
	width: 60%;
	top: 0;
	z-index: 100;
	height: 100%;
	background-color: #fff;
	transition: all 0.64s ease 0s;
}
.m-sub-menu .top-box {
	width:100%;
	height:3.75rem;
	line-height:3.75rem;
	background-color: #292929;
}

.m-sub-menu .top-box .close {
	display: inline-block;
	width: 2.5rem;
	height:2.5rem;
	background: url(/public/images/img/ico_37.png) no-repeat center;
	margin-right:4%;
	margin-top:0.3rem;
	cursor: pointer;
}
.m-sub-menu .list-wrap{
	border-left:1px solid #f2f2f2;
	height:calc(100vh - 3.75rem);
	background-color: #fff;
}
.m-sub-menu .list-wrap ul {
	width: 100%;
	/*height:100%;*/
	float:left;
}
.m-sub-menu .list-wrap li {
  line-height:2.8rem;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}


/**菜单**/

.accordion {
	height:calc(100vh - 3rem);
	width: 100%;
	overflow-y:auto;
	background-color: #fff;
	position:absolute;
	left:0px;
	right:0px;
	top:3.75rem;
	margin:auto;
	border-left:1px solid #f2f2f2;
}
.accordion .accor {
	width:100%;
	float:left;
	cursor: pointer;
	display: block;
	color: #666;
	font-size: 1rem;
	text-align:center;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accor a{
	width:70%;
	float:left;
	display:block;
	text-indent:3em;
}
.accordion li.accor:last-child .link {
	border-bottom: 0;
}
.accordion .link{
	width:28%;
	height:2.8rem;
	float:left;
	position:relative;
}
.accordion .link  span {
	width: 8px;
	height: 12px;
	background: url(/public/images/img/ico_38.png) no-repeat center;
	top:35%;
	position:absolute;
	right:0.6rem;
}
 .accordion li.open .link span{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.submenu {
	width:100%;
	height:auto;
	float:left;
  	display: none;
  	background-color: #f7f7f7
}
.submenu li{
	width:100%;
	float:left;
	height:auto;
	font-weight:normal;
	border-top:1px solid #fff; 
}
.submenu a {
	width:100%;
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 0.9rem;
	text-align:center;
	text-indent:0;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}





















