.pd-xq-left {
    position: fixed;
    left: 50%;
    margin-left: -765px;
    top: 160px;
    background-color: #fff;
    z-index: 1000;
}

    .pd-xq-left .pd_xingqu_info {
        width: 150px;
        box-sizing: border-box;
        padding: 7px 0 0;
        border: 1px solid #e8e8e8;
    }

    .pd-xq-left .pd_xingqu {
        width: 128px;
        margin: 0 auto 10px;
    }

        .pd-xq-left .pd_xingqu > a {
            display: block;
            position: relative;
            border: 1px solid #e6e6e6;
            border-radius: 2px;
            box-sizing: border-box;
            width: 128px;
            height: 128px;
        }

    .pd-xq-left .pd_xingqu_img {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: auto;
        height: auto;
        max-width: 120px;
        max-height: 120px;
    }

    .pd-xq-left .pd_xingqu_tit {
        position: relative;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 14px;
        color: #262626;
        background-color: #fff;
        color: #fff;
        width: 150px;
        word-wrap: nowrap;
        box-sizing: border-box;
    }

    .pd-xq-left .pd_xingqu_tit a .leimu{
        display: inline-block;
        color: #333333;
        max-width: 55px;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: bottom;
        margin-right: 2px;
    }


    .pd-xq-left .pd_xingqu_tit .more {
        color: #999;
        font-size: 12px;
        margin-left: 5px;
    }

    .pd-xq-left .pd_xingqu_tit a:hover span {
        color: #f80 !important;
    }

    .pd-xq-left .close {
        display: inline-block;
        width: 15px;
        height: 15px;
        position: absolute;
        line-height: 1;
        top: 2px;
        right: 2px;
        color: #fff;
        cursor: pointer;
        background: url(../images/closedd.png) no-repeat center;
    }

    .kw {
        color: #ff4242;
        font-weight: bold;
    }

    .pd_xingqu_phone {
        height: 40px;
        line-height: 40px;
        color: #ff0000;
        font-size: 16px;
        border-top: 1px solid #e8e8e8;
        padding:  0 10px;
        box-sizing: border-box;
    }

    .pd_xingqu_phone i {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../images/phone.png) no-repeat center / 100% 100%;
        vertical-align: text-bottom;
        margin-right: 5px;
    }

    .pd_xingqu_name {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

@media screen and (max-width: 1600px) {
    .pd-xq-left {
        left: 10px;
        margin-left: 0;
    }
}



@media screen and (max-width: 1400px) {
        .pd-xq-left {
            top: 130px;
        }
        .pd_xingqu_last {
            display: none;
        }
    }