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

body {
  min-width: 1200px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.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: #3f4246 !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: #3f4246;
  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;
  overflow: hidden;
}

header #banner {
  width: 100%;
  min-width: 1180px;
  height: 340px;
  position: relative;
  background: #fff;
}

header #banner .switch_tips_wrap {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -38px;
  z-index: 1;
}

header #banner .switch_tips_wrap ol {
  height: 12px;
}

header #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;
}

header #banner .switch_tips_wrap .on {
  opacity: 1;
}

header #banner .switch_tips_wrap .last-switch-tips {
  margin-right: 0px;
}

header #banner .banner_list {
  margin: 0 auto;
  min-width: 1200px;
  height: 100%;
  background: #fff;
}

header #banner .list {
  height: 100%;
}

header #banner .banner_list .item {
  width: 100%;
  position: relative;
  height: 100%;
  background: #fff;
}

header #banner .banner_list .item a {
  display: block;
  height: 100%;
  position: relative;
}

header #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%);
}

header #banner .settle_btn {
  position: absolute;
  bottom: 140px;
  left: 50%;
  margin-left: -596px;
  background: #fff;
  border-radius: 40px;
  width: 140px;
  height: 50px !important;
  font-family: AlibabaPuHuiTiR;
  font-size: 20px;
  color: #4572F6;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

header .tab {
  display: flex;
  justify-content: center;
  background: #E1ECFD;
}

header .tab li {
  padding: 20px 25px;
}

header .tab li a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

header .tab li:hover {
  background-color: #fff;
}

header .tab li:hover a {
  color: #193D7D;
}

header .tab .on {
  background-color: #fff;
}

header .tab .on a {
  color: #193D7D;
}