.bgTitle {
  width: 100%;
  height: 562px;
  position: relative;
  margin-bottom: 36px;
}
.bgTitle img {
  width: 100%;
  height: 562px;
  display: block;
  object-fit: cover;
}
.bgTitle .center {
  width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bgTitle .chTitle {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: AlimamaFangYuanTiVF, AlimamaFangYuanTiVF;
  font-weight: bold;
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 6px;
  text-shadow: 0px 7px 16px rgba(0, 0, 0, 0.77);
  white-space: nowrap;
}
.bgTitle .engTitle {
  position: absolute;
  top: 57%;
  left: 18px;
  font-family: AlimamaFangYuanTiVF, AlimamaFangYuanTiVF;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 6px;
}
.webNavBox {
  width: 100%;
  height: 58px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #ffffff;
}
.webNavBox .logo {
  height: 58px;
  width: auto;
}
.webNavBox .webNav {
  width: 1200px;
  height: 58px;
  display: flex;
  justify-content: space-between;
}
.webNavBox .webNav li {
  float: left;
  width: 110px;
  box-sizing: border-box;
  height: 58px;
  cursor: pointer;
  position: relative;
}
.webNavBox .webNav li a {
  width: 100%;
  box-sizing: border-box;
  height: 58px;
  text-align: center;
  display: block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  position: relative;
}
.webNavBox .webNav li p {
  position: absolute;
  color: #ffffff;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  padding: 5px 0;
}
.webNavBox .webNav li.cur::before,
.webNavBox .webNav li:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #4db622;
  /* 建议补充 top/bottom/left 定位 */
  bottom: 5px;
  left: 0;
  border-radius: 5px;
}
.bottom {
  width: 100%;
  margin: 0 auto;
}
.bottom .logoBox {
  width: 1027px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.bottom .logoBox .logo2 {
  width: 546px;
}
.bottom .link {
  display: flex;
  width: 100%;
  height: 78px;
  margin: 0 auto;
  justify-content: space-evenly;
  border-top: 1px solid #1a421d;
  align-items: center;
  color: #1a421d;
}
.bottom .link a {
  color: #1a421d;
}