/*�����б�ҳ css*/
/*banner*/
.news-banner{
    width: 100%;
    padding-top: 60px;
}
.news-banner>.banner-con{
    height: 250px;
    background: url("../images/news-banner-bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

.news-banner>.banner-con>.text-con{
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    z-index: 8;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    background: url("../images/new-banner-text-bg.png") no-repeat center;
}

/*����*/
.news-con{
    width: 100%;
    /* padding: 15px 0px; */
    background: #ffffff;
}
@media (min-width: 1200px){
    .news-con>.container{
        max-width: 1000px;
    }
}

.news-tab{
    width: 100%;
    /* height: 40px; */
    /* text-align: center; */
}
.news-tab>a{
    display: inline-block;
    /* height: 40px; */
    /* line-height: 40px; */
    /* padding: 0px 16px; */
    font-size: 16px;
    color: #777;
    /* border: 1px solid #dddddd; */
    margin-right: 15px;
    /* font-weight: 700; */
    padding: 15px 0;
    box-sizing: content-box;
}
.news-tab>a:last-child{
    margin-right: 0px;
}
.news-tab>a.active{
    color: #000;
    /* background: #0171c5; */
    /* border-color: #0171c5; */
    border-bottom: 2px solid #000;
}


.new-lists{
    margin-top: 60px;
}
.new-lists li{
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}
.new-lists li>h3>a{
    color: #333333;
}
.new-lists li>h3>a:hover{
    color: #0171c5;
}
.new-lists li>p{
    font-size: 14px;
    color: #999999;
    line-height: 180%;
    margin-bottom: 5px;
}
.new-lists li>span{
    display: inline-block;
    width: 100%;
    color: #999999;
}
.new-lists li>span>span{
    color: #0171c5;
}
.new-lists li>a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 90px;
    background: linear-gradient(to right, #eaeaea 60px,#0171c5 60px);
    border-radius: 3px;
    font-size: 12px;
    color: #888888;
    text-align: center;
    margin: 10px 0px;
}
.new-lists li>a>i{
    margin-left: 15px;
    color: #ffffff;
}






/*����*/
.new-details{
    margin-top: 40px;
    border-top: 1px solid #eeeeee;
    padding-bottom: 30px;
}
.new-details>h2{
    color: #333333;
}
.new-details>h5{
    color: #999999;
    margin-top: 15px;
    font-weight: normal;
}
.new-details>h5>span{
    color: #0171c5;
    margin-right: 3px;
}
.new-details>p{
    line-height: 180%;
    font-size: 14px;
    color: #555555;
}

@media (max-width: 996px) {
    .news-banner{
        width: 100%;
        padding-top: 44px;
    }

    .news-banner>.banner-con{
        height: 180px;
    }
    .news-banner>.banner-con>.text-con{
        font-size: 30px;
        background: none;
    }


    .new-details{
        margin-top: 20px;
    }
}



/*�û����� css*/
#user-banner{
padding-top: 60px;
}
.user-banner{
/*height: 600px;*/
    /*background: #e53d1c;*/
}
@media (max-width: 996px) {
    #user-banner{
        padding-top: 44px;
    }
    .user-banner{
        /*height: 400px;*/
    }
}

