
/* .head-page .item:nth-child(4)>a span {
    color: #DFB25B;
} */



.case{
   background: #f7f7f7;
}


.page_content .width1440{
    padding: 0 50px;
    box-sizing: border-box;
}

.case_items .item{
    width: 33.33%;
    padding: 0 20px;
    box-sizing: border-box;
}
.case_items .item_icon{
    width: 55px;
} 
.case_items .item_text{
    width: calc(100% - 55px);
    padding-left: 20px;
    box-sizing: border-box;
}
.case_items .item_desc {
    margin-top: 5px;
}
.case_lists{
    margin: 50px 0 70px;
    background: #fff;
    height: 378px;
}
.case_lists .img{
    width: 50%;
    height: 100%;
}
.case_lists .texts{
    width: 50%;
    height: 100%;
    padding: 90px 60PX 90px 45px;
    box-sizing: border-box;
}
.case_lists  .texts_desc {
    margin-top: 18px;
}
.case_contents{
    position: relative;
    
}
.case_contents .swiper-container{
    position: initial;
}
.case_contents .case_content{
    height: 371px;
    width: 30.12%;
    margin-right: 4.82%;
}
.case_content_bot{
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.content_bot_tit {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content_bot_desc {
    margin-top: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.case_content_advice{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
    padding: 25px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(208, 172, 100, 1);
    text-align: center;
    transition: all .4s;
    transform: translateX(-105%);
}
.content_advice_tit {
    margin: 17px 0 8px;
}


.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #E2BA6B;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #E2BA6B;
}

.case_content:hover .case_content_advice{
    transform: translateX(0);
}


.case_lists .img:hover img{
    height: 105%;
}

@media only screen and (max-width:1366px) {
    .case_items .item_text{
        width: calc(100% - 50px);
    }
    .case_items .item_icon{
        width: 50px;
    }
}

@media only screen and (max-width:1043px) {
    .page_content .width1440{
        padding: 0;
    }
    .case_contents .case_content{
        height: 325px;
    }
}
@media only screen and (max-width:768px) {
    .case_items .item_icon {
        width: 38px;
    }
    .case_items .item_text {
        width: calc(100% - 38px);
    }
    .case_items .item{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .case_items .item:last-child{
        margin-bottom: 0;
    }
    .case_lists {
        margin: 30px 0;
        height: auto;
    }
    .case_lists .img{
        width: 100%;
        height: 208px;
    }
    .case_lists .texts{
        padding: 25px 15px;
        width: 100%;
    }
    .case_contents .case_content {
        height: 325px;
        width: 100%;
        margin-right: 0;
    }
    .case_contents{
        padding-bottom: 60px;
    }
}