@charset "UTF-8";
@import "./home_selection.css";
.home-ico {
    display: block;
    background: url(../images/bg.png) no-repeat;
}

.ico-banner {
    background: url(../images/home/slogan.png) no-repeat;
    width: 725px;
    height: 115px;
    margin: 80px auto 0 auto;
}

.ico-search {
    width: 53px;
    height: 50px;
    background-position: -14px -389px;
}

.ico-search-hover,
.ico-search:hover {
    background-position: -68px -389px;
}

.ico-search-active,
.ico-search:active,
.ico-search-press {
    background-position: -122px -389px;
}

.ico-clock {
    width: 50px;
    height: 50px;
    background-position: -420px -130px;
}

.ico-clock-hover,
.ico-clock:hover {
    background-position: -470px -130px;
}

.ico-clock-active,
.ico-clock-active:hover {
    background-position: -190px -130px;
}

.ico-close {
    width: 90px;
    height: 30px;
    background-position: -250px -130px;
}

.ico-white-arrow-up {
    width: 13px;
    height: 11px;
    background: url(../images/bg.png) no-repeat;
    background-position: -508px -211px;
}

.ico-enter {
    width: 20px;
    height: 20px;
    background-position: -370px -130px;
}

.ico-cond {
    display: block;
    width: 120px;
    height: 120px;
    background-position: 0 -190px;
}

.ico-cond-house {
    background-position: -120px -190px;
}

.ico-cond-history {
    width: 143px;
    height: 120px;
    background-position: -240px -190px;
}

.ico-blue-arrow-down {
    width: 10px;
    height: 8px;
    background-position: -395px -130px;
}

.foot-ico {
    background: url(../images/home/home-footer-banner.jpg) no-repeat;
}

.ico-fix-1 {
    background: url(../images/bg.png) -363px -389px no-repeat;
}

.foot-ico-2 {
    background-position: 0 -225px;
}

.ico-fix-2 {
    background: url(../images/bg.png) -441px -389px no-repeat;
}

.foot-ico-3 {
    background-position: 0 -450px;
}

.foot-ico-4 {
    background-position: 0 -675px;
}

.foot-ico-5 {
    background-position: 0 -900px;
}

.foot-ico-6 {
    background-position: 0 -1125px;
}

.ico-fix-6 {
    background: url(../images/bg.png) -521px -286px no-repeat;
}

.ico-fix-3 {
    background: url(../images/bg.png) -519px -389px no-repeat;
}

.home-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 50px;
    padding: 20px 0 52px 0;
    background: transparent;
    webkit-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    -webkit-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0;
}

.header-animation {
    position: fixed;
    padding: 0;
    background: #ea5504;
    -webkit-animation: fadeInDown 1s .2s ease both;
    animation: fadeInDown 1s .2s ease both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.home-header .login-panel .log,
.home-header .login-panel .reg {
    color: #fff;
    cursor: pointer;
}

.home-header .login-panel .log {
    margin: 0 5px;
}

.home-sider {
    position: relative;
    width: 100%;
    height: 570px;
    height: 680px;
    margin: 0 auto;
}

.home-header .logo-a {
    margin-top: 5px;
    margin-right: 20px;
}

.home-header .logo-img {
    width: auto;
    min-width: 125px;
    height: 40px;
    margin-top: 5px;
}

.home-header .change-city {
    margin: 0px;
    background: rgba(0, 0, 0, 0.25);
    display: inline-block;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-top: 17px;
    cursor: pointer;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 12px;
}

.home-header .change-city a .ico_change_city {
    display: inline-block;
    position: relative;
    top: 1px;
    width: 10px;
    height: 12px;
    margin-right: 5px;
    background: url(../images/sprite-common.png) no-repeat 1px 0px;
    background-position: -25px -0;
}

.home-header .change-city a:hover .ico_change_city {
    background-position: -25px -0;
}

.home-header .change-city a {
    margin: 0px;
    padding: 0px;
}

.home-header .nav-lst {
    float: right;
}

.head_top .nav-lst li.lio a {
    display: block;
    height: 100%;
    font-size: 18px;
    font-weight: 700;
    padding: 0px 10px;
}


/* 点 */

.head_top .nav-lst li.lxico {
    width: 10px;
    height: 8px;
    background: url("../images/sprite-common.png") no-repeat;
    background-position: -24px -18px;
    margin-top: 25px;
}

.head_top .nav-lst li.lio a.on {
    font-weight: bold;
    background: url(../images/home/nav-dot.png) no-repeat center 45px;
}

.head_top .nav-lst li a:after {
    content: '';
    width: 0;
    /*background-color: #696969;*/
    background-color: #fff;
    left: 0px;
    position: absolute;
    /*top: 0px;*/
    bottom: 10px;
    height: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.head_top .nav-lst li a:hover:after {
    content: '';
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.head_top .nav-lst li.lio .nav_mobile dd {
    text-align: center;
}

.head_top .nav-lst li.lio .nav_mobile p {
    color: #333;
    text-align: center;
    line-height: 30px;
}

.head_top .nav-lst li.lio .nav_mobile img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0px auto;
    /*float:left;margin-left:13px*/
}

@media (max-width: 767px) {
    .head_top .nav-lst li a:after {
        height: 1px;
        /*bottom: 0px;*/
        /*top: auto;*/
        left: 15px;
    }
}

#mainasider {
    position: relative;
    overflow: hidden;
}

.asider,
.asider ul,
.asider ul li {
    height: 100%;
}

.asider,
.asider ul {
    position: relative;
    width: 100%;
}

.asider ul li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

.asider ul li.first {
    opacity: 100;
    filter: alpha(opacity=100);
}

.asider ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 570px;
    height: 680px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    text-align: center;
}

.asider ul li a img {
    display: block;
    width: auto;
    min-width: 100%;
    height: 100%;
}

.asider .main_btn_wrap {
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
}

.asider .main_btn_con {
    position: relative;
    width: 1200px;
    height: 80px;
    margin: 0px auto;
    /*border: 1px solid #ddd;*/
}

.asider .left_btn,
.asider .right_btn {
    position: absolute;
    display: block;
    top: -240px;
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    width: 40px;
    cursor: pointer;
    /*border:1px solid yellow;*/
    text-align: center;
    border-radius: 1px;
}

.asider .left_btn {
    left: 50px;
}

.asider .right_btn {
    right: 50px;
}

.asider .left_btn i,
.asider .right_btn i {
    display: inline-block;
    width: 25px;
    height: 45px;
    line-height: 90px;
    vertical-align: middle;
    /*border:1px solid red;*/
    background: url(../images/sprite-common.png) no-repeat 0 0;
}

.asider .left_btn i {
    background-position: -25px -24px;
}

.asider .right_btn i {
    background-position: -22px -64px;
}

.asider .left_btn:hover,
.asider .right_btn:hover {
    /*background-color: #000000;*/
    /*  background-color: #ffffff;
  opacity: 10;
  filter:alpha(opacity=0.1); */
}

.asider .bg {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 300px;
    background: url(../images/home/bg.png) left bottom repeat-x;
}

.main-wrap {
    position: absolute;
    z-index: 999;
    /*width: 760px; margin-left: -380px;*/
    width: 894px;
    left: 50%;
    bottom: 210px;
    margin-left: -447px;
}

.search-box-wrap-title {
    height: 50px;
    line-height: 50px;
    font-size: 70px;
    font-weight: 700;
    color: #666;
    text-align: center;
}

.search-box-wrap-title .s2 {
    color: #f15a24;
}

.search-box-wrap {
    position: relative;
    z-index: 2;
    /*  width: 960px;
  width: 900px;
  margin:0px auto; */
}

.search-box-wrap .search-box-con {
    padding: 20px 0 8px;
    position: relative;
    z-index: 99;
}

.search-box-wrap .search-box-con .main-title {
    text-align: center;
    margin-bottom: 20px;
}

.search-box-wrap .search-box-con .main-title img {
    height: 50px;
}

.search-box-wrap .search-box-con .title .s2 {
    color: #f15a24;
}

.search-box-wrap .search-box-con .menu {
    float: left;
    position: relative;
    background: none;
    width: auto;
    height: auto;
    opacity: 1;
    z-index: 99;
    /*padding: 22px 0 8px;*/
    padding: 22px 0 16px;
}

.search-box-wrap .search-box-con .menu ul {
    padding: 0px;
}

.search-box-wrap .search-box-con .menu li {
    float: left;
    text-align: center;
    opacity: .5;
    filter: alpha(opacity=50);
}

