@charset "utf-8";
*{
    list-style: none;
    padding: 0;
    margin:0;
}
body{
    font:14px "microsoft yahei";
    background-color: #fff;
    overflow-y:scroll;
    /*文字清晰*/
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
input{
    font:14px "microsoft yahei";
    box-sizing: border-box;
}
input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;//关于解决输入框背景颜色
        -webkit-text-fill-color: rgba(255,255,255,1)!important;//关于接输入框文字颜色
    }
/*打印时去除页眉页脚*/
@page {
    size: auto;  /* auto is the initial value */
    margin: 0mm; /* this affects the margin in the printer settings */
}
img{
    border:none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.lf{
    float:left;
}
.rt{
    float:right;
}
input:focus{
    outline: 0;
}
.container{
    width:1190px;
    margin: 0 auto;
    position: relative;
}
.container:after{
    content:"";
    display:table;
    clear:both;
}
/*文本溢出处理*/
.text{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    word-break:keep-all;
}
/*图片活动状态*/
.imgFloat{
    border:2px solid transparent;
}
.imgFloat:hover{
    border:2px solid #f39700;
    color:#f39700;
}
/*字体图标*/
i.icon{
    position:relative;
    top:1px;
}
/*页面头部*/
header{
    background-color:#009b00;
    color:#fff;
    height:43px;
}
header a{
    color:#fff;
}
.headLeft1{
    width:450px;
    height:43px;
    background-color:#00a601;
    transform: skew(30deg);
    margin-left:50px;
}
.headRight1{
    width:300px;
    height:43px;
    background-color:#00a601;
    transform: skew(-30deg);
}
.headLeft2{
    position:absolute;
    top:0;
    left:50px;
    width:410px;
    height:43px;
    background-color:transparent;
    line-height: 43px;
    font-size:1.2em;
    text-align: center;
}
.headLeft2 div{
    float:right;
    font-size:0.8em;
    line-height: normal;
    margin-top:12px;
    font-style:normal;
}
.headLeft2 div p{
    text-align:left;
}
.headRight2{
    position: absolute;
    top:0;
    right:0;
    width:300px;
    height:43px;
    background-color:transparent;
    line-height: 43px;
    text-align: center;
}
.headRight2 b{
    font-weight:normal;
}
/*搜索栏*/
.searchbar{
    position:relative;
    z-index:1000;
}
.searchbar>div>div{
    float:left;
}
.searchbar-left{
    width:310px;
    height:128px;
    color:#444;
}
.searchbar-middle{
    height:42px;
    width:610px;
    background-color: #26c54f;
    margin-top:50px;
    margin-left:20px;
    position:relative;
    overflow:visible !important;
}
.searchbar-middle>div{
    float:left;
}
.searchbar-middle:after{
    content:"";
    display:table;
    clear:both;
}
.searchbar-middle input{
    width:450px;
    height:36px;
    margin-top:3px;
    border:0;
    padding-left:20px;
    margin-left:3px;
}
.searchbar-middle>div:last-child{
    width:110px;
    height:42px;
    line-height: 42px;
    text-align: center;
    color:#fff;
    cursor: pointer;
}
.searchbar>div>.searchbar-right{
    height:127px;
    overflow:hidden;
    float:right;

}
/*导航条*/
nav{
    font-size: 1.2em;
    height:45px;
    background-color: #26c54f;
}
nav a{
    color:#fff;
    display:inline-block;
    padding:0 20px;
}
nav ul{
    overflow: hidden;
}
nav li{
    float:left;
    height:45px;
    margin-right:20px;
    text-align: center;
    line-height: 45px;
}
nav li:hover{
    background-color: #1b8a45;
}
.nav-active{
    background-color: #1b8a45;
}
/*主体内容*/
main{
    background-color: #f5f5f5;
    padding-bottom: 50px;
    position:relative;
    z-index:10;
}
 main b{
    font-weight: normal;
}
/*条件筛选*/
.main-top{
    padding:15px 0 10px 10px;
    background-color: #fff;
    color:#333;
}
.main-top>ul{
    overflow: hidden;
}
.main-top>ul>li{
    overflow: hidden;
    margin-bottom:10px;
}
.main-top>ul>li:last-child{
    margin-bottom: 0;
}
.main-top>ul>li>div{
    float:left;
}
.main-top>ul>li>div:first-child{
    width:55px;
    height:30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background-color:#e6e6e6 ;
    margin-right:20px;
}
.main-top>ul>li>div>ul{
    overflow: hidden;
}
.main-top>ul>li>div>ul>li{
    float:left;
    height:30px;
    text-align: center;
    line-height: 30px;
    padding:0 9px;
    cursor: pointer;
    margin-right:10px;
    margin-bottom: 5px;
}
.main-top>ul>li>div>ul>li:hover{
    color:#fff;
    background-color: #26c54f;
}
.active{
     color:#fff;
     background-color: #26c54f;
     padding: 0;
}
.cityList>div:last-child{
    background-color:#f5f5f5;
    width:700px !important;
}
.cityList>div>ul>li{
    margin-bottom:5px !important;
}
.condition ul{
    padding-left:85px;
    overflow:hidden;
    background-color:#fff;
    font-size:#999;
    padding-bottom:10px;
}
.condition ul li{
    background-color:#f39700;
    color:#fff;
    border-radius:12px;
    padding:5px 20px 5px 15px;
    float:left;
    position:relative;
    cursor:pointer;
    margin-right:10px;
}
.condition ul li i{
    font-size:10px;
    position:absolute;
    top:7px;
    right:5px;
}
/*核心内容*/
main a{
    color:#333;
}
main a:hover{
    color:#e30;
}
 .main-middle{
    color:#888;
}
 .main-middle>ul>li{
    padding:8px;
    overflow: hidden;
    padding-right:13px;
    background-color:#fff;
}
 .main-middle>ul>li:hover{
     background-color:#f5f5f5;
 }
 .main-middle>ul>li>div{
    float:left;
}
 .main-middle>ul>li>div:last-child{
    float:right;
}
/*上拉按钮*/
.collapse{
    height:26px;
    line-height:26px;
    text-align: center;
    background-color: #f0f0f0;
    cursor:pointer;
}
.collapse  i{
    color:#333;
    top:1px;
    margin-left:5px;
}
/*排序*/
.sort{
    padding-left:10px;
    background-color: #fff;
    margin:10px  0;
    overflow: hidden;
}
.sort span{
     display:inline-block;
     height:20px;
     width:20px;
     position:relative;
     top:5px;
}
.sort ul{
    overflow: hidden;
}
.sort-left li,.sort-right li{
    float:left;
    height:36px;
    text-align: center;
    line-height:36px;
    padding:0 10px;
}
.sort-left li{
    cursor:pointer;
}
.sort-info li:first-child~li{
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}
.sort-info li:first-child~li:hover{
    color:#3bcb60;
}
.sort-right{
    float:right !important;
    margin-right:382px;
}
.sort-right input{
    height:28px;
    border:0;
    width:120px;
    outline:1px solid #ccc;
    padding-left:10px;
}

.sort-left{
    float:left !important;
    margin-right:382px;
}
.sort-left input{
    height:28px;
    border:0;
    width:120px;
    outline:1px solid #ccc;
    padding-left:10px;
}

.active2{
    color:#3bcb60;
    border-left:1px solid #ddd !important;
    border-right:1px solid #ddd !important;
}
 /*正序*/
 .sort-img1 {
     background:url('../image/imgList_3.png') no-repeat 0 -20px;
     transform: rotate(180deg);
 }
/*倒序*/
 .sort-img2 {
    background:url('../image/imgList_3.png') no-repeat 0 -20px;
 }
/*不排序*/
 .sort-img3 {
     background:url('../image/imgList_3.png') no-repeat 0 -40px;
 }
/*翻页  */
.toPage{
    background-color: #e5e5e5;
    padding:3px 0;
}
.toPage ul{
    overflow: hidden;
    width:535px;
    margin:0 auto;
}
.toPage ul li{
    height:32px;
    line-height:30px;
    float:left;
    margin-right:5px;
}
.toPage ul li div{
    width:30px;
    height:25px;
    border:1px solid #aaa;
    text-align: center;
    line-height:25px;
    background-color: #fff;
    margin-top:2px;
}
.toPage select{
     width:60px;
     height:27px;
     margin-top:2px;
}
/*页尾*/
footer{
    font-size: 12px;
    background-color: #eee;
    padding-top:10px;
    clear:both;
}
footer a:hover{
    color:#e30;
}
footer>div>div{
    overflow: hidden;
}
footer a{
    color:#333;
}
.footInfo{
    overflow: hidden;
}
.footInfo>ul{
    float:left;
    margin-right:60px;
}
.footInfo>ul>li{
    margin-bottom:12px;
}
.footInfo+div{
    overflow: hidden;
}
.footInfo+div>div{
    float:left;
    margin-right:52px;
}
.footInfo+div a{
    color:#008000;
}
footer img{
    margin-top: 6px;;
}
footer p{
    margin:0 0 14px;
    color:#999;
}
.cooperate{
    overflow: hidden;
    clear:both;
    margin-top:12px;
}
.cooperate>div{
    width:80px;
    height:25px;
    text-align: center;
    line-height: 25px;;
    float:left;
    margin-right:13px;
}
.cooperate>div:first-child{
    background-color: #999;
    color:#fff;
}
.cooperate>div:last-child{
    background-color: #dfdfdf;
    color:#333;
}
.cooperateList{
    overflow: hidden;
}
.cooperateList>ul{
    float:left;
    margin-right:48px;
}
.cooperateList>ul>li{
    margin-bottom:10px;
}
.cooperateList a{
    color:#666;
}
footer .container{
    position: relative;
}
footer .container>div{
    margin-bottom:10px;
}
footer .container ul li{
    width: 150px;
    overflow: hidden;
    word-break: keep-all;
    whitewhite-space: nowrap;
    text-overflow: ellipsis;
}
.toTop{
    border:1px solid #ddd;
    border-radius:4px;
    background-color:#fff;
    display:none;
    position: fixed;
    top:70%;
    right:0;
    z-index:1000;
}
.toTop a{
    display:block;
    width:12px;
    padding:10px;
    color:#ff9f00;
}
.toTop a:hover{
    color:#ff9f00;
}

/*土地标签背景色*/
.taTag_101{
    background-color: #429842
}
.taTag_102{
    background-color:#3bb4f2
}
.taTag_103{
    background-color:#5a98de
}
.taTag_104{
    background-color:#f37b1d
}
.taTag_105{
    background-color: #dd514c
}
.taTag_106{
    background-color: #b837d3
}
.taTag_107{
    background-color: #b278d3
}
.taTag_108{
    background-color: #d3713e
}
.taTag_109{
    background-color: #d3ad50
}
.taTag_110{
    background-color: #4ed3bf
}
.taTag_111{
    background-color: #ced379
}
.hover-arrow-btn:hover {
    background-color: #45a049; /* Green background on hover */
    cursor: pointer; /* Cursor changes to pointer on hover */
    width: 80px;
}
.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}