.jobs *{
    padding:0;
    margin:0;
}
.jobs a:active,
.jobs a:hover{
    text-decoration: none;
}
.jobs p{
    margin:0;
}
.jobs .clearfix:before,
.jobs .clearfix:after {
    display: block;
    content: "";
}
.jobs {
   position: relative;
}
.jobs .clearfix:after {
    clear: both;
}
.jobs header .head-img {
    width: 100%;
    clear: both;
    display: block;
    object-fit: cover;
}

.jobs .flow {
    text-align: center;
    color: #ffffff;
    padding: 80px 0 0 0;
    display: flex;
    justify-content: center;
}
.jobs .flow .flow-item {
    display: inline-block;
    width: 102px;
    height: 92px;
    background-color: #4a90e2;
    border: 1px #4a90e2 solid;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.jobs .flow .flow-item img {
    margin-top: 15px;
    margin-left: 33px
}
.jobs .flow .flow-item>p {
    margin-top: 10px;
}
.jobs .flow .hover-item {
    display: inline-block;
    width: 102px;
    height: 94px;
    background: #0a2f59;
    border-radius: 8px;
    padding-top: 20px;
    box-sizing: border-box;
    position: absolute;
    top:92px;
    left:0;
}
.jobs .flow .hover-item .item-info {
    font-size: 12px;
    margin-top: 10px;
}
.jobs .flow .openday {
    height: 92px;
    padding-top: 10px;
}
.jobs .flow .openday .item-info {
    margin-top: 5px;
}
.jobs .flow .flow-arrow {
    display: inline-block;
    width: 65px;
    height: 92px;
    padding-top: 40px;
    padding-left: 10px;
    line-height: 92px;
}
@media(max-width:1200px) {
    .jobs .flow {
        padding: 50px 10px;
    }
    .jobs .flow .flow-arrow {
        width: 55px;
    }
}
@media(max-width:768px) {
    .jobs .flow {
        padding: 30px 65px;
    }
    .jobs .flow .flow-arrow {
        width: 40px;
    }
}
@media(max-width:767px) {
    .jobs .flow {
        padding: 20px 10px;
        justify-content: center;
        flex-wrap: wrap;
    }
    /* .flow .flow-arrow {
        display: none;
    } */
    .flow .flow-item {
        margin: 5px;
    }
    .jobs .flow .hover-item {
        margin: 5px;
    }
}
.jobs .goto {
    color: #ffffff;
}
.jobs .goto:hover,
.jobs .goto:focus{
    color: #ffffff;
} 
.jobs .position{
    /* background: #f7f9fb; */
}
.jobs .content {
    width: 70%;
    margin:0 auto;
}
.jobs .content-position{
    padding-bottom:80px;
}

.jobs .content-box h2.title,
.jobs .content-box h2.title a{
    font-size:23px;
    color:#121213c9;
    letter-spacing:5px;
}

@media(min-width: 768px) {
    .jobs .content-position{
        padding-bottom:80px;
        min-height: 500px;
    }
    .jobs .content-box h2.title {
        margin-left: 15%;
        margin-bottom: 60px;
        padding-top: 100px;
    }
}
@media(max-width: 768px) {
    .jobs .content-box h2.title {
        margin-left: 15%;
        margin-bottom: 40px;
        padding-top: 70px;
    }
}

@media(max-width:357px) {
    .jobs .content-box h2.title {
        margin-left: 15%;
        margin-bottom: 20px;
        padding-top: 50px;
    }
    .jobs .content-box h2.title,
    .jobs .content-box h2.title a {
        font-size:18px;
    }
} 

@media(min-width:992px) {
    .jobs .tabs {
        float: left;
        width:100px;
    }
}
.jobs .tabs ul{
    font-size:16px;
    padding:0;
    margin:0;
}
.jobs .tabs ul li{
    width: 110px;
    list-style: none;
    text-align: right;
    padding-right:40px;
    cursor: pointer;
    line-height: 57px;
    color:#828282;
    border-right:1px solid #eceef0;
    box-sizing:border-box;
}
.jobs .tabs ul li.active {
    color:#4a90e2;
    border-right:3px solid #4a90e2;
}
@media(min-width:992px) {
    .jobs .tab-content{
        display: inline-block;
        padding: 0 15px 0 45px;
        float: left;
        width:calc(100% - 100px);
        box-sizing: border-box;
        min-height: 420px;
    }
}

