/*加入我们*/
.aboutus-header{
	width: 100%;
	height:700px;
	background: url('../images/addus/aboutUs.png') no-repeat center center;
	background-size: cover;
}
.aboutus-header1{
	width: 100%;
	height:700px;
	background: url('../images/addus/banner07.png') no-repeat center center;
	background-size: cover;
}


.contact_item>div{
	padding-left: 20px;
}




.contact_item{
	display: flex;
}


.addus-con{
	position: relative;
	width: 68%;
	margin: 100px auto;
	padding-top: 65px;
	-webkit-border-radius: 30px;
	-moz-border-radius:30px;
	border-radius: 30px;
	border: 1px solid #e57f23
}
.addus-title{
	width: 150px;
	position: absolute;
	top: -25px;
	font-size: 30px;
	background: #fff;
	left: 50%;
	color: #e57f23;
	font-weight:bold;
	text-align: center;
	margin-left: -75px;
}
.addus-recruit{
	text-align: center;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.addus-recruit-item{
	display: inline-block;
	position: relative;
	min-height: 620px;
	text-align: left;
	border-radius: 20px;
	border: 2px solid #e57f23;
	vertical-align: middle;
	margin-bottom: 50px;
}
.a-r-title{
	height: 100px;
	background: #e57f23;
	text-align: center;
	padding-top: 65px;
	border-radius: 17px 17px 0 0;
}
.title-image{
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	top: -50px;
	left: 50%;
	margin-left: -50px;
	background: #fff url('../images/addus/addus-user.png') no-repeat center 2px;
	border: 2px solid #e57f23;
}
.a-r-title p{
	font-size: 16px;
	color: #fff;
}

.a-r-request p{
	position: relative;
	text-align: center;
	padding: 15px 0;
	font-size: 16px;
	color: #e57f23;
	font-weight:bold;
	margin-bottom: 0;
}
.a-r-request p::before{
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 2px;
	background: #e57f23;
	left: 120px;
	top: 25px;
}
.a-r-request p::after{
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 2px;
	background: #e57f23;
	right: 120px;
	top: 25px;
}
.a-r-request ol{
	padding: 0px 30px;
}
.addus-email{
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top: 60px;
	padding-bottom: 100px;
}
.email-con{
	position: absolute;
	width: 100%;
	top: 50px;
}
.email-con p{
	margin-bottom: 0;
	color: #e57f23;
}
.email-con p:first-child{
	font-size: 14px;
}
.email-con p:last-child{
	font-size: 18px;
	font-weight:bold;
}
@media screen and (max-width: 992px) {

}