/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");

body {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background: url(/images/banner/HomeBg.gif) no-repeat center bottom;
}

.box-main-bg {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background-color: transparent;
}

.box-main {
    margin: 0 auto;
    padding-top: 0;
    box-shadow: none;
    background-color: transparent;
}

    .box-main h2 {
        margin: 35px auto 15px auto;
        text-align: center;
    }

        .box-main h2 span {
            font-size: 16px;
            font-weight: bold;
            color: #444;
            background: linear-gradient(to bottom, rgba(166,230,255,0.9), rgba(228,257,254, 0.9));
            padding: 8px 20px;
            border-radius: 5px;
        }

.menu-main {
    margin-top: 15px;
}

.menu-main th {
    display: none;
}

.box-expo-title {
    margin: 0px auto;
    width: 840px;
    display: inline-block;
}

    .box-expo-title img {
        float: left;
        margin-right: 25px;
        height: 200px;
    }

    .box-expo-title h1 {
        margin: 0 auto;
        padding: 5px 0;
        font-weight: bold;
        text-align: left;
        line-height: normal;
        font-size: 55px;
        color: #333;
        letter-spacing: 2px;
    }

    .box-expo-title h2 {
        margin: 0 auto;
        padding: 5px 0;
        font-weight: normal;
        line-height: normal;
        font-size: 21px;
        color: #333;
    }

    .box-expo-title h3 {
        margin: 5px auto 0 auto;
        padding: 5px 0;
        color: #46A7A7;
        font-weight: bold;
        line-height: normal;
        font-size: 32px;
        letter-spacing: 2px;
    }

.box-expo-date {
    float: right;
    margin-right: -280px;
    padding: 15px 0;
    width: 230px;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    background-color: rgba(180,37,45,0.8);
    color: #fff;
    border-radius: 30px;
}

    .box-expo-date b {
        font-size: 25px;
        letter-spacing: 2px;
    }

.box-expo-about {
    margin: 10px auto 30px auto;
    padding: 15px 20px 10px 20px;
    background: linear-gradient(to bottom, rgba(166,230,255,0.7), rgba(228,257,254, 0.7));
    border-radius: 9px;
}

.my-ExpoProfile li {
    border-radius: 15px;
}

    .my-ExpoProfile li img {
        border-radius: 15px;
    }

    .my-ExpoProfile li p {
        font-weight: bold;
        color:#444; /*var(--HnnColor);*/
    }

.btn-expo-detail {
    margin: 20px auto;
    padding: 10px 5px;
    width: 180px;
    text-align: center;
    background-color: #E9F4FA;
    border-radius: 15px;
    /*background: linear-gradient(to bottom, rgba(166,230,255,0.7), rgba(228,257,254, 0.8));
    box-shadow: rgba(166,230,255,0.8) 4px 4px 4px;
    */
}

footer {
    margin: 0 auto;
    background: linear-gradient(to bottom, rgba(166,230,255,0.7), rgba(228,257,254, 0.7));
}

.tb-footer td {
    color: #444;
}

    .tb-footer td a:link, .tb-footer td a:visited {
        color: #444;
    }

    .tb-footer td a:hover {
        color: #0391DB;
    }

    .tb-footer td a:active {
        color: #444;
    }