/* 修复英文版产业门类与中文版样式统一 */

/* 重置英文版产业门类区域样式 */
.IndustrySection {
    padding: 60px 0;
    background-color: #f5f9fc;
    position: relative;
}

.flexC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.IndustryC {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden !important;
}

/* 左侧大图样式 */
.IndustryPic {
    width: 455px !important;
    height: 611px !important;
    flex: 0 0 455px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
}

.IndustryPic img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 右侧文本区域样式 */
.IndustryText {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 611px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: 14px !important;
    color: #fff !important;
}

/* 重新设计右侧面板样式 */
.IndustryTextItem {
    display: block !important;
    margin: 0 !important;
    padding: 20px 9% !important;
    border: none !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
}

/* 第一个项目 - 优先发展2个先导产业 */
.IndustryTextItem1 {
    background-color: #005376 !important;
}

/* 第二个项目 - 突破发展5个新兴产业 */
.IndustryTextItem2 {
    background-color: #006d98 !important;
}

/* 第三个项目 - 提质发展3个优势产业 */
.IndustryTextItem3 {
    background-color: #0085b8 !important;
}

/* 第四个项目 - 超前发展1批未来产业 */
.IndustryTextItem4 {
    background-color: #D2F0FD !important;
    color: #005376 !important;
}

/* 圆圈图标样式 */
.IndustryTextItem .circle {
    margin-top: 0 !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
    position: relative !important;
    top: 2px !important;
}

.IndustryTextItem .circle,
.IndustryTextItem .circle:before {
    border-color: #fff !important;
}

.IndustryTextItem4 .circle,
.IndustryTextItem4 .circle:before {
    border-color: #005376 !important;
}

/* 文本样式 */
.IndustryTextItem .text h3 {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 24px !important;
}

.IndustryTextItem .text p {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    line-height: 1.6 !important;
    color: rgba(255,255,255,0.8) !important;
}

.IndustryTextItem4 .text h3 {
    color: #005376 !important;
}

.IndustryTextItem4 .text p {
    color: #005376 !important;
}

.IndustryTextItem .text p:last-child {
    margin-bottom: 0 !important;
}

/* 确保所有面板高度相同 */
.IndustryTextItem {
    height: 152.75px !important; /* 611px ÷ 4 = 152.75px */
    display: flex !important;
    align-items: flex-start !important;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .IndustryC {
        flex-direction: column !important;
    }

    .IndustryPic {
        width: 100% !important;
        flex: 0 0 100% !important;
        height: 300px !important;
    }

    .IndustryText {
        height: auto !important;
    }

    .IndustryTextItem {
        height: auto !important;
        min-height: 140px !important;
        padding: 20px !important;
    }
}

/* 搜索修复 */
.product-target {
    position: relative;
    overflow: hidden;
}

/* 节标符 */
.IndustryTextItem1:before,
.IndustryTextItem2:before,
.IndustryTextItem3:before,
.IndustryTextItem4:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.1);
    opacity: 0.6;
}

.IndustryTextItem4:before {
    background-color: rgba(0,83,118,0.1);
    opacity: 0.3;
}

/* 添加flex布局对齐 */
.IndustryTextItem.flex {
    display: flex !important;
    align-items: flex-start !important;
}
