.callbacks_container {
    position: relative;
}
.case-cont {
    background: #F5F5F5;
    height: auto;
    padding: 25px 22% 5% 22%;
}
.swiper-foo {
    position: relative;
    width: 100%;
}
.swiper-container {
    width: 84%;
    height: auto;
    min-height: 460px;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
} 
.swiper-container .swiper-slide {
    padding: 30px;
}
.swiper-container .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
}
.swiper-container .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
}
.swiper-container .swiper-button-next, .swiper-button-prev {
    font-weight: 600;
}
.swi-title {
    margin-bottom: 20px;
}
.swi-title img {
    width: 65px;
    margin-right: 10px;
}
.swi-title span {
    font-weight: 600;
    font-size: 21px;
}
.swi-info {
    font-size: 14px;
    color: #959595;
    line-height: 24px;
    margin-bottom: 10px;
}
.swi-success {
    background: rgba(255, 163, 32, 0.05);
    border: 1px solid #FFA320;
    border-radius: 8px;
    padding: 30px;
    color: #000;
    font-size: 13px;
}
.swi-success .tit {
    color: #FF721E;
    font-size: 14px;
    margin-bottom: 10px;
}
.swi-success .tit1 {
    margin-bottom: 5px;
}
.case-partner {
    border-bottom: 1px solid #d4d9dd;
    padding-bottom: 10px;
    margin-top: 80px;
    margin-bottom: 30px;
}
.partner-img {
    display: flex;
}
.partner-img img {
    width: 25%;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.case-item {
    margin-left: 20px;
	margin-top: 10px;
	width: 30%;
    float: left;
    padding: 10px 0;
    text-align: left;
    height: auto;
}
.des{
	height: 30px;
}
/* 媒体查询 */
@media screen and (max-width: 768px) {
    .case-cont {
        padding: 5px;
    }
    .swiper-container {
        width: 100%;
        height: auto;
    }
    .swi-title {
        margin-bottom: 10px;
    }
    .swi-title img {
        width: 36px;
    }
    .swi-title span {
        font-size: 17px;
    }
    .case-partner {
        margin-top: 15px;
        margin-bottom: 20px;
    }
	.case-item {
	    padding: 5px;
	    margin: 3px;
	    width: calc(50% - 10px);
	    min-height: 180px;
	    min-width: 130px;
	}
}