@charset "utf-8";
/* CSS Document */

/* General styles for all menus */
.cbp-spmenu {
	background: #333333;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #FFF;
	font-size: 1.3rem;
	padding: 8px;
	margin: 0;
	font-weight:bold;
	background: #5d5d5d;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height:4rem;
}
.cbp-spmenu a span{display:block;float:left;}
.cbp-spmenu a img{width:1.4rem;padding-left:0.65rem;padding-top: 17px;}

.cbp-spmenu a:hover {
	color: #FFF;
	background: #5d5d5d;
}

.cbp-spmenu a:active {
	background: #5d5d5d;
	color: #FFF;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 160px;
	height: 100%;
	top: 0;
	z-index: 1000;
}
.erjiyi{float:left;padding: 0px!important;
    padding-left: 14px!important;
    font-weight: bold!important;
    font-size: 1.5rem!important;}
.cbp-spmenu h3 span{float:left; line-height: 2.5rem;    padding-left: 15px;}

.cbp-spmenu-vertical a {
	padding:8px;
	text-align: center;
	padding-left: 40px;
}
.navi_two a {

    line-height: 2.5rem;
    font-weight: normal;
    font-size: 1.2rem;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 1.5em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -160px;
}

.cbp-spmenu-right {
	right: -160px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 160px;
}

.cbp-spmenu-push-toleft {
	left: -160px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

<!--9.2029571533203E-5-->