.main-tip {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  margin-top: 22px;
}

.main-tip .content {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-tip .content .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: center;
  color: #333333;
  line-height: 16px;
  cursor: pointer;
  position: relative;
}

.main-tip .content .tab::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -16px;
  border-bottom: 2px solid #297bff;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.main-tip .content .tab.active {
  color: #297bff;
}

.main-tip .content .tab.active::after {
  left: 30%;
  right: 30%;
}

.main-tip .content .tab:hover {
  color: #297bff;
}

.main-tip .content .tab:hover::after {
  left: 40%;
  right: 40%;
}

.pages .page {
  display: none;
}

.pages .page.panel-info {
  display: block;
}

.pages .page.panel-info .info-text {
  padding-bottom: 70px;
}

.pages .page.panel-info .info-text .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.pages .page.panel-info .info-text .main .main-item {
  margin: 0 70px;
}

.pages .page.panel-info .info-text .main .main-item .number {
  font-family: PingFangSC, PingFangSC-Medium;
  color: #333333;
  font-size: 84px;
}

.pages .page.panel-info .info-text .main .main-item .number span {
  vertical-align: baseline;
  display: inline-block;
  text-align: right;
  color: #297bff;
}

.pages .page.panel-info .info-text .main .main-item .number .unit {
  font-size: 16px;
  color: #297bff;
}

.pages .page.panel-info .info-text .main .main-item.main-year .number span {
  width: 90px;
}

.pages .page.panel-info .info-text .main .main-item.main-num .number span {
  width: 180px;
}

.pages .page.panel-info .info-text .main .main-item.main-weight .number span {
  width: 225px;
}

.pages .page.panel-info .info-text .content {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #333333;
  line-height: 32px;
  margin-bottom: 32px;
}

.pages .page.panel-info .info-text .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pages .page.panel-info .info-text .img-list .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 163px;
  width: 291px;
  margin: 0 6px;
}

.pages .page.panel-info .info-text .img-list .img img {
  width: 100%;
  height: 100%;
}

.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: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: url("/static/img/info-4-up.png") no-repeat;
}

.pages .page.panel-info .info-timeline {
  background: #f8f8f8;
  overflow: hidden;
}

.pages .page.panel-info .info-timeline > section.horizontal-time {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d8d8d8;
}

.pages .page.panel-info .info-timeline > section.horizontal-time > .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: bold;
  color: #7f7f7f;
  line-height: 16px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.pages .page.panel-info .info-timeline > section.horizontal-time > .tab::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
  bottom: -27px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pages .page.panel-info .info-timeline > section.horizontal-time > .tab.active {
  font-size: 24px;
  color: #297bff;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.pages .page.panel-info .info-timeline > section.horizontal-time > .tab.active::before {
  width: 12px;
  height: 12px;
  bottom: -29px;
  background: #297bff;
}

.pages .page.panel-info .info-timeline > section.horizontal-time > .tab:hover {
  color: 297bff;
}

.pages .page.panel-info .info-timeline section.vertical-time {
  position: relative;
  margin: 30px auto;
  padding: 60px 0;
  display: none;
}

.pages .page.panel-info .info-timeline section.vertical-time::before {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #297bff;
  left: 50%;
  margin-left: -1px;
}

.pages .page.panel-info .info-timeline section.vertical-time .wrapper {
  padding-left: 18px;
  padding-right: 18px;
  margin-left: auto;
  margin-right: auto;
}

.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item {
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: opacity 1.5s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1.5s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1.5s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1.5s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: translateX(-2000px) scale(0);
          transform: translateX(-2000px) scale(0);
  opacity: 0;
}

.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 .timeline__item__station {
  background-color: #297bff;
  position: absolute;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item .timeline__item__content {
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 33%;
  float: inherit;
}

.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item .timeline__item__content .title {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #333333;
  line-height: 24px;
}

.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item .timeline__item__content > .img {
  width: 100%;
  min-height: 175px;
  margin-top: 10px;
}

.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item .timeline__item__content > .img > img {
  width: 100%;
  height: 100%;
}

.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item:nth-child(2n) {
  -webkit-transform: translateX(2000px) scale(0);
          transform: translateX(2000px) scale(0);
  text-align: right;
}

.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item:nth-child(2n) .timeline__item__content {
  text-align: left;
  float: right;
  margin-right: 15%;
}

.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-1) .timeline__item__content {
  text-align: right;
  margin-left: 15%;
}

