.banner_box {
  height: 696px;
}

.page_body_box {
  width: 1200px;
  margin: 80px auto 0;
}

.page_body_box .body_list > div {
  float: left;
  margin-right: 24px;
  width: 384px;
  height: 502px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  padding-top: 40px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.page_body_box .body_list > div:last-child {
  margin-right: 0;
}

.page_body_box .body_list > div > img {
  width: 110px;
  height: 110px;
  margin-bottom: 28px;
  vertical-align: middle;
}

.page_body_box .body_list > div > h4 {
  height: 32px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 32px;
  margin: 0;
}

.page_body_box .body_list > div > p {
  margin: 14px 31px 0;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: left;
}

.page_body_box .body_list > div .contact-phone {
  width: 320px;
  height: 80px;
  margin: 0 auto;
  margin-top: 18px;
  text-align: center;
  box-sizing: border-box;
  padding: 34px 0 18px 0;
  background: url(../image/cooperation/contact_number.svg) no-repeat;
  background-size: auto 80px;
}

.page_body_box .body_list > div .contact-phone span {
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: bold;
  text-align: center;
  color: #333333;
}

.page_body_box .body_list > div:hover {
  cursor: pointer;
  background: #ffffff;
  border-color: #fff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.page_body_box .body_list > div:hover .contact-phone span {
  color: #c02c38;
}

.page_body_box .small_banner {
  width: 1200px;
  height: 220px;
  background: #e0b087;
  margin: 60px 0 80px;
  position: relative;
  font-size: 32px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 40px;
  padding: 90px 64px;
  box-sizing: border-box;
}

.page_body_box .small_banner .icon1 {
  position: absolute;
  left: 48px;
  top: 32px;
}

.page_body_box .small_banner .icon1 img {
  width: 49px;
}

.page_body_box .small_banner .icon2 {
  position: absolute;
  top: 30px;
  right: 64px;
}

.page_body_box .small_banner .icon2 img {
  width: 200px;
}
