.body-container-banner {
  background-image: url(../images/product/-48629.jpg);
  background-size:  100% auto;
}
.jjfa-chanpingaishu {
  padding-top: 110px;
  padding-bottom: 40px;
}
.jjfa-chanpingaishu-title {
  text-align: center;
  font-weight: 600;
  color: #333;
}
.jjfa-chanpingaishu-text {
  color: #010101;
  margin-top: 30px;
  line-height: 2;
}
.jjfa-chanpinjiagou {
  padding-top: 50px;
  padding-bottom: 50px;
}
.jjfa-chanpinjiagou img {
  max-width: 90%;
  display: block;
  margin: 30px auto 0 auto;
}
.jjfa-chanpinjiagou .img-info {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #666;
}
.jjfa-chanpintese {
  background-color: #f9f9f9;
  padding-top: 110px;
  padding-bottom: 60px;
}
.jjfa-chanpintese-title {
  text-align: center;
  font-weight: 600;
  color: #333;
}
.jjfa-chanpintese-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.jjfa-chanpintese-box-item {
  flex: 0 0 calc(50% - 15px);
  padding: 40px;
  background: #fff;
  height: 200px;
  margin-bottom: 30px;
  transition: all 0.3s;
  top: 0;
  position: relative;
  box-shadow: 0 2px 10px rgba(190, 190, 190, 0.2);
}
.jjfa-chanpintese-box-item:hover {
  top: -10px;
}
.jjfa-chanpintese-box-item::after {
  transition: all 0.3s;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background-color: #026ef5;
}
.jjfa-chanpintese-box-item:hover:after {
  width: 100%;
}
.jjfa-chanpintese-box-item-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #010101;
  padding-left: 8px;
}
.jjfa-chanpintese-box-item-title-icon {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 20px;
}
.jjfa-chanpintese-box-item-title-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2548bb;
  z-index: 1;
  animation: leftRight 0.8s infinite alternate linear;
}
@keyframes leftRight {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(5px);
  }
}
.jjfa-chanpintese-box-item-title-icon:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #026ef5;
  animation: rightLeft 0.8s infinite alternate linear;
}
@keyframes rightLeft {
  0% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(-10px);
  }
}
.jjfa-chanpintese-box-item-text {
  color: #999;
  text-align: justify;
  margin-top: 15px;
  line-height: 2;
  height: 72px;
  overflow-y: auto;
  padding-right: 10px;
}

.jjfa-dianxinanli {
  min-height: 600px;
  padding-top: 110px;
}
.jjfa-dianxinanli-title {
  text-align: center;
  font-weight: 600;
  color: #333;
  position: relative;
}
.swiper-pagin {
  position: absolute;
  right: 15px;
  bottom: -30px;
  width: 100px;
  display: flex;
  justify-content: space-between;
}
.swiper-pagin div {
  width: 45px;
  height: 45px;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagin div:hover {
  background-color: #026ef5;
}
.swiper-pagin .swiper-pagin-prev {
  background-image: url(../images/product/left.png);
}
.swiper-pagin .swiper-pagin-prev:hover {
  background-image: url(../images/product/left_w.png);
}
.swiper-pagin .swiper-pagin-next {
  background-image: url(../images/product/right.png);
}
.swiper-pagin .swiper-pagin-next:hover {
  background-image: url(../images/product/right_w.png);
}
.jjfa-dianxinanli-box {
  margin-top: 40px;
  padding-bottom: 90px;
}
.mySwiper {
  height: 420px;
}
.jjfa-dianxinanli-box-item {
  height: 400px;
  margin: 10px 15px;
  background-color: #ddd;
  position: relative;
  box-shadow: 0 2px 10px rgba(190, 190, 190, 0.4);
  overflow: hidden;
}
.jjfa-dianxinanli-box-item:hover .jjfa-dianxinanli-box-item-text {
  height: 210px;
  background-color: #026ef5;
  color: #fff;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.3);
}
.jjfa-dianxinanli-box-item:hover .jjfa-dianxinanli-box-item-text-tag {
  color: #fff;
}
.jjfa-dianxinanli-box-item:hover .jjfa-dianxinanli-box-item-text-title {
  color: #fff;
}
.jjfa-dianxinanli-box-item-img {
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.jjfa-dianxinanli-box-item-text {
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  padding: 15px;
  transition: all 0.3s;
}
.jjfa-dianxinanli-box-item-text-tag {
  color: #999;
}
.jjfa-dianxinanli-box-item-text-title {
  font-weight: 600;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #010101;
}
.jjfa-dianxinanli-box-item-text-text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.7;
}
