/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #298E89; /* H3、H4标签字体颜色 */
    --HbgColor: #D3EFEE; /* H3、H4的span背景颜色 */
    --HbwColor: #8BC06B; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #30A39D; /*左右子菜单项背景色，原始定义在：style-cn.css*/
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #F0FBFB; /* 交替背景色2 */
    --bgColor3: #EFF4FA; /* 背景色3 */
}

.box-main h2 {
    margin: 35px 0 15px 0;
    padding: 0;
    color: var(--HnnColor);
    font-size: 30px;
    line-height: normal;
    font-weight: normal;
    letter-spacing:0;
    height: auto;
    background-image: none;
}

.box-main h3 {
    font-size:16px;
}

/* 左侧附加一颗星，适宜h、p等有特别需求 */
.add-left-star {
    text-indent: 25px;
    background: url(/static/public/images/start.png) no-repeat left;
    margin-top: 30px;
    font-size: 19px;
}


/* ========== Organization ========= */
.my-Organization ul {
    width: 33%;
}

.my-Organization ul:first-child {
    width: 34%;
}
/* ================================ */

/* =========== Preview ============== */
/* ------------- 第1节 ---------------- */
.my-Market1 > div:nth-child(2), .my-Market1 > div:first-child, .my-Market1 > div:last-child {
    width: 27%;
    margin-right: 4%;
    background-color: transparent;
}

.my-Market1 > div:last-child {
    width: 32%;
}

.my-Market1 img {
    float: right;
    margin: -8px -30px 0 0;
}

.my-Market1 b {
    font-size: 16px;
    margin:0 2px;
    letter-spacing:1px;
}

.my-Market1 h3 {
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    color: #555;
    background-color: #F7E390;
    border-top-left-radius: 30px;
}

.my-Market1 p {
    color: #fff;
    background-color: #F1C135;
    border-bottom-right-radius: 30px;
}

.my-Market1 > div:first-child h3 {
    background-color: #80CBCC;
}

.my-Market1 > div:first-child p {
    background-color: #3FA6A6;
}

.my-Market1 > div:last-child h3 {
    background-color: #EE829F;
}

.my-Market1 > div:last-child p {
    background-color: #D43A57;
}
/* ------------------------------------ */


/* ------------- 第1.2节 -------------- */
.my-Market12{
    padding: 5px 20px;
    border-radius:9px;
}
.my-Market12 > div {
    width: 40%;
}
    .my-Market12 > div:last-child {
        float:right;
        width: 50%;
        background: url(/cn/Invitation/2025/images/Market-14.jpg) no-repeat right;
    } 
    .my-Market12 > div:last-child ul{
        width:200px;
    }
    .my-Market12 > div:last-child ul li{
        color:#666;
    }
    .my-Market12 > div:first-child h3 {
        margin-bottom: 10px;
    }
    .my-Market12 > div:first-child p {
        background-color: #46A7A7;
        color: #fff;
        padding: 10px 20px;
        border-radius: 9px;
    }
/* ------------------------------------ */


/* ------------- 第2节 --------------- */
.my-Market2 div:first-child {
    width: 18%;
}
.my-Market2 div:nth-child(2) {
    width: 23%;
}
.my-Market2 div:nth-child(3) {
    width: 20%;
}
.my-Market2 div:last-child {
    width: 36%;
}

.my-Market2 h3 {
    font-size:15px;
    color:#444;
}
.my-Market2 p {
    margin: 5px auto;
    font-size: 14px;
}

.my-Market2 div p:nth-child(2) {
    padding: 0 15px;
}

.my-Market2 div p:nth-child(3) {
    color: red;
}

.my-Market2 div:first-child b {
    color: #47A7A7;
}

.my-Market2 div:nth-child(2) b {
    color: #F1C137;
}

.my-Market2 div:nth-child(3) b {
    color: #D53B56;
}

.my-Market2 div:last-child b {
    color: #3E7791;
}
/* ------------------------------------ */


/* ------------- 第3节 ---------------- */
.my-Market3 {
    border: solid 1px #ccc;
    border-radius: 9px;
    padding-top: 5px;
}
.my-Market3 div:last-child {
    width: 65%;
}
.my-Market3 div:first-child {
        width: 35%;
        text-align: center;
        padding-top: 22px;
    }

.my-Market3 div:first-child b {
    font-size: 16px;
    color: var(--HnnColor);
}
/* =================================== */


