/*conts begin*/
body{
	background: white;
}
/*city chosse begin*/
.adrs{
	clear: left;
	margin: 120px auto 0 auto;
	width: 1230px;
	border:4px solid #E60012;
	padding:40px 36px 50px 36px;
	background: url(../images/citybg.jpg) no-repeat right bottom;
}
.adrinfo{
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 38px;
	position: relative;
}
.adrinfo b{
	font-size: 20px;
}
.adrinfo span{
	font-size: 14px;
	color: #666;
	padding-left: 30px;
}
.adrinfo a{
	background: none;
	border: 1px solid #009688;
	color: #009688;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: -5px;
	padding-left:30px ;
	padding-right:30px ;
}
.adrinfo a:hover{
	opacity: 1;
	background: #009688;
}
.choose{
	width: 730px;
	padding:30px 0;
	border-bottom: 1px solid #d2d2d2;
}
.choose .hot,.areacity li{
	font-size: 14px;	
}
.choose .hot a,.areacity li a{
	font-size: 14px;
	margin-left: 35px;
}
.choose .chos{
	margin-top: 30px;
	font-size: 14px;
}
.choose .chos b{
	display: inline-block;
	float: left;
	line-height: 40px;
}
.choose .city{
	display: inline-block;
	padding-left: 35px;	
}
.choose .city .layui-input-inline{
	width: 140px;
	margin-right: 20px;
}
.choose .layui-form-select dl dd.layui-this{
	background: #E60012;
}
.choose .city_btn{
	background: #E60012;
	width: 100px;
}
.areacity,.areacity ul{
	overflow: hidden;
	width: 100%;
}
.areacity li{
	float: left;
	width: 50%;
	display: block;
	padding-top: 35px;
}
/*city chosse end*/

/*title begin*/
.intitle{
	width: 1230px;
	margin: 40px auto 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
}
.intitle .left{
	float: left;
}
.intitle .left b{
	font-size: 20px;
}
.intitle .left span{
	font-size: 14px;
	margin-left: 20px;
}
.intitle .left span strong{
	color: #E60012;
	margin: 0 5px;
}
.intitle .right{
	float: right;
	padding-top: 4px;
}
.intitle .right a{
	font-size: 14px;
	margin-left: 20px;
}
/*title end*/

