/*导航栏对应页面a标签高亮显示*/
.nav-icon5{
	display: inline-block!important;
}
/*banner部分样式*/
.bigpic{
	height: 608px;
	/*background: url(../img/joinus/banner_bg.jpg) center center no-repeat;*/
	background-size: cover;
}
.banner{
	height: 256px;
	background: url(../img/joinus/banner2_bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 44px;
	color: #fff;
}
.banner-title{
	height: 70px;
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
}
.banner-text{
	font-size: 17px;
	line-height: 30px;
}
/*content部分样式*/
.job-box{
	padding-top: 87px;
	color: #333;
	padding-bottom: 64px;
}
.content-name{
	height: 90px;
	line-height: 90px;
	font-size: 20px;
	font-weight: bold;
}
.job-box form label{
	font-size: 18px;
	margin-right: 20px;
}
.job-box form input{
	width: 250px;
	height: 30px;
	color: #f3972c;
	text-indent: 10px;
	margin-right: 20px;
}
.job-box form button{
	display: inline-block;
	width: 80px;
	height: 32px;
	border: 2px solid #c4d6ec;
	background: #71a8ed;
	color: #fff;
}
.post_box{
	padding-top: 44px;
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 104px;
	position: relative;
}
.job-table{
	width: 1024px;
	margin-bottom: 30px;
}
.job-table td a{
	/*color:#C23432;*/
	position: absolute;
	right: -40px;
}
.job-table tr{
	border-bottom: 1px solid #d5d5d5;
	width: 1024;
	position: relative;
}
.job-table th,.job-table td{
	width: 12.5%;
	height: 58px;
	text-align: center;
	font-size:17px;
	line-height:58px;
	overflow: hidden;
}
.job-table tr:first-child{
	border-bottom: 2px solid #ffa119;
}
.job-table .job-salary{
	color: #f3972c;
}