@charset "utf-8";
/* CSS Document */


/*导航栏宽度小的时候*/

#menu-mobile {
	position: absolute;
	top:7px;
	right:0;
	bottom: 0;
	z-index: 1000;
	display: none;
	width: 0;
	height: 100%;
	min-height: 100%;
	color: #a6abab;
	text-transform: uppercase;
	line-height: 35px;
	-webkit-transition: width .25s ease-out;
	transition: width .25s ease-out;
}

#menu-mobile.open {
	width: 120px;
}

#header.style2 #menu-mobile {
	top: 0;
}

#menu-mobile .wrapper-nav {
	position: relative;
	top: -1px;
	bottom: 0;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	min-height: 100%;
	background:#1e314e;
}

#menu-mobile .bt-menu { text-align:left; text-indent:18px;
	background:#1e314e url(../images/nav_baise.png) no-repeat 54px;
	position: absolute; background-size:27px 17px;
	top: 20px;
	left: -100px; color:#fff;
	overflow: hidden;
	width:80px;
	cursor: pointer; font-size:15px;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

#menu-mobile .bt-menu:after {
	top: 40px;
	left: 22px;
	border-top: 4px solid #888;
	border-bottom: 0;
}

#menu-mobile ul{margin:0px; padding:0px;}

#menu-mobile ul li ul {
	position: static;
	display: none;
	min-width: auto;
	opacity: 1;
}

#menu-mobile ul li.visible ul {
	display: block;
}

#menu-mobile li {
	overflow: hidden;
	padding: 0 0px;
	font-family: 'MuseoSans_xFat';
	line-height: 46px;
	border-bottom:solid 1px #031a3c;
	padding-left:18px;
}

#menu-mobile li li {
	padding: 0;
	width: auto;
	font-family: 'MuseoSans_Thin';
	line-height: 25px;
}

#menu-mobile a {
	color: #fff;
}
#menu-mobile ul li.active a,#menu-mobile a:hover,#header nav.main #menu-mobile ul a:hover,#header nav.main #menu-mobile ul>li:hover>a {
	background: transparent;
	color:#d28f26;
}

#menu-mobile ul li a {
	display: block; font-size:15px;
	text-decoration:none;
	
}

#menu-mobile ul li:first-child a {
	padding-top: 18px;
	text-decoration:none;
}

#menu-mobile ul li li:first-child a {
	padding-top: 0;
}

#menu-mobile ul li em {
	display: block;
	font-style: normal;
	cursor: pointer;
	-webkit-transition: color .25s ease-out;
	transition: color .25s ease-out;
}

#menu-mobile ul li em:hover {
	color: #fff;
}

#menu-mobile .box-search {
	overflow: hidden;
	margin: 15px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

#menu-mobile .box-search span,#menu-mobile .box-search .bt-search {
	display: block;
}

#menu-mobile .box-search span {
	margin-bottom: 7px;
	line-height: normal;
}

#menu-mobile .box-search form {
	position: relative;
}

#menu-mobile .box-search .text {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 45px 0 10px;
	width: 100%;
	height: 30px;
	border: 0;
	border-radius: 0;
	background: #a6abab;
}

#menu-mobile .box-search .text:focus,#menu-mobile .box-search .bt-search:focus {
	outline: 0;
}

#menu-mobile .box-search .bt-search {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px;
	width: 35px;
	height: 30px;
	border: 0;
	border-radius: 0;
	background: #888;
	color: #313131;
	text-align: center;
	font-family: 'MuseoSans_xFat';
	line-height: 31px;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

#menu-mobile .box-search .bt-search:hover {
	opacity: .75;
}

#menu-mobile .others {
	padding-top: 10px;
	padding-bottom: 15px;
}

#menu-mobile .others {
	font-family: 'MuseoSans_Thin';
}



body.page-transition #header nav.nav-sidebar .wrapper-nav {
	overflow: hidden;
	height: 100%;
}




/*
@media screen and (max-width:1440px) {
	#menu-mobile {
		display: block;
		
	}
	.animenu{display:none;}

}*/


@media screen and (max-width:1300px) {
	#menu-mobile {display: block;}
	.animenu{display:none;}

}
@media screen and (max-width:1170px) {
	#menu-mobile {display: block;}
	.animenu{display:none;}

}

@media screen and (max-width:986px) {

}

@media screen and (max-width:855px) {
}

@media screen and (max-width:768px) {

}

@media screen and (max-width:614px) {

}

@media screen and (max-width:480px) {

}
