/* Quality Management CSS */

/* Banner Styles */
.quality-banner {
    width: 100%;
    min-width: 1300px;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Quality Navigation */
.quality-nav-container {
    width: 100%;
    min-width: 1300px;
    background-color: rgba(245, 248, 251, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 80px;
    /* Header height */
    z-index: 900;
}

.quality-nav {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    gap: 168px;
}

.quality-nav-item {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    height: 85px;
    line-height: 85px;
    transition: color 0.3s;
    position: relative;
    cursor: pointer;
}

.quality-nav-item:hover,
.quality-nav-item.active {
    color: rgba(1, 92, 171, 1);
    font-weight: 500;
}

.quality-nav-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 76px;
    height: 2px;
    background-color: rgba(1, 92, 171, 1);
}

/* Content Sections */
.quality-content {
    background-color: #fff;
}

section {
    padding: 60px 0;
    min-width: 1300px;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 39.59px;
    color: rgba(56, 56, 56, 1);
    text-align: center;
    margin-bottom: 50px;
}

/* Control Process */
.section-control {
    background-color: rgba(245, 248, 251, 1);
    padding: 51px 0 0 0;
}
.section-control .container{
    width: 100%;
}
.section-control .section-title {
    margin-bottom: 41px;
}

.control-process-top {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 37px;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 35px;
    box-sizing: border-box;
}
.control-process-center{
    width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 13px;
    /* justify-content: space-between; */

}
.control-process-center-item{
    width: 206px;
    padding-top: 30px;
    position: relative;
    cursor: pointer;
}
.control-process-center-item-No{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    background: rgba(1, 92, 171, 1);
    transform: translateX(-50%);
    top: 0;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}
.control-process-center-item-bor{
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 40px 11px 28px 11px;
    box-sizing: border-box;
    height: 100%;
    transition: all 0.3s;
}
.control-process-center-item:hover .control-process-center-item-bor{
    background: rgba(255, 255, 255, 1);
box-shadow: 0px 2px 10px  rgba(0, 0, 0, 0.1);
}
.control-process-center-item-bor_title{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 37px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}
.control-process-center-item-bor_b{
    width: 33px;
    height: 3px;
    opacity: 1;
    background: rgba(23, 93, 173, 1);
    margin: 0 auto;
    margin-top: 6px;
}
.control-process-center-item-bor-text{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}
.control-process-top img {
    max-width: 100%;
}

.control-process-img {
    text-align: center;
    margin-top: 60px;
    width: 100%;
    height: 727px;
    padding: 94px 0 85px 0;
    box-sizing: border-box;
    background-image: url('../images/qualityManagement/lc-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.control-process-img img {
    width: 1300px;
    height:543px ;
}

/* Inspection Equipment */
.section-equipment {
    /* background-color: #f9f9f9; */
    background: #fff;
    padding: 50px 0 60px 0;
}
.equipment-label{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 30px;
    margin-bottom: 12px;
}
.equipment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.equipment-item {
    background: rgba(247, 247, 247, 1);
    padding: 15px 18px 22px 18px;
    text-align: center;
    transition: transform 0.3s;
    cursor: pointer;
}

.equipment-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 16px  rgba(23, 93, 173, 0.2);
}

.equipment-image {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}

.equipment-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.equipment-name {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.76px;
    color: rgba(56, 56, 56, 0.8);
    text-align: center;
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 超出隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
}

/* Certificates */
.section-certificate {
    background-color: rgba(245, 248, 251, 1);;
}
.section-certificate .section-title{
    margin-bottom: 46px;
}
.certificate-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.certificate-item {
    width: 256px;
    height: 362px;
    text-align: center;
}

.certificate-item img {
    width: 100%;
    height: 100%;
   
}

/* Quality Policy */
.section-policy {
    background-color: #fff;
    padding: 50px 0;
}
.policy-bar {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    gap: 20px;
    width: 1300px;
    margin: 0 auto;
}

.policy-item {
    width: 420px;
    height: 110px;
    background:rgba(23, 93, 173, 1) url('https://img.js.design/assets/img/642b927cd23919d9e83ef204.png#205c7bdf92915a2ea2461619949e10c9');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 110px;
    font-size: 20px;
font-weight: 400;
color: rgba(255, 255, 255, 1);
}