
/* 首页区块间距与节奏（仅作用于 #index） */
#index {
    --idx-section-y: clamp(40px, 5vw, 72px);
    --idx-gap-lg: clamp(16px, 3vw, 40px);
}

.swiper-image {
    width: 100%;
    max-width: 100%;
    overflow: hidden;

}

#index .swiper-image .swiper .image {
    width: 100%;
}
.swiper-slide .image_box {
    position: relative;
    width: 100%;
    padding: calc(100% / 200 * 100 / 2) 0;
    overflow: hidden;
    display: flex;
}
.swiper-slide .image_box > img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
@media (min-width:992px) {
    
    body #Header.active {
        background-color: #fff;
        color: #222;
    }
}
.swiper-image .swiper {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: visible !important;

}
.swiper-image  img{
    width: 100%;
}
body, button, input, pre, select, textarea {
    color: #222;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: lighter;
}
.description  {
    font-size: 14px;
    margin: 15px 0;
    color: #989898;
}
.bannerBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bannerBox>div.image-text {
    margin-bottom: 18px;
    font-size: 38px;
    font-weight: 600;
}
.bannerBox>div{
    font-size: 18px;
}
.swiper-slide.image {
    position: relative;
    align-items: center;
    justify-content: center;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{
    bottom: clamp(20px, 5vw, 47px);
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 52px;
        height: 3px;
        border: 1px solid #fff;
        border-radius: 1px;
        opacity: .5;
        margin: 0 1px;
}

.index_news,
.index-partners,
.index-abus {
    padding: var(--idx-section-y) 0;
}
.index-abus .content{
    width: 810px;
    line-height: 26px;
    margin: 12px auto 0;
}
.numberList {
    margin-top: clamp(24px, 4vw, 36px);
    gap: var(--idx-gap-lg);
    justify-content: center;
    align-items: flex-start;
}
.numberList .number_item{
    margin: 0;
    flex: 1 1 160px;
    max-width: 360px;
    text-align: center;
}
.numberList .number_item .num {
    line-height: 76px;
        font-size: 80px;
        color: #444444;
        font-family: 'DINCond-Bold';
        
}
.numberList .number_item .info {
    line-height: 29px;
        font-size: 16px;
        margin: 8px 0 0;
}
.index-more:not(._2) {
    min-height: clamp(160px, 22vw, 280px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(48px, 8vw, 96px) 16px;
}
.index-more {
    padding: 130px 0 154px;
    text-align: center;
    color: #fff;
    background-image: url(/assets/img/index_content.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}
.index-more .t1 {
    line-height: 65px;
    font-size: 48px;
}
.index-partners  .content >.image-box {
    animation-duration: 2s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}
.index-partners .content._row {
    justify-content: center;
}
.index-partners  .image-box > div {
    position: relative;
    width: 100%;
    padding: 17.647% 0;

}
.index-more._2 {
    background-image: url(/assets/img/index_footer.jpg);
}
.index-more .split {
    display: block;
    width: 37px;
    height: 2px;
    background: #fff;
    margin: 23px auto 15px;
}
.index-more .t2 {
    line-height: 33px;
    font-size: 24px;
}
@media (max-width: 991.98px) {
    .index-more {
        background-attachment: scroll !important;
    }
}
.index_infoList {
    padding: clamp(40px, 6vw, 56px) 0 clamp(48px, 7vw, 64px);
    color: #fff;
    text-align: center;
    background: #8e0004;
    align-items: stretch;
}
.index_infoList .info_item {
    width: 25%;
    position: relative;
    border-right: 1px solid rgba(255,255,255,.18);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_infoList .info_item:last-child {
    border-right:none
}
.index_infoList .info_item .image_box{
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin: auto;
    flex-shrink: 0;
}

.index_infoList .info_item .image_box img {
    width: 100%;
    height: 100%;
    display: block;
}
.index_infoList .info_item .title {
    line-height: 37px;
        font-size: 24px;
        margin: 16px 0 0;
        min-height: 74px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
}
.index_infoList .info_item .content {
    line-height: 30px;
        margin: 15px 0 0;
        color: #fff;
        flex-grow: 1;
        max-width: 280px;
}
._title {
    line-height: 45px;
    font-size: 40px;
    color: #666666;
    text-transform: uppercase;
}
.x_line{
     display: block;
     width: 37px;
     height: 2px;
     background: #e00007;
     margin: 19px auto 15px;
}
.t2 {
    line-height: 41px;
    font-size: 24px;
}
#index .index_news .index_news_sub {
    font-size: 18px;
    line-height: 1.45;
    color: #999;
    font-weight: normal;
    margin-top: 4px;
}
.index_news .list {
    margin-top: clamp(24px, 4vw, 36px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px clamp(16px, 3vw, 32px);
}
.index_news .list >.item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.index_news .list>.item:nth-child(3n) {
    margin-right: 0;
}
.index_news .list>.item>.image-box {
    padding-bottom: 14px;
    border-bottom:1px solid #e8e8e8 ;
    
}
.index_news .list>.item>.image-box>.box {
    display: block;
    overflow: hidden;
    padding: 35% 0;
    
    position: relative;
}
.image-box>.box>img{
    width: 100%;
    position: absolute;
    
    object-fit: cover;

    left: 0;
    top: 0;
    height: 100%;
    transform:scale(1);
    transition: all 0.4s ease-in 0s;
}
.image-box>.box>img:hover{
    transform: scale(1.1);
}
.index_news .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #222;
    margin-top: auto;
    padding-top: 4px;
}
.index_news .title {
    line-height: 28px;
    font-size: 20px;
    color: #000000;
    margin: 12px 0 0;
    padding-bottom: 14px;
    display: block;
    border-bottom: 1px solid #e8e8e8;
}
#index .index_news .description {
    margin: 10px 0 14px;
    flex-grow: 1;
}
.index_news ._ul {
    margin: 20px 0 0;

}
.index_news ._ul .li{
    display: block;
    padding: 0 0 0 20px;
    line-height: 35px;
    font-size: 16px;
    color: #444444;
    overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    background: url(/assets/img/icon-l1.png) no-repeat 3px center;
}
.index-partners .image-box {
    width: calc(100% / 6);
    display: flex;
    margin: 20px 0;
}
.index-partners .image-box img {
    display: block;
    width: 80%;
    height: 80%;
    object-fit: contain;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media (max-width:992px) {
    .index-partners .image-box {
        width: calc(100% / 4);
    }
    .index_infoList .info_item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.18);
        padding-bottom: 28px;
        margin-bottom: 8px;
    }
    .index_infoList .info_item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .index_infoList .info_item .title {
        min-height: 0;
    }
    #index .index_news .list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
        .numberList .number_item {
            margin:  0;
            max-width: none;
        }
}
@media (max-width:620px) {
    #index .index_news .list {
        grid-template-columns: 1fr;
    }
    .index-partners .image-box {
        width: calc(100% / 2);
    }
}
