#home .homecontent .image{
  width: 100%;
  height: 100%;
}
#home .homecontent .en_image{
  width: 100%;
  height: 100%;
  display: none;
}
#home #selection{
  width: 100vw;
  /* height: 100px; */
  background-color: #fff;
  /* min-width: 1900px; */
  margin-top: 80px;
  border: 1px solid transparent;
  margin-bottom: 30%;
}
/* #home #selection .one{
  width: 60%;
  box-sizing: border-box;
  line-height: 55px;
  border: 1px solid transparent;
  padding: 20px 35px;
  margin: 0 auto;
  font-size: 20px;
} */
#home #selection .content{
  width: 60%;
  margin: 0 auto;
}
#home #selection .job{
  width: 60%;
  box-sizing: border-box;
  height: 96px;
  line-height: 55px;
  border: 1px solid #b4171f;
  padding: 20px 35px;
  margin: 0 auto 42px;
  color: #b4171f;
  font-size: 20px;
  font-weight: bold;
}
#home #selection .job.active{
  color: #fff; 
  background-color: #b4171f;
}
/* #home #selection .job:hover{
  color: #fff;
  background-color: #b4171f;
} */
/* #home #selection .job:hover>img{
  display: none;
} */
#home #selection .job_details{
  width: 60%;
  margin: -43px auto 45px;
  font-size: 18px;
  border: 1px solid #b4171f;
  box-sizing: border-box;
  /* border-top: none; */
  color: #000;
  display: none;
}
#home #selection .job_details p:nth-of-type(1),
#home #selection .job_details p:nth-of-type(2),
#home #selection .job_details p:nth-of-type(3),
#home #selection .job_details p:nth-of-type(4),
#home #selection .job_details p:nth-of-type(5)
{
  width: 94%;
  height: 50px;
  line-height: 50px;
  padding: 20px 35px;
  border-bottom: 1px solid #bfbfbf;
}
#home #selection .job_details .des{
  width: 94%;
  /* height: 412px; */
  line-height: 20px;
  padding: 20px 35px;
  font-size: 18px;
}
#home #selection .job_details .des:nth-of-type(1){
  border-bottom: 1px solid #bfbfbf;
}
#home #selection .job_details .des span{
  font-weight: bold;
}
#home #selection .job_details .des .join_des{
  margin-top: 20px;
  line-height: 32px;
}
#home #selection .job_details .des img{
  margin-left: 92%;
  margin-top: 155px;
  cursor: pointer;
}
#home #selection .job_details p span:nth-of-type(1){
  font-weight: bold;
  margin-right: 48px;
}
#home #selection .job img{
  position: relative;
  top: -33px;
  left: 96%;
}

.guide{
  width: 100%;
  height: 140px;
  z-index: 2;
}
.guide .go_back_top{
  height: 70px;
  margin-right: 7px;
  z-index: 1;
  position: relative;
}
.guide .go_back_top img{
  float: right;
}
.guide .guide_content{
  height: 70px;
  border-top: 1px solid #7f7f7f;
}
.guide .guide_content span{
  line-height: 70px;
  /*    padding-top: 28px;*/
  font-size: 14px;
}
.guide .guide_content .index{
  margin-left: 216px;
  color: #808080;
}
.guide .guide_content .content{
  font-weight: bold;
}


/* ---------------------手机端--------------------- */
@media screen and (max-width:1024px){
  #home .jo_title{
    position: absolute;
    top: 390px;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#home .jo_title>p{
    font-size: 2rem;
    /* line-height: 40px; */
    letter-spacing: 4.5px;
    color: #fff;
    padding: 0 14px;
    font-weight: bold;
    text-align: center;
}
#home .jo_title>p:last-child{
    font-size: 1.1rem;
    letter-spacing: 3.3px;
    font-weight: normal;
    text-align: center;
    margin-top: 18px;
  }
  #home .homecontent .image{
    display: none;
  }
  #home .homecontent .en_image{
    display: block;
  }
  #home #selection .job{
    width: 85%;
    height: 70px;
    line-height: 26px;
    margin: 0 auto 20px;
  }
  .guide .guide_content .index{
    margin-left: 3px;
  }
  .guide{
    display: none;
  }
  #home #selection .job_details{
    width: 85%;
    margin: -20px auto 45px;
    font-size: 18px;
    color: #000;
  }
