﻿@charset "utf-8";

html {
    font-size: 100px;
    width: 100%;
    height: 100%;
    min-width: 734px;
    overflow-x: auto;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
figure {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: "Roboto-Light", Tahoma, Arial, sans-serif;
    font-size: 62.5%;
    word-wrap: break-word;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a,
label {
    blr: expression_r(this.onFocus=this.blur());
    outline: none;
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

ul,
ol {
    list-style: none
}

fieldset,
img {
    border: 0;
    vertical-align: bottom;
}

section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
    display: block;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tranAll,
a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

*:after,
*:before {
    display: block;
}

*:focus {
    outline: none;
}

.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

.clearfix {
    *zoom: 1
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: #F39800 solid thin;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input[type="checkbox"] {
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    background: #999999 url(_blank);
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.noBg {
    background: none !important;
}

.noBd {
    border: none !important;
}

.cssTable {
    width: 100%;
    height: 100%;
    display: table;
}

.cssTd {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

body {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    color: #858585;
    margin: 0 auto;
    background: #fff;
    -webkit-font-smoothing: antialiased !important;
}

input,
textarea {
    font-family: "arial", "Microsoft Yahei";
    /*  -webkit-appearance:none; */
}

a {
    color: #858585;
    text-decoration: none;
}

a:hover {
    color: #BE9D84;
    text-decoration: none;
}

img {
    vertical-align: bottom;
}

.wrap {
    width: 12rem;
    margin: 0 auto;
}

/*
display:-ms-flexbox; display:-webkit-box; display:-webkit-flex; display:flex;
margin:auoto
*/
/* fonts */

/* common */
.hide {
    display: none;
}

.hovershow {
    display: block;
}

/*input[type="checkbox"] { width:15px; height:15px; -webkit-appearance:none; border:none; background: #2750B3; }*/
input[type="checkbox"]:checked~i {
    display: block;
}

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    border-top: 0.05rem solid #2750B3;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.15);
}

.header.on {
    background: rgba(0, 0, 0, 0.5);
}

.header .btnLanguage {
    float: left;
    margin-top: 12px;
    display: inline-flex;
}

.btnLanguage .lEng,
.lChinese {
    /* position: absolute; */
    display: block;
    font-size: 13px;
    line-height: 1.6em;
    color: #fff;
    padding: 0.2em 1.3em;
    padding: 0.2em 1.3em;
    border: 1px solid #fff;
    border-radius: 3px;
}

.btnLanguage .lEng:hover {
    background: #E48F02;
    border: 1px solid #E48F02;
}

.btnLanguage .lChinese:hover {
    background: #E48F02;
    border: 1px solid #E48F02;
}

.header .rightBox {
    float: right;
}

.header .leftBox {
    float: left;
}

.header .headNav {
    float: left;
    margin-right: 0.3rem;
}

.headNav ul {}

.headNav ul li {
    float: left;
    padding: 0 0.15rem;
}

.headNav ul li a {
    display: block;
    font-size: 15px;
    line-height: 1.6em;
    padding: 1em 0.5em;
    color: #fff;
}

.headNav ul li.current a {
    color: #ff9f00;
    border-bottom: 1px solid #ff9f00;
}

.headNav ul li a:hover {
    color: #ff9f00;
}

.header .headOpreat {
    float: left;
    padding-top: 10px;
}

.btnIntermediary {
    float: left;
}

.btnIntermediary a {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    padding: 0.6em 2em;
    color: #fff;
    border-radius: 2em;
    background: #2750B3;
}

.btnIntermediary a:hover {
    background: #ff9f00;
}

.login-register-box {
    float: left;
    padding: 0 0.2rem;
}

.login-register-box a {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1.5em;
    padding: 0.6em 0.8em;
    color: #fff;
}

.login-register-box a:hover {
    color: #ff9f00;
}

.btn-phone {
    float: left;
}

.btn-phone a {
    display: block;
    width: 0.17rem;
}

.btn-phone a img {
    display: block;
    max-width: 100%;
}

.indexBan {
    background-size: cover !important;
    width: 100%;
    position: relative;
}

.indexBan video {
    display: block;
    /* position:absolute; */
    position: relative;
    width: 100%;
    height: auto;
    /* top:0; */
    /* left:0; */
}

.indexBan .grid-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(grid-filter.png) repeat;
    z-index: 3;
}

.indexBan .blue-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(blue-filter.png) repeat;
    z-index: 2;
}

.indexBan .wrap {
    /* position:relative; */
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 4;
    padding-top: 0.1rem;
}

.indexBan .logobox {
    margin: 0.7rem auto;
    width: 2.36rem;
}

.indexBan .logobox img {
    display: block;
    max-width: 100%;
}

.indexBan .inbantxt {
    text-align: center;
    color: #fff;
}

.indexBan .inbantxt h2 {
    font-size: 0.36rem;
    line-height: 1.5em;
    font-weight: bold;
}

.indexBan .inbantxt p {
    font-size: 0.16rem;
    line-height: 1.2em;
}

.banTabsearchbox {
    width: 10rem;
    margin: 0 auto;
}

.areaMenubox {
    width: 100%;
    padding-top: 0.6rem;
}

.areaMenubox li {
    float: left;
    padding-right: 0.1rem;
    width: 20%;
}

.areaMenubox li:last-child {
    padding-right: 0;
}

.areaMenubox li a {
    text-align: center;
    display: block;
    font-size: 0.18rem;
    line-height: 1.5em;
    color: #fff;
    background: #315CB1;
    border-radius: 2px;
    padding: 0.8em;
}

.areaMenubox li a:hover,
.areaMenubox li a.current {
    background: #ff9f00;
}

.areaConbox {
    margin-top: 0.15rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
    padding: 0.2rem 0.6rem;
}

.searchMenubox {}

.searchMenubox ul {}

.searchMenubox ul li {
    float: left;
    color: #fff;
    font-size: 0.18rem;
    line-height: 1.2em;
    padding: 0 2em 0.8em;
    position: relative;
    cursor: pointer;
}

.searchMenubox ul li.current {
    font-weight: bold;
}

.searchMenubox ul li:hover {
    font-weight: bold;
}

.searchMenubox ul li.current:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    border-bottom: 0.08rem solid #fff;
}

/*.searchConbox{}
.searchConbox .colBox{}*/
.searchConbox .searchInputbox {
    position: relative;
    z-index: 2;
    background-color: white;
    border-radius: 4px;
}

.searchConbox .searchInputbox .pill-box {
    padding-right: 1.55rem;
}

.searchConbox .searchInputbox .pill {
    font-size: 16px;
    padding: 5px 25px 5px 7px;
    margin: 6px 0px 2px 8px;
    background-color: #ddd;
    border-radius: 4px;
    color: #444;
    float: left;
    transition: .3s;
    position: relative;
}

.searchConbox .searchInputbox .pill .fa-times {
    position: absolute;
    right: 5px;
    transition: .3s;
    cursor: pointer;
}

.searchConbox .searchInputbox .pill .fa-times:hover {
    color: coral;
}

.searchConbox .searchInputbox .input-text {
    padding-right: 1.5em;
    outline: none;
}

.searchConbox .message-suburb-required {
    display: none;
    overflow: inherit;
    position: fixed;
    z-index: 3;
    font-size: 0.17rem;
    line-height: 1.2em;
}

.searchConbox .message-suburb-required .message-content {
    display: inline-block;
    background-color: #ff9f00;
    color: #fff;
    padding: 10px 30px 10px 20px;
    border-radius: 3px;
    position: relative;
    top: 9px;
    left: 10px
}

.searchConbox .message-suburb-required .message-content span {
    font-style: normal;
    margin-right: 5px;
}

.searchConbox .message-suburb-required .message-content:before {
    content: ' ';
    position: absolute;
    top: -7px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ff9f00;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.input-text {
    display: block;
    border-style: none;
    background: #fff;
    max-width: calc(100% - 1.5rem);
    font-size: 15px !important;
    ;
    line-height: 1.5em;
    padding: 1.5em;
    border-radius: 4px 0 0 4px;
    color: #010101;
}

.input-text-agentdetail {
    display: block;
    border-style: none;
    background: #fff;
    font-size: 15px !important;
    line-height: 1.5em;
    padding: 1.5em;
    border-radius: 4px 0 0 4px;
    color: #010101;
}

.searchConbox .searchInputbox .button-text {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0 4px 4px 0;
    width: 1.50rem;
}

.button-text {
    display: block;
    text-align: center !important;
    font-size: 0.18rem;
    color: #fff;
    background: #2750B3;
    border-style: none;
    font-family: "Microsoft Yahei", "Arial";
    cursor: pointer;
}

.button-text:hover {
    background: #E48F02;
}

.searchBotbox {
    padding-top: 0.2rem;
}

.searchBotbox label {
    display: block;
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.checkbox-label {}

.checkbox-float {
    float: left;
    position: relative;
    margin-right: 8px;
}

.checkbox-float i {
    font-size: 12px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #2750B3;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.input-chexkbox {
    border: none;
    border-style: none;
    width: auto;
    height: 15px;
    display: block;
    cursor: pointer;
}

.btn-seachDetail {
    float: right;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}

.btn-seachDetail.on i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.btn-seachDetail:hover {
    color: #E48F02;
}

.btn-seachDetail p {
    display: block;
    float: left;
    text-decoration: underline;
}

.btn-seachDetail i {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 15px;
    padding-left: 5px;
}

.fullSearchbox {
    display: none;
    margin-top: 0.1rem;
}

.fullSearchbox .row {
    float: left;
    padding-right: 0.1rem;
    position: relative;
}

.select-box {
    position: relative;
}

.select-box i {
    position: absolute;
    display: block;
    width: 20px;
    text-align: center;
    height: 100%;
    line-height: 35px;
    font-size: 14px;
    color: #2750B3;
    right: 0;
    top: 0;
    z-index: 2;
}

.fullSearchbox .row.width01 {
    width: 19%;
}

.fullSearchbox .row.width02 {
    width: 16%;
}

.fullSearchbox .row.width03 {
    width: 16%;
}

.fullSearchbox .row:last-child {
    padding-right: 0;
}

.select-text {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-style: none;
    background: #fff;
    font-size: 14px;
    color: #999999;
    padding: 0 0.1rem;
    font-family: "Microsoft Yahei", "Arial";
    /*-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;*/
    padding-right: 20px;
}


.lastNews {
    padding: 0.3rem 0;
}

.topSlogan {
    text-align: center;
    font-size: 0.3rem;
    color: #333333;
    line-height: 1.5em;
    font-family: "Microsoft Yahei", "Arial";
    padding: 0.5rem 0;
}

.topSlogan h1 {
    position: relative;
    font-weight: bold;
}

.topSlogan h1 i {
    width: 0.4rem;
    height: 0.01rem;
    background: #2E2E2E;
    display: inline-block;
}

.topSlogan h1 i:nth-of-type(1) {
    margin-bottom: 0.05rem;
    margin-right: 0.2rem;
}

.topSlogan h1 i:nth-of-type(2) {
    margin-bottom: 0.05rem;
    margin-left: 0.2rem;
}

.topSlogan p {
    color: #fff;
    font-size: 0.18rem;
    line-height: 1.5em;
    padding: 0.8em 0;
}

.indexNewsBox {}

.indexNewsBox .leftSlide {
    float: left;
    width: 27%;
    /*News Change 3 news in 1 row */
    /* 22-02-2017 ******************************* */
    margin-right: 0.75rem;
    /* ******************************* */
}

.indexNewsBox .leftSlide small {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    color: #888888;
}

.indexNewsBox .leftSlide .img {
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
    position: relative;
    margin-top: 0.12rem;
}

.indexNewsBox .leftSlide .img a {
    display: block;
    overflow: hidden;
}

.indexNewsBox .leftSlide .img a img {
    display: block;
    max-width: 100%;
    height: 220px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.indexNewsBox .leftSlide .img a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.float-blue-txt {
    position: absolute;
    width: 85%;
    bottom: 0.2rem;
    left: 0;
    background: rgba(39, 80, 179, 0.9);
    color: #fff;
    padding: 1.3em;
    font-size: 12px;
}

.float-blue-txt p.txt {
    float: left;
    line-height: 2em;
}

.float-blue-txt .num {
    float: right;
    font-size: 0.24rem;
    line-height: 1em;
}

.float-blue-txt .num i {
    display: block;
    float: left;
    margin-right: 0.1rem;
    width: 7px;
}

.float-blue-txt .num i img {
    display: block;
    max-width: 100%;
}

.float-blue-txt .num span {
    display: block;
    float: left;
    font-weight: bold;
}

.indexNewsBox .leftSlide .text {
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #B5B5B5;
}

.indexNewsBox .leftSlide .newstit {}

.indexNewsBox .leftSlide .newstit a {
    display: block;
    font-size: 0.18rem;
    line-height: 1em;
    padding: 0.2rem 0;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.indexNewsBox .leftSlide .newstit a:hover {
    color: #F39800;
}

.indexNewsBox .leftSlide .newsinfo {
    padding-right: 0.3rem;
    font-size: 12px;
    line-height: 1.5em;
    color: #666666;
    max-height: 4.5em;
    overflow: hidden;
}

.indexNewsBox .leftSlide .flex-control-nav {
    display: none;
}

.indexNewsBox .leftSlide .flex-direction-nav {
    float: right;
}

.indexNewsBox .leftSlide .flex-direction-nav li {
    display: block;
    padding-top: 0.1rem;
    float: left;
}

.indexNewsBox .leftSlide .flex-direction-nav li.flex-nav-prev {
    margin-right: 0.1rem;
}

.indexNewsBox .leftSlide .flex-direction-nav li a {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 12px;
    text-indent: -9999em;
    background-color: #2750B3;
    background-repeat: no-repeat;
    background-position: center;
}

.indexNewsBox .leftSlide .flex-direction-nav li a:hover {
    background-color: #E48F02;
}

.indexNewsBox .leftSlide .flex-direction-nav li.flex-nav-prev a {
    background-image: url(arrow-left01.png);
}

.indexNewsBox .leftSlide .flex-direction-nav li.flex-nav-next a {
    background-image: url(arrow-right01.png);
}

.indexNewsBox .centerBox {
    width: 46%;
    float: left;
    padding: 33px 0.4rem 35px;
}

.in-newListbox {}

.in-newListbox li {}

.in-newListbox li.speLi {
    position: relative;
    border-bottom: 1px solid #D9D9D9;
    padding: 0.15rem 0;
}

.in-newListbox li.speLi:last-child {
    border-bottom: 2px solid #2E2E2E;
}

.in-newListbox li.speLi .img {
    float: left;
    width: 120px;
}

.in-newListbox li.speLi .img a {
    display: block;
    overflow: hidden;
}

.in-newListbox li.speLi .img a img {
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.in-newListbox li.speLi .img a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.in-newListbox li.speLi .txt {
    padding-left: 140px;
}

.in-newListbox li.speLi .txt a {
    font-size: 0.18rem;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    color: #333333;
    display: table;
}

.in-newListbox li.speLi .txt a:hover {
    color: #E48F02;
}

.in-newListbox li.speLi .txt p {
    font-size: 12px;
    line-height: 1.5em;
    padding-top: 0.03rem;
}

.in-newListbox li.normalLi {
    position: relative;
}

.in-newListbox li.normalLi a {
    position: relative;
    font-size: 14px;
    line-height: 2.2em;
    color: #666666;
    display: table;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in-newListbox li.normalLi a:hover {
    color: #E48F02;
}

.in-newListbox li.normalLi a i {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 2.5em;
    margin-right: 0.1rem;
}

.in-newListbox li.normalLi:nth-of-type(1) {
    padding-top: 0.2rem;
}


.indexNewsBox .rightAdbox {
    float: left;
    width: 27%;
    padding-top: 33px;
}

.indexNewsBox .rightAdbox a {
    display: block;
    margin-top: 0.15rem;
    overflow: hidden;
}

.indexNewsBox .rightAdbox a img {
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.indexNewsBox .rightAdbox a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


.btnReadmorebox {
    text-align: center;
    padding: 0.5rem 0 0.3rem;
}

.btnReadmorebox a {
    display: table;
    font-size: 14px;
    line-height: 1.8em;
    color: #666666;
    border: 1px solid #B5B5B5;
    margin: 0 auto;
    padding: 0.5em 5em;
}

.btnReadmorebox a:hover {
    color: #fff;
    background: #F39800;
    border-color: #F39800;
}


.index-recommendBox {
    position: relative;
    background: #EBEBEB;
    padding: 0.3rem 0;
}

.index-recommendBox .topimg {
    width: 100%;
    height: 4.5rem;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.index-recommendBox .topimg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(39, 80, 179, 0.9);
}

.index-recommendBox .wrap {
    position: relative;
    z-index: 2;
}

.index-recommendBox .topSlogan {
    color: #fff;
}

.index-recommendBox .topSlogan i {
    background: #fff;
}

.recBuildinglist {
    position: relative;
}

.recBuildinglist ul {}

.recBuildinglist ul li {
    position: relative;
    float: left;
    width: 33.3333%;
}

.recBuildinglist ul li:nth-of-type(1) {
    padding-right: 0.4rem;
}

.recBuildinglist ul li:nth-of-type(2) {
    padding: 0 0.2rem;
}

.recBuildinglist ul li:nth-of-type(3) {
    padding-left: 0.4rem;
}

.recBuildinglist ul li .img {
    position: relative;
}

.recBuildinglist ul li .img a {
    display: block;
    position: relative;
    overflow: hidden;
}

.recBuildinglist ul li .img a img {
    display: block;
    max-width: 100%;
    height: 280px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.recBuildinglist ul li .img a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.recBuildinglist ul li .text {
    position: relative;
    background: #262D41;
    padding: 0.20rem;
}

.recBuildinglist ul li .text a {
    display: inherit;
    text-align: center;
    font-size: 0.2rem;
    line-height: 1.5em;
    height: 2em;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
}

.recBuildinglist ul li .text a:hover {
    color: #F4B302;
}

.recBuildinglist ul li .price {
    display: inherit;
    text-align: center;
    width: 300px;
    font-size: 0.14rem;
    line-height: 1.2em;
    color: #fff;
}

.recBuildinglist ul li .auctionTime {
    z-index: 3;
    display: inherit;
    background: rgba(250, 122, 33, 0.8);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 2em;
    padding: 0.5em 3em;
    margin-bottom: 0.05rem;
}

.recBuildinglist ul li .collect {
    float: right;
}

.collect {
    color: #fff;
    font-size: 0.24rem;
    line-height: 1.2em;
    cursor: pointer;
}

.collect i {
    display: block;
}

.collect:hover {
    color: #F4B302;
}

.recBuildinglist ul li .botIconbox {
    border: 0.02rem solid #2E2E2E;
    text-align: center;
    width: 100%;
    padding: 0.1em 0;
    padding-left: 25%;
}

.buildIconbox {
    width: 200px;
}

.buildIconbox .row {
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    max-width: 33.3333%;
    padding: 0 0.15rem;
    position: relative;
    padding-left: 40px;
}

.buildIconbox .rowland {
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    position: relative;
}

.buildIconbox .row i {
    margin-right: 0.05rem;
    position: absolute;
    left: 0;
    top: 50%;
    width: 33px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.buildIconbox .row i img {
    display: block;
    max-width: 26px;
    transform: translateX(3px);
}

.buildIconbox .row p {
    float: left;
}

.mapbuildIconbox {
    width: 400px;
}

.mapbuildIconbox .row {
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    max-width: 33.3333%;
    padding: 0 0.15rem;
    position: relative;
    padding-left: 40px;
}

.mapbuildIconbox .rowland {
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    position: relative;
}

.mapbuildIconbox .row i {
    margin-right: 0.05rem;
    position: absolute;
    left: 0;
    top: 50%;
    width: 33px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.mapbuildIconbox .row i img {
    display: block;
}

.mapbuildIconbox .row p {
    float: left;
}

.index-recommendBox .btnReadmorebox {
    padding: 0.1rem 0;
}

.index-recommendBox .btnReadmorebox a {
    margin: 0 auto;
}

.index-Luxurybox {
    position: relative;
    background: #EBEBEB;
}

.index-Luxurybox .in-LuxuryList {}

.in-LuxuryList ul {}

.in-LuxuryList ul li {
    float: left;
    width: 33.3333%;
    height: 100%;
}

.in-LuxuryList ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.in-LuxuryList ul li a img {
    max-width: 100%;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.in-LuxuryList ul li a .floatLayer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(2, 2, 2, 0.3);
    z-index: 2;
    padding: 0.2rem;
    text-align: center;
    position: absolute;
}

.floatLayer .small-line {
    margin: 0.3rem auto;
    width: 0.6rem;
    height: 0.03rem;
    background: #fff;
}

.floatLayer .tit {
    font-size: 0.18rem;
    line-height: 1.5em;
    font-weight: bold;
    color: #fff;
}

.floatLayer .hoverShowbox {
    display: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.floatLayer .price {
    font-size: 0.35rem;
    line-height: 1.0em;
    color: #fff;
    font-weight: bold;
}

.floatLayer .buildIconbox {
    margin: 0.15rem auto;
}

.buildWhitebox {
    display: inline-block;
}

.buildWhitebox .row {
    color: #fff;
}

.floatLayer .timebox {
    font-size: 14px;
    line-height: 1.2em;
    color: #fff;
}

.floatLayer .collect {
    padding: 0.1rem 0;
}

.floatLayer .arrowicon {
    width: 2rem;
    margin: 0 auto;
    padding: 0.25em 0;
    border: 0.02rem solid #fff;
}

.floatLayer .arrowicon img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}

.in-LuxuryList ul li a:hover>img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.in-LuxuryList ul li a:hover .floatLayer {
    background: rgba(39, 80, 179, 0.85);
}

.in-LuxuryList ul li a:hover .hoverShowbox {
    display: block;
    opacity: 1;
}

.index-Luxurybox .btnReadmorebox {
    background: #E48F02;
    padding: 0.35rem 0;
}

.index-Luxurybox .btnReadmorebox a {
    color: #fff;
    border-color: #fff;
}


.in-partnerbox {
    background: #E48F02;
    padding: 0.3rem 0 0.8rem;
}

.in-partnerbox .adBox {
    width: 8.49rem;
    margin: 0 auto;
    position: relative;
}

.in-partnerbox .adBox .txt {
    position: absolute;
    top: 0;
    left: 100%;
    background: #433431;
    width: 26px;
    font-size: 12px;
    line-height: 1.1em;
    padding: 10px 5px;
    color: #fff;
    border-radius: 0 0 20px 0;
}

.in-partnerbox .adBox a {
    display: block;
    overflow: hidden;
}

.in-partnerbox .adBox a img {
    display: block;
    max-width: 100%;
}

.intermediaryBox {
    padding-top: 0.7rem;
}

.intermediaryBox p {
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    line-height: 1.5em;
}

.intermediaryListbox {
    text-align: center;
    padding: 0.4rem 0 0.3rem;
}

.intermediaryListbox ul {
    display: inline-block;
}

.intermediaryListbox ul li {
    float: left;
    width: 1.3rem;
    margin-right: 0.15rem;
}

.intermediaryListbox ul li:last-child {
    margin-right: 0;
}

.intermediaryListbox ul li a {
    display: block;
    overflow: hidden;
}

.intermediaryListbox ul li a img {
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.intermediaryBox .btnReadmorebox {
    padding: 0 0;
}

.intermediaryBox .btnReadmorebox a {
    color: #fff;
    border: 0.02rem solid #fff;
    padding: 0.5em 4em;
}

.intermediaryListbox ul li a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


.footer {
    background: #2750B3;
}

.footer .top {
    border-bottom: 1px solid #325EBA;
    position: relative;
    padding: 0.3rem 0;
}

.footerLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.57rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.footerLogo a {
    display: block;
}

.footerLogo a img {
    display: block;
    max-width: 100%;
}

.footer .sharebox {
    float: left;
}

.sharebox {}

.sharebox ul {}

.sharebox ul li {
    float: left;
    margin-right: 0.25rem;
}

.sharebox ul li a {
    display: block;
    font-size: 0.2rem;
    width: 100%;
    text-align: center;
}

.sharebox ul li a img {
    display: block;
    line-height: 0.45rem;
}

.sharebox ul li a:hover {
    /*background:#fff;
	color:#2750B3;*/
}

.footer .rightbox {
    float: right;
    border: 1px solid #396ACD;
    margin-top: 0.06rem;
}

.footer .rightbox a {
    display: block;
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 2em;
    border-right: 1px solid #396ACD;
    text-align: center;
    padding: 0.3em 1.6em;
}

.footer .rightbox a:last-child {
    border-right: none;
}

.footer .rightbox a:hover {
    background: #396ACD;
}

.footer .bottom {
    text-align: center;
    padding-bottom: 0.4rem;
}

.footerLinks {
    display: inline-block;
}

.footerLinks li {
    float: left;
}

.footerLinks li a {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    color: #fff;
    padding: 0 0.05rem;
    border-right: 1px solid #fff;
}

.footerLinks li a:hover {
    color: #E48F02;
}

.footerLinks li:last-child a {
    border-right: none;
}

.copyright,
.web-design,
.web-design a {
    font-size: 12px;
    line-height: 1.5em;
    color: #fff;
    padding: 0 0.05rem;
}

.web-design a:hover {
    color: #E48F02;
}


/* topbar */
.topBar {
    background: #2750B3;
    padding: 0.1rem 0;
}

.topBar .btnLanguage {
    margin-top: 0;
    display: inline-flex;
    position: absolute;
}

.topBar .headOpreat {
    float: right;
}

.header2 {
    border-bottom: 1px solid #DFDFDF;
}

.header2 .headLogobox {
    float: left;
    margin-top: 0.12rem;
    position: relative;
}

.header2 .headLogobox a {
    display: block;
    width: 2rem;
}

.header2 .headLogobox a img {
    display: block;
    max-width: 100%;
    height: auto;
    /* max-height: 100%; */
}

.header2 .rightBox {
    float: right;
}

.header2 .headNav {
    float: left;
}

.header2 .headNav ul li a {
    color: #333333;
    padding: 0.4rem 0.5em;
}

.header2 .headNav ul li.current a,
.header2 .headNav ul li a:hover {
    color: #333333;
    border-bottom: 1px solid #2750B3;
}

.header2 .headOpreat {
    float: left;
    margin-top: 0.3rem;
    margin-left: 0.4rem;
}

.fixdHeader .header {
    display: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fixdHeader.on .header {
    display: block;
    opacity: 1;
}

/* ngan chang loi chuot keo xuong ko dc. bi vap*/
/* ng ba th ba nm mot bay*/
/* .fixdHeader.on .tophidden{
	display:none;
	opacity:0;
	
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out; 
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
*/

.buildSearchBox {
    padding: 0.1rem 0;
}

.buildSearchBox .tit {
    font-size: 0.18rem;
    line-height: 1.5em;
    color: #333333;
    padding: 0.1rem 0;
}

.searchBlock {}

.searchBlock .row {
    float: left;
    margin-right: 1%;
}

.searchBlock .row:last-child {
    margin-right: 0;
    margin-left: 1%;
}

.searchBlock .row .tiptxt {
    font-size: 12px;
    line-height: 2em;
    color: #333333;
    padding: 0 0.05rem 0.05rem;
}

.searchBlock .width01 {
    width: 25%;
}

.searchBlock .width02 {
    width: 12.5%;
}

.searchBlock .width03 {
    width: 9%;
}

.searchBlock .width04 {
    width: 10%;
}

.searchBlock .message-suburb-required {
    display: none;
    overflow: inherit;
    z-index: 4;
    font-size: 0.17rem;
    line-height: 1.2em;
}

.searchBlock .message-suburb-required .message-content {
    display: inline-block;
    background-color: #ff9f00;
    color: #fff;
    padding: 10px 30px 10px 20px;
    border-radius: 3px;
    position: relative;
    z-index: 10;
    left: 15px;
    bottom: 30px;
}

.searchBlock .message-suburb-required .message-content2 {
    display: inline-block;
    background-color: #ff9f00;
    color: #fff;
    padding: 10px 30px 10px 20px;
    border-radius: 3px;
    position: relative;
    left: 15px;
    top: 10px;
}

.searchBlock .message-suburb-required .message-content span {
    font-style: normal;
    margin-right: 5px;
}

.searchBlock .message-suburb-required .message-content:before {
    content: ' ';
    position: absolute;
    top: -7px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ff9f00;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.LoopF {
    display: none;
}

.searchBlock .keyword {
    border: 0;
    position: relative;
    height: 34px;
    padding: 0.00rem 0.0rem;
}

.searchBlock .keyword .input-text2 {
    display: block;
    float: left;
    height: 100%;
    font-size: 15px;
    color: #010101;
    position: relative;
    line-height: 1.5em;
    padding: 0.5em;
    min-width: 300px;
    max-width: 800px;
}

.searchBlock .keyword .input-text2:hover {
    /*text-decoration:underline;*/
}

.searchBlock .select-box {
    border: 1px solid #D6D6D6;
}

.select-box02 {
    color: #666666;
}

.select-box i {
    color: #5E5E5E;
}

.searchBlock .btn-searchbox {
    padding-top: 0.3rem;
}

.button-text02 {
    padding: 0.4em 1.0em;
    border-radius: 4px;
    font-size: 0.14rem;
}

.mapviewbutton {
    border: 0;
    background: 0;
    font-size: medium;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
}


.buildSearchBox .searchBotbox {
    padding: 0.15rem 0;
}

.buildSearchBox .searchBotbox label {
    color: #666666;
}

.buildSearchBox .searchBotbox label #chkSurrounding {
    border-radius: 50%;
}

.buildSearchBox .searchBotbox label i {
    color: #fff;
    border-radius: 50%;
}

.btnMoreselect {
    text-align: center;
    font-size: 12px;
    line-height: 2em;
    color: #075ab8;
    cursor: pointer;
    text-decoration: underline;
    padding-bottom: 0.1rem;
}

.btnMoreselect i {
    margin-left: 0.1rem;
}

.btnMoreselect span:hover {
    color: #E48F02;
}

.hiddenmoreSelect {
    border-top: 1px solid #E1E1E1;
    padding: 0.2rem 0 0.1rem;
    display: none;
}

.hiddenmoreSelect .row {
    width: 15%;
}

.hiddenmoreSelect .range {}

.hiddenmoreSelect .range select {
    padding-right: 45px;
}

.hiddenmoreSelect .range i {
    font-style: normal;
    width: 50px;
    text-align: left;
    color: #666666;
    font-size: 14px;
}

.hiddenmoreSelect .searchBotbox label {
    margin-right: 0.4rem;
}

.hiddenmoreSelect .searchBotbox label input {
    background: #E48F02;
}

.hiddenmoreSelect .searchBotbox label i {
    background: #E48F02;
}

.btn-hiddenUp {
    text-align: center;
    font-size: 12px;
    line-height: 2em;
    color: #666666;
    padding-top: 0.2rem;
}

.btn-hiddenUp span {
    text-decoration: underline;
    cursor: pointer;
}

.btn-hiddenUp span i {
    margin-left: 0.1rem;
}

.btn-hiddenUp span:hover {
    color: #E48F02;
}

.buildListcontent {
    background: #ffffff;
    border-top: 1px solid #DFDFDF;
    padding-bottom: 0.5rem;
    overflow-x: hidden;
}

.buildListcontent .leftListbox {
    float: left;
    width: 62%;
    padding: 0.17rem 0;
    /* transform: scaleX(.9); */
}

.buildListcontent .resulttxt {
    font-size: 14px;
    line-height: 1.8em;
    color: #888888;
    padding: 0.13rem 0;
}

.showWaybox {
    background: #E48F02;
    padding: 0.1rem;
}

.showWaybox .iconShow {
    float: left;
}

.showWaybox .iconShow span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    float: left;
    margin: 0 0.1rem;
}

.showWaybox .iconShow a {
    display: block;
    font-size: 0.22rem;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
    float: left;
    padding: 0 0.08rem;
    display: flex;
}

.showWaybox .iconShow a i {
    display: block;
    line-height: 30px;
}

.showWaybox .iconShow a:hover,
.showWaybox .iconShow a.current {
    color: #fff;
    display: flex;
}

.showWaybox .selectShow {
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.showWaybox .selectShow span {
    float: left;
    display: block;
    margin: 0 0.1rem;
}

.showWaybox .selectShow .select-box {
    float: left;
}

.showWaybox .selectShow .select-box .select-text {
    height: 30px;
    line-height: 30px;
    width: 165px;
    background: #FDF7EA;
    font-size: 12px;
    color: #f39800;
}

.showWaybox .selectShow .select-box i {
    color: #f39800;
}

.good-recommend {
    padding: 0.2rem 0;
    border-bottom: 1px solid #C9C9C9;
}

.good-recommend .tit {
    font-size: 18px;
    line-height: 1.5em;
    color: #333333;
    padding: 0.1rem 0.05rem;
}

.buildItembox {
    position: relative;
    width: 100%;
}

.buildItembox .imgSlidebox {
    float: left;
    width: 60%;
    position: relative;
}

.buildItembox .imgSlidebox .promptTxt {
    font-size: 0.14rem;
    line-height: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #F19A02;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 4;
    top: 0.1rem;
    right: 0.1rem;
}

.buildItembox .imgSlidebox .promptTxtSold {
    font-size: 0.14rem;
    line-height: 0.5rem;
    width: 0.55rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #D5360E;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 4;
    top: 0.1rem;
    right: 0.1rem;
}

.buildItembox .imgSlidebox .promptTxtUContract {
    font-size: 0.14rem;
    line-height: 0.4rem;
    width: 1.10rem;
    height: 0.4rem;
    border-radius: 4px;
    background: #F19A02;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 4;
    top: 0.1rem;
    right: 0.1rem;
}

.buildItembox .imgSlidebox ul {}

.buildItembox .imgSlidebox ul li {
    position: relative;
}

.buildItembox .imgSlidebox ul li a {
    display: block;
    position: relative;
}

.buildItembox .imgSlidebox ul li img {
    display: block;
    max-width: 100%;
    /*height: 100%;*/
}

.buildItembox .imgSlidebox .floatLayer {
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(2, 2, 2, 0.5);
    position: absolute;
    z-index: 3;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.buildItembox .imgSlidebox:hover .floatLayer {
    opacity: 1;
    display: block;
}

.buildItembox .imgSlidebox .floatLayer .tit a {
    display: block;
    color: #fff;
}

.buildItembox .imgSlidebox .floatLayer .tit a:hover {
    color: #E48F02;
}

.buildItembox .imgSlidebox .flex-control-nav {
    display: none;
}

.buildItembox .imgSlidebox .flex-direction-nav {}

.buildItembox .imgSlidebox .flex-direction-nav li {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 3;
}

.buildItembox .imgSlidebox .flex-direction-nav li a {
    display: block;
    width: 0.3rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    background-color: rgba(2, 2, 2, 0.4);
    text-indent: -9999em;
    background-position: center;
    background-repeat: no-repeat;
}

.buildItembox .imgSlidebox .flex-direction-nav li a:hover {
    background-color: #fff;
}

.buildItembox .imgSlidebox .flex-direction-nav li.flex-nav-prev {
    left: 0;
}

.buildItembox .imgSlidebox .flex-direction-nav li.flex-nav-next {
    right: 0;
}

.buildItembox .imgSlidebox .flex-direction-nav li.flex-nav-prev a {
    background-image: url(arrow-left02.png);
}

.buildItembox .imgSlidebox .flex-direction-nav li.flex-nav-next a {
    background-image: url(arrow-right02.png);
}

.buildItembox .imgSlidebox .flex-direction-nav li.flex-nav-prev a:hover {
    background-image: url(arrow-left02-2.png);
}

.buildItembox .imgSlidebox .flex-direction-nav li.flex-nav-next a:hover {
    background-image: url(arrow-right02-2.png);
}

.buildItembox .textbox {
    width: 40%;
    float: left;
    padding: .05rem .20rem .05rem .20rem;
}

.biglastbuildItem .textbox {
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.buildItembox .textbox .topTitbox {
    position: relative;
    margin-bottom: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.buildItembox .textbox .topTitbox .collect {
    position: absolute;
    top: 0;
    right: 0;
    color: #B2B2B2;
}

.buildItembox .textbox a {
    display: table;
    font-size: 0.19rem;
    line-height: 1.3em;
    color: #333333;
    font-weight: bold;
}

.buildItembox .textbox .topAddressbox {
    position: relative;
    padding-right: 0.35rem;
    padding: 0.2rem 0 0.1rem;
}

.buildItembox .textbox .topAddressbox a {
    display: table;
    font-size: 0.18rem;
    line-height: 1.1em;
    color: #333333;
    font-weight: normal;
}

.buildItembox .textbox a:hover {
    color: #E48F02;
}

.buildItembox .textbox .detail {
    font-size: 14px;
    line-height: 1.2em;
    color: #666666;
}

.buildItembox .textbox .buildIconbox {
    padding: 0.16rem 0 .12rem 0;
}

.Icons {
    width: 100%;
}

.buildItembox .textbox .buildIconbox .row {
    padding: 0 0.3rem 0 40px;
}

.buildItembox .textbox .topHeadingbox {
    position: relative;
}

.buildItembox .textbox .topHeadingbox a {
    display: table;
    font-size: 0.14rem;
    line-height: 1.3em;
    color: #333333;
    font-weight: 600;
    word-break: break-word;
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.buildItembox .textbox .topHeadingbox a:hover {
    color: #E48F02;
}

.contact-intermediary {
    margin-top: 0.1rem;
}

.contact-intermediary p {
    font-size: 12px;
    line-height: 1.5em;
    color: #666666;
}

.contact-intermediary a {
    display: block;
    background: #EBEBEB;
    width: 100%;
    height: 0.5rem;
    margin-top: 0.1rem;
}

.intermediarylogo {
    float: left;
    width: 0.91rem;
}

.intermediarylogo img {
    display: block;
    max-width: 100%;
}

.intermediarydetail {
    padding-left: 0.91rem;
    /*border:1px solid #D6D6D6;*/
}

.intermediarydetail .clearfix {
    padding: 0.05rem 0.1rem 0;
}

.contact-intermediaryAgency {
    width: 100%;
    text-align: center;
}

.intermediaryAgency {
    max-width: 100%;
}

.intermediaryAgencyFeatured {
    max-width: 100%;
    max-height: 0.6rem;
}

.intermediaryAgency img {
    width: 50%;
    max-height: 60px;
    display: block;
    margin: 5px 25% 0 25%;
}

.intermediaryAgencyFeatured img {
    width: 100%;
    height: 0.6rem;
    margin-bottom: 20px;
}

.intermediaryAgentName {
    /*padding-left:0.81rem;
	border:1px solid #D6D6D6;*/
    width: 100%;
    text-align: center;
}

.intermediaryAgentName p {
    font-size: 14px;
    line-height: 0.3rem;
    color: #333333;
    font-weight: bold;
}

.inter-avatar {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    float: left;
    margin-right: 0.15rem;
}

.inter-avatar img {
    display: block;
    max-width: 100%;
}

.intermediarydetail p {
    float: left;
    font-size: 12px;
    line-height: 0.4rem;
    color: #333333;
    font-weight: bold;
}

.contact-intermediary a:hover {
    background: #E48F02;
}

.contact-intermediary a:hover .intermediarydetail p {
    color: #fff;
}

.buildItembox .swiper-container {
    padding-bottom: 0.3rem;
}

.buildItembox .swiper-container .swiper-slide {
    background: #fff;
}

.buildItembox .swiper-container-horizontal>.swiper-pagination {
    bottom: -10px;
}

.buildItemslide .swiper-pagination-bullet {
    opacity: 1;
    background: #C2C2C2;
}

.buildItemslide .swiper-pagination-bullet-active {
    background: #1E50AE;
}

.lastbuildItem {
    background: #fff;
    margin: 0.25rem 0;
}

.buildItembox .textbox .price {
    margin-top: 3px;
    font-size: 0.13rem;
    line-height: 1.2em;
    color: #333333;
    word-break: break-word;
}

.buildItembox .textbox .Land {
    padding: 0.5rem 0 0.5rem;
    font-size: 0.15rem;
    line-height: 0.50em;
    color: #333333;
}

.buildItembox .textbox .FeatLand {
    padding: 0.2rem 0 0.2rem;
    font-size: 0.18rem;
    line-height: 0.30em;
    color: #333333;
}

.smallBuildlistbox {
    background: #fff;
    border: 1px solid #EBEBEB;
}

.smallBuildlistbox>.row {
    border-bottom: 1px solid #EBEBEB;
}

.smallBuildlistbox .row:last-child {
    border-bottom: none;
}

.smallBuildlistbox .row .col {
    float: left;
    width: 25%;
    border-right: 1px solid #EBEBEB;
    padding: 0.05rem;
    text-align: center;
}

.smallBuildlistbox .row .col:last-child {
    border-right: none;
}

.smallBuildlistbox .row .col:first-child {
    width: 50%;
}

.smallBuildlistbox .price {
    font-size: 0.24rem;
    line-height: 0.65rem;
    color: #333333;
}

.smallBuildlistbox .btnmore {
    font-size: 14px;
    line-height: 0.65rem;
    color: #666666;
    display: block;
}

.smallBuildlistbox .btnmore:hover {
    color: #E48F02;
}

.smallBuildlistbox .iconbox {
    padding-left: 1.5rem;
}

.smallBuildlistbox .iconbox .buildIconbox .row {
    margin-top: 0.2rem;
}

.smallBuildlistbox .detail {}

.smallBuildlistbox .detail .img {
    float: left;
    width: 1rem;
}

.smallBuildlistbox .detail .img img {
    display: block;
    max-width: 100%;
}

.spebuildItem {
    background: #fff;
    margin: 0.25rem 0 0.1rem;
}

.biglastbuildItem {
    background: #fff;
    margin: 0.25rem 0;
}

.biglastbuildItem .imgSlidebox {
    float: none;
    width: 100%;
    height: 100%;
}

.biglastbuildItem .imgSlidebox .slides img {
    width: 840px;
    height: 480px;
}

.biglastbuildItem .textbox {
    float: none;
    width: 100%;
}

.seeTime {
    z-index: 3;
    position: absolute;
    background: rgba(250, 122, 33, 0.8);
    left: 0.35rem;
    bottom: 0.25rem;
    color: #fff;
    font-size: 12px;
    line-height: 2em;
    padding: 0.5em 3em;
}

.biglastbuildItem .heading .left {
    float: left;
    width: 20%;
    background: #D6d6d6;
}

.biglastbuildItem .heading .right {
    float: left;
    width: 80%;
    text-align: left;
    background: #D6d6d6;
}

.biglastbuildItem .heading .right .headAgent {
    float: left;
    width: 60%;
    font-weight: bold;
    font-size: 0.16rem;
    padding: 0.215rem 0.2rem 0.2rem;
}

.biglastbuildItem .heading .right .right {
    float: right;
    width: 40%;
}

.biglastbuildItem .heading .right .right .Sales {
    float: right;
    font-weight: bold;
    font-size: 0.16rem;
    padding: 0.215rem 0.2rem 0.2rem;
}

.biglastbuildItem .textbox .left {
    float: left;
    width: 70%;
}

.biglastbuildItem .textbox .right {
    float: right;
    width: 24%;
    text-align: right;
}

.biglastbuildItem .textbox .left .buildIconbox {
    padding: 0.2rem 0 0.1rem;
    width: 100%;
}

.biglastbuildItem .textbox .left .contact-intermediary {
    width: 2.8rem;
}

.biglastbuildItem .textbox .right .price {
    font-weight: bold;
    font-size: 0.155rem;
    margin-bottom: 0.1rem;
}

.biglastbuildItem .textbox .right .buildIconbox2 {
    width: 100%;
    margin-left: 0.15rem;
    padding: 0.1rem 0 0.1rem;
}

.biglastbuildItem .textbox .right .buildIconbox2 .row {
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    max-width: 33.3333%;
    padding: 0 0.15rem;
    position: relative;
    padding-left: 41px;
}

.biglastbuildItem .textbox .right .buildIconbox2 .rowland {
    float: right;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    position: relative;
}

.biglastbuildItem .textbox .right .buildIconbox2 .row i {
    margin-right: 0.05rem;
    position: absolute;
    left: 0;
    top: 50%;
    width: 33px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.biglastbuildItem .textbox .right .buildIconbox2 .row i img {
    display: block;
}

.biglastbuildItem .textbox .right .buildIconbox2 .row p {
    float: right;
}

.biglastbuildItem .textbox .right .contact-intermediaryFeatured {
    font-size: 0.15rem;
}

.biglastbuildItem .textbox .right .collect {
    color: #B2B2B2;
    margin-top: 0.3rem;
}

.collect.current {
    color: #ED8F22 !important;
}

.newADbox {
    position: relative;
    /*margin: 0.4rem 0;*/
    margin: 0;
}

.newADbox a {
    display: block;
    position: relative;
}

.newADbox a img {
    display: block;
    max-width: 100%;
}

.newADbox .txt {
    position: absolute;
    top: 0;
    right: 0;
    background: #94684A;
    width: 26px;
    font-size: 12px;
    line-height: 1.1em;
    padding: 15px 5px;
    color: #fff;
}

.botbuildItem {
    background: #fff;
}

.botbuildItem .textbox .buildIconbox {
    padding: 0.1rem 0 0.3rem;
}

.botbuildItem .seeTime {
    text-align: center;
    font-size: 12px;
    line-height: 2em;
    color: #f39800;
    background: #FDF7EB;
    border: 1px solid #f39800;
    position: static;
}

.botbuildItem .imgSlidebox {
    padding: 0.35rem 0.45rem 0.35rem 0.55rem;
}

.botbuildItem .imgSlidebox ul li .imglist {}

.botbuildItem .imgSlidebox ul li .imglist .cow {
    float: left;
    width: 1.85rem;
    margin-right: 16px;
}

.botbuildItem .imgSlidebox ul li .imglist .cow:last-child {
    margin-right: 0;
}

.botbuildItem .imgSlidebox ul li .imglist .cow img {
    display: blcok;
    max-width: 100%;
}

.botbuildItem .imgSlidebox .flex-direction-nav li a {
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    text-align: center;
    line-height: 0.35rem;
    background-color: #C6C6C6;
    text-indent: -9999em;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.botbuildItem .imgSlidebox .flex-direction-nav li a:hover {
    background-color: #fff;
}

.botbuildItem .imgSlidebox .flex-direction-nav li.flex-nav-prev {
    left: 0.1rem;
}

.botbuildItem .imgSlidebox .flex-direction-nav li.flex-nav-next {
    right: 0;
}

.botbuildItem .imgSlidebox .flex-direction-nav li.flex-nav-prev a {
    background-image: url(arrow-left01.png);
}

.botbuildItem .imgSlidebox .flex-direction-nav li.flex-nav-next a {
    background-image: url(arrow-right01.png);
}

.botbuildItem .imgSlidebox .flex-direction-nav li a:hover {
    background-color: #1E50AE;
}

.botbuildItem .imgSlidebox .flex-direction-nav li.flex-nav-prev a:hover {
    background-image: url(arrow-left01.png);
}

.botbuildItem .imgSlidebox .flex-direction-nav li.flex-nav-next a:hover {
    background-image: url(arrow-right01.png);
}

.pagebox {
    text-align: center;
}

.pagebox ul {
    display: inline-block;
}

.pagebox ul li {
    float: left;
}

.pagebox ul .page {
    float: left;
}

.pagebox ul .page {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    color: #888888;
    background: #fff;
    padding: 0.5em 1em;
    margin: 0 5px;
}

.pagebox ul li a {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    color: #888888;
    background: #fff;
    padding: 0.5em 1em;
    margin: 0 5px;
}

.pagebox ul li a:hover {
    background: #1E50AE;
    color: #fff;
}

.pagebox ul .page:hover {
    background: #1E50AE;
    color: #fff;
}

.pagebox ul li.curent a {
    background: #1E50AE;
    color: #fff;
}

.pagebox ul .curent {
    background: #1E50AE;
    color: #fff;
}

.buildListcontent .rightAdsidebox {
    float: left;
    width: 30%;
    padding-left: 0.4rem;
    padding-top: 0.43rem;
}

.rightAdsidebox .rightAdbox {
    overflow: hidden;
}

.rightAdsidebox .rightAdbox a {
    display: block;
}

.rightAdsidebox .rightAdbox a img {
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.rightAdsidebox .rightAdbox a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.featureBuildSlides {
    background: #fff;
    padding: 0.15rem 0.2rem 0.2rem;
    margin-top: 0.2rem;
    position: relative;
}

.featureBuildSlides .tit {
    font-size: 0.16rem;
    line-height: 1.5em;
    color: #333333;
}

.featureBuildSlides .img {
    overflow: hidden;
    margin: 0.1rem 0;
}

.featureBuildSlides .img a {
    display: block;
}

.featureBuildSlides .img a img {
    display: block;
    width: 100%;
}

.featureBuildSlides a.add {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    color: #333333;
    font-weight: bold;
    padding-bottom: 0.05rem;
}

.featureBuildSlides .flex-direction-nav {
    display: none;
}

.featureBuildSlides .flex-control-nav {
    position: absolute;
    right: 0.2rem;
    top: 0.25rem;
}

.featureBuildSlides .flex-control-nav li {
    float: left;
    margin: 0 0.03rem;
}

.featureBuildSlides .flex-control-nav li a {
    display: block;
    text-indent: -9999em;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #C2C2C2;
}

.featureBuildSlides .flex-control-nav li a.flex-active {
    background: #1E50AE;
}

/* 地图列表查看 */
.mapTopheader {}

.mapTopheader .topBar>.clearfix,
.mapTopheader .header2>.clearfix {
    padding: 0 0.4rem;
}

.mapTopheader .header2 .headLogobox a {
    width: 1.3rem;
}

.mapTopheader .header2 .headNav ul li a {
    padding: 0.2rem 0.5em;
}

.mapTopheader .header2 .headOpreat {
    margin-top: 0.12rem;
}


.mapBuildsearchbox {
    padding: 0;
}

.mapBuildsearchbox>.clearfix {
    padding: 0.1rem 0.4rem;
}

.mapBuildsearchbox .tit {
    float: left;
    font-size: 0.16rem;
    margin-right: 0.1rem;
}

.mapBuildsearchbox .keyTiptext {
    display: none;
}

.mapBuildsearchbox .row {}

.mapBuildsearchbox .row .tiptxt,
.mapBuildsearchbox .row .select-box {
    float: left;
}

.mapBuildsearchbox .btn-searchbox {
    padding-top: 0;
}

.mapBuildsearchbox .btnMoreselect {
    float: left;
    padding-bottom: 0;
    line-height: 37px;
}

.mapBuildsearchbox .width01 {
    width: 16%;
}

.mapBuildsearchbox .width02,
.mapBuildsearchbox .width03 {
    width: auto !important;
}

.mapBuildsearchbox .width02 .select-box {
    width: 1.4rem;
}

.mapBuildsearchbox .width03 .select-box {
    width: 0.7rem;
}

.mapBuildsearchbox .row .tiptxt {
    line-height: 37px;
    padding-right: 0.05rem;
}

.mapBuildsearchbox .hiddenmoreSelect .select-box,
.mapBuildsearchbox .hiddenmoreSelect .tiptxt {
    float: none;
}

.mapBuildsearchbox .hiddenmoreSelect .btn-searchbox {
    padding-top: 0.3rem;
}

.mapBuildsearchbox .hiddenmoreSelect .tiptxt {
    line-height: 2em;
}

.mapBuildsearchbox .hiddenmoreSelect {
    padding: 0.3rem 0.4rem;
}

.map-buildListcontent {
    position: relative;
    width: 65%;
}

.map-buildListcontent .showWaybox {
    padding: 0.05rem 0.1rem;
    background: rgba(228, 148, 2, 0.85);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.map-buildListcontent .mainBox {
    position: relative;
    height: 100%;
}

.map-buildListcontent .sideBuildbox {
    float: left;
    width: 400px;
    background: #EBEBEB;
    padding: 0.3rem 0 0.3rem 0.1rem;
    height: 100%;
}

.map-buildListcontent .sideBuildbox .scrollBox {
    padding-right: 0.2rem;
}

.map-buildListcontent .mainMapbox {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.map-buildListcontent .mainMapbox img {
    display: block;
    /*max-width:100%;*/
}

.map-buildListcontent .flex-direction-nav {
    display: none;
}

.map-buildListcontent .buildItembox .imgSlidebox ul li {
    padding: 0.1rem;
}

.map-buildListcontent .buildItembox .textbox {
    padding: 0.1rem 0.1rem 0.2rem;
}

.map-buildListcontent .biglastbuildItem .textbox .topTitbox .collect {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.map-buildListcontent .buildItembox .imgSlidebox .promptTxt {
    width: ;
    height: ;
    top: 0.2rem;
    left: 0.2rem;
    font-size: 0.12rem;
    line-height: 0.35rem;
    width: 0.35rem;
    height: 0.35rem;
}

.map-buildListcontent .seeTime {
    left: 0.1rem;
    bottom: 0.1rem;
    padding: 0.3em 1.5em;
}

.map-buildListcontent .buildItembox {
    margin: 0.15rem 0;
}

.map-buildListcontent .buildItembox .textbox a {
    font-size: 0.14rem;
}

.map-buildListcontent .buildItembox .textbox .price {
    font-size: 0.24rem;
}

.map-buildListcontent .buildItembox .textbox .buildIconbox {
    padding: 0.1rem 0;
}

.map-buildListcontent .specialbox {}

.map-buildListcontent .specialbox .buildItembox {
    margin: 0;
}

.map-buildListcontent .specialbox .smallListbox {}

.map-buildListcontent .specialbox .smallListbox .col {
    margin: 0.05rem 0;
}

.map-buildListcontent .specialbox .smallListbox .col a {
    display: block;
    background: #fff;
    padding: 0.1rem 0.2rem;
}

.map-buildListcontent .specialbox .smallListbox .left {
    float: left;
}

.map-buildListcontent .specialbox .smallListbox .right {
    float: right;
    font-size: 0.16rem;
    line-height: 1.5em;
    color: #333333;
}

.map-buildListcontent .specialbox .smallListbox .col a:hover .left .buildIconbox .row {
    color: #E48F02;
}

.map-buildListcontent .specialbox .smallListbox .col a:hover .right {
    color: #E48F02;
}

.map-lastitembox {
    background: #fff;
    padding: 0.1rem;
    margin: 0.15rem 0;
}

.map-lastitembox .leftimg {
    float: left;
    width: 45%;
}

.map-lastitembox .leftimg a {
    display: block;
}

.map-lastitembox .leftimg a img {
    display: block;
    max-width: 100%;
}

.map-lastitembox .righttxt {
    float: left;
    width: 55%;
    padding-left: 0.15rem;
}

.map-lastitembox .righttxt a {
    display: block;
    font-size: 13px;
    line-height: 1.2em;
    color: #3b3b3b;
}

.map-lastitembox .righttxt a:hover {
    color: #E48F02;
}

.map-lastitembox .price {
    font-size: 0.2rem;
    line-height: 1.5em;
    color: #333333;
    padding: 0.1rem 0;
}

.map-lastitembox .seeTime {
    text-align: center;
    font-size: 12px;
    line-height: 2em;
    color: #f39800;
    background: #FDF7EB;
    border: 1px solid #f39800;
    position: static;
    margin: 0.1rem 0;
}

.sideBuildbox .buildIconbox .row {
    padding-left: 30px;
}

.sideBuildbox .buildIconbox .row i {
    width: 23px;
}

.scrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.sideBuildbox .ps-container .ps-scrollbar-y-rail {
    background: #fff !important;
}

.sideBuildbox .ps-container .ps-scrollbar-x-rail {
    display: none !important;
}

.sideBuildbox .ps-container .ps-scrollbar-y {
    background: #E48F02 !important;
}

.mapIcon {
    position: absolute;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: rgba(228, 143, 2, 0.8);
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    top: 25%;
    left: 45%;
}

.mapIcon i {
    display: block;
    line-height: 0.35rem;
}

/* 房屋详情页 */
.buildDetailbox {
    position: relative;
}

.buildDetailbox .proTopsummary {
    background: #EBEBEB;
    position: relative;
    padding: 0.15rem 0 0.25rem;
}

.buildDetailbox .topbox {
    padding: 0.1rem 0;
    margin: 0.1rem 0 0;
}

.buildDetailbox .topbox .backbox {
    float: left;
}

.buildDetailbox .topbox .backbox a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #2a2a2a;
    padding-left: 0.5rem;
}

.buildDetailbox .topbox .backbox a i {
    display: block;
    float: left;
    margin-right: 0.1rem;
    font-size: 13px;
    line-height: 30px;
}

.buildDetailbox .topbox .backbox a:hover {
    text-decoration: underline;
}

.buildDetailbox .topbox .searchbox {
    float: right;
    width: 220px;
    height: 30px;
    margin-right: 0.2rem;
    position: relative;
}

.buildDetailbox .topbox .searchbox input {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 0;
    height: 30px;
    padding: 0px 2px 0 1em;
}

.buildDetailbox .topbox .searchbox a {
    display: block;
    color: #2E2E2E;
    font-size: 0.2rem;
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 0.05rem;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    text-align: center;
}

.buildDetailbox .topbox .searchbox a i {
    display: block;
    line-height: 30px;
}

.buildDetailbox .topbox .searchbox a:hover {
    background: #E48F02;
    color: #fff;
}

.buildDetailbox .topbox .Previousbox {
    float: right;
    margin-right: 5%;
}

.buildDetailbox .topbox .Previousbox a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #2a2a2a;
    padding-left: 0.2rem;
}

.buildDetailbox .topbox .Previousbox .left i {
    display: block;
    float: left;
    margin-right: 0.1rem;
    font-size: 13px;
    line-height: 30px;
}

.buildDetailbox .topbox .Previousbox .right i {
    display: block;
    float: right;
    margin-left: 0.1rem;
    font-size: 13px;
    line-height: 30px;
}

.buildDetailbox .topbox .Previousbox a:hover {
    text-decoration: underline;
}

.buildImgTxtbox {
    position: relative;
    width: 100%;
    height: 490px;
    margin: 0.00rem 0 0.2rem;
}

.buildImgTxtbox .imgbox {
    float: left;
    width: 52.5%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.buildImgTxtbox .imgbox .promptTxt {
    font-size: 0.14rem;
    line-height: 0.5rem;
    width: 0.55rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #F19A02;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 4;
    top: 0.1rem;
    right: 0.1rem;
}

.buildImgTxtbox .imgbox .promptTxtSold {
    font-size: 0.14rem;
    line-height: 0.5rem;
    width: 0.55rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #D5360E;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 4;
    top: 0.1rem;
    right: 0.1rem;
}

.buildImgTxtbox .imgbox .promptTxtUContract {
    font-size: 0.14rem;
    line-height: 0.4rem;
    width: 1.10rem;
    height: 0.4rem;
    border-radius: 4px;
    background: #F19A02;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 4;
    top: 0.1rem;
    right: 0.1rem;
}

.buildImgTxtbox .imgbox .promptTxtEOI {
    font-size: 0.14rem;
    line-height: 0.4rem;
    width: 1.50rem;
    height: 0.4rem;
    border-radius: 4px;
    background: #F19A02;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 4;
    top: 0.1rem;
    right: 0.1rem;
}

.buildImgTxtbox .imgbox .promptTxtOffMarket {
    font-size: 0.14rem;
    line-height: 0.4rem;
    width: 1.00rem;
    height: 0.4rem;
    border-radius: 5px;
    background: #A9A9A9;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 4;
    top: 0.1rem;
    right: 0.1rem;
}

#lightgallery>div {
    height: 100%;
    text-align: center;
    overflow-y: hidden
}

#lightgallery img {
    width: 630px;
    min-height: 420px;
    cursor: pointer;
}

.lgallery2 {
    display: block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    background: #333
}

.img-responsive {}




.buildImgTxtbox .textbox {
    float: left;
    width: 47.5%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0.3rem;
}

.buildImgTxtbox .textbox .tit {
    font-size: 0.23rem;
    line-height: 1.3em;
    color: #333333;
}

.buildImgTxtbox .textbox .price {
    font-size: 0.20rem;
    line-height: 1.3em;
    color: #333333;
    padding: 0.1rem 0;
}

.buildImgTxtbox .textbox .Type {
    font-size: 0.15rem;
    line-height: 1.3em;
    color: #333333;
    padding: 0.1rem 0;
}

.buildImgTxtbox .textbox .buildIconbox {
    margin: 0.1rem 0;
}

.buildImgTxtbox .textbox .buildIconbox .row {
    margin-right: 0.2rem;
}

.buildImgTxtbox .textbox .seetimebox {
    font-size: 14px;
    line-height: 3em;
    color: #666666;
}

.seeAuctime {
    margin-bottom: 0.1rem;
    height: 0.3rem;
    width: 100%;
}

.seeAuctime li {
    font-size: 12px;
    float: left;
    width: 500px;
    padding-right: 0.1rem;
    text-align: center;
    line-height: 30px;
}

.seeAuctime li .innerbox {
    position: relative;
    z-index: 1;
}

.seeAuctime li .datebox {
    border: 1px solid #E48F02;
    background: #E48F02;
    color: #fff;
    width: 130px;
    margin-left: 0.1em;
    float: left;
}

.seeAuctime li .datebox2 {
    border: 1px solid #E48F02;
    background: #E48F02;
    color: #fff;
    width: 130px;
    margin-left: 0.1em;
    float: left;
}

.seeAuctime li .timebox {
    border: 1px solid #E48F02;
    background: #FDF7EA;
    color: #f39800;
    cursor: pointer;
    border-top: none;
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 100%;
}

.seetimeUl {
    margin-bottom: 0.1rem;
    height: 0.3rem;
}

.seetimeUl li {
    font-size: 12px;
    float: left;
    width: 160px;
    padding-right: 0.1rem;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0.3rem;
}

.seetimeUl li .innerbox {
    position: relative;
    z-index: 1;
}

.seetimeUl li .datebox {
    border: 1px solid #E48F02;
    background: #E48F02;
    color: #fff;
    cursor: pointer;
}

.seetimeUl li .Aucdatebox {
    border: 1px solid #E48F02;
    background: #E48F02;
    color: #fff;
    cursor: pointer;
}

/*.seetimeUl li .datebox:hover{
	background:#E48F02;
	color:#fff;
}*/
.seetimeUl li .timebox {
    border: 1px solid #E48F02;
    background: #FDF7EA;
    color: #f39800;
    cursor: pointer;
    border-top: none;
    /*display:none;*/
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 100%;
}

.seetimeUl li .Auctimebox {
    border: 1px solid #b16f02;
    background: #fcd6cd;
    color: #b16f02;
    /*cursor:pointer;*/
    border-top: none;
    /*display:none;*/
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 100%;
}

/*.seetimeUl li:hover .timebox{
	display:block;
}*/
.Property {
    color: #999999;
    font-size: 12px;
    /* line-height: 2em; */
}

.buildImgTxtbox .shareBox {
    margin-top: 0.2rem;
}

.buildImgTxtbox .shareBox li {
    float: left;
}

.buildImgTxtbox .shareBox .Print {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 20%;
    background: #b2b2b2;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.buildImgTxtbox .shareBox .Print:hover {
    background: #2750B3;
}

.buildImgTxtbox .shareBox li a i {
    display: block;
    height: 100%;
    line-height: 35px;
}


.proDetailbox {
    padding: 0.4rem 0;
}

.proDetailbox .leftmainbox {
    float: left;
    width: 60%;
}

.proDetailbox .leftmainbox .titText {
    font-size: 0.18rem;
    line-height: 1.5em;
    color: #333333;
    padding: 0.1rem 0 0.2rem;
}

.infoDetail {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 0.3rem;
}

.infoDetail .innerbox {}

.infoDetail .innerbox .left {
    float: left;
    width: 100%;
}

.infoDetail .innerbox .left ul li {
    float: left;
    width: 50%;
}

.infoDetail .innerbox .left ul li span {
    float: left;
    width: 30%;
}

.infoDetail .innerbox .right {
    float: left;
    width: 20%;
}

.infoDetail .innerbox {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.infoDetail .innerbox span {
    color: #888888;
    margin-right: 0.15rem;
}

.infoDetail .innerbox .huxingMap {}

.infoDetail .innerbox .huxingMap span,
.infoDetail .innerbox .huxingMap a {
    display: block;
    float: left;
}

.infoDetail .innerbox .huxingMap a {
    font-size: 12px;
    border: 1px solid #E48F02;
    background: #FDF7EA;
    color: #f39800;
    padding: 0.2em 1em;
}

.infoDetail .innerbox .huxingMap a i {
    margin-right: 0.05rem;
}

.infoDetail .innerbox .huxingMap a:hover {
    background: #E48F02;
    color: #fff;
}


.houseIntro {}

.houseIntro .housearticle {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    padding-bottom: 0.3rem;
}

.StatementIn {
    font-size: 14px;
    line-height: 24px;
    color: #2750B3;
    padding-bottom: 0.2rem;
    text-decoration: underline;
    cursor: pointer;
}

.Features {
    padding-bottom: 0.2rem;
}

.StatementIn:hover {
    color: #E48F02;
}

.houseIntro .innerbox {}

.houseIntro .innerbox .left {
    float: left;
    width: 100%;
}

.houseIntro .innerbox .left ul li {
    float: left;
    width: 33.33333%;
}

.houseIntro .innerbox .right {
    float: left;
    width: 30%;
}

.houseIntro .innerbox {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.houseIntro .innerbox span {
    color: #888888;
    margin-right: 0.15rem;
}

.introFormbox {
    margin: 0.15rem 0;
    border: 1px solid #D6D6D6;
}

.introFormbox .topbox {
    background: #EBEBEB;
    padding: 0.1rem;
    margin: 0;
    border-bottom: 1px solid #D6D6D6;
}

.introFormbox .topbox .row {
    float: left;
    width: 50%;
}

.introFormbox .topbox .row .img {
    float: left;
}

.introFormbox .topbox .row .img img {
    display: block;
    max-width: 100%;
}

.introFormbox .topbox .intermediary .img {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    overflow: hidden;
}

.introFormbox .topbox .company .img {
    width: 0.9rem;
    height: 0.65rem;
    overflow: hidden;
}

.introFormbox .topbox .company .text {
    padding-left: 1.1rem;
}

.introFormbox .topbox .intermediary {
    padding-left: 0.15rem;
}

.introFormbox .topbox .intermediary .text {
    padding-left: 0.8rem;
}

.introFormbox .topbox .row .text .cname a {
    display: block;
    font-size: 0.18rem;
    line-height: 1.5em;
    color: #3b3b3b;
    font-weight: bold;
    padding-bottom: 0.03rem;
}

.introFormbox .topbox .row .text .inname {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #3b3b3b;
    font-weight: bold;
    padding-bottom: 0.03rem;
}

.introFormbox .topbox .row .text p {
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}

.introFormbox .topbox .row .text .cname a:hover,
.introFormbox .topbox .row .text .inname a:hover {
    color: #E48F02;
}

.enquiryFormbox {
    margin: 0.15rem 0;
    border: 1px solid #D6D6D6;
}

.enquiryFormbox .topbox {
    background: #EBEBEB;
    padding: 0.1rem;
    margin: 0;
    border-bottom: 1px solid #D6D6D6;
}

.enquiryFormbox .topbox .row {
    float: left;
    width: 100%;
}

.enquiryFormbox .topbox .row .img {
    float: left;
}

.enquiryFormbox .topbox .row .img img {
    display: block;
    /*max-width:100%;*/
    width: 80px;
    height: 80px;
    top: 0.1rem;
    right: 0.1rem;
    border-radius: 50%;
    position: absolute;
    z-index: 4;
}

.enquiryFormbox .topbox .intermediary .img {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    overflow: hidden;
}

.enquiryFormbox .topbox .company .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.enquiryFormbox .topbox .company .text {
    padding-left: 0.0rem;
    float: left;
}

.enquiryFormbox .topbox .company .agentPic {
    float: right;
}

.enquiryFormbox .topbox .intermediary {
    padding-left: 0.15rem;
}

.enquiryFormbox .topbox .intermediary .text {
    padding-left: 0.8rem;
}

.enquiryFormbox .topbox .row .text .cname {
    display: block;
    font-size: 0.18rem;
    line-height: 1.5em;
    color: #3b3b3b;
    font-weight: bold;
    padding-bottom: 0.03rem;
}

.enquiryFormbox .topbox .row .text .inname a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #3b3b3b;
    font-weight: bold;
    padding-bottom: 0.03rem;
}

.enquiryFormbox .topbox .row .text p {
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}

.enquiryFormbox .topbox .row .text .cname a:hover,
.enquiryFormbox .topbox .row .text .inname a:hover {
    color: #E48F02;
}

.introFormbox .sentFormbox .titText {
    font-size: 0.18rem;
    line-height: 0.8em;
    color: #333333;
    padding-left: 0.15rem;
}

.sentFormbox {
    padding: 0.1rem 0 0.13rem;
}

.sentFormbox .form-tip {
    font-size: 0.14rem;
    line-height: 1.5em;
    color: #666666;
}

.sentFormbox .privacyDeclare {
    margin-top: 0.15rem;
    margin-bottom: 0.1rem;
    font-size: 0.125rem;
    line-height: 1.255em;
    text-align: center;
    color: #666666;
}

.sentFormbox .left {
    float: left;
    width: 100%;
    padding: 0 0.13rem;
}

.sentFormbox .enquiry {
    padding: 0 0.13rem;
}

.sentFormbox .right {
    float: left;
    width: 100%;
    padding: 0 0.13rem;
}

.sentFormbox .input-text {
    float: none;
    font-size: 12px;
    line-height: 2em;
    padding: 1px 1em;
    width: 100%;
    border-radius: 0;
    border: 1px solid #C8C8C8;
}

.sentFormbox .txtValidate {
    float: right;
    font-size: 0.18rem;
    color: #333333;
    position: relative;
    bottom: 0.25rem
}

.form-row {
    padding-bottom: 0.10rem;
}

.textarea-text {
    display: block;
    width: 100%;
    resize: none;
    height: 85px;
    font-size: 12px;
    line-height: 2em;
    color: #010101;
    padding: 1px 1em;
    border: 1px solid #C8C8C8;
}

.teatarea-p {
    font-size: 12px;
    line-height: 14px;
    color: #f39800;
    padding: 0.08rem 0.12rem;
}

.sentarea-p {
    font-size: 15px;
    font-weight: bold;
    line-height: 14px;
    color: #2750B3;
    margin-top: 0.15rem;
    text-align: center;
}

.out-checkbox {}

.out-checkbox .left {
    float: left;
    font-size: 0.15rem;
    line-height: 1.5em;
    color: #666666;
    width: 1.0rem;
    margin: 0.15rem 0;
}

.out-checkbox .right {
    padding-left: 1rem;
    float: none;
    width: 100%;
    font-size: 12px;
    color: #888888;
    line-height: 16px;
}

.out-checkbox .right .check-label {
    float: left;
    width: 50%;
    margin-bottom: 0.05rem;
}

.out-checkbox .right .input-chexkbox {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #C8C8C8;
    padding: 0;
}

.out-checkbox .right .button-text3 {
    text-align: center !important;
    font-size: 0.14rem;
    color: #fff;
    background: #2750B3;
    border-style: none;
    font-family: "Microsoft Yahei", "Arial";
    cursor: pointer;
}

.out-checkbox .right .input-dropbox {
    width: 145px;
    height: 30px;
    font-size: 14px;
    color: #a2a2a2;
    background: #fff;
    border: 1px solid #C8C8C8;
    padding: 0;
}

.out-checkbox .right .input-dropbox:checked {
    border: 1px solid #2750B3;
}

.out-checkbox .right .input-chexkbox:checked {
    border: 1px solid #2750B3;
}

.out-checkbox .right .input-chexkbox:checked~i {
    color: #fff;
    font-size: 14px;
}

.button-box {}

.button-box .button-text {
    margin: 0 auto;
    font-size: 12px;
    padding: 0.7em 3.5em;
}

.auctionTime {
    padding: 0.15rem 0.25rem;
}

.auctionTime .seetimeUl {
    margin-bottom: 0.2rem;
}

.btn-reserve {
    margin-left: 0.1rem;
}

.btn-reserve a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    background: #E48F02;
    border-radius: 4px;
}

.btn-reserve a:hover {
    background: #2750B3;
}

.Propertycalculator {
    padding: 0.15rem 0.25rem;
}

.calculatorInput {}

.calculatorInput .col {
    float: left;
    margin-right: 10px;
}

.calculatorInput .width01 {
    width: 110px;
}

.calculatorInput .width02 {
    width: 80px;
}

.calculatorInput .col p {
    font-size: 12px;
    line-height: 2em;
    color: #666666;
}

.calculatorInput .col input {
    margin: 0.05rem 0;
}

.input-text02 {
    padding: 0.5em 1em;
    border: 1px solid #C8C8C8;
    border-radius: 0;
}

.calculatorInput .btnCalculat {
    float: right;
    margin-right: 0;
    padding-top: 0.3rem;
}

.calculatorInput .btnCalculat a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    padding: 0.5em 1.5em;
    background: #2750B3;
    border-radius: 4px;
}

.calculatorInput .btnCalculat a:hover {
    background: #E48F02;
}

.calculatValue {
    font-size: 12px;
    color: #f39800;
    background: #FDF7EA;
    padding: 0.1rem;
    border: 1px solid #E48F02;
    text-align: center;
    margin: 0.2rem 0;
    line-height: 0.3rem;
}

.calculatValue span {
    font-size: 0.3rem;
    color: #f39800;
    margin-left: 0.1rem;
    line-height: 0.3rem;
}

.nearbybox {}

.nearbybox .mapbox {
    position: relative;
    width: 100%;
    height: 435px;
    overflow: hidden;
}

.nearbybox .mapbox #map {
    display: block;
    width: 750px;
    height: 418px;
    max-width: 100%;
    vertical-align: middle;
}

.topFloatbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 35px;
    color: #333333;
    padding: 0.25rem 0.3rem;
}

.topFloatbox i {
    display: block;
    float: left;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    color: #fff;
    background: #2750B3;
    text-align: center;
    font-size: 0.24rem;
    line-height: 35px;
    margin-right: 0.1rem;
}

.nearbySchoolbox {
    border: 1px solid #D6D6D6;
    margin: 0.2rem 0 0;
}

.nearbySchoolbox .topmenubox {
    background: #EBEBEB;
    border-bottom: 1px solid #D6D6D6;
    padding: 0.1rem 0.3rem;
}

.nearbySchoolbox .topmenubox .left {
    float: left;
    font-size: 0.18rem;
    line-height: 30px;
    color: #333333;
}

.nearbySchoolbox .topmenubox .right {
    float: right;
}

.nearbySchoolbox .topmenubox .right a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #666666;
    background: #fff;
    border: 1px solid #D6D6D6;
    padding: 0 1.5em;
    margin-right: 0.1rem;
    float: left;
    border-radius: 4px;
}

.nearbySchoolbox .topmenubox .right a:hover,
.nearbySchoolbox .topmenubox .right a.current {
    color: #fff;
    background: #2750B3;
    border-color: #2750B3;
}

.nearbySchoolbox .topmenubox .right a:last-child {
    margin-right: 0;
}

.schoolListbox {}

.schoolListbox .topcolbox {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 0.2rem 0.3rem 0.15rem;
    border-bottom: 1px solid #D6D6D6;
}

.schoolListbox .topcolbox li {
    float: left;
    width: 33.3333%;
}

.schoolListbox .mainlistbox {
    height: 90px;
    overflow: hidden;
}

.schoolListbox .mainlistbox.on {
    height: auto;
}

.schoolListbox .mainlistbox .block {
    border-bottom: 1px solid #D6D6D6;
}

.schoolListbox .mainlistbox .block a {
    display: block;
    background: #EBEBEB;
    padding: 0.1rem 0.3rem;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
}

.schoolListbox .mainlistbox .block a ul li {
    float: left;
    width: 33.3333%;
}

.schoolListbox .bottombox {}

.schoolListbox .bottombox a {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    padding: 0.15rem 0;
}

.schoolListbox .bottombox a i {
    margin-left: 0.05rem;
}

.schoolListbox .bottombox a:hover {
    color: #2750B3;
    text-decoration: underline;
}

.schoolListbox .bottombox a .up {
    display: none;
}

.schoolListbox .bottombox.on a .up {
    display: block;
}

.schoolListbox .bottombox.on a .down {
    display: none;
}

.proDetailbox .rightbarbox {
    float: left;
    width: 40%;
    padding-left: 0.4rem;
}

.contact-campany {}

.contact-campany .top {
    background: #EBEBEB;
    border: 1px solid #D6D6D6;
    height: 50px;
}

.contact-campany .top .img {
    float: left;
    width: 150px;
    height: 100%;
    overflow: hidden;
}

.contact-campany .top .img img {
    display: block;
    max-width: 100%;
    height: 100%;
}

.contact-campany .top .emailbox {
    float: right;
}

.contact-campany .top .emailbox a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding: 0 0.2rem;
    border-radius: 15px;
    background: #fff;
    margin: 10px 20px;
}

.contact-campany .top .emailbox a i {
    color: #A5A5A5;
}

.contact-campany .top .emailbox a:hover {
    background: #2750B3;
    color: #fff;
}

.contact-campany .top .emailbox a:hover i {
    color: #fff;
}

.contact-campany .tit a {
    display: block;
    font-size: 0.18rem;
    line-height: 1.5em;
    color: #3b3b3b;
    font-weight: bold;
    padding: 0.2rem 5px 0;
}

.contact-campany .tit a:hover,
.staffbox ul li .txt a:hover,
.staffbox ul li .txt a.staffname:hover {
    color: #E48F02;
}

.contact-campany .add {
    font-size: 12px;
    line-height: 1.5em;
    color: #888888;
    padding: 0 5px 0;
}

.staffbox {}

.staffbox ul li {
    border-bottom: 1px solid #D6D6D6;
    position: relative;
    padding: 0.25rem 0;
}

.staffbox ul li:last-child {
    border-bottom: none;
}

.staffbox ul li .img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.staffbox ul li .img div {
    display: block;
}

.staffbox ul li .img div img {
    display: block;
    max-width: 100%;
}

.staffbox ul li .txt {
    padding-left: 90px;
    width: 100%;
}

.staffbox ul li .txtleft {
    padding-right: 90px;
    width: 100%;
}

.staffbox ul li .txt div.staffname {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 5px;
}

.staffbox ul li .txtleft a.staffname {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 5px;
}

.staffinfobox {}

.staffinfobox .row {
    float: left;
    width: 33.3333%;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    color: #666666;
}

.staffbox ul li .txt .staffinfobox .row div {
    display: block;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    color: #666666;
}

.staffinfobox .row i {
    margin-right: 5px;
    color: #A5A5A5;
}

.staffinfobox p.agent-phone-num-info{
    border: 1px solid #ccc;
    border-radius: 5px;
    display: initial;
    font-size: 12px;
    padding: 2px 5px;
}

.erweimabox {
    width: 110px;
    height: 110px;
    border: 5px solid #E48F02;
    padding: 5px;
    background: #fff;
    position: absolute;
    top: 100%;
    /* left:50%; */
    left: 20px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 2;
    display: none;
}

.erweimabox:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -11px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #E48F02;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.erweimabox img {
    display: block;
    max-width: 100%;
}

.staffinfobox .row:hover .erweimabox {
    display: block;
}

.commonbuild-listbox {}

.botRecommend {
    background: #EBEBEB;
    padding: 0.4rem 0;
}

.hTitbox {
    font-size: 0.24rem;
    line-height: 1em;
    color: #333333;
}

.commonbuild-listbox .listbox {
    margin: 0.2rem 0 0.1rem;
}

.commonbuild-listbox ul li {
    float: left;
    width: 2.75rem;
    margin-right: 0.3rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
}

.commonbuild-listbox ul li:nth-of-type(4n) {
    margin-right: 0;
}

.commonbuild-listbox ul li .img {
    width: 100%;
    height: 1.75rem;
    overflow: hidden;
}

.commonbuild-listbox ul li .img a {
    display: block;
    height: 100%;
    position: relative;
}

.commonbuild-listbox ul li .img a img {
    display: block;
    width: 2.75rem;
    height: 200px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.commonbuild-listbox ul li .text {
    background: #fff;
    padding: 0.1rem 0.2rem;
}

.commonbuild-listbox ul li .text a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    height: 36px;
    overflow: hidden;
}

.commonbuild-listbox ul li .text .price-collect {
    position: relative;
    padding: 0.1rem 0;
}

.commonbuild-listbox ul li .text .price {
    display: block;
    font-size: 0.2rem;
    line-height: 1em;
    color: #333333;
    font-weight: bold;
    float: left;
}

.commonbuild-listbox ul li .text .collect {
    float: right;
    color: #B4B4B4;
}

.commonbuild-listbox ul li .buildIconbox {
    padding: 0.1rem 0;
}

.commonbuild-listbox ul li .buildIconbox .row i {
    width: 26px;
}

.commonbuild-listbox ul li .text a:hover {
    color: #F19A02;
}

.commonbuild-listbox ul li:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.commonbuild-listbox .promptTxt {
    font-size: 0.14rem;
    line-height: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #F19A02;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 4;
    top: 0.1rem;
    left: 0.1rem;
}

.commonbuild-listbox .listbox .promptTxtSold {
    font-size: 0.14rem;
    line-height: 0.5rem;
    width: 0.55rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #D5360E;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 4;
    top: 0.1rem;
    right: 0.1rem;
}

.commonbuild-listbox .listbox .promptTxtUContract {
    font-size: 0.14rem;
    line-height: 0.4rem;
    width: 1.10rem;
    height: 0.4rem;
    border-radius: 4px;
    background: #F19A02;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 4;
    top: 0.1rem;
    right: 0.1rem;
}

.aboutUsbox {}

.breadCrump {
    background: #EBEBEB;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    padding: 0.15rem 0;
}

.breadCrump .innermainbox {
    float: right;
}

.breadCrump ul li {
    float: left;
}

.breadCrump ul li a {
    display: block;
    font-size: 12px;
    line-height: 1em;
    color: #666666;
    padding: 0 1em;
    border-right: 1px solid #AAAAAA;
}

.breadCrump ul li:last-child a {
    border-right: none;
}

.breadCrump ul li a:hover,
.breadCrump ul li.current a {
    color: #E48F02;
    text-decoration: underline;
}

.abContentbox {
    padding: 0.45rem 0;
}

.abContentbox .abtopInfo {
    padding: 0.45rem 0;
}

.abContentbox .abtopInfo .row {
    float: left;
    width: 50%;
}

.abContentbox .abtopInfo .left {
    padding-right: 0.4rem;
}

.abContentbox .abtopInfo .tit {
    font-size: 0.26rem;
    line-height: 0.48rem;
    color: #333333;
}

.abContentbox .abtopInfo .article {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.abContentbox .abtopInfo .article p {
    padding: 0.1rem 0;
}

.abContentbox .abtopInfo .img {
    max-width: 100%;
}

.abContentbox .abtopInfo .right .img img {
    display: block;
    max-width: 100%;
    margin: auto 0 0 auto;
}

.abContentbox .abbotContact {
    padding: 0.45rem 0;
}

.abContentbox .abbotContact .row {
    float: left;
    width: 50%;
}

.conmapbox {
    position: relative;
    height: 100%;
    width: 500px;
    overflow: hidden;
}

.conmapbox .img #map {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 500px;
    margin: auto 0 0 auto;
}

.conmapbox .topFloatbox {
    background: rgba(243, 152, 0, 0.78);
    font-size: 0.24rem;
    color: #fff;
}

.conmapbox .topFloatbox i {
    background: #fff;
    color: #F1A749;
}

.conFormbox {
    padding-left: 0.4rem;
}

.conFormbox .ctit {
    font-size: 0.26rem;
    line-height: 1.5em;
    color: #333333;
    padding-bottom: 0.2rem;
}

.conFormbox .col {
    float: left;
    width: 50%;
}

.conFormbox .col:nth-of-type(odd) {
    padding-right: 0.1rem;
}

.conFormbox .col:nth-of-type(even) {
    padding-left: 0.1rem;
}

.conFormbox .form-tip {
    font-size: 14px;
    line-height: 1em;
    color: #666666;
    padding: 10px 0;
}

.conFormbox .col input {
    width: 100%;
}

.conFormbox .select-text {
    color: #666;
}

.conFormbox .select-text {
    border: 1px solid #C8C8C8;
}

.conFormbox .textarea-text {
    font-size: 14px;
    line-height: 1.5em;
}

.conFormbox .form-tip span {
    color: #f5ae37;
}

.conFormbox .botOpratebox {}

.conFormbox .botOpratebox .codebox {
    float: left;
    width: 220px;
    position: relative;
    border: 1px solid #C8C8C8;
}

.conFormbox .botOpratebox .codebox input {
    border: none;
    width: 55%;
}

.btngetcode {
    display: block;
    width: 45%;
    position: absolute;
    right: 0;
    top: 0;
    background: #EBEBEB;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #666666;
    border-left: 1px solid #C8C8C8;
}

.btngetcode:hover {
    background: #2750B3;
    color: #fff;
}

.conFormbox .botOpratebox .btnSubmitbox {
    float: right;
}

.agencybox {}

.agencybox .sloganbox {
    background: #EBEBEB;
    padding: 0.35rem 0;
}

.agencybox .sloganbox .img {
    width: 1.7rem;
    margin: 0 auto;
}

.agencybox .sloganbox .img img {
    display: block;
    max-width: 100%;
}

.agencybox .sloganbox .txt {
    text-align: center;
    font-size: 0.3rem;
    line-height: 1em;
    font-weight: bold;
    color: #333333;
    padding-top: 0.15rem;
}

.agencybox .sloganbox .txt i {
    background: #A9A9A9;
    height: 1px;
    width: 0.4rem;
    display: inline-block;
    margin: 10px;
}

.inNavbarbox {}

.inNavbarbox ul {
    width: 60%;
    margin: 0 auto;
}

.inNavbarbox ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.inNavbarbox ul li a {
    display: block;
    font-size: 0.18rem;
    line-height: 1.5em;
    color: #666666;
    padding: 0.15rem 0;
}

.inNavbarbox ul li a:hover,
.inNavbarbox ul li.current a {
    color: #1E50AE;
}

.inNavbarbox.on {
    position: fixed;
    width: 100%;
    left: 0;
    top: 55px;
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px 1px #dedede;
}

.abBlock {
    position: relative;
    background: #EBEBEB;
    min-height: 3.2rem;
}

.abBlock .bgtopimg {
    position: absolute;
    width: 100%;
    height: 3.2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
}

.abBlock .wrap {
    position: relative;
    z-index: 2;
    padding: 0.4rem 0;
}

.abBlock .slotit {
    text-align: center;
    font-size: 0.26rem;
    line-height: 1em;
    color: #fff;
    padding: 0.1rem 0;
}

.abBlock .affoceAdd {
    text-align: center;
    color: #fff;
    padding: 0.15rem 0;
}

.abBlock .affoceAdd p.ptit {
    font-size: 14px;
    line-height: 1.5em;
}

.abBlock .affoceAdd p.addmain a {
    font-size: 0.22rem;
    line-height: 1.5em;
    font-weight: bold;
    color: #ffffff;
}

.abBlock .affoceAdd p.addmain img {
    width: 0.150rem;
    height: 0.25rem;
    margin-bottom: 0.1rem;
}

.abInfobox {
    background: #fff;
    padding: 0.4rem 1.15rem;
    margin: 0.25rem 0;
    position: relative;
}

.abInfobox .toplistbox {}

.abInfobox .toplistbox ul li {
    float: left;
    text-align: center;
    width: 33.3333%;
}

.abInfobox .toplistbox ul li a {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    color: #666666;
}

.abInfobox .toplistbox ul li a img {
    display: block;
    width: 28px;
    margin: 0.15rem auto;
}

.abInfobox .toplistboxFor2 {}

.abInfobox .toplistboxFor2 ul li {
    float: left;
    text-align: center;
    width: 50%;
}

.abInfobox .toplistboxFor2 ul li a {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    color: #666666;
}

.abInfobox .toplistboxFor2 ul li a img {
    display: block;
    width: 28px;
    margin: 0.15rem auto;
}

.abInfobox .abarticle {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin: 0.5rem 0;
    height: 120px;
    overflow: hidden;
}

.abInfobox .abarticle.on {
    height: auto;
}

.newsbox {}

.newsbox .headerbox {
    background: #ebebeb;
    padding-top: .35rem;
}

.newsbox .headerbox .txt {
    text-align: left;
    font-size: 0.25rem;
    line-height: 1em;
    font-weight: 500;
    color: #333333;
    padding-top: 0.15rem;
    padding-left: .4rem;
}

.newsbox .headerbox .txt i {
    background: #A9A9A9;
    height: 1px;
    width: 0.4rem;
    display: inline-block;
    margin: 10px;
}

.newsBlock {
    position: relative;
    background: #EBEBEB;
    min-height: 3.2rem;
}

.newsBlock .bgtopimg {
    position: absolute;
    width: 100%;
    height: 3.2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
}

.newsBlock .wrap {
    position: relative;
    z-index: 2;
    padding: 0.1rem 0;
}

.newsBlock .slotit {
    text-align: center;
    font-size: 0.26rem;
    line-height: 1em;
    color: #fff;
    padding: 0.1rem 0;
}

.newsBlock .newsHeadImg {
    text-align: center;
    padding: 0.1rem 0;
}

.newsBlock .right-part {
    position: relative;
    top: 0;
    float: right;
    text-align: left;
    display: block;
    width: 320px;
    margin-top: .25rem;
}

.agencybox .newsHeadImg img {
    display: block;
    max-width: 100%;
}

.newsDetails {
    background: #fff;
    padding: 0.4rem;
    position: relative;
}

.newsDetails .NewsDtl {
    font-size: 0.15rem;
    line-height: 0.15rem;
    color: #888888;
    text-align: left;
}

.newsDetails .abarticle {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin: .2rem 0 0.5rem 0;
    height: 120px;
    overflow: hidden;
    border-top: 1px solid #b1afaf;
}

.newsDetails .abarticle.on {
    height: auto;
}

.newsDetails .newsBack {
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    margin: 0.1rem 0;
    height: 30px;
    overflow: hidden;
}

.newsDetails .prevAndNext {
    position: relative;
    height: 45px;
}

.newsDetails .prevAndNext a {
    font-size: 16px;
    line-height: 22px;
    padding: 2px 6px;
    position: absolute;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsDetails .prevAndNext a:nth-of-type(1) {
    left: 10px;
    top: 0
}

.newsDetails .prevAndNext a:nth-of-type(2) {
    right: 10px;
    top: 0
}

.pull-down {
    text-align: center;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    position: absolute;
    left: 50%;
    bottom: -0.4rem;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.pull-down i {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    margin: 0.1rem auto;
    font-size: 18px;
    color: #fff;
    line-height: 0.6rem;
    text-align: center;
    background: #1E50AE;
    cursor: pointer;
}

.pull-down:hover i {
    background: #ED8F22;
}

.pull-down .up {
    display: none;
}

.pull-down.on .down {
    display: none;
}

.pull-down.on .up {
    display: block;
}

.pull-down.on i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.urTeambox {
    background: #EBEBEB;
    padding: 0.4rem 0;
}

.urTeambox .tit {
    text-align: center;
    font-size: 0.26rem;
    line-height: 1em;
    color: #333333;
    position: relative;
}

.urTeambox .tit:after {
    content: "";
    width: 0.5rem;
    height: 1px;
    background: #878787;
    margin: 0.2rem auto 0;
}

.urTeambox .aInfo {
    text-align: center;
    font-size: 13px;
    line-height: 1.5em;
    color: #666666;
    position: relative;
    padding: 0.2rem 0;
}

.agencyCardbox {
    margin: 0.2rem 0;
}

.agencyCardbox ul li {
    float: left;
    width: 3.8rem;
    margin-right: 0.3rem;
    margin-bottom: 0.2rem;
    cursor: pointer;
}

.agencyCardbox ul li:nth-of-type(3n) {
    margin-right: 0;
}

.agencyCardbox ul li a {
    display: block;
    padding: 0.2rem 0.1rem;
    background: #fff;
}

.agencyCardbox ul li a .img {
    float: left;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    overflow: hidden;
}

.agencyCardbox ul li a .img img {
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.agencyCardbox ul li a .text {
    padding-left: 1.1rem;
}

.agencyCardbox ul li a .text h2 {
    font-size: 0.18rem;
    line-height: 1.5em;
    color: #333333;
    font-weight: bold;
}

.agencyCardbox ul li a .text .phone {
    margin-left: 0.6em;
    margin-top: 0.25em;
    font-size: 15px;
    line-height: 1.8em;
    color: #888888;
}

.agencyCardbox ul li a .text .phone i {
    margin-right: 0.5em;
}

.agencyCardbox ul li a .text p {
    font-size: 15px;
    line-height: 1.8em;
    color: #888888;
}

.agencyCardbox ul li a .text span {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 15px;
    background: #FDF7EB;
    color: #f39800;
    border: 1px solid #ED8F22;
    float: left;
    margin: 10px 10px 10px 0;
    display: block;
}

.agencyCardbox ul li a:hover .text h2,
.agencyCardbox ul li a:hover .text p {
    color: #ED8F22;
}

/* .agencyCardbox ul li a:hover .img img{ */
/* -webkit-transform:scale(1.1,1.1); */
/* -moz-transform:scale(1.1,1.1); */
/* -ms-transform:scale(1.1,1.1); */
/* -o-transform:scale(1.1,1.1); */
/* transform:scale(1.1,1.1); */
/* } */

.btnMorebox {}

.btnMorebox a {
    display: block;
    width: 2.5rem;
    margin: 0.2rem auto;
    font-size: 14px;
    color: #fff;
    background: #1E50AE;
    text-align: center;
    padding: 1em 0;
}

.btnRentMorebox a:hover {
    background: #ED8F22;
}

.btnRentMorebox a {
    display: block;
    width: 2.5rem;
    margin: 0.2rem auto;
    font-size: 14px;
    color: #fff;
    background: #1E50AE;
    text-align: center;
    padding: 1em 0;
}

.btnMorebox a:hover {
    background: #ED8F22;
}

.propertyInfo {
    padding: 0.1rem 0;
}

.propertyInfo .titbox {
    text-align: center;
    font-size: 0.26rem;
    line-height: 1em;
    color: #333333;
}

.propertyInfo .protabmenu {
    text-align: center;
}

.propertyInfo .protabmenu span {
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 0.1rem 3em;
    border: 1px solid #BCBCBC;
    cursor: pointer;
    margin: 0.1rem;
}

.propertyInfo .protabmenu span.current {
    background: #1E50AE;
    color: #fff;
    border-color: #1E50AE;
}

.RentpropertyInfo {
    padding: 0.6rem 0;
}

.RentpropertyInfo .titbox {
    text-align: center;
    font-size: 0.26rem;
    line-height: 1em;
    color: #333333;
}

.RentpropertyInfo .protabmenu {
    text-align: center;
}

.RentpropertyInfo .protabmenu span {
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 0.1rem 3em;
    border: 1px solid #BCBCBC;
    cursor: pointer;
    margin: 0.1rem;
}

.RentpropertyInfo .protabmenu span.current {
    background: #1E50AE;
    color: #fff;
    border-color: #1E50AE;
}

.RentpropertyInfo .btnRentMorebox a {
    border: 1px solid #B5B5B5;
    background: none;
    color: #666666;
}

.RentpropertyInfo .btnRentMorebox a:hover {
    border: 1px solid #1E50AE;
    background: #1E50AE;
    color: #fff;
}

.proBuild-details ul li .text {
    background: #1E50AE;
}

.proBuild-details ul li .text a,
.proBuild-details ul li .text .price,
.proBuild-details ul li .collect i,
.proBuild-details ul li .buildIconbox .row {
    color: #fff;
}

.protabmain {
    padding: 0.3rem 0 0.2rem;
}

.propertyInfo .btnMorebox a {
    border: 1px solid #B5B5B5;
    background: none;
    color: #666666;
}

.propertyInfo .btnMorebox a:hover {
    border: 1px solid #1E50AE;
    background: #1E50AE;
    color: #fff;
}

.contactUs {
    background: #EBEBEB;
    padding: 0.6rem 0;
}

.contactUs .titbox {
    text-align: center;
    font-size: 0.26rem;
    line-height: 1em;
    color: #333333;
}

.contactUs .titbox:after {
    content: "";
    width: 0.5rem;
    height: 1px;
    background: #878787;
    margin: 0.2rem auto 0;
}

.mainContactbox {
    margin-top: 0.35rem;
}

.mainContactbox .row {
    width: 50%;
    float: left;
}

.mainContactbox .rightconformbox {
    background: #fff;
    padding: 0.45rem;
    max-height: 500px;
}

.mainContactbox .rightconformbox .left {
    float: left;
    width: 3rem;
}

.mainContactbox .rightconformbox .left .input-row {
    margin-bottom: 0.15rem;
}

.mainContactbox .rightconformbox .left .input-row .form-tip {
    font-size: 0.15rem;
    line-height: 1.5em;
    color: #666666;
}

.mainContactbox .rightconformbox .left .input-row .input-text {
    width: 80%;
}

.mainContactbox .rightconformbox .left .input-row .form-tip .input-text {
    width: 83%;
}

.mainContactbox .rightconformbox .right {
    float: left;
    width: 2.1rem;
    padding-left: 0.5rem;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
}

.mainContactbox .rightconformbox .right .check-box {
    padding-bottom: 0.05rem;
}

.mainContactbox .rightconformbox .input-chexkbox {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #C8C8C8;
    padding: 0;
}

.mainContactbox .rightconformbox .input-chexkbox:checked {
    border: 1px solid #2750B3;
}

.mainContactbox .rightconformbox .input-chexkbox:checked~i {
    color: #fff;
    font-size: 14px;
}

.mainContactbox .button-box  {
    margin: 0.1rem 0;
    font-size: 14px;
}

.mainContactbox .button-box .tips {
    font-size: 12px;
    line-height: 14px;
    color: #f39800;
    padding-top: 0.1rem;
}

.mainContactbox .rightconformbox .privacyDeclare {
    margin-top: -1rem;
    margin-bottom: 0.1rem;
    font-size: 0.135rem;
    line-height: 1.35em;
    text-align: center;
    color: #666666;
}

/* media */
@media screen and (max-width:1260px) {
    html {
        font-size: 90px;
    }

    .input-text {
        padding: 1em 1.5em;
    }

    .schoolListbox .mainlistbox {
        height: 84px;
    }

    .input-text02 {
        padding: 0.5em 1em;
    }
}

#ctl00_lnkChinese2,
#ctl00_lnkEng2 {
    display: none
}

#ctl00_lnkChinese,
#ctl00_lnkEng {
    display: none
}

#ctl00_lnkChineseBot,
#ctl00_lnkEngBot {
    display: none
}

.msg_warning {
    background: url(../images/icon_warning.png) no-repeat center left;
    margin: 10px 0;
    padding-left: 18px;
    font-size: 14px;
    color: #990000;
}

.main-box {
    min-height: 600px !important
}

.inner-content {
    line-height: 15px;
    font-size: 20px;
}

.geoWindows {
    position: relative;
    width: 100%;
}

.geoWindows .image {
    float: left;
    width: 45%;
    padding-top: 5px;
    position: relative;
}

.geoWindows .image ul {}

.geoWindows .image ul li {
    position: relative;
}

.geoWindows .image ul li a {
    display: block;
    position: relative;
}

.geoWindows .image ul li img {
    display: block;
    max-width: 100%;
    height: 165px;
}

.geoWindows .image .floatLayer {
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(2, 2, 2, 0.5);
    position: absolute;
    z-index: 3;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.geoWindows .image:hover .floatLayer {
    opacity: 1;
    display: block;
}

.geoWindows .image .floatLayer .tit a {
    display: block;
    color: #fff;
}

.geoWindows .image.floatLayer .tit a:hover {
    color: #E48F02;
}

.geoWindows .image .flex-control-nav {
    display: none;
}

.geoWindows .image .flex-direction-nav {}

.geoWindows .image .flex-direction-nav li {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 3;
}

.geoWindows .image .flex-direction-nav li a {
    display: block;
    width: 0.3rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    background-color: rgba(2, 2, 2, 0.4);
    text-indent: -9999em;
    background-position: center;
    background-repeat: no-repeat;
}

.geoWindows .image .flex-direction-nav li a:hover {
    background-color: #fff;
}

.geoWindows .image .flex-direction-nav li.flex-nav-prev {
    left: 0;
}

.geoWindows .image .flex-direction-nav li.flex-nav-next {
    right: 0;
}

.geoWindows .image .flex-direction-nav li.flex-nav-prev a {
    background-image: url(arrow-left02.png);
}

.geoWindows .image .flex-direction-nav li.flex-nav-next a {
    background-image: url(arrow-right02.png);
}

.geoWindows .image .flex-direction-nav li.flex-nav-prev a:hover {
    background-image: url(arrow-left02-2.png);
}

.geoWindows .image .flex-direction-nav li.flex-nav-next a:hover {
    background-image: url(arrow-right02-2.png);
}

.geoWindows .detailsBlock {
    width: 55%;
    float: left;
    padding: 0.1rem 0.3rem 0.1rem 0.1rem;
}

.geoWindows .detailsBlock a {
    display: table;
    font-size: 0.15rem;
    line-height: 1.3em;
    color: #333333;
    font-weight: normal;
}

.geoWindows .detailsBlock a .address,
.geoWindows .detailsBlock a .price {
    padding-bottom: 10px;
}

.geoWindows .detailsBlock a .geomapbuildIconbox {
    padding-bottom: 10px;
    width: 100%;
}

.geoWindows .detailsBlock a .agentLogo {
    max-width: 100%;
}

.geoWindows .detailsBlock a .agentLogo img {
    width: 160px;
    height: 50px;
    display: block;
}

.geoWindows .detailsBlock a .Land {
    padding-bottom: 10px;
    width: 100%;
}

.geomapbuildIconbox {}

.geomapbuildIconbox .row {
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    max-width: 33.3333%;
    padding: 0 0.15rem;
    position: relative;
    padding-left: 40px;
}

.geomapbuildIconbox .rowland {
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    position: relative;
}

.geomapbuildIconbox .row i {
    margin-right: 0.05rem;
    position: absolute;
    left: 0;
    top: 50%;
    width: 33px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.geomapbuildIconbox .row i img {
    display: block;
}

.geomapbuildIconbox .row p {
    float: left;
}

.gm-style-iw+div {
    display: none;
}

.newsList {
    background: #fff;
    padding: 0.3rem 0.6rem;
    margin: 0.25rem 0;
    position: relative;
    width: calc(100% - 340px);
    display: block;
    float: left;
}

.newsList .title {
    display: block;
    text-align: center;
    font-size: .24rem;
    color: #333;
    margin-bottom: .35rem;
}

.buildNewsbox {
    position: relative;
    width: 100%;
}

.buildNewsbox .imgSlidebox {
    float: left;
    width: 30%;
    position: relative;
    max-width: 200px;
    overflow: hidden;
}

.buildNewsbox .imgSlidebox ul {}

.buildNewsbox .imgSlidebox ul li {
    position: relative;
}

.buildNewsbox .imgSlidebox ul li a {
    display: block;
    position: relative;
}

.buildNewsbox .imgSlidebox ul li img {
    display: block;
    max-width: 100%;
    height: auto;
}

.buildNewsbox .textbox {
    width: 70%;
    float: left;
    padding-left: .25rem;
}

.buildNewsbox .textbox .topTitbox {
    position: relative;
    padding-right: 0.15rem;
}

.buildNewsbox .textbox .topTitbox h2 a {
    color: #2767b3;
}

.buildNewsbox .textbox a {
    display: table;
    font-size: 0.20rem;
    line-height: 1.3em;
    color: #333333;
    font-weight: bold;
}

.buildNewsbox .textbox h2 a:hover {
    color: #E48F02;
}

.buildNewsbox .textbox .topHeadingbox {
    position: relative;
    padding-right: 0.15rem;
}

.buildNewsbox .textbox .topHeadingbox a {
    display: table;
    font-size: 0.14rem;
    line-height: 1.8em;
    color: #333333;
    font-weight: normal;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*.buildNewsbox .textbox .topHeadingbox a:hover {
                    color: #E48F02;
                }*/

.lastbuildNews {
    background: #fff;
    padding: .25rem 0;
    border-bottom: 1px solid #ebebeb;
}

.buildNewsbox .textbox .dateCreated {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    line-height: 1.2em;
    color: #333333;
}

.MapPin {
    width: 100%;
    height: 85%;
    position: relative;
    cursor: pointer;
}

.showWaybox .iconShow .blur {
    opacity: 0.5;
    display: flex;
}

.showWaybox .iconShow .blur:hover {
    opacity: 1;
}

.centerArea {
    padding: 0.4rem 0 0;
}

.centerArea .adBox {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.centerArea .adBox a {
    display: block;
    overflow: hidden;
}

.centerArea .adBox a img {
    /*display:block;*/
    max-width: 100%;
}

.randNewsDetails .randNewsBox {
    width: 25%;
    float: left;
    height: 50%;
    padding: 5px;
}

.randNewsDetails .randNewsTitleBox {
    font-size: 17px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.randNewsDetails .randNewsTitleBox a {
    color: #555;
}

.randNewsDetails .randNewsImgBox {
    width: 100%;
}

.randNewsDetails .randNewsImgBox img {
    width: 100%;
    height: 120px;
}

.randNewsDetails {
    background-color: white;
    position: relative;
    height: 480px;
    width: 100%;
    padding: .2rem;
    margin-bottom: 20px;
}

.randNewsHeader .txt {
    font-size: .23rem;
    line-height: 1em;
    font-weight: bold;
    color: #333333;
    padding: .15rem 0 .1rem 0;
}

@media (max-width: 700px) {
    .hidden-mobile {
        display: none !important;
    }

    .sharebox ul li {
        float: none !important;
        margin: 5px 0 0 0;
    }

    .sharebox ul li a img {
        width: 75px;
    }
}

@media (min-width: 700px) {
    .hidden-pc {
        display: none !important;
    }
}

.biglastbuildItem .heading {
    background-color: #d6d6d6;
}

#newsBlock .left-layer {
    width: calc(100% - 340px);
    display: block;
    float: left;
}

#newsBlock .left-layer p {
    padding-top: 15px
}

#newsBlock .right-layer {
    display: block;
    position: relative;
    text-align: left;
    float: right;
    width: 320px
}

#newsBlock .randNewsHeader {
    background-color: white;
    padding-left: .25rem;
}

#newsBlock .headerbox {
    background-color: white;
}

.addressnav {
    font-size: .16rem;
    margin-bottom: .2rem;
}

.addressnav a {
    color: #0f75bc;
}

.newsDetails p {
    color: #444;
}

.app-con {
    min-height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden
}

.app-con .out-layer {
    width: 12rem;
    height: 500px;
    display: flex;
    position: relative;
    left: calc(50% - 6rem);
}

.app-con .left-part,
.app-con .right-part {
    display: inline-block;
    width: 50%;
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: center;
}

.app-con .phones img {
    position: relative;
    height: 105%;
    width: auto;
    margin-top: 7%;
}

.app-con .phones {
    position: relative;
    width: 100%;
    height: 100%;
}

.app-con .right-part>div {
    position: relative;
    display: inline-block;
}

.app-con .qr-code {
    width: 34%;
    float: left;
    margin-top: .15rem;
}

.app-con .right-part .text {
    width: 100%;
    text-align: left;
    margin-bottom: .1rem;
    color: #333;
    margin-top: .8rem;
}

.app-con .android-download,
.app-con .iphone-download {
    float: left;
    width: 50%;
    text-align: left;
}

.app-con .qr-code .out-border {
    position: relative;
    width: 80%;
    left: 0;
    padding: .1rem;
    background-color: white;
    border: 1px solid #ececec;
}

.app-con .qr-code img {
    width: 100%;
}

.app-con p {
    margin-bottom: .1rem;
}

.share-buttons {
    display: flex;
    height: .3rem;
    line-height: .3rem;
    margin-top: .2rem;
}

.share-buttons>span {
    font-size: .17rem;
    color: #444;
    display: block;
    margin-right: .12rem;
}


.newsList div.lastbuildNews:nth-last-child(2) {
    border-bottom: 0;
}

/* new search creteria*/
.newPropertySearch {}

.newPropertySearch .row {
    display: flex;
    float: unset;
    margin-right: 0;
    position: relative;
}

.searchBlock .row:last-child {
    margin: 0
}

.newPropertySearch .row .tit {
    display: block;
    float: left;
    line-height: unset;
    width: 5%;
    font-size: .14rem;
    font-weight: bold;
    line-height: 1.2;
}

.newPropertySearch .row .inputs-box {
    display: flex;
    list-style: none;
    width: 95%;
    float: right;
    position: relative;
    padding: .1rem 0;
}

.newPropertySearch .inputs-box input:checked+span {
    color: coral
}

.newPropertySearch .subSearchBlock .row {
    border-bottom: 1px solid#f8f8f8;
    margin-bottom: 3px;
}

.newPropertySearch .subSearchBlock .row:nth-last-of-type(1) {
    border: 0;
}

.newPropertySearch .searchBlock {
    /*border: 1px solid #d8d8d8;*/
    padding: .2rem
}

.newPropertySearch .checkbox-label {
    font-size: .14rem;
    display: inline-block;
    margin-left: .2rem;
    padding: .1rem 0;
    line-height: 1;
    position: relative;
}

.newPropertySearch label.checkbox-label input {
    margin: 0
}

.newPropertySearch .newSearchInput {
    /*border: 0;
    border-bottom: 1px dashed #d8d8d8*/
}

.newPropertySearch .btn-searchbox {
    padding-top: 0;
    margin-left: .22rem;
}

.newPropertySearch .btn-searchbox>input {
    padding: 0.4em 1.8em;
}

.radioInput {
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-size: .14rem;
    padding-left: .2rem;
    margin-right: .25rem;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: normal;
    color: #333;
}

.selectInput {
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-size: .14rem;
    color: #858585;
    padding: .05rem .1rem;
    margin-right: .1rem;
    margin-bottom: 0;
    line-height: 1.2;
    border-radius: 3px;
    border: 1px solid #d0d3d9;
}

select.selectInput option {
    background-color: white;
    color: #333;
}

select.selectInput option:checked {
    background-color: white;
    color: coral;
}

/* Hide the browser's default radio button */
.radioInput input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: .13rem;
    width: .13rem;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioInput:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioInput input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioInput input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radioInput .checkmark:after {
    top: .04rem;
    left: .04rem;
    width: .04rem;
    height: .04rem;
    border-radius: 50%;
    background: white;
}

.imgSlidebox img {
    filter: saturate(1.15) brightness(1) contrast(1.05) !important;
}

.showWaybox .iconShow a.auctionEntry {
    display: block;
    color: #f39800;
    border-radius: 5px;
    padding: 0 .2rem;
    margin-left: .15rem;
    border: 1px solid #f39800;
    font-size: .14rem;
    background-color: #fdf7ea;
}

.showWaybox .iconShow a.auctionEntry:hover {
    color: white;
    border: 1px solid white;
    background-color: #e48f02;
}

/* near by school info window */
#school-content #school-name {
    font-weight: bold;
    font-size: 15px;
}

#school-content #school-type {
    font-size: 8px;
}

#school-content #school-address {
    font-size: 11px;
}

#legend-bing {
    background: whitesmoke;
    padding: 5px;
    margin:8px;
    border:2px solid #000;                      
    z-index: 0;
    position: absolute;
    bottom: 26px;
    left: 0px;
}
#legend-bing img {
    vertical-align: middle;
    padding-right: 8px;
}
#legend-bing div{
    font-size:13px;
    font-weight:bolder;  
}

#sc-content #sc-name {
    font-weight: bold;
    font-size: 15px;
}

.btnLanguage .traditionalChineseSwitch {
    /* position: absolute; */
    display: none;
    left: .9rem;
    font-size: 13px;
    line-height: 1.6em;
    color: #fff;
    margin-left: 3px;
    padding: 0.2em 1.3em;
    border: 1px solid #fff;
    border-radius: 3px;
}

.btnLanguage .traditionalChineseSwitch:hover {
    background: rgba(228, 169, 2, 0.8);
}

.pill-box-pages {
    position: absolute;
    font-size: 15px;
    color: #333;
    max-width: 800px;
    overflow-x: auto;
    display: flex;
}

.pill-box-pages .pill {
    margin: 5px 0 0 .5em;
    background-color: #ddd;
    padding: 4px 22px 4px 7px;
    border-radius: 4px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 195px;
    position: relative;
}

.pill-box-pages .pill .fa-times {
    position: absolute;
    right: 5px;
    cursor: pointer;
}

.pill-box-pages .pill .fa-times:hover {
    color: coral;
}

.view-more-button {
    width: 100%;
    font-size: .16rem;
}

.buildNewsbox.rightSideNews .imgBox img {
    width: 100%;
    max-height: 350px;
}

.buildNewsbox.rightSideNews {
    padding:0!important;
    margin-top: .1rem;
}

.buildNewsbox.rightSideNews .textbox {
    width: 100%;
    float: unset;
    padding-left: .25rem;
    padding: .2rem .25rem;
}

.buildNewsbox.rightSideNews .textbox {
    padding-right: 0;
}

.buildNewsbox.rightSideNews .textbox .topTitbox h2 a {
    color: #2767b3;
    font-size: .18rem;
}

.buildNewsbox.rightSideNews .textbox .topHeadingbox a {
    margin-top: .07rem;
    margin-bottom: .07rem;
}


/*shortlist css*/
 .popup-background{
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:999;
    background-color:rgba(0,0,0,0.25);
    position:fixed;
    display:none;
}
.login-popup{
    z-index: 1000;
    background-color:#3093da;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top:2rem;
    width:40%;
    max-width:600px;
    animation-duration:1s;
    animation-name:fadeIn;
    border:1px solid rgba(0,0,0,0.2);
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.5);
}
.popup-body{
    color:floralwhite;
    font-size:20px !important;
    margin:5px 60px;
}
.row-button{
    text-align:center;
    margin-bottom:10px;
}
.row-button input{
    border:initial;
    border-radius:8px;
    background-color:#f7941f;
    display:inline-flex;
    margin:0 40px;
    padding:5px 40px;
    font-size:18px;
    font-family:'Open Sans', 'Helvetica Neue', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
}

/*Loan Calculator*/
.calculator-popup-background{
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:999;
    background-color:rgba(0,0,0,0.25);
    position:fixed;
    display:none;
}
.loan-calculator-frame{
    background-color: whitesmoke;
    width:80%;
    z-index: 1000;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top:8vh;
    animation-duration:1s;
    animation-name:fadeIn;
    border:1px solid rgba(0,0,0,0.2);
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.5);
    max-width: 1100px;
}
.loan-calculator-frame iframe{
    width:100%;
    height:600px;
    border-color:transparent;
}
.close-frame{
    background: rgba(0, 0, 0, 0.5) url(/Style/images/closeBtn.svg);
    width: 0.45rem;
    display: block;
    height: 0.45rem;
    background-size: 90%;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    border-radius: 50%;
}

/* Enquiry Form */
.SendMessage-popup-background{
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:999;
    background-color:rgba(0,0,0,0);
    position:fixed;
}

.sendmessage-popup{
    z-index: 1000;
    background-color:#159cfd;
    position: fixed;
    bottom:20px;
    right: 20px;
    width:300px;
    max-width:600px;
    animation-duration:1s;
    animation-name:fadeIn;
    border:1px solid rgba(0,0,0,0.2);
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.5);
    text-align:center;
    display: none;
}

/*New headline Property Info*/
li.property-info div{
    display:none;
}
li.property-info:hover div{
    display:block;
}
.property-info-div{
    position:absolute;
    background-color:#497cf9;
    border-radius:10px;
    margin:0 -0.1rem;
    white-space:nowrap; 
}
.property-info-div-fixed{
    float: right;
    position: absolute;
    right: 0;
    z-index: 10;
    background: #497cf9;
    border-radius:10px;
    color: white;
    white-space:nowrap; 
}

li.wechat-info div{
    display:none;
}
li.wechat-info:hover div{
    display:block;
}
.wechat-info-div{
    position:absolute;
    background-color:transparent;
    border-radius:10px;
    margin:0 -0.1rem;
    white-space:nowrap; 
}
.wechat-info-div li{
    padding-bottom: 1vh !important;
}

li.property-info-dropdown>a{
    padding: 1em 0.5em !important;
}
li.property-info-dropdown>a:hover{
    color:#ff9f00  !important;
}

.login-container {
    border-radius: 5%;
    height: 270px;
    width: 210px;
    background-color: #2a53b0;
    opacity: 0.95;
}

.login-container .login-header {
    position: relative;
    top: 20px;
    text-align: center;
    color: white;
    font-size: 18px;
}

.login-container .input-area {
    margin: auto; border-radius:18px; background-color: #f2f2f2;height: 36px; width:170px;
}

.login-container .input-area img{
    height: 24px;
    position: relative;
    top: 6px;
    left: 6px;
    float: left;
}

.login-container .login-input{
    position: relative; 
    top: 35px;
    padding: 10px 0;
}
.login-container .login-input .user-info {
    height: 33px;
    width: 130px;
    float: right;
    border: none;
    border-radius: 0 16px 16px 0;
    background-color: #f2f2f2;
    padding-left: 5px;
    font-size: 12px;
}

.login-container .login-input .user-info:focus {
    background-color: white;
    border-radius: 0 16px 16px 0;
    box-shadow: 0 0 5px #2a53b0;
    outline: none;
}
.login-container .login-input .login-button{
    -webkit-appearance: none;
    background: #a1a3a7;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    height: 36px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 75px;
    float: left; 
    margin-left: 20px;
}
.login-container .login-input .login-button:hover{
    background-color: #e28e23;
}
.login-container .login-input .login-button:active{
    background-color: white;
    color: #e28e23;
}

div.login-register-box div.login-container{
    display:none;
}
div.login-register-box:hover div.login-container{
    display:block;
}

.locality{
    font-size: small;
    font-weight: bold;
    position: absolute;
    left: 10%;
    top:2%;
    background-color:rgb(241, 93, 8);
    color: white;
    box-shadow: 0 0 3px 3px rgb(241, 93, 8);
    padding: 0 3px;
}

.feature-title{
    margin: 0 10%;
    font-size: medium;
}