@charset "UTF-8";
/*!
 * WFFW(Webfront Framework) of PPSS - ppss-0.5.5-beta Copyright©2023 W3
 *
 * style - 2023/09/20
 * 说明：自行修改样式文件
 * 用法：重写、追加样式
*/
@keyframes teaser-highlight-slide {
  0% {
    background-position-x: 98%;
  }
  50% {
    background-position-x: 98%;
  }
  75% {
    background-position-x: 50%;
  }
  to {
    background-position-x: 0;
  }
}
header .sub3 {
  padding: 40px;
}
header .sub3 > ul {
  margin: -20px;
}
header .sub3 > ul > li {
  padding: 20px;
}
header .sub3 .i:hover p.p2 {
  color: #ed3237;
}
header .sub3 .i p {
  text-align: center;
}
header .sub3 .i p.p1 img {
  height: 50px;
}
header .sub3 .i p.p2 {
  margin-top: 10px;
  font-size: 14px;
}

.u-hobanner .cont {
  overflow: hidden;
}
.u-hobanner .swiper-button-prev,
.u-hobanner .swiper-button-next {
  color: #ed3237;
}
.u-hobanner .swiper-pagination-bullet-active {
  background-color: #ed3237;
}

.u-products > ul {
  margin: -6px;
}
.u-products > ul > li {
  padding: 6px;
}
.u-products .i:hover > .bg p {
  display: none;
}
.u-products .i:hover > .ct .cont {
  left: 0;
  opacity: 1;
}
.u-products .i:hover > .ct .cont p.p3 .bt::before {
  animation: teaser-highlight-slide 0.8s linear;
  background-position-x: 0;
}
.u-products .i > .bg img {
  width: 100%;
  height: 285px;
}
.u-products .i > .bg img.gt {
  height: 582px;
}
.u-products .i > .bg p {
  position: absolute;
  bottom: 35px;
  left: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.u-products .i > .ct {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 300px;
  overflow: hidden;
}
.u-products .i > .ct .cont {
  background-color: #fff;
  padding: 20px;
  position: relative;
  left: -300px;
  opacity: 0.5;
  transition: all 0.2s linear;
}
.u-products .i > .ct .cont p.p1 {
  font-size: 28px;
  font-weight: bold;
}
.u-products .i > .ct .cont p.p2 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 24px;
}
.u-products .i > .ct .cont p.p3 {
  margin-top: 12px;
}
.u-products .i > .ct .cont p.p3 .bt {
  display: inline-block;
  font-size: 18px;
  color: #ed3237;
  position: relative;
}
.u-products .i > .ct .cont p.p3 .bt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, transparent 33.33333%, #ed3237 33.33333%, #ed3237 66.66667%, #fff 66.66667%);
  background-position-x: 98%;
  background-size: 330% 100%;
}
.u-products .i > .ct .cont p.p3 .bt i {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  border: 2px solid #ed3237;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  font-family: 宋体;
  font-size: 22px;
  font-weight: bold;
  margin-left: 5px;
}

.u-support.sb {
  background-color: #fff;
}
.u-support.sb.rs > .l {
  float: right;
}
.u-support.sb.rs > .r {
  float: left;
}
.u-support.sb > .l,
.u-support.sb > .r {
  width: 50%;
}
.u-support.sb .view {
  padding-right: 0;
}
.u-support.sb .text {
      /*flex 布局*/
    display: flex;
    /*实现垂直居中*/
    align-items: center;
    /*实现水平居中*/
    justify-content: center;
    
    text-align: justify;
    margin:0 auto;
    height: 366.6px;
}
.u-support.sb .text h5 {
  font-size: 24px;
  text-align: center;
  
}
.u-support.sb .text p {
  font-size: 16px;
  float: left;
  
}

.u-prodcapa {
  position: relative;
}
.u-prodcapa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.u-prodcapa .lis1 {
  position: relative;
  z-index: 1;
  padding: 40px;
  padding-bottom: 20px;
}
.u-prodcapa .lis1 > ul {
  margin: -15px;
}
.u-prodcapa .lis1 > ul > li {
  padding: 15px;
}
.u-prodcapa .lis1 .i {
  border: 0 solid rgba(255, 255, 255, 0.2);
  border-width: 1px;
  padding: 20px;
}
.u-prodcapa .lis1 .i p {
  text-align: center;
  color: #fff;
}
.u-prodcapa .lis1 .i p.p1 img {
  height: 45px;
}
.u-prodcapa .lis1 .i p.p2 {
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
}
.u-prodcapa .lis1 .i p.p3 {
  margin-top: 15px;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 768px) {
  header .sub3 .i p.p1 img {
    height: 40px;
  }
  header .sub3 .i p.p2 {
    color: #000;
    font-size: 12px;
  }
  .u-hobanner .swiper-button-prev,
  .u-hobanner .swiper-button-next {
    display: none;
  }
  .u-products > ul > li {
    width: 100% !important;
  }
  .u-products .i > .bg img {
    height: 210px !important;
  }
  .u-products .i > .bg p {
    display: none;
  }
  .u-products .i > .ct {
    width: auto;
    right: 30px;
  }
  .u-products .i > .ct .cont {
    left: 0;
    opacity: 1;
    zoom: 0.8;
  }
  .u-products .i > .ct .cont p.p3 .bt::before {
    display: none;
  }
  .u-support {
    margin-bottom: 10px;
  }
  .u-support.sb .text {
    padding: 30px 0;
  }
  .u-support.sb .text h5 {
    font-size: 22px;
  }
  .u-support.sb .text p {
    font-size: 12px;
  }
  .u-prodcapa .lis1 {
    padding: 20px;
  }
  .u-prodcapa .lis1 > ul > li {
    width: 100% !important;
  }
}

/*# sourceMappingURL=custom.css.map */
