@charset "utf-8";


.fr {
  float: right;
  display: inline; }

.m-btn{
	width:35px;
	height:30px;
	float:right;
	background:url(/images/img/menu.png) no-repeat center;
	background-size:100% 100%;
	right:4%;
	top:14px;
	z-index:15;
	position:absolute;
}

header,#main,footer{
	transition: transform 0.5s ease 0s;
}
.body-wrap.left, header.left{
	transform: translateX(-50%);
	transition: padding 0.3s ease 0s, transform 0.5s ease 0s;
}

.m-sub-menu.show {
	right:-50%;
	transition: all 0.5s ease 0s;
}

.m-sub-menu {
	position: fixed;
	right: -100%;
	width: 50%;
	top: 0;
	z-index: 100;
	height: 100vh;
	background-color: #fff;
	transition: all 0.64s ease 0s;
}
.m-sub-menu .top-box {
	width:100%;
	height:58px;
	line-height:58px;
	background-color: #666;
}

.m-sub-menu .top-box .close {
	display: inline-block;
	width: 2.5rem;
	height:2.5rem;
	background: url(/images/img/ico_37.png) no-repeat center;
	margin-right:4%;
	margin-top: 9px;
	cursor: pointer;
}
.m-sub-menu .list-wrap{
	border-left:1px solid #f2f2f2;
	height: calc(100vh - 58px);
	background-color: #fff;
	position:relative;
	overflow:auto;
}
.m-sub-menu .list-wrap ul {
	width: 100%;
	/*height:100%;*/
	float:left;
}
.m-sub-menu .list-wrap li {
  line-height:58px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}


/**菜单**/

.accordion {
	height:100%;
	width: 100%;
	background-color: #fff;
	position:absolute;
	left:0px;
	right:0px;
	top:0;
	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:2em;
}
.accordion li.accor:last-child .link {
	border-bottom: 0;
}
.accordion .link{
	width:28%;
	height:58px;
	float:left;
	position:relative;
}
.accordion .link  span {
	width: 8px;
	height: 12px;
	background: url(/images/img/ico_38.png) no-repeat center;
	top:50%;
	margin-top:-6px;
	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;
}

.ovh{
	height:100%;
	overflow:hidden;
}



















