.homePageTitle {
    height: 28px;
    font-size: 24px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 28px;
    text-align: center;
    margin-top: 120px;
  }
  .homePageFourTitle {
    width: 519px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #000000;
    border-bottom: 1px #E4E4E4 solid;
    cursor: pointer;
  }
  .homePageFourTitle .active {
    font-weight: 600;
    position: relative;
  }
  .homePageFourTitle .active::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #9C1D22;
  }
  .homePageBoxs {
    margin-top: 46px;
    margin-bottom: 120px;
  }
  .homePageFour-a {
    position: relative;
    display: flex;
    width: 1159px;
    margin: 0 auto 20px;
    cursor: pointer;
    justify-content: center;
  }
  .homePageFour-a .homePageFourOne-title {
    position: absolute;
    top: 25px;
    left: 24px;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #000000;
  }
  .homePageFour-a .activeFont {
    color: #fff;
  }
  .homePageFour-a img {
    width: 1159px;
    height: 376px;
  }
  .homePageFour-b {
    display: flex;
    flex-wrap: wrap;
    width: 1192px;
    margin: 0 auto;
    cursor: pointer;
  }
  .homePageFour-b .homePageFourTwo-box {
    width: 278px;
    height: 376px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .homePageFour-b .homePageFourTwo-box .homePageFourTwo-title {
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #000000;
    white-space: pre;
  }
  .homePageFour-b .homePageFourTwo-box .activeFont {
    color: #fff;
  }
  .homePageFour-b .homePageFourTwo-box img {
    width: 100%;
    height: 100%;
  }
  .homePageFour-c {
    display: flex;
    flex-wrap: wrap;
    width: 1192px;
    margin: 0 auto;
    cursor: pointer;
  }
  .homePageFour-c .homePageFourThree-box {
    width: 278px;
    height: 376px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .homePageFour-c .homePageFourThree-box .homePageFourThree-title {
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #000000;
  }
  .homePageFour-c .homePageFourThree-box .activeFont {
    color: #fff;
  }
  .homePageFour-c .homePageFourThree-box img {
    width: 100%;
    height: 100%;
  }
  .homePageFour-d {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 576px;
    margin: 0 auto;
    cursor: pointer;
  }
  .homePageFour-d .homePageFourd-box {
    width: 278px;
    height: 376px;
    /* margin-right: 20px; */
    margin-bottom: 20px;
    position: relative;
  }
  .homePageFour-d .homePageFourd-box .homePageFourd-title {
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #000000;
  }
  .homePageFour-d .homePageFourd-box .activeFont {
    color: #fff;
  }
  .homePageFour-d .homePageFourd-box img {
    width: 100%;
    height: 100%;
  }

  /* 导航栏的品类 */


.pc-headerCate {
  display: flex;
  overflow: hidden;
  width: 1170px;
  margin: 0 auto;
  margin-top: 19px;

}
.pc-headerCate .pc-headerCate-one {
  width: 200px;
  overflow: hidden;
}
.pc-headerCate .pc-headerCate-one .pc-headerCate-one-title {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-bottom: 37px;
  text-align: center;
}
.pc-headerCate .pc-headerCate-one .pc-headerCate-one-content {
  width: 100%;
}
.pc-headerCate .pc-headerCate-one .pc-headerCate-one-content .pc-headerCate-one-content-box {
  width: 200px;
  height: 98px;
  background: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 2px;
  cursor: pointer;
}
.pc-headerCate .pc-headerCate-one .pc-headerCate-one-content .pc-headerCate-one-content-box .pc-headerCate-one-content-box-img {
  display: flex;
  justify-content: center;
  box-sizing:border-box;
}
.pc-headerCate .pc-headerCate-one .pc-headerCate-one-content .pc-headerCate-one-content-box .pc-headerCate-one-content-box-img img {
  width: 175px;
  height: 50px;
}
.pc-headerCate .pc-headerCate-one .pc-headerCate-one-content .pc-headerCate-one-content-box .pc-headerCate-one-content-box-text {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  color: #1A1A1A;
  line-height: 17px;
}
.pc-headerCate .pc-headerCate-one .pc-headerCate-one-content .pc-headerCate-one-content-box .active {
  color: #000;
  font-weight: 700;
}
.pc-headerCate .pc-headerCate-one .pc-headerCate-one-content .pc-headerCate-one-content-line {
  width: 84px;
  height: 2px;
  background: #E4E4E4;
  margin: 0 auto;
 
}
.pc-headerCate .pc-headerCate-line {
  width: 1px;
  height: 239px;
  background-color: #E4E4E4;
  margin-left: 16px;
  margin-right: 5px;
  margin-top: 65px;
}
.pc-headerCate .pc-headerCate-two {
  width: 338px;
}
.pc-headerCate .pc-headerCate-two .pc-headerCate-two-title {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-bottom: 37px;
}
.pc-headerCate .pc-headerCate-two .pc-headerCate-two-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 21px;
}
.pc-headerCate .pc-headerCate-two .pc-headerCate-two-content .pc-headerCate-two-content-box {
  width: 100px;
  height: 98px;
  background: #FFFFFF;
  cursor: pointer;
}
.pc-headerCate .pc-headerCate-two .pc-headerCate-two-content .pc-headerCate-two-content-box .pc-headerCate-two-content-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-headerCate .pc-headerCate-two .pc-headerCate-two-content .pc-headerCate-two-content-box .pc-headerCate-two-content-box-img img {
  width: 50px;
  height: 50px;
}
.pc-headerCate .pc-headerCate-two .pc-headerCate-two-content .pc-headerCate-two-content-box .pc-headerCate-two-content-box-text {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  color: #1A1A1A;
  white-space: pre-wrap;
  line-height: 17px;
}
.pc-headerCate .pc-headerCate-two .pc-headerCate-two-content .pc-headerCate-two-content-box .active {
  color: #000;
  font-weight: 700;
}
.pc-headerCate .pc-headerCate-line {
  width: 1px;
  height: 239px;
  background-color: #E4E4E4;
  margin-left: 16px;
  margin-right: 5px;
  margin-top: 65px;
}
.pc-headerCate .pc-headerCate-three {
  width: 443px;
}
.pc-headerCate .pc-headerCate-three .pc-headerCate-three-title {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-bottom: 37px;
}
.pc-headerCate .pc-headerCate-three .pc-headerCate-three-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 21px;
}
.pc-headerCate .pc-headerCate-three .pc-headerCate-three-content .pc-headerCate-three-content-box {
  width: 100px;
  height: 98px;
  background: #FFFFFF;
  cursor: pointer;
}
.pc-headerCate .pc-headerCate-three .pc-headerCate-three-content .pc-headerCate-three-content-box .pc-headerCate-three-content-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-headerCate .pc-headerCate-three .pc-headerCate-three-content .pc-headerCate-three-content-box .pc-headerCate-three-content-box-img img {
  width: 50px;
  height: 50px;
}
.pc-headerCate .pc-headerCate-three .pc-headerCate-three-content .pc-headerCate-three-content-box .pc-headerCate-three-content-box-text {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  color: #1A1A1A;
  line-height: 17px;
}
.pc-headerCate .pc-headerCate-three .pc-headerCate-three-content .pc-headerCate-three-content-box .active {
  color: #000;
  font-weight: 700;
}
.pc-headerCate .pc-headerCate-four {
  width: 142px;
}
.pc-headerCate .pc-headerCate-four .pc-headerCate-four-title {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-bottom: 37px;
}
.pc-headerCate .pc-headerCate-four .pc-headerCate-four-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 21px;
}
.pc-headerCate .pc-headerCate-four .pc-headerCate-four-content .pc-headerCate-four-content-box {
  width: 140px;
  height: 98px;
  background: #FFFFFF;
  cursor: pointer;
}
.pc-headerCate .pc-headerCate-four .pc-headerCate-four-content .pc-headerCate-four-content-box .pc-headerCate-four-content-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-headerCate .pc-headerCate-four .pc-headerCate-four-content .pc-headerCate-four-content-box .pc-headerCate-four-content-box-img img {
  width: 50px;
  height: 50px;
}
.pc-headerCate .pc-headerCate-four .pc-headerCate-four-content .pc-headerCate-four-content-box .pc-headerCate-four-content-box-text {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  color: #1A1A1A;
  line-height: 17px;
}
.pc-headerCate .pc-headerCate-four .pc-headerCate-four-content .pc-headerCate-four-content-box .active {
  color: #000;
  font-weight: 700;
}

