﻿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_1598346964679_pic1.jpg)no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.banner_inner {
	width: 1200px;
	margin: 0 auto;
	height: 500px;
	position:relative;
}

.logo_link {
	display: inline-block;
	border: 1px solid #fff;
	border-top: none;
}

.content{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: -40px;
	z-index: 999;
	padding-bottom: 55px;
	background:#fff;
        border-radius: 14px;
}
.wrapper_con {
	width: 100%;
	margin: 0 auto;
	min-height: 100px;
	background-color: #fff;

}
.about_p{
	padding-top: 20px;
	font-size: 14px;
}
.txt{
	font-size: 14px;
}
.about_title {
	text-align: left;
    font-size: 20px;
    font-weight: bold;
    background-color: #FFF;
    border-left: 6px solid  #4086A9;
    /* 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: 60px 65px;
	margin: 0 auto;
}

.job_item {
	height: 60px;
	padding: 0 20px;
	background-color: #F4F5F7;
	line-height: 60px;
	margin-bottom: 15px;
}

.job_name,
.job_area,
.job_apply,
.load_more {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.job_name {
	width: 545px;
	padding-left: 3px;
}

.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(../img/add.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;
}
.wrapper{
	background: url(../img/foot.png) no-repeat bottom #EBEBEB;
	background-size: contain;
	padding-bottom: 30px;
}
.footer {
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #4086A9;
	height: 58px;
	line-height: 58px;
        max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}