@import url("/frame/frame.css");

*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	color: #333;
}
h6{font-size: 16px;}
small{
	display: inline-block;
	line-height: 16px;
	font-size: 12px;
	color: #d4d4d4;
}
small img{
	height: 16px;
	opacity: 0.5;
}

.w1{width: 10%;}.w2{width: 20%;}.w3{width: 30%;}.w4{width: 40%;}.w5{width: 50%;}.w6{width: 60%;}.w7{width: 70%;}.w8{width: 80%;}.w9{width: 90%;}
.b1{width: 100%;}.b2{width: 50%;}.b3{width: 33.33%;}.b4{width: 25%;}.b5{width: 20%;}.b6{width: 16.66%;}.b7{width: 14.28%;}.b8{width: 12.5%;}.b9{width: 11.11%;}
.b_3{width: 66.66%;}.b_4{width: 75%;}.b_5{width: 80%;}.b_6{width: 83.34%;}.b_7{width: 85.72%;}.b_8{width: 87.5%;}.b_9{width: 88.89%;}
.m{width: max-content;}
.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,
.b1,.b2,.b3,.b4,.b5,.b6,.b7,.b8,.b9,
.b_3,.b_4,.b_5,.b_6,.b_7,.b_8,.b_9,
.m,.ilb{
	display: inline-block;
}
.flex{
	display: flex!important;
	flex-wrap: wrap;
}
.fl{float: left;}
.fr{float: right;}
.tc{text-align: center;}
.tc2{text-align: justify;}
.tr{text-align: right;}

