.categories-section .cs-pic img {
  max-width: 100%;
}

.categories-section .cs-pic {
  background: url("../images/bgbg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-right: 15px solid white;
}

.categories-section .goodsitem:hover .cs-pic {
  background: none;
}

.categories-section .goodsitem:nth-child(2n) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.categories-section .goodsitem:nth-child(2n) .cs-pic {
  border-right: 0px;
  border-left: 15px solid white;
}

.categories-section .cs-content {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 85px;
}

.categories-section .ca-title {
  color: var(--bs-navbar-brand-color);
  font-weight: bold;
}

.categories-section .btn-outline-primary {
  border-color: black;
}
.categories-section .btn-outline-primary:hover {
  border-color: var(--bs-navbar-brand-color);
}

.youshi-section {
  display: flex;
  margin-top: 90px;
  align-items: center;
  justify-content: space-between;
}

.midad-section .mid-ad-bg {
  background-repeat: no-repeat;
  background-position: center center;
}

.midad-section .mid-ad-bg .fs-1 {
  font-weight: bold;
  color: white;
}

.midad-section .mid-ad-bg .fs-3 {
  font-weight: bold;
  color: white;
}

.midad-section .more {
  border: 1px solid white;
  color: white;
}

.sec-title {
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 1.5rem 0;
}

.sec-title:after {
  content: '';
  width: 3rem;
  height: 2px;
  border-bottom: 2px solid var(--bs-theme-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.product-section .pic_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}

.product-section .btn {
  border: 1px solid black;
}

.product-section .p-title {
  display: block;
  font-size: 18px;
  border-top: 1px solid black;
}

.about-section .company-pic img {
  max-width: 100%;
}

.about-section .company-info h1 {
  font-weight: bold;
  margin-bottom: 25px;
}

.about-section .company-info {
  line-height: 25px;
}

.environment-section .swiper-slide img {
  max-width: 100%;
}

.about-section {
  background: url("../images/_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 80px;
}

.ssad-section .ss-label {
  font-size: 36px !important;
}

.ssad-section .ss-ad-bg a.ss-icon {
  background: transparent;
  margin: 0 3px;
}

.ssad-section .ss-ad-bg a.ss-icon:hover {
  background: unset;
}

@media only screen and (max-width: 767px) {
  .youshi-section {
    font-size: 0.8rem;
  }

  .categories-section .ca-title {
    font-size: 23px;
  }

  .categories-section .goodsitem:nth-child(2n) .cs-pic {
    border-left: 0;
  }

  .categories-section .cs-pic {
    padding: 10px;
    border-right: 0;
  }

  .categories-section .cs-content {
    padding: 25px;
  }

  .midad-section .mid-ad-bg {
    background-position: left;
    text-align: center;
  }

  .youshi-section {
    margin-top: 60px;
    flex-wrap: wrap;
  }
  .youshi-section .item {
    width: 48%;
  }
  .youshi-section .item img {
    height: 55px;
  }
  .youshi-section .item p {
    height: 42px;
  }

  .product-section .pic_box {
    height: 200px;
  }

  .product-section .btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .about-section .company-info {
    text-align: center;
  }
  .about-section .company-info p {
    text-align: left;
  }

  .ssad-section .ss-label {
    font-size: 27px !important;
  }

  .about-section {
    padding-bottom: 55px;
  }
}

/*# sourceMappingURL=mystyle.css.map */
