html,
body {
	background: #f6fbff;
	font-size: 0px;
}

.my_header {
	background: rgba(1, 89, 158, 0.47);
}


/*banner开始*/

.banner {
	overflow: hidden;
	width: 100%;
	height: 500px;
}

.autoBoxA {
	width: 1200px;
	margin: 0 auto;
	height: 500px;
	position: relative;
}

.DW {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	height: 500px;
}

.banner_a {
	display: block;
	height: 100%;
}

.banner_img {}


/*	banner结束*/

.main {
	width: 1200px;
	margin: 0px auto;
	padding-top: 25px;
	box-sizing: border-box;
}

.recruit {
	padding: 40px 0px 65px;
	box-sizing: border-box;
}

.recruit_title {
	text-align: center;
}

.recruit_title_left {
	width: 240px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
}

.recruit_title_span {
	font-size: 34px;
	color: #323232;
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	padding: 0px 10px;
	box-sizing: border-box;
}

.recruit_title_right {
	width: 240px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
}

.recruit_box {
	padding: 68px 0px 44px;
	box-sizing: border-box;
}

.recruit_box_img {
	width: 100%;
	display: block;
}