@charset "utf-8";
.sy_prod .syProd_item .p_item_box .p_box_right a .p_img {
  background: #fff !important;
}
.sy_prod .syProd_item.syProd_item_new {
  width: 100%;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box {
  width: 100%;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_left {
  width: 17.8%;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_left img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_brand {
  width: 23.5%;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_brand .swiper-container {
  width: 100%;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_brand .swiper-container .swiper-wrapper {
  width: 100%;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_brand .swiper-container .swiper-wrapper .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 11% 0;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_brand .swiper-container .swiper-wrapper .swiper-slide a img {
  display: inline-block;
  width: 50px;
  height: auto;
  margin-bottom: 4px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_brand .swiper-container .swiper-wrapper .swiper-slide a img:hover {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_brand .swiper-container .swiper-wrapper .swiper-slide a span {
  display: inline-block;
  max-width: 90%;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_brand .swiper-container .swiper-pagination-bullet {
  background: #f1f1f1;
  opacity: 1;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_brand .swiper-container .swiper-pagination-bullet-active {
  background: #01966e;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_right {
  width: calc(56.5%);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_right a {
  width: 32%;
  margin: 0 2% 20px 0;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_right a:nth-child(3n) {
  margin-right: 0;
}
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_right a:nth-child(4),
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_right a:nth-child(5),
.sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_right a:nth-child(6) {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .sy_prod .syProd_item.syProd_item_new .p_item_box {
    width: 100%;
  }
  .sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_brand .swiper-container .swiper-wrapper .swiper-slide a {
    padding: 11% 0;
  }
  .sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_right a .p_img {
    height: 192px;
  }
}
@media screen and (max-width: 1366px) {
  .sy_prod .syProd_item.syProd_item_new .p_item_box {
    width: 100%;
  }
  .sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_brand .swiper-container .swiper-wrapper .swiper-slide a {
    padding: 9% 0;
  }
  .sy_prod .syProd_item.syProd_item_new .p_item_box .p_box_right a .p_img {
    height: 182px;
  }
}
.sy_prod .syProd_item .sy_head {
  padding-bottom: 22px;
}
