@charset "utf-8";
.menu {
  width: 735px;
  height: 40px;
  float:right;
  margin-top:26px;
}
.menu ul {
  height: 40px;
  position: relative;
  overflow:hidden;
}
.menu ul li {
  float: left;
  margin-left:32px;
  display:inline;
}
.menu ul li a {
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  height:40px;
  float:left;
    text-decoration:none;
}
.menu ul li a:hover{
  color: #0083cb;
  text-decoration:none;
}
.menu .block {
  width: 48px;
  height: 2px;
  background: #0083cb;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 99;
  line-height:2px;
  overflow:hidden;
}
.current a{
  color: #0083cb!important;
}