@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: #2d7cff !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: #2d7cff;
  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 {
  min-width: 1200px;
}
header .top {
  background-color: #fff;
}
header .top .layout ul {
  display: flex;
  justify-content: space-evenly;
}
header .top .layout ul li {
  padding: 32px 40px;
}
header .top .layout ul .active{
  background-color: #1C6AFD;
}
header .top .layout ul .active a{
  color: #fff;
}
header .top .layout ul li a {
  font-family: AlibabaPuHuiTiR;
  font-size: 28px;
  color: #666666;
}
header .bar {
  position: relative;
  max-height: 986px;
}
header .bar img {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
header .bar ul {
  position: absolute;
  top: 55%;
  left: 53%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
header .bar ul li {
  flex-shrink: 0;
}
header .bar ul li a {
  padding: 12px 78px;
  display: block;
  border-radius: 42px;
}
header .bar ul li .bmrk {
  margin-right: 118px;
  background: #FED35C;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 30px;
  color: #1756C4;
}
header .bar ul li .dlrk {
  background: #0035C0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
}
