.swiper-container{
    background: #282f43;
}
.swiper-container .swiper-slide{
    overflow: hidden;
}
.index-banner-bg{
    width: 100%;
    height: auto;
    min-width: 1500px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
}
.news-line{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;

}
.news-line>span{
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #96989d;
}
.news-mid-det{
    width: 100%;
    max-width: 1400px;
    position: relative;
    /* left: 28%; */
    text-align: center;
    /* line-height: 22px; */
    /* text-indent: 18px; */
    /* -webkit-transform: translateX(-50%); */
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    /* transform: translateX(-50%); */
    margin: 0 auto;
}

.news-test{
    width: 100%;

}