html,body {
    overflow: hidden;
    overflow-y: auto;
}
.headers {
    background: url(https://cdnplus.qmake.com.cn/productWeb/new/img/about/banner.png) no-repeat;

    background-size: 100% 100%;
    width: 100%;
    height: 680px;
    overflow: hidden;
}

.header__container {
    width: 90rem;
    height: 168px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.header__navBox {
    height: 168px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: rgba(255, 255, 255, 0); */
    /* 初始完全透明 */
    transition: background-color 0.3s ease;
    z-index: 1000;
}

.header__navBox.scrolled {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo {
    display: flex;
    align-items: center;

}

.logo a {
    font-size: 26px !important;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    font-style: normal;
}

.logo img {
    width: 48px;
    height: 48px;
    margin-right: 8px;
    transition: opacity 0.3s ease;

}


.logo .logo-blue {
    display: none;
    /* 默认隐藏蓝色logo */

}

.header__nav {
    display: flex;
    align-items: center;
}

.header__nav a {
    margin-left: 100px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-decoration: none;
    position: relative;
}
.header__nav .active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    /* 小横杠位于底部 */
    width: 32px;
    /* 宽度与链接相同 */
    height: 4px;
    /* 小横杠的高度 */
    background-color: white;
    /* 小横杠的颜色 */
    transform: translateX(-50%);
    border-radius: 8px;
    top: 34px;
}
.header__navBox a {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-decoration: none;
}

.header__navBox a {
    transition: color 0.3s ease;

}

.header__navBox a.middle-state {
    color: #008AFF;
    /* 蓝色字体 */
}
.header__nav .active.middle-state::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    /* 小横杠位于底部 */
    width: 32px;
    /* 宽度与链接相同 */
    height: 4px;
    /* 小横杠的高度 */
    background-color: #008AFF;
    /* 小横杠的颜色 */
    transform: translateX(-50%);
    border-radius: 8px;
    top: 34px;
}
.header__banner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* width: 1472px; */
    /* height: 134px; */
    /* font-family: JiangChengYuanTi, JiangChengYuanTi;
    font-weight: normal;
    font-size: 80px;
    color: #000000;
    line-height: 96px;
    text-align: center;
    font-style: normal; */
    /* margin: auto;
    margin-top: 378px; */
}

.header__banner__title {
    font-family: '江城圆体 600W';
    font-weight: normal;
    font-size: 80px;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    font-style: normal;
    margin-bottom: 32px;
}

.header__banner__title__highlight {
    color: #008AFF;
}

.header__banner__desc {
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    font-style: normal;
}

.header__banner__btn {
    display: flex;
    justify-content: center;
    margin-top: 68px;
}

.header__banner__btn__try {
    width: 168px;
    height: 52px;
    background: #008AFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
}

.header__banner__btn__consult {
    width: 168px;
    height: 52px;
    background: #FFFFFF;
    border: 2px solid #008AFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #008AFF;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 30px;
    box-sizing: border-box;
}


.companyProfile {
    /* padding: 0 195px; */
    box-sizing: border-box;
    width: 75rem;
    margin: 90px auto;
}

.companyProfile__title {
    font-family: '江城圆体 600W';
    font-size: 48px;
    color: #000000;
    text-align: center;
    margin-bottom: 80px;
}

.companyProfileInfo {
    display: flex;
    align-items: center;
}

.infoDesc {
    flex: 1;
    margin-right: 50px;
}

.infoDesc .infoDescTitle {
    font-weight: 500;
    font-size: 32px;
    color: #323233;
    margin-bottom: 24px;
}

.infoDescSubTitle {
    font-size: 24px;
    color: #008AFF;
    margin-bottom: 52px;
    line-height: 1;
}

.infoDescContent {
font-weight: 400;
font-size: 16px;
color: #323233;
line-height: 32px;
letter-spacing: 1px;
text-align: justify;
font-style: normal;
}

.infoDescImg {
    width: 41.25rem;
    height: 31.875rem;
}

.infoDescImg img {
    width: 100%;
    height: 100%;
}

.corporateCulture {
    width: 75rem;
    margin: 0 auto 90px;
}

.corporateCulture__title {
    font-family: '江城圆体 600W';
    text-align: center;
    font-size: 48px;
    color: #000000;
    margin-bottom: 80px;
}

.corporateCultureList {
    display: flex;
    justify-content: space-between;
}

.corporateCultureItem {
    width: 18rem;
    height: 26.25rem;
    border-radius: 12px;
}

.corporateCultureItem:hover {
    background: #D8D8D8;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}


.corporateCultureItem__img {
    width: 18rem;
    height: 258px;
}

.corporateCultureItem__img img {
    width: 100%;
    height: 100%;
}

.corporateCultureItem__content {
    width: 18rem;
    height: 10.25rem;
    background: #FFFFFF;
    box-shadow: inset 2px -2px 0px 0px rgba(0, 138, 255, 0.12), inset -2px 0px 0px 0px #E0F1FF;
    border-radius: 0px 0px 12px 12px;
    padding: 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.corporateCultureItem__contentTitle {
    font-weight: 500;
    font-size: 1.75rem;
    color: #323233;
    margin-bottom: 1.5rem;
}

.corporateCultureItem__contentSubTitle {
    font-weight: 400;
    font-size: 1rem;
    color: #969799;
    text-align: center;
}


.qualificationCertification {
    /* width: 1530px; */
    width: 100%;
    margin: 0 auto 90px;
    /* overflow: auto; */
}

.qualificationCertification__title {
    font-family: '江城圆体 600W';
    text-align: center;
    font-size: 48px;
    color: #000000;
    margin-bottom: 80px;
}

.qualificationCertification__list {
    display: flex;
    justify-content: space-around;
}

.qualificationCertification__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qualificationCertification__item:hover .qualificationCertification__img{
    transform: scale(1.2);
}

.qualificationCertification__img{
    height: 222px;
    cursor: zoom-in;
}

.qualificationCertification__mask {
    width: 100%;
    height: 52px;
    background: linear-gradient(180deg, rgba(43, 57, 72, 0.15) 0%, rgba(202, 155, 121, 0) 100%);
    filter: blur(10px);
    margin-top: -10px;
}

.qualificationCertification__name {
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
    color: #323233;
}



/* 页脚整体样式 */
.footer {
    background-color: #2B3948;
    color: #fff;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

/* 页脚内部容器，用于布局 */
.footer-inner {
    width: 75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.footer_section_left {
    display: flex;
}

/* 每个板块的样式 */
.footer-section {
    margin-bottom: 30px;
    /* min-width: 200px; */
    margin-right: 148px;
}

.footer-section h3 {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
    font-style: normal;
    margin: auto;
    margin-bottom: 32px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
     margin-bottom: 24px;
     font-weight: 400;
    font-size: 14px;
    color: #969799;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.footer-section ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #969799;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section__contact {
    font-weight: 400;
    font-size: 0.875rem;
    color: #969799;
    line-height: 1.2rem;
    text-align: left;
    font-style: normal;
    margin-left: 6px;
}

.footer-section ul li a:hover {
    color: #007bff;
}

.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.contact-info img {
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
}

/* 二维码组的样式 */
.qrcode-group {
    display: flex;
    gap: 48px;
}

.qrcode-item {
    text-align: center;
    /* width: 144px; */
    /* height: 170px; */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 12px;
    /* font-weight: 500; */
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    font-style: normal;
}


.qrcode-item img {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
}

/* 页脚底部样式 */
.footer-bottom {
    text-align: center;
    padding-top: 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    color: #969799;
    line-height: 1;
    text-align: center;
    font-style: normal;
}