@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;
}
body {
  min-width: 1200px;
}
.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: #426eed !important;
}
footer {
  padding: 40px 0 20px;
}
footer .layout .footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .layout .footer-info .left .logo {
  margin-bottom: 14px;
  display: block;
  height: 56px;
}
footer .layout .footer-info .left p {
  padding-left: 83px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #A7AEBA;
  line-height: 29px;
}
footer .layout .footer-info .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .layout .footer-info .right .ewm {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .layout .footer-info .right .ewm img {
  margin-bottom: 15px;
  display: block;
  width: 103px;
  height: 103px;
}
footer .layout .footer-info .right .ewm p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
footer .layout hr {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #E4E7F0;
  display: block;
}
footer .layout .footer-copyright p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #7B7B7B;
}
header .layout .top {
  padding: 50px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .layout .top .logo {
  display: block;
  height: 56px;
}
header .layout .top .search_login {
  display: flex;
}
header .layout .top .search_login .search {
  margin-right: 120px;
}
header .layout .top .search_login .search form {
  padding: 0 17px;
  display: flex;
  align-items: center;
  width: 323px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #D6DCE4;
}
header .layout .top .search_login .search form input[type="text"] {
  width: 270px;
  height: 100%;
  border: none;
}
header .layout .top .search_login .search form .button img {
  display: block;
  width: 19px;
  height: 19px;
}
header .layout .top .search_login .login {
  padding: 12px 16px;
  background: #3C7FF6;
  border-radius: 8px 8px 8px 8px;
}
header .layout .top .search_login .login a {
  display: inline-block;
}
header .layout .top .search_login .login a,
header .layout .top .search_login .login span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
header .layout .nav {
  padding: 20px 0;
}
header .layout .nav ul {
  display: flex;
  justify-content: space-between;
}
header .layout .nav ul li a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
header .layout .nav ul .on a {
  color: #426EED;
}
