@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: #c60102 !important;
}
footer {
  min-width: 1200px;
}
footer .footer-link {
  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: #c60102;
  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 .layout {
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .layout div {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #898989;
}
header .layout div a {
  display: inline-block;
  margin-right: 10px;
}
header .layout div a:nth-last-child(1) {
  margin-right: 0;
  margin-left: 10px;
}
header .layout a,
header .layout span {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #898989;
}
header #banner {
  width: 100%;
  min-width: 1180px;
  height: 837px;
  position: relative;
}
header .banner {
  width: 100%;
  min-width: 1180px;
  height: 500px;
  position: relative;
}
header #banner .switch_tips_wrap,
header .banner .switch_tips_wrap {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -38px;
  z-index: 1;
}
header #banner .switch_tips_wrap ol,
header .banner .switch_tips_wrap ol {
  height: 12px;
}
header #banner .switch_tips_wrap li,
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,
header .banner .switch_tips_wrap .on {
  opacity: 1;
}
header #banner .switch_tips_wrap .last-switch-tips,
header .banner .switch_tips_wrap .last-switch-tips {
  margin-right: 0px;
}
header #banner .banner_list,
header .banner .banner_list {
  margin: 0 auto;
  min-width: 1200px;
  height: 100%;
}
header #banner .list,
header .banner .list {
  height: 100%;
}
header #banner .banner_list .item,
header .banner .banner_list .item {
  width: 100%;
  position: relative;
  height: 100%;
}
header #banner .banner_list .item a,
header .banner .banner_list .item a {
  display: block;
  height: 100%;
  position: relative;
}
header #banner .banner_list .item img,
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: 230px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 40px;
  width: 212px;
  height: 54px !important;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 26px;
  color: #FEE5CB;
  background: linear-gradient(180deg, #ff6666 0%, #820000 100%);
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
header #banner .settle_btn:hover {
  color: #FEE5CB !important;
  transform: translateX(-50%) scale(1.2);
}
