html,body{
    margin: 0;
    padding: 0;
}
.introduce{
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}
.banner img{
    width: 100%;
    display: block;
}
.nav{
    width: 100%;
    background: #e4e4e4;
}
.nav ul{
    width: 1024px;
    margin: 0 auto;
    height: 60px;
}
ul{
    list-style: none;
    overflow: hidden;
}
li{
    float: left;
}
.nav a{
    display: block;
    width: 200px;
    color:#000000;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    text-decoration: none;

}
.nav .nav-1{
    color: #04b374;
    border-bottom: 4px solid #04b374;
    line-height: 56px;
    width: 200px;
}
.nav .nav-2{
    color: #04b374;
    border-bottom: 4px solid #04b374;
    line-height: 56px;
    width: 200px;
}
.nav .nav-3{
    color: #04b374;
    border-bottom: 4px solid #04b374;
    line-height: 56px;
    width: 200px;
}
.liu{
    margin: 0 auto;
    margin-top: 60px;
}
.liu img{
    margin: 0 auto;
    display: block;
}
.conts{
    display: table;
    width: 600px;
    line-height: 32px;
    margin: 0 auto;
    font-size: 30px;
    color: #04b374;
font-weight:bolder;
    white-space: nowrap;
    border-spacing: 10px 0;
    /*margin: 0 auto;*/
margin-bottom:40px;
    /*background: url("../img/line.png") no-repeat center;*/
}
.conts:before,
.conts:after{
    display: table-cell;
    content: '';
    width: 50%;
    background: -webkit-linear-gradient(#04b374,#04b374) repeat-x left center;
    background: linear-gradient(#04b374,#04b374) repeat-x left center;
    background-size: 1px 1px;
}
.cont{
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px;
}
.cont1{
    width: 1070px;
    margin: 0 auto;
    padding-top: 65px;
}
.cont p{
    font-size: 15px;
    line-height: 27px;
    text-indent: 32px;
    padding-left: 55px;
    padding-right: 55px;
}

.trip-tb {
    width: 100%;
    text-align: center;
}
.flow-tab{
    width: 1080px;
    margin: 0 auto;
    margin-top: 40px;
}
.table{
    position: relative;
}
.table_content{
    margin: 0 auto;
    font-size: 14px;
    width: 100%;
    background: #d7ece4;
    /*border-spacing: 0;*/
    border-collapse: inherit;
    text-align: center;
}


.table_content thead tr{
    border:1px solid #04b374;
}
.table_content th{
    background: #04b374;
    color:#feffff;
    font-size: 16px;
    height: 60px;
    box-sizing: border-box;
}
.table_content td{
    border-bottom:1px solid #d7ece4;
}
.tbody{
    border:1px solid #04b374;
    color: #666666;
    background: #fff;
}
.tbody tr{
    height: 50px;
    background: #f4f4f4;
}
.tbody tr:nth-child(2n){
    height: 50px;
    background: #d7ece4;
}
.tbody tr:last-child td{
    border-bottom:1px solid#04b374;
}

.jobs_box {
    width: 1090px;
    padding: 40px 0px;
    margin: 0 auto;

}
.job_item {
    height: 58px;
    padding: 0 20px;
    /*background-color: #04b374;*/
    line-height: 58px;
    margin-bottom: 15px;
    border: 1px solid #04b374;
}

.job_name,
.job_area,
.job_apply,
.load_more {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    font-size: 14px;
}
.job_name {
    width: 915px;
    padding-left: 14px;
    color: #04b374;
}
.job_area{
    width: 150px;
    text-align: center;
}
.job_apply {
    width: 80px;
    text-align: center;
    text-decoration: none;
    height: 30px;
    /*float: right;*/
    font-size: 14px;
    border: 1px solid #04b374;
    /*margin: 10px 0;*/
    line-height: 30px;
    background-color: #04b374;
    color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
}
.job_apply:hover{
    background: #FFF;
    color: #04b374;
    cursor: pointer;
}
.load_more {
    width: 28px;
    /*margin: 1px 10px;*/
    text-align: right;
    background: url(../img/add.png)no-repeat right center;
    height: 28px;
    cursor: pointer;
}
.active {
    background: url(../img/reduce.png)no-repeat right center;
}
.job_Desc {
    /*margin-left: -34px;*/
    margin-bottom: 10px;
    font-size: 14px;
    display: none;
}
.active1 {
    display: block;
    /*margin-left: 59px;*/
}
.job_Desc>p{
    font-size: 14px;
    line-height: 26px;
}

.bottom{
    width: 100%;
    background: #04b374;
}
.copy{
    width: 1000px;
    height: 56px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 12px;
}