/* 保持原有卡片样式 */
.loading-wrapper {
    text-align: center;
    padding: 20px;
    color: #999;
}
.end-marker {
    text-align: center;
    padding: 30px;
    color: #ccc;
    font-size: 14px;
}
.load-error {
    color: #ff4d4f;
    text-align: center;
    padding: 20px;
}
 
 
 /* 平板设备 (768px以下) */
@media (max-width: 768px) {
  .el-carousel__container {
    height: 200px !important;
  }
  
  .el-carousel__arrow {
    width: 30px !important;
    height: 30px !important;
  }
}

/*服务方案*/
.solution-section {
    padding: 40px 20px;
    background: #f8f9fa;
}

.solution-card {
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none !important;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.card-content {
    text-align: center;
    padding: 30px 20px;
}

.icon-wrapper {
    margin-bottom: 20px;
    color: #409EFF;
}

.title {
    color: #303133;
    font-size: 20px;
    margin-bottom: 15px;
}

.desc {
    color: #606266;
    font-size: 14px;
    line-height: 1.6;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .solution-section {
        padding: 20px 10px;
    }
    
    .card-content {
        padding: 20px 15px;
    }
    
    .title {
        font-size: 18px;
    }
    
    .el-icon {
        font-size: 48px !important;
    }
}

/* 图标颜色定制 */
.el-icon-monitor { color: #67C23A; }
.el-icon-mobile { color: #E6A23C; }
.el-icon-chat-dot-round { color: #409EFF; }
.el-icon-cpu { color: #F56C6C; }

/*关于我们*/
.about-section {
    padding: 60px 20px;
    background: #fff;
}

.section-title {
    font-size: 32px;
    color: #303133;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 80%;
    background: #409EFF;
}

.intro-text {
    color: #606266;
    line-height: 1.8;
    margin-bottom: 40px;
}

.stats-row {
    margin: 30px 0;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 10px;
}

.stat-value {
    font-size: 28px;
    color: #409EFF;
    font-weight: bold;
    margin-bottom: 8px;
}

.stat-label {
    color: #909399;
    font-size: 14px;
}

.advantage-item {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 15px 0;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.advantage-item:hover {
    transform: translateX(10px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.advantage-icon {
    flex-shrink: 0;
    margin-right: 20px;
    color: #67C23A;
}

.advantage-text h4 {
    color: #303133;
    margin-bottom: 8px;
}

.advantage-text p {
    color: #909399;
    font-size: 14px;
    line-height: 1.6;
}

.about-image {
    border-radius: 12px;
    overflow: hidden;
    min-height: 400px;
}

.image-placeholder {
    height: 400px;
    background: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-loading {
    color: #dcdfe6;
    font-size: 50px;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .about-section {
        padding: 30px 10px;
    }
    
    .section-title {
        font-size: 24px;
        padding-left: 15px;
    }
    
    .stat-item {
        padding: 15px;
        margin: 5px;
    }
    
    .stat-value {
        font-size: 22px;
    }
    
    .advantage-item {
        padding: 15px;
        margin: 10px 0;
    }
    
    .about-image {
        margin-top: 30px;
        min-height: 300px;
    }
}

/* 图标颜色定制 */
.el-icon[Trophy] { color: #E6A23C; }
.el-icon[Lock] { color: #F56C6C; }
.el-icon[Clock] { color: #409EFF; }
.el-icon[MagicStick] { color: #67C23A; }

/* 新增全局容器样式 */
.about-section {
    max-width: 1200px; /* 新增最大宽度 */
    margin: 0 auto;    /* 居中显示 */
    padding: 60px 20px;
    background: #fff;
}

/* 调整布局容器 */
.about-container {
    display: flex;      /* 新增flex布局 */
    align-items: stretch; /* 等高布局 */
}

/* 左侧内容区域 */
.about-content {
    height: 100%;      /* 继承父级高度 */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 右侧图片区域 */
.about-image {
    height: 100%;      /* 继承父级高度 */
}

/* 调整图片容器 */
.about-image .el-image {
    height: 100% !important;
    width: 100%;
    margin-top: 10%;
}

/* 保持原有移动端适配 */
@media (max-width: 768px) {
    .about-container {
        display: block; /* 移动端取消flex布局 */
    }
    
    .about-image {
        height: 300px;  /* 移动端固定高度 */
        margin-top: 30px;
    }
}

/*企业动态*/
.allqiye {
    background: #f8f9fa;
}
.qiye {
    max-width: 1200px; /* 最大宽度 1200px */
    margin: 0 auto; /* 居中显示 */
    padding: 20px; /* 内边距 */
    background: #f8f9fa;
}

.tabs-container {
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;    /* 垂直居中 */
}

.tabs {
    justify-content: center; /* Tab 居中显示 */
}

.articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article-card {
    width: calc(33% - 20px);
    margin: 10px;
    transition: transform 0.2s;
}

.article-card:hover {
    transform: scale(1.05);
}

.article-thumbnail {
    width: 100%;
    height: auto;
}

.article-link {
    text-decoration: none; /* 去除下划线 */
}

.article-content {
    padding: 15px;
}

.article-footer {
    /*display: flex;*/
    justify-content: space-between;
    margin-top: 10px;
}
.article_title {
    display: -webkit-box;         /* 使元素成为一个弹性盒子 */
    -webkit-box-orient: vertical; /* 设置主轴为垂直方向 */
    -webkit-line-clamp: 1;       /* 限制行数为2 */
    overflow: hidden;             /* 隐藏超出部分 */
    text-overflow: ellipsis;     /* 超出部分用省略号表示 */
    color: #303133;
}
.summary {
    display: -webkit-box;         /* 使元素成为一个弹性盒子 */
    -webkit-box-orient: vertical; /* 设置主轴为垂直方向 */
    -webkit-line-clamp: 2;       /* 限制行数为2 */
    overflow: hidden;             /* 隐藏超出部分 */
    text-overflow: ellipsis;     /* 超出部分用省略号表示 */
    color: #606266;
}


.author-publish {
    display: flex;
    align-items: center;
}

.author-publish span {
    background: #f8f9fa;
    padding: 2px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #606266;
}

.stats {
    display: flex;
    gap: 10px; /* 图标和数字之间的间距 */
}

.stats span {
    background: #f8f9fa;
    padding: 0px 15px;
    border-radius: 5px;
    color: #606266;
}
@media (max-width: 768px) {
    .article-card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .article-card {
        width: 100%;
    }
}
.el-icon-star-on { color: #409EFF; }
.el-icon-view { color: #409EFF; }
.el-icon-share { color: #409EFF; }
.news-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.article-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px 0;
}
.article-card {
    transition: all 0.3s;
    border-radius: 8px;
    overflow: hidden;
}
.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.article-thumb {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}
.article-body {
    padding: 15px;
}
.article-title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
    height: 3em;
    overflow: hidden;
}
.article-meta {
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}
.pagination-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .article-grid {
        grid-template-columns: 1fr;
    }
    .article-thumb {
        height: 180px;
    }
    .article-title {
        font-size: 14px;
    }
}