.navigation_head {
  margin: 30px 0 30px 0;
}
.navigation_head span {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.navigation_head span a {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.navigation_head .text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
.navigation_head .text:hover {
  color: #333 !important;
}
.top {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.navigation_head .text:hover {
  color: #A23BDA;
}
.version {
  width: 1200px;
  margin: 0 auto;
}
body {
  overflow-x: hidden;
}
header {
  position: static;
  border-bottom: 1px solid #E1E3E2;
}
.backdrop {
  width: 100%;
  background: url(../images/backdrop.png) no-repeat center top;
  overflow: hidden;
  min-width: 1200px;
  background-size: 100% auto;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.part5_figure li {
  width: 280px;
  height: 200px;
  background: linear-gradient(180deg, #f1e8f8, rgba(243, 250, 249, 0.16));
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  float: left;
  position: relative;
  box-sizing: border-box;
  margin: 80px 26px 35px 0;
}
.part5_figure li:nth-child(4n) {
  margin-right: 0;
}
.part5_figure li:nth-child(5) {
  z-index: 1;
}
.part5_figure li:hover {
  background: white;
  box-shadow: 0px 4px 12px 2px rgba(241, 232, 248, 0.8);
  cursor: pointer;
}
.part5_figure li:hover span,
.part5_figure li:hover p {
  color: #A23BDA;
}
.part5_figure li:hover .part5_pic img {
  border: 2px solid rgba(216, 122, 218, 0.5);
}
.part5_figure .part5_pic {
  width: 134px;
  height: 134px;
  position: absolute;
  top: -72px;
  left: 73px;
  z-index: 1;
}
.part5_figure .part5_pic img {
  width: 100%;
  display: block;
  border-radius: 50%;
  border: 3px solid white;
}
.part5_figure .part5_txt p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-bottom: 11px;
  padding-top: 79px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.part5_figure .part5_txt span {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding: 0 27px 0 28px;
  display: inline-block;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  box-sizing: border-box;
  text-align: center;
}
