@charset "utf-8";
/* CSS Document */

/* 2025.1208企业文化 */
.newqywh{font-family: '微软雅黑';}
.newqywh li {list-style: none;}
.newqywh .mt70{margin-top: 3.6458vw;}
.newqywh .content_l_con img{max-width: inherit;}

/* 核心理念样式 */
.core-values {
    width: 100%;
    /* max-width: 120px; */
    margin: 0 auto;
}

.core-values-list {
    display: flex;
    flex-wrap: wrap;
}

.core-values-item,.core-values-item.item-more {
    margin: 0.40vw 0.206vw 0;
    width: 23.7%;
    /* height: 10.9375vw; */
    max-height: 18.5vw;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  height: auto;
  object-fit: cover; /* 保持图片比例并填满容器 */
  /* 现代浏览器使用aspect-ratio */
  aspect-ratio: 1 / 1;
  /* 为旧浏览器添加最小高度作为回退 */
  min-height: 0;
}

.core-values-item.item-more {
    background: url(../newimages/qywh/2025qywhnewqywhLi00.jpg) no-repeat left;
    background-size: cover;
}

.core-values-item.item-more a{display: block; width: 100%; height: 10.9375vw;}

.core-values-content {
    font-family: '微软雅黑';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    transform-origin: center bottom;
}

/* 简化悬停效果，修复位置问题 */
.hover-effect:hover .core-values-content {
    transform: translateY(-100%);
    opacity: 1;
}

/* 调整标题样式，移除固定高度 */
.core-values-content h2 {
    padding-top: 1.3021vw;
    text-indent: 1.0417vw;
    width: 100%;
    height: 100%;
    font-size: var(--fz30);
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    margin: 0;
    transition: all 0.3s ease;
}

/* 调整描述区域样式，使用100%高度 */
.core-values-desc {
    background-color: rgba(0, 0, 0,.45);
    color: #fff;
    height: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0;
        padding: 0.5vw 0.5vw 0 0;
}

/* 修复移动端触摸支持 */
.hover-effect:active .core-values-content {
    transform: translateY(-100%);
}

.core-values-desc h2 {
    background: none;
    font-size: var(--fz30);
    color: #fff;
    height: auto;
    padding-top: 0.7813vw;
}

.core-values-desc p {
    margin-top: 0.7813vw;
    font-size: var(--fz20);
    padding-left: 1.0417vw;
    line-height: 2.1875vw;
    text-indent: 0;
    font-weight: normal;
}

.core-values-item i{display: block; position: absolute; background: url(../newimages/qywh/2025qywhdot.png) no-repeat; width: 0.7292vw; height: 0.7292vw; right: 0.2604vw; bottom: 0.5208vw;}



/* 核心理念背景图 */
.core-values-item:nth-child(2) {
    background: url(../newimages/qywh/2025qywhnewqywhLi01.jpg) no-repeat left;
    background-size: cover;
}

.core-values-item:nth-child(3) {
    background: url(../newimages/qywh/2025qywhnewqywhLi02.jpg) no-repeat left;
    background-size: cover;
}

.core-values-item:nth-child(4) {
    background: url(../newimages/qywh/2025qywhnewqywhLi03.jpg) no-repeat left;
    background-size: cover;
}

.core-values-item:nth-child(5) {
    background: url(../newimages/qywh/2025qywhnewqywhLi04.jpg) no-repeat left;
    background-size: cover;
}

.core-values-item:nth-child(6) {
    background: url(../newimages/qywh/2025qywhnewqywhLi05.jpg) no-repeat left;
    background-size: cover;
}

.core-values-item:nth-child(7) {
    background: url(../newimages/qywh/2025qywhnewqywhLi06.jpg) no-repeat left;
    background-size: cover;
}

.core-values-item:nth-child(8) {
    background: url(../newimages/qywh/2025qywhnewqywhLi07.jpg) no-repeat left;
    background-size: cover;
    margin-right: 0 !important;
}

.core-values-item:nth-child(8) .core-values-desc p {margin-top: 1.5625vw;}
.core-values-item:nth-child(8) .core-values-desc p img{width: 100%;}

.newqywh {
    width: 96%;
    max-width: 1200px;
    font-family: '微软雅黑';
}

