﻿/*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;
}


/*.openMenu{left:auto;right:3rem;-webkit-transition:all .5s ease;transition:all .5s ease;}*/

.openNav {
	left: 0;
	-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 .topBox{
	width: 240px;
	overflow: hidden;
	margin-top: 16px;
	height: 25px;
	position: relative;
}
.nav .topBox img.colse{
	float: left;
	cursor: pointer;
}
.nav .topBox form#search{
	float: right;
	height: 22px;
	width: 0;
	overflow: hidden;
	position: relative;
	z-index: 11
}
.nav .topBox input[type=text]{
	width: 120px;
	height: 20px;
	border: none;
	padding: 0;
	outline: none;
	font-family: "微软雅黑";
	font-size: 0.12rem;
	color: #5E5E5E;
	border: 1px solid #ccc;
	margin-top: 0;
	float: left;
	text-indent: 12px;
}
.nav .topBox i{
	display: inline-block;
	float: right;
	width: 22px;
	height: 22px;
	background: url(../images/search.jpg) no-repeat center;
	cursor: pointer;
	position: absolute;
	right: 0;
	z-index: 1;
}
.nav .topBox input[type=button]{
	width: 22px;
	height: 22px;
	border: none;
	outline: none;
	background: url(../images/search.jpg) no-repeat center;
	background-size: 100%;
	cursor: pointer; 
	border-left: none; 
}
.nav .list{
	width: 240px;
}
.nav h3,.nav h4{
	/*background: url(../images/nav1.jpg) no-repeat right center;*/
	font-family: "微软雅黑";
	font-size: 0.16rem;
	color: #212121;
	text-align: center;
	line-height: 35px;
}  
.nav h3.on{
	/*background: url(../images/nav2.jpg) no-repeat right center;*/
}
.nav h3.on a,.nav h3:hover a,.nav h4.on a,.nav h4:hover a{
	color: #01479d;
}
.nav h3 a,.nav h4 a{
	color: #212121;
}
.nav ul{
	display: none;
}
.nav ul li a {
	display: block;
	font-family: "微软雅黑";
	font-size: 0.14rem;
	color: #999999;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	/*padding: 0 0 0 0.24rem;  */
}
.nav ul li a:hover{
	color: #01479d;
}
.nav .item{
	width: 240px;
	border-top: 1px solid #e6e6e6;
	padding-top: 15px;
	margin-top: 15px;
}
.nav .item p.on{
	font-family: "微软雅黑";
	padding-bottom: 14px;
	font-size: 12px;
	color: #494848;
	text-align: center;
}
.nav .item p.on2{
	font-family: arial;
	font-size: 0.14rem;
	color: #01479d; 
	text-align: center;
}
.nav .item a.yy{
	display: block;
	font-family: "微软雅黑";
	font-size: 12px;
	background: url(../images/dt.jpg) no-repeat left 1.2rem center ;
    -webkit-transition: all .5s ease;
	text-indent: 90px;
	line-height: 20px;
}
.nav .item a.yy:hover{
	background: url(../images/dt2.jpg) no-repeat left 1.2rem center;
    -webkit-transition: all .5s ease;
    color: #a37e2c;
}
.nav .item img.logo{
	display: block;
	margin: 10px auto 10px;
}
.nav .item .fx{
	display: table;
	*zoom: 1;
	margin-left: auto;
	margin-right: auto;
}


.openMenu {
	right: 3rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}