.banner {
    width: 100%;
    height: 280px;
    background: url(../images/case1@2x.png)no-repeat top center;
    position: relative;
}

.banner .box {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: url(../images/case@2x.png)no-repeat bottom right;
}

.hezuoBar {
    background: url(../images/1@2x.png)no-repeat bottom center;
}

.hezuo {
    /* width: 1152px; */
    margin: 30px auto 0;
    /* padding-bottom: 197px; */
    box-sizing: border-box;
}

.hezuo .bread {
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Light;
    font-weight: 300;
    line-height: 25px;
}

.hezuo .bread .breadcrumb {
    background-color: transparent;
}

.hezuo .bread a {
    color: rgba(74, 74, 74, 1);
}

.hezuo .title {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 28px;
    font-family: PingFangSC-Light;
    font-weight: 300;
    color: rgba(0, 91, 172, 1);
    line-height: 40px;
    border-bottom: 1px dashed #979797;
}

/* 案例list */
.anli-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    padding-top: 23px;
}

.anli-list .anli {
    margin-top: 45px;
}

.anli-list .img {
    width: 526px;
    height: 267px;
    margin-top: 18px;
}

.anli-list .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.anli-list .img a span {
    display: block;
    height: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: PingFangSC-Light;
    font-weight: 300;
    color: rgba(74, 74, 74, 1);
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hezuo .break a {
    display: block;
    font-size: 18px;
    margin: 50px auto 50px;
    width: 138px;
    height: 43px;
    background: rgba(255, 255, 255, 1);
    border-radius: 37px;
    border: 2px solid rgba(214, 214, 214, 1);
    border-radius: 37px;
    border: 2px solid rgba(214, 214, 214, 1);
    font-family: PingFangSC-Light;
    font-weight: 300;
    color: rgba(74, 74, 74, 1);
    line-height: 43px;
    text-align: center;
}

.hezuo .break a:hover {
    color: #fff;
    background-color: rgba(1, 161, 228, 1);
    border-color: rgba(1, 161, 228, 1);
}

.hezuo .detail p {
    font-size: 16px;
    font-family: PingFangSC-Light;
    font-weight: 300;
    color: rgba(74, 74, 74, 1);
    line-height: 30px;
}

.hezuo .detail p img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.hezuo .row .col-md-6 {
    margin-top: 20px;
   
}

.hezuo .row .col-md-6 img {
    margin: 0 auto;
    width: 100%;
    max-height: 300px;
    display: block;
}

/* 移动端更多 */
.mobile_case_list {
    margin-top: 50px;
}

.mobile_case_list .img a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.mobile_case_list .img a img {
    width: 100%;
    max-width: 526px;

}

.pages {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 120px;
}

.mobile_case_list .case_title {
    margin-top: 7px;
    margin-bottom: 24px;
    font-size: 18px;
    font-family: PingFangSC-Light;
    font-weight: 300;
    color: rgba(74, 74, 74, 1);
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mobile_case_list .notime {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-family: PingFangSC-Thin;
    font-weight: 100;
    color: rgba(155, 155, 155, 1);
    line-height: 33px;
    margin: 0 auto;
    background-color: #F4F4F4;
}
@media(max-width:767px){
    .hezuoBar{
        margin-top: 60px;
    }
    .hezuo_detail{
        margin-top: 60px;
    }
}