.footer {
  background: white;
}

.product-section .p-more-btn:hover {
  color: white;
}

._more {
  font-size: 14px;
  color: black;
  background: white;
  padding: 6px 25px;
  display: inline-block;
}
._more:hover {
  background: #d49737;
  color: white;
}

._more2 {
  background: #d49737;
  color: white;
}

.categories-section .list {
  display: flex;
  justify-content: space-between;
}
.categories-section .list .item {
  width: 23%;
  position: relative;
}
.categories-section .list .item:hover ._more {
  background: #d49737;
  color: white;
}
.categories-section .list .item .ca-des {
  position: absolute;
  left: 0px;
  bottom: 50px;
  padding: 0px 30px;
  z-index: 2;
  text-align: left;
  color: white;
  width: 100%;
}
.categories-section .list .item .ca-des .name {
  font-size: 22px;
  margin-bottom: 18px;
}
.categories-section .list .item .ca-des ._more {
  margin-left: 0;
  margin-right: auto;
}
.categories-section .list .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: 1;
  background: black;
}

.youshi-section img {
  margin: 0 auto;
  max-width: 100%;
}

._mt {
  margin-top: 80px;
}

.youshi-section .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.midad-section {
  background: url("../images/bg2.jpg");
}
.midad-section .sec-title {
  text-align: left;
}
.midad-section .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.midad-section .content .item {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.midad-section .content .item .num {
  background: #d49737;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  border-radius: 100%;
  width: 27px;
  height: 27px;
}
.midad-section .content .item .pic {
  background: white;
}
.midad-section .content .item .pic img {
  max-height: 155px;
}

.benefits-section .bene-img img {
  max-width: 100%;
}

.benefits-section .bene-img {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.benefits-section .bene-img p {
  position: absolute;
  left: 3rem;
  bottom: 1rem;
  color: #fff;
  font-size: 1rem;
}

.benefits-section .bene-img p.pright {
  left: auto;
  right: 3rem;
}

.sec-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.sec-title .line {
  width: 100px;
  height: 2px;
  background: #d49737;
  margin: 0 auto;
  margin-top: 10px;
}

._py {
  padding-top: 80px;
  padding-bottom: 80px;
}

.product-section {
  background: #f2f2f2;
}
.product-section .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.product-section .list .item {
  width: 97%;
  margin-bottom: 30px;
  text-align: center;
}
.product-section .pic_box {
  background: white;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 304px;
}

.product-section .p-category {
  font-size: 0.8rem;
  display: block;
  color: #464646;
}

.product-section .p-title {
  font-size: 1.1rem;
  display: block;
  color: #2B161B;
  height: 52px;
}

.product-section .p-more-btn {
  font-size: 0.8rem;
}

.about-section {
  background-color: #f2f2f2;
}
.about-section .summary {
  line-height: 2;
}
.about-section .shuzi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-section .shuzi .item {
  text-align: left;
}
.about-section .shuzi .item .top {
  color: #d49737;
  font-weight: bold;
  font-size: 36px;
  display: flex;
  align-items: center;
}
.about-section .shuzi .item .bottom {
  font-size: 16px;
}

.case-section .swiper-slide img {
  max-width: 100%;
}

.case-section .swiper-slide {
  position: relative;
}

.case-section .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("../images/overlay.png") repeat-x center bottom;
}

.case-section .ca-name {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  left: 0;
  width: 100%;
  bottom: 5rem;
  z-index: 100;
}

.case-section .ca-name:after {
  width: 2rem;
  border-top: 2px solid #fff;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, 0);
}

@media (max-width: 1450px) {
  .product-section .pic_box {
    height: 265px;
  }
}
@media only screen and (max-width: 767px) {
  .product-section .p-more-btn {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: block;
  }

  .youshi-section {
    font-size: 0.8rem;
  }

  .youshi-section img {
    width: 40px;
  }

  .youshi-section h3 {
    font-size: 1rem !important;
  }

  .categories-section .ca-des h3 {
    font-size: 1.25rem;
  }

  .categories-section .ca-des .btn {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .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;
    word-break: break-all;
    height: 1.5rem;
  }

  .midad-section .ad-text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .benefits-section .bene-img p.pright {
    left: 3rem;
    right: auto;
  }

  .about-section h2 {
    font-size: 1.2rem;
  }

  .about-section p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .youshi-section {
    display: none;
  }

  .categories-section .list {
    flex-wrap: wrap;
  }

  .categories-section .list .item .ca-des {
    position: static;
    color: black;
    padding: 0;
    text-align: center;
  }

  .categories-section .list .item .mask {
    display: none;
  }

  .categories-section .list .item {
    width: 48%;
    margin-bottom: 30px;
  }

  .categories-section .list .item .ca-des ._more {
    margin-left: auto;
    margin-right: auto;
    background: #d49737;
    color: white;
  }

  .categories-section .list .item .ca-des .name {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._mt {
    margin-top: 60px;
  }

  ._py {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sec-title {
    font-size: 30px;
  }

  .product-section .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .product-section .pic_box {
    height: 189px;
  }

  .product-section .list .item {
    margin-left: auto;
    margin-right: auto;
  }

  .midad-section .content {
    grid-template-columns: repeat(2, 1fr);
  }

  .midad-section .content .item .num {
    font-size: 12px;
  }

  .midad-section .content .item .p {
    font-size: 14px;
  }

  .midad-section .sec-title {
    text-align: center;
  }

  .midad-section .content .item .pic img {
    max-height: 98px;
  }

  .about-section .shuzi {
    flex-wrap: wrap;
  }

  .about-section .shuzi .item {
    width: 44%;
  }

  .about-section .shuzi .item {
    text-align: center;
    margin-bottom: 20px;
  }

  .about-section .shuzi .item .top {
    font-size: 30px;
    justify-content: center;
  }
}

/*# sourceMappingURL=index.css.map */
