.callUs {
  width: 100%;
  background: #eaeaea;
  background: linear-gradient(to right, white 35%, #eaeaea 65%);
}
.callUs .callUs-box {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
}
.callUs .left {
  position: relative;
  width: 35%;
  height: 992px;
  background-color: #fff;
}
.callUs .left .leftBg {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}
.callUs .left .leftBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.callUs .left .leftBox .title {
  width: 100%;
  height: 84px;
  line-height: 84px;
  text-align: center;
  color: #2b2b2b;
  font-size: 60px;
  font-weight: bold;
  margin: 342px auto 0;
  z-index: 0;
  font-family: "GrTimesBold";
}
.callUs .left .leftBox .retitle {
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #2b2b2b;
  font-size: 30px;
}
.callUs .left .leftBox .inforList {
  position: absolute;
  display: flex;
  width: 100%;
  margin: 33px 0;
  text-align: center;
  justify-content: center;
  z-index: 10;
}
.callUs .left .leftBox .inforList .inforBox {
  width: 142px;
  height: 175px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #2a2a2a;
  font-size: 24px;
  margin: 0 13px;
}
.callUs .left .leftBox .inforList .inforBox img {
  width: 136px;
  height: 136px;
  object-fit: content;
  margin: 0 auto 10px;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}
.callUs .left .leftBox .inforList .inforBox img:hover {
  width: 142px;
  height: 142px;
  margin: 0 auto 10px;
  transition: 0.1s ease-in-out;
}
.callUs .left .leftBox .inforList .inforBox span {
  width: 136px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}
.callUs .right {
  width: 65%;
  height: 992px;
  text-align: center;
  background-color: #eaeaea;
}
.callUs .right .title {
  width: 898px;
  height: 100px;
  line-height: 100px;
  color: #2b2b2b;
  font-size: 72px;
  font-weight: bold;
  margin: 50px auto 0;
  text-align: left;
  font-family: "GrTimesBold";
}
.callUs .right .retitle {
  width: 898px;
  height: 30px;
  line-height: 30px;
  color: #606060;
  font-size: 22px;
  margin: 0 auto 30px;
  text-align: left;
}
.callUs .right .el-input {
  width: 898px;
  max-width: 90%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 15px;
}
.callUs .right .el-input .el-input__inner {
  height: 67px;
  line-height: 67px;
  font-size: 28px;
  padding: 0 22px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.callUs .right .el-input .el-input__inner::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #c0c0c0;
  font-family: "PingFang SC";
}
.callUs .right .el-textarea {
  width: 898px;
  max-width: 90%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.callUs .right .el-textarea .el-textarea__inner {
  line-height: 67px;
  font-size: 28px;
  padding: 0 10px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.callUs .right .el-textarea .el-textarea__inner::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #c0c0c0;
  font-family: "PingFang SC";
  padding: 0 10px;
}
.callUs .right .btnBox {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 898px;
  max-width: 90%;
  margin: 0 auto;
}
.callUs .right .btnBox .btn {
  width: 260px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  font-size: 26px;
  color: #fff;
  background-color: #b2030a;
  text-align: center;
  cursor: pointer;
}
.callUs .right .success {
  display: flex;
  justify-content: flex-end;
  justify-items: center;
  flex-wrap: wrap;
  width: 898px;
  max-width: 90%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  padding: 0 10px;
}
.callUs .right .success .sIcon {
  margin: 8px 10px;
  color: #1d9205;
}

@media (max-width: 1300px) {
  .callUs {
    flex-wrap: wrap;
  }
  .callUs .left {
    width: 100% !important;
    height: 460px;
  }
  .callUs .left .title {
    height: 64px !important;
    line-height: 64px !important;
    margin-top: 144px !important;
    font-size: 40px !important;
  }
  .callUs .left .retitle {
    font-size: 20px !important;
  }
  .callUs .left .inforList .inforBox {
    width: 33% !important;
    height: 105px !important;
  }
  .callUs .left .inforList .inforBox img {
    width: 86px !important;
    height: 86px !important;
  }
  .callUs .left .inforList .inforBox img:hover {
    width: 100px !important;
    height: 100px !important;
  }
  .callUs .left .inforList .inforBox span {
    width: 100% !important;
    font-size: 22px;
  }
  .callUs .right {
    width: 100% !important;
    height: 742px !important;
  }
  .callUs .right .title {
    height: 60px !important;
    line-height: 60px !important;
    margin-top: 48px !important;
    font-size: 40px !important;
  }
  .callUs .right .retitle {
    font-size: 18px !important;
  }
}
.inforBox-title {
  width: 100% !important;
  font-size: 22px;
  color: #333;
}