.team_box{
	width:144px ;
}
.j_zt{
	margin-top: 50px;
}
/*滨海 幸福里*/
.j_bh{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #666666;
	color:#363636;
	font-size: 18px;
	letter-spacing: 3px;
	position: relative;
	line-height: 35px;
}
.j_bh span{
	position: absolute;
	width: 122px;
	height: 3px;
	background-color: red;
	left:0;
	bottom:-1px
}
.j_timer{
	width: 100%;
	height: auto;
	display: flex;
	margin-top: 12px;
}
.j_timer p{
	margin-left: 20px;
}
.j_timer p:first-child{
	margin-left: 0;
}
.j_center-img{
	margin-top: 40px;
}

/*设计师介绍*/
.j_sjs-present{
	width: 100%;
	height: 320px;
	background-color: #111111;
	display: flex;
	padding-left: 104px;
	padding-top: 40px;
	margin-top: 40px;
}
.present_left{
	position: relative;
	top:15px;
	width: 220px;
	height: 220px;
	background-color: #D8D8D8;
	border-radius: 100%;
}
.person{
	position: absolute;
	top:-28px;
	left:15px;
}
.name{
	position: absolute;
	bottom:0;
}
.present_right{
	display: flex;
	margin-left: 20px;
}
.present_right p{
	color:#fff;
}
.present_right>P{
	font-size: 15px;
	margin-left: 10px;
}
.person_right_box{
	margin-left: 30px;
}
.person_right_box p{
	margin-top: 7px;
	letter-spacing: 2px;
}
.person_right_box p:first-child{
	margin-top: 0;
}
.person_right_box-success{
	color:#fff;
	margin-top: 20px;
	letter-spacing: 2px;
}
.j_fa{
	width: 100%;
	height: 500px;
	background: url(../img/images/ji_03.jpg) no-repeat;
	background-color: #fff;
	position: relative;
	padding:0 66px ;
	margin-top: 40px;
}
.j_fa-hx{
	width: 100%;
	height: auto;
	display: flex;
}
.j_fa-hx-left p{
	font-size: 17px;
	position: relative;
	color:#867762;
	letter-spacing: 2px;
	padding-left:20px;
	margin-bottom: 20px;
}
.j_fa-hx-left p span{
	position: absolute;
	width: 2px;
	height: 25px;
	background-color: red;
	left:0;
	top:3px;
}
.j_fa-hx-right{
	margin-left: 25px;
}
.j-hux{
	display: flex;
	margin-top: 50px;
}
.j_hux-left h2{
	font-size: 20px;
	color:#000;
	font-weight: 600;
}
.j_hux-left h5{
	font-size: 20px;
	color:#000;
	margin-top:8px;
}
.j_hux-right{
	margin-left: 50px;
}
.j_hux-right p{
	font-size: 14px;
	margin-top: 10px;
	color:#000;
	line-height: 23px;
	letter-spacing: 2px;
}
.j_hux-right p:first-child{
	margin-top: 0;
}
/*主体底部图片*/
.j_bottom{
	width: 100%;
	height: auto;
	display: flex;
	margin-top: 54px;
	padding: 0;
}
.j_bottom-left{
	margin-right: 6px;
}
.j_bottom-left img{
	width: 100%;
	height: 100%;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.j_bottom-left div:hover img{
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.j_bottom-left-bottom{
	width: 581px;
	height: 290px;
	overflow: hidden;
}
.j_bottom-left-top{
	margin-bottom: 6px;
	width: 581px;
	height: 290px;
	overflow: hidden;
}
.j_bottom-right ul li{
	margin: 0;
	height: auto;
	border: 0;
	margin-top: 6px;
	width: 293px;
	height: 191px;
	overflow: hidden;
}
.j_bottom-right ul li:hover img{
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.j_bottom-right ul li img{
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.j_bottom-right ul li:first-child{
	margin-top: 0;
}
