body {
  background: #f4f4f4;
}

.shipin_list .list .item {
  width: 49%;
}
.shipin_list .list .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 353px;
}
.shipin_list .list .item .message {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.shipin_list .list .item .message .p-more-btn {
  font-size: 14px;
  padding: 10px 24px;
  margin: 0;
}

.categories-section .cs-pic img {
  transition: all 0.6s;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.categories-section .cs-pic:hover img {
  transform: scale(1.05);
}

.categories-section .cs-pic {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.categories-section .ca-des {
  padding: 15px 35px;
  background-color: #fff;
}

.categories-section .ca-des h3 {
  font-weight: bold;
  font-size: 15px;
}

.categories-section .cs-content {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.categories-section .ca-title {
  color: var(--bs-navbar-brand-color);
  font-weight: bold;
}

.youshi-section img {
  margin: 0 auto;
  width: 66px;
  max-width: 100%;
}

.youshi-section .youshi-bg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.youshi-section .youshi-bg .mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.youshi-section .youshi-bg > .container {
  z-index: 100;
  position: relative;
  color: #fff;
}

.youshi-section .youshi-bg .bi {
  height: auto;
  width: auto;
  margin-left: 0;
}

.youshi-section .sec-title {
  color: #fff;
}

.youshi-section .message_box {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  padding-left: 50px;
  padding-right: 50px;
}
.youshi-section .message_box h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.youshi-section .message_box p {
  font-size: 14px;
}

.youshi-section2 {
  margin-top: 0px;
  color: white;
  margin-left: 0;
  margin-right: 0;
}

.youshi-section .sec-title:after {
  background: white;
  border-bottom: 2px solid white;
}

.youshi-section .youshi-bg .bi {
  margin-right: 10px;
}

.sec-title {
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 15px 0;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}

.sec-title:after {
  content: '';
  width: 30px;
  height: 2px;
  border-bottom: 2px solid black;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.ssad-section .ss-ad-bg {
  height: 350px;
  color: white;
}
.ssad-section .ss-ad-bg .message_box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ssad-section .ss-ad-bg .message_box ._btn {
  background: white;
  color: black;
  margin-top: 0;
  border: 1px solid white;
}
.ssad-section .ss-ad-bg .message_box .ss-label {
  font-weight: bold;
  font-size: 30px;
}
.ssad-section .ss-ad-bg .message_box .ss-content {
  font-size: 16px;
}

.certificate-section .item {
  padding: 0 5px;
  position: relative;
}
.certificate-section .item .name {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: 24px;
  color: white;
}

.product-section .hover-pic {
  /*width: 300px;*/
  /*height: 300px;*/
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-section .pic {
  max-width: 100%;
}

.product-section .text-center {
  padding-left: 10px;
  padding-right: 10px;
}

.product-section .p-category {
  font-size: 15px;
  display: block;
  color: #999;
  margin-top: 5px;
}

.product-section .p-title {
  font-size: 18px;
  display: block;
  color: #2B161B;
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-section .p-more-btn {
  margin-top: 20px;
  font-size: 14px;
  padding: 10px 24px;
}

.product-section .container2 {
  margin-top: 60px;
}

.hover-pic img {
  transition: all 0.6s;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.hover-pic:hover img {
  transform: scale(1.05);
}

.hover-pic {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  display: block;
}

._btn {
  border: 1px solid black;
  font-size: 16px;
  border-radius: 0;
  margin-top: 10px;
}
._btn:hover {
  background: #000;
  color: white;
}

.about-section .company-pic {
  padding-right: 50px;
}

.about-section .company-pic img {
  max-width: 100%;
  border-radius: 5px;
}

.about-section .company-info h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-section .summary {
  line-height: 2;
  font-size: 16px;
  margin-top: 20px;
}

.about-section .company-info {
  line-height: 2;
  font-size: 16px;
  margin-top: 20px;
}

.ab-certification-swiper .swiper-slide img {
  max-width: 100%;
}

.ab-certification-swiper .swiper-slide {
  border: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .youshi-section {
    font-size: 0.8rem;
  }

  .youshi-section img {
    width: 40px;
  }

  .youshi-section h3 {
    font-size: 14px !important;
  }

  .categories-section .ca-des {
    padding: 1.5rem;
  }

  .categories-section .ca-des h3 {
    font-size: 1.25rem;
  }

  .youshi-section .message_box {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 37px;
  }

  .youshi-section .message_box p {
    font-size: 12px;
  }

  .product-section .p-title {
    font-size: 0.9rem;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 1.5rem;
  }

  .certificate-section {
    margin-top: 0px;
    margin-bottom: 65px;
  }
  .certificate-section .sec-title {
    margin-top: 20px !important;
  }
  .certificate-section .owl_zhengshu .item {
    position: relative;
  }

  .midad-section .ad-text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .benefits-section .bene-img p {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    font-size: 1rem;
  }

  .benefits-section .bene-img p.pright {
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .about-section h2 {
    font-size: 1.2rem;
  }

  .about-section p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .youshi-section .youshi-bg {
    background-size: auto 100%;
    background-attachment: inherit;
  }

  .about-section .company-info h1 {
    font-size: 1.5rem;
  }

  .youshi-section .youshi-bg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .about-section .company-pic {
    padding-right: 0px;
  }

  .sec-title {
    font-size: 23px;
  }

  .product-section .hover-pic {
    /*width: 100%;
    height: 200px;*/
  }

  .sec-title {
    font-size: 23px;
  }

  .ssad-section .ss-ad-bg {
    height: auto;
    color: white;
    margin-bottom: 50px;
  }

  .ssad-section .ss-ad-bg .message_box .ss-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 1450px) {
  .about-section .summary {
    line-height: 24px;
    font-size: 14px;
    margin-top: 18px;
  }

  .certificate-section .item {
    text-align: center;
  }
  .certificate-section .item img {
    max-width: 94%;
  }

  .exhibition-section .item img {
    max-width: 100%;
  }

  .ssad-section .ss-ad-bg {
    height: 270px;
  }
}
@media (max-width: 768px) {
  .about-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .ssad-section .ss-ad-bg .message_box .ss-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._btn {
    font-size: 14px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .youshi-section {
    margin-top: 0;
    padding-top: 0;
  }

  .product-section .p-more-btn {
    font-size: 14px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .certificate-section .item .name {
    left: 17px;
    bottom: 20px;
    font-size: 17px;
  }

  .ssad-section .ss-ad-bg {
    height: auto;
    color: white;
    margin-bottom: 0;
  }

  .ssad-section .ss-ad-bg .message_box ._btn {
    margin-top: 0 !important;
  }

  .product-section .p-title {
    min-height: unset;
  }

  .product-section .text-center {
    margin-bottom: 0;
  }

  .shipin_list .list .item .pic {
    height: 200px;
  }
  .shipin_list .list .item .pic img {
    width: 50px;
  }

  .shipin_list .list .item .message {
    padding: 20px 15px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .shipin_list .list .item .message .title {
    margin-bottom: 15px;
  }

  .shipin_list .list .item .message .p-more-btn {
    font-size: 12px;
    padding: 5px 24px;
    margin: 0;
  }

  .shipin_list {
    margin-top: 0 !important;
  }
}

/*# sourceMappingURL=index.css.map */
