/*企业文化*/
.corporate-culture-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.corporate-culture-item{
    position: relative;
    background-color: #F4F4F4;
    cursor: pointer;
}
.corporate-culture-item .image-zoom{
    display: none;
}
.corporate-culture-item:hover .image-zoom,
.corporate-culture-item.active .image-zoom{
    display: block;
}
.corporate-culture-item .body{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.corporate-culture-item .body .icon{
    display: flex;
    justify-content: center;
}
.corporate-culture-item .body .icon img{
    width: 50px;
}
.corporate-culture-item .body .icon img:nth-child(2),
.corporate-culture-item:hover .body .icon img:nth-child(1),
.corporate-culture-item.active .body .icon img:nth-child(1){
    display: none;
}
.corporate-culture-item:hover .body .icon img:nth-child(2),
.corporate-culture-item.active .body .icon img:nth-child(2){
    display: block;
}
.corporate-culture-item .body .text{
    margin-top: 40px;
    padding: 0 40px;
}
.corporate-culture-item .body .text p{
    text-align: center;
}
.corporate-culture-item .body .text p:first-child{
    font-size: 24px;
    font-weight: bold;
}
.corporate-culture-item .body .text p:last-child{
    margin-top: 20px;
    color: #333;
}
.corporate-culture-item:hover .body .text p,
.corporate-culture-item.active .body .text p{
    color: #FFF;
}
/*发展历程*/
.development-swiper{
    position: relative;
}
.development-swiper .swiper-button-prev,
.development-swiper .swiper-button-next{
    top: calc(50% - 40px);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #00A1E9;
    outline: none;
}
.development-swiper .swiper-button-disabled {
    background: none;
    opacity: 1;
    border: solid 1px #00A1E9;
    color: #00A1E9;
}
.swiper-pagination-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 130px;
    padding: 0 10%;
    background-image:
            linear-gradient(to bottom, #D4D4D4 50%, transparent 50%), /* 线性渐变生成的细线 */
            url("https://oss.tiandeyi.com/static/home/image/about/swiper-pagination-time-bg.png"); /* 背景图片 */
    background-position:
            center center, /* 渐变线位置：居中 */
            center 50px; /* 图片位置：居中 */
    background-size:
            100% 2px, /* 渐变线尺寸：宽度100%，高度2px */
            auto 14px; /* 图片尺寸：自动宽度，高度14px */
    background-repeat:
            no-repeat, /* 渐变线不重复 */
            repeat-x; /* 图片水平平铺 */
}
.swiper-pagination-time .swiper-pagination-bullet {
    position: relative;
    background: #FFF;
    border: 1px solid #D0D0D0;
    opacity: 1;
    width: 28px;
    height: 28px;
}
.swiper-pagination-time .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 14px;
    height: 14px;
    background: #D0D0D0;
    border-radius: 100%;
    z-index: 1;
}
.swiper-pagination-time .swiper-pagination-bullet b {
    position: absolute;
    top: 30px; /* 调整此值以适应你的设计要求，确保文本位于圆点下方 */
    left: 50%; /* 使文本水平居中 */
    transform: translateX(-50%); /* 结合 left: 50% 实现文本水平居中 */
    width: auto; /* 根据内容自动调整宽度 */
    text-align: center;
    font-size: 30px;
    color: #D0D0D0;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.swiper-pagination-time .swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-pagination-time .swiper-pagination-bullet-active b {
    top: 30px; /* 同样地，确保文本位于激活状态下的圆点下方 */
    left: 50%;
    transform: translateX(-50%);
    color: #333;
}
.development-item{
    display: flex;
    justify-content: center;
}
.development-item .desc{
    font-size: 24px;
    font-weight: bold;
    color: var(--blue);
}
.development-item .content p {
    position: relative;
    line-height: 30px;
    padding-left: 20px;
}
.development-item .content p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    background-color: #B3B3B3;
    border-radius: 50%;
}
/*公司资质*/
.honor-swiper{
    position: relative;
    padding: 0 100px;
    --swiper-navigation-size: 15px;
}
.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-button-next{
    top: calc(50% - 40px);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #00A1E9;
    outline: none;
}
.honor-swiper .swiper-button-disabled {
    background: none;
    opacity: 1;
    border: solid 1px #00A1E9;
    color: #00A1E9;
}
.honor-item{
}
.honor-item img {
    padding: 10px;
    width: 100%;
    height: 310px; /* 设置固定高度 */
    object-fit: contain; /* 保持比例完整显示 */
    object-position: center; /* 居中显示 */
}
.honor-item p{
    padding:20px 30px 0;
    font-size: 16px;
}

/*合作客户*/
.partner-list{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}
.product-item{
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

/*制造能力*/
.manufacturing-capability-description p{
    color: #333;
}
.manufacturing-capability-description p:first-child{
    font-weight: bold;
    color: #000;
}
.stats-container {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-content img {
    height: 40px;
    margin-right: 15px;
}

.stat-number {
    font-size: 28px;
}

.special-number {
    display: flex;
    align-items: center;
}

.special-number .main-digit {
    font-size: 45px;
    font-weight: bold;
}

.special-number .plus {
    font-size: 45px;
    margin: 0 5px;
}

/* 针对30000 M²的特殊样式 */
.area-number {
    display: flex;
    align-items: baseline;
}

.area-number .digit {
    font-size: 45px;
    font-weight: bold;
}

.area-number .unit {
    font-size: 20px;
    margin-left: 5px;
}

.stat-text {
    margin-top: 20px;
    font-size: 18px;
}
.manufacturing-capability-swiper{
    position: relative;
    padding: 0 100px;
    --swiper-navigation-size: 15px;
}

.manufacturing-capability-swiper .swiper-button-prev,
.manufacturing-capability-swiper .swiper-button-next{
    top: calc(50% - 40px);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #00A1E9;
    outline: none;
}
.manufacturing-capability-swiper .swiper-button-disabled {
    background: none;
    opacity: 1;
    border: solid 1px #00A1E9;
    color: #00A1E9;
}