﻿.logo {
    width: 241px !important;
    height: 42px !important;
}

.header-warp {
    position: relative;
    box-shadow: 0px 0px 8px 0px rgba(82, 82, 89, 0.15);
}

.header-warp .header-11-wrap {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: 250px;
    width: 190px;
    height: 120px;
}

.header-warp .header-11-wrap a img {
    position: relative;
    z-index: 99;
}
.header-bar .poster-x {
    display: inline-block;
    width: 280px;
    height: 52px;
    float:right;
    margin-top: -8px;
}
.header-bar .poster-x img{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
#close-ad-ico-x{
    position: absolute;
    top: 10px;
    right: 20%;
    width: 24px;
    height: 24px;
    background: url(img/close-ad-ico.png) no-repeat 0 0;
    cursor: pointer;
    z-index: 10;
}
.item{background-repeat:no-repeat;background-position:16px 16px;background-size: 18px 18px;}
.in-items:nth-child(1){background-image: url(img/type_gongshang.png);}
.in-items:nth-child(2){background-image: url(img/type_caisui.png);}
.in-items:nth-child(3){background-image: url(img/type_zichan.png);}
.in-items:nth-child(4){background-image: url(img/type_wangzhan.png)}
.in-items:nth-child(5){background-image: url(img/type_daikuan.png)}
.in-items:nth-child(6){background-image: url(img/type_renzheng.png)}
.in-items:nth-child(7){background-image: url(img/type_falv.png)}

/* S 添加微信客服及二维码 */
.header_kefu {
    float: left;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.header_kefu span {
    color: #ff6600;
    font-size: 16px;
    font-weight: bold;
}

.header_kefu:hover .header_kefu_qrcode {
    display: block;
}
.header_kefu .header_kefu_qrcode {
    display: none;
    position: absolute;
    width: 180px;
    height: 200px;
    z-index: 100;
    background-color: #fff;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    border: 1px #f5f5f6 solid;
    border-top: 0;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .15);
}

.header_kefu .header_kefu_qrcode img {
    display: block;
    margin: 0 auto;
}
.header_kefu .wx-img{
    width: 22px;
    float: left;
    margin-top: 9px;
}
/* E 添加微信客服及二维码  */