.newqywh h1{text-align: center; font-size: 2.3438vw; font-weight: bold; margin-bottom: 2.0833vw;}
/* 发展理念样式 */
.development-concepts {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.development-list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.development-list ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.development-item {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0.7813vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.development-item:nth-child(even) {
    flex-direction: row-reverse;
}

.development-img {
    position: relative;
    width: 64.5652%;
    height: 9vw;
    overflow: hidden;
    text-align: center;
    line-height: 9vw;
    color: #fff; 
    
}

.development-img-content {
    font-family: '微软雅黑';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.4s ease-in-out;
    transform-origin: center bottom;
}

/* 简化悬停效果，修复位置问题 */
.development-item .development-img:hover .development-img-content {
    transform: translateY(-100%);
}

/* 简化文字过渡效果 */
.development-img span {
    transition: all 0.3s ease;
    opacity: 1;
    padding: 0 1.0417vw;
}

.development-item .development-img:hover .development-img-content span {
    opacity: 0;
}

/* 修复移动端触摸支持 */
.development-item .development-img:active .development-img-content {
    transform: translateY(-100%);
}

.development-item .development-img:active .development-img-content span {
    opacity: 0;
}

.development-img span{font-size: var(--fz24); letter-spacing: 0.1042vw; display: block; padding: 0 1.0417vw;}

/* 确保描述文本始终可见并上下居中 */
.development-img p{width: 100%; font-size: var(--fz18); line-height: 1.25vw; height: 100%; box-sizing: border-box; padding: 1.0417vw; text-align: center; background-color: rgba(0, 0, 0,.45); margin: 0; display: flex; justify-content: center; align-items: center;}
/* .development-item:first-child .development-img p{text-align: left; justify-content: center; align-items: flex-start;} */
.development-item:first-child .development-img{
background: url(../newimages/qywh/2025qywhfzln01.png) no-repeat;
background-size: 100% 100%;
}
.development-item:nth-child(2) .development-img{
    background: url(../newimages/qywh/2025qywhfzln02.png) no-repeat;
    background-size: 100% 100%;
}
.development-item:nth-child(3) .development-img{
    background: url(../newimages/qywh/2025qywhfzln03.png) no-repeat;
    background-size: 100% 100%;
}
.development-item:nth-child(4) .development-img{
    background: url(../newimages/qywh/2025qywhfzln04.png) no-repeat;
    background-size: 100% 100%;
}
.development-text{
    width: 34.3478%;
    height: 9vw;
    background-color: #f1f1f1;
    box-sizing: border-box;
    padding: 1.5625vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.development-text h3{
    font-size: var(--fz24);
    padding-bottom: 0.3125vw;
    border-bottom: 0.1042vw solid #208ce3;
    margin-bottom: 0.5208vw;
    align-self: flex-start;
}
.development-text p{
    display: block;
    width: 100%;
    font-size: var(--fz16);
    align-self: flex-start;
}




/* 管理理念样式 */
.management-concepts {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.tab-container {
    width: 100%;
    max-width: 1200px;
    height: 34.3333vw;
    margin: 0 auto 2.6042vw;
    text-align: left;
    font-family: '微软雅黑';
    box-sizing: border-box;
    border-radius: 1.0417vw;
    box-shadow: 0 0 0.5208vw rgba(0, 0, 0, .2);
    overflow: hidden;
    position: relative;
    display: flex;
}

.tab-nav {
    margin-top: 1.5625vw;
    border-top: 0 solid #333;
    width: 25.8696%;
    max-width: 240px;
    text-align: center;
    text-indent: 0;
    position: relative;
    z-index: 10;
    flex-shrink: 0;
}

.tab-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-nav ul li {
    cursor: pointer;
    font-size: var(--fz20);
    line-height: 3.0208vw;
    width: 100%;
    max-width: 240px;
    color: #999;
    transition: all 0.3s ease;
    position: relative;
}

/* 添加鼠标悬浮效果 */
.tab-nav ul li:hover {
    color: #208ce3;
    font-weight: bold;
}

.tab-nav ul li.on {
    background: url(../newimages/qywh/2025qywhhdon.png) no-repeat;
    background-size: 100% 100%;
    color: #000;
    font-weight: bold;
}

/* 确保激活状态的样式优先级高于悬浮状态 */
.tab-nav ul li.on:hover {
    color: #000;
}

/* 确保Swiper容器能正确显示 */
.swiper-container {
    width: 74.1304%;
    max-width: 680px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

/* 确保tab-content样式正确应用到Swiper容器 */
.tab-content {
    width: 74.1304%;
    max-width: 890px;
    height: 100%;
    border-left: 0.0521vw solid #d7d7d7;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

/* 确保Swiper滑动片能正确显示 */
.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 1.5625vw;
}

.tab-pane {
    zoom: 1;
    height: 100%;
    width: 100%;
    padding-top: 1.5625vw;
    box-sizing: border-box;
    background-position: right bottom !important;
    background-size: auto 85% !important;
    background-repeat: no-repeat !important;
}

.tab-pane h3{
    color: #208ce3; 
    font-size: var(--fz24); 
    line-height: 3.125vw;
    margin-top: 1vw;
}

.concept-tags {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0.5208vw 0 1.0417vw 0;
}

.concept-tags li {
    width: auto;
    margin-right: 1.0417vw;
    margin-bottom: 0.5208vw;
    line-height: 1.5625vw; 
    color: #208ce3; 
    font-size: var(--fz14);
}

.tab-pane p {
    margin-top: 1.5625vw;
    width: 50%;
    font-size: var(--fz16);
    line-height: 1.875vw;
    text-align: justify;
    margin-bottom: 0;
}

/* 管理理念背景图 - 优化显示效果 */
.tab-pane:nth-child(1){background: url(../newimages/qywh/2025qywhglln01.png) no-repeat right center; background-size: auto 85%;}
.tab-pane:nth-child(2){background: url(../newimages/qywh/2025qywhglln02.png) no-repeat right center; background-size: auto 85%;}
.tab-pane:nth-child(3){background: url(../newimages/qywh/2025qywhglln03.png) no-repeat right center; background-size: auto 85%;}
.tab-pane:nth-child(4){background: url(../newimages/qywh/2025qywhglln04.png) no-repeat right center; background-size: auto 85%;}
.tab-pane:nth-child(5){background: url(../newimages/qywh/2025qywhglln05.png) no-repeat right center; background-size: auto 85%;}
.tab-pane:nth-child(6){background: url(../newimages/qywh/2025qywhglln06.png) no-repeat right center; background-size: auto 85%;}
.tab-pane:nth-child(7){background: url(../newimages/qywh/2025qywhglln07.png) no-repeat right center; background-size: auto 85%;}
.tab-pane:nth-child(9){background: url(../newimages/qywh/2025qywhglln09.png) no-repeat right center; background-size: auto 85%;}

/* 优化图片显示 */
.tab-pane:nth-child(8) p{margin-top: 1.0417vw !important; width: 100%; text-align: center;}
.tab-pane:nth-child(8) p img{width: 26.2083vw; max-width: 100%; height: auto;}
.tab-pane:nth-child(10) p {width: 100%; text-align: center; line-height: 26vw;}
.tab-pane:nth-child(10) p img{width: 32.2917vw; max-width: 100%; height: auto;}

/* 优化文本显示，确保完整显示 */
.tab-pane {
    background-color: #fff;
    background-position: right center !important;
    background-size: auto 85% !important;
    background-repeat: no-repeat !important;
}

/*企业文化结束 */

/* 响应式设计 */

/* 大屏幕设备 (1200px 及以下) */
@media screen and (max-width: 1200px) {
    .newqywh {
        width: 90%;
        margin: 0 auto;
    }
    
    /* 核心理念响应式设计 */
    .core-values {
        width: 100%;
    }
    
    .core-values-list {
        width: 100%;
        max-width: 100%;
    }
    
    .core-values-item,.core-values-item.item-more {
        width: 24%;
        margin: 0.40vw 0.206vw 0;
        width: 23.7%;
        height: 15vw;
    }
    

    .core-values-item:nth-child(4n) {
        margin-right: 0;
    }
    
    /* 发展理念响应式设计 */
    .development-concepts {
        width: 100%;
    }
    
    .development-list {
        width: 100%;
        max-width: 100%;
    }
    
    .development-item {
        width: 100%;
        margin-bottom: 1.33%;
    }
    
    .development-img {
        width: 64.5%;
        height: 12vw;
    }
    .development-img span{
        height: 12vw;
        line-height: 12vw;
    }
    .development-img p{
        font-size: var(--fz16);
        line-height: 2vw;
    }
    
    .development-text {
        width: 34%;
        height: 12vw;
    }
    
    /* 管理理念响应式设计 */
    .management-concepts {
        width: 100%;
    }
    
    .tab-container {
        width: 100%;
    }
    
    .tab-nav {
        width: 26%;
    }
    
    .tab-content {
        width: 73%;
    }
}



/* 移动设备 (758px 及以下) */
@media screen and (max-width: 758px) {
    /* 通用样式 */
    .newqywh {
        width: 95%;
        margin: 0 auto;
    }
    
    .newqywh h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    /* 核心理念响应式设计 - 改为每行两个 */
    .core-values {
        width: 100%;
    }
    
    .core-values-list {
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
    }
    
    .core-values-item,.core-values-item.item-more {
        width: 48%;
        margin: 0.8333vw 0;
        height: 40vw;
        max-height: 40vw;
        aspect-ratio: 1 / 1;
    }
    
    /* 移除第4n个项目的特殊样式，因为现在是每行两个 */
    .core-values-item:nth-child(4n) {
        margin-right: 0.8333vw;
    }
    
    /* 第2n个项目右外边距为0 */
    .core-values-item:nth-child(2n) {
        margin-right: 0;
    }
    
    /* 确保最后一个项目保持48%宽度，因为现在是每行两个 */
    .core-values-item:nth-child(8) {
        margin-right: 0 !important;
    }
    
    /* 调整核心理念的字体大小 */
    .core-values-content h2 {
        font-size: var(--fz46);
        padding-top: 2.0833vw;
        text-indent: 2.0833vw;
    }
    
    .core-values-desc h2 {
        font-size: var(--fz46);
    }
    
    .core-values-desc p {
        font-size: var(--fz24);
        line-height: 6.125vw;
        padding-top: 2vw;
        padding-left: 2.0833vw;
    }
    
    /* 发展理念响应式设计 - 改为单独一行显示 */
    .development-concepts {
        width: 100%;
    }
    
    .development-list {
        width: 100%;
        max-width: 100%;
    }
    
    .development-item {
        width: 100%;
        height: auto;
        margin-bottom: 2.5vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .development-item:nth-child(even){
      flex-direction: column;  
    }

    .development-img {
        width: 100%;
        height: auto;
        min-height: 60vw;
        margin-bottom: 1.25vw;
        display: block;
    }
    
    .development-img span {
        font-size: var(--fz46);
        height: auto;
        min-height: 60vw;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 2.0833vw;
    }
    
    .development-img p {
        font-size: var(--fz20);
        line-height: 1.6em;
        height: auto;
        min-height: 60vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 2.0833vw;
    }
    
    .development-text {
        width: 100%;
        height: auto;
        min-height: 20vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2.0833vw;
        margin-top: 0;
        text-align: center;
        box-sizing: border-box;
    }
    
    .development-text h3 {
        margin: auto;
        text-align: center;
        font-size: var(--fz46);
        padding-bottom: 1vw;
        margin-bottom: 1vw;
    }
    
    .development-text p {
        font-size: var(--fz14);
    }
    
    /* 管理理念响应式设计 - 改为上下结构 */
    .management-concepts {
        width: 100%;
    }
    
    .tab-container {
        width: 100%;
        height: auto;
        flex-direction: column;
        box-shadow: none;
        border-radius: 0;
    }
    
    /* 导航改为横向滑动，只显示4个标签 */
    .tab-nav {
        width: 100%;
        margin-top: 0;
        border-top: 0.0521vw solid #d7d7d7;
        border-bottom: 0.0521vw solid #d7d7d7;
        max-width: 100%;
    }
    
    .tab-nav ul {
        width: 100%;
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* scrollbar-width: none; */
        padding: 0.8333vw 0;
        white-space: nowrap;
    }
    
    .tab-nav ul::-webkit-scrollbar {
        /* display: none; */
    }
    
    /* 确保只显示4个标签，超出部分横向滚动 */
    .tab-nav ul li {
        flex-shrink: 0;
        width: 32%; /* 23% * 4 = 92%，留出8%的间距 */
        min-width: 80px;
        margin: 0 1%;
        font-size: var(--fz24);
        line-height: 10.1667vw;
        color: #666;
        text-align: center;
        box-sizing: border-box;
    }
    
    /* 内容区域改为上下结构 */
    .swiper-container.tab-content {
        width: 100%;
        height: auto;
        border-left: none;
        padding: 2.0833vw;
    }
    
    /* 确保管理理念内容加高 */
    .tab-content {
        width: 100%;
        height: auto;
        border-left: none;
        border-top: none;
        padding: 2.0833vw;
    }
    
    .swiper-slide {
        width: 100%;
        height: auto;
        min-height: 300px;
        padding: 2.0833vw;
    }
    
    .tab-pane {
        height: auto;
        min-height: 300px;
        padding-top: 8vw;
        background-image: none !important;
        background-position: right bottom !important;
        background-size: 60% !important;
    }
    
    .tab-pane h3 {
        font-size: var(--fz46);
        line-height: 2em;
        margin-top: 0;
        margin-bottom: 2vw;
        text-align: center;
    }
    
    .concept-tags {
        width: 100%;
    }
    
    .concept-tags li {
        width: 100%;
        font-size: var(--fz20);
        line-height: 1em;
        margin-right: 3.6667vw;
        margin-bottom: 1.6667vw;
        text-align: center;
    }
    
    .tab-pane p {
        width: 100%;
        font-size: var(--fz24);
        line-height: 1.7em;
        margin-top: 4vw;
        text-align: justify;
    }
    
    /* 调整图片大小 */
    .tab-pane:nth-child(8) p img,
    .tab-pane:nth-child(10) p img {
        width: 100% !important;
        height: auto;
    }
    
    /* 调整第8个标签页的样式 */
    .tab-pane:nth-child(8) p {
        margin-top: 2.0833vw !important;
    }
    .tab-pane:nth-child(9) p{
        text-align: center;
    }
    
    /* 调整第10个标签页的样式 */
    .tab-pane:nth-child(10) p {
        line-height: normal;
    }
}

/* 响应式设计 */
