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


.block1{
  padding: 0 0.12rem;
  width: 100%;
  position: relative;
}
.block1 ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.block1 ul li:nth-child(2){
  margin: 0 0.1rem;
}
.block1 ul img{
  width: 100%;
  height:auto;
}
.block1 .txtBox{
  padding: 0.24rem 0.2rem;
  text-align: justify;
  font-size: 0.28rem;
  color: #666;
  line-height: 0.48rem;
}
.block2 ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block2 li{
  width: 48%;
  padding-bottom: 0.4rem;
}
.block2 li .imgBox{
  margin-bottom: 0.16rem;
}
.block2 li img{
  width: 100%;
}
.block2 li p{
  font-size: 0.24rem;
  color: #666;
  line-height: 0.44rem;
  text-align: center;
}




