/* 自定义样式 - 根据UI设计标注调整 */

/* 导航栏样式 */
/* .home2-category-list {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 70px;
    display: flex;
    align-items: center;
}

.home2-category-list .layui-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.home2-category-list .head-logo {
    height: 50px;
    display: flex;
    align-items: center;
}

.home2-category-list .head-logo img {
    height: 40px;
}

.home2-head-logo-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.home2-category-list-ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home2-category-list-ul li {
    margin: 0 15px;
    position: relative;
}

.home2-category-list-ul li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
    display: block;
    padding: 10px 0;
}

.home2-category-list-ul li a:hover {
    color: #1E9FFF;
}

.home2-category-list-ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #1E9FFF;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.home2-category-list-ul li:hover::after {
    width: 100%;
} */

/* 首页banner区域调整 */
.body-container {
    padding-top: 80px; /* 为固定导航栏留出空间 */
}

.contentImage {
    height: 650px; /* 调整banner高度 */
    position: relative;
    margin-top: 0; /* 移除顶部间距，因为已经有padding-top */
}

.backgroundImage {
    position: relative;
    overflow: hidden;
}

#backendWall {
    transition: transform 8s ease; /* 添加缓慢缩放效果 */
}

.contentImage:hover #backendWall {
    transform: scale(1.05); /* 悬停时轻微放大背景 */
}

.tipXla {
    width: 80px; /* 增加下箭头大小 */
    height: 80px; /* 增加下箭头大小 */
    bottom: 20px; /* 调整下箭头位置 */
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7)); /* 添加发光效果 */
}

/* 卡片容器样式调整 */
.card-container {
    margin-top: 50px; /* 增加上边距 */
    margin-bottom: 60px; /* 增加下边距 */
    /* 移除过渡效果 */
}

/* 移除悬停效果 */

.card-container:first-of-type {
    margin-top: 80px;
}

/* 卡片标题样式调整 */
.card-title {
    padding: 22px 25px; /* 增加内边距 */
    background: #fff; /* 白色背景 */
}

/* 默认标题样式 */
.card-title h3 {
    font-size: 24px; /* 增加标题字体大小 */
    font-weight: 700; /* 加粗标题 */
    position: relative; /* 为伪元素定位 */
    padding-left: 15px; /* 为左侧装饰留出空间 */
}

.card-title h3:before {
    content: ''; /* 创建伪元素 */
    position: absolute; /* 绝对定位 */
    left: 0; /* 靠左对齐 */
    top: 50%; /* 垂直居中 */
    transform: translateY(-50%); /* 精确垂直居中 */
    width: 5px; /* 宽度 */
    height: 80%; /* 高度 */
    background-color: var(--var-theme-color); /* 使用主题色 */
    border-radius: 3px; /* 圆角 */
}

/* 居中标题样式 - 用于园区效果图和关于中企云通 */
.section-title {
    padding-top:40px;
    text-align: center;
    margin: 0px 0 0px;
    position: relative;
}

.section-title h2 {
    /*字体38pt，pc和手机端适配*/ 
    font-size: 20pt;
    font-weight: 700;
    color: #333;
    margin-bottom: 18px;
    display: inline-block;
}

