
.Precor-lineimg {
      width: 100%;
      position: relative;
  }
  .right-btn.swiper-button-next,
  .left-btn.swiper-button-prev {
      text-align: center;
      position: absolute;
      width: 46px;
      height: 46px;
      background-size: cover;
  }
  .left-btn{
      background: url(../images/arrow-gray-01.png) no-repeat center;
  }
  .right-btn {
      right: 0px;
      background: url(../images/arrow-gray-02.png) no-repeat center;
  }
  .left-btn.swiper-button-prev:hover{
    background: url(../images/arrow-hover-01.png) no-repeat center;
  }
  .right-btn.swiper-button-next:hover{
    background: url(../images/arrow-hover-02.png) no-repeat center;
  }

  .minPro {
      width: 93%;
      margin: auto;
  }

/* 轮播 */

.customer-box{
    background: url(../images/customer-bg.png) no-repeat center;
    /* height: 272px; */
    width: 89.165%;
    margin: auto;
    padding-left: 73px;
    padding-right: 67px;
    background-size: cover;
    box-shadow: 0px 10px 27px 0px rgba(4,0,0,0.08);
    margin: 27px auto;
}
  .customer-box .cmImg{
     position: relative;
     /* width: 200px; */
     width: 220px;
     float: left;
     height: 220px;
  }
  .customer-box .cmImg img{
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: 26px 0;
      width: 220px;
      height: 220px;
  }

  .customer-box .cmTxt{
     position: relative;
     float: right;
     width: 665px;
     padding-top: 77px;
    box-sizing: border-box;
    height: 272px;
  }
  .customer-box .cmTxt img{
    position: absolute;
  }
  .customer-box .cmTxt .quotes-01{
    top: 60px;
 }
  .customer-box .cmTxt .quotes-02{
     right: 0px;
     bottom: 47px;

  }
  .customer-box .cmTxt .txt{
     text-align: center;
     width: 70%;
     margin: auto;
  }
  .customer-box .cmTxt .txt .desTxt{
    font-weight: 400;
    color: #333333;
    font-size: 16px;
  }
  .customer-box .cmTxt .txt .sourceTxt{
     position: absolute;
     bottom: 60px;
     right: 110px;
     font-weight: 400;
     color: #666666;
     font-size: 14px;
  }

  .Precor-lineimg .swiper-pagination{
      width: 100%;
      width: 125px;
      background: #EEEEEE;
      border-radius: 7px;
      height: 7px;
      bottom: -40px;
        left: 0;
        right: 0;
        margin: auto;
        display: none;
  }
  .Precor-lineimg .swiper-pagination-bullet{
    background: #EEEEEE;
    width: 25px;
    height: 7px;
  }
  .Precor-lineimg .swiper-pagination-white .swiper-pagination-bullet-active{
    width: 25px;
    height: 7px;
    background: #ED6827;
    border-radius: 7px;
  }
  .customer-box-m{
    display: none;
}
  @media screen and (max-width:824px){
      .right-btn.swiper-button-next, .left-btn.swiper-button-prev{
            display: none;
    }
    .Precor-lineimg .swiper-pagination{
      /* display: block; */
      display: flex;
    }
    .minPro{
      width: 100%;
    }
    .customer-box{
        display: none;
    }
    .customer-box-m{
        display: block;
        padding-top: 10px;
        width: 248px;
        height: 287px;
        background: url(../images/customer-bg-m.png) no-repeat center;
        background-size: cover;
        margin: 29px auto;
        position: relative;
        box-shadow: 0px 4px 29px 0px rgba(4,0,0,0.16);
    }
    .customer-box-m .cmImg{
        position: relative;
        height: 100px;
        margin: 0px auto 15px;
    }
    .customer-box-m .cmImg img{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .customer-box-m .cmTxt .txt{
      padding: 0 28px;
      box-sizing: border-box;
    }
    .customer-box-m .cmTxt .txt p{
        font-size: 12px;
    }
    .customer-box-m .cmTxt .txt .desTxt{
      color: #333333;
      line-height: 20px;
      text-align: center;
    }
    .customer-box-m .cmTxt .txt .sourceTxt{
      color: #666666;
      text-align: right;
      bottom: 28px;
     right: 27px;
     position: absolute;
    }
    .customer-box-m .quotes-01{
         position: absolute;
         top: 75px;
         left: 18px;
         width: 28px;

    }
  }
