.join-banner{
  position: relative;
  min-height: 600px;
  display: block;
  background: url(../image/banner/ht-join.png) no-repeat center center;
  background-size: 100% 100%;
}
.join-people{
  margin: 0 auto;
  justify-content: space-between;
}
.join-people-item{
  justify-content: space-between;
  padding: 90px 50px 90px 50px;
}
.join-img{
  width: 119px;
  height: 119px;
  flex-shrink: 0;
  margin-right: 24px;
}
.join-title{
  line-height: 16px;
  margin-bottom: 8px;
}
.join-subtitle{
  line-height: 14px;
  margin-bottom: 24px;
}
.join-content{
  line-height: 24px;
}
.join-banner1{
  position: relative;
  min-height: 252px;
  display: block;
  background: url(../image/join/join-bac1.png) no-repeat center center;
  background-size: 100% 100%;
}
.join-banner1-box{
  position: relative;
  top: -40px;
  color: #FFFFFF;
}
.join-bac{
  min-height: 136px;
  margin: 0 auto;
  background: url(../image/join/join-bac.png) no-repeat center top;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.join-text{
  margin: 0;
  line-height: 16px;
}
.join-text-en{
  padding: 48px 0 12px 0;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 1px;
}
.join-otherText{
  margin: 0;
  line-height: 14px;
}
.join-position{
  margin: 60px auto;
}
.post-tab{
  display: flex;
  flex-wrap: wrap;
  height: 56px;
  background: #003C88;
  border-radius: 2px 2px 0px 0px;
}
.post-text{
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 56px;
}
.post-text:after{
  content: '';
  width: 1px;
  height: 24px;
  border: 1px solid #FFFFFF;
  float: right;
  top: 30%;
  position: relative;
}
.post-text:last-child:after{
  content: '';
  width: 0;
  height: 0;
  border: none;
}
.ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-width1{
  width: 16.6%;
  cursor: pointer;
}
.post-width2{
  width: 25% !important;
  cursor: pointer;
}
.post-width3{
  width: 22.33%;
}
.post-width5{
  width: 16.6%;
  cursor: pointer;
}
.post-item{
  display: flex;
  flex-wrap: wrap;
  height: 56px;
  border-radius: 2px 2px 0px 0px;
  background: #ffffff;
  border-bottom: 1px solid #D8D8D8;
}
.post-item-text{
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 56px;
  padding: 0 10px;
}
.view-detail{
  color: #3D6EFF;
}
.join-footer{
  padding: 60px 0;
  background: #F5F7FA;
}
.join-footer-box{
  margin: 0 auto;
}
.join-footer-left{
  position: relative;
}
.join-footer-left>img{
  width: 100%;
}
.join-footer-left>h5{
  position: absolute;
  top: 45%;
  left: 40px;
  color: #fff;
}
.join-footer-right{
  margin-left: 49px;
}
.join-contact-box{
  padding-top: 30px;
  align-items: flex-start;
}
.join-contact-box>svg{
  flex-shrink: 0;
}
.join-contact{
  margin-left: 11px;
}

@media (max-width: 1200px){
  .join-banner1{
    min-height: 222px;
  }
}
@media (max-width: 992px){
  .join-people-item{
    padding: 60px 30px;
  }
}
/**  ipad  **/
@media (max-width: 768px){
  .join-people {
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 55px;
  }
  .join-people-item {
    width: 100%;
    padding: 40px 30px;
  }
}
/**  phone  **/
@media (max-width: 576px){
  .join-img{
    width: 60px;
    height: 60px;
  }
  .join-people-item{
    padding: 0 0 8px 0;
    align-items: center;
  }
  .join-title{
    font-size: 16px;
  }
  .join-subtitle{
    font-size: 14px;
    margin-bottom: 0;
  }
  .join-content{
    font-size: 12px !important;
    line-height: 16px;
    margin-bottom: 40px;
  }
  .join-banner1-box{
    top: -23px;
  }
  .join-bac{
    min-height: 75px;
    background: url(../image/join/join-mobile-bac.png) no-repeat center top;
  }
  .join-text{
    font-size: 12px !important;
  }
  .join-banner1{
    min-height: 180px;
    background: url(../image/join/join-mobile-bac1.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .join-text-en {
    padding: 44px 0 12px 0;
    font-size: 20px;
    line-height: 20px;
  }
  .join-otherText{
    font-size: 12px !important;
    line-height: 12px;
  }
  .join-position{
    padding: 0 !important;
    margin: 40px auto;
  }
  .post-item{
    height: auto;
  }
  .post-tab{
    height: 36px;
  }
  .post-width1,.post-width2,.post-width3,.post-width5{
    width: 20%!important;
    font-size: 12px;
    line-height: 36px;
  }
  .post-text:after {
    height: 19px;
  }
  .post-item-text{
    font-size: 12px;
    line-height: 16px;
    padding: 8px 4px;
    text-align: center;
  }
  .ellipsis{
    white-space: normal;
    overflow: auto;
  }
  .join-footer{
    padding: 0 0 20px 0;
    margin-bottom: 40px;
  }
  .join-footer-box{
    flex-direction: column;
    padding: 0 !important;
    align-items: baseline;
  }
  .join-footer-right {
    margin-left: 0;
    padding-left: 15px;
  }
  .join-footer-left>h5 {
    top: 40px;
    left: 16px;
    font-size: 12px !important;
  }
  .join-contact-box{
    padding-top: 20px;
  }
  .join-contact>h6{
    font-size: 12px !important;
  }
  .join-contact-box>svg{
    width: 13px;
    height: 13px;
  }
  .card-body>h4,.card-body>h3>span{
    font-size: 14px !important;
  }
  .card-body>p>span{
    font-size: 12px !important;
  }
}




























