html,
body {
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide div {
    display: flex;
}

.banner .swiper-slide div img {
    width: 100%;
}

.index_box {
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}

.index_box_l {
    max-width: 625px;
    margin-right: 67px;
}

/* .index_box_l img {
    width: 500px;
} */

.index_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
}

.index_box .swiper-slide-active {
    z-index: 999;
}

.index_box .swiper-slide-active,
.index_box .swiper-slide-duplicate-active {
    transform: scale(1.4);
}
.index_box_r {
    width: 560px;
    height: 303px;
}
.index_box_r_top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.index_box_r_top img{
    width: 12px;
    margin: 0px 30px;
}
.index_box_r_top p{
    font-size: 26px;
    color: #707070;
    cursor: pointer;
}
.index_box_r_top .auto{
    color: #221815;
    border-bottom: 1px solid #5D86BE;
}

.index_box_r_dow ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.index_box_r_dow ul li p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 2rem;
}
.index_box_r_dow ul li p:nth-child(1){
    width: 400px;
}
.index_box_r_dow ul li p:nth-child(2){
    padding-right: 10px;
}
.index_box_r_dow ul li img{
    width: 12px; 
}
.index_box_r_dow_a{
    text-align: right;
    padding-right: 10px;
}
.index_box_r_dow_a a{
    color: #5D86BE;
    text-align: right;
}