body { min-width: 1150px; }
.header {
    box-sizing: border-box;
    /*background-color: #161616;*/
    background-repeat: no-repeat;
    width: 100%;
    height: 558px;
    padding-top: 54px;
    background-attachment: fixed;
    background-position: center 0;
    display: block;
    position: relative;
}
.wrapper {
    width: 1150px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.header-nav-wrapper {
    z-index: 5; /* 需要比 header-wrap 层级高，保证下拉菜单在最上方 */
}
.header-wrap {
    margin-top: 87px;
    text-align: center;
    position: absolute;
    z-index: 4;
}
.header_wrapper_img {
    font-size: 0;
    height: 88px;
    margin-bottom: 5px;
}
.header_wrapper_img img {
    width: 1150px;
    height: 88px;
}
.banner-info {
    margin-bottom: 45px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    color: #fff;
    -webkit-text-shadow: 0 0 5px rgba(0,0,0,0.3);
       -moz-text-shadow: 0 0 5px rgba(0,0,0,0.3);
        -ms-text-shadow: 0 0 5px rgba(0,0,0,0.3);
            text-shadow: 0 0 5px rgba(0,0,0,0.3);
    text-align: center;
    overflow: hidden;
}
.carousel {
    position: relative;
    width: 100%;
    height: 35px;
    text-align: center;
}
.carousel li {
    height: 35px;
}
.carousel li a {
    color: #fff;
}
.search-box-wrapper {
    margin: 0 auto;
    width: 772px;
    text-align: left;
}
.search-menu {
    position: relative;
    height: 43px;
}
.search-menu-item {
    float: left;
    color: #b8b0b0;
    -webkit-text-shadow: 0 0 5px rgba(0,0,0,0.3);
       -moz-text-shadow: 0 0 5px rgba(0,0,0,0.3);
        -ms-text-shadow: 0 0 5px rgba(0,0,0,0.3);
            text-shadow: 0 0 5px rgba(0,0,0,0.3);
    height: 43px;
}
.search-menu-item:hover 
{
    color: #e6e6e6;
}
.search-menu-item span {
    display: inline-block;
    padding: 0 20px 0 0;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
}
.search-menu-arrow {
    position: absolute;
    top: 36px;
    left: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    width: 0;
    height: 0;
    -webkit-transition: all ease-in-out .3s;
       -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
    border-bottom: 9px solid #fff;
    z-index: 9;
}
.search-menu .menu-current {
    color: #fff;
}
.search-content {
    width: 100%;
    height: 54px;
    position: relative;
}
.search-box {
    width: 775px;
    height: 100%;
    line-height: 54px;
    font-size: 0;
}
.search-input {
    float: left;
    box-sizing: border-box;
    vertical-align: top;
    padding-left: 20px;
    width: 645px;
    height: 100%;
    border: 0;
    line-height: 54px;
    border-radius: 2px 0 0 2px;
    font-size: 14px;
    outline: none;
}
.search-btn {
    float: left;
    width: 128px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    border: 0;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
}
.search-select-box {
    position: absolute;
    left: 0;
    top: 54px;
    z-index: 10;
    width: 645px;
    background: #fff;
}
.hot-search-box,
.search-suggest-box,
.search-history-box {
    display: none;
    background: #fff;
    border: 1px solid #F2F2F2;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
       -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
        -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10); 
    padding-bottom: 10px;
    border-radius: 2px;
}
.hot-search-head,
.search-suggest-head,
.search-history-head {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    background: #fff;
    font-size: 14px;
    color: #718AA6;
    height: 50px;
    line-height: 50px;
}
.hot-search-content,
.search-suggest-content,
.search-history-content {
    max-height: 350px;
    overflow-y: auto;
}
.hot-search-content li,
.search-suggest-content li,
.search-history-content li {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    height: 35px;
    font-size: 0;
    line-height: 35px;
}
.hot-search-content li:hover,
.search-suggest-content li:hover,
.search-history-content li:hover {
    background: #eff3f6;
}
.hot-search-content li a,
.search-suggest-content li a,
.search-history-content li a {
    display: inline-block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #394043;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clear-history {
    padding: 0 14px;
    float: right;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    outline: none;
}
.clear-history:hover 
{
    background: #efefef;    
}
.home-menu {
    width: 935px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-menu-box li {
    float: left;
    width: 225px;
    margin-left: 128px;
    text-align: center;
}
.home-menu-box li:nth-child(1) {
    margin-left: 0;
}
.home-menu-item {
    display: block;
    color: #394043;
}
.item-title {
    font-size: 28px;
    color: #394043;
}
.item-content {
    position: relative;
    width: 225px;
    height: 225px;
    margin: 30px 0;
    background-position: 0 0;
    -webkit-transition: .5s ease-in-out;
       -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
         -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
}
.home-menu-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 50%;
}
.home-menu-item .icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 66px;
    height: 66px;
    margin-left: -33px;
    margin-top: -33px;
    border-radius: 50%;
    overflow: hidden;
}
.home-menu-item .icon-box img {
    width: 100%;
    height: 100%;
}
.item-footer {
    line-height: 20px;
    font-size: 14px;
    color: #777;
}
hr {
    margin: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
}
.classification 
{
    box-sizing: border-box;
    width: 1150px;
    height: 496px;
    margin: 0 auto;
    padding: 45px 0 60px;
}
.class-head-box {
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.class-head li {
    float: left;
    margin-left: 55px;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    color: #5a5a5a;
    border: 0;
    border-bottom: 5px solid transparent;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.class-head li:nth-child(1) {
    margin-left: 0;
}
.see-more-box {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #777;
}
.class-content {
    margin-top: 45px;
    width: 100%;
}
.class-content .home-class-item:nth-child(1) {
    display: block;
}

.home-show > li {
    float: left;
    width: 250px;
    margin-left: 50px;
}
.home-show > li:nth-child(1) {
    margin-left: 0;
}
.home-show-item {
    display: block;
    font-size: 0;
    color: #394043;
}
a.home-show-item:hover {
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
        -ms-box-shadow: 0 2px 6px rgba(0,0,0,.2);
         -o-box-shadow: 0 2px 6px rgba(0,0,0,.2);
            box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.show-img-box {
    position: relative;
    width: 250px;
    height: 194px;
}
.home-show-item img {
    width: 100%;
    height: 100%;
}
.price-box {
    position: absolute;
    padding: 0 6px;
    bottom: 12px;
    left: 0;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    border-radius: 0 2px 2px 0;
    background: rgba(57, 64, 67, 0.8);
}
.show-content {
    box-sizing: border-box;
    padding: 8px 12px 10px;
    border: 1px solid #ddd;
    border-top: 0;
}
.show-title {
    height: 28px;
    line-height: 28px;
    text-align: left;
    font-size: 16px;
    color: #394043;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.show-district,
.show-info  {
    height: 28px;
    line-height: 28px;
    text-align: left;
    font-size: 14px;
    white-space: nowrap;
}
.show-district {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*自定义模块*/

.article-box {
    width: 100%;
    background: #eee;
}
.article-wrapper {
    width: 1150px;
    margin: 0 auto;
    padding: 45px 0 60px;
}
.article-head,
.recommend-head {
    height: 40px;
    line-height: 40px;
}
.article-big-title,
.recommend-big-title {
    font-size: 28px;
    color: #394043;
}
.article-small-title,
.recommend-small-title {
    margin-left: 12px;
    line-height: normal;
    margin-top: 14px;
    font-size: 16px;
    color: #5a5a5a;
}
.article-head .see-more-box,
.recommend-head .see-more-box {
    line-height: 50px;
}
.article-body,
.recommend-body {
    margin-top: 35px;
}
.recommend-body {
    height: 297px;
}
.article-first {
    position: relative;
    float: left;
    width: 760px;
    height: 420px;
    font-size: 0;
}
.article-first img,
.article-second img,
.article-three img {
    width: 100%;
    height: 100%;
}
.article-first-title {
    position: absolute;
    box-sizing: border-box;
    padding: 6px 12px;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    color: #fff;
    min-height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .5);
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 95%);
}
.article-other {
    float: right;
    width: 370px;
    font-size: 0;
}
.article-second,
.article-three {
    position: relative;
    float: left;
    width: 370px;
    height: 200px;
    font-size: 0;
}
.article-second {
    margin-bottom: 20px;
}
.recommend-box {
    width: 1150px;
    margin: 0 auto;
    padding: 45px 0 0 0;
}
.recommend-second,
.recommend-rent,
.recommend-new {
    padding-bottom: 60px;
}
.cut-line {
    margin: 0 10px;
}
.loading-box,
.error-box 
{
    height: 297px;
    line-height: 297px;
    text-align: center;    
}
.loading,
.error-img 
{
    display: inline-block;    
}
.loading 
{
    width: 32px;
    height: 32px;
}
.error-img 
{
    margin-top: 70px;    
}
/* 轮播图 */
#swiper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.swiper-slide {
    background-repeat: no-repeat;
    background-size:cover;
}
.swiper-container .swiper-pagination {
    width: 100% !important;
    position: absolute;
    bottom: 22px;
    z-index: 999;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255,255,255,0.3);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.05);
    transform: scale(1) !important;
}
.swiper-pagination-bullet-active-main {
    width: 40px;
    height: 8px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.05);
}
.swiper-pagination-bullet-active-prev,
.swiper-pagination-bullet-active-next {
    width: 20px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.05);
}
.swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullet-active-next-next {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255,255,255,0.3);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.05);
}


