@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: '-apple-system', 'HelveticaNeue', SanFrancisco, Microsoft Yahei, "微软雅黑", Arial;}/* */
body{ text-align: justify; font-weight: lighter; color: #3d3e3e;}
a{ text-decoration:none; font-size: 14px; color:#3d3e3e;}
input,select,textarea{ outline:none;}

.clear{clear:both;}
.clearfix{ *zoom: 1;}
.clearfix:before{ content: ""; display: table;}
.clearfix:after{ content: ""; display: table; clear: both;}

.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; overflow: hidden;transition: all 0.5s;transform: scale(1); max-height:100%;}

.left{ float:left;}
.right{ float:right;}




.header{
	position: absolute;
	width: 80%;
	top: 25px;
	left: 10%;
	z-index: 999;
}
.logo{
	width: 5%;
}
.menu{
	width: 63%;
	margin: 1.5% 3% 0 3%;
}
.menu li{
	display: block;
	float: left;
	padding: 0 3%;
	position: relative;
}
.menu li a{
	font-size: 14px;
	color: #3d3e3e;
	display: block;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu>li>a{
	padding: 0 0 15% 0;
}
.menu li.this a,
.menu li:hover a{
	color: #8a0202;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li ul{
	display: none;
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	background: #fff;
	line-height: 40px;
}
.menu li ul li{
	padding: 0;
	text-align: center;
	width: 100%;
}
.menu li ul li a{
	padding: 0 10px;
	font-size: 12px;
	color: #8a0202 !important;
	border-bottom: 1px solid #c79395;
}
.menu li ul li a:hover{
	background: #c79395;
	color: #fff !important;
}
.lang{
	width: 5%;
	margin: 1.5% 3% 0 3%;
	text-align: center;
	line-height: 22px;
}
.lang a{
	font-size: 14px;
	vertical-align: middle;
}
.lang a.this{
	font-size: 17px;
	color: #8b0202;
}
.search{
	width: 15%;
	margin: 1.25% 0 0 0;
}
.search .stext{
	width: 74%;
	height: 28px;
	background: none;
	border: 1px solid #3d3e3e;
	border-right: none;
	-webkit-appearance:none;
	border-radius: 0;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 0 5%;
}
.search .sbut{
	width: 14%;
	height: 30px;
	background: url("../images/sbut.png") center no-repeat;
	border: 1px solid #3d3e3e;
	border-left: none;
	-webkit-appearance:none;
	border-radius: 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}




.banner{
	height: 596px;
	cursor: pointer;
}


.stitle{
	font-size: 30px;
	color: #3d3e3e;
	text-align: center;
	text-transform: uppercase;
}
.stitle:after{
	display: block;
	content: '';
	width: 70px;
	height: 1px;
	background: #c79395;
	margin: 13px auto 0 auto;
}


.listings{
	background: #f9f6f1;
	overflow: hidden;
}
.listings_1{
	padding: 5% 0 0 0;
}
.listings_2{
	padding: 0 0 4% 0;
}
.listings_cate{
	max-width: 1200px;
	padding: 2% 0 0 0;
	margin: 0 auto;
	line-height: 30px;
}
.ctitle{
	width: 18%;
	padding: 0 0 0 1%;
	font-size: 24px;
	background: url("../images/tri_1.png") left center no-repeat;
}
.cateul{
	width: 81%;
	text-align: right;
}
.cateul li{
	display: inline-block;
	margin: 0 0 0 3%;
}
.cateul li a{
	font-size: 18px;
	display: block;
	border-bottom: 1px solid #f9f6f1;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.cateul li:hover a{
	color: #c79395;
	border-bottom: 1px solid #c79395;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.listings_ul{
	max-width: 1200px;
	margin: 2% auto 0 auto;
}
.listings_ul li{
	display: block;
	width: 23%;
	margin: 0 2.65% 0 0;
	float: left;
	position: relative;
}
.listings_ul li:nth-child(4n){
	margin: 0 0 2% 0;
}
.listings_ul li:hover .pic img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}
.listings_ul li .pic img{
	height: 204px;
}

.listings_ul li .hot{
	position: absolute;
	line-height: 30px;
	text-align: center;
	display: table;
	padding: 0 20px;
	top: 10px;
	right: 5px;
	font-size: 14px;
	z-index: 9;
	font-weight: normal;
	color: #fff;
	background: url(../images/hot.png) center no-repeat;
	background-size: contain;
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.listings_ul li:nth-child(1) .hot{
	opacity: 1;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.listings_ul li .text{
	padding: 6% 10%;
	background: #fff;
	font-size: 16px;
	line-height: 30px;
}
.listings_ul li .text .price,
.listings_ul li .text .bednum,
.listings_ul li .text .pname{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.listings_ul li .text .pname:after{
	display: block;
	content: '';
	width: 20%;
	height: 1px;
	background: #bfbfbf;
	margin: 10px 0;
}
.listings_ul li:nth-child(1) .text .pname:after{
	background: #fff;
}
.listings_ul li:nth-child(1) .text{
	background: #c79395;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.listings_ul li:hover .text .pname{
	color: #c79395;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.listings_ul li:nth-child(1):hover .text .pname{
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.listings_ul li:nth-child(1) .text *{
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.listings_ul li .text .price span{
	font-size: 14px;
}
.listings_ul li .text .pmore{
	width: 34px;
	height: 34px;
	background: url("../images/tri_2.png") center no-repeat;
	border: 1px solid #c79395;
	border-radius: 18px;
	text-align: center;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.listings_ul li .text .pmore span{
	display: block;
	line-height: 36px;
	opacity: 0;
	width: 0;
	font-size: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.listings_ul li:hover .text .pmore{
	background: url("../images/tri_3.png") #c79395 center no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.listings_ul li:nth-child(1) .text .pmore{
	width: 115px;
	padding: 0 20px 0 0;
	background: url("../images/tri_3.png") center right 15px no-repeat;
	border: 1px solid #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.listings_ul li:nth-child(1) .text .pmore span{
	opacity: 1;
	width: auto;
	font-size: 13px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}



.servicebg{
	padding: 12% 0 5% 0;
	background: url("../images/bg_service.jpg") center top no-repeat;
}
.rentalpic{
	max-width: 1200px;
	margin: 4% auto 0 auto;
	background: #c79395;
	position: relative;
}
.rentalpic img{
	display: block;
	width: 50%;
}
.rentalpic .text{
	width: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	font-size: 30px;
	color: #fff;
	text-align: center;
}

.service{
	max-width: 1200px;
	margin: 0 auto;
}
.service li{
	display: block;
	float: left;
	width: 14%;
	padding: 3%;
	position: relative;
	margin: 4% 0 0 0;
}
.service li .svtitle{
	height: 56px;
	line-height: 56px;
	margin: 0 0 20px 0;
	position: relative;
}
.service li .svtitle span{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	display: block;
	line-height: 18px;
	font-weight: normal;
}
.service li .svtitle font{
	font-weight: bold;
	font-size: 70px;
	/*font-family: Century Gothic;*/
	color: #c79395;
	position: absolute;
	right: 0;
	bottom: 0;
	vertical-align: bottom;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.service li:hover .svtitle font{
	right: -5px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.service li p{
	height: 180px;
}
.service li p img{
	max-width: 100%;
}
.service li .icon{
	height: 40px;
	margin: 10px 0 0 0;
}
.service li:hover .icon{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-ms-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.service li:nth-child(1) .icon{ background: url("../images/icon_service_1.png") center no-repeat; }
.service li:nth-child(2) .icon{ background: url("../images/icon_service_2.png") center no-repeat; }
.service li:nth-child(3) .icon{ background: url("../images/icon_service_3.png") center no-repeat; }
.service li:nth-child(4) .icon{ background: url("../images/icon_service_4.png") center no-repeat; }
.service li:nth-child(5) .icon{ background: url("../images/icon_service_5.png") center no-repeat; }
.service li:nth-child(6) .icon{ background: url("../images/icon_service_6.png") center no-repeat; }
.service li:nth-child(7) .icon{ background: url("../images/icon_service_7.png") center no-repeat; }
.service li:nth-child(8) .icon{ background: url("../images/icon_service_8.png") center no-repeat; }
.service li:nth-child(9) .icon{ background: url("../images/icon_service_9.png") center no-repeat; }
.service li:nth-child(10) .icon{ background: url("../images/icon_service_10.png") center no-repeat; }

.service li:before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 100%;
	margin-top: -173px;
	max-height: 346px;
	background: #3d3d3e;
}

.service li:nth-child(2):before,
.service li:nth-child(3):before,
.service li:nth-child(4):before,
.service li:nth-child(5):before,
.service li:nth-child(7):before,
.service li:nth-child(8):before,
.service li:nth-child(9):before,
.service li:nth-child(10):before{
	width: 30px;
	background: url("../images/arrow_service.png") center no-repeat;
}


.service li:nth-child(5):after,
.service li:nth-child(10):after{
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 100%;
	margin-top: -173px;
	max-height: 346px;
	background: #3d3d3e;
}




.addservicebg{
	background: url("../images/bg_addservice.jpg") center repeat-y;
}
.addservice{
	max-width: 1200px;
	margin: 0 auto;
	padding: 5% 0;
}
.addservice .stitle{
	text-align: left;
}
.addservice .stitle:after{
	margin: 13px 0 0 0;
}
.addservice .addpic{
	width: 50%;
	position: relative;
}
.addservice .addpic:after{
	content: '';
	position: absolute;
	right: -25px;
	top: 50%;
	width: 26px;
	height: 62px;
	margin-top: -31px;
	background: url("../images/tri_4.png") center no-repeat;
}
.addservice .addpic img{
	max-width: 100%;
	display: block;
	margin: 20px auto 0 auto;
}
.addservice .addtext{
	width: 40%;
	padding: 0 5%;
}
.addservice .addtext li{
	display: block;
	border-bottom: 1px solid #fff;
	padding: 0 0 5% 0;
	margin: 0 0 5% 0;
	line-height: 26px;
}
.addservice .addtext li:last-child{
	border: none;
}
.addservice .addtext li span{
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}
.addservice .addtext li p{
	color: #fff;
	font-size: 14px;
}



.highservice{
	background: #c79395;
	position: relative;
}
.highservice .textbg{
	width: 50%;
	padding: 4% 0;
	background: #c79395;
}
.highservice .textbg .text{
	max-width: 550px;
	padding: 0 50px 0 0;
}
.highservice .pic{
	width: 50%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: url("../images/service_add_2.jpg") center left no-repeat;
	background-size: cover;
}
.highservice .stitle{
	text-align: left;
	color: #fff;
	margin: 0 0 5% 0;
}
.highservice .stitle:after{
	margin: 13px 0 0 0;
	background: #fff;
}
.highservice .textbg .text{
	position: relative;
}
.highservice .textbg .text:after{
	content: '';
	position: absolute;
	right: -25px;
	top: 47%;
	width: 26px;
	height: 62px;
	margin-top: -31px;
	background: url("../images/tri_5.png") center no-repeat;
}
.highservice .textbg .text li{
	display: block;
	margin: 0 0 5% 0;
	line-height: 26px;
}
.highservice .textbg .text li span{
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}
.highservice .textbg .text li p{
	color: #fff;
	font-size: 14px;
}



.manageservice{
	background: #f9f6f1;
	position: relative;
}
.manageservice .textbg{
	width: 48.6%;
	padding: 4% 0;
	background: #f9f6f1;
}
.manageservice .textbg .text{
	width: 550px;
	padding: 0 0 0 50px;
}
.manageservice .pic{
	width: 51.4%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../images/service_add_3.png") center right no-repeat;
	background-size: cover;
}
.manageservice .stitle{
	text-align: left;
	margin: 0 0 5% 0;
}
.manageservice .stitle:after{
	margin: 13px 0 0 0;
}
.manageservice .textbg .text li{
	display: block;
	margin: 0 0 5% 0;
	line-height: 26px;
}
.manageservice .textbg .text li span{
	font-weight: normal;
	font-size: 16px;
}
.manageservice .textbg .text li p{
	font-size: 14px;
}

.manageservice .textbg .icon{
	margin: 10% 0 0 0;
}
.manageservice .textbg .icon li{
	display: block;
	width: 20%;
	text-align: center;
	color: #3d3e3e;
	line-height: 18px;
	float: left;
}
.manageservice .textbg .icon li img{
	height: 64px;
}
.manageservice .textbg .icon li:hover img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-ms-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.manageservice .textbg .icon li p{
	margin: 5px 0 0 0;
	height: 36px;
}



.aboutbg{
	padding: 8% 0;
	background: url("../images/bg_about.jpg") center no-repeat;
	background-size: cover;
}
.aboutbg .about{
	max-width: 600px;
	margin: 0 auto;
	padding: 0 0 0 600px;
}
.aboutbg .about .abouttext{
	width: 520px;
	padding: 40px;
	background: rgba(199,147,149,.92);
}
.aboutbg .about .abouttext .stitle{
	color: #fff;
	text-align: left;
	margin: 0 0 30px 0;
}
.aboutbg .about .abouttext .stitle:after{
	background: #fff;
	margin: 13px 0 0 0;
}

.aboutbg .about .abouttext p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}


.team{
	max-width: 1200px;
	margin: 0 auto;
	padding: 5% 0;
	overflow: hidden;
}


.teamintro{
	margin: 5% 0 0 0;
	background: #c79395;
	color: #fff;
	line-height: 24px;
}
.teamintro .pic{
	width: 50%;
}
.teamintro .text{
	width: 42%;
	padding: 5% 4%;
	
}
.teamintro .text h1{
	font-weight: lighter;
	font-size: 24px;
	margin: 0 0 10px 0;
}



.teamul li{
	width: 50%;
	float: left;
	display: block;
}
.teamul li .pic{
	width: 50%;
}
.teamul li:hover .pic img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}
.teamul li .text{
	width: 40%;
	padding: 4% 5% 4% 5%;
	font-size: 14px;
	line-height: 24px;
	height: 250px;
	overflow: hidden;
}
.teamul li .text h2{
	font-size: 24px;
	font-weight: lighter;
	margin: 0 0 10px 0;
}
.teamul li .text .hh{
	display: block;
}

.teamul li:nth-child(1),
.teamul li:nth-child(2),
.teamul li:nth-child(5),
.teamul li:nth-child(6){
	background: #f9f6f1;
}

.teamul li:nth-child(3),
.teamul li:nth-child(4){
	background: #c79395;
	color: #fff;
}

.teamul li:nth-child(1) .pic,
.teamul li:nth-child(2) .pic,
.teamul li:nth-child(5) .pic,
.teamul li:nth-child(6) .pic{
	float: left;
}

.teamul li:nth-child(1) .text,
.teamul li:nth-child(2) .text,
.teamul li:nth-child(5) .text,
.teamul li:nth-child(6) .text{
	float: right;
}

.teamul li:nth-child(3) .pic,
.teamul li:nth-child(4) .pic{
	float: right;
}

.teamul li:nth-child(3) .text,
.teamul li:nth-child(4) .text{
	float: left;
}


.teamul2{}
.teamul2 li{
	width: 25%;
	display: block;
	float: left;
	position: relative;
}
.teamul2 li p{
	position: absolute;
	display: table;
	left: 0;
	bottom: 0;
	padding: 0 15px;
	background: rgba(199,147,149,.9);
	font-size: 24px;
	line-height: 42px;
	color: #fff;
}
.teamul2 li:hover .pic img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}



.newsbg{
	padding: 5% 0;
	background: #f9f6f1;
}

.news{
	margin: 3% auto 0 auto;
	max-width: 1200px;
}
.news li{
	display: block;
	float: left;
	width: 24.25%;
	margin: 0 1% 2% 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news li:hover{
	box-shadow: 0 0 12px rgba(199,147,149,.3);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news li:hover a{
	color: #c8a0a0;
}
.news li:nth-child(4n){
	margin: 0 0 2% 0;
}
.news li .text{
	padding: 7%;
	background: #fff;
}
.news li .text span{
	font-size: 16px;
	margin: 0 0 20px 0;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news li .text p{
	height: 57px;
	overflow: hidden;
}
.news li:hover .pic img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}

.footerbg{
	padding: 5% 0;
	background: #c79395;
}
.footer{
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
}
.footer a{
	color: #fff;
}
.footer .ftitle{
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px 0;
}
.footer .ftitle:after{
	width: 48px;
	height: 1px;
	background: #fff;
	content: '';
	display: block;
	margin: 6px 0 0 0;
}
.fcontact{
	line-height: 24px;
	font-size: 14px;
	width: 45%;
}
.fcontact h1{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
.fmenu{
	width: 20%;
}
.fmenu ul{
	margin-top: -4px;
}
.fmenu li{
	display: block;
	line-height: 32px;
}
.fmessage{
	width: 35%;
}


.cr{
	background: #f9f6f1;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #888;
}
.cr a{
	color: #888;
	font-size: 14px;
}



.nbanner{
	height: 460px;
}
.nbanner_news{
	background: url("../images/banner_news.jpg") center no-repeat;
}



.bnav{
	font-size: 14px;
	line-height: 48px;
	max-width: 1200px;
	margin: 0 auto;
}
.bnav a:first-child{
	display: none;
}
.bnav a:last-child{
	color: #c79395;
}


.container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 5% 0;
}
.procate{
	padding: 4%;
	background: #f9f6f1;
}
.procate .ptitle{
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #3d3e3e;
	display: table;
	margin: 0 0 2% 0;
}
.procate ul{
	line-height: 36px;
}
.procate ul li{
	width: 10%;
	float: left;
	display: block;
	font-weight: normal;
}
.procate ul a{
	display: block;
	float: left;
	font-weight: lighter;
	margin: 0 3% 0 0;
	padding: 0 0 0 15px;
	position: relative;
}
.procate ul a:before{
	display: block;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 50%;
	margin-top: -6px;
	background: url("../images/sq_1.png") center no-repeat;
}
.procate ul a.this:before{
	background: url("../images/sq_2.png") center no-repeat;
}
.sort{
	line-height: 65px;
}
.sort .left{
	font-size: 14px;
}
.sort .right{
	font-weight: normal;
	font-size: 14px;
}
.sort .right a{
	display: inline-block;
	font-weight: lighter;
	font-size: 14px;
	margin: 0 0 0 20px;
	padding: 0 13px 0 0;
	background: url("../images/tri_6.png") top 27px right no-repeat;
}
.sort .right a.this{
	color: #c79395;
	background: url("../images/tri_7.png") top 27px right no-repeat;
}

.listul{
	padding: 0 0 5% 0;
}
.listul li{
	display: block;
	padding: 3% 0;
	border-bottom: 1px solid #bfbfbf;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.listul li a{
	display: block;
	position: relative;
}
.listul li:hover{
	padding: 3%;
	background: #c79395;
	border-bottom: 1px solid #c79395;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.listul li:hover a{
	color: #fff;
}
.listul li .pic{
	width: 24%;
}
.listul li .text{
	margin: 0 0 0 3%;
	width: 50%;
}
.listul li .text .title{
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.listul li .text .pt{
	line-height: 30px;
	padding: 0 0 0 30px;
}

.listul li .text .pt1{ background: url("../images/icon_pro_1.png") center left no-repeat;}
.listul li .text .pt2{ background: url("../images/icon_pro_2.png") center left no-repeat;}
.listul li .text .pt3{ background: url("../images/icon_pro_3.png") center left no-repeat;}
.listul li:hover .text .pt1{ background: url("../images/icon_pro_1_1.png") center left no-repeat;}
.listul li:hover .text .pt2{ background: url("../images/icon_pro_2_1.png") center left no-repeat;}
.listul li:hover .text .pt3{ background: url("../images/icon_pro_3_1.png") center left no-repeat;}

.listul li .text .pt4{
	width: 96px;
	line-height: 25px;
	text-align: center;
	margin: 3% 0 0 0;
	background: #c79395;
	color: #fff;
	padding: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.listul li:hover .text .pt4{
	background: #fff;
	color: #c79395;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.listul li .price{
	position: absolute;
	right: 2%;
	font-size: 24px;
	color: #9c2119;
	font-weight: normal;
	top: 50%;
	margin-top: -20px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.listul li .price span{
	font-size: 16px;
}
.listul li:hover .price{
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}



.btextbg{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.btextbg .btext{
	padding: 2%;
	position: absolute;
	right: 0;
	top: 200px;
	background: rgba(199,147,149,.9);
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	text-transform: uppercase;
	text-align: right;
}
.btextbg .bntext{
	text-align: center;
	top: 230px;
	width: 100%;
	position: absolute;
	font-size: 36px;
	color: #fff;
}


.nnewsbg .news li{
	margin: 0 2% 2% 0;
	width: 32%;
}
.nnewsbg .news li:nth-child(4n){
	margin: 0 2% 2% 0;
}
.nnewsbg .news li:nth-child(3n){
	margin: 0 0 2% 0;
}
.nnewsbg .news li p{
	height: 57px;
	overflow: hidden;
}


.container_news{
	margin: 0 auto;
}

.listdetail{
	padding: 5% 0 0 0;
	display: block;
}

.listdetail td{
	width: 50%;
}

.listintro{
	padding: 5% 9%;
	line-height: 30px;
}
.listintro h1{
	font-weight: lighter;
}
.listintro hr{
	margin: 20px 0;
}
.listintro span.red{
	color: #9c2119;
	font-weight: normal;
}
.listintro span.normal{
	font-weight: normal;
}
.listintro div.pink{
	color: #c79395;
}


.fcontainer .listul{
	margin: 0 auto;
	max-width: 1200px;
}


.propertybg{
	padding: 5% 0;
	background: #f9f6f1;
}
.propertybg .property{
	max-width: 1200px;
	margin: 0 auto;
}
.property .ctitle{
	width: 98%;
	padding: 0 0 0 2%;
}
.property ul{
	margin: 2% 0 5% 0;
}
.property li{
	width: 180px;
	float: left;
	text-align: center;
	display: block;
	font-size: 14px;
	margin: 0 10px;
}
.property li .icon{
	height: 70px;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.property li:hover .icon{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-ms-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.property li p{
	margin: 15px 0 0 0;
}

.map{
	max-width: 1200px;
	margin: 0 auto;
	padding: 5% 0;
}
.map .stitle{
	margin: 0 0 30px 0;
}

.facility,
.fservice,
.faround{
	position: relative;
}


.facility,
.fservice,
.faround{ width:100%; height:auto; position: relative;}

.facility .facilityul,
.fservice .fserviceul,
.faround .faroundul{ width:100%; overflow:hidden; position:relative;}

.facility .facilityul ul,
.fservice .fserviceul ul,
.faround .faroundul ul{ position:relative; left:0; top:0; overflow:hidden;}


.facility .pre,
.facility .next,

.fservice .pre,
.fservice .next,

.faround .pre,
.faround .next{
	display: block;
	position: absolute;
	width: 16px;
	height: 31px;
	top: 50%;
	margin-top: -15px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.facility .pre,
.fservice .pre,
.faround .pre{
	background: url("../images/arrow_p_left.png") center no-repeat;
	left: -37px;
}
.facility .next,
.fservice .next,
.faround .next{
	background: url("../images/arrow_p_right.png") center no-repeat;
	right: -36px;
}
.facility .pre:hover,
.fservice .pre:hover,
.faround .pre:hover{
	background: url("../images/arrow_p_left_1.png") center no-repeat;
	left: -37px;
}
.facility .next:hover,
.fservice .next:hover,
.faround .next:hover{
	background: url("../images/arrow_p_right_1.png") center no-repeat;
	right: -36px;
}

.similarlist{
	padding: 0 0 5% 0;
}
.similarlist .listings_cate{
	padding: 5% 0 0 0;
}
.similarlist .listings_cate .ctitle{
	width: auto;
}






.tk{
	position: absolute;
	z-index: 9999999999;
	top: 50%;
	padding: 20px;
	width: 408px;
	left: 50%;
	margin-left: -224px;
	margin-top: -5px;
	font-size: 12px;
	background: rgba(255,255,255,.9);
}
.tk img{
	width: 408px;
}
.tk .tk2{
	width: 100%;
}
.tk .text{
	position: absolute;
	width: 44%;
	right: 20px;
	top: 20px;
}
.tk .text li{
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 42px;
}
.tk .text li a{
	font-size: 12px;
	color: #fff;
}


@media screen and (max-height: 900px) {
	.tk{
		margin-top: 0;
		top: auto;
		bottom: 100px;
	}
}
@media screen and (max-height: 800px) {
}	

.tk .close{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: url(../images/close.png) center no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.tk .close:hover{
	transform: rotate(180deg);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.tk2{
	display: none;
}
.wapli,
.block_home_slider{
	display: none;
}





#showsum span{ overflow: visible !important; border: 2px solid #fff; margin-top: 17px; width: auto !important; height: auto !important;}

#showsum span.sel{ border: 2px solid #c79395;}



#showsum span.sel img{ border:none;}

#showsum span img{ border:none; top: 0 !important;}




.newstexttableborder{
	width: 50%;
	margin: 0 auto;
}


.newstexttableborder input[type="text"]#key,
.newstexttableborder input[type="text"]{
	border: 1px solid #c79395;
	height: 40px;
}
.newstexttableborder textarea{
	border: 1px solid #c79395;
	padding: 2%;
	width: 96%;
	height: 80px;
}
.newstexttableborder li{
	width: 100% !important;
}

.newstexttableborder input::-webkit-input-placeholder{ color: #c79395;}
.newstexttableborder input::-moz-input-placeholder{ color: #c79395;}
.newstexttableborder input::-ms-input-placeholder{ color: #c79395;}
.newstexttableborder textarea::-webkit-input-placeholder{ color: #c79395;}
.newstexttableborder textarea::-moz-input-placeholder{ color: #c79395;}
.newstexttableborder textarea::-ms-input-placeholder{ color: #c79395;}


.newstexttableborder input[type="text"]#key{
	width: 65%;
}

.newstexttableborder li img{
	width: 20%;
	height: 40px;
}

.newstexttableborder .subbutton{
	height: 45px;
	background: #c79395;
	border: 1px solid #c79395;
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newstexttableborder .subbutton:hover{
	height: 45px;
	background: none;
	color: #c79395;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}







::-webkit-scrollbar {
	width : 5px;
	height: 1px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	height: 15px;
	background: #a0a0a0;
}
::-webkit-scrollbar-track {
	background: #f6f8fb;
}


@keyframes icon-bounce {
  0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg);}
  50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg);}
  85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
  0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg);}
  50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg);}
  85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
  0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg);}
  50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg);}
  85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
  0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
  25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg);}
  50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
  75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg);}
  85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg);}
}



@media screen and (max-width: 1800px) {

}
@media screen and (max-width: 1620px) {
	.menu{
		width: 60%;
	}
	.menu li{
		padding: 0 2%;
	}
	.lang{
		width: 8%;
	}
}
@media screen and (max-width: 1590px) {
}
@media screen and (max-width: 1530px) {
}
@media screen and (max-width: 1440px) {
	.ctitle{
		font-size: 22px;
	}
	.cateul li a{
		font-size: 16px;
	}
	.stitle{
		font-size: 28px;
	}
	.header{
		width: 90%;
		left: 5%;
	}
	.menu{
		width: 64%;
	}
	.lang{
		margin: 1.5% 1% 0 1%;
	}
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1300px) {
	.tk{
		margin-top: -50px;
	}
}
@media screen and (max-width: 1290px) {
}
@media screen and (max-width: 1280px) {
	.listings_cate{
		width: 90%;
	}
	.listings_ul{
		width: 90%;
	}
	.rentalpic{
		width: 90%;
	}
	.service{
		width: 90%;
	}
	.addservice{
		width: 90%;
	}
	.highservice .textbg{
		padding: 3% 0 0 0;
	}
	.highservice .stitle{
		font-size: 22px;
		margin: 0 0 2% 0;
	}
	.highservice .textbg .text li{
		line-height: 22px;
		margin: 0 0 2% 0;
	}
	.highservice .textbg .text li p{
		font-size: 12px;
	}
	.addservice .stitle{
		font-size: 22px;
	}
	.addservice .addpic img{
		width: 58%;
	}
	.addservice .addtext li{
		line-height: 22px;
		margin: 0 0 2% 0;
		padding: 0 0 2% 0;
	}
	.addservice .addtext li span{
		font-size: 14px;
	}
	.addservice .addtext li p{
		font-size: 12px;
	}
	.manageservice .textbg .text{
		width: 85%;
		padding: 0 0 0 5%;
	}
	.aboutbg .about{
		padding: 0;
		width: 100%;
		max-width: none;
	}
	.aboutbg .about .abouttext{
		width: 80%;
		padding: 5%;
		margin: 0 auto;
	}
	.highservice .textbg .text{
		width: 85%;
		padding: 0 5% 0 0;
		max-width: none;
	}
	.manageservice .stitle{
		font-size: 22px;
		margin: 0 0 2% 0;
	}
	.manageservice .textbg{
		padding: 3% 0 0 0;
	}
	.manageservice .textbg .text li{
		line-height: 22px;
	}
	.manageservice .textbg .text li span{
		font-size: 14px;
	}
	.manageservice .textbg .text li p{
		font-size: 12px;
	}
	.manageservice .textbg .icon{
		margin: 3% 0 0 0;
	}
	.manageservice .textbg .icon li{
		line-height: 14px;
		margin: 0 0 3% 0;
	}
	.manageservice .textbg .icon li img{
		height: 40px;
	}
	.teamul li .text{
		height: 225px;
	}
	.btextbg{
		width: 90%;
	}
	.bnav{
		width: 90%;
	}
	.container{
	}
	.news{
		width: 90%;
	}
	.footer{
		width: 90%;
	}
	.stitle{
		font-size: 24px;
	}
	.facility .pre,
	.fservice .pre,
	.faround .pre{
		background: url("../images/arrow_p_left.png") center no-repeat;
		left: 0;
		z-index: 99999;
	}
	.facility .next,
	.fservice .next,
	.faround .next{
		background: url("../images/arrow_p_right.png") center no-repeat;
		right: 0;
		z-index: 99999;
	}
	.facility .pre:hover,
	.fservice .pre:hover,
	.faround .pre:hover{
		background: url("../images/arrow_p_left_1.png") center no-repeat;
		left: 0;
		z-index: 99999;
	}
	.facility .next:hover,
	.fservice .next:hover,
	.faround .next:hover{
		background: url("../images/arrow_p_right_1.png") center no-repeat;
		right: 0;
		z-index: 99999;
	}
	.sort,
	.listul{
		width: 90%;
		margin: 0 auto;
	}
	.fcontainer .listul{
		width: 100%;
	}
	.procate{
		padding: 4% 5%;
	}
	
}
@media screen and (max-width: 1250px) {
	.tk{
		margin-top: -75px;
	}
}
@media screen and (max-width: 1220px) {
	.ctitle{
		font-size: 20px;
	}
	.cateul li a{
		font-size: 16px;
	}
}
@media screen and (max-width: 1200px) {
	.slide.banner{
		display: none;
	}
	.block_home_slider{
		display: block;
	}
	.menu{
		margin: 1.5% 1.5% 0 1.5%;
	}
	.menu li{
		padding: 0 3% 0 0;
	}
	.logo{
		width: 6%;
	}
	.map p{
		overflow: hidden;
	}
	.map iframe{
		position: relative;
		left: 50%;
		margin-left: -600px;
		top: 50%;
		margin-top: -275px;
	}
	.listdetail{
		width: 90%;
		margin: 0 auto;
	}
	.propertybg .property{
		width: 90%;
	}
	.property li{
		width: 160px;
	}
	.tk{
		margin-top: -90px;
	}
}
@media screen and (max-width: 1180px) {
	.listings_ul li .pic img{
		height: 183px;
	}
	.teamintro .text{
		padding: 5% 4% 0 4%;
	}
}
@media screen and (max-width: 1150px) {
	.teamul li .text{
		line-height: 22px;
	}
	.tk img{
		max-width: 100%;
	}
}
@media screen and (max-width: 1130px) {
	.teamul li .text {
		width: 44%;
		padding: 4% 3% 4% 3%;
	}
}
@media screen and (max-width: 1100px) {
	.listings_ul li .pic img{
		height: 168px;
	}
}
@media screen and (max-width: 1100px) {
	.header{
		width: 96%;
		left: 2%;
	}
	.menu{
		width: 66%;
	}
	.procate ul li{
		width: 15%;
	}
	.property li{
		width: 145px;
	}
}
@media screen and (max-width: 1080px) {
	.cateul li a{
		font-size: 14px;
	}
}
@media screen and (max-width: 1070px) {
	.teamul li .text{
		font-size: 13px;
		line-height: 20px;
	}
}
@media screen and (max-width: 1060px) {
	.teamul li .text{
		height: auto;
	}
}
@media screen and (max-width: 1050px) {
	.tk{
		top: 47%;
	}
}
@media screen and (max-width: 1024px) {
	.property li{
		width: 130px;
	}
}
@media screen and (max-width: 1000px) {
	.header{
		z-index: 99999;
	}
	.logo{
		width: 8%;
	}
	.search{
		width: 30%;
	}
	.lang{
		width: 55%;
		text-align: right;
	}
	.menubut{
		display: block;
		position: absolute;
		right: 2%;
		top: 15px;
		margin-top: 2.5%;
		z-index: 9;
		width: 24px;
		height: 15px;
		z-index: 999999;
		border-top: 3px solid #9c2119;
		border-bottom: 3px solid #9c2119;
	}
	.menubut:after{
		width: 24px;
		height: 3px;
		background: #9c2119;
		position: absolute;
		display: block;
		content: '';
		top: 6px;
	}
	.menuclose{
		display: none;
		position: absolute;
		right: 4.5%;
		top: 50px;
		margin-top: 0;
		z-index: 999999;
	}
	.menuclose:after{
		width: 24px;
		height: 3px;
		background: #9c2119;
		position: absolute;
		display: block;
		content: '';
		transform: rotate(45deg);
	}
	.menuclose:before{
		width: 24px;
		height: 3px;
		background: #9c2119;
		position: absolute;
		display: block;
		content: '';
		transform: rotate(-45deg);
	}
	.menu{
		position: fixed;
		left: 0;
		top: 0;
		width: 50%;
		height: 100%;
		background: rgba(255,255,255,.9);
		margin: 0;
		z-index: 9999;
		display: none;
	}
	.menu li{
		width: 90%;
		padding: 0 5%;
		line-height: 50px;
		border-bottom: 1px solid #9c2119;
	}
	.menu>li>a{
		padding: 0;
	}
	.listings_ul li{
		margin: 0 3% 3% 0;
		width: 31.333%;
	}
	.listings_ul li:nth-child(4n){
		margin: 0 3% 3% 0;
	}
	.listings_ul li:nth-child(3n){
		margin: 0 0 3% 0;
	}
	.ctitle{
		font-size: 18px;
	}
	.cateul li a{
		font-size: 14px;
	}
	.similarlist .listings_ul li:nth-child(7),
	.similarlist .listings_ul li:nth-child(8),
	.hlistings_1 .listings_ul li:nth-child(7),
	.hlistings_1 .listings_ul li:nth-child(8){
		display: none;
	}
	.rentalpic{
		width: 96%;
	}
	.service{
		width: 96%;
	}
	.service li{
		padding: 2.5%;
		width: 15%;
	}
	.service li p{
		font-size: 12px;
	}
	.service li:nth-child(2):before,
	.service li:nth-child(3):before,
	.service li:nth-child(4):before,
	.service li:nth-child(5):before,
	.service li:nth-child(7):before,
	.service li:nth-child(8):before,
	.service li:nth-child(9):before,
	.service li:nth-child(10):before{
		left: -13px;
	}
	.stitle:after{
		margin: 8px auto 0 auto;
	}
	.manageservice .stitle:after,
	.highservice .stitle:after{
		margin: 8px 0 0 0;
	}
	.manageservice .stitle,
	.highservice .stitle{
		font-size: 18px;
	}
	.manageservice .textbg .text li span,
	.highservice .textbg .text li span{
		font-size: 12px;
	}
	.manageservice .textbg .text li,
	.highservice .textbg .text li{
		line-height: 16px;
	}
	.teamintro .text{
		padding: 4% 4% 0 4%;
		line-height: 22px;
		font-size: 14px;
	}
	.teamintro .text h1{
		font-size: 20px;
	}
	.teamul li{
		width: 100%;
	}
	.teamul li .pic{
		float: left !important;
	}
	.teamul li .text{
		height: auto;
		float: right !important;
	}
	.teamul li:nth-child(2n) .pic{
		float: right !important;
	}
	.teamul li:nth-child(2n) .text{
		float: left !important;
	}
	.teamul li:nth-child(3),
	.teamul li:nth-child(4){
		background: #f9f6f1;
		color: #3d3e3e;
	}
	.teamul li:nth-child(2n){
		background: #c79395;
		color: #fff;
	}
	.teamul2 li{
		width: 50%;
	}
	.nnewsbg .news li:nth-child(3n),
	.nnewsbg .news li,
	.news li{
		width: 49%;
		margin: 0 2% 3% 0;
	}
	.nnewsbg .news li:nth-child(2n),
	.nnewsbg .news li:nth-child(4n),
	.news li:nth-child(2n),
	.news li:nth-child(4n){
		margin: 0 0 3% 0;
	}
	.listul li .pic{
		width: 30%;
	}
	.property li{
		width: 130px;
	}
	
}
@media screen and (max-width: 768px) {
	body{
		font-weight: normal;
	}
	.menuclose{
		display: none;
		position: absolute;
		right: 5.5%;
		top: 47px;
		margin-top: 0;
		z-index: 999999;
	}
	.menubut{
		margin-top: 3%;
	}
	.listul li .text .title{
		margin: 0;
	}
	.listul li .text .pt{
		line-height: 26px;
	}
	.property li{
		width: 95px;
		font-size: 12px;
	}
	.listdetail td{
		width: 600px;
		display: block;
		margin: 0 0 0 45px;
	}
	.listintro{
		padding: 5% 0;
	}
	.listings_ul li .text{
		font-size: 14px;
		line-height: 22px;
	}
	.fmenu{
		display: none;
	}
	.listings_ul li .pic img{
		height: 162px;
	}
	.newstexttableborder{
		width: 100%;
	}
}
@media screen and (max-width: 460px) {
	.tk .text{
		right: 0;
		top: 251px;
		width: 100%;
		padding: 0 0 0 70px;
		box-sizing: border-box;
	}
	.tk .text li{
		line-height: 40px;
		margin: 0 0 11px 0;
	}
	.tk1{
		display: none;
	}
	.tk2{
		display: block;
	}
	.tk{
		position: fixed;
		z-index: 9999999999;
		top: 50%;
		padding: 30px;
		width: 266px;
		left: 50%;
		margin-left: -163px;
		margin-top: -238px;
		font-size: 12px;
		background: rgba(255,255,255,.9);
	}
	.lang a.this{
		font-size: 15px;
	}
	.header{
		top: 15px;
	}
	.logo{
		width: 15%;
	}
	.lang{
		width: 21%;
		margin: 3.5% 1% 0 1%;
	}
	.menuclose{
		display: none;
		position: absolute;
		right: 8%;
		top: 38px;
		margin-top: 0;
		z-index: 999999;
	}
	.search{
		width: 50%;
		margin: 2.5% 0 0 0;
	}
	.ctitle{
		width: 97%;
		padding: 0 0 0 3%;
	}
	.cateul{
		width: 100%;
		text-align: left;
		line-height: 22px;
	}
	.cateul li a{
		font-size: 12px;
	}
	.listings_ul li{
		width: 49%;
		margin: 0 2% 5% 0 !important;
	}
	.listings_ul li:nth-child(2n){
		width: 49%;
		margin: 0 0 5% 0 !important;
	}
	.listings_ul li .text .pmore{
		width: 26px;
		height: 26px;
	}
	.listings_ul li:nth-child(1) .text .pmore,
	.listings_ul li:hover .text .pmore{
		width: 90px;
		height: 26px;
		background: url("../images/tri_3.png") center right 8px no-repeat;
	}
	.listings_ul li .text .pmore span{
		line-height: 26px;
		font-size: 12px !important;
	}
	.rentalpic{
		width: 95%;
		overflow: hidden;
	}
	.rentalpic img{
		width: 105%;
	}
	.rentalpic .text{
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
		margin: 20px 0;
		font-size: 20px;
	}
	.service{
		width: 95%;
		margin: 5% auto 0 auto;
	}
	.service li{
		padding: 6% 5% 6% 3%;
		width: 42%;
	}
	.service li:nth-child(2n){
		padding: 6% 3% 6% 5%;
	}
	
	.service li:nth-child(3):before,
	.service li:nth-child(5):before,
	.service li:nth-child(7):before,
	.service li:nth-child(9):before{
		display: block;
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		width: 1px;
		height: 100%;
		margin-top: -173px;
		max-height: 346px;
		background: #3d3d3e;
	}
	.service li:nth-child(2n):after{
		display: block;
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		width: 1px;
		height: 100%;
		margin-top: -173px;
		max-height: 346px;
		background: #3d3d3e;
	}
	.service li:nth-child(5):after{
		display: none;
	}
	.service li:nth-child(6):before{
		width: 30px;
		background: url("../images/arrow_service.png") center no-repeat;
		left: -13px;
	}

	.highservice .textbg .text:after,
	.addservice .addpic:after{
		display: none;
	}
	.addservicebg{
		background: none;
	}
	.addservice .addpic{
		width: 100%;
	}
	.addservice .stitle{
		text-align: center;
	}
	.addservice .stitle:after{
		margin: 8px auto 0 auto;
	}
	.addservice .addpic img{
		width: 100%;
	}
	.addservice .addtext{
		width: 90%;
		padding: 5%;
		margin: 20px 0 0 0;
		background: #c79395;
	}
	.addservice{
		width: 100%;
	}
	.highservice .pic{
		width: 100%;
	}
	.highservice .textbg{
		width: 100%;
		padding: 5% 0;
	}
	.highservice .textbg .text{
		width: 90%;
		padding: 0 5%;
	}
	.manageservice .pic{
		width: 100%;
	}
	.manageservice .pic img{
		width: 105%;
		max-width: none;
	}
	.manageservice .textbg{
		padding: 5%;
		width: 90%;
	}
	.manageservice .textbg .text{
		width: 100%;
		padding: 0;
	}
	.manageservice .textbg .icon li{
		width: 50%;
	}
	.manageservice .textbg .icon li img{
		height: 70px;
	}
	.manageservice .textbg .text li,
	.highservice .textbg .text li{
		line-height: 20px;
	}
	.teamintro .pic{
		width: 100%;
	}
	.teamintro .text{
		width: 90%;
		padding: 5%;
	}
	.teamul li .pic{
		width: 100% !important;
		float: none !important;
	}
	.teamul li .text{
		width: 90% !important;
		float: none !important;
		padding: 5% !important;
	}
	.teamul2 li p{
		font-size: 20px;
	}
	
	.news li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.hnews li{
		display: none;
	}
	.hnews li:nth-child(1),
	.hnews li:nth-child(2),
	.hnews li:nth-child(3){
		display: block;
	}
	.fcontact{
		width: 100%;
	}
	.fmenu{
		display: none;
	}
	.fmessage{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.cr{
		line-height: 20px;
		padding: 10px 0;
		font-size: 12px;
	}
	.cr a{
		font-size: 12px;
		display: block;
	}
	
	.nbanner{
		height: 260px;
	}
	.btextbg{
		padding: 110px 0 0 0;
	}
	.btextbg .btext{
		position: relative;
		right: auto;
		top: auto;
		font-size: 14px;
		float: right;
		line-height: 24px;
	}
	.btextbg .bntext{
		position: relative;
		right: auto;
		top: auto;
		font-size: 20px;
		line-height: 24px;
	}
	
	.bnav{
		font-size: 12px;
	}
	.bnav a{
		font-size: 12px;
	}
	.wapli{
		display: block;
		margin: 5px 0 0 0;
	}
	.wapli li{
		display: block;
		float: left;
		font-size: 12px;
		background: url("../images/tri_6.png") top 4px right no-repeat;
	}
	.wapli li:nth-child(1){
		width: 21%;
		margin: 0 1.5% 0 0;
	}
	.wapli li:nth-child(2){
		width: 12%;
		margin: 0 1.5% 0 0;
	}
	.wapli li:nth-child(3){
		width: 17%;
		margin: 0 1.5% 0 0;
	}
	.wapli li:nth-child(4){
		width: 22%;
		margin: 0 1.5% 0 0;
	}
	.wapli li:nth-child(5){
		width: 22%;
	}
	.waplul{
		position: relative;
	}
	.procate ul{
		line-height: 20px;
		margin: 10px 0 0 0;
		width: 100%;
		padding: 0 5%;
		float: left;
		display: none;
		position: absolute;
		left: -5%;
		top: 0;
		background: #f9f6f1;
		z-index: 999;
	}
	.procate ul li{
		display: none;
	}
	.procate ul a{
		float: none;
		margin: 0;
		font-size: 12px;
		font-weight: normal;
		line-height: 40px;
		border-bottom: 1px solid #ccc;
	}
	
	.sort{
		display: none;
		line-height: 30px;
		font-size: 12px;
		font-weight: normal;
	}
	.sort .left{
		width: 100%;
		font-size: 12px;
	}
	.sort .right{
		width: 100%;
		font-size: 12px;
	}
	.sort .right a{
		background: url("../images/tri_6.png") top 11px right no-repeat;
		margin: 0 0 0 10px;
		font-size: 12px;
		font-weight: normal;
	}
	.sort .right a.this{
		background: url("../images/tri_7.png") top 11px right no-repeat;
	}
	.listul li{
		padding: 5% 0;
	}
	.listul li .pic{
		width: 33%;
		margin: 0 0 0 0;
		border-radius: 5px;
	}
	.listul li .price{
		top: auto;
		bottom: 0;
	}
	.listul li .text{
		margin: 0 0 0 2%;
		width: 65%;
	}
	.listul li .text .title{
		font-size: 16px;
		line-height: 28px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.listul li .text .pt{
		font-size: 12px;
		float: left;
		line-height: 20px;
		padding: 0 0 0 20px;
		margin: 0 10px 0 0;
	}
	.listul li .text .pt1{
		width: 40%;
		padding: 0 0 0 10%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		margin: 0;
	}
	.listul li .text .pt2{
		width: 40%;
		padding: 0 0 0 10%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		margin: 0;
	}
	.listul li .text .pt4{
		display: none;
	}
	.listul li .price{
		width: 63%;
		font-size: 18px;
		font-weight: bold;
	}
	.listul li .price span{
		font-size: 12px;
		font-weight: normal;
	}
	.nnewsbg .news li{
		width: 100% !important;
		margin: 0 0 5% 0 !important;
	}
	
	.page{
		text-align: center;
	}
	.page a.total,
	.page a.nextpage1,
	.page a.lastpage1,
	.page a:last-child{
		display: none;
	}
	
	.newstext{
		padding: 3% 5%;
	}
	.newstext h2{
		font-size: 20px;
	}
	.newstext .info{
		padding: 0 0 15px 0;
		margin: 10px 0 15px 0;
	}
	.bnav{
		display: none;
	}
	.listdetail td{
		width: 100%;
		margin: 0;
	}
	
	#showbox>div img,
	#showbox{
		height: 276px !important;
		width: 370px !important;
	}
	
	.showpage{
		height: 0 !important;
		width: 370px !important;
	}
	#showsum{
		height: 80px !important;
		width: 332px !important;
	}
	#showsum>p{
		height: 80px !important;
	}
	#showsum{
		margin-top: 5px;
	}
	#showsum span img{
		border: 1px solid #fff;
	}
	#showsum span.sel img{
		border: 1px solid #c79395;
	}
	#showbox>div>span,
	#showbox>p{
		display: none !important;
	}
	.showpage a{
		height: 60px;
		line-height: 60px;
		top: -68px;
	}
	.listintro h1{
		font-size: 24px;
		font-weight: normal;
	}
	.listintro{
		line-height: 24px;
		font-size: 14px;
	}
	.listintro hr{
		margin: 10px 0;
	}
	.property li{
		width: 104px;
	}
	.property .ctitle{
		width: 95%;
		padding: 0 0 0 5%;
		font-size: 16px;
	}
	.property li p{
		line-height: 14px;
	}
	.map p{
		height: 400px;
	}
	.listings_ul li .pic img{
		height: 135px;
	}
	.startpage,
	.pripage,
	.nextpage1,
	.lastpage1{
		display: none;
	}
}
@media screen and (max-width: 375px) {
	.listings_ul li .pic img{
		height: 122px;
	}
	#showbox>div img,
	#showbox{
		height: 250px !important;
		width: 337px !important;
	}
	
	.showpage{
		height: 0 !important;
		width: 337px !important;
	}
	#showsum,
	#showsum>p{
		height: 65px !important;
		width: 332px !important;
	}
	.showpage a{
		height: 56px;
		line-height: 56px;
		top: -55px;
	}
	.property li{
		width: 92px;
	}
	.property li .icon{
		height: 50px;
		background-size: contain !important;
	}
	.property .ctitle{
		margin: 0 0 20px 0;
	}
	.map p{
		height: 350px;
	}
	.listul li .text .title {
		font-size: 14px;
		line-height: 20px;
	}
	.listings_ul li .text{
		padding: 6%;
	}
}
@media screen and (max-width: 360px) {
	.listings_ul li .pic img{
		height: 117px;
	}
	#showbox>div img,
	#showbox{
		height: 240px !important;
		width: 324px !important;
	}
	
	.showpage{
		height: 0 !important;
		width: 324px !important;
	}
	#showsum,
	#showsum>p{
		height: 60px !important;
		width: 286px !important;
	}
	.showpage a{
		height: 48px;
		line-height: 48px;
		top: -50px;
	}
	.property li{
		width: 88px;
	}
	.map p{
		height: 300px;
	}
}
@media screen and (max-width: 320px) {
	#showbox>div img,
	#showbox{
		height: 214px !important;
		width: 288px !important;
	}
	
	.showpage{
		height: 0 !important;
		width: 288px !important;
	}
	#showsum,
	#showsum>p{
		height: 54px !important;
		width: 250px !important;
	}
	.showpage a{
		height: 48px;
		line-height: 48px;
		top: -47px;
	}
	.property li{
		width: 76px;
	}
	.listul li .price{
		position: relative;
		margin-top: 0;
		float: right;
		right: auto;
	}
	.listul li .text .pt3{
		text-align: left;
		line-height: 12px;
	}
}




































