
* 人才招聘 */
.zhaopin{
	width: 100%;
	float: left;
	padding-top: 30px;
}
.zhaopin .item{
	width: 100%;
	float: left;
	margin-top: 20px;
	box-shadow: #e5e5e5 0px 0px 5px 3px;
}
.zhaopin .item h3{
	width: calc(100% - 15px);
	height: 50px;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 15px;
	font-size: 16px;
	line-height: 50px;
	position: relative;
	cursor: pointer;
}
.zhaopin .item h3::after{
	content: "\e62f";
	font-family: "iconfont";
	color: #848484;
	position: absolute;
	right: 30px;
	font-size: 26px;
}
.zhaopin .item.active h3{
	color: #f47a0d;
}
.zhaopin .item.active h3::after{
	color: #f47a0d;
	transform: rotate(90deg);
}
.zhaopin .item p{
	width: calc(100% - 40px);
	line-height: 29px;
	float: left;
	color: #333;
	font-size: 14px;
	padding: 22px 20px;
	display: none;
}

.address{
	width: 1015px;
	float: left;
	height: 66px;
	margin-top: 45px;
	padding-left: 185px;
}
.address .item-1{
	width: 525px;
	height: 66px;
	float: left;
	position: relative;
}
.address .item-1::before{
	content: "\e676";
	font-family: "iconfont";
	color: #f47a0d;
	font-size: 50px;
	line-height: 66px;
}
.address .item-1 .txt-1{
	width: 440px;
	height: 34px;
	position: absolute;
	left: 62px;
	top: 0;
	line-height: 34px;
	color: #333;
	font-size: 20px;
}
.address .item-1 .txt-2{
	width: 440px;
	height: 32px;
	position: absolute;
	left: 62px;
	top: 34px;
	line-height: 32px;
	color: #666;
	font-size: 16px;
}

.address .item-2{
	width: 490px;
	height: 66px;
	float: left;
	position: relative;
}
.address .item-2::before{
	content: "\e61b";
	font-family: "iconfont";
	color: #f47a0d;
	font-size: 50px;
	line-height: 66px;
}
.address .item-2 .txt-1{
	width: 425px;
	height: 34px;
	position: absolute;
	left: 62px;
	top: 0;
	line-height: 34px;
	color: #333;
	font-size: 20px;
}
.address .item-2 .txt-2{
	width: 425px;
	height: 32px;
	position: absolute;
	left: 62px;
	top: 34px;
	line-height: 32px;
	color: #666;
	font-size: 16px;
}

.content-1{
	width: 1200px;
	height: 500px;
	float: left;
	background-color: #f7f7f7;
	margin: 30px 0;
}
/* 合作 */
.hezuo-1{
	width: 100%;
	float: left;
	line-height: 50px;
	color: #f3981e;
	font-size: 36px;
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
}
.hezuo-2{
	width: 100%;
	height: 83px;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	line-height: 83px;
	color: #333;
	font-size: 16px;
}
.hezuo-3{
	width: 100%;
	height: 55px;
	float: left;
	margin-top: 30px;
}
.hezuo-3 .item{
	width: 380px;
	float: left;
	background-color: #f5f5f5;
	height: 55px;
	margin-right: 30px;
}
.hezuo-3 .item .txt-1{
	width: 130px;
	height: 55px;
	float: left;
	text-align: center;
	color: #666;
	font-size: 16px;	
	line-height: 55px;
}
.hezuo-3 .item .input-1{
	width: 220px;
	height: 55px;
	float: left;
	padding: 0 15px;
	line-height: 55px;
	color: #666;
	overflow: hidden;
	border: 0;
	background: none;
	font-weight: normal;
}
.hezuo-3 .item:nth-child(3n){margin-right: 0;}
.hezuo-4{
	width: 100%;
	height: 150px;
	float: left;
	margin-top: 30px;
}
.hezuo-4 .input-2{
	width: 1170px;
	height: 120px;
	float: left;
	padding:15px;
	line-height: 32px;
	color: #666;
	overflow: hidden;
	border: 0;
	background: #f5f5f5;
	font-weight: normal;
	font-size: 16px;
}
.hezuo-5{
	width: 1200px;
	height: 54px;
	float: left;
	line-height: 54px;
	margin: 40px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.hezuo-5 .input-3{
	width: 200px;
	height: 54px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #f3981e;
	border: 0;
}