/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/invitation-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #48A966; /* H3、H4标签字体颜色 */
    --HbgColor: #EAF7EE; /* H3、H4的span背景颜色 */
    --WbgColor: #72C28A; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #46A462; /* 左右浮动子菜单项背景色 */
    --bgColor1: #EAF7F7; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #F1FAF3; /* 交替背景色2 */
}

/* == 展会组织 ==================== */
.my-Organization ul:first-child {
    width: 26%;
}

.my-Organization ul:nth-child(2) {
    width: 28%;
}

.my-Organization ul:nth-child(3) {
    width: 23%;
}

.my-Organization ul:last-child {
    width: 23%;
}
/* ================================= */

/* == 市场前景 ==================== */
.my-Preview {
    margin: 10px auto;
    background: url(images/bg2.jpg) padding-box;
    color: #404040;
}

    .my-Preview div:first-child {
        width: 70%;
        background-color: #E9F2E6;
        opacity: 0.8;
        color: #000;
        padding: 20px;
    }

    .my-Preview div:last-child {
        width: 28%;
        float: right;
        font-size: 18px;
    }

    .my-Preview h3 {
        margin: 50px auto 20px auto;
        padding: 0 0 0 15px;
        font-size: 24px;
        font-weight: normal;
        height: 40px;
        line-height: 40px;
        background: linear-gradient(to right, #F0B923,#F2D18E,#fff);
    }

    .my-Preview ul {
        margin: 0 0 100px 10px;
        padding: 0 0 0 20px;
    }

    .my-Preview li {
        list-style: disc;
        margin: 15px auto;
        padding: 0;
        font-size: 18px;
        font-weight: normal;
    }

    .my-Preview p b {
        font-size: 30px;
    }
/* ================================= */

/* == 为何参展 ==================== */
.my-WhyExhibiting li {
    list-style-image: url(images/rhombus.png);
}


#my-WhyExhibiting-2 {
    margin: 20px auto;
    padding: 20px 30px;
    background-color: #6CBF85;
}

    #my-WhyExhibiting-2 h2 {
        margin: 5px auto 10px auto;
        padding: 0;
        font-size: 30px;
        font-weight: normal;
        color: #fff;
        border: none;
        letter-spacing: 1px;
        background: none;
    }

    #my-WhyExhibiting-2 p {
        margin: 10px auto;
        padding: 0;
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px;
    }
/* ================================= */

/* == Vip卖家团 ==================== */
.my-VipBuyers {
    padding: 10px;
    background-color: #f8f8f8;
}

    .my-VipBuyers ul:first-child {
        width: 34%;
    }

    .my-VipBuyers ul:nth-child(2) {
        width: 32%;
    }

    .my-VipBuyers ul:last-child {
        width: 34%;
    }

    .my-VipBuyers li {
        font-size: 14px
    }
/* ================================= */


/* == 上届观众 ==================== */
.box-Visitors {
    min-height: 270px; /*配合背景图*/
    background: url(images/Visitors.jpg) no-repeat bottom;
}
/* ================================= */


