.pc{
    display: none;
  }
  .yd{
    display: block;
  }
  @font-face{
    font-family: 'p';
    src : url('../fonts/Poppins-Regular.ttf');
  }
  @font-face{
    font-family: 'MyriadPro';
    src : url('../fonts/MyriadPro-Bold.otf');
  }
  @font-face{
    font-family: 'pb';
    src : url('../fonts/Poppins-Bold.ttf');
  }
  @font-face{
    font-family: 'bar';
    src : url('../fonts/BarlowCondensed-SemiBold.ttf');
  }
  *{
    margin: 0;
    padding: 0;
  }
  .list_top{
    width: 100%;
    height: 4.65rem;
    background: #14100d;
    margin: 0 auto;
    margin-top: 0.8rem;
    background: url('../img/productbg.jpg') no-repeat;
    
  }
  .list_top h2{
    font-size: 0.48rem;
    color: #fff;
    font-family: MyriadPro;
    width: 100%;
    text-align: center;
    padding-top: .87rem;
    padding-bottom: 0.15rem;
  }
  .list_toptitls{
    width: 7.1rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0 auto;
  }
  .listwhite{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 0.5rem;
  }
  .listwhite_center{
    width: 7.1rem;
    height: auto;
    margin: 0 auto;
  }
  .center_listtop{
    width: 7.1rem;
    height: 2.15rem;
    background: #fff;
    box-shadow: 0px 6px 6px #eee;
    border-radius: 0.2rem;
    position: absolute;
    margin-top: -1.05rem;
  }
  li{
    text-decoration: none;
    list-style: none;
  }
  .center_listtop ul{
    width: 7.1rem;
    height: 2.15rem;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .center_listtop ul li{
    font-size: 0.2rem;
    line-height: 0.85rem;
    color: #666;
    text-align: center;
  }
  .center_listtop ul li:nth-of-type(even) .orage{
    width: 0.01rem;
    height: 0.34rem;
    background: #ff5d14;
    margin-top: 0.25rem;
    /* display: none; */
  }
  .listone{
    width: 7.1rem;
    height: auto;
    margin: 0 auto;
  }
  .listone h3{
    font-size: 0.38rem;
    text-align: center;
    color: #000;
    line-height: 0.6rem;
    font-weight: 600;
    font-family: MyriadPro;
    padding-top: 0.65rem;
  }
  .list_white_box{
    width: 100%;
    height: 0.65rem;
    margin: 0 auto;
  }
#section11{
  margin-top:0.9rem
}
  .list_box{
    width: 0.94rem;
    height: 0.05rem;
    background: #ff5d14;
    margin: 0 auto;
    margin-top: 0.17rem;
  }
  .listone_titles{
    width: auto;
    margin: 0 auto;
    font-size: 0.24rem;
    line-height: 0.36rem;
    text-align:  center;
    color: #666;
    margin-top: 0.26rem;
  }
  .listone ul{
    width: 7.1rem;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0.7rem;
    flex-wrap: wrap;
  }
  .listone ul li{
    width: 3.45rem;
    height: 4.94rem;
    background: url(../img/listbg.png) no-repeat;
    background-size: 100% 100%;
    /* box-shadow: 0px 6px 6px #ccc; */
  }
  .list_img{
    width: 3.35rem;
    height: 2.71rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0.05rem;
    border-radius: 0.2rem;
    border: 0.03rem solid #fff;
  }
  .list_img img{
    width: 3.35rem;
    height: 2.71rem;
    transition: 0.4s;
  }
  .listone ul li h3{
    font-size: 0.26rem;
    line-height: 0.36rem;
    text-align: left;
    width: auto;
    padding-left: 0.28rem;
    color: #000;
    font-family: MyriadPro;
    padding-top: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 0.28rem;
  }
  .list_tits{
    width: auto;
    padding-left: 0.28rem;
    padding-right: 0.28rem;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #666;
    text-align: left;
    font-family: p;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .list_bottom_white{
    width: 100%;
    height: 1.5rem;
    margin: 0 auto;
    background: #fff;
  }
  .service_one{
    width: 100%;
    height: 8.1rem;
    margin: 0 auto;
  }
  .service_onecenter{
    width: 15.6rem;
    height: 8.1rem;
    margin: 0 auto;
  }
 .listwhite_center .listone:first-of-type h3{
    padding-top: 1.95rem !important;
  }