.mt {
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #ddd;
}
.mt span {
    position: relative;
    font-size: 20px;
    float: left;
    height: 45px;
    line-height: 45px;
    /* min-width: 132px; */
    font-weight: bold;
}
.mt span:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #e22323;
    position: absolute;
    bottom: 0;
    left: 0;
}
.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}
.servicecont .servicebox1, .servicecont .servicebox2, .servicecont .servicebox3 {
    padding: 0 10px;
    margin-top: 10px;
}
.servicecont .servicebox1 .mt span {
    background: url(../images/serviceicon-1.png) left center no-repeat;
    padding-left: 24px;
}
.servicecont .servicebox2 .mt span {
    background: url(../images/serviceicon-2.png) left center no-repeat;
    padding-left: 24px;
}
.servicecont .servicebox3 .mt span {
    background: url(../images/serviceicon-3.png) left center no-repeat;
    padding-left: 24px;
}
.servicecont .mn {
    clear: both;
    overflow: hidden;
}
.servicecont ul {
    margin-bottom: 20px;
    overflow: hidden;
}
.servicecont ul li {
    float: left;
    width: 25%;
    height: 175px;
    padding: 0 10px;
    margin-top: 20px;
}
.servicecont ul li a img {
    width: 100%;
    height: 175px;
    float: left;
}
.servicecont ul li span {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#50000000', EndColorStr='#50000000');
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: -40px;
}