
/*                          成功案例 开始                      */
/*                          成功案例 开始                      */
/* 热门行业典型案例 开始 */
section.hot-industry {
    height: 680px;
    background-color: #FFF;
}
    ul.hot-industry-type {
        height: 55px;
        width: 100%;
        margin-bottom: 50px;
        border-bottom: 1px solid #e9e9e9;
    }
        ul.hot-industry-type > li {
            height: 100%;
            width: 12.5%;
            float: left;
            font-size: 20px;
            color: #595959;
        }
            ul.hot-industry-type > li > span {
                line-height: 55px;
                display: inline-block;
                height: 100%;
                cursor: pointer;
                position: relative;
            }
            ul.hot-industry-type > li.active > span::after {
                content: "";
                position: absolute;
                left: 0px;
                bottom: -1px;
                width: 100%;
                height: 2px;
                background-color: #246fd5;
            }


    div.hot-container {
        height: 310px;
        overflow: hidden;
    }
        ul.hot-list {
            position: relative;
            top: 0%;
        }
            ul.hot-list > li {
                height: 310px;
            }
                ul.hot-content {
                    height: 100%;
                }
                    ul.hot-content > li {
                        height: 310px;
                        width: 180px;
                        float: left;
                        margin-right: 24px;
                        position: relative;
                        cursor: pointer;
                        background-color: #f2f2f2;
                    }
                    ul.hot-content > li:last-child {
                        margin-right: 0px;
                    }
                        ul.hot-content > li:hover > div.hot-item-prompt {
                            display: block;
                        }
                        div.hot-item-prompt {
                            background-color: rgba(36, 111, 213, 0.8);
                            color: #FFF;
                            font-size: 14px;
                            width: 100%;
                            height: 170px;
                            position: absolute;
                            left: 0px;
                            bottom: 0px;
                            padding: 25px 10px;
                            display: none;
                        }
                            div.hot-item-prompt > h5 {
                                line-height: 25px;
                            }

section.other-industries {
    height: 1150px;
    background-color: #F2F2F2;
}
    table.other-industries-list {
        margin: 0 auto;
    }
        table.other-industries-list td {
            width: 260px;
            height: 150px;
            border: 1px solid #e0e0e0;
            cursor: pointer;
            position: relative;
        }
            table.other-industries-list td:hover > div {
                display: block;
            }
            table.other-industries-list div {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                color: #FFF;
                line-height: 25px;
                padding: 20px;
                font-size: 18px;
                display: none;
                background: -webkit-linear-gradient(#0365ff, #09c8fe); /* Safari 5.1 - 6.0 */
                background: -o-linear-gradient(#0365ff, #09c8fe); /* Opera 11.1 - 12.0 */
                background: -moz-linear-gradient(#0365ff, #09c8fe); /* Firefox 3.6 - 15 */
                background: linear-gradient(#0365ff, #09c8fe); /* 标准的语法 */
            }