.business_fl{
    width:575px;
}
.business .item{
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 10px;
}
.business_t{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding: 0px 0 15px 0;
}
.business .business_txt{
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
.business .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.business_one{
    border-bottom: 1px dashed #ddd;
}
.service_code{
    margin: 10px 30px 0 0;
}
.service_code img{
    width: 100px;
    height:100px;
}
.service_code p{
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 25px;
}
.imgbox{
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
}
.advantage{
    overflow: hidden;
    margin:30px 0 40px;
}
.advantage li{
    float: left;
    width:25%;
    text-align: center;
}
.advantage li img{
    width:100px;
    height: 100px;
    display: inline-block;
    margin-bottom: 10px;
}
.advantage .title{
    color:#333;
    font-size: 16px;
}
.advantage .txt{
    font-size: 12px;
    color:#999;
    line-height: 16px;
}