.about-list li{
    transition: all .4s linear;
}
.about-list li:hover, .about-list li.active{
    color: #d65a5a;
    text-shadow: rgba(255,255,255,0.6) 1px 1px 1px;
}

.about-info a:hover{
    color:#d65a5a;
}

#geomantic li a:hover{
    color: red;
}
.work-list li span{
    color: #e61111;
    position: relative;
}
.work-list li span:before{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: -20px;
    top: 3px;
    display: block;
    background-image: url('../img/work-icon.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.work-list .mh28{
overflow: hidden;
color: #7986cb;
position: relative;
}
.work-list .mh28.mh28b {
color: #37474f;

}
.work-list .mh28:before, .work-list .mh28:after {
content: attr(data-text);
position: absolute;
width: 100%;
height: 50%;
left: 0;
background: #FFF;
color: #fff;
overflow: hidden;
transition: transform 0.5s;
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); 
padding-left: 20px;
z-index: 3;
}

.work-list .mh28.mh28b:before, .work-list .mh28.mh28b:after {
color: #37474f;
font-size: 24px }

.work-list .mh28:before {
top: 0; 
padding-top: 5px;
}

.work-list .mh28:after {
bottom: 0;
line-height: 0; }

.work-list .mh28 > span {
display: block;
transform: scale3d(0.2, 0.2, 1);
opacity: 0;
transition: transform 0.5s, opacity 0.3s;
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.work-list .mh28:hover:before, .work-list .active:before {
transform: translate3d(0, -100%, 0); }
.work-list .mh28:hover:after, .work-list .active:after {
transform: translate3d(0, 100%, 0); }

.work-list .mh28:hover > span {
opacity: 1; 
transform: scale3d(1, 1, 1); }

#outline .work-info-p p:hover{
    color:red;
}
/*menu*/
.header-menu .mh28{
overflow: hidden;
color: #7986cb;
position: relative;
}
.header-menu .mh28.mh28b {
color: #37474f;

}
.header-menu .mh28:before, .header-menu .mh28:after {
content: attr(data-text);
position: absolute;
width: 100%;
height: 50%;
left: 0;
background: #FFF;
color: #fff;
overflow: hidden;
transition: transform 0.4s;
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); 
padding-left: 20px;
z-index: 3;
}

.header-menu .mh28.mh28b:before, .header-menu .mh28.mh28b:after {
color: #37474f;
font-size: 20px }

.header-menu .mh28:before {
top: 0; 
padding-top: 28px;
}

.header-menu .mh28:after {
bottom: 0;
line-height: 0; }

.header-menu .mh28 > span {
display: block;
transform: scale3d(0.2, 0.2, 1);
opacity: 0;
transition: transform 0.4s, opacity 0.3s;
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.header-menu .mh28:hover:before, .header-menu .active:before {
transform: translate3d(0, -100%, 0); }
.header-menu .mh28:hover:after, .header-menu .active:after {
transform: translate3d(0, 100%, 0); }

.header-menu .mh28:hover > span {
opacity: 1; 
transform: scale3d(1, 1, 1); 
}

.header-bg .header-menu .mh28:before{
    padding-top: 18px;
}
.header-menu .mh28:before, .header-menu .mh28:after{
    transition: all .4s linear;
}
/*viedo*/
.border-l{
    background-color: #EEE;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    -ms-transition: height 0.4s ease;
    transition: height 0.4s ease;
}
.border-r{
    background-color: #EEE;
    position: absolute;
    right:  0;
    bottom: 0;
    width: 5px;
    height: 0;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    -ms-transition: height 0.4s ease;
    transition: height 0.4s ease;
}
.border-t{
    background-color: #EEE;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    -webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    -ms-transition: width 0.4s ease;
    transition: width 0.4s ease;
}
.border-b{
    background-color: #EEE;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    -webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    -ms-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.video-list li:hover .border-t, .video-list li:hover .border-b{
    width: 100%;
}
.video-list li:hover .border-l, .video-list li:hover .border-r{
    height: 100%;
}
.video-list li .video-link{
    transition: all .4s ease;
}
.video-list li:hover .video-link{
    transform: scale(1.05);
    transition: all .4s ease;
}

.submit:hover{
    border-radius: 20px;
    color: #FFF;
    text-shadow: rgba(0,0,0,0.6) 2px 2px 2px;
}
.button input{
    transition: all .4s linear;
}
.button:hover input{
    border-radius: 20px;
    color: #FFF;
    text-shadow: rgba(0,0,0,0.6) 2px 2px 2px;
}

.footer-info li a{
    transition: all .4s linear;
}
.footer-info li a:hover{
    color: #e61111;
}
.work-top img{
    position: relative;
    top: 0;
    transition: all .4s linear;
}
.work-top:hover img{
    top: -10px;
}
.work-top:hover:after{
    content: '';
    transform: scale(1);
    
}
.work-top:after{
    content: '';
    transition: all .4s linear;
    width: 100%;
    height: 3px;
    transform: scale(0);
    display: block;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.6);
    display: block;
    position: absolute;
    bottom: 0;
    transform-origin: center;
}
.contact-right li a:hover{
    color: #845f21;
}