.head-show {
  margin: 0 auto;
  width: 1200px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.head-top {
  width: 100%;
  height: 98px;
  background: #CB1B28;
}
.head-top .head-top-main {
  margin: 0 auto;
  width: 1200px;
  height: 78px;
  padding-top: 20px;
  background: #CB1B28;
}
.head-top .head-top-main .logo-wrapper .logo {
  width: 54px;
  height: 54px;
}
.head-top .head-top-main .logo-wrapper .logo-title {
  width: 400px;
  margin-left: 13px;
}
.head-top .head-top-main .logo-wrapper .logo-title .logo-title-bs {
  width: 66px;
  height: 32px;
}
.head-top .head-top-main .logo-wrapper .logo-title .logo-link span {
  font-size: 12px;
  color: #FFFFFF;
}
.head-top .head-top-main .logo-wrapper .head-nav {
  margin-left: 25px;
  width: 465px;
}
.head-top .head-top-main .logo-wrapper .head-nav .nav-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.head-top .head-top-main .logo-wrapper .head-nav .nav-header .nav-item {
  position: relative;
  font-size: 18px;
  line-height: 45px;
  cursor: pointer;
}
.head-top .head-top-main .logo-wrapper .head-nav .nav-header .nav-item a {
  color: #fff;
}
.head-top .head-top-main .logo-wrapper .head-nav .nav-header .nav-item:hover {
  font-weight: 700;
}
.head-top .head-top-main .logo-wrapper .head-nav .nav-header .nav-item:hover::before {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  content: "";
  width: 22px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}
.head-top .head-top-main .logo-wrapper .head-nav .nav-header .nav-active {
  font-weight: 700;
}
.head-top .head-top-main .logo-wrapper .head-nav .nav-header .nav-active::before {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  content: "";
  width: 22px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}
.head-top .head-top-main .logo-wrapper .search {
  margin-top: 9px;
  position: relative;
  padding-left: 17px;
  width: 200px;
  height: 30px;
  border-radius: 15px;
  background: #94000B;
}
.head-top .head-top-main .logo-wrapper .search .input {
  width: 160px;
  height: 30px;
  background: #94000B;
  color: #fff;
}
.head-top .head-top-main .logo-wrapper .search .input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
  opacity: 0.5;
}
.head-top .head-top-main .logo-wrapper .search .btn-search {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 13px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}
#goTop {
  cursor: pointer;
  width: 183px;
  height: 108px;
  background: #FDEEEB;
  position: fixed;
  bottom: 60px;
  right: 140px;
  z-index: 2000;
  display: none;
}
#goTop .backImg {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 9px;
  width: 36px;
  height: 36px;
}
#goTop .goToptext {
  text-align: center;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
.goTop {
  display: block !important;
}
