.main-tip {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}
.main-tip .content {
  height: 3.3rem;
  display: flex;
  align-items: center;
  font-size: 0.93rem;
}
.main-tip .content .tab {
  flex: 1;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: center;
  color: #333333;
  line-height: 0.53rem;
  cursor: pointer;
  position: relative;
}
.main-tip .content .tab::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -0.68rem;
  border-bottom: 2px solid #297bff;
  transition: all ease-in-out 0.5s;
}
.main-tip .content .tab.active {
  color: #297bff;
}
.main-tip .content .tab.active::after {
  left: 20%;
  right: 20%;
}

.pages .page.panel-info {
  padding-top: 1.7rem;
}
.pages .page.panel-info .info-text {
  padding: 0 1rem 1rem;
}
.pages .page.panel-info .info-text .main {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.pages .page.panel-info .info-text .main .main-item {
  margin: 0 1.2rem;
}
.pages .page.panel-info .info-text .main .main-item .number {
  font-family: PingFangSC, PingFangSC-Medium;
  color: #297bff;
}
.pages .page.panel-info .info-text .main .main-item .number span {
  vertical-align: baseline;
  display: inline-block;
  text-align: right;
  font-size: 2rem;
}
.pages .page.panel-info .info-text .main .main-item .number .unit {
  font-size: 0.53rem;
}
.pages .page.panel-info .info-text .main .main-item .tip {
  font-size: 0.53rem;
}
.pages .page.panel-info .info-text .content {
  font-size: 0.85rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #333333;
  line-height: 1.3rem;
  margin-bottom: 1.3rem;
}
.pages .page.panel-info .info-text .img-list {
  display: flex;
  flex-wrap: wrap;
}
.pages .page.panel-info .info-text .img-list .img {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 0.53rem;
}
.pages .page.panel-info .info-text .img-list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.pages .page.panel-info .info-text .img-list .img:nth-child(2n-1) {
  padding-right: 0.3rem;
}
.pages .page.panel-info .info-text .img-list .img:nth-child(2n) {
  padding-left: 0.3rem;
}
.pages .page.panel-info .info-text .img-list .img.has-bg {
  position: relative;
}
.pages .page.panel-info .info-text .img-list .img.has-bg::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url("/static/img/info-4-up.png") no-repeat;
  background-size: 100% 100%;
}
.pages .page.panel-info .info-timeline {
  background: #f8f8f8;
  overflow: hidden;
  padding-top: 1.7rem;
  padding-bottom: 1rem;
}
.pages .page.panel-info .info-timeline > section.horizontal-time {
  padding-top: 1.7rem;
  padding-bottom: 0.7rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
}
.pages .page.panel-info .info-timeline > section.horizontal-time > .tab {
  flex: 1;
  text-align: center;
  font-size: 0.53rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: bold;
  color: #7f7f7f;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.pages .page.panel-info .info-timeline > section.horizontal-time > .tab .time {
  display: none;
  overflow: hidden;
  height: 1rem;
}
.pages .page.panel-info .info-timeline > section.horizontal-time > .tab::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: #d8d8d8;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
  transition: all 0.5s ease-in-out;
}
.pages .page.panel-info .info-timeline > section.horizontal-time > .tab.active {
  font-size: 0.8rem;
  color: #297bff;
  flex: 2;
}
.pages .page.panel-info .info-timeline > section.horizontal-time > .tab.active .time {
  display: block;
}
.pages .page.panel-info .info-timeline > section.horizontal-time > .tab.active::before {
  width: 0.4rem;
  height: 0.4rem;
  bottom: -0.86rem;
  background: #297bff;
}
.pages .page.panel-info .info-timeline section.vertical-time {
  position: relative;
  display: none;
  margin-top: 2.8rem;
}
.pages .page.panel-info .info-timeline section.vertical-time .wrapper {
  padding: 0 0.93rem;
  box-sizing: border-box;
}
.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item {
  position: relative;
  transition: transform 1s ease-in-out, opacity 1.5s ease-in-out;
  transform: translateX(-2000px) scale(0);
  opacity: 0;
}
.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item .timeline__item__station {
  background-color: #297bff;
  position: absolute;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: all 0.3s ease-out;
}
.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item .timeline__item__content {
  transition: all 0.3s ease-out;
  width: 10.6rem;
  float: inherit;
}
.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item .timeline__item__content .time {
  font-size: 0.8rem;
  font-family: PingFangSC, PingFangSC-Medium;
  color: #333333;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin: 0;
}
.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item .timeline__item__content .title,
.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item .timeline__item__content .keyworld {
  width: 10.6rem;
  margin-top: 0.33rem;
  font-size: 0.7rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #333333;
  line-height: 0.93rem;
}
.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item .timeline__item__content .keyworld {
  text-align: justify;
}
.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item .timeline__item__content > .img {
  width: 10.6rem;
  min-height: 4.7rem;
  margin-top: 0.6rem;
}
.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item .timeline__item__content > .img img {
  width: 100%;
}
.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item::after {
  content: "";
  clear: both;
  display: table;
}
.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item:nth-child(2n-1) {
  text-align: right;
}
.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item:nth-child(2n) {
  transform: translateX(2000px) scale(0);
}
.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item:nth-child(2n) .timeline__item__content {
  float: right;
}
.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item.active {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.pages .page.panel-info .info-timeline section.vertical-time::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  width: 2px;
  height: 100%;
  background-color: #297bff;
  margin: auto;
  left: 0;
  right: 0;
}
.pages .page.panel-info .info-timeline section.vertical-time.active {
  display: block;
}
.pages .page.panel-honor {
  padding: 0;
}
.pages .page.panel-honor .content {
  display: flex;
  flex-wrap: wrap;
  background: #f8f8f8;
  padding: 0.5rem;
}
.pages .page.panel-honor .content .honor-item {
  border: 0.5rem solid #f8f8f8;
  width: 50%;
}
.pages .page.panel-honor .content .honor-item .honor-img {
  padding: 0.85rem;
  height: 8.9rem;
  background: #fff;
}
.pages .page.panel-honor .content .honor-item .honor-img > img {
  width: 100%;
  height: 100%;
}
.pages .page.panel-honor .content .honor-item .honor-name {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.85rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #333333;
}
.pages .page.panel-culture {
  background: #fff;
}
.pages .page.panel-culture .first-panel {
  position: relative;
  height: 12rem;
  width: 23rem;
  margin: 1.7rem auto;
}
.pages .page.panel-culture .first-panel > img {
  width: 100%;
  height: 100%;
}
.pages .page.panel-culture .first-panel > .panel-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 1.7rem;
  background: linear-gradient(270deg, rgba(41, 123, 255, 0) 0%, #297bff 100%);
}
.pages .page.panel-culture .first-panel > .panel-center .panel-center-target {
  height: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  color: #ffffff;
}
.pages .page.panel-culture .first-panel > .panel-center .panel-center-target .title {
  font-size: 1.1rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
}
.pages .page.panel-culture .first-panel > .panel-center .panel-center-target .brif {
  font-size: 1rem;
  font-family: PingFangSC, PingFangSC-Regular;
  margin-top: 0.2rem;
}
.pages .page.panel-culture .first-panel > .panel-center .first-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.pages .page.panel-culture .two-panel {
  background: #f8f8f8;
  padding: 1.7rem 1rem;
}
.pages .page.panel-culture .two-panel .panel-content {
  background: url("/static/img/culture-sense-worth-v.jpg");
  background-size: cover;
  margin-top: 1rem;
}
.pages .page.panel-culture .two-panel .panel-content .panel-item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.26);
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}
.pages .page.panel-culture .two-panel .panel-content .panel-item .panel-item-title {
  padding: 0 0.8rem 0 1.2rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-family: PingFangSC, PingFangSC-Regular;
  transition: background 0.2s ease-in-out;
}
.pages .page.panel-culture .two-panel .panel-content .panel-item .panel-item-title span {
  transition: color 0.2s ease-in-out;
}
.pages .page.panel-culture .two-panel .panel-content .panel-item .panel-item-title .icon {
  color: #333333;
  display: block;
  transition: all 0.2s ease-in-out;
}
.pages .page.panel-culture .two-panel .panel-content .panel-item > .panel-item-content {
  padding: 0 1rem 1rem;
  display: none;
  transition: background 0.2s ease-in-out;
}
.pages .page.panel-culture .two-panel .panel-content .panel-item > .panel-item-content .brif {
  margin: 0;
  font-size: 0.93rem;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: justify;
  color: #333333;
  line-height: 1.3rem;
  transition: color 0.2s ease-in-out;
}
.pages .page.panel-culture .two-panel .panel-content .panel-item.active {
  background: rgba(45, 123, 255, 0.8);
}
.pages .page.panel-culture .two-panel .panel-content .panel-item.active .panel-item-title span {
  color: #fff;
}
.pages .page.panel-culture .two-panel .panel-content .panel-item.active .panel-item-title .icon {
  color: #fff;
  transform: rotate(180deg);
}
.pages .page.panel-culture .two-panel .panel-content .panel-item.active .panel-item-content .brif {
  color: #ffffff;
}
.pages .page.panel-culture .two-panel .panel-content .panel-item:nth-child(1) .panel-item-content {
  display: block;
}
.pages .page.panel-culture .three-panel {
  padding: 1.7rem 0;
  position: relative;
}
.pages .page.panel-culture .three-panel .move-content {
  width: 23rem;
  height: 23rem;
  margin: 1rem auto;
  padding-bottom: 1rem;
  overflow: hidden;
}
.pages .page.panel-culture .three-panel .move-content .swiper-box {
  width: 23rem;
  height: 23rem;
  position: relative;
}
.pages .page.panel-culture .three-panel .move-content .swiper-box img {
  width: 100%;
  height: 100%;
}
.pages .page.panel-culture .three-panel .move-content .swiper-box .panel-item-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.61) 43%, #000000);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 1.3rem;
}
.pages .page.panel-culture .three-panel .move-content .swiper-box .panel-item-center h3 {
  font-size: 1.1rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.pages .page.panel-culture .three-panel .move-content .swiper-box .panel-item-center h3::after {
  content: "";
  width: 28px;
  height: 4px;
  opacity: 1;
  background: #297bff;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.pages .page.panel-culture .three-panel .move-content .swiper-box .panel-item-center .brif {
  flex: 1;
  font-size: 0.85rem;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: justify;
  color: #ffffff;
  line-height: 2rem;
  padding: 1rem;
}
.pages .page.panel-culture .three-panel .move-content .swiper-box .panel-item-center .more {
  width: 5.7rem;
  height: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #ffffff;
  margin-top: 1.3rem;
}
.pages .page.panel-culture .three-panel .move-content .swiper-box .panel-item-center .more a.a {
  font-size: 1rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #ffffff;
}
.pages .page.panel-culture .three-panel .swiper-wrapper-group {
  bottom: 1rem;
}
.pages .page.panel-culture .four-panel {
  background: #f5f5f5;
  padding: 1.7rem 0;
  position: relative;
}
.pages .page.panel-culture .four-panel .move-content {
  height: 22rem;
  width: 23rem;
  margin: 1rem auto;
  padding-bottom: 1.7rem;
  overflow: hidden;
}
.pages .page.panel-culture .four-panel .move-content .swiper-box {
  height: 22rem;
  width: 23rem;
  position: relative;
}
.pages .page.panel-culture .four-panel .move-content .swiper-box img {
  width: 100%;
  height: 100%;
}
.pages .page.panel-culture .four-panel .move-content .swiper-box .panel-item-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(41, 123, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 1.3rem;
}
.pages .page.panel-culture .four-panel .move-content .swiper-box .panel-item-center h3 {
  font-size: 1.1rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}
.pages .page.panel-culture .four-panel .move-content .swiper-box .panel-item-center .brif {
  font-size: 0.85rem;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: justify;
  color: #ffffff;
  line-height: 1.2rem;
  margin-top: 1rem;
}
.pages .page.panel-culture .four-panel .swiper-wrapper-group {
  bottom: 1.7rem;
}
.pages .page.panel-team .on-move-content {
  position: relative;
}
.pages .page.panel-team .on-move-content .top-tab {
  display: -webkit-box;
  overflow-x: scroll;
  background: #fff;
  padding: 0.6rem 0.93rem 2rem 0.93rem;
}
.pages .page.panel-team .on-move-content .top-tab .tab-name {
  display: block;
  height: 1.7rem;
  line-height: 1.7rem;
  padding: 0 0.4rem;
  background: #f5f5f5;
  border-radius: 0.83rem;
  font-size: 0.93rem;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: center;
  color: #666666;
  margin-right: 0.7rem;
}
.pages .page.panel-team .on-move-content .top-tab .tab-name.active {
  background: #217eff;
  color: #ffffff;
}
.pages .page.panel-team .on-move-content::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 2.7rem;
  width: 1.7rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff 80%);
}
.pages .page.panel-team .on-move-content .panels {
  background: #f5f5f5;
}
.pages .page.panel-team .on-move-content .panels .team-panel {
  display: none;
}
.pages .page.panel-team .on-move-content .panels .team-panel .title {
  font-size: 1.3rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  text-align: center;
  color: #333333;
  padding: 1.3rem 0;
}
.pages .page.panel-team .on-move-content .panels .team-panel .img-list > img {
  padding: 0 1rem 1.5rem;
  width: 100%;
  height: 26rem;
}
.pages .page.panel-team .on-move-content .panels .team-panel.active {
  display: block;
}/*# sourceMappingURL=move.css.map */