.banner {
  background: url(../jpg/banner_bg-2.jpg) 0 0 /100% 100% no-repeat;
  position: relative;
  height: 9.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner div {
  color: #fff;
  text-align: center;
}

.banner h1 {
  font-size: 0.5rem;
}
.banner p {
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.banner span {
  display: block;
  font-size: 0.24rem;
  line-height: 0.44rem;
  margin-top: 0.25rem;
}

.recruitment {
  overflow-x: hidden;
}

.job_list {
  padding: 0.3rem 0 0.6rem;
}

.handle_button {
  cursor: pointer;
}

.job_list_title {
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: rgba(248, 248, 248, 0);
  transition: background linear 0.4s;
}

.job_list li h6 {
  width: 12%;
  font-size: 0.16rem;
  color: #313131;
  line-height: 0.8rem;
  text-align: center;
}

.job_list .job_list_header {
  width: 100%;
  border-radius: 0.2rem 0.2rem 0px 0px;
  overflow: hidden;
}

.job_list .job_list_header .job_list_title {
  height: 0.62rem;
  background: #25292b;
}

.job_list .job_list_header h6 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.62rem;
  text-align: center;
}

.arrow_btn {
  height: 0.34rem;
  cursor: pointer;
  transition: all linear 0.3s;
  /* transform: rotateZ(180deg); */
}

.job_list li h6:first-child {
  width: 3.5rem;
}

.job_list li h6:last-child {
  width: 3rem;
}

.job_list_details {
  padding: 0 0.36rem;
  border-radius: 0px 0px 0.16rem 0.16rem;
  background: rgba(248, 248, 248, 0);
  display: none;
  overflow: hidden;
  transition: background linear 0.4s;
}

.job_list_details_cont {
  width: 100%;
  padding: 0 0.5rem 0.4rem;
}

.details_cont_line {
  height: 0.04rem;
  background: #078fdf;
  border-radius: 0.02rem;
  width: 0%;
  margin: 0 auto;
  transition: all 0.5s;
}

.job_list_details_cont h5 {
  font-size: 0.2rem;
  font-weight: 400;
  color: #313131;
  line-height: 0.48rem;
  margin: 0.2rem 0 0.1rem;
}

.job_list_details_cont p {
  font-size: 0.16rem;
  font-weight: 400;
  color: #313131;
  line-height: 0.48rem;
}

.job_list_details_cont b {
  font-size: 0.18rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.48rem;
}

.job_list_details_cont b a {
  color: #34aae6;
}

.tenet {
  display: flex;
}

.tenet1 .tenet_left {
  padding-top: 0.24rem;
  z-index: 2;
}

.tenet1 .tenet_title {
  padding-left: 2.8rem;
}

.tenet_title h4 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #232c3b;
  line-height: 0.32rem;
  position: relative;
  z-index: 2;
}

.tenet_title p {
  font-size: 0.32rem;
  font-family: Arial;
  font-weight: bold;
  color: #e7e7e7;
  line-height: 0.32rem;
  opacity: 0.6;
  letter-spacing: 0.01rem;
  margin-top: -0.1rem;
  z-index: 1;
}

.tenet .img_box {
  width: 10.9rem;
  height: 5.95rem;
  overflow: hidden;
}

.tenet img {
  width: 100%;
  height: 100%;
}

.tenet img:hover {
  transform: scale(1.05);
}

.tenet1 .img_box {
  margin-top: 0.82rem;
}

.tenet1 .tenet_right {
  width: 8.8rem;
  height: 8.7rem;
  background: rgba(223, 224, 224, 0.3);
  margin-left: -0.5rem;
  padding: 1.97rem;
  box-sizing: border-box;
}

.tenet1 .tenet_right_text {
  width: 3.98rem;
  color: #232c3b;
}

.tenet_text h5 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.4rem;
}

.tenet_text p {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.34rem;
}

.tenet1 .tenet_right_text span {
  display: block;
  font-size: 0.22rem;
  font-weight: 400;
  line-height: 0.22rem;
  margin-top: 0.3rem;
}

.tenet2 {
  display: flex;
  justify-content: space-between;
}

.tenet2 .tenet_title {
  padding-bottom: 0.1rem;
}

.tenet2 .tenet_left {
  padding-left: 2.8rem;
}

.tenet2 .tenet_text {
  width: 3.99rem;
  margin-top: 0.4rem;
}

.tenet2 .tenet_text h5 {
  line-height: 0.24rem;
}

.tenet2 .tenet_text p {
  margin-top: 0.22rem;
  line-height: 0.34rem;
}

.tenet3 {
  padding-top: 1.2rem;
}

.tenet3 .tenet_title {
  padding-left: 1.45rem;
}

.tenet3_text {
  height: 4.46rem;
  width: calc(100vw - 10.9rem);
  background: rgba(223, 224, 224, 0.3);
  margin-top: 0.34rem;
  padding-left: 1.45rem;
  padding-top: 0.98rem;
  box-sizing: border-box;
}

