﻿
.index-more-border-top1,
.index-more-border-top2,
.index-more-border-bottom1,
.index-more-border-bottom2{
    transition: all .3s linear
}
.index-more-box:hover .index-more-border-top1,
.index-more-box:hover .index-more-border-top2{
    width: 50%;
}
.index-more-box:hover .index-more-border-bottom1,
.index-more-box:hover .index-more-border-bottom2{
    width: 50%;
}
.index-more-box,
.index-more-box span ,
.works-class-list a{
    transition: all .3s linear;
}
.index-more-box span{
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
}
.index-more-box:after{
    content: 'none';
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    transition: all .5s ease;
     background-color: #a8ad6a;
     transform: scale(0,1);
}
.header-style1 .header-menu> li:hover,
.header-style1 .header-menu> li.active{
    color: #a8ad6a;
}
.index-more-box:hover:after{
   transform: scale(1,1);
}
.index-more-box:hover span{
    color: #FFF;
    font-weight: bold;
}
.works-class-list a:hover,
.works-class-list.active a{
    background-color: #000;
    color: #FFF;
}
.works-page-back:hover{
    background-color: #a8ad6a;
    color: #000;
}
.index-works-list:hover {
    z-index: 5;

}
.production-list-img-box{
    opacity: 0;
    transition: all .5s ease;
    z-index: 2;
}

.index-works-list:hover .production-list-img-box{
    opacity: 1;
}
.production-list-img-box .index-info-border-left1,
.production-list-img-box .index-info-border-right1,
.production-list-img-box .index-info-border-left2,
.production-list-img-box .index-info-border-right2{
    height: 10%;
}
.production-list-img-box div{
    transform: none!important;
    animation: none!important;
}
.index-works-list:hover .production-list-title-bg{
    opacity: 1;
}
.web a{
    transition: all .5s ease;
}
.web a:hover{
    color: #a8ad6a;
}
.button:hover:after{
    right: -40px;
}
.button button:hover span{
    width: 100%;
    background-color: #a8ad6a;
}
.contact-company-list a,
.footer-info-list a{
    transition: all .5s linear;
}
.contact-company-list a:hover,
.footer-info-list a:hover{
    color:  #a8ad6a;
}