/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/parts-en.css");
@import url("/static/private/ihe-invitation-en.css"); 

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #22AAB4; /* H3、H4标签字体颜色 */
    --HbgColor: #E0F8FA; /* H3、H4的span背景颜色 */
    --WbgColor: #23ABB5; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /*--menu-float-item-bg: #1E949D; 左右子菜单项背景色，原始定义在：style-cn.css */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0F2F3; /* 交替背景色2 */
}


/* == 展会组织 （IHE英文：2列） ==== */
.box-Organization ul:first-child {
    width:50%;
}
.box-Organization ul:last-child {
    width: 49%;
    float:right;
}
/* 支持单位 */
.box-Supporters ul:first-child {
    width: 52%;
}
.box-Supporters ul:last-child {
    width: 47%;
    float: right;
}
/* ================================= */


/* ==== 市场展望 ================== */
.my-market h3 {
    padding: 0;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    color: #fff;
    background-color: var(--HnnColor);
}

.my-market > div:first-child {
    width: 11%;
}

.my-market > div:nth-child(2) {
    width: 29%;
}

.my-market > div:nth-child(3) {
    width: 25%;
}

.my-market > div:last-child {
    width: 32%;
    margin-right: 0;
}
/* ================================= */


/* ==== 展会简介 =================== */
.box-expoDesc div {
    margin-top: -345px
}
/* ================================= */


/* == 展品范围 ==================== */
.ihe-profile ul:first-child {
    width:51%;
}
.ihe-profile ul:last-child {
    width:49%;
}
/* ================================= */


/* == 买家及宣传 =================== */
.ihe-buyers-publicity div:first-child {
    width:40%;
    background:var(--HnnColor);
    padding:0px 30px;
}
    .ihe-buyers-publicity div:first-child ul {
        background: var(--HnnColor);
    }
.ihe-buyers-publicity div:last-child {
    width:60%;
}
.ihe-buyers-publicity div:last-child img{
    width:initial;
}
/* ================================= */


/* == 会议论坛 ==================== */
.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;
}
/* ================================= */

