.FB {
  width: 100%;
}

.fb {
  margin: 0px auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
}

.title_unificationBox {
  color: black;
  text-align: center;
  display: inline-table;
  width: 100%;
  padding-bottom: 40px;
  margin: 0px auto;
}

.title_unificationBox .title_p_unification {
  display: inline-block;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  padding: 0px 30px;
}

.title_p_unification_p1 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding: 10px;
  text-align: center;
}

.title_p_unification_p2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  padding: 10px;
  text-align: center;
}

.title_p_unification_p3 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  padding: 10px;
  text-align: center;
}

.FB1 {
  width: 100%;
}

.FB1 img {
  width: 100%;
  display: none;
}

.FB2 .imgTextBox {
  display: flex;
}

.FB2 .imgTextBoxs {
  display: flex;
  flex-direction: row-reverse;
}

.FB2 .imgTextBox1 {
  padding: 20px;
  display: flex;
  align-items: center;
}

.FB2 img {
  width: 100%;
}

.FB2 .infoBox {
  padding: 20px 0px;
}

.FB2 .title {
  display: flex;
  align-items: center;
}

.FB2 .title .imgBox {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.FB2 .title .imgBox img {
  width: 100%;
}

.FB2 .title span {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-left: 10px;
}

.FB2 .infoBox .p1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  padding: 10px;
  line-height: 28px;
}

.FB3 {
  background-color: #F4F6FC;
}

.FB3 .mergeBox {
  width: 50%;
  max-width: 500px;
  padding: 15px 0px;
  background: #3059ED;
  border-radius: 34px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin: 0px auto;
}

.FB3 .imgBox {
  padding: 60px 50px;
  text-align: center;
}

.FB3 .imgBox img {
  width: 100%;
  max-width: 975px;
}

.FB3 .cardBox {
  display: flex;
  transition: all 1s;
}

.FB3 .cardBox .leftBox {
  width: 400px;
}

.FB3 .cardBox .leftBox ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #024DDF;
}

.FB3 .cardBox .leftBox ul li {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 50px;
  cursor: pointer;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 60px;
  opacity: 0.6;
}

.FB3 .cardBox .rightBox {
  width: calc(100% - 400px);
  background-color: white;
}

.FB3 .cardBox .rightBox img {
  width: 100%;
}

.FB3 .cardBox .rightBox .textBox {
  padding: 20px 40px;
}

.FB3 .cardBox .rightBox .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}

.FB3 .cardBox .rightBox .p1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
}

.FB3 .cardBox .rightBox .imgTextBox {
  display: none;
}

.leftTextBoxHover {
  opacity: 1 !important;
  background-color: #1A61E9;
}

.rightImgBoxHover {
  display: initial !important;
}

.FB4 .imgTextBox {
  display: flex;
  background-color: #F4F6FC;
  position: relative;
  margin-top: 150px;
}

.FB4 .imgBox img {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 15px 50px
}

.FB4 .textBox p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-indent: 2em;
  padding: 40px 20px;
  line-height: 36px;
}

.FB5 {
  background-color: #F4F6FC;
}

.FB5 .pcCardBox {
  display: none;
}

.FB5 .mobileCardBox {
  display: none;
}

.FB5 .pcCardBox .cardBox {
  padding: 30px 0px;
  display: none;
}

.FB5CardBoxHover {
  display: flex !important;
}

.FB5 .pcCardBox .titleSelectBox {
  height: 60px;
  display: flex;
}

.FB5 .pcCardBox .titleSelectBox .selectItem {
  flex: 1;
  text-align: center;
  padding: 5px;
}

.FB5 .pcCardBox .titleSelectBox .selectItem .selectButton {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  height: 45px;
  line-height: 45px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(8, 34, 138, 0.2);
  border-radius: 8px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
  cursor: pointer;
}

.FB5 .pcCardBox .titleSelectBox .selectItem .selectButton:hover {
  box-shadow: 0px 2px 10px 0px rgba(8, 34, 138, 0.6);
}

