.index-left-top-box:hover .index-news-mask-box, .index-left-news li:hover .index-news-mask-box{
    display: table;
}
.index-left-top, .index-news-img, .index-about, .news-list-date, .news-list-title, .index-news-p, .index-news-more, .index-top-p-box{
    transition: all .4s linear;
}
.index-left-top-box:hover .index-left-top, .index-left-news li:hover .index-news-img{
    transform: scale(1.1);

}
.index-left-top-box:hover .index-mask, .index-left-news li:hover .index-mask{
    display: block;
}



.index-left-news li:hover .index-news-title:before{
    margin-right: 0;
 }

.index-left-news li:hover .index-news-more{
    background-color: #ef3d36;
}
.index-left-news li:hover .index-news-p{
    color: #ef3d36;
}
.index-left-news li:first-child:hover .index-news-p{
    color: #FFF;
}
.index-left-about:hover .index-mask{
    display: block;
}

.index-left-about:hover .index-about{
    color: #FFF;
}

.index-left-news .index-mask, .index-right-s1:hover .index-mask, .index-right-s2:hover .index-mask{
    background-image: url('../img/index-about-logo.png');
    background-position: center;
    background-size: 20%;
    background-repeat: no-repeat;
}

.index-right-s1:hover .index-mask, .index-right-s2:hover .index-mask{
    display: block;
}
.index-partner-name, .contact-title a, .page-back-img, .page-back-p, .products-list-img img{
    transition: all .4s linear;
}
.index-partner-img:hover .index-partner-name{
    color: #ef3d36;
}
.footer-info li a, .page-back-p, .products-list-title, .partner-list-title, .partner-list-p, .partner-list-more{
    transition: all .4s linear;
}
.footer-info li a:hover{
    color: #e61f7e;
}

.news-list li:hover .index-mask{
    display: block;
    background-image: url('../img/index-about-logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
}


.news-list li:hover .news-list-title, .partner-list li:hover .partner-list-title{
    color: #e61f7e;
}

.news-list li:hover .news-list-date, .partner-list li:hover .partner-list-p{
    color: #ef3d36;
}

.news-list li:hover .news-more, .partner-list li:hover .partner-list-more{
    background-color: #ef3d36;
   
}
.page-back-img{
    left: 0;
}
.news-page-back:hover .page-back-img{
    left: -20px;
}

.news-page-back:hover .page-back-p{
    font-size: 20px;
    padding-left: 10px;

}
.page a:hover{
    color: #e61f7e;
}
.products-list-img{
    position: relative;
} 
.products-list-box li:hover img{
    transform: scale(1.1);
}
.products-list-img:hover .index-mask, .partner-list li:hover .index-mask, .about-img-box:hover .index-mask, .about-img-box2:hover .index-mask{
    display: block;
}

.products-list-box li:hover .index-mask{
    display: block;
    background-image: url('../img/index-about-logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
}
.products-list-box li:hover .products-list-title{
    color: #ef3d36;
}

.partner-list-img{
    position: relative;
    overflow: hidden;
}
.partner-list-img .index-mask{

    background-image: url('../img/index-about-logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
}


.partner-list li:hover .partner-list-icon2{
    left: 5px;
}
.about-img-box, .about-img-box2{
    position: relative;
}

.about-title{
    z-index: 1;
}
.about-border{
    position: relative;
    z-index: 1;
}

.about-back-img{
    position: relative;
    left: 0;
    transition: all .4s linear;
}

.about-back:hover .about-back-img{
    left: -10px;
}

.about-back:hover .page-back-p{
    color: #ef3d36;
}

.contact-title a:hover{
    color: #ef3d36;
}

.button{
    transition: all .4s linear;
}
.contact-right li.button:hover input{
    background-color: #ef3d36;
}

.header-menu li:hover span{
    bottom: -30px;
    opacity: 1
}

.header-menu li a:hover{
    color: #ef3d36;
}

.header-menu li:hover .menu-list{
    height: auto;
}

.partner-img1 img, .partner-img2 img{
    transition: all .4s linear;
}
.partner-img1:hover img, .partner-img2:hover img{
    transform: scale(0.95);
    transition: all .4s linear;
}
.partner-img1 .partner-title, .partner-img2 .partner-title{
    transition: all .4s linear;
}
.partner-img1:hover .partner-title, .partner-img2:hover .partner-title{
    color: #ef3d36;
}
.index-about-bg{
    transition: all .4s linear;
}
.index-left-about:hover .index-about-bg{
    transform: scale(1.1);
}
.index-right a:hover .index-right-img-box{
    transform: scale(1.1);
}
.news-list .news-list-img span{
    transition: all .4s linear;
}
.news-list li:hover .news-list-img span{

    transform: scale(1.1);
}

.about-right li:hover .about-img3, .about-right li:hover .about-img4, .about-left li:hover .about-img1, .about-left li:hover .about-img2{
    transform: scale(1.1);
}
.news-page-back:hover{
    width: 115px;
}