.jobs .tab-content .name{
    flex:4;
    text-align: left;
    box-sizing: border-box;
}
.jobs .tab-content .locale{
    flex:2;
    text-align: left;
    box-sizing: border-box;
}
.jobs .tab-content .locale img{
    display: inline-block;
}
.jobs .tab-content .num{
    flex:2;
    text-align: left;
    box-sizing: border-box;
}
.jobs .tab-content .trigger {
    flex:2;
    text-align: right;
    box-sizing: border-box;
}
.jobs .trigger img{
    width:16px;
    display: inline-block;
}
@media(min-width:767px) {
    .jobs .tab-content .trigger {
        padding-right:30px;
    }
    .jobs .tab-content .name{
        padding-left:30px;
    }
}
@media(max-width:767px) {
    .jobs .tab-content .trigger {
        padding-right:10px;
    }
    .jobs .tab-content .name {
        padding-left:10px;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 20px;
    }
}
.jobs .jobs-job-head,
.jobs .jobs-job-title{
    display: flex;
}
.jobs .jobs-job-head div{
    font-size:16px;
}
.jobs .jobs-job-head div,
.jobs-job-title div{
    display:inline-block;
    font-size:16px;
    height:45px;
    padding-top:10px;
    padding-bottom: 10px;
}
.jobs .tab-content .jobs-job-title div{
    box-sizing:border-box;
    vertical-align:text-top;
    font-size:14px;
    color:#4a4a4a;
}
.jobs .jobs-content-item{
    background: #fff;
    box-shadow: 0 0 30px #e4e6e7;
    border-radius: 3px;
}
.jobs .jobs-job-head {
    color:#4a90e2;
}
.jobs .jobs-job-item {
    border-top: 2px solid #eceef0;
    line-height: 25px;
}

.jobs .jobs-job-title{
    cursor: pointer;
    color:#848484;
}
.jobs .jobs-job-discr {
    background: #f6f6f6;
    border-top: 2px solid #eceef0;
    padding:30px 60px;
    font-size:12px;
}
@media(max-width:767px) {
    .jobs .jobs-job-discr{
        padding:10px 30px;
    }
}
.jobs .dis-title{
    color: #4f4f4f;
    padding:10px 0;
}
.jobs .jobs-job-discr p{
    color: #868686;
    padding-bottom:10px;
}
.jobs .apply-now{
    width:100px;
    height:30px;
    background:#4a90e2;
    border:1px solid #9db6e7;
    color:#fff;
    font-size: 14px;
    margin-top:15px;
    outline:none;
    cursor: pointer;
    line-height: 1px;
}
@media(min-width:768px) {
    .jobs .job-content {
        width: 70%;
        max-width:1100px;
    }
}

.jobs .process .process-img {
    clear: both;
    display: block;
    margin: auto;
    padding: 0 40px;
    object-fit: cover;
}
.jobs .process .process-img-lg {
    clear: both;
    display: block;
    margin: auto;
    padding-bottom: 90px;
    object-fit: cover;
}
.jobs .company-profile {
    background-color: #33649D;
    background-size: auto 100%;
}
.jobs .company-profile-more {
    padding-bottom: 60px;
}
.jobs .company-profile .title-company {
    line-height: 2em;
    color: #fff !important;
}
.jobs .content-profile {
    font-size: 1em;
    color: #4A4A4A;
    padding: 0 20% 0px 20%;
}
@media(max-width:768px) {
    .jobs .content-profile{
      font-size: 12px;
    }
}
@media(max-width:768px) {
    .jobs .content-profile {
        padding: 0 15% 60px 15%;
    }
}
@media(max-width:375px) {
    .jobs .content-profile {
        font-size: 12px;
        padding: 0 50px 30px 50px;
    }
    .jobs .company-profile {
      padding-bottom: 60px;
    }
    .jobs .company-profile-more {
        padding-bottom: 10px;
    }
}


.jobs .jobs-content-item,
.jobs .jobs-job-discr {
    display:none;
}
.jobs #p1{
    display:block;
}
.jobs #s1{
    display:block;
}
@media(max-width:991px) {
    .jobs .content{
        padding:0 100px;
        width:100%;
        box-sizing: border-box;
    }
    .jobs .tabs{
        width:100%;
    }
    .jobs .tabs ul li{
        width:25%;
        float:left;
        border:none;
        border-bottom: 1px solid #eceef0;
        padding:0;
        text-align: center;
    }
    .jobs .tabs ul li.active{
        border:none;
        border-bottom: 3px solid #4a90e2;
    }
    .jobs .tab-content{
        padding: 30px 0 50px;
    }
}
@media(max-width:767px) {
    .jobs .content{
        padding:0 30px;
        width:100%;
        box-sizing: border-box;
    }
}
@media(min-width:769px) {
    .jobs .content-enjoy {
        width: 70%;
    }
}
@media(min-width: 376px) and (max-width: 768px){
    .jobs .content-enjoy{
        width: 85%;
        text-align: center;
        padding-bottom: 50px;
  }
}
@media(max-width: 375px) {
    .jobs .content-enjoy{
        text-align: center;
        padding: 0 40px;
        padding-bottom: 40px;
    }
}

