/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/parts-en.css");
@import url("/static/private/ihe-invitation-en.css"); 

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #298E89; /* H3、H4标签字体颜色 */
    --HbgColor: #E9F4FA; /* H3、H4的span背景颜色 */
    --WbgColor: #2D9B96; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #399999; /* 左右浮动子菜单项背景色 */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0F2F3; /* 交替背景色2 */
}


/* == 展会组织 （IHE英文：2列） ======= */
.box-Organization ul:first-child {
    width:59%;
}
.box-Organization ul:last-child {
    width: 40%;
    float:right;
}
/* ==================================== */


/* ==== 展会概述或展望 ============= */
.box-expoDesc div {
    background: linear-gradient(to bottom, rgba(63,166,166,0.7), rgba(63,166,166,1));
    margin-top: -295px
}

.box-expoDesc h2 {
    margin:25px 0 10px 0;
    padding:0;
}
    .box-expoDesc div ul li b {
        font-weight: bold;
    }

/* ================================= */

/* == 会议论坛 ==================== */
.box-Activities-bg2 h3 {
    color: #fff;
}

.box-Activities-bg2 div:nth-child(2n+1) {
    background-color: #63AD7B;
    color: #fff;
}

.box-Activities-bg2 div:nth-child(2n) {
    background-color: #3F9CD7;
    color: #fff;
}
/* ================================= */








