
.demo-04 #services-04 .serviceBox .service-icon{
    text-align: center;
    margin-bottom: 36px;
}
.serviceBox ._title{
    text-align: center;
}
.serviceBox ._ul li:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #717171;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 8px;
}
.serviceBox ._ul{
    margin-top: 30px;
    margin-bottom: 20px;
}
.serviceBox ._ul li{
    font-size: 14px;
    margin-top: 5px;
}
.serviceBox ._ul li span{
    margin-left: 5px;
}
.demo-04 #services-04 .serviceBox:hover ._ul li:before{
    background: #fff;
}
.sub-title{
    margin-top: 30px;
}
.sub-title span{
    font-size: 21px;
    color: #000;
    font-weight: 700;
    letter-spacing: 4px;
}
.small-img img{
    width: 100%;
}
.row.yiji-style{
    padding-left: 3%;
    padding-right: 3%;
}
.row .row-bg{
    margin-left: 0;
    margin-right: 0;
    background: #F2F2F2;
    padding-top: 15px;
    padding-bottom: 15px;
}
.style-font1{
    color: #666;
    font-size: 14px;
}
.yiji-style>div{
    margin-bottom: 20px;
    transition: all ease 1s;

}
.yiji-style>div:hover{
    cursor: pointer;
    animation: aa 1s 1;
    -webkit-animation:aa 1s 1; /*Safari and Chrome*/
}
p img{
    max-width: 100%;
}
@keyframes aa
{
    25% {
        transform: rotateZ(8deg);
    }
    50% {
        transform: rotateZ(-8deg);
    }
    75%{
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}
.text-indent{
    text-indent: 32px;
}

@media (max-width: 991px){
    .hero .hero-center h2, .hero .hero-center .h2 {
        margin-top: 0;
    }
    .hero .hero-center{
        top: 35%;
    }

}