/* 主题色 标题 border*/
.theme-color {color: #4f4649;}
.theme-bg {background-color: #4f4649;}
.theme-border {border-color: #4f4649;}

/* 标题下划线颜色 */
.theme-hr {background-color: #4f4649;}
/* hover 效果与主题色对应 */
.support-swiper-box .swiper-slide.theme-hover:hover{background: #4f4649;}
/* 轮播指示器 与主题色对应*/
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#4f4649;
	/* vertical-align: middle; */
}
/* 企业简介滚动条颜色 */
.activities-right ::-webkit-scrollbar-thumb{
	background: #4f4649;
}

/* swiper 进度条颜色 */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #4f4649;}