﻿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;
}

.banner {
	height: 500px;
	width: 100%;
	background: url(https://wos2.58cdn.com.cn/JkLgFeDcBJLq/cmpres/video_1598349053352_pic4.jpg)no-repeat center center;
	background-size: cover;
	position: relative;
}

.banner_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 440px;
}
.wrapper{
	background: url(../img/foot.png) no-repeat bottom #EBEBEB;
	padding-bottom: 30px;
}
.nav_box {
	overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    background: -webkit-linear-gradient(#F0F9FF, #ABC3D4); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#F0F9FF, #ABC3D4); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#F0F9FF, #ABC3D4); /* Firefox 3.6 - 15 */
	background: linear-gradient(#F0F9FF, #ABC3D4); /* 标准的语法 */
}
.nav_item {
	float: left;
	width: 25%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-bottom:3px solid #8FB3CD;
	box-sizing: border-box;
	position: relative;
}

.nav_item a {
	font-size: 20px;
	color: #343434;
	text-decoration: none;
}

.nav_active {
	background: #ffffff;
}
.nav_active i{
	width:0;
	height:0;
	border-width:0 7px 7px;
	border-style:solid;
	border-color:transparent transparent #8FB3CD;/*透明 透明  灰*/ 
	position: absolute;
	bottom: 0;
	margin-left: -5px;
	left: 50%;
}

.wrapper_con {
	width: 1200px;
	margin: 0 auto;
	min-height: 100px;
	background-color: #fff;
	padding-bottom: 70px;
	margin-top: -28px;
    position: relative;
}

.about_title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 120px;
	background-color: #FFF;
color: #383838;
}

.about_text {
	padding: 30px 55px 60px 55px;
	font-size: 14px;
}

.about_subtitle {
	padding-top: 30px;
	padding-bottom: 6px;
}

.jobs_box {
	padding: 60px 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 {
	color: #fff;
	background-color: #5f5f5f;
}
.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: #C7BDB3;
	color: #fff;
	height: 40px;
	font-size: 16px;
}

.trip-tb tr:nth-child(2n-1) {
	background: #FBF9F8;
}

.footer {
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #A7C1D3;
	height: 58px;
	line-height: 58px;
        max-width: 1920px;
	min-width: 1200px;
        margin: 0 auto;
}
.link{
	height: 33px;
	margin-bottom: 20px;
}
.hide{
	display: none;
}