.title {
  text-align: center;
  margin: 0 auto 50px;
  position: relative;
}
.title p {
  text-align: center;
}
.title .bar {
  position: absolute;
  width: 60px;
  height: 3px;
  border-radius: 2px;
  background-color: #333;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#js {
  background: url(../image/about_Group\ 85.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#js .block {
  padding-bottom: 80px;
}
#js .warp {
  display: flex;
  align-items: center;
}
#js .warp .js_left {
  flex: 1;
  margin-right: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#js .warp .js_left .ti {
  font-size: 24px;
  color: var(--themeColor);
}
#js .warp .js_left p {
  margin: 30px 0;
}
#js .warp .js_left .bot img {
  display: block;
  width: 80%;
  margin: auto;
}
#js .warp .js_right {
  width: 50%;
  position: relative;
}
#js .warp .js_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
#js .warp .js_right > div {
  width: 100%;
  height: 100%;
  background-color: var(--themeColor);
  opacity: 0.2;
  border-radius: 15px;
  position: absolute;
  top: 20px;
  left: -20px;
  z-index: -1;
}
#wh {
  background: url(../image/about_Group\ 86.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#wh .title {
  color: #fff;
}
#wh .title p {
  color: #fff;
}
#wh ul {
  display: flex;
  justify-content: space-between;
}
#wh ul li {
  width: 20%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
#wh ul li .iconfont {
  font-size: 31px;
  color: var(--themeColor);
  background-color: #ffffffee;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
#wh ul li div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
}
#wh ul li div h5 {
  margin-top: 20px;
  position: relative;
  font-family: Regular;
}
#wh ul li div h5::after {
  content: "";
  width: 2em;
  height: 3px;
  border-radius: 2px;
  background-color: #888;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#wh ul li div span {
  color: #888;
  margin-top: 30px;
  text-align: center;
}
#wh ul li div p {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: -20%;
  right: 50%;
  transform: translate(50%, 50%);
  opacity: 0;
  transition: bottom 0.3s;
}
#wh ul li::after {
  content: "";
  width: 100%;
  height: 0;
  background-color: var(--themeColor);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  transition: all 0.1s;
}
#wh ul li:hover {
  background-color: #fff;
}
#wh ul li:hover .iconfont {
  background-color: #fff;
}
#wh ul li:hover::after {
  height: 5px;
}
#wh ul li:hover h5 {
  opacity: 0;
}
#wh ul li:hover span {
  opacity: 0;
}
#wh ul li:hover p {
  bottom: 50%;
  opacity: 1;
}
#td ul {
  display: flex;
  justify-content: space-evenly;
}
#td ul li {
  width: 20%;
}
#td ul li p {
  color: #888;
}
#td ul li .bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#td ul li .bar::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--themeColor);
  border-radius: 50%;
}
#td ul li .bar::after {
  content: "";
  width: 85%;
  height: 1px;
  border-top: 1px dashed var(--themeColor);
}
#td ul li .ti {
  margin: 20px 0 10px;
  font-size: 18px;
}
#lx .block {
  padding-bottom: 80px;
}
#lx .warp {
  display: flex;
  border-radius: 15px;
  overflow: hidden;
}
#lx .warp .lx_right {
  background-color: #fafbff;
  padding: 50px;
  flex: 1;
}
#lx .warp .lx_right .title {
  text-align: left;
  margin-bottom: 30px;
}
#lx .warp .lx_right .title .cn {
  font-size: 20px;
}
#lx .warp .lx_right .title .en {
  text-align: left;
}
#lx .warp .lx_right .lx_list li {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
#lx .warp .lx_right .lx_list li .iconfont {
  font-size: 26px;
  color: var(--themeColor);
  margin-right: 15px;
}
#lx .warp .lx_right .lx_list li .iconfont.icon-dianhua {
  font-size: 20px;
  margin-left: 5px;
}
#lx .warp .lx_left {
  width: 55%;
}
@media (max-width: 810px) {
  #js .warp {
    display: block;
  }
  #js .warp .js_left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #js .warp .js_right {
    width: 100%;
  }
  #js .warp .js_right > div {
    display: none;
  }
  #wh ul {
    flex-wrap: wrap;
  }
  #wh ul li {
    width: 45%;
  }
  #wh ul li:nth-child(n + 3) {
    margin-top: 50px;
  }
  #lx .warp {
    flex-wrap: wrap;
  }
  #lx .warp .lx_left {
    width: 100%;
    height: 80vw;
  }
  #lx .warp .lx_right {
    flex: auto;
    padding: 30px;
  }
  #lx .warp .lx_right .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .title {
    margin: 0 auto 50px;
  }
  #wh ul li {
    width: 100%;
  }
  #wh ul li:nth-child(n + 2) {
    margin-top: 50px;
  }
  #wh ul li div p {
    position: static;
    transform: none;
    opacity: 1;
    margin-top: 15px;
  }
  #wh ul li:hover h5,
  #wh ul li:hover span {
    opacity: 1;
  }
  #td ul {
    flex-wrap: wrap;
  }
  #td ul li {
    width: 45%;
  }
  #td ul li .ti {
    margin: 5px 0;
  }
  #td ul li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
