@charset "UTF-8";
/* CSS Document */

/*****header*******/
.header{
    min-height: 150px;
}

/*****footer*******/
.footer{
    min-height: 304px;
}
.footerBox{
    background-color: #4c5154;
}


/*lh-start*/
.qs_clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.qs_clear { *zoom:1; }
/*lh-end*/

.h_icon .hover img { animation-name: t_fd ; animation-iteration-count: 1 ; animation-duration:1s;  -webkit-animation-name: t_fd ; -webkit-animation-iteration-count:1 ; -webkit-animation-duration:1s;}
@keyframes t_fd {
0% { transform: scale(1);}
50% { transform: scale(1.05);}
100% { transform: scale(1);}
}
@-webkit-keyframes t_fd {
0% {  -webkit-transform: scale(1);}
50% { -webkit-transform: scale(1.05);}
100% {  -webkit-transform: scale(1);}
}