
/* .banner{
  background: url(../images/services/banner.png) center no-repeat;
} */
/* 
.ban-menu img:first-child{
  position: absolute;
  left: -15%;
} */

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


.down-box{
  height: 85px;
  padding: 0 47px;
  background: #f6f7f9;
  margin-bottom: 30px;
}

.download{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.down-box p{
  color: #333;
  font-size: 16px;
  line-height: 85px;
  margin-left: 60px;
}

.down-box a{
  width: 125px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: #124ea3;
  color: #fff;
}

.check{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16%;
}

.down{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
}

.down-box:hover{
  background: #124ea3;
}

.down-box:hover .img1{
  display: none;
}

.down-box:hover .img2{
  display: block;
}

.down-box:hover p{
  color: #fff;
}

.down-box:hover a{
  background: #fff;
  color: #124ea3;
}

.down-box a:hover{
  background: #4f95f9;
  color: #fff;
}






.page{
  margin: 50px auto;
}

.page .num{
  width: 48px;
  height: 48px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 48px;
  color: #a7a7a7;
  background: #fff;
  margin: 0 10px;
}

.page .img1{
  display: block;
  margin: 15px auto;
}

.page .img2{
  display: none;
}

.page p{
  line-height: 50px;
  color: #999;
}

.page .left a:hover .img1, .page .right a:hover .img1{
  display: none;
}

.page .left a:hover .img2, .page .right a:hover .img2{
  display: block;
  margin: 15px auto;
}

.page .left a:hover p, .page .right a:hover p{
  color: #124ea3;
}

.page a:hover .num{
  border: 1px solid #124ea3;
  background: #124ea3;
  color: #fff;
}



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