
.fb-block1 .content{
  width: 100%;
  padding-top: 120px;
  height: 360px;
}
.about-des-bold{
    font-weight: bold;
}

.fb-block1 .title{
  margin-bottom: 8px;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 72px;
  font-weight: normal;
}
.fb-block1 .sub-title{
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
}
.bg-about{
  background: url("https://stc-op.fenbeitong.com/img_op/img/about/bg_about@2x.png") no-repeat;
  background-size: 100% 100%;
}
.fb-block2 .content{
  display: flex;
  padding-top: 100px;

}
.fb-block2 .left {
  display: flex;
  margin-right: 140px;
}
.fb-block2 .left .item-r{
  margin-top: 40px;
  margin-left: 20px;
}
.fb-block2 .left .item{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width:220px;
  height:214px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px #EFF3F6;
  border-radius: 4px;
  padding: 32px;
}
.fb-block2 .left .item img{
  width: 32px;
  right: 32px;
  margin-bottom: 24px;
}
.fb-block2 .title1{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  text-shadow: 0px 8px 24px #EFF3F6;
}
.fb-block2 .title2{
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-shadow: 0px 8px 24px #EFF3F6;
}
.fb-block2 .title2 .nb{
  font-size: 48px;
  font-weight: bold;
  color: #FF8E22;
  line-height: 58px;
  text-shadow: 0px 8px 64px #EFF3F6;
  margin-left: 4px;
}
.fb-block2 .title2 .ns{
  font-size: 24px;
  font-weight: 600;
  color: #FF8E22;
  line-height: 33px;
  text-shadow: 0px 8px 64px #EFF3F6;
}
.fb-block2 .right .about-title{
  margin-top: 12px;
  margin-bottom: 36px;
  height:50px;
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
}
.fb-block2 .about-des{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.fb-block2 .about-des .strong{
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
}
.fb-block2 .about-title img{
  width:32px;
  height:32px;
  margin-right: 16px;
}
.about-des .line1{
  margin-bottom: 16px;
}
.about-des .line2{
  margin-bottom: 16px;
}
.about-des .line3{
  /* margin-bottom: 10px; */
  line-height: 30px;
}
.fb-block3 .detail{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fb-block3 .detail .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  width: calc(25% - 15px);
  box-shadow: 0px 3px 0px 0px #FF942E;
  border-radius: 4px;
  border: 1px solid #EFE9E9;
  background: #FFFFFF;

}
.fb-block3 .detail .item img{
  width: 40px;
  height: 40px;
}
.fb-block3 .content .time{
  width: 100%;
  /* margin-bottom: 90px; */
}
.des-title{
  margin: 12px 0 6px;
}
.des-number{
  font-size: 36px;
  font-weight: 600;
  color: #FF942E;
  line-height: 50px;
}

.fb-block4 .content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}
.bp-item{
  position: relative;
  overflow: hidden;
  width: calc(20%);
  margin-bottom: 30px;
}
.bp-item img{
  width: 180px;
  height: 64px;
  cursor: pointer;
}
.bp-item .bp-image{
  position: relative;
  display: block;
  margin: 0 auto;

  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  transition: transform .4s ease;
}

.bp-item:hover .bp-image{
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}

.bp-item .bp-hover-image{
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%,-100%);
  -moz-transform: translate(-50%,-100%);
  transform: translate(-50%,-100%);
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  transition: transform .4s ease;
}

