﻿@charset "utf-8";

.exhibition__1__wrapper {
    width: 1000px;
}

.exhibition__1__interval__h__1 {
    height: 70px;
}

.exhibition__1__decorate {
    width: 900px;
    height: 80px;
    background-image: url(../img/exhibition/cmn/exhibition__1__decorate__l.png);
    background-size: 900px 80px;
    background-repeat: no-repeat;
    z-index: 300;
}

.exhibition__1__top {
    width: 1000px;
    height: 70px;
    background-image: url(../img/exhibition/cmn/exhibition__1__top.png);
    background-size: 1000px 70px;
    background-repeat: no-repeat;
    z-index: 300;
}

.exhibition__1__text__1 {
    padding-top: 10px;
    width: fit-content;
    height: 50px;
}

.exhibition__1__text__2 {
    line-height: 50px;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    color: #f7f7f7;
}

    .exhibition__1__text__2:hover {
        color: #e5e5e5;
    }

.exhibition__1__text__2__chinese {
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    color: #f7f7f7;
}

    .exhibition__1__text__2__chinese:hover {
        color: #e5e5e5;
    }

.exhibition__1__1 {
    width: 1000px;
    height: 230px;
    background-color: #0075a9;
    z-index: 300;
}

.exhibition__1__2 {
    width: 980px;
    height: 230px;
    background-color: #006796;
    z-index: 400;
}

.exhibition__1__img {
    text-align: center;
}

    .exhibition__1__img img {
        max-height: 250px;
    }

    .exhibition__1__img:hover {
        opacity: 0.95;
        filter: alpha(opacity=95);
    }

.exhibition__1__bottom {
    width: 1000px;
    height: 30px;
    background-image: url(../img/exhibition/cmn/exhibition__1__bottom.png);
    background-size: 1000px 30px;
    background-repeat: no-repeat;
    z-index: 300;
}

.exhibition__1__interval__h__2 {
    height: 50px;
}