body{
    font-size:0;
}
.content{
    padding-bottom:40px;
}
.banner{
    width:100%;
    height:390px;
    position:relative;
}
.banner img{
    width: 100%;
    height:390px;
}
.banner a{
    width: 100%;
    height:100%;
    display: inline-block;
    position:absolute;
    bottom:0;
    left:0;
    cursor:pointer;
}
.service_type{
    margin-top:20px;
    width:230px;
    padding:30px 16px;
    display: inline-block;
    vertical-align: top;
    background:#fff;
}
.service_type .type_header{
    line-height: 25px;
    margin-left:14px;
    font-size:18px;
    color:rgb(0,0,0);
}
.service_type .type_header img{
    display: inline-block;
    vertical-align: top;
    margin-right:15px;
}
.type_list{
    margin-top:26px;
}
.type_list .type{
    height:30px;
    line-height: 30px;
    padding:0 14px;
    display: block;
    border-radius:4px;
    margin-bottom:5px;
    cursor:pointer;
    font-size:13px;
    color:rgb(51,51,51);
}
.type_list .type.hover{
    background:#4285F4;
    color:#fff;
}
.service_list{
    width:920px;
    margin-top:20px;
    display: inline-block;
    margin-left:20px;
    vertical-align: top;
    position:relative;
}
.service_list .list_header{
    position:relative;
}
.service_list .list_header .count{
    line-height: 22px;
    font-size:16px;
    color:rgb(60,60,60);
}
.service_list .list_header .count font{
    color:#4285F4;
}
.sort_type{
    position:absolute;
    top:0;
    right:0;
    height:22px;
    line-height: 22px;
}
.sort_type a{
    font-size:13px;
    color:rgb(51,51,51);
    height:22px;
    padding:0 14px;
    display: inline-block;
    cursor:pointer;
}
.sort_type a img{
    display: inline-block;
    padding-left:4px;
}
.sort_type a .blue{
    display: none;
}
.sort_type a.hover{
    color:#4285F4;
}
.sort_type a.hover .grey{
    display:none;
}
.sort_type a.hover .blue{
    display:inline-block;
}

.service_item{
    width:292px;
    border-radius: 4px;
    overflow: hidden;
    background:#fff;
    margin-top:21px;
    margin-right:20px;
    vertical-align: top;
    display: inline-block;
    position:relative;
}
.service_item:nth-child(3n){
    margin-right:0;
}
.service_item .service_img{
    width:292px;
    height:175px;
}
.service_item .service_info{
    padding:24px 16px;
}
.service_item .name{
    line-height: 20px;
    font-size:18px;
    color:rgb(60,60,60);
}
.service_item .price{
    line-height: 17px;
    font-size:18px;
    color:rgb(245,93,70);
    margin-top:16px;
}
.service_item .company{
    font-size:12px;
    color:rgb(153,153,153);
    position:absolute;
    right:16px;
    bottom:24px;
    max-width:100px;
}

