.imgs {
    width: 100%;
}

.container img {
    width: 100%;
}

/* 页面内容 */
.solutionDetail {
    margin-top: 102px;
}

/* banner */
/* .solutionDetail .banner {
    width: 100%;
} */

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

.solutionDetail .container .back {
    margin: 20px 0;
}

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

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

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


/* 解決方案 */
.scheme {
    box-sizing: border-box;
}

.scheme .container .text-center .media-heading {
    /* font-weight: bold; */
    color: #001120;
}

.scheme .container .text {
    color: #666666;
    margin: 30px 0 20px 0;
}

.scheme .container .row .classify {
    padding: 10px 45px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 0px 10px 5px rgba(221, 221, 221, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.scheme .container .row .classify img {
    width: 120px;
}

.scheme .container .row .classify .title {
    margin-top: 20px;
    font-weight: bold;
}


/* 选项卡 */
.exhibition {
    background: #3281ff;
    padding: 20px 0;
    box-sizing: border-box;
}

/* 左边 */
.exhibition .limg {
    width: 75%;
}

.exhibition .limg img {
    width: 100%;
}


/* 右边 */
.exhibition .right {
    color: #ffffff;
}

.exhibition .right .title {
    font-weight: bold;
    margin: 70px 0 55px 0;
}

.exhibition .right .select {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    padding-left: 0;
}

.exhibition .right .select .active {
    background: #ffffff;
    color: #3281ff;
    border-radius: 10px;
}

.exhibition .right .select li {
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
    width: 30%;
    list-style: none;
    margin-bottom: 70px;
    cursor: pointer;
}

/* 介绍板块1 */
.introduce1 {
    width: 100%;
    background: #f5f5f5;
    padding: 30px 0;
    box-sizing: border-box;
}

/* 左边 */
.introduce1 .left img {
    width: 80px;
    display: block;
}

.introduce1 .left .texts {
    margin: 25px 0 35px 0;
    color: #333333;
}

.introduce1 .left ul {
    width: 100%;
    padding-left: 15px;
}

.introduce1 .left ul li {
    width: 100%;
    margin: 10px 0;
    color: #666666;
}

.introduce1 .left ul li::marker {
    font-size: 20px;
    color: #3281ff;
}

/* 右边 */
.introduce1 .right {
    width: 100%;
    display: flex;
    align-items: center;
}

.introduce1 .right img {
    width: 100%;
}


/* 介绍板块2 */
.introduce2 {
    background: #ffffff;
}


/* 合作流程 */
.cooperation {
    padding: 50px 0;
    box-sizing: border-box;
}

.cooperation .container .text-center .media-heading {
    /* font-weight: bold; */
    color: #001120;
}

.cooperation .container .text {
    color: #666666;
    margin: 30px 0 70px 0;
}

.cooperation .container .left {
    padding: 0;
}

.cooperation .container .left .content {
    width: 100%;
    margin-bottom: 20px;
}

.cooperation .container .left .content img {
    width: 24%;
}


/* 售后 */
.after_sale {
    padding: 50px 0;
    box-sizing: border-box;
}

.after_sale .container .text-center .media-heading {
    /* font-weight: bold; */
    color: #001120;
}

.after_sale .container .text {
    color: #666666;
    margin: 30px 0 70px 0;
}

.after_sale .container .content {
    background: #ffffff;
    padding: 30px 10px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 5px rgba(221, 221, 221, 0.3);
}

.after_sale .container .content .left {
    width: 30%;
    margin-right: 3%;
}

.after_sale .container .content .left img {
    width: 100%;
}

.after_sale .container .content .right {
    width: 67%;
}

.after_sale .container .content .right .title {
    color: #333333;
    margin-top: 3px;
}

.after_sale .container .content .right .texts {
    color: #666666;
    margin-bottom: 0;
}


/* 案例展示 */
.cases {
    padding: 50px 0 0;
    box-sizing: border-box;
    background: #f5f5f5;
}

.cases .container .text-center .media-heading {
    /* font-weight: bold; */
    color: #001120;
}

.cases .container .text {
    color: #666666;
    margin: 30px 0;
}

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

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

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


.cases .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;
}

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

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

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

.cases .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;
}

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

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

.cases .btn2 {
    text-align: center;
    margin: 20px auto;
}

.cases .btn2 a {
    padding: 10px 30px;
    box-sizing: border-box;
    background: #e1e9f6;
    color: #3281ff;
    border-radius: 10px;
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
}


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

    .exhibition .right .select li {
        margin-bottom: 20px;
    }

    .exhibition .right .title {
        font-weight: bold;
        margin: 30px 0;
    }

    .exhibition .right .select {
        margin-top: 20px;
    }

    .exhibition .limg img {
        margin-left: 12.5%;
    }
}
