
:root {
  --ys: #0063a6; 
  --c-ys: #aa0000; 
  --zt-b:"微软雅黑"!important; 
  --wd:94%;
  --max-wd:1600px;
  --bs:#FFF;
  --size:38px;  
}


/*轮播*/
.swiper-button-next, .swiper-button-prev {
	background: #ffffffcf!important;
	width: 40px;
	border-radius: 90px;
	height: 40px !important;
}
.swiper-button-next:after,.swiper-button-prev:after {
	line-height: 1;
	font-size: 16px !important;
	color: var(--ys);
}

/*轮播结束*/
/*翻页*/
.page_a.current {
    background:var(--ys) !IMPORTANT;
    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);
}

/*--*/



/*客服*/
.pl_service4 .service_item {

    background: var(--ys);

}
