@charset "UTF-8";
/*！
# Copyright (c) 2021 MrjeKe 版权所有
# Object resilience_product.css
# Powered by MrJeKe 
# Data 2021/12/22
*/
main {
  margin-bottom: 55px;
}

.product-bg .product-bg-img {
  background: url(/app/images/product-bg.jpg) no-repeat;
  background-position: center;
  width: 100%;
  height: 350px;
}

@media (max-width: 575px) {
  .product-bg .product-bg-img {
    width: 100%;
    height: 120px;
    background-size: 100% 100%;
  }
}

.product-nav-banner {
  background: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 575px) {
  .product-nav-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.product-nav-banner .swiper-container {
  --swiper-navigation-color: #008742;
  /* 单独设置按钮颜色 */
  font-weight: bold;
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}

.product-nav-banner .product-nav-pr h2 {
  margin: 0;
  text-align: center;
}

.product-nav-banner .product-nav-pr .nav-link {
  margin: 0;
  padding: .5rem 0rem;
}

.product-nav-banner .product-nav-pr .nav-link {
  position: relative;
  text-decoration: none;
}

.product-nav-banner .product-nav-pr .nav-link:hover {
  color: #008742;
}

.product-nav-banner .product-nav-pr .nav-link:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  bottom: 0;
  left: 56px;
  background-color: #68BD82;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.product-nav-banner .product-nav-pr .nav-link:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.product-content-list {
  margin-top: 15px;
}

.product-content-list .product-title {
  padding: 30px 0;
}

.product-content-list .product-title h2 {
  margin: 0;
}

.product-content-list .product-title .nav-link {
  margin: 0;
  padding: 0;
}

.product-content-list .product-more {
  padding: 30px 0;
}

.product-content-list .product-more p {
  margin: 0;
  text-align: right;
}

.product-content-list .product-more .nav-link {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 25px;
}

.product-content-list .product-more .text-secondary:hover {
  color: #008742 !important;
}

@media (max-width: 992px) {
  .product-content-list .product-row .product-list-row:last-child {
    display: none;
  }
}

.product-content-list .product-row .product-list-row .product-list {
  transition: all .35s linear;
}

.product-content-list .product-row .product-list-row .product-list:hover {
  box-shadow: 0 15px 30px #0000001a;
  transform: translate3d(0, -2px, 0);
}

.product-content-list .product-row .product-list-row .product-list .card figure.img-pr {
  height: 220px;
}

.product-content-list .product-row .product-list-row .product-list .card .hovereffect {
  width: auto;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.product-content-list .product-row .product-list-row .product-list .card .hovereffect img {
  display: block;
  position: relative;
  transform: scale(1.1);
  transition: all 0.35s;
}

.product-content-list .product-row .product-list-row .product-list .card .hovereffect:hover img {
  transform: scale(1);
}

.product-content-list .product-row .product-list-row .product-list .card .card-body {
  height: 78px;
}

.list-product-content-list {
  margin-top: 15px;
}

.list-product-content-list .product-title {
  padding: 30px 0;
}

.list-product-content-list .product-title h2 {
  margin: 0;
}

.list-product-content-list .product-title .nav-link {
  margin: 0;
  padding: 0;
}

.list-product-content-list .product-more {
  padding: 30px 0;
}

.list-product-content-list .product-more p {
  margin: 0;
  text-align: right;
}

.list-product-content-list .product-more .nav-link {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 25px;
}

.list-product-content-list .product-more .text-secondary:hover {
  color: #008742 !important;
}

@media (max-width: 575px) {
  .list-product-content-list .product-row {
    padding-left: 15px;
  }
}

.list-product-content-list .product-list-row {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 575px) {
  .list-product-content-list .product-list-row {
    padding-left: 0px;
    padding-right: 15px;
  }
}

.list-product-content-list .product-list-row .product-list {
  transition: all .2s linear;
}

.list-product-content-list .product-list-row .product-list:hover {
  box-shadow: 0 15px 30px #0000001a;
  transform: translate3d(0, -2px, 0);
}

.list-product-content-list .product-list-row .product-list .card {
  border: 0;
}

.list-product-content-list .product-list-row .product-list .card h2 {
  margin: 0;
}

.list-product-content-list .product-list-row .product-list .card .nav-link {
  text-align: center;
  margin: 0;
  padding: 0;
}

.list-product-content-list .product-list-row .product-list .card img {
  max-width: 100%;
  height: auto;
}

.list-product-content-list .product-list-row .product-list .card .card-body {
  height: 78px;
}

.anli-case-banner .title h3 {
  margin: 0;
  padding: 3rem 0;
}

.anli-case-banner .no-gutters-row {
  padding-left: 0;
  padding-right: 0;
}

.anli-case-banner .mySwiper2 .case-banner img {
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  .anli-case-banner .mySwiper2 .text-secondary {
    text-align: center;
    padding: .5rem 0;
    margin: 0;
  }
}

.anli-case-banner .swiper-container {
  --swiper-navigation-color: #008742;
  /* 单独设置按钮颜色 */
  font-weight: bold;
  --swiper-navigation-size: 40px;
  /* 设置按钮大小 */
}

.cd-top {
  z-index: 9;
  display: inline-block;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #008742 url(/app/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*# sourceMappingURL=resilience_product.css.map */