﻿#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: 100px;
  padding-bottom: 100px;
}
#contactUs .contactHead .contactHeadTitle {
  height: 32px;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
}
#contactUs .contactHead .contactHeadForm {
  height: 50px;
  display: flex;
  align-items: center;
}
#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;
  font-size: 16px;
}
#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: 1180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 60px;
}
#contactUs .contactContent .contactContentList {
  width: 580px;
  height: 300px;
  background: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-bottom: 24px;
}
#contactUs .contactContent .contactContentList .listTop {
  width: 580px;
  height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 66px;
  padding-bottom: 55px;
  color: #ffffff;
}
#contactUs .contactContent .contactContentList .listTop > div:nth-child(1) {
  height: 36px;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}
#contactUs .contactContent .contactContentList .listTop > div:nth-child(2) {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
}
#contactUs .contactContent .contactContentList .listBot {
  height: 90px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 30px;
  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;
}
#contactUs .company-info {
  width: 1000px;
  margin: 20px auto 50px auto;
}
#contactUs .company-info .company-address {
  padding: 35px 40px 50px;
  background: #f7f7fa;
  margin-bottom: 20px;
}
#contactUs .company-info .company-address .title {
  height: 24px;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin-bottom: 30px;
}
#contactUs .company-info .company-address .text {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  text-align: left;
  font-style: normal;
}
#contactUs .company-info .company-contact .tel-box {
  width: 390px;
  height: 204px;
  padding: 35px 40px 0 40px;
  background: #f7f7fa;
  margin-right: 20px;
}
#contactUs .company-info .company-contact .tel-box .title {
  height: 24px;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin-bottom: 21px;
}
#contactUs .company-info .company-contact .tel-box .desc {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  line-height: 40px;
  text-align: left;
  font-style: normal;
}
#contactUs .company-info .company-contact .qrcord {
  flex: 1;
  padding: 0 70px;
  justify-content: space-evenly;
  align-items: center;
  background: #f7f7fa;
}
#contactUs .company-info .company-contact .qrcord .text {
  text-align: center;
  height: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #54617a;
  line-height: 14px;
  font-style: normal;
}
#contactUs .company-info .company-contact .qrcord .code {
  width: 130px;
  height: 150px;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
}
@media (max-width: 1280px) {
  #contactUs .contactHead {
    padding: 32px 16px;
    height: auto;
    background-size: cover !important;
  }
  #contactUs .contactHead .contactHeadTitle {
    height: auto;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 16px;
  }
  #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: 300px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
  #contactUs .contactHead .contactHeadForm .formSubmit {
    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 .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;
  }
  #contactUs .company-info {
    width: 92%;
  }
  #contactUs .company-info .company-address {
    padding: 12px;
  }
  #contactUs .company-info .company-address .title {
    margin-bottom: 12px;
  }
  #contactUs .company-info .company-address .address {
    display: block;
  }
  #contactUs .company-info .company-address .address .text {
    font-size: 14px;
  }
  #contactUs .company-contact {
    display: block;
    background: #f7f7fa;
    padding-bottom: 12px;
  }
  #contactUs .company-contact .tel-box {
    height: auto !important;
    padding: 12px !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
  #contactUs .company-contact .tel-box .title {
    margin-bottom: 12px !important;
  }
  #contactUs .company-contact .tel-box .desc {
    font-size: 18px !important;
  }
}
