
/* .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{
  margin-bottom: 60px;
}

.list li{
  width: 380px;
  height: 560px;
  position: relative;
}

.list li:hover{
  cursor: pointer;
}

.list li:hover .li-hover{
  display: block;
}

.list li:hover .li-box{
  display: none;
}


.li-box2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list .li-box2 .li-icon{
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto;
}

.list li  .li-box2 p{
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 80px;
}



.list .li-img{
  width: 100%;
  height: 100%;
  position: absolute;
}

.li-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list .li-icon{
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto;
}

.list li p{
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 80px;
}

.li-hover{
  position: absolute;
  background: rgba(18,78,163,.42);
  width: 100%;
  height: 100%;
  display: none;
}

.li-hover .p2{
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  margin-top: 60px;
}

.li-hover .p3{
  font-size: 18px;
  padding: 0 25px;
  line-height: 32px;
  text-align: inherit;
  text-indent: 2em;
}



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