/* 头部部分开始 */
.header .public-width {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 12px 0;
}
.header-input {
	position: relative;
}
.header-city {
	cursor: pointer;
}
.header-city span {
	font-size: 16px;
	color: #494949;
	background: url(../images/dingwei.png) no-repeat left center;
	padding-left: 17px;
}
.header-city p {
	color: #a1a1a1;
}
.header-city-hide {
	border: 1px solid #eee;
	position: absolute;
	left: 0;
	bottom: -35px;
	background: #fff;
	display: none;
}
.header-city-hide a {
	display: inline-block;
	font-size: 16px;
	padding: 3px 15px;
}
.header-input {
	display: flex;
	align-items: center;
}
.header-input .header-city:hover .header-city-hide {
	display: block;
}
.header-input form {
	display: flex;
	align-items: center;
}
.header-input input {
	height: 42px;
	line-height: 42px;
}
.header-input input:nth-of-type(1) {
	color: #a9a8af;
	width: 300px;
	text-indent: 30px;
	margin-left: 9px;
	box-sizing: border-box;
	border: 2px solid #b5e186;
	border-right: none;
	background: url(../images/fangdajing.png) 5px center no-repeat;
}
.header-input input:nth-of-type(2) {
	width: 100px;
	text-align: center;
	background: #6bc30d;
	color: #fff;
	font-size: 16px;
}
.header-phone {
	text-align: right;
	background: url(../images/dianhua.png) no-repeat right bottom 3px;
	padding-right: 22px;
}
.header-phone i {
	color: #a9a8af;
}
.header-phone p {
	font-size: 20px;
	color: #6bc30d;
	font-weight: 700;
	line-height: 25px;
}
.header-map a {
	display: block;
	color: #a9a8af;
	font-size: 14px;
	background: url(../images/ditu2.png) no-repeat top center;
	padding-top: 27px;
}
.header-map a:hover {
	color: #6bc30d;
	background: url(../images/ditu1.png) no-repeat top center;
}
.header-house {
	text-align: center;
	position: relative;
	cursor: pointer;
}
.header-house p {
	color: #a9a8af;
	background: url(../images/dd1.png) no-repeat top center;
	padding-top: 27px;
}
.header-house p:hover {
	color: #6bc30d;
	background: url(../images/dd2.png) no-repeat top center;
}
.header-house img {
	display: none;
	position: absolute;
	left: -27px;
	bottom: -113px;
	width: 100px;
	height: 100px;
	background: #fff;
	padding: 5px;
	border: 1px solid #d1d1d1;
	z-index: 8;
}
.header-house:hover img:nth-of-type(1) {
	display: block;
}
.header-nav {
	background: #6bc30d;
}
.header-nav .public-width ul {
	display: flex;
}
.header-nav .public-width ul li {
	margin: 6px 0;
}
.header-nav .public-width ul li a {
	padding: 0 22px;
	font-size: 16px;
	color: #fff;
}
.header-nav .public-width ul li:not(:last-child) a {
	border-right: 1px solid #fff;
}
/*首页导航部分结束*/

