/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/invitation-en.css");
@import url("/static/public/parts-en.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #009DD9; /* H3、H4标签字体颜色 */
    --HbgColor: #ECFAFF; /* H3、H4的span背景颜色 */
    --HbwColor: #00A8E8; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #009DD9; /*左右子菜单项背景色，原始定义在：style-cn.css */
    --bgColor1: #EFF6EF; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #E9F4FA; /* 交替背景色2 */
}


.box-main h2 {
    margin: 25px 0 5px 0;
    padding: 0;
    color: var(--HnnColor);
    font-size: 30px;
    line-height: 36px;
    height: auto;
    background-image: none;
}

.box-main h4 {
    margin: 15px auto 5px auto;
}




