@CHARSET "utf-8";
.recruit_box {
	position: relative;
	width: 100%;
	height: 800px;
	overflow: hidden;
}

.recruit_box .recruit_img {
	position: absolute;
	left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 800px;
}