.section-title .title-line {
    display: block;
    width: 50px; /* 调整宽度与第一张图片一致 */
    height: 4px;
    margin: 0 auto;
    background: linear-gradient(to right, #d4a675, #e2c9a6); /* 玫瑰金渐变色 */
    border-radius: 2px;
}

.categoryMore {
    font-size: 16px; /* 调整"更多"字体大小 */
    transition: color 0.3s ease; /* 添加颜色过渡效果 */
}

.categoryMore a:hover {
    color: var(--var-theme-color) !important; /* 悬停时使用主题色 */
    text-decoration: underline; /* 添加下划线 */
}

/* 卡片内容样式调整 */
.card-content-row {
    padding: 0px 0; /* 增加内容区域上下内边距 */
    background-color: #fff; /* 确保背景为白色 */
}

.card-content-col {
    padding: 0px 0px; /* 增加内容单元格内边距 */
    background-color: #fff; /* 确保背景为白色 */
}

/* 园区效果图和关于中企云通图片样式 */
.card-content-row p {
    position: relative;
    overflow: hidden;
    max-height: 800px; /* 设置容器的最大高度 */
    height: auto;
    text-align: center;
}

.card-content-row p img {
    max-width: 100%;
    display: block;
    padding-top: 20px;
    position: relative;
    transform: translateY(-10%); /* 向上移动图片10% */
    clip-path: inset(10% 0 10% 0); /* 裁剪掉顶部和底部各10%，显示中间80% */
}

/* 视频缩略图中的图片不应用变换和裁剪 */
.video-thumbnail-container img {
    transform: none !important;
    clip-path: none !important;
}

/* 移除悬停效果 */

/* 园区效果图和关于中企云通样式 */
.card-content-row p {
    margin-bottom: 15px;
    line-height: 2.2;
}
.card-content-row{
    border-bottom: 0px solid #e9e9e9;
    border-left: 0px solid #e9e9e9;
    border-right: 0px solid #e9e9e9;
}
/* .card-content-row p img {
    transition: transform 0.3s ease;
} */

/* .card-content-row p img:hover {
    transform: scale(1.02);
} */

/* .card-content-row p[style*="text-indent"] {
    color: #333;
    font-size: 16px;
    text-align: justify;
} */

/* 图文列表样式调整 */
.home-article-img-summary-list {
    margin-bottom: 25px; /* 增加列表项间距 */
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.home-article-img-summary-list:hover {
    transform: translateX(5px); /* 悬停时轻微右移 */
}

/* 图片样式优化 */
.home-article-img-summary-list .layui-col-md4 img {
    border-radius: 6px; /* 图片圆角 */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); /* 图片阴影 */
    transition: transform 0.3s ease; /* 添加过渡效果 */
    object-fit: cover; /* 确保图片覆盖整个容器 */
    height: 140px; /* 统一图片高度 */
}

.home-article-img-summary-list:hover .layui-col-md4 img {
    transform: scale(1.05); /* 悬停时图片放大 */
}

/* 文字内容样式优化 */
.imageTextContent {
    padding-left: 20px; /* 增加左侧内边距 */
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.textH3 {
    font-size: 20px; /* 增加标题字体大小 */
    margin-top: 0.5rem; /* 调整标题上边距 */
    margin-bottom: 0.5rem; /* 添加标题下边距 */
    font-weight: 700; /* 加粗标题 */
    -webkit-line-clamp: 2; /* 允许标题显示两行 */
    color: #333; /* 标题颜色 */
    transition: color 0.3s ease; /* 添加颜色过渡效果 */
}

.home-article-img-summary-list:hover .textH3 {
    color: var(--var-theme-color); /* 悬停时标题变为主题色 */
}

.tag_articleSummary {
    font-size: 16px; /* 增加摘要字体大小 */
    margin-top: 0.8rem; /* 调整摘要上边距 */
    line-height: 1.6; /* 增加行高 */
    color: #666; /* 摘要颜色 */
    -webkit-line-clamp: 3; /* 限制摘要行数 */
}

.articleTag {
    padding: 4px 10px; /* 增加标签内边距 */
    margin-top: 1rem; /* 增加标签上边距 */
    font-size: 14px; /* 调整标签字体大小 */
    border-radius: 4px; /* 标签圆角 */
    display: inline-block;
    font-weight: 500; /* 标签字体加粗 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 添加阴影 */
}

/* 友情链接样式调整 */
.friendly-card {
    padding: 35px 15px; /* 增加友情链接区域内边距 */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; /* 均匀分布链接 */
}

.friendLink {
    width: 80%; /* 调整友情链接宽度 */
    margin: 0px 30px 30px 30px;
    padding: 10px 10px; /* 增加友情链接内边距 */
    transition: all 0.3s ease; /* 添加悬停动画效果 */
    border-radius: 8px; /* 添加圆角 */
    overflow: hidden; /* 确保内容不超出圆角 */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); /* 添加阴影 */
    background-color: #fff; /* 确保背景为白色 */
}

.friendLink:hover {
    transform: scale(1.05); /* 悬停时放大效果 */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12); /* 悬停时增强阴影 */
}

