/* 分页 */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding-left: 0;
  margin: 20px 0;
  /* border-radius: 4px; */
}

/* .pagination>li {
  display: inline;
} */

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #666;
  background-color: #fff;
  /* border: 1px solid #ddd; */
  border: 1px rgba(0, 0, 0, 0.4) solid;
  margin-left: -1px;
  border-radius: 4px;
}

/* .pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
} */

/* .pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
} */

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  z-index: 2;
  color: #fabe00;
  background-color: #000;
  border-color: #000;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #fabe00;
  border-color: #fabe00;
  cursor: default;
}

/* 菜单 */
#c_navigation_006_P_4169-1753084851459 .e_navigationA-16 .p_level2Box {
  display: none;
  opacity: 0;
  height: auto;
  padding: 15px 0;
  width: 220px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 99;
  transform: translateX(-50%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#c_navigation_006_P_4169-1753084851459 .e_navigationA-16 .p_level1Item:hover .p_level2Box {
  display: block;
  opacity: 1;
}

.e_breadcrumb-6 .p_breadcrumbItem:not(:first-child),
.e_breadcrumb-7 .p_breadcrumbItem:not(:first-child) {
  padding-top: 9px !important;
}

/* 产品内页样式 */
#c_product_detail_007_P_055-16691024009360 .e_container-1 .cbox-1-0,
#c_product_detail_007_P_055-16691024009360 .e_container-1 .cbox-1-1 {
  width: 50%;
}

@media screen and (max-width: 768px) {

  #c_product_detail_007_P_055-16691024009360 .e_container-1 .cbox-1-0,
  #c_product_detail_007_P_055-16691024009360 .e_container-1 .cbox-1-1 {
    width: 100%;
  }
}

.product-gallery .swiper-wrapper {
  align-items: center;
}

.product-gallery .swiper {
  width: 100%;
  height: 100%;
}

.product-gallery .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-gallery .swiper-slide img {
  /* display: block; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery .big-swiper .swiper-slide img {
  display: block;
  /* width: auto; */
  height: 450px;
  object-fit: contain;
}

.product-gallery .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product-gallery .swiper-slide {
  background-size: cover;
  background-position: center;
}

/* .product-gallery .big-swiper {
  width: 100%;
} */

.product-gallery .thumb-swiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.product-gallery .thumb-swiper .swiper-slide {
  /* width: 25%; */
  height: 100%;
  opacity: 0.6;
}

.product-gallery .thumb-swiper .swiper-slide img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.product-gallery .thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: solid 1px red !important;
}

.product-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-short-desc,
.pro-short-desc p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 1400px) {
  #c_product_detail_007_P_055-16691024009360 .e_richText-129 table {
    width: auto !important;
  }
}

/* 首页案例 */
.caseSwiper .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ccc;
  opacity: 1;
  transition: all 0.3s ease;
}

.caseSwiper .swiper-pagination-bullet-active {
  width: 25px;
  background-color: #fabe00 !important;
}

.caseSwiper .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.caseSwiper .swiper-pagination-bullet:hover {
  background-color: #fabe00;
  opacity: 0.8;
}

/* 移动端菜单调整 */
@media screen and (max-width: 768px) {
  #c_navigation_006_P_4169-1753084851459 .e_navigationA-16 .p_level2Box,
  #c_navigation_006_P_4169-1753084851459 .e_navigationA-16 .p_level3Box {
    width: 100%;
    left: 0;
    transform: translateX(0);
    position: inherit;
    border-radius: 0;
  }

  #c_navigation_006_P_4169-1753084851459 .e_navigationA-16 .p_level2Box,
  #c_navigation_006_P_4169-1753084851459 .e_navigationA-16 .p_level3Box {
    padding: 0 0 0 30px;
    background: none;
  }
}



@media screen and (max-width: 768px) {
  #c_effect_109_P_135-1758599607321.saf-online {
    width: auto;
    height: auto;
  }
    
  saf-online.saf-theme01 {
    background: none;
    width: auto;
  }
    
  saf-online.saf-theme01 saf-onlineBacktop {
    border-radius: 50%;
  }
  
  saf-online.saf-theme01 {
    display: block;
    width: var(--os);
    position: fixed;
    left: auto;
    right: 2rem;
    bottom: 5%;
    z-index: 90;
  }
}


















