/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");

:root {
    --box-main-width: 1200px; /* 首页宽度 */
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.box-main-bg {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background-color: transparent;
}

.box-main {
    margin: 0 auto;
    padding-top: 0;
    width: var(--box-main-width:);
    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: 100%;
    display: inline-block;
}

    .box-expo-title img {
        float: left;
        margin-right: 25px;
        height: 180px;
    }

    .box-expo-title h1 {
        margin: 0 auto;
        padding: 5px 0;
        text-align: left;
        font-weight: bold;
        line-height: normal;
        font-size: 55px;
        color: #333;
        letter-spacing: 2px;
    }

    .box-expo-title h2 {
        margin: 0 auto;
        padding: 5px 0;
        text-align: left;
        font-weight: normal;
        line-height: normal;
        font-size: 23px;
        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-about > div:first-child {
    float: right;
    width: 25%;
    margin: 0 auto;
    padding: 20px 15px;
    background-color: rgba(180,37,45,0.8);
    color: #fff;
    border-radius: 30px;
}

    .box-expo-about > div:first-child p:first-child {
        margin: 0 auto;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        line-height: 65px;
        letter-spacing: 0;
    }

        .box-expo-about > div:first-child p:first-child b {
            font-size: 58px;
            letter-spacing:3px;
        }

    .box-expo-about > div:first-child p:last-child {
        margin: 10px auto 0 auto;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        line-height: 26px;
    }

.box-expo-about > div:last-child  {
    float: left;
    width:74%;
    margin: 0 auto;
    padding: 10px 15px 5px 15px;
    background: linear-gradient(to bottom, rgba(166,230,255,0.7), rgba(228,257,254, 0.7));
    border-radius: 9px;
}


.box-expo-desc {
    margin: 0 auto;
    padding: 10px 15px 5px 15px;
    background: linear-gradient(to bottom, rgba(166,230,255,0.7), rgba(228,257,254, 0.7));
    border-radius: 9px;
}

.tb-CoreValue th {
    width: 32%;
}

.tb-CoreValue td {
    width: 34%;
}

.tb-CoreValue h3 {
    font-size: 16px;
}

.tb-CoreValue tr td:first-child h3 {
    text-align: right;
}


.my-ExpoProfile li {
    border-radius: 15px;
}

    .my-ExpoProfile li img {
        border-radius: 15px;
    }

    .my-ExpoProfile li p {
        font-weight: bold;
        color:var(--HnnColor);
    }

.my-Media li {
    width:19%;
}


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;
    }



/* =========  左侧Logo+单行文字,无动画，适用：主/承办单位等  ============== */
/* 父容器用box-center，则本容器及子元素都可水平居中 */
.ul-Organisers {
    margin: 0 auto;
    padding: 5px 10px;
    background-color: #f8f8f8;
    text-align: center;
    width: auto; /* 内容宽度不足100%时，居中更美观 */
    display: inline-block;
}

    .ul-Organisers li {
        float: left;
        margin: 10px;
        padding: 0 8px;
        list-style: none;
        min-width: 130px;
        height: 66px;
        line-height: 66px;
        text-align: center;
        font-size: 0.14rem;
        font-weight: normal;
        color: #444;
        background-color: #fff;
        box-shadow: #ccc 3px 3px 3px;
        display: inline-block; /*li 自适应宽度。*/
    }

        .ul-Organisers li img {
            float: left;
            margin: 3px 3px 0 -4px;
            max-height: 60px;
        }

/* 双行文字 */
.ul-Organisers-2 li {
    padding: 7px 15px 0 15px;
    line-height: 25px;
}

    .ul-Organisers-2 li img {
        margin: -4px 5px 0 -8px;
    }


/*===== 适用：指导主办、 支持单位等，li包含单位名称和logo图片，列表向左循环移动;=====*/
.box-partner {
    margin: 0 auto 15px auto;
    padding: 0;
}

    /* 由于子元素li是自适应宽度，非固定宽度，必须在html里内联定义ul的min-width */
    .box-partner > ul {
        margin: 0 auto;
        padding: 15px 0 0 0;
        height: 100px; /* 默认一行高度 */
        background-color: #f8f8f8;
    }

        .box-partner > ul > li {
            margin: 0 10px;
            padding: 7px 15px 0 15px; /* 适应双行文字 */
            height: 66px;
            line-height: 25px; /* 适应双行文字 */
            text-align: center;
            font-size: 14px;
            font-weight: normal;
            color: #444;
            background-color: #fff;
            box-shadow: #ccc 3px 3px 3px;
            flex: none; /* 定义为非弹性，避免被压缩，导致li宽度定义无效 */
            min-width: 120px;
        }

            .box-partner > ul > li > img {
                float: left;
                margin: -4px 5px 0 -8px; /* 适应双行文字 */
                padding: 0;
                height: 60px;
                width: auto;
            }
/* ======================================================================= */