.search-box-wrap .search-box-con .menu i {
    position: absolute;
    z-index: 92;
    bottom: -1px;
    left: 30px;
    display: block;
    width: 15px;
    height: 8px;
    background-image: url(../images/home/icons.png);
    background-position: -10px -143px;
    background-image: url(../images/sprite-common.png);
    background-position: -59px -7px;
    background-repeat: no-repeat;
    -webkit-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.search-box-wrap .search-box-con .menu li a,
.search-box-wrap .search-box-con .menu li a {
    display: inline-block;
    /*width:80px;*/
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-left: 0px;
    padding: 0 20px 0 0;
}

.search-box-wrap .search-box-con .menu li.check {
    opacity: 1;
    filter: alpha(opacity=100);
}

.search-box-wrap .map-search {
    font-size: 20px;
    line-height: 31px;
    padding: 11px 0 0 20px;
    width: 140px;
    display: inline-block;
    position: relative;
}

.search-box-wrap .map-search a {
    display: block;
}

.search-box-wrap .map-search i,
.search-box-wrap .map-search span {
    float: left;
}

.search-box-wrap .map-search i {
    width: 32px;
    height: 31px;
    background-position: -10px -159px;
    display: inline-block;
    zoom: 1;
    overflow: hidden;
    background-image: url(../images/home/icons.png);
    background-repeat: no-repeat;
}

.search-box-wrap .map-search span {
    display: inline-block;
    color: #fff;
    padding-left: 5px;
}

.search-box-wrap .search-box {
    /*padding: 0px 0px 16px 0px;*/
    overflow: hidden;
}

.search-box-wrap .search-box form,
.search-box-wrap .search-box input,
.search-box-wrap .search-box .subtn {
    height: 55px;
    line-height: 55px;
}

.search-box-wrap .search-box form {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.search-box-wrap .search-box input {
    border: 0;
    float: left;
}

.search-box-wrap .search-box .subtn {
    float: right;
    display: block;
    width: 127px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    background: #ea5504;
    border-radius: 0 2px 2px 0;
}

.search-box-wrap .search-box .txt {
    /*  width: 647px;
  width: 420px;
  */
    width: 600px;
    padding: 0 15px;
    background: #fff;
    font-size: 14px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", SimHei, Tahoma, SimSun, sans-serif;
}

.suggest-wrap {
    top: 0;
    width: 675px;
}

.search-box-wrap .search-box-con .sug-tips {
    position: absolute;
    z-index: 99;
    /*top: 216px;*/
    left: 1px;
    clear: both;
    width: auto;
}

.search-box-wrap .search-box-con .sug-tips ul {
    width: 632px;
    display: none;
    background: #fff;
    border-top: 0;
    position: relative;
    left: -1px;
    top: -1px;
}

.search-box-wrap .search-box-con .sug-tips ul.bordernone {
    border: 0;
}

.search-box-wrap .search-box-con .sug-tips01 ul {
    width: 600px;
}

.search-box-wrap .search-box-con .sug-tips li {
    height: 35px;
    line-height: 35px;
    padding: 3px 20px;
}

.search-box-wrap .search-box-con .sug-tips li.hot-name {
    background: #f4f7f9;
    color: #849aae;
}

.search-box-wrap .search-box-con .sug-tips li.hot-name:hover {
    background: #f4f7f9;
}

.search-box-wrap .search-box-con .sug-tips li.hot-name .del {
    display: none;
    text-align: right;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
    float: right;
}

.search-box-wrap .search-box-con .sug-tips li:hover {
    background: #f9f9f9;
}

.search-box-wrap .search-box-con .sug-tips li a {
    color: #333;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    display: block;
    width: 100%;
}

.hot-bargain {
    margin-top: 8px;
    position: relative;
    z-index: 98;
    z-index: 99;
    color: #c8c8c8;
    font-size: 14px;
}

.hot-bargain .tit {
    display: inline-block;
    width: 70px;
    padding: 5px 0px;
}

.bargain-box {
    position: relative;
    z-index: 98;
    width: 630px;
    padding: 5px 10px;
    height: 30px;
    overflow: hidden;
    /*background-color: rgba(255,255,255,.1); */
}

.hot-bargain ul li {
    opacity: 0;
    filter: alpha(opacity=0);
}

.hot-bargain ul li.first {
    opacity: 100;
    filter: alpha(opacity=100);
}

.hot-bargain ul li {
    position: absolute;
    top: 5px;
    left: 0px;
}

.hot-bargain ul li .new {
    margin-right: 10px;
}

.hot-bargain ul li .lab {
    margin-right: 6px;
}

.search-box-wrap .hot-rec {
    font-size: 12px;
    color: #fff;
    height: 27px;
}

.search-box-wrap .hot-rec .rec {
    color: #fff;
}

.search-box-wrap .hot-rec .rec .label {
    margin-right: 6px;
}

.search-box-wrap .hot-rec .rec a {
    opacity: .65;
    filter: alpha(opacity=65);
    color: #fff;
}

.list-banner {
    background: #fff;
    padding: 45px 0 65px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(158, 158, 158, 0.2);
    box-shadow: 0 2px 4px 0 rgba(158, 158, 158, 0.2);
    border-bottom: 1px solid #d9d9d9;
}


/* 
.list-banner-ul{padding:30px 0 45px;overflow: hidden;}
.list-banner-ul dl{float: left;width: 25%;text-align: center;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
.list-banner-ul dt{width: 180px;height: 180px;margin:0px auto;border-radius: 180px;text-align: center;}
.list-banner-ul dl div{width: 120px;height: 120px;line-height: 120px;border-radius: 120px;margin: 0px auto;}
.list-banner-ul dl a{display:block;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;}
.list-banner-ul a:hover dt{background: $basecolor;}
.list-banner-ul a:hover h3{color: #fff;}
.list-banner-ul dl img{position: relative;width: 84px;height: 80px;margin: 30px auto 10px;cursor: pointer;}
.list-banner-ul dl:hover img,.list-banner-ul dl img:hover{cursor: pointer;}
.list-banner-ul dl h3{font-size: 24px;font-family: "Helvetica Neue",Helvetica,Arial,Tahoma,"Microsoft YaHei","\5fae\8f6f\96c5\9ed1",sans-serif;line-height: 36px;cursor: pointer;font-weight: 500;color: #2e2e2e;}
.list-banner-ul dl p{height: 30px;line-height: 30px;font-size: 16px;color: #2e2e2e;font-family: "Helvetica Neue",Helvetica,Arial,Tahoma,"Microsoft YaHei","\5fae\8f6f\96c5\9ed1",sans-serif;}
 */

.list-banner-ul {
    padding: 60px 0 50px;
    overflow: hidden;
    /* -webkit-box-shadow: 0 2px 4px 0 rgba(158, 158, 158, 0.2);-moz-box-shadow: 0 2px 4px 0 rgba(158, 158, 158, 0.2);box-shadow: 0 2px 4px 0 rgba(158, 158, 158, 0.2);border-bottom: 1px solid #d9d9d9;*/
}

.list-banner-ul dl {
    float: left;
    width: 25%;
    text-align: center;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.list-banner-ul dl:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.list-banner-ul dt {
    text-align: center;
}

.list-banner-ul dl div {
    margin: 0px auto;
}

.list-banner-ul dl a {
    display: block;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-banner-ul dl img {
    position: relative;
    width: 84px;
    width: auto;
    height: 80px;
    height: 120px;
    /*margin: 30px auto 10px;*/
    cursor: pointer;
    margin: 0 auto 10px auto;
}

.list-banner-ul dl:hover img,
.list-banner-ul dl img:hover {
    cursor: pointer;
}

.list-banner-ul dl h3 {
    font-size: 18px;
    font-weight: 500;
    color: #394043;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", sans-serif;
    line-height: 30px;
    cursor: pointer;
}

.list-banner-ul dl p {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #b0b3b4;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", sans-serif;
}

.list-footer-ul {
    padding: 30px 0 45px;
    overflow: hidden;
}

.list-footer-ul dl {
    float: left;
    width: 25%;
    text-align: center;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.list-footer-ul dt {
    width: 180px;
    height: 68px;
    margin: 0px auto;
    text-align: center;
}

.list-footer-ul a:hover dt {
    background: none;
}

.list-footer-ul a:hover h3 {
    color: #2e2e2e;
}

.list-footer-ul dl div {
    width: 68px;
    height: 68px;
    line-height: 68px;
    margin: 0px auto;
}

.list-footer-ul dl img {
    position: relative;
    width: 68px;
    height: 68px;
    margin: 0px;
    cursor: pointer;
}

.list-footer-ul dl h3 {
    font-size: 20px;
    color: #333;
    margin-top: 28px;
    font-weight: 700;
}

.list-footer-ul dl p {
    font-size: 12px;
    color: #aaa;
    margin-top: 5px;
    display: block;
    height: 16px;
    line-height: 16px;
}

.clear {
    display: block;
}

.list-banner ul {
    overflow: hidden;
}

.list-banner li {
    float: left;
    width: 308px;
    /*height: 350px;*/
    text-align: center;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", SimHei, Tahoma, SimSun, sans-serif;
    width: 33%;
}

.list-banner li h3 {
    font-size: 32px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", SimHei, Tahoma, SimSun, sans-serif;
}

.list-banner li .coner {
    display: inline-block;
    position: relative;
    margin: 0px auto;
}

.foot-ico {
    background: url(../images/home/home-footer-banner.jpg) no-repeat;
}

.list-banner li .foot-ico {
    width: 225px;
    height: 225px;
    margin: 0px auto;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: none;
}

.list-banner li .foot-ico img {
    width: 100%;
    height: 225px;
}

.list-banner li .foot-ico:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.list-banner li p {
    display: block;
    font-size: 16px;
    color: #979593;
    padding-top: 6px;
}

.list-banner li p.p-1 {
    display: block;
    font-size: 16px;
    color: #979593;
    padding-top: 6px;
}

.list-banner li p.p-2 a {
    font-size: 30px;
    color: #33302f;
}

.news {
    background: #f2f2f3;
    padding: 24px 0 50px 0;
}

.news .name {
    font-size: 14px;
    color: #b0b3b4;
    margin-bottom: 10px;
}

.news .tag {
    color: #fff;
    font-size: 14px;
    padding: 6px 11px;
    position: absolute;
    left: 20px;
    top: 0;
}

.news .tagxinfang {
    background: #4285f4;
}

.news .tagershoufang {
    background: #00ae66;
}

.news .newhouse {
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news .newhouse:hover {
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.news .newhouse .topPic {
    width: 445px;
    height: 234px;
    position: relative;
    padding-bottom: 35px;
}

.news .newhouse .topPic img {
    width: 445px;
    height: 234px;
}

.news .newhouse .topPic .title {
    position: absolute;
    left: -10px;
    background: #394043;
    color: #fff;
    font-size: 20px;
    bottom: 54px;
    height: 43px;
    line-height: 43px;
    padding: 0 12px;
}

.news .newhouse .topPic .title span {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 411px;
    display: inline-block;
}


/*.news .newhouse .topPic .title i{background-image:url(../images/home/sprite.png);background-image:-webkit-image-set(url(../images/home/sprite.png) 1x, url(../images/home/sprite@2x.png) 2x);background-position:-360px -20px;width:10px;height:8px;display:inline-block;position:absolute;left:0;top:-8px}*/

.news .newhouse ul {
    width: 345px;
    margin: 0 auto;
    padding-bottom: 28px;
}

.news .newhouse ul li {
    line-height: 30px;
    height: 30px;
    width: 345px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.news .newhouse ul li a {
    color: #394043;
    font-size: 14px;
}

.news .newhouse ul li a i {
    width: 31px;
    height: 18px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-size: 12px;
    background: #efeff0;
    line-height: 18px;
    position: relative;
    top: 5px;
    text-align: center;
}

.news .newhouse ul li a i.tagsxinfang {
    background-position: -431px -20px;
}

.news .newhouse ul li a i.tagsershoufang {
    background-position: -466px -20px;
}

.news .newcun {
    background: #fff;
    width: 720px;
    height: 181px;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news .newcun:hover {
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.news .newcun a:hover {
    text-decoration: none;
}

.news .newcun img {
    width: 257px;
    height: 181px;
    margin-right: 40px;
}

.news .newcun p {
    width: 350px;
    font-size: 12px;
    color: #888c8e;
    line-height: 18px;
    max-height: 36px;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}

.news .newcun b {
    font-size: 18px;
    color: #394043;
    margin-top: 39px;
    display: block;
    line-height: 22px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    max-height: 44px;
}

.news .newcun .cun {
    width: 350px;
}

.data {
    background: url(../images/home/dataV2.jpg) no-repeat center top;
    width: 100%;
    height: 435px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding-top: 60px;
    background-size: cover;
}

.data .main {
    width: 810px;
    margin: 0 auto;
    text-align: center;
    float: none !important;
}

.data .main .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 700;
}

.data .main span {
    position: relative;
    font-family: tahoma, DINCond-Bold;
    font-size: 50px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.data .main span a {
    color: #fff;
}

.data .main span a:hover {
    text-decoration: none;
}

.data .main span label {
    cursor: pointer;
    font-size: 60px;
    font-weight: 700;
}

.data .main span i {
    background-image: url(../images/home/spriteV2.png);
    background-image: -webkit-image-set(url(../images/home/spriteV2.png) 1x, url(../images/home/spriteV2@2x.png) 2x);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 4px;
}

.data .main span i.down {
    background-position: -340px -20px;
}

.data .main span i.up {
    background-position: -323px -20px;
}

.data .main p {
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
    opacity: .3;
    filter: alpha(opacity=30);
}

.data .main .data-price {
    width: 500px;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
}

.data .main .deal-price {
    width: 240px;
    float: left;
    text-align: center;
}

.data .main .listing-price {
    width: 230px;
    float: right;
    text-align: center;
}

.data .main li {
    float: left;
    width: 246px;
    height: 109px;
    margin-right: 35px;
    margin-top: 50px;
    position: relative;
    padding-top: 35px;
    cursor: pointer;
}

.data .main li a {
    text-decoration: none;
}

.data .main li span label {
    font-size: 34px;
}

.data .main li.last {
    margin-right: 0;
}

.data .main li:hover .bg {
    background: #4285f4;
    filter: alpha(opacity=100);
    opacity: 1;
}

.data .main li .bg {
    background: #fff;
    filter: alpha(opacity=14);
    opacity: .14;
    width: 247px;
    height: 139px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.data .main li span {
    font-size: 34px;
}

.data .main li span i {
    width: 8px;
    height: 12px;
    top: 9px;
    right: -13px;
}

.data .main li span i.down {
    background-position: -603px -20px;
}

.data .main li span i.up {
    background-position: -618px -20px;
}

.data .main li p {
    position: relative;
    z-index: 99;
    font-size: 14px;
    filter: alpha(opacity=1);
    opacity: 100;
}

.price-trend {
    height: 456px;
    background-color: #f5f5f5;
}

.price-trend .container {
    width: 1230px;
    margin: 0px auto;
    padding-top: 43px;
    padding-bottom: 40px;
}

.price-trend .title {
    padding-bottom: 5px;
    border-bottom: 1px solid #d5d5d5;
}

.price-trend .title strong {
    font-size: 26px;
}

.price-trend .title .glyphicon {
    position: relative;
    top: -4px;
    left: 4px;
    font-size: 12px;
}

.price-trend .title a.pull-right {
    color: #818181;
    margin-top: 10px;
}

.price-trend .title a.pull-right:hover {
    text-decoration: none;
    color: #009de8;
}

.price-trend-con {
    padding-top: 20px;
    padding-bottom: 20px;
}

.price-trend-tongji {
    background: #fff;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    color: #535353;
    float: left;
    height: 330px;
    width: 492px;
}

.price-trend-tongji p {
    bottom: 0;
    color: #b6b6b6;
    height: 24px;
    line-height: 24px;
    margin-right: 6px;
    text-align: right;
    margin-bottom: 3px;
}

.price-trend-avg {
    margin-top: 20px;
    color: #535353;
    height: 50px;
    clear: both;
    padding-top: 50px;
    padding-left: 55px;
}

.price-trend-avg h5 {
    color: #535353;
    margin-bottom: 26px;
    margin-left: 30px;
    margin-top: 0;
    font-weight: lighter;
}

.price-trend-count {
    margin-top: 10px;
    height: 90px;
    padding-left: 55px;
}

.price-trend-count h5 {
    color: #535353;
    margin-bottom: 26px;
    margin-left: 32px;
    margin-top: 0;
    font-weight: lighter;
}

.price-trend hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.home-tuan {
    background: #f1f1f1;
    padding: 30px 0 45px;
    border-bottom: 1px solid #d9d9d9;
}

.home-tuan ul {
    overflow: hidden;
}

.home-tuan ul li {
    display: inline-block;
    width: 275px;
    float: left;
}

.home-tuan ul li.mr {
    margin-right: 32px;
}

.home-tuan ul li .pic {
    display: inline-block;
    width: 100%;
    height: 190px;
    margin-bottom: 12px;
}

.home-tuan ul li .pic img {
    width: 100%;
    height: 100%;
}

.home-tuan ul li .p1,
.home-tuan ul li .p2 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    overflow: hidden;
}

.home-tuan ul li .price {
    color: #e4393c;
    padding: 10px 0px 8px 0px;
}

.sale {
    /*background: #f1f1f1;*/
    clear: both;
}

.house .wrapper .content-2 li {
    width: 385px;
    height: 330px;
    float: left;
    margin-right: 20px;
}

.house .wrapper .content-2 .con {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.house .wrapper .content-2 .con a {
    position: absolute;
    z-index: 700;
    left: 0;
    top: 0;
}

.house .wrapper .content-2 .con a img {
    width: 100%;
    height: 100%;
}

.house .wrapper .content-2 .info p {
    font: 14px "Microsoft yahei";
    color: #999;
}

.house .wrapper .content-2 .info .location {
    font: bold 20px "Microsoft yahei";
    color: #333;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}

.house .wrapper .content-2 .price {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 800;
    display: none;
    width: 385px;
    height: 240px;
}

.house .wrapper .content-2 .price em {
    position: absolute;
    left: 0;
    top: 0;
    width: 385px;
    height: 240px;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 800;
}

.house .wrapper .content-2 .price font {
    display: inline-block;
    width: 165px;
    position: absolute;
    left: 82px;
    top: 70px;
    height: 63px;
    font: 14px "Microsoft yahei";
    padding: 15px 0 0 0;
    z-index: 810;
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
}

.house .wrapper .content-2 .price font b {
    font: bold 26px Georgia, "Times New Roman", Times, serif;
    color: #fff;
    margin-right: 3px;
    z-index: 9;
}

.house .wrapper .content-2 .info p span {
    padding: 0 20px;
    color: #e9e9e9;
}

.rent .wrapper .rent-con .rent-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 28px;
    padding-bottom: 8px;
    position: relative;
}

.rent .wrapper .rent-con .rent-header h1 {
    font-size: 26px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", SimHei, Tahoma, SimSun, sans-serif;
}

.rent .wrapper .rent-con .rent-header p {
    position: absolute;
    bottom: 8px;
    right: 0;
}

.rent .wrapper .rent-con .rent-header p span {
    margin-left: 14px;
    font-size: 14px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", SimHei, Tahoma, SimSun, sans-serif;
    color: #999;
}

.rent .wrapper .rent-con .rent-header p a {
    color: black;
}

.rent .wrapper .rent-con .rent-content .del {
    width: 655px;
}

.rent .wrapper .rent-con .rent-content .del .title {
    font-family: "Hiragino Sans GB", "Microsoft YaHei", SimHei, Tahoma, SimSun, sans-serif;
    margin-bottom: 20px;
}

.rent .wrapper .rent-con .rent-content .del .title .view-all {
    color: #999;
    font-size: 12px;
    position: relative;
    top: 8px;
}

.rent .wrapper .rent-con .rent-content .del .title .newshou {
    font-size: 20px;
}

.rent .wrapper .rent-con .rent-content .del .detail li {
    width: 140px;
    line-height: 25px;
    display: inline-block;
    margin: 0 31px 28px 0;
    float: left;
}

.rent .wrapper .rent-con .rent-content .del .detail li>a {
    text-decoration: none;
}

.rent .wrapper .rent-con .rent-content .del .detail li .p1 {
    height: 24px;
    overflow: hidden;
    color: black;
}

.rent .wrapper .rent-con .rent-content .del .detail li .p2 span {
    color: #e4393c;
    font-weight: 700;
}

.rent .wrapper .rent-con .rent-content .del .detail li .p2,
.rent .wrapper .rent-con .rent-content .del .detail li .p3 {
    font-size: 12px;
}

.rent .wrapper .rent-con .rent-content .del .detail li img {
    width: 140px;
    height: 100px;
    margin-bottom: 11px;
}

.rent .wrapper .rent-con .rent-content .del .detail li.last {
    margin-right: 0;
}

.rent .wrapper .rent-con .rent-content .popular {
    font-size: 12px;
    width: 313px;
}

.rent .wrapper .rent-con .rent-content .popular .title {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    color: #a0a0a0;
    margin-top: 25px;
}

.rent .wrapper .rent-con .rent-content .popular .title .tab {
    cursor: pointer;
}

.rent .wrapper .rent-con .rent-content .popular .title .line {
    color: #bbb;
}

.rent .wrapper .rent-con .rent-content .popular .title .checked {
    color: black;
}

.rent .wrapper .rent-con .rent-content .popular .detail {
    margin-bottom: 16px;
    height: 160px;
    overflow: hidden;
}

.rent .wrapper .rent-con .rent-content .popular .detail .extra {
    display: none;
}

.rent .wrapper .rent-con .rent-content .popular .detail li {
    border-bottom: 1px dashed #e9e9e9;
    height: 33px;
    line-height: 33px;
}

.rent .wrapper .rent-con .rent-content .popular .detail li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.rent .wrapper .rent-con .rent-content .popular .detail li span a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.rent .wrapper .rent-con .rent-content .popular .detail li .d-lu {
    width: 70px;
    color: #449bde;
}

.rent .wrapper .rent-con .rent-content .popular .detail li .d-lu a {
    width: 61px;
    color: #449bde;
}

.rent .wrapper .rent-con .rent-content .popular .detail li .d-ju {
    width: 165px;
}

.rent .wrapper .rent-con .rent-content .popular .detail li .d-ju a {
    color: black;
}

.rent .wrapper .rent-con .rent-content .popular .detail li .d-ju a:hover {
    text-decoration: underline;
}

.rent .wrapper .rent-con .rent-content .popular .detail li .d-ju .d-pm {
    margin-left: 29px;
}

.rent .wrapper .rent-con .rent-content .popular .detail li .d-p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.rent .wrapper .rent-con .rent-content .popular .detail li .d-p span {
    color: #e4393c;
    font-weight: bold;
}

.rent .wrapper .rent-con .rent-content .popular .detail li.last {
    border-bottom: 0;
}

.rent .wrapper .rent-con .rent-content .popular .pp-location>a {
    color: #555;
}

.rent .wrapper .rent-con .rent-content .popular .pp-location .tt {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", SimHei, Tahoma, SimSun, sans-serif;
}

.rent .wrapper .rent-con .rent-content .popular .pp-location .conn {
    height: 75px;
    overflow: hidden;
    margin-bottom: 14px;
}

.rent .wrapper .rent-con .rent-content .popular .pp-location .conn span {
    background: #a0c8b1;
    padding: 7px 14px 9px 14px;
    color: #fff;
    margin: 0 8px 8px 0;
    border-radius: 3px;
    display: inline-block;
}

.rent .wrapper .rent-con .rent-content .popular .pp-location .conn span a {
    color: white;
}

.rent .wrapper .rent-con .rent-content .popular .pp-location .conn span:hover {
    background-color: #91b9a2;
}

.rent .wrapper .rent-con .rent-content .popular .pp-location .sub {
    color: #999;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 22px;
}

.rent .wrapper .rent-con .rent-content .popular .pp-location .sub span {
    margin: 10px 0;
}

.rent .wrapper .rent-con .rent-content .popular .pp-location .sub a {
    color: #999;
}

.rent .wrapper .news-con h1 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 26px;
    margin-bottom: 28px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", SimHei, Tahoma, SimSun, sans-serif;
    padding-bottom: 8px;
}

.rent .wrapper .news-con ul li.bb {
    float: left;
    height: 270px;
    overflow: hidden;
    /* margin-right:30px */
    width: 46%;
}

.rent .wrapper .news-con ul li.focus {
    border-right: 1px dashed #ddd;
    padding-right: 4%;
}

.rent .wrapper .news-con ul li.ad {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.rent .wrapper .news-con ul li.last {
    margin-right: 0;
    float: right;
}

.rent .wrapper .news-con ul li.last .pp {
    font-size: 20px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", SimHei, Tahoma, SimSun, sans-serif;
    margin-bottom: 20px;
}

.rent .wrapper .news-con .focus p.label {
    margin-bottom: 3px;
}

.rent .wrapper .news-con .focus p.label span {
    font-size: 12px;
    padding: 7px 14px 9px;
    margin: 0 8px 8px 0;
    border-radius: 3px;
    display: inline-block;
}

.rent .wrapper .news-con .focus p.label .fangchan-0 {
    background: #e5eaf8;
    color: #648b9b;
}

.rent .wrapper .news-con .focus p.label .fangchan-1 {
    background: #ddeef5;
    color: #648b9b;
}

.rent .wrapper .news-con .focus p.label .fangchan-2 {
    background: #fffbe6;
    color: #b3a55c;
}

.rent .wrapper .news-con .focus p.label .fangchan-3 {
    background: #e8f8e7;
    color: #7cad79;
}

.rent .wrapper .news-con .focus p.label .fangchan-4 {
    background: #ffb59e;
    color: #fff1ec;
}

.rent .wrapper .news-con .focus p.label .fangchan-5 {
    background: #fce8dd;
    color: #b17555;
}

.rent .wrapper .news-con .focus p.label .fangchan-6 {
    background: #e5eaf8;
    color: #648b9b;
}

.rent .wrapper .news-con .focus p.pp {
    font-size: 20px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", SimHei, Tahoma, SimSun, sans-serif;
    margin-bottom: 20px;
}

.rent .wrapper .news-con .focus p.introextra {
    font-size: 12px;
    line-height: 28px;
}

.rent .wrapper .news-con .focus p.introextra i {
    color: #888;
    font-style: normal;
}

.rent .wrapper .news-con .focus p.introextra i a {
    color: #888;
}

.rent .wrapper .news-con .focus p.introextra a {
    color: black;
}

.rent .wrapper .news-con ul li.house-news {
    position: relative;
    float: right;
}

.rent .wrapper .news-con .house-news .lab-list {
    background: url(../images/bg.png) no-repeat -624px -117px;
    height: 220px;
    position: absolute;
    width: 35px;
    top: 48px;
    left: -18px;
}

.rent .wrapper .news-con .house-news .content {
    margin-top: 5px;
    width: 100%;
}

.rent .wrapper .news-con .house-news .content .ddl {
    font-size: 12px;
    border-bottom: 1px dashed #e9e9e9;
    height: 33px;
    line-height: 33px;
    padding-left: 15px;
}

.rent .wrapper .news-con .house-news .content .ddl .lab {
    background: #e4393c;
    color: #fff;
    padding: 1px 4px 2px 4px;
    border-radius: 3px;
    line-height: 20px;
}

.rent .wrapper .news-con .house-news .content .ddl .det {
    margin-left: 10px;
    width: 210px;
    overflow: hidden;
}

.rent .wrapper .news-con .house-news .content .ddl .det a {
    color: black;
}

.rent .wrapper .news-con .house-news .content .ddl .det a span {
    color: #39ac6a;
}

.rent .wrapper .news-con .house-news .content .ddl .time {
    color: #999;
}

.rent .wrapper .news-con .house-news .content li.last {
    border-bottom: 0;
}

.rent .wrapper .news-con .house-news p.pp {
    font-family: "Hiragino Sans GB", "Microsoft YaHei", SimHei, Tahoma, SimSun, sans-serif;
    height: 35px;
}

.rent .wrapper .news-con .house-news p.pp .t-zixun {
    font-size: 20px;
}

.rent .wrapper .news-con .house-news p.pp .t-more {
    font-size: 12px;
    color: #999;
}

.rent .wrapper .news-con .house-news p.pp .t-more a {
    color: #999;
    position: relative;
    top: 7px;
}

.trust-dd {
    height: 152px;
    position: relative;
    border-top: 1px solid #eee;
}

.link-box {
    padding: 35px 0;
    background: #f5f5f5;
}

.dl-lst {
    overflow: hidden;
}

.dl-lst dd {
    word-break: keep-all;
    /* 不换行 */
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 内容超出宽度时隐藏超出部分的内容 */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

.index-promise {
    margin-top: 40px;
    overflow: hidden;
}

.index-promise .index-icon {
    width: 245px;
    float: left;
    height: 80px;
    background-image: url(../images/home/index_icon.png);
    background-repeat: no-repeat;
}

.index-section9-s1 {
    width: 815px;
    float: left;
    height: 81px;
}

.index-section9-s2,
.index-section9-s3,
.index-section9-s4 {
    width: 245px;
    float: left;
    height: 80px;
}

.index-section9-s2 {
    background-position: -22px -18px;
}

.index-section9-s3 {
    background-position: -22px -133px;
}

.index-section9-s4 {
    background-position: -22px -247px;
}

.index-section9-s5 {
    padding-left: 82px;
}

.index-section9-s5 dt {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
}

.index-section9-s5 dd a {
    line-height: 1.6;
    color: #999;
}

.index-section9-s6 {
    width: 200px;
    float: left;
}

.index-section9-s7 h4 {
    margin-top: 12px;
    margin-left: 16px;
    font-size: 18px;
    font-weight: normal;
}

.index-section9-s7 .txt {
    margin-top: 12px;
    margin-left: 16px;
    font-size: 18px;
    font-weight: normal;
}

.index-section9-s7 a {
    display: block;
    width: 71px;
    height: 23px;
    border: 1px solid #ddd;
    color: #999;
    text-align: center;
    line-height: 23px;
    float: left;
    margin-top: 15px;
    margin-left: 16px;
}

.index-section9-s7 a:hover {
    background: #5ab431;
    color: #fff;
    border: 1px solid #5ab431;
}

.index-section9-s7 p {
    margin-left: 16px;
}

.index-section9-s8 {
    width: 185px;
    float: right;
}

.wrapper .new-head {
    margin-bottom: 28px;
    padding-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.wrapper .new-head .title {
    font-size: 26px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", SimHei, Tahoma, SimSun, sans-serif;
}

.wrapper .new-head .title .tit1 {
    display: inline-block;
    font-weight: 400;
    font-size: 26px;
}

.wrapper .new-head .title .tit2 {
    font-size: 21px;
    color: #666;
}

.wrapper .new-head .title .lab {
    font-size: 16px;
    color: #888;
    clear: both;
    margin-top: 10px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}

.wrapper .new-head .title .lab a {
    color: #38a1e1;
    margin-left: 20px;
    float: right;
    margin-right: 10px;
}

.wrapper .new-head .right {
    width: 100px;
    height: 35px;
}

.wrapper .new-head .right-con {
    font-family: "Hiragino Sans GB", "Microsoft YaHei", SimHei, Tahoma, SimSun, sans-serif;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.wrapper .new-head .right-con a {
    color: #999;
}

.new-house {
    background-attachment: fixed;
    background-size: cover;
}

.new-house .wrapper {
    padding: 40px 0;
}


/* 
1x4
.new-house .newhose-list{clear:both;top:45px;top:0px;width:100%;overflow:hidden;height:310px;height:400px;height:310px;left:-8px;position:relative}
.new-house .newhose-list ul{position:absolute;width:25000px;top:0;left:8px}
.new-house .newhose-list li{width:275px;height: 300px;float: left;background: #fff;margin-right:30px;-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);box-shadow: 0 1px 3px rgba(0,0,0,0.2);border-radius: 2px;margin-bottom: 3px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
.new-house .newhose-list li:hover{background: #191917;background: $basecolor;}
.new-house .newhose-list li a{width:275px;min-height:182px;position:relative;float:left;}
.new-house .newhose-list li a .pic-con{width:275px;height:182px;position:relative;overflow: hidden;}
.new-house .newhose-list li a .bg{background:url(../images/home/bg.png) repeat;width:363px;height:138px;position:absolute;left:0;bottom:0}
.new-house .newhose-list li:hover img{-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);transform: scale(1.1,1.1);}
.new-house .newhose-list li a .price{position:relative;left:-7px;bottom:120px;max-width:182px;min-width:110px;width:auto;font-weight:700;height:38px}
.new-house .newhose-list li a .price i{background-image:url(../images/home/Sprite_Graphic.png?_v20150921);background-position:-288px -80px;display:inline-block;width:9px;height:9px;position:absolute;bottom:-5px}
.new-house .newhose-list li a .price label{background-image:url(../images/home/Sprite_Graphic.png?_v20150921);background-position:-269px -80px;width:13px;height:34px;display:inline-block;position:absolute;top:0}
.new-house .newhose-list li a .price span{background:#fff2ab;display:inline-block;height:34px;line-height:34px;padding:0 13px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:119px}
.new-house .newhose-list li a .title{font-size:24px;color:#fff;position:absolute;bottom:25px;padding:0 25px;width:320px;width:225px;font-weight:700}
.new-house .newhose-list li a .title span,.new-house .newhose-list li a .title span label{color:#fff2ab;color:#ddbb03;}
.new-house .newhose-list li a .title span{font-size:12px;float:right;margin-top:10px}
.new-house .newhose-list li a .title span label{font-size:20px}
.new-house .newhose-list li a .title01{font-size:12px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000;}
.new-house .newhose-list li:hover .title01{color: #fff;text-shadow:0px;}
.new-house .newhose-list li:hover .title span,.new-house .newhose-list li:hover .title span label{color:#fff2ab;}
.new-house .newhose-list li a .title01 .name{font-size: 16px;color: #333;line-height: 23px;height: 30px;overflow: hidden;text-overflow: ellipsis;padding: 10px 18px 0px;}
.new-house .newhose-list li a .title01 .tips{height: auto;line-height:25px;padding-left:20px;padding-right:5px}
.new-house .newhose-list li:hover a.tips{background: none;}
.new-house .newhose-list li a .title01 .tips p{color:#999;font-size:12px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:230px;}
.new-house .newhose-list li a .title01 .tips p span{margin-right:8px;max-height: 135px;}
.new-house .newhose-list li a .title01 .tips p.cprice{color: $redcolor;font-weight: 700;font-size: 16px;margin-top: 5px;}
.new-house .newhose-list li:hover a .title01 .name{color:#fff;}
.new-house .newhose-list li:hover a .title01 .tips p{color:#fff;}
 */


/*新版新盘样式 1x3*/

.new-house .newhose-list {
    clear: both;
    top: 0px;
    overflow: hidden;
    height: 310px;
    left: -8px;
    position: relative;
}

.new-house .newhose-list ul {
    position: absolute;
    width: 1230px;
    top: 0;
    left: 8px;
    margin-left: -15px;
    margin-right: -15px;
}

.new-house .newhose-list li {
    width: 33.33333333%;
    float: left;
}

.new-house .newhose-list li a {
    height: 283px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}

.new-house .newhose-list li a:hover img {
    webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.new-house .newhose-list li a img {
    width: 100%;
    height: 283px;
    -webkit-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

.new-house .newhose-list li a .bg {
    background: #000;
    opacity: .2;
    filter: alpha(opacity=20);
    width: 100%;
    height: 283px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.new-house .newhose-list li a .price {
    position: relative;
    bottom: 54px;
    max-width: 182px;
    min-width: 110px;
    width: auto;
    font-weight: 700;
    height: 38px;
    font-size: 18px;
}

.new-house .newhose-list li a .price span {
    background: #fff2ab;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    color: #394043;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.new-house .newhose-list li a .title {
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 25px;
    width: 350px;
    font-weight: 700;
    height: 283px;
    left: 50%;
    top: 50%;
    margin-left: -175px;
    text-align: center;
    margin-top: -35px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.new-house .newhose-list li a .title span {
    color: #fff2ab;
    font-size: 17px;
    display: block;
    font-weight: normal;
}

.new-house .newhose-list li a .title span label {
    font-weight: 700;
    color: #fff2ab;
    font-size: 20px;
    font-family: tahoma;
    position: relative;
    top: 1px;
}

.new-house .newhose-list li a .title01 {
    position: absolute;
    bottom: -35px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 350px;
    color: #b0b3b4;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}

.new-house .newhose-list li a .title01 span {
    display: block;
    float: left;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

section.sale {
    margin-top: 52px;
    /*margin-bottom: 20px;*/
}

section.rent {
    margin-top: 52px;
}

.pics-play {
    margin-: 30px 0 0;
    position: relative;
    height: 380px;
}

.pics-play .icons {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    display: block;
    overflow: hidden;
    background-image: url(../images/home/icons.png);
    background-repeat: no-repeat;
}


/*轮播 css */

.pics-box {
    position: relative;
    width: 100%;
    height: 260px;
    height: 350px;
    overflow: hidden;
}

.pics-box ul {
    margin: 0 0 0 -20px;
    width: 999999px;
    position: absolute;
    left: 0;
    top: 0;
}

.pics-item {
    position: relative;
    width: 230px;
    margin: 0 0 0 10px;
    width: 285px;
    margin: 0 0 0 20px;
    overflow: hidden;
    font-size: 14px;
    float: left;
    /*background-color:#fff;*/
    overflow: hidden;
}

.pics-item:first {
    margin: 0;
}

.house-price {
    white-space: nowrap;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 170px;
    color: #ea5504;
    background-color: #1d212c;
    padding: 5px 10px;
}

.house-price em {
    color: #ea5504;
    font-weight: 700;
    font-size: 20px;
    padding-right: 5px;
}

.house-price .unit {
    font-size: 12px;
    font-weight: normal;
}

.house-mniinfo .house-name {
    display: block;
    font-size: 18px;
    max-width: 98%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pics-item .house-bacinfo span {
    float: left;
    display: inline-block;
    font-size: 14px;
    padding: 0 0 0 15px;
}

.house-bacinfo span.address {
    max-width: 32%;
}

.pics-item .house-bacinfo .b {
    color: #ea5504;
    font-size: 16px;
    font-weight: 700;
}

.pics-item .house-pic {
    position: relative;
    overflow: hidden;
}

.pics-item .house-pic,
.pics-item .house-pic img {
    width: 285px;
    height: 210px;
}

.pic-con::after {
    content: "+";
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto 0px -26px;
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 10;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.498039);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-transition: all 0.2s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
    transition: all 0.2s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
    opacity: 0;
    color: white;
    font-size: 40px;
    text-align: center;
    font-family: 'Times New Roman', 微软雅黑;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 2;
}


/*.pics-item:hover .mask {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-out;
}
.pics-item:hover .pic-con:after {
  top: 35%;
  opacity: 1;
}*/

.pics-play .btns {
    position: absolute;
    top: 50%;
    margin: -53px 0 0;
    width: 55px;
    height: 106px;
    display: none;
}

.pics-play .btns a {
    display: block;
    width: 100%;
    height: 100%;
}

.pics-play .btn-prev {
    left: -22px;
}

.pics-play .btn-prev a {
    left: -22px;
    background-position: -10px -200px;
}

.pics-play .btn-prev a:hover {
    background-position: -140px -200px;
}

.pics-play .btn-next {
    right: -22px;
}

.pics-play .btn-next a {
    right: -22px;
    background-position: -75px -200px;
}

.pics-play .btn-next a:hover {
    background-position: -205px -200px;
}

.house-mniinfo {
    padding: 32px 20px 5px;
    font-weight: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-transition: .3s .1s;
    transition: .3s .1s;
    -webkit-transition: .3s .1s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.house-bacinfo {
    padding: 0 20px 30px;
    margin: 0 0 0 -15px;
    white-space: nowrap;
    font-size: 12px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.ymm-bg-slide {
    position: relative;
    display: block;
}

.ymm-bg-slide:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #ea5504;
    transition: .1s .2s ease-in-out;
    -moz-transition: .1s .2s ease-in-out;
    -ms-transition: .1s .2s ease-in-out;
    -o-transition: .1s .2s ease-in-out;
    -webkit-transition: .1s .2s ease-in-out;
}

.w_news {
    margin: 50px auto;
}

.w_news .w_side {
    width: 390px;
    float: left;
    margin-left: 5px;
    margin-left: -10px;
    display: inline;
    overflow: hidden;
    clear: both;
}

.w_news .w_side h3 {
    height: 33px;
    overflow: hidden;
    padding-left: 14px;
    margin-bottom: 3px;
}

.w_news .w_side h3 a {
    font-size: 22px;
    color: #e91c35;
}

.w_news .w_side li {
    margin-top: 7px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.w_news .w_side li .w_newsltem {
    height: 24px;
    overflow: hidden;
}

.w_news .w_side li a {
    font-size: 16px;
    color: #666;
}

.w_news .w_side .w_cirle {
    background: url(../images/home/widget1452567977953.png?__sprite) 0 0 no-repeat;
    background-position: 0 -1391px;
    width: 5px;
    height: 5px;
    margin-top: 10px;
    margin-right: 8px;
    display: inline-block;
    float: left;
}

.w_news .w_side .w_line {
    margin: 10px 12px;
    background: url(../images/home/repeat.png) 0 -60px repeat-x;
    width: 357px;
    height: 2px;
}

.w_news .w_side h2 {
    padding-left: 12px;
    font-weight: 500;
}

.w_news .w_side h2 a {
    font-size: 18px;
    color: #333;
}

.w_news .w_main {
    width: 785px;
    height: 320px;
    overflow: hidden;
    cursor: pointer;
    margin-left: 8px;
    float: right;
    position: relative;
}

.w_news .w_side li.last {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    background: #f2f2f2;
}

#playBox,
#playBox ul li,
#playBox ul li img {
    width: 785px;
    height: 320;
}

#playBox,
.playBox {
    background: #333;
    position: relative;
    overflow: hidden;
}

#playBox ul,
.playBox ul {
    width: 99999px;
    position: absolute;
    left: 0;
    top: 0;
}

#playBox ul li,
.playBox ul li {
    float: left;
}

#playBox .left_btn,
.playBox .left_btn,
#playBox .right_btn,
.playBox .right_btn {
    cursor: pointer;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 120px;
    z-index: 10;
}

#playBox .left_btn,
.playBox .left_btn {
    left: 10px;
    background: url(../images/industry/commonimages/l.png) no-repeat;
}

#playBox .right_btn,
.playBox .right_btn {
    right: 10px;
    background: url(../images/industry/commonimages/r.png) no-repeat;
}

#playBox .ic,
.playBox .ico {
    width: 310px;
    height: 10px;
    position: absolute;
    bottom: 15px;
    z-index: 10;
}

#playBox .ico .ico_con,
.playBox .ico .ico_con {
    width: 120px;
    margin: 0 auto;
}

#playBox .ico a,
.playBox .ico a {
    width: 10px;
    height: 10px;
    text-indent: 0;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 10px;
    background: #ffffff;
    float: left;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
}

#playBox .ico .thistitle,
.playBox .ico .thistitle {
    background: #69aaec;
}

.hand-youmumu {
    margin-top: 60px;
    height: 400px;
    margin-bottom: 50px;
}

.hand-youmumu .wrapper {
    position: relative;
    height: 445px;
}

.hand-youmumu .fl {
    width: 479px;
    margin-top: 40px;
    border-right: 1px solid #ddd;
    padding-right: 30px;
}

.hand-youmumu .fl .titles {
    position: static;
    background: url('../images/home/hand-youmumu-title.png') no-repeat;
    background-size: 100%;
    height: 110px;
    width: 460px;
    margin-bottom: 30px;
}

.hand-youmumu .download {
    width: 479px;
    margin-top: 38px;
}

.hand-youmumu .download ul {
    float: left;
    overflow: hidden;
}

.hand-youmumu .download ul li {
    float: left;
    display: 102px;
    text-align: center;
    margin-right: 10px;
}

.hand-youmumu .download ul li img {
    width: 102px;
    height: 102px;
}

.hand-youmumu .fr {
    position: relative;
}

.hand-youmumu .hand {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 660px;
    height: 500px;
    background: url("../images/home/hand.png") no-repeat right top;
    background-size: 100% auto;
    /* background-size: auto 100%; */
}

.hand-youmumu .download .hand-app {
    float: left;
    width: 134px;
    margin-right: 14px;
}

.hand-youmumu .download .hand-app a {
    background-image: url("../images/home/spriteV2.png");
    background-image: -webkit-image-set(url("../images/home/spriteV2.png") 1x, url("../images/home/spriteV2@2x.png") 2x);
    display: inline-block;
    width: 134px;
    height: 44px;
}

.hand-youmumu .download .hand-app a.ios {
    background-position: -19px -141px;
    margin-top: 10px;
}

.hand-youmumu .download .hand-app a.android {
    margin-top: 8px;
    background-position: -19px -199px;
}

#mainASider {
    overflow: hidden;
}

#mainASider-Video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-object-fit: contain;
    object-fit: contain;
}

#mainASider .clip {
    clip: rect(auto, auto, auto, auto);
    height: 100%;
    position: absolute;
    width: 100%;
    background: rgba(180, 201, 255, 0.2);
}

.clip .bg {
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/home/patter.png) repeat;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.ymm-stat-data {
    height: 638px;
    background-color: #232836;
}

.ymm-stat-data .wrapper {
    padding: 52px 0 80px;
}

.ymm-stat-data .new-head span.tit1 {
    color: #fff;
}

.ymm-stat-data .new-head .title .lab {
    /*    font-size: 16px;
    color: #888;
    clear: both;
    margin-top: 10px;*/
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.1);
}

.ymm-stat-data .new-head .more span {
    padding-left: 10px;
    font-size: 14px;
    color: #7c87a5;
}

.ymm-stat-data .new-head .more span em {
    color: #ffc600;
    padding: 0 4px;
}

.data-chart-box {
    width: 400px;
    height: 345px;
    background-color: #282e3d !important;
    border-radius: 3px;
    margin-top: 55px;
}

.data-con {
    position: relative;
    width: 775px;
    padding-top: 55px;
}

.data-con-num {
    margin-left: -20px;
}

.data-con-num a {
    float: left;
    margin-left: 20px;
    display: block;
    width: 245px;
    height: 160px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    background-color: #282e3d;
    border-radius: 4px;
}

.data-title {
    font-size: 14px;
    color: #5c647a;
    text-align: left;
    line-height: 52px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.average-price a .price,
.sequential a .percentage {
    color: #ffc600;
}

.average-price a .price b,
.sequential a .percentage b {
    position: relative;
    top: 2px;
    padding-right: 5px;
    font-size: 40px;
    font-family: 'dinot-bold', tahoma, DINCond-Bold;
}

.sequential a .percentage.rose {
    color: #ff3838;
}

.garden-hsprices {
    height: 165px;
    overflow: hidden;
    margin-top: 20px;
    padding-left: 20px;
    background-color: #282e3d;
    border-radius: 4px;
}

.garden-hsprices .title {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
    color: #5c647a;
    line-height: 52px;
}

.s-num-search {
    position: relative;
    width: 735px;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
}

.s-num-inputbox {
    position: relative;
    width: 645px;
    height: 44px;
    border-right: 0;
    background-color: #fff;
    border-radius: 2px 0 0 2px;
}

.s-num-inputbox input {
    /*    position: absolute;
    left: 0;
    top: 0;*/
    display: block;
    width: 615px;
    height: auto;
    line-height: 30px;
    padding: 13px 15px;
    border: 0;
    z-index: 2;
    font-size: 14px;
    color: #333;
    background-color: transparent;
    padding: 5px;
}


/* .s-num-inputbox input, .s-num-inputbox .placeholder {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 615px;
    height: 18px;
    line-height: 18px;
    padding: 13px 15px;
    border: 0;
    z-index: 2;
    font-size: 14px;
    color: #333;
    background-color: transparent;
}
.s-num-inputbox .placeholder {
    color: #999!important;
    z-index: 1!important;
    cursor: text;
} */

.s-num-search .search-btn {
    width: 90px;
    height: 44px;
    color: #fff;
    overflow: hidden;
    background-color: #ffc601;
    border: 0;
    border-radius: 0 2px 2px 0;
}

.lf-error,
.remember-password,
.weixin-login {
    font-size: 0;
}

.lf-error {
    position: absolute;
    left: 0;
    bottom: -22px;
    z-index: 3;
}

.guide-item {
    float: left;
    margin-right: 24px;
    width: 280px;
    height: 400px;
    height: 350px;
    background-color: #fff;
    border: 1px solid #eeeeee;
}

.guide-item.last {
    margin-right: 0;
}

.guide-item-link {
    display: block;
    padding-top: 30px;
    padding-bottom: 25px;
}

.guide-item-link .face {
    width: 105px;
    height: 105px;
    margin-left: auto;
    margin-right: auto;
}

.guide-item-link .face img {
    width: 106px;
    height: 106px;
    border-radius: 50%;
}

.guide-item-link .name {
    padding-top: 17px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.guide-item-link .tel-wrap {
    padding-top: 3px;
    padding-bottom: 16px;
    text-align: center;
    border-bottom: 1px solid #f2f3f7;
}

.guide-item-link .tel {
    font-size: 16px;
    color: #666;
}

.guide-item-link .desc {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}

.ymm-idx-broker {
    /*background: #434343;*/
    padding: 0 0 20px;
}

.ymm-idx-broker .title {
    /* color: #fff */
}

.ymm-idx-broker .guide-item::first-child {
    margin-left: 0;
}


/*.ymm-tool-banner{ position: relative; z-index: 999; background: transparent; width: 1200px; margin:-60px auto 0; padding: 30px 0 50px; }*/

.ymm-tool-banner {
    position: absolute;
    left: 50%;
    /*top: 760px;*/
    bottom: 0;
    margin-left: -600px;
    width: 1200px;
    height: 100px;
    overflow: hidden;
}

.ymm-tool-banner dl {
    float: left;
    width: 33.333%;
    height: 100px;
    overflow: hidden;
}

.ymm-tool-banner dl:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

:root .ymm-tool-banner dl {
    -webkit-filter: none;
    filter: none;
}

.ymm-tool-banner dl a {
    position: relative;
    z-index: 3;
    display: block;
    /*width: 100%;*/
    height: 100px;
    margin-left: 1px;
    text-align: left;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#33000000', endColorstr='#33000000');
    background-color: rgba(0, 0, 0, 0.2);
}

.ymm-tool-banner dl a:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ymm-tool-banner dl a:after {
    /*z-index: 0;*/
    width: 100%;
    height: 0;
    /*height: 30px;*/
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.ymm-tool-banner dl a:hover:after {
    height: 290%;
    opacity: 1;
}

.ymm-tool-banner dt {
    float: left;
    width: 60px;
    height: 60px;
    margin-left: 50px;
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.ymm-tool-banner dd {
    float: left;
    width: 150px;
}

.ymm-tool-banner dl .d1 {
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 58px;
}

.ymm-tool-banner dl img {
    width: 30px;
    height: 30px;
    line-height: 58px;
    vertical-align: middle;
    cursor: pointer;
}

.ymm-tool-banner dd h3 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding-top: 22px;
}

.ymm-tool-banner dd p {
    font-size: 14px;
    color: #fff;
    padding-top: 1px;
}

.ymm-new {
    height: 560px;
    /*padding: 52px 0 80px;*/
}

.ymm-new .tit_head {
    /*border-top: 4px solid #8290a6; */
    margin-bottom: 40px;
    /* margin-top:30px; */
}

.ymm-new .tit_head .tit-m {
    text-align: center;
    padding: 30px 0 30px;
    border: 1px solid #f2f3f8;
    background: url("../images/play.gif") no-repeat 0 0;
}

.ymm-new .tit_head h3 {
    width: 1200px;
}

.ymm-new .tit_head h3 ul {
    position: relative;
    height: 54px;
    width: 1200px;
    margin: 0 auto;
}

.ymm-new .tit_head h3 ul li {
    position: absolute;
    opacity: 0;
    width: 1200px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*display: none;*/
}

.ymm-new .tit_head h3 li a {
    font-size: 36px;
    font-weight: 700;
    color: #1b4b9b;
    text-transform: uppercase;
}

.ymm-new .mod1 {
    width: 328px;
    margin-right: 30px;
}

.ymm-new .mod-m {
    width: 484px;
}

.ymm-new .mod3 {
    width: 328px;
}

.ymm-new .mod1 a {
    width: 328px;
    height: 246px;
}

.ymm-new .mod1 a img {
    width: 328px;
    height: 246px;
}

.ymm-new .mod-m h4 a,
.ymm-new .mod-m h5 a {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ymm-new .mod-m h4 {
    font-size: 28px;
    font-size: 28px;
    line-height: 45px;
    line-height: 53px;
    text-indent: 2px;
    font-weight: 700;
    vertical-align: top;
    margin-bottom: 3px;
}

.ymm-new .mod-m h4 a {
    color: #1d334a;
}

.ymm-new .mod-m h5 {
    font-size: 18px;
    line-height: 38px;
    line-height: 36px;
    padding-left: 3px;
}

.ymm-new .mod-m h5 a {
    display: block;
    color: #425571;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.ymm-new .mod-m h5 a:hover {
    border-bottom: 1px solid #eee;
}

.ymm-new .mod-m .first {
    height: 32px;
    line-height: 32px;
    margin-bottom: 5px;
    margin-padding: 5px;
    margin-top: -2px;
}

.ymm-new .mts {
    margin-top: 10px;
}

.ymm-new .mod3 img {
    width: 328px;
    height: 180px;
}

.ty_live_about {
    line-height: 28px;
    margin-top: 20px;
}

.ty_live_about h6 {
    height: 29px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ty_live_about a {
    font-size: 14px;
    color: #425571;
    -o-transition: .3s .1s;
    transition: .3s .1s;
    -webkit-transition: .3s .1s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.ty_live_about i {
    background: url(../images/sprite-common.png) no-repeat -99px 0;
    background: url(../images/sprite-common.png) no-repeat -119px 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    margin-right: 8px;
    /*transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;*/
}

.ty_live_about a:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.ty_live_about a:hover i {
    background-position: -99px 0;
}

.ty_guess_list {
    padding-top: 11px;
}

.ty_guess_list li {
    height: 32px;
    line-height: 32px;
    padding-left: 14px;
    position: relative;
    color: #43566f;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-transition: .3s .1s;
    transition: .3s .1s;
    -webkit-transition: .3s .1s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.ty_guess_list li:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.ty_guess_list i {
    display: block;
    position: absolute;
    left: 1px;
    top: 14px;
    border: 1px solid #bababa;
    width: 2px;
    height: 2px;
    background-color: #d1d1d1;
}

.ty_guess_list a {
    color: #43566f;
    font-size: 14px;
}


/*新增*/

.ad-one {}


/* .ad-one .ad-one-item {
    float: left;
    width: 380px;
    height: 200px;
    border-radius: 5px;
    overflow-y: hidden;
    margin-right: 30px;
    position: relative;
} */

.ad-one-item.bs_one {
    box-shadow: 0px 0px 10px 0px rgba(255, 91, 12, 0.1), 0px 10px 20px 0px rgba(255, 91, 12, 0.1);
}

.ad-one-item.bs_two {
    box-shadow: 0px 0px 8px 0px rgba(25, 122, 255, 0.1), 0px 8px 16px 0px rgba(25, 122, 255, 0.1);
}

.ad-one-item.bs_three {
    box-shadow: 0px 0px 8px 0px rgba(60, 239, 195, 0.1), 0px 8px 16px 0px rgba(60, 239, 195, 0.1);
}

.ad-one .ad-one-item .a-link {
    float: left;
    position: relative;
    z-index: 10;
    width: 290px;
    height: 290px;
    overflow: hidden;
}

.ad-one .ad-one-item .b-link {
    padding: 30px;
    float: left;
    position: relative;
    z-index: 10;
    width: 290px;
    height: 290px;
    overflow: hidden;
    /* background: #000;
    opacity: 0.5; */
    background: rgba(0, 0, 0, 0.5)
}

.transease-out {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 10;
    transition: all .3s ease-out;
}

.ad-one .ad-one-item .a-link .name {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.ad-one .ad-one-item .a-link .desc {
    font-size: 24px;
    height: 35px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 39px;
}

.ad-one .ad-one-item .a-link .detail {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: left;
    color: #fff;
    font-size: 24px;
    font-family: Avenir-Medium,'Microsoft YaHei';
}

.ad-one .ad-one-item .a-link .detail>i {
    font-size: 14px;
    font-family: 'Avenir-Medium', 'Microsoft YaHei';
}

.ad-one .ad-one-item .a-link .detail.second {
    color: #007FDE;
}

.ad-one .ad-one-item .a-link .detail.three {
    color: #0FA781;
}

.ad-one .ad-one-item .a-link .type {
    position: absolute;
    bottom: 40px;
}

.ad-one .ad-one-item .a-link .type .type-item {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 20px;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ad-one .ad-one-item .a-link .type .more-link {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /* background: rgba(255, 155, 46, 0); */
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 15px;
    margin-left: 140px;
    color: #fff;
    position: absolute;
    margin-top: 1px;
}

.ad-one .ad-one-item:last-child {
    margin-right: 0;
}

.arrow-right-one {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 5px;
    font-size: 14px;
}


/* .activity-box {
    margin-top: 20px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
} */

.activity-swiper {
    float: left;
    width: 1200px;
    height: 340px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#carousel-activity {
    height: 100%;
    cursor: pointer;
    position: absolute;
}

#carousel-activity .carousel-inner img {
    display: block;
    width: 1200px;
    height: 340px;
}

.container-wrapper .font_family {
    font-size: 10px !important;
    color: #0073FF;
}

.container-wrapper .top .more a:hover .more-txt {
    color: #0073FF !important;
}

.container-wrapper .font_family:hover .more-txt {
    color: #0073FF !important;
}

.list-item-link {
    width: 95%;
    display: inline-block;
}

.real-estate-information .contents .list-item:hover {
    color: #FF5A00;
}

.list-item-link .title:hover {
    color: #EA5504 !important;
    cursor: pointer;
}

.list-item-link .title-text:hover {
    color: #EA5504 !important;
    cursor: pointer;
}


/*.carousel-control{*/


/*width:40px;*/


/*height:40px;*/


/*top:50%;*/


/*margin-top:-20px;*/


/*!*background: #000;*!*/


/*-webkit-transition: all 0.3s;*/


/*-o-transition: all 0.3s ;*/


/*-webkit-transition: all 0.3s;*/


/*-o-transition: all 0.3s;*/


/*transition: all 0.3s;*/


/*display: none;*/


/*}*/


/*#carousel-activity:hover .carousel-control,#news-activity:hover .carousel-control{*/


/*display: block;*/


/*}*/


/*.carousel-control.left, .carousel-control.left{*/


/*left:20px;*/


/*width:40px;*/


/*height:40px;*/


/*background:rgba(0,0,0,0.3);*/


/*box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/


/*border-radius:20px;*/


/*}*/


/*.carousel-control.right, .carousel-control.right{*/


/*right:20px;*/


/*width:40px;*/


/*height:40px;*/


/*background:rgba(0,0,0,0.3);*/


/*box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/


/*border-radius:20px;*/


/*}*/


/*.prev-left{*/


/*display: block;*/


/*width:6px;*/


/*height:10px;*/


/*position: absolute;*/


/*top: 50%;*/


/*left: 50%;*/


/*margin-left: -3px;*/


/*margin-top: -5px;*/


/*}*/


/*.prev-right{*/


/*display: block;*/


/*width:6px;*/


/*height:10px;*/


/*position: absolute;*/


/*top: 50%;*/


/*left: 50%;*/


/*margin-left: -3px;*/


/*margin-top: -5px;*/


/*}*/


/*.carousel-control:focus, .carousel-control:hover, .carousel-control:focus, .carousel-control:hover{*/


/*opacity:1;*/


/*background: rgba(0,0,0,0.6);*/


/*}*/

.carousel-indicators li {
    width: 20px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    margin: 0;
    margin-right: 10px;
    /* opacity: 0.5; */
    /* background: rgba(0, 0, 0, 0.5); */
}

.carousel-indicators li:last-child {
    margin-right: 0;
}

.active {
    color: rgb(255, 90, 0);
}

.carousel-indicators .active {
    width: 20px;
    height: 4px;
    background: #FF6F21;
    border-radius: 2px;
    margin: 0;
    margin-right: 10px;
    opacity: 1;
    border: 1px solid #FF6F21;
}

.activity-info {
    /* float: left; */
    width: 1200px;
    height: 340px;
    position: absolute;
    text-align: center;
    padding: 0 30px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 18;
}

.activity-info .name-box {
    display: inline-block;
}

.activity-info .name {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 12px;
    margin-top: 40px;
}

.activity-info .gift {
    font-size: 36px;
    /* font-weight: 400; */
    color: #fff;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.activity-info .price {
    font-size: 30px;
    font-family: 'Avenir-Medium', 'Microsoft YaHei';
    font-weight: normal;
    color: #fff;
    margin-bottom: 92px;
    margin-top: 30px;
}

.activity-info .price .unit {
    display: inline-block;
    position: absolute;
    margin-top: 8px;
    margin-left: 6px;
    font-size: 14px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    color: #FF5A00;
}

.activity-info .sign-up {
    width: 160px;
    height: 50px;
    background: rgba(255, 111, 33, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1), 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 16px 48px;
    font-size: 16px;
    color: #fff;
}


/* .activity-info .sign-up:hover {
    background: #fff;
    color: #FF5A00;
    font-size: 20px;
    border-radius: 30px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1), 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
} */

.activity-info .activity-info-bottom {
    font-size: 0;
}

.activity-info .activity-info-bottom .item {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.activity-info .activity-info-bottom .item.item-r {
    margin-right: 20px;
}

.activity-info .activity-info-bottom .item.item-c {
    opacity: 0.5;
}

.activity-info .activity-info-bottom .item.item-l {
    margin-left: 20px;
}

.activity-info .activity-info-bottom .item .txt {
    font-size: 14px;
    font-family: 'Avenir-Medium', 'Microsoft YaHei';
    font-weight: normal;
    color: #fff;
}

.sign-up-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    background: url(../images/PC-new/home-all-icon.png);
    background-position: -267px -17px;
}

.time-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/PC-new/home-all-icon.png);
    background-position: -317px -17px;
    position: relative;
    top: 2px;
}

.news-box {
    margin-top: 20px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.news-swiper {
    float: left;
    width: 600px;
    height: 450px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

#news-activity .carousel-inner .center-img {
    display: block;
    width: 600px;
    height: 450px;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05), 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}

#news-activity .carousel-inner .news-txt {
    width: 100%;
    background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    height: 100px;
    text-align: center;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    line-height: 100px;
    font-weight: 400;
    padding: 0 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Avenir-Medium', 'Microsoft YaHei';
}

.carousel-indicators {
    bottom: 40px;
}

.news-box-info {
    float: left;
    width: 600px;
    height: 450px;
    padding-left: 50px;
    padding-right: 40px;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}

.news-box-info .a-link {
    display: block;
}

.current-new {
    margin-top: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.current-new .current-new-box {
    text-align: center;
    font-size: 0;
}

.current-new .current-new-box .new-title {
    font-size: 30px;
    color: #FF5A00;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.current-new .current-new-box .new-b {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: rgba(255, 111, 33, 1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.current-new .txt {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /*max-height:70px;*/
    height: 70px;
    /*min-height:48px;*/
}

.news-box-info .others {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.news-box-info .others .news-item {
    display: inline-block;
    float: left;
    margin-right: 25px;
    position: relative;
    padding-left: 17px;
}

.news-box-info .others .news-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: -0px;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
}


/*.news-box-info .others .news-item:before{*/


/*content: '';*/


/*display: block;*/


/*position: absolute;*/


/*top: 12px;*/


/*left: -12px;*/


/*width: 4px;*/


/*height: 4px;*/


/*background: #ccc;*/


/*border-radius: 50%;*/


/*}*/

.news-box-info .others .news-item:hover>a {
    color: #FF5A00;
}

.news-box-info .others .news-item:hover:after {
    background: #FF5A00;
}

.news-box-info .others .news-item>a {
    display: block;
    width: 510px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hot-house-box {
    margin-top: 20px;
}

.hot-house-item {
    float: left;
    width: 380px;
    height: 440px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s;
}

.hot-house-item:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1), 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
}

.hot-house-item .a-item:hover .mask-img-wrap {
    opacity: 1;
}

.hot-house-item:nth-child(3n) {
    margin-right: 0;
}

.hot-house-item .a-item {
    position: relative;
    display: block;
    /*width:100%;*/
    /*height:100%;*/
}

.hot-house-item .house-img {
    display: block;
    width: 380px;
    height: 285px;
    background-size: cover;
    background-position: center center;
}

.hot-house-item .item-info {
    padding: 0 30px;
}

.hot-house-item .item-info>a {
    display: block;
}

.hot-house-item .item-info>a:hover .name {
    color: #FF5A00;
}

.hot-house-item .name {
    width: 320px;
    font-size: 24px;
    color: #333;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot-house-item .gift {
    font-size: 16px;
    font-weight: 400;
    color: #EA5504;
    width: 230px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Avenir-Medium', 'Microsoft YaHei';
}

.hot-house-item .house-info {
    margin-top: 20px;
}

.hot-house-item .gift-box {
    margin-top: 12px;
}

.hot-house-item .house-info .price {
    color: #333;
    font-size: 18px;
    font-family: Avenir-Medium;
}

.hot-house-item .house-info .price .unit {
    font-style: normal;
    font-family: 'Avenir-Medium', 'Microsoft YaHei';
}

.hot-house-item .house-info .area {
    color: #999;
    font-size: 14px;
    font-family: 'Avenir-Medium', 'Microsoft YaHei';
}

.hot-house-item .house-info .area .unit {
    font-style: normal;
    font-family: 'Avenir-Medium', 'Microsoft YaHei';
}

.container-wrapper .ad-img {
    width: 1200px;
    height: 120px;
    background: #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05), 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.container-wrapper .ad-img .img {
    display: block;
    width: 100%;
    height: 100%;
}

.container-wrapper.hot-house {
    margin-bottom: 0px;
}

.recommend.container-wrapper {
    margin-bottom: 20px;
}

.recommend-box {
    margin-top: 26px;
}

.recommend-box .corner-text {
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 0;
    padding: 10px;
    font-size: 12px;
}

.recommend-item {
    position: relative;
    float: left;
    width: 590px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.recommend-item:nth-child(2n) {
    margin-right: 0;
}


/* .recommend-item:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1), 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
} */

.recommend-item .a-item {
    position: absolute;
    left: 0;
    display: block;
    width: 280px;
    height: 240px;
}

.recommend-item .a-item:hover .mask-img-wrap {
    opacity: 1;
}

.recommend-item .a-item .img-box {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.recommend-item .a-item .img-box .center-img {
    display: block;
    width: 280px;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.recommend-item .item-info {
    display: inline-block;
    width: 310px;
    margin-left: 280px;
    height: 240px;
    padding: 26px 30px;
}

.recommend-item .item-info .a-item-info {
    display: block;
    margin-bottom: 10px;
    width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.recommend-item .item-info .a-item-info:hover .name {
    color: #FF5A00;
}

.recommend-item .item-info .name {
    font-size: 24px;
    color: #333;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 30px;
    transition: all 0.3s;
}

.recommend-item .item-info .area {
    color: #777;
    font-family: 'Avenir-Medium', 'Microsoft YaHei';
    font-size: 12px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend-item .item-info .area .house-icon {
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 5px;
    background: url(../images/PC-new/home-all-icon.png);
    background-position: -267px -218px;
}

.recommend-item .item-info .price {
    font-size: 24px;
    color: #FF5A00;
    font-family: Avenir-Medium,'Microsoft YaHei';
}

.recommend-item .item-info .price.hui {
    color: #999;
}

.recommend-item .item-info .price .unit {
    font-style: normal;
    font-family: Avenir-Roman;
    font-size: 14px;
    margin-left: 4px;
}

.recommend-item .item-info .bottom {
    margin-top: 10px;
}

.recommend-item .item-info .bottom .server {
    font-size: 0;
    margin-top: -1px;
}

.recommend-item .item-info .bottom .server>a {
    display: block;
    height: 24px;
    line-height: 24px;
    cursor: pointer !important;
}

.recommend-item .item-info .bottom .server>a:hover .server-name {
    color: #FF5A00;
}

.recommend-item .item-info .bottom .server>a span {
    float: left;
}

.recommend-item .item-info .server .server-type {
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.recommend-item .item-info .server .server-name {
    display: inline-block;
    color: #333;
    font-size: 14px;
    max-width: 65px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 5px 0 0;
}

.recommend-item .item-info .consultant {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.recommend-item .item-info .consultant:hover img {
    cursor: pointer;
}

.recommend-item .item-info .consultant>img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

/*特色推荐*/
.special-box{
    margin-top: 25px;
    margin-bottom: 30px;
}
.special-box .special-item{
    width: 285px;
    height: 280px;
    margin-right: 20px;
    box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.05), 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    transition: all .3s ease-out;
}
.special-box .special-item:last-child{
    margin-right: 0;
}
.special-box .special-item .bg-img{
    width: 285px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.special-box .special-item .special-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 80px;
}
.special-box .special-item .special-bottom .name{
    font-size: 20px;
    font-weight:600;
    color:rgba(51,51,51,1);
    transition: all .2s;
}
.special-box .special-item .special-bottom .icon-bg{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f6f6f6;
    text-align: center;
    transition: all .2s;
}
.special-box .special-item .special-bottom .icon-bg>i{
    display: inline-block;
    color: #555;
    width: 10px;
    transition: all .2s;
}
.special-box .special-item:hover{
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
}
.special-box .special-item:hover .name{
    color: #FF5A00;
}
.special-box .special-item:hover .special-bottom .icon-bg{
    background: #FF6F21;
}
.special-box .special-item:hover .special-bottom .icon-bg>i{
    color: #fff;
}

.chat-icon {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../images/PC-new/home-all-icon.png);
    background-position: -367px -18px;
    margin: 5px 0 0 0;
}

.container-all {
    border-top: 1px solid #f6f6f6;
    background: #fff;
    margin-bottom: -40px;
}

.container-all .container-wrapper {
    margin-bottom: 0;
}

.bottom-model {}

.bottom-model .lists {}

.bottom-model .lists .lists-item {
    float: left;
    width: 25%;
    height: 300px;
}

.bottom-model .lists .a-link-model {
    display: block;
    width: 100%;
    margin: 60px 0;
    text-align: center;
    border-right: 1px solid #f2f2f2;
}

.bottom-model .lists li:last-child .a-link-model {
    border-right: none;
}

.bottom-model .lists .a-link-model .img-wrap {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    margin: 0 auto;
}

.bottom-model .lists .a-link-model .img-wrap span {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/PC-new/home-all-icon.png);
}

.bottom-model .lists .a-link-model .img-wrap span.one {
    background-position: -378px -128px;
}

.bottom-model .lists .a-link-model .img-wrap span.two {
    background-position: -478px -128px;
}

.bottom-model .lists .a-link-model .img-wrap span.three {
    background-position: -578px -128px;
}

.bottom-model .lists .a-link-model .img-wrap span.four {
    background-position: -679px -128px;
}

.bottom-model .lists .lists-item .desc {
    font-size: 18px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 10px;
}

.bottom-model .lists .lists-item .one {
    color: #999;
    font-size: 14px;
}


/*banner*/

.banner-box {
    width: 100%;
    height: 410px;
    margin-bottom: 30px;
}

.banner-box .main-search {
    height: 2px;
}

#home_banner {
    width: 100%;
    height: 410px;
    position: absolute;
    top: 70px;
}

#home_banner .carousel-inner {
    height: 410px;
}

#home_banner .carousel-inner .item {
    width: 100%;
    height: 100%;
}

#home_banner .carousel-inner .item a {
    display: inline-block;
    width: 100%;
}

#home_banner .carousel-inner a[href="javascript:;"] {
    cursor: default;
}

#home_banner .carousel-inner .item a .banner-img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

#home_banner .carousel-inner .item img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

#home_banner .carousel-inner .item a .banner-bg {
    display: inline-block;
    width: 1920px;
    height: 410px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    /*background-size: auto 100%;*/
}

.search-house-box {
    display: inline-block;
    width: 320px;
    height: 380px;
    border-top: 3px solid #FF6F21;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 5px 5px;
    background: rgba(255, 255, 255, 0.95);
    padding: 0 30px;
    margin-top: 40px;
}

.search-house-box .tip-house {
    font-size: 24px;
    color: #FF5A00;
    margin-top: 25px;
}


/*.recommend-item .item-info .price*!*/

.search-house-box .p-label {
    margin-top: 14px;
    color: #555;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.search-house-box .select-group {}

.search-house-box .select-group .select-item {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.search-house-box .select-group .select-item.hover-active i.w-arrow-down {
    background: url(../images/PC-new/home-all-icon.png);
    background-position: -70px -72px;
}

.search-house-box .select-group .select-item.hover-active .content-filter {
    display: block;
}

.search-house-box .select-group .select-item.hover-active .select-item-top {
    z-index: 8;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05), 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
}


/*.search-house-box .select-group .select-item:hover i.w-arrow-down{*/


/*background:url(../images/PC-new/home-all-icon.png);*/


/*background-position: -70px -72px;*/


/*}*/


/*.search-house-box .select-group .select-item:hover .content-filter{*/


/*display: block;*/


/*}*/


/*.search-house-box .select-group .select-item:hover .select-item-top{*/


/*z-index:8;*/


/*box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.05), 0px 8px 16px 0px rgba(0, 0, 0, 0.05);*/


/*}*/

.search-house-box .select-item-top {
    position: relative;
    height: 40px;
    width: 120px;
    line-height: 40px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #fff;
    padding-left: 16px;
    padding-right: 20px;
    cursor: pointer;
}

.search-house-box .select-group .select-item:nth-child(2n) {
    margin-right: 0;
}

.search-house-box .select-item-top .select-txt {
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: 78px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-house-box .select-item-top .w-arrow-down {
    position: absolute;
    top: 18px;
    right: 20px;
}

.search-house-box .select-item-top .w-arrow-up {
    position: absolute;
    top: 22px;
    right: 20px;
}

.search-house-box .content-filter {
    position: absolute;
    top: 40px;
    left: 0;
    width: 120px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05), 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    background: #fff;
    z-index: 5;
    display: none;
    padding: 10px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: gupIn 0.5s 0.1s both;
    -moz-animation: gupIn 0.5s 0.1s both;
    animation: gupIn 0.5s 0.1s both;
}

.search-house-box .content-filter>ul {
    width: 100%;
    max-height: 130px;
    overflow-y: auto;
    overflow-x: hidden;
}

.search-house-box .content-filter .content-list-item {
    width: 120px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    padding-left: 20px;
}

.search-house-box .content-filter .content-list-item:hover {
    color: #FF5A00;
    background: #FAFAFA;
}

.search-house-box .filter-btn {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: -webkit-linear-gradient(left, #FF6F21, #FF9D33);
    background: -o-linear-gradient(right, #FF6F21, #FF9D33);
    background: -moz-linear-gradient(right, #FF6F21, #FF9D33);
    background: linear-gradient(to right, #FF6F21, #FF9D33);
    box-shadow: 0px 0px 2px 0px rgba(255, 111, 33, 0.1), 0px 2px 4px 0px rgba(255, 111, 33, 0.1);
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.slide-btn-group {
    display: inline-block;
    position: absolute;
    right: 0;
    border: 0;
    width: 100%;
    top: 265px;
    padding: 0px 30px;
}

.slide-btn-group .banner-icon {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1), 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.slide-btn-group .banner-icon:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1), 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.slide-btn-group .banner-txt {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: Avenir-Medium;
    color: #fff;
    text-align: center;
}

.slide-btn-group .banner-txt>i {
    font-style: normal;
}

.slide-btn-group .banner-icon>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 6px;
    height: 10px;
}

.slide-btn-group .banner-icon:hover .banner-prev {
    background-position: -172px -120px;
}

.slide-btn-group .banner-icon:hover .banner-next {
    background-position: -122px -120px;
}


/* 改版之后的css */

.move-built {
    margin-bottom: 30px;
}

.move-built .ad-one .ad-one-item {
    /* background: rgba(0, 0, 0, 1); */
    position: relative;
    float: left;
    width: 290px;
    height: 290px;
    transition: width .25s ease-out;
    overflow: hidden;
    margin-right: 20px;
    cursor: pointer;
}

.move-built .ad-one .ad-one-item:last-child {
    margin-right: 0px;
}

.move-built .ad-one .ad-one-item:hover .trans {
    transform: scale(1.1);
}

.apartment {
    float: left;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    height: 100%;
    width: 300px;
    background-color: #fff;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.apartment .apartment-item {
    margin-bottom: 12px;
}

.apartment-item-max {
    width: 580px !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.apartment .apartment-top {
    overflow: hidden;
    margin-bottom: 14px;
}

.apartment .apartment-text {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.apartment .look-all {
    font-size: 14px;
    color: #333;
}

.apartment .apartment-item .apartment-img {
    display: inline-block;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    margin-right: 20px;
}

.apartment .apartment-item .apartment-brief {
    display: inline-block;
    height: 58px;
    overflow: hidden;
    line-height: 28px;
}

.apartment .apartment-item .apartment-brief .apartment-ellipsis {
    font-size: 18px;
    color: #333;
    font-family: Avenir-Medium,'Microsoft YaHei';
}

.apartment .apartment-item .apartment-brief .apartment-price strong {
    font-size: 18px;
    font-family: Avenir-Medium,'Microsoft YaHei';
}

.apartment .apartment-item .apartment-brief .apartment-price {
    font-size: 14px;
    color: #FF5A00;
}

.apartment .apartment-item .apartment-brief .square {
    font-size: 14px;
    color: #333;
    font-family: Avenir-Medium,'Microsoft YaHei';
}

.apartment .apartment-item .apartment-img img {
    width: 78px;
    height: 58px;
}

.container-wrapper .top .title-box .title {
    margin-left: 0px;
    font-weight: bold;
}

.container-wrapper .top .title-box h3 {
    font-size: 16px;
    color: #999;
    margin-left: 20px;
    display: inline-block;
    line-height: 30px;
}

.container-wrapper .top .more>a {
    box-shadow: none;
    width: 90px;
}

.container-wrapper .top .more>a span {
    font-size: 16px;
}

.container-wrapper .top .more>a:hover {
    box-shadow: none;
}

.container-wrapper .top .fl li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 34px;
}

.container-wrapper .top .more {
    position: relative;
}

.mores .indicator {
    pointer-events: none;
    position: fixed;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.selling-build-box {
    margin-bottom: 30px;
}

.selling-build-box .selling-build .selling-build-item {
    width: 380px;
    height: 285px;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    cursor: pointer;
}

.selling-build-box .selling-build .selling-build-item:hover .brief-build {
    background: rgba(0, 0, 0, 0.8);
}

.selling-build-box .selling-build .selling-build-item:nth-child(3) {
    margin-right: 0px;
}

.selling-build-box .selling-build .selling-build-item:nth-child(6) {
    margin-right: 0px;
}

.selling-build-box .selling-build .selling-build-item .subscript {
    position: absolute;
    z-index: 88;
    left: 10px;
}

.selling-build-box .selling-build .selling-build-item .subscript .text {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
}

.selling-build .selling-build-item .trans-box .build-imgs {
    width: 380px;
    height: 285px;
    position: absolute;
}

.selling-build .selling-build-item .brief-build {
    width: 380px;
    height: 285px;
    position: absolute;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
}

.selling-build .selling-build-item .brief-build .build-name {
    text-align: center;
    margin-top: 100px;
    color: #fff;
    font-size: 24px;
    font-family: Avenir-Medium,'Microsoft YaHei';
}

.selling-build .selling-build-item .brief-build .build-price {
    text-align: center;
    margin-top: 12px;
    color: #fff;
    font-size: 24px;
    font-family: Avenir-Medium,'Microsoft YaHei';
}

.company {
    font-size: 18px;
    font-family: 'Avenir-Medium', 'Microsoft YaHei';
}

.selling-build .selling-build-item:hover .trans {
    transform: scale(1.1);
}

.recommend-item .a-item .img-box:hover .center-img {
    transform: scale(1.1);
    transition: all .3s ease-out;
}

.selling-build .selling-build-item .brief-build .bottom {
    position: absolute;

    color: #fff;
    font-size: 14px;
    padding: 30px;
    width: 100%;
    bottom: 22px;
    padding-bottom: 44px;
    font-family: Avenir-Medium,'Microsoft YaHei';
}

.selling-build .consultation {
    position: absolute;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 22px;
    margin-left: 80px;
    cursor: pointer;
    right: 30px;
    bottom: 30px;
}

.selling-build .counselor-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/PC-new/home-all-icon.png);
    /* background-position: -719px -69px; */
    background-position: -269px -169px;
}

.consultation-org {
    background: rgba(255, 255, 255, 1) !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
    border-radius: 22px;
    color: #FF5A00 !important;
}

.counselor-icon-org {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/PC-new/home-all-icon.png);
    background-position: -719px -69px !important;
}

.recommend-item .item-info .address {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #777;
    font-size: 12px;
    margin-top: 8px;
}

.recommend-item .item-info .address .address-icon {
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    background: url(../images/PC-new/home-all-icon.png);
    background-position: -19px -15px;
}

.container-wrapper .activity-box {
    margin-top: 5px;
}

.activity-box .activity-swiper {
    position: relative;
}

#carousel-activity .indicators {
    position: absolute;
    bottom: 0px;
    left: 60% !important;
    right: 0;
    z-index: 15;
    width: 40% !important;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    height: 40px !important;
    padding-top: 7px !important;
    text-align: right;
}

.activity-info .activity-info-bottom {
    width: 40%;
    margin-top: 3%;
    text-align: left;
}

.advertisement {
    position: relative;
    width: 1200px;
    margin: 0 auto 30px auto;
    height: 120px;
    background-color: #ccc;
}

.advertisement-img {
    width: 100%;
    height: 120px;
}

.real-estate-information {
    position: relative;
    width: 1200px;
    margin: 0 auto 30px auto;
}

.real-estate-information .contents-list {
    width: 590px;
    padding: 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    margin-bottom: 80px;
}

.real-estate-information .contents-list:nth-child(2) {
    margin-right: 0px;
}

.real-estate-information .contents-list:nth-child(4) {
    margin-right: 0px;
}

.real-estate-information .contents-list .category {
    display: inline-block;
    color: #333;
    font-size: 30px;
    font-weight: 600;
}

.real-estate-information .contents-list .tab-top a {
    display: inline-block;
    height: 34px;
    line-height: 32px;
    float: right;
}

.real-estate-information .contents-list .tab-top h3 {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    color: #999;
    height: 30px;
    vertical-align: middle;
}

.real-estate-information .contents {
    margin-top: 20px;
}

.real-estate-information .contents .list-item {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 16px;
    list-style: disc;
    color: #999;
    list-style-position: inside;
}

.real-estate-information .contents .list-item .abstract-text {
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
}

.real-estate-information .information-build .contents .list-item .abstract-text {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
}

.real-estate-information .contents .list-item .abstract-text .title {
    color: #333;
}

.real-estate-information .contents .list-item .abstract-text .title {
    font-weight: bold;
    color: #333;
}

.real-estate-information .contents .list-item .abstract-text .title-text {
    color: #777;
    font-family: Avenir-Medium,'Microsoft YaHei';
}

.real-estate-information .contents .list-item .region {
    display: inline-block;
    width: 19%;
    text-align: right;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.real-estate-information .more-txt {
    color: #0073FF;
    vertical-align: middle;
}

.real-estate-information .more-txt:hover {
    color: #0073FF !important;
}

.real-estate-information .font_family {
    color: #0073FF !important;
    font-size: 10px !important;
    vertical-align: middle;
}

.filter-mod .search-box .map-house {
    margin-left: 20px;
}

.filter-mod .search-box .map-house a {
    color: #FF6F21;
}

.container-wrapper .top .more-txt {
    font-size: 16px;
    margin-top: 3px;
    color: #0073FF;
    margin-right: 0px;
}

.container-wrapper .top .more-txt:hover {
    color: #0073FF !important;
}

.container-wrapper .top .more .w-arrow-right {
    vertical-align: middle;
}

.advertising-banner .short {
    z-index: 66;
    position: fixed;
    left: 0;
    bottom: 12px;
    width: 340px;
    height: 100px;
    background: linear-gradient(-30deg, rgba(255, 155, 46, 1), rgba(255, 111, 33, 1));
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 50px 50px 0px;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}

.advertising-banner .short .woniujia {
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    max-width: 130px;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    margin-top: 32px;
}

.advertising-banner .short img {
    width: 120px;
    height: 120px;
    padding: 11px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 60px;
    margin-right: 12px;
    margin-top: -10px;
    position: absolute;
    right: 38px;
}

.advertising-banner .short .rig {
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 43px;
}

.advertising-banner .short .rig:hover {
    cursor: pointer;
}

.advertising-banner .short .rig i {
    color: #fff;
}

.flr {
    transform: translate(0);
}

.frl {
    transform: translate(-100%);
}

.advertising-banner .long {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    line-height: 120px;
    background-image: url("../images/PC-new/fixed-bottom-bg@2x.png");
    margin: 0 auto;
    /* background: linear-gradient(-30deg, rgba(255, 155, 46, 1), rgba(255, 111, 33, 1));
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.05); */
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}

.advertising-banner .long .cent {
    width: 1200px;
    margin: 0 auto;
}

.advertising-banner .long .long-title {
    font-size: 36px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    position: relative;
    top: 7px;
    line-height: 60px;
}

.advertising-banner .long .search {
    width: 320px;
    height: 40px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin-left: 20px;
    color: #fff !important;
}

.advertising-banner .long .search::-webkit-input-placeholder {
    color: #fff !important;
}

.advertising-banner .long label {
    width: 80px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #FF5A00;
    margin-left: -84px;
    cursor: pointer;
}

.advertising-banner .long .phone-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin-left: 20px;
    margin-right: 10px;
    background-color: #fff;
    position: relative;
    color: rgba(255, 111, 33, 1);
}

.advertising-banner .long .icon-scan-code {
    color: #fff;
    font-size: 12px;
}

.advertising-banner .long .phone-num {
    font-size: 24px;
    color: #fff;
    color: rgba(255, 255, 255, 1);
    position: relative;
    top: 4px;
    font-family: Avenir-Medium,'Microsoft YaHei';
}

.advertising-banner .long .btn-qrcode {
    width: 100px;
    height: 30px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    line-height: 40px;
    font-size: 12px;
    color: #ffff;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    padding: 10px 18px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}

.advertising-banner .long .btn-qrcode:hover img {
    display: block;
}

.advertising-banner .long .btn-qrcode img {
    display: none;
    position: absolute;
    top: -106px;
    left: -2px;
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05), 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.advertising-banner .long .cent .procedures {
    display: inline-block;
    position: absolute;
    top: -34px;
    cursor: pointer;
    margin-left: 56px;
    width: 120px;
    height: 140px;
    box-sizing: border-box;
}

.advertising-banner .long .cent .procedures .procedures-img {
    width: 120px;
    height: 120px;
    padding: 11px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05), 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 60px;
    margin-right: 12px;
    margin-top: -10px;
}

.advertising-banner .long .cent .procedures .procedures-text {
    position: absolute;
    font-size: 12px;
    margin-top: -45px;
    color: #fff;
    display: inline-block;
    width: 100%;
    top: 170px;
    left: 0;
    text-align: center;
    line-height: 12px;
}

.advertising-banner .long .dele {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    top: -80px;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
}

.advertising-banner .short .rig i {
    display: inline-block;
    width: 16px;
    height: 14px;
    background-image: url("../images/PC-new/icon-left-fixed-arrow.png")
}

.tag-wrapper {
    max-width: 250px;
    max-height: 24px;
    overflow: hidden;
}

.filter-mod .search-box .map-house:hover a {
    color: #FF6F21;
}

.container-wrapper .top .fl li a {
    color: #333;
}

.sign-up {
    position: absolute;
    text-align: center;
    width: 160px;
    height: 50px;
    background: rgba(255, 111, 33, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1), 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 16px 48px;
    font-size: 16px;
    color: #fff;
    left: 43%;
    top: 72%;
}

.sign-up:hover {
    color: #fff
}

#carousel-activity:hover .carousel-control {
    display: block;
}

.carousel-control:hover {
    display: block;
}

#carousel-activity .indicators {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0px;
    padding-top: 320px;
    z-index: 15;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
    width: 100%;
    height: 100%;
    text-align: right;
    left: 0%;
    padding-right: 20px;
    z-index: 20;
}

.brief-introduction {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.brief-introduction .name {
    color: #fff;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 18px;
}

.brief-introduction .gift {
    font-size: 36px;
    margin-bottom: 30px;
}

.brief-introduction .price {
    font-size: 30px;
}

.brief-introduction .price .unit {
    color: #FF5A00;
    font-size: 14px;
    width: 49px;
    height: 24px;
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    line-height: 21px;
    padding: 2px 4px;
    position: absolute;
    margin-top: 9px;
    margin-left: 5px;
}

.brief-introduction .activity-info-bottom {
    text-align: left;
    margin-top: 80px;
    margin-left: 20px;
}

.brief-introduction .activity-info-bottom .item {
    display: inline-block;
    margin: 0px 10px;
}

.activity-box .slide-btn-group {
    top: 170px !important;
}