
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
   font-family: "微软雅黑";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	z-index:999;
  width: auto;
 /* float:right;*/
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover{ color:#FFF; background:#009a42; }
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 4px 50px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  line-height:31px;
  background:url(../images/mnavbg-after.png) no-repeat right center;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
/*#cssmenu > ul > li > a:after{ display:inline-block; margin-left:10px; background:url(../images/mnavbg-after.png) no-repeat center center; content:""; width:1px; height:30px;}
#cssmenu > ul > li > a:last-child:after{ display:none;}
*/#cssmenu > ul > li > a > img{ padding-top:5px;}
#cssmenu > ul > li:hover > a {
	font-size:16px;
  color: #FFF;
}
#cssmenu > ul > li.has-sub > a {
	line-height:30px;
  padding-right: 50px;
  background:url(../images/mnavbg-after.png) no-repeat right center;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
	padding: 0 0 2px 0;
  background:rgba(255,255,255,1);
  position: absolute;
  left: -9999px;
}
#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;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 45px;
}
#cssmenu ul ul li a {
  width: 170px;
  padding-left:10px;
  font-size: 14px;
  text-decoration: none;
  color: #525252;
  line-height:45px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
	background-color:#05ca59;
	color:#FFF;
}
/*nav透明层*/
header #header-pc #nav{ position:relative;}
header #header-pc #nav #nav-mask{ position:absolute; top:-100px; height:100px; width:100%;}
header #header-pc #nav .has-sub a:hover #nav-mask{ position:absolute; top:37px;}

