﻿body {
}

.business-area-box .business-area .business-item:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.business-area-box {
    width: 1082px;
    padding-top: 14px;
}

    .business-area-box .business-area {
        width: 1100px;
    }

        .business-area-box .business-area .business-item {
            height: 166px;
            box-sizing: border-box;
            overflow: hidden;
            display: table;
            position: relative;
            padding: 28px 25px;
            border: 1px solid #eeeeee;
            float: left;
            margin-right: 16px;
            margin-bottom: 16px;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            .business-area-box .business-area .business-item dt {
                width: 102px;
                text-align: center;
                display: table-cell;
                vertical-align: middle
            }

                .business-area-box .business-area .business-item dt img {
                    max-width: 102px;
                    max-height: 108px;
                    display: inline-block;
                    vertical-align: middle
                }

            .business-area-box .business-area .business-item dd {
                display: table-cell;
                vertical-align: middle;
                padding-left: 24px;
                width: 172px;
            }

                .business-area-box .business-area .business-item dd h3 {
                    color: #333;
                    font-size: 18px;
                    height: 28px;
                    line-height: 28px;
                    overflow: hidden;
                    font-family: "microsoft yahei";
                    font-weight: normal;
                }

                .business-area-box .business-area .business-item dd p {
                    height: 40px;
                    line-height: 20px;
                    overflow: hidden;
                    color: #aaa;
                    margin-bottom: 12px;
                }

    .business-area-box .bt.bt-01 {
        color: #ff6700;
        background: #fff9f5;
        border: #ffcdab 1px solid;
        margin-right: 10px;
    }
    .business-area-box .bt {
        display: inline-block;
        width: 70px;
        height: 26px;
        border-radius: 2px;
        text-align: center;
        line-height: 26px;
        font-weight: normal;
    }
        .business-area-box .bt.bt-01:hover {
            background: #ff6700;
            border-color: #ff6700;
            color: #fff;
        }