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

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

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

.question{
  height: 95px;
  padding: 0 40px;
}

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

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

.question .p1{
  line-height: 95px;
  margin-left: 60px;
  color: #333;
  font-size: 22px;
}

.b-b{
  height: 1px;
  width: 1120px;
  margin: 0 auto;
  background: #e8e8e8;
}

.answer{
  padding: 30px 40px;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  display: none;
}

.answer .p2{
  font-size: 20px;
  color: #124ea3;
  margin-left: 8px;
  line-height: 33px;
}

.answer .p3{
  font-size: 18px;
  color: #333;
  margin-left: 30px;
  line-height: 33px;
}

.answer .btn{
  width: 114px;
  height: 40px;
  background: #124ea3;
  color: #fff;
  text-align: center;
  line-height: 40px;
  float: right;
  margin-top: 15px;
}

.question.active .img1{
  display: none;
}

.question.active .img2{
  display: block;
}

.question.active .b-b{
  height: 2px;
  background: #124ea3;
}

.answer.active {
  display: block;
}

.ques-box .question:hover{
  cursor: pointer;
}

.ques-box .question:hover .b-b{
  background: #124ea3;
}





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