﻿body {
    background-color: #f8f8f8;
}

.banner {
    background: url('../images/banner/service.jpg') no-repeat center bottom;
}

.silist li {
    font-size: 18px;
    line-height:40px;
    padding:0 10px;
}

    .silist li .siitem {
    border-left:5px solid #ff6a00;
    padding-left:5px;
    }


.salist li {
    line-height: 30px;
    font-size: 16px;
    text-align:center;
}

.salist li i {
    font-size:50px;
    line-height:80px;
    font-weight:lighter;
}

.service-list-page .item {
    text-align: center;
    padding: 5px;
}


.service-list-page .flitem {

    width:14.28%;
    float:left;
}

      .service-list-page .item i {
        font-size:60px;
        line-height:80px;
        color:#ff6a00;
    }

        .service-list-page .item span {       
        color:#ff6a00;
    }


        @media (max-width: 767px) {
    .service_bg {
    width: 100%;
    height:auto;
    background: url(../images/bgxiangmu.jpg) center center no-repeat;
    padding:20px 0;
    box-sizing: border-box;
    color: white;
}
    .service-list-page .item {
    text-align: center;
   padding:0;
   margin:0 -10px;
   padding-bottom:30px;
}

    .service-list-page .item i {
        font-size: 30px;
        line-height: 40px;
        color: #ff6a00;
    }


     .service-list-page .item span{
        font-size: 12px;
        line-height: 20px;
        color: #ff6a00;
    }

}

