@-webkit-keyframes rotatete{
  from{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  to{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
}
@keyframes rotatete{
  from{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  to{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
}
@-webkit-keyframes rotatete2{
  from{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
}
@keyframes rotatete2{
  from{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
}
/* 公司地址 */
.contactUs_address {
  padding-top: 2.14rem;
}
.contactUs_address .map {
  width: 7rem;
  height: 5.25rem;
  float: left;
  overflow: hidden;
  border-bottom-right-radius: 1rem;
}
.contactUs_address .map img {
  width: 100%;
  height: 100%;
}
.contactUs_address .address {
  margin-left: 7.78rem;
  padding-top: 0.28rem;
} 
.contactUs_address .address h3 {
  font-size: 0.42rem;
  line-height: 0.62rem;
  font-weight: normal;
  color: #666666;
}
.contactUs_address .address h4 {
  font-size: 0.28rem;
  line-height: 0.44rem;
  font-weight: lighter;
  color: #666666;
}
.contactUs_address .address .point {
  padding: 0.26rem 0;
  font-size: 0;
}
.contactUs_address .address .point img {
  width: 0.13rem;
  height: 0.16rem;
}
.contactUs_address .address h5 {
  font-weight: normal;
  font-size: 0.32rem;
  color: #222222;
  line-height: 0.54rem;
  margin-bottom: 0.25rem;
}
.contactUs_address .address p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  padding: 0 0.06rem;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactUs_address .address span {
  white-space: nowrap; 
}
.contactUs_subSidiary {
  margin-top: 1rem;
  margin-bottom: 0.86rem;
}
.contactUs_subSidiary .swiper-slide {
  height: auto;
  margin-bottom: 0.5rem;
  background: #ffffff;
  border: 0.02rem solid #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0.05rem 0.29rem 0.9px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0.05rem 0.29rem 0.9px rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  overflow: hidden;
}
.contactUs_subSidiary .swiper-pagination {
  bottom: 0;
}
.contactUs_subSidiary .swiper-pagination-bullet-active {
  background: #cd0b02;
}
.contactUs_subSidiary .subSidiary_img {
  width: 100%;
  height: 3rem;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  border-bottom: 0.02rem solid #e9e9e9;
  font-size: 0;
  overflow: hidden;
}
.contactUs_subSidiary .subSidiary_img img {
  width: 100%;
  height: 100%;
}
.contactUs_subSidiary .subSidiary_info {
  padding: 0.4rem 0.35rem 0.35rem 0.5rem;
}

.contactUs_subSidiary .subSidiary_info h3 {
  font-size: 0.32rem;
  line-height: 0.46rem;
  font-weight: normal;
  color: #666666;
}
.contactUs_subSidiary .subSidiary_info h4 {
  font-size: 0.2rem;
  line-height: 0.38rem;
  font-weight: lighter;
  color: #666666;
}
.contactUs_subSidiary .subSidiary_info .point {
  padding: 0.17rem 0;
  font-size: 0;
}
.contactUs_subSidiary .subSidiary_info .point img {
  width: 0.13rem;
  height: 0.16rem;
}
.contactUs_subSidiary .subSidiary_info h5 {
  font-weight: normal;
  font-size: 0.24rem;
  color: #222222;
  line-height: 0.48rem;
  margin-bottom: 0.1rem;
}
.contactUs_subSidiary .subSidiary_info p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.06rem 0;
}
.contactUs_subSidiary .subSidiary_info p span {
  display: inline-block;
  white-space: nowrap;
}

/* 联系方式 */
.businessTalk {
  padding-top: 2rem;
  padding-bottom: 0.84rem;
}
.businessTalk .title {
  font-size: 0.42rem;
  line-height: 0.64rem;
  color: #666666;
  text-align: center;
}
.businessTalk .en_title {
  font-size: 0.28rem;
  line-height: 0.44rem;
  font-weight: lighter;
  color: #666666;
  text-align: center;
}
.businessTalk .businessTalk_list {
  padding-top: 0.46rem;
}
.businessTalk .businessTalk_list .business_item {
  float: left;
  width: 7.5rem;
  height: 3.15rem;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-bottom-right-radius: 1rem;
  margin-right: 0.98rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 0.5rem 0 0.8rem;
  -webkit-box-shadow: 0px 0.05rem 0.29rem 0.9px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0.05rem 0.29rem 0.9px rgba(0, 0, 0, 0.05);
}
.businessTalk .businessTalk_list .business_item:nth-child(2n) {
  margin-right: 0;
}
.businessTalk .businessTalk_list .business_item .business_img {
  width: 0.72rem;
  float: left;
}
.businessTalk .businessTalk_list .business_item .business_img img {
  width: 100%;
}
.businessTalk .businessTalk_list .business_item .business_txt {
  margin-left: 1.3rem;
} 
.businessTalk .businessTalk_list .business_item .business_txt h3 {
  font-size: 0.32rem;
  line-height: 0.5rem;
  font-weight: normal;
  color: #666666;
}
.businessTalk .businessTalk_list .business_item .business_txt h4 {
  font-size: 0.2rem;
  line-height: 0.34rem;
  font-weight: lighter;
  color: #666666;
}
.businessTalk .businessTalk_list .business_item .business_txt .point {
  padding: 0.2rem 0;
  font-size: 0;
}
.businessTalk .businessTalk_list .business_item .business_txt .point img {
  width: 0.13rem;
  height: 0.16rem;
}
.businessTalk .businessTalk_list .business_item .business_txt p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #222222;
}

.feedback {
  padding-bottom: 1.14rem;
}
.feedback .feedback_title {
  font-size: 0.32rem;
  line-height: 0.6rem;
  padding-left: 0.82rem;
  color: #666666;
}
.feedback .feedback_form {
  padding: 0.44rem 1.1rem 0.4rem 0.43rem;
} 
.feedback .feedback_form .form_item {
  margin-bottom: 0.4rem;
  width: 50%;
  float: left;
}
.feedback .feedback_form .form_item .name {
  width: 1.4rem;
  float: left;
  font-size: 0.18rem;
  line-height: 0.64rem;
  color: #222222;
  text-align: right;
}
.feedback .feedback_form .form_item .name  span {
  color: #f53909;
  padding-right: 0.14rem;
}
.feedback .feedback_form .form_item .form_input {
  margin-left: 1.76rem;
  background: #fbfbfb;
  border: 1px solid #dddddd;
  border-radius: 0.05rem;
  padding: 0.14rem 0.2rem;
}
.feedback .feedback_form .form_item .form_input input {
  width: 100%;
  border: none;
  background: #fbfbfb;
  height: 0.24rem;
  color: #222222;
  font-size: 0.18rem;
}
.feedback .feedback_form .message {
  width: 100%;
} 
.feedback .feedback_form .form_item textarea {
  width: 100%;
  border: none;
  background: #fbfbfb;
  resize: none;
  font-size: 0.18rem;
}
.feedback .more_btn {
  margin-left: 2.19rem;
  margin-top: 0;
  color: #000000;
  position: relative;
}
.feedback .more_btn input {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  text-align: left;
  cursor: pointer;
}
.feedback .more_btn img {
  position: absolute;
  right: 0.3rem;
  margin-left: 0;
}

/* 加入我们 */
.joinUs {
  padding-top: 2rem;
}
.joinUs .joinUs_title {
  font-size: 0.42rem;
  line-height: 0.66rem;
  text-align: center;
  color: #666666;
}
.joinUs .joinUs_enTitle {
  font-size: 0.28rem;
  line-height: 0.42rem;
  font-weight: lighter;
  text-align: center;
  color: #666666;
}
.joinUs .joinUs_select {
  padding-top: 0.48rem;
} 
.joinUs .joinUs_select .select_item {
  float: left;
  margin-right: 0.5rem;
  font-size: 0;
}
.joinUs .joinUs_select .select_item .select_name {
  font-size: 0.2rem;
  color: #222222;
  display: inline-block;
  vertical-align: middle;
}
.joinUs .joinUs_select .select_item .sewv {
  width: 3.25rem;
  margin-left: 0.18rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.joinUs .joinUs_select .select_item .sewv .sewvtop {
  width: 100%;
  height: 0.6rem;
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 0.05rem;
  -webkit-box-shadow: 0px 0.1rem 0.17rem 0.9px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0.1rem 0.17rem 0.9px rgba(0, 0, 0, 0.05);
}
.joinUs .joinUs_select .select_item .sewv .sewvtop>span {
  float: left;
  width: 70%;
  height: 100%;
  line-height: 0.6rem;
  margin-left: 0.18rem;
  white-space: pre;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.2rem;
  color: #999999;
  vertical-align: middle;
  cursor: pointer;
}
.joinUs .joinUs_select .select_item .sewv .sewvtop>em {
  float: right;
  width: 0.15rem;
  height: 0.1rem;
  margin-right: 0.18rem;
  margin-top: 0.24rem;
  vertical-align: middle;
  font-size: 0;
}
.joinUs .joinUs_select .select_item .sewv .sewvtop>em img {
  width: 100%;
  height: 100%;
}
.joinUs .joinUs_select .select_item .sewv .sewvbm {
  width: 100%;
  position: absolute;
  top: 0.6rem;
  display: none;
  border: 1px solid #ededed;
  background: #ffffff;
  border-radius: 0.05rem;
  z-index: 1;
}
.joinUs .joinUs_select .select_item .sewv .sewvbm>li {
  cursor: pointer;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #999999;
  padding-left: 0.1rem;
  font-size: 0.2rem;
}
.joinUs .joinUs_select .select_item .sewv .sewvbm>li:hover {
  color: #cd0b02;
}
.joinUs .joinUs_select .searchBtn {
  float: right;
  width: 1.7rem;
  height: 0.6rem;
  background: #cd0b02;
  border-radius: 0.1rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 0.3rem;
}
.joinUs .joinUs_select .searchBtn img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.16rem;
}
.lbaxztop{
  -webkit-animation: rotatete 0.3s linear forwards;
          animation: rotatete 0.3s linear forwards;
}
.lbaxztop2{
  -webkit-animation: rotatete2 0.3s linear forwards;
          animation: rotatete2 0.3s linear forwards;
}




.join_table {
  margin-top: 0.92rem;
}
.join_table .recruit_title {
  border-bottom: 0.03rem solid #cd0b02;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.join_table .recruit_title .recruit_col {
  font-size: 0.2rem;
  color: #222222;
  height: 0.58rem;
  line-height: 0.58rem;
}
.join_table ul li .recruit_column {
  height: 1.1rem;
  line-height: 1.1rem;
  border-bottom: 1px solid #dadada;
  font-size: 0.18rem;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.join_table ul li .recruit_column .recruit_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join_table ul li .recruit_column .recruit_col p {
  line-height: 0.32rem;
}
.join_table ul li .recruit_column .recruit_col span {
  width: 1.7rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.18rem;
  color: #cd0b02;
  border: 0.02rem solid #cd0b02;
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.1rem;
}
.join_table ul li .recruit_column .recruit_col i {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.02rem solid #b3b3b3;
  background-image: url('../images/global/select_jt_icon.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.15rem 0.1rem;
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.join_table ul li .recruit_detail {
  display: none;
  background: #f8f8f8;
  padding: 0.43rem 0.5rem;
  border-bottom: 1px solid #e4e4e4;
}
.join_table ul li .recruit_detail .detail_item {
  margin-bottom: 0.6rem;
}
.join_table ul li .recruit_detail .detail_item h3 {
  font-size: 0.18rem;
  margin-bottom: 0.3rem;
  font-weight: normal;
  color: #222222;
}
.join_table ul li .recruit_detail .detail_item h4 {
  font-size: 0.18rem;
  font-weight: normal;
  color: #cd0b02;
}
.join_table ul li .recruit_detail .detail_item p {
  font-size: 0.18rem;
  line-height: 0.55rem;
  color: #222222;
}
.join_table ul .active .recruit_column {
  background: #f8f8f8;
}
.join_table ul .active .recruit_column .recruit_col span {
  color: #ffffff;
  background: #cd0b02;
}
.join_table ul .active .recruit_column .recruit_col i {
  background-image: url('../images/global/select_jt_hover_icon.png');
  border: 0.02rem solid #cd0b02;
}
.join_table ul .active .recruit_detail {
  display: block;
}
.join_table .col1 {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.5rem;
}
.join_table .col2 {
  width: 15%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.join_table .col3 {
  width: 15%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.join_table .col4 {
  width: 20%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.join_table .col5 {
  width: 20%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


@media screen and (max-width: 960px) {
  /* 公司地址 */
  .contactUs_address {
    padding-top: 1.14rem;
  }
  .contactUs_address .map {
    width: 100%;
    height: auto;
    float: inherit;
    overflow: hidden;
    border-bottom-right-radius: 1rem;
  }
  .contactUs_address .map img {
    width: 100%;
    height: 100%;
  }
  .contactUs_address .address {
    margin-left: 0rem;
    padding-top: 0.28rem;
  } 
  .contactUs_address .address h3 {
    font-size: 0.32rem;
    line-height: 0.52rem;
    font-weight: normal;
    color: #666666;
  }
  .contactUs_address .address h4 {
    font-size: 0.2rem;
    line-height: 0.34rem;
    font-weight: lighter;
    color: #666666;
  }
  .contactUs_address .address .point {
    padding: 0.26rem 0;
    font-size: 0;
  }
  .contactUs_address .address .point img {
    width: 0.13rem;
    height: 0.16rem;
  }
  .contactUs_address .address h5 {
    font-weight: normal;
    font-size: 0.26rem;
    color: #222222;
    line-height: 0.44rem;
    margin-bottom: 0.25rem;
  }
  .contactUs_address .address p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding: 0 0.06rem;
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contactUs_address .address span {
    white-space: nowrap; 
  }
  .contactUs_subSidiary {
    margin-top: 0.5rem;
    margin-bottom: 0.46rem;
  }
  .contactUs_subSidiary li:nth-child(3n) {
    margin-right: 0;
  }
  .contactUs_subSidiary .subSidiary_img {
    width: 100%;
    height: auto;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
    border-bottom: 0.02rem solid #e9e9e9;
    font-size: 0;
    overflow: hidden;
  }
  .contactUs_subSidiary .subSidiary_img img {
    width: 100%;
    height: 100%;
  }
  .contactUs_subSidiary .subSidiary_info {
    padding: 0.3rem 0.25rem 0.25rem 0.4rem;
  }

  .contactUs_subSidiary .subSidiary_info h3 {
    font-size: 0.32rem;
    line-height: 0.46rem;
    font-weight: normal;
    color: #666666;
  }
  .contactUs_subSidiary .subSidiary_info h4 {
    font-size: 0.2rem;
    line-height: 0.38rem;
    font-weight: lighter;
    color: #666666;
  }
  .contactUs_subSidiary .subSidiary_info .point {
    padding: 0.17rem 0;
    font-size: 0;
  }
  .contactUs_subSidiary .subSidiary_info .point img {
    width: 0.13rem;
    height: 0.16rem;
  }
  .contactUs_subSidiary .subSidiary_info h5 {
    font-weight: normal;
    font-size: 0.24rem;
    color: #222222;
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .contactUs_subSidiary .subSidiary_info p {
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.06rem 0;
  }
  .contactUs_subSidiary .subSidiary_info p span {
    display: inline-block;
    white-space: nowrap;
  }

  /* 联系方式 */
  .businessTalk {
    padding-top: 1rem;
    padding-bottom: 0.84rem;
  }
  .businessTalk .title {
    font-size: 0.32rem;
    line-height: 0.54rem;
    color: #666666;
    text-align: center;
  }
  .businessTalk .en_title {
    font-size: 0.22rem;
    line-height: 0.34rem;
    font-weight: lighter;
    color: #666666;
    text-align: center;
  }
  .businessTalk .businessTalk_list {
    padding-top: 0.46rem;
  }
  .businessTalk .businessTalk_list .business_item {
    float: inherit;
    width: 100%;
    height: auto;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-bottom-right-radius: 1rem;
    margin-right: 0.98rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.2rem 0.2rem 0.2rem 0.3rem;
    -webkit-box-shadow: 0px 0.05rem 0.29rem 0.9px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0.05rem 0.29rem 0.9px rgba(0, 0, 0, 0.05);
    margin-bottom: 0.3rem;
  }
  .businessTalk .businessTalk_list .business_item:nth-child(2n) {
    margin-right: 0;
  }
  .businessTalk .businessTalk_list .business_item .business_img {
    width: 0.72rem;
    float: left;
  }
  .businessTalk .businessTalk_list .business_item .business_img img {
    width: 100%;
  }
  .businessTalk .businessTalk_list .business_item .business_txt {
    margin-left: 1rem;
  } 
  .businessTalk .businessTalk_list .business_item .business_txt h3 {
    font-size: 0.26rem;
    line-height: 0.44rem;
    font-weight: normal;
    color: #666666;
  }
  .businessTalk .businessTalk_list .business_item .business_txt h4 {
    font-size: 0.18rem;
    line-height: 0.24rem;
    font-weight: lighter;
    color: #666666;
  }
  .businessTalk .businessTalk_list .business_item .business_txt .point {
    padding: 0.2rem 0;
    font-size: 0;
  }
  .businessTalk .businessTalk_list .business_item .business_txt .point img {
    width: 0.13rem;
    height: 0.16rem;
  }
  .businessTalk .businessTalk_list .business_item .business_txt p {
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #222222;
  }

  .feedback {
    padding-bottom: 0.8rem;
  }
  .feedback .feedback_title {
    font-size: 0.28rem;
    line-height: 0.5rem;
    padding-left: 0;
    color: #666666;
  }
  .feedback .feedback_form {
    padding: 0.34rem 0 0.3rem 0;
  } 
  .feedback .feedback_form .form_item {
    margin-bottom: 0.4rem;
    width: 100%;
    float: inherit;
  }
  .feedback .feedback_form .form_item .name {
    width: 1.4rem;
    float: left;
    font-size: 0.18rem;
    line-height: 0.64rem;
    color: #222222;
    text-align: right;
  }
  .feedback .feedback_form .form_item .name  span {
    color: #f53909;
    padding-right: 0.14rem;
  }
  .feedback .feedback_form .form_item .form_input {
    margin-left: 1.76rem;
    background: #fbfbfb;
    border: 1px solid #dddddd;
    border-radius: 0.05rem;
    padding: 0.1rem 0.2rem;
  }
  .feedback .feedback_form .form_item .form_input input {
    width: 100%;
    border: none;
    background: #fbfbfb;
    height: 0.24rem;
    color: #222222;
    font-size: 0.18rem;
  }
  .feedback .feedback_form .message {
    width: 100%;
  } 
  .feedback .feedback_form .form_item textarea {
    width: 100%;
    border: none;
    background: #fbfbfb;
    resize: none;
    font-size: 0.18rem;
  }
  .feedback .more_btn {
    margin-left: 2.19rem;
    margin-top: 0;
    color: #000000;
  }

  /* 加入我们 */
  .joinUs {
    padding-top: 1rem;
  }
  .joinUs .joinUs_title {
    font-size: 0.32rem;
    line-height: 0.56rem;
    text-align: center;
    color: #666666;
  }
  .joinUs .joinUs_enTitle {
    font-size: 0.24rem;
    line-height: 0.32rem;
    font-weight: lighter;
    text-align: center;
    color: #666666;
  }
  .joinUs .joinUs_select {
    padding-top: 0.48rem;
  } 
  .joinUs .joinUs_select .select_item {
    float: inherit;
    margin-right: 0;
    margin-bottom: 0.2rem;
    font-size: 0;
  }
  .joinUs .joinUs_select .select_item .select_name {
    font-size: 0.2rem;
    color: #222222;
    display: inline-block;
    vertical-align: middle;
  }
  .joinUs .joinUs_select .select_item .sewv {
    width: 5.25rem;
    margin-left: 0.18rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .joinUs .joinUs_select .select_item .sewv .sewvtop {
    width: 100%;
    height: 0.6rem;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 0.05rem;
    -webkit-box-shadow: 0px 0.1rem 0.17rem 0.9px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0.1rem 0.17rem 0.9px rgba(0, 0, 0, 0.05);
  }
  .joinUs .joinUs_select .select_item .sewv .sewvtop>span {
    float: left;
    width: 70%;
    height: 100%;
    line-height: 0.6rem;
    margin-left: 0.18rem;
    white-space: pre;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.2rem;
    color: #999999;
    vertical-align: middle;
    cursor: pointer;
  }
  .joinUs .joinUs_select .select_item .sewv .sewvtop>em {
    float: right;
    width: 0.15rem;
    height: 0.1rem;
    margin-right: 0.18rem;
    margin-top: 0.24rem;
    vertical-align: middle;
    font-size: 0;
  }
  .joinUs .joinUs_select .select_item .sewv .sewvtop>em img {
    width: 100%;
    height: 100%;
  }
  .joinUs .joinUs_select .select_item .sewv .sewvbm {
    width: 100%;
    position: absolute;
    top: 0.6rem;
    display: none;
    border: 1px solid #ededed;
    background: #ffffff;
    border-radius: 0.05rem;
  }
  .joinUs .joinUs_select .select_item .sewv .sewvbm>li {
    cursor: pointer;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #999999;
    padding-left: 0.1rem;
    font-size: 0.2rem;
  }
  .joinUs .joinUs_select .select_item .sewv .sewvbm>li:hover {
    color: #cd0b02;
  }
  .joinUs .joinUs_select .searchBtn {
    float: inherit;
    width: 1.7rem;
    height: 0.6rem;
    background: #cd0b02;
    border-radius: 0.1rem;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    margin: 0.2rem auto;
    font-size: 0.2rem;
  }
  .joinUs .joinUs_select .searchBtn img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.16rem;
  }
  .lbaxztop{
    -webkit-animation: rotatete 0.3s linear forwards;
            animation: rotatete 0.3s linear forwards;
  }
  .lbaxztop2{
    -webkit-animation: rotatete2 0.3s linear forwards;
            animation: rotatete2 0.3s linear forwards;
  }




  .join_table {
    margin-top: 0.92rem;
  }
  .join_table .recruit_title {
    border-bottom: 0.03rem solid #cd0b02;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .join_table .recruit_title .recruit_col {
    font-size: 0.2rem;
    color: #222222;
    height: 0.58rem;
    line-height: 0.58rem;
  }
  .join_table ul li .recruit_column {
    height: 1.1rem;
    line-height: 1.1rem;
    border-bottom: 1px solid #dadada;
    font-size: 0.18rem;
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .join_table ul li .recruit_column .recruit_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .join_table ul li .recruit_column .recruit_col p {
    line-height: 0.32rem;
  }
  .join_table ul li .recruit_column .recruit_col span {
    width: 1.7rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.18rem;
    color: #cd0b02;
    border: 0.02rem solid #cd0b02;
    border-radius: 0.1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0.1rem;
  }
  .join_table ul li .recruit_column .recruit_col i {
    width: 0.5rem;
    height: 0.5rem;
    border: 0.02rem solid #b3b3b3;
    background-image: url('../images/global/select_jt_icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.15rem 0.1rem;
    border-radius: 0.1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .join_table ul li .recruit_detail {
    display: none;
    background: #f8f8f8;
    padding: 0.23rem 0.3rem;
    border-bottom: 1px solid #e4e4e4;
  }
  .join_table ul li .recruit_detail .detail_item {
    margin-bottom: 0.3rem;
  }
  .join_table ul li .recruit_detail .detail_item h3 {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
    font-weight: normal;
    color: #222222;
  }
  .join_table ul li .recruit_detail .detail_item h4 {
    font-size: 0.18rem;
    font-weight: normal;
    color: #cd0b02;
  }
  .join_table ul li .recruit_detail .detail_item p {
    font-size: 0.18rem;
    line-height: 0.55rem;
    color: #222222;
  }
  .join_table ul .active .recruit_column {
    background: #f8f8f8;
  }
  .join_table ul .active .recruit_column .recruit_col span {
    color: #ffffff;
    background: #cd0b02;
  }
  .join_table ul .active .recruit_column .recruit_col i {
    background-image: url('../images/global/select_jt_hover_icon.png');
    border: 0.02rem solid #cd0b02;
  }
  .join_table ul .active .recruit_detail {
    display: block;
  }
  .join_table .col1 {
    width: 30%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0.5rem;
  }
  .join_table .col2 {
    width: 15%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .join_table .col3 {
    width: 15%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .join_table .col4 {
    width: 20%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .join_table .col5 {
    width: 20%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

}