/* 页面内容 */
.solution {
    margin-top: 102px;
    background: #f5f5f5;
}

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

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

/* 面包屑导航 */
.solution .container .back {
    margin: 20px 0;
}

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

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

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


/* 解決方案 */
.scheme {
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff;
    margin-top: -60px;
    position: relative;
}

.scheme .left {
    float: left;
}

.scheme .left .left_l {
    float: left;
}

.scheme .left .left_l img {
    width: 81px;
    float: left;
    margin-right: 10px;
}


.scheme .left .left_r {
    float: left;
    width: 70%;
}

.scheme .left .left_r .title {
    font-weight: bold;
    margin: 34px 0;
}

.scheme .left .left_r .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.scheme .left .left_r .list .one {
    width: 50%;
    padding: 0 10px 10px 0;
    box-sizing: border-box;
}

.scheme .left .left_r .list .one .titles {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
}

.scheme .left .left_r .list .one .titles:hover {
    color: #3182fe;
}

.scheme .left .left_r .list .one .content {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
}



/* 解决方案2 */

.schemetwo{
    padding-bottom: 30px;
}

.schemetwo .container .text-center .media-bg {
    font-weight: bold;
    color: #d9e3ed;
}

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

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

.schemetwo .container .case .smallcase {
    width: 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}


.schemetwo .container .case .smallcase .caseimg {
    position: relative;
    width: 100%;
    height: 260px;
}

.schemetwo .container .case .smallcase .caseimg img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


.schemetwo .container .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;
}

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

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


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

.schemetwo .container .case .smallcase .text .title {
    width: 100%;
    color: #333333;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.schemetwo .container .case .smallcase .text .classify {
    width: 100%;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

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


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

    .scheme {
        margin-top: 20px;
    }
}