@charset "utf-8";
.headernav {
  width: 100%;
  height:58px;
  min-width: 1180px;
  margin-top: -242px;
}
.headernav .layout {
}
.logo-fl .logo-image span {
  display: block;
  font-size: 54px;
  line-height: 58px;
  color: #264a9d;
}
.logo-txt {
  margin-left: 9px;
}
.logo-txt .txt-b {
  font-size: 36px;
  line-height: 36px;
  padding-top:4px;
}
.logo-txt .txt-b a {
  color: #264a9d;
}
.txt-s {
    font-size: 10px;
    line-height: 14px;
    margin-top: 3px;
    margin-left: 5px;
}
.txt-s a {
    color: #264a9d;
  display: block;
}
.txt-s a img {
    width: 207px;
    height: 12px;
}
.nav-fr {
    width: 100%;
    height:58px;
    background:#fff;
    position: relative;
}
.nav-fr ul{
    text-align: center;
    margin-left: 185px;
}
.nav-fr ul li {
  display: inline-block;
  margin-left: 60px;
  position: relative;
}
.nav-fr ul li a {
  display: block;
  font-size: 20px;
  line-height: 58px;
  color: #333;
  font-weight: 400;
}
.nav-fr li a:hover:after {
  color: #264a9d;
  content: "";
  position: absolute;
  border-bottom: 2px solid #264a9d;
  bottom: 10px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
}
.nav-fr li a:hover {
  color: #264a9d;
  font-weight: bold;
}
.nav-fr .active {
  color: #264a9d;
  font-weight: bold;
}
.nav-fr .active:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #264a9d;
  bottom: 10px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
    
}