@import url("theme_common.css");

/* 资质证书页面特有样式 */

.cert-page-container {
    background-color: #fff;
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}

/* Banner 区域 */
.cert-banner {
    height: 450px;
    background-color: #8a6db1; /* 从图片取色 */
    background-image: url('/static/images/develop/banner1.png'); /* 复用背景图 */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
}

.cert-banner .banner-content {
    width: 1200px;
    margin: 0 auto;
    padding-left: 100px;
}

.cert-banner h1 {
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase;
}

.cert-banner p {
    font-size: 24px;
    opacity: 0.9;
}

/* 专利与认证介绍 */
.cert-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* 证书展示大图 */
.cert-showcase {
    margin-bottom: 100px;
}

.cert-showcase img {
    width: 100%;
    display: block;
}

/* 资质证书页面特有的底部 Logo 间距 */
.cert-page-container .partner-logos {
    margin-bottom: 100px;
}