/* =========== 展会日程 ============== */
.my-Schedule > div, .my-Schedule > div:first-child, .my-Schedule > div:last-child {
    width: 32%;
}

.my-Schedule h3 {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    background-color: #84D0CF;
}

.my-Schedule p {
    padding: 5px 0 10px 15px;
}
/* =================================== */


/* ========== 展会数据 ============== */
.my-FactsFigures div:first-child {
    width:40%;
    padding-top:30px;
}
.my-FactsFigures div:last-child {
    width: 60%;
    text-align:center;
}

.my-FactsFigures h3 {
    padding: 3px 25px;
    background-color: #B3E0E4;
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

.my-FactsFigures p {
    padding: 10px 15px;
    background-color: #f8f8f8;
    border-bottom-right-radius: 30px;
}
/* =================================== */


/* ========== ExpoProfile ============== */
.my-ExpoProfile {
    border: solid 2px #B3E0E4;
}

    .my-ExpoProfile th {
        border-top: solid 1px #B3E0E4;
        padding: 3px;
    }

    .my-ExpoProfile td {
        border-top: solid 1px #B3E0E4;
        padding: 0;
    }

    .my-ExpoProfile h3 {
        margin: 0;
        padding: 4px 25px;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        color: #555;
        background-color: #B3E0E4;
    }

    .my-ExpoProfile ul {
        margin: 5px;
    }
/* =================================== */


/* ========== WhyExhibiting ========== */
/* -----WhyExhibiting1----- */
.my-WhyExhibiting1 {
    background: url(/cn/Invitation/2025/images/WE-10.jpg) no-repeat right top;
}
    .my-WhyExhibiting1 li {
        margin-bottom: 6px;
        text-shadow: 1px 1px 1px #fff
    }
    .my-WhyExhibiting1 b {
        color: #459F9F;
    }

/* -----WhyExhibiting2----- */
.my-WhyExhibiting2 div:first-child {
    height: 240px;
    width: 45%;
    background: url(/cn/Invitation/2025/images/WE-21.jpg) no-repeat right bottom;
}
    .my-WhyExhibiting2 div:first-child ul li{
        width:110px;
        line-height:35px;
    }

.my-WhyExhibiting2 div:last-child {
    height: 240px;
    width: 52%;
    float: right;
    background: url(/cn/Invitation/2025/images/WE-22.gif) no-repeat right bottom;
}
    .my-WhyExhibiting2 div:last-child ul li {
        width: 185px;
        line-height: 27px;
    }
/* =================================== */


/* ============= Review ============== */
/* --------Visitors -------- */
.my-Visitors div:first-child {
    width: 52%;
}

.my-Visitors div:last-child {
    width: 46%;
    float: right;
}

.my-Visitors h3 {
    margin: 0;
}

/* -------- VipBuyers -------- */
.my-VipBuyers ul {
    width: 32%;
}
.my-VipBuyers ul:first-child {
    width: 36%;
}
/* =================================== */


/* ========= 同期活动 ================ */
:root {
    --myConferencesColor10: #A1220F;
    --myConferencesColor20: #475643;
    --myConferencesColor30: #A07C66;
}

.box-Conferences p {
    padding: 0 15px;
}

.box-Conferences > div {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    background-color: #f8f8f8;
}

    .box-Conferences > div:last-child {
        margin-bottom: 5px;
    }

/* 系列h标签 */
.box-Conferences h3 {
    margin: 0 auto;
    padding-right: 15px;
    line-height: normal;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 1px;
    background-color: #f8f8f8;
    /* 垂直居中 */
    display: flex;
    align-items: center;
}

    .box-Conferences h3 b {
        float: left;
        margin-right: 15px;
        font-size: 43px;
        color: #fff;
        line-height: normal;
        padding: 1px 25px;
    }

.box-Conferences > div:nth-child(1) h3 {
    color: var(--myConferencesColor10);
}

    .box-Conferences > div:nth-child(1) h3 b {
        background-color: var(--myConferencesColor10);
    }

.box-Conferences > div:nth-child(2) h3 {
    color: var(--myConferencesColor20);
}

    .box-Conferences > div:nth-child(2) h3 b {
        background-color: var(--myConferencesColor20);
    }

.box-Conferences > div:nth-child(3) h3 {
    color: var(--myConferencesColor30);
}

    .box-Conferences > div:nth-child(3) h3 b {
        background-color: var(--myConferencesColor30);
    }
/* =================================== */