.jobs .enjoy-item{
    background: url(../image/bow.png) center 0 no-repeat;
}
.jobs .enjoy-box{
    width:140px;
    min-height: 320px;
    margin:0 auto;
}
.jobs .enjoy-item button{
    width: 140px;
    height: 42px;
    background: #4a90e2;
    border: 1px solid #9db6e7;
    color: #fff;
    font-size: 16px;
    margin:25px 0 25px;
    outline:none;
    text-align: center;
}
.jobs .enjoy-item p{
    color: #4a4a4a;
    font-size: 12px;
    padding:0 18px 8px;
    text-align: left;
    margin:0
}
.jobs .content-about{
    position: relative;
}
.jobs .absolute-title{
    width:100%;
    position: absolute;
    top:0;
    left:0;
}
@media(min-width:767px){
    .jobs .absolute-title{
        padding-top:30px !important;
    }
}
@media(min-width:991px){
    .jobs .absolute-title{
        padding-top:55px !important;
    }
}

.jobs .trigger-head{
    padding-right:25px !important;
}
@media(min-width:769px) {
    .jobs .trigger-head{
        padding-right:45px !important;
    }
    .jobs .flow {
      /* padding-bottom: 90px; */
    }
}

@media(max-width:768px) {
    .jobs header {
        /* background: url(../image/job/IMG-HEAD-sm.jpg) no-repeat; */
        background-size: 100% auto;
    }
    .jobs .flow-xs {
        padding: 30px 10%;
        color: #000;
    }
    .jobs .flow-xs .flow-item-xs {
        letter-spacing: 1px;
        background: rgb(201,221,245);
        margin-top: 8px;
        padding: 8px 5px;
    }
    .jobs .flow-xs .flow-item-xs .item-title-xs {
        display: inline-block;
        font-size: 14px;
        width: 31%;
        padding-left: 8%;
    }
    .jobs .flow-xs .flow-item-xs .item-info-xs {
        display: inline-block;
        font-size: 12px;
        padding-left: 10%;
        border-left: 1px solid #fff;
    }
    .jobs .flow-xs .down {
        text-align: center;
        margin-top: 20px;
        margin-left: 50%;
        -webkit-animation: twinkling 1s infinite ease-in-out;
        animation: twinkling 1s infinite ease-in-out;
    }
    .jobs .flow-xs .down a,
    .jobs .flow-xs .down img {
       width: 18px;
       height: 10px;
    }
    .jobs .flow-xs .flow-item-xs .openday {
        position: relative;
        top: -15px;
    }
}
.jobs .content-offer .process-img-lg {
    margin-top: 90px;
}
.jobs .content-offer .title-offer {
    margin-bottom: 0 !important;
}

.jobs .offer-item{
    height:150px;
    text-align: center;
    margin-bottom: 40px;
}
.jobs .offer-item h4{
    font-size:16px;
}
.jobs .offer-item img{
    margin: 10px 0;
    display: inline-block;
}
.jobs .offer-item p.offer-info{
    font-size:12px;
    margin-bottom:5px;
}
.jobs .offer-item p.offer-office{
    margin-bottom:10px;
}
.jobs .content-openday {
    margin-top:50px;
    padding-bottom:50px;
    text-align: center;
}
@media(min-width:768px){
    .jobs .openday-box-l{
        padding-right:60px;
    }
    .jobs .openday-box-r{
        padding-left:60px;
    }
    .jobs .openday-left{
        float: right;
    }
    .jobs .openday-right{
        text-align: left;
        float: left;
    }
}
@media(max-width:767px){
    .jobs .openday-left,
    .jobs .openday-right{
        margin:0 auto;
        text-align: center;
    }
    .jobs .openday-box-l{
        margin-bottom:30px;
    }
}
.jobs .openday-left{
    width:200px;
    text-align: center;
}
.jobs .openday-left img{
    display: inline-block;
    width:30px;
    margin-bottom: 15px;
}
.jobs .openday-left p{
    margin-bottom: 10px;
}
.jobs .openday-blue{
    font-size:18px;
    letter-spacing: 4px;
}
.jobs .openday-info{
    font-size:12px;
}
.jobs .openday-time{
    font-size:12px;
    margin-bottom: 20px;
}
.jobs .openday-time span{
    color: #4f93e2;
}

.jobs .openday-right{
    width:200px;
}

@media(min-width: 768px) {
  .jobs .jobs-licheng {
    position: relative;
    padding: 0px 15% 30px 20%;
  }
}

@media(max-width: 767px) {
  .jobs .jobs-licheng {
    position: relative;
    padding: 0 55px;
  }
}

