.FB {
  width: 100%;
}

.FBcolor {
  background-color: #FCF9E7;
}

.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;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  margin: 0px auto;
}

.title_unificationBox .title_p_unification {
  display: inline-block;
  font-size: 40px;
  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: #333333;
  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;
}

.FB2 .bigPicture {
  width: 100%;
  margin-top: 40px;
}

.FB3 .contentBox {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}

.FB3 .listBox {
  width: 1170px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.FB3 .itemBox {
  width: 25%;
  padding: 15px;
}

.FB3 .cardBox {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px 0px #D4CEAB;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}

.FB3 .cardBox .bigPicture {
  width: 50%;
  margin-bottom: 30px;
}

.FB3 .cardBox .p1 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  margin-bottom: 10px;
}

.FB3 .cardBox .p2 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
  white-space: pre-wrap;
}

.FB4 .contentBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.FB4 .itemBox {
  width: 25%;
  padding: 0px 15px;
}

.FB4 .itemBox img {
  width: 100%;
}

.FB5 .contentBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.FB5 .contentBox .itemBox {
  width: 50%;
  padding: 10px;
}

.FB5 .cardBox {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px 0px #D4CEAB;
  border-radius: 10px;
  padding: 20px;
  display: flex;
}

.FB5 .cardBox .leftBox {
  width: calc(100% - 230px);
  padding-right: 20px;
}

.FB5 .cardBox .leftBox .p1 {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  background-image: linear-gradient(to right, #ae5636, #863433);
  border-radius: 100px;
  text-align: left;
  padding: 5px 10px;
  margin-top: 10px;
}

.FB5 .cardBox .leftBox .p2 {
  margin-top: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

.FB5 .cardBox .rightBox {
  width: 230px;
  border-radius: 10px;
  overflow: hidden;
}

.FB5 .cardBox .rightBox img {
  width: 100%;
}

.FB6 .contentBox {
  width: 100%;
  background: #FCF9E7;
  border-radius: 10px;
  border: 2px solid #EBE6CF;
  padding: 30px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.FB6 .itemBox {
  width: 33.33%;
  padding: 35px;
}

.FB6 .cardBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px 0px #D4CEAB;
}

.FB6 .topBox {
  width: 100%;
  position: relative;
}

.FB6 .topBox img {
  width: 100%;
}

.FB6 .topBox .p1 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}

.FB6 .bottomBox {
  width: 100%;
}

.FB6 .bottomBox .p2 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  text-align: center;
}

.FB7 .contentBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.FB7 .contentBox .img1 {
  width: 100%;
}

.FB7 .contentBox .img2 {
  width: 260px;
  margin-top: 30px;
}

.FB7 .contentBox .p1 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #262626;
  margin-top: 10px;
}

.FB7 .contentBox .img3 {
  width: 70%;
  display: none;
  margin-top: 30px;
}

.FB8 .serviceHotline .p1 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #AAAAAA;
  text-align: center;
  margin-bottom: 10px;
}

.FB8 .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: 13px;
  }

  .FB .bottomBackground {
    height: 40px;
  }

  .fb {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .FB1 .mobileImg {
    display: inherit;
  }

  .FB2 .bigPicture {
    margin-top: 10px;
  }

  .FB3 .listBox {
    width: 900px;
  }

  .FB3 .itemBox {
    width: 16.66%;
    padding: 7px;
  }

  .FB3 .cardBox {
    padding: 5px;
  }

  .FB3 .cardBox .p1 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .FB3 .cardBox .p2 {
    font-size: 14px;
  }

  .FB3 .contentBox::-webkit-scrollbar {
    display: none;
  }

  .FB3 .cardBox .bigPicture {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .FB4 .itemBox {
    width: 50%;
    padding: 5px;
  }

  .FB5 .contentBox .itemBox {
    width: 100%;
    padding: 7px;
  }

  .FB5 .cardBox {
    padding: 10px;
  }

  .FB5 .cardBox .leftBox {
    width: calc(100% - 110px);
    padding-right: 15px;
  }

  .FB5 .cardBox .leftBox .p1 {
    font-size: 14px;
    margin-top: 0px;
  }

  .FB5 .cardBox .leftBox .p2 {
    font-size: 14px;
    margin-top: 10px;
  }

  .FB5 .cardBox .rightBox {
    width: 110px;
  }

  .FB6 .contentBox {
    padding: 20px 5px;
  }

  .FB6 .itemBox {
    padding: 5px;
  }

  .FB6 .cardBox {
    padding: 10px;
  }

  .FB6 .topBox .p1 {
    font-size: 14px;
  }

  .FB6 .bottomBox .p2 {
    font-size: 14px;
    line-height: 20px;
  }

  .FB7 .contentBox .img2 {
    display: none;
  }

  .FB7 .contentBox .p1 {
    display: none;
  }

  .FB7 .contentBox .img3 {
    display: block;
  }

  .FB7 .linkUrl {
    display: flex;
    justify-content: center;
  }

  .FB8 .serviceHotline .p1 {
    font-size: 12px;
  }

  .FB8 .serviceHotline .p2 {
    font-size: 20px;
  }

}

@media (min-width: 769px) and (max-width: 999px) {
  .FB5 .cardBox .leftBox {
    width: calc(100% - 130px);
  }

  .FB5 .cardBox .rightBox {
    width: 130px;
  }
}

/* PC */
@media screen and (min-width: 768px) {
  .title_unificationBox {
    padding-bottom: 40px;
  }

  .FB1 .pcImg {
    display: inherit;
  }
}

/* PC */
@media screen and (min-width: 1200px) {
  .FB3 .contentBox::-webkit-scrollbar {
    display: none;
  }
}