#home #selection .job_details p:nth-of-type(1),
#home #selection .job_details p:nth-of-type(2),
#home #selection .job_details p:nth-of-type(3),
#home #selection .job_details p:nth-of-type(4),
#home #selection .job_details p:nth-of-type(5)
{
  width: 85%;
  padding: 20px 27px;
}
#home #selection .job_details .des{
  width: 85%;
  line-height: 20px;
  padding: 20px 27px 40px;
  font-size: 1.1rem;
}
#home #selection .job_details .des .join_des{
  font-size: 1.1rem;
  color: #4d4d4d;
}
  #home #selection .job_details .des img{
    display: none;
  }
  #home #selection .job_details p span:nth-of-type(2){
    font-size: 1.1rem;
    color: #4d4d4d;
  }
  #home #selection .job .arrow{
    top: -20px;
  }
  #home #selection .job .en_up{
    display: none;
    top: -20px;
  }
}
@media screen and (max-width:800px){
  #home .jo_title{
    position: absolute;
    top: 310px;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#home .jo_title>p{
    font-size: 2rem;
    /* line-height: 40px; */
    letter-spacing: 4.5px;
    color: #fff;
    padding: 0 14px;
    font-weight: bold;
    text-align: center;
}
#home .jo_title>p:last-child{
    font-size: 1.1rem;
    letter-spacing: 3.3px;
    font-weight: normal;
    text-align: center;
    margin-top: 18px;
  }
  #home .homecontent .image{
    display: none;
  }
  #home .homecontent .en_image{
    display: block;
  }
  #home #selection .job{
    width: 85%;
  }
  .guide .guide_content .index{
    margin-left: 3px;
}
}
@media screen and (max-width:414px){
  #home .jo_title{
    top: 200px;
}
#home .jo_title>p:last-child{
    font-size: 1rem;
    margin-top: 10px;
    line-height: 28px;
}
}
@media screen and (max-width:411px){
  #home .jo_title{
    top: 200px;
}
#home .jo_title>p:last-child{
    font-size: 1rem;
    letter-spacing: 3.3px;
    text-align: center;
    margin-top: 5px;
  }
}

@media screen and (max-width:375px){
  #home .homecontent .en_image{
      height: 245px;
  }
  #home .jo_title{
    top: 210px;
}
  #home .jo_title>p{
      font-size: 1.8rem;
  }
  #home .jo_title>p:last-child{
      font-size: 1.0rem;
      margin-top: 6px;
      line-height: 26px;
  }
  .guide .guide_content .index{
    margin-left: 3px;
}
}
@media screen and (max-width:360px){
  #home .jo_title{
    top: 220px;
}
#home .jo_title>p{
    font-size: 2rem;
    /* line-height: 40px; */
    letter-spacing: 4.5px;
    color: #fff;
    padding: 0 14px;
    font-weight: bold;
    text-align: center;
}
#home .jo_title>p:last-child{
    font-size: 1.1rem;
    letter-spacing: 3.3px;
    text-align: center;
    margin-top: 5px;
  }
}
@media screen and (max-width:320px){
  #home .homecontent .en_image{
      height: 220px;
  }
  #home .jo_title{
      top: 210px;
  }
  #home .jo_title>p{
      font-size: 1.8rem;
  }
  #home .jo_title p:nth-of-type(1){
      font-size: 1.8rem;
  }
  #home .jo_title>p:last-child{
      font-size: 1.0rem;
      margin-top: 2px;
  }
  .guide .guide_content .index{
    margin-left: 3px;
}
}