.house_room{
	width: 100%;
	padding: 0 10%;
}
.box,.box1{
	display: flex;
	flex-wrap: wrap;
}
.house{
	padding: 0 8%;
}
.box{
	width: 100%;
	padding: 20px 0;
}
.box1{
	width: 100%;
}
.box1 img{
	width: 100%;
	height: auto;
}
.block,.block1,.block2,.block3,.block4,.block5,.block6,.block8,.block_4,.block_5,
.width1,.width3,.width7,.width9,.width15
{
	display: inline-block;
	float: left;
}
.block{width: 100%;}
.block1{width: 100%;padding: 10px;}
.block2{width: 50%;padding: 10px;}
.block3{width: 33.33%;padding: 10px;}
.block4{width: 25%;padding: 10px;padding-bottom: 20px;}
.block5{width: 20%;padding: 10px;padding-bottom: 20px;}
.block6{width: 16.66%;padding: 5px;padding-bottom: 15px;}
.block8{width: 12.5%;padding: 5px;}
.block_4{width: 75%;}
.block_5{width: 80%;}
.width1{width: 10%;}
.width3{width: 30%;}
.width7{width: 70%;}
.width9{width: 90%;}
.width15{width: 15%;}
.img img{width: 100%;height: auto;}
.h2{width: 100%;padding-bottom: 10px;margin: 0;}
.h_{width: 100%;padding-bottom: 10px;}
.h2>h2,.h_>p{margin: 0;text-align: center;}
.red{color: red;}
.bg_white{background: #fff;}
.br,.br1,.br2,.br3{
	display: inline-block;
	width: 100%;
}
.br{height: 15px;}
.br1{height: 10px;}
.br2{height: 20px;}
.br3{height: 30px;}
.center{display: flex;align-items: center;}
.textcenter *{text-align: center;}
.lastnone:last-child .last_none{display: none;}
.bold{font-weight: bold;}

.none{display: none!important;}
.showblock{display: block!important;}
.pad05{padding: 5px;}
.pad08{padding: 8px;}
.pad10{padding: 10px;}
.pad15{padding: 15px;}
.pad20{padding: 20px;}

.f0{font-size: 0;}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f15{font-size: 15px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f25{font-size: 25px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f32{font-size: 32px;}
.f36{font-size: 36px;}
.hong,.cf00{color: #FF0000;}
.lh15{line-height: 1.5;}
.lh16{line-height: 1.6;}
.lh18{line-height: 1.8;}
.lh20{line-height: 2;}
.lh25{line-height: 2.5;}
.lh30{line-height: 3;}

.click{color: #999999;}

/* header */
.header_bg{
	width: 100%;
	height: 70px;
	background: #fff;
	border-bottom: solid 1px #ebebeb;
	box-shadow: 0 0 5px #888;
	position: fixed;
	top: 0;
	z-index: 99;
	display: none;
}
.header{
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	z-index: 100;
}
.header>div{
	height: 100%;
	float: left;
}
.header_left{
	width: 90%;
}
.header_right{
	position: relative;
	width: 10%;
}
.ph_show{
	display: none;
}
.ph_hide{
	width: 30%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
}
.nav{
	width: max-content;
	font-size: 18px;
	font-weight: bold;
}
.nav_redbg{
	width: 70%;
	height: 170px;
	margin-top: -5px;
	background: url("/shoang/chan/cai.jpg") no-repeat;
	display: none;
}
.nav1{
	position: relative;
	width: max-content;
	padding: 22px;
	float: left;
	margin: 0 auto;
}
header.top .nav1{
	max-width: 170px;
}
.nav1>a{
	display: -webkit-box;
	color: #FFFFFF;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.nav_sanjiao{
	position: absolute;
	width: 15px;
	height: 15px;
	background: #FFFFFF
	transform: rotate(45deg);
	top: 55px;
	left: 55px;
	z-index: 1;
	display: none;
}
.nav2{
	position:fixed;
	padding: 15px 0 15px 25px;
	background: #FFFFFF;
	border-radius: 3px;
	top: 60px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	display:none;
}
.nav2>div{
	width: max-content;
	padding: 15px 25px 15px 0;
	float: left;
}
.nav2>div>li{
	width: max-content;
	min-width: 9vw;
	font-size: 16px;
	line-height: 50px;
}
.nav3>li{
	width: 9vw;
	font-size: 14px;
	line-height: 50px;
	float: left;
}
.nav_ph{
	display: none;
}
/* banner */
.swiper-container,.swiper-container img{
	width: 100%;
}
.banner_img img{
	width: 100%;
}
.banner_txt{
	width: 100%;
	font-size: 36px;
	text-align: center;
}
.banner_script{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.txt1,.txt2,.txt3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.txt1{-webkit-line-clamp: 1;}
.txt2{-webkit-line-clamp: 2;}
.txt3{-webkit-line-clamp: 3;}

.more{
	display: block;
	width: 20%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #FF0000;
	text-align: center;
	margin: 0 auto;
}
.more:hover{
	color: #fff!important;
}

.f_s_links img{
	width: 100%;
	height: auto;
}
/* 三文咨询 */
.wenzixun{
	background: #FFFFFF;
	border: solid 1px #e0e0e0;
	border-radius: 10px;
	z-index: 1;
}
.wenzixun>.block{
	background-color: rgb(254,72,79);
	text-align: center;
	padding: 30px 0;
	border-radius: 10px;
	color: #fff;
}
.wenzixun>.block>h2,.wenzixun>.block>h3,.wenzixun>.block>h5{
	margin: 0;
	padding: 10px 0;
}
.wenzixun>.block>h2{
	font-size: 25px;
}
.wenzixun>.block1>form>input{
	border: solid 1px rgb(123,123,123);
	border-radius: 5px;
	height: 37px;
	color: rgb(153, 153, 153);
}
.wenzixun .tips{
	display: none;
	color:rgb(255,74,83);
}

/* 面包屑 */
.crumb{
	display: inline-block;
	width: 100%;
	padding: 20px 0 3px;
}
.crumb>ul>li{
	width: max-content;
	font-size: 12px;
	padding: 0 10px;
	float: left;
}
.crumb>ul>div{
	font-size: 12px;
	color: #ccc;
	float: left;
}

/* html */
.pad{
	padding: 20px;
	background: #FFFFFF;
}
.unscrollbar::-webkit-scrollbar{
	display: none;
}
.logincode{
	position: relative;
	display: inline-block;
	width: calc(50% - 5px);
	height: 36px;
	background: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
}
.footerman .logincode{
	width: 90px;
	margin-right: 10px;
	float: left;
}
.contactb .logincode{
	width: 30%;
	height: 60px;
	line-height: 57px;
	text-align: center;
	margin: 10px 0;
}
.logincode>span{
	font-size: 12px;
}
.logincode>img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* page */
.pageb{
	text-align: center;
}
.pagelist{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 35px;
}
.page{
	display: inline-block;
	width: 36px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 15px;
	color: #000000;
	background: #F9F9F9;
	border-radius: 3px;
	margin: 0 2px;
	float: left;
}
.page.pagethis{
	background: rgb(237,1,13);
	color: #FFFFFF;
}
.pagenot{
	background: #EEEEEE;
	color: #999999;
}
.setpage{
	width: 60px;
	height: 32px;
	padding: 0 5px;
	border-radius: 3px;
	border: solid 1px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	margin: 0 5px;
}
.pagebtn{
	display: inline-block;
	width: max-content;
	height: 32px;
	padding: 0 10px;
	line-height: 32px;
	font-size: 14px;
	color: #FFFFFF;
	background: rgb(237,1,13);
	border-radius: 3px;
	margin-left: 5px;
	float: right;
}
.count{
	width: max-content;
	font-size: 15px;
	color: #666666;
	padding: 0 15px;
}

/* tarbar */
.selectform{
	background: #FFFFFF;
	border-radius: 10px;
	border: solid 1px #CCCCCC;
}
.selectform .kfhead{
	color: #FFFFFF;
	padding: 35px 0 30px;
	border-radius: 10px;
}
.selectform .kfhead>span{
	color: #FFFFFF;
}
.selectform .kfhead>span>small{
	display: contents;
	font-size: 12px;
	color: #FFFFFF;
}
.form input{
	width: 100%;
}
#shangbiao{
	background: url(/public/home/images/liuyan1.png) no-repeat;
}
.tel{
	position: relative;
}
#tel{
	background: url(/public/home/images/shouji.png) no-repeat;
	color: rgb(153,153,153);
}
#shangbiao,#tel{
	border:1px solid rgb(123,123,123);
	border-radius: 5px;
	padding: 5px 0 5px 30px;
	background-position: 5px center;
}
.callback{
	color: rgb(51,51,51);
	line-height: 20px;
	margin: 1px 0;
}
.tips{
	position: absolute;
	top: 0;
	right: 5px;
	color: rgb(255,74,83);
	display: none;
}
.tips>img{
	display: inline-block;
	width: auto;
	margin-bottom: 2px;
}
#yanzheng{
	width: 50%;
	height: 36px;
	color: #000000;
	padding: 0 10px;
	border-radius: 5px;
	border: 1px solid #AAAAAA;
}
.submit{
	width: 100%;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 36px;
	border-radius: 5px;
}
#shangbiao,#tel,.callback,.tips,#yanzheng{
	font-size: 12px;
}
.bg_submit4{
	background: rgb(168,105,62);
}
.bg_submit5{
	background: rgb(95,129,156);
}
.bg_submit6{
	background: rgb(255,0,0);
}
.bg_submit7{
	background: rgb(254,72,79);
}
.bg_submit12{
	background: rgb(255,80,124);
}
.bg_submit13{
	background: rgb(108,186,232);
}

/* footer */
.collect{
	background: #FF0000;
	padding: 10px 0;
}
.collect>p,.collect>p>span{
	font-size: 14px;
	margin: 0;
}
.collect>p>span{
	display: inline-block;
	padding: 3px 10px;
	color: #333333;
	background: #FFFFFF;
	border-radius: 3px;
}
.btmsay{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background: rgba(0,0,0,.5);
	z-index: 1024;
}
.btmsaybpc{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 500px;
	padding: 30px 25px 15px;
	background: #FFFFFF;
	border-radius: 15px;
	margin: 0 auto;
}
.btmsaybpc p.f30{
	line-height: 42px;
	color: #FF0055;
}
.btmsaybpc p.f25{
	line-height: 40px;
	color: #999999;
}
.btmsaybpc>.b1{
	padding-top: 15px;
}
.btmsaybpc a{
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 45px;
}
.btmsaybpc a:hover p,.btmsaybpc a:hover div{
	color: #5C5C5C;
}
.btmsaybpc .wxkfcode1{
	position: absolute;
	width: 170px;
	top: -80px;
	right: 110px;
	display: none;
	padding: 10px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0 0 5px #999999;
	z-index: 1;
}
.wxkfcode1 p{
	text-align: center;
	margin: 0;
}
.wxkfcode1 img.b1{
	padding: 0 5px;
}
.btmsaybpc .wxkfcode2{
	position: absolute;
	top: 100px;
	left: 15px;
	display: none;
	padding: 10px;
	font-size: 16px;
	background: #FFFFFF;
	box-shadow: 0 0 5px #999999;
	z-index: 1;
}
.btmsayb{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	width: 85%;
	padding: 30px 25px;
	background: #FFFFFF;
	border-radius: 15px;
	margin: 0 auto;
}
.btmsay_closealway{
	position: absolute;
	top: 3px;
	right: 30px;
	padding: 2px 8px;
	background: rgba(0,0,0,.3);
}
.btmsay_closealway>span{
	color: #F0F0F0;
}
.btmsay_close{
	position: absolute;
	top: -12px;
	right: -12px;
	padding: 0 2px;
	background: #FFFFFF;
	border-radius: 100px;
	font-size: 0;
}
.btmsay_close>.fa{
	font-size: 28px;
}
.btmsay_tit{
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
.btmsay_txt{
	font-size: 12px;
	text-align: center;
	color: #999999;
}
.btmsay_btn{
	width: 100%;
	padding: 12px 0 11px;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	background: #CB010B;
	border-radius: 50px;
	margin-top: 30px;
}
.btmsayb .fa-phone{
	font-size: 16px;
	color: #FFFFFF;
}
/* rel= "nofollow" */
.nofollowb{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #EEEEEE;
	z-index: 100;
}
.nofollow{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-65%);
	display: inline-block;
	width: 600px;
	max-width: 90%;
	padding: 45px 10px;
	border-radius: 5px;
	background: #FFFFFF;
}
.nofollow>.b1.f15{
	padding: 10px 20px 11px;
	word-break: break-all;
	background: #EEEEEE;
}
.nofollow>.b1>.m{
	padding: 7px 12px 8px;
	color: #FFFFFF;
	background: #ED010D;
	margin: 0 30px;
}

@media (max-width:767px) {
	.pad10.selectpad{
		padding: 10px 15px;
	}
	.count{
		width: unset;
		float: unset;
	}
	.phhide{display: none;}
	.phshow{display: block;}
	
	.house_room{padding: 0 3%;}
	.house{padding: 0 8px;}
	.block4{width: 50%;}
	.block_4{width: 100%;}
	.block5{width: 50%;padding: 5px;}
	.block6{width: 33.33%;padding: 5px;}
	.block8{width: 25%;}
	.box1{width: 100%;padding: 0 2%;}
	#sidebar{width: 100%;}
	/* header */
	.header,.header_bg{
		height: 55px;
	}
	.ph_show{
		display: block;
		width: max-content;
		margin-top: 10px;
		margin-left: 10px;
		position: absolute;
	}
	.nav_ph{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow: auto;
	}
	.nav_redbg{
		display: block;
	}
	.nav_redbg>h2{
		color: #fff;
		line-height: 170px;
		text-align: center;
	}
	.nav_ph ul{
		width: 70%;
		padding: 0 5px;
		padding-bottom: 80px;
		background: #fff;
		float: left;
		overflow: hidden;
	}
	.nav_ph li{
		line-height: 40px;
		border-bottom: solid 1px #e5e5e5;
	}
	.nav_ph li a{
		color: #5c5c5c;
	}
	.nav_ph li a img{
		width: 36px;
		height: 36px;
	}
	.ph_nav_li1{
		padding-left: 2em;
	}
	.ph_nav_li2{
		padding-left: 4em;
	}
	.ph_nav_li3{
		padding-left: 6em;
	}
	.searchbtn{
		right: 172px;
	}
	.logo{
		width: 170px;
		right: 0;
	}
	/* banner */
	.swiper-container,.swiper-container img{
		height: 200px;
		object-fit: cover;
	}
	.hv_show{display: block;}
	.ph_none{display: none;}
	.btmsaybpc{
		display: none;
	}
	.btmsayb{
		display: block;
	}
}