.contactUs{
  background: #f9f9fa;
}
.contact-banner{
  position: relative;
  min-height: 600px;
  display: block;
  background: url(../image/banner/ht-contact.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.map-bac {
  position: relative;
  /*min-height: 400px;*/
  /*display: block;*/
  /*background: url("../image/contact/contact-map.png") no-repeat center center;*/
  /*background-size: cover;*/
}
.map-img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.contact-address{
  padding: 0 20px 0 12px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px -4px rgba(0,0,0,0.12), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 9px 28px 8px rgba(0,0,0,0.05);
  position: absolute;
  top: 92px;
  left: 50%;
}
.address-title{
  padding: 24px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.address-box{
  display: flex;
  margin: 16px 0 24px 0;
}
.address-item{
  display: flex;
  padding-bottom: 12px;
}
.address-right{
  display: flex;
  padding: 0 28px 0 66px;
}
.address-code-item{
  width: 100px;
  margin-right: 30px;
}
.address-code-item:last-child{
  margin-right: 0;
}
.address-code-img{
  width: 100px;
  height: 100px;
}
.address-code-text{
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}
.contact-places{
  margin: 0 auto;
}
.places-title{
  padding: 90px 0 45px 0;
  font-size: 28px;
  line-height: 28px;
  color: #272727;
  text-align: center;
}
.places-content{
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.places-item{
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  height: 233px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 4px;
  background-size: cover !important;
}
.places-item:nth-of-type(1){
  background: url("../image/contact/address1.png") no-repeat center center;
}
.places-item:nth-of-type(2){
  background: url("../image/contact/address2.png") no-repeat center center;
}
.places-item:nth-of-type(3){
  background: url("../image/contact/address3.png") no-repeat center center;
}
.places-item:nth-of-type(4){
  background: url("../image/contact/address4.png") no-repeat center center;
}
.places-item:nth-of-type(5){
  background: url("../image/contact/address5.png") no-repeat center center;
}
.places-item:nth-child(5n){
  margin-right: 0;
}
.places-item-box{
  margin: 5px;
  padding: 7px;
  background: rgba(255,255,255,0.8);
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.07);
  border-radius: 4px;
  backdrop-filter: blur(4px);
}
.places-item-title{
  padding-top: 15px;
  font-size: 13px;
  line-height: 14px;
  color: #272727;
  font-weight: bold;
}
.places-item-line{
  margin: 8px 0;
  height: 1px;
  background: #D8D8D8;
}
.places-item-phone{
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}
.places-item-phone>svg{
  margin-right: 8px;
  flex-shrink: 0;
}
.places-item-address{
  padding-bottom: 0;
  align-items: flex-start;
  line-height: 17px;
}
.business-content{
  justify-content: space-between;
  padding-bottom: 100px;
}
.business-img{
  width: 55%;
}
.business-msg{
  width: 42%;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
}
.business-msg-item{
  width: calc(60% - 40px);
  margin-right: 40px;
  margin-bottom: 58px;
}
.business-msg-item:nth-child(2n){
  width: 40%;
  margin-right: 0;
}
.msg-box{
  padding-left: 16px;
}
.msg-num{
  font-size: 24px;
  color: #003C88;
  line-height: 24px;
  padding-bottom: 5px;
}
.msg-detail{
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  margin-top: 10px;
}
.msg-unit{
  padding-left: 8px;
  font-size: 12px;
  color: #ababac;
  line-height: 12px;
}
@media (max-width: 1200px){

}
@media (max-width: 992px){
  .map-bac{
    min-height: 300px;
  }
  .map-img{
    height: 300px;
  }
  .contact-address{
    top: 25px;
    left: 45%;
    padding: 0 10px;
  }
  .places-item {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 50px 0;
    background: #ffffff;
  }
  .places-item:nth-child(2n){
    margin-right: 0;
  }
  .places-item:nth-child(4n){
    margin-right: 0;
  }
}
/**  ipad  **/
@media (max-width: 768px){
  .contact-address {
    position: relative;
    left: 0;
    width: calc(100% - 100px);
    margin: 0 auto;
    top: -100px;
    padding: 10px;
  }
  .contact-places {
    margin-top: -80px;
  }
  .business-content{
    flex-direction: column;
  }
  .business-msg{
    width: 100%;
  }
  .business-msg-item{
    width: calc((100% - 80px) / 3) !important;
    margin-right: 40px !important;
  }
  .business-msg-item:nth-child(3n){
    margin-right: 0 !important;
  }

}
/**  phone  **/
@media (max-width: 576px){
  .contactUs {
    background: #ffffff;
  }
  .map-img {
    height: 150px;
  }
  .contact-address {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 12px 16px 12px;
    top: -70px;
  }
  .address-title{
    padding: 15px 0;
    font-size: 16px;
    line-height: 20px;
  }
  .address-item>svg{
    width: 13px;
    height: 13px;
  }
  .places-title{
    padding: 90px 0 20px 0;
    font-size: 20px;
  }
  .address-box{
    flex-direction: column;
  }
  .address-right{
    padding: 0;
    justify-content: space-around;
  }
  .address-code-item {
    display: flex;
    margin-right: 0;
    width: 130px;
  }
  .address-code-img{
    width: 53px;
    height: 53px;
  }
  .address-code-text{
    margin-top: 0;
    margin-left: 8px;
    line-height: 12px;
  }
  .contact-places {
    margin: -120px auto 0 auto;
  }
  .contact-business{
    margin: -70px auto 0 auto;
  }
  .places-item {
    width: 100%;
    margin: 0 0 20px 0;
    background: #ffffff;
    height: 126px;
  }
  .places-item:nth-of-type(1){
    background: url("../image/contact/mobile-address1.png") no-repeat center center;
  }
  .places-item:nth-of-type(2){
    background: url("../image/contact/mobile-address2.png") no-repeat center center;
  }
  .places-item:nth-of-type(3){
    background: url("../image/contact/mobile-address3.png") no-repeat center center;
  }
  .places-item:nth-of-type(4){
    background: url("../image/contact/mobile-address4.png") no-repeat center center;
  }
  .places-item:nth-of-type(5){
    background: url("../image/contact/mobile-address5.png") no-repeat center center;
  }
  .places-item:nth-of-type(5) .places-item-box{
    display: flex;
    flex-direction: column;
  }
  .places-item:nth-of-type(5) .places-item-phone{
    margin-left: 0;
    padding-bottom: 8px;
  }
  .places-item:nth-of-type(5) .places-item-address{
    padding-bottom: 0;
    justify-content: flex-start;
  }
  .places-item-box{
    display: flex;
    padding: 16px 8px;
    margin: 8px;
  }
  .places-item-title{
    padding-top: 0;
    font-size: 14px;
    line-height: 14px;
    flex-shrink: 0;
  }
  .places-item-phone{
    margin-left: 20px;
    padding-bottom: 0;
  }
  .business-content {
    margin: 0;
  }
  .business-msg-item>img{
    width: 32px;
    height: 32px;
  }
  .business-msg-item {
    width: calc((100% - 15px) / 2) !important;
    margin-right: 15px !important;
    margin-bottom: 20px;
  }
  .business-msg-item:nth-child(3n){
    margin-right: 15px !important;
  }
  .business-msg-item:nth-child(2n){
    margin-right: 0 !important;
  }
  .msg-box{
    padding-left: 12px;
  }
  .business-img {
    width: 100%;
  }
  .msg-num {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 8px;
  }
  .msg-detail{
    font-size: 12px;
    margin-top: 0;
  }
  .msg-unit{
    font-size: 10px;
    transform: scale(0.83333);
    transform-origin: 0 0;
  }
  .business-content{
    padding-bottom: 40px;
  }
}
































