textarea {
  resize: none;
}
.clearFloat {
  clear: both;
}

.contactUs {
  display: flex;
  padding: 30px 10px;
  background-color: #2c2c3b;
  color: #fff;
  font-size: 16px;
}
.contactUs .emptyDiv{
  width: 8%;
}
.contactUs .left,
.contactUs .right{
  float: left;
}
.contactUs .left {
  width: 50%;
  box-sizing: border-box;
}
.contactUs .right {
  width: 34%;
  box-sizing: border-box;
}
.contactUs .outTable{
  padding: 0 10px;
  height: 100%;
}
.contactUs .left .wrapContactUsTable {
  width: 100%;
  height: 100%;
  background-color: #414352;
  padding: 20px 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

.contactUs  .contactUsTable {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.contactUs  .contactUsTable td:nth-of-type(1){
  padding: 10px 0;
  text-align: right;
}
.contactUs .left .contactUsTable input,
.contactUs .left .contactUsTable textarea{
  background-color: #313546;
  color: #FFF;
  border-color: #666666;
}
.contactUs .left .contactUsTable .keyTd{
  /*width: 80px;*/
}

.contactUs .left .form-control{
  width: 100%;
  /*height: 34px;*/
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  box-sizing: border-box;
}
.contactUs .left .contactUsTable .phoneTd,
.contactUs .left .contactUsTable .emailTd{
  text-align: right;
}
.contactUs .left .contactUsTable .inputTd{
  padding-left: 5px;
}
.contactUs .left .contactUsTable .btn-primary{
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.contactUs .left .contactUsTable .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.contactUs  .wrapContactUsTable2 {
  width: 100%;
  height: 100%;
  background-color: #414352;
  padding: 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
.contactUs  .contactUsTable2 {
  width: 100%;
  /*height: 100%;*/
}
.contactUs  .contactUsTable2 .text1{

  font-size: 24px;
  font-weight: bold;
}
.contactUs  .contactUsTable2 .text2{
  width: 90px;
  text-align: right;
  box-sizing: border-box;
}
.contactUs  .contactUsTable2 .text3{
  padding-left: 8px;
  max-width: calc(100% - 90px);
  box-sizing: border-box;
}
.contactUs  .contactUsTable2 .wrapContact{
  display: inline-block;
  /*height: 100%;*/
}
.contactUs  .contactUsTable2 .textP{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*min-height: 30px;*/
  padding-bottom: 15px;
  box-sizing: content-box;
}
.contactUs  .contactUsTable2 .textP:nth-last-of-type(1){
  padding-bottom: 0;
}

.contactUs  .contactUsTable2 .td1{
  height: 30px;
  padding-left: 10px;
}
.contactUs  .contactUsTable2 .td2{
  text-align: center;
  font-size: 14px;
}
.contactUs  .contactUsTable2 .td3{
  text-align: center;
  height: 100px;
}
.contactUs  .contactUsTable2 td{
  padding: 5px 0;
}
.contactUs .contactUsTable2 .yuanQrCode {
  height: 100px;
}

.contactUs .contactUsTable2 .contactTools td:nth-of-type(1){
  height:50px;
}
.contactUs .contactUsTable2 .contactTools td {
  border: 1px groove #ebebeb;
  text-align: center;
}
.contactUs .contactUsTable2 .contactToolsLine td:nth-of-type(1){
  height:6px;
  background-color:#3b5891;
}
.contactUs .contactUsTable2 .contactToolsLine td:nth-of-type(2){
  background-color:#57a1c0;
}
.contactUs .contactUsTable2 .contactToolsLine td:nth-of-type(3){
  background-color:#a12b35;
}
.contactUs .contactUsTable2 .contactToolsLine td:nth-of-type(4){
  background-color:#44af35;
}
.contactUs .contactUsTable2 .contactToolsLine td {
  width: 25%;
  text-align: center;
  border: 1px groove #ebebeb; 
}

.foot {
  background-color: #2c2c3b;
  text-align: center;
  font-size: 12px;
  padding-bottom: 15px;
  color: #fff;
}
.foot .text1{
  text-decoration: none; 
  color: inherit;
}


@media only screen and (max-width: 1159px){
  .contactUs .contactUsTable2 .text1 {
    font-size: 22px;
  }
  .contactUs{
    font-size: 14px;
  }
  
}

@media screen and (max-width: 1159px) and (min-width: 880px){
  .contactUs .emptyDiv {
    width: 4%;
  }
  .contactUs .left{
    width: 54%;
  }
  .contactUs .right{
    width: 38%;
  }
}
@media screen and (max-width: 879px) and (min-width:768px){
  .contactUs .emptyDiv {
    width: 1%;
  }
  .contactUs .left{
    width: 56%;
  }
  .contactUs .right{
    width: 42%;
  }
}
@media screen and (max-width: 767px){
  .contactUs {
    flex-direction: column;
  }
  .contactUs .contactUsTable {
    font-size: 12px;
  }
  .contactUs .emptyDiv {
    display: none;
  }
  .contactUs .left{
    width: 100%;
  }
  .contactUs .right{
    width: 100%;
    margin-top: 15px;
  }
  /*.contactUs .contactUsTable2 .text2 {
    width: 120px;
  }
  .contactUs .contactUsTable2 .text3 {
    max-width: calc(100% - 120px);
  }*/
}