
.site-nav {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}
/* 
ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
} */
ul:not(.dropdown-menu):hover li:not(:hover):not(:last-child) a {
  opacity: 0.5;
}
ul li:not(:last-child) {
  position: relative;
  /* padding: 30px 25px 30px 25px; */
  cursor: pointer;
}
#homeMenu li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00a8ec;
  transform: scaleX(0);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#homeMenu li:hover::after,#homeMenu li.active::after {
  /* transform: scaleX(1); */
}
#homeMenu li:not(:last-child) a {
  position: relative;
  /* display: flex;
  color: white; */
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.bar .area{float:right;color:#fff;font-size:14px;position:relative;padding:0 12px;cursor:pointer}
.bar .area i{width:14px;height:14px;display:inline-block;background:url(../images/login/arrow_down.png) no-repeat top 2px center;background-size:cover;padding-left:5px}
.bar .area ul{position:absolute;left:0;top:30px;background-color:#272b2f;width:90px;padding:0 0px 8px 0;cursor:default;display:none}
.bar .area:hover ul{display:block;z-index:11}
.bar .area:hover i{width:14px;height:14px;display:inline-block;background:url(../images/login/arrow_up.png) no-repeat top 2px center;background-size:cover;padding-left:5px}
.bar .area ul li{padding:3px 20px;height:30px;line-height:30px;cursor:pointer}
.bar .area ul li.line{height:1px;margin:11px 0;padding:0;background-color:#373d41;margin-top:8px;margin-bottom:8px}
.bar .area ul li a{display:block;height:100%;white-space:nowrap;color:#fff}
.bar .area ul li a:hover{color:#fff}
.bar .area ul li a span{display:inline-block;width:70px}
.header-top {
    width: 100%;
    height: 35px;
    background: #262533;
    line-height: 35px;
}
.header-right1{
	position: absolute;
    top: 0px;
    right: 12px;
}
.header-right2{
	position: absolute;
    top: 0px;
    right: 10px;
}