
/*职位招聘*/

/* .job{
    height: 212px;
    background: url('../../image/index/hirebg.png') no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .job-top-en{
    font-size: 10px;
    font-family: SourceHanSansSC, SourceHanSansSC-Bold;
    font-weight: 700;
    color: #ff7700;
    line-height: 15px;
    letter-spacing: 4px;
  }

  .job-top-cn{
    font-size: 36px;
    font-family: SourceHanSansSC, SourceHanSansSC-Bold;
    font-weight: 700;
    color: #ff7700;
    line-height: 54px;
    letter-spacing: 15px;
  }

  .job-bottom{
    cursor: pointer;
  }

  .job-title{
    font-size: 21px;
    font-family: SourceHanSansSC, SourceHanSansSC-Bold;
    font-weight: 700;
    color: #ff7700;
    line-height: 31px;
    letter-spacing: 7px;
  }

  .job-tab-top{
    background: #f7f7f7;
    font-size: 11px;
    font-family: SourceHanSansSC, SourceHanSansSC-Normal;
    font-weight: Normal;
    color: #111111;
    line-height: 17px;
    letter-spacing: 4px;

  }

  .job-item{
      cursor: pointer;
  }


  .job-detail-top{
    background: #eeeeee;
  }

  .job-item-currrent .job-detail-top{
     background: #ff7700; 
  }

  .job-detail-bottom{
    background: #f7f7f7;
  }

  .job-type{
    text-align: left;
  }
  .job-location{
    text-align: right;
  }

  .job-type,.job-partment,.job-location{
    max-width: 33.3%;
    flex-grow: 1;
  }

  .job-detail-type,.job-detail-partment,.job-detail-location{
      max-width: 33.3%;
      flex-grow: 1;
  }

  .job-detail-type{
    font-size: 14px;
    font-family: SourceHanSansSC, SourceHanSansSC-Bold;
    font-weight: 700;
    color: #333333;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
  }

  .job-item-currrent .job-detail-type{
    color: #ffffff;
  }

.job-detail-partment{
    text-align: center;
    font-size: 14px;
    font-family: SourceHanSansSC, SourceHanSansSC-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    letter-spacing: 1px;
}

  .job-detail-location{
    text-align: right;
    font-size: 14px;
    font-family: SourceHanSansSC, SourceHanSansSC-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    letter-spacing: 1px;

  }

  .job-item-currrent .job-detail-partment,.job-item-currrent .job-detail-location{
    color: #ffffff;  
  }

  .job-item-currrent .angle{
      transform: rotate(-180deg);
  }


.job-detail-duty-top,.job-detail-require-top{
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    line-height: 36px;
    letter-spacing: 8px;
}

.job-detail-duty-bottom,.job-detail-require-bottom{
    font-size: 21px;
    font-weight: 400;
    text-align: left;
    color: #111111;
    line-height: 32px;
}


.job-detail-bottom{
    text-align: left;
}

.job-detail-bottom p{
  text-align: left;
}

.resume-left{
    display: inline-block;
    font-size: 12px;
    font-family: SourceHanSansSC, SourceHanSansSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 18px;
    letter-spacing: 4px;
    background: #ff7700;
}

.resume-right{
    font-size: 12px;
    font-family: SourceHanSansSC, SourceHanSansSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 18px;
} */



@media (min-width:768px) {
    .job{
        height: 980px;
        background: url('../../image/index/hirebg.png') no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    
      .job-top-en{
        font-size: 21px;
        font-weight: 700;
        color: #ff7700;
        line-height: 31px;
        letter-spacing: 9px;
      }
    
      .job-top-cn{
        font-size: 80px;
        font-weight: 700;
        color: #ff7700;
        line-height: 119px;
        letter-spacing: 33px;
      }
    
      .job-bottom{
        cursor: pointer;
      }
    
      .joblist{
         padding: 80px 0 60px 0;
      }

      .job-title-box{
        padding-bottom: 25px;
      }
    
      .job-title{
        opacity: 1;
        font-size: 48px;
        font-family: Source Han Sans CN, Source Han Sans CN-Bold;
        font-weight: 700;
        color: #ff7700;
        line-height: 48px;
        letter-spacing: 6px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }

      .job-title:after{
        content: " ";
        width: 48px;
        height: 4px;
        opacity: 1;
        background: #ff7700;
        display: block;
        margin-top: 21px;
      }

    
      .job-tab-top{
        height: 60px;
        line-height: 60px;
        background: #e5e5e5;
        font-size: 20px;
        font-family: Source Han Sans CN, Source Han Sans CN-Regular;
        font-weight: 400;
        color: #333333;
        letter-spacing: 2px;
        padding: 0 60px;
      }
    
      .job-item{
          cursor: pointer;
          padding-top: 4px;
      }

      .job-partment{
        text-align: center;
      }

      .job-location{
        text-align: right;
      }
    
      .job-detail-top{
        font-size: 16px;
        font-family: Source Han Sans CN, Source Han Sans CN-Regular;
        font-weight: 400;
        color: #666666;
        background: rgb(238, 238, 238);
        padding: 0 54px 0 60px;
        height: 48px;
        line-height: 48px;
      }
    
      .job-item:hover .job-detail-top{
        color: #ff7700;
      }


    
      .job-detail-bottom{
        background: #eeeeee;
        padding: 30px 60px;
        display: none; 

      }
    
      .job-type,.job-partment,.job-location{
        max-width: 33.3%;
        flex-grow: 1;
      }
    
      .job-detail-type,.job-detail-partment,.job-detail-location{
          max-width: 33.3%;
          flex-grow: 1;
      }
    
      .job-detail-type{

      }

      .job-detail-partment{
        text-align: center;
      }
    
      .job-detail-location{
        text-align: right;
      }


    
      .job-item-currrent .job-detail-type, .job-item-currrent .job-detail-partment,.job-item-currrent .job-detail-location{
        color: #ffffff;  
      }
    
      .job-item-currrent .angle{
          transform: rotate(-180deg);
      }
    
      .job-item-currrent .job-detail-top{
        background-color: #ff7700;
      }

      .job-detail-bottom-top span{
          font-size: 16px;
          font-family: Source Han Sans CN, Source Han Sans CN-Bold;
          font-weight: 700;
          text-align: left;
          color: #333333;   
      }

      .job-detail-bottom-top p{
        font-size: 14px;
        font-family: Source Han Sans CN, Source Han Sans CN-Bold;
        font-weight: 400;
        text-align: left;
        color: #666666;
        line-height: 30px;
      }


    .job-detail-bottom-bottom{
      margin-top: 24px;
    }


    .resume-left{
        font-size: 14px;
        font-family: Source Han Sans CN, Source Han Sans CN-Regular;
        font-weight: 400;
        text-align: center;
        color: #ffffff;
        line-height: 14px;
        background: #ff7700;
        border-radius: 18px;
        padding: 11px 46px;
    }

    .resume-left:hover{
        background: rgba(255, 119, 0, 0.8);
    }
    /* .resume-right{
        font-size: 24px;
        font-weight: 400;
        color: #999999;
        line-height: 36px;
    } */
}