* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


ul {
	list-style-type: none;
}



/** =======================
 * Contenedor Principal
 ===========================*/
.box{ position:fixed; top:50px; left:0; width: 100%; height:100%;  z-index:99999; display:none;}
.mob_lan{ width:100%; height:40px;}
.mob_lan dt{ width:50%; text-align:center; height:40px; background-color:#F1F1F1; float:left; line-height:40px;}
.mob_lan dt a{ font-size:14px; color:#383838; font-weight:normal;}
.mob_lan dd{ width:50%; text-align:center; height:40px; background-color:#007600; color:#fff; font-weight:normal; font-size:14px; float:right; line-height:40px;}
.mob_lan dd a{ font-size:14px; color:#fff; font-weight:normal;}
.all_nemu{ width: 100%;  background:url(../images/nemu_bg.png) repeat; height:100%; overflow:scroll; padding-bottom:50px;}

.accordion {	
	width: 100%;
	padding-bottom:10px;
 }
.accordion li{ padding-left: 10px; padding-right: 10px;}
.accordion .link {
	cursor: pointer;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	border-bottom:1px solid #1cd66c;
	font-size: 14px;
	font-weight:normal;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion .link a.first_a{ color: #fff; font-size: 14px; display:block; width:100%; height:100%;}
.accordion li:last-child .link {
	/*border-bottom: 0;*/
}

.accordion li i {
	position: absolute;
	top: 11px;
	left: 12px;
	font-size: 18px;
	color: #000;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 20px;
}

.accordion li.open .link {
	color: #fff;
}

.accordion li.open i {
	color: #fff;
}
.accordion li.open i.fa-chevron-down {
/*	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);*/
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	font-size: 14px;
	border-bottom:1px solid #3B86CA;
 }

 .submenu li {
 	
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #fff;
	font-size:12px;
 	padding-top: 8px;
 	padding-bottom: 8px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
 .submenu a span{ font-family:"Microsoft Yahei"; padding-right:8px;}
 .submenu a:hover {
 	color: #FB9900;
 }

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-chevron-down:before{content:"\e5c7"; position: relative;font-family: 'Microsoft Yahei';font-style: normal;font-weight:normal; font-size:14px; color:#fff;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.accordion li.open i.fa-chevron-down:before{content:"\e5c5";}
