.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entirety {
  margin-bottom: 20px;
}

/* .conTal {
  text-align: center;
  width: 130px;
  height: 45px;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
} */

.pageLog {
  max-width: 1920px;
  min-width: 1400px;
  /* margin-bottom: 100px; */
}

.pageLog>div {
  background-image: url(../images/homeLog.png);
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .conIntro {
  display: block;
  width: 490px;
  height: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 80px;
  text-align: center;
} */

.conBox {
  display: flex;
  justify-content: center;
  width: 100%;
}

.conBoxNav {
  width: 15.5%;
  /* width: 193px; */
  height: 340px;
  border-left: 2px solid #f2f2f2;
}

.conBoxNav li {
  width: 193px;
  height: 40px;
  line-height: 30px;
  padding: 0px 10px;
  box-sizing: border-box;
  margin-top: 10px;
}

.conBoxNav li:first-child {
  margin-top: 0px;
}

.conBoxNav li a {
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  padding-left: 25px;
  text-align: left;
}

.conBoxNav .navHover a {
  color: #237bff;
}

.conBoxNav .active {
  border-left: 4px solid #237bff;
  margin-left: -2px;
}

.conBoxNav .active a {
  background: #237bff;
  border-radius: 5px;
  font-weight: bold;
  color: #ffffff;
}
.listBox{
  width: 84.5%;
}
.productBox {
  /* width: 1400px; */
  height: auto;
}

.prodTal {
  display: inline-block;
  margin-left: 40px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.prodList {
  display: flex;
  flex-wrap: wrap;
}

.hide {
  display: none;
}

.commodity {
  width: 20.8%;
  /* width: 260px; */
  height: 400px;
  padding: 15px;
  border-radius: 10px;
  margin: 0 0 30px 40px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
}

.conHover {
  border: 2px solid #237bff;
}

.commodity img {
  width: 229px;
  height: 177px;
}

.pinc {
  font-size: 14px;
  font-weight: bold;
  color: #e4393c;
  margin-top: 26px;
}

.pinc span {
  font-size: 20px;
}

.commodity .name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  height: 43px;
  margin: 15px 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.btns {
  text-align: center;
}

.btns a {
  display: inline-block;
  width: 118px;
  height: 40px;
  line-height: 40px;
  background: #237bff;
  border-radius: 8px;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.yjk-conTal-title{
  position: relative;
  padding-bottom: 80px;
  text-align: center;
}
.yjk-conTal-title>h2 {
  padding-top: 100px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.yjk-conTal-title>p {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}