.friendLink img {
    transition: transform 0.5s ease; /* 图片过渡效果 */
    max-height: 150px; /* 限制图片高度 */
    border-radius: 4px; /* 图片圆角 */
}

.friendLink:hover img {
    transform: scale(1.1); /* 悬停时图片放大 */
}

/* 页脚样式调整 */
.footer-container {
    margin: 0;
    width: 100%;
    background-color: var(--var-theme-color);
    color: white;
}

.footer-bottom-container {
    position: relative; /* 为伪元素定位 */
}

.footer-bottom-container:before {
    content: ''; /* 创建伪元素 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #fff, rgba(255,255,255,0.3), #fff); /* 添加顶部装饰线 */
}

.footer-place-concat {
    font-size: 16px; /* 增加页脚字体大小 */
    line-height: 2; /* 增加页脚行高 */
    padding: 20px 0; /* 添加内边距 */
    text-align: center; /* 居中对齐 */
}

.footer-place-concat p {
    margin: 10px 0; /* 增加段落间距 */
}

.footer-place-concat a {
    color: #fff !important; /* 链接颜色 */
    text-decoration: none; /* 移除下划线 */
    transition: color 0.3s ease; /* 添加颜色过渡效果 */
}

.footer-place-concat a:hover {
    color: #f0f0f0 !important; /* 悬停时颜色变化 */
    text-decoration: underline; /* 添加下划线 */
}

.technicalSupport {
    text-align: center;
    font-size: 0.7rem;
    padding-bottom: 20px
}

.technicalSupport a {
    color: white !important;
}

.technicalSupport a:hover, .technicalSupport a:active {
    color: cornflowerblue;
}

.footer-container {
    margin: 0;
    width: 100%;
    background-color: var(--var-theme-color);
    color: white;
}
 

/* 移动端响应式样式 */
@media screen and (max-width: 768px) {
    /* 导航栏 */
    .home2-category-list {
        height: 60px;
    }
    
    .home2-category-list .logo img {
        height: 30px;
    }
    
    .mobileHeadLogoMenu {
        padding: 10px 15px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }
    
    .mobileHeadLogo img {
        height: 30px;
    }
    
    .mobileHeadMenu {
        font-size: 20px;
    }
    
    /* 内容区域 */
    /* .body-container {
        padding-top: 60px;
    }
    
    .contentImage {
        height: 350px;
    }
    
    .tipXla img {
        width: 30px;
    } */
    
    /* 卡片 */
    /* .card-container {
        margin: 20px 0;
    }
    
    .card-container:first-of-type {
        margin-top: 40px;
    }
    
    .card-title h3 {
        font-size: 18px;
    }
    
    .card-content-row {
        padding: 15px;
    } */
    
    /* 园区效果图和关于中企云通 */
    .card-content-row p[style*="text-indent"] {
        font-size: 14px;
        line-height: 1.6;
        text-indent: 1.5em !important;
    }
    
    /* 图文列表 */
    .home-article-img-summary-list {
        margin-bottom: 15px;
    }
    
    .imageTextContent h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .tag_articleSummary {
        font-size: 12px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
    }
    
    .articleTag {
        font-size: 10px;
        padding: 2px 5px;
    }
    
    /* 友情链接和页脚 */
    .friendly-card {
        padding: 10px;
    }
    
    .footer {
        padding: 15px 0;
        font-size: 12px;
    }
    
    .footer p {
        margin-bottom: 5px;
    }
}