﻿.Index_CategoryImage_0, .Index_CategoryImage_0 img, .Index_CategoryImage_1 img, .Index_CategoryImage_2 img {
    width: 100%;
    max-width:1200px;
}

.Index_CategoryImage_1 {
    width: 50%;
}

.Index_CategoryImage_2 {
    width: 25%;
}

section {
    text-align: left;
}

.home_image_group {
    width: 100%;
}

.HiddenSpan {
    font-size: 0;
    display: none;
    width: 0;
}
.Home_Product {
    display: inline;
}
/*.HomeIndexIntroduce {
    overflow-x:auto;
}
.HomeIndexIntroduce h1, .HomeIndexIntroduce p {
    white-space: nowrap;*/ /* 核心：禁止自动换行 */
    /*overflow: hidden;*/ /* 超出部分隐藏（推荐） */
    /*text-overflow: ellipsis;*/ /* 超出时显示 ... （很常用，美观） */
    /* 可选，根据你的布局需求加 */
    /*max-width: 100%;*/ /* 不超过父容器宽度 */
    /* 或固定宽度： width: 500px; */
/*}*/
.HomeEachCategoryImage {
    position: relative;
}

body, section {
    max-width: 4000px;
    text-align: center;
}
.HomeEachCategoryImage {
    padding: 20px;
    width: calc(100% - 40px);
    position: relative;
    background: #f5f5f7;
    margin-bottom:10px;
}
    .HomeEachCategoryImage .content {
        width: 100%;
        max-width: 1000px;
    }