.details-main{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.user-details-main{
    width: 100%;
    padding:20px 20px;
    background: #ffffff;
    border: 1px solid #eeeded;
    margin-bottom: 20px;
}

.user-tab{
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
}
.user-tab>a{
    display: inline-block;
    padding: 0px 30px;
    height: 40px;
    line-height: 40px;
    color: #999999;
}
.user-tab>a.active{
    color: #0099e5;
    border: 1px solid #0099e5;
    border-radius: 30px;
}

.user-tab-con>div{
    display: none;
}
.user-tab-con>div:first-child{
    display: block;
}

.pano-list img{
    transition: all 0.5s;
}
.pano-list:hover img{
    transform: scale(1.05);
}


.pano-list {
    margin-bottom: 20px;
    overflow: hidden;
}

.pano-con {
    position: relative;
    width: 100%;
    background: #ffffff;
    height: 40px;
    padding: 0px 10px;
}

.pano-con > label {
    font-weight: normal;
    padding-right: 40px;
    overflow: hidden;
    height: 20px;
    margin-top: 10px;
    color: #555555;
}

.pano-con > span {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 12px;
    color: #aaaaaa;
}

.pano-con > span > i {
    color: #CCCCCC;
    font-size: 12px;
}




.user-right{
    width: 100%;
    border: 1px solid #eeeded;
    background: #ffffff;
    overflow: hidden;
    padding: 0px 20px 20px 20px;
    margin-bottom: 20px;
}
.user-right .user-top{
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #eeeded;
    overflow: hidden;

}
.user-right .user-top>a{
    display: inline-block;
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 35px;
}

.user-right .user-top>p{
    width: 100%;
    padding-left: 80px;
}
.user-right .user-top>p.name{
    font-size: 18px;
    color: #333333;
}
.user-right .user-top>p.fensi{
    color: #999999;
}
.user-right .user-top>p.fensi>span{
    color: #333333;
    margin-left: 4px;
}
.user-right .user-top>p.fensi>span:first-child{
    margin-right: 40px;
}

.user-right .user-bottom{
    margin-top: 20px;
}
.user-right .user-bottom li{
    margin-top:10px;
}
.user-right .user-bottom li>span{
    float: left;
    display: inline-block;
    width: 50px;
    color: #999999;
}
.user-right .user-bottom li>p{
    width: 100%;
    text-align: right;
    margin: 0;
}


.comment-con{
    width: 100%;
    border: 1px solid #eeeded;
    background: #ffffff;
    overflow: hidden;
    padding: 20px 20px;
}
.comment-con>h3{
    margin:0;
    font-weight: normal;
    color: #555555;
}

.comment-main{
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 20px;
}
.comment-main li{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eaeaea;

}
.comment-main li>a{
    float: left;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    overflow: hidden;
}
.comment-main li>p{
    padding-left: 90px;
}
.comment-main li>p.text{
    font-size: 14px;
    line-height: 180%;
    text-align: left;
    margin-top: 3px;
    margin-bottom: 5px;
}
.comment-main li>p.con{
    margin-bottom: 0px;
}
.comment-main li>p>span{
    color: #999999;
    margin-right: 4px;
}
.comment-main li>p>a{
    color: #0171c5;
    margin-left: 4px;
}


/*������ѯ���� css ���� 2017-5-19 begin*/
a {
    color: #555555;
}


/*��Ƭ�б� 2017.5.19  begin */
.vlists div {
    padding: 1px 20px 20px 20px;
    background-color: white;
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.04);
}
.vlists div h3>a{
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    margin-top: 3px;
}
.vlists div>a {
    display: block;
    padding: 5px 0px;
    color: #555555;
    font-size: 13px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #eaeaea;
}
.vlists div>a:last-child{
    border-bottom: 0;
}
.vlists div>a:hover {
    color: #a6a6a6;
}
.vlists div:nth-of-type(1) {
    margin-bottom: 20px;

}


/*�����б�ҳ-��Ƭ�޸� 2017.5.22*/
#s-lists .pano-list img{
    transition: all 0.5s;
}
#s-lists .pano-list:hover img{
    transform: scale(1.05);
}

#s-lists {
    margin-bottom: 50px;
    margin-top: 30px;
}

#s-lists .col-md-3 {
    width: 20%;
}

#s-lists .pano-list {
    margin-bottom: 20px;
    overflow: hidden;
}

#s-lists .pano-con {
    position: relative;
    width: 100%;
    background: #ffffff;
    height: 55px;
    padding: 0px 10px;
}

#s-lists .pano-con > label {
    font-weight: normal;
    padding-right: 40px;
    overflow: hidden;
    /* height: 35px;
    line-height:35px; */
    margin-top: 10px;
    color: #555555;
}

#s-lists .pano-con > span {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 12px;
    color: #aaaaaa;
}

#s-lists .pano-con > span > i {
    color: #CCCCCC;
    font-size: 12px;
}