.FB5 .pcCardBox .leftBox {
  width: 550px;
  display: flex;
  align-items: center;
}

.FB5 .pcCardBox .leftBox ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.FB5 .pcCardBox .leftBox ul li {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 30px;
  cursor: pointer;
}

.FB5 .pcCardBox .leftBox .imgBox {
  margin-right: 10px;
}

.FB5 .pcCardBox .leftBox .textBox {
  padding: 15px;
}

.FB5 .pcCardBox .leftBox .textBox .p1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.FB5 .pcCardBox .leftBox .textBox .p2 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.FB5 .pcCardBox .rightBox {
  width: calc(100% - 550px);
}

.FB5 .pcCardBox .rightBox img {
  width: 100%;
}

.FB5 .pcCardBox .rightBox .imgTextBox {
  display: none;
}

.FB5TopButtonHover {
  background: #024DDF !important;
  box-shadow: 0px 2px 10px 0px rgba(8, 34, 138, 0.2) !important;
  color: white !important;
}

.FB5LeftTextBoxHover {
  background: linear-gradient(90deg, #DBE5F9 0%, rgba(2, 77, 223, 0) 100%);
  border-radius: 10px;
}

.FB5RightImgBoxHover {
  display: initial !important;
}

.FB6 .p1 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 10px 15px;
}

.FB6 .mergeBox {
  width: 50%;
  max-width: 500px;
  padding: 15px 0px;
  background: #3059ED;
  border-radius: 34px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin: 25px auto;
}

.FB6 .p2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
  padding: 10px 15px;
}

.FB6 .imgBox {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

.FB6 .textkkBox {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 100px;
}

.FB6 .imgBox .img33 {
  width: 100%;
}

.FB6 .img88 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 80%;
}

.FB6 .fb1 .textBox {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

.FB6 .fb1 .textBox .textBoxs {
  float: left;
  width: 50%;
  text-align: center;
}

.FB6 .fb1 .textBox .textBoxs p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #315AED;
  display: inline-block;
  padding: 10px 20px;
  max-width: 320px;
  width: 100%;
  background: linear-gradient(180deg, rgba(54, 87, 252, 0.2), rgba(127, 147, 246, 0.2));
  border: 1px solid #315AED;
  border-radius: 8px;
}

.FB6 .fb2 {
  overflow: hidden;
}

.FB6 .fb2 .imgTextBox {
  padding: 5px 5px;
}

