/*nav*/
#nav-over {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4)
}

.warmp {
	position: relative;
	right: 0;
	z-index: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.nav {
	position: fixed;
	top: 1.14rem;
	right: 0rem; 
	opacity: 0;
	z-index: 0;
	background-color: rgba(0,0,0,0.85);
	width: 100%;
	height: 7rem; 
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	transform: scale(1.2);
}

/*.openMenu{left:auto;right:3rem;-webkit-transition:all .5s ease;transition:all .5s ease;}*/

.openNav {
	
	opacity: 0.88;
	transform: scale(1);
	right: 0;
	z-index: 9999;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.nav h3 {
	padding: 0.3rem 0 0 0.25rem;
	font-size: 2em;
	font-weight: normal;
	color: #fff;
	line-height: 0.5rem;
}

.nav h3 a {
	color: #fff;
}

.scrollerBox {
	position: relative;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.scroller {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 0 0 100px 0;
	padding-top: 0.25rem;
	cursor: move;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.nav ul li a {
	display: block; 
	height: 0.6rem;
	overflow: hidden;
	/*padding: 0 0 0 0.24rem;*/
	text-align: center;
	line-height: 0.6rem;
	color: #dcdcdc;
	font-size: 1.5em;
	/*border-bottom: 1px solid white;*/
}
.nav li #nav_search{
	width: 2.2rem;
	display: block;
	margin: 0.1rem auto;
	overflow: hidden;
}
form#nav_search input.txt{
	width: 1.88rem;
	height: 0.27rem;
	border: none;
	outline: none;
	background-color: #f3f3f3;
	text-indent: 0.18rem;
	line-height: 0.27rem;
	font-size: 0.12rem;
	font-family: "微软雅黑";
	font-feature-settings: 0.12rem;
	color: #DD121C;
	float: left;
}
form#nav_search input.btn{
	float: left;
	width: 0.3rem;
	height: 0.3rem;
	background: url(../images/h-search-bg.jpg) no-repeat center;
	background-size: 100%;
	border: none;
	outline: none;
	cursor: pointer;
}

.openMenu {
	right: 3rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}