 
.swiper-pagination-bullet-active {
  background-color: #064a9b !important;
}
  
.wz-bt {
  text-align: center;
}
.wz-bt p {
  font-size: 44px;
  position: relative;
  font-weight: bold;
}
.wz-bt span {
  margin-top: 10px;
}
 
 
          
.pro-w {
  padding: 80px 0 100px;
}
.pro-w .pro-tabs {
  width: 90%;  
  height: 50px;
  margin: 50px auto 50px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
  height: 100%;

}
/* 定义手机端样式 */
@media (max-width: 768px) {
  .pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
  height: 100%;

}
}

.pro-w .pro-tabs ul li {
  flex: auto;
  height: 42px;
  line-height: 42px;
  margin: 4px;
  border-radius: 21px;
  text-align: center;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #000;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .con-box {
  max-width: 100%;
  margin: 0 auto;
}
.pro-w .con-box ul {
  display: flex;
}
.pro-w .con-box ul li {
  width: 100%;
  padding: 0 2.5%;
}
.pro-w .con-box ul li a {
  border: 1px solid #eee;
}
.pro-w .con-box ul li p {
  line-height: 55px;
  text-align: center;
}
.pro-w .con-box ul li:hover img {
  transform: scale(1.05);
}
.pro-w .more {
  margin: 65px auto 0;
  width: 180px;
  line-height: 50px;
  text-align: center;
  background-color: #064a9b;
  border-radius: 25px;
  color: #fff;
  transition: all 0.2s linear;
}
.pro-w .more:hover {
  background-color: #fc6902;
  transition: all 0.2s linear;
}
 