.qiaoxin21464 {
    max-width: 1520px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0 50px;
}

/* li列表 */
.qiaoxin21464 .sublist {
    width: 100%;
    position: relative;
    margin: 0 5px;
}


/* li列表的主图盒子 */
.qiaoxin21464 .sublist .imgzhu {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56%;
}

/* li列表的主图盒子图片 */
.qiaoxin21464 .sublist .imgzhu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* 副图盒子 */
.qiaoxin21464 .sublist .imgfu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    opacity: 0;
}

/* 副图盒子的图片 */
.qiaoxin21464 .sublist .imgfu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 图片中的文本父级 */
.qiaoxin21464 .container_text {
    font-size: 30px;
}

/* 文本 */
.qiaoxin21464 .sublist .banner-docs {
    position: absolute;
    left: 14%;
    top: 25%;
    color: #fff;
    width: 80%;
    
}

.qiaoxin21464 .sublist .container_text a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFC62D;
    color: black;
    width: 190px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    position: absolute;
    top: 57%;
    left: 14%;
}
.qiaoxin21464 .sublist .container_text a *{
    transition: all 0.3s ease-in-out;
    position: relative;
    left: 0;
    font-family: Poppins;
    font-size: 17px;
    color: #0e0e0e;
}
@media(max-width:600px){
    .qiaoxin21464 .sublist .container_text a *{
        font-size: 14px;
    }
    .qiaoxin21464 .sublist .container_text a{
        width: 100px;
        height: 35px;
        text-align: center;
        line-height: 35px;
    }
}
.qiaoxin21464 .sublist .container_text a i{
    opacity: 0;
    width: 0;
    display: inline-block;
    left: 10px;
    font-size: 20px;
}
.qiaoxin21464 .sublist .container_text a:hover i{
    opacity: 1;
    width: 1em;
    left: 10px;
}

.qiaoxin21464 .sublist .banner-docs .banner-des{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    margin-bottom: 5%;
}
.qiaoxin21464 .banner-name {
    display: none;
}

/* 鼠标经过副图显示 */
.qiaoxin21464 .sublist:hover .imgfu {
    opacity: 1;
}

.qiaoxin21464 .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.qiaoxin21464 .slick-slider{
    padding-bottom: 0;
}

@media screen and (max-width:1200px) {
    .qiaoxin21464 {
        padding: 20px 20px 50px;
    }
}

/* 移动端布局 */
@media screen and (max-width:510px) {

    .qiaoxin21464{
        padding: 20px 20px;
    }

    .qiaoxin21464 .main_list {
        width: 100%;
    }

    .qiaoxin21464 .sublist {
        width: 100%;
        margin: 0;
    }

    /* 取消当前显示的主图的边距 */
    .qiaoxin21464 .sublist.slick-active.slick-current .imgzhu {
        left: 0;
        right: 0;
    }

    /* 取消当前显示的副图的边距 */
    .qiaoxin21464 .sublist.slick-active.slick-current .imgfu {
        left: 0;
        right: 0;
    }

    .qiaoxin21464 .imgzhu {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .qiaoxin21464 .imgfu {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .qiaoxin21464 .container_text {
        font-size: 20px;
    }

    .qiaoxin21464 .slick-dots .slick-active {
        background: #FFC62D !important;
        opacity: 1;
    }

    .qiaoxin21464 .slick-dots li {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: #ffc62d solid 1px;
        background: transparent !important;
        transition: .3s;
        opacity: 1;
        cursor: pointer;
    }
}