@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: #e3f2fd;
}

.logo {
  width: 100%;
  height: 300px;
  background: url(../images/banbck.png) no-repeat center top;
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1200px;
}

.logo .header_flex {
  display: flex;
  align-items: center;
  height: 102px;
}

.logo img {
  width: 486px;
}

.logo .header_box {
  display: flex;
}

.logo .header_box i {
  display: block;
  width: 1px;
  height: 36px;
  background-color: white;
  margin: 0 26px;
}

.logo .header_box span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
}

.nav {
  width: 100%;
  height: 67px;
  background: #006cb7;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}

.nav .layout {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav ul {
  width: 90%;
  height: 66px;
  display: table;
}

.nav ul .active {
  background: linear-gradient(180deg, #024f85 0%, #478cbd 100%);
}

.nav ul li {
  display: table-cell;
  text-align: center;
  position: relative;
}

.nav ul li:hover {
  background: linear-gradient(180deg, #024f85 0%, #478cbd 100%);
}

.nav ul li:hover ol{
  display: block;
}

.nav ul li a {
  display: block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 66px;
  text-align: center;
  width: 100%;
}

.nav ul li ol {
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 66px;
  background-color: #6da1c5;
}

.nav ul li ol li{
  display: flex;
}

.nav ul li ol li a {
  display: block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}

.footer .footer-link {
  width: 100%;
  min-height: 85px;
  background: #e3f2fd;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.footer .footer-link .footer_box {
  width: 100%;
  height: 32px;
  background: url(../images/footer_link.png) no-repeat center top;
  position: absolute;
  top: -21px;
  background-size: cover;
}

.footer .footer-link .footer_text {
  padding: 33px 0 25px 0;
}

.footer .footer-link a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #282828;
  margin-right: 20px;
  line-height: 30px;
}

.footer .info-wrap {
  width: 100%;
  height: 199px;
  background:#006cb7;
  background-size: 100% 199px;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding-top: 66px;
}

.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;
}

.footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  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: #006cb7;
  cursor: default;
}

.navigation-bread>a+a:before {
  content: "> ";
  color: #999999;
}

.nav .login {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #B13432;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}

.nav .login:hover ol {
  display: block;
}

.nav .login ol {
  display: none;
  width: 184px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}

.nav .login ol li:hover a {
  background: linear-gradient(180deg, #840702 0%, #c64949 100%);
}


.nav .login ol li a {
  padding: 23px 20px;
  height: 100%;
  display: block;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #c64949;
}

.nav .login .xxzx {
  position: relative;
  display: inline-block;
  width: 66px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #B13432;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}