html,
body {
	width: 100%;
	height: 100%;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 16px;
	line-height: 26px;
	background-color: #D7D7D7;
}

* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

.about {
	max-width: 1920px;
	min-width: 1024px;
	margin: 0 auto;
}

.banner {
	height: 438px;
	width: 100%;
	background: url(../images/banner.jpg)no-repeat center center;
}

.banner_inner {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	height: 440px;
}
.logoimg {
	display: inline-block;
	border-top: none;
	max-height: 100px;
}

.nav_box {
	overflow: hidden;
	width: 1022px;
	margin: 0 auto;
	margin-top: 20px;
}

.nav_item {
	float: left;
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.nav_item a {
	font-weight: bold;
	font-size: 22px;
	color: #343434;
	text-decoration: none
}

.nav_active {
	background: rgba(255, 255, 255, 0.7)
}


/*.slogan {
	width: 100%;
	margin: 0 auto;
	height: 356px;
	position: relative;
}*/

.slogan {
	position: absolute;
	width: 1024px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 48px;
	font-weight: bold;
	color: #333;
	line-height: 48px;
	text-shadow: 12px 12px 12px #666;
	bottom: 210px;
	/*text-shadow: #fff 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
	-webkit-text-shadow: #fff 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
	-moz-text-shadow: #fff 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
	*filter: Glow(color=#fff, strength=3);*/
}

.wrapper_con {
	width: 1024px;
	margin: 0 auto;
	min-height: 100px;
	background-color: #e8ecf0;
	padding-bottom: 70px;
}

.about_title {
	text-align: center;
	font-size: 24px;
	line-height: 120px;
	background-color: #FFF;
}

.about_text {
	padding: 60px 65px;
}

.about_subtitle {
	padding-top: 30px;
	padding-bottom: 6px;
	font-weight: bold;
}

.jobs_box {
	padding: 60px 65px;
	margin: 0 auto;
}

.job_item {
	
	padding: 0 20px;
	background-color: #F4F5F7;
	line-height: 60px;
	margin-bottom: 15px;
}

.job_name,
.job_area,
.job_apply,
.load_more {
	display: inline;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 15px;
}

.job_name {
	width: 545px;
	padding-left: 3px;
	font-weight:bolder;
	font-size:16px;
}

.job_area {
	width: 150px;
	text-align: center;
}

.job_apply {
	width: 100px;
	text-align: center;
	text-decoration: none;
	height: 40px;
	border: 1px solid #FA3131;
	margin: 10px 0;
	line-height: 40px;
	background-color: #fff;
	color: #FA3131;
	box-sizing: border-box;
}

.load_more {
	width: 40px;
	text-align: right;
	background: url(../images/xiala.png)no-repeat right center;
	height: 40px;
	cursor: pointer;
}

.active {
	background: url(../img/reduce.png)no-repeat right center;
}

.job_Desc {
	display: none;
}

.active1 {
	display: block;
}

.trip-tb {
	width: 100%;
	text-align: center;
}

.trip-tb tr {
	background: #faf8f8;
}

.trip-tb th,
.trip-tb td {
	color: #666666;
	font-size: 16px;
	border-right: 1px solid #f1f1f1;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px solid #faf8f8;
}

.tb-head th {
	background: #D9DDE0;
}

.trip-tb tr:nth-child(2n-1) {
	background: #ffffff;
}

.footer {
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #9B9D9D;
	height: 70px;
	line-height: 70px;
}
.job_new{
	padding: 15px 37px;
    background-color: #F4F5F7;
    line-height: 40px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #aa7a5a;
}
.load_more{
	margin-left: 54px;
}
