@charset "utf-8";
.section-title{
    text-align: center;
    margin: 90px 0;
}
.section-title p{
    padding: 0 20px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    background-color: #0f954b;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    min-width: 140px;
    text-align: center;
}
.section-of1 .section-info{
    background: url(//xinjun.haocew.com/image/emas/img_49.jpg) top center/cover no-repeat;
    padding: 40px;
}
.section-of1 .section-info-box{
    background-color: rgba(255,255,255,0.67);
    padding:25px 70px;
    line-height: 30px;
}
.service-list li,.service-item-icon{
    float: left;
    color: #FFFFFF;
    line-height: 24px;
}
.service-list li .self-btn-default:hover{
    transform: translateY(-4px);
}
.section-of2{
    margin-bottom: 100px;
}
.service-list li{
    width:282px;
    border:1px solid #ddd;
    background-color: #fff;
}
.service-list li+li{
    margin-left:20px ;
}
.service-list li .self-btn-default{
    display: inline-block;
    padding: 0 30px;
    min-width: 100px;
    margin-top: 20px;
    background-color: #0f954b;
    color: #ffffff;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
}
.service-list .service-item-icon{
    float: none;
}
.service-item-center{
    padding: 20px 0 30px;
    text-align: center;
    color: #333;
}

.section-of3 img{
    width:auto;
    margin:0 auto;
}