.productBlock {
  overflow: hidden;
}
.productBlock .w1440 .pageTit {
  padding-top: 27px;
}
.productBlock .w1440 .content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 36px;
}
.productBlock .w1440 .content .productBlockSwiper {
  padding: 30px;
  margin: 0 -30px;
}
.productBlock .w1440 .content .productBlockSwiper .swiper-wrapper .swiper-slide {
  box-shadow: 0px 0px 29px 1px rgba(0, 0, 0, 0.06);
  padding: 90px 46px 66px;
}
.productBlock .w1440 .content .productBlockSwiper .swiper-wrapper .swiper-slide .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 91px;
  font-size: 0;
}
.productBlock .w1440 .content .productBlockSwiper .swiper-wrapper .swiper-slide .title {
  margin-top: 46px;
  text-align: center;
  font-size: 28px;
  color: #111;
  line-height: 44px;
}
.productBlock .w1440 .content .productBlockSwiper .swiper-wrapper .swiper-slide .tips {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.productBlock .w1440 .content .productBlockSwiper .swiper-pagination {
  display: none;
}

.productBlock3 .w1440 .pageTitle {
  text-align: center;
}
.productBlock3 .w1440 > .tips {
  margin-top: 10px;
  text-align: center;
}
.productBlock3 .w1440 .tab {
  display: flex;
  justify-content: center;
  margin-top: 68px;
}
.productBlock3 .w1440 .tab a {
  position: relative;
  transition: color 0.5s;
  padding: 0 38px;
  padding-bottom: 22px;
  margin-left: 50px;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  white-space: nowrap;
}
.productBlock3 .w1440 .tab a:first-child {
  margin-left: 0;
}
.productBlock3 .w1440 .tab a::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: opacity 0.5s, width 0.5s;
  width: 0;
  height: 3px;
  background: #c92a28;
  opacity: 0;
}
.productBlock3 .w1440 .tab a.on {
  color: #c92a28;
}
.productBlock3 .w1440 .tab a.on::after {
  width: 100%;
  opacity: 1;
}
.productBlock3 .content {
  padding: 80px 0 95px;
  background: url(../images/product/productBlock2Bg2.jpg) no-repeat center/cover;
}
.productBlock3 .content .productBlock3Swiper {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.productBlock3 .content .productBlock3Swiper .swiper-wrapper .swiper-slide {
  font-size: 0;
  padding: 0 60px;
  text-align: center;
}
.productBlock3 .content .productBlock3Swiper .swiper-wrapper .swiper-slide img {
  max-height: 1014px;
}
.productBlock3 .content .productBlock3Swiper .swiper-button-prev {
  left: 40px;
  width: 12px;
  height: 40px;
  background: url(../images/product/left.png) no-repeat center;
}
.productBlock3 .content .productBlock3Swiper .swiper-button-prev.swiper-button-disabled {
  background: url(../images/product/left2.png) no-repeat center;
  opacity: 1;
}
.productBlock3 .content .productBlock3Swiper .swiper-button-prev::after {
  display: none;
}
.productBlock3 .content .productBlock3Swiper .swiper-button-next {
  right: 40px;
  width: 12px;
  height: 40px;
  background: url(../images/product/right.png) no-repeat center;
}
.productBlock3 .content .productBlock3Swiper .swiper-button-next.swiper-button-disabled {
  background: url(../images/product/right2.png) no-repeat center;
  opacity: 1;
}
.productBlock3 .content .productBlock3Swiper .swiper-button-next::after {
  display: none;
}

.productBlock2 {
  padding-bottom: 110px;
  background: url(../images/product/productBlock2bg.jpg) no-repeat center/cover;
}
.productBlock2 .w1440 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
}
.productBlock2 .w1440 .content .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc((100% - 30px) / 2);
  margin-bottom: 30px;
  padding: 52px 70px 52px 56px;
  background: #fff;
}
.productBlock2 .w1440 .content .list .text {
  width: calc(100% - 145px);
}
.productBlock2 .w1440 .content .list .text p {
  margin-top: -4px;
  line-height: 44px;
  font-size: 28px;
  color: #111;
}
.productBlock2 .w1440 .content .list .text .tips {
  margin-top: 7px;
  line-height: 30px;
  color: #555;
}

