  /* 轮播图 */
  
  .swiper-slide {
      width: 100%;
  }
  
  .swiper-slide>img {
      width: 100%;
  }
  /* 产品推荐 */
  
  .Product {
      text-align: center;
  }
  
  .Product>img {
      margin-top: 85px;
      margin-bottom: 29px;
  }
  
  .prode {
      font-size: 50px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      font-style: italic;
      color: #EBEBEB;
      line-height: 30px;
  }
  
  .trument span {
      font-size: 48px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #2F2F2F;
      line-height: 30px;
  }
  
  .trument :nth-child(2) {
      padding: 0 30px;
      color: #039FE9;
  }
  
  .trument :nth-child(3) {
      color: #039FE9;
  }
  /* 产品列表 */
  
  .swiper-father {
      width: 1300px;
      margin: 0 auto;
      position: relative;
      /* display: none; */
  }
  
  .Product-swiper {
      width: 100%;
      margin: 0 auto;
      /* height: 400px; */
      background-image: url("../img-pc/pbgi.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      padding-bottom: 97px;
  }
  
  .pro-title {
      display: flex;
      justify-content: center;
      margin-top: 48px;
      margin-bottom: 35px;
  }
  
  .piston {
      border: 1px solid #AEAEAE;
      border-radius: 4px;
      font-size: 16px;
      font-weight: 400;
      color: #666666;
      padding: 5px 25px;
      margin-right: 20px;
  }
  
  .piston-rgb {
      background: #8B8B8B;
      color: #FEFEFE;
  }
  
  .figure {
      display: none;
  }
  
  .Pregauge {
      display: flex;
      justify-content: space-between;
      text-align: center;
  }
  
  .Prod-shop {
      width: 30%;
      display: block;
  }
  
  .Prod-shop>img {
      width: 100%;
  }
  
  .XYQ {
      font-size: 18px;
      font-weight: bold;
      color: #333333;
      line-height: 30px;
      margin-top: 33px;
  }
  
  .range {
      font-size: 14px;
      font-weight: 400;
      color: #878787;
      line-height: 30px;
  }
  /* 服务计量 */
  
  .Service {
      padding-top: 88px;
      padding-bottom: 124px;
      width: 100%;
      background-image: url("../img-pc/abgi.jpg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
  }
  
  .Ser-top {
      text-align: center;
  }
  
  .Ser-yali {
      margin-top: 10px;
  }
  
  .Ser-yali span {
      font-size: 60px;
  }
  /* A4 */
  
  .stitutions {
      display: flex;
      justify-content: space-between;
      margin-top: 62px;
  }
  
  .stone {
      width: 330px;
      height: 410px;
      background: #FF903E;
      border-radius: 12px;
  }
  
  .stone img {
      margin-top: 55px;
  }
  
  .s-num {
      font-size: 48px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 30px;
      margin-top: 44px;
      margin-bottom: 18px;
  }
  
  .line {
      display: block;
      width: 48px;
      height: 4px;
      background: #FFD2B8;
      margin: 0 auto;
      margin-top: 25px;
  }
  
  .tions {
      font-size: 32px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 30px;
      margin-top: 27px;
      margin-bottom: 15px;
  }
  
  .A4 {
      font-size: 20px;
      font-weight: 400;
      color: #FFD7BF;
      line-height: 30px;
  }
  /* 案例中心 */
  
  .case-swiper {
      /* width: 100%; */
      /* background-image: url("./img-pc/cbgi.png");
    background-repeat: repeat-x; */
      margin-top: 63px;
      /* margin-bottom: 30px; */
      position: relative;
  }
  
  .Case {
      display: flex;
      justify-content: space-between;
  }
  
  .Case-shop {
      display: block;
      width: 380px;
      overflow: hidden;
  }
  
  .Case-shop>img {
      width: 100%;
      transition: all 3s;
  }
  
  .Case-shop img:hover {
      transform: scale(1.3);
  }
  
  .swiper-img {
      width: 100%;
      position: absolute;
      bottom: -15px;
      left: 0;
  }