.FB {
  width: 100%;
}

.FBcolor {
  background-color: #EFF5FF;
}

/* .FB .bottomBackground {
  width: 100%;
  height: 80px;
  background: url('../img/pc/img26.png') no-repeat center center;
  background-size: cover;
  margin-top: 20px;
}

.FB .bottomBackground img {
  width: 100%;
  height: 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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  margin: 0px auto;
}

.title_unificationBox .title_p_unification {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding: 0px 30px;
  color: #191010;
}

.title_unificationBox .leftLogo {
  display: inline-block;
  height: 68px;
}

.title_unificationBox .leftLogo img {
  height: 100%;
}

.title_unificationBox .rightLogo {
  display: inline-block;
  height: 68px;
}

.title_unificationBox .rightLogo img {
  height: 100%;
}

.title_p_unification_p1 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  padding: 10px;
  text-align: left;
}

.title_p_unification_p2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  padding: 10px;
  text-align: left;
}

.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;
}

.video-player {
  width: 100%;
}

.FB2 .bigPicture {
  width: 100%;
  margin-top: 40px;
}

.FB3 .textImgBoxItem {
  display: none;
}

.FB3 .textImgBoxItemShow {
  display: initial;
}

.FB4 .contentBox1 {
  display: flex;
  background: #F8FBFF;
  border-radius: 10px;
  border: 2px solid #E4ECFE;
  padding: 15px;
}

.FB4 .contentBox1 .leftBox {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.FB4 .contentBox1 .leftBox .ItemBox {
  width: 50%;
  padding: 10px;
}

.FB4 .contentBox1 .leftBox .ItemBox .textBox {
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 0px #E2ECFE;
  border-radius: 10px;
  padding: 15px;
  height: 100%;
}

.FB4 .contentBox1 .leftBox .ItemBox .textBox .p1 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #3B77F8;
}

.FB4 .contentBox1 .leftBox .ItemBox .textBox .p2 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-top: 5px;
}

.FB4 .contentBox1 .rightBox {
  width: 40%;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.FB4 .contentBox1 .rightBox .img1 {
  width: 120%;
  height: 120%;
}

.FB4 .contentBox1 .rightBox .img2 {
  display: none;
}

.FB4 .contentBox2 {
  display: flex;
  background: #F8FBFF;
  border-radius: 10px;
  border: 2px solid #E4ECFE;
  padding: 15px;
  margin-top: 150px;
}

.FB4 .contentBox2 .rightBox {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.FB4 .contentBox2 .rightBox .ItemBox {
  width: 50%;
  padding: 10px;
}

.FB4 .contentBox2 .rightBox .ItemBox .textBox {
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 0px #E2ECFE;
  border-radius: 10px;
  padding: 15px;
  height: 100%;
}

.FB4 .contentBox2 .rightBox .ItemBox .textBox .p1 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #3B77F8;
}

.FB4 .contentBox2 .rightBox .ItemBox .textBox .p2 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-top: 5px;
}

.FB4 .contentBox2 .leftBox {
  width: 40%;
  display: flex;
  align-items: center;
  padding-right: 30px;
  justify-content: flex-end;
}

.FB4 .contentBox2 .leftBox .img1 {
  width: 120%;
  height: 115%;
}

.FB4 .contentBox2 .leftBox .img2 {
  display: none;
}

.FB5 .fb {
  padding-top: 0px;
}

.FB5 .contentBox {
  border-radius: 10px;
  border: 2px solid #E4ECFE;
}

.FB5 .contentBox .title {
  display: inline-block;
  background: #3B77F8;
  border-radius: 10px 0px 10px 0px;
  padding: 5px 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
}

.FB5 .contentBox .p1 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 40px;
  padding: 30px;
}

.FB5 .contentBox .img1 {
  width: 100%;
  padding: 30px;
  padding-top: 0px;
}

.FB5 .contentBox .img2 {
  display: none;
}

.FB5 .contentBox2 {
  margin-top: 60px;
}

.FB5 .contentBox2 .title {
  background: #FF9800;
}

.FB6 .ul {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  padding: 0px;
  text-align: left;
}

.FB6 .ul::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

.FB6 .li {
  width: auto;
  max-width: 300px;
  margin: 15px 0px;
  padding-bottom: 5px;
  display: inline-block;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  padding: 5px 20px;
}

.FB6 .open {
  position: relative;
  color: #FFFFFF;
  background: linear-gradient(to bottom, #74befa, #456bda, #77c4fa);
  border-radius: 10px;
}

.FB6 .open::before {
  content: "";
  width: 90%;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 60px;
  background: #3B77F8;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 10px;
}

.FB6 .textImgBox {
  margin-top: 20px;
}

.FB6 .textImgBoxItem {
  display: none;
  background-color: white;
  border-radius: 20px 10px 10px 10px;
  border: 2px solid #E4ECFE;
  overflow: hidden;
}

.FB6 .textImgBoxItem .img1 {
  width: 420px;
  padding: 30px;
}

.FB6 .textImgBoxItem .leftBox {
  width: calc(100% - 420px);
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  margin-top: 40px;
}

.FB6 .textImgBoxItem .leftBox .cardBox {
  margin-bottom: 15px;
}

.FB6 .textImgBoxItem .leftBox .cardBox .cardTitle {
  padding: 2px 30px;
  background: #E4ECFE;
  border-radius: 0px 10px 10px 0px;
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #3B77F8;
}

.FB6 .textImgBoxItem .leftBox .cardBox .p1 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  padding: 5px 0px;
  padding-left: 30px;
}

.FB6 .textImgBoxItemShow {
  display: flex;
}

.FB7 .contentBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.FB7 .contentBox .itemBox {
  width: 50%;
  padding: 15px;
}

.FB7 .contentBox .itemBox .textBox {
  width: 100%;
  height: 100%;
  min-height: 230px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px 0px #8190A6;
  border-radius: 10px;
  overflow: hidden;
}

.FB7 .contentBox .itemBox .textBox .topBox {
  display: inline-block;
  border-bottom: 2px solid #3B77F8;
}

.FB7 .contentBox .itemBox .textBox .topBox .span1 {
  background: #3B77F8;
  border-radius: 10px 0px 0px 0px;
  padding: 2px 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
}

.FB7 .contentBox .itemBox .textBox .topBox .span2 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #3B77F8;
}

.FB7 .contentBox .itemBox .textBox .detailsBox {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  padding: 20px;
  line-height: 44px;
}

.FB8 .contentBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.FB8 .contentBox .itemBox {
  width: 33.33%;
  padding: 15px;
  margin-bottom: 10px;
}

.FB8 .contentBox .itemBox .textBox {
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px 0px #8190A6;
  border-radius: 10px;
}

.FB8 .contentBox .itemBox .textBox .img1 {
  width: 100%;
}

.FB8 .contentBox .itemBox .textBox .p1 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #3B77F8;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.FB8 .contentBox .itemBox .textBox .p2 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 15px;
}

.FB9 .fb {
  padding-bottom: 0px;
}

.FB9 .contentBox {
  width: 100%;
  overflow-x: auto;
}

.FB9 .contentBox::-webkit-scrollbar {
  display: none;
}

.FB9 .contentBox .imgBox {
  width: calc(100% + 47px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.FB9 .contentBox .imgBox .imgList1 {
  width: calc(66.66% - 36px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.FB9 .contentBox .imgBox .imgList1 .imgCard {
  flex: 1;
  padding: 10px 15px;
  padding-left: 0px;
}

.FB9 .contentBox .imgBox .imgList1 .imgCard .img1 {
  width: 100%;
}

.FB9 .contentBox .imgBox .imgList2 {
  width: calc(33.33% - 18px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.FB9 .contentBox .imgBox .imgList2 .imgCard {
  flex: 1;
  padding: 10px 15px;
  padding-left: 0px;
}

.FB9 .contentBox .imgBox .imgList2 .imgCard .img1 {
  width: 100%;
}

.FB9 .contentBox .imgBox .imgList3 {
  width: calc(33.33% - 18px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: 54px;
}

.FB9 .contentBox .imgBox .imgList3 .imgCard {
  flex: 1;
  padding: 10px 15px;
  padding-right: 0px;
}

.FB9 .contentBox .imgBox .imgList3 .imgCard .img1 {
  width: 100%;
}

.FB9 .contentBox .imgBox .imgList4 {
  width: calc(66.66% - 36px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.FB9 .contentBox .imgBox .imgList4 .imgCard {
  flex: 1;
  padding: 10px 15px;
  padding-right: 0px;
}

.FB9 .contentBox .imgBox .imgList4 .imgCard .img1 {
  width: 100%;
}

.FB9 .p1 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}

.FB9 .spinTheReelsOf {
  width: 400px;
  height: 110px;
  background-image: url('../img/pc/img16.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
  margin-top: 50px;
  margin-bottom: 30px;
  cursor: pointer;
}

.FB10 {
  display: none;
}

.FBbottom .serviceHotline .p1 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #AAAAAA;
  text-align: center;
  margin-bottom: 10px;
}

.FBbottom .serviceHotline .p2 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 40px;
  color: red;
  text-align: center;
}

/* 手机 */
@media screen and (max-width: 768px) {
  .title_unificationBox {
    padding-bottom: 20px;
  }

  .title_unificationBox .leftLogo {
    height: 34px;
  }

  .title_unificationBox .rightLogo {
    height: 34px;
  }

  .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: 14px;
    line-height: 24px;
  }

  .title_p_unification_p3 {
    font-size: 15px;
  }

  .fb {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .FB1 .mobileImg {
    display: inherit;
  }

  .FB2 .bigPicture {
    margin-top: 10px;
  }

  .FB3 .title_unificationBox {
    padding-bottom: 0px;
  }

  .FB3 .AIfunction {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .FB3 .AIfunction .textImgBox {
    width: 100%;
    padding: 15px;
    background-color: white;
  }

  .FB3 .AIfunction .textImgBox .p1 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
  }

  .FB3 .AIfunction .textImgBox .img1 {
    width: 100%;
    margin-top: 15px;
  }

  .FB3 .ul {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
    padding: 0px;
    height: 50px;
    text-align: left;
  }

  .FB3 .ul::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }

  .FB3 .li {
    width: auto;
    max-width: 300px;
    margin: 15px 8px;
    padding-bottom: 5px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }

  .FB3 .open {
    position: relative;
    color: #3B77F8;
  }

  .FB3 .open::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    line-height: 60px;
    background: #3B77F8;
    opacity: 1;
    transition: all 0.3s;
  }

  .FB4 .contentBox1 .leftBox {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .FB4 .contentBox1 .leftBox .ItemBox {
    padding: 5px;
  }

  .FB4 .contentBox1 .leftBox .ItemBox .textBox {
    padding: 10px;
  }

  .FB4 .contentBox1 .leftBox .ItemBox .textBox .p1 {
    font-size: 15px;
  }

  .FB4 .contentBox1 .leftBox .ItemBox .textBox .p2 {
    font-size: 14px;
  }

  .FB4 .contentBox1 .rightBox {
    width: 0%;
    padding-left: 0px;
    position: relative;
  }

  .FB4 .contentBox1 .rightBox .img1 {
    display: none;
  }

  .FB4 .contentBox1 .rightBox .img2 {
    display: initial;
    width: 160px;
    height: 109px;
    position: absolute;
    right: -55px;
    top: -65px;
  }

  .FB4 .contentBox2 {
    margin-top: 50px;
  }

  .FB4 .contentBox2 .rightBox {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .FB4 .contentBox2 .rightBox .ItemBox {
    padding: 5px;
  }

  .FB4 .contentBox2 .rightBox .ItemBox .textBox {
    padding: 10px;
  }

  .FB4 .contentBox2 .rightBox .ItemBox .textBox .p1 {
    font-size: 15px;
  }

  .FB4 .contentBox2 .rightBox .ItemBox .textBox .p2 {
    font-size: 14px;
  }

  .FB4 .contentBox2 .leftBox {
    width: 0%;
    padding-left: 0px;
    position: relative;
    padding-right: 0px;
  }

  .FB4 .contentBox2 .leftBox .img1 {
    display: none;
  }

  .FB4 .contentBox2 .leftBox .img2 {
    display: initial;
    width: 160px;
    height: 87px;
    position: absolute;
    left: -39px;
    top: -53px;
  }

  .FB5 .contentBox .title {
    font-size: 18px;
  }

  .FB5 .contentBox .p1 {
    font-size: 12px;
    line-height: 24px;
    padding: 10px;
  }

  .FB5 .contentBox .img1 {
    width: 100%;
    padding: 10px;
    display: none;
  }

  .FB5 .contentBox .img2 {
    width: 100%;
    padding: 10px;
    display: initial;
  }

  .FB6 .title_unificationBox {
    padding-bottom: 0px;
  }

  .FB6 .li {
    font-size: 14px;
  }

  .FB6 .textImgBox {
    margin-top: 10px;
  }

  .FB6 .textImgBox .textImgBoxItem {
    flex-direction: column;
  }

  .FB6 .textImgBox .textImgBoxItem .leftBox {
    width: 100%;
    margin-top: 20px;
  }

  .FB6 .textImgBox .textImgBoxItem .leftBox .cardBox {
    margin-bottom: 10px;
  }

  .FB6 .textImgBox .textImgBoxItem .leftBox .cardBox .cardTitle {
    padding: 2px 20px;
    font-size: 15px;
  }

  .FB6 .textImgBox .textImgBoxItem .leftBox .cardBox .p1 {
    font-size: 14px;
    padding: 5px 10px;
  }

  .FB6 .textImgBox .textImgBoxItem .img1 {
    width: 100%;
    padding-top: 0px;
  }

  .FB7 .contentBox .itemBox {
    width: 100%;
    padding: 15px 5px;
  }

  .FB7 .contentBox .itemBox .textBox {
    min-height: 110px;
  }

  .FB7 .contentBox .itemBox .textBox .topBox .span1 {
    font-size: 18px;
  }

  .FB7 .contentBox .itemBox .textBox .topBox .span2 {
    font-size: 15px;
  }

  .FB7 .contentBox .itemBox .textBox .detailsBox {
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
  }

  .FB8 .contentBox .itemBox {
    width: 50%;
    padding: 5px;
    margin-bottom: 10px;
  }

  .FB8 .contentBox .itemBox .textBox {
    padding: 10px;
  }

  .FB8 .contentBox .itemBox .textBox .p1 {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .FB8 .contentBox .itemBox .textBox .p2 {
    font-size: 14px;
    line-height: 22px;
  }

  .FB9 .contentBox .imgBox .imgList1 {
    width: calc(100% - 45px);
  }

  .FB9 .contentBox .imgBox .imgList1 .imgCard {
    padding: 5px 5px;
  }

  .FB9 .contentBox .imgBox .imgList2 {
    width: calc(50% - 18px);
  }

  .FB9 .contentBox .imgBox .imgList2 .imgCard {
    padding: 5px 5px;
  }

  .FB9 .contentBox .imgBox .imgList3 {
    width: calc(50% - 25px);
    margin-left: 0px;
  }

  .FB9 .contentBox .imgBox .imgList3 .imgCard {
    padding: 5px 5px;
  }

  .FB9 .contentBox .imgBox .imgList4 {
    width: calc(100% - 46px);
  }

  .FB9 .contentBox .imgBox .imgList4 .imgCard {
    padding: 5px 5px;
  }

  .FB9 .p1 {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .FB9 .spinTheReelsOf {
    display: none;
  }

  .FB10 {
    display: inherit;
  }

  .FB10 .qrcodeBox {
    width: 100px;
    height: 100px;
    margin: 0px auto;
  }

  .FB10 .qrcodeBox .img1 {
    width: 100%;
  }

  .FB10 .qrcodeBox .p1 {
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
  }

  .FBbottom .FBbottomHr {
    display: none;
  }

  .FBbottom .serviceHotline .p1 {
    font-size: 12px;
  }

  .FBbottom .serviceHotline .p2 {
    font-size: 20px;
  }
}

/* PC */
@media screen and (min-width: 768px) {
  .title_unificationBox {
    padding-bottom: 40px;
  }

  .FB1 .pcImg {
    display: inherit;
  }

  .FB3 .AIfunction {
    width: 100%;
    display: flex;
    border-radius: 20px 10px 10px 10px;
    overflow: hidden;
  }

  .FB3 .AIfunction .textImgBox {
    width: calc(100% - 150px);
    padding: 30px;
    background-color: white;
  }

  .FB3 .AIfunction .textImgBox .p1 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #333333;
  }

  .FB3 .AIfunction .textImgBox .img1 {
    width: 100%;
    margin-top: 15px;
  }

  .FB3 .ul {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: auto;
    text-align: center;
    padding: 0px;
    width: 160px;
    /* height: 50px; */
    text-align: left;
    display: flex;
    flex-direction: column;
  }

  .FB3 .ul::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }

  .FB3 .li {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    width: auto;
    max-width: 300px;
    padding: 0px 15px;
    margin: 12px 0px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }

  .FB3 .open {
    position: relative;
    color: #3B77F8;
  }

  .FB3 .open::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    line-height: 60px;
    background: #3B77F8;
    opacity: 1;
    transition: all 0.3s;
  }
}

/* PC */