.contactUs .moduleBody {
  max-width: 1200px;
  margin: 0 auto;
}

.tel-contact {
  width: 14px;
  margin-right: 5px;
}

.contactUs .moduleBody .ulshow li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.083rem;
}

.contactUs .moduleBody .ulshow li div:nth-of-type(1) {
  width: 5.2rem;
  height: 5.2rem;
  text-align: center;
  line-height: 5.2rem;
  border-radius: 50%;
  margin-bottom: 1.04rem;
  background: #F8F9FD;
}

.contactUs .moduleBody .ulshow li span {
  font-size: 16px;
  color: #323232;
  border: none;
  margin-right: 5px;
}

button:focus {
  outline: none;
}

.contactUs .moduleBody ul li .h1 {
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 5px;
}

.contactUs .moduleBody .ulshow li .copy:hover {
  background-color: #fff;
  color: #0075C1;
  border: 1px solid #0075C1;
}

.contactUs .moduleBody .ulshow li .copy {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #0075C1;
  border-radius: 12px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  height: 17px;
  line-height: 14px;
  margin-top: 3px;
}

.contactUs .sec {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  
}

.contactUs .ulhiden {
  display: none;
}

.contactUs .moduleBody .ulshow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contactUs .moduleBody .ulshow li img {
  width: 2.4rem;
}

#allmap {
  max-width: 1200px;
  width: 50%;
  height: 29rem;
  border-radius: 1rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.pcshowphone {
  display: block;
}

.telshowphone {
  display: none;
}

@media only screen and (max-width: 768px) {
  .contactUs .moduleBody {
    padding: 0 0 0 6%;
  }
  .emailquo {
    display: flex;
    flex-direction: row;
    align-items: flex-start!important;
  }
  .email-right {
    display: flex;
    flex-direction: column;
  }
  .email-right div:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  .email-right div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .pc-contact {
    display: none;
  }
  .pcshowphone {
    display: none;
  }
  .telshowphone {
    display: block;
  }
  .contactUs {
    
  }
  .contactUs .ulshow {
    display: none!important;
  }
  .contactUs .ulhiden {
    display: flex;
    flex-direction: column;
  }
  .contactUs .ulhiden li {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    margin-bottom: 1rem;
    align-items: center;
  }
  .contactUs .ulhiden li .sec {
    white-space: nowrap;
    
    display: inline-block;
    
    font-weight: bold;
    color: #323232;
    margin-right: 1rem;
    font-size: 14px!important;
    width: 62px;
    margin-bottom: 0!important;
  }
  .contactUs .ulhiden li .copy {
    height: 1.8rem;
    line-height: 1.6rem;
    text-align: center;
    background: #0075C1;
    border-radius: 12px;
    font-size: 12px;
    border: 0px solid rgba(0, 0, 0, 0);
    color: #fff;
    transform: scale(0.9)
  }
  #allmap {
    width: 100%;
  }
}