@-webkit-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@-moz-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@-o-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

.page_banner {
    background: url("../image/exhibition_banner.jpg") no-repeat center center;
    background-size: cover;
}

.production_list li {
    width: 380px;
    height: 236px;
    border: 1px solid #eaeaea;
    margin: 0 9px 18px
}

.production_list li img {
    max-width: 380px;
    max-height: 236px
}

.production_list li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

div.pagination {
    margin-bottom: 10px
}