/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #2A91A1; /* H3、H4标签字体颜色  #1EA69C*/
    --HbgColor: #D7F0EF; /* H3、H4的span背景颜色  #DCFAEF*/
    --WbgColor: #2FAABB; /* 适配白色字体的背景颜色  #1EA69C*/
    --BbgColor: #98D8D7; /* 适配黑色字体的背景颜色  #B8F3DD*/
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --bgColor1: #E2F8FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #EFFBFC; /* 交替背景色2 */
    --bgColor3: #EFF4FA; /* 背景色3 */
}


/* == 展会组织 ==================== */
.my-Organization > ul:first-child {
    width: 30%;
}

.my-Organization > ul:nth-child(2) {
    width: 25%;
}

.my-Organization > ul:last-child {
    width: 45%;
}
/* ================================ */


/* == 展会背景 ==================== */
.my-Preview {
    background: url(images/Preview.jpg) bottom no-repeat;
    min-height: 520px;
}

    .my-Preview p {
        padding: 6px 15px;
        color: #355743;
        background: rgba(188,218,205,0.8);
    }
/* ================================ */


/* == 为何参展 ==================== */
.my-WhyExhibiting {
    background: url(images/WhyExhibiting.jpg) bottom;
    height: 520px;
    padding-top: 10px;
}

    .my-WhyExhibiting h3 {
        line-height: normal;
        height: auto;
        padding: 4px 0;
    }
/* ================================ */


/* == VIP买家 ==================== */
.my-VipBuyers {
    background-color: #f8f8f8;
    padding: 6px 0;
}

    .my-VipBuyers > ul {
        width: 38%;
    }

        .my-VipBuyers > ul:last-child {
            width: 24%;
        }
/* ================================ */


