/* 内容区 */
.centent{
    background:#ffffff;
    width:100%;
    margin:0 auto;
    padding:0.8rem 0;
  }
  .centent_top{
    width:100%;
    margin:0 auto;
  }
  .centent_top h2{
    font-size:0.36rem;
    font-weight: 400;
    color: #131314;
    line-height: 0.24rem;
    text-align:center;
    position: relative;
  }
  .centent_top div{
    font-size:0.2rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.38rem;
    text-align:center;
    margin-top:0.1rem;
  }
  .centent_top h2::before{
    content: '';
    width: 1.36rem;
    height: 0.04rem;
    position: absolute;
    top: 0.28rem;
    left:50%;
    margin-left:-0.68rem;
    background-color: rgba(238, 143, 39, 1);
  }
  .centent_box{
    margin:0.5rem auto;
    width:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .centent_left{
    width:100%;
    height:3.78rem;
    text-align: center;
  }
  .centent_right{
    height:3.78rem;
    margin-left:0.5rem;
    text-align: center;
  }
  .centent_item{
    margin-top:0.6rem;
    display:flex;
  }
  .centent_item div{
    width:2.16rem;
    height:0.39rem;
    border:1px solid #DCDCDC;
    border-radius: 0.1rem;
    font-size:0.3rem;
    font-weight: 400;
    color:#131314;
    line-height: 0.39rem;
    text-align: center;
    margin-right:0.2rem;
  }
  /* 运营服务介绍 */
  h2 {
    font-size: 0.36rem;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    display: block;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .title h2{
      position: relative;
  }
  .title h2::before{
      content: '';
      width: 1.36rem;
      height: 0.04rem;
      position: absolute;
      top: 0.42rem;
      left:50%;
      margin-left:-0.68rem;
      background-color: rgba(238, 143, 39, 1);
  }
  i {
    font-size: 0.28rem;
    font-weight: 500;
    color: #999999;
    line-height: 0.24rem;
    font-style: normal;
    display: block;
    text-align: center;
  }
  .serve {
      background: #EFEFEF;
      padding: 1.2rem 0 0.8rem;
  }
  .serve ul {
      width: 100%;
      margin: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      list-style: none;
      margin-top: 0.8rem;
  }
  
  .serve ul li {
      width: 3.6rem;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      border-radius: 0.1rem;
      padding: 0.2rem 0.1rem;
  }
  
  .serve ul li h3 {
      font-size: 0.18rem;
      margin: 0.3rem 0 0.11rem;
      text-align: center;
  }
  
  .serve ul li img {
      display: block;
      width: 1.3rem;
      margin: auto;
  }
  
  .serve ul li p {
      text-align: center;
      color: rgba(102, 102, 102, 1);
      line-height: 0.26rem;
      font-size:0.12rem;
  }
  
  .serve ul li {
      margin-bottom: 0.4rem;
  }
  
  .serve ul li span {
      display: block;
      margin: 0 auto 0.23rem;
      width: 0.6rem;
      height: 2px;
  }
  
  .serve ul li:first-child span {
      background-color: #EE8F27;
  }
  
  .serve ul li:nth-child(2) span {
      background-color: #43C1C6;
  }
  
  .serve ul li:nth-child(3) span {
      background-color: #479BCF;
  }
  
  .serve ul li:last-child span {
      background-color: #ECAD32;
  }


  @media ( min-device-width: 320px) and (max-device-width:359px) {
    .centent_right{
      margin-top:50px;
    }
    .serve ul li{
      width:100%;
    }
  }
  @media ( min-device-width: 411px) and (min-device-height:823px) {
    .centent_left{
      width:50%;
      
    }
    .centent_left img{
      display:block;
      margin:65px auto;
    }
    .centent_right {
      width:50%;
      
    }
    .centent_box{
      flex-wrap: nowrap;
    }
  }
  @media ( min-device-width: 540px) {
    .centent_left{
      width:50%;
      
    }
    .centent_left img{
      display:block;
      margin:0 auto;
    }
    .centent_right {
      width:50%;
      
    }
    .centent_box{
      flex-wrap: nowrap;
    }
    .serve ul li p{
      font-size:16px;
      line-height:50px;
    }
  }