.jobs .jobs-staff-container {
    padding-bottom: 80px;
    flex-wrap: wrap;
    position: relative;
    width: 70%;
    left: 15%;
    display: flex;
    flex-direction: row;
}
.jobs .jobs-staff-left {
    background-color: rgb(94, 88, 91);
    height: 100%;
    flex: 1;
}
.jobs .jobs-staff-mid {
    flex-wrap: wrap;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.jobs .jobs-mid-top {
    background-color: rgb(94, 88, 0);
    flex: 1;
}
.jobs .jobs-mid-btm {
    background-color: rgb(94, 88, 255);
    flex: 2;
}

.jobs .jobs-staff-right {
    flex-wrap: wrap;
    flex: 2;
    display: flex;
    flex-direction: column;
}
.jobs .jobs-right-top {
    background-color: rgb(210, 88, 255);
    flex: 2;
}
.jobs .jobs-right-btm {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    flex: 1;
}
.jobs .jobs-right-left {
    background-color: rgb(250, 60, 255);
    flex: 2;
}
.jobs .jobs-right-right {
    background-color: rgb(94, 0, 255);
    flex: 2;
}
.jobs .staffCare {
    margin-top:60px;
}
.jobs .staffCare .staffCare-carousel {
    height: 640px;
    width: 100%;
}
.jobs .staffCare .staffCare-carousel .staffCare-img {
    margin: 0 auto;
    height: 580px;
    object-fit: cover;
}
@media(min-width:769px) {
     .jobs .jobs-slide-content{
        position: relative;
        left: 15%;
        width: 70%;
    }
    .jobs .jobs-slide {
        padding-top: 20px;
        position: relative;
    }
    .jobs .jobs-carousel-banner{
        width: 100%;
    }
    .jobs .jobs-item {
        height: 580px;
    }
    .jobs .jobs-item .jobs-img {
        max-height: 85% !important;
        max-width: 40% !important;
    }
    .jobs .banner-text{
        box-sizing: border-box;
        width: 40%;
        position: absolute;
        left: 50%;
        top: 20px;
        font-size: 1.2em;
    }
    .jobs .carousel-indicators {
        bottom: 36px;
        left: 20%;
    }
    .jobs  .carousel-indicators .active {
        background-color: #ccc;
    }
    .jobs  .carousel-indicators li {
        border: 1px solid #ccc;
        width: 12px;
        height: 12px;
        border-radius: 6px;
    }
}
@media(min-width:375px) and (max-width:768px) {
     .jobs .staffCare {
          margin-top: 40px;
      }
      .jobs .staffCare .staffCare-carousel {
          height: 498px;
          width: 100%;
      }
      .jobs .staffCare .staffCare-carousel .staffCare-img {
          height: 448px;
          margin: 0 auto;
          object-fit: cover;
      }
    .jobs .jobs-slide-content{
        position: relative;
        left: 15%;
        width: 70%;
    }
    .jobs .jobs-slide {
        padding-top: 20px;
        position: relative;
    }
    .jobs .jobs-carousel-banner{
        width: 100%;
    }
    .jobs .jobs-item {
        height: 580px;
    }
    .jobs .jobs-item .jobs-img {
        height: 85% !important;
        width: 50% !important;
    }
    .jobs .banner-text{
        box-sizing: border-box;
        /* padding: 10px;  */
        width: 40%;
        position: absolute;
        left: 55%;
        top: 20px;
        font-size: 1em;
    }
    .jobs .carousel-indicators {
        bottom: 36px;
        left: 20%;
    }
    .jobs  .carousel-indicators .active {
        background-color: #ccc;
    }
    .jobs  .carousel-indicators li {
        border: 1px solid #ccc;
        width: 12px;
        height: 12px;
        border-radius: 6px;
    }
}
@media(max-width:375px) {
    .jobs .jobs-slide {
        padding-bottom: 50px;
        position: relative;
        /* left: 7%; */
        /* width: 86%; */
    }
     .jobs .jobs-item {
        height: 580px;
        width: 100%;
        /* object-fit:cover; */
    }
    .jobs .jobs-item .jobs-img {
        height: 70% !important;
        width: 50% !important;
    }
    .jobs .banner-text{
        box-sizing: border-box;
        /* padding: 10px;  */
        width: 40%;
        position: absolute;
        left: 55%;
        top: 0px;
        font-size: 1em;
    }
    .jobs .carousel-indicators {
        bottom: 36px;
        left: 20%;
    }
    .jobs .carousel-indicators .active {
        background-color: #ccc;
    }
    .jobs .carousel-indicators li {
        border: 1px solid #ccc;
        width: 12px;
        height: 12px;
        border-radius: 6px;
    }
}

.jobs-footer {
  position: relative;
  margin: 50px;
  text-align: center;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes twinkling {
    0%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
}
@keyframes twinkling {
    0%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
}