/*solution*/
.solution-img {
    display: block;
    width: 100%;
    height: 189px;
    background: url(../image/solution.jpg) center center no-repeat;
    margin-top: 72px;
}

.solution-img-cn {
    display: block;
    width: 100%;
    height: 189px;
    background: url(../image/solution_cn.jpg) center center no-repeat;
    margin-top: 72px;
}

.solution-list {
    margin-top: 46px;
}

.solution-list-block {
    float: left;
}

.solution-list-b {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.solution-list-b:nth-child(2n) {
    margin-right: 0
}

.solution-list-b, .solution-hide, .solution-b {
    width: 445px;
    height: 400px;
    overflow: hidden;
}

.solution-list-b img {
    height: 400px;
}

.solution-b span {
    position: absolute;
    bottom: 0;
    z-index: 98;
    display: block;
    background: rgba(230, 0, 18, 0.8);
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
}

.solution-hide {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 400px;
    z-index: 99;
    padding: 20px 30px;
}

.solution-hide a {
    display: block;
    height: 100%;
}

.solution-hide a:hover {
    text-decoration: none;
}

.solution-hide h3 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.solution-hide p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}

/*列表*/
.solution-list .support-content {
    border-top: none;
}

.solution {
    line-height: 1.8;
}

.solution-top {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    padding: 0 30px 45px 30px;
}

.solution-top h1 {
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: bold;
    color: #464646;
}

.solution-top i {
    width: 15px;
    height: 15px;
    background: #e60012;
    display: inline-block;
    margin-right: 10px;
}

.solution-top p {
    line-height: 30px;
    font-size: 18px;
    color: #464646;
}

/*lists*/
.new-block i.solutionbt {
    width: 136px;
    border: 1px solid #ccc;
    display: inline-block;
    clear: both;
    bottom: 0;
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    color: #464646;
}

.new-block i.solutionbt:hover,
.new-block i.solutionbt.hover {
    background: #e60012;
    color: #fff;
    border-color: #e60012;
}

.solution-block {
    margin-top: 25px;
    height: 225px;
}

.solution-c li, .solution-c li a {
    height: 275px;
}

.solution-pic {
    margin: 25px 25px 25px 0;
    height: 245px;
}

.solution-c li a img {
    width: 250px;
    height: 225px;
    border: 1px solid #ccc;
}

.solution-c li a:hover img {
    transform: none;
}
