.join-nav{
    height: 5rem;
    background-color: #000;
}
.join-nav .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.join-nav .row .left{
  font-size: 1.1rem;
  color: #fff;
}
.join-nav .row .right{
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
.join-nav .row .right a{
    display: block;
    padding: 0 2rem;
    color: #fff;
  }
  .join-nav .row .right a:hover{
    color: #a51e35;
  }

  .group-cus .title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 70px 0 42px 0;
  }
  .group-cus .title h1{
  font-weight: 600;
  }
  .group-cus .title .red-line{
   width: 40px;
   height: 3px;
   background-color: #a51f31;
  }
  .group-cus .title .eng{
   margin: 10px 0 18px 0;
   color: #999;
   }
   .my-container{
    width: 1199px;
    margin: 0 auto;
    padding-bottom: 3.5rem;
  }
.erweima{
    display: flex;
}
.erweima .zixun-info{
    position: relative;
    display: block;
    width: 410px;
    height: 314px;
    background: url("../../../images/contactus/ser_contactus_fuwurexian02_img.png");
}
.erweima .zixun{
    width: 98px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #d0d0d0;
    position: absolute;
    top: 217px;
    left: 52px;
    font-size: 1.02rem;
    color: #656565;
}
.erweima .zixun:hover{
  background-color: #a51f31;
  color: #fff;
  cursor: pointer;
}
.snimay-info{
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 50px ;
    background: #f2f2f2;
}
.snimay-info h2,
.snimay-info .english{
   color: #333;
}
.snimay-info h2{
    font-weight: 600;
}
.snimay-info .english{
 margin: 12px 0 18px 0;
 transform: scale(.8);
 position: relative;
 left: -44px;
}


.snimay-info .infos .item{
    display: flex;
    margin-bottom: 14px;
    justify-content: flex-start;
}
.snimay-info .infos .item img{
    /* object-fit: fit ; */
    /* flex: 1; */
    width: 24px;
    height: 22px;
    margin-right: 20px;
}
.snimay-info .infos .item .txt{
     color: #999;
}
.snimay-info .line{
    width: 30px;
    height: 4px;
    margin-bottom: 28px;
    background-color: #a51f31;
}
#map-container{
    height: 500px;
    width: 100%;
}
.anchorBR{
inset:20px auto auto 20px !important;
}