.pages .page.panel-info .info-timeline section.vertical-time .wrapper .timeline__item.active {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
}

.pages .page.panel-info .info-timeline section.vertical-time.active {
  display: block;
}

.pages .page.panel-culture {
  background: #fff;
}

.pages .page.panel-culture .first-panel {
  height: 500px;
  position: relative;
  padding: 70px 0;
}

.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: 70px;
  bottom: 70px;
  padding: 0 90px;
  background: rgba(41, 115, 255, 0.9);
}

.pages .page.panel-culture .first-panel > .panel-center .panel-center-target {
  height: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  color: #ffffff;
}

.pages .page.panel-culture .first-panel > .panel-center .panel-center-target .title {
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
}

.pages .page.panel-culture .first-panel > .panel-center .panel-center-target .brif {
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  margin-top: 6px;
}

.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-bottom: 70px;
}

.pages .page.panel-culture .two-panel .panel-center {
  height: 345px;
  background: url("/static/img/culture-sense-worth.jpg");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pages .page.panel-culture .two-panel .panel-center .panel-item {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.54)));
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.54));
  padding: 30px 0;
  width: 90px;
}

.pages .page.panel-culture .two-panel .panel-center .panel-item > span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bolld;
  color: #333333;
  line-height: 24px;
}

.pages .page.panel-culture .two-panel .panel-center .panel-item .brif {
  opacity: 0;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #ffffff;
  line-height: 22px;
}

.pages .page.panel-culture .two-panel .panel-center .panel-item + .panel-item {
  border-left: 1px solid #fff;
}

.pages .page.panel-culture .two-panel .panel-center .panel-item.active {
  background: rgba(41, 115, 255, 0.9);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  width: 490px;
}

.pages .page.panel-culture .two-panel .panel-center .panel-item.active > span {
  color: #fff;
}

.pages .page.panel-culture .two-panel .panel-center .panel-item.active .brif {
  opacity: 1;
  width: 450px;
}

.pages .page.panel-culture .three-panel {
  padding-bottom: 70px;
}

.pages .page.panel-culture .three-panel .panel-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 392px;
}

.pages .page.panel-culture .three-panel .panel-center .panel-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

.pages .page.panel-culture .three-panel .panel-center .panel-item .panel-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.pages .page.panel-culture .three-panel .panel-center .panel-item .panel-item-center h3 {
  color: #fff;
  position: relative;
}

.pages .page.panel-culture .three-panel .panel-center .panel-item .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 .panel-center .panel-item .panel-item-center .brif {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: justify;
  color: #ffffff;
  line-height: 30px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding-top: 20px;
}

.pages .page.panel-culture .three-panel .panel-center .panel-item .panel-item-center .more {
  width: 101px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  opacity: 1;
  background: #297bff;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  height: 0;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.pages .page.panel-culture .three-panel .panel-center .panel-item .panel-item-center .more a.a:hover {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  color: #fff;
}

.pages .page.panel-culture .three-panel .panel-center .panel-item + .panel-item {
  margin-left: 12px;
}

.pages .page.panel-culture .three-panel .panel-center .panel-item:hover .panel-item-center {
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(43%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 43%, rgba(0, 0, 0, 0.6));
}

.pages .page.panel-culture .three-panel .panel-center .panel-item:hover .panel-item-center .brif {
  height: 200px;
}

.pages .page.panel-culture .three-panel .panel-center .panel-item:hover .panel-item-center .more {
  height: 36px;
}

.pages .page.panel-culture .three-panel .panel-center .panel-item:hover .panel-item-center > .more:hover {
  background: #68a2ff;
}

.pages .page.panel-culture .three-panel .panel-center .panel-item:hover .panel-item-center > .more:hover a {
  opacity: 0.8;
}

.pages .page.panel-culture .four-panel {
  padding-bottom: 70px;
  background: #f8f8f8;
}

.pages .page.panel-culture .four-panel .panel-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 278px;
}

.pages .page.panel-culture .four-panel .panel-center .panel-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

