.btn-nav {
  width:23px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 99999;
  position:absolute;
  text-align: left;
  top:20px;
  right:20px;
}
.btn-nav:focus {
  outline: 0;
}
.icon-bar {
  display: block;
  margin-top:5px;
  margin-bottom:5px;
  width: 23px;
  height: 2px;
  background-color: #000;
}
.nav-content {
  position:fixed;
  width:100%;
  top: 0;
  right: 0;
  background: #2f2f2f;
  display: block;  
  z-index: 999 !important;
  overflow: hidden;
}
.navlogo{
	padding-top:18px;
	padding-left:18px;
	position: absolute;
	z-index: 1000;
}
.navlogo img{
	height:13px;
	width:auto;
}
.nav-list {
  list-style: none;
  position: relative;
  top:9%;
  padding:0 18px; 
  height:91%; 
  overflow-y:auto;
}
.nav-list li{
	width:100%;
	position: relative;
}
.nav-list li.topline{
	border-top: 1px solid #5a5a5a;	
}
.nav-list li p{
	color:#b4b4b4;
	font-size:17px;
	line-height: 50px;
	display: block;
	padding:0;
}
.nav-list li a{
	color:#b4b4b4;
	font-size:17px;
	line-height: 50px;
	display: block;
	padding:0;
}
.nav-list li:hover i{
	width:100%;
}
.nav-list li i{
	height:2px;
	width:0;
	position: absolute;
	bottom:-1px;
	left:0;
	transition:all 0.4s;
	background: #c6c6c6;
}
.nav-list li.current i{
	width:100%;
}
.navinfo{
	margin-bottom:-1px;
	font-size:0;
	text-align: left;
}
.navinfo li{
	display:inline-block;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:0;
	width:50%;
	background: transparent;
}
.navinfo li img{
	display: inline-block;
	vertical-align: middle;
	width:24px;
	margin-right:8px;
}
.nav-list li.hasmore{
	background: url(../image/jia.png) no-repeat 98% 19px;
	background-size:11px auto; 
}
.nav-list li.hover{
	background: url(../image/jian.png) no-repeat 98% 19px;
	background-size:11px auto; 
}
.nav-list li.nomore{
	background: url(../image/nomore.png) no-repeat 98% 19px;
	background-size:11px auto; 
}
.topinfo2{
	margin-bottom:-1px;
	border-top: 1px solid #5a5a5a;
}
.topinfo2 li{
	display: block;
	margin:0;
	background:transparent;
	border-bottom:none;	
}
.topinfo2 li a{
	color:#aaaaaa;
	font-size:15px;
	display: block;
	line-height: 38px;
	padding-left:20px;
}
.topinfo li.hover,.topinfo2 li.hover{
	background:transparent;
}
.item-anchor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.item-anchor {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 0px;
}

.item-anchor:hover,
.item-anchor:focus {
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.item-anchor:hover:after,
.item-anchor:focus:after{
  width: 100%;
  background: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.nav-item {
  margin: 40px auto;
  text-align: center;
}

.animated {
  display: block;
  margin: 0 auto;
  margin-top:8px;
}
.animated:hover .icon-bar,
.animated:focus .icon-bar{
  background-color: #fff;
}

.animated:focus {
  cursor: pointer;
  z-index: 9999;
}

.middle {
  width:18px;
}
.icon-bar {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 999999;
}
.animated .icon-bar {
  z-index: 999999;
  background-color: #fff;
  position:fixed;
}
.animated .top {
  -webkit-transform: translateY(0px) rotateZ(45deg);
  -moz-transform: translateY(0px) rotateZ(45deg);
  -ms-transform: translateY(0px) rotateZ(45deg);
  -o-transform: translateY(0px) rotateZ(45deg);
  transform: translateY(0px) rotateZ(45deg);
}
.animated .bottom {
  -webkit-transform: translateY(-0px) rotateZ(-45deg);
  -moz-transform: translateY(-0px) rotateZ(-45deg);
  -ms-transform: translateY(-0px) rotateZ(-45deg);
  -o-transform: translateY(-0px) rotateZ(-45deg);
  transform: translateY(-0px) rotateZ(-45deg);
}

.animated .middle {
  width: 0;
}

@keyframes showNav {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@-webkit-keyframes showNav {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@-moz-keyframes showNav {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@-o-keyframes showNav {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.showNav {
  -webkit-animation: showNav .5s ease forwards;
  -moz-animation: showNav .5s ease forwards;
  -o-animation: showNav .5s ease forwards;
  animation: showNav .5s ease forwards;
}

@keyframes hideNav {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}

@-webkit-keyframes hideNav {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}

@-moz-keyframes hideNav {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}

@-o-keyframes hideNav {
  from {
    height: 0%;
  }
  to {
    height: 0;
  }
}

.hideNav {
  -webkit-animation: hideNav .5s ease forwards;
  -moz-animation: hideNav .5s ease forwards;
  -o-animation: hideNav .5s ease forwards;
  animation: hideNav .5s ease forwards;
}

.hidden {
  display: none;
}
@media (max-width: 740px) {
	.btn-nav {
  		top:12px;
  		right:15px;
	}
}