.customer {
    margin-top: 102px;
    background-color: #f5f5f5;
}

.banner {
    width: 100%;
    height: 446px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.customer .container .back{
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.customer .container .back a {
    color: #3e3e3e;
}

.customer .container .back a:hover {
    color: #3281ff;
    text-decoration: underline;
}

.customer .container .back .last {
    color: #3e3e3e;
    cursor: text;
}


/* 精品案例 */
.finecase {
    padding-top: 30px;
}

.case .smallcase .caseimg {
    position: relative;
    width: 100%;
    height: 338px;
}

.case .smallcase .caseimg img {
    width: 100%;
    height: 100%;
}


.case .smallcase .caseimg .cut {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    line-height: 1.6em;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
}

.case .smallcase:hover .cut {
    display: flex;
}

.case .smallcase a:hover{
    text-decoration: none;
}

.case .smallcase:hover {
    -webkit-box-shadow: #ccc 0px 10px 10px;
    -moz-box-shadow: #ccc 0px 10px 10px;
    box-shadow: #ccc 0px 10px 10px;
}


.finecase .text-center .media-bg {
    font-weight: bold;
    color: #d9e3ed;
    margin-top: 10px;
}

.finecase .text-center .media-heading {
    /* font-weight: bold; */
    color: #001120;
    position: relative;
    left: 0;
    top: -28px;
}

.finecase .text {
    color: #666666;
    margin-bottom: 30px;
}

.case .smallcase {
    width: 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

.case .smallcase .text {
    padding: 20px;
    box-sizing: border-box;
}

.case .smallcase .text .title {
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.case .smallcase .text .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case .smallcase .text .content .texts {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
}

.case .smallcase .text .content img {
    width: 8%;
    height: 10px;
    margin-top: -10px;
}

.finecase .container .select {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 10px;
}


.finecase .container .select a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    color: #3182fe;
    border-right: 1px solid #ddd;
    cursor: pointer;
}

.finecase .container .select a:hover {
    text-decoration: none;
    background: #3182fe;
    color: #ffffff;
}

.finecase .container .select a:last-child {
    border-right: none;
    border-radius: 0 10px 10px 0;
}

.finecase .container .select a:first-child {
    border-radius: 10px 0 0 10px;
}

.finecase .container .select .active {
    background-color: #3182fe;
    color: #fff;
}


/* 分页 */
.pagination {
    margin: 30px 0;
}

.pagination>li>a,
.pagination>li>span {

    padding: 10px 20px;
    color: #3182fe;
    border: none;
    border-radius: 5px;
    background-color: #e1e9f6;

}

.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #ffffff;
    background: #3182fe;
    cursor: pointer;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    cursor: pointer;
    background: #3182fe;
    border-color: #3182fe;
}

.pagination>li {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 10px;

}


/* 768的屏以下 */
@media screen and (max-width: 768px) {
    .banner {
        display: none;
    }

    .finecase .text-center .media-bg {
        margin-top: 30px;
    }
}