#s-lists .user-list {
    width: 100%;
    margin-bottom: 20px;
}

#s-lists .user-img {
    position: relative;
    width: 100%;
    background: #ffffff;
    border: 1px solid #EEEEEE;
    padding: 30px 45px 0px 45px;
    text-align: center;
}

#s-lists .user-img > .user-rz {
    position: absolute;
    z-index: 5;
    width: 26px;
    height: 26px;
    background: url("../images/rz.png") no-repeat;
    right: 45px;
}

#s-lists .user-img > a {
    display: inline-block;
    width: 100%;
    border-radius: 200px;
    overflow: hidden;
}

#s-lists .user-img > label {
    font-weight: normal;
    width: 100%;
    margin-top: 3px;
    height: 22px;
    overflow: hidden;
}

#s-lists .user-img > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    background: #0099e5;
    border-radius: 20px;
}

#s-lists .user-img > span > i {
    color: #ffffff;
}

#s-lists .user-con {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #EEEEEE;
    border-top: none;
    overflow: hidden;
}

#s-lists .user-con li {
    width: 50%;
    float: left;
    border-right: 1px solid #EEEEEE;
    height: 70px;
    text-align: center;
}

#s-lists .user-con li:last-child {
    border-right: none;
}

#s-lists .user-con li > h3 {
    color: #474747;
    font-weight: normal;
    margin: 0;
    margin-top: 6px;
    font-family: Arial;
}

#s-lists .user-con li > h5 {
    color: #999999;
    font-weight: normal;
    margin: 0;
    margin-top: 15px;
}
@media (max-width: 992px) {
    #s-lists {
        padding-top: 60px;
        margin-top: 0;
        margin-bottom: 30px;
    }

    #s-lists .col-md-3 {
        width: 50%;
    }

    #s-lists .vlists h3 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    #s-lists .pano-img > div.fg {
        display: none;
    }




}

/*pc����*/
.s-nav{
    position:relative;
    padding-top: 80px;
}
.s-nav-con{
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 20px 20px;
    background-color: #ffffff;
}


.s-nav-con>ul{
    margin-bottom: 10px;
}
.s-nav-con>ul:last-child{
    margin-bottom: 0px;
}
.s-nav-con>ul>li:first-child{
    float: left;
    padding-top: 5px;
}
.s-nav-con>ul>li:last-child{
    padding-left: 56px;
    line-height: 30px;
    margin-left: 30px;
}
.s-nav-con>ul>li:last-child>a{
    display: inline-block;
    padding: 0px 5px;
    height: 18px;
    line-height: 18px;
    color: #555555;
    margin-right: 10px;
}
.s-nav-con>ul>li:last-child>a.active,.s-nav-con>ul>li:last-child>a:hover{
    color: #ffffff;
}
.s-nav-con>ul>li>div.second{
    width: 100%;
    background: #f8f8f8;
    padding: 10px;
    margin-top: 10px;
}
.s-nav-con>ul>li>div.second>a{
    display: inline-block;
    color: #555555;
    margin-right: 10px;
    font-size: 12px;
}
.s-nav-con>ul>li:last-child>a.active,.s-nav-con>ul>li:last-child>a:hover{
    background-color: #ff7800;
}

.s-nav-con>ul>li>div.second>a.active,.s-nav-con>ul>li>div.second>a:hover,.lists .list-con>span.price>span:first-child{
    color: #ff7800;
}

@media (max-width: 970px) {
    .s-nav-con{
        margin-right: 10px;
        margin-left: 10px;
        padding: 15px;
    }
}

/*wap��navtab����css---------------------------*/
.nav-wap{
    height: 44px;
    line-height: 44px;
    text-align: center;
    overflow: auto;
}
.nav-wap .tab{
    width: 100%;
    position: fixed;
    margin-top: 50px;
    z-index: 997;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}
