#contactUs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contactUs .contactHead {
  width: 100%;
  height: 324px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 66px;
  padding-bottom: 58px;
}
#contactUs .contactHead .contactHeadTitle {
  height: 32px;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
}
#contactUs .contactHead .sub-title {
  font-size: 24px;
  font-family: SourceHanSansSCVF-Medium, SourceHanSansSCVF;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
}
#contactUs .contactHead .contactHeadForm {
  height: 50px;
  display: flex;
  align-items: center;
}
#contactUs .contactHead .contactHeadForm .name {
  margin-right: -5px;
}
#contactUs .contactHead .contactHeadForm .name,
#contactUs .contactHead .contactHeadForm .phone {
  height: 50px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  outline: none;
  box-sizing: border-box;
  padding-left: 18px;
}
#contactUs .contactHead .contactHeadForm input::-webkit-input-placeholder {
  color: #999999;
}
#contactUs .contactHead .contactHeadForm input::-moz-input-placeholder {
  color: #999999;
}
#contactUs .contactHead .contactHeadForm input::-ms-input-placeholder {
  color: #999999;
}
#contactUs .contactHead .contactHeadForm .name {
  border-radius: 4px 0px 0px 4px;
  width: 210px;
}
#contactUs .contactHead .contactHeadForm .phone {
  border-radius: 0px 4px 4px 0px;
  width: 340px;
  margin-left: 0px !important;
}
#contactUs .contactHead .contactHeadForm .name:hover {
  border: 1px solid #3393ff;
}
#contactUs .contactHead .contactHeadForm .phone:hover {
  border: 1px solid #3393ff;
}
#contactUs .contactHead .contactHeadForm .formSubmit {
  width: 120px;
  height: 50px;
  background: #3393ff;
  border-radius: 4px;
  margin-left: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  color: white;
}
#contactUs .contactHead .contactHeadForm .formSubmit:hover {
  background: #1e80ed;
}
#contactUs .contactHead .contactHeadAddress {
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  display: flex;
}
#contactUs .contactContent {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 60px;
}
#contactUs .contactContent .contactContentList {
  width: 390px;
  height: 240px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
}
#contactUs .contactContent .contactContentList .listTop {
  width: 390px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 26px;
  color: #ffffff;
}
#contactUs .contactContent .contactContentList .listTop > div:nth-child(1) {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
}
#contactUs .contactContent .contactContentList .listTop > div:nth-child(2) {
  font-size: 16px;
  font-family: SourceHanSansSCVF-Regular, SourceHanSansSCVF;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
#contactUs .contactContent .contactContentList .listTop .address {
  padding: 0 20px;
  font-size: 14px;
  font-family: SourceHanSansSCVF-Medium, SourceHanSansSCVF;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
}
#contactUs .contactContent .contactContentList .listBot {
  height: 100px;
  padding-top: 29px;
  padding-bottom: 30px;
  padding-left: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  color: #54617a;
  line-height: 14px;
}
#contactUs .contactContent .contactContentList .listBot > div {
  display: flex;
  align-items: center;
  min-width: 272px;
  text-align: center;
}
#contactUs .contactContent .contactContentList:nth-child(8) .listBot {
  padding-left: 153px;
}
#contactUs .contactContent .contactContentList:nth-child(9) .listBot {
  padding-left: 102px;
}
@media (max-width: 1280px) {
  #contactUs .contactHead {
    padding: 32px 16px;
    height: auto;
    background-size: cover !important;
  }
  #contactUs .contactHead .contactHeadTitle {
    height: auto;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 16px;
  }
  #contactUs .contactHead .sub-title {
    font-size: 16px;
    font-family: SourceHanSansSCVF-Medium, SourceHanSansSCVF;
    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 20px;
  }
  #contactUs .contactHead .contactHeadAddress {
    margin-top: 16px;
    height: auto;
    display: block;
  }
  #contactUs .contactHead .contactHeadAddress div {
    margin-right: 0 !important;
  }
  #contactUs .contactHead .contactHeadForm {
    flex-direction: column;
    height: auto;
  }
  #contactUs .contactHead .contactHeadForm .name,
  #contactUs .contactHead .contactHeadForm .phone {
    outline: none;
    border-radius: 2px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 16px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
  #contactUs .contactHead .contactHeadForm .formSubmit {
    width: 100%;
    margin-left: 0px;
    height: 42px;
    line-height: 42px;
  }
  #contactUs .contactContent {
    width: auto;
    padding: 0 16px;
    margin-top: 32px;
    margin-bottom: 8px;
  }
  #contactUs .contactContent .contactContentList {
    width: 100%;
    height: auto;
  }
  #contactUs .contactContent .contactContentList:nth-child(8) .listTop {
    min-height: 132px;
  }
  #contactUs .contactContent .contactContentList:nth-child(8) .listBot {
    padding-left: 16px !important;
  }
  #contactUs .contactContent .contactContentList:nth-child(9) .listTop {
    padding: 20px 0;
  }
  #contactUs .contactContent .contactContentList:nth-child(9) .listBot {
    padding-left: 16px !important;
  }
  #contactUs .contactContent .contactContentList .listTop {
    width: 100%;
    height: auto;
    background-size: 100% 100% !important;
    padding: 40px 0;
  }
  #contactUs .contactContent .contactContentList .listBot {
    height: 74px;
    padding: 16px;
  }
  #contactUs .contactContent .contactContentList .listTop > div:nth-child(1) {
    height: 36px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
  }
}
