/* 加入我们中间开始 */
body{
  /* min-width: max-content; */
  height: 100%;
}
#joinUs{
  margin: 0 auto;
  /* padding-top:40px; */
  padding-bottom: 40px;
  height: 100%;
}
#joinUs .img_intro{
  width: 495px;
}
.content_width_content{
  width: 100%;
  height: 300px;
}
#joinUs .company_give_container{
  display: flex;
  /* justify-content: space-between; */
  text-align: center;
  font-size: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.company_give_container >div{
  width: 160px;
  height: 150px;
  background: #F1F1F5;
  color: #666;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 24px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.company_give_container >div:last-child{
  margin-right: 0px;
}
#joinUs .company_give{
  font-size:48px;
}
#joinUs #job{
  display: flex;
  justify-content: center;
  margin-bottom: 77px;
}
#joinUs .job_content{
  width: 25%;
  /* width: 165px; */
  color: #666666;
  font-size:14px
}
#joinUs .job_content_item{
  height: 60px;
  line-height: 60px;
  /* padding-top:8%; */
  text-align: center;
  cursor: pointer;
}
#joinUs .job_content_item :hover{
  cursor: pointer;
}
#joinUs .offer{
  width: 45%;
  /* width: 476px; */
  padding-top:20px;
  padding-left:54px;
  font-size: 12px;
  color: #666;
}
#joinUs .job_give{
  background-color: #0098FF;
  height: 40px;
  width: 260px;
  margin: 0 auto;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
}
.active_job_content_item{
  background-color: #0098FF;
  color: #fff;
  position: relative;
}
.active_job_content_item::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 12px solid transparent; 
  right: 0px;
  top: 0px;
}
.active_job_content_item::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 30px solid #fff;
  border-left: 12px solid transparent; 
  right: 0px;
  bottom: 0px;
}
.mg_b20{
  margin-bottom: 20px;
}
h1{
  margin: 60px 0px 60px;
  font-size: 24px;
  color: #666;
  text-align: center;
}
/* 加入我们中间结束 */