.xFgHjKl {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

.aErTyUio {
    background-color: #000;
    color: #fff;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* 背景装饰元素 */
.wQpAsDf {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 120px;
    height: 120px;
    border: 2px solid #FFD700;
    border-radius: 50%;
    opacity: 0.05;
}

.eRfGhJk {
    position: absolute;
    bottom: 20%;
    right: 10%;
    width: 80px;
    height: 80px;
    background: rgba(255, 215, 0, 0.03);
    border-radius: 20px;
    transform: rotate(45deg);
}

.zXcVbNm {
    position: absolute;
    top: 30%;
    right: 15%;
    width: 200px;
    height: 200px;
    border: 1px solid rgba(255, 215, 0, 0.05);
    border-radius: 50%;
}

.qWeRtYu {
    max-width: 1400px;
    margin: 0 auto;
}

/* 顶部导航样式 */
.mNbVcXz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 40px;
    border-bottom: 1px solid #333;
}

.pLkMnBv {
    font-size: 32px;
    font-weight: 800;
    color: #FFD700;
    letter-spacing: 1px;
}

.nHgFdSa {
    display: flex;
    list-style: none;
    gap: 40px;
    margin-left: auto;
    margin-right: 60px;
}

.tGbVcXd {
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.tGbVcXd:hover {
    color: #FFD700;
}

.tGbVcXd::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFD700;
    transition: width 0.3s;
}

.tGbVcXd:hover::after {
    width: 100%;
}

.yUiOpLk {
    background: linear-gradient(135deg, #FFD700 0%, #FF8C00 100%);
    color: #000;
    border: none;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.yUiOpLk:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}

/* 主内容区域 */
.qWeRtYu .sXzCdFv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    min-height: 80vh;
}

/* 左侧公司介绍 */
.qWeRtYu .lKmJnHb {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 30px;
    background: rgba(30, 30, 30, 0.8);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.qWeRtYu .vBnMgHf {
    font-size: 36px;
    font-weight: 800;
    color: #FFD700;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #FFD700;
}

.qWeRtYu .cFgHjUk {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: center;
}

.qWeRtYu .qAzWsXd {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.qWeRtYu .mLoPiKn {
    flex: 1 0 calc(50% - 20px);
    background: rgba(40, 40, 40, 0.9);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s;
}

.qWeRtYu .mLoPiKn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.1);
}

.qWeRtYu .pOaQwEr {
    font-size: 42px;
    font-weight: 800;
    color: #FFD700;
    margin-bottom: 5px;
}

.qWeRtYu .kIjUhYg {
    font-size: 18px;
    color: #ccc;
}

/* 右侧服务介绍 */
.qWeRtYu .rTgYhNj {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.qWeRtYu .tYgUhIj {
    font-size: 42px;
    font-weight: 800;
    color: #FFD700;
    margin-bottom: 15px;
}

.qWeRtYu .hJuKiOl {
    font-size: 22px;
    color: #ccc;
    line-height: 1.7;
    margin: 0;
}

.qWeRtYu .kLiJhGy {
    color: #FFD700;
    font-weight: 700;
}

.qWeRtYu .bNmVcXz {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 20px;
}

.qWeRtYu .bNmVcXz .vCfGhJk {
    background: rgba(30, 30, 30, 0.8);
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #FFD700;
}

.qWeRtYu .xDrFcGh {
    font-size: 24px;
    color: #FFD700;
    margin-bottom: 15px;
}

.qWeRtYu .lPoInBv {
    font-size: 17px;
    color: #aaa;
    line-height: 1.8;
}

/* 测试业务展示 */

.qWeRtYu .fdcaads {
    grid-column: 1 / span 2;
    display: grid;
    gap: 15px;
    grid-template-columns: 2fr 1fr;
}

.qWeRtYu .tFgNhJm {
    padding: 20px;
    background: rgba(40, 40, 40, 0.9);
    border-radius: 10px;
    border: 1px solid rgba(255, 215, 0, 0.2);
}
.aZxSdCw .qWeRtYu .tFgNhJm {
    padding: 0;
}

.qWeRtYu .uJiKlmN {
    font-size: 24px;
    color: #FFD700;
    margin-bottom: 15px;
}

.qWeRtYu .mJkLlNb {
    font-size: 22px;
    font-weight: 800;
    color: #FFD700;
    line-height: 1.6;
}

.qWeRtYu .zSeDxCf {
    font-size: 18px;
    color: #ddd;
    margin-top: 10px;
    line-height: 1.6;
}

/* 优势总结 */
.qWeRtYu .qWeRfTg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.qWeRtYu .pOlKiJu {
    background: rgba(255, 215, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    flex: 1;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qWeRtYu .pOlKiJu:hover {
    transform: scale(1.05);
    background: rgba(255, 215, 0, 0.15);
}

.qWeRtYu .aZxSdCf {
    font-size: 32px;
    color: #FFD700;
    font-weight: 800;
}

.qWeRtYu .lKmJbNv {
    font-size: 18px;
    color: #bbb;
    margin-top: 5px;
}

.jKlMnO .cDeFgHi {
    padding: 50px 0;
    text-align: center;
    /* background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
        radial-gradient(circle at center, rgba(255, 215, 0, 0.05) 0%, transparent 70%); */
    background: rgba(20, 20, 30, 0.7);
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 10px;
}

.jKlMnO .jKlMnOq {
    font-size: 42px;
    font-weight: 800;
    color: #FFD700;
    margin-bottom: 30px;
}

.jKlMnO .zccayd {
    background: linear-gradient(135deg, #FFD700 0%, #FF8C00 100%);
    color: #000;
    border: none;
    padding: 14px 36px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);

    padding: 18px 50px; font-size: 20px;
}

.qWeRtYu .zccayd:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .qWeRtYu .sXzCdFv {
        flex-direction: column;
    }

    .qWeRtYu .qWeRfTg {
        flex-wrap: wrap;
    }

    .qWeRtYu .pOlKiJu {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .qWeRtYu .nHgFdSa {
        display: none;
    }

    .qWeRtYu .bNmVcXz {
        grid-template-columns: 1fr;
    }
}