#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;
}
}
.contact{
    width: 100%;
    padding-top: 100px;
}
.contact-title{
    font-size: 28px;
    color: #1D1D1D;
    text-align: center;
}
.contact-type{
    margin-top: 45px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 105px;
    background: #F4F4F4;
}
.contact-phone{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 105px;
    background: #E8E8E8;
    margin-left: 120px;
}
.contact-phone img{
    width: 28px;
    height: 27px;
}
.contact-phone-text, .contact-email-text{
    padding-left: 25px;
    display: flex;
    justify-content: center;
    width: 290px;
    height: 105px;
    flex-direction: column;
}
.phone-title, .email-title{
    font-size: 16px;
    color: #7C7C7C;
    line-height: 30px;
}
.phone-name, .email-name{
    
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.contact-email{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 105px;
    background: #E8E8E8;
}
.contact-email img{
    width: 30px;
    height: 22px;
}
.contact-text{
    margin-top: 60px;
    text-align: center;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}
.contact-text span{
    font-weight: bold;
}

.wap-contact{
    width: 100%;
    padding-top: 38px;
}
.wap-contact-title{
    text-align: center;
    font-size: 13px;
    color: #1D1D1D;
    font-weight: bold;
    margin-bottom: 51px;
}
.wap-contact-type{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 53px;
    background: #F4F4F4;
}
.wap-contact-phone{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37.5px;
    height: 53px;
    background: #E8E8E8;
}
.wap-contact-phone img{
    width: 13.95px;
    height: 13.35px;
}
.wap-contact-email{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37.5px;
    height: 53px;
    background: #E8E8E8;
}
.wap-contact-email img{
    width: 14.585px;
    height: 10.94px;
}
.wap-text-box{
    margin-left: 12.5px;
    display: flex;
    justify-content: center;
    width: 110px;
    font-size: 8px;
    line-height: 15px;
    height: 53px;
    flex-direction: column;
}
.wap-text1{
    color: #7C7C7C;
}
.wap-text2{
    color: #000000;
}
.wap-text3{
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 60px;
    width: 306px;
    font-size: 9px;
    line-height: 18px;
    text-align: center;
    color: #3D3D3D;
}
.wap-text3 span{
    font-weight: bold;
}












