.contactUs_header {
  height: 828px;
  width: 1280px;
  background: url(../img/slice.png) no-repeat center top;
  background-size: 100% 100%;
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
}

.contactUs_bg_two {
  position: absolute;
  min-height: 828px;
  height: calc(100vh - 317px);
  width: 100%;
  display: flex;
  min-width: 1280px;
}

.center {
  background: linear-gradient(61deg, #E0EFFF 29%, #F3F9FF 53%, #FCFDFF 84%, #fcfdff 100%);
}

.contactUs_center_vw {
  width: 100%;
  min-height: 828px;
  height: calc(100vh - 317px);
  display: flex;
}

.contactUs_header_left {
  height: 100%;
  /* width: 54.636%; */
  width: calc(50% + 59px);
}

.contactUs_header_left_kuai {
  width: 600px;
  margin-left: -110px;
}

.contactUs_header_right {
  height: 100%;
  flex: 1;
  background: rgba(255, 255, 255, 0.68);
}

.footer_box {
  margin-top: 0px;
}


.contactUs_header_right img {
  width: 45px;
}

.contactUs_header_right_span {
  font-weight: 500;
  font-size: 24px;
  color: #363A45;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-left: 16px;
}


.box_up {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 828px;
  min-width: 1280px;
}

.us_center_box {
  width: 930px;
  margin: 132px auto 0;
  height: 560px;
  display: flex;
  justify-content: space-between
}

.contactUs_header_left_box {
  padding-top: 25px;
}

.us_center_box .contactUs_header_left_box img {
  width: 53px;
  height: 41px;
}

.us_center_box h2 {
  width: 100%;
  height: 45px;
  font-weight: 900;
  font-size: 38px;
  color: #257DDB;
  line-height: 45px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 22px 0 7px;
}

.us_center_box .contactUs_header_left_box p {
  width: 100%;
  height: 22px;
  font-size: 14px;
  color: #5F72A2;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-family: "PingFang-SC-Light", "PingFangSC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.contactUs_header_right_center {
  width: 345px;
  padding-top: 156px;
  z-index: 4;
}

.contactUs_header_right_p {
  height: 54px;
  line-height: 54px;
}

.contactUs_header_right_p img {
  height: 54px;
  line-height: 54px;
}

.contactUs_header_right_box {
  background: #FFFFFF;
  box-shadow: inset 7px 4px 8px 0px rgba(238, 245, 255, 0.46), 6px 7px 22px 0px rgba(113, 168, 226, 0.33);
  border-radius: 13px 13px 13px 13px;
  padding: 25px 0 0 27px;
  margin-top: 10px;
}

.contactUs_header_right_box_box {
  display: flex;
}

.contactUs_header_right_box_box img {
  width: 34px;
  height: 34px;
  margin-right: 20px;
}

.contactUs_header_right_box_box_t {
  font-size: 20px;
  color: #898D97;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.contactUs_header_right_box_box_b {
  font-weight: 500;
  font-size: 20px;
  color: #363A45;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 9px;
  margin-bottom: 23px;
  font-family: 'PingFangSC','PingFangSC-Medium', "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}