.Contact_us .nav_list_center {
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
.Contact_us .map_box {
  width: 100%;
  height: 6.6rem;
  display: flex;
  margin-top: 0.5rem;
  position: relative;
}
.Contact_us .map_box img{
    /*width: auto;*/
    /*height: auto;*/
    object-fit: contain!important;
}
.Contact_us .section_Recru_box {
  padding-bottom: 0;
}
.Contact_us .code_img {
    border-top: 0.02rem solid #EE5D13;
  width: 5.8rem;
  height: 6.6rem;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 19%;
  padding-top: 0.59rem;
  padding-left: 0.66rem;
}
.Contact_us .or_phone {
  display: flex;
}
.Contact_us .phone_small {
  width: 0.26rem;
  height: 0.26rem;
  display: flex;
}
.Contact_us .phone_text {
  margin-left: 0.27rem;
}
.Contact_us .phone_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.1rem;
}
.Contact_us .phone_text_small {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.26rem;
}
.Contact_us .or_small {
  height: 0.2rem;
}
.Contact_us .or_small1 {
  width: 0.23rem;
}
.Contact_us .top_or {
  margin-top: 0.27rem;
}
.Contact_us .code_small_box {
  margin-top: 0.6rem;
}
.Contact_us .code_title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
}
.Contact_us .code_flex_box {
  display: flex;
}
.Contact_us .code_small_flex_img {
  width: 1.15rem;
  margin-right: 0.35rem;
}
.Contact_us .code_small_flex_img > div {
  width: 1.15rem;
  height: 1.14rem;
  display: flex;
  margin-bottom: 0.1rem;
  margin-top: 0.2rem;
}
.Contact_us .code_small_flex_img > p {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
}
.Contact_us .tubiao_img {
  display: flex;
  width: 0.36rem;
  height: 0.46rem;
  position: absolute;
}

@media screen and (max-width:1024px){
    .Contact_us .map_box{
        width: 100%!important;
        height: auto;
        flex-direction: column-reverse;
    }
    .Contact_us .code_img{
        position: static;
        width: 100%;
        margin-bottom: 15px;
        padding: 15px;
    }
    #map{
        height: 6.6rem!important;
    }
    .Contact_us .phone_title,
    .Contact_us .code_title{
        font-size: 16px;
    }
    .code_flex_box1{
        flex: 1;
        
    }
    .Contact_us .code_small_flex_img{
        margin: 0;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Contact_us .phone_text_small,
    .Contact_us .code_small_flex_img > p{
        font-size: 14px;
        white-space: nowrap;
    }
    .BMap_bubble_title{
        font-size: 16px!important;
    }
    .BMap_bubble_content{
        font-size: 14px!important;
    }
}
