.banner {
	width: 100%;
	height: 6.6rem;
	margin-top: .64rem;
	background-image: url(../images/joinus/banner-joinus.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner .title {
	font-size: .6rem;
	text-align: center;
	color: rgba(255, 255, 255, .8);
}

.banner .title::after {
	content: '';
	width: .50rem;
	height: .05rem;
	border-radius: .02rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: calc(50% + .5rem);
	transform: translateX(-50%) translateY(-50%);
}

.banner .en {
	color: rgba(255, 255, 255, .16);
	font-size: 1.00rem;
	font-family: 'Roboto-Bold';
	text-align: center;
	position: absolute;
	left: 50%;
	top: calc(50% - .3rem);
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}

.section {
	max-width: calc(12.00rem + 12%);
	padding: 1.70rem 6% 1.00rem;
	position: relative;
	margin: 0 auto;
	font-size: .16rem;
}

.section h2 {
	font-size: .40rem;
	line-height: 2.00rem;
}

.jobs {
	width: 100%;
	margin: 0 0 .60rem;
}

.jobs .tr {
	border-bottom: .01rem solid #e5e5e5;
	cursor: pointer;
	overflow: hidden;
}

.jobs .td {
	display: inline-block;
	line-height: .55rem;
	float: left;
	transition: all .3s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.jobs .tr .td:nth-child(1) {
	width: calc(60% - .55rem);
	color: #335ad4;
	padding: 0 0 0 .20rem;
}

.jobs .tr .td:nth-child(2) {
	width: 20%;
	text-align: center;
}

.jobs .tr .td:nth-child(3) {
	width: 20%;
	text-align: center;
}

.jobs .tr .btn {
	width: .55rem;
	text-align: center;
	transition: all .3s ease;
	position: relative;
	opacity: hidden;
}

.jobs .tr .btn::after {
	content: '>';
	color: #a7a7a7;
	transform: scaleY(1.8) scaleX(.8);
	font-style: normal;
	display: inline-block;
}

.jobs .thead {
	width: 100%;
	background: url(https://cdn.001.bailian-ai.com/web2/images/joinus/thead.png) no-repeat;
	box-shadow: 0 .08rem .20rem rgba(46, 81, 189, .3);
	border-radius: 10px;
	cursor: default;
	overflow: hidden;
}

.jobs .thead:hover .td {
	background: none !important;
}

.jobs .thead .td {
	color: #fff !important;
}

.jobs .tr .detail {
	display: none;
}

.jobs .tr.active {
	border: .01rem solid #e5e5e5;
	border-top: 0;
}

.jobs .tr:hover .td {
	background: #f5faff;
}

.jobs .tr.active {
	background: url(https://cdn.001.bailian-ai.com/web2/images/joinus/tr.jpg) left top no-repeat;
	background-size: 100% .55rem;
}

.jobs .tr.active .btn {
	transform: rotate(90deg);
}

.jobs .detail {
	width: 100%;
	padding: 0 .20rem .20rem;
	float: left;
	line-height: .40rem;
}

.jobs .detail .title {
	font-weight: bold;
	margin: .40rem 0 .10rem;
	position: relative;
}

.jobs .detail .title::after {
	content: '';
	width: .20rem;
	height: .03rem;
	background: #335ad4;
	position: absolute;
	bottom: -.04rem;
	left: 0;
}

.jobs .detail a {
	color: #484949;
	margin-left: .20rem;
}

@media (max-width:900px) {
	.section {
		max-width: inherit;
		font-size: .28rem;
	}

	.jobs .td {
		line-height: 1.00rem;
		font-size: .30rem;
	}

	.jobs .detail {
		line-height: .60rem;
	}

	.jobs .tr.active {
		background-size: 100% 1.00rem;
	}
}

@media (max-width:750px) {
	.section ul li {
		width: calc(50% - .20rem);
		margin-right: .40rem !important;
	}

	.section ul li:nth-child(2n) {
		margin-right: 0 !important;
	}
}