.tenet3_text div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.3rem;
}

.tenet3_text span {
  display: inline-block;
  width: 0.07rem;
  height: 0.07rem;
  margin-top: 0.14rem;
  background: #1c9dce;
  border-radius: 50%;
  margin-right: 0.05rem;
}

.tenet3_text p {
  font-size: 0.16rem;
  font-weight: 400;
  color: #020914;
  width: 3.88rem;
  line-height: 0.34rem;
}

/* 忒亚气质 */
.quality{
  overflow-x: hidden;
}

.quality_cont{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 15rem;
  margin: 0 auto;
}

.q_cont_li{
  width: 6rem;
  height: 2.54rem;
  margin: 0.16rem;
  padding: 0.4rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.q_cont_li h5{
  font-size: 0.48rem;
  font-weight: 400;
  color: #1C83AA;
  line-height: 0.48rem;
  margin-bottom: 0.36rem;
  position: relative;
}

.q_cont_li p{
  font-size: 0.2rem;
  font-weight: 400;
  color: #020914;
  line-height: 0.34rem;
  position: relative;
}

.q_cont_li .q_cont_li_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.q_cont_li:hover .q_cont_li_bg{
  transform: scale(1.1);
}

.q_cont_li:nth-child(1) .q_cont_li_bg{
  background: url(../jpg/quality_bg_1.jpg) 0 0 /100% 100% no-repeat;

}
.q_cont_li:nth-child(2) .q_cont_li_bg{
  background: url(../jpg/quality_bg_2.jpg) 0 0 /100% 100% no-repeat;

}
.q_cont_li:nth-child(3) .q_cont_li_bg{
  background: url(../jpg/quality_bg_3.jpg) 0 0 /100% 100% no-repeat;

}
.q_cont_li:nth-child(4) .q_cont_li_bg{
  background: url(../jpg/quality_bg_4.jpg) 0 0 /100% 100% no-repeat;

}
.q_cont_li:nth-child(5) .q_cont_li_bg{
  background: url(../jpg/quality_bg_5.jpg) 0 0 /100% 100% no-repeat;

}
.q_cont_li:nth-child(6) .q_cont_li_bg{
  background: url(../jpg/quality_bg_6.jpg) 0 0 /100% 100% no-repeat;

}


/* 员工生活 */
.daily_li_box {
  display: flex;
  align-items: center;
  overflow-x: hidden;
}

.daily_li {
  height: 2.8rem;
  position: relative;
  overflow: hidden;
}

.daily_li_l {
  /* width: 7.88rem; */
  width: 42%;
}

.daily_li_r {
  width: 58%;
}

.daily_li_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.daily_li_defult {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2.18rem 0 0 0.4rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #ffffff;
  box-sizing: border-box;
}

.daily_li_hover {
  position: absolute;
  top: 110%;
  left: 0.4rem;
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  font-weight: 400;
  color: #ffffff;
}

.daily_li_hover p{
  width: 85%;
}

.daily_li:hover .daily_li_bg {
  transform: scale(1.1);
}

.daily_li:hover .daily_li_defult {
  background: rgba(0, 0, 0, 0.3);
  padding-top: 0.4rem;
}

.daily_li:hover .daily_li_hover {
  top: 0.82rem;
}

.daily_li_1 .daily_li_bg {
  background: url(../jpg/daily_bg_1.jpg) 0 0 /100% 100% no-repeat;
}
.daily_li_2 .daily_li_bg {
  background: url(../jpg/daily_bg_2.jpg) 0 0 /100% 100% no-repeat;
}
.daily_li_3 .daily_li_bg {
  background: url(../jpg/daily_bg_3.jpg) 0 0 /100% 100% no-repeat;
}
.daily_li_4 .daily_li_bg {
  background: url(../jpg/daily_bg_4.jpg) 0 0 /100% 100% no-repeat;
}
.daily_li_5 .daily_li_bg {
  background: url(../jpg/daily_bg_5.jpg) 0 0 /100% 100% no-repeat;
}
.daily_li_6 .daily_li_bg {
  background: url(../jpg/daily_bg_6.jpg) 0 0 /100% 100% no-repeat;
}

/* 加入我们 */
.join_us {
  padding-bottom: 0.9rem;
}

.join_us_cont {
  display: flex;
  align-items: center;
  justify-content: center;
}

.join_us_cont .join_us_left {
  width: 6.27rem;
  height: 5.18rem;
  background: #f5f6f6;
  padding: 0.5rem;
  box-sizing: border-box;
}

/* .join_us_box {
} */

.join_us_box h5 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #1c9dce;
  line-height: 0.28rem;
}

.join_us_box div {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.1rem;
}
.join_us_box div p {
  flex: 0 0 40%;
  font-size: 0.2rem;
  font-weight: 400;
  color: #020914;
  line-height: 0.2rem;
  margin-top: 0.4rem;
}

