.pic01 {
  width: 100%;
  height: 3rem;
  background: url(../../images/bg/banner4.png) no-repeat center top;
  -webkit-background-size: 100% 3rem;
  background-size: 100% 3rem;
}

.joinUs li{
  width: 100%;
  padding-bottom: 0.48rem;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0.48rem;
}
.joinUs li:last-child{
  border:none;
}
.joinUs img{
  width: 100%;
  height: 3.4rem;
}
.joinUs .txtBox{
  padding-top: 0.32rem;
}
.joinUs h3{
  font-size: 0.32rem;
  line-height: 0.32rem;
  color: #E64A19;
  padding-top: 0.32rem;
}
.joinUs h3 span{
  margin-right: 0.08rem;
}
.joinUs dt{
  font-size: 0.28rem;
  line-height: 0.28rem;
  padding: 0.32rem 0;
}
.joinUs dd{
  font-size: 0.24rem;
  line-height: 0.44rem;
  color:#999;
}

.block2{
  width: 100%;
  height: 5.94rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #FFF8F6 url(../../images/bg/bg1.png) no-repeat center center;
  -webkit-background-size: auto 4.85rem;
  background-size: auto 4.85rem;
  justify-content: center;
  flex-direction: column;
}

.block2 .txtBox{
  padding: 0.4rem 0 0.6rem;
  text-align: center;
}