.bp-item:hover .bp-hover-image{
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.fb-block5-wrap{
  margin-top: -307px;
  background: white;
  padding: 0 130px;
}
.fb-block5 .background{
  width: 100%;
  padding-top: 120px;
  height: 587px;
}

.fb-block5 .content img{
  width: 100%;
}
.fb-block6{
  margin-bottom: 120px;
}

.fb-block6 .content{
  display:flex;
}
.fb-block6 .left{
  width:460px;
  height:460px;
  background: url("https://stc-op.fenbeitong.com/img_op/img/about/img_introduce_join@2x.jpg") center no-repeat;
  background-size: 100%;
}
.fb-block6 .right{
  margin-top: 40px;
  margin-left: -160px;
  padding: 60px 10px 0 42px ;
  width:700px;
  min-width:676px;
  height:370px;
  background: #F8FAFA;
  border-radius: 4px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fb-block6 .item-en{
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  line-height: 28px;
}
.fb-block6 .item-eg{
    font-size: 24px;
    margin-bottom: 20px;
}
.fb-block6 .item-cn{
  margin-bottom: 32px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
}
.fb-block6 .detail{
  font-size: 18px;
  font-weight: 400;
  color: #FF942E;
  line-height: 28px;
  cursor: pointer;
}

.fb-block9{
  background: white;
}
.addr-contact{
  display: flex;
}
.fb-block9 .addr-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 68px;
  width: 50%;
}


.fb-block9 .item {
  width: 30%;
  display:flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 68px;
}

.fb-block9 .item img{
  margin-bottom: 10px;
}
.city{
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}
.address{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  text-align: center;
}
.fb-block9 .contact {
  padding: 12px 0 0 40px;
  margin-left: 20px;
  flex: 1;
}
.fb-block9 .contact .content{
  display: flex;
  background: url("https://stc-op.fenbeitong.com/img_op/img/about/contact@2x.jpg") no-repeat;
  background-size: contain;
  margin-bottom: 150px;
  height: 324px;
  justify-content:space-between;
}
.fb-block9 .contact .left{
  margin-right: 95px;
}
.fb-block9 .contact .right{
  display: flex;
}
.fb-block9 .contact .line{
  margin-right: 40px;
}
.fb-block9 .contact .title{
  text-align: left;
  margin-bottom: 30px;
}
.fb-block9 .chat{
  margin-right: 40px;
}
.qr-icon{
  width: 100px;
  height: 100px;
  margin-top: 18px;
}
.fb-block9 .contact .item-title{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 4px;
}
.fb-block9 .contact .item-des{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-bottom: 32px;
}
.fb-block9 .action {
  display: block;
  width: 100px;
  height: 40px;
  background: #FF942E;
  border-radius: 4px;
  font-size: 14px;
  color: white;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.addr-wrap .item img{
  width:100px;
  height:100px;
}


@media screen and (min-width: 768px) and (max-width: 1200px){
  .addr-contact{
    flex-direction: column;
  }
  .fb-block9 .addr-wrap{
    width: 100%;
  }
  .fb-block9 .contact{
    margin-left: 0;
  }
  .fb-block9-wrap{
    width: auto;
  }
}


@media(max-width: 768px){

  .fb-block1{
    margin-bottom: 0;
    height: 420px;
  }
  .fb-block1 .title{
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 16px;
  }
  .fb-block1 .sub-title{
    font-size: 24px;
    line-height: 36px;
  }
  .bg-about{
    background: none;
  }
  .fb-block3 .detail .item{
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .fb-block2 .content{
    flex-direction: column-reverse;
    padding-top: 40px;
  }
  .fb-block2 .left{
    margin-top: 24px;
  }
  .fb-block2 .left .item{
    width:164px;
    padding-right: 0px;
  }
  .fb-block2 .left .item-r{
    margin-top: 32px;
    margin-left: 15px;
  }
  .fb-block2 .right .about-title{
    margin-bottom: 16px;
    margin-top: 0px;
  }
  .fb-block2 .title2 .nb{
    font-size: 40px;
    line-height: 56px;
  }

  .bp-item{
    position: relative;
    overflow: hidden;
    width: calc(50%);
    margin-bottom: 10px;
  }
  .bp-item img {
    width: 140px;
    height: 50px;
  }

  .fb-block5-wrap{
    margin-top: 0px;
    background: white;
    padding: 0;
  }
  .swiper-container {
    padding-bottom: 20px;
  }
  .fb-block5 .swiper-pagination2 {
    bottom: 0px;
  }

  .fb-block5 .background{
    width: 100%;
    padding-top: 120px;
    height: 200px;
  }

  .fb-block6 .content{
    flex-direction: column;
  }
  .fb-block6 .left{
    width: 100%;
    height: 240px;
  }
  .fb-block6 .wrap{
    width: 100%;
    padding: 0;
  }
  .fb-block6 .right{
    width: calc(100% - 24px);
    min-width: calc(100% - 24px);
    height: 336px;
    margin-left: 24px;
    margin-top: -60px;
    padding: 20px 16px 0;
    background: #F8FAFA;
    border-radius: 4px 0px 0px 4px;
  }
  .fb-block6 .item-en{
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 22px;
  }
  .fb-block6 .item-eg{
    font-size: 16px;
  }
  .fb-block6 .item-cn{
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 28px;
  }
  .fb-block9 .addr-wrap{
    width: 100%;
  }
  .addr-contact{
    flex-direction: column;
  }
  .fb-block9 .item {
    width: 50%;
    margin-bottom: 30px;
  }
  .address{
    width:auto;
  }
  .fb-block9 .contact{
    padding: 0;
    margin: 0;
  }
  .fb-block9 .contact .content{
    flex-direction: column;
    height:444px;
    margin-bottom:0;
  }
  .fb-block9 .action{
    margin-bottom: 48px;
  }

}
