<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inhd-floor {
    position: relative;
    width: 100%;
    min-height: 600px;
    background: #fafafa;
    text-align: center;
    color: #333;
}

.inhd-floor-content {
    height: 455px;
}

.inhd-floorTitle {
    text-align: center;
    /*color: #3595FA;*/
    /*color: #ed751e;*/
    font-size: 26px;
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    padding: 60px 0 30px;
    margin-top: 20px;
}

.inhd-floor-List {
    width: 1180px;
}

    .inhd-floor-List li {
        position: relative;
        width: 250px;
        height: 360px;
        border: 1px solid #eaebec;
        margin-right: 20px;
        padding: 20px;
        box-sizing: border-box;
        float: left;
        list-style: none;
        background: #fff;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
    }

        .inhd-floor-List li:hover {
            box-shadow: 0 15px 30px rgba(0,0,0,.1);
            -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
            transform: translate3d(0,-5px,0);
            -webkit-transform: translate3d(0,-5px,0);
        }

        .inhd-floor-List li img {
            display: block;
            width: 248px;
            height: 240px;
        }

        .inhd-floor-List li p {
            padding: 0 40px;
            text-align: center;
            font-size: 16px;
            line-height: 22px;
        }

.inhd-floor-bottom {
    margin: 20px auto;
    width: 96px;
    height: 30px;
    line-height: 30px;
    background: url('/Template/FDDing/images/checkdetails.png') no-repeat;
}

    .inhd-floor-bottom a {
        width: 100%;
        width: 96px;
        height: 30px;
        line-height: 30px;
        color: white;
        text-decoration: none;
    }

.last-page {
    float: left;
    width: 42px;
    height: 360px;
    cursor: pointer;
    background: url('/Template/FDDing/images/LastPage.png') no-repeat 0 140px;
}

.next-page {
    float: left;
    width: 42px;
    height: 360px;
    cursor: pointer;
    background: url('/Template/FDDing/images/NextPage.png') no-repeat 0 140px;
}

.inhd-floor-content-List {
    width: 1180px;
}

    .inhd-floor-content-List .li {
        position: relative;
        width: 350px;
        height: 360px;
        border: 1px solid #eaebec;
        margin-right: 20px;
        padding: 20px;
        box-sizing: border-box;
        float: left;
        list-style: none;
        background: #fafafa;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
    }

        .inhd-floor-content-List .li:hover {
            box-shadow: 0 15px 30px rgba(0,0,0,.1);
            -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
            transform: translate3d(0,-5px,0);
            -webkit-transform: translate3d(0,-5px,0);
        }

    .inhd-floor-content-List .li-img {
        margin-top:30px;
        margin-left:auto;
        margin-right:auto;
        border: 1px solid #eaebec;
        border-image: none;
        width: 100px;
        height: 100px;
        background-color: white;
    }

    .inhd-floor-content-List .li-title {
        height: 50px;
        color: #ed751e;
        line-height: 50px;
        font-size: 22px;
    }

    .inhd-floor-content-List .li img {
        margin-top: 22px;
        width: 48px;
        height: 48px;
    }

    .inhd-floor-content-List .li p {
        font-size: 16px;
        line-height: 25px;
        text-align: left;
    }

    /*Start 产品介绍相关的样式区域 by jason in 20190603*/

    .product-floorTitle {
    text-align: center;
    color: #30343D;
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    font-weight: 700;
    padding: 60px 0 30px;
    margin-top: 20px;
}

     .product-floor-firsttitle {
        height: 50px;
        line-height: 50px;
        width: 100%;
        text-align: center;
        font-size: 26px;
        color: #30343D;
        float: right;
    }
    /*End 产品介绍相关的样式区域*/</pre></body></html>