/*case begin*/
.case{
	width: 1230px;
	margin: 20px auto 0 auto;	
}
.case ul{
	display: block;
	width: 100%;
	overflow: hidden;
	height: 508px;
	position: relative;
}
.case ul li{
	width:350px;
	display: block;
	height: 244px;
	background: #d2d2d2;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.case ul li:nth-child(2){
	width: 490px;
	height: 508px;
	left: 370px;
}
.case ul li:nth-child(3){
	left: 880px;
}
.case ul li:nth-child(4){
	top: 264px;
}
.case ul li:nth-child(5){
	top: 264px;
	left: 880px;
}
.case li .pic{
	width: 100%;
	overflow: hidden;	
}
.case li .pic img{
	max-width: 100%;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.case li .txt{
	background: #000;
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);  
	background: -ms-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: white;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.case li .txt span{
	margin: 0 10px;
	font-size: 14px;
}

.case .case_des{
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	width: 100%;
	height: 100%;
	padding: 20px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.case li:hover .pic img{
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
}
.case li:hover .txt{
	bottom: 100%;
}
.case li:hover .case_des{
	top: 0;
}
.case .case_des:before{
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background: rgba(255,255,255,0.3);
	right: 32px;
	top: 32px;
}
.case .case_des:after{
	position: absolute;
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	background: rgba(255,255,255,0.3);
	right: 25px;
	top: 39px;
}
.case .case_des .des_pic{
	overflow: hidden;
	width: 100%;
}
.case .case_des .des_pic a{
	width: 80px;
	height: 80px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	overflow: hidden;
	border:2px solid white;
	display: block;
	float: left;
}
.case .case_des .des_pic a img {
	max-width: 100%;
}
.case .case_des .des_pic .case_title{
	color: white;
	font-size: 20px;
	padding: 10px 0 0 20px;
	float: left;
}
.case .case_des .des_pic .des_name{
	font-size: 14px;
	display: block;
	margin-top: 6px;
}
.case .case_des .des_case_msg p{
	color: #999;
	font-size: 14px;
	clear: left;
	padding-top: 10px;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.case .case_des .des_case_msg span{
	display: inline-block;
	font-size: 16px;
	color: #fde125;
	padding-top: 6px;
	margin-right: 10px;
}
.case .case_des .des_case_btn{
	margin-top: 10px;
	display: table;
	text-align: center;
	width: 100%;
}
.case .case_des .des_case_btn a{
	font-size: 14px;
	color: white;
	width: 120px;
	margin: 0 10px;
}
.case .case_des .des_case_btn .more{
	background: none;
	border: 1px solid white;
}
.case .case_des .des_case_btn .online{
	background: #E60012;
}
.case ul li:nth-child(2) .pic img{
	min-height: 100%;
	max-height: 100%;
	max-width:none;
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	left: 50%;
	top: 0;
}
.case ul li:nth-child(2) .case_des{
	padding: 80px;
}
.case ul li:nth-child(2) .des_case_btn{
	margin-top: 40px;
}
.case ul li:nth-child(2) .des_case_btn a{

}
/*case end*/

/*price begin*/
.price{
	width: 1230px;
	margin: 20px auto 0 auto;
	display: -webkit-flex;
}
.silderleft{
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	height: 222px;
}
.silderleft .layui-form-item{
	margin-bottom: 20px;
}
.silderleft .layui-form-label{
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	font-weight: bold;
}
.silderleft .layui-input-block{
	margin-left: 0;
	font-size: 14px;
	position: relative;
}
.silderleft .layui-input-block span{
	position: absolute;
	left: 190px;
	top: 8px;
}
.silderleft input[name=area],.silderleft input[name=name]{
	width: 140px;
	float: left;
}
.silderleft input[name=estate]{
	width: 460px;
	float: left;
	margin-left: 20px;
}
.silderleft .ws,.silderleft .kt,.silderleft .cf,.silderleft .wsj,.silderleft .yt{
	width: 140px;
	float: left;
	margin-right: 20px;
}
.silderleft .yt{
	margin-right: 0;
}
.silderright{
	width: 350px;
	height: 222px;
	margin-left: 20px;
}
.silderright img{
	display: block;
}
.silderleft input[name=tel]{
	width: 300px;
	float: left;
	margin-left: 20px;
}
.silderleft .freeprice{
	background: #E60012;
	margin-left: 20px;
}
.silderleft .layui-form-select dl dd.layui-this{
	background: #E60012;
}
.silderleft .layui-form-radio>i:hover, .layui-form-radioed>i{
	color: #E60012;
}
/*price end*/

/*designer begin*/
.teamlist{
	width: 100%;
	padding:20px 0 0 0;
	overflow: hidden;
}
.teamlist ul{
	display: block;
	width: 1230px;
	margin: 0 auto;
}
.teamlist ul li{
	width: 296px;
	float: left;
	display: block;
	margin-right: 15px;
	background: white;
	overflow: hidden;
}
.teamlist ul li:nth-child(4n){
	margin-right: 0;
}
.teamlist ul li .pic{
	width: 100%;
	height: 318px;
	overflow: hidden;
}
.teamlist ul li .pic img{
	max-width: 100%;
	transition: all 0.2s ease-in;
}
.teamlist ul li .txt{
	padding: 10px;
	position: relative;
}
.teamlist ul li .txt h4{
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 10px;
}
.teamlist ul li .txt h4 span{
	float: right;
	font-size: 14px;
	color: #666;
	margin-top: 4px;
}
.teamlist ul li .txt p{
	font-size: 14px;
	display: block;
}
.teamlist ul li .txt a.online{
	display: block;
	width: 100%;
	height: 36px;
	background: white;
	line-height: 36px;
	text-align: center;
	color: #000;
	border-radius: 2px;
	border: 1px solid #ccc;
	margin-top: 16px;
	font-size: 14px;
}
.teamlist ul li .txt h5{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: white;
	top:-40px;
	font-size: 30px;
	text-align: center;
	padding-top: 14px;
	line-height: 24px;
}
.teamlist ul li .txt h5 span{
	font-size: 16px;
	display: block;
	color: #666;
}
.teamlist ul li:hover{
	box-shadow: 0 0 40px #ccc;
}
.teamlist ul li:hover .pic img{
	transform: scale(1.05);
}
.teamlist ul li:hover  a.online{
	background: #009688;
	border: 1px solid #009688;
	color: white;
}
/*designer end*/

/*news begin*/
.news{
	width: 1230px;
	margin: 20px auto 40px auto;
}
.news ul{
	overflow: hidden;
	width: 100%;
	display: block;
}
.news li{
	width: 605px;
	float: left;
	display: block;
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 20px;
}
.news li:nth-child(odd){
	margin-right: 20px;
}
.news li .newsleft{
	width: 260px;
	float: left;
}
.news li .newsleft .pic{
	display: block;
	width: 260px;
	height: 180px;
	overflow: hidden;
}
.news li .newsleft img{
	max-width: 100%;
}
.news li .newsleft .title{
	display: block;
	margin: 10px 0;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
}
.news li .newsleft p{
	font-size: 12px;
	color: #666;
	display: block;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.news li .newsleft:hover a{
	color: #E60012;
}
.news li .newsright{
	width: 305px;
	float: left;
	padding-left: 20px;
}
.news li .newsright a{
	display: block;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 20px;
}
.news li .newsright a:last-child{
	margin-bottom: 0;
}
/*news end*/

/*footer begin*/
.groupadvbg{
	width: 100%;
	background: url(../images/groupadvbg.jpg) repeat left top;
	padding: 100px 0;
}
.groupadvbg img{
	display: block;
	margin: 0 auto;
}
/*footer end*/