/* 主题色 标题 border*/
.theme-color {color: #008c77 !important;}
.theme-bg {background-color: #008c77;}
.theme-border {border-color: #008c77;}

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

