@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: #4e74cd !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: #4e74cd !important;
  color: white  !important;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  background-color: #4e74cd !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: #4e74cd !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-nav {
  width: 100%;
  height: 70px;
}
.header-nav .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
}
.header-nav .layout .logo {
  height: 70px;
  display: flex;
  align-items: center;
}
.header-nav .layout .logo img {
  width: 376px;
  height: auto;
}
.header-nav .layout .logo span {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #4E74CD;
  line-height: 47px;
}
.header-nav .layout .nav ul {
  margin-left: 30px;
}
.header-nav .layout .nav ul li {
  float: left;
  position: relative;
  margin-right: 31px;
}
.header-nav .layout .nav ul li a {
  display: block;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
}
.header-nav .layout .nav ul li .active {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4E74CD;
  line-height: 28px;
}
.header-nav .layout .nav ul li .active:before {
  content: "";
  width: 26px;
  height: 2px;
  background: #4E74CD;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
}
.header-nav .layout .search input {
  border: none;
}
.header-nav .layout .search .searchform {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.05);
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.header-nav .layout .search .searchform .searchinput::input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.header-nav .layout .search .searchform .searchinput::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.header-nav .layout .search .searchform .searchinput::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.header-nav .layout .search .searchform .searchinput::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.header-nav .layout .search .searchform .search_btn {
  height: 36px;
  background: #4E74CD;
  border-radius: 0px 8px 8px 0px;
  width: 67px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  display: none;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.header-nav .layout .search .inputactive {
  width: 600px;
  display: flex;
  position: relative;
  transition: width .5s ease;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}
.header-nav .layout .search .inputactive .searchinput {
  display: block;
  flex-grow: 1;
  height: 100%;
  padding: 8px 12px;
  padding-left: 12px;
  font-size: 1rem;
  border: none;
  background: rgba(0, 0, 0, 0.01);
}
.header-nav .layout .search .inputactive:hover {
  background: rgba(0, 0, 0, 0.05);
}
.header-nav .layout .search .searchinput {
  display: none;
}
.header-nav .layout .search .icon-search {
  background: url(../images/search_dark.png) center center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.header-nav .layout .search .icon-search-close {
  background: url(../images/close_duotone_grey.png) center center no-repeat;
  margin: auto;
  width: 40px;
  height: 20px;
  background-position-x: 9px;
  display: none;
  background-size: 22px 23px;
  background-color: rgba(0, 0, 0, 0.01);
}
.top {
  width: 100%;
  background-color: #fafafa;
}
.top .top-tools {
  height: 31px;
  line-height: 31px;
  overflow: hidden;
}
.top .top-tools li {
  float: left;
  color: #404040;
  font-size: 12px;
}
.top .top-tools li .fa {
  font-size: 14px;
  color: #279dd9;
  margin-right: 9px;
}
.top .top-tools li .fa img {
  width: 15px;
  vertical-align: -2px;
}
.top .top-tools .fn-left {
  float: left;
}
.top .top-tools .fn-left li i {
  margin: 0 20px;
}
.top .top-tools .fn-right {
  float: right;
}
.footer {
  min-width: 1180px;
  margin-top: 50px;
}
.footer .footer-link {
  padding: 20px 0;
}
.footer .footer-link h3 {
  font-size: 18px;
  display: block;
  color: #666666;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .footer-link a {
  width: 215px !important;
  font-size: 16px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 25px;
  color: #666666;
  line-height: 30px;
}
.footer .info-wrap {
  text-align: center;
  height: 162px;
  background-color: #5785D7;
  padding-top: 48px;
  min-width: 1200px;
}
.footer .info-wrap span {
  font-size: 14px;
  color: white;
  margin-right: 15px;
  display: inline-block;
  line-height: 24px;
}
.footer .info-wrap span.last {
  margin-right: 0;
}
.footer .info-wrap a {
  font-size: 14px;
  color: white;
}
.footer .info-wrap a:hover {
  color: white !important;
}
.footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  vertical-align: -3px;
}
.navigation-bread {
  margin-top: 20px;
  overflow: hidden;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #4e74cd;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
