.wrap-bg {
  position: relative;
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.bgcolor02 {
  background-color: #F0F4FC;
}

.bgcolor03 {
  background: url(./../images/bg/bg06.png) no-repeat;
  background-size: 1920px 850px;
  background-position: center;
}

.bgcolor04 {
  background-color: #fff;
  background-image: url(./../images/bg/bg07.png);
  background-repeat: no-repeat;
  background-size: 1920px 404px;
  background-position: bottom;
}

.wrap {
  position: relative;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}

.wp-title {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  line-height: 48px;
  visibility: hidden;
  animation-duration: 0.6s;
}

.wp-subtxt {
  width: 700px;
  text-align: center;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
  visibility: hidden;
  animation-duration: 0.6s;
}

.bigimg-swiper {
  margin-top: 32px;
  width: 1200px;
}

.wp-bigimg {
  width: 100%;
  cursor: pointer;
}

.ty-btn {
  margin-top: 30px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #1561EB, #15DEEB);
  width: 200px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}

.ty-btn:hover {
  opacity: 0.9;
}

.ty-btn-txt {
  line-height: 60px;
  color: #fff;
  font-size: 16px;
}

.wp-subtab {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
}

.subtab-item {
  margin-left: 32px;
  height: 72px;
  border-radius: 72px;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.subtab-item:first-child {
  margin-left: 0;
}

.subtab-img {
  margin-right: 8px;
  width: 40px;
  height: 40px;
}

.subtab-txt {
  height: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 24px;
  white-space: nowrap;
}

.subtab-item-checked {
  background: linear-gradient(313deg, #1561EB 0%, #64A9FF 100%);
}

.subtab-item-checked .subtab-txt {
  color: #fff;
}

.wp-subtabimgs {
  margin-top: 32px;
  width: 1200px;
  height: 490px;
}

.subtabimgs-item {
  display: none;
  width: 100%;
  height: 100%;
}

.subtabimgs-item-img {
  width: 100%;
  height: 100%;
}

.wp-falist {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.fa-item {
  flex-shrink: 0;
  margin-left: 20px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}

.fa-item:nth-child(odd) {
  margin-left: 0;
}

.fa-item:hover {
  transform: translateY(-10px);
}

.fa-top {
  width: 590px;
  height: 96px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 16px 0 0 24px;
  background: url('./../images/bg/bg01.png') no-repeat;
}
.fa-top0 {
  width: 590px;
  height: 96px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 16px 0 0 24px;
  /*background: url('./../images/bg/bg01.png') no-repeat;*/
  background-repeat: no-repeat;
}

.fa-top-bg01 {
  background-image: url('./../images/bg/bg01.png');
}

.fa-top-bg02 {
  background-image: url('./../images/bg/bg02.png');
}

.fa-top-bg03 {
  background-image: url('./../images/bg/bg03.png');
}

.fa-top-bg04 {
  background-image: url('./../images/bg/bg04.png');
}

.fa-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
}

.fa-line {
  display: block;
  margin-top: 16px;
  width: 64px;
  height: 4px;
  background: #1561EB;
}

.fa-bottom {
  width: 590px;
  height: 210px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #fff;
}

.fa-li {
  width: 295px;
  height: 105px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 24px;
  justify-content: center;
}

.fa-litt {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fa-litt-title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
  white-space: nowrap;
}

.fa-litt-txt01 {
  margin-left: 8px;
  padding: 0 4px;
  font-size: 14px;
  font-weight: 500;
  color: #1561EB;
  line-height: 28px;
  border: 1px solid #1561EB;
  border-radius: 4px;
  white-space: nowrap;
}

.fa-libb {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
}

.fa-litt-txt02 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #8E8E8E;
  line-height: 24px;
}

.wp-fnbox {
  margin-top: 75px;
  display: flex;
  flex-direction: row;
  background-color: #fff;
}

.wp-fntabs {
  width: 270px;
  height: 560px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #eee;
  cursor: pointer;
}

.fntabs-item {
  position: relative;
  width: 100%;
  height: 88px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 26px 0 0 24px;
}

.fntabs-title {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

.fntabs-line {
  position: absolute;
  left: 24px;
  bottom: 26px;
  width: 72px;
  height: 2px;
  background-color: #fff;
}

.fntabs-item-checked {
  background: linear-gradient(90deg, #1561EB 0%, rgba(21, 97, 235, 0) 100%);
}

.fntabs-item-checked .fntabs-title {
  color: #fff;
}

.wp-fntabs-cont {
  width: 930px;
  height: 560px;
  display: flex;
  flex-direction: column;
}

.wp-fncont {
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 54px 32px;
}

.fncont-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.fntop-le {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fntop-lett {
  position: relative;
  display: flex;
  flex-direction: column;
}

.fntop-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
}

.fntop-txt {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
}

.fntop-lebtns {
  display: flex;
  flex-direction: row;
}

.fntop-lebb {
  width: 130px;
  height: 44px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  color: #000000;
}

.fntop-lebb:hover {
  border: none;
  background-image: linear-gradient(to right, #1561EB, #15DEEB);
  color: #FFFFFF;
}

.fntop-lebtntxt {
  font-size: 14px;
  font-weight: 500;
}

.fntop-lebb02 {
  margin-left: 16px;
  width: 130px;
  height: 44px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #1561EB, #15DEEB);
}

.fntop-lebb02:hover {
  opacity: 0.9;
}

.fntop-lebtntxt02 {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}

.fntop-ri {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  margin-left: 24px;
  width: 195px;
  height: 260px;
}

.fntop-ri-img {
  width: 100%;
  height: 100%;
}

.fncont-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.fncont-bottom-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fncont-bottom-item-img {
  width: 56px;
  height: 56px;
}

.fncont-bottom-item-txt {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
}

.fncont-mid-line {
  width: 100%;
  height: 1px;
  background-color: #F0F4FC;
}

.wp-fuwu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fuwu-tabtxt {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.fuwu-row {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.fuwu-item {
  width: 187px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 16px 20px;
  border: 1px solid #A3C3FF;
  border-radius: 8px;
  transition: all 0.5s;
}

.fuwu-item:hover {
  transform: translateY(-10px);
}

.fuwu-ico {
  width: 56px;
  height: 56px;
}

.fuwu-ti {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
}

.fuwu-txt {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

.fuwu-swiper {
  margin-top: 24px;
  width: 100%;
}

.fuwu-sitem {
  position: relative;
  width: 910px;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fuwu-sitem-img {
  width: 100%;
  height: 100%;
}

.fuwu-sitem-abs {
  position: absolute;
  top: 82px;
  left: 32px;
  right: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fuwu-sitem-title {
  font-size: 20px;
  font-weight: 500;
  color: #1561EB;
  line-height: 32px;
  padding: 8px;
  background-color: rgba(255, 254, 254, 0.2);
}

.fuwu-sitem-txt {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
}

.wp-anli {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.anli-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.anli-le {
  width: 670px;
  height: 430px;
}

.anli-ri {
  width: 506px;
  height: 430px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 24px;
  background-color: #fff;
  border-radius: 8px;
}

.anli-one {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
}

.anli-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
}

.anli-tag {
  margin-left: 16px;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 500;
  color: #3079FF;
  line-height: 32px;
  background-color: rgba(21, 97, 235, 0.10);
}

.anli-hang {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #8E8E8E;
  line-height: 24px;
}

.anli-txt {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
}

.anli-qr {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.anli-qrcode {
  width: 80px;
  height: 80px;
}

.anli-see {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #8E8E8E;
  line-height: 24px;
}

.anli-pagination {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.anli-bullet {
  margin: 0 3px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background-color: #1561EB;
}

.anli-bullet-active {
  width: 32px;
}

.wp-zhengc {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zhengc-swiper {
  width: 510px;
  height: 285px;
  border-radius: 8px;
  overflow: hidden;
}

.zhengc-swiper-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.zhengc-swiper-img {
  width: 100%;
  height: 100%;
}

.zhengc-swiper-tbox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zhengc-swiper-txt {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}

.zhengc-ri {
  width: 666px;
  display: flex;
  flex-direction: column;
}

.zhengc-tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 14px 0;
  border-bottom: 1px solid #ECECEC;
  cursor: pointer;
}

.zhengc-tabs-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zhengc-tab-item {
  margin-right: 24px;
  display: flex;
  flex-direction: column;
}

.zhengc-tab-txt {
  font-size: 18px;
  font-weight: 400;
  color: #1F2329;
  line-height: 22px;
}

.zhengc-tab-checked .zhengc-tab-txt {
  font-weight: bold;
  color: #1561EB;
}

.zhengc-tab-checked::after {
  content: '';
  align-self: center;
  margin-top: 6px;
  width: 24px;
  height: 2px;
  background-color: #1561EB;
}

.zhengc-list {
  display: none;
  width: 100%;
  flex-direction: column;
}

.zhengc-txt {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

.zhengc-pagination {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.zhengc-bullet {
  margin: 0 5px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #646A73;
}

.zhengc-bullet-active {
  background-color: #fff;
}

.active {
  display: flex;
}

.active_blk {
  display: block;
}

.show {
  visibility: visible;
}