.allcover {
  position: absolute;
  top: 0;
  right: 0;
}
.ctt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lr {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ell2 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ell3 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body .inner {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
body .top {
  position: fixed;
  z-index: 11;
  left: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: rgba(5, 6, 42, 0.3);
  border-bottom: 1px solid rgba(111, 111, 111, 0.2);
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
}
body .top .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .top .inner .top-nav ul {
  display: flex;
}
body .top .inner .top-nav ul li {
  list-style: none;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
body .top .inner .top-nav ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  height: 14px;
  line-height: 14px;
  display: block;
  /*color: #333;*/
  text-decoration: none;
  outline: none;
}
body .top .inner .top-nav ul li a:hover {
  color: #e02727;
}
body .top .inner .top-nav ul :last-child {
  border-right: none;
  padding-right: 0;
}
body header {
  position: fixed;
  top: 33px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 174px;
  box-sizing: border-box;
  padding-top: 35px;
  background: rgba(5, 6, 42, 0.3);
  border-bottom: 1px solid rgba(111, 111, 111, 0.25);
  transition: all 0.3s linear;
}
body header .inner .search {
  display: flex;
  justify-content: space-between;
}
body header .inner .search .logo {
  display: flex;
  align-items: center;
}
body header .inner .search .logo h1 {
  width: 180px;
  height: 50px;
}
body header .inner .search .logo span {
  font-size: 20px;
  color: #e02727;
  font-weight: bold;
  margin-left: 20px;
}
body header .inner .search .search-box {
  width: 380px;
  height: 40px;
}
body header .inner .search .search-box form {
  position: relative;
}
body header .inner .search .search-box form input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  line-height: 50px;
  padding: 0 25px;
  font-size: 16px;
  color: rgba(153, 153, 153, 0.6);
  background: #fff;
  border-radius: 25px;
  border: none;
}
body header .inner .search .search-box form input::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
body header .inner .search .search-box form input::-moz-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
body header .inner .search .search-box form input::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
body header .inner .search .search-box form button {
  position: absolute;
  right: -1px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 40px;
  background: #e02727;
  border: 2px solid #e02727;
  border-radius: 25px;
  cursor: pointer;
}
body header .inner .search .search-box form :focus {
  outline: 0;
}
body header .inner .search .hotline {
  display: flex;
  justify-content: space-between;
}
body header .inner .search .hotline .icon-line {
  width: 46px;
  height: 46px;
  margin-right: 12px;
}
body header .inner .search .hotline p span {
  display: block;
  font-size: 14px;
  color: #fff;
}
body header .inner .search .hotline p strong {
  font-size: 20px;
  color: #fff;
}
body header .inner nav {
  padding-top: 40px;
}
body header .inner nav ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
body header .inner nav ul li a {
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  padding-bottom: 15px;
  font-weight: bold;

}
body header .inner nav ul li a:hover {
  border-bottom: 3px solid #e02727;
}
body header .inner nav ul li .active {
  border-bottom: 3px solid #e02727;
}
body .header-bg {
  background: #fff;
  top: 0;
}
body .header-bg .inner .search .search-box form input {
  background: #f3f4f9;
}
body .header-bg .inner .search .hotline p span {
  color: #666;
}
body .header-bg .inner .search .hotline p strong {
  color: #e02727;
}
body .header-bg .inner nav ul li a {
  font-size: 16px;
  color: #000;
  display: block;
  height: 31px;
}
body .header-bg .inner nav ul li a:hover {
  color: #e02727;
  border-bottom: 3px solid #e02727;
}
body .header-bg .inner nav ul li .active {
  color: #e02727;
}
/*# sourceMappingURL=header.css.map */