.box {
  width: 100%;
}

.box .header {
  height: 4rem;
}
.header .header-wrap .header .header-right li:nth-child(4) a {
  color: #fff;
}

.box .cont {
  width: 100%;
  overflow: hidden;
}

.box .cont .banner {
  width: 100%;
}

.box .cont .banner .img {
  width: 100%;
}

.box .cont .banner .img img {
  width: 100%;
  height: 100%;
}

.box .cont .house-wrap {
  width: 80rem;
  margin: 0 auto;
  overflow: hidden;
}

.box .cont .house-wrap .house-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}

.box .cont .house-wrap .house-title h4 {
  font-family: SourceHanSansCN-Bold;
  font-size: 2rem;
  font-stretch: normal;
  line-height: 3rem;
  letter-spacing: 0rem;
  color: #333333;
}

.box .cont .house-wrap .house-title .line {
  width: 80px;
  height: 2px;
  background-color: #347dfe;
  margin-top: 30px;
}

.box .cont .house-wrap .classify-wrap {
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
}

.box .cont .house-wrap .classify-wrap .items {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.box .cont .house-wrap .classify-wrap .items .proce {
  width: 9rem;
  height: 3rem;
  font-family: Source Han Sans CN;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.3rem;
  letter-spacing: 0rem;
  color: #333333;
}

.box .cont .house-wrap .house {
  width: 80rem;
  height: 40rem;
  margin-top: 6rem;
}

.box .cont .main-wrap {
  width: 100%;
  overflow: hidden;
}

.box .cont .main-wrap .main-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
}

.box .cont .main-wrap .main-title h4 {
  font-family: SourceHanSansCN-Bold;
  font-size: 2rem;
  font-stretch: normal;
  line-height: 3rem;
  letter-spacing: 0rem;
  color: #333333;
}

.box .cont .main-wrap .main-title .line {
  width: 80px;
  height: 2px;
  background-color: #347dfe;
  margin-top: 30px;
}

.box .cont .main-wrap .mode {
  width: 100%;
  margin-top: 4rem;
}

.box .cont .main-wrap .mode img {
  width: 100%;
  height: 100%;
}

.box .cont .main-wrap .away {
  width: 100%;
}

.box .cont .main-wrap .away img {
  width: 100%;
  height: 100%;
}

.box .footer {
  width: 100%;
  height: 4rem;
  background-color: #222222;
  min-width: 80rem;
  text-align: center;
  line-height: 4rem;
  font-family: MicrosoftYaHei;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
}
