#home-search{
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    margin-bottom: 20px;
}
#home-search .input-box{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #AAA;
    background-color: #FFF;
    height: 42px;
    margin-top: 15px;
    display: -webkit-box !important;
    display: box !important;
    position:relative;
}
#home-search .input-box input{
    border: none;
    margin: 0 0 0 10px;
    outline: none;
    height: 42px;
    line-height: 42px;
    padding: 0 0 0 25px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}
#home-search .control-wrap{
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1;
    margin-right: 10px;
    overflow: hidden;
}
#home-search .icon-search{
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 18px;
    z-index: 1;
    color: #666;
    font-weight: bold;
}
#search-type-list{
    display: none;
    background: #FFF;
    position: absolute;
    z-index: 3;
    left: -1px;
    right: -1px;
    border: 1px solid #999;
    top: 40px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #EFEFEF;
}
#search-type-list .item{
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #EFEFEF;
}
#home-search-btn{
    margin: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    padding: 0 32px;
    background-color: #003663;
    color: #FFFFFF;
    text-align: center;
}
#search-type{
    position: relative;
    height: 42px;
    border: 1px solid #AAA;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#search-type-name{
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #333;
    margin: 0 5px 0 10px;
    position: relative;
}
#search-type-name i{
    position: absolute;
    z-index: 2;
    right: 0;
    top: 1px;
    font-size: 24px;
}
/*首页幻灯样式*/
.flash-banner {
    text-align: center;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.flash-banner .pic-list-box {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.flash-banner .list {
    height: 100%;
    position: absolute;
    top: 0;
}
.flash-banner .pic-item {
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 100%;
    float: left;
    width: 375px;
    position: relative;
}
.flash-banner .house-info {
    position: absolute;
    width: 100%;
    height: 240px;
    margin: 0 auto;
    bottom: 0;
    left: auto;
    right: auto;
    top: auto;
    z-index: 95;
    text-shadow: 0 0 4px #000, 0 0 4px #000;
    color: #fff;
    font-weight: normal;
}
.flash-banner .house-info .house-price {
    font-size: 24px;
    text-align: center;
}
.flash-banner .house-info .average {
    font-size: 16px;
    /*margin-left: 20px;*/
}
.flash-banner .house-info .house-price strong {
    font-weight: normal;
    /*margin-right: 18px;*/
    font-size: 30px;
    position: relative;
    top: 3px;
}
.flash-banner .house-info .situation {
    font-size: 18px;
    text-align: center;
    margin: 15px auto;
}
.flash-banner .house-info .house-title {
    font-size: 18px;
    margin: 15px auto;
}
.flash-banner .house-info .detail-btn {
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 5px;
    display: block;
    width: 94px;
    height: 29px;
    line-height: 29px;
    margin: 25px auto;
    background-color: #003663;
    text-shadow: none;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flash-banner .house-info .detail-btn:hover {
    background-color: #104673;
}
.flash-banner .prev-arrow, .flash-banner .next-arrow {
    width: 15%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 100;
    cursor: pointer;
    opacity: 0.5;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.flash-banner .prev-arrow:hover, .flash-banner .next-arrow:hover {
    opacity: 0.9;
}
.flash-banner .prev-arrow {
    left: 0;
}
.flash-banner .next-arrow {
    right: 0;
}
.flash-banner .prev-arrow .icon, .flash-banner .next-arrow .icon {
    position: absolute;
    top: 45%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #000;
}
.flash-banner .prev-arrow .icon {
    left: 10%;
}
.flash-banner .next-arrow .icon {
    right: 10%;
}
.flash-banner .icon i {
    color: #fff;
    font-weight: bold;
}
.flash-banner .main-search {
    background-color: transparent;
    width: 100%;
    position: absolute;
    z-index: 100;
    bottom: 0;
}
.flash-banner .main-search .border-wrap {
    width: 1150px;
    margin: 15px auto;
}
.flash-banner .selected-type, .flash-banner .selected-type, .flash-banner .input-box {
    background-color: #fff;
}
.flash-banner .mask{
    height: 75px;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 90;
}
/*首页栏目图标*/
.main-column-box {
    margin: 0 0 15px;
    display: -webkit-box !important;
    display: box !important;
    position:relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.main-column-box .menu-item {
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1;
    text-align: center;
    overflow: hidden;
    width: 20%;
}
.main-column-box .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*border: 1px solid #003663;*/
    background-color: #003663;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    margin: 0 auto 5px;
}
.main-column-box .icon i {
    font-style: normal;
    font-size: 28px;
    color: #fff;
}
.main-column-box .text {
    font-size: 15px;
    color: #333;
}