.subnav-bg{
	width: 100%;
	background-color: #080F40;
	height: 65px;
	color: #fff;
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 999;
}
.subnav{
	width: 1364px;
	margin: 0 auto;
}
.subnav ul{
	display: flex;
}
.subnav ul li{
	width: 146px;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #272B60;
	margin-right: 40px;
}
.subnav ul li.active{
	background-color: #BBD4EF;
	color: #272B60;
}
.subnav ul li:hover{
	background-color: #BBD4EF;
	color: #272B60;
}
@media (max-width: 1450px) {
	.subnav{
		width: 90%;
	}
}


/* 招聘 */
.recruitment {
	margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 80px;
	width: 1200px;
	margin-bottom: 100px;
}
.commonweb {
    padding: 0px 40px;
}
.recruit-style {
    font-size: 16px;
    padding: 20px 40px 20px 40px;
	position: relative;
	margin-bottom: 30px;
	background: #f2f2f2;
	color: #4c4c4c;
}
.recruit-style .recruit-type{
	left: 44px;
	top: 18px;
}
.recruit-style a{
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	color: #4c4c4c;
	position: relative;
	color: #080F40;
	margin: 0 10px;
	background-color: #fff;
}
.hsh_zp{
	border-top: 1px solid #e8e8e8;
	margin-bottom: 60px;
}
.hsh_zp li{
	border-bottom: 1px solid #e8e8e8;
}
.hsh_zp li h3{
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	color: #4c4c4c;
	padding: 0 28px 0 40px;
	cursor: pointer;
	position: relative;
	font-weight: normal;
	transition: all .5s;
}
.hsh_zp li h3:after{
	transform: translateY(-50%) rotate(135deg);
	width: 8px;
	height: 8px;
	border-right: 2px solid #bfbfbf;
	border-top: 2px solid #bfbfbf;
	border-left: 0;
	border-bottom: 0;
	content: "";
	position: absolute;
	top: 45%;
	right: 40px;
	transition: all .5s;
}
.hsh_zp li:hover h3{
	background-color: #080F40;
	color: #fff;
}
.hsh_zp li:hover h3:after{
	border-right: 2px solid #BBD4EF;
	border-top: 2px solid #BBD4EF;
	transform: translateY(0%) rotate(-45deg);
}
.hsh_zp li.active h3{
	background-color: #080F40;
	color: #fff;
}
.hsh_zp li.active h3:after{
	border-right: 2px solid #BBD4EF;
	border-top: 2px solid #BBD4EF;
	transform: translateY(0%) rotate(-45deg);
}
.zhaoptext{
	background-color: #f2f2f2;
	padding: 40px;
	transition: all .5s;
	overflow: hidden;
	display: none;
}
.hsh_zp li.active .zhaoptext{
	
}
.zhaoptext .recrequest{
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.zhaoptext .recrequest .info{
	display: flex;
	flex-wrap: wrap;
}
.zhaoptext .recrequest .info p{
	width: 25%;
	margin-bottom: 20px;
	color: #888888;
	font-size: 14px;
}
.zhaopincon .zhaopincon-ul .item{
	display: flex;
	margin-bottom: 40px;
}
.zhaopincon .zhaopincon-ul .item .title{
	width: 86px;
	color: #666;
	font-size: 14px;
	line-height: 28px;
} 
.zhaopincon .zhaopincon-ul .item .neirong{
	width: calc(100% - 86px);
	color: #999;
	font-size: 14px;
	line-height: 28px;
} 
.mali{
	font-size: 16px;
	color: #080F40;
}
.recruit-style a.active{
	color: #fff;
	background-color: #080F40;
}
@media (max-width: 1300px) {
	.recruitment{
		width: 90%;
		box-sizing: border-box;
	}
	.commonweb{
		padding: 0;
	}
	.recruit-style .recruit-type{
		display: block;
		width: 100%;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.recruit-style a{
		font-size: 14px;
		width: 45%;
		margin: 0;
		text-align: center;
		background-color: #fff;
		line-height: 40px;
		height: 40px;
		margin: 10px 2%;
		padding: 0;
	}
	.recruit-style{
		padding: 30px 20px 30px 20px;
	}
	.zhaoptext{
		padding: 20px;
	}
	.zhaoptext .recrequest .info p{
		width: 50%;
		font-size: 12px;
	}
	.hsh_zp li h3{
		padding: 0 16px 0 16px;
	}
	.zhaopincon .zhaopincon-ul .item{
		flex-wrap: wrap;
	}
	.zhaopincon .zhaopincon-ul .item .title{
		width: 100%;
		margin-bottom: 20px;
	}
	.zhaopincon .zhaopincon-ul .item .neirong{
		width: 100%;
	}
}