/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/invitation-cn.css");
@import url("/static/public/parts-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #0E8494; /* H3、H4标签字体颜色 */
    --HbgColor: #EEFBFD; /* H3、H4的span背景颜色 */
    --WbgColor: #109BAF; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #0D7988; /* 左右浮动子菜单项背景色 */
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0F2F3; /* 交替背景色2 */
}

/*右下凸出斜角矩形背景色，*/
.box-main h2 {
    margin: 30px 0 10px -20px;
    background:none;
}
    .box-main h2 span {
        padding: 6px 60px 6px 20px;
        line-height: 30px;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 1px;
        color: #fff;
        background-color: var(--HnnColor);
        /* clip-path: polygon( 0 0, 330px 0, 350px 36px, 0 36px);*/
        clip-path: polygon( 0% 0%, 100% 0%, 93% 100%, 0% 100%); /*坐标：左上,右上,右下,左下。效果是右上凸出斜角矩形*/
        border-top: 4px solid #eee;
        border-bottom: 4px solid #eee;
    }

.box-main li {
    /*list-style-image: url(images/rhombus.png)*/
}

