.nav_box{margin:0 auto; padding:0 15px; background:#27a767;  }
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu::after, #cssmenu > ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    line-height: 1;
    margin: auto;
    max-width: 1170px;
    width: auto;
    z-index: 999;
	text-align:right;    
}
#menu-line {
    background: #009ae1 none repeat scroll 0 0;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.25s ease-out 0s;
}

#cssmenu > ul > li { float:left; }
#cssmenu > ul > li:last-child{ padding-right:0 }
#cssmenu > ul > li > em{ font-size:16px; color:#4cc789; display:inline-block; margin:0 18px; font-family: 'poppins-regular';}
#cssmenu > ul > li > a {
    color: #ffffff;
    font-size: 16px;  font-family: 'poppins-semibold';
    text-decoration: none; line-height:50px; padding:0 30px;
    transition: all 0.3s ease 0s;
text-transform:capitalize; display:inline-block; 

}
#cssmenu> ul > li.active>a,#cssmenu > ul > li:hover>a{  color:#fff; background:#1b985a}
#cssmenu > ul > li ul li {
    text-transform: capitalize;
	background:rgba(255,255,255,1)
}
#cssmenu ul ul {
    left: -9999px;
    position: absolute;
    text-align: left;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    right: 0;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li {
    height: 0;
    transition: height 0.2s ease 0s;
}
#cssmenu ul li:hover > ul > li {
    height: auto;
}

#cssmenu ul ul li a {
    color: #666;
    font-size: 13px;
    padding:12px 10px;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    width: 230px;
}

#cssmenu ul ul li:hover {
    background:#27a767;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff;
}
#cssmenu ul ul li.has-sub > a::after {
    border-bottom: 1px solid #27a767;
    border-right: 1px solid #27a767;
    content: "";
    height: 8px;
    position: absolute;
    right: 10px;
    top: 14px;
    transform: rotate(-45deg);
    transition: border-color 0.2s ease 0s;
    width: 8px;
	color:#27a767;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
    border-color: #fff -moz-use-text-color -moz-use-text-color #dddddd;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    left: 10px;
    right: auto;
}
#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}
@media only screen and (max-width: 1199px) {
	#cssmenu > ul > li > em{ margin:0 5px}
	}

@media only screen and (max-width: 1199px) {
	#cssmenu > ul > li > a{ padding:0 20px}
	}
@media only screen and (max-width: 894px) {
	#cssmenu > ul > li > a{ padding:0 15px}
	}
@media all and (max-width: 858px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 858px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 858px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 858px), only screen and (min-device-pixel-ratio: 2) and (max-width: 858px), only screen and (min-resolution: 192dpi) and (max-width: 858px), only screen and (min-resolution: 2dppx) and (max-width: 858px) {
		#cssmenu > ul > li > em{ display:none}
	#cssmenu > ul > li{ padding-right:0px}
	.nav_box{ padding:0}
	#cssmenu { width: 100%; padding:0}

#cssmenu ul {
    display: none;
    width: 100%;background: #f6f6f6;
}
#cssmenu.align-center > ul, #cssmenu.align-right ul ul {
    text-align: left;
}
#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
    height: auto;
    width: 100%;
}
#cssmenu> ul > li.active>a, #cssmenu > ul > li:hover>a{     background:#27a767;}

#cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
}
#cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    float: none;
}
#cssmenu > ul > li ul li{ background:none;}
#cssmenu ul ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 13px;
	border-top:1px solid #eee;    padding: 12px 10px 12px 18px;
}
#cssmenu ul ul li a img{ max-width:none; width:40px !important;}
#cssmenu ul ul li{ box-shadow:none;}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff;
}
#cssmenu ul ul ul li a {
	padding:12px 10px;
    padding-left: 20px;
	color:#666;
}
#cssmenu ul {
    text-align: left;
}
#cssmenu ul ul ul li a::before {
    content: "";
    font-family: FontAwesome;
    padding-right: 5px;
}
#cssmenu ul ul, #cssmenu ul ul ul {
    left: 0;
    margin: 0;
    position: relative;
    right: auto;
    width: 100%;
}
#cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
    display: none;
}
#menu-line {
    display: none;
}
#cssmenu #menu-button {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    text-transform: uppercase;

	height:50px; width:100%; padding:0 15px; text-align:left;font-family:'poppins-semibold'; line-height:50px
}
#cssmenu #menu-button::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 13px;
    top: 18px;
    width: 15px;
}
#cssmenu #menu-button::before {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 13px;
    top: 23px;
    width: 15px;
}
#cssmenu .submenu-button {
    cursor: pointer;
    display: block;
    height: 42px;
    position: absolute;
    right: 2px;
    top: 0;
    width: 40px;
    z-index: 10;
}
#cssmenu .submenu-button::after {
    background: #777 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 11px;
    left: 20px;
    position: absolute;
    top: 16px;
    width: 1px;
    z-index: 99;
}
#cssmenu .submenu-button::before {
    background: #777 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 50%;
    width: 11px;
    z-index: 99;
}
#cssmenu ul ul li .submenu-button::after{ background-color:#555}
#cssmenu ul ul li .submenu-button::before{ background-color:#555}
#cssmenu .submenu-button.submenu-opened::after {
    display: none;
}
#cssmenu .submenu-button.submenu-opened:before {background:#fff;}
#cssmenu ul ul .submenu-button.submenu-opened:before {background:#fff;}
#cssmenu ul ul, #cssmenu ul ul ul {
    background: #f8f8f8 none repeat scroll 0 0;
}
#cssmenu ul ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#cssmenu ul ul {
    padding-top: 0;
}
#cssmenu > ul > li > a {
    border-radius: 0;    padding: 10px 15px; line-height:22px;    color: #444; font-size:14px
}
}
@media only screen and (min-width: 859px) {
	/*导航过度动画*/
#cssmenu > ul > li > ul {
  position: absolute;
  margin: -30px 0 0 -0px; height:0px;
  transition:all 0.5s ease 0s;
  filter:alpha(opacity:0);opacity:0;
 top:50px;

}
#cssmenu > ul > li:hover > ul {
  margin: 0 0 0 0px; height:auto;
  filter:alpha(opacity:100);opacity:1;
 
}
#cssmenu > ul > li > ul > li > ul{
  margin-left: 95%;
  top: 0;
  padding: 0px 0 0 0px;
  transition:all 0.5s ease 0s;
  filter:alpha(opacity:0);opacity:0;

}
#cssmenu > ul > li > ul > li:hover > ul{
 transition:all 0.5s ease 0s;
  margin-left: 100%;
  top: 0;
  padding: 0px 0 0 0;
  filter:alpha(opacity:100);opacity:1;

}
/*动画结束*/
#cssmenu ul ul, #cssmenu2 ul ul {
    left: -9999px;
    position: absolute;
    transform-origin: 0 0 0;
    transition: -moz-transform 0.5s ease 0s, opacity 0.3s ease 0s;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul, #cssmenu2.align-right li:hover > ul {
    right: 0;
}
#cssmenu ul ul ul, #cssmenu2 ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul, #cssmenu2.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
}


#cssmenu ul ul li a img{ width:20%; margin-right:10px;}
#cssmenu ul ul li a i{ margin-right:10px;}


