.header{
  background: url(/static/img/new/icon-bj.png) left center; height:20%;width: 90%;background-size: 100% 100%;
  padding:8% 5%;
}
.header_left{ width: 70%; float: left; }
.header_left h1{ color: #fff; font-size:26px; font-weight: 500; margin-top: 2%; margin-bottom: 4%}
.header_left p{ color: #fff; font-size: 18px; }
.header_right{width: 30%; float: right;}
.header_right img{width: 100%; max-height: 100%; border-radius: 90%;}
.clear{clear: both;}
.weui-cells:before , .weui-cell:before{ border-top: none; }
.weui-cells:after{ border-bottom: none; }
.bd{ padding: 0 5%; margin-top: -40px;}
.weui-cells{ background: none; margin-top: 0;}
.weui-cell{ padding: 20px; border: none; margin-bottom: 10px; background: #fff; border-radius: 10px;}
.weheader_left{width: 20%; float: left;}
.weheader_left img{ width: 100%; max-height: 100%; border-radius: 90%;}
.weheader_right{ width: 80%; float: right; }
.weheader_right p{ font-size: 18px; color: #fff;margin-left: 20px; margin-top:5%;}
.car{ padding:30px 20px; border-radius: 10px; background:#fff url(/static/img/new/cjtp.png) no-repeat 60% 60%; background-size: 60%; box-shadow: 2px 2px 2px #FBFCFF;margin-bottom: 10px;}
.car img{ width: 25%; float: left;}
.car_center{ width:48%; float: left; margin-left: 2%;}
.car_center h3{font-weight: 500; line-height: 36px;}
.car_center span{color: #999; font-size:14px; background: #EDF4FF; padding: 2px;}
.car_center span i{font-style: normal; color: #f00}
.car_right{width: 25%; float: right;}
.weui-btn{ font-size: 16px; padding: 0 10px; background: #3777F1; color: #fff; border-radius: 45px; margin-top: 12px; line-height: 2}
.service h2{font-size: 18px; font-weight: 500; margin: 10px 0;}
.service h2 b{ display: block; float: left; width: 4px; height: 20px; background: #2B63E9; margin-top: 5px; margin-right: 10px;}
.service_left{ width: 60%; float: left;}
.service_left h4{ color: #333; font-weight: 500; margin: 0;}
.service_left h6{color: #FD8B53; font-weight: 500; margin: 0;}
.service_right{width: 40%; float: right;}
.service_right img{ max-width: 90%; height:40px;}
.indexcar{ padding:30px 20px; border-radius: 10px; background: #fff;}
.swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      width: 33%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-right: 10px;
      border-radius: 10px;
      padding: 5px 10px;
    }

    .swiper-slide:nth-child(2n) {
      width:33%;
    }

    .swiper-slide:nth-child(3n) {
      width: 30%;
    }
.swiper-slide{ height:120px; } 
.bd_car{ width:100%;}   
.bd_car img{ width: 36%; top: 10px;}
.bd_car h1{ font-size: 16px; font-weight: 500; display: block;}
.bd_car span{padding:2px;font-size: 14px; background:#EDF4FF; }
.bd_car span i{font-style: normal; color: #f00;}