.city-jump {
    width: 144px;
    color: #fff;
    position: absolute;
    top: -84px;
    left: 134px;
    text-align: center;
    z-index: 5;
}

.city-jump .current-city {
    width: 111px;
    height: 36px;
    background: rgba(0,0,0,0.3);
    border-radius: 18px;
    line-height: 36px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.city-jump .current-city span {
    display: inline-block;
    height: 100%;
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    left: 10px;
}

.city-location {
    position: absolute;
    display: inline-block;
    top: 9px;
    left: 15px;
}

.city-jump .current-city::selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.city-jump-select-list-container {
    height: 242px;
    margin-top: 4px;
    position: relative;
}

.city-jump-select-list-container.hide {
    display: none;
}

.city-jump-select-list {
    max-height: 100%;
    overflow: auto;
    background-color: #fff;
    border-radius: 2px;
}


.city-jump-select-list-container::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -12px;
    left: 67px;
}

.city-jump-select-list::-webkit-scrollbar {
    width: 4px;
}

.city-jump-select-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}

.city-jump-select-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.city-jump-select-list li {
    height: 42px;
    line-height: 42px;
    cursor: pointer;
}

.city-jump-select-list li a {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-left: 7px;
    margin-right: 7px;
}

.city-jump-select-list li:hover {
    background-color: #EFF3F5;
}

.city-jump-select-list li:hover a {
    color: #F2535B;
}