#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;
  -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 {
  font-family: 'Source Han Sans CN';
  height:auto;
    margin:0 3% 0 0;float:right;
    display: inline-block;
}

#menu-line {

}
#cssmenu > ul > li {
  float: left;
}
#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{ padding:0 1.3vw;}
#cssmenu > ul > li > a {
  position:relative;
  font-size: 18px;
  text-align:center;
  display:block;
  height:110px;
  line-height:140px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  -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{ position:absolute; left:50%; bottom:0; width:0; height:4px; background:#116bb9; content:""; -webkit-transition: all 0.5s !important; -moz-transition: all 0.5s !important; -ms-transition: all 0.5s !important; -o-transition: all 0.5s !important; transition: all 0.5s !important;}
#cssmenu > ul > li:hover > a { color:#116bb9 !important;}
#cssmenu > ul > li:hover > a:after{ width:100%; left:0;}

#cssmenu ul li:hover > ul {
	margin-left: -35px !important;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #116bb9;
}
#cssmenu > ul > li.active > a:after{ width:100%; left:0;}

#cssmenu > ul > li.has-sub > a {
  padding-right: 0px;
}

#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  padding-top:10px;
  background:#FFF;

}
#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;
  position:relative;
}
#cssmenu ul ul li:after{ position:absolute; left:15%; bottom:0; width:70%; height:1px; background:#e6e6e6; content:"";}
#cssmenu ul ul li:last-child:after{ display:none;}

#cssmenu ul li:hover > ul > li {
  width: 140px !important;
  height: 50px !important;
}
#cssmenu ul ul li a {
  display:block;
  width: 140px;
  height: 50px;
  line-height:50px;
  font-size: 16px;
  background-color:#fff;
  text-decoration: none;
  color: #666;
  text-align:center;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background-color:#005dbc;
}
#cssmenu ul ul li:hover:after{ display:none;}

@media screen and (max-device-width: 1400px) {
#cssmenu > ul > li{ padding:0 0.8vw;}
}
