@charset "utf-8";

.main {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/*头部*/
.header {
	position: fixed;
	top: 0;
	background: #F5F7FA;
	z-index: 888;
	width: 100%;
	height: 80px;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.header-main {
	height: 80px;
	/*padding:10px 0;*/
}

.logo {
	float: left;
	padding-top: 8px;
}

.logo img {
	width: 150px;
	height: 63px;
}

.nav {
	float: left;
	margin-left: 18px;
	background: none;
}

/*.nav > ul > li{}*/
.nav>ul>li {
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	margin-left: 36px;
	position: relative;
	z-index: 100;
	cursor: pointer;
}

.nav>ul>li:hover {
	border-bottom: 2px solid #d81817;
}

.nav>ul>li>a {
	display: block;
	height: 80px;
}

.nav>ul>li.on {
	border-bottom: 2px solid #d81817;
}

.nav>ul>li.on>a {
	color: #d81817;
}

.nav ul li span {
	display: inline-block;
	position: relative;
}

.nav ul li span::after {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: red;
	position: absolute;
	top: 25px;
	left: 34px;
}

.nav>ul>li .nav-menu {
	width: 110px;
	padding: 10px 20px;
	background: #fff;
	display: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	position: absolute;
	z-index: 99;
	top: 81px;
	left: -57px;
}

.nav>ul>li:nth-child(3) .nav-menu,
.nav>ul>li:nth-child(5) .nav-menu {
	left: -39px;
}

.nav .nav-menu li a {
	display: block;
	font-size: 16px;
	line-height: 50px;
}

.top-tel {
	float: right;
	padding: 10px 0 10px 40px;
	height: 30px;
	background: url(../images/icon-tel.png) left center no-repeat;
	color: #333;
	text-align: right;
	margin-top: 15px;
}

.top-tel span {
	display: block;
	font-size: 24px;
	line-height: 28px;
}

.mzsm {
	font-size: 14px;
	color: #999;
	margin: 57px auto;
	width: 1200px;
}

/*轮播图*/
.banner-main {
	width: 100%;
	position: relative;
}

.banner {
	width: 100%;
	height: 459px;
	position: relative;
	overflow: hidden;
	background: #F3F3F3;
}

.banner .bd {
	width: 100% !important;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner .bd .slide {
	width: 100% !important;
	height: 459px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto 100%
}

.banner .bd .slide a {
	display: block;
	width: 100%;
	height: 100%
}

.banner .bd .slide a img {
	display: block;
	width: 100%;
	height: 100%;
}

.banner .hd {
	height: 24px;
	padding: 0 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.banner .hd ul {
	position: absolute;
	left: 46%;
	z-index: 10;
}

.banner .hd ul li {
	float: left;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	cursor: pointer;
	background: #fff;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.banner .hd ul li.on {
	background: #d81817;
	width: 40px;
	border-radius: 30px;
}

.banner span.prev,
.banner span.next,
.slide-photo span.prev,
.slide-photo span.next {
	width: 56px;
	height: 56px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -28px;
	cursor: pointer;
	background: rgba(0, 0, 0, .3);
}

.banner span.next,
.slide-photo span.next {
	left: auto;
	right: 5%;
}

.banner span ins,
.slide-photo span ins {
	display: block;
	width: 16px;
	height: 28px;
	margin: 14px auto;
	background: url(../images/icon.png) no-repeat -90px -138px;
}

.banner span.next ins,
.slide-photo span.next ins {
	background-position: -125px -138px;
}

.banner span.prev:hover,
.banner span.next:hover {
	background-color: rgba(0, 0, 0, .5);
}


/*底部*/
.footer {
	border-top: 1px solid #e6e6e6;
	font-size: 14px;
}

.footer .footer-top {
	padding: 40px 0;
}

.footer .links {}

.footer .links p,
.footer .ewm p {
	margin-top: 20px;
}

.footer .links p a {
	padding-right: 32px;
}

.footer .ewm p {
	margin-bottom: 9px;
	color: #999999;
	vertical-align: middle;
}

.footer .ewm p img {
	padding-right: 4px;
	vertical-align: middle;
}

.footer-bot {
	background: #292c33;
	width: 100%;
	padding: 15px 0;
}

.footer-nav {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}

.footer-nav a {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	color: #fff;
}

.footer-word {
	text-align: center;
	font-size: 12px;
	line-height: 2;
	color: #fff;
}

.footer-word a {
	color: #fff;
}

.footer-word img {
	vertical-align: text-top;
	padding-left: 5px;
}

/*右悬浮*/
.aside-right {
	width: 76px;
	position: absolute;
	top: 540px;
	left: 50%;
	margin: 0 0 0 620px;
}

.aside-right li {
	width: 76px;
	height: 76px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	background: #d81817;
	margin-bottom: 2px;
	overflow: hidden;
}

.aside-right li:nth-child(2) {
	background: #FFB000;
}

.aside-right li:nth-child(3) {
	background: #F66;
}

.aside-right li:nth-child(4) {
	background: #50C968;
}

.aside-right li ins {
	display: block;
	width: 47px;
	height: 43px;
	margin: 6px auto 2px;
	background: url(../images/icon-aside.png) 0 0 no-repeat;
}

.aside-right li ins.s02 {
	background-position: 0 -43px;
}

.aside-right li ins.s03 {
	background-position: 0 -86px;
}

.aside-right li ins.s04 {
	background-position: 0 -129px;
}

.aside-right li a {
	color: #FFF;
	display: block;
}

/*弹窗*/
.y_reduced,
.h_wd_popup {
	width: 600px;
	height: 280px;
	margin: 0 auto;
	background: #fff;
	position: fixed;
	border-radius: 8px;
	overflow: hidden;
	z-index: 999;
	left: 0px;
	top: 0px;
	display: none;
}

.y_reduced_main,
.popup_main {
	position: relative;
}

.y_close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 13px;
	height: 13px;
	z-index: 12;
}

.y_close img {
	width: 100%;
	height: 100%;
}

.m_reduced_l {
	width: 250px;
	height: 280px;
	float: left;
	background: #0B9DF7;
	position: relative;
}

.m_reduced_l .m_reduced_l_title {
	width: 185px;
	display: block;
	margin: auto;
	position: relative;
	top: 33px;
}

.m_reduced_l .m_reduced_l_bj {
	position: absolute;
	bottom: 0;
	width: 270px;
	display: block;
}

.m_reduced_r {
	width: 325px;
	height: 280px;
	float: right;
}

.m_reduced_r_title {
	/*text-align:center;*/
	margin-top: 10px;
	overflow: hidden;
}

.m_reduced_r_title em {
	display: block;
	font-size: 17px;
	color: #E80000;
	text-align: center;
}

.m_reduced_r_title span {
	font-size: 14px;
	color: #454444;
	display: block;
	margin-top: 10px;
	padding-right: 20px;
}

.m_reduced_r form {
	margin-top: 15px;
	width: 300px;
}

.m_form_input {
	border: 1px solid #B4AFAF;
	height: 40px;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.m_form_input img {
	margin: 9px 0px 0 14px;
	width: 18px;
}

.m_form_input input {
	float: right;
	width: 230px;
	height: 25px;
	border: 0;
	border-left: 1px solid #999;
	margin-top: 7px;
	padding: 0 10px;
	font-size: 15px;
	color: #333;
}

.m_reduced_r form .m_form_button {
	width: 300px;
	height: 40px;
	background: #0B9DF7;
	display: block;
	border: 0;
	margin-top: 17px;
	font-size: 18px;
	color: #FFF;
	border-radius: 5px;
}

#gray {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0px;
	display: none;
	z-index: 999;
}

.house-wd h3 a {
	float: right;
	color: #fff;
	font-size: 16px;
	background: #ff6666;
	padding: 5px 15px;
	border-radius: 5px;
}

.h_wd_popup {
	height: auto;
}

.popup_header {
	position: relative;
	font-size: 14px;
	line-height: 1;
	z-index: 10;
	padding: 10px 15px;
	color: #666;
	background-color: #f6f6f6;
}

.popup_form {
	padding: 10px 20px;
}

.popup_form .field {
	width: 100%;
	padding-top: 18px;
}

.popup_form .field input,
.popup_form .field textarea,
.popup_form .field select {
	font-size: 14px;
	line-height: 1.3333333;
	text-indent: 15px;
	border-radius: 3px;
	border: 1px solid #ddd;
	width: 100%;
}

.popup_form .field input {
	height: 44px;
}

.popup_form .field select {
	height: 34px;
	color: #999;
	text-indent: 6px;
	background: url(../images/house-icon-arrow2.png) no-repeat center right;
}

.popup_form .field input.wd_submit {
	background: #ff0000;
	color: #fff;
	border: none;
	font-size: 16px;
}

.popup_form .field textarea {
	padding: 5px 0;
}

.popup_form .field label {
	display: block;
	color: #f00;
	font-family: simsun;
	font-size: 12px;
	padding-right: 5px;
	height: 0;
}

/*返回顶部*/
.backtop {
	background: #000 url(../images/back.png) center no-repeat;
	background-color: rgba(0, 0, 0, .75);
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 99;
	cursor: pointer;
	display: none;
	border-radius: 5px;
}

.backtop:hover {
	background-color: #D43;
}

/*渐变*/
.bg-blue {
	background: #1ebddf;
	background-image: -webkit-linear-gradient(135deg, #1ebddf, #88dcee);
	background-image: -moz-linear-gradient(135deg, #1ebddf, #88dcee);
	background-image: linear-gradient(-45deg, #1ebddf, #88dcee);
}

/*页码*/
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li span {
	position: relative;
	float: left;
	padding: 6px 12px;
	/*margin-left: -1px;*/
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination li:first-child a {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination li:last-child a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination li a:hover,
.pagination li a:focus {
	background-color: #eee;
}

.pagination .active span,
.pagination .active span:hover,
.pagination .active span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #d81817;
	border-color: #d81817;
}

.pagination .disabled span,
.pagination .disabled span:hover,
.pagination .disabled span:focus {
	color: #999;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-lg li a {
	padding: 10px 16px;
	font-size: 18px;
}

.pagination-sm li a,
.pagination-sm li span {
	padding: 5px 10px;
	font-size: 12px;
}

.page {
	text-align: center;
	padding-top: 25px;
}

.page a {
	display: inline-block;
	vertical-align: top;
	background: #FFF;
	border: 1px solid #ccc;
	margin: 0 3px;
	padding: 0 14px;
	line-height: 31px;
	border-radius: 3px;
}

.page a.on {
	background: #d81817;
	border-color: #d81817;
	color: #FFF;
}

.page ul {
	display: inline-block;
}


.lp-tit h3 {
	font-size: 24px;
	font-weight: normal;
	margin-right: 21px;
}

.lp-tit h3 ins {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background: url(../images/icon.png) -11px -51px no-repeat;
	margin-right: 12px;
}

.lp-more {
	display: inline-block;
	font-size: 18px;
	color: #999;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
}

.lp-more:hover {
	color: #d81817;
}

.zxbk-tab ul li.on,
.thlp-tab ul li.on,
.ztlp-tab ul li.on {
	color: #d81817;
	border-bottom: 2px solid #d81817;
}

.lp-tit h3 span {
	font-size: 18px;
}

/*特惠专区*/
.thzq-tab {}

/*.thzq-tab ul{width:747px;}*/
/*.thzq-tab ul li{border-bottom: 1px solid #e6e6e6;border-right:1px solid #eee;}*/
/*.thzq-tab ul li.on{border:1px solid #e6e6e6;color:#fff; border-bottom:1px solid #fff;border-top-color:#d81817;border-top-color:#d81817;background:#d81817;}*/
.thzq-tab ul li {
	float: left;
	padding: 0 57px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	font-size: 18px;
	border-bottom: 1px solid #e6e6e6;
}

.thzq-tab ul li.on {
	border: 1px solid #e6e6e6;
	color: #d81817;
	border-bottom: 1px solid #fff;
	border-top-color: #d81817;
	background: #fff;
}

.thzq-tab .lp-more {
	width: 453px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 0;
	text-align: right;
}

.zxbk-list-c {
	width: 380px;
	float: left;
	margin-right: 30px;
}

.thzq-cont {
	margin-top: 27px;
	/*height:310px;*/
	overflow: hidden;
}

.thzq-list {}

.thzq-list ul {
	/*height:310px;*/
	width: 100%;
}

.thzq-list ul li,
.thlp-list ul li,
.ztlp-list ul li {
	width: 287px;
	float: left;
	margin-right: 17px;
}

.thzq-list ul li .img,
.thlp-list ul li .img,
.ztlp-list ul li .img {
	position: relative;
}

.thzq-list ul li .img p,
.thlp-list ul li .img p,
.ztlp-list ul li .img p {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	font-size: 16px;
	color: #fff;
	height: 34px;
	line-height: 34px;
	bottom: 0;
	text-indent: 12px;
}

.thzq-list ul li .price,
.thlp-list ul li .price,
.ztlp-list ul li .price {
	padding: 10px 12px 18px 12px;
}

.thzq-list ul li .price>span,
.thlp-list ul li .price>span {
	border: 1px solid #e6e6e6;
	color: #999;
	padding: 4px;
	font-size: 14px;
}

.thzq-list ul li .price .fl span,
.thlp-list ul li .price .fl span,
.ztlp-list ul li .price .fl span {
	color: #d81817;
	font-size: 20px;
}

.thzq-list ul li .price .fr,
.thlp-list ul li .price .fr,
.ztlp-list ul li .price .fr {
	margin-top: 3px;
}

.thzq-list ul li .price .fr ins,
.thlp-list ul li .price .fr ins,
.ztlp-list ul li .price .fr ins {
	display: inline-block;
	width: 10px;
	height: 14px;
	background: url(../images/icon.png) -117px -13px no-repeat;
	margin-right: 5px;
	vertical-align: middle;
}

.zxbk-list-c:last-child,
.thzq-cont ul li:last-child {
	margin-right: 0px;
}

/*看房报名*/
.kfbm {
	width: 283px;
	border: 1px solid #e6e6e6;
	/*height:628px;*/
}

.kfbm .kfbm-top {
	width: 247px;
	padding: 18px;
	color: #fff;
	background: url(../images/thlp01.jpg) no-repeat 208px bottom;
	background-color: #333C5B;
}

.kfbm .kfbm-top span {
	font-size: 24px;
	vertical-align: middle;
}

.kfbm .kfbm-top ins {
	display: inline-block;
	vertical-align: middle;
	margin-right: 11px;
	width: 37px;
	height: 37px;
	background: url(../images/icon.png) -10px -133px no-repeat;
}

.kfbm-form {
	padding: 0 18px;
}

.kfbm-form .number {
	font-size: 16px;
	height: 66px;
	line-height: 66px;
}

.kfbm-form .number span {
	color: #d81817;
	font-size: 24px;
}

.kfbm-form form input.text {
	padding: 10px 12px;
	width: 223px;
	border: 1px solid #e6e6e6;
	margin-bottom: 36px;
}

.kfbm-form form .sex {
	margin-left: 41px;
	margin-bottom: 18px;
}

.kfbm-form form input.submit {
	display: block;
	width: 100%;
	border: none;
	border: 1px solid #d81817;
	background: url(../images/icon-submit.png) 84px center no-repeat;
	vertical-align: middle;
	padding: 10px 0 10px 15px;
	font-size: 18px;
	color: #d81817;
	background-color: #fff;
}

.kfbm-form ul li {
	margin-bottom: 13px;
}

.thlp-cont,
.ztlp-cont {
	/*height:628px;*/
	overflow: hidden;
	width: 896px;
}

.thlp-cont .thlp-list {}

.thlp-list ul li,
.ztlp-list ul li {
	margin-bottom: 17px;
	margin-right: 17px;
}

.thlp-list ul li:nth-child(3n),
.ztlp-list ul li:nth-child(3n) {
	margin-right: 0px;
}

.thlp-list ul li .price .time {
	color: #979797;
	font-size: 14px;
}

/*.sex label{position: relative;}*/
.kfbm-form form input[type="radio"] {
	display: none;
}

.kfbm-form form input[type="radio"]+label::before {
	content: "\a0";
	display: inline-block;
	vertical-align: text-top;
	width: 10px;
	height: 10px;
	margin-right: .4em;
	border-radius: 50%;
	border: 1px solid #e6e6e6;
	text-indent: .15em;
	line-height: 1;
	padding: 5px;
}

.kfbm-form form input[type="radio"]:checked+label::before {
	background-color: #d81817;
	background-clip: content-box;
	padding: 5px;
}

/*楼盘搜索*/
.house-top {
	height: 63px;
	margin-top: 80px;
}

.house-top .house-top-tit {
	width: 600px;
}

.house-top .house-top-tit li {
	float: left;
	color: #999;
	height: 63px;
	line-height: 63px;
	margin-right: 5px;
}

.house-top .house-top-tit li a {
	color: #999;
	/*padding-right:7px;*/
	font-size: 14px;
}

.house-top .house-top-seach {
	width: 530px;
	height: 63px;
}

.house-top .house-top-seach .sch-m {
	width: 100%;
	height: 33px;
	background: #FFF;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #d81817;
	margin-top: 14px;
}

.house-top .house-top-seach .txt01 {
	float: left;
	width: 435px;
	height: 33px;
	padding-left: 10px;
	line-height: 33px;
	color: #999;
	background: #FFF;
	border: none;
}

.house-top .house-top-seach .btnSubmit {
	float: right;
	width: 83px;
	height: 100%;
	border: none;
	background: #d81817 url(../images/icon-sch.png) center center no-repeat;
	color: #FFF;
	font-size: 18px;
	text-indent: 32px;
}

.txtoverflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.shadow {
	-webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
}

.header,
.d-info,
.house-details-con .h-con,
.d-lp-list,
.d-dt .left-box,
.kfbm,
.d-hxt,
.d-wz,
.house-jgzs,
.house-r-box,
.house-dt,
.house-wd,
.hxt,
.house-slt-cont,
.house-list-l .l-cont>ul>li,
.house-list-l .l-slt,
.house-list-r .r-list ul li,
.answers-nav,
.zyzn-l,
.zt-c-t,
.zyzn-l-c>ul>li,
.zxbk-list-c,
.thzq-list ul li,
.thlp-list ul li,
.ztlp-list ul li,
.select,
.news-p-box,
.lp-xc-lb,
.house-list-r .house-l-r-bm,
.zx-rw {
	background: #fff;
}

.house-list-l .l-cont>ul>li {
	border-radius: 5px;
}

/*.house-list-l .l-slt{padding:0 20px;width:857px;}*/
.hxt {
	padding: 20px;
}
