.tab li{
  width: 50%;
}

.box1{
  background: url(../images/contect/zp-bac.png) no-repeat;
  width: 100%;
  background-size: 100% 100%;
}

.box1 .p3{
  font-size: 0.26rem;
  color: #333;
  text-indent: 2em;
  line-height: 0.42rem;
}

.pic-tab{
  margin-top: 0.15rem;
  padding-bottom: 0.6rem;
}

.pic-tab ul{

}

.pic-tab li{
  margin-bottom: 0.36rem;
  display: flex;
  position: relative;
}

.pic-tab li .list-img{
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pic-tab li .list-img img{
  width: 100%;
}

.pic-tab li .list-text{
  margin-left: 1.25rem;
}

.pic-tab li .list-text h4{
  font-size: 0.28rem;
  color: #333;
  margin-top: 0.4rem;
}

.pic-tab li .list-text .b-b{
  width: 0.2rem;
  height: 1px;
  background: #a6a6a6;
  margin-top: 0.2rem;
}

.pic-tab li .list-text .p4{
  font-size: 0.26rem;
  color: #666;
  line-height: 0.42rem;
  margin-top: 0.2rem;
  padding-bottom: 0.4rem;
}

.pic-tab .list-pic{
  width: 100%;
  height: 9.12rem;
}

.pic-tab .list-pic img{
  width: 100%;
  display: none;
}


/*.pic-tab li.active .img1{*/
/*  display: none;*/
/*}*/

/*.pic-tab li.active .img2{*/
/*  display: block;*/
/*}*/

/*.pic-tab li.active .p4{*/
/*  border-bottom: 1px solid #124ea3;*/
/*}*/

/*.pic-tab .img-item.active{*/
/*  display: block;*/
/*}*/



.box2{
  padding-bottom: 0.3rem;
}

.box2 .list{
  width: 100%;
  box-shadow: 0 0 0.1rem 0 #ccc;
  position: relative;
  padding: 0.35rem 0.6rem 0.6rem;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
  overflow: hidden;
}

.box2 .list-title{
  height: 0.9rem;
  line-height: 0.9rem;
  display: flex;
}

.box2 .list-title .title-img{
  width: 0.5rem;
  height: 0.4rem;
  margin-top: 0.26rem;
}

.box2 .list-title .title-img img{
  height: 100%;
  width: auto;
  display: block;
}

.box2 .list-title h4{
  font-size: 0.32rem;
  color: #333;
  margin-left: 0.25rem;
}

.box2 .b-b2{
  width: 0.5rem;
  height: 4px;
  background: #124ea3;
  margin-bottom: 0.35rem;
}

.list .text p{
  line-height: 0.42rem;
  color: #333;
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
}

.list .num{
  font-size: 2.2rem;
  color: #f1f3f8;
  z-index: -1;
  bottom: -13%;
  right: 0;
}



.bannerText, .tab, .box1 .title, .box1 .p3, .box1 .pic-tab li, .box2 .title, .box2 .list{visibility: hidden;}
.bannerText.active, .tab.active, .box1 .title.active, .box1 .p3.active,.box1 .pic-tab li.active, .box2 .title.active, .box2 .list.active{
    visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}