@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%;
  background-color: #F5F7FA;
}
.main .layout {
  width: 1200px;
  margin: 0 auto;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
body a:hover {
  cursor: pointer;
  user-select: none;
  color: #015ed0 !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: black;
  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 {
  padding: 13px 0;
  background: #4A65B6;
}
header .layout {
  display: flex;
  justify-content: flex-end;
}
header .layout .search {
  position: relative;
  width: 258px;
  height: 35px;
  border-radius: 18px;
  overflow: hidden;
}
header .layout .search form {
  height: 100%;
}
header .layout .search .search_text {
  width: 100%;
  height: 35px;
  display: block;
  outline: none;
  border: 0;
  text-indent: 1rem;
  float: left;
  font-size: 15px;
  border: 1px solid #D7D7D7;
}
header .layout .search .btn {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
header .layout .search .btn img {
  display: block;
  width: 22px;
  height: 22px;
}
header .layout .search .btn span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.banner {
  padding-top: 136px;
  height: 855px;
  background: url(../images/banner_background.png) no-repeat top center / 1920px 100%;
}
.banner img {
  display: block;
  margin: 0 auto;
  width: 930px;
  height: 177px;
}
