
.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 {
    /* Swiper轮播特效 */
    /* width: 80%; */
    /* 常态 */
    width: 100%;
    height: auto;
    margin: auto;
    overflow: visible !important;
    /* margin-bottom: 30px !important; */
    /* background-color: #999; */

}
.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: 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: 40px 0 40px;
}
.index-abus .content{
    width: 810px;
    line-height: 26px;
    margin: 12px auto 0;
}
.numberList {
    margin-top: 30px;
}
.numberList .number_item{
    margin: 0 20px;
    flex: 1;
    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: 10px 0 0;
}
.index-more {
    padding: 130px 0 154px;
    text-align: center;
    color: #fff;
    background-image: url(/static/index/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  .image-box > div {
    position: relative;
    width: 100%;
    padding: 17.647% 0;

}
.index-more._2 {
    background-image: url(/static/index/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;
}
.index_infoList {
    padding: 32px 0 50px;
    color: #fff;
    text-align: center;
    background: #8e0004;
}
.index_infoList .info_item {
    width: 25%;
    position: relative;
    border-right: 1px solid rgba(255,255,255,.2);
}
.index_infoList .info_item:last-child {
    border-right:none
}
.index_infoList .info_item .image_box{
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin: auto;
}

.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;
}
.index_infoList .info_item .content {
    line-height: 30px;
        margin: 15px 0 0;
        color: #fff;
}
._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_news .list {
    margin-top: 20px;
}
.index_news .list >.item {
    width: calc((100% - 7%) / 3);
    margin-right: 3.5%;
    margin-bottom: 20px;
}
.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;
    color: #222;
}
.index_news .title {
    line-height: 28px;
    font-size: 20px;
    color: #000000;
    margin: 5px 0 0px;
    padding-bottom: 20px;
    display: block;
    border-bottom: 1px solid #e8e8e8;
}
.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(/static/index/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%;
    }
    #index .index_news .list>.item {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    #index .index_news .list>.item:nth-child(2n) {
        margin-right: 0;
    }
        .numberList .number_item {
            margin:  0 60px;
        }
}
@media (max-width:620px) {
    #index .index_news .list>.item {
        width: 100%;
        margin-right: 0px !important;
    }
    .index-partners .image-box {
        width: calc(100% / 2);
    }
}