@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;
}
body {
  background-color: #F0F6FF;
}
.banner {
  width: 100%;
  height: 560px;
  position: relative;
  background: url(../images/banner2.png) no-repeat center top;
  overflow: hidden;
  min-width: 1200px;
}
.banner .text {
  display: block;
  margin: 0 auto;
  margin-top: 106px;
}
.banner .sign {
  margin-top: 460px;
  display: flex;
  justify-content: center;
}
.banner .sign a {
  display: block;
  width: 182px;
  height: 52px;
  background: #027b95;
  border-radius: 26px 26px 26px 26px;
  text-align: center;
  line-height: 52px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 187px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.banner .sign a:hover {
  transform: translateY(-10px);
}
.banner .sign a:last-child {
  margin-right: 0;
}
.footer {
    margin-top: 85px;
}
.footer .footer-link h3 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 22px;
  color: #666;
  margin-bottom: 18px;
}
.footer .footer-link a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #666;
  display: block;
  float: left;
  margin-right: 25px;
  line-height: 30px;
}
.footer .info-wrap {
  width: 100%;
  height: 292px;
  background-color: black;
  min-width: 1200px;
  text-align: center;
  padding-top: 100px;
  margin-top: 30px;
}
.footer .info-wrap div {
  margin-bottom: 15px;
}
.footer .info-wrap span {
  font-size: 14px;
  color: white;
  margin-right: 17px;
  display: inline-block;
  line-height: 24px;
}
.footer .info-wrap a {
  font-size: 14px;
  color: white;
  margin-right: 17px;
}
.sy {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding: 12px 0;
  display: block;
}
.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: #00bce4;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
