﻿html,
body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 26px;
	color: #666;
	background-color: #fff;
}

* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

.about {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	background: url(../img/foot.png) no-repeat bottom  #EBEBEB;;
	background-size: contain;
	padding-bottom: 30px;
}

.banner {
	height: 500px;
	width: 100%;
	background: url(https://wos2.58cdn.com.cn/JkLgFeDcBJLq/cmpres/video_1598425694921_pic5.jpg)no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.banner_inner {
	width: 1200px;
	margin: 0 auto;
	height: 440px;
	position:relative;
}
.wrapper{
	/* background: url(../img/foot.png) no-repeat bottom #EBEBEB;
	background-size: contain; */
}
.mar{
	margin: 0 55px;
    margin-top: 60px;
}
.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: -40px;
    z-index: 999;
    padding-bottom: 55px;
    background: #fff;
}
.wrapper_con {
	width: 1200px;
	margin: 0 auto;
	/* margin-top: -60px; */
	min-height: 100px;
	background-color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 999;
}

.about_title {
	text-align: left;
    font-size: 20px;
    font-weight: bold;
    background-color: #FFF;
    border-left: 6px solid #60A189;
    /* text-indent: 1em; */
    display: inline-block;
    padding-left: 12px;
color: #383838;
}

.about_text {
	padding: 60px 55px 0 55px;
}

.about_subtitle {
	padding-top: 30px;
	padding-bottom: 6px;
}

.jobs_box {
	padding: 30px 55px 1px 55px;
	margin: 0 auto;
}

.job_item {
	height: 60px;
	padding: 0 30px;
	background-color: #F4F5F7;
	line-height: 60px;
	margin-bottom: 15px;
	border:1px solid #e1e1e1;
	box-sizing:border-box;
}

.job_name,
.job_area,
.job_apply,
.load_more {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.job_name {
	width: 695px;
	font-size: 14px;
}

.job_apply {
    width: 80px;
    text-align: center;
    text-decoration: none;
    height: 30px;
    border: 1px solid #5f5f5f;
    margin: 15px 0;
    line-height: 30px;
    background-color: #fff;
    color: #000000;
    box-sizing: border-box;
    float: right;
    border-radius: 3px;
    font-size: 14px;
}
.job_apply:hover{
	background-color: #5f5f5f;
	color:#fff;
}
.load_more {
width: 16px;
    text-align: right;
    background: url(../img/add.png)no-repeat center center;
    height: 16px;
    cursor: pointer;
    float: right;
    margin-top: 22px;
    margin-left: 15px;
}


.active {
	background: url(../img/reduce.png)no-repeat right center;
	float: right;
    margin-top: 22px;
}

.job_Desc {
	/* display: none; */
	margin-bottom: 15px;
	color:#b2b2b2;
}
.job_Desc>p{
	font-size: 14px;
	line-height: 26px;
	padding: 0 30px;
}
.active1 {
	display: block;
}

.trip-tb {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	border-top:1px solid #EAEAEA;
	border-left:1px solid #EAEAEA;
	border-spacing: 0;
    	border-collapse: collapse;
}

.trip-tb tr {
	background: #fff;
	line-height: 30px;
}

.trip-tb th,
.trip-tb td {
	color: #666;
	font-size: 14px;
	border-right: 1px solid #EAEAEA;
	height:40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #EAEAEA;
}
.tb-head th {
	background: #60A189;
	color: #fff;
	height: 40px;
	font-size: 16px;
}

.trip-tb tr:nth-child(2n-1) {
	background: #E9F9F3;
}

.footer {
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #60A189;
	height: 58px;
	line-height: 58px;
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}
.link{
	height: 33px;
	margin-bottom: 20px;
}
.hide{
	display: none;
}