
.team_presence_box{
	width: 100%;
	padding-bottom: 57px;
}
.team_presence_content,.recruit_content{
	width: 1200px;
	margin: 0 auto;
	display: none;
}
.show{
	display: block;
}
.designer_team{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
}

.designer_team h3{
	height: 30px;
	font-size: 19px;
	color: #000;
	margin-bottom: 17px;
	color: #444;
}
.designer_team p{
	font-size: 12px;
	color: #959595;
	margin-bottom: 44px;
}

.designer_list li{
	float: left;
	width: 287px;
	margin-right: 17px;
	margin-bottom: 64px;
}
.designer_list{
	margin-right: -17px;
}
.designer_img{
	width: 100%;
	height: 340px;
	overflow:hidden;
}
.designer_img img{
	width: 100%;
	height: 100%;
	transform:scale(1);
	transition-duration: 0.5s;

}
.designer_info{
	width: 100%;
	text-align: left;
}
.designer_info h3{
	margin: 17px 0 8px 0;
}
.designer_list a:hover h3{color: #89c5c2;}
.designer_list a:hover img{transform:scale(1.2);}
.designer_info p{
	margin: 0;
	height: 25px;line-height: 25px;
	font-size: 15px;
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid #ccc;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.designer_info .info{
    display: none;
	padding-bottom: 0;
	border: none;
	margin: 0;
}

.recruit_content{
	text-align: center;
	padding-top: 50px;
}
.recruit_content h4{
	width: 84px;
	text-align: center;
	margin: 0 auto;
	border-bottom: 1px solid #cccccd;
	font-size: 19px;
	padding-bottom: 9px;
	margin-bottom: 7px;
	color: #444;
}
.recruit_content p{
	font-size: 12px;
	color: #737373;
	margin-bottom: 35px;
}
.profiles_box{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 70px 0;
	text-align: center;
	border: 1px solid #ccc;
	margin-bottom: 54px;
}
.profiles_box p{
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}
.search_box{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}
.search_icon{
	width: 24px;
	height: 45px;
	display: inline-block;
	background: url(../images/index/search_icon.png) no-repeat center center;
	position: absolute;
	left: 50px;
	top: 0px;
}
.search_inpt{
	margin:0 auto;
	width: 685px;
	padding-bottom: 27px;
	height: 47px;
	position: relative;
}
.search_inpt input{
	width: 550px;
	height: 45px;
	border: 1px solid #89c5c2;
	border-radius: 50px;
	font-size: 17px;
	padding-left: 63px;
}
.search_btn{
	display: inline-block;
	width: 146px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	color: #fff;
	background: #89c5c2;
	font-size: 18px;
	border-radius: 50px;
	position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.search_box p{
	font-size: 14px;
	color: #333;
	margin: 0;
	line-height: 27px;
}

.position_box{
	width: 100%;
	margin: 0 auto;
}
.position_list{
	width: 100%;
	margin-top: 45px;
}
.position_list li{
	width: 100%;
	border-bottom: 1px solid #8f8f8f;
	margin-bottom: 30px;
}
.position_list li h5{
	text-align: left;
	font-size: 18px;
	margin-bottom: 17px;
	color: #444;
}
.position_name{
	font-size: 18px;
	font-weight: bold;
}
.position_list li span{
	font-size: 17px;
	color: #444;
	display: inline-block;
	margin-bottom: 20px;
	font-family: NotoSansHansLight;
}
.open_box{
	cursor: pointer;
}
.open{
	width: 30px;
	height: 30px;
	background: url(../images/index/add.jpg) no-repeat center;
	margin-top: 10px;
}
.close{
	width: 30px;
	height: 30px;
	background: url(../images/index/min.jpg) no-repeat center;
	margin-top: 10px;
}
.position_info{
	width: 1150px;
	text-align: left;
	float: left;
	padding-top: 36px;
	padding-left: 50px;
	background: #eeeded;
	/*padding-bottom: 36px;*/
	border-top: 1px solid #8f8f8f;
	display: none;
}
.position_info div{
	margin-bottom: 36px;
}
.position_info h6{
	font-size: 17px;
	text-align: left;
	color: #444;
}
.position_info p{
	margin: 0;
	/*text-indent: 1em;*/
	padding-left: 8px;
	font-size: 16px;
	line-height: 27px;
}





























