/* 关于我们页面级样式（公共段：导航壳 / 留言区 / 页脚 已上提至 common.css） */

.banner_bg {
    background: url("../images/about/a_banner.png") #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 1000px;
    min-height: 600px;
    max-height: 1000px;
}

.banner_img_contain {
    position: absolute;
    top: 400px;
    left: 20%;
}

/* —— Logo + 简介 —— */
/* 注：site.css 里 .about 为「最大宽度 860px 的居中窄栏」，会把整幅背景压窄，
   故此处显式复位 max-width / margin，保证与现网满幅背景一致。 */
.about {
    background: url("../images/about/logo_bg.png") #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: none;
    margin: 0;
    height: 802px;
}

    .about .logo {
        margin-top: 123px;
        width: 823px;
        height: 292px;
    }

.instr {
    margin-top: 10px;
    padding-top: 10px;
    width: 832px;
    margin: 0 auto;
    line-height: 28px;
}

    .instr .txt {
        font-size: 14px;
    }

/* —— 照片墙 —— */
.company {
    width: 100%;
}
