
/* .banner{
  background: url(../images/services/banner.png) center no-repeat;
} */

/* .ban-menu img:first-child{
  position: absolute;
  left: -15%;
} */

.tab .tab-li{
  width: 25%;
}

.list{
  width: 100%;
  height: 715px;
  background: url(../images/services/bac.png) no-repeat bottom;
}

.list .icon{
  height: 215px;
}

.list .icon1{
  margin: 40px;
}

.list .icon1 .img1, .list .icon1 .img2{
  width: 140px;
  height: 140px;
}

.list .icon1:hover .img1{
  display: none;
}

.list .icon1:hover .img2{
  display: block;
}

.list .border{
  margin-top: 95px;
}

.list .text h3{
  font-size: 22px;
  color: #333;
  line-height: 50px;
  margin-bottom: 20px;
}

.list .text p{
  font-size: 16px;
  color: #333;
  line-height: 40px;
}

.list .text>div{
  text-align: center;
}

.list .text1{
  left: 6%;
}

.list .text2{
  left: 50%;
  transform: translateX(-50%);
}

.list .text3{
  right: 0;
}




.bannerText, .ban-menu, .tab, .title, .list .icon, .list .text{visibility: hidden;}
.bannerText.active, .ban-menu.active, .tab.active, .title.active, .list .icon.active, .list .text.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;
}