
/*base*/
.fl{float: left;}
.fr{float: right;}
body{font: 12px/1.5 PingFangSC-Regular,Tahoma,'Microsoft Yahei',sans-serif;}


/*service*/
.service-content .service-big-img{height:400px;background: url('../images/fw_img1.jpg') center center no-repeat; background-size:cover;}
.service-content .service-img-text h3{font-size: 30px; color: #666; text-align:right; padding-top: 180px; padding-right: 25%;}
.service-content .content-introduction{max-width: 1200px; margin:0 auto; padding:50px 0;}
.service-content .content-introduction .layui-fluid{padding: 0 70px;}
.service-content .content-introduction .text h2{font-size: 36px; color: #333333; line-height: 108px;}
.service-content .content-introduction .text .line{height: 2px; width: 220px; background: #ab8e75; margin-bottom: 30px;}
.service-content .content-introduction .text p{line-height: 36px; color: #666666; font-size: 16px;}
.service-content .content-introduction .img-text-box{padding-top: 40px;}
.service-content .content-introduction .img-text-box .item{text-align: center; margin:30px auto;}
.service-content .content-introduction .img-text-box .item h5{font-weight: bold; padding-top: 20px;}
.service-process-box{background: #efefef; padding-bottom: 120px;}
.service-process{max-width: 1200px; margin:0 auto;}
.service-process .title{font-size: 30px; color: #333; text-align: center; padding:60px 0;}
.service-process .process-centent .item{background: #fff; padding:45px 56px; text-align: center;}
.service-process .process-centent .item h4{font-size: 42px; font-weight: bold; width: 70px; margin:0 auto;  padding-bottom: 18px; border-bottom: 2px solid #000;}
.service-process .process-centent .item h5{font-size: 20px; padding:12px 0 26px 0;}
.service-process .process-centent .item p{text-align: left; color: #888888; font-size: 14px; line-height: 26px;}
/*end-service*/


@media only screen and (max-width: 780px){

  .service-content .content-introduction{
    padding:20px 0;
  }
  .service-content .content-introduction .layui-fluid{
    padding:0 20px;
  }
  .service-process .title{
    padding:30px 0;
  }
  .service-process-box{
    padding-bottom: 30px;
  }
 
}

