@font-face {
	font-family: 'fzdb';
	src: url(../font/fzdb.ttf);
}

.header{
	width: 2.8rem;
	height: 100%;
	background: url(../images/menu-bg.jpg) no-repeat center center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding-top: 0.35rem;
}
.header-logo{
	width: 2.37rem;
	margin: 0 auto 0.5rem;
}
.header-logo img{
	display: block;
	width: 100%;
}

/* #menu{
	width: 100%;
	padding: 0 0.5rem;
}

#menu li{
	width: 100%;
	margin-bottom: 0.15rem;
}
#menu li a{
	display: inline-block;
}
#menu li h3{
	font-size: 0.36rem;
	font-family: 'fzdb';
	color: #333333;
	line-height: 1;
	font-weight: normal;
	opacity: 0.65;
}
#menu li p{
	font-size: 0.18rem;
	color: #333333;
	line-height: 1;
} */
#menu .active h3{
	color: #ba8b3a !important;
}
#menu .active p{
	color: #ba8b3a !important;
}




.home-content{
	width: 100%;
	padding-left: 2.8rem;
}
.section{
	width: 100%;
}

.menu-cz{
	padding-left: 0.5rem;
}
.menu-cz img{
	display: block;
	width: 1.62rem;
}
@media only screen and (max-width: 1366px) {
	#menu h3 {
	  font-size: 20px;
	      line-height:40px;
	      width: auto;
	      padding-right: 10px;
		  float:left;
	}
}