/*新列表页start*/
.list-loop ul li {
	width: 400px;
	margin-right: 5px;
	position: relative;
}
.list-loop ul li a img {
	width: 100%;
}
.list-loop ul li a i {
	position: absolute;
	top: 2px;
	font-size: 12px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #505050;
}
.list-loop ul li a i:nth-of-type(1) {
	left: 4px;
}
.list-loop ul li a i:nth-of-type(2) {
	right: 4px;
}
.list-loop .list-loop-left, .list-loop .list-loop-right {
	position: absolute;
	z-index: 10;
	top: 80px;
}
.list-loop .list-loop-left {
	left: 3px;
}
.list-loop .list-loop-right {
	right: 3px;
}
.list-fast {
	position: absolute;
	left: 58px;
	top: 0;
	z-index: 11;
	background: #FFFFFF;
	border: 1px solid #e8e8e9;
	border: 1px solid #e4e3e6;
	padding: 4px 17px 11px 17px;
}
.list-fast-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}
.list-fast-title span {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	background: url(../images/zhaofang.png) no-repeat left center;
	padding-left: 30px;
}
.list-fast-title p {
	color: #AAAAAA;
}
.list-fast-title p i {
	font-weight: 700;
	color: #f54157;
	padding: 0 3px;
}
.list-fast-public {
	display: flex;
	align-items: center;
	margin-bottom: 9px;
}
.list-fast-flex {
	width: 242px;
	display: flex;
	justify-content: space-between;
}
.list-fast-public p {
	color: #4f4f4f;
	margin-right: 13px;
}
.list-fast-public select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 3px;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	height: 33px;
	line-height: 33px;
	background: url(../images/xuanze.png) no-repeat right 7px center;
}
.list-fast-center1 select {
	width: 116px;
}
.list-fast-center2 select {
	width: 74px;
}
.list-fast-center3 input {
	height: 33px;
	line-height: 33px;
	border: 1px solid #d6d6d6;
	width: 240px;
	text-indent: 8px;
	color: #666666;
}
.list-fast-bt {
	display: flex;
	justify-content: space-between;
}
.list-fast-bt input {
	width: 227px;
	background: #f7f7f7;
	border: 1px solid #e1e1e1;
	color: #a9a8af;
	text-indent: 10px;
	height: 33px;
	line-height: 33px;
}
.list-fast-bt button {
	font-weight: 600;
	color: #ffffff;
	background: #ff5454;
	width: 100px;
	text-align: center;
}
.list-main {
	background: #f1f0f0;
	padding-bottom: 22px
}
.list-area {
	background: #FFFFFF;
	padding: 11px 20px 0 20px;
}
.list-area-choose {
	display: flex;
	padding-bottom: 13px;
	border-bottom: 1px solid #f7f7f7;
}
.list-area-choose span {
	width: 7%;
	color: #333333;
	font-weight: 600;
}
.public-list-area ul {
	flex-wrap: wrap;
	display: flex;
}
.public-list-area ul li {
	white-space: nowrap;
	margin-right: 20px;
}
.public-list-area ul li a {
	white-space: nowrap;
	color: #4f4f4f;
	display: block;
	padding: 0 10px;
}
.public-list-area ul li a:hover {
	color: #6bc30d;
}
.public-list-area ul li.on a {
	border: 1px solid #daf0c3;
	color: #519c00;
}
.list-area-choose-top li {
	display: none;
}
.list-area-choose-top li.on {
	display: block;
}
.list-area-choose-bt ul {
	display: flex;
	flex-wrap: wrap;
	background: #e2effc;
	margin-top: 13px;
}
.list-area-choose-bt ul li {
	position: relative;
}
.list-area-choose-bt ul li a {
	display: block;
	padding: 2px 10px;
	margin-right: 20px;
}
.list-area-choose-bt ul li.on a {
	color: #519c00;
}
.list-area1 {
	display: flex;
	padding: 8px 0;
	border-bottom: 1px solid #f7f7f7;
	overflow: hidden;
}
.list-area1 span {
	color: #333333;
	width: 6.5%;
	font-weight: 600;
}
.list-area .list-area1:last-child {
	border-bottom: 0;
}
.list-area-condition {
	display: flex;
}
.list-area-condition-fl {
	display: flex;
}
.list-area-condition-fl span {
	color: #a88552;
	margin-right: 15px;
	font-weight: 600;
}
.list-area-condition-fl ul {
	display: flex;
}
.list-area-condition-fl ul li {
	margin-right: 20px;
}
.list-area-condition-fl ul li a {
	display: block;
	padding: 0 8px;
	color: #4f4f4f;
	border: 1px solid #cdb99b;/*background: url(../images/xx.png) no-repeat right 7px center;*/
}
.list-area-condition {
	padding: 8px 0;
}
.list-area-condition-fr a {
	color: #a88552;
}
.list-nav {
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	margin: 20px 0;
}
.list-nav-fl ul {
	display: flex;
}
.list-nav-fl ul li a {
	display: block;
	color: #4f4f4f;
	height: 50px;
	line-height: 50px;
	width: 145px;
	text-indent: 54px;
}
.list-nav-fl ul li {
	border-right: 4px solid #f7f7f7;
}
.list-nav-fl ul li:nth-child(1) a {
	background: url(../images/new_list-nav1.png) no-repeat left 30px center;
}
.list-nav-fl ul li:nth-child(2) a {
	background: url(../images/new_list-nav2.png) no-repeat left 30px center;
}
.list-nav-fl ul li:nth-child(3) a {
	background: url(../images/new_list-nav3.png) no-repeat left 30px center;
}
.list-nav-fl ul li.active a {
	color: #FFFFFF;
}
.list-nav-fl ul li:nth-child(1).active a {
	background: url(../images/new_list-nav11.png) no-repeat left 30px center #6bc30d;
}
.list-nav-fl ul li:nth-child(2).active a {
	background: url(../images/new_list-nav22.png) no-repeat left 30px center #6bc30d;
}
.list-nav-fl ul li:nth-child(3).active a {
	background: url(../images/new_list-nav33.png) no-repeat left 30px center #6bc30d;
}
.list-nav-fr {
	display: flex;
	align-items: center;
}
.list-nav-fr em {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-right: 20px;
	color: #4F4F4F;
	border-right: 4px solid #f7f7f7;
}
.list-nav-fr em i {
	color: #ff5454;
	font-size: 16px;
	font-weight: 700;
	padding: 0 3px;
}
.list-nav-sort {
	position: relative;
}
.list-nav-sort span {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-right: 44px;
	/*padding-left: 35px;*/
	padding-left: 0px;
	cursor: pointer;
}
.list-nav-sort span.up {
	background: url(../images/up.png) no-repeat right 22px center;
}
.list-nav-sort span.down {
	background: url(../images/down.png) no-repeat right 22px center;
}
.list-nav-sort p {
	display: none;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 20;
	background: #fff;
	text-align: right;
	padding: 5px 11px 5px 10px;
	border: 1px solid #e5e5e5;
	border-top: 0;
}
.list-nav-sort p a {
	display: block;
	color: #666666;
	padding-bottom: 12px;
}
.list-nav-sort p a:hover {
	color: #6bc30d;
}
.list-house {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.list-house-fl {
	width: 77.4%;
}
.list-house-fl1 {
	background: #ffffff;
}
.list-house-fl1>ul>li {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
.list-house-fl1 ul li .list-house-center {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-left: 16px;
	padding-right: 25px;
}
.house-left-top {
	display: flex;
	margin-bottom: 25px;
}
.house-left-img {
	position: relative;
	margin-right: 20px;
	height: 165px;
}
.house-left-img a, .house-left-img a img:nth-child(1) {
	display: block;
	width: 220px;
	height: 165px;
}
.house-left-img a {
	display: block;
	overflow: hidden;
}
.house-left-img a img:nth-child(1) {
	transition: all 0.8s;
}
.house-left-img a img:nth-child(1):hover {
	transform: scale(1.14);
}
.house-left-img a img:nth-child(2) {
	position: absolute;
	left: 38%;
	top: 31%;
}
.house-left-img p:nth-of-type(1) {
	position: absolute;
	left: 0;
	top: 0;
}
.house-left-img p span {
	color: #FFFFFF;
	display: block;
	padding: 0 8px;
}
.house-left-img p span.sale1 {
	background: #1463f4;
}
.house-left-img p span.sale2 {
	background: #4eb43a;
}
.house-left-img p span.sale3 {
	background: #616161;
}
.house-left-img p:last-child {
	position: absolute;
	left: 8px;
	bottom: 8px;
}
.house-left-word {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.house-left-word p:nth-child(1)>a {
	font-size: 24px;
	color: #333333;
	font-weight: 600;
	margin-right: 5px;
	max-width: 390px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.house-left-word p:nth-child(1) a:hover {
	color: #6bc30d;
}
.house-left-word p:nth-child(1) i a {
	color: #999999;
}
.house-left-word p:nth-child(2) {
	border: 1px dashed #ffabac;
	height: 28px;
	line-height: 28px;
	display: flex;
	align-items: center;
	border-bottom-right-radius: 9px;
	border-top-right-radius: 9px;
}
.house-left-word p:nth-child(2) em {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 600;
	background: #f44c4c;
	padding: 0 8px;
}
.house-left-word p:nth-child(2) span {
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 8px;
}
.house-left-word p:nth-child(3) span {
	font-size: 20px;
	color: #f44c4c;
	font-weight: 600;
	background: url(../images/new_list_phone.png) no-repeat left center;
	padding-left: 25px;
	margin-right: 20px;
}
.house-left-word p:nth-child(3) i {
	font-size: 16px;
	color: #24980d;
	background: url(../images/new_list_weixin.png) no-repeat left center;
	padding-left: 24px;
}
.house-left-word p:nth-child(4) a {
	display: inline-block;
	color: #666666;
	background: url(../images/dingwei2.png) no-repeat right center;
	padding-right: 20px;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.house-left-word p:nth-child(4) a:hover {
	color: #6bc30d;
}
.house-left-bt {
	background: url(../images/new_list_dongtai.png) no-repeat left center;
	padding-left: 32px;
}
.house-left-bt span {
	color: #63b808;
	font-weight: 600;
	padding-right: 5px;
	border-right: 2px solid #6bc30d;
}
.house-left-bt a, .house-left-bt i {
	color: #434343;
}
.house-left-bt a:hover {
	color: #63b808;
}
.house-left-erweima {
	position: absolute;
	top: 32px;
	right: 227px;
	background: #FFFFFF;
	border: 1px solid #6bc30d;
	display: none;
}
.house-left-erweima p {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
	background: #78c269;
	padding: 2px 0;
	text-align: center;
}
.house-left-erweima img {
	width: 100px;
	height: 100px;
	display: block;
	padding: 3px 8px 0 8px;
}
.house-left-erweima span {
	display: block;
	font-size: 12px;
	color: #606060;
	text-align: center;
	position: relative;
}
.house-left-erweima span:before {
	position: absolute;
	content: "";
	left: -11px;
	top: -65px;
	border-right: 11px solid #ffffff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	z-index: 10;
}
.house-left-erweima span:after {
	position: absolute;
	content: "";
	left: -13px;
	top: -67px;
	border-right: 13px solid #78c269;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	z-index: 9;
}
.list-house-fl1 ul li:hover .house-left-erweima {
	display: block;
}
.house-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.house-right p:nth-child(1) {
	font-size: 16px;
	color: #282727;
}
.house-right p:nth-child(1) span {
	font-size: 24px;
	color: #ff5454;
	font-weight: 600;
}
.house-right img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	margin-top: 6px;
	margin-bottom: 10px;
}
.house-right p:nth-of-type(2) {
	margin-bottom: 27px;
}
.house-right p:nth-of-type(2) a {
	display: inline-block;
	border-radius: 10px;
	padding: 0 6px;
	height: 26px;
	line-height: 26px;
}
.house-right p:nth-of-type(2) a:nth-child(1) {
	color: #5073cd;
	background: #f0f3ff;
	border: 1px solid #648dd8;
	margin-right: 9px;
}
.house-right p:nth-of-type(2) a:nth-child(2) {
	color: #e84242;
	background: #ffffff;
	border: 1px solid #e84242;
}
.house-right em {
	font-size: 16px;
	color: #a88552;
	padding-right: 17px;
	cursor: pointer;
}
.house-right em.up {
	background: url(../images/new_list_up.png) no-repeat right center;
}
.house-right em.down {
	background: url(../images/new_list_down.png) no-repeat right center;
}
.house-type {
	border: 1px solid #eaeaea;
	padding: 22px 33px 10px 16px;
	margin-top: 23px;
	border-bottom: 0;
	position: relative;
	display: none;
}
.house-type-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.house-type:before {
	position: absolute;
	content: "";
	right: 83px;
	top: -14px;
	border-bottom: 14px solid #eaeaea;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	z-index: 3;
}
.house-type:after {
	position: absolute;
	content: "";
	right: 86px;
	top: -12px;
	border-bottom: 12px solid #FFFFFF;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	z-index: 4;
}
.house-type-fl{
	overflow: hidden;
}
.house-type-fl ul {
	display: flex;
}
.house-type-fl ul li {
	margin-right: 15px;
}
.house-type-fl ul li:last-child {
	margin-right: 0;
}
.house-type-fl ul li a img {
	width: 140px;
	height: 120px;
	border: 1px solid #eaeaea;
}
.house-type-fl ul li a p {
	color: #515151;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.house-type-fr a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.house-type-fr a span {
	display: block;
	color: #8e8e8e;
	padding: 5px 12px;
	border-radius: 17px;
	border: 1px solid #e7e7e7;
	margin-top: 18px;
}
.house-type-fr a span:hover {
	background: #6bc30d;
	color: #FFFFFF;
	border: 1px solid #6bc30d;
}
.list-house-advert {
	width: 910px;
	margin: 0 auto 18px;
	padding-top: 18px !important;
	border-bottom: 1px solid #e2e2e2;
}
.list-house-advert ul li a img {
	width: 910px;
	height: 135px;
}
.list-house-advert ul li {
	position: relative;
}
.list-house-advert ul li a span {
	position: absolute;
	top: 3px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #8E8E8E;
}
.list-house-advert ul li a span:nth-of-type(1) {
	left: 3px;
}
.list-house-advert ul li a span:nth-of-type(2) {
	right: 3px;
}
.list-house-advert .list-house-advert-icon {
	bottom: 1px !important;
	left: 10px !important;
	text-align: left;
}
.list-house-advert .swiper-pagination-bullet {
	background: #FFFFFF;
	opacity: 1;
}
.list-house-advert .swiper-pagination-bullet-active {
	background: #78c269;
}
.list-house-sign {
	padding: 24px 18px 24px 16px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e2e2e2;
	background: #ffffff;
}
.public-list-sign {
	width: 440px;
	height: 172px;
}
.public-list-center {
	padding: 22px 17px 24px 18px;
}
.public-list-sign p:nth-of-type(1) {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 600;
	line-height: 42px;
}
.list-house-sign1 {
	background: url(../images/new_list_house1.png) no-repeat right -20px bottom -24px #648ddb;
}
.list-house-sign1 p:nth-of-type(1) span {
	color: #fff075;
}
.public-list-sign i {
	font-size: 16px;
	color: #FFFFFF;
}
.public-list-sign .public-list-center1 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list-house-sign1 .public-list-center1 {
	margin-top: 20px;
}
.list-house-sign1 .public-list-center1 em {
	color: #fff075;
	position: relative;
}
.list-house-sign1 .public-list-center1 em:before {
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	width: 31px;
	height: 2px;
	background: #FFFFFF;
}
.public-list-sign .public-list-center1 input.list-house-sign-num {
	width: 189px;
	height: 33px;
	font-size: 12px;
	color: #939393;
	line-height: 33px;
	border-radius: 20px;
	background: #FFFFFF;
	text-indent: 10px;
	border: 1px solid #dedede;
}
.public-list-sign .public-list-center1 input.list-house-sign-sub {
	position: absolute;
	right: 1px;
	background: #fb6849;
	color: #FFFFFF;
	width: 71px;
	height: 33px;
	line-height: 33px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 10;
}
.list-house-sign1 .public-list-center1 input.list-house-sign-sub {
	top: 1px;
}
.list-house-sign2 .public-list-center1 input.list-house-sign-sub {
	top: 7px;
}
.list-house-sign2 .public-list-center1 {
	margin-top: 12px;
}
.list-house-sign2 {
	background: url(../images/new_list_house.png) no-repeat right -70px top #65ae57;
}
.list-house-sign2 span {
	color: #fff077;
}
.list-house-sign2 span em {
	display: block;
	line-height: 24px;
}
.list-pages {
	margin-top: 13px;
	background: #ffffff;
}
.list-pages .pagination a.cur {
	background: #6bc30d;
}
.list-pages .pagination a:hover {
	color: #fff;
	background: #6bc30d;
	border: 1px #cccccc solid;
}
.list-house-fr1 {
	background: #FFFFFF;
	margin-bottom: 14px;
}
.list-house-fr1-title p {
	font-size: 20px;
	color: #FFFFFF;
	padding: 10px 30px 10px 60px;
	background: url(../images/new_list_zixun.png) no-repeat left -20px center #66bf54;
}
.list-house-line {
	background: #FFFFFF;
}
.list-house-line-img {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 19px 15px 13px 15px;
}
.list-house-line-img img {
	width: 71px;
	height: 71px;
	border-radius: 50%;
}
.list-house-line-img span {
	font-size: 20px;
	color: #313131;
	vertical-align: middle;
}
.list-house-line-img a {
	display: inline-block;
	color: #FFFFFF;
	background: #ff5c5c;
	border-radius: 20px;
	padding: 1px 6px;
}
.list-house-line-img i {
	display: block;
	width: 102px;
	text-align: center;
	border: 1px solid #a6d79c;
	margin-top: 3px;
}
.list-house-line-word span {
	color: #7b7b7b;
	padding-left: 9px;
	border-left: 5px solid #66bf54;
	padding-right: 6px;
	border-right: 1px solid #d3d3d3;
	margin-left: 14px;
}
.list-house-line-word i {
	color: #e96a0d;
	padding-left: 3px;
}
.list-house-line-bt {
	display: flex;
	flex-wrap: wrap;
	margin-top: 11px;
}
.list-house-line-bt p {
	width: 50%;
	text-align: center;
	border-top: 1px solid #e2e2e2;
	padding: 8px 0;
}
.list-house-line-bt p:nth-child(odd) {
	box-sizing: border-box;
	border-right: 1px solid #e2e2e2;
}
.list-house-fr2 {
	background: #FFFFFF;
}
.list-house-fr2-title {
	padding: 14px 0;
	border-bottom: 1px solid #ececec;
}
.list-house-fr2-title p {
	font-size: 20px;
	color: #101010;
	padding-left: 6px;
	border-left: 5px solid #66bf54;
	margin-left: 12px;
	line-height: 26px;
}
.list-house-week {
	padding-right: 5px;
	padding-left: 9px;
}
.list-house-week ul li {
	padding: 15px 0;
}
.list-house-week ul li:nth-child(-n+2) {
	border-bottom: 1px solid #e9e9e9;
}
.list-house-week-top {
	display: flex;
}
.list-house-week-img {
	margin-right: 8px;
	position: relative;
}
.list-house-week ul li:nth-child(1) .list-house-week-img:before {
	content: "1";
	background: #fa4b4b;
}
.list-house-week ul li:nth-child(2) .list-house-week-img:before {
	content: "2";
	background: #44c42a;
}
.list-house-week ul li:nth-child(3) .list-house-week-img:before {
	content: "3";
	background: #0082f1;
}
.list-house-week-img:before {
	position: absolute;
	left: 0;
	top: 0;
	color: #FFFFFF;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	z-index: 2;
}
.list-house-week-img a, .list-house-week-img a img {
	display: block;
	width: 92px;
	height: 69px;
	border-radius: 15px;
	overflow: hidden;
}
.list-house-week-img a img {
	transition: all 0.8s;
}
.list-house-week-img a img:hover {
	transform: scale(1.14);
}
.list-house-week-word a {
	font-size: 16px;
	color: #191818;
	line-height: 16px;
	display: block;
	max-width: 128px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.list-house-week-word a:hover {
	color: #6bc30d;
}
.list-house-week-word {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.list-house-week-word p {
	display: flex;
	align-items: center;
	border: 1px dashed #ffabac;
	height: 21px;
	line-height: 21px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
}
.list-house-week-word p span {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
	background: #f44c4c;
	padding: 0 6px;
}
.list-house-week-word p i {
	max-width: 88px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 6px;
	color: #cd1f22;
}
.list-house-week-word em {
	font-size: 12px;
	color: #707070;
	line-height: 14px;
}
.list-house-week-word em strong {
	color: #d21b1b;
	font-weight: 600;
}
.list-house-week-bt {
	display: flex;
	align-items: center;
	margin-top: 6px;
}
.list-house-week-bt a {
	color: #24b207;
	padding: 1px 17px;
	margin-right: 8px;
	border: 1px solid #24b207;
	border-radius: 20px;
}
.list-house-week-bt a:hover {
	background: #24b207;
	color: #FFFFFF;
}
.list-house-week-bt span {
	font-size: 12px;
	color: #8c8c8c;
}
.list-house-follow {
	padding: 5px 5px 12px 6px;
}
.list-house-follow ul li {
	padding-bottom: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list-house-follow ul li p {
	display: flex;
	align-items: center;
}
.list-house-follow ul li p span {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	background: #c6c6c6;
	border-radius: 50%;
}
.list-house-follow ul li p a:nth-of-type(1) {
	color: #191818;
	width: 85px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 3px;
	padding-left: 5px;
}
.list-house-follow ul li p a:nth-of-type(2) {
	font-size: 12px;
	color: #a0a0a0;
	width: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.list-house-follow ul li p a:hover {
	color: #24b207;
}
.list-house-follow ul li em {
	color: #595959;
	font-size: 12px;
	width: 66px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-house-follow ul li em i {
	color: #e12929;
}
.list-like {
	background: #FFFFFF;
}
.list-like-title {
	padding: 20px 0;
}
.list-like-title ul {
	display: flex;
	align-items: center;
}
.list-like-title ul li a {
	font-size: 20px;
	color: #777777;
}
.list-like-title li:nth-child(1) a {
	padding-right: 20px;
	border-right: 4px solid #6bc30d;
}
.list-like-title li:nth-child(2) a {
	padding-left: 20px;
}
.list-like-title li.active a {
	color: #333333;
	font-weight: 600;
}
.list-like-bt .list-like-bt1 {
	display: none;
}
.list-like-bt .list-like-bt1:nth-child(1) {
	display: block;
}
.list-like-bt1 ul {
	display: flex;
	align-items: center;
}
.list-like-bt1 ul li:nth-child(-n+3) {
	margin-right: 26px;
}
.list-like-img {
	position: relative;
}
.list-like-img>a {
	overflow: hidden;
}
.list-like-img>a, .list-like-img a img {
	display: block;
	width: 280px;
	height: 195px;
}
.list-like-img>a img {
	transition: all 0.8s;
}
.list-like-img>a img:hover {
	transform: scale(1.14);
}
.list-like-img-bt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.6);
	padding: 5px 0;
}
.list-like-img-bt p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-like-img-bt p>a {
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 8px;
	max-width: 170px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.list-like-img-bt p span {
	padding-right: 8px;
}
.list-like-img-bt p i, .list-like-img-bt p i a {
	color: #FFFFFF;
}
.list-like-img-bt p a:hover {
	color: #6bc30d;
}
.list-like-word {
	display: flex;
	justify-content: space-between;
	margin-top: 10px
}
.list-like-word p span {
	color: #666666;
	display: block;
	line-height: 20px;
}
.list-like-word p i {
	color: #ff5454;
}
.list-like-word p i em {
	color: #666666;
}
.list-like-word p i b {
	font-size: 18px;
	font-weight: 600;
}
.list-like-word a {
	color: #666666;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #d9d9d9;
	text-align: center;
}
.list-like-word a:hover {
	background: #6bc30d;
	color: #FFFFFF;
	border: 1px solid #6bc30d;
}
/*新列表页end*/











/*详情页start*/

/*详情页公用在线咨询样式*/
/*这块需要更改详情页样式start*/
.publi-onlines a {
	display: block;
	width: 140px;
	height: 38px;
	border-radius: 6px;
	background: url(../images/ear.png) no-repeat right 10px center, linear-gradient(to bottom, rgb(83,196,242), rgb(62,100,254));
	margin-left: auto;
}
.publi-onlines a span, .publi-onlines a i {
	color: #fff;
	display: block;
	padding-left: 11px;
}
.publi-onlines a span {
	font-size: 17px;
	font-weight: 800;
	line-height: 14px;
	padding-top: 8px;
	margin-left: 6px;
}
.publi-onlines a i {
	-webkit-transform: scale(0.55);
	line-height: 14px;
	margin-left: -28px;
}
/*这块需要更改详情页样式end*/

.contentts {
	position: relative;
}
.contenttss {
	background: #f7f7f7;
}
.contenttss>.contenttscs {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 28px;
}
.remetss {
	background: #fff;
}
.contentts {
	width: 100%;
	background: #f7f7f7;
}
.contentts>.contenttsc {
	width: 1200px;
	margin: 0 auto;
}
.weis {
	padding: 19px 0 46px 0;
}
.weis p {
	font-size: 14px;
	color: #777777;
}
.zhuyesanys {
	background: #fff;
	border-bottom: 2px solid #6bc30d;
	margin: 30px 0;
}
.zhuyetssfl {
	float: left;
}
.zhuyetssfl ul li {
	float: left;
	padding: 16px 0;
}
.zhuyetssfl ul li a {
	font-size: 16px;
	padding: 0 32px;
	color: #333333;
	border-right: 2px solid #ececec;
}
.zhuyetssfl ul li a img {
	vertical-align: middle;
}
.zhuyetssfl ul li a span {
	padding-left: 3px;
	vertical-align: middle;
}
.zhuyetssfl ul li .wuxians {
	border-right: none;
}
.zhuyetssfl ul .ons {
	display: block;
	background: #3bb2b3;
}
.zhuyetssfl ul .ons a {
	color: #fff;
	border-right: none;
}
.zhuyetssfl ul .ons:nth-child(1) {
	background: url(../images/pc1.png) no-repeat 32px center #6bc30d;
}
.zhuyetssfl ul .ons:nth-child(2) {
	background: url(../images/pic2.png) no-repeat 32px center #6bc30d;
}
.zhuyetssfl ul .ons:nth-child(3) {
	background: url(../images/pic3.png) no-repeat 32px center #6bc30d;
}
.zhuyetssfl ul .ons:nth-child(4) {
	background: url(../images/pic4.png) no-repeat 32px center #6bc30d;
}
.zhuyetssfl ul .ons:nth-child(5) {
	background: url(../images/pic5.png) no-repeat 32px center #6bc30d;
}
.zhuyetssfl ul .ons:nth-child(6) {
	background: url(../images/pic6.png) no-repeat 32px center #6bc30d;
}
.zhuyetssfl ul .ons:nth-child(7) {
	background: url(../images/pic7.png) no-repeat 32px center #6bc30d;
}
.zhuyetssfl ul .ons img {
	opacity: 0;
}
.zhuyetssfr {
	float: right;
	margin-top: 8px;
	margin-right: 16px;
}
.zhuyetssfr i {
	color: #a9a8af;
	padding-left: 52px;
}
.zhuyetssfr p {
	font-size: 20px;
	color: #6bc30d;
	font-weight: 700;
	background: url(../images/dianhua.png) no-repeat right center;
	padding-right: 24px;
	line-height: 19px;
}
.conbigui {
	background: url(../images/beijing.jpg) no-repeat;
}
.conbiguice {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 28px;
}
.conbiguifl {
	float: left;
	width: 51.7%;
}
.conbiguifltop {
	margin-top: 25px;
	margin-bottom: 17px;
}
.conbiguifltops > a {
	font-size: 26px;
	color: #fff;
	float: left;
	font-weight: 600;
}
.conbiguifltops > a:hover {
	color: #6bc30d;
}
.conbiguifltops i {
	float: left;
	color: #fff;
	font-size: 14px;
	padding: 0px 5px;
	border-radius: 3px;
	margin-left: 7px;
	line-height: 20px;
	margin-top: 14px;
}
.conbiguifltops i.on_sale {
	background: #1463f4;
}
.conbiguifltops i.daishou {
	background: #f5334b;
}
.conbiguifltops i.shouwan {
	background: #ffa900;
}
.conbiguifltops h2 {
	float: left;
	margin-top: 14px;
	margin-left: 10px;
	font-weight: 600;
	color: #fff;
}
.conbiguifltops h2 span a {
	font-size: 14px;
	color: #fff;
}
.conbiguifltops h2 span a:hover {
	color: #6bc30d;
}
.conbiguifltopx span {
	padding: 2px 6px;
	font-size: 14px;
	margin-right: 5px;
}
.conbiguifltopx span:nth-child(1) {
	color: #a6d29a;
	border: 1px solid #a6d29a;
}
.conbiguifltopx span:nth-child(2) {
	color: #48b3e2;
	border: 1px solid #48b3e2;
}
.conbiguifltopx span:nth-child(3) {
	color: #f07c69;
	border: 1px solid #f07c69;
}
.conbiguiflbts {
	position: relative;
}
.conbiguiflbts .swiper-wrapper video {
	object-fit: fill;
}
.conbiguiflbtsbf {
	position: absolute;
	top: 166px;
	left: 259px;
}
.conbiguiflbtx {
	position: relative;
	margin-top: 10px;
}
.conbiguiflbtx .zuoanniu {
	position: absolute;
	left: 25;
	top: 32;
	z-index: 3;
}
.conbiguiflbtx .youabniu {
	position: absolute;
	right: 18;
	top: 15;
	z-index: 3;
}
.conbiguiflbtxtu ul li {
	float: left;
	margin-right: 16px;
	position: relative;
}
.conbiguiflbtxtu ul li:last-child {
	margin-right: 0;
}
.conbiguiflbtxtu ul li p {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	line-height: 30px;
}
.conbiguiflbtxtu ul li a img {
	width: 143px;
	height: 100px;
}
.conbiguiflbtstu a span {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.conbiguiflbtstu a span img {
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
}
.conbiguifr {
	float: right;
	width: 47%;
}
.conbiguifrtop {
	margin-top: 70px;
	margin-bottom: 15px;
}
.conbiguifrtop ul li {
	float: left;
	padding: 0 24px;
	border-right: 1px solid #979ca1;
}
.conbiguifrtop ul li:last-child {
	border-right: 0;
}
.conbiguifrtop ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding-left: 28px;
	font-weight: 600;
}
.conbiguifrtop ul li:nth-child(1) a {
	background: url(../images/sanx11.png) no-repeat left center;
	color: #6bc30d;
	font-weight: 600;
}
.conbiguifrtop ul li:nth-child(2) a {
	background: url(../images/sanx2.png) no-repeat left center;
}
.conbiguifrtop ul li:nth-child(3) a {
	background: url(../images/sanx3.png) no-repeat left center;
}
.conbiguifrtop ul li:nth-child(4) a {
	background: url(../images/sanx4.png) no-repeat left center;
}
.conbiguifrtop ul li a:hover {
	color: #6bc30d;
	font-weight: 600;
}
.conbiguifrtop ul li:nth-child(2) a:hover {
	background: url(../images/sanx22.png) no-repeat left center;
}
.conbiguifrtop ul li:nth-child(3) a:hover {
	background: url(../images/sanx33.png) no-repeat left center;
}
.conbiguifrtop ul li:nth-child(4) a:hover {
	background: url(../images/sanx44.png) no-repeat left center;
}
.conbiguifrbts {
	padding: 21px 20px 18px 20px;
	background: linear-gradient(to bottom right, rgba(255,136,120,1), rgba(254,68,67,1));
	height: 62px;
}
.conbiguifrbtsfl {
	float: left;
	color: #fff;
}
.conbiguifrbtsfl span {
	font-size: 14px;
	font-weight: 600;
}
.conbiguifrbtsfl strong {
	font-size: 34px;
	font-weight: 700;
	line-height: 37px;
}
.conbiguifrbtsfl i {
	font-size: 16px;
	padding-left: 3px;
}
.conbiguifrbtsfl p {
	font-size: 14px;
}
.conbiguifrbtsfr {
	float: right;
	margin-top: 12px;
}
.conbiguifrbtsfr a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #ea4443;
	border-radius: 25px;
	border: 1px solid #e24745;
	padding: 3px 26px;
}
.conbiguifrbtx {
	padding: 20px 18px 12px;
	background: #fff;
	height: 378px;
	position: relative;
}
.conbiguifrbtxtop {
	padding: 12px 11px 12px 17px;
	border: 2px solid #4273fc;
	border-radius: 10px;
	display: inline-block;
}
.conbiguifrbtxtop p {
	font-size: 14px;
	color: #777777;
	background: url(../images/sanbo1.png) no-repeat left center;
	padding-left: 24px;
	margin-bottom: 6px;
}
.conbiguifrbtxtop input {
	color: #484848;
	padding: 8px 70px;
	background: url(../images/sandian1.png) no-repeat left 14px center #f3faff;
	padding-left: 34px;
	border-radius: 20px;
	margin-right: 4px;
}
.conbiguifrbtxtop button {
	display: inline-block;
	padding: 4px 20px;
	font-size: 14px;
	font-weight: 900;
	color: #fff;
	background: linear-gradient(to right, rgba(83,194,243,1), rgba(62,98,254,1));
	border-radius: 20px;
}
.conbiguifrbt {
	height: 512px;
}
.conbiguifrbtxce ul li {
	padding-top: 8px;
}
.conbiguifrbtxce ul li p {
	font-size: 14px;
	color: #999999;
}
.conbiguifrbtxce ul li  .licence{
	display: inline-block;
	max-width: 280px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
}
.conbiguifrbtxce ul li .developer {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 400px;
}
.conbiguifrbtxce ul li p span {
	color: #777777;
}
.conbiguifrbtxce ul li.kaipans a {
	padding: 5px 8px;
	border: 1px solid #ff5454;
	border-radius: 4px;
	margin-left: 5px;
}
.conbiguifrbtxce ul li.kaipans a {
	font-size: 14px;
	color: #ff5454;
	background: url(../images/sankai.png) no-repeat left 8px center;
	padding-left: 26px;
}
.conbiguifrbtxce ul li.zishu a {
	display: inline-block;
	max-width: 300px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 17px;
	background: url(../images/sandis.png) no-repeat right center;
	padding-right: 16px;
	vertical-align: middle;
}
.conbiguifrbtxce ul li.zishu p a:hover {
	color: #6bc30d;
	background: url(../images/sandislu.png) no-repeat right center;
	padding-right: 16px;
}
.conbiguifrbtxbt {
	margin-top: 12px;
	padding: 7px 20px 7px 9px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}
.conbiguifrbtxbtfl {
	float: left;
}
.conbiguifrbtxbtce {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}
.conbiguifrbtxbtce i {
	display: inline-block;
	font-size: 18px;
	color: #ff5454;
	vertical-align: middle;
}
.conbiguifrbtxbtce>a img {
	width: 11%;
}
.conbiguifrbtxbtce p a {
	font-size: 26px;
	font-weight: 700;
	color: #ff6464;
	letter-spacing: 1.5px;
	line-height: 28px;
}
.conbiguifrbtxbtfr {
	float: right;
	margin-top: 12px;
}
.detail-scan {
	position: absolute;
	right: 18px;
	bottom: 110px;
	z-index: 10;
}
.detail-scan p {
	font-size: 16px;
	color: #fff;
	width: 156px;
	height: 37px;
	text-indent: 38px;
	position: relative;
	margin-bottom: -22px;
	background: url(../images/detail-saoma.png) no-repeat left top;
}
.detail-scan img {
	width: 110px;
	height: 110px;
	padding: 20px 8px 6px 8px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
}
/*碧桂园城市花园结束*/

/*详情页周边楼盘start*/
.ph_house {
	margin-top: 28px;
	margin-bottom: 7px;
}
.ph_house1 {
	width: 31.6%;
	float: left;
	background: #fff;
}
.ph_house .ph_house1:nth-child(2) {
	margin: 0 2.6%
}
.ph_house1_top {
	padding: 20px 0 20px 10px;
}
.ph_house1_top span {
	border-left: 4px solid #6bc30d;
	font: 600 20px Microsoft;
	color: #333333;
	padding-left: 8px;
}
.ph_house1_ce {
	padding: 8px;
	background: #f2f5f7;
}
.ph_house1_ce span {
	font-size: 14px;
	color: #999999;
}
.ph_house1_ce span:nth-child(1) {
	margin-right: 29%
}
.ph_house1_ce span:nth-child(2) {
	margin-right: 14.5%;
}
.ph_house1_ce span:nth-child(3) {
	margin-right: 13.5%;
}
.ph_house1_bt {
	padding: 0 10px;
}
.ph_house1_bt ul li {
	padding: 14px 0;
	line-height: 12px;
}
.ph_house1_bt ul li span {
	font-size: 14px;
}
.ph_house1_bt ul li span:nth-child(1) {
	color: #fff;
	width: 6%;
	text-align: center;
	padding: 0 4px;
	background: #d1d1d1;
}
.ph_house1_bt ul li:nth-child(-n+3) span:nth-child(1) {
	background: #ff5454;
}
.ph_house1_bt ul li span:nth-child(n+2) {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ph_house1_bt ul li span:nth-child(2) {
	width: 37%;
	color: #333333;
	margin-left: 1.5%;
}
.ph_house1_bt ul li span:nth-child(2):hover {
	color: #6bc30d;
}
.ph_house1_bt ul li span:nth-child(3) {
	width: 14%;
	color: #808080;
}
.ph_house1_bt ul li span:nth-child(4) {
	width: 27.6%;
	color: #ff5454;
	text-align: center;
	padding-right: 6px;
}
.ph_house1_bt ul li span:nth-child(5) {
	width: 9%;
	color: #808080;
}
.ph_house1_bt ul li:first-child {
	padding-top: 18px;
}
/*详情页周边楼盘end*/

/*底下大框开始*/
.biguiframe {
	background: #f7f7f7;
	padding-bottom: 30px;
}
.biguiframe .biguiframece {
	width: 1200px;
	margin: 0 auto;
	padding-top: 28px;
	padding-bottom: 1px;
}
/*在售户型开始*/
.biguionsales {
	background: #fff;
	margin: 30px 0;
}
.biguionsalestop {
	border-bottom: 1px solid #f4f4f4;
}
.biguionsalestopfl {
	float: left;
}
.biguionsalestopfl p {
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	padding: 12px 0 12px 20px;
}
.biguionsalestopfr {
	float: right;
}
.biguionsalestopfr ul li {
	float: left;
	padding: 14px 0;
}
.biguionsalestopfr ul li a {
	padding: 0 32px;
	font-size: 16px;
	color: #333333;
	border-right: 2px solid #dfdfdf;
}
.biguionsalestopfr ul li:last-child a {
	border-right: none;
}
.biguionsalestopfr ul li:hover {
	border-bottom: 2px solid #87ce3b;
}
.biguionsalestopfr ul li a:hover {
	color: #87ce3b;
}
.biguionsalesbt {
	padding: 0 20px;
}
.biguionsalesbt ul li {
	padding: 28px 0;
	border-bottom: 1px solid #f3f3f3;
}
.biguionsalesbtfl {
	float: left;
	width: 55%;
	position: relative;
}
.biguionsalesbtflzuo {
	float: left;
	width: 200px;
	height: 130px;
	margin-right: 20px;
}
.biguionsalesbtflzuo a > span {
	position: absolute;
	width: 52px;
	height: 52px;
	left: 80px;
	top: 35px;
}
.biguionsalesbtflzuo a > span img {
	width: 52px;
	height: 52px;
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
	border: none;
}
.biguionsalesbtflyou {
	float: left;
}
.biguionsalesbtflyou p {
	font-size: 16px;
	color: #777777;
}
.biguionsalesbtflyou p:nth-child(1) {
	font-size: 18px;
	color: #333333;
	margin-top: 8px;
}
.biguionsalesbtflyou p:nth-child(2) {
	padding: 15px 0;
}
.biguionsalesbtflyou p:nth-child(3) span {
	display: inline-block;
	font-size: 14px;
	padding: 1px 6px;
}
.biguionsalesbtflyou p:nth-child(3) span:nth-child(1) {
	color: #56a651;
	border: 1px solid #56a651;
	margin-right: 7px;
}
.biguionsalesbtflyou p:nth-child(3) span:nth-child(2) {
	color: #7897d2;
	border: 1px solid #7897d2;
}
.biguionsalesbtce {
	float: left;
	width: 28%;
	margin-top: 52px;
}
.biguionsalesbtce strong {
	font-size: 14px;
	color: #777777;
	width: 14%;
	float: left;
}
.biguionsalesbtce p {
	position: relative;
	width: 85%;
	float: left;
	margin-top: 3px;
}
.biguionsalesbtce p span {
	display: inline-block;
	width: 100%;
	background: #f7f7f7;
	padding: 4px 0;
}
.biguionsalesbtce p i {
	display: inline-block;
	width: 75%;
	background: #ff5454;
	padding: 4px 0;
	position: absolute;
	top: 6px;
	left: 0;
}
.biguionsalesbtfr {
	float: right;
	margin-top: 44px;
}
.biguionsalesbtfr a {
	display: inline-block;
	padding: 5px 30px;
	background: #f7f0e8;
	color: #a88552;
	font-size: 14px;
	border-radius: 6px;
}
.biguionsalesbtce p i.rendus2 {
	width: 60%;
}
.biguionsalesbtce p i.rendus3 {
	width: 90%;
}
/*在售户型结束*/

/*最新动态开始*/
.biguidynamicfl {
	float: left;
	background: #fff;
	width: 73%;
	/*height: 397px;*/
}
.biguidynamicfltop {
	border-bottom: 1px solid #f4f4f4;
}
.biguidynamicfltop p {
	float: left;
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	padding: 12px 0 12px 20px;
}
.biguidynamicfltop a {
	float: right;
	font-size: 14px;
	color: #999999;
	margin-top: 17px;
	margin-right: 18px;
}
.biguidynamicflbt {
	margin: 0 20px;
	padding-top: 16px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f4f4f4;
}
.biguidynamicflbt:last-child {
	border: none;
}
.biguidynamicflbtfl {
	float: left;
	margin-right: 16px;
}
.biguidynamicflbtce {
	float: left;
	width: 72%;
}
.biguidynamicflbtces i {
	display: inline-block;
	font-size: 14px;
	color: #80bc7d;
	border: 1px solid #80bc7d;
	padding: 1px 7px;
	margin-right: 8px;
}
.biguidynamicflbtces i.dongtas {
	color: #9ab1dd;
	border: 1px solid #9ab1dd;
}
.biguidynamicflbtces span {
	font-size: 18px;
	color: #333333;
}
.biguidynamicflbtcesz {
	margin-top: 8px;
	margin-bottom: 15px;
}
.biguidynamicflbtcesz p {
	font-size: 14px;
	color: #777777;
}
.biguidynamicflbtcesx span {
	font-size: 14px;
	display: inline-block;
	color: #999999;
	background: url(../images/sandong1.png) no-repeat left center;
	padding-left: 26px;
}
.biguidynamicflbtcesx i {
	font-size: 14px;
	display: inline-block;
	color: #999999;
	background: url(../images/sandong2.png) no-repeat left center;
	padding-left: 26px;
	margin: 0 40px;
}
.biguidynamicflbtcesx a {
	font-size: 16px;
	display: inline-block;
	color: #ff5454;
	font-weight: 600;
	background: url(../images/sandong3.png) no-repeat left center;
	padding-left: 26px;
}
.biguidynamicflbtfr {
	float: right;
	margin-top: 50px;
}
.biguidynamicflbtfr a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 3px 18px;
	background: linear-gradient(to right, rgba(255,126,112,1), rgba(254,68,67,1))
}
.biguidynamicfr {
	float: right;
	width: 23.5%;
	background: #fff;
	padding: 0 10px;
	height: 397px;
}
.biguidynamicfrtop p {
	padding: 18px 0;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
}
.biguidynamicfrce {
	background: #f7f7f7;
}
.biguidynamicfrce ul li {
	float: left;
	width: 25%;
	padding: 8px 0;
	text-align: center;
}
.biguidynamicfrce ul li p {
	color: #999999;
}
.biguidynamicfrbt ul li {
	padding: 28px 0;
	border-bottom: 1px solid #f2f2f2;
}
.biguidynamicfrbt ul li:last-child {
	border-bottom: none;
}
.biguidynamicfrbtzuo {
	float: left;
	margin-right: 14px;
}
.biguidynamicfrbtyou {
	float: left;
}
.biguidynamicfrbtyoufist i {
	float: left;
	font-size: 16px;
	font-weight: 900;
	color: #333333;
	margin-right: 10px;
}
.biguidynamicfrbtyoufist p {
	font-size: 14px;
	color: #999999;
	float: left;
	margin-top: 2px;
	display: block;
	width: 120px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.biguidynamicfrbtyoufist p em {
	color: #f54a5d;
}
.biguidynamicfrbtyoutwo span {
	font-size: 14px;
	padding: 1px 4px;
	margin: 0 2px;
}
.biguidynamicfrbtyoutwo span:nth-child(1) {
	border: 1px solid #76b772;
	color: #76b772;
}
.biguidynamicfrbtyoutwo span:nth-child(2) {
	border: 1px solid #7897d2;
	color: #7897d2;
}
.biguidynamicfrbtyoutwo span:nth-child(3) {
	border: 1px solid #e8a996;
	color: #e8a996;
}
.biguidynamicfrbtyoulast a {
	background: #ff5454;
	border-radius: 2px;
	padding: 0px 8px;
	color: #fff;
	display: inline-block;
	margin-top: 5px;
}
/*最新动态结束*/

/*楼盘信息开始*/
.biguilps {
	background: #fff;
	margin: 30px 0;
}
.biguilpstop span {
	font: 600 20px Microsoft;
	color: #333333;
	display: block;
	float: left;
	padding: 12px 0 12px 20px;
}
.biguilpstop a {
	float: right;
	font-size: 14px;
	color: #999999;
	padding: 12px 25px 12px 0px;
}
.louptsbt {
	padding: 8px 20px 30px 20px;
}
.louptsbt tr td:nth-child(odd) {
	background: #f7f7f7;
	color: #737373;
	font-size: 14px;
	padding: 12px 26px;
}
.louptsbt tr td:nth-child(even) {
	color: #333333;
	font-size: 14px;
	width: 252px;
	padding-left: 17px;
}
.biuguiyyis a {
	display: block;
	width: 1200px;
	height: 80px;
	background: url(../images/yuyin.jpg) no-repeat;
}
.biuguiyyis a img {
	float: right;
	margin-top: 7px;
	width: 4.6%;
}
.biuguiyyis a span {
	float: right;
	font-size: 20px;
	color: #593402;
	font-weight: 600;
	padding: 23px 33px 23px 0;
}
/*视频看房*/
.detail-video {
	margin-top: 20px;
	background-color: #fff;
}
.detail-video .biguizhoubztop {
	padding-left: 20px;
}
.detail-video .detail-video-title {
	padding: 20px 0 23px 26px;
}
.detail-video .detail-video-title p {
	padding-left: 30px;
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	background: url(../images/title_video.png) no-repeat left center;
}
.video-house {
	position: relative;
	padding: 0 38px 32px 38px;
}
.video-house ul li {
	margin-right: 18px;
}
.video-house .swiper-button-prev, .video-house .swiper-button-next {
	background: 0;
	width: 14px;
	height: 24px;
}
.video-house-img a {
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.video-house .swiper-slide {
	width: 365px;
}
.video-house-img a video {
	width: 365px;
	height: 260px;
	object-fit: fill
}
.video-house-img a img:nth-of-type(1) {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16%;
	transform: translate(-50%, -50%);
}
.video-house-word {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.video-house-word>a {
	font-size: 18px;
	color: #000000;
	max-width: 210px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.video-house-word>a:hover {
	color: #3fc1c1;
}
.video-house-word p span {
	color: #1d1d1d;
	margin-right: 10px;
}
.video-house-word p i {
	color: #d90738;
}
.video-house-word p a {
	display: inline-block;
	padding: 0 14px;
	color: #FFFFFF;
	border-radius: 5px;
	background-color: #3fc1c1;
}
.video-open {
	display: none;
	position: fixed;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	z-index: 200;
}
.video-open, .video-open .swiper-container {
	width: 1300px;
	height: 720px;
}
.video-open .swiper-button-next {
	right: -40px;
}
.video-open .swiper-button-prev {
	left: -40px;
}
.video-open-close a img {
	position: fixed;
	top: -25px;
	right: -50px;
	z-index: 220;
}
.detailsZhezhao, .newZhezhaoceng {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	z-index: 100;
	display: none;
}
/*视频看房 END*/

.biguizhoubz {
	padding: 0 20px 20px 20px;
	background: #fff;
	margin: 30px 0;
}
.biguizhoubztop p {
	float: left;
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	padding: 12px 0;
}
.housing_loan {
	background: #fff;
}
.housing_loan_bt {
	width: 90%;
	margin: 0 auto;
}
.housing_loan_top {
	padding: 18px 0;
	margin: 0 20px;
	border-bottom: 1px solid #f4f4f4;
}
.housing_loan_top span {
	border-left: 4px solid #6bc30d;
	font: 600 20px Microsoft;
	color: #333333;
	padding-left: 9px;
}
.housing_loan_bt1 {
	margin-top: 18px;
	margin-left: 30px;
	background: url(../images/sanjisuanqi.png) no-repeat left center;
}
.housing_loan_bt1 p {
	font-size: 16px;
	color: #494949;
	margin-left: 46px;
}
.housing_loan_bt1 span {
	color: #a1a1a1;
	margin-left: 46px;
}
.buiguiyyu {
	margin: 30px 0;
	position: relative;
}
.buiguiyyu_center {
	position: absolute;
	top: 26px;
	left: 30px;
}
.buiguiyyu_center p {
	font-size: 40px;
	color: #fff;
	font-style: italic;
	font-weight: 800;
	text-shadow: -2px 2px 3px #686a69;
	line-height: 42px;
}
.buiguiyyu_center span {
	font-size: 20px;
	color: #fff;
	text-shadow: -2px 2px 3px #686a69;
}
.buiguiyyu1 {
	position: absolute;
	top: 20px;
	right: 192px;
}
.buiguiyyu1 input {
	padding: 8px 100px 8px 40px;
	font-size: 14px;
	color: #484848;
	background: url(../images/sanxiq.png) no-repeat left 15px center #fff;
}
.buiguiyyu1 i {
	position: absolute;
	font-size: 14px;
	color: #777777;
	top: 9px;
	right: 8px;
}
.buiguiyyu2 {
	position: absolute;
	top: 68px;
	right: 192px;
}
.buiguiyyu2 input {
	padding: 8px 100px 8px 40px;
	font-size: 14px;
	color: #484848;
	background: url(../images/sanxd1.png) no-repeat left 15px center #fff;
}
.buiguiyyu3 {
	position: absolute;
	top: 42px;
	right: 70px;
}
.buiguiyyu3 input {
	background: #ff5454;
	color: #fff;
	font-size: 14px;
	padding: 9px 25px;
	font-weight: 600;
}
.buiguiyyu3 button {
	cursor: pointer;
}
.bintersts {
	background: #fff;
	padding: 0 20px;
}
.binterststop p {
	padding: 12px 0;
	font-size: 20px;
	color: #333333;
	font-weight: 600;
}
.binterstsbt ul li {
	float: left;
	width: 24.1%;
	margin-right: 1.17%;
}
.binterstsbt ul li:last-child {
	margin-right: 0;
}
.binterstsbtzt {
	margin-top: 10px;
}
.binterstsbtzt1 a {
	font-size: 16px;
	color: #333333;
	font-weight: 500;
}
.binterstsbtzt1 a:hover {
	color: #6bc30d;
}
.binterstsbtzt1 h2 {
	float: right;
	color: #999999;
}
.binterstsbtzt1 span a {
	font-size: 14px;
	color: #999999;
}
.binterstsbtzt1 span a:hover {
	color: #6bc30d;
}
.binterstsbtzt2 p {
	float: left;
	font-size: 14px;
	color: #ff5454;
}
.binterstsbtzt2 p i {
	font-size: 18px;
	color: #ff5454;
	font-weight: 600;
	padding-right: 2px;
}
.binterstsbtzt2 a {
	float: right;
	background: #ff5454;
	border-radius: 2px;
	padding: 1px 8px;
	color: #fff;
	display: inline-block;
}
.zhoubiats {
	background: #fff;
}
.zhoubiatsce {
	width: 96%;
	margin: 0 auto;
}
.zhoubiatsce>ul>li {
	width: 30%;
	margin-right: 5%;
	float: left;
}
.zhoubiatsce>ul>li:last-child {
	margin-right: 0;
}
.loupatss {
	padding: 21px 0;
	border-bottom: 1px solid #f4f4f4;
}
.loupatss span {
	border-left: 4px solid #40c0c1;
	font: 600 20px Microsoft;
	color: #333333;
	padding-left: 9px;
}
.loupatsz {
	margin-top: 18px;
	margin-bottom: 15px;
}
.loupatsx ul li {
	padding: 10px 0;
}
.loupatsx ul li span {
	font-size: 14px;
	color: #333333;
}
.loupatsx ul li span:nth-child(1) {
	background: #f4344c;
	color: #fff;
	width: 4%;
	padding: 1px 4px;
	text-align: center;
}
.loupatsx ul li span:nth-child(2) {
	width: 40%;
	margin-left: 6px;
	display: inline-block;
}
.loupatsx ul li span:nth-child(3) {
	width: 30%;
	display: inline-block;
	text-align: left;
	color: #f4344c;
}
.loupatsx ul li span:nth-child(4) {
	width: 20%;
	display: inline-block;
}
.loupatsx ul>.huise span {
	color: #777777;
}
.loupatsx ul>.huise span:nth-child(1) {
	background: #d1d1d1;
	color: #fff;
}
/*悬浮部分开始*/
.xuanfuz {
	width: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	display: none;
	z-index: 15;
}
.xuanfuzce {
	width: 1200px;
	margin: 0 auto;
}
.xuanfuzcefl {
	float: left;
}
.xuanfuzcefl ul li {
	float: left;
	padding: 18px 0;
}
.xuanfuzcefl ul li a {
	font-size: 16px;
	color: #fff;
	padding: 0 32px;
	border-right: 1px solid #7e7e7e;
}
.xuanfuzcefl ul li:hover {
	background: #6bc30d;
}
.xuanfuzcefrphonece {
	float: left;
	margin-left: 110px;
	margin-top: 14px;
}
.xuanfuzcefrphonece i {
	color: #fff;
	padding-left: 24px;
}
.xuanfuzcefrphonece p {
	font-size: 20px;
	color: #6bc30d;
	font-weight: 700;
	background: url(../images/sandianhua.png) no-repeat left center;
	padding-left: 24px;
	padding-top: 1px;
	line-height: 16px;
}
.xuanfuzcefrfangfr {
	float: right;
	margin-top: 13px;
}
.xuanfuzcefrfangfr a {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	padding: 5px 14px;
	float: left;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
}
.xuanfuzcefrfangfr a:nth-child(1) {
	background: linear-gradient(to right, rgba(81,189,243,1), rgba(60,91,255,1));
}
.xuanfuzcefrfangfr a:nth-child(2) {
	background: linear-gradient(to right, rgba(255,125,111,1), rgba(254,68,67,1));
}
/*悬浮部分结束*/

/*找房内页开始*/
/* 头部导航start */
.shouusz {
	background: #6bc30d;
}
.shouuszce {
	width: 1200px;
	margin: 0 auto;
}
.shouuszce ul li {
	float: left;
	padding: 6px 0;
}
.shouuszce ul li a {
	padding: 0 22px;
	font-size: 16px;
	color: #fff;
	border-right: 1px solid #fff;
}
.shouuszce ul li .wuxian {
	border-right: 0;
}
/* 头部导航end */

.tjzfsany {
	padding: 0 20px;
	background: #fff;
	margin-top: 20px;
}
.tjzfsanytop {
	padding: 30px 0;
	position: relative;
}
.tjzfsanytop span {
	font-weight: 800;
	font-size: 24px;
	color: #333333;
	background: url(../images/fangs.png) no-repeat left center;
	padding-left: 50px;
	position: absolute;
	left: 482px;
	top: 19px;
}
.tjzfsanytop p {
	font-size: 14px;
	color: #6f6f6f;
	position: absolute;
	left: 372px;
	top: 60px;
}
.tjzfsanyce {
	margin-top: 30px;
}
.tjzfsanyces {
	background: url(../images/zhaofangs.png) no-repeat left center;
}
.tjzfsanyces p {
	padding: 14px 38px;
	color: #fff;
	font-size: 20px;
}
.tjzfsanyces p span {
	font-weight: 700;
	padding-right: 12px;
}
.tjzfsanycexcs {
	padding-top: 32px;
	padding-bottom: 28px;
	border-bottom: 1px solid #f4f4f4;
}
.tjzfsanycextop {
	margin-bottom: 20px;
}
.tjzfsanycextop span {
	font-size: 16px;
	color: #333333;
	border-left: 4px solid #6bc30d;
	padding-left: 6px;
	font-weight: 600;
}
.tjzfsanycextop i {
	font-size: 14px;
	color: #a9a8af;
	padding-left: 4px;
}
.tjzfsanycexbt {
	padding-bottom: 13px;
}
/*li样式开始*/
.tjzfsanycexbt ul li {
	position: relative;
}
.tjzfsanycexbt ul li.active a {
	color: #fff;
	background: #6bc30d;
}
.tjzfsanycexbt ul li.active span {
	width: 15px;
	height: 6px;
	display: block;
	position: absolute;
	left: 47px;
	bottom: -4px;
	background: url(../images/zhaofangsanjiao.png) no-repeat center center;
}
.tjzfsanycexbt ul li, .tjzfsanycexbtx ul li {
	padding: 0 13px;
	float: left;
}
.tjzfsanycexbtx ul li {
	margin-bottom: 6px;
}
.tjzfsanycexbt ul li a, .tjzfsanycexbtx ul li a {
	font-size: 14px;
	color: #4f4f4f;
	padding: 3px 25px;
	background: #f2f5f7;
	display: block;
	border: 2px solid #fff;
}
.tjzfsanycexbtx ul>.on a, .tjzfsanycexbt2 ul>.on a {
	color: #a88552;
	border: 2px solid #c9b393;
	background: #fff;
}
.tjzfsanycexbt2 ul li {
	padding: 0 14px;
	float: left;
}
.tjzfsanycexbt2 ul li a {
	font-size: 14px;
	color: #4f4f4f;
	padding: 2px 10px;
	background: #f2f5f7;
	display: block;
	width: 85px;
	text-align: center;
	border: 2px solid #fff;
}
/*li样式结束*/
.tjzfsanycex .tjzfsanycexcs:last-child {
	border-bottom: none;
}
.tjzfsanybt {
	margin-top: 10px;
}
.tjzfsanybtx {
	width: 45%;
	margin: 0 auto;
	margin-top: 36px;
}
.tjzfsanybtx1 {
	margin-bottom: 18px;
}
.tjzfsanybtx1 p {
	float: left;
	width: 15%;
	font-size: 16px;
	color: #4f4f4f;
	text-align: right;
	padding: 12px 0;
}
.tjzfsanybtx1 input {
	width: 81%;
	float: right;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
	text-indent: 10px;
	color: #a9a8af;
	font-size: 14px;
	padding: 10px 0;
}
.tjzfsanybtx2 {
	padding-top: 10px;
	padding-bottom: 30px;
}
.tjzfsanybtx2 input {
	width: 81%;
	float: right;
	background: #ff5454;
	padding: 10px 0;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
/*找房内页结束*/

/*右侧悬浮start*/
.public-xufu {
	position: fixed;
	right: 8%;
	top: 23%;
	text-align: center;
	z-index: 99;
	padding-top: 46px;
	width: 140px;
	height: 312px;
	background: url(../images/cebian.png) no-repeat center top;
}
.public-xufu a {
	display: inline-block;
	font-size: 14px;
	color: #26a08e;
	font-weight: 600;
	border-radius: 20px 5px 20px 5px;
	box-shadow: 1px 3px 1px #268b46;
	background: url(../images/detail-zixun.png) no-repeat left 10px center #ffffff;
	padding: 2px 10px 2px 35px;
	margin-top: 54px;
	margin-bottom: 12px;
}
.public-xufu p {
	font-size: 16px;
	color: #000000;
	padding-left: 27px;
	padding-bottom: 3px;
}
.public-xufu span {
	font-size: 12px;
	color: #ffffff;
	display: block;
	text-align: center;
}
.public-xufu img {
	width: 100px;
	height: 100px;
	margin-top: 8px;
}
/*右侧悬浮end*/

/* 详情页/相册页/户型页公共导航部分start */
.detail-nav {
	background: #fff;
	border-radius: 10px;
}
.detail-nav ul li {
	float: left;
}
.detail-nav ul li a {
	display: block;
	font-size: 20px;
	color: #505050;
	padding: 15px 22px 15px 50px;
}
.detail-nav ul li:nth-child(1) a {
	background: url(../images/more_pic1.png) no-repeat left 25px center;
}
.detail-nav ul li:nth-child(2) a {
	background: url(../images/more_pic5.png) no-repeat left 25px center;
}
.detail-nav ul li:nth-child(3) a {
	background: url(../images/more_pic2.png) no-repeat left 25px center;
}
.detail-nav ul li:nth-child(4) a {
	background: url(../images/more_pic3.png) no-repeat left 25px center;
}
.detail-nav ul li:nth-child(5) a {
	background: url(../images/more_pic4.png) no-repeat left 25px center;
}
.detail-nav ul li:nth-child(6) a {
	background: url(../images/more_pic6.png) no-repeat left 20px center;
}
.detail-nav ul li a:hover, .detail-nav ul li.active a {
	color: #fff;
}
.detail-nav ul li:nth-child(1) a:hover, .detail-nav ul li:nth-child(1).active a {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: url(../images/pic11.png) no-repeat left 25px center #6bc30d;
}
.detail-nav ul li:nth-child(2) a:hover, .detail-nav ul li:nth-child(2).active a {
	background: url(../images/pic55.png) no-repeat left 25px center #6bc30d;
}
.detail-nav ul li:nth-child(3) a:hover, .detail-nav ul li:nth-child(3).active a {
	background: url(../images/pic22.png) no-repeat left 25px center #6bc30d;
}
.detail-nav ul li:nth-child(4) a:hover, .detail-nav ul li:nth-child(4).active a {
	background: url(../images/pic33.png) no-repeat left 25px center #6bc30d;
}
.detail-nav ul li:nth-child(5) a:hover, .detail-nav ul li:nth-child(5).active a {
	background: url(../images/pic44.png) no-repeat left 25px center #6bc30d;
}
.detail-nav ul li:nth-child(6) a:hover, .detail-nav ul li:nth-child(6).active a {
	background: url(../images/pic66.png) no-repeat left 20px center #6bc30d;
}
/* 详情页/相册页/户型页公共导航部分end */
/*楼盘相册start*/
.albums {
	background: #f1f0f0;
}
.albums>.public-width {
	padding-bottom: 30px;
}
.type-phone {
	display: flex;
	justify-content: space-between;
}
.type-phonex {
	text-align: right;
	margin-right: 8px;
	padding-right: 34px;
	background: url(../images/ask-phone.png) no-repeat right 1px bottom 14px;
}
.type-phonex span {
	font-size: 12px;
	display: block;
	color: #494949;
	margin-top: 10px;
}
.type-phonex p {
	font-size: 20px;
	color: #ee4433;
	line-height: 25px;
}
div.pp_default .pp_next:hover {
	background: url(../images/icon_next.png) center right no-repeat !important;
}
div.pp_default .pp_previous:hover {
	background: url(../images/icon_prev.png) center left no-repeat !important;
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
	background: url(../images/sprite.png) -31px -3px no-repeat !important;
	height: 20px;
	width: 20px;
	margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
	left: 52px !important;
	background-position: -82px -3px !important;
}
div.pp_default .pp_close {
	background: url(../images/sprite.png) 1px 1px no-repeat !important;
}
.xc_built {
	margin-top: 26px;
}
.xc_built_fl {
	float: left;
	width: 75.1%;
	background: #fff;
}
.xc_built_flss {
	padding-left: 20px;
}
.xc_built_fls {
	padding-top: 26px;
	padding-bottom: 11px;
}
.xc_built_fls p {
	font-size: 18px;
	color: #333333;
}
.xc_built_flz ul {
	flex-wrap: wrap;
	display: -webkit-flex;
	display: flex;
}
.xc_built_flz ul li {
	float: left;
	margin: 16px 20px 16px 0;
	width: 200px;
}
.xc_built_flz ul li p {
	font-size: 14px;
	color: #838383;
	text-align: center;
	padding-top: 4px;
	line-height: 18px;
}
.xc_built_flz ul li img {
	width: 200px;
	height: 151px;
	border: 1px solid #e5e5e5;
}
.xc_built_fr {
	float: right;
	width: 23%;
}
.xc_built_fr1 {
	background: #fff;
	margin-bottom: 30px;
}
.xc_built_fr_ce {
	width: 93%;
	margin: 0 auto;
}
.xc_built_fr_ces>p {
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	padding: 24px 0 6px 13px;
}
.xc_built_fr_ces ul li {
	padding: 12px 6px;
	width: 86%;
	margin: 0 auto;
}
.xc_built_fr_ces ul li a {
	font-size: 14px;
	color: #777777;
	float: left;
	padding-left: 30px;
}
.xc_built_fr_ces ul li span {
	float: right;
	color: #777777;
	padding-right: 30px;
}
.xc_built_fr_ces ul li a:hover, .xc_built_fr_ces ul li .on a, .xc_built_fr_ces ul li .on span {
	color: #6bc30d;
}
.xc_built_fr_ces ul li.pic10 a {
	background: url(../images/pc10.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic9 a {
	background: url(../images/pc2.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic1 a {
	background: url(../images/pc3.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic3 a {
	background: url(../images/pc3.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic4 a {
	background: url(../images/pc5.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic2 a {
	background: url(../images/pc2.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic6 a {
	background: url(../images/pc7.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic7 a {
	background: url(../images/pc8.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic5 a {
	background: url(../images/pc9.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic10 .on a, .xc_built_fr_ces ul li.pic10 a:hover {
	background: url(../images/pc11.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic9 .on a, .xc_built_fr_ces ul li.pic9 a:hover {
	background: url(../images/pc22.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic1 .on a, .xc_built_fr_ces ul li.pic1 a:hover {
	background: url(../images/pc44.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic3 .on a, .xc_built_fr_ces ul li.pic3 a:hover {
	background: url(../images/pc44.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic4 .on a, .xc_built_fr_ces ul li.pic4 a:hover {
	background: url(../images/pc55.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic7 .on a, .xc_built_fr_ces ul li.pic7 a:hover {
	background: url(../images/pc66.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic6 .on a, .xc_built_fr_ces ul li.pic6 a:hover {
	background: url(../images/pc77.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic2 .on a, .xc_built_fr_ces ul li.pic2 a:hover {
	background: url(../images/pc88.png) no-repeat left center;
}
.xc_built_fr_ces ul li.pic5 .on a, .xc_built_fr_ces ul li.pic5 a:hover {
	background: url(../images/pc99.png) no-repeat left center;
}
.xc_built_fr_ces ul p {
	color: #333333;
	font-size: 16px;
	text-indent: 6px;
	background: #f7f7f7;
	margin: 10px 0;
	width: 100%;
}
.pic-house {
	background: #fff;
	padding-top: 45px;
	padding-bottom: 10px;
}
.pic-house .public-width {
	display: flex;
	justify-content: space-between;
}
.pic-house-fl {
	width: 218px;
	height: 200px;
	margin-right: 14px;
	background: url(../images/pic-house.jpg) no-repeat;
}
.pic-house-fl p {
	font-size: 22px;
	color: #fff;
	padding-top: 69px;
	padding-left: 69px;
}
.pic-house-fl span {
	color: #fff;
	display: block;
	padding-left: 40px;
}
.pic-house-fr {
	flex: 1;
}
.pic-house-fr ul {
	display: flex;
	justify-content: space-between;
}
.pic-house-fr ul li {
	position: relative;
}
.pic-house-fr ul li a img {
	width: 476px;
	height: 200px;
}
.pic-house-fr ul li a span {
	color: #fff;
	position: absolute;
	text-shadow: 1px 1px 1px #505050;
	top: 3px;
	z-index: 3;
}
.pic-house-fr ul li a span:nth-of-type(1) {
	left: 2%;
}
.pic-house-fr ul li a span:nth-of-type(2) {
	right: 2%;
}
.pic-pages ul {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.pic-pages ul li span, .pic-pages ul li a {
	display: inline-block;
	padding: 6px 20px;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pic-pages .pagination span {
	margin-left: 0;
}
.pic-pages ul li.active span {
	color: #fff;
	border: 1px #6bc30d solid;
	background: #6bc30d;
}
.pic-pages .pagination a:hover {
	border: 1px solid #6bc30d;
}
.pic-pages ul li a {
	color: #333;
	border: 1px solid #d6d6d6;
	background: #ffffff;
}
/*楼盘相册end*/
/*在售户型start*/
.hx_type {
	background: #fff;
	margin-top: 26px;
}
.hx_type_top {
	padding: 22px 0 22px 18px;
	border-bottom: 1px solid #f2f2f2;
}
.hx_type_top p {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
}
.hx_type_bts ul li {
	float: left;
	padding: 0 32px;
	margin: 20px 0;
	border-right: 1px solid #dfdfdf;
}
.hx_type_bts ul li:last-child {
	border-right: none;
}
.hx_type_bts ul li a {
	font-size: 16px;
	padding: 14px 8px;
	color: #333333;
}
.hx_type_bts ul li.active a {
	color: #6bc30d;
	border-bottom: 2px solid #6bc30d;
}
.hx_type_bts ul li a:hover {
	color: #6bc30d;
}
.hx_type_btx {
	width: 97%;
	margin: 0 auto;
	margin-top: 10px;
}
.hx_type_btx ul li {
	float: left;
	width: 21.55%;
	margin-right: 4.55%;
	margin-bottom: 29px;
	position: relative;
}
.hx_type_btx ul li a img {
	display: block;
	width: 250px;
	height: 220px;
}
.hx_type_btx ul li a> span {
	position: absolute;
	width: 52px;
	height: 52px;
	left: 111px;
	top: 90px;
}
.hx_type_btx ul li a> span img {
	width: 52px;
	height: 52px;
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
	border: none;
}
.hx_type_btx ul li:nth-child(4n) {
	margin-right: 0;
}
.hx_type_btx ul li p {
	background: #f7f7f7;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 250px;
	height: 68px;
}
.hx_type_btx ul li p span, .hx_type_btx ul li p i {
	display: block;
}
.hx_type_btx ul li p span {
	font-size: 18px;
}
.hx_type_btx ul li a i {
	font-size: 16px;
}
.public-type {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
}
.type-hot {
	padding: 95px 17px 26px 17px;
	margin-top: 60px;
	position: relative;
}
.type-hot-title {
	position: absolute;
	left: 40px;
	top: -28px;
	border: 8px solid #f1f0f0;
	border-radius: 10px;
}
.type-hot-title p {
	font-size: 24px;
	color: #6bc30d;
	padding: 8px 28px 8px 70px;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	background: url(../images/type1.png) no-repeat left 38px center #fff;
}
.type-hot ul {
	display: flex;
	flex-wrap: wrap;
}
.type-hot ul li {
	margin-right: 13px;
	margin-bottom: 18px;
	display: flex;
}
.type-hot ul li:nth-child(3n) {
	margin-right: 0;
}
.type-hot-img a img {
	width: 188px;
	height: 194px;
	border: 2px solid #eeeeee;
}
.type-hot-word {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	background: #f7f7f7;
	padding: 25px 10px 30px 10px;
	width: 167px;
}
.type-hot-word a {
	font-size: 18px;
	color: #424242;
	display: block;
	max-width: 157px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.type-hot-word p:nth-of-type(1) span {
	color: #1f58d9;
	padding-right: 5px;
	border-right: 1px solid #cecece;
}
.type-hot-word p:nth-of-type(1) i {
	display: inline-block;
	color: #424242;
	padding-left: 5px;
	max-width: 120px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.type-hot-word p:nth-of-type(2) {
	color: #424242;
	line-height: 20px;
}
.type-hot-word p:nth-of-type(2) em {
	font-size: 18px;
	color: #ee4433;
}
.type-hot-word p:nth-of-type(3) span {
	font-size: 16px;
	color: #fff;
	border-radius: 0 5px;
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
}
.type-hot-word p:nth-of-type(3) span.sale1 {
	background: #3250ce;
}
.type-hot-word p:nth-of-type(3) span.sale2 {
	background: #17c167;
}
.type-hot-word p:nth-of-type(3) span.sale3 {
	background: #808080;
}
.type-sign {
	display: flex;
	justify-content: space-between;
	padding: 30px 19px;
	margin-top: 30px;
}
.type-sign-fl {
	width: 440px;
	height: 118px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/type-bj.jpg) no-repeat;
}
.type-sign-fl p {
	background: url(../images/type-kefu.png) no-repeat left center;
	padding-left: 56px;
	margin-right: 35px;
}
.type-sign-fl p span {
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 26px;
}
.type-sign-fl a {
	font-size: 20px;
	color: #fff;
	background: #f58f16;
	display: block;
	width: 114px;
	height: 34px;
	line-height: 34px;
	border-radius: 5px;
	text-align: center;
}
.type-sign-fr {
	width: 689px;
	height: 118px;
	background: url(../images/type-bj2.jpg) no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
.type-sign-fr p {
	margin-left: 180px;
	margin-right: 50px;
}
.type-sign-fr p span {
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	display: block;
}
.type-sign-fr p i {
	color: #fff;
}
.type-sign-fr a {
	font-size: 20px;
	color: #f97744;
	display: block;
	width: 114px;
	height: 34px;
	line-height: 34px;
	border-radius: 5px;
	text-align: center;
	background: #fff;
}
/*在售户型结束
/*问答列表页面start*/
.ask-background {
	background: #f1f0f0;
	padding-bottom: 40px;
}
.public-ask {
	background: #fff;
	border-radius: 20px;
	border: 1px solid #e6e6e6;
}
.ask {
	background: #fff;
	padding: 13px 13px 22px 12px;
	border-bottom-right-radius: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 17px;
}
.ask-fl {
	display: flex;
	align-items: center;
}
.ask-fl-img {
	position: relative;
	margin-right: 16px;
}
.ask-fl-img a, .ask-fl-img a img {
	width: 180px;
	height: 123px;
}
.ask-fl-img a {
	display: block;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}
.ask-fl-img a img {
	transition: all 0.8s;
}
.ask-fl-img a img:hover {
	transform: scale(1.14);
}
.ask-fl-img p {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}
.ask-fl-img p:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #FFFFFF;
	left: 35px;
	top: 8px;
	z-index: 99;
}
.ask-fl-img p span {
	color: #fff;
	font-size: 14px;
	padding: 0 5px;
	display: inline-block;
	height: 22px;
	line-height: 22px;
}
.ask-fl-img p span.sale1 {
	background: #3250ce;
}
.ask-fl-img p span.sale2 {
	background: #17c167;
}
.ask-fl-imgp span.sale3 {
	background: #808080;
}
.ask-fl-img p span {
	position: relative;
}
.ask-fl-img p span:before {
	position: absolute;
	right: -9px;
	top: 0;
	content: "";
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
}
.ask-fl-img p span.sale1:before {
	border-left: 9px solid #3250ce;
}
.ask-fl-img p span.sale2:before {
	border-left: 9px solid #17c167;
}
.ask-fl-img p span.sale3:before {
	border-left: 9px solid #808080;
}
.ask-fl-word {
	height: 106px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ask-fl-word1 {
	line-height: 26px;
}
.ask-fl-word1>a {
	font-size: 24px;
	color: #272727;
	margin-right: 7px;
}
.ask-fl-word1 span {
	background: url(../images/location.png) no-repeat left center;
	padding-left: 15px;
}
.ask-fl-word1 span a {
	color: #717171;
}
.ask-fl-word1 span a:hover, .ask-fl-word1>a:hover {
	color: #6bc30d;
}
.ask-fl-word2 {
	line-height: 24px;
}
.ask-fl-word2 span {
	color: #717171;
	margin-right: 6px;
}
.ask-fl-word2 span i {
	font-size: 26px;
	color: #ee4433;
	font-weight: 600;
}
.ask-fl-word2 em {
	color: #717171;
}
.ask-fl-word3 span {
	display: inline-block;
	font-size: 16px;
	padding: 0 6px;
	border-radius: 5px;
	height: 24px;
	line-height: 24px;
	margin-right: 3px;
	color: #199504;
	background: #e1f4dc;
}
.ask-fl-word3 span:nth-child(2) {
	color: #1953d8;
	background: #e8ecfb;
}
.ask-fl-word3 span:nth-child(3) {
	color: #da4909;
	background: #f9ebdd;
}
.ask-fr {
	display: flex;
	align-items: center;
}
.ask-fr p a {
	display: block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	border-radius: 18px;
	text-indent: 34px
}
.ask-fr p:nth-child(1) a:nth-child(1) {
	margin-bottom: 13px;
	color: #fff;
	background: url(../images/ask-yuyue.png) no-repeat left 8px center #6bc30d;
}
.ask-fr p:nth-child(1) a:nth-child(2) {
	border: 1px solid #dcdcdc;
	color: #4d4d4d;
	background: url(../images/ask-line.png) no-repeat left 9px center;
}
.ask-fr p:nth-child(2) {
	text-align: center;
	margin-left: 6px;
}
.ask-fr p:nth-child(2) img {
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 3px;
	border: 1px solid #cfcfcf;
}
.ask-fr p:nth-child(2) span {
	color: #494949;
}
.question {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.question-fl {
	width: 72%;
}
.question-fl-list1 {
	border-bottom-right-radius: 30px;
}
.question-fl-list {
	padding: 5px 32px 18px 28px;
	background: #fff;
}
.question-fl-list-title {
	padding-bottom: 6px;
	padding-top: 37px;
}
.question-fl-list-title p {
	display: inline-block;
	background: #f5f5f5;
	border-radius: 22px;
	height: 45px;
	line-height: 45px;
	padding: 0 22px;
}
.question-fl-list-title p span {
	font-size: 24px;
	color: #363636;
	margin-right: 20px;
}
.question-fl-list-title p span em {
	color: #6bc30d;
}
.question-fl-list-title p i {
	font-size: 16px;
	color: #363636;
}
.question-fl-list ul li {
	padding-top: 19px;
	padding-bottom: 19px;
	border-bottom: 1px dashed #dedede;
}
.question-fl-list ul li:last-child {
	border-bottom: 0;
}
.question-fl-list ul li p {
	display: flex;
}
.question-fl-list ul li p:nth-child(1) {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.question-fl-list ul li p:nth-child(1) em {
	display: flex;
	align-items: center;
}
.question-fl-list ul li p span {
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 5px;
}
.question-fl-list ul li p:nth-child(1) em span {
	background: #e95249;
	margin-right: 7px;
}
.question-fl-list ul li p:nth-child(1) em a {
	font-size: 18px;
	color: #393939;
	font-weight: 600;
	max-width: 640px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.question-fl-list ul li p:nth-child(1) i {
	color: #979797;
}
.question-fl-list ul li p:nth-child(2) span {
	background: #2693ff;
	margin-right: 14px;
}
.question-fl-list ul li p:nth-child(2) a {
	color: #393939;
	flex: 1;
}
.question-fl-list ul li p em a:hover, .question-fl-list ul li p a:hover {
	color: #6bc30d;
}
.question-fl-see {
	position: relative;
	margin-top: 65px;
	margin-bottom: 32px;
	padding: 59px 34px 26px 34px;
}
.public-ask-title {
	position: absolute;
	left: 30px;
	top: -46px;
	padding: 6px;
	background: #efefef;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.public-ask-title p {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	text-align: center;
}
.public-ask-title p i {
	display: block;
	font-size: 24px;
	color: #6bc30d;
	padding-left: 30px;
}
.question-fl-see-title p {
	padding: 4px 70px;
}
.question-fl-see-title p i {
	background: url(../images/qustion-eye.png) no-repeat left 20px center;
}
.question-fl-see-title p span {
	display: block;
	color: #515151;
	max-width: 225px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.question-fl-seex ul {
	display: flex;
}
.question-fl-seex ul li:nth-child(-n+2) {
	margin-right: 22px;
}
.question-fl-seex-img a, .question-fl-seex-img a img {
	width: 250px;
	height: 150px;
}
.question-fl-seex-img a {
	display: block;
	overflow: hidden;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.question-fl-seex-img a img {
	transition: all 0.7s;
}
.question-fl-seex-img a img:hover {
	transform: scale(1.14);
}
.question-fl-seex-word {
	padding: 4px 7px 13px 8px;
	border: 1px solid #dcdcdc;
}
.question-fl-seex-word p:nth-child(1) a:nth-child(1) {
	font-size: 18px;
	color: #363636;
	max-width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.question-fl-seex-word p:nth-child(1) a:nth-child(2) {
	color: #737373;
}
.question-fl-seex-word p:nth-child(1) a:hover {
	color: #193dc6;
}
.question-fl-seex-word p:nth-child(2) span {
	font-size: 16px;
	color: #363636;
}
.question-fl-seex-word p:nth-child(2) span em {
	font-size: 20px;
	color: #ee4433;
	font-weight: 600;
}
/*在线咨询公共start*/
.ask-pubcli-line p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ask-pubcli-line p:nth-child(2) a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background: #6bc30d;
	border-radius: 20px;
	text-indent: 28px;
	width: 80px;
	height: 25px;
	line-height: 25px;
}
.ask-pubcli-line p:nth-child(2) i {
	position: absolute;
	left: 2px;
	top: 1px;
	font-size: 16px;
	color: #6bc30d;
	background: #fff;
	border-radius: 50%;
	text-indent: 0;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
}
/*在线咨询公共end*/
.question-fl-home {
	position: relative;
	margin-top: 74px;
	position: relative;
	padding: 72px 15px 35px 15px;
}
.question-fl-home-title p {
	padding: 4px 32px;
}
.question-fl-home-title p i {
	background: url(../images/ask-home.png) no-repeat left 46px center;
}
.question-fl-homes ul {
	display: flex;
	justify-content: space-between;
}
.question-fl-homes ul li {
	background: url(../images/ask-renwu.png) no-repeat top center #fff;
	border: 3px solid #8b93ae;
	border-radius: 65px;
	display: flex;
	align-items: center;
	padding-right: 26px;
}
.question-fl-homes-img {
	margin-right: 8px;
	margin-left: -2px;
}
.question-fl-homes-img img {
	width: 108px;
	height: 108px;
	border-radius: 50%;
	border: 3px solid #8b93ae;
}
.question-fl-homes-word p:nth-child(1) i {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-right: 8px;
}
.question-fl-homes-word p:nth-child(1) span {
	font-size: 12px;
	padding: 0 5px;
}
.question-fl-homes-word p:nth-child(1) span:nth-of-type(1) {
	color: #ee4433;
}
.question-fl-homes-word p:nth-child(1) span:nth-of-type(2) {
	color: #de8609;
	border-left: 1px solid #b7b9ba;
	border-right: 1px solid #b7b9ba;
}
.question-fl-homes-word p:nth-child(1) span:nth-of-type(3) {
	color: #10921f;
}
.question-fl-homes-word p:nth-child(2) {
	font-size: 12px;
	color: #444444;
}
.question-fl-homes-word p:nth-child(3) span {
	font-size: 12px;
	color: #4d4d4d;
	margin-right: 5px;
}
.question-fl-homes-word p:nth-child(3) span i {
	color: #ee4433;
	font-weight: 600;
}
.question-fl-homes-word p:nth-child(3) a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	background: #6bc30d;
	border-radius: 5px;
}
.question-fl-homex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.question-fl-homex-input input.question-fl-homex-input1 {
	font-size: 20px;
	color: #939393;
	text-indent: 22px;
	width: 280px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #eeeeee;
	border-radius: 22px;
}
.question-fl-homex-input input.question-fl-homex-input2 {
	font-size: 22px;
	color: #fff;
	width: 160px;
	text-align: center;
	border-radius: 23px;
	height: 46px;
	line-height: 46px;
	background: #6bc30d;
	margin-left: -42px;
}
.question-fl-homex-phone p {
	font-size: 24px;
	color: #ee4433;
	background: url(../images/ask-phone2.png) no-repeat left center;
	padding-left: 28px;
}
.question-fr {
	width: 286px;
}
.question-fr1 {
	margin-bottom: 23px;
}
.question-fr1-title {
	padding: 10px;
	padding-bottom: 30px;
	background: url(../images/ask-right1.jpg) no-repeat;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.question-fr1-title p {
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding-right: 26px;
	letter-spacing: 2px;
	position: relative;
	background: url(../images/ask-icon4.png) no-repeat right 70px top 5px;
}
.question-fr1-title p:before {
	position: absolute;
	content: "问";
	color: #6bc30d;
	right: 74px;
	top: 6px;
	font-size: 14px;
	font-weight: 600;
}
.question-fr1-title span {
	color: #fff;
	display: block;
	text-align: center;
}
.question-fr1-bt {
	background: #fff;
	border-top-left-radius: 15px;
	padding: 16px 16px 18px 16px;
	margin-top: -16px;
}
.question-fr1-bt textarea {
	width: 90%;
	height: 80px;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	color: #a2a2a2;
	padding: 5% 5% 0 10px;
	background: url(../images/ask-icon5.png) no-repeat right bottom #f5f5f5;
}
.question-fr1-bt input {
	display: block;
	width: 253px;
	height: 34px;
	line-height: 34px;
	border-radius: 20px;
	text-align: center;
}
.question-fr1-bt input.question-fr1-bt1 {
	color: #a2a2a2;
	margin-top: 8px;
	margin-bottom: 12px;
	border: 1px solid #e5e5e5;
}
.question-fr1-bt input.question-fr1-bt2 {
	color: #fff;
	font-size: 16px;
	background: #6bc30d;
}
.question-fr2-title {
	padding-top: 18px;
	padding-bottom: 50px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(../images/ask-right2.jpg) no-repeat;
}
.question-fr2-title i {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 22px;
	text-shadow: 1px 1px 2px #4e9606;
	background: url(../images/ask-ren.png) no-repeat right 65px center;
	padding-right: 27px;
	margin-bottom: 17px;
}
.question-fr2-title p {
	display: flex;
	align-items: center;
	justify-content: center;
}
.question-fr2-title p span {
	color: #fff;
	display: inline-block;
	padding-left: 25px;
}
.question-fr2-title p span:nth-child(1) {
	background: url(../images/ask-icon1.png) no-repeat left center;
	margin-right: 9px;
}
.question-fr2-title p span:nth-child(2) {
	background: url(../images/ask-icon2.png) no-repeat left center;
	margin-right: 9px;
}
.question-fr2-title p span:nth-child(3) {
	background: url(../images/ask-icon3.png) no-repeat left center;
}
.question-fr2-bt {
	background: #fff;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-top: -20px;
	padding-top: 18px;
	padding-bottom: 15px;
}
.question-fr2-bt p i {
	color: #474747;
}
.question-fr2-bt p, .question-fr2-bt p span {
	color: #ffb526;
	text-align: center;
}
.question-fr2-btx {
	padding-left: 10px;
}
.question-fr2-btx form {
	display: flex;
	align-items: center;
	margin-top: 7px;
	margin-bottom: 6px;
}
.question-fr2-btx input.question-fr2-btx1 {
	width: 207px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #dcdcdc;
	border-radius: 20px;
	font-size: 16px;
	color: #b4b4b4;
	text-indent: 40px;
}
.question-fr2-btx input.question-fr2-btx2 {
	font-size: 16px;
	color: #fff;
	background: #ff9626;
	height: 36px;
	line-height: 36px;
	border-radius: 20px;
	width: 80px;
	text-align: center;
	margin-left: -33px;
}
.question-fr2-bt em {
	display: block;
	text-align: right;
	color: #8a8a8a;
	padding-right: 10px;
}
.ask-hot {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e2e2e2;
	position: relative;
	padding: 16px 25px 32px 25px;
	margin-top: 66px;
}
.ask-hot-title p {
	color: #193dc6;
	font-size: 24px;
	border-radius: 10px;
	padding: 10px 70px 10px 90px;
	border: 1px solid #e6e6e6;
}
.ask-hot-title1 p {
	background: url(../images/ask-hot.png) no-repeat left 60px center #fff;
}
.ask-hot-title2 p {
	background: url(../images/ask-house.png) no-repeat left 58px center #fff;
}
.ask-hot-more a {
	display: block;
	text-align: right;
	font-size: 18px;
	color: #7a7a7a;
	margin-bottom: 15px;
}
.ask-hot-more a:hover {
	color: #6bc30d;
}
.ask-hot-bt ul {
	display: flex;
}
.ask-hot-bt ul li {
	position: relative;
}
.ask-hot-bt ul li:nth-child(-n+4) {
	margin-right: 15px;
}
.ask-hot-bt-img {
	position: relative;
}
.ask-hot-bt-img a, .ask-hot-bt-img a img:nth-child(1) {
	width: 215px;
	height: 166px;
}
.ask-hot-bt-img a {
	display: block;
	overflow: hidden;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.ask-hot-bt-img a img:nth-child(1) {
	transition: all 0.7s;
}
.ask-hot-bt-img a img:nth-child(1):hover {
	transform: scale(1.14);
}
.ask-hot-bt-img a img:nth-child(2) {
	position: absolute;
	left: 38%;
	top: 38%;
	width: 20%;
}
.ask-hot-icon ul li .ask-hot-bt-img:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border: 27px solid #e95249;
	border-right: 30px solid transparent;
	border-bottom: 25px solid transparent;
	border-top-left-radius: 5px;
	z-index: 10;
}
.ask-hot-icon .ask-hot-bt-img span {
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 2px;
	top: 6px;
	transform: rotate(-47deg);
	z-index: 12;
}
.ask-hot-bt-word {
	padding: 6px;
	border: 1px solid #dcdcdc;
}
.ask-hot-bt-word p:nth-child(1) a:nth-child(1) {
	font-size: 16px;
	color: #363636;
	display: block;
	max-width: 130px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ask-hot-bt-word p:nth-child(1) a:nth-child(2) {
	color: #737373;
}
.ask-hot-bt-word p:nth-child(2) span {
	color: #363636;
}
.ask-hot-bt-word p:nth-child(2) span em {
	font-size: 18px;
	color: #ee4433;
}
.ask-hot-bt-word p:nth-child(1) a:hover {
	color: #6bc30d;
}
/*问答列表页面end*/
/*问答详情页面start*/
.answer {
	background: #fff;
	padding: 14px 26px 43px 26px;
	border-bottom-right-radius: 30px;
	margin-top: 17px;
	display: flex;
	justify-content: space-between;
}
.answer-fl {
	width: 72%;
}
.answer-fl1-top p {
	background: url(../images/ask-detail3.png) no-repeat left center;
	padding-left: 58px;
	margin-top: 20px;
	margin-bottom: 18px;
}
.answer-fl1-top p span {
	display: block;
	font-size: 20px;
	color: #1b1b1b;
}
.answer-fl1-top p i {
	color: #666666;
	padding-right: 6px;
}
.answer-fl1-top p i:nth-of-type(n+2) {
	padding-left: 6px;
	border-left: 1px solid #d1d1d1;
}
.answer-fl1-top em {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background: #6bc30d;
	border-radius: 5px;
	padding: 0 10px;
}
.answer-fl1-bt {
	background: #f8f8f8;
	margin-top: 20px;
	margin-bottom: 38px;
	padding: 26px 26px 30px 26px;
	border-bottom-right-radius: 25px;
	text-align: right;
	position: relative;
}
.answer-fl1-bt textarea {
	width: 100%;
	height: 84px;
	text-indent: 18px;
	padding-top: 12px;
	border: 1px solid #bada98;
	border-top-right-radius: 15px;
	color: #5c5c5c;
	margin-bottom: 5px;
}
.answer-fl1-btx {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.answer-fl1-btx p img {
	width: 90px;
	height: 30px;
}
.answer-fl1-btx p {
	display: flex;
	align-items: center;
}
.answer-fl1-btx p span {
	color: #333333;
}
.answer-fl1-btx p input {
	width: 68px;
	height: 20px;
	border: 1px solid #dcdcdc;
	margin-left: 5px;
	margin-right: 7px;
	color: #000;
	font-size: 16px;
	text-indent: 10px;
}
.answer-fl1-btx>input {
	font-size: 16px;
	color: #fff;
	background: #6bc30d;
	border-radius: 5px;
	padding: 3px 22px;
}
.answer-fl1-bt em {
	color: #666666;
	position: absolute;
	right: 39px;
	bottom: 73px;
}
.answer-fl1-bt em i {
	font-size: 20px;
}
.answer-fl2 {
	border: 1px solid #eeeeee;
	padding: 0 25px;
}
.answer-fl2 ul li {
	padding-top: 18px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
.answer-fl2 ul li:nth-child(n+2) {
	border-top: 1px dashed #eeeeee;
}
.answer-fl2-img {
	margin-right: 12px;
}
.answer-fl2-img img {
	width: 76px;
	height: 76px;
	border-radius: 50%;
}
.answer-fl2-word p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.answer-fl2-word p span {
	font-size: 16px;
	color: #6bc30d;
}
.answer-fl2-word p i {
	color: #979797;
}
.answer-fl2-word em {
	color: #393939;
}
.answer-fl3 {
	margin-top: 48px;
}
.answer-fl3 .pagination1 {
	padding: 0 !important;
	margin-top: 40px !important;
	margin-bottom: 0 !important;
}
.answer-fl3 .pagination a.cur {
	background: #6bc30d;
	border: 1px #6bc30d solid;
}
.answer-fl3 .pagination a:hover {
	background: #6bc30d;
	border: 1px #6bc30d solid;
}
.answer-fl3 ul li {
	border: 1px solid #eeeeee;
	padding: 12px 8px 12px 16px;
	margin-bottom: 23px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.answer-fl3 ul li a {
	flex: 3;
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 40px;
}
.answer-fl3 ul li a:hover {
	color: #6bc30d;
}
.answer-fl3 ul li p {
	flex: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.answer-fl3 ul li p span {
	font-size: 16px;
	color: #8a8a8a;
}
.answer-fl3 ul li p span em {
	color: #f19c0e;
}
.answer-fr {
	width: 25%;
}
.answer-fr1 {
	margin-bottom: 19px;
}
.answer-fr1-top {
	padding-top: 16px;
	padding-bottom: 24px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(../images/ask-detail-right1.jpg) no-repeat top center;
}
.answer-fr1-top p {
	font-size: 22px;
	color: #fff;
	text-align: center;
}
.answer-fr1-bt {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-bottom-right-radius: 10px;
	padding: 15px 16px 22px 16px;
	border-top-left-radius: 15px;
	margin-top: -13px;
}
.answer-fr1-bt input {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-radius: 20px;
	text-align: center;
}
.answer-fr1-bt input.answer-fr1-bt1 {
	color: #a2a2a2;
	border: 1px solid #e5e5e5;
}
.answer-fr1-bt input.answer-fr1-bt2 {
	font-size: 16px;
	color: #fff;
	background: #f19c0e;
	margin-top: 11px;
}
.answer-fr2 {
	padding: 12px 12px 20px 12px;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	margin-bottom: 24px;
	background: #fff;
}
.answer-fr2-img a, .answer-fr2-img a img {
	width: 260px;
	height: 194px;
}
.answer-fr2-img a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.answer-fr2-img a img {
	transition: all 0.7s;
}
.answer-fr2-img a img:hover {
	transform: scale(1.14);
}
.answer-fr2-word {
	margin-top: 10px;
	margin-bottom: 6px;
}
.answer-fr2-word p:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.answer-fr2-word p:nth-child(1) a {
	color: #1a1a1a;
}
.answer-fr2-word p:nth-child(1) a:nth-child(1) {
	font-size: 20px;
	max-width: 190px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.answer-fr2-word p:nth-child(1) a:hover {
	color: #6bc30d;
}
.answer-fr2-word p:nth-child(2) {
	color: #1a1a1a;
	margin-bottom: 5px;
}
.answer-fr2-word p:nth-child(2) em {
	font-size: 18px;
	color: #ee4433;
	font-weight: 600;
}
.answer-fr2-word p:nth-child(2) i {
	font-size: 18px;
}
.answer-fr2-word p:nth-child(n+3) {
	color: #4f4f4f;
	margin-bottom: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.answer-fr2-line {
	padding-top: 8px;
}
.answer-fr2-line span {
	color: #6bc30d;
}
.answer-fr2-line a {
	display: block;
	font-size: 16px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 20px;
	background: #6bc30d;
	margin-top: 9px;
}
.answer-fr3 {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	position: relative;
	padding: 42px 35px 12px 35px;
	margin-bottom: 11px;
}
.answer-fr3-top span {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: -15px;
	transform: translateX(-50%);
	background: #6bc30d;
}
.answer-fr3-bts {
	position: relative;
	margin-bottom: 6px;
}
.answer-fr3-bts a img {
	width: 214px;
	height: 132px;
	border-radius: 10px;
}
.answer-fr3-bts a i {
	position: absolute;
	font-size: 16px;
	color: #000000;
	background: url(../images/ask-right-video.png) no-repeat left 13px center, rgba(255,255,255,.8);
	width: 78px;
	height: 28px;
	line-height: 28px;
	text-indent: 30px;
	border-radius: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.answer-fr3-btx p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.answer-fr3-btx p:nth-child(1) a:nth-child(1) {
	font-size: 16px;
	color: #262626;
}
.answer-fr3-btx p:nth-child(1) a:nth-child(2) {
	font-size: 12px;
	color: #5d5d5d;
}
.answer-fr3-btx p:nth-child(2) span {
	color: #ee4433;
}
.answer-fr3-btx p:nth-child(2) span i {
	font-size: 16px;
	font-weight: 600;
}
.answer-fr3-btx p:nth-child(2) a {
	display: inline-block;
	font-size: 12px;
	color: #4469f6;
	border-radius: 5px;
	padding: 1px 4px;
	border: 1px solid #5f7ff7;
}
.answer-fr3 .swiper-button-prev, .answer-fr3 .swiper-button-next {
	background: 0;
	width: 14px;
	height: 24px;
}
.answer-fr3 .swiper-button-prev {
	left: 16px;
}
.answer-fr3 .swiper-button-next {
	right: 16px;
}
.answer-fr3 .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 70px;
}
.answer-fr4-top {
	background: url(../images/ask-detail-right2.jpg) no-repeat;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 17px;
	padding-bottom: 30px;
}
.answer-fr4-top p {
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-shadow: 1px 1px 2px #3660d1;
}
.answer-fr4-bt {
	background: #fff;
	border: 1px solid #dcdcdc;
	border-top-left-radius: 15px;
	margin-top: -13px;
	padding: 20px 21px 24px 21px;
}
.publi-answer-fr4 {
	display: flex;
	align-items: center;
}
.publi-answer-fr4 span {
	font-size: 16px;
	color: #474747;
	margin-right: 11px;
}
.publi-answer-fr4 input {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	width: 100%;
	font-size: 14px;
	color: #b4b4b4;
	text-indent: 34px;
	height: 32px;
	line-height: 32px;
	flex: 1;
}
.answer-fr4-bt1 input {
	background: url(../images/ask-detail11.png) no-repeat left 8px center;
}
.answer-fr4-bt2 input {
	margin-top: 10px;
	background: url(../images/ask-detail22.png) no-repeat left 10px center;
}
.answer-fr4-bt3 input {
	display: block;
	font-size: 18px;
	color: #fff;
	width: 100%;
	background: #69c10b;
	border-radius: 20px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	margin-top: 20px;
}
.ask-detail-ad {
	height: 140px;
	margin-top: 40px !important;
}
.ask-detail-ad ul li a img {
	width: 1200px;
	height: 136px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 20px;
}
.ask-detail-ad ul li a span {
	position: absolute;
	top: 2%;
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px 1px #888;
}
.ask-detail-ad ul li a span:nth-of-type(1) {
	left: 1%;
}
.ask-detail-ad ul li a span:nth-of-type(2) {
	right: 1%;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 4px;
}
.ask-detail-ad .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}
.ask-detail-ad .swiper-pagination-bullet-active {
	background: #ffcc00;
}
.ask-wants {
	margin-top: 24px;
}
/*问答详情页面end*/
/*楼盘动态列表start*/
.trends {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 24px;
}
.trends-fl {
	width: 70%;
	background: #fff;
	border-bottom-right-radius: 30px;
	padding: 24px 15px 30px 15px;
}
.trends-fl .pagination a.cur, .trends-fl .pagination a:hover {
	background: #6bc30d;
	border: 1px #6bc30d solid;
}
.trends-fl .pagination {
	margin-top: 10px;
}
.trends-fl-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 13px;
	border-bottom: 1px dashed #dedede;
	margin-right: 17px;
	margin-left: 11px;
}
.trends-fl-title p {
	font-size: 24px;
	color: #464646;
	font-weight: 600;
	background: url(../images/trends1.png) no-repeat left center;
	padding-left: 32px;
}
.trends-fl-title a {
	color: #fff;
	display: inline-block;
	background: url(../images/trends2.png) no-repeat left 10px center #ff9626;
	border-radius: 20px;
	padding: 2px 8px 2px 30px;
}
.trends-fl-bt ul li {
	padding: 16px 11px 23px 11px;
	display: flex;
}
.trends-fl-bt ul li:nth-child(even) {
	background: #f7f7f7;
}
.trends-fl-bt-img {
	margin-right: 10px;
}
.trends-fl-bt-img a, .trends-fl-bt-img a img {
	width: 160px;
	height: 130px;
}
.trends-fl-bt-img a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
.trends-fl-bt-img a img {
	transition: all 0.8s;
}
.trends-fl-bt-img a img:hover {
	transform: scale(1.14);
}
.trends-fl-bt-word {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.trends-fl-bt-word p:nth-child(1) {
	font-size: 18px;
	display: flex;
	align-items: center;
}
.trends-fl-bt-word p:nth-child(1) span {
	color: #ff9626;
}
.trends-fl-bt-word p:nth-child(1) a {
	color: #393939;
	display: block;
	max-width: 520px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.trends-fl-bt-word p:nth-child(1) a:hover {
	color: #ff9626;
}
.trends-fl-bt-word p:nth-child(2) a {
	color: #393939;
	display: block;
}
.trends-fl-bt-word p:nth-child(2) a:hover {
	color: #ff9626;
}
.trends-fl-bt-word p:nth-child(2) a i {
	color: #ff9626;
	margin-left: 6px;
}
.trends-fl-bt-word p:nth-child(3) em {
	color: #979797;
	padding-right: 6px;
}
.trends-fl-bt-word p:nth-child(3) em:nth-of-type(2) {
	padding-left: 6px;
	border-left: 1px solid #979797;
}
.trends-fl-bt-word p:nth-child(n+2) {
	padding-left: 7px;
}
.trends-fr1 {
	background: #fff;
	padding: 20px 13px 3px 13px;
	margin-bottom: 12px;
}
.trends-fr1-title {
	padding-bottom: 10px;
	border-bottom: 1px dashed #d2d2d2;
}
.trends-fr1-title p {
	font-size: 20px;
	color: #464646;
	padding-left: 9px;
	border-left: 3px solid #6bc30d;
	line-height: 20px;
}
.trends-fr1-bt {
	padding-top: 13px;
}
.trends-fr1-bt ul li {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.trends-fr1-bt ul li span {
	color: #fff;
	background: #d5d5d5;
	border-radius: 3px;
	margin-right: 10px;
	padding: 0 5px;
	height: 16px;
	line-height: 16px;
}
.trends-fr1-bt ul li:nth-child(1) span {
	background: #6bc30d;
}
.trends-fr1-bt ul li a {
	color: #464646;
	display: block;
	max-width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.trends-fr1-bt ul li a:hover {
	color: #6bc30d;
}
/*楼盘动态列表end*/
/*楼盘动态详情页start*/
.zx_detail {
	background: #f1f0f0;
}
.zx_search_fl form {
	display: flex;
}
.zx_essay_fl {
	width: 77%;
}
.zx_search_fl input {
	line-height: 46px;
	border: 2px solid #6bc30d;
}
.zx_search_fl input:nth-child(1) {
	text-indent: 16px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
	width: 520px;
	border-right: 0;
}
.zx_search_fl input:nth-child(2) {
	font-size: 18px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	width: 160px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #6bc30d;
}
.trends-detail {
	margin-top: 25px;
}
.trends-detail .public-width {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.rends-detail-fl {
	width: 72.5%;
}
.trends-public {
	border: 1px solid #e4e4e4;
	background: #fff;
	border-radius: 10px 10px 25px 10px;
}
.trends-details {
	margin: 18px 0;
	padding: 35px 23px 32px 23px;
}
.trends-details-title p, .trends-details-title p a {
	color: #3c3c3c;
}
.trends-details-bt {
	margin-top: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 15px 12px 12px;
	border: 1px solid #dcdcdc;
	border-top-right-radius: 5px;
}
.trends-details-fl {
	display: flex;
}
.trends-details-fl-img a {
	display: block;
	overflow: hidden;
	margin-right: 16px;
}
.trends-details-fl-img a, .trends-details-fl-img a img {
	width: 228px;
	height: 170px;
}
.trends-details-fl-img a img {
	transition: all 0.8s;
}
.trends-details-fl-img a img:hover {
	transform: scale(1.14);
}
.trends-details-fl-word {
	width: 290px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.trends-details-fl-word p:nth-child(1) {
	display: flex;
	align-items: flex-start;
	line-height: 30px;
}
.trends-details-fl-word p:nth-child(1) a {
	font-size: 22px;
	color: #3c3c3c;
	max-width: 245px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 7px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #d2d2d2;
}
.trends-details-fl-word p:nth-child(1) span {
	color: #fff;
	border-radius: 0 5px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
}
.trends-details-fl-word p:nth-child(1) span.sale1 {
	background: #1f58d9;
}
.trends-details-fl-word p:nth-child(1) span.sale2 {
	background: #17c167;
}
.trends-details-fl-word p:nth-child(1) span.sale3 {
	background: #808080;
}
.trends-details-fl-word p:nth-child(2) {
	font-size: 16px;
	color: #424242;
}
.trends-details-fl-word p:nth-child(2) i {
	font-size: 20px;
	color: #ee4433;
}
.trends-details-fl-word p:nth-child(3) {
	font-size: 16px;
	color: #424242;
	line-height: 24px;
}
.trends-details-fl-word p:nth-child(4) {
	font-size: 16px;
	color: #424242;
}
.trends-details-fl-word p:nth-child(4) em {
	color: #ff0404;
}
.zx_articles {
	padding-top: 27px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}
.zx_articles p {
	text-align: center;
}
.zx_articles p:nth-child(1) {
	font-size: 20px;
	font-weight: 800;
	color: #000;
	padding-bottom: 12px;
}
.zx_articles p:nth-child(2) {
	font-size: 12px;
	color: #999;
}
.zx_articles p:nth-child(2) span {
	margin-right: 50px;
}
/*.zx_articles p:nth-child(2) i {
	background: url(../images/eyes.png) no-repeat left center;
	padding-left: 25px;
}*/
.zx_articlex1 {
	text-align: center;
}
.zx_articlex1 p {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #ee4433;
	margin: 20px auto 0;
	padding: 0 10px;
}
.zx_articlex2 {
	padding: 20px 35px;
}
.zx_articlex2 img {
	width: 100%;
}
.zx_email {
	padding: 28px 34px;
	background: #fff;
	margin: 30px 0;
}
.zx_email p {
	color: #333;
	padding-bottom: 7px;
}
.zx_email span {
	float: left;
	display: inline-block;
	width: 64px;
	height: 48px;
	background: url(../images/emails.png) no-repeat center #f8f8f8;
}
.zx_email input {
	margin-left: -3px;
}
.zx_email input.zx_email1 {
	font-size: 14px;
	text-indent: 10px;
	height: 46px;
	line-height: 46px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	width: 460px;
}
.zx_email input.zx_email2 {
	font-size: 16px;
	color: #fff;
	height: 48px;
	line-height: 48px;
	width: 146px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #234ae2;
	text-align: center;
}
.zx_reading {
	width: 100%;
}
.zx_reading_title, .zx_reading_top ul li {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.zx_reading_title {
	padding: 18px 30px;
	border-bottom: 1px solid #e4e4e4;
}
.zx_reading_title p {
	font-size: 20px;
	color: #333333;
}
.zx_reading_title a {
	font-size: 14px;
	color: #999999;
}
.zx_reading_title a:hover {
	color: #f4a82e;
}
.zx_reading_top {
	padding: 20px 30px 0 30px;
}
.zx_reading_top ul {
	border-bottom: 1px solid #f8f8f8;
}
.zx_reading_top ul li {
	padding-bottom: 20px;
}
.zx_reading_top ul li a {
	font-size: 14px;
	color: #555;
}
.zx_reading_top ul li a:hover {
	color: #f4a82e;
}
.zx_reading_bt {
	padding: 20px 30px 38px 30px;
}
.zx_reading_bt p {
	font-size: 16px;
	color: #666;
}
.zx_reading_bt textarea {
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 124px;
	text-indent: 16px;
	padding-top: 6px;
	border: 1px solid #e9e9e9;
	margin-top: 10px;
	margin-bottom: 15px;
}
.zx_reading_bt .zx_email1 {
	height: 35px;
	line-height: 35px;
	border: 1px solid #ebebeb;
	text-indent: 10px;
	width: 230px;
	margin-top: 5px;
}
.zx_reading_bt input:last-child {
	display: block;
	font-size: 14px;
	color: #fff;
	width: 115px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: #6bc30d;
	margin-left: auto;
}
.zx_reading_bt input.zx_reading_bt1 {
	width: 230px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e5e5e5;
	text-indent: 10px;
	color: #939393;
	margin-top: 3px;
	margin-bottom: 10px;
}
.trends-details-fr {
	padding-left: 28px;
	border-left: 1px solid #dcdcdc;
}
.trends-details-fr input {
	display: block;
	width: 200px;
}
.trends-details-fr input.trends-details-fr1, .trends-details-fr input.trends-details-fr2 {
	height: 34px;
	line-height: 34px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	text-indent: 33px;
}
.trends-details-fr input.trends-details-fr1 {
	margin-bottom: 8px;
	background: url(../images/trends-icon2.png) no-repeat left 8px center #f2f2f2;
}
.trends-details-fr input.trends-details-fr2 {
	background: url(../images/trends-icon1.png) no-repeat left 8px center #f2f2f2;
}
.trends-details-fr input.trends-details-fr3 {
	font-size: 18px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	background: #6bc30d;
	border-radius: 20px;
	text-align: center;
	margin-top: 22px;
}
.trends-detail-fr {
	width: 288px;
}
.detail-more-title p span {
	background: url(../images/house.png) no-repeat left 72px center #fff;
	padding-right: 75px;
	padding-left: 108px;
}
.public-top .detail-more-title.public-title {
	text-align: left;
	margin-left: 50px;
}
.public-top {
	margin-top: 35px;
	padding-bottom: 35px;
}
.public-title p {
	display: inline-block;
	padding: 10px;
	background: #efefef;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.public-title p span {
	display: inline-block;
	font-size: 24px;
	color: #6bc30d;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
}
.detail-more {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	margin-top: -40px;
	padding: 70px 20px 22px 20px;
}
.detail-more ul {
	display: flex;
}
.detail-more ul li:nth-child(-n+3) {
	margin-right: 18px;
}
.detail-more-top a {
	display: block;
	width: 275px;
	height: 190px;
	border-radius: 10px;
	overflow: hidden;
}
.detail-more-top a img {
	width: 275px;
	height: 190px;
	transition: all 0.8s;
}
.detail-more-top a img:hover {
	transform: scale(1.14);
}
.detail-more-bt p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 31px;
}
.detail-more-bt p:nth-child(1) {
	padding-top: 6px;
}
.detail-more-bt p:nth-child(1) a:nth-child(1) {
	display: block;
	font-size: 20px;
	color: #282828;
	max-width: 210px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.detail-more-bt p:nth-child(1) a:nth-child(2) {
	color: #737373;
}
.detail-more-bt p:nth-child(1) a:hover {
	color: #6bc30d;
}
.detail-more-bt p:nth-child(2) span {
	color: #ee4433;
	font-size: 16px;
}
.detail-more-bt p:nth-child(2) span strong {
	font-size: 20px;
}
.detail-more-bt p:nth-child(2) a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background: #6bc30d;
	border-radius: 20px;
	text-indent: 34px;
	width: 95px;
	height: 30px;
	line-height: 30px;
}
.detail-more-bt p:nth-child(2) a i {
	position: absolute;
	left: 3px;
	top: 2px;
	font-size: 18px;
	color: #6bc30d;
	background: #fff;
	border-radius: 50%;
	text-indent: 0;
	width: 25px;
	height: 25px;
	line-height: 26px;
	text-align: center;
}
/*楼盘动态详情页end*/

/*楼盘详细信息页、相册、户型公用区域start*/
.total-house {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 30px;
}
.total-house .public-width {
	display: flex;
	justify-content: space-between;
}
.total-house1 {
	width: 383px;
}
.total-house-title p {
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.total-house1:nth-of-type(1) .total-house-title p {
	background: url(../images/total-house1.png) no-repeat left 118px center #6e78ff;
}
.total-house1:nth-of-type(2) .total-house-title p {
	background: url(../images/total-house2.png) no-repeat left 106px center #48cb85;
}
.total-house1:nth-of-type(3) .total-house-title p {
	background: url(../images/total-house3.png) no-repeat left 115px center #f58f16;
}
.total-house-bt {
	padding: 25px 11px 0 11px;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.total-house-bt ul li {
	display: flex;
	padding: 11px;
	background: #fff;
	margin-bottom: 15px;
}
.total-house-img {
	margin-right: 14px;
}
.total-house-img a {
	display: block;
	overflow: hidden;
	border-radius: 5px;
}
.total-house-img a, .total-house-img a img {
	width: 170px;
	height: 118px;
}
.total-house-img a img {
	transition: all 0.7s;
}
.total-house-img a img:hover {
	transform: scale(1.14);
}
.total-house-word {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.total-house-word a:nth-of-type(1) {
	display: block;
	font-size: 20px;
	color: #424242;
	line-height: 20px;
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.total-house-word a:nth-of-type(1):hover {
	color: #6bc30d;
}
.total-house-word p {
	color: #424242;
}
.total-house-word p span {
	font-size: 20px;
	color: #ee4433;
}
.total-house-word a:nth-of-type(2) {
	display: block;
	width: 95px;
	height: 30px;
	line-height: 30px;
	background: #6bc30d;
	border-radius: 20px;
	font-size: 16px;
	color: #fff;
	text-indent: 35px;
	position: relative;
}
.total-house-word a:nth-of-type(2) i {
	position: absolute;
	left: 2px;
	top: 2px;
	font-size: 18px;
	color: #6bc30d;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	background: #fff;
	text-indent: 0;
	z-index: 3;
}
.total-house1-line {
	text-align: right;
	padding-bottom: 10px;
}
.total-house1-line a {
	font-size: 16px;
	color: #393939;
	background: #fff;
	border: 1px solid #d2d2d2;
	display: inline-block;
	padding: 1px 18px;
	border-radius: 8px;
}
.total-house1-line a:hover {
	color: #fff;
	background: #6bc30d;
	border: 1px solid #6bc30d;
}
/*楼盘详细信息页、相册、户型公用区域end*/

/* 详情页-详细信息页start */
.information-public {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	background: #FFFFFF;
}
.information {
	background: #f1f0f0;
	padding-bottom: 30px;
}
.project {
	margin: 31px 0;
	padding: 17px 29px 36px 29px;
}
.project p {
	font-size: 24px;
	color: #505050;
	background: url(../images/information1.png) no-repeat left center;
	padding-left: 30px;
	margin-bottom: 11px;
}
.project table {
	width: 100%;
	table-layout: fixed;
}
.project tr td {
	color: #333333;
	height: 48px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.project tr td:nth-child(odd) {
	background: #f5f5f5;
	width: 100px;
	text-align: center;
}
.project tr td:nth-child(even) {
	max-width: 252px;
	padding-left: 10px;
}
.project tr td a {
	display: inline-block;
	color: #6bc30d;
	padding: 0 6px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
}
.project tr td a:hover {
	color: #FFFFFF;
	background: #6bc30d;
}
.information-total {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.information-fl {
	width: 72%;
}
.information-fl1 {
	padding: 20px 25px 14px 25px;
}
.information-fl1>span {
	display: block;
	font-size: 24px;
	color: #505050;
	background: url(../images/information2.png) no-repeat left top 6px;
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d2d2d2;
}
.information-fl1 p {
	font-size: 18px;
	color: #3d3d3d;
	text-indent: 2em;
	margin-top: 17px;
}
.information-fl1 i {
	display: block;
	font-size: 20px;
	color: #6bc30d;
	font-weight: 600;
	line-height: 20px;
	margin-top: 24px;
}
.information-price {
	padding: 20px 26px 35px 26px;
	margin-top: 35px;
}
.info-price-title {
	padding-bottom: 10px;
	border-bottom: 1px dashed #e5e5e5;
}
.info-price-title p {
	font-size: 24px;
	color: #505050;
	background: url(../images/information3.png) no-repeat left center;
	padding-left: 30px;
}
.info-pricex {
	position: relative;
}
.info-pricex-city ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e5e5e5;
}
.info-pricex-city ul li {
	margin-right: 14px;
	margin-bottom: 16px;
}
.info-pricex-city ul li a {
	display: block;
	font-size: 20px;
	color: #3d3d3d;
	height: 38px;
	line-height: 38px;
	background: #eeeeee;
	border-radius: 5px;
	padding: 0 23px;
	border: 1px solid #e5e5e5;
}
.info-pricex-city ul li.active a, .info-pricex-city ul li:hover a {
	color: #FFFFFF;
	background: #6bc30d;
}
.info-pricex-bt {
	margin-top: 23px;
	margin-left: 230px;
}
.info-pricex-city-bt {
	width: 186px;
	position: absolute;
	left: 0;
	bottom: 0;
	border: 1px solid #dcdcdc;
	background: url(../images/information-bj.jpg) no-repeat top center #FFFFFF;
}
.info-pricex-city-bt span {
	display: block;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 600;
	height: 60px;
	line-height: 60px;
}
.info-pricex-city-bt p {
	font-size: 20px;
	color: #3d3d3d;
	text-align: center;
	padding: 12px 0;
}
.info-pricex-city-bt em {
	font-size: 34px;
	color: #ff9626;
	font-weight: 600;
}
.info-pricex-bt-title p {
	font-size: 20px;
	color: #3d3d3d;
	margin-bottom: 30px;
	line-height: 20px;
}
.info-pricex-line ul {
	display: flex;
	margin-left: auto;
}
.info-pricex-line ul li {
	display: flex;
	align-items: center;
}
.info-pricex-line ul li:nth-child(1) {
	padding-right: 28px;
	border-right: 1px solid #dcdcdc;
}
.info-pricex-line ul li:nth-child(2) {
	margin-left: 28px;
}
.info-pricex-line-fl {
	margin-right: 15px;
}
.info-pricex-line-fl img {
	width: 92px;
	height: 92px;
	border-radius: 50%;
}
.info-pricex-line-fr span {
	display: block;
	font-size: 22px;
	color: #3d3d3d;
	line-height: 22px;
}
.info-pricex-line-fr p {
	margin: 6px 0;
}
.info-pricex-line-fr p i {
	padding: 0 6px;
}
.info-pricex-line-fr p i:nth-child(-n+2) {
	margin-right: 5px;
}
.info-pricex-line-fr p i:nth-child(1) {
	color: #ef3e4a;
	border: 1px solid #ffd2d2;
}
.info-pricex-line-fr p i:nth-child(2) {
	color: #668aec;
	border: 1px solid #c6d5ff;
}
.info-pricex-line-fr p i:nth-child(3) {
	color: #2fc87e;
	border: 1px solid #9ce2c0;
}
.info-pricex-line-fr a {
	font-size: 16px;
	color: #FFFFFF;
	background: #2d74f6;
	border-radius: 3px;
	display: inline-block;
	padding: 0 5px;
}
.information-fr1 {
	padding: 12px 8px 10px 8px;
}
.information-fr1-top {
	margin-bottom: 8px;
}
.information-fr1-top span {
	font-size: 16px;
	color: #505050;
	background: url(../images/aixin.png) no-repeat right center;
	padding-right: 26px;
	padding-left: 7px;
}
.information-fr1-bt ul li {
	display: flex;
	align-items: center;
	border: 1px solid #eeeeee;
	padding: 7px;
	margin-bottom: 7px;
}
.information-fr1-img {
	margin-right: 9px;
}
.information-fr1-img a, .information-fr1-img a img {
	display: block;
	width: 116px;
	height: 70px;
}
.information-fr1-img a {
	overflow: hidden;
}
.information-fr1-img a img {
	transition: all 0.7s;
}
.information-fr1-img a img:hover {
	transform: scale(1.14);
}
.information-fr1-word a {
	display: block;
	width: 135px;
	font-size: 16px;
	color: #424242;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.information-fr1-word a:hover {
	color: #3148d4;
}
.information-fr1-word p {
	color: #424242;
}
.information-fr1-word p span {
	font-size: 16px;
	color: #d81e06;
}
.information-fr2 {
	margin-top: 20px;
}
.information-fr2-head {
	padding-top: 40px;
	padding-bottom: 25px;
	background: url(../images/information-bj2.jpg) no-repeat;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.information-fr2-head span, .information-fr2-head p {
	text-shadow: 2px 2px 3px #4b8e0d;
	padding-left: 46px;
}
.information-fr2-head span {
	display: block;
	color: #FFFFFF;
}
.information-fr2-head p {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 600;
	margin-top: 14px;
}
.information-fr2-bt {
	background: #FFFFFF;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-top: -10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 24px;
}
.information-fr2-input {
	border-radius: 20px;
	border: 1px solid #dcdcdc;
	margin-top: 27px;
	margin-bottom: 26px;
}
.information-fr2-input input {
	height: 36px;
	line-height: 36px;
}
.information-fr2-input input.information-fr2-input1 {
	font-size: 16px;
	color: #b4b4b4;
	width: 210px;
	border-radius: 20px;
	text-indent: 15px;
}
.information-fr2-input input.information-fr2-input2 {
	font-size: 16px;
	color: #FFFFFF;
	background: #ff9626;
	border-radius: 20px;
	width: 84px;
	text-align: center;
	margin-left: -40px;
}
.information-fr2-bt p {
	background: url(../images/information-phone.png) no-repeat left bottom;
	padding-left: 40px;
}
.information-fr2-bt p span {
	display: block;
	color: #494949;
}
.information-fr2-bt p i {
	display: block;
	font-size: 26px;
	color: #ff9626;
	font-weight: 600;
	line-height: 22px;
}
/* 详情页-详细信息页end 
/* 资讯首页start */
.news-background {
	background-color: #f1f0f0;
}
.new-search {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.new-search-fl {
	display: flex;
	margin-right: 20px;
}
.new-search-fl input {
	line-height: 46px;
	border: 2px solid #6bc30d;
}
.new-search-fl input:nth-child(1) {
	text-indent: 16px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
	width: 520px;
	border-right: 0;
}
.new-search-fl input:nth-child(2) {
	font-size: 18px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	width: 160px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #6bc30d;
}
.new-search-fr span {
	font-size: 14px;
	color: #5f5f5f;
	margin-right: 13px;
}
.new-search-fr a {
	font-size: 14px;
	color: #000;
	margin-right: 13px;
}
.new-search-fr a:last-child {
	margin-right: 0;
}
.new-search-fr a:hover {
	color: #6bc30d;
}
.new-box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
}
.new-box-fl {
	width: 924px;
	background-color: #FFFFFF;
	border: 1px solid #e2e2e2;
}
.Y_new_l {
	float: left;
	width: 924px;
}
.new_box {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
}
.focusBox {
	position: relative;
	width: 448px;
	height: 363px;
	overflow: hidden;
	float: left;
}
.focusBox .pic img {
	width: 448px;
	height: 363px;
	display: block;
}
.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 52px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=80);
	opacity: 0.8;
	overflow: hidden;
}
.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 52px;
	width: 100%;
	overflow: hidden;
}
.focusBox .txt li {
	height: 52px;
	line-height: 52px;
	position: absolute;
	bottom: -52px;
}
.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 40px;
	font-size: 14px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 253px;
}
.focusBox .nums {
	position: absolute;
	z-index: 3;
	bottom: 14px;
	right: 32px;
}
.focusBox .nums li {
	float: left;
	position: relative;
	width: 6px;
	height: 6px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	margin-left: 8px;
	cursor: pointer;
	border: 1px solid #929191;
	border-radius: 3px;
}
.focusBox .nums li a {
	display: block;
	color: #ffffff;
}
.focusBox .nums li.on, .focusBox .nums li:hover {
	background-color: #7ec914;
	border-color: #7ec914;
}
.new_li {
	float: right;
	width: 430px;
	box-sizing: border-box;
	padding: 16px 55px 0 0;
}
.new_li li>a {
	font-weight: 600;
	line-height: 55px;
	font-size: 16px;
	color: #555555;
	padding-left: 13px;
	border-bottom: 1px dotted #a6a6a6;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.new_li li>a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 24px;
	width: 5px;
	height: 5px;
	background-color: #bdbdbd;
}
.new_li li>a:hover:before {
	background-color: #6bc30d;
}
.new_li li>a:hover {
	color: #6bc30d;
}
.new_li li:last-child>a {
	border-bottom: none;
}
.news-list {
	border: 1px solid #e4e4e4;
	background-color: #fff;
	margin-top: 30px;
}
.news-list-link {
	border-bottom: 1px solid #e4e4e4;
}
.news-list-link ul {
	display: flex;
	flex-wrap: wrap;
}
.news-list-link ul li a {
	display: block;
	font-size: 14px;
	color: #333;
	padding: 8px 30px;
}
.news-list-link ul li.on a {
	color: #FFFFFF;
	background-color: #6bc30d;
}
.news-list-box ul li {
	padding: 28px 48px 25px 23px;
}
.news-list-box ul li:not(:last-child) {
	border-bottom: 1px dashed #c9c9c9;
}
.news-list-title a {
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news-list-title a:hover {
	color: #6bc30d;
}
.news-list-bt {
	display: flex;
}
.news-list-img {
	margin-right: 24px;
}
.news-list-img a img {
	width: 168px;
	height: 108px;
	border: 1px solid #e5e5e5;
}
.news-list-word {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news-list-word a {
	color: #636363;
	font-size: 14px;
	display: block;
}
.news-list-word a:hover {
	color: #6bc30d;
}
.news-list-word a i {
	color: #6bc30d;
}
.news-list-word p span {
	font-size: 14px;
	color: #7d7d7d;
	margin-right: 40px;
}
.Y_new_r {
	width: 255px;
	float: right;
}
.z_wrap {
	margin-bottom: 30px;
	background: #ffffff;
	border: 1px solid #e2e2e2;
}
.Y_title {
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #e4e4e4;
}
.z_pdbox {
	padding: 0 25px;
}
.z_hot {
	padding-bottom: 10px;
}
.z_hot li {
	border-bottom: 1px dotted #cbcbcb;
	font-size: 14px;
	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.z_hot li a .t {
	background: #ff6b67;
}
.z_hot li a i {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	font-size: 13px;
	color: #ffffff;
	margin-right: 15px;
	background: #b5b3b4;
}
.Y_pic li {
	padding: 17px 18px;
	border-bottom: 1px solid #f8f8f8;
}
.Y_pic li .img {
	float: left;
	width: 90px;
	height: 60px;
	overflow: hidden;
}
.myimg img {
	width: 100%;
}
.Y_pic li .wen {
	float: right;
	width: 120px;
	height: 60px;
	overflow: hidden;
	font-size: 12px;
	color: #555555;
	line-height: 18px;
}
.Tprolist {
	background: #fff;
	font-size: 14px;
	padding: 0 15px;
}
.Tprolist li {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	padding-top: 15px;
}
.Tprolist-img {
	position: relative;
}
.prolist2-love, .prolist-love {
	position: absolute;
	width: 23px;
	height: 19px;
	background: url(../images/ico16.png) no-repeat;
	right: 20px;
	top: 18px;
}
.prolist-bq {
	margin-left: 14px;
	float: left;
	color: #999999;
	font-size: 13px;
}
.Tprolist {
	background: #fff;
	font-size: 14px;
	padding: 0 15px;
}
.Tprolist li {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	padding-top: 15px;
}
.Tprolist-img {
	position: relative;
}
.Tprolist-img .prolist-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	line-height: 35px;
	height: 35px;
	text-indent: 1em;
}
.Tprolist-img .prolist-wrap h2 {
	color: #fff;
}
.Tprolist-img .prolist-wrap h2:hover {
	color: #40c0c1;
}
.Tprolist-img .prolist-wrap .prolist-bq {
	color: #fff;
}
.Tprolist-cnt1 .prolist-ad b {
	color: #f00;
	font-size: 14px;
	font-weight: 600;
}
.Tprolist-cnt1 .prolist-tip span {
	padding: 0 6px;
}
.prolist-wrap2 {
	padding: 7px 0;
	line-height: 30px;
}
.prolist-name {
	float: left;
	font-size: 20px;
	color: #555555;
}
.prolist-tip span {
	padding: 0 7px;
	display: inline-block;
	height: 18px;
	margin-right: 5px;
	border-radius: 2px;
	vertical-align: top;
	line-height: 18px;
	font-size: 13px;
}
.prolist-tip span:nth-child(1) {
	border: 1px solid #f97f7a;
	color: #f97f7a;
}
.prolist-tip span:nth-child(2) {
	border: 1px solid #7cb4ff;
	color: #7cb4ff;
}
.prolist-tip span:nth-child(3) {
	border: 1px solid #f8c087;
	color: #f8c087;
}
.prolist-tip span:nth-child(4) {
	border: 1px solid #39ce7a;
	color: #39ce7a;
}
.Tprolist-img a img {
	width: 100%;
}
/* 资讯首页end */
/* 资讯详情页start */
.new-essay {
	display: flex;
	justify-content: space-between;
}
.new-essay-fl {
	width: 77%;
}
.new-content {
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
}
.new-content-word {
	font-size: 14px;
	line-height: 28px;
	padding: 20px 35px;
}
.new-content-footer {
	padding: 8px 40px;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	background-color: #f8f8f8;
}
.new-content-page {
	line-height: 40px;
	font-size: 12px;
	color: #666666;
}
.zx_email {
	padding: 28px 34px;
	background: #fff;
	margin: 30px 0;
}
.zx_email p {
	color: #333;
	padding-bottom: 7px;
}
.zx_email span {
	float: left;
	display: inline-block;
	width: 64px;
	height: 48px;
	background: url(../images/emails.png) no-repeat center #f8f8f8;
}
.zx_email input {
	margin-left: -3px;
}
.zx_email input.zx_email1 {
	font-size: 14px;
	text-indent: 10px;
	height: 46px;
	line-height: 46px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	width: 460px;
}
.zx_email input.zx_email2 {
	font-size: 16px;
	color: #fff;
	height: 48px;
	line-height: 48px;
	width: 146px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #6bc30d;
	text-align: center;
}
.Y_lise .bd>ul {
	display: none;
}
.Y_lise .bd>ul:nth-child(1) {
	display: block;
}
.Y_lise .bd>ul>li .img img {
	width: 100%;
}
.z_wx {
	padding: 31px 0 17px 0;
	text-align: center;
}
.z_wx img {
	width: 185px;
	border: 1px solid #d4d4d4;
}
.z_wx p {
	font-size: 14px;
	line-height: 50px;
}
.z_wx p em {
	color: #ff4641;
}
.Y_lise .hd {
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	padding: 20px 0;
}
.Y_lise .hd > li {
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	cursor: pointer;
}
.Y_lise .hd > li.on {
	color: #006ee2;
}
.Y_lise .bd {
	padding: 0 30px;
}
.Y_lise .bd > ul > li {
	padding: 20px 0;
	border-bottom: 1px dotted #eeeeee;
}
.Y_lise .bd > ul > li .img {
	width: 187px;
	margin-bottom: 12px;
}
.zx_apply {
	border: 1px solid #e4e4e4;
	background: #fff;
	margin-bottom: 30px;
}
.zx_apply p:nth-child(1) {
	font-size: 20px;
	background: url(../images/zx_car.png) no-repeat left 10px center;
	padding-left: 52px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}
.zx_apply p:nth-child(n+2) {
	padding-left: 15px;
	padding-right: 15px;
}
.zx_apply p:nth-child(2) {
	margin-top: 15px;
	margin-bottom: 10px;
}
.zx_apply p span {
	font-size: 14px;
	color: #333;
	padding-right: 6px;
}
.zx_apply p:nth-child(2) input, .zx_apply p:nth-child(3) input {
	height: 38px;
	line-height: 38px;
	width: 163px;
	border: 1px solid #ebebeb;
	text-indent: 10px;
}
.zx_apply p:nth-child(4) input {
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	background: #6bc30d;
	margin-top: 20px;
	margin-bottom: 20px;
}
.zx_apply i {
	display: block;
	padding-left: 15px;
	padding-bottom: 20px;
}
.zx_type {
	/*background-color: #fff;*/
	margin-bottom: 30px;
}
.zx_types ul {
	display: flex;
	justify-content: space-around;
	background: #6bc30d;
}
.zx_types ul li a {
	display: block;
	padding: 7px 0;
	font-size: 16px;
	color: #fff;
}
.zx_types {
	background: #ffffff;
}
.zx_type_ce {
	padding: 5px 7px 0 7px;
	background: #ffffff;
}
.zx_type_ce a img {
	width: 240px;
	height: 190px;
}
.zx_type_online {
	margin-bottom: 30px;
}
.zx_type_bt {
	padding: 15px 10px;
	background: #ffffff;
}
.zx_type_bt a {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.zx_type_bt a:hover {
	color: #6bc30d;
}
.zx_type_bt p {
	margin-top: 10px;
	color: #333;
	font-size: 14px;
}
.zx_type_bt p:nth-child(2) span {
	color: #e51c23;
	font-size: 24px;
	font-weight: 800;
}
.zx_type_bt p:last-child {
	color: #6bc30d;
}
.zx_type_online a {
	font-size: 18px;
	color: #fff;
	display: block;
	height: 45px;
	line-height: 45px;
	background: #6bc30d;
	text-align: center;
}
.new_table {
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
}
.Y_title>a {
	float: right;
	font-size: 13px;
	color: #999999;
}
.new-content .new-content-word .hre {
	padding: 30px 0;
	text-align: center;
}
.new-content .new-content-word .hre .tp {
	font-size: 15px;
	color: #666666;
	padding-left: 32px;
	background: url(../images/y_pix_35.png) no-repeat left center;
	background-image: url("../images/y_pix_35.png");
	line-height: 24px;
	display: inline-block;
	display: inline;
	zoom: 1;
	height: 24px;
	float: left;
	margin: 2px 20px 0 340px;
}
.new-content .new-content-word .hre .tp.d {
	background-image: url("../images/ico107.png");
}
.new-content .new-content-word .hre {
	text-align: center;
}
/* 资讯详情end */
/* 视频首页start */
.about_nav {
	background: #e2e2e2;
}
.about_navs {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_nav_lf, .about_nav_lf form {
	display: flex;
}
.about_nav_lf input {
	height: 35px;
	line-height: 35px;
}
.about_nav_lf input:nth-child(1) {
	width: 400px;
	text-indent: 10px;
}
.about_nav_lf input:nth-child(2) {
	text-indent: 24px;
	font-size: 16px;
	color: #fff;
	width: 80px;
	background: url(../images/searchs3.png) no-repeat left 14px center #6bc30d;
}
.about_nav_lf p {
	font-size: 14px;
	color: #414141;
	line-height: 35px;
	margin-left: 18px;
}
.about_nav_lf p a {
	margin-right: 15px;
	color: #414141;
}
.about_nav_lf p a:hover {
	color: #6bc30d;
}
.about_nav_rg ul li {
	float: left;
}
.about_nav_rg ul li a {
	display: inline-block;
	line-height: 17px;
	font-size: 14px;
	color: #414141;
	border-right: 1px solid #c1c1c1;
	padding-left: 35px;
	padding-right: 12px;
}
.about_nav_rg ul li:nth-child(1) a {
	background: url(../images/about1.png) no-repeat left 10px center;
}
.about_nav_rg ul li:nth-child(2) a {
	background: url(../images/about2.png) no-repeat left 10px center;
}
.about_nav_rg ul li:nth-child(3) a {
	background: url(../images/about3.png) no-repeat left 10px center;
	padding-left: 30px;
	border-right: 0;
	padding-right: 0;
}
.about_nav_rg ul li a:hover {
	color: #40c0c1;
}
.video {
	background: #fff;
	padding-top: 35px;
}
.video-fl {
	width: 880px;
	float: left;
	border: 1px solid #ededed;
}
.video-fl ul li {
	box-shadow: 0px 1px 2px #f0f0f0;
	position: relative;
}
.video-fl ul li a img:nth-child(1) {
	width: 880px;
	height: 590px;
}
.video-fl ul li a img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.video-fl ul li p {
	background: #fff;
	height: 65px;
	line-height: 65px;
}
.video-fl ul li p a {
	font-size: 18px;
	padding-left: 20px;
}
.video-fl .swiper-button-next, .video-fl .swiper-button-prev {
	width: 44px;
	height: 73px;
	top: 42%;
	background-image: none;
}
.video-fl .swiper-button-prev {
	left: 0;
}
.video-fl .swiper-button-next {
	right: 0;
}
.video-fr {
	float: right;
	border: 1px solid #d9d9d9;
	padding: 0 10px;
	background: #fff;
}
.video-fr p {
	padding: 5px 0;
	font-size: 18px;
	background: url(../images/video-icon2.jpg) no-repeat left center;
	padding-left: 33px;
}
.video-fr ul li {
	margin-bottom: 15px;
}
.video-fr ul li {
	position: relative;
}
.video-fr ul li a {
	display: block;
	overflow: hidden;
}
.video-fr ul li a img {
	width: 280px;
	height: 190px;
	transition: all 0.6s;
}
.video-fr ul li a img:hover {
	transform: scale(1.2);
}
.video-fr ul li a span {
	display: block;
	padding: 5px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: url(../images/video_sp.png) no-repeat left 10px center rgba(0,0,0,.7);
	text-indent: 40px;
}
.video-fl .video-fl-icon {
	text-align: right;
}
.video-fl.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 18px;
	width: 99%;
}
.video-fl .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.swiper-container-horizontal>.video-fl-icon .swiper-pagination-bullet {
	margin: 0 8px !important;
}
.video-two {
	margin-top: 30px;
	margin-bottom: 40px;
	width: 100%;
	height: 145px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url(../images/hangpai2.jpg) no-repeat left center;
}
.video-two-fl span, .video-two-fl i {
	display: inline-block;
	height: 48px;
	line-height: 48px;
}
.video-two-fl span {
	color: #fff;
	font-size: 40px;
	border-right: 2px solid #fff;
	padding-right: 14px;
	margin-left: 160px;
}
.video-two-fl i {
	color: #fff;
	font-size: 22px;
	padding-left: 14px;
	vertical-align: top;
}
.video-two-fr {
	margin-right: 15px;
}
.video-two-fr input {
	display: block;
	height: 32px;
	line-height: 32px;
	width: 270px;
}
.video-two-fr input.video-two-fr1 {
	text-indent: 15px;
	margin-bottom: 10px;
}
.video-two-fr input.video-two-fr2 {
	font-size: 16px;
	background: #0670da;
	text-align: center;
	color: #fff;
	font-weight: 700;
	border: 1px solid #fff;
	border-radius: 20px;
}
.video-three {
	padding-bottom: 20px;
}
.video-three-title {
	border-bottom: 2px solid #49a600;
	background: url(../images/video-icon2.jpg) no-repeat left top 3px;
}
.video-three-title span {
	display: inline-block;
	font-size: 16px;
	padding-bottom: 10px;
	margin-left: 45px;
	border-bottom: 4px solid #49a600;
}
.video-threex ul {
	display: flex;
	flex-wrap: wrap;
}
.video-threex ul li {
	width: 385px;
	margin-right: 22px;
	margin-top: 25px;
	box-sizing: border-box;
	border: 1px solid #ededed;
}
.video-threex ul li:nth-child(3n) {
	margin-right: 0;
}
.video-threex-img a {
	position: relative;
	display: block;
	overflow: hidden;
}
.video-threex-img a img:nth-child(1) {
	width: 385px;
	height: 266px;
	transition: all 0.7s;
}
.video-threex-img a img:nth-child(1):hover {
	transform: scale(1.2);
}
.video-threex-img a img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.video-threex-ce {
	padding-left: 10px;
}
.video-threex-ce a, .video-threex-ce i {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.video-threex-ce a {
	font-weight: 700;
	font-size: 20px;
	color: #313030;
}
.video-threex-ce p span {
	font-size: 16px;
	color: #d92929;
	font-weight: 700;
}
.video-threex-ce i {
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.video-threex-phone {
	height: 45px;
	line-height: 45px;
	display: flex;
}
.video-threex-phone span {
	display: inline-block;
	width: 261px;
	font-size: 18px;
	color: #49a600;
	background: url(../images/video-phone1.jpg) no-repeat left 15px center;
	padding-left: 43px;
	border-top: 1px solid #d6d6d6;
}
.video-threex-phone i {
	display: inline-block;
	width: 33px;
	color: #fff;
	background: url(../images/home33.png) no-repeat left 10px center #326ffc;
	padding-left: 40px;
	line-height: 16px;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-right: 6px;
}
/* 视频首页end */
/*企业风采start*/
.business {
	padding: 25px 0;
	background-color: #efeff0;
}
.business .public-width {
	display: flex;
}
.business-fl {
	width: 240px;
	margin-right: 32px;
}
.business-fl ul li a {
	font-size: 18px;
	display: block;
	height: 68px;
	line-height: 68px;
	background: #ffffff;
	text-align: center;
	border-left: 10px #e2effc solid;
	margin-bottom: 8px;
}
.business-fl ul li a:hover {
	background: #0576e3;
	border-left: 10px #ccc solid;
	color: #fff;
	font-weight: 600;
}
.brief-video-title .swiper-container {
	height: 55px;
}
.brief-video-title .swiper-button-next, .brief-video-title .swiper-button-prev {
	top: 26px;
	height: 28px;
}
.brief-video-title .swiper-button-next {
	right: 0 !important;
}
.brief-video-title .swiper-button-prev {
	left: 0 !important;
}
.brief-video-title .swiper-container {
	width: 92%;
}
.brief-video-title {
	margin-bottom: 23px;
	position: relative;
}
.brief-video-title ul li {
	float: left;
	margin-right: 12px;
	cursor: pointer;
	width: 124px !important;
	height: 55px !important;
}
.brief-video-title ul li:last-child {
	margin-right: 0;
}
.brief-video-title ul li span {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #c4c4c4;
	padding: 0 40px;
	position: relative;
}
.brief-video-title ul li:nth-child(1) span {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
.brief-video-title ul li:last-child span {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.brief-video-title ul li.active span {
	background: #0a7bee;
	margin-bottom: 13px;
}
.brief-video-title ul li span:before {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 53px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid #c4c4c4;
}
.brief-video-title ul li.active span:before {
	border-top: 13px solid #0a7bee;
}
.brief-video-list ul li {
	float: left;
	margin-bottom: 20px;
}
.brief-video-list ul li:nth-child(odd) {
	margin-right: 12px;
}
.brief-video-img-top video {
	background: #000;
}
.brief-video-img-top, .brief-video-img-top video, .brief-video-img-top img {
	width: 429px;
	height: 276px;
}
.brief-video-img-top {
	position: relative;
}
.brief-video-img-top p {
	width: 100%;
	position: absolute;
	top: 1%;
	left: 4%;
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px 1px #666;
}
.brief-video-img-top p span:last-child {
	margin-right: 10px;
	margin-left: 15px;
	background: url(../images/video-eye.png) no-repeat left center;
	padding-left: 26px;
}
.brief-video-img h3 {
	font-size: 16px;
	color: #000;
	text-align: center;
	background: #fff;
	border: 2px solid #e8e8e8;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 405px;
}
.brief-video-img-top i {
	position: absolute;
	right: 1%;
	top: 3%;
	font-size: 14px;
	color: #fff;
	padding: 1px 8px;
	background: rgba(0, 0, 0, .6);
	border-radius: 25px;
}
.brief-video-img-top ul li {
	display: none;
}
.brief-video-img-top ul li:nth-child(1) {
	display: block;
}
.brief-video .brief-video-list {
	display: none;
}
.brief-video .brief-video-list:nth-child(2) {
	display: block;
}
.business-fr {
	width: 928px;
	background: #FFFFff;
}
.business-fr-center {
	padding: 18px 28px;
}
.business-fr-center p img {
	width: 100%;
}
.brief-video-img-top .photoshow_left {
	width: 429px;
	margin: 0;
}
.demo-gallery>ul>li {
	margin: 0;
	width: auto;
}
/*企业风采end*/
/*别墅页面*/
.bieshuSlide {
	position: relative;
}
.bieshuSlideTitle p:nth-child(2) {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px #505050;
}
.bieshuSlideTitle p:nth-child(3) {
	font-size: 28px;
	color: #fff;
	text-shadow: 1px 1px 1px #505050;
}
.bieshuSlideMain {
	position: relative;
}
.bieshuSlideMain li img {
	width: 100%;
	height: 610px;
}
.bieshuSlideMain ul li span {
	position: absolute;
	top: 5px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #505050;
}
.bieshuSlideMain ul li span:nth-of-type(1) {
	left: 10px;
}
.bieshuSlideMain ul li span:nth-of-type(2) {
	right: 10px;
}
.bieshuSlideMain::before {
	content: "";
	background: url(../images/bieshuslidebj.png) no-repeat;
	width: 100%;
	height: 86px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}
.bieshuYuan {
	bottom: 100px!important;
}
.bieshuSlideMain .swiper-pagination-bullet {
	opacity: 1;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	background: #aeadb2;
	margin: 0 15px!important;
}
.bieshuSlideMain .swiper-pagination-bullet-active {
	background: #fff;
}
.bieshuSlideRight {
	background: none!important;
	left: 200px!important;
}
.bieshuSlideLeft {
	background: none!important;
	right: 200px!important;
}
.bieshuSousuo {
	position: absolute;
	left: 50%;
	top: 25px;
	margin-left: -600px;
	z-index: 2;
}
.bieshuSousuoTop {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.bieshuSousuoTop .kuang1 {
	height: 51px;
	font-size: 12px;
	width: 160px;
	border-radius: 5px 0 0 5px;
	float: left;
	padding-left: 45px;
	background: url(../images/index-search.png) no-repeat 15px center /17px 18px #fff;
}
.bieshuSousuoTop .kuang2 {
	background: #6bc00d;
	color: #fff;
	width: 105px;
	height: 51px;
	font-size: 18px;
	border-radius: 0 5px 5px 0;
}
.bieshuSousuoBottom {
	background: rgba(255,255,255,0.9);
	margin-top: 10px;
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	padding: 15px;
}
.bieshuSousuoBottom>p {
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}
.bieshuSousuoBottom li {
	display: flex;
	margin-bottom: 10px;
}
.bsdtImg img {
	width: 99px;
	height: 72px;
	border-radius: 10px;
}
.bsdtTitle {
	margin-left: 10px;
}
.bsdtTitle p {
	width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bsdtTitle p:nth-child(1) {
	font-size: 16px;
	line-height: 40px;
}
.bsdtTitle p:nth-child(2) {
	font-size: 14px;
}
.bieshuMain {
	background: #f2f3f7;
}
.teseBieshuTop {
	width: 478px;
	margin: 0 auto;
	position: relative;
}
.teseBieshuTop p {
	background: url(../images/tesebieshutop.png) no-repeat center center;
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	height: 52px;
	padding-top: 29px;
	text-indent: 3.8em;
}
.teseBieshuTop span {
	position: absolute;
	left: 160px;
	top: 15px;
	width: 66px;
	height: 66px;
	color: #6bc00d;
	background: url(../images/tesebieshutop2.png) no-repeat;
	font-size: 41px;
	font-weight: 600;
	text-align: center;
}
.bieshuLeixing {
	background: #fff;
	padding: 30px 20px;
	border-radius: 0 30px 20px 30px;
	margin-top: 30px;
}
.bieshuLeixingNav ul {
	display: flex;
	justify-content: space-between;
	width: 815px;
	margin: 0 auto;
}
.bieshuLeixingNav ul li {
	font-size: 20px;
	background: #f2f3f7;
	border-radius: 30px;
	line-height: 40px;
	border: 1px solid #e7e7e7;
	padding: 0 15px;
}
.bieshuLeixingNav ul li.on {
	background: #6bc00d;
	border: #6bc00d;
	color: #fff;
}
.bieshuLeixingMain {
	margin-top: 30px;
}
.bieshuLeixingMain li {
	width: 280px;
	border: 1px solid #e7e7e7;
	border-radius: 0 20px 20px 0;
}
.bieshuLeixingMain li a img {
	width: 280px;
	height: 190px;
	border-radius: 0 20px 0 0;
}
.bieshuLeixingMain ul {
	display: flex;
	justify-content: space-between;
}
.bieshuLeixingTitle {
	background: #f2f3f7;
	padding: 5px 15px;
	border-radius: 0 0 20px 0;
}
.bieshuLeixingTitle p:nth-child(1) a:nth-child(1) {
	font-size: 20px;
}
.bieshuLeixingTitle p:nth-child(1) a:nth-child(2) {
	float: right;
	line-height: 30px;
	color: #9b9b9b;
}
.bieshuLeixingTitle p:nth-child(2) {
	color: #d60000;
	font-size: 18px;
}
.bieshuLeixingTitle p:nth-child(2) span {
	font-weight: 600;
	font-size: 20px;
}
.bieshuHuhang {
	background: url(../images/bieshuhuhang.jpg) no-repeat;
	height: 441px;
	margin-top: 90px;
	position: relative;
}
.bieshuHuhangTop {
	position: absolute;
	left: 50%;
	top: -40px;
	width: 1200px;
	text-align: center;
	margin-left: -600px;
}
.bieshuHuhangTop p {
	background: url(../images/bieshuhuhangtop.png) no-repeat;
	font-size: 34px;
	color: #fff;
	font-weight: 600;
	height: 78px;
	width: 357px;
	display: inline-block;
	line-height: 106px;
}
.bieshuHuhangMain {
	width: 1200px;
	margin: 0 auto;
	padding-top: 145px;
}
.bieshuHuhangMain ul {
	display: flex;
	justify-content: space-between;
}
.bieshuHuhangMain li {
	padding: 25px 15px;
	width: 160px;
	background: #fff;
	position: relative;
	border-bottom: 4px solid #6bc00d;
	text-align: center;
	border-radius: 20px 5px 0 0;
}
.bieshuHuhangMain ul li img {
	display: block;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #6bc00d;
	margin: 0 auto;
}
.bieshuHuhangMain li span {
	position: absolute;
	left: 15px;
	top: -11px;
	width: 56px;
	height: 26px;
	line-height: 26px;
	font-size: 24px;
	color: #fff;
	background: #6bc00d;
	border: 2px solid #fff;
	border-radius: 0 20px 20px 30px;
}
.bieshuHuhangMain li p {
	font-size: 17px;
	padding-top: 25px;
}
.bieshuJingxuanTop {
	background: url(../images/bieshujingxuantop.png) no-repeat center center;
	text-align: center;
	margin-top: 50px;
	height: 110px;
}
.bieshuJingxuanTop p {
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	background: #6bc00d;
	border-radius: 30px;
	padding: 0 20px;
	position: relative;
	margin-top: 48px;
	line-height: 45px;
}
.bieshuJingxuanTop p span {
	padding-right: 80px;
}
.bieshuJingxuanTop p em {
	position: absolute;
	right: 130px;
	top: -21px;
	width: 66px;
	height: 66px;
	line-height: 66px;
	color: #6bc00d;
	background: url(../images/bieshujingxuantop2.png) no-repeat;
	font-size: 41px;
	font-weight: 600;
	text-align: center;
}
.jingxuanRexiao {
	margin-top: 35px;
}
.jingxuanRexiao>ul>li {
	background: #fff;
	height: 240px;
	position: relative;
	border-radius: 170px 0 0 200px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	padding: 40px 0 35px 350px;
	display: flex;
	margin-bottom: 50px;
}
.jingxuanRexiao>ul>li:nth-child(2) .jingxuanRexiaoImg::before {
	background: #ff9d20;
}
.jingxuanRexiaoImg {
	position: absolute;
	left: 0;
	top: -22px;
}
.jingxuanRexiaoImg img {
	width: 336px;
	height: 336px;
	border-radius: 50%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.jingxuanRexiaoImg::before {
	content: "热销";
	position: absolute;
	background: #ff3d20;
	right: -19px;
	top: 33px;
	width: 113px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	clip-path: polygon(30% 0%, 70% -0.52%, 100% 100%, 5% 100%);
	-webkit-clip-path: polygon(30% 0%, 70% -0.52%, 100% 100%, 5% 100%);
	transform: rotate(49deg);
}
.jingxuanRexiaoTitle {
	width: 260px;
}
.jingxuanRexiaoTitle p:nth-child(1) a:nth-child(1) {
	font-size: 26px;
	font-weight: 600;
}
.jingxuanRexiaoTitle p:nth-child(1) a:nth-child(2) {
	font-size: 14px;
	background: url(../images/index-location.png) no-repeat left center/15px 19px;
	padding-left: 20px;
	display: inline-block;
	margin-left: 5px;
}
.jingxuanRexiaoTitle p:nth-child(2) {
	font-size: 16px;
}
.jingxuanRexiaoTitle p:nth-child(2) span {
	background: #fc2b2b;
	color: #fff;
	border-radius: 5px 0 5px 0;
	padding: 2px;
	margin-right: 3px;
}
.jingxuanRexiaoTitle p:nth-child(3) {
	font-size: 22px;
	color: #fc2b2b;
	margin-top: 20px;
}
.jingxuanRexiaoTitle p:nth-child(3) span {
	font-weight: 600;
}
.jingxuanRexiaoTitle p:nth-child(4) {
	font-size: 20px;
}
.jingxuanRexiaoHuxing ul {
	display: flex;
	justify-content: space-between;
}
.jingxuanRexiaoHuxing li {
	width: 150px;
	position: relative;
}
.jingxuanRexiaoHuxing li:nth-child(n+2) {
	padding-left: 30px;
	margin-left: 30px;
}
.jingxuanRexiaoHuxing li:nth-child(n+2)::before {
	content: "";
	border-left: 1px solid #dcdcdc;
	height: 170px;
	position: absolute;
	left: 0;
	top: 0;
}
.jingxuanRexiaoHuxing img {
	width: 150px;
	height: 170px;
	border: 1px solid #ebebeb;
}
.jingxuanRexiaoHuxing p {
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
}
.jingxuanRexiaoHuxing a {
	display: block;
	background: #fff;
	font-size: 16px;
	color: #fc2b2b;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #fc2b2b;
}
.jingxuanRexiaoHuxing a:hover {
	background: #fc2b2b;
	color: #fff;
}
.bieshuZhitongche {
	background: url(../images/bieshuzhitongche.png) no-repeat;
	height: 90px;
	position: relative;
	text-align: right;
	padding-right: 160px;
	padding-top: 30px;
}
.bieshuZhitongche p:nth-child(1) {
	color: #4040f3;
	font-size: 18px;
	background: #fff;
	border-radius: 30px;
	padding: 0 15px;
	display: inline-block;
	letter-spacing: 0.5px;
	line-height: 30px;
}
.bieshuZhitongche p:nth-child(2) {
	font-size: 18px;
	color: #ffc334;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	letter-spacing: -0.5px;
}
.bieshuZhitongche a {
	position: absolute;
	right: 58px;
	top: 18px;
	background: url(../images/bieshuzhitongchebm.png) no-repeat;
	font-size: 22px;
	font-weight: 600;
	width: 61px;
	height: 63px;
	padding: 15px;
	text-align: center;
	line-height: 30px;
	color: #593bf7;
}
.jingxuanLoupan {
	margin-top: 90px;
}
.jingxuanLoupan>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jingxuanLoupan>ul>li {
	background: #fff;
	position: relative;
	width: 530px;
	height: 520px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	border-radius: 130px 70px 0 70px;
	padding: 60px 30px 0 30px;
	margin-bottom: 70px;
}
.jingxuanLoupan .jingxuanRexiaoImg img {
	width: 311px;
	height: 311px;
}
.jingxuanLoupan .jingxuanRexiaoTitle {
	margin-left: 300px;
	margin-bottom: 90px;
}
.jingxuanLoupan .jingxuanRexiaoHuxing li {
	width: 140px;
}
.jingxuanLoupan .jingxuanRexiaoHuxing li:nth-child(n+2) {
	padding-left: 25px;
	margin-left: 25px;
}
.jingxuanLoupan .jingxuanRexiaoHuxing img {
	width: 140px;
	height: 160px;
}
.jingxuanLoupan .jingxuanRexiaoImg::before {
	display: none;
}
.bieshuPinpai {
	background: #fff;
}
.bieshuPinpaiTop {
	background: url(../images/bieshupinpaitop.png) no-repeat 383px center;
	text-align: center;
	height: 100px;
}
.bieshuPinpaiTop p {
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	background: #6bc00d;
	border-radius: 30px;
	padding: 0 30px;
	padding-right: 90px;
	position: relative;
	margin-top: 40px;
	line-height: 45px;
	letter-spacing: 10px;
}
.bieshuPinpaiTop p em {
	position: absolute;
	right: 30px;
	top: -21px;
	width: 54px;
	height: 54px;
	line-height: 54px;
	color: #6bc00d;
	font-size: 41px;
	font-weight: 600;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	border: 5px solid #65b011;
	letter-spacing: 0;
}
.bieshuPinpaiMain {
	margin-top: 35px!important;
	position: relative;
	padding-bottom: 70px!important;
}
.bieshuPinpaiMain li {
	border: 1px solid #e7e7e7;
	width: 376px!important;
}
.bieshuPinpaiImg {
	position: relative;
	margin-bottom: 30px;
}
.bieshuPinpaiImg a img {
	width: 376px;
	height: 297px;
}
.bieshuPinpaiImg::before {
	content: "";
	width: 378px;
	height: 31px;
	background: url(../images/pinpai1.png) no-repeat;
	position: absolute;
	left: -1px;
	top: -1px;
}
.bieshuPinpaiImg::after {
	content: "";
	width: 376px;
	height: 31px;
	background: url(../images/pinpai2.png) no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}
.bieshuPinpaiLogo {
	position: absolute;
	left: 60px;
	bottom: -25px;
	z-index: 2;
	width: 263px;
	height: 63px;
	line-height: 63px;
	text-align: center;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.bieshuPinpaiTitle {
	padding: 10px;
}
.bieshuPinpaiTitleTop {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.bieshuPinpaiTitleTop p:nth-child(1) {
	font-size: 24px;
	font-weight: 600;
	color: #323333;
}
.bieshuPinpaiTitleTop p:nth-child(2) {
	font-size: 20px;
	color: #fc2b2b;
}
.bieshuPinpaiTitleTop p:nth-child(2) span {
	font-size: 24px;
	font-weight: 600;
}
.bieshuPinpaiTitleTop p:nth-child(3) {
	font-size: 14px;
	color: #818181;
	line-height: 32px;
	width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bieshuPinpaiTitleTop>a {
	width: 100px;
	line-height: 32px;
	height: 32px;
	background: #6bc00d;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	text-indent: 2.3em;
	position: relative;
}
.bieshuPinpaiTitleTop>a em {
	color: #6bc00d;
	font-size: 18px;
	width: 27px;
	height: 28px;
	line-height: 28px;
	background: #fff;
	border-radius: 50%;
	text-indent: 0;
	text-align: center;
	position: absolute;
	left: 3px;
	top: 2px;
}
.bieshuPinpaiTitleBottom {
	padding: 10px 0;
}
.bieshuPinpaiTitleBottom p {
	color: #7c7c7c;
	font-size: 14px;
	text-indent: 2em;
	line-height: 22px;
}
.bieshuPinpaiYuan {
	bottom: 45px!important;
}
.pinpaiSlideLeft {
	background: none!important;
	right: 535px!important;
	width: 53px!important;
	height: 34px!important;
	top: 96%!important;
}
.pinpaiSlideRight {
	background: none!important;
	left: 535px!important;
	width: 53px!important;
	height: 34px!important;
	top: 96%!important;
}
.pinpaiBaoming {
	background: #fff;
	padding-top: 50px;
}
.pinpaiBaomingMain {
	background: url(../images/pinpaibaoming.jpg) no-repeat;
	height: 100px;
	text-align: right;
	padding-top: 40px;
	position: relative;
}
.pinpaiBaomingMain .kuang1 {
	width: 480px;
	line-height: 60px;
	font-size: 18px;
	background: #fff;
	border-radius: 30px;
	text-indent: 2em;
	margin-right: 30px;
}
.pinpaiBaomingMain .kuang2 {
	width: 145px;
	height: 55px;
	border-radius: 30px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	background-image: linear-gradient(to right, #ff4a60, #ff875e);
	position: absolute;
	right: 33px;
	top: 43px;
}
.huhangTop {
	margin-top: 50px;
	text-align: center;
	padding-bottom: 35px;
}
.huhangTop p:nth-child(1) {
	font-size: 20px;
	width: 315px;
	margin: 0 auto;
	text-align: left;
	line-height: 45px;
}
.huhangTop p:nth-child(2) {
	font-size: 34px;
	color: #fff;
	font-weight: 600;
	background: #64bc02;
	border-radius: 30px;
	display: inline-block;
	padding: 0 15px;
	line-height: 45px;
	position: relative;
}
.huhangTop p:nth-child(2) span {
	position: absolute;
	right: 60px;
	top: -21px;
	width: 54px;
	height: 54px;
	line-height: 54px;
	color: #38b31f;
	font-size: 41px;
	font-weight: 600;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	border: 5px solid #6ccb02;
}
.huhangTop p:nth-child(2) em {
	padding-left: 80px;
	font-weight: 600;
}
.huhangTop p:nth-child(2)::before {
	content: "";
	background: url(../images/huhangtop.png) no-repeat center center;
	width: 87px;
	height: 70px;
	position: absolute;
	left: -45px;
	top: -25px;
	z-index: -1;
}
.huhangMain {
	background: #f2f3f7;
	padding-top: 30px;
	padding-bottom: 70px;
}
.huhangMain ul {
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
}
.huhangMain li {
	width: 210px;
	text-align: center;
	position: relative;
}
.huhangMain li p:nth-child(2) {
	font-size: 24px;
	padding-top: 5px;
}
.huhangMain li p:nth-child(3) {
	font-size: 16px;
}
.huhangMain li::before {
	content: "";
	background: url(../images/huhangjiantou.png) no-repeat;
	width: 40px;
	height: 27px;
	position: absolute;
	right: -35px;
	top: 50px;
}
.huhangMain li:last-child::before {
	display: none;
}
/*别墅页面 END*/
/* 当月热销start */
.hot-head {
	position: relative;
}
.hot-loop ul li a img {
	width: 100%;
	height: 465px;
}
.hot-loop ul li span {
	position: absolute;
	top: 5px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #505050;
}
.hot-loop ul li span:nth-of-type(1) {
	left: 10px;
}
.hot-loop ul li span:nth-of-type(2) {
	right: 10px;
}
.hot-loop .swiper-button-next, .hot-loop .swiper-button-prev {
	background-image: none;
	width: 52px;
	height: 52px;
}
.hot-loop .swiper-button-prev {
	left: 100px;
}
.hot-loop .swiper-button-next {
	right: 100px;
}
.hot-loop .swiper-pagination-bullet {
	opacity: 1;
	width: 21px;
	height: 9px;
	background-color: #dddddd;
	border-radius: 4px;
}
.hot-loop .swiper-pagination-bullet-active {
	width: 38px;
	height: 9px;
	background-color: #6bc00d;
}
.hot-loop.swiper-container-horizontal>.swiper-pagination-bullets {
	width: 935px;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	text-align: right;
}
.hot-search {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 414px;
	background-color: rgba(0,0,0,.3);
	border-radius: 5px;
	padding: 18px 25px;
	z-index: 10;
}
.hot-search-flex {
	display: flex;
	align-items: center;
}
.hot-search-input form {
	margin-right: 40px;
	display: flex;
}
.hot-search-input input {
	height: 64px;
	line-height: 64px;
}
.hot-search-input input::-webkit-input-placeholder {
 color:#4d4d4d;
}
.hot-search-input input::-moz-placeholder {
 color:#4d4d4d;
}
.hot-search-input input:-moz-placeholder {
 color:#4d4d4d;
}
.hot-search-input input:-ms-input-placeholder {
 color:#4d4d4d;
}
.hot-search-input input:nth-of-type(1) {
	width: 545px;
	background-color: #FFFFFF;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	text-indent: 30px;
	font-size: 20px;
	color: #4d4d4d;
}
.hot-search-input input:nth-of-type(2) {
	width: 141px;
	font-size: 24px;
	color: #FFFFFF;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	text-indent: 39px;
	background: url(../images/search3.png) no-repeat left 22px center #6bc00d;
}
.hot-search-map a {
	display: block;
	width: 157px;
	height: 63px;
	line-height: 63px;
	border: 1px solid #d4d4d4;
	border-radius: 20px;
	font-size: 20px;
	color: #2b2b2b;
	text-indent: 58px;
	background: url(../images/map3.png) no-repeat left 15px center #FFFFFF;
}
.hot-search-map a:hover {
	color: #FFFFFF;
	border: 1px solid #6bc00d;
	background: url(../images/map2.png) no-repeat left 15px center #6bc00d;
}
.hot-box {
	background-color: #f1f0f0;
	padding-top: 145px;
	padding-bottom: 52px
}
.hot-part1 {
	position: relative;
}
.hot-switch {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
	z-index: 3;
}
.hot-switch ul {
	display: flex;
	align-items: center;
	background-color: #f1f0f0;
	padding: 9px;
	border-radius: 30px;
}
.hot-switch ul li:nth-child(1) {
	margin-right: 23px;
}
.hot-switch ul li {
	position: relative;
}
.hot-switch ul li.active a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 13px solid #f1f0f0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
}
.hot-switch ul li a {
	display: block;
	font-size: 22px;
	color: #2b2b2b;
	border-radius: 20px;
	padding: 12px 23px 12px 70px;
	border: 1px solid #e9e9e9;
}
.hot-switch ul li:nth-child(1) a {
	background: url(../images/hot_switch1.png) no-repeat left 26px center #ffffff;
}
.hot-switch ul li:nth-child(2) a {
	background: url(../images/hot_switch2.png) no-repeat left 23px center #ffffff;
}
.hot-switch ul li.active a {
	color: #FFFFFF;
}
.hot-switch ul li.active:nth-child(1) a {
	background: url(../images/hot_switch11.png) no-repeat left 26px center #6bc00d;
}
.hot-switch ul li.active:nth-child(2) a {
	background: url(../images/hot_switch22.png) no-repeat left 23px center #6bc00d;
}
.hot-house-top {
	background-color: #FFFFFF;
	padding: 90px 38px 40px 38px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	clip-path: polygon(-5.5% -2.17%, 101.58% -1.55%, 100% 75%, 100.67% 98.26%, 97.25% 100.87%, 2.24% 100.48%, -0.25% 98.55%);
}
.hot-house-top ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hot-house-top ul li {
	width: 339px;
	position: relative;
}
.hot-house-top ul li:nth-of-type(-n+3) {
	margin-bottom: 166px;
}
.hot-house-img {
	position: relative;
}
.hot-house-img>a {
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
.hot-house-top ul li .hot-house-img::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border-right: 0px solid transparent;
	border-bottom: 55px solid transparent;
	z-index: 10;
}
.hot-house-top ul li:nth-of-type(1) .hot-house-img::before {
	border-left: 51px solid #e7ba4c;
}
.hot-house-top ul li:nth-of-type(2) .hot-house-img::before, .hot-house-top ul li:nth-of-type(n+4) .hot-house-img::before {
	border-left: 51px solid #6bc00d;
}
.hot-house-top ul li:nth-of-type(3) .hot-house-img::before {
	border-left: 51px solid #deb477;
}
.hot-house-top ul li::before {
	position: absolute;
	content: "";
	width: 55px;
	height: 50px;
	left: -27px;
	top: -29px;
	z-index: 20;
}
.hot-house-top ul li:nth-of-type(1)::before {
	background: url(../images/huangguan1.png) no-repeat;
}
.hot-house-top ul li:nth-of-type(2)::before {
	background: url(../images/huangguan2.png) no-repeat;
}
.hot-house-top ul li:nth-of-type(3)::before {
	background: url(../images/huangguan3.png) no-repeat;
}
.hot-house-top ul li .hot-house-img>a::before {
	position: absolute;
	left: 9px;
	top: -3px;
	font-size: 26px;
	color: #FFFFFF;
	transform: rotate(20deg);
	z-index: 13;
}
.hot-house-top ul li:nth-of-type(1) .hot-house-img>a::before {
	content: "1";
}
.hot-house-top ul li:nth-of-type(2) .hot-house-img>a::before {
	content: "2";
}
.hot-house-top ul li:nth-of-type(3) .hot-house-img>a::before {
	content: "3";
}
.hot-house-top ul li:nth-of-type(4) .hot-house-img>a::before {
	content: "4";
}
.hot-house-top ul li:nth-of-type(5) .hot-house-img>a::before {
	content: "5";
}
.hot-house-top ul li:nth-of-type(6) .hot-house-img>a::before {
	content: "6";
}
.hot-house-img>a, .hot-house-img>a img {
	display: block;
	width: 339px;
	height: 227px;
}
.hot-house-img a img {
	transition: all 0.8s;
}
.hot-house-img a img:hover {
	transform: scale(1.14);
}
.hot-house-img p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 95%;
	background-color: rgba(0,0,0,.65);
	padding: 8px 2% 8px 3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hot-house-img p a:nth-of-type(1) {
	display: block;
	max-width: 210px;
	font-size: 20px;
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hot-house-img p a:nth-of-type(2) {
	font-size: 14px;
	color: #FFFFFF;
}
.hot-house-img p a:hover {
	color: #63bc01;
}
.hot-house-word1 {
	margin-top: 6px;
	margin-bottom: 15px;
}
.hot-house-word1, .hot-house-word2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hot-house-word1 p:nth-of-type(1) {
	font-size: 16px;
	color: #2b2b2b;
}
.hot-house-word1 p:nth-of-type(1) span {
	font-size: 22px;
	color: #f42740;
}
.hot-house-word1 p:nth-of-type(2) {
	font-size: 18px;
	color: #2b2b2b;
}
.hot-house-word1 p:nth-of-type(2) em {
	color: #fa4258;
}
.hot-house-word2 p {
	font-size: 18px;
	color: #2b2b2b;
	max-width: 220px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hot-house-word2 p i {
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #fa4258;
	padding: 2px 10px;
	border-top-right-radius: 11px;
	border-bottom-right-radius: 11px;
}
.hot-house-word2 span {
	font-size: 12px;
	color: #7c7c7c;
}
.hot-house-link a {
	display: block;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	border-top-left-radius: 0;
	background-color: #6bc00d;
	margin-top: 3px;
}
.hot-house-link a:hover {
	background-color: #6bc00d;
}
.hot-house-give {
	position: absolute;
	left: 0;
	top: 490px;
	background-color: #f1f0f0;
	width: 100%;
}
.hot-house-give-back {
	margin: 15px 38px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff7f6;
}
.hot-house-give-img {
	display: flex;
	align-items: center;
}
.hot-house-give-img p {
	margin-left: 16px;
}
.hot-house-give-img p span {
	display: block;
	font-size: 24px;
	line-height: 26px;
}
.hot-house-give-img1 p span {
	color: #f03221;
}
.hot-house-give-img2 p span {
	color: #ff5a00;
}
.hot-house-give-img p i {
	font-size: 16px;
	color: #9c7f7a;
}
.hot-house-give-right {
	display: flex;
	align-items: center;
}
.hot-house-give-right p {
	font-size: 20px;
	color: #636363;
}
.hot-house-give-right p span {
	color: #ff4202;
}
.hot-house-give-right a {
	font-size: 24px;
	color: #FFFFFF;
	width: 140px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 24px;
	margin-right: 15px;
	margin-left: 13px;
}
.hot-house-give-right1 a {
	background-color: #fa4921;
}
.hot-house-give-right1 a:hover {
	background-color: #dd350f;
}
.hot-house-give-right2 a {
	background-color: #ff6e1f;
}
.hot-house-bt {
	margin-top: 4px;
	padding: 25px 74px 25px 47px;
	background: url(../images/chengjiao.png) no-repeat bottom -30px right -10px #FFFFFF;
	clip-path: polygon(2.24% -2.69%, 98% -2.07%, 100.58% 8.1%, 103.34% 101.37%, 97.33% 108.65%, -3.76% 104.63%, -1.17% 10.90%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hot-house-bt-fl {
	height: 113px;
	overflow: hidden;
}
.hot-house-bt-fl ul li {
	height: 40px;
	line-height: 40px;
}
.hot-house-bt-fl ul li span {
	display: inline-block;
	color: #686868;
	font-size: 20px;
	margin: 3px 0;
}
.hot-house-bt-fl ul li span:nth-of-type(2) {
	margin-right: 13px;
}
.hot-house-bt-fl ul li span:nth-of-type(3) {
	margin-right: 18px;
}
.hot-house-bt-fl ul li span:nth-of-type(4) {
	margin-right: 15px;
	width: 165px;
}
.hot-house-bt-fr p {
	font-size: 22px;
	color: #383838;
}
.hot-house-bt-fr p i {
	font-size: 30px;
	color: #fa4258;
}
.hot-house-bt-fr span {
	font-size: 20px;
	color: #757575;
}
.hot-house .hot-house1 {
	display: none;
}
.hot-house .hot-house1:nth-of-type(1) {
	display: block;
}
.hot-view {
	margin-top: 100px;
	margin-bottom: 45px;
	position: relative;
}
.hot-view-nav {
	background: url(../images/vr_head.png) no-repeat center #FFFFFF;
}
.hot-public-nav {
	width: 416px;
	height: 92px;
	position: absolute;
	top: -42px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 30;
	border: 12px solid #f1f0f0;
	border-radius: 30px;
}
.hot-view-nav p {
	font-size: 32px;
	color: #202020;
	font-weight: 600;
	text-indent: 204px;
	line-height: 36px;
	margin-top: 24px;
}
.hot-view-nav span {
	font-size: 16px;
	color: #828282;
	background-color: #FFFFFF;
	margin-left: 158px;
}
.hot-view-box {
	background-color: #FFFFFF;
	padding: 123px 31px 32px 31px !important;
}
.hot-view-box ul {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.hot-view-box ul li {
	width: 360px;
}
.hot-view-box-img {
	position: relative;
}
.hot-view-box-img a img:nth-of-type(1) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 21;
}
.hot-view-box-img a {
	overflow: hidden;
}
.hot-view-box-img a, .hot-view-box-img a img:nth-of-type(2) {
	display: block;
	width: 360px;
	height: 260px;
}
.hot-view-box-img a img:nth-of-type(2) {
	transition: all 0.8s;
}
.hot-view-box-img a img:nth-of-type(2):hover {
	transform: scale(1.14);
}
/* 在售\待售\售完公用部分start (当月热销和列表页)*/
.public-sale p:nth-of-type(1) {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}
.public-sale p:nth-of-type(1):before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #FFFFFF;
	left: 43px;
	top: 8px;
	z-index: 99;
}
.public-sale p:nth-of-type(1) span {
	color: #fff;
	font-size: 16px;
	padding: 0 8px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
}
.public-sale p:nth-of-type(1) span.sale1 {
	background: #2890ff;
}
.public-sale p:nth-of-type(1) span.sale2 {
	background: #3250ce;
}
.public-sale p:nth-of-type(1) span.sale3 {
	background: #808080;
}
.public-sale p:nth-of-type(1) span {
	position: relative;
}
.public-sale p:nth-of-type(1) span:before {
	position: absolute;
	right: -11px;
	top: 0;
	content: "";
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}
.public-sale p:nth-of-type(1) span.sale1:before {
	border-left: 11px solid #2890ff;
}
.public-sale p:nth-of-type(1) span.sale2:before {
	border-left: 11px solid #3250ce;
}
.public-sale p:nth-of-type(1) span.sale3:before {
	border-left: 11px solid #808080;
}
/* 在售\待售\售完公用部分end */
.hot-view-box-word1 {
	margin-top: 6px;
	margin-bottom: 4px;
}
.hot-view-box-word1, .hot-view-box-word2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hot-view-box-word1 a {
	font-size: 20px;
	color: #242424;
	max-width: 190px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hot-view-box-word1 a:hover {
	color: #6bc00d;
}
.hot-view-box-word1 p {
	font-size: 12px;
	color: #242424;
}
.hot-view-box-word1 p span {
	font-size: 20px;
	color: #f00b0b;
	font-weight: 600;
}
.hot-view-box-word2 p {
	max-width: 230px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hot-view-box-word2 p span {
	background: url(../images/index-location.png) no-repeat left center/16%;
	padding-left: 15px;
	color: #ee6969;
	margin-right: 6px;
}
.hot-view-box-word2 p:nth-child(1) span a {
	color: #ee6969;
}
.hot-view-box-word2 p:nth-child(1) em {
	display: inline-block;
	line-height: 14px;
	color: #f78600;
	padding-left: 6px;
	border-left: 1px solid #f78600;
}
.hot-view-box-word2 p:nth-child(2) a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background: #64bc02;
	border-radius: 20px;
	text-indent: 34px;
	width: 95px;
	height: 30px;
	line-height: 30px;
}
.hot-view-box-word2 p:nth-child(2) a i {
	position: absolute;
	left: 3px;
	top: 2px;
	font-size: 16px;
	color: #64bc02;
	background: #fff;
	border-radius: 50%;
	text-indent: 0;
	width: 25px;
	height: 25px;
	line-height: 26px;
	text-align: center;
}
.hot-view-box-word2 p:nth-child(2) a:hover i {
	background-color: #64bc02;
	color: #FFFFFF;
}
.hot-view-box .swiper-button-next, .hot-view-box .swiper-button-prev {
	top: 94%;
	width: 63px;
	height: 35px;
	background-image: none;
}
.hot-view-box .swiper-button-prev {
	left: 531px;
}
.hot-view-box .swiper-button-next {
	right: 531px;
}
.hot-made {
	width: 1200px;
	height: 147px;
	background: url(../images/hot_made.jpg) no-repeat;
	position: relative;
}
.hot-made input.hot-made-input {
	width: 540px;
	height: 60px;
	line-height: 60px;
	background-color: #FFFFFF;
	border-radius: 26.5px;
	text-indent: 20px;
	font-size: 18px;
	margin-left: 595px;
	margin-top: 45px;
}
.hot-made input.hot-made-submit {
	position: absolute;
	right: 69px;
	top: 48px;
	width: 118px;
	height: 52px;
	line-height: 52px;
	border-radius: 23px;
	font-size: 22px;
	color: #451d00;
	font-weight: 600;
	background: linear-gradient(to top, #fcd56e, #fdebaa);
}
.hot-item {
	position: relative;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-top: 96px;
	margin-bottom: 88px;
}
.hot-item-nav {
	background: url(../images/hot_tese.png) no-repeat left 50px center #64bc02;
}
.hot-item-nav p {
	font-size: 32px;
	color: #FFFFFF;
	font-weight: 600;
	text-indent: 132px;
	line-height: 38px;
	margin-top: 12px;
}
.hot-item-nav span {
	font-size: 18px;
	color: #e4fcdf;
	padding-left: 130px;
}
.hot-item-link {
	padding: 85px 110px 15px 69px;
	border-bottom: 1px solid #dddddd;
}
.hot-item-link ul {
	display: flex;
	flex-wrap: wrap;
}
.hot-item-link ul li {
	margin-right: 27px;
	margin-top: 15px;
}
.hot-item-link ul li a {
	display: inline-block;
	padding: 1px 13px;
	font-size: 20px;
	color: #2f2f2f;
}
.hot-item-link ul li.active a {
	color: #FFFFFF;
	background-color: #64bc02;
	border-radius: 2px;
}
.hot-item-house {
	padding: 26px 42px 50px 42px;
}
.hot-item-house-fl {
	position: relative;
	float: left;
	overflow: hidden;
}
.hot-item-house-fl a img {
	width: 375px;
	height: 380px;
}
.hot-item-house-fl p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 94%;
	background-color: rgba(0,0,0,.5);
	padding: 9px 3% 3px 3%;
	cursor: pointer;
}
.hot-item-house-fl p span {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	padding-bottom: 6px;
}
.hot-item-house-fl p i {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	height: auto !important;
	padding-top: 10px;
	padding-bottom: 4px;
	border-top: 1px solid #FFFFFF;
}
.hot-item-house-fr {
	float: right;
	width: 710px;
}
.hot-item-house-fr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hot-item-house-fr ul li {
	position: relative;
	width: 220px;
}
.hot-item-house-fr ul li:nth-child(-n+3) {
	margin-bottom: 19px;
}
.hot-item-house-fr ul li a:nth-of-type(1) {
	overflow: hidden;
}
.hot-item-house-fr ul li a:nth-of-type(1), .hot-item-house-fr ul li a:nth-of-type(1) img {
	display: block;
	width: 220px;
	height: 180px;
}
.hot-item-house-fr ul li a:nth-of-type(1) img {
	transition: all 0.8s;
}
.hot-item-house-fr ul li a:nth-of-type(1) img:hover {
	transform: scale(1.13);
}
.hot-item-house-fr ul li a:nth-of-type(2) {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 96%;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	padding: 6px 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: rgba(0,0,0,.5);
}
.hot-item-house-fr ul li a:nth-of-type(2):hover {
	color: #64bc02;
}
.hot-item-house .hot-item-house1 {
	display: none;
}
.hot-item-house .hot-item-house1:nth-child(1) {
	display: block;
}
.hot-live {
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 112px 55px 50px 55px;
	position: relative;
}
.hot-live-nav {
	background: url(../images/hot_live.png) no-repeat left 50px center #FFFFFF;
}
.hot-live-nav p {
	font-size: 32px;
	color: #202020;
	font-weight: 600;
	text-indent: 142px;
	line-height: 40px;
	padding-top: 14px;
}
.hot-live-nav span {
	font-size: 18px;
	color: #6d6d6d;
	padding-left: 142px;
}
.hot-live-box>ul {
	display: flex;
	justify-content: space-between;
}
.hot-live-box>ul>li {
	width: 520px;
	border: 1px solid #e8e8e8;
}
.hot-live-img {
	position: relative;
}
.hot-live-img a img:nth-of-type(1) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.hot-live-img a:nth-of-type(1) {
	overflow: hidden;
}
.hot-live-img a:nth-of-type(1), .hot-live-img a:nth-of-type(1) img:nth-of-type(2) {
	display: block;
	width: 520px;
	height: 350px;
	transition: all 0.8s;
}
.hot-live-img a img:nth-of-type(2):hover {
	transform: scale(1.14);
}
.hot-live-img a span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 26px;
	color: #FFFFFF;
	width: 61px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background: linear-gradient(to left, #ff5151, #ff8181);
	z-index: 10;
}
.hot-live-img a:nth-of-type(2) {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 94%;
	background-color: rgba(0,0,0,.5);
	font-size: 24px;
	color: #FFFFFF;
	padding: 5px 3%;
}
.hot-live-center {
	padding: 13px 30px 16px 15px;
}
.hot-live-center1 {
	margin-bottom: 5px;
}
.hot-live-center1, .hot-live-center2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hot-live-center1 p {
	font-size: 20px;
	color: #2b2b2b;
}
.hot-live-center1 p span {
	font-size: 22px;
	color: #f33939;
	font-weight: 600;
}
.hot-live-center1 p i {
	color: #f33939;
}
.hot-live-center2 p {
	font-size: 16px;
	color: #2b2b2b;
}
.hot-live-center2 p span {
	color: #f33939;
}
.hot-live-phone {
	border: 1px solid #38b31f;
}
.hot-live-phone ul {
	display: flex;
}
.hot-live-phone ul li {
	width: 50%;
}
.hot-live-phone ul li:nth-of-type(1) {
	position: relative;
}
.hot-live-phone ul li:nth-of-type(1) a {
	color: #38b31f;
	background: url(../images/hot_zixun.png) no-repeat left 50px center;
}
.hot-live-phone ul li a {
	font-size: 24px;
	text-indent: 95px;
	display: block;
	height: 66px;
	line-height: 66px;
}
.hot-live-phone ul li:nth-of-type(2) a {
	color: #ffffff;
	background: url(../images/hot_baoming.png) no-repeat left 50px center #64bc02;
}
.hot-live-phone p {
	display: none;
	position: absolute;
	left: 48px;
	top: -171px;
	z-index: 5;
	background-color: #64bc02;
	padding: 15px 14px 3px 14px;
	text-align: center;
}
.hot-live-phone p img {
	width: 121px;
	height: 113px;
	display: block;
}
.hot-live-phone p span {
	font-size: 18px;
	color: #FFFFFF;
	position: relative;
}
.hot-live-phone p span::before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: -17px;
	width: 0;
	height: 0;
	border-top: 9px solid #38b31f;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}
.hot-live-phone ul li:nth-of-type(1):hover p {
	display: block;
}
.hot-commen {
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-top: 50px;
}
.hot-commen-head {
	padding-top: 45px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	background: url(../images/hot_tuijian.png) no-repeat left 37px top 28px;
}
.hot-commen-head p {
	font-size: 32px;
	color: #1b1b1b;
	font-weight: 600;
	padding-left: 87px;
}
.hot-commen-box {
	padding: 28px 18px 53px 22px;
}
.hot-commen-box ul {
	display: flex;
	flex-wrap: wrap;
}
.hot-commen-box ul li {
	border: 1px solid #dddddd;
	display: flex;
	align-items: center;
	margin-right: 14px;
}
.hot-commen-box ul li:nth-child(3n) {
	margin-right: 0;
}
.hot-commen-box ul li:nth-child(-n+3) {
	margin-bottom: 27px;
}
.hot-commen-box-img {
	position: relative;
}
.hot-commen-box-img>a {
	overflow: hidden;
}
.hot-commen-box-img>a, .hot-commen-box-img>a img {
	display: block;
	width: 200px;
	height: 180px;
}
.hot-commen-box-img>a img {
	transition: all 0.8s;
}
.hot-commen-box-img>a img:hover {
	transform: scale(1.14);
}
.hot-commen-box-img p {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 94%;
	padding: 6px 3%;
	background-color: rgba(0,0,0,.5);
}
.hot-commen-box-img p a:nth-of-type(1) {
	font-size: 18px;
	color: #FFFFFF;
	max-width: 125px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hot-commen-box-img p a:nth-of-type(2) {
	font-size: 12px;
	color: #FFFFFF;
}
.hot-commen-box-img p a:hover {
	color: #63bc01;
}
.hot-commen-box-word {
	padding: 0 18px;
}
.hot-commen-box-word span {
	display: block;
	font-size: 14px;
	color: #363535;
	margin-bottom: 11px;
	max-width: 138px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hot-commen-box-word p {
	font-size: 16px;
	color: #1e1e1e;
	line-height: 24px;
	margin-bottom: 11px;
}
.hot-commen-box-word p i {
	font-size: 24px;
	color: #e53131;
	font-weight: 600;
}
.hot-commen-box-word p em {
	font-size: 20px;
	color: #e53131;
}
.hot-commen-box-word a {
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	color: #64bc02;
	border-radius: 17px;
	border: 1px solid #64bc02;
}
.hot-commen-box-word a:hover {
	color: #FFFFFF;
	background-color: #64bc02;
}
.huhangMain-new {
	background-color: #FFFFFF;
}
/* 当月热销end */
/* 分页开始 */
.pagination {
	text-align: center;
	height: 40px;
	padding: 20px 0px;
}
.pagination p {
	margin: 0;
	cursor: pointer
}
.pagination span {
	margin-left: -55px;
	color: #999;
}
.pagination>span>input {
	width: 40px;
	height: 24px;
	outline: none;
	outline-color: initial;
	outline-style: none;
	outline-width: initial;
}
.pagination>input {
	width: 40px;
	height: 28px;
	border: none;
	background: #b3b3b3;
	color: #FFF;
	cursor: pointer;
}
.pagination a {
	margin-right: 10px;
	padding: 10px 22px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
}
.pagination a:hover {
	color: #fff;
	background: #6bc30d;
	border: 1px #077ee3 solid;
}
.pagination a.cur {
	border: none;
	background: #6bc30d;
	color: #fff;
}
.pagination p {
	display: inline;
	padding: 10px 20px;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #999;
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
/* 分页结束 */
.qrcode1 canvas {
	width: 100px;
	height: 100px;
	padding: 3px 8px 0 8px;
}
.qrcode2 canvas {
	width: 110px;
	height: 110px;
	padding: 20px 8px 6px 8px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
}
.qrcode3 canvas {
	width: 100px;
	height: 100px;
	margin-top: 8px;
}
.qrcode4 canvas {
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 3px;
	border: 1px solid #cfcfcf;
}
/* 分页 */
.pagination {
	text-align: center;
	height: 40px;
	padding: 20px 0px;
}
.pagination p {
	margin: 0;
	cursor: pointer
}
.pagination span {
	margin-left: -55px;
	color: #999;
}
.pagination>span>input {
	width: 40px;
	height: 24px;
	outline: none;
	outline-color: initial;
	outline-style: none;
	outline-width: initial;
}
.pagination>input {
	width: 40px;
	height: 28px;
	border: none;
	background: #b3b3b3;
	color: #FFF;
	cursor: pointer;
}
.pagination a {
	margin-right: 10px;
	padding: 10px 22px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
}
.pagination a:hover {
	color: #fff;
	background: #6bc30d;
	border: 1px #6bc30d solid;
}
.pagination a.cur {
	border: none;
	background: #6bc30d;
	color: #fff;
}
.pagination p {
	display: inline;
	padding: 10px 20px;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #999;
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
/* 分页 end*/
