/* .beston22119Cases {
    max-width: 1640px;
    margin: 0 auto;
} */
.beston22119Cases2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.beston22119Cases1 {
    display: flex;
    justify-content: space-between;
    padding: 130px 0 90px;
}

.beston22119Cases-search {
    width: 36%;
}
/* 案例搜索优化 */
.beston22119Cases-search form {
    position: relative;
}
.beston22119Cases-search input {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
    line-height: 69px;
    color: #999999;
    font-size: 18px;
    padding: 0 80px 0 20px;
    box-sizing: border-box;
}
.beston22119Cases-search button.search-s {
    width: 29px;
    height: 29px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/cases/组\ 12109.png) right center no-repeat;
    background-size: 29px 29px;
    outline: 0;
    border: 0;
}
/* .beston22119Cases-single {
    display: flex;
    justify-content: space-between;
} */

.beston22119Cases-single {
    width: 32%;
    display: inline-block;
    margin-bottom: 75px;
    border-bottom: 1px solid #e1e1e1;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
}
.beston22119Cases-single:nth-child(3n){
    margin-right: 0;
}

.beston22119Cases-single::after {
    transition: all 1s;
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.5px;
    width: 0;
    height: 2px;
    background-color: #42bbb6;
}

.beston22119Cases-single:hover::after{
    width: 100%;
}
.beston22119Cases-con {
    padding: 0 0 0 35px;
}

.beston22119Cases-pic {
    width: 100%;
    overflow: hidden;
    font-size: 0;
}
.beston22119Cases-pic a{
    display: inline-block;
    width: 100%;
    font-size: 0;
    text-decoration: none;
    cursor: pointer;
}
.beston22119Cases-pic img {
    transition: all 1s;
    width: 100%;
}
.beston22119Cases-pic img:hover {
    transform: scale(1.2);
    transition: all 1s;
}
.beston22119Cases-t1 a{
    display: inline-block;
    font-weight: 500;
    color: #333333;
    font-size: 24px;
    line-height:30px;
    height:30px;
    overflow: hidden;
    margin: 25px 0 15px 0;
    cursor: pointer;
    text-decoration: none;
}

.beston22119Cases-t2 {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    height:20px;
    overflow: hidden;
}

.beston22119Cases-a {
    margin: 55px 0 30px 0;

}

.beston22119Cases-a a {
    background: url(../img/cases/组\ 7731.png) right center no-repeat;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
    background-size: 22px 22px;
    text-decoration: none;
    padding-right: 33px;
}

.beston22119Cases-a a:hover {
    color: #42bbb6;
    background: url(../img/cases/组\ 12111.png) right center no-repeat;
}

.beston22119Cases3>div {
    margin: 35px 0 150px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.beston22119Cases3 a , .beston22119Cases3 span{
    display: inline-block;
    padding: 10px 14px;
    text-decoration: none;
    /* margin: 4px 2px 0; */
    color: #777777;
    border: 1px solid #ededed;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.beston22119Cases3 a:hover , .beston22119Cases3 span:hover {
    background-color: #29c9c5;
    color: #fff;
    border: 1px solid #29c9c5;
}


/* .beston22119Cases3 ul li {
    width: 50px;
    background-color: #f7f7f7;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 50px;
    border-radius: 25px;
    margin-right: 10px;
}

.beston22119Cases3 ul li:hover {
    background-color: #42bbb6;
    color: #ffffff;
} */


/* 媒体查询 */
@media screen and (max-width:1700px){}
@media screen and (max-width:1600px){}
@media screen and (max-width:1400px){
    .beston22119Cases-con {
        padding: 0 0 0 15px;
    }
    .beston22119Cases-t1 a{
        font-size: 22px;
    }
    .beston22119Cases1 {
        padding: 100px 0 60px;
    }
}
@media screen and (max-width:1300px){
    
    .beston22119Cases-t1 a{
        font-size: 20px;
    }
    .beston22119Cases3>div {
        font-size: 14px;
    }
}
@media screen and (max-width:1024px){
    .beston22119Cases{
        padding: 0 15px;
        box-sizing: border-box;
    }
    .beston22119Cases1 {
        display: block;
        padding: 80px 0 50px;
        text-align: center;
    }
    .beston22119Cases-search {
        width: 100%;
    }
    .beston22119Cases-single {
        width: 100%;
    }
    .beston22119Cases3>div {
        margin: 0px 0 100px 0;
    }
    /* .beston22119Cases3 ul li{
        width: 42px;
        height: 42px;
    } */
}