@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;
}
@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: #00529c !important;
  color: white  !important;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  background-color: #00529c !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: #00529c !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;
}
.banner {
  max-width: 1920px;
  margin: 0 auto;
}
.banner img {
  display: block;
}
.indexheader {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 99999;
}
.classfiy {
  width: 100%;
  height: 100px;
  background-color: #00529C;
}
.nav ul {
  width: 1200px;
  display: table;
  margin: 0 auto;
}
.nav ul .nav_flag {
  background-color: #004888;
}
.nav ul li {
  display: table-cell;
  text-align: center;
}
.nav ul li a {
  text-align: center;
  display: block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  line-height: 100px;
}
.nav > ul > li:hover {
  background-color: #004888;
}
.subMenu {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
.subMenu > ol {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.subMenu > ol > li > a {
  display: block;
  padding: 0 18px;
  text-align: center;
  line-height: 70px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
.subMenu > ol > li > a:hover {
  color: #00529C;
}
.footer {
  min-width: 1200px;
}
.footer .footer-link {
  background-color: #ffffff;
  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 {
  font-size: 16px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 25px;
  color: #666666;
  line-height: 30px;
}
.footer .footer-link a:hover {
  color: #00529C;
}
.footer .info-wrap {
  text-align: center;
  height: 210px;
  background-color: #3F4246;
  padding-top: 75px;
}
.footer .info-wrap span {
  font-size: 14px;
  color: white;
  margin-right: 17px;
  display: inline-block;
  line-height: 24px;
}
.footer .info-wrap span.last {
  margin-right: 0;
}
.footer .info-wrap a {
  font-size: 14px;
  color: white;
  margin-right: 17px;
}
.footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  vertical-align: -3px;
}
.navigation-bread {
  margin-top: 92px;
  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: #00529c;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}




.login {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    top: 17px;
}

.login .login_user {
    width: 52px;
    height: 52px;
}

.login .info span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 12px;
    cursor: pointer;
}

.login .info {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.login .info img {
    top: 9px;
    right: -30px;
    width: 14px !important;
    height: 8px !important;
    margin-left: 12px;
    margin-top: 4px;
    position: initial !important;
}

.login .info ol {
    display: none;
    padding: 4px 8px;
    position: absolute;
    left: 50%;
    bottom: -86px;
    width: 100px;
    height: 86px;
    background: url(../images/login_bck.png) no-repeat center;
    transform: translateX(-44%);
}

.login .info ol li {
    padding: 5px 0;
    border-bottom: 1px solid #DEDEDE;
    display: block;
}

.login .info ol li:last-child {
    border: 0;
}

.login .info ol li a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 25px;
    padding: 0;
    text-align: center;
}

.login .info ol li a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #00529C !important;
}

.login .info:hover ol {
    display: block;
}