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


.block1 .imgE1{
  width: 100%;
  height: 3.4rem;
  background: url(../../images/bg/imgE1.png) no-repeat center center;
  -webkit-background-size: 100% 3.4rem;
  background-size: 100% 3.4rem;
}
.block1 .txtBox{
    padding: 0.48rem 0;
    font-size: 0.28rem;
    text-align: justify;
    color:#666;
}
.block1 .txtBox p{
    text-indent: 0.56rem;
}

.minBanner{
    width: 100%;
    height: 3.4rem;
    background: url(../../images/bg/minBanner.png) no-repeat center top;
    -webkit-background-size: 100% 3.4rem;
    background-size: 100% 3.4rem;
}
.block3 {
    padding-bottom: 0.48rem;
}
.block3 ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0.48rem;
}
.block3 ul li{
    width: calc(50% - 0.2rem);
}
.block3 ul h4{
    padding: 0.48rem 0 0.16rem;
    font-size: 0.28rem;
    font-weight: bold;
}
.block3 ul p{
    text-align: justify;
    color: #999;
    font-size: 0.24rem;
    line-height: 0.44rem;
}