.header-menu li:hover .menu-mask{
    top: 0;
    transition: all 1s ease;
}

.header-menu li:hover a{
    color: #FFF;
    transition: all 1s ease;
}

.service-box li:hover{
    border:2px solid #f65252;
    transition: all 1s ease;

}

.service-box li:hover .service-title:after{
    transform: scale(1);
    transition: all 1s ease;
}

/*.service-box li:hover h3{
    color: #f65252;
}
*/
.news-list-box li:hover .news-mask{
    top: 0;
}

.news-list-box li:hover{
    border:1px solid #f65252; 
}

.more:hover{
    background-color:#f65252;
    transition: all 1s ease; 
    border:1px solid #f65252;
}

.more:hover a{
    color: #FFF;
    transition: all 1s ease;
}
.back a{
    width: 140px;
    transition: all .4s ease;
    max-width: 100%;
    display: block;
    margin: 0 auto
}
.back a:hover{
    color: #f65252;
    transition: all .4s ease;
}
.back a:hover:before{
    transition: all .4s ease;
    transform: translate3d(-50%,0,0);
}

.button input{
    cursor: pointer;
    transition: all .4s ease;
}
.button input:hover{
    background-color: #FFF;
    color: #f65252;
    transition: all .4s ease;
}
.news-box li .news-list-img{
    transition: all 1s ease;
}
.news-box li:hover .news-list-img{
    transform: scale(1.1);
    transition: all 1s ease;
}

.footer-info-box p:hover, .footer-info-box a:hover{
    color: #e81212;
    transition: all .4s ease;
}
.page-prev, .page-next{

    transition: all .4s ease;
}
.page-prev:hover, .page-next:hover{
    color: #2450f9;
    transition: all .4s ease;
}