.content {
	width: 100%;
	position: relative;
}

.content-table {
	max-width: 1320px;
	margin: 0 auto !important;
}

.img_top {
	width: 100%;
	position: relative;
}

.img_top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img_top .pc_banner {
	position: relative;
}
.img_top .mobile_banner {
	display: none;
	position: relative;
}
.img_top .contact_us_btn {
    padding: 10px 30px;
    display: inline-block;
	color: #fff;
    border: 1px solid #ccc;
    font-size: 24px;
    font-weight: 200;
    position: absolute;
    bottom: 26%;
    left: 50%;
	transform: translate(-50%);
    border-radius: 4px;
}
.img_top .contact_us_btn .btn_icon {
	width: 24px;
	height: 20px;
	display: inline-block;
	object-fit: cover;
	margin-left: 14px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../index/icon-more_w.png);
}
.tabs-left {
	position: relative;
	padding: 0 2.5%;
	border-right: 0.5px solid rgb(85, 85, 85, 0.4);
}

.tabs-left-tile {
	text-align: center;
	position: absolute;
	left: 50%;
	top: -100px;
	transform: translate(-50%, 50%);
	margin: 50px 0 20px 0;
}

.tabs-left-desc {
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 35px;
	margin: 50px 0;
	position: sticky;
	top: 100px;
}

.desc-one h5 {
	margin-bottom: 4%;
}

.desc-two {
	margin-top: 5%;
}

.tabs-right-desc {
	padding: 0 2.5%;
}

.job {
	position: relative;
	border-radius: 12px;
	padding: 2%;
	margin: 2% 0;
	line-height: 30px;
	transition: all .2s linear;
	border: 1px solid #efefef;
}

.job h4 {
	margin-bottom: 2%;
	color: #00AAAA;
}

.job:hover {
	z-index: 3;
	box-shadow: 0 16px 40px 0 hsla(0, 0%, 60%, .3);
}

.job-desc {
	text-indent: 30px;
	color: #555555;
}

.pay {
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #F59A23;
}

.job .to_boss {
	width: 100%;
	display: inline-block;
	text-align: right;
	cursor: pointer;
	color: #0aa;
}

.job .to_boss:hover {
	color: #F59A23;
}

@media (min-width: 1399px) {
	.img_top .contact_us_btn {
		padding: 10px 30px;
		font-size: 24px;
	}
	.img_top .contact_us_btn .btn_icon {
		width: 24px;
		height: 20px;
	}
}


@media screen and (max-width: 1280px) {
	.img_top .contact_us_btn {
		padding: 10px 24px;
		font-size: 18px;
		bottom: 24%;
	}
	.img_top .contact_us_btn .btn_icon {
		width: 18px;
		height: 16px;
	}
	.tabs-left {
		border: unset;
	}

	.tabs-left-desc {
		position: relative;
		top: 0;
	}

	.job_box {
		max-height: none;
	}

	.tabs-left-tile {
		/* margin: 20px 0; */
	}
}

@media screen and (max-width: 768px) {
	.img_top .pc_banner {
		display: none;
	}
	.img_top .contact_us_btn .btn_icon {
		margin-left: 10px;
	}
	.img_top .mobile_banner {
		display: block;
	}
	.content {
		padding: 0 5% 3% 5%;
	}

	.job_box {
		max-height: 1000px;
		overflow-y: auto;
	}

	.tabs-left-desc {
		position: relative;
	}

	.tabs-left {
		border: unset;
	}

	.tabs-left-tile {
		/* margin: 20px 0; */
	}
}

@media (max-width: 567px) {
	.img_top .contact_us_btn {
		padding: 6px 24px;
		font-size: 14px;
	}
	.img_top .contact_us_btn .btn_icon {
		width: 14px;
		height: 11px;
	}
}