.join_us_box_1 {
  margin-top: 0.68rem;
}

.join_us_box_1 p {
  margin-top: 0.4rem;
  width: 4.67rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #020914;
  line-height: 0.48rem;
}

.join_us_box_1 p a {
  font-weight: bold;
  color: #1c9dce;
}

.join_us_box_1 p a:hover {
  text-decoration: underline #1c9dce;
}

.join_us_right {
  width: 7.3rem;
  height: 5.18rem;
  overflow: hidden;
}

.join_us_right img {
  width: 100%;
  height: 100%;
}

.join_us_right img:hover {
  transform: scale(1.1);
}


/*phone<768  小屏，*/
@media screen and (max-width: 767px) {
  .banner {
    height: 3.94rem;
    padding-top: 0.57rem;
    box-sizing: border-box;
    background: url(../png/join_us_bg.png) 0 0 /100% 100% no-repeat;

  }
  .banner div {
    width: 2.87rem;
  }

  .banner h1 {
    font-size: 0.28rem;
  }

  .banner span {
    font-size: 0.1rem;
    line-height: 0.16rem;
    margin-top: 0.12rem;
  }

  .recruitment_mob{
    padding: 0 0.2rem;
  }

  .recruitment_mob .recruitment h3{
    font-size: 0.2rem;
  }

  .tenet_mob img{
    width: 100%;
    margin: 0.25rem 0;
  }

  .tenet_mob:last-child img{
    margin: 0.25rem 0 0;
  }

  .tenet_text{
    text-align: center;
  }

  .tenet_text h5{
    font-size: 0.16rem;
    font-weight: bold;
    color: #232C3B;
    line-height: 0.16rem;
    margin-bottom: 0.2rem;
  }

  .tenet_text h6{
    font-size: 0.14rem;
    font-weight: bold;
    color: #232C3B;
    line-height: 0.14rem;
    margin-bottom: 0.13rem;
  }

  .tenet_text p{
    font-size: 0.14rem;
    font-weight: 400;
    color: #232C3B;
    line-height: 0.2rem;
    margin-top: 0;
  }

  .tenet_text .p_other{
    width: 2.4rem;
    margin: 0 auto 0.2rem;
  }

  .p_other:last-child{
    margin: 0 auto;
  }

  .quality_cont{
    width: 100%;
  }

  .q_cont_li{
    width: 1.66rem;
    height: 1.04rem;
    margin: 0.06rem;
    padding: 0;
  }

  .q_cont_li h5{
    font-size: 0.2rem;
    text-align: center;
    line-height: 1.04rem;
  }

  .daily_li{
    height: 1.18rem;
  }

  .daily_li_defult{
    padding: 0;
  }
  .daily_li:hover .daily_li_defult{
    background: none;
    padding: 0;
  }

  .daily_li_defult p{
    text-align: center;
    line-height: 1.18rem;
  }

  .daily_li_1 .daily_li_bg {
    background: url(../png/daily_bg_1.png) 0 0 /100% 100% no-repeat;
  }
  .daily_li_2 .daily_li_bg {
    background: url(../png/daily_bg_2.png) 0 0 /100% 100% no-repeat;
  }
  .daily_li_3 .daily_li_bg {
    background: url(../png/daily_bg_3.png) 0 0 /100% 100% no-repeat;
  }
  .daily_li_4 .daily_li_bg {
    background: url(../png/daily_bg_4.png) 0 0 /100% 100% no-repeat;
  }
  .daily_li_5 .daily_li_bg {
    background: url(../png/daily_bg_5.png) 0 0 /100% 100% no-repeat;
  }
  .daily_li_6 .daily_li_bg {
    background: url(../png/daily_bg_6.png) 0 0 /100% 100% no-repeat;
  }

  .join_us{
    padding-bottom: 0.35rem;
  }

  .join_us_cont{
    display: block;
    padding: 0 0.2rem;
  }

  .join_us_cont .join_us_left{
    width: 100%;
    padding: 0.25rem 0;
    height: auto;
  }
  .join_us_box h5{
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #020914;
    text-align: center;
  }
  .join_us_box div{
    justify-content: center;
  }
  .join_us_box div p{
    font-size: 0.14rem;
    font-weight: 400;
    color: #020914;
    line-height: 0.2rem;
    margin-top: 0.1rem;
  }

  .join_us_box_1{
    margin-top: 0.2rem;
  }
  .join_us_box_1 p{
    margin-top: 0.2rem;
    width: 100%;
    font-size: 0.14rem;
    font-weight: 400;
    color: #020914;
    line-height: 0.3rem;
    text-align: center;
  }

  .join_us_box_1 p a{
    display: block;
  }
  .join_us_right{
    width: 100%;
    height: 1.84rem;
  }
}