.topbox .banner1 img {
	height: 500px;
	margin: 0 auto;
	display: block;
}

.bq {
	width: 305px;
	height: 85px;
	border-radius: 4px 4px 0px 0px;
	color: white;
	font-size: 30px;
	box-sizing: border-box;
	padding-left: 30px;
	line-height: 87px;
	position: absolute;
	left: 0;
	top: 420px;
}


/*内容*/

.content {
	width: 100%;
	overflow: hidden;
}


/*内容左*/

.content .content_left {
	width: 305px;
	margin-top: 12px;
}

.content .content_left .box {
	width: 245px;
	border-bottom: 1px solid #E5E5E5;
	color: #333333;
	line-height: 53px;
	font-size: 20px;
	overflow: hidden;
}

.content .content_left .box .sortname {
	box-sizing: border-box;
	padding-left: 34px;
	font-size: 20px;
	position: relative;
	cursor: pointer;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.content .content_left .box .sortname::before {
	content: "";
	border-left: 7px solid;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-left-color: #777777;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 13px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.content .content_left .box .sortname1 {
	box-sizing: border-box;
	padding-left: 34px;
	font-size: 20px;
	position: relative;
	cursor: pointer;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.content .content_left .box .sortname1::before {
	content: "";
	border-left: 7px solid;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-left-color: #519032;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 13px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.content .content_left .active {
	color: #519032;
	border-bottom: 1px solid #519032;
}

.content .content_left .active::before {
	border-left-color: #519032 !important;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-moz-transform: rotate(90deg);
	/* Firefox */
	-webkit-transform: rotate(90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(90deg);
	/*Opera*/
}

.content .content_left .active .box {
	border-bottom: 1px solid #519032 !important;
}

.content .content_left .box:hover {
	color: #519032;
	border-bottom: 1px solid #519032;
}

.content .content_left .box:hover .sortname::before {
	border-left-color: #519032;
}

.content .content_left .pull {
	width: 245px;
	display: none;
}

.content .content_left .pull .xl {
	overflow: hidden;
	line-height: 43px;
	box-sizing: border-box;
	padding-left: 21px;
}

.content .content_left .pull .xl .lb {
	color: #333333;
	font-size: 16px;
	margin-left: 15px;
	position: relative;
}

.content .content_left .pull .xl .lb:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #777777;
	position: absolute;
	top: 50%;
	left: -21px;
	margin-top: -2px;
}

.content .content_left .pull .xl a:hover .lb {
	color: #519032;
}

.content .content_left .pull .xl a:hover .lb::before {
	background: #519032;
}


/*内容右*/

.content .content_right {
	width: 895px;
	height: 100%;
	border-left: 1px solid #E5E5E5;
	box-sizing: border-box;
	padding-left: 57px;
	padding-bottom: 76px;
}


/*导航*/

.content .content_right .dh {
	height: 79px;
	border-bottom: 1px solid #CFCFCF;
	overflow: hidden;
	line-height: 79px;
}

.content .content_right .dh .dh_left {
	width: 37%;
	color: #333333;
	font-size: 24px;
	padding-left: 21px;
	position: relative;
}

.content .content_right .dh .dh_left::before {
	content: "";
	width: 5px;
	height: 20px;
	background: rgba(247, 160, 65, 1);
	border-radius: 1px;
	position: absolute;
	left: 0;
	top: 31px;
}

.content .content_right .dh .dh_right {
	width: 60%;
	color: #999999;
	font-size: 18px;
	padding-top: 21px;
	line-height: 58px;
}

.content .content_right .dh .dh_right p {
	color: #999999;
}

.content .content_right .dh .dh_right .dj {
	color: #333333;
}


/*招聘*/

.content .content_right .zp_list {
	width: 103%;
	margin-top: 11px;
	display: flex;
	flex-wrap: wrap;
}

.content .content_right .zp_list .main {
	width: 253px;
	height: 263px;
	background: #f5faf2;
	box-shadow: 0px 2px 10px 0px rgba(188, 188, 188, 0.31);
	margin: 33px 23px 0 9px;
}

.content .content_right .zp_list .main p {
	color: #515151;
	font-size: 20px;
	line-height: 169px;
}

.content .content_right .zp_list .main button {
	width: 122px;
	height: 43px;
	border-radius: 5px;
	color: white;
	font-size: 18px;
	border: none;
	cursor: pointer;
	background: #519032;
}
.content .content_right .zp_list .main:hover button{
	background: #38721c;
}

/*分页*/

.content .content_right .fy {
	margin-top: 86px;
	color: #666666;
	font-size: 14px;
}

.content .content_right .fy button {
	height: 23px;
	border: 1px solid rgba(212, 212, 212, 1);
	border-radius: 2px;
	padding: 0 7px 0 9px;
}

.content .content_right .fy .btn {
	background: #519032;
	border: 1px solid #519032;
	color: white;
}