.tiJiao{
	height: 505px;
	background: #FFF;
	border-radius: 5px;
	position: relative;
	font-family: "微软雅黑";
}
.company_logo{
	width: 122px;
	height: 122px;
	background: #fff;
	border: 1px solid #DCDCDC;
	border-radius: 60px;
	position: absolute;
	top: -60px;
	left: 175px;
}
.company_logo img{
	width: 80%;
	height: 80%;
	border-radius: 60px;
	border-style:none ;
	display: inline-block;
	padding: 10%;
}
.uers_infor{
	width: 378px;
	height: 390px;
	margin-top: 85px;
	float: left;
	margin-left: 10%;
}
.uers_infor sub{
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
	display: inline-block;
}
.uers_infor sup{
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
	color: #999999;
}
.uers_infor sup a{
	color: #FF6C6C;
}
.uers_infor li{
	width: 100%;
	height: 38px;
	margin-bottom: 15px;
}
.uers_infor li span{
	width: 75px;
	line-height: 38px;
	font-size: 14px;
	color: #666666;
	position: relative;
}
.uers_infor li input{
	width: 300px;
	height: 38px;
	border: 1px solid #DCDCDC;
	float: right;
	text-indent: 1em;
}
.uers_infor li em{
	position: absolute;
	right: 30px;
	top: 14px;
}
.fenLei_company{
	width: 300px;
	height: 38px;
	float: right;
	border: 1px solid #DCDCDC;
	text-indent: 1em;	
	line-height: 38px;
}
.refer{
	background: #fe7e00;
	color: #fff;
}
.refer:hover{
	background: #EA7100;
	color: #fff;
	cursor: pointer;
}