/*basic*/
/*--- CSS reset ---*/
body,dl,dd,h1,h2,h3,h4,h5,h6,p,form,pre,textarea{margin:0;}
ol,li,ul{margin:0;padding:0}
td,th,input{padding:0}
input,button,textarea,select{vertical-align:middle}
li{list-style-type:none;list-style-position:outside}
img{vertical-align:top;border:none}
ul,ol{list-style:none}
pre{white-space:pre-wrap;word-wrap:break-word;font-family:courier new}
em,i,b{font-weight:normal;font-style:normal}
table{border-collapse:collapse;border-spacing:0}
td,th{word-wrap:break-word;word-break:break-all}
section,article,aside,header,footer,nav,dialog,figure{display:block}
a{text-decoration: none;}
a:active, a:hover {outline: 0;text-decoration: none;}

/* common */
body{
    font-family: Microsoft YaHei,sans-serif;
    color: #666;
    font-size: 14px;
    background: #ededed;
    min-width: 1200px;
}
.l{
    float: left;
}
.r{
    float: right;
}
.cf{
    zoom:1
}
.cf:after{
    content:'';
    visibility:hidden;
    clear:both;
    display:block; 
    height:0;
}
.dib{
    display: inline-block;
}
.dn{
    display: none;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.line{
    position: relative;
}
.line::before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #d6d6d6;
    transform: scaleY(.5);
    z-index: 1;
}
.interval{
    padding-top: 24px;;

}


