.header{background: transparent; position: absolute; top:0px;}

.indexBanner{height:550px; width:100%; z-index: -1;background: url(../images/ind-top-banner.jpg) center top no-repeat; padding-top: 140px;}
.ind-banner{width: 780px;    margin:0 auto; position: relative;}
.ind-wz {height: 83px; text-align:center; font-size: 30px; line-height: 30px; color: #fff;}
.ind-search {padding-top: 30px;}
.search-tab {margin: 0 auto;    position: relative;}
.search-tab span {display: inline-block;line-height: 40px;color: #666;font-size: 16px;
position: relative;margin: 0 16px 0 5px;cursor: pointer;font-weight: 700;}
.search-tab .cur {color: #fff; }
.ind-banner .search-box {margin-top: 26px; float: none;}
.ind-banner .search-inp {width: 780px; height: 60px; background: #fff; border-radius: 5px; overflow: hidden; border: none; padding-left: 0;    box-shadow: 0 0 20px 6px rgba(0,0,0,0.3);}
.ind-banner .inp {width: 570px;font-size: 16px;margin: 20px 30px;height: 20px;line-height: 18px; color: #8e99a9; border: none; background: none;}
.ind-banner .btn-search {border:none; cursor:pointer; width: 150px;height: 60px;-moz-border-radius: 0 3px 3px 0;-webkit-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; 
background: #00a0e9;color: #fff;font-size: 18px; float:right;}
.link-list{overflow: hidden; width: 865px; margin: 0 auto; margin-bottom: 10px;}
.link-list li { width: 226px;  text-align: center;margin-right: 92px; float: left;}
.link-list li.active img{-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.link-list h3 {line-height: 25px;font-size: 14px; margin-top: 15px;}
.link-list p {line-height: 30px;font-size: 14px; color: #8e99a9;}
.link-list li:last-child{margin-right: 0px;}

.inners{width:100%; height: 230px; background-image:url('/Content/images/home_banner.jpg');background-repeat:no-repeat; text-align: center;}
.inners .desc{color: #333; padding:50px 0px 30px; font-size: 26px;font-weight:700;}
.inners span{width: 150px; height:55px; background: #00a0e9; color: #fff; text-align: center; line-height: 55px; border:0px; padding: 16px 35px 16px 35px;
font-size: 18px;}
.ershoufang {width:1151px; overflow: hidden; position: relative;padding: 50px 0 15px;margin: 0 auto;}
.ershoufang p {color: #999;font-size:16px;}
    .ershoufang p a {
    color: #999;
    margin-left: 20px;
    float: right;
}
.ind-tit-box{position:relative;margin:104px 0 76px 0;background:#fff;}
.ind-tit{ margin: 0 auto; overflow: hidden;    width: 210px;}
  .ind-tit i{float:left;height:32px;background:#00ae66;width:6px;margin-top:8px;}
.ershoufang .name{font-size: 34px; color: #333; margin-bottom: 5px;}
.ershoufang ul {
    margin-top: 20px;
    width: 1200px;
}
.ershoufang li {
    position: relative;
    width: 250px;
    float: left;
    margin-right: 50px;
    border-radius: 2px;
    margin-bottom: 3px;
    cursor: pointer;
}
.ershoufang li .wra {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ershoufang li a {
    display: block;
}
.ershoufang li img {
    width: 250px;
    height: 192px;
}
.ershoufang li .price {
    position: absolute;
    padding: 0 8px;
    border-radius: 1px;
    height: 30px;
    background: #394043;
    font-size: 14px;
    text-align: center;
    top: 150px;
    line-height: 30px;
    color: #fff;
    left: 0;
}
.ershoufang li .bottom {
    width: 250px;
    height: 72px;
    background: #fff;
}
.ershoufang li .bottom p.p01 {
    font-weight:700;
    font-size: 16px;
    color: #394043;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 18px 0;
}
.ershoufang li .bottom p.p01 span{margin-right: 5px;}
.ershoufang li .bottom p .indeMoney{color: #f00; float: right;}
.ershoufang li .bottom p.indextips {color: #999;font-size: 12px;padding: 0 18px;overflow: hidden;height: 45px;line-height: 45px;}
.ershoufang li .bottom p.indextips span { margin-right: 8px;}
.link-list.provide{width: 910px; margin-bottom: 20px;}
.link-list.provide li{width: 157px; text-align: center;}

.house-num {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 4px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.house-num ul {
    position: relative;
    height: 35px;
    overflow: hidden; text-align: center;
}
.house-num ul li{color: #fff;}

@-webkit-keyframes bounce-up {
  25% {-webkit-transform: translateY(10px);}
  50%, 100% {-webkit-transform: translateY(0);}
  75% {-webkit-transform: translateY(-10px);}
 }

 @keyframes bounce-up {
  25% {transform: translateY(10px);}
  50%, 100% {transform: translateY(0);}
  75% {transform: translateY(-10px);}
 }