/* 主题色 标题 border*/
.theme-color {color: #c8a074;}
.theme-bg {background-color: #c8a074;}
.theme-border {border-color: #c8a074;}
/* 标题下划线颜色 */
/* hover 背景 */
.theme-hover:hover{background-color: #c8a074 !important;}
/* hover 效果与主题色对应 */
.support-swiper-box .swiper-slide.theme-hover:hover{background: #ffb430;}
/* 轮播指示器 与主题色对应*/
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#c8a074;
}

.part-title-wrap .sub-title {background: #c8a074;}
.half-theme-bg {background: linear-gradient(to bottom, white 50%, #c8a074 0%);}

.production-advantage-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #c8a074 !important;
}

.part-title-wrap .sub-title:before,
.part-title-wrap .sub-title:after {
	background-color: #c8a074;
}

.corporate-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #c8a074;
	border: solid 0.02rem #c8a074;
}

.corporate-profile-box::-webkit-scrollbar-thumb {
	background-color: #c8a074;
}

.corporate-profile .corporate-profile-left:after {
	background-color: #c8a074;
}

.marketing-advantage-box::-webkit-scrollbar-thumb {
	background-color: #c8a074;
}

.products-pagination.swiper-pagination .swiper-pagination-bullet {
	background-color: #c8a074;
}

.support .support-swiper .swiper-slide .left {
	background-color: #c8a074;
}