/* banner */
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.banner .send-btn{
    color: #fff;
    /* border: 1px solid #5380d9; */
    border-radius: 20px;
    padding: 7px 37px;
    background: #ffa039;
    font-size: 16px;
    position: absolute;
    bottom: 13%;
    z-index: 9;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

/* 简介 */
.intro-wrapper {
    background: #fff;
    border-radius: 10px;
}
.intro-wrapper .intro-wrap {
    margin-bottom: 35px;
    padding: 15px;
}
.intro-wrapper .intro-wrap p {
    text-align: justify;
    line-height: 28px;
    margin-bottom: 15px;
}
.intro-wrapper .intro-wrap p:last-child{
    margin-bottom: 0;
}
.intro-wrapper .intro-wrap p strong{
    color: #000;
}

/* 公司职位 */
.company-wrap{
    background: #fff;
    border-radius: 10px;
    margin-bottom: 35px;
}
.company-wrap .company-navigation{
    width: 100%;
    height: 60px;
    background: url('https://res.variflight.com/www_job/web/zt/freight_transport/images/navigation_bg.png') no-repeat;
    background-size: 100% 100%;
}
.company-wrap .company-navigation .nav{
    line-height: 60px;
    padding: 0 16px;
}
.company-wrap .company-basic .logo{
    width:32px;
    vertical-align: middle;
}
.company-wrap .company-basic span{
    display: inline-block;
    /* line-height: 60px; */
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    margin-left: 15px;
}
.company-wrap .view-more a{
    /* color: #ffffff; */
    color:#5380d9;
    font-size: 16px;
    position: relative;
    padding-right: 20px;
}
.company-wrap .view-more-bottom{
    text-align: center;
    padding: 15px 0;
    padding-right: 20px;
}
.company-wrap .view-more a i{
    width: 16px;
    height: 16px;
    background: url(https://res.variflight.com/www_job/web/zt/freight_transport/images/more_load.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
}
.company-content{
    padding: 0 15px;
}
.company-content .company-intro{
    text-align: justify;
    padding: 15px 0;
    line-height: 28px;
    border-bottom: 1px dashed #eaebec;
}
.company-content .company-jobs .item-jobs{
    padding: 22px 0;
}
.company-content .company-jobs .item-jobs .item-job-basic h5{
    font-size: 16px;
    color: #3c4046;
    display: inline-block;
    margin-right: 15px;
}
.company-content .company-jobs .item-jobs .item-job-basic h5 a{
    color: #3c4046;
}
.company-content .company-jobs .item-jobs .item-job-basic .tags {
    font-size: 0;
}
.company-content .company-jobs .item-jobs .item-job-basic .tags span{
    font-size: 14px;
    color: #51575e;
    background: #f0f3f8;
    padding: 2px 9px;
    margin-right: 5px;
}
.company-content .company-jobs .item-jobs .item-job-basic .tags span:last-child{
    margin-right: 0;
}
.company-content .company-jobs .item-jobs .item-job-basic .salary{
    margin-left: 32px;
    display: inline-block;
    font-size: 16px;
    color:#ff7e30
}
.company-content .company-jobs .item-jobs .click-view{
    /* color:#5380d9;
    border: 1px solid #5380d9;
    border-radius: 20px;;
    padding: 3px 12px; */
    color: #fff;
    /* border: 1px solid #5380d9; */
    border-radius: 20px;
    padding: 7px 37px;
    background: #ffa039;
    font-size: 16px;
}
.company-content .company-jobs .item-jobs .item-jobs-desc{
    margin-top: 20px;
}
.company-content .company-jobs .item-jobs .item-jobs-desc li{
    margin-top: 5px;
    color: #666;
    position: relative;
    padding-left: 15px;
}
.company-content .company-jobs .item-jobs .item-jobs-desc li::before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #5380d9;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left:0;
}

.module-title{
    position: relative;
    padding-left: 42px;
    font-size: 20px;
    color: #333;
    height: 35px;
    margin-bottom: 30px;
}
.module-title::before {
    content: '';
    width: 28px;
    height: 26px;
    background: url(../images/wishes.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.module-title span {
    display: inline-block;
    height: 100%;
    border-bottom: 2px solid #6399e2;
}
.module-title::after {
    position: absolute;
    content: "";
    left: 42px;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: #d2d2d2;
    transform: scaleY(.5);
    z-index: 1;
}
.page .module-wrap{
    margin-bottom: 50px;
}

/* 招聘岗位资质需求 */
.jobs-need-wrap .jobs-need-table{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.jobs-need-wrap .jobs-need-table thead{
    background: #5988f7;
}
.jobs-need-wrap .jobs-need-table thead th{
    height: 56px;
    color: #fff;
    font-size: 23px;
    font-weight: normal;
    border-right: 1px solid #eaebee;
    text-align: left;
    padding-left: 20px;
}
.jobs-need-wrap .jobs-need-table thead th:last-child{
    border-right: 0;
}
.jobs-need-wrap .jobs-need-table thead th span{
    position: relative;
    padding-left: 35px;
}
.jobs-need-wrap .jobs-need-table thead th i{
    width: 24px;
    height: 26px;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}
.jobs-need-wrap .jobs-need-table tbody td{
    width: 25%;;
    color: #666666;
    font-size: 16px;
    height: 78px;
    padding: 0 20px;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
}
.jobs-need-wrap .jobs-need-table tbody tr:last-child td{
    border-bottom:0;
}
.jobs-need-wrap .jobs-need-table tbody tr td:last-child{
    border-right: 0;
}
.jobs-need-wrap .jobs-need-table tbody tr td:first-child, 
.jobs-need-wrap .jobs-need-table tbody tr td:last-child{
    border-bottom: 0;
    position: relative;
}
.jobs-need-wrap .jobs-need-table tbody tr td:first-child::after,
.jobs-need-wrap .jobs-need-table tbody tr td:last-child::after{
    content:'';
    height: 1px;
    background-color: #bfbfbf;
    position: absolute;
    bottom:-1px;
}
.jobs-need-wrap .jobs-need-table tbody tr td:first-child::after{
    left:20px;
    right:0;
}
.jobs-need-wrap .jobs-need-table tbody tr td:last-child::after{
    left:0;
    right:20px;
}

/* 岗位薪酬 */
.job-salary-content{
    margin-left: -40px;
}
.item-job-salary-content{
    margin-left: 40px;
    background-image: url(../images/salary_bg.png);
    width: 580px;
    height: 238px;
    display: flex;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
}
.item-job-salary-content .tl{
    width: 151px;
    font-size: 22px;
    text-align: center;
    color: #fff
}
.item-job-salary-content .tl img{
    display: block;
    width: 56px;
    margin: 0 auto 10px;
}
.item-job-salary-content  .desc{
    flex: 1;
    padding:0 26px;;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.item-job-salary-content  .desc ul {
    /* padding-left: 20px; */
}
.item-job-salary-content  .desc ul li{
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    line-height: 24px;
}
.item-job-salary-content  .desc ul li::before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #2c71f1;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 50%;
}

/* 基础福利 */
.welfare-content-wrap .tl{
    background: #5988f7;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 21px;
    padding: 0 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.welfare-content-wrap .welfare-content-box{
    background: #fff;
    padding: 10px 5px;
}
.basics-welfare-content-wrap{
    margin-bottom: 30px;
}
.welfare-content-wrap .welfare-content-box table{
    width: 100%;
}
.welfare-content-wrap .welfare-content-box table td{
    width: 20%;
    padding: 20px 0;
    font-size: 16px;
    color: #333333;
    border-right: 1px solid #d2d9e5;
    border-bottom: 1px solid #d2d9e5;
    text-align: center;
}
.welfare-content-wrap .welfare-content-box table tr td:last-child{
    border-right: 0;
}
.welfare-content-wrap .welfare-content-box table tr:last-child td{
    border-bottom: 0;
}
.welfare-content-wrap.special-welfare-content-wrap .welfare-content-box table tr:nth-last-child(2) td:first-child{

    border-bottom: 0;
}
.welfare-content-wrap .welfare-content-box table td.icon-title{
    padding-left: 20px;
    text-align: left;
    font-size: 19px;
    font-weight: 700;
}
.welfare-content-wrap .welfare-content-box table td.icon-title span{
    position: relative;
    padding-left: 40px;
}
.welfare-content-wrap .welfare-content-box table td.icon-title i{
    height: 25px;
    width: 25px;
    display: inline-block;
    background-image: url(../images/icons/fagui.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0;
}




