@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;
}

.main {
  width: 100%;
}

.main .layout {
  width: 1200px;
  margin: 0 auto;
}

.layout {
  width: 1200px;
  margin: 0 auto;
}

body a:hover {
  cursor: pointer;
  user-select: none;
  color: #0751bd !important;
}

footer {
  min-width: 1200px;
}

footer .footer-link {
  background-color: #ffffff;
  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: #0751bd;
  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;
}

header {
  position: relative;
  z-index: 99999999;
  min-width: 1200px;
  padding: 0px 0 31px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 3px rgba(193, 193, 193, 0.5);
}

header .header {
  margin-bottom: 26px;
  background: linear-gradient(270deg, #3781F8 4%, #0751bd 100%);
  color: white;
  font-size: 16px;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header .header img {
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

header .layout .top {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .layout .top .logo {
  height: 62px;
}

header .layout .top .search_login {
  display: flex;
  align-items: center;
}

header .layout .top .search_login .search {
  margin-right: 32px;
  width: 327px;
  height: 38px;
  border-radius: 32px;
  border: 2px solid #0063D2;
  overflow: hidden;
  background: #0063D2;
}

header .layout .top .search_login .search form {
  display: flex;
  justify-content: space-between;
}

header .layout .top .search_login .search .search_text {
  width: 228px;
  height: 36px;
  display: block;
  outline: none;
  border: 0;
  border-radius: 32px 0 0 32px;
  text-indent: 1rem;
  /* float: left; */
  font-size: 15px;
}

header .layout .top .search_login .search .btn {
  width: 90px;
  height: 34px;
  background: #0063D2;
  /* border-radius: 0px 14px 14px 0px; */
  /* float: left; */
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 15px;
  flex: 1;
}

header .layout .top .search_login .search .btn img {
  width: 22px;
  height: 22px;
}

header .layout .top .search_login .search .btn span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding-left: 5px;
}

header .layout .top .search_login .login {
  position: relative;
  display: flex;
  align-items: center;
}

header .layout .top .search_login .login .login_user {
  margin-right: 10px;
  display: block;
  width: 41px;
}

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

header .layout .top .search_login .login .info:hover ul {
  display: block;
}

header .layout .top .search_login .login .info p {
  margin-right: 6px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}

header .layout .top .search_login .login .info img {
  display: block;
  flex-shrink: 0;
  width: 7px;
}

header .layout .top .search_login .login .info ul {
  display: none;
  padding: 6px 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 4px rgba(234, 234, 234, 0.29);
  position: absolute;
  left: 0;
  bottom: -96px;
  width: 104px;
  transform: translateX(-11%);
}

header .layout .top .search_login .login .info ul li {
  padding: 10px 0;
  border-bottom: 1px solid #DEDEDE;
}

header .layout .top .search_login .login .info ul li:nth-last-child(1) {
  border: 0;
}

header .layout .top .search_login .login .info ul li a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

header .layout .navigationBar {
  width: 1030px;
  display: flex;
  justify-content: space-between;
}

header .layout .navigationBar li a {
  position: relative;
  display: block;
  width: fit-content;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
}

header .layout .navigationBar .on a {
  font-weight: bold;
  color: #0063D2;
}

header .layout .navigationBar .on a::after {
  position: absolute;
  display: block;
  bottom: -7px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0063D2;
}


.el-footer,
.el-footer div {
  color: #fff;
  background-color: #0751bd;
  line-height: 90px;
  text-align: center;
  z-index: 5;
  font-size: 16px;
}

.el-footer img.auth {
  width: 22px;
  vertical-align: sub
}

.el-footer,
.el-main {
  box-sizing: border-box
}

.el-footer {
  padding: 0 20px;
  flex-shrink: 0
}