
.content .topBg{
    height: 7.1875rem;
    background: url('../static/contactUs.jpg') no-repeat;
    background-size: cover;
    position: relative;
}
.topBg .title{
  font-weight: bold;
  color: #FFFFFF;
  font-size: .625rem;
  width: 13.75rem;
  position: absolute;
  left: 50%;
  top: 2.475rem;
  transform: translateX(-50%);
}
.topBg .title1{
  font-weight: bold;
  color: #FFFFFF;
  font-size: .625rem;
  width: 13.75rem;
  position: absolute;
  left: 50%;
  top: 3.5rem;
  transform: translateX(-50%);
}
.topBg .message{
  position: fixed;
  top: 3.5875rem;
  right: 0;
}
.topBg .message img{
    display: block;
    padding-bottom: .05rem;
  }
.companyInfo{
    display: flex;
    justify-content: center;
}  
.companyBox{
    width: 17.9625rem;
}
.company{
padding-top: 1.6625rem;
display: flex;
justify-content: space-between;
}
.company .leftBox{
    width: 8.25rem;
    height: 6.325rem;
    /* margin-left: 2.9rem; */
}  
.company .leftBox img{
    display: block;
    width: 100%;
    height: 100%;
}
.company .rightBox{
   /* margin-left: .825rem; */
   width: 9.0125rem;
}
.company .rightBox .title{
    font-size: .45rem;
    line-height: .25rem;
    font-weight: 800;
    color: #333333;
    margin: 0;
    padding-bottom: .575rem;
    border-bottom: .0125rem solid #707070;
 }
 .company .rightBox .info{
    color: #333333;    
    font-size: .25rem;
    line-height: .5rem;
    margin-top: .425rem;
 } 
 .company .rightBox .info p{
  text-indent: 2em;
 } 
 .contactUs{
    color: #D43B3D;
    font-size: .45rem;
    font-weight: 800;
    line-height:1;
    margin-top: 1.45rem;
    border-bottom: .0125rem solid #707070;
    padding-bottom: .3125rem;
 }
 .companyAddress{
    display: flex;
    justify-content: space-between;
    margin-top: .475rem;
 }
 .companyAddress .address .title{
   font-size: .3rem;
   color: #333333;
   font-weight: 800;
   line-height: 1;
   margin-top: .3375rem;
 }
 .companyAddress .address ul  li span{
    color: #333333;
    font-weight: 700;
  }
 .companyAddress .address ul  li{
    padding-bottom: .1625rem;
  }
.map{
    width: 7.0875rem;
    height: 3.7625rem;
    margin-bottom: 1.875rem;
  }