@charset "utf-8";
/* CSS Document */
/*项目库选择类别及地图*/
.body_cont,.bott_body_cont{
	width:100%;
	margin:0px auto;
}
.about_us_wapper{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}
.about_us_banner{
	width:100%;
	background:#9DE577;
	text-align:center;
	overflow:hidden;
}
.about_us_banner img{
	border:none;
	width:auto;
	overflow:hidden;
}
/*下部内容*/
.abuot_us_cont{
	width:1100px;
	margin:0px auto 30px;
	overflow:hidden;
	clear:both;
	position:relative;
	top:-0px;
}
.abuot_us_cont_wrapper{
	width:100%;
}
/*自我介绍部分*/
.introduce_wrapper{
	margin:30px 0 60px 0;
}
.introduce_txt{
	line-height:25px;
	color:#666666;
	font-size:14px;
	font-family:"微软雅黑";
	width:616px;
	margin:15px auto;
	text-align:center;
}
.resume,.mailbox,.resume_employ{
	font-size:18px;
	color:#666666;
	font-family:"微软雅黑";
	font-weight:normal;
	text-align:center;
	margin:5px 0 0;
	line-height:25px;
}
.mailbox{
	color:#66cc66;
	font-size:16px;
	margin:0px auto;
}
.resume_employ{
	font-size:16px;
	margin:0px auto;
}
/*职位分类*/
.position_class_wrapper{
	margin:0px auto 0px;
	text-align:center;
}
.position_class_con{
	width:959px;
	margin:0px auto;
	overflow:hidden;
}
/*职位单击后样式*/
.position_class_con .on{
	background:#4fbe71;
	color:#fff;
}
.position_class{
	width:105px;
	height:60px;
	line-height:65px;
	border:1px solid #D3D3D3;
	border-right:none;
	position:relative;
	font-weight:bold;
	color:#666666;
	font-size:16px;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari 和 Chrome */
	-o-transition: all 0.2s; /* Opera */
	cursor:pointer;
	float:left;
}
.position_class_con .hover_on{
	background:#4fbe71;
	/*box-shadow:0px 0px 5px #4fbe71;*/
	color:#fff;
}
.last_position_class{
	border-right:1px solid #D3D3D3;
}
.position_class_con .on:before,.position_class_con .hover_on:before{
	content:".";
	width:10px;
	height:10px;
	position:absolute;
	bottom:-5px;
	left:47px;
	z-index:2;
	background:#f0f0f0;
	overflow:hidden;
	-ms-transform:rotate(45deg); 	/* IE */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg);   /*openra*/
}
.position_introduce_wrapper{
	width:958px;
	margin:20px auto 50px;
	overflow:hidden;
	display:none;
}
.position_introduce_cont{
	float:left;
	margin:30px 0px 0;
}
.even_position_introduce{
	margin:30px  0 0px 110px;
}
.position_introduce_cont dl{
	overflow:hidden;
	width:400px;
}
.position_introduce_cont dl dt{
	color:#000;
	font-size:18px;
	font-family:"微软雅黑";
	line-height:25px;
	margin:0;
}
.position_introduce_cont dl dd{
	font-size:14px;
	color:#666666;
	font-family:"微软雅黑";
	line-height:25px;
	width:100%;
}
.little_void,.big_void,.medium_void{
	height:10px;
	width:100%;
	clear:both;
}
.big_void{
	height:20px;
}
.medium_void{
	height:15px;
}










