.head-page .item:nth-child(6) span{
  color: #CD2620;
}
.contant_map{
  height: 692px;
  position: relative;
  margin-top: 95px;
}
.contant_map img{
  max-width: initial;
}
.allmap_content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 3;
}
.map_box{
  padding: 35px 70px;
  box-sizing: border-box;
  width: 726px;
  height: 493px;
  background: #FEFEFF;
  margin-left: auto;
  position: relative;
}
.map_box::after{
  content: "";
  display: block;
  width: 100%;
  height: 340px;
  background: url(../img/contant_map_bg.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
}
.map_box .page_title{
  position: relative;
  z-index: 1;
}
.map_texts  {
  margin-top: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.map_texts .map_item{
  margin-bottom: 5px;
}
.map_texts .map_item:last-child{
  margin-bottom: 0;
}
.contant_map .map_tit img{
  margin-right: 13px;
}
.join_pg01 {
  padding-bottom: 186px;
  box-sizing: border-box;
}
.join_pg01 .page_desc{
  max-width: 850px;
  margin: 18px auto 70px;
}
.join_pg01 .lists{
  height: 560px;
  background: url(../img/join_bg02.jpg) no-repeat center/cover;
}
.join_pg01 .list{
  width: 21.145%;
  height: 433px;
  margin-right: 5.14%;
  position: relative;
  top: 313px;
}
.join_pg01 .list:nth-child(4n){
  margin-right: 0;
}
.join_pg01 .hidd{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(205, 38, 32, 1);
  padding: 51.2% 30px 20px;
  box-sizing: border-box;
  transition: all .4s;
  transform: translateX(-100%);
}
.join_pg01 .hidd .tit {
 border-bottom: 1px solid rgba(255,255,255,.3);
 padding-bottom: 13px;
 box-sizing: border-box;
 margin-top: 13px;
 margin-bottom: 10px;
}
.join_pg01 .list .texts{
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
.join_pg01 .list .title{
  margin-top: 14px;
}
.join_pg01 .list:hover .hidd{
  transform: translateX(0);
}
.join_pg03 .con-tit{
  padding: 0 176px 0 40px;
  box-sizing: border-box;
  height: 60px;
  background: #F9FAFC;
}
.r_name{
  margin-left: 35px;
  color: #555555;
}
.detail_btn{
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 38px;
  cursor: pointer;
  background: url(../img/detail_nextbtn.png) no-repeat center/cover;
  transition: all .4s;
}
.join_pg03 .text p{
  margin-bottom: 6px;
}
.join_pg03 .text p:last-child{
  margin-bottom: 0;
}
.join_pg03 .talent02-con {
  margin-bottom: 29px;
}
.join_pg03 .talent02-con:last-child {
  margin-bottom: 0;
}
.join_pg03 .con-hidden {
  padding: 25px 40px 40px;
  box-sizing: border-box;
  display: none;
  background: #F9FAFC;
  border-top: 1px solid #E5E5E5;
}
.join_pg03 .talent02-con.active .detail_btn {
  background: url(../img/detail_hnextbtn.png) no-repeat center/cover;
}
.con-hidden .subnav{
    font-weight: 600;
    color:#333;
    font-size: 16px;
    margin: 20px 0 10px;
}
.con-hidden .text{
    margin-bottom: 10px;
}
.con-hidden .text:last-child{
  margin-bottom: 0;
}
@media only screen and (max-width: 1480px) {
  .join_pg01 .list{
      width: 22%;
      margin-right: 4%;
  }
}
@media only screen and (max-width: 1366px) {
  .join_pg01 .list{
    height: 365px;
    top: 377px;
  }
  .join_pg01{
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 1280px) {
  .join_pg03 .con-tit {
    padding: 0 120px 0 40px;
  }
  .join_pg01 .list .texts{
    padding: 0 20px;
  }
  .join_pg01 .hidd{
    padding: 51.2% 20px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .join_pg01 .hidd{
    padding: 30px 20px;
  }
  .map_box{
    width: 686px;
  }
  .join_pg01 {
    padding-bottom: 165px;
  }
}
@media only screen and (max-width: 1043px) {
  .join_pg01 .list .texts{
      padding: 0 15px;
  }
  .join_pg01 .hidd {
    padding: 30px 15px;
  }
  .join_pg03 .con-tit {
    padding: 0 80px 0 20px;
  }
  .detail_btn{
    right: 20px;
  }
  .contant_map{
    margin-top: 65px;
  }
  .map_box {
    width: 620px;
    padding: 35px 40px;
    height: 468px;
  }
}
@media only screen and (max-width: 768px) {
  .contant_map {
    margin-top: 30px;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  #allmap{
    height: 285px !important;
  }
  .join_pg01 {
    padding-bottom: 0;
  }
  .join_pg01 .lists{
    background: none;
    height: auto;
  }
  .join_pg01 .page_desc {
      max-width: 100%;
      margin: 18px auto 30px;
  }
  .join_pg03 .talent02-con {
      margin-bottom: 20px;
  }
  .join_pg03 .text {
      width: 100%;
      margin-top: 15px;
  }
  .join_pg03 .text:first-child{
      margin-top: 0;
  }
  .join_pg01 .list {
    height: 248px;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
    top: initial;
  }
  .join_pg01 .list:nth-child(2n){
      margin-right: 0;
  }
  .join_pg01 .hidd {
      padding: 20px 15px ;
      display: none;
  }
  .join_pg03 .con-hidden {
    padding: 20px 15px;
  }
  .join_pg03 .con-tit{
    height: auto;
    padding: 15px;
  }
  .detail_btn{
      right: 15px;
  }
  .map_box {
    width: 100%;
    padding: 30px 15px;
    height: auto;
  }
  .allmap_content{
    position: initial;
    transform: translate(0);
  }
  .r_name{
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }
  .r_name:nth-child(2){
    display: none;
  }
  .r_names {
    width: 100%;
    margin-top: 7px;
  }
  .ewm{
    margin: 20px auto 0;
  }
  .contant_map .map_tit img {
    margin-right: 8px;
  }
  .map_texts .map_item {
    margin-bottom: 8px;
  }
  .map_texts {
    margin-top: 20px;
  }
  .map_box .page_title{
    text-align: center;
  }
}