@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: #1E4886 !important;
}
footer {
  min-width: 1200px;
}
footer .footer-link {
  background-color: #282C32;
  padding: 30px 0 0px;
}
footer .footer-link .layout {
  padding-bottom: 26px;
  border-bottom: 1px solid #fff;
}
footer .footer-link h3 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  display: block;
  color: #fff;
  line-height: 22px;
  margin-bottom: 11px;
}
footer .footer-link a {
  font-size: 14px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 25px;
  color: #fff;
  line-height: 20px;
}
footer .footer-link a:hover {
  color: #fff !important;
}
footer .info-wrap {
  text-align: center;
  background-color: #282C32;
  padding-top: 35px;
  padding-bottom: 50px;
}
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 .layout {
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .layout div a {
  margin-right: 20px;
}
header .layout a,
header .layout span {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #898989;
}
header img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.bannerBox {
  min-width: 1200px;
  overflow: hidden;
}
#banner {
  width: 100%;
  min-width: 1200px;
  height: 180px;
  position: relative;
  background: #1E4886;
}
#banner .switch_tips_wrap {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -38px;
  z-index: 1;
}
#banner .switch_tips_wrap ol {
  height: 12px;
}
#banner .switch_tips_wrap li {
  cursor: pointer;
  text-indent: -9999px;
  float: left;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 20px;
}
#banner .switch_tips_wrap .on {
  opacity: 1;
}
#banner .switch_tips_wrap .last-switch-tips {
  margin-right: 0px;
}
#banner .banner_list {
  margin: 0 auto;
  min-width: 1200px;
  height: 100%;
}
#banner .list {
  height: 100%;
}
#banner .banner_list .item {
  width: 100%;
  position: relative;
  height: 100%;
}
#banner .banner_list .item a {
  display: block;
  height: 100%;
  position: relative;
}
#banner .banner_list .item img {
  display: block;
  margin: 0 auto;
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .settle_btn {
  position: absolute !important;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  background: #75BD3A;
  border-radius: 40px;
  width: 140px;
  height: 50px !important;
  font-family: AlibabaPuHuiTiR;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
#banner .settle_btn:hover {
  color: #fff !important;
}
header .tab {
  background: #1E4886;
}
header .tab .layout {
  height: auto;
  display: flex;
  align-items: center;
}
header .tab .layout ul {
  display: flex;
  justify-content: space-between;
  width: 876px;
}
header .tab .layout ul li {
  padding: 14px 0;
  position: relative;
}
header .tab .layout ul li:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 9px;
  left: 0;
}
header .tab .layout ul li:hover dl {
  display: block;
}
header .tab .layout ul li a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
header .tab .layout ul li a:hover {
  color: #fff !important;
}
header .tab .layout ul li dl {
  display: none;
  padding: 22px 44px;
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background-color: #fff;
}
header .tab .layout ul li dl dd {
  margin-bottom: 10px;
}
header .tab .layout ul li dl dd a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  white-space: pre;
}
header .tab .layout ul li dl dd a:hover {
  color: #1E4886 !important;
}
header .tab .layout ul li dl dd:nth-last-child(1) {
  margin-bottom: 0;
}
header .tab .layout ul .on::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 9px;
  left: 0;
}
header .tab .layout .button {
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 7px 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #1E4886;
}