.FB6 .fb2 .div1 {
  height: 60px;
  background: linear-gradient(180deg, #3657FC, #7F93F6);
  border-radius: 4px 4px 0px 0px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  position: relative;
}

.FB6 .fb2 .div1 .arrowDiv {
  position: absolute;
  z-index: 10;
  right: 1px;
  top: 23px;
  width: 10px;
  height: 10px;
  background-color: #5A74F9;
  /* background: linear-gradient(180deg, #3976F4, #4D7FF3); */
  box-shadow: -3px 3px 7px rgb(0 0 0 / 7%);
  transform: translateX(6.53553391px) rotate(45deg);
}


.FB6 .fb2 .div2 {
  background: linear-gradient(180deg, #E4E9FE 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
}

.FB6 .fb2 .div2 p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #797E98;
}

.FB6 .fb3 {
  margin: 50px 0px;
}

.FB6 .fb3 img {
  width: 100%;
  padding: 30px 0px;
}

.FB6 .img9 {
  display: none;
}

.FB6 .mobileImg34 {
  display: none;
}

.FB6 .fb4 img {
  width: 100%;
  padding: 30px 0px;
}

.FB7 {
  background-color: #F4F6FC;
}

.FB7 .img11 {
  display: block;
  width: 70%;
  margin: 0px auto;
  margin-top: 50px;
}

.FB7 .fb1 {
  overflow: hidden;
}

.FB7 .fb1 .titleBox {
  padding: 10px 0px;
  display: inline-block;
  text-align: center;
}

/* .FB7 .fb1 .titleBox1 {
  padding-right: calc(100% - 1020px);
} */

.FB7 .fb1 .titleBox .pointBox {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  background: rgba(94, 120, 250, 0.1);
  border: 1px solid #5E78FA;
  border-radius: 50%;
}

.FB7 .fb1 .titleBox .span1 {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #5E78FA;
  border-radius: 50%;
}

.FB7 .fb1 .titleBox .span2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.FB8 .img32 {
  width: 100%;
  margin-top: 40px;
}

.FB9 {
  background-color: #F4F6FC;
}

.FB9 .cooperativePartner {
  margin-top: 40px;
  overflow: hidden;
}

.FB9 .imgBox {
  padding: 10px 15px;
}

.FB9 .imgBox img {
  width: 100%;
}

.FB9 .title_unificationBox {
  padding-bottom: 0px;
}

.FB10 .title_unificationBox {
  padding-bottom: 0px;
}

.FB10 .imgBox {
  padding: 10px 15px;
}

.FB10 .imgBox img {
  width: 100%;
}

.FB11 {
  background-color: #F4F6FC;
}

.FB11 .title_unificationBox {
  padding-bottom: 0px;
}

.FB11 .imgBox {
  padding: 10px 15px;
  text-align: center;
}

.FB11 .imgBox img {
  max-width: 180px;
  width: 100%;
}

.FB11 .imgBox .p1 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  padding: 10px;
  padding-bottom: 5px;
}

.FB11 .imgBox .p2 {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #787878;
  padding: 2px;
}

.FB12 {
  text-align: center;
}

