
.fb-block1 .content{
  height: 360px;
  /* width: 100%; */
  margin-bottom: 100px;
  padding-top: 120px;
}
.fb-block1 .title{
  font-weight: normal;
  margin-bottom: 8px;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 72px;
}
.fb-block1 .sub-title{
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
}
.fb-block2 .content{
  display:flex;
}
.fb-block2 .left{
  width:460px;
  height:460px;
  background: url("https://stc-op.fenbeitong.com/img_op/img/about/img_introduce_join.jpg") center;
  background-size: 100%;
}
.fb-block2 .right{
  margin-top: 40px;
  margin-left: -160px;
  padding: 60px 10px 0 42px ;
  width:700px;
  height:370px;
  background: #F8FAFA;
  border-radius: 4px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fb-block2 .item-en{
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  line-height: 28px;
}
.fb-block2 .item-eg{
    font-size: 24px;
    margin-bottom: 20px;
}
.fb-block2 .item-cn{
  margin-bottom: 32px;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
}
.fb-block4 .content{
  margin: 0 auto;
  width: 100%;
}
.fb-block4 .job-menu{
  display: flex;
}
.job-menu li{
  flex: 1;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #888888;
  line-height: 36px;
  cursor: pointer;
}
.job-menu .active{
  color: #FF942E;
  position: relative;
}
.job-menu .active::before{
  position: absolute;
  width: 64px;
  height: 4px;
  top: 50px;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #FF942E;
  color: #FF942E;
  content:"";
}
.job{
  display: flex;
  margin-top: 80px;
  flex-wrap: wrap;
}
.job-item{
  display:block;
  position: relative;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EFE9E9;
  padding: 24px;
  cursor: pointer;
  transition: all  .2s  ease-in;
  width: calc(33% - 20px);
  margin: 0 10px 20px;
}
.job-item:hover{
  /* top: -10px; */
  transform:translateY(-10px);
}
.job-item .row1{
  display:flex;
  align-items: center;
  justify-content:space-between;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
}
.job-item .row2{
  display:flex;
  justify-content:space-between;
}
.job-title{

}
.job-des{
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.job-item .detail{
  font-size: 14px;
  font-weight: 400;
  color: #FF942E;
  line-height: 20px;
}
.more{
  display: block;
  margin: 50px auto 150px;
  width: 272px;
  height: 60px;
  border-radius: 32px;
  border: 1px solid #E5E0E0;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.more:hover{
  background-color: #FF942E;
  border: 1px solid #FF942E;
  color: white;
}
.fb-block5 .addr-wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 68px;
  flex-wrap: wrap;
}

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

.fb-block5 .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-block5 .contact{
  padding-left: 60px;

}
.fb-block5 .contact .content{
  display: flex;
  background: url();
  margin-bottom: 150px;
  margin-top: 30px;
  height: 324px;
  padding-top: 18px;
  justify-content: space-between;
}
.fb-block5 .contact .left{
  margin-right: 95px;
}
.fb-block5 .contact .right{
  display: flex;
  flex: 1;
  height: 324px;
  background: url("https://stc-op.fenbeitong.com/img_op/img/about/302367443@2x.png") no-repeat center;
  background-size: 100% 324px;
}
.fb-block5 .chat{
  margin-right: 40px;
}
.qr-icon{
  width: 100px;
  height: 100px;
  margin-top: 18px;
}
.fb-block5 .contact .line{
  margin-right: 40px;
}
.fb-block5 .contact .title{
  text-align: left;
}
.fb-block5 .contact .item-title{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 4px;
}
.fb-block5 .contact .item-des{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-bottom: 32px;
}
.fb-block5 .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-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;
}

.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;

}
.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 .title{
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 16px;
  }
  .fb-block1 .sub-title{
    font-size: 24px;
    line-height: 36px;
  }
  .fb-block2 .item-eg{
    font-size: 16px;
  }

  .fb-block2 .wrap{
    width: 100%;
  }
  .fb-block2 .content{
    flex-direction: column;
  }
  .fb-block2 .left{
    width: 100%;
    height: 240px;
  }
  .fb-block2 .right{
    margin-left: 24px;
    margin-top: -60px;
    width: calc(100% - 24px);
    height: 336px;
    padding: 20px 16px 0;
    background: #F8FAFA;
    border-radius: 4px 0px 0px 4px;
  }
  .fb-block2 .item-en{
    font-size: 14px;
    margin-bottom: 8px;
  }
  .fb-block2 .item-cn{
    margin-bottom: 24px;
    font-size: 18px;
  }
  .fb-block4 .job-menu{
    display:none;
  }
  .job{
    margin-top: 0;
  }
  .job-item{
    width: 100%;
  }
  .job-des{
    max-width: 200px;
    height: 40px;
    overflow: hidden;

  }
  .more{
    margin-bottom: 90px;
  }
  .fb-block5 .item{
    width:50%;
  }
  .fb-block5 .contact{
    padding: 0 16px;
    margin: 0;
  }
  .fb-block5 .contact .content{
    flex-direction: column;
  }
  .fb-block5 .action{
    margin-bottom: 48px;
  }

  .fb-block3 .detail .item{
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .fb-block6 .content{
    flex-direction: column;
  }
  .fb-block6 .left{
    width: 100%;
    height: 240px;
  }
  .fb-block6 .wrap{
    width: 100%;
    padding: 0;
  }
  .fb-block6 .right{
    width: 100%;
    height: 336px;
    margin-left: 24px;
    margin-top: -60px;
    padding: 20px 0 0 16px;
    background-color: white;
  }
  .fb-block6 .item-en{
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 22px;
  }
  .fb-block6 .item-cn{
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 28px;
  }
  .fb-block9 .addr-wrap{
    width: 100%;
  }
  .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;
  }
  .fb-block9 .item {
    width: 50%;
    margin-bottom: 30px;
  }
  .fb-block9 .contact{
    padding: 0;
    margin: 0;
  }
  .fb-block9 .contact .content{
    flex-direction: column;
  }
  .fb-block9 .action{
    margin-bottom: 48px;
  }
}
