﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

/* 左侧悬浮客服代码 */
.lanren_left {
    width: 215px;
    height: 400px;
    position: fixed;
    left: -175px;
    top: 230px;
    overflow: hidden;
    z-index: 8888;
}

    .lanren_left .bar {
        width: 40px;
        height: 148px;
        float: left;
        background: url(/web/images/left/service_right.png) no-repeat;
        cursor: pointer;
        margin-top: 0px;
    }

    .lanren_left .list {
        width: 173px;
        height: 360px;
        float: left;
        background: url(/web/images/left/service_bg.jpg) no-repeat;
        padding-top:65px;
    }

        .lanren_left .list p {
            font-size: 12px;
            text-align: center;
            font-weight: bold;
            color: #ff6600;
            font-family: Georgia, "Times New Roman";
            margin-bottom:1px;
        }
