.body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.body-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 35rem;
  padding: 0 8rem;
  background: url(../imgs/rsty-bg.png) no-repeat;
  background-size: 100% 35rem;
}

.body-bg > span:nth-child(1) {
  position: relative;
  z-index: 2;
  font-size: 6rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.body-bg > span:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -4rem;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid #d80e19;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  transform: rotate(-45deg);
}

.body-bg > span:nth-child(2) {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8.5rem;
  padding: 0 2rem;
}

.nav-list > a {
  width: calc(100% / 5);
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 2.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #414141;
  text-align: center;
}

.nav-list-active {
  font-weight: 600 !important;
  color: #d80e19 !important;
}

/* 鍐呭 */
.body-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 15rem;
}

.body-container-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background: url(../imgs/qywh-bg.png) no-repeat top center;
  background-size: 100% 15rem;
}

/* 鍐呭 */
.body-container-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 3rem;
}

.body-container-item-img1 {
  width: 100%;
  height: 46rem;
  margin-bottom: 3rem;
}

.body-container-item-msg1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 6rem;
}

.body-container-item-msg1 > span:nth-child(1) {
  width: 100%;
  margin-bottom: 4rem;
  font-size: 12.5rem;
  font-family: YuWeiLiShuJT;
  font-weight: 600;
  color: #d80e19;
}
.body-container-item-msg1 > span:nth-child(1) > span:nth-child(1) {
  font-size: 8rem;
}

.body-container-item01-msg > span:nth-child(2) {
  width: 100%;
  line-height: 3.5rem;
  font-size: 1.6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6b6b6b;
}

.body-container-item-img2 {
  width: 39rem;
  height: 52rem;
  margin-bottom: 3rem;
}

.body-container-item-msg2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 6rem;
}

.body-container-item-msg2 > span:nth-child(1) {
  width: 100%;
  margin-bottom: 4rem;
  font-size: 3.4rem;
  font-family: YuWeiLiShuJT;
  font-weight: 600;
  color: #d80e19;
}
.body-container-item-msg2 > span:nth-child(1) > span:nth-child(1) {
  font-size: 6rem;
}

.body-container-item01-msg > span:nth-child(2) {
  width: 100%;
  line-height: 3.5rem;
  font-size: 1.6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6b6b6b;
}
