#tab{
  height: 70px;
  width: 1200px;
  margin: 0 auto;
}
.tab-item{
  width: 100%;
  float: left;
  height: 70px;
  line-height: 120px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  background: #f7f8fa;
}
.tab-item > span{
  display: inline-block;
  width: 100px;
  text-align: center;
  line-height: 21px;
  font-size: 16px;
  color: #333;
}
.tab-item:hover{
  background: #00a0e9;
}
.tab-item:hover > span {
  color: #fff;
}
.tab-item>span>.underline {
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #00a0e9;
  border-radius: 2px;
  behavior: url('../../css/PIE.htc');
  position:relative;
  z-index:2;
  visibility: hidden;
}
.tab-item.active{
  background: #fff;
  border-color: #ccc;
}
.tab-item.active>span>.underline{
  visibility: visible;
}
.tab-item.active>span{
  color: #00a0e9;
  font-weight: bold;
}
.highway{
  text-align: right;
}
.highway > span{
  margin-right: 260px;
}
.traffic{
  text-align: center;
}
.traffic > span {
  margin-left: 0px;
}
/* 选项卡样式end */

/* 加入我们内容样式start */
#join-us-container{
  padding: 80px 0;
  background: url('../../img/zhaoxiannashiBG.png')
}
  .join-us-content{
    width: 1200px;
    margin: 0 auto;
    min-height: 700px;
    /* background: red; */
  }
    .competitive-content-title{
      margin: auto;
      text-align: center;
      line-height: 0;
      width: 160px;
      height: 26px;
      font-size: 28px;
      font-weight: bold;
      background: rgba(0, 160, 233, 0.2);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8800a0e9, endColorstr=#8800a0e9);
    }
    .join-us-img{
      height: 120px;
      text-align: center;
      margin-top: -10px;
      position: relative;
    }
      .join-us-img > img{
        position: absolute;
        top: 0;
        left: 43%;
      }
      .join-us-img > p{
        /* line-height: 190px; */
        margin-top: 50px;
        font-size: 22px;
        font-weight: bold;
        color: #00a0e9;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        /*text-align: justify;*/
      }
    .join-us-text > .us-text{
      height: 88px;
      width: 690px;
      margin: 0 auto;
      margin-top: 15px;
    }
      .us-text > div{
        float: left;
      }
      .us-text > .text-left{
        width: 100px;
        height: 100%;;
        font-size: 16px;
        font-weight: bold;
      }
      .us-text > .text-left > span{
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #00a0e9;
        behavior: url('../../css/PIE.htc');
        position:relative;
        z-index:2;
        margin-right: 10px;
      }
      .us-text > .text-right{
        width: 584px;
        height: 100%;
        overflow: hidden;
        color: #333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-align: justify;
        text-justify: inter-ideograph;
      }
  /* 招贤纳士样式start */
  .join-us-content-personnel{
    width: 700px;
    margin: 0 auto;
    min-height: 700px;
  }
    .recruit-tab{
      height: 46px;
      margin-top: 20px;
      margin-bottom: 54px;
    }
    .recruit-tab > div{
      width: 184px;
      height: 58px;
      border: 2px solid #ccc;
      text-align: center;
      font-size: 22px;
      float: left;
      color: #333;
      overflow: hidden;
      cursor: pointer;
      line-height: 58px;
    }
    .recruit-tab > div > p{
    }
    .recruit-tab > div > span{
      font-size: 16px;
      color: #999;
    }
    .recruit-tab > div:hover{
      background: #00a0e9;
      border-color: #00a0e9;
      color: #fff;
    }
    .recruit-tab > div:hover span{
      color: #fff;
    }
    .recruit-tab > .recruit-tab-list {
      margin-top: 30px;
    }

    .recruit-tab > .recruit-tab-list > p{
      width: 184px;
      overflow: hidden;
      text-overflow:ellipsis;
      white-space: nowrap;
    }
    .recruit-tab > .recruit-tab-center {
      margin-left: 68px;
      margin-right: 68px;
    }
  /* 招贤纳士样式end */

  /* 职位详情样式start */
    #recruit-prv-container{
      min-height: 400px;
      padding: 50px 0;
    }
      .recruit-prv-title{
        text-align: center;
        margin-bottom: 20px;
      }
      .recruit-prv-title > span{
        font-weight: bold;
        font-size: 20px;
      }
      .recruit-prv-content{
        width: 700px;
        margin: 0 auto;
        text-align: justify;
        text-justify: inter-ideograph;
          line-height: 26px;
      }
      .recruit-prv-content > ol{
        padding-left: 2rem;
      }
  /* 职位详情样式end */
/* 加入我们内容样式end */
