
/*About*/
#About .intro-img .box {
  background-color: #1a191d;
}

#About .intro-img .box:nth-child(1) {
  background-color: rgb(216, 83, 18);
}
#About .swiper-box .swiper-pagination .swiper-pagination-bullet::after {
  border: 2px solid #1e1e1e;
}
#About .swiper-box .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: #1e1e1e;
}

/*News*/
#News .news-info .icon-box {
  background: rgb(216, 83, 18);
}
#News_show .news-info .icon-box {
  background: rgb(216, 83, 18);
}
#News .news-list .more i {
}

#News_show .news-cont .title {
}

#News .news-info .icon-box {
  background: rgb(216, 83, 18);
}
#News_show .news-info .icon-box {
  background:rgb(216, 83, 18);
}

/*Product*/
#Product .main .container .searchFilter a.go {
  background-color: rgb(216, 83, 18);
}

/* /Product_detail/ */
#Product_detail .swiper-pagination-bullet{
  border: 1px solid #D85312;
  background-color: #D85312;
  
}
#Product_detail .PdMainContent .swiper-pagination-bullet{
  float: initial;
}

