@charset "utf-8";
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.headernav {
  width: 100%;
  height: 136px;
  min-width: 1180px;
  background-color: #ffffff;
}
.headernav .layout {
  padding-top: 39px;
}
.logo-fl{
    margin-right: 18px;
}
.logo-fl .logo-image span {
  display: block;
  font-size: 51px;
  line-height: 58px;
  color: #264a9d;
}
.logo-txt {
  margin-left: 9px;
}
.logo-txt .txt-b {
  font-size: 32px;
  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: 186px;
    height: 10px;
}
.nav-fr {
  margin-top: 16px;
}
.nav-fr ul li {
  float: left;
  margin-left: 30px;
  position: relative;
}
.nav-fr ul li a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
}
.nav-fr li a:hover:after {
  color: #264a9d;
  content: "";
  position: absolute;
  border-bottom: 2px solid #264a9d;
  bottom: -5px;
  left: 50%;
  margin-left: -15px;
  width: 32px;
  font-weight: bold;
  font-size: 20px;
}
.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: -5px;
  left: 50%;
  margin-left: -15px;
  width: 32px;
  font-weight: bold;
  font-size: 20px;
}