#container {
	width: 1200px;
	height: 592px;
	margin: 0 auto;
}

.marker {
	position: absolute;
	top: -20px;
	right: -118px;
	color: #fff;
	padding: 4px 10px;
	box-shadow: 1px 1px 1px rgba(10, 10, 10, .2);
	white-space: nowrap;
	font-size: 12px;
	font-family: "";
	background-color: #25A5F7;
	border-radius: 3px;
}
.join-bg-img {
	display: block;
	height: 400px;
	object-fit: cover;
}
.join-common-wp {
	padding-top: 66px;
}
.join-common-wp h3{
	text-align: center;
	color: #333333;
	font-weight: normal;
	font-size: 20px;
}
.join-common-wp h4 {
	text-align: center;
	color: #808080;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1px;
}
.join-common-wp ul {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 120px;
}
.join-common-wp ul li {
	float: left;
	width: 50%;
	margin-bottom: 63px;
}

.recruit-wp ul li {
	border-bottom: 1px solid #E5E5E5;
}
.join-common-wp ul li .post-name {
	font-weight: bold;
}
.join-common-wp ul li .post-salary {
	overflow: hidden;
	color: #333333;
	padding: 30px 0;
}
.recruit-wp ul li .post-salary .post-money {
	float: left;
	min-width: 136px;
}
.recruit-wp ul li .post-salary .post-time {
	float: left;
}

.contact-wp li {
	line-height: 24px;
	color: #333333;
}
.contact-wp li img {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 30px;
}
.contact-wp li img span {
	float: left;
}
.contact-wp li img a {
	float: left;
}


#address-location, #way-btn {
	cursor: pointer;
}
#address-location {
	color: #3074FF;
}