/* ========== 所有页面banner公共基础样式 ========== */
.banner {
    width: 100%;
    height: 340px;       /* 横幅高度，觉得不合适自行修改数值 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;     /* 文字白色，和你网站保持一致 */
    /* 背景通用设置，不用改动 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ========== 7个页面 独立背景图 ========== */
/* =========首页 index.html ========= */
.page-hero.page-hero-home {
    background: linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.68)), url("../images/bg-home.jpg") center/cover no-repeat !important;
}

/* =========技艺 jiyi.html ========= */
.page-hero.page-hero-jiyi {
    background: linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.68)), url("../images/bg-jiyi.jpg") center/cover no-repeat !important;
}

/* =========工序 gongxu.html ========= */
.page-hero.page-hero-gongxu {
    background: linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.68)), url("../images/bg-gongxu.jpg") center/cover no-repeat !important;
}

/* =========传承 chuancheng.html ========= */
.page-hero.page-hero-chuancheng {
    background: linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.68)), url("../images/bg-chuancheng.jpg") center/cover no-repeat !important;
}

/* =========典籍 dianji.html ========= */
.page-hero.page-hero-dianji {
    background: linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.68)), url("../images/bg-dianji.jpg") center/cover no-repeat !important;
}

/* =========寻访 xunfang.html ========= */
.page-hero.page-hero-xunfang {
    background: linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.68)), url("../images/bg-xunfang.jpg") center/cover no-repeat !important;
}

/* =========留言 liuyan.html ========= */
.page-hero.page-hero-liuyan {
    background: linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.68)), url("../images/bg-liuyan.jpg") center/cover no-repeat !important;
}

/* =========建模 jianmo.html ========= */
.page-hero.page-hero-jianmo {
    background: linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.68)), url("../images/bg-gongxu.jpg") center/cover no-repeat !important;
}