.FB12 .serviceHotline {
  display: inline-block;
  padding: 10px 50px;
  background: linear-gradient(0deg, #3059ED, #9ABEFF);
  border-radius: 60px;
  margin: 0px auto;
  text-align: center;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}


@media screen and (max-width: 768px) {

  .title_unificationBox .title_p_unification {
    font-size: 24px;
    padding: 0px 12px;
  }

  .title_unificationBox .line {
    width: 30px;
  }

  .title_p_unification_p1 {
    font-size: 16px;
  }

  .title_p_unification_p2 {
    font-size: 13px;
  }

  .title_p_unification_p3 {
    font-size: 13px;
  }

  .fb {
    padding-top: 35px;
  }

  .FB1 .mobileImg {
    display: inherit;
  }

  .FB2 .imgTextBox {
    display: initial;
  }

  .FB2 .imgTextBoxs {
    display: initial;
    flex-direction: initial;
  }

  .FB2 .title .imgBox {
    width: 25px;
    height: 25px;
  }

  .FB2 .title span {
    font-size: 16px;
  }

  .FB2 .infoBox .p1 {
    font-size: 13px;
    line-height: 23px;
  }

  .FB3 .mergeBox {
    font-size: 15px;
    width: 90%;
  }

  .FB3 .imgBox {
    padding: 20px 0px;
  }

  .FB3 .cardBox {
    display: none !important;
  }

  .FB3 .expansionBox {
    background-color: white;
  }

  .FB3 .expansionBox .layui-colla-title {
    padding: 0 15px 0 15px;
    background-color: white;
  }

  .FB3 .expansionBox .layui-collapse {
    border-color: #F4F6FC;
    background-color: #F4F6FC;
  }

  .FB3 .expansionBox .layui-colla-item {
    border-color: white;
    background-color: white;
  }

  .FB3 .expansionBox .layui-colla-item .imgTextBox {
    padding-bottom: 20px;
  }

  .FB3 .layui-colla-content {
    position: relative;
    padding: 0px;
  }

  .FB3 .layui-colla-content::after {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
    background: #F4F6FC;
    left: 0px;
  }


  .FB3 .expansionBox .layui-colla-icon {
    left: initial;
    right: 15px;
  }

  .FB3 .expansionBox .textBox {
    padding: 15px 15px;
  }

  .FB3 .expansionBox .title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
  }

  .FB3 .expansionBox .p1 {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }

  .FB3 .expansionBox .imgTextBox img {
    width: 100%;
  }

  .FB4 .imgTextBox {
    display: initial;
  }

  .FB4 .imgBox img {
    position: initial;
    padding: 15px;
  }

  .FB4 .textBox p {
    padding: 0px;
    font-size: 14px;
    line-height: 24px;
  }

  .FB5 .title_unificationBox {
    padding-bottom: 0px;
  }

  .FB5 .mobileCardBox {
    display: initial;
  }

  .FB5 .mobileCardBox .layui-tab-brief>.layui-tab-title .layui-this {
    color: #024DDF;
    font-weight: bold;
  }

  .FB5 .mobileCardBox .layui-tab-brief[overflow]>.layui-tab-title .layui-this:after {
    top: -6px;
  }

  .FB5 .mobileCardBox .layui-tab-title li {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding: 0px;
    margin: 0px 12px;
  }

  .FB5 .mobileCardBox .layui-tab-brief>.layui-tab-more li.layui-this:after,
  .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #024DDF;
  }

  .FB5 .mobileCardBox .layui-tab[overflow]>.layui-tab-title {
    overflow-x: auto;
  }

  .FB5 .mobileCardBox .layui-tab-title {
    width: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;
    border-bottom-style: initial;
  }

  .FB5 .mobileCardBox .layui-tab-bar {
    display: none;
  }

  .FB5 .mobileCardBox .layui-tab-title::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }

  .FB5 .fb {
    padding-left: 0px;
    padding-right: 0px;
  }

  .FB5 .layui-tab-item {
    width: 100%;
  }

  .FB5 .mobileCardBox .layui-tab-item .bannerImg {
    width: 100%;
  }

  .FB5 .mobileCardBox .layui-tab-content {
    padding: 0px;
  }

  .FB5 .mobileCardBox .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0px;
    text-align: center;
  }

  .FB5 .swiper-slide {
    padding-bottom: 40px;
  }

  .FB5 .mobileCardBox .title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .FB5 .mobileCardBox .title img {
    width: 20px;
    height: 20px;
    display: inline-block;
  }

  .FB5 .mobileCardBox .title span {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    padding: 0px 5px;
  }

  .FB5 .mobileCardBox .p1 {
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    padding: 15px 20px;
  }

  .FB6 .p1 {
    font-size: 16px;
  }

  .FB6 .mergeBox {
    font-size: 15px;
    width: 80%;
    padding: 12px 0px;
  }

  .FB6 .p2 {
    font-size: 13px;
  }

  .FB6 .fb2 .div1 {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }

  .FB6 .fb2 .div2 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .FB6 .fb2 .div2 p {
    font-size: 10px;
  }

  .FB6 .mobileImg34 {
    display: initial;
  }

  .FB6 .fb2 .div1 .arrowDiv {
    right: 2px;
    top: 16px;
    width: 9px;
    height: 9px;
  }

  .FB7 .fb1 .titleBox {
    text-align: left;
    padding-left: 30px;
  }

  .FB7 .fb1 .titleBox .span2 {
    font-size: 14px;
  }

  .FB7 .img11 {
    width: 100%;
  }

  .FB9 .imgBox {
    padding: 5px 5px;
  }

  .FB11 .imgBox .p1 {
    font-size: 14px;
  }

  .FB11 .imgBox .p2 {
    font-size: 12px;
  }

  .FB12 .serviceHotline {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .title_unificationBox {
    padding-bottom: 40px;
  }

  .FB1 .pcImg {
    display: inherit;
  }

  .FB3 .expansionBox {
    display: none !important;
  }

  .FB5 .pcCardBox {
    display: initial;
  }

  .FB6 .img9 {
    display: initial;
  }
}