.pages .page.panel-culture .four-panel .panel-center .panel-item .panel-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.09)), color-stop(52%, rgba(255, 255, 255, 0.19)), to(#ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.19) 52%, #ffffff);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.pages .page.panel-culture .four-panel .panel-center .panel-item .panel-item-center h3 {
  text-align: center;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.pages .page.panel-culture .four-panel .panel-center .panel-item .panel-item-center h3 i {
  opacity: 0.4;
  color: #297bff;
  font-size: 20px;
  font-style: normal;
  margin-right: 8px;
}

.pages .page.panel-culture .four-panel .panel-center .panel-item .panel-item-center .brif {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: justify;
  color: #ffffff;
  line-height: 22px;
  height: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.pages .page.panel-culture .four-panel .panel-center .panel-item + .panel-item {
  margin-left: 12px;
}

.pages .page.panel-culture .four-panel .panel-center .panel-item:hover .panel-item-center {
  background: rgba(41, 123, 255, 0.8);
}

.pages .page.panel-culture .four-panel .panel-center .panel-item:hover .panel-item-center h3 {
  color: #fff;
}

.pages .page.panel-culture .four-panel .panel-center .panel-item:hover .panel-item-center h3 i {
  color: #fff;
  opacity: 1;
}

.pages .page.panel-culture .four-panel .panel-center .panel-item:hover .panel-item-center .brif {
  height: 200px;
}

.pages .page.panel-honor {
  padding: 70px 0;
}

.pages .page.panel-honor .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pages .page.panel-honor .content .honor-item {
  border: 10px solid #f8f8f8;
  width: 33%;
}

.pages .page.panel-honor .content .honor-item .honor-img {
  padding: 16px;
  height: 310px;
}

.pages .page.panel-honor .content .honor-item .honor-img > img {
  width: 100%;
  height: 100%;
}

.pages .page.panel-honor .content .honor-item .honor-name {
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.pages .page.panel-honor .content .honor-item .honor-name a {
  color: #000000;
}

.pages .page.panel-honor .content .honor-item.no-border {
  border-right: 0;
  border-left: 0;
}

.pages .page.panel-team {
  padding: 20px 0;
}

.pages .page.panel-team .content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pages .page.panel-team .content .left {
  width: 280px;
  min-width: 280px;
  padding: 40px 23px;
}

.pages .page.panel-team .content .left .vertical-list {
  width: 100%;
}

.pages .page.panel-team .content .left .vertical-list > li {
  padding-right: 40px;
  text-align: right;
}

.pages .page.panel-team .content .panels {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}

.pages .page.panel-team .content .panels .team-panel {
  display: none;
}

.pages .page.panel-team .content .panels .team-panel .panel-left {
  float: left;
  width: 163px;
  height: 752px;
  overflow: hidden;
}

.pages .page.panel-team .content .panels .team-panel .panel-left .swiper-wrapper .swiper-slide {
  height: 188px;
}

.pages .page.panel-team .content .panels .team-panel .panel-left .swiper-wrapper .swiper-slide img {
  width: 163px;
  height: 188px;
}

.pages .page.panel-team .content .panels .team-panel .panel-left .swiper-wrapper .swiper-slide-active img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.pages .page.panel-team .content .panels .team-panel .panel-right {
  width: 700px;
  height: 752px;
  margin-left: 150px;
  overflow: hidden;
}

.pages .page.panel-team .content .panels .team-panel .panel-right .swiper-wrapper img {
  width: 700px;
  height: 752px;
}

.pages .page.panel-team .content .panels .team-panel.active {
  display: block;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .pages .page.panel-info .main .main-item {
    margin: 0 35px;
  }
  .pages .page.panel-info .main .main-item .number {
    font-size: 56px;
  }
  .pages .page.panel-info .main .main-item.main-year .number span {
    width: 64px;
  }
  .pages .page.panel-info .main .main-item.main-num .number span {
    width: 128px;
  }
  .pages .page.panel-info .main .main-item.main-weight .number span {
    width: 160px;
  }
  .page.panel-culture .two-panel .panel-center {
    padding: 0;
  }
  .page.panel-culture .two-panel .panel-center .panel-item {
    padding: 30px 0;
    width: 8%;
  }
  .page.panel-culture .two-panel .panel-item.active {
    padding: 30px 10px;
    width: 36%;
  }
}
/*# sourceMappingURL=pc.css.map */