/* ------------------------------------------------------------- */
.Container-wrapper {padding: 90px 0 0 0;}
@media all and (max-width:1000px) {.Container-wrapper {padding: 50px 0 0 0;}}

/* ------------------------------------------------------------- */
/* -------------------------case-piclist-box------------------------------------ */
.case-piclist-box {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 100px 0;
    background-color: #f2f2f2;
}

.case-piclist {
    width: 94%;
    margin-left: 3%;
}

/* 瀑布流 */
.case-piclist .waterfall {
    /* -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px; */
    margin-left: -1.6%;
    overflow: hidden;
}
.case-piclist .item {
    /* -moz-page-break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid; */
    position: relative;
    width: 23.4%;float: left;margin-left: 1.6%;
    margin-bottom: 1.6%;
}
.item-shade{
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .4s;
}
.case-piclist .item:hover .item-shade{
    opacity: 1;
}

.case-piclist .item img {
    width: 100%;
}

.case-piclist .item h6{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0%;
    margin-top: -50px;
    text-align: center;
    opacity: 0;
    transition: all .5s;
    z-index: 2;
}
.case-piclist .item h6 span{
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 100%;
    background-color: #22a808;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    transform: translateY(-20px);
    transition: all .6s;
}
.case-piclist .item h6 p{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    transform: translateY(20px);
    transition: all .6s;
    width: 90%;
    margin-left: 5%;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-piclist .item:hover h6{
    opacity: 1;
}
.case-piclist .item:hover h6 span{
    transform: translateY(0);
}
.case-piclist .item:hover h6 p{
    transform: translateY(0);
}



/* ----------------------xqcase-wordslist-box--------------------------------------- */
.xqcase-wordslist-box{
    width: 100%;
    overflow: hidden;
}
.xqcase-wordslist{
    width: 100%;
}
.xqcase-wordslistL{
    width: 74%;
    overflow: hidden;
    float: left;
    padding: 0px 40px 40px 40px;
    background-color: #f2f2f2;
}
.xqcase-wordslistL img{
    display: block;
    width: 100%;
    object-fit: cover;
    margin-top: 40px;
}


.xqcase-wordslistR{
    width: 26%;
    float: right;
    overflow: hidden;
}

.xqcase-wordslistR-title{
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 0;
    height: 80px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.xqcase-wr-left{
    width: 60px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 20px;
    text-align: left;
}
.xqcase-wr-left i{
    width: 8px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('../images/case/xqcase_left.png');
    margin-top: 13px;
}
.xqcase-wr-left:hover i{
    background-image: url('../images/case/xqcase_leftH.png');
}

.xqcase-wr-center{
    width: 60px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -30px;
    text-align: center;
}
.xqcase-wr-center i{
    width: 20px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url('../images/case/xqcase_more.png');
    display: inline-block;
    margin-top: 11px;
}
.xqcase-wr-center:hover i{
    transform: scale(1.06);
}



.xqcase-wr-right{
    width: 60px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 30px;
    text-align: right;
}
.xqcase-wr-right i{
    width: 8px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('../images/case/xqcase_right.png');
    margin-top: 13px;
}
.xqcase-wr-right:hover i{
    background-image: url('../images/case/xqcase_rightH.png');
}
.xqcase-wordslistR-words{
    width: 100%;
    overflow: hidden;
    padding: 40px 30px 20px 30px;
}
.xqcase-wordslistR-words h4{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.xqcase-wordslistR-words h6{
    font-size: 14px;
    color: #666;
    margin-top: 24px;
}
.xqcase-wordslistR-words h6 span{
    color: #333;
}

.xqcase-wordslistR-words p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 24px;
}




/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */

/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {
    .case-piclist .item h6 p {
        font-size: 16px;
    }
}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .case-piclist-box {
        padding: 24px 0 28px 0;
    }
    .case-piclist .waterfall {
        /* -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 8px;
        -webkit-column-gap: 8px;
        column-gap: 8px; */
        margin-left: 0;
    }
    .item-shade,.case-piclist .item h6{opacity: 1;}

    .case-piclist .item {width: 100%;
        margin-left: 0%;
        margin-bottom: 16px;
    }
    .case-piclist .item h6 span {
        width: 44px;
        height: 44px;
        font-size: 20px;
        line-height: 44px;
    }
    .case-piclist .item h6{top: 56%;}
    .case-piclist .item h6 p {
        font-size: 14px;
        margin-top: 8px;
        transform: translateY(10px);
    }
    .xqcase-wordslistL {
        width: 100%;
        padding: 0 16px 16px 16px;
    }
    .xqcase-wordslistL img {
        margin-top: 16px;
    }
    .xqcase-wordslistR {
        width: 100%;
        float: unset;
    }
    .xqcase-wordslistR-words {
        padding: 24px 16px 16px 16px;
    }
    .xqcase-wordslistR-words h4 {
        font-size: 16px;
    }
    .xqcase-wordslistR-words h6 {
        margin-top: 16px;
    }
    .xqcase-wordslistR-words p {
        margin-top: 16px;
    }
    .xqcase-wordslistR-title {
        padding: 0;
        height: 60px;
    }
    .xqcase-wr-left {
        left: 16px;
        top: 10px;
    }
    .xqcase-wr-right {
        top: 10px;
        right: 16px;
    }
    .xqcase-wr-center {
        top: 10px;
    }
}