@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
body a:hover {
  cursor: pointer;
  color: #b7211d !important;
}
@font-face {
  font-family: element-icons;
  src: url(../static/element-ui/fonts/element-icons.woff) format("woff"), url(../static/element-ui/fonts/element-icons.ttf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #b7211d !important;
  color: white !important;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  background-color: #b7211d !important;
  color: white !important;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #606266 !important;
}
.pagez .el-pagination {
  text-align: center;
  padding-top: 52px !important;
}
.pagez .el-pager li.active {
  color: #b7211d !important;
  cursor: default;
}
.pagez .el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  line-height: 27px !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 88px;
  background: linear-gradient(180deg, #711f10, transparent 100%);
}
.scrolling header {
  height: 78px;
  background: #fff;
}
header {
  transition: all .5s;
}
.search_wrap {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #666;
  transition: all 0.5s;
  z-index: 99999;
}
.search_wrap .bck {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.search_wrap .search_box {
  position: fixed;
  width: 90%;
  max-width: 660px;
  z-index: 999;
  z-index: 3;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.search_wrap .i_txt {
  width: 100%;
  height: 46px;
  position: relative;
  border: none;
  padding: 0 95px 0 15px;
  font-size: 15px;
  background: #fff;
}
.search_wrap .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 46px;
  cursor: pointer;
  background: #B7211D;
}
.search-btn img {
  width: 22px;
  margin: 10px auto;
  display: block;
}
.search_wrap .close {
  position: fixed;
  right: 5%;
  top: 15%;
  width: 32px;
  height: 32px;
  background: url(../images/xxx.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
  transition-duration: .5s;
  z-index: 99999;
}
.search_wrap .close:hover {
  transform: rotate(90deg);
}
.logo {
  margin-top: 22px;
}
.logo a {
  width: 228px;
  height: 44px;
  background: url(../images/logo.png) no-repeat center top;
  display: block;
  background-size: auto 100%;
}
.scrolling .logo {
  margin-top: 16px;
}
.scrolling .logo a {
  background: url(../images/logo3.png) no-repeat center top !important;
}
.scrolling .mian-nav ul li a {
  color: #000;
}
.scrolling .mian-nav {
  line-height: 76px;
}
.scrolling .btn-box a {
  color: #000;
}
.scrolling .btn-box a:hover {
  color: #fff;
}
.scrolling .mian-btn .search-img {
  background: url(../images/search1.png) no-repeat center top;
}
.mian-nav {
  line-height: 88px;
  display: flex;
}
.logo img {
  width: 296px;
  height: 57px;
  display: block;
}
header .layout {
  display: flex;
  justify-content: space-between;
}
.mian-nav-list {
  display: flex;
}
.mian-nav-list li a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.mian-nav-list li {
  margin-right: 35px;
}
.mian-btn .search-img {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  background: url(../images/search.png) no-repeat center top;
  background-size: auto 100%;
}
.mian-btn i {
  width: 1px;
  height: 15px;
  background: #D7D7D7;
  display: inline-block;
  margin: 0 40px;
}
.btn-box a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 15px;
  padding: 5px 10px;
}
.btn-box a:hover {
  color: #fff !important;
}
.btn-box a:hover {
  background: #B7211D;
  border-radius: 18px;
}
.btn-box a:last-child {
  margin-right: 0;
}
.mian-btn {
  display: flex;
  align-items: center;
}
footer {
  min-width: 1200px;
}
footer .footer-link {
  background-color: #F5F6F6;
  padding: 20px 0;
}
footer .footer-link h3 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  display: block;
  color: #666666;
  line-height: 22px;
  margin-bottom: 11px;
}
footer .footer-link a {
  font-size: 14px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 25px;
  color: #999;
  line-height: 20px;
}
footer .footer-link a:hover {
  color: #999 !important;
}
footer .info-wrap {
  text-align: center;
  background-color: #282C31;
  padding-top: 55px;
  padding-bottom: 55px;
}
footer .info-wrap span {
  font-size: 14px;
  color: white;
  display: inline-block;
  line-height: 29px;
}
footer .info-wrap span.last {
  margin-right: 0;
}
footer .info-wrap a {
  display: inline-block;
  font-size: 14px;
  color: white;
  margin-right: 17px;
  line-height: 29px;
}
footer .info-wrap a:hover {
  color: #fff !important;
}
footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../images/icp-logo.png) no-repeat;
  vertical-align: -3px;
}
footer .info-wrap div:nth-child(3) > span a:nth-child(1) {
  margin-right: 0;
}
