@charset "UTF-8";
/* reset */
body {
  font-family: Arial;
}

/********************************** 首页 **********************************/
.index-title-container .index-title {
  line-height: 1.3;
}

.index-title-container .index-title-e {
  display: none;
}

/********************************** 关于同益 **********************************/
.about-coop .container .coop-swiper .swiper-slide .coop-item-title {
  font-size: 18px;
  line-height: 26px;
}

/********************************** 产品能力 **********************************/
.product-anchor {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 15px;
}

.product-anchor .anchor-item {
  width: 25%;
  margin: 0;
  margin-bottom: 60px;
  padding: 0 20px;
}

.product-anchor .anchor-item::before {
  width: auto;
  left: 20px;
  right: 20px;
}

@media (max-width: 1400px) {
  .product-anchor .anchor-item {
    margin-bottom: 50px;
  }
  .about-coop .container .coop-swiper .swiper-slide .coop-item-title {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .product-anchor .anchor-item {
    margin-bottom: 45px;
  }
  .about-coop .container .coop-swiper .swiper-slide .coop-item-title {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 992px) {
  .product-anchor .anchor-item {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .product-anchor .anchor-item::before {
    left: 15px;
    right: 15px;
  }
  .index-product .product-main .index-title-container {
    width: 50%;
  }
  .about-coop .container .coop-swiper .swiper-slide .coop-item-title {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .product-anchor .anchor-item {
    margin-bottom: 35px;
    padding: 0 10px;
  }
  .product-anchor .anchor-item::before {
    left: 10px;
    right: 10px;
  }
}

@media (max-width: 576px) {
  .product-anchor {
    padding-bottom: 5px;
  }
  .product-anchor .anchor-item {
    width: 50%;
    margin-bottom: 30px;
  }
}