@media (any-hover: hover) {
  .productBlock3 .w1440 .tab a:hover {
    color: #c92a28;
  }
}
@media (max-width: 1440px) {
  .productBlock .w1440 .content .productBlockSwiper .swiper-wrapper .swiper-slide {
    padding: 60px 30px;
  }
  .productBlock .w1440 .content .productBlockSwiper .swiper-wrapper .swiper-slide .title {
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.5;
  }
  .productBlock .w1440 .content .productBlockSwiper .swiper-wrapper .swiper-slide .tips {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .productBlock2 .w1440 .content .list {
    padding: 30px;
  }
  .productBlock2 .w1440 .content .list .text {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1080px) {
  .productBlock {
    padding-bottom: 10px;
  }
  .productBlock .w1440 .content {
    margin-top: 0px;
  }
  .productBlock .w1440 .content .productBlockSwiper {
    padding: 30px 25px;
    margin: 0 -25px;
  }
  .productBlock .w1440 .content .productBlockSwiper .swiper-wrapper .swiper-slide {
    padding: 30px;
  }
  .productBlock .w1440 .content .productBlockSwiper .swiper-wrapper .swiper-slide .img {
    height: 80px;
  }
  .productBlock .w1440 .content .productBlockSwiper .swiper-wrapper .swiper-slide .img img {
    max-height: 100%;
  }
  .productBlock .w1440 .content .productBlockSwiper .swiper-wrapper .swiper-slide .title {
    margin-top: 10px;
  }
  .productBlock .w1440 .content .swiper-button-prev, .productBlock .w1440 .content .swiper-button-next {
    display: none;
  }
  .productBlock2 {
    padding-bottom: 10px;
  }
  .productBlock2 .w1440 .content {
    margin-top: 30px;
  }
  .productBlock2 .w1440 .content .list {
    width: 100%;
  }
  .productBlock3 {
    padding: 40px 0 0;
  }
  .productBlock3 .w1440 > .tips {
    font-size: 14px;
  }
  .productBlock3 .w1440 .tab {
    justify-content: flex-start;
    overflow-x: auto;
    margin-top: 20px;
  }
  .productBlock3 .w1440 .tab a {
    white-space: nowrap;
    margin-right: 0;
    padding: 0 0 15px;
    margin-left: 20px;
    font-size: 16px;
  }
  .productBlock3 .content {
    padding: 40px 0;
  }
  .productBlock3 .content .productBlock2Swiper .swiper-wrapper .swiper-slide {
    padding: 0;
  }
  .productBlock3 .content .productBlock2Swiper .swiper-button-next {
    right: 10px;
  }
  .productBlock3 .content .productBlock2Swiper .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 500px) {
  .productBlock .w1440 .content .productBlockSwiper .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
  }
  .productBlock .w1440 .content .productBlockSwiper .swiper-wrapper .swiper-slide .tips {
    font-size: 14px;
    line-height: 1.8;
  }
  .productBlock2 .w1440 .content .list {
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .productBlock2 .w1440 .content .list .img {
    width: 60px;
  }
  .productBlock2 .w1440 .content .list .text {
    width: calc(100% - 90px);
  }
  .productBlock2 .w1440 .content .list .text p {
    font-size: 18px;
  }
  .productBlock2 .w1440 .content .list .text .tips {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .productBlock3 .content .productBlock3Swiper .swiper-wrapper .swiper-slide {
    padding: 0 30px;
  }
  .productBlock3 .content .productBlock3Swiper .swiper-button-prev {
    left: 0;
  }
  .productBlock3 .content .productBlock3Swiper .swiper-button-next {
    right: 0;
  }
}/*# sourceMappingURL=product.css.map */