@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;
}

.banner img {
  width: 100%;
  display: block;
  min-width: 1200px;
}

.main {
  width: 100%;
}

.main .layout {
  width: 1200px;
  margin: 0 auto;
}

body a:hover {
  cursor: pointer;
  color: #0165ff !important;
}

.layout {
  width: 1200px;
  margin: 0 auto;
}

.footer {
  min-width: 1200px;
  margin-top: 50px;
}

.footer .footer-link {
  padding: 20px 0;
}

.footer .footer-link h3 {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0165FF;
  line-height: 25px;
  display: block;
  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: #C11110;
}

.footer .info-wrap {
  text-align: center;
  height: 100px;
  background-color: #0366FF;
  padding-top: 15px;
  margin-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:hover {
  color: white !important;
}

.footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../images/icp-logo.png) no-repeat;
  vertical-align: -3px;
}

.navigation-bread {
  margin-top: 20px;
  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: #0165ff;
  cursor: default;
}

.navigation-bread>a+a:before {
  content: "> ";
  color: #999999;
}