/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #0F8495; /* H3、H4标签字体颜色 #1E6E84*/
    --HbgColor: #DEF9FC; /* H3、H4的span背景颜色 #EAF7FB*/
    --WbgColor: #129CAF; /* 适配白色字体的背景颜色 #3B8DA6*/
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #0D7382; /* 左右浮动子菜单项背景色 #1E6E84*/
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0F2F3; /* 交替背景色2 #F7FCFD*/
    --bgColor3: #EFF6EF; /* 交替背景色3 */
}
/* 展会组织 */
.box-Organization ul {
    width:32%;
    margin-right:1%;
}
    .box-Organization ul:first-child {
        width: 34%;
    }
    .box-Organization ul:last-child {
        margin-right: 0;
    }


/* 活动背景 */
.box-Gradient {
    background: url(images/a-bg.jpg) no-repeat left;
}
    .box-Gradient div {
        background: linear-gradient(to right,rgba(27,94,107,0.7),rgba(27,94,107,0.8),rgba(27,94,107,0.9),rgba(27,94,107,0.8));
    }

/* 活动形式 */
.box-active-form {
    background: url(images/n-bg.jpg) repeat-x;
    display: inline-block;
}

    .box-active-form h3 {
        font-size: 16px;
        text-align: center;
        border-bottom: dashed 1px var(--HnnColor);
    }

    .box-active-form h4 {
        margin-top: 45px;
    }

    .box-active-form div {
        float: left;
        margin: 20px 5%;
        padding: 0px;
        background-color: rgba(247, 243, 232,0.6);
        width: 40%;
    }

        .box-active-form div:last-child {
            width: 90%;
        }

        .box-active-form div div {
            float: left;
            margin: 0 10px 0 0;
            padding: 0;
            width: 120px;
            height: 120px;
            border-radius: 60px;
            line-height: 120px;
            text-align: center;
            font-size: 18px;
            color: #fff;
            background-color: rgba(30, 110, 132,0.8);
        }

    .box-active-form ul {
        margin-left: 135px;
        padding-bottom: 15px;
    }

    .box-active-form li {
        margin-left: 0;
        list-style: none;
        color: var(--HnnColor);
        font-size: 15px;
        word-break: break-word;
    }


/* 大会优势-1 */
.ul-advantage {
    margin: 0 auto;
    padding: 10px 15px 10px 10px;
    background-color: #f8f8f8;
}

    .ul-advantage li b {
        color: var(--HnnColor);
    }


/* 大会优势-2：拟邀嘉宾 */
.tb-guest tr {
    height: 40px;
}

.tb-guest th {
    background-color: #3B8DA6;
    color: #ffF;
    width: 60px;
    font-weight: normal;
    border-bottom: solid 2px #fff;
}
.tb-guest td {
    padding: 5px;
    width: calc(50% - 60px);
    background-color: #F8F7F1;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    border-bottom: solid 2px #fff;
}


/* 特邀卖家（对 .box-hang4son再定义） */
.box-KeyBuyers div, .box-KeyBuyers div:first-child {
    width: 22%;
}
    .box-KeyBuyers div:nth-child(2) {
        width: 31%;
    }