@-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;
}

.about_box {
    padding: 15px 0
}

.about_box>div {
    width: 50%
}

.about_box>div p {
    font-size: 16px;
    color: #555555;
    text-indent: 2em;
    line-height: 2;
}

.about_box>div p:not(:last-child) {
    margin-top: 25px
}

.about_box .imgs_box {
    margin: 0 auto;
    width: 510px;
    height: 440px;
    border: 15px solid #fff;
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05), -4px 4px 10px rgba(0, 0, 0, 0.05), 4px -4px 10px rgba(0, 0, 0, 0.05), -4px -4px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05), -4px 4px 10px rgba(0, 0, 0, 0.05), 4px -4px 10px rgba(0, 0, 0, 0.05), -4px -4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05), -4px 4px 10px rgba(0, 0, 0, 0.05), 4px -4px 10px rgba(0, 0, 0, 0.05), -4px -4px 10px rgba(0, 0, 0, 0.05)
}

.about_box .imgs_box img {
    max-width: 510px;
    max-height: 440px
}

.about_box .imgs_box: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)
}

.production_list li {
    width: 388px;
    height: 241px;
    margin-bottom: 15px;
    border: 1px solid #eaeaea
}

.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)
}

.production_list li img {
    max-width: 388px;
    max-height: 241px
}

.production_list li:nth-child(2),
.production_list li:nth-child(5),
.production_list li:nth-child(8) {
    margin: 0 15px
}

.honorary_list {
    padding: 10px 0 50px
}

.honorary_list li {
    border: 1px solid #eaeaea;
    width: 289px;
    height: 213px;
    transition: transform 0.5s linear;
    -ms-transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -webkit-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear
}

.honorary_list li:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px)
}

.honorary_list li img {
    max-width: 289px;
    max-height: 213px
}

.honorary_list li:not(:last-child) {
    margin-right: 12px
}