/*Êö state*/
#state {
    width: 82%;
    padding-top: 68px;
    margin: 0 auto;
    margin-top: -128px;
    /*background-color: #fff;*/
    position: relative;
    text-align: center;
}
#state h2 {
    text-align: center;
    line-height: 66px;
    font-size: 26px;
    font-weight: 700;
}
#state p {
    font-size: 18px;
    line-height: 39px;
    /*color: #727272;*/
}

/*Êö state end£¡*/

#service-content {
    padding-top: 55px;
}
#service-content .col-md-4 {
    position: relative;
    width: 32%;
    height: 282px;
    padding-top: 62px;
    margin-left: 2%;
    box-shadow: 3px 3px 3px 2px #F2F1F1;
    margin-top: 66px;

}
#service-content .col-md-4 img {
    display: block;
    margin: 0 auto;
}
#service-content .col-md-4 .wenzi {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 82px;
    text-align: center;
    text-indent: -2em;
    line-height: 82px;
}
#service-content .col-md-4 h2 {
    font-size: 16px;
}
#service-content .col-md-4 small {
    font-size: 12px;
    color: #005BAC;
}







