
:root {
  --ys: #008cdd; /* 设置主要颜色（蓝色） */
  --c-ys: #6c757d; /* 设置次要颜色（灰色） */
  --font-family: Arial, sans-serif; /* 设置字体 */
  --wd:94%;/*网站宽度*/
  --max-wd:1600px;/* 设置最大宽度 */
  --bs:#FFF;/* 设置反白字体（蓝色） */
    
}




.page_a.current {
    background:var(--ys);
    color:var(--bs);
}

.page_a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    margin: 0 3px;
    text-align: center;
    background:var(--bs);
    color: #666;
}
.page_a:hover {

    background:var(--ys);
    color:var(--bs);
}




/*按钮*/

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;

}

.swiper-pagination-bullet-active {
    opacity: 1;
    background:var(--ys);
}


.pl_service4 .service_item {

    background: var(--ys);

}

