@media screen and (min-width:750px) {
	.recruit-cont,.recruit-cont div {
		position: relative
	}

	.banner {
		width: 100%;
		height: 300px;
		overflow: hidden;
		color: #fefefe;
		font-size: 24px;
		background: #36363c
	}

	.banner-content {
		width: 1200px;
		height: 200px;
		padding: 100px 0 0 50px;
		text-align: left;
		margin: 0 auto;
		background: url(../img2/group_photo.jpg) no-repeat;
		background-size: 100% 100%
	}

	.rec span {
		display: inline-block;
		padding: 6px 36px;
		background: #ea5404;
		color: #fff;
		font-size: 20px;
		cursor: pointer
	}

	.rec-eng {
		font-size: 14px;
		margin: 10px 0 20px
	}

	.rec-intro {
		font-size: 16px;
		height: 30px;
		line-height: 30px
	}

	.recruit {
		width: 100%
	}

	.recruit-content {
		width: 1200px;
		margin: 0 auto
	}

	.recruit-content li {
		margin: 25px 0
	}

	.job {
		margin: 20px 0
	}

	.job-top {
		margin: 32px 0 0
	}

	.job-bottom {
		margin: 0 0 32px
	}

	.recruit-title {
		font-size: 26px;
		font-weight: 900;
		height: 64px;
		line-height: 64px
	}

	.recruit-title span {
		padding: 0 0 0 10px
	}

	.recruit-cont div {
		margin-left: 16px;
		padding: 0 0 0 36px;
		height: 36px;
		line-height: 36px
	}

	.recruit-cont div img {
		width: 6px;
		height: 6px;
		position: absolute;
		left: 20px;
		top: 15px
	}

	.email {
		color: #ea5404;
		cursor: pointer
	}
}

@media screen and (max-width:750px) {
	.banner,.recruit {
		width: 100%
	}

	.banner {
		height: 60px;
		overflow: hidden;
		background: url(../img2/group_photo.jpg) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		color: #fefefe;
		font-size: 24px;
		padding: 30px 0
	}

	.rec span {
		font-size: 16px
	}

	.rec-intro {
		font-size: 12px;
		height: 30px;
		line-height: 30px
	}

	.mobile-bg {
		background: #f8f8f8
	}

	.mobile-bgs {
		width: 320px;
		margin: 0 auto
	}

	.recruit-content li {
		padding: 25px 0
	}

	.job {
		margin: 20px 0
	}

	.job-top {
		margin: 32px 0 0
	}

	.job-bottom {
		margin: 0 0 32px
	}

	.recruit-title {
		font-size: 18px;
		font-weight: 900;
		line-height: 45px
	}

	.recruit-title img {
		width: 13px
	}

	.recruit-title span {
		padding: 0 0 0 10px
	}

	.recruit-cont {
		position: relative;
		color: #303036
	}

	.recruit-cont div {
		position: relative;
		margin-left: 16px;
		padding: 0 0 0 13px;
		line-height: 28px
	}

	.recruit-cont div img {
		width: 6px;
		height: 6px;
		position: absolute;
		left: -4px;
		top: 11px
	}

	.email {
		color: #ea5404;
		cursor: pointer
	}
}