.nav-wap .tab>div{
    color: #222222;
}
.nav-wap .tab>div.active{
    color: #ff5300;
}
.nav-wap .tab>div i{
    display: inline-block;
    color: #e4e4e4;
    margin-left: 5px;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.nav-wap .tab>div.active i{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    color: #ff5300;
}

.nav-wap .tabcon .filter-box>div li.active{
    color: #ff5300;
}
.nav-wap .tabcon .filter-box li{
    border-bottom: 1px solid #eeeeee;
}


.nav-wap .bg{
    background-color: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 996;
    display: none;
}


.nav-wap .tabcon{
    position: fixed;
    top: 94px;
    width: 100%;
    background-color: #ffffff;
    z-index: 998;
}
.nav-wap .tabcon .filter-box{
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    position: relative;
    display: none;

}
.nav-wap .tabcon .filter-box>div{
    max-height: 400px;
    overflow-y: scroll;
}

.nav-wap .tabcon .filter-box>div li{
    padding-left: 20px;
    text-align: left;
}


.nav-wap .tabcon .filter-box>.c{
    width: 100%;
}

.nav-wap .tabcon .filter-box>.c1{
    width: 30%;
    float: left;
    height: 400px;
    background-color: #f4f4f4;

}
.nav-wap .tabcon .filter-box>.c1 li{
    text-align: center;
    padding-left: 0px;
}
.nav-wap .tabcon .filter-box>.c1 li.active{
    background-color: #ffffff;
    color: #ff5300;
}
.nav-wap .tabcon .filter-box>.c1 li:last-child{
    border-bottom: none;
}


.nav-wap .tabcon .filter-box>.c2{
    width: 30%;
    float: left;
}
.nav-wap .tabcon .filter-box>.c2 li{
    margin-left: 5px;
}
.nav-wap .tabcon .filter-box>.c3{
    width: 30%;
    float: left;
}
.nav-wap .tabcon .filter-box>.c3 li{
    margin-left: 5px;
}

.nav-wap .tabcon .filter-box>div.more{
    padding-bottom: 44px;
}
.nav-wap .tabcon .filter-box>div.more>.sm-con{
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
    overflow: auto;
}
.nav-wap .tabcon .filter-box>div.more>.sm-con:last-child{
    border-bottom: 0;
}
.nav-wap .tabcon .filter-box>div.more>.sm-con label{
    height: 30px;
    font-weight: normal;
    margin: 0;
}

.nav-wap .tabcon .filter-box>div.more>.sm-con li{
    float: left;
    padding: 0px 10px;
    text-align: center;
    line-height: 28px;
    margin-right: 15px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    color: #999999;
    font-size: 12px;
}
.nav-wap .tabcon .filter-box>div.more>.sm-con li.active{
    border: 1px solid #ff5300;
    color: #ff5300;
}


.nav-wap .tabcon .filter-box>.tabbtn{
    height:44px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.nav-wap .tabcon .filter-box>.tabbtn>a{
    display: inline-block;
    width: 50%;
    float: left;

}
.nav-wap .tabcon .filter-box>.tabbtn>a.reset{
    border-top: 1px solid #dddddd;
    background-color: #ffffff;
    color: #999999;
}
.nav-wap .tabcon .filter-box>.tabbtn>a.sure{
    background-color: #ff5300;
    color: #ffffff;
}
@media (max-width: 970px) {
    .filter-box .c a {
        display: inline-block;
        width: 49%;
        padding-left: 20px;
        text-align: left;
        border-bottom: 1px solid #eeeeee;
    }
    .filter-box .c a:hover {
        color: #a6a6a6;
    }

    .nav-wap .tab {
        margin-top: 44px;
    }
    .nav-wap .tabcon {
        top: 137px;
    }

}

/*����ҳ��-���� css ���� 2017-5-22 begin*/

.h-content {
    margin-bottom: 50px;
}

.h-content .col-md-3 {
    width: 20%;
}

@media (max-width: 970px) {
    .h-content {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .h-content .col-md-3 {
        width: 50%;
    }
}

.bangzhu{ z-index: 10; font-size:12px; font-weight: 300; position:absolute;display: inline-block; cursor: pointer; right: 3px;bottom: 3px;padding: 0px 6px;background: #d4c2c2;border-radius: 50%;color: #fff; }






























