.container_content {
	width: 1200px;
	min-height: 350px;
	background: #fff;
	margin: 0px auto;
	display: flex;
}


/*内容框架*/

.content_box,
.content_box2 {
	width: 100%;
	background: #fff;
	text-align: justify;
	border-bottom: 1px solid #e5e5e5;
}

.content_box2 {
	height: 60px;
	border-top: 1px solid #e5e5e5;
	background: rgba(0, 0, 0, 0.9);
	    margin-top: 100px;
	        margin-bottom: 70px;
}

.content_box h4,
.content_box2 h4 {
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.content_box h4 span {
	width: 10px;
	height: 10px;
	background: #5c5c5c;
	display: block;
	float: left;
	margin-top: 18px;
}

.content_box h4 span:last-child {
	width: 16px;
	background: #da2127;
	margin-right: 20px;
}


/*切换*/

.content_box .switch_ul {
	width: 1200px;
	list-style: none;
	padding: 0px;
	display: flex;
	margin: 15px auto;
}

.content_box .switch_ul a {
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
}

.content_box .switch_ul a:last-child {
	border: none;
}

.switch_ul_hover {
	background: #da2127;
	color: #fff;
}


/*招聘信息*/

.content_zhaopin {
	width: 100%;
	height: 290px;
	background: url(../img/zhaopin.jpg) no-repeat;
	background-size: 100% 100%;
	margin-top:70px;
}

.content_zhaopin_jopList {
	min-height: 290px;
	position: relative;
}

.jop_Item {
	position: absolute;
	bottom: 0px;
}

h4.jop_name {
	width: 160px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #f8dbec;
	cursor: pointer;
}

div.jop_info {
	width: 810px;
	height: 400px;
	overflow-y: auto;
	background: #fff;
	/*top: -140px;
	left: 130px;*/
	position: absolute;
	border: 1px solid #fff;
	padding: 10px;
	color: #666;
	z-index: 9999;
	border: 2px solid #F1B0B7;
	display: none;
}

div.jop_info h5 {
	display: block;
	text-align: center;
	color: red;
	    margin-bottom: 14px;
	    font-weight: bold;
	    font-size: 26px；
}

div.jop_info h6 {
	display: block;
	color: #333;
	    font-weight: bold;
	    font-size: 24px !important；
}



.close_info_btn {
	float: right;
	display: block;
	cursor: pointer;
}

.close_info_btn:hover {
	color: red;
}

.jop_Item1 {
	bottom: 20px;
	left: 90px;
}

.jop_Item2 {
	bottom: 100px;
	left: 160px;
}

.jop_Item3 {
	bottom: 160px;
	left: 260px;
}

.jop_Item4 {
	bottom: 20px;
	right: 90px;
}

.jop_Item5 {
	bottom: 100px;
	right: 160px;
}

.jop_Item6 {
	bottom: 160px;
	right: 260px;
}


/*公司动态*/

.gsdt_list {
	width: 300px;
	height: 260px;
	background: #ccc;
	float: left;
	margin: 50px;
}

.gsdt_list img {
	width: 100%;
	height: 100%;
}

a {
	color: #000;
}

a:hover {
	color: #000;
}


/*职位弹框居中显示*/
.jop_info1{
	top:-230px;
	left: 108px;
}
.jop_info2{
	top:-152px;
	left: 38px;
}
.jop_info3{
	top:-90px;
	left: 63px;
}

.jop_info4{
	top:-230px;
	left: -755px;
}

.jop_info5{
	top:-152px;
	left: -687px;
}

.jop_info6{
	top:-90px;
	left: -575px;
}

 