.service-section{
    background: #f3f7fd;
    padding-bottom: 69px;;
}

.service-section a{
    border-width: 1px;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.service-section .layui-row a i{
    margin-top: 9px;;
}


.service-top{
    padding-bottom: 50px;
}
.service-top .s-title a i{
    width: 36px;
    height: 30px;
    margin-right: 16px;

}
.service-top .s-title a:nth-child(1) i{
    background: url("../images/icon-service1.png") no-repeat center;
}



.service-top .s-title a:nth-child(2) i{
    background: url("../images/icon-service2.png") no-repeat center;
}
.service-top .s-title a:hover,
.service-top .s-title a.cur{
    background-color: #1a74cb;
    color: #fff;
}
.service-top .s-title a:nth-child(1):hover i,
.service-top .s-title a.cur:nth-child(1) i{
    background: url("../images/icon-service1-white.png") no-repeat center;
}

.service-top .s-title a:nth-child(2):hover i,
.service-top .s-title a.cur:nth-child(2) i{
    background: url("../images/icon-service2-white.png") no-repeat center;
}

/* 
.service-top .s-title a{
    width: 120px;
    padding-left: 80px;
    text-align: left;
    background: url("../images/icon-service1.png") no-repeat 40px center #1a74cb;
}




.service-top .s-title a.cur{
    background: url("../images/icon-service2.png") no-repeat 40px center #ecf4fe;
    color: #505050;;

} */


















