/* base.css tc.css detail_css.css index.css*/
/* base */
@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, abbr, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select {
    margin: 0;
    padding: 0
}

body {
	background: #f5f6fb none repeat scroll 0 0;
}

fieldset, img, abbr, acronym {
    border: 0
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

* {
    outline: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

.cp {
    cursor: pointer
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f15 {
    font-size: 15px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f22 {
    font-size: 22px
}

.f24 {
    font-size: 24px
}

.f26 {
	font-size: 26px
}

.f27 {
	font-size: 27px
}

.f30 {
	font-size:30px
}

.fb {
    font-weight: bold
}

.fn {
    font-weight: normal
}

.t2 {
    text-indent: 2em
}

.unl {
    text-decoration: underline
}

.no_unl {
    text-decoration: none
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.mauto {
    margin: 0 auto
}

.main100 {
    width: 100%;
    height: auto;
}

.main_960 {
    width: 960px;
    margin: 0 auto
}

.main_1000 {
    width: 1000px;
    margin: 0 auto
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.jfl {
    float: left
}

.jfr {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    line-height: 0px
}

.vm {
    vertical-align: middle
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.zoom {
    zoom: 1
}

.none {
    display: none
}

.db {
    display: block
}

.dib {
    display: inline-block
}

.hidden {
    overflow: hidden
}

.wb {
    word-break: break-all;
    word-wrap: break-word
}

.ts_linear {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.rbox4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.rbox5{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.rbox6 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.rbox10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.rbox50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.mt0{
	margin-top: 0px
}

.mt05 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt40{
	margin-top: 40px
}

.mb0{
	margin-bottom: 0px
}

.mb05 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
	margin-bottom: 40px
}

.ml05 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.ml50 {
	margin-left: 50px
}

.mr0{
	margin-right: 0px
}

.mr05 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.mr50{
	margin-right: 50px
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.pt05 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
	padding-top: 40px
}

.pt45 {
    padding-top: 45px
}

.pt50 {
    padding-top: 50px
}

.pb05 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pl05 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.pr05 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pr30 {
    padding-right: 30px
}

.t0{
	top: 0px
}

.r0{
	right: 0px
}

.l0{
	left: 0px
}

.b0{
	bottom: 0px
}

.lh30{
	line-height: 30px
}

.lh40{
	line-height: 40px
}

.lh50{
	line-height: 50px
}

.lh60{
	line-height: 60px
}

.col_w{
	color: #fff
}

.col_b{
	color: #4c96ab
}

.col-or{
	color: #ffa500
}

img {
    vertical-align: top
}


/*detail_css*/


/* 热门商圈 start */
.hot-page-box {
	background-color: #fff;
}
.hot-office {

    margin: 0 auto;
    /* width: 1120px; */
}
.hot-office-notheme {
    margin-top: 0;
}
.hot-office p {
    color: #333;
    font-size: 28px;
    overflow:hidden;
    /* line-height: 100px; */
    text-align: center;
    /* width: 1120px; */
}
.hot-office ul {
    /* margin-left: -20px; */
   
    /* width: 1140px; */
}
.hot-office ul li {
    float: left;
    width: 23%;
	margin:10px 1%;
}
.hot-office ul li .offices {
    display: block;
}
.hot-office ul li {
    box-shadow: 0 0 0 #777;
    list-style:none;
    transition: box-shadow 0.2s linear 0s;
}
.hot-office ul li a {
    color: #fff;
}
.hot-office ul li .hover-on {
    background: #fff none repeat scroll 0 0;
    color: #0bbbe0;
    transition: background 0.2s linear 0s;
}
.hot-office ul .on-focus-img {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0px, -2px, 0px);
    transition: all 0.2s ease-in 0s;
}
.detail-warp ul .on-blur-img {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in 0s;
}
.theme-detail .detail-warp ul .on-focus-img {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    transform: translate3d(0px, -2px, 0px);
    transition: all 0.2s ease-in 0s;
}
.theme-detail .detail-warp ul li {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.2s ease-in 0s;
}
.img-warp {
    height: 225px;
    overflow: hidden;
}
.img-warp img {max-width:100%;}
/* 热门商圈 end */



/* 热门楼盘 start */
.hot-office UL LI .offices .description {
    /* background: #fff; */
    background: #f8f8f8;
    height: 68px;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    margin-top: -4px;
    position: relative;
}


.hot-office ul li .offices .description h3 {
    color: #333;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-office ul li .offices .description span {
    color: #999;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
.hot-office UL LI .offices .description SPAN {
    color: #999;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

img {
    border: 0 none;
	border-radius: 6px;
}

#jppy {margin:10px 0;}
.morec {padding:10px 0;}
/* 热门楼盘 end */


/* 新闻资讯 start */
.section-title-span {
	display: block;
}
.news-typename-line {
	margin: 10px 0;
	display: block;
}

fieldset, img {border: 0 none;}
a { color: #333;}
.typo a:hover, a, ins {text-decoration: none;}

.row {
    position: relative;
}
.row.gap-row {
    overflow: hidden;
}
.row .gap-row-1 {
    margin: 0 -10px;
}
.row .gap-row-2 {
    margin: 0 -20px;
}
.row .gap-row-3 {
    margin: 0 -30px;
}
.span-4 {
    float: left;
    width: 33.3333%;
}
.section-title {
    padding: 0 30px;
    position: relative;
	margin-bottom: 15px;
}
.section-title h2 {
    font-size: 24px;
    font-weight: 400;
}
.section-title h2 .icon {
    font-size: 32px;
    vertical-align: middle;
}
.section-title a.more {
    position: absolute;
    right: 10px;
    top: 0;
}
.news-list {
    padding: 0 30px 20px;
}
.news-list li {
    overflow: hidden;
}
.news-list li .news-title {
    display: block;
    line-height: 40px;
	font-size:14px;
    max-width: 100%;
    overflow: hidden;
    overflow-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list li .news-title::before {
    background: #44946b none repeat scroll 0 0;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 4px;
    margin: 4px 10px;
    width: 4px;
}
.news-list li .news-img {
    float: right;
    height: 30px;
    overflow: hidden;
    position: relative;
    width: 40px;
	/* background: url(../images/not_img_news.jpg); */
}
.news-list li .news-img img {
    min-height: 30px;
    position: absolute;
    width: 100%;
}
.news-list li:first-child .news-title {
    display: block;
    text-align: center;
}
.news-list li:first-child .news-title::before {
    content: "";
    display: none;
}
.news-list li:first-child .news-img {
    display: block;
    float: none;
    height: 200px;
    width: 100%;
}
.news-list li:first-child .news-img img {
    min-height: 200px;
}

/* 新闻资讯 end */



/* 底部按钮 start */
.clipper-service {
    padding: 30px 0;
}
.clipper-service h2 {
    font-size: 24px;
    padding-bottom: 20px;
}
.clipper-service li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    float: left;
    height: 120px;
    margin-right: -1px;
    position: relative;
    width: 20%;
}
.clipper-service li a {
    height: 120px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.clipper-service li i {
    background: rgba(0, 0, 0, 0) url(../images/index-icon.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 34px;
    margin: 20px 0 10px;
    width: 36px;
}
.clipper-service li p {
    color: #333;
    font-size: 14px;
}
.clipper-service .icon-i1 {
    background-position: 0 -110px;
}
.clipper-service .icon-i2 {
    background-position: -36px -110px;
}
.clipper-service .icon-i3 {
    background-position: -72px -110px;
}
.clipper-service .icon-i4 {
    background-position: -108px -110px;
}
.clipper-service .icon-i5 {
    background-position: -144px -110px;
}
.clipper-service .icon-i6 {
    background-position: -180px -110px;
}
.clipper-service .icon-i7 {
    background-position: -216px -110px;
}
.clipper-service .icon-i8 {
    background-position: -252px -110px;
}
.clipper-service .icon-i9 {
    background-position: -288px -110px;
}
.clipper-service li:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(-69deg, #fccb46, #fdc04a) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(-69deg, #fccb46, #fdc04a) repeat scroll 0 0;
}
.clipper-service li:hover .icon-i1 {
    background-position: 0 -150px;
}
.clipper-service li:hover .icon-i2 {
    background-position: -36px -150px;
}
.clipper-service li:hover .icon-i3 {
    background-position: -72px -150px;
}
.clipper-service li:hover .icon-i4 {
    background-position: -108px -150px;
}
.clipper-service li:hover .icon-i5 {
    background-position: -144px -150px;
}
.clipper-service li:hover .icon-i6 {
    background-position: -180px -150px;
}
.clipper-service li:hover .icon-i7 {
    background-position: -216px -150px;
}
.clipper-service li:hover .icon-i8 {
    background-position: -252px -150px;
}
.clipper-service li:hover .icon-i9 {
    background-position: -288px -150px;
}
.clipper-service li:hover p {
    color: #fff;
}
.clipper-service li.no-mgR {
    margin-right: 0;
}
.no-kt .kt-icon-g {
    background-position: -350px -40px;
    height: 50px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.business-circle-cont {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block;
    padding: 10px 0 20px;
    position: absolute;
    right: 0;
    top: 32px;
    width: 960px;
}
/* 底部按钮 end */


.wrapper {
	width: 100%;
	height: auto;
}
.container {
	/* width: 1120px; */
	height: 100%;
	margin: 0 auto;
}
/* .container h2{
	line-height:60px;
} */
.text-pink {
    color: #ff4859 !important;
}
/* office */
.office-item {
	margin-bottom: 20px;
	*margin-bottom: 15px;
	position:relative;
	/* width: 1120px; */
	border-bottom: 1px solid #D8D8D8;
}
.office-item li {
	display: block;
	float: left;
}
.office-item li a {
	display:block;
	width: 156px;
	height: 50px;
	font-size: 20px;
	color: #302F35;
}
.uban-subway .office-item li a {
	width: 133.33px !important;
}
.office-item li a:hover, .office-item li.active a  {
	color: #476CBA;
}
.magic-line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 186px;
	height: 3px;
	background-color: #476CBA;
}
.uban-subway .magic-line {
	width: 133.33px !important;
}

.office-cont {
	/* border-bottom: 1px solid #D8D8D8; */
}
.office-cont.nbr {
	border-bottom: none;
}
.img-wrap img{width:348px;max-width:100%;height:auto;}
.office-cont li {
	position: relative;
	display: block;
	float: left;
	width: 23%;
	height: 308px;
	margin:0 1%;
	margin-bottom: 30px;
	border: 1px solid #FFF;
	overflow: hidden;
}
.office-cont li:hover {
	border-color: #E5E5E6;
}
.office-cont li.cont-more:hover {
	border-color: #FFF;
}
.office-cont li .img-wrap {
	position: relative;
	width: 100%;
	height: 250px;
}
.office-cont li .img-wrap .zuimei {
	position: absolute;
	top: 6px;
	right: 6px;
}
.office-cont li .img-wrap .sh-sell {
	position: absolute;
	top: 0;
	right: 0;
}

.img-wrap .zuimei > div {
	display: none;
	position: absolute;
	right: -3px;
	bottom: 52px;
	width: 321px;
	height: 88px;
	color: #302F35;
	text-align: left;
	background: url(../images/zuimei-box.png) -3px 0px no-repeat;

}
.img-wrap .zuimei > div > p {
	padding: 0 20px;
	display: table;
	height:68px;
}
.img-wrap .zuimei > div > p span {
	display: table-cell;
	vertical-align: middle;
}
.img-wrap .zuimei:hover > div {
	display: block;
}
.office-cont li .detail-cont {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px;
	color: #302F35;
	background-color: #FFF;
	box-sizing: border-box;
}
.detail-cont .cont-main {
	display: none;
	border-top: 1px solid #D8D8D8;
}
.detail-cont .cont-heading {
	height: 85px;
	overflow: hidden;
}
.cont-heading > p > span {
	display: block;
}
.cont-heading .name-price {
	float: left;
	padding-top: 9px;
	text-align: left;
}
.cont-heading .line-wrap{
	width: 9em;
	font-size: 20px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cont-heading .num-middle {
	line-height: 85px;
}
.cont-heading .number {
	line-height: 1.55em;
	font-size: 25px;
	font-weight:600;
}

.cont-main .cont-price {
	height: 46px;
	line-height: 46px;
	text-align: left;
	overflow: hidden;
}
.cont-main .fmh {
	margin-top: -10px;
}
.cont-main dl, dl.cont-oth {
	padding: 15px 0 5px;
}
.cont-main dl dt, dl.cont-oth dt {
	/* float: left; */
	display: block;
	margin-right: 5px;
	overflow: hidden;
	text-align:left;
}
.cont-main dl dd, dl.cont-oth dd {
	display: block;
    /* float: left; */
    line-height: 22px;
}
.cont-main dl dd {
	/* margin-left: 10px; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
dl.cont-oth dd {
	margin-left: 25px;
}
.cont-main dl dd.jianshen, dl.cont-oth dd.jianshen {
	background-position: -149px 0;
}
.cont-main dl dd.jiujia, dl.cont-oth dd.jiujia {
	background-position: -94px 0;
}
.cont-main dl dd.canyin, dl.cont-oth dd.canyin {
	background-position: -35px 0;
}
.cont-main dl dd.bank, dl.cont-oth dd.bank {
	background-position: 21px 0;
}
.subway-moreWrap {
	font-size: 20px;
	text-align: center;
	padding-top: 50px;
}
.subway-moreWrap .letter {
	margin-top: 10px;
	letter-spacing: 2.22px;
}

.subway-more {
    background-color: #476cba;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 23px;
    padding: 10px 32px;
}


/* font-size */
.font12 {
    font-size: 12px !important;
}
.font14 {
    font-size: 14px !important;
}
.font15 {
    font-size: 15px !important;
}
.font16 {
    font-size: 16px !important;
}
.font18 {
    font-size: 18px !important;
}
.font20 {
    font-size: 20px !important;
}
.font22 {
    font-size: 22px !important;
}
.font24 {
    font-size: 24px !important;
}
.font26 {
    font-size: 26px !important;
}
.font30 {
    font-size: 30px;
}
.font36 {
    font-size: 36px;
}
.font40 {
    font-size: 40px;
}

.fb {
    font-weight: 700;
}




/* text-align */
.text-center {
    text-align: center;
}

/* margin */

.mt-3 {margin-top: -3px;}
.mr0, .mv0, .ma0 {margin-right:  0px;}
.ml0, .mv0, .ma0 {margin-left:   0px;}
.mt0, .mh0, .ma0 {margin-top:    0px;}
.mb0, .mh0, .ma0 {margin-bottom: 0px;}
.mr05, .mv05, .ma05 {margin-right:  5px;}
.ml05, .mv05, .ma05 {margin-left:   5px;}
.mt05, .mh05, .ma05 {margin-top:    5px;}
.mb05, .mh05, .ma05 {margin-bottom: 5px;}
.mr10, .mv10, .ma10 {margin-right:  10px;}
.ml10, .mv10, .ma10 {margin-left:   10px;}
.mt10, .mh10, .ma10 {margin-top:    10px;}
.mb10, .mh10, .ma10 {margin-bottom: 10px;}
.mr15, .mv15, .ma15 {margin-right:  15px;}
.ml15, .mv15, .ma15 {margin-left:   15px;}
.mt15, .mh15, .ma15 {margin-top:    15px;}
.mb15, .mh15, .ma15 {margin-bottom: 15px;}
.mr20, .mv20, .ma20 {margin-right:  20px;}
.ml20, .mv20, .ma20 {margin-left:   20px;}
.mt20, .mh20, .ma20 {margin-top:    20px;}
.mb20, .mh20, .ma20 {margin-bottom: 20px;}
.mr25, .mv25, .ma25 {margin-right:  25px;}
.ml25, .mv25, .ma25 {margin-left:   25px;}
.mt25, .mh25, .ma25 {margin-top:    25px;}
.mb25, .mh25, .ma25 {margin-bottom: 25px;}
.mr30, .mv30, .ma30 {margin-right:  30px;}
.ml30, .mv30, .ma30 {margin-left:   30px;}
.mt30, .mh30, .ma30 {margin-top:    30px;}
.mb30, .mh30, .ma30 {margin-bottom: 30px;}
.mr35, .mv35, .ma35 {margin-right:  35px;}
.ml35, .mv35, .ma35 {margin-left:   35px;}
.mt35, .mh35, .ma35 {margin-top:    35px;}
.mb35, .mh35, .ma35 {margin-bottom: 35px;}
.mr40, .mv40, .ma40 {margin-right:  40px;}
.ml40, .mv40, .ma40 {margin-left:   40px;}
.mt40, .mh40, .ma40 {margin-top:    40px;}
.mb40, .mh40, .ma40 {margin-bottom: 40px;}
.mr50, .mv50, .ma50 {margin-right:  50px;}
.ml50, .mv50, .ma50 {margin-left:   50px;}
.mt50, .mh50, .ma50 {margin-top:    50px;}
.mb50, .mh50, .ma50 {margin-bottom: 50px;}
.mr37-5, .mv37-5, .ma37-5 {margin-right:  37.5px;}
.ml37-5, .mv37-5, .ma37-5 {margin-left:   37.5px;}
.mt37-5, .mh37-5, .ma37-5 {margin-top:    37.5px;}
.mb37-5, .mh37-5, .ma37-5 {margin-bottom: 37.5px;}






