﻿@charset "utf-8";
/*!  Project : 双流中学
    +-----------rem--------------+
    |                            |
    |    Author  |  yeshiqiu     |
    |    Q__Q    |  337676937    |
    |    Addr    |  SC_Chengdu   |
    |    Date    |  2020.03.08   |
    |                            |
    +--!-_-!--------------!-_-!--+
*/
.pf100 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pr100 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bge {
  background-color: #eee;
}
.bgf {
  background-color: #fff;
}
.bgf1 {
  background-color: #f1f1f1;
}
.bgf5 {
  background-color: #f5f5f5;
}
@-webkit-keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
            clip-path: inset(0 50% round 0);
  }
  100% {
    -webkit-clip-path: inset(0% round 0);
            clip-path: inset(0% round 0);
  }
}
@keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
            clip-path: inset(0 50% round 0);
  }
  100% {
    -webkit-clip-path: inset(0% round 0);
            clip-path: inset(0% round 0);
  }
}
/* 固定调用animations-start */
@-webkit-keyframes fadeInRightm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRightm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightm {
  -webkit-animation-name: fadeInRightm;
          animation-name: fadeInRightm;
}
@-webkit-keyframes fadeInLeftm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeftm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftm {
  -webkit-animation-name: fadeInLeftm;
          animation-name: fadeInLeftm;
}
@-webkit-keyframes fadeInUpm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpm {
  -webkit-animation-name: fadeInUpm;
          animation-name: fadeInUpm;
}
@-webkit-keyframes fadeInDownm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownm {
  -webkit-animation-name: fadeInDownm;
          animation-name: fadeInDownm;
}
@-webkit-keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInRightm {
  -webkit-animation-name: slideInRightm;
          animation-name: slideInRightm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInLeftm {
  -webkit-animation-name: slideInLeftm;
          animation-name: slideInLeftm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInUpm {
  -webkit-animation-name: slideInUpm;
          animation-name: slideInUpm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInDownm {
  -webkit-animation-name: slideInDownm;
          animation-name: slideInDownm;
  opacity: 1 !important;
}
@-webkit-keyframes fadeIns {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIns {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.fadeIns {
  -webkit-animation-name: fadeIns;
          animation-name: fadeIns;
}
@-webkit-keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.dotShake {
  -webkit-animation-name: dotShake;
          animation-name: dotShake;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotate360 {
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInYm {
  -webkit-animation-name: rotateInYm;
          animation-name: rotateInYm;
}
@-webkit-keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
@keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
.AniStriking {
  -webkit-animation-name: AniStriking;
          animation-name: AniStriking;
}
@-webkit-keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.AniOpStriking {
  -webkit-animation-name: AniOpStriking;
          animation-name: AniOpStriking;
}
@-webkit-keyframes AniShiny {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes AniShiny {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.AniShiny {
  -webkit-animation-name: AniShiny;
          animation-name: AniShiny;
}
@-webkit-keyframes scaleInDown {
  0% {
    -webkit-transform: scale(1, 1.25) translateY(20%);
            transform: scale(1, 1.25) translateY(20%);
    -webkit-transform-origin: 50% 25%;
            transform-origin: 50% 25%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@keyframes scaleInDown {
  0% {
    -webkit-transform: scale(1, 1.25) translateY(20%);
            transform: scale(1, 1.25) translateY(20%);
    -webkit-transform-origin: 50% 25%;
            transform-origin: 50% 25%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.scaleInDown {
  -webkit-animation-name: scaleInDown;
          animation-name: scaleInDown;
}
@-webkit-keyframes scaleInRight {
  0% {
    -webkit-transform: scale(1.25, 1) translateX(20%);
            transform: scale(1.25, 1) translateX(20%);
    -webkit-transform-origin: 25% 50%;
            transform-origin: 25% 50%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@keyframes scaleInRight {
  0% {
    -webkit-transform: scale(1.25, 1) translateX(20%);
            transform: scale(1.25, 1) translateX(20%);
    -webkit-transform-origin: 25% 50%;
            transform-origin: 25% 50%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.scaleInRight {
  -webkit-animation-name: scaleInRight;
          animation-name: scaleInRight;
}
@-webkit-keyframes scaleInUp {
  0% {
    -webkit-transform: scale(1, 1.25) translateY(-20%);
            transform: scale(1, 1.25) translateY(-20%);
    -webkit-transform-origin: 50% 75%;
            transform-origin: 50% 75%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@keyframes scaleInUp {
  0% {
    -webkit-transform: scale(1, 1.25) translateY(-20%);
            transform: scale(1, 1.25) translateY(-20%);
    -webkit-transform-origin: 50% 75%;
            transform-origin: 50% 75%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.scaleInUp {
  -webkit-animation-name: scaleInUp;
          animation-name: scaleInUp;
}
@-webkit-keyframes scaleInLeft {
  0% {
    -webkit-transform: scale(1.25, 1) translateX(-20%);
            transform: scale(1.25, 1) translateX(-20%);
    -webkit-transform-origin: 75% 50%;
            transform-origin: 75% 50%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@keyframes scaleInLeft {
  0% {
    -webkit-transform: scale(1.25, 1) translateX(-20%);
            transform: scale(1.25, 1) translateX(-20%);
    -webkit-transform-origin: 75% 50%;
            transform-origin: 75% 50%;
  }
  100% {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.scaleInLeft {
  -webkit-animation-name: scaleInLeft;
          animation-name: scaleInLeft;
}
@-webkit-keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
@keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
.animateStay {
  -webkit-animation-name: animateStay;
          animation-name: animateStay;
}
@-webkit-keyframes AniNone {
  0,
  100% {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes AniNone {
  0,
  100% {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}
.AniNone {
  -webkit-animation-name: AniNone;
          animation-name: AniNone;
  opacity: 1;
}
@-webkit-keyframes AniCalmdown {
  
}
@keyframes AniCalmdown {
  
}
.AniCalmdown {
  -webkit-animation-name: AniCalmdown;
          animation-name: AniCalmdown;
  -webkit-animation-duration: .5s !important;
          animation-duration: .5s !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
.waitAniTitleBlock {
  display: inline-block;
  vertical-align: top;
}
.waitAniTitleBlock,
.waitAniBlock {
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}
.waitAniTitleBlock:before,
.waitAniBlock:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: currentColor;
}
.waitAniTitleBlock:before,
.waitAniBlock:before {
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}
.waitAniTitleBlock._dirv:before,
.waitAniBlock._dirv:before {
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
}
.waitAniTitleBlock.AniStart .hideWord,
.waitAniBlock.AniStart .hideWord,
.waitAniTitleBlock.AniStart .hidePic,
.waitAniBlock.AniStart .hidePic,
.waitAniTitleBlock.AniStart .hideBlock,
.waitAniBlock.AniStart .hideBlock {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.waitAniTitleBlock.AniStart:before,
.waitAniBlock.AniStart:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0.3, 0.6) 0s;
  transition: all 400ms cubic-bezier(0, 0, 0.3, 0.6) 0s;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.waitAniTitleBlock.AniStart._dirv:before,
.waitAniBlock.AniStart._dirv:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.waitAniTitleBlock.AniDid .hideWord,
.waitAniBlock.AniDid .hideWord,
.waitAniTitleBlock.AniDid .hidePic,
.waitAniBlock.AniDid .hidePic,
.waitAniTitleBlock.AniDid .hideBlock,
.waitAniBlock.AniDid .hideBlock {
  -webkit-transition: all 0ms ease-out 10ms;
  transition: all 0ms ease-out 10ms;
  opacity: 1;
  visibility: visible;
}
.waitAniTitleBlock.AniDid:before,
.waitAniBlock.AniDid:before {
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0, 0.8) 0s;
  transition: all 400ms cubic-bezier(0, 0, 0, 0.8) 0s;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.waitAniTitleBlock.AniDid._dirv:before,
.waitAniBlock.AniDid._dirv:before {
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
}
/* 固定调用animations-end */
/* baseCss */
.en {
  word-break: keep-all;
}
.tdu {
  text-decoration: underline;
}
.oh {
  position: relative;
  overflow: hidden;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
.dib {
  display: inline-block;
  vertical-align: top;
}
.vab {
  vertical-align: bottom;
}
.vam {
  vertical-align: middle;
}
.vat {
  vertical-align: top;
}
.unsel,
.dct {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.insel {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.op0 {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.op1 {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.tapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.tapList:after {
  display: none;
}
.tapList .item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lhd5 {
  height: .5em;
}
.reject {
  cursor: not-allowed;
}
.poss {
  position: static !important;
}
.emptyList {
  text-align: center;
  font-size: 120%;
  background-color: #f5f5f5;
  color: #222;
  font-weight: bold;
}
.hidePoint {
  position: absolute;
  height: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}
.viewport {
  position: relative;
  font-size: 0;
}
.pc .viewport {
  overflow: hidden;
}
.wap .oScroll {
  overflow: auto;
}
/* 关键值 */
.hScroll {
  width: 100%;
  white-space: nowrap;
}
.hScroll .scrollBox,
.hScroll .overview {
  display: inline-block;
  vertical-align: top;
}
.wap .hScroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.vScroll {
  height: 100%;
}
.wap .vScroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.invisible {
  visibility: hidden;
  position: absolute !important;
  z-index: -1;
}
.ensp {
  display: inline-block;
  vertical-align: middle;
  width: .5em;
  height: 1px;
}
.cnsp {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1px;
}
.pa100.link {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 8;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  text-align: left !important;
}
.pa4 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bgct {
  background-color: transparent !important;
}
.enter,
.reset {
  position: relative;
  overflow: hidden;
}
.enter .iptBtn,
.reset .iptBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.kong {
  pointer-events: none;
}
.aniSpan {
  position: static !important;
  min-height: 1px;
  display: block;
}
/* resetEnd */
.c1 {
  color: #9b0000;
}
.bgc1 {
  background-color: #9b0000;
}
.c2 {
  color: #413634;
}
.bgc2 {
  background-color: #413634;
}
.ca {
  color: #333333;
}
.cb {
  color: #666666;
}
.cs {
  color: #999999;
}
html {
  -webkit-overflow-scrolling: touch;
  min-width: 400px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 100px;
}
html.pc {
  max-width: 750px;
}
body {
  position: relative;
  background: #fff;
  color: #666666;
  font-size: 0.24rem;
  line-height: 1;
  font-family: Microsoft YaHei, '微软雅黑', Arial, sans-serif;
}
a.on {
  color: #9b0000;
}
.w,
.container,
.wRes {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  width: 7.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.posSet {
  overflow: hidden;
  z-index: 21;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.imax,
.info {
  font-size: 0.24rem;
  line-height: 1.5;
}
.vmbox {
  font-size: 0.24rem;
  line-height: 1.43333;
}
.loading {
  background-size: 1rem 0.2rem;
  background-image: url(../images/based/loading.gif);
}
.load-error {
  background-size: 0.96rem 0.8rem;
  background-image: url(../images/based/error.gif);
  background-color: #eee !important;
}
.scroll-wrap {
  position: relative;
  width: 7.5rem;
  left: 50%;
  margin-left: -3.75rem;
  outline: solid 1px #eeeeee;
  background-color: #fff;
}
.scroll-wrap:after {
  content: " ";
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.scroll-wrap.show:after {
  -webkit-transition: all 250ms ease-out 500ms;
  transition: all 250ms ease-out 500ms;
  opacity: 0;
  visibility: hidden;
}
.pc ::-webkit-scrollbar {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.pc ::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}
.pc ::-webkit-scrollbar-track {
  background: #ababa7;
}
.pc ::-webkit-scrollbar-corner {
  background: transparent;
  height: 0;
  width: 0;
}
.bg.c {
  width: 7.5rem;
  margin-left: -3.75rem;
}
.ctr,
.btn,
.more,
.pa100.link {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
/* ------------------- htmls ------------------- */
.fullFloat {
  position: fixed !important;
  left: 50%;
  width: 7.5rem;
  margin-left: -3.75rem;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 表单 */
.formItem {
  position: relative;
}
.formItem .aftPD {
  position: absolute;
  left: 100%;
  top: 0;
  color: #f00;
  margin-left: 0.08rem;
  white-space: nowrap;
  font-size: 0.24rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.formItem .skin::-webkit-input-placeholder {
  color: #bbbbbb;
}
.formItem .skin:-moz-placeholder {
  color: #bbbbbb;
}
.formItem .skin::-moz-placeholder {
  color: #bbbbbb;
}
.formItem .skin:-ms-input-placeholder {
  color: #bbbbbb;
}
.formItem .skin._focus {
  border-color: #2e9fd9 !important;
  /* box-shadow: 0 0 1*@A 2*@A fade(@c1,15%); */
}
.formItem.red .skin {
  color: #f00 ;
  border-color: #f00 ;
}
.formItem.red .skin::-webkit-input-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin::-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-ms-input-placeholder {
  color: #ff0000;
}
/* keyframes use */
/* ajaxList */
.scrollAjax #loadState {
  position: relative;
  width: 6.9rem;
  height: 0.6rem;
  margin: 0.4rem auto 0;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 0.03rem;
  color: #fff;
  background-color: #9b0000;
}
.scrollAjax #loadState.off {
  background-color: #ddd;
  color: #333;
}
.scrollAjax #loadState.retry {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.scrollAjax #loadState.ing:after {
  content: " ";
  -webkit-animation-name: dotMove;
          animation-name: dotMove;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: steps(4);
          animation-timing-function: steps(4);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes dotMove {
  0%,
  100% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}
@keyframes dotMove {
  0%,
  100% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}
.scrollAjax .pageList {
  display: none;
}
.pageListBox {
  text-align: center;
  padding: 0.4rem 0 0.5rem;
}
.pageListBox.skin2 {
  text-align: right;
}
.pageListBox.skin2 .pageList {
  line-height: 0.5rem;
}
.pageListBox.skin2 .pageList a {
  min-width: 0.26rem;
  height: 0.5rem;
  line-height: 0.5rem;
  width: auto;
  padding: 0 0.12rem;
  background-color: #f5f5f5;
  border: #dddddd solid 1px;
  border-radius: 0.03rem;
  color: #333333;
  font-weight: normal !important;
}
.pageListBox.skin2 .pageList a.selected,
.pageListBox.skin2 .pageList a:active {
  background: #333 !important;
  border-color: #333;
}
.pageListBox.skin2 .pageList a:active {
  border-color: #fff;
}
.pageListBox .pageList {
  position: relative;
  line-height: 0.56rem;
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
}
.pageListBox .pageList ul {
  position: relative;
  float: none !important;
  text-align: center;
}
.pageListBox .pageList ul,
.pageListBox .pageList ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.pageListBox .pageList ul li {
  margin: 0 0.05rem;
  font-size: 0.24rem;
}
.pageListBox .pageList ul .ctr a {
  font-weight: bold;
  font-size: 0.24rem;
  font-family: SimSun, '宋体' !important;
}
.pageListBox .pageList a {
  display: block;
  border-width: 0;
  border-style: solid;
  width: 0.56rem;
  height: 0.56rem;
  font-family: Arial, sans-serif, Microsoft YaHei, '微软雅黑';
  background-color: #464646;
  color: #ffffff;
  border-color: #464646;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  border-radius: 0.04rem;
  font-size: 0.24rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.pageListBox .pageList a.selected {
  color: #ffffff;
  border-color: #9b0000;
  background-color: #9b0000;
}
.pageListBox .pageList a:active {
  -webkit-box-shadow: inset 0 0 0.01rem 0.01rem #353535;
          box-shadow: inset 0 0 0.01rem 0.01rem #353535;
  -webkit-transition: 0ms;
  transition: 0ms;
}
.pageListBox .pageList a:active {
  color: #ffffff;
  border-color: #9b0000;
  background-color: #9b0000;
}
/* 模态提示框 */
.TAlert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.TAlert .contain {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  z-index: 9;
  min-width: 4.8rem;
  max-width: 6rem;
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.5);
  text-align: left;
  line-height: 1.4333;
  font-size: 0.26rem;
  border-radius: 0.05rem;
  background-color: #fff;
}
.TAlert .contain .Tclose {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.TAlert .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.36rem;
  font-size: 0.3rem;
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 120%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
  pointer-events: none;
}
.TAlert .contain .Tclose s:before,
.TAlert .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #333333;
  border-style: solid;
}
.TAlert .contain .Tclose s:before {
  border-width: 0 0.3rem 0.04rem 0;
}
.TAlert .contain .Tclose s:after {
  border-width: 0 0 0.3rem 0.04rem;
}
.TAlert .contain .Tclose s:active:before,
.TAlert .contain .Tclose s:active:after {
  border-color: #333333;
}
.TAlert .contain .head {
  padding: 0.2rem 0.25rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-bottom: #cccccc solid 1px;
  color: #333;
  background-color: #fff;
}
.TAlert .contain .body {
  padding: 0.25rem;
  font-size: 0.24rem;
  background-color: #fff;
  color: #444;
}
.TAlert .contain .foot {
  position: relative;
  width: 100%;
  height: 0.66rem;
  border-top: #cccccc solid 1px;
}
.TAlert .contain .foot .btn {
  position: absolute;
  top: 0;
  height: 0.66rem;
  line-height: 0.66rem;
  width: 50%;
  text-align: center;
  font-size: 0.24rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.TAlert .contain .foot .btn.enter {
  left: 0;
  background-color: #9b0000;
  color: #fff;
}
.TAlert .contain .foot .btn.close {
  right: 0;
  background-color: #f1f1f1;
  border-left: #cfcfcf solid 1px;
  color: #333;
}
.TAlert .contain .foot .btn.w100 {
  border-left: none;
}
.ysqUEO .TAlert .contain {
  opacity: 0;
  -webkit-transition: all 330ms ease-out 0s;
  transition: all 330ms ease-out 0s;
  -webkit-transform: translateY(-50%) scale(0.2);
          transform: translateY(-50%) scale(0.2);
}
.ysqUEO .TAlert.showUp .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
.ysqUEO .TAlert.hideOut .contain {
  opacity: 0;
  -webkit-transform: translateY(44%) scale(0.2) !important;
          transform: translateY(44%) scale(0.2) !important;
}
.fzsX,
.ysqUEO .ctr.ctrXf,
.ysqUEO .ctr.ctrXg,
.ysqUEO .ctr.ctrXi,
.ysqUEO .ctr.ctrXk,
.pagination.paginationXa .btn,
.pagination.paginationXb .btn,
.pagination.paginationXc .btn,
.pagination.paginationXd .btn,
#header .navbtn s:before,
.sAbout-detail-list .dd .line .song .right .music-player .playBtn {
  font-size: 100px;
}
@media screen and (max-width: 675px) {
  .fzsX,
  .ysqUEO .ctr.ctrXf,
  .ysqUEO .ctr.ctrXg,
  .ysqUEO .ctr.ctrXi,
  .ysqUEO .ctr.ctrXk,
  .pagination.paginationXa .btn,
  .pagination.paginationXb .btn,
  .pagination.paginationXc .btn,
  .pagination.paginationXd .btn,
  #header .navbtn s:before,
  .sAbout-detail-list .dd .line .song .right .music-player .playBtn {
    font-size: 90px;
  }
}
@media screen and (max-width: 600px) {
  .fzsX,
  .ysqUEO .ctr.ctrXf,
  .ysqUEO .ctr.ctrXg,
  .ysqUEO .ctr.ctrXi,
  .ysqUEO .ctr.ctrXk,
  .pagination.paginationXa .btn,
  .pagination.paginationXb .btn,
  .pagination.paginationXc .btn,
  .pagination.paginationXd .btn,
  #header .navbtn s:before,
  .sAbout-detail-list .dd .line .song .right .music-player .playBtn {
    font-size: 80px;
  }
}
@media screen and (max-width: 525px) {
  .fzsX,
  .ysqUEO .ctr.ctrXf,
  .ysqUEO .ctr.ctrXg,
  .ysqUEO .ctr.ctrXi,
  .ysqUEO .ctr.ctrXk,
  .pagination.paginationXa .btn,
  .pagination.paginationXb .btn,
  .pagination.paginationXc .btn,
  .pagination.paginationXd .btn,
  #header .navbtn s:before,
  .sAbout-detail-list .dd .line .song .right .music-player .playBtn {
    font-size: 70px;
  }
}
@media screen and (max-width: 450px) {
  .fzsX,
  .ysqUEO .ctr.ctrXf,
  .ysqUEO .ctr.ctrXg,
  .ysqUEO .ctr.ctrXi,
  .ysqUEO .ctr.ctrXk,
  .pagination.paginationXa .btn,
  .pagination.paginationXb .btn,
  .pagination.paginationXc .btn,
  .pagination.paginationXd .btn,
  #header .navbtn s:before,
  .sAbout-detail-list .dd .line .song .right .music-player .playBtn {
    font-size: 60px;
  }
}
@media screen and (max-width: 400px) {
  .fzsX,
  .ysqUEO .ctr.ctrXf,
  .ysqUEO .ctr.ctrXg,
  .ysqUEO .ctr.ctrXi,
  .ysqUEO .ctr.ctrXk,
  .pagination.paginationXa .btn,
  .pagination.paginationXb .btn,
  .pagination.paginationXc .btn,
  .pagination.paginationXd .btn,
  #header .navbtn s:before,
  .sAbout-detail-list .dd .line .song .right .music-player .playBtn {
    font-size: 50px;
  }
}
.modal-expound {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}
.ysqUEO .modal-expound.hideOut .contain {
  opacity: 0;
  -webkit-transform: translateY(10vh) scale(0.2) !important;
          transform: translateY(10vh) scale(0.2) !important;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.modal-expound .contain {
  z-index: 20;
  position: absolute;
}
.modal-expound .contain {
  background-color: #fff;
  top: 100%;
  left: 50%;
  margin-left: -7.2rem;
  padding: 0.8rem 1.2rem;
  width: 14.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-expound .contain .Tclose {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
}
.modal-expound .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.72rem;
  font-size: 0.4rem;
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 120%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
.modal-expound .contain .Tclose s:before,
.modal-expound .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #000000;
  border-style: solid;
}
.modal-expound .contain .Tclose s:before {
  border-width: 0 0.4rem 0.03rem 0;
}
.modal-expound .contain .Tclose s:after {
  border-width: 0 0 0.4rem 0.03rem;
}
.modal-expound .contain .Tclose s:active:before,
.modal-expound .contain .Tclose s:active:after {
  border-color: #000000;
}
.modal-expound .contain .Tclose s:active {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
@media screen and (max-width: 1200*1/100rem) {
  .modal-expound .contain {
    left: 5%;
    margin-left: 0;
    width: 90%;
  }
}
.modal-expound .contain.fullTt .Tt {
  position: absolute;
  left: 1.2rem;
  top: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  padding-right: 0.4rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-expound .line {
  position: relative;
  color: #5e4844;
}
.modal-expound .line:nth-child(1n+2) {
  margin-top: 0.3rem;
}
.modal-expound .line .sdt {
  z-index: 3;
  position: relative;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0.1rem 0;
  font-weight: bold;
  background-image: url(../images/bgs-gy-line-1.png);
  background-size: auto;
  background-position: 0 50%;
  background-repeat: repeat-x;
}
.modal-expound .line .sdt span {
  display: inline-block;
  padding-right: 0.25rem;
  background-color: #fff;
}
.modal-expound .line .sds {
  position: relative;
  z-index: 2;
  line-height: 1.5;
  padding: .25em 0;
}
.modal-expound .line .sdd {
  position: relative;
  z-index: 1;
  padding-top: 0.05rem;
  font-size: 0.16rem;
}
.modal-login {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}
.ysqUEO .modal-login .contain {
  opacity: 0;
  -webkit-transition: all 330ms ease-out 0s;
  transition: all 330ms ease-out 0s;
  -webkit-transform: translateY(66%) scale(0.2);
          transform: translateY(66%) scale(0.2);
}
.ysqUEO .modal-login.showUp .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
.ysqUEO .modal-login.showUp .close {
  pointer-events: auto;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.ysqUEO .modal-login.hideOut .contain {
  opacity: 0;
  -webkit-transform: translateY(-44%) scale(0.2) !important;
          transform: translateY(-44%) scale(0.2) !important;
}
.ysqUEO .modal-login.hideOut .Tclose {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.modal-login .contain {
  z-index: 20;
  position: absolute;
}
.modal-login .contain {
  left: 50%;
  top: 50%;
  margin-left: -3.45rem;
  margin-top: -3rem;
  padding: 0.75rem 0.5rem;
  width: 6.9rem;
  height: 6rem;
  -webkit-box-shadow: 0rem 0rem 0.07rem 0rem rgba(0, 0, 0, 0.35);
          box-shadow: 0rem 0rem 0.07rem 0rem rgba(0, 0, 0, 0.35);
  background-color: #fff;
  border-radius: 0.1rem;
}
.modal-login .contain .Tclose {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.modal-login .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.45rem;
  font-size: 0.34rem;
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 120%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
  pointer-events: none;
}
.modal-login .contain .Tclose s:before,
.modal-login .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #333333;
  border-style: solid;
}
.modal-login .contain .Tclose s:before {
  border-width: 0 0.34rem 0.04rem 0;
}
.modal-login .contain .Tclose s:after {
  border-width: 0 0 0.34rem 0.04rem;
}
.modal-login .contain .Tclose s:active:before,
.modal-login .contain .Tclose s:active:after {
  border-color: #333333;
}
.modal-login .head {
  font-size: 0.38rem;
  color: #9b0000;
  font-weight: bold;
}
.modal-login .body {
  margin-top: 0.4rem;
}
.modal-login .icofm {
  width: 0.68rem;
  height: 0.68rem;
  background-size: 0.48rem 0.48rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal-login .icofm.icofm-user {
  background-image: url(../images/icofm-user.png);
}
.modal-login .icofm.icofm-password {
  background-image: url(../images/icofm-password.png);
}
.modal-login .icofm.icofm-vc {
  background-image: url(../images/icofm-vc.png);
}
.modal-login .formItem {
  position: relative;
  line-height: 0.7rem;
}
.modal-login .formItem:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.modal-login .formItem .icofm {
  position: absolute;
  left: 1px;
  top: 1px;
  pointer-events: none;
}
.modal-login .formItem .skin {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  border: #e0e0e0 solid 1px;
  font-size: 0.26rem;
  background-repeat: no-repeat;
  background-position: right center;
  text-align: left;
  border-radius: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.84rem;
}
.modal-login .formItem.yzm {
  white-space: nowrap;
  font-size: 0;
}
.modal-login .formItem.yzm .skin {
  padding-right: 1.6rem;
}
.modal-login .formItem.yzm .bindClick {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 1.4rem;
  height: 0.5rem;
  border: #e0e0e0 solid 1px;
  border-radius: 0.04rem;
}
.modal-login .formItem .aftPD {
  left: auto;
  right: 0.1rem;
}
.modal-login .enter {
  margin-top: 0.4rem;
  display: block;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  background-color: #9b0000;
  font-size: 0.28rem;
  border-radius: 0.1rem;
}
.btn.btnXindex {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4rem;
  width: 1.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.64rem;
  text-align: center;
  color: #fff;
  background-color: #9b0000;
  font-size: 0.21rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
}
.btn.btnXa {
  display: block;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 1.4rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 0.44rem;
  text-align: center;
  border: #c5c4c4 solid 1px;
  font-size: 0.16rem;
  color: #333333;
  -webkit-transition: all 250ms ease-out 50ms;
  transition: all 250ms ease-out 50ms;
}
.btn.btnXa:after {
  background-color: #9b0000;
}
.btn.btnXa:active {
  color: #fff;
}
.btn.btnXa:active:after {
  opacity: 1;
}
.btn.btnXb {
  position: relative;
  z-index: 2;
  display: block;
  width: 1.08rem;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 0.32rem;
  text-align: center;
  ont-size: 0.16rem;
  color: #333333;
  -webkit-transition: all 250ms ease-out 50ms;
  transition: all 250ms ease-out 50ms;
  border-radius: 0.04rem;
  text-transform: uppercase;
  background-color: #eeebea;
}
.btn.btnXb:before {
  background-color: #9b0000;
}
.btn.btnXb:active {
  color: #fff;
}
.btn.btnXb:active:before {
  opacity: 1;
}
.btn.btnXc {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 0.25rem;
  font-size: 0.16rem;
  color: #333333;
  font-weight: bold;
}
.btn.btnXc:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.09rem;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background-image: url(../images/btns-Xc.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.btn.btnXc:active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.btn.btnXd {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.12rem;
  width: 0.64rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  font-size: 0.14rem;
  color: #333333;
  background-color: #eeebea;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.btn.btnXd:active {
  background-color: #dedede;
}
.ctr {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ctr.ctr-BbAf60120 {
  display: none;
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  width: 0.6rem;
  height: 1.2rem;
  line-height: 1.2rem;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-align: center;
}
.ctr.ctr-BbAf60120 s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: SimSun, '宋体' !important;
  text-align: center;
  font-size: 0.56rem;
  font-weight: bold;
  pointer-events: none;
}
.ctr.ctr-BbAf60120:hover {
  color: #ffffff;
}
.ysqUEO .ctr.ctr-BbAf60120 s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctr-BbAf60120 s:before,
.ysqUEO .ctr.ctr-BbAf60120 s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.28rem;
  height: 0.04rem;
  margin-top: -0.02rem;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.ctr.ctr-BbAf60120:active s:before,
.ctr.ctr-BbAf60120:active s:after {
  background-color: #ffffff;
}
.ysqUEO .ctr.ctr-BbAf60120.prev s:before,
.ysqUEO .ctr.ctr-BbAf60120.prev s:after {
  margin-left: -0.1rem;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctr-BbAf60120.prev s:before {
  -webkit-transform: rotate(-42deg) translateX(-0.02rem);
          transform: rotate(-42deg) translateX(-0.02rem);
}
.ysqUEO .ctr.ctr-BbAf60120.prev s:after {
  -webkit-transform: rotate(42deg) translateX(-0.02rem);
          transform: rotate(42deg) translateX(-0.02rem);
}
.ysqUEO .ctr.ctr-BbAf60120.next s:before,
.ysqUEO .ctr.ctr-BbAf60120.next s:after {
  margin-left: -0.18rem;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctr-BbAf60120.next s:before {
  -webkit-transform: rotate(-42deg) translateX(0.02rem);
          transform: rotate(-42deg) translateX(0.02rem);
}
.ysqUEO .ctr.ctr-BbAf60120.next s:after {
  -webkit-transform: rotate(42deg) translateX(0.02rem);
          transform: rotate(42deg) translateX(0.02rem);
}
.ctr.ctr-BbAf60120.prev:active s:before,
.ctr.ctr-BbAf60120.prev:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctr-BbAf60120.prev:active s:before {
  -webkit-transform: rotate(-48deg) translateX(-0.02rem);
          transform: rotate(-48deg) translateX(-0.02rem);
}
.ctr.ctr-BbAf60120.prev:active s:after {
  -webkit-transform: rotate(48deg) translateX(-0.02rem);
          transform: rotate(48deg) translateX(-0.02rem);
}
.ctr.ctr-BbAf60120.next:active s:before,
.ctr.ctr-BbAf60120.next:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctr-BbAf60120.next:active s:before {
  -webkit-transform: rotate(-48deg) translateX(0.02rem);
          transform: rotate(-48deg) translateX(0.02rem);
}
.ctr.ctr-BbAf60120.next:active s:after {
  -webkit-transform: rotate(48deg) translateX(0.02rem);
          transform: rotate(48deg) translateX(0.02rem);
}
.ctr.ctr-BbAf60120:active {
  opacity: 1;
}
.ctr.ctrXf {
  display: none;
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: -0.12rem;
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.24rem;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  font-size: 1em;
  color: #060102;
  text-align: center;
}
.ctr.ctrXf s {
  font-size: 1em !important;
}
.ctr.ctrXf s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: SimSun, '宋体' !important;
  text-align: center;
  font-size: 0.24em;
  font-weight: bold;
  pointer-events: none;
}
.ctr.ctrXf:hover {
  color: #9b0000;
}
.ysqUEO .ctr.ctrXf s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrXf s:before,
.ysqUEO .ctr.ctrXf s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.12em;
  height: 0.02em;
  margin-top: -0.01em;
  background-color: #060102;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.ctr.ctrXf:active s:before,
.ctr.ctrXf:active s:after {
  background-color: #9b0000;
}
.ysqUEO .ctr.ctrXf.prev s:before,
.ysqUEO .ctr.ctrXf.prev s:after {
  margin-left: -0.04em;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrXf.prev s:before {
  -webkit-transform: rotate(-42deg) translateX(-0.01em);
          transform: rotate(-42deg) translateX(-0.01em);
}
.ysqUEO .ctr.ctrXf.prev s:after {
  -webkit-transform: rotate(42deg) translateX(-0.01em);
          transform: rotate(42deg) translateX(-0.01em);
}
.ysqUEO .ctr.ctrXf.next s:before,
.ysqUEO .ctr.ctrXf.next s:after {
  margin-left: -0.08em;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrXf.next s:before {
  -webkit-transform: rotate(-42deg) translateX(0.01em);
          transform: rotate(-42deg) translateX(0.01em);
}
.ysqUEO .ctr.ctrXf.next s:after {
  -webkit-transform: rotate(42deg) translateX(0.01em);
          transform: rotate(42deg) translateX(0.01em);
}
.ctr.ctrXf.prev:active s:before,
.ctr.ctrXf.prev:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXf.prev:active s:before {
  -webkit-transform: rotate(-48deg) translateX(-0.01em);
          transform: rotate(-48deg) translateX(-0.01em);
}
.ctr.ctrXf.prev:active s:after {
  -webkit-transform: rotate(48deg) translateX(-0.01em);
          transform: rotate(48deg) translateX(-0.01em);
}
.ctr.ctrXf.next:active s:before,
.ctr.ctrXf.next:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXf.next:active s:before {
  -webkit-transform: rotate(-48deg) translateX(0.01em);
          transform: rotate(-48deg) translateX(0.01em);
}
.ctr.ctrXf.next:active s:after {
  -webkit-transform: rotate(48deg) translateX(0.01em);
          transform: rotate(48deg) translateX(0.01em);
}
.ctr.ctrXf.prev {
  left: 0;
}
.ctr.ctrXf.next {
  right: 0;
}
.ctr.ctrXg {
  display: none;
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: -0.48rem;
  width: 0.72rem;
  height: 0.96rem;
  line-height: 0.96rem;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 1em;
  color: #ffffff;
  text-align: center;
}
.ctr.ctrXg s {
  font-size: 1em !important;
}
.ctr.ctrXg s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: SimSun, '宋体' !important;
  text-align: center;
  font-size: 0.56em;
  font-weight: bold;
  pointer-events: none;
}
.ctr.ctrXg:hover {
  color: #ffffff;
}
.ysqUEO .ctr.ctrXg s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrXg s:before,
.ysqUEO .ctr.ctrXg s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.28em;
  height: 0.02em;
  margin-top: -0.01em;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.ctr.ctrXg:active s:before,
.ctr.ctrXg:active s:after {
  background-color: #ffffff;
}
.ysqUEO .ctr.ctrXg.prev s:before,
.ysqUEO .ctr.ctrXg.prev s:after {
  margin-left: -0.12em;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrXg.prev s:before {
  -webkit-transform: rotate(-42deg) translateX(-0.01em);
          transform: rotate(-42deg) translateX(-0.01em);
}
.ysqUEO .ctr.ctrXg.prev s:after {
  -webkit-transform: rotate(42deg) translateX(-0.01em);
          transform: rotate(42deg) translateX(-0.01em);
}
.ysqUEO .ctr.ctrXg.next s:before,
.ysqUEO .ctr.ctrXg.next s:after {
  margin-left: -0.16em;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrXg.next s:before {
  -webkit-transform: rotate(-42deg) translateX(0.01em);
          transform: rotate(-42deg) translateX(0.01em);
}
.ysqUEO .ctr.ctrXg.next s:after {
  -webkit-transform: rotate(42deg) translateX(0.01em);
          transform: rotate(42deg) translateX(0.01em);
}
.ctr.ctrXg.prev:active s:before,
.ctr.ctrXg.prev:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXg.prev:active s:before {
  -webkit-transform: rotate(-48deg) translateX(-0.01em);
          transform: rotate(-48deg) translateX(-0.01em);
}
.ctr.ctrXg.prev:active s:after {
  -webkit-transform: rotate(48deg) translateX(-0.01em);
          transform: rotate(48deg) translateX(-0.01em);
}
.ctr.ctrXg.next:active s:before,
.ctr.ctrXg.next:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXg.next:active s:before {
  -webkit-transform: rotate(-48deg) translateX(0.01em);
          transform: rotate(-48deg) translateX(0.01em);
}
.ctr.ctrXg.next:active s:after {
  -webkit-transform: rotate(48deg) translateX(0.01em);
          transform: rotate(48deg) translateX(0.01em);
}
.ctr.ctrXg.prev {
  left: 0;
}
.ctr.ctrXg.next {
  right: 0;
}
.ctr.ctrXg:active {
  background-color: rgba(255, 255, 255, 0.4);
}
.ctr.ctrXh {
  z-index: 20;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.96rem;
  height: 0.96rem;
  line-height: 0.96rem;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  color: #ffffff;
  text-align: center;
}
.ctr.ctrXh s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: SimSun, '宋体' !important;
  text-align: center;
  font-size: 0.6rem;
  font-weight: bold;
  pointer-events: none;
}
.ctr.ctrXh:hover {
  color: #ffffff;
}
.ysqUEO .ctr.ctrXh s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrXh s:before,
.ysqUEO .ctr.ctrXh s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.3rem;
  height: 0.03rem;
  margin-top: -0.015rem;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.ctr.ctrXh:active s:before,
.ctr.ctrXh:active s:after {
  background-color: #ffffff;
}
.ysqUEO .ctr.ctrXh.prev s:before,
.ysqUEO .ctr.ctrXh.prev s:after {
  margin-left: -0.12rem;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrXh.prev s:before {
  -webkit-transform: rotate(-42deg) translateX(-0.015rem);
          transform: rotate(-42deg) translateX(-0.015rem);
}
.ysqUEO .ctr.ctrXh.prev s:after {
  -webkit-transform: rotate(42deg) translateX(-0.015rem);
          transform: rotate(42deg) translateX(-0.015rem);
}
.ysqUEO .ctr.ctrXh.next s:before,
.ysqUEO .ctr.ctrXh.next s:after {
  margin-left: -0.18rem;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrXh.next s:before {
  -webkit-transform: rotate(-42deg) translateX(0.015rem);
          transform: rotate(-42deg) translateX(0.015rem);
}
.ysqUEO .ctr.ctrXh.next s:after {
  -webkit-transform: rotate(42deg) translateX(0.015rem);
          transform: rotate(42deg) translateX(0.015rem);
}
.ctr.ctrXh.prev:active s:before,
.ctr.ctrXh.prev:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXh.prev:active s:before {
  -webkit-transform: rotate(-48deg) translateX(-0.015rem);
          transform: rotate(-48deg) translateX(-0.015rem);
}
.ctr.ctrXh.prev:active s:after {
  -webkit-transform: rotate(48deg) translateX(-0.015rem);
          transform: rotate(48deg) translateX(-0.015rem);
}
.ctr.ctrXh.next:active s:before,
.ctr.ctrXh.next:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXh.next:active s:before {
  -webkit-transform: rotate(-48deg) translateX(0.015rem);
          transform: rotate(-48deg) translateX(0.015rem);
}
.ctr.ctrXh.next:active s:after {
  -webkit-transform: rotate(48deg) translateX(0.015rem);
          transform: rotate(48deg) translateX(0.015rem);
}
.ctr.ctrXi {
  z-index: 20;
  position: absolute;
  top: 0;
  width: 0.36rem;
  height: 100%;
  line-height: 100%;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  bbackground-color: #f2f2f2;
  border: #d3d3d3 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  color: #333333;
  text-align: center;
}
.ctr.ctrXi s {
  font-size: 1em !important;
}
.ctr.ctrXi s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: SimSun, '宋体' !important;
  text-align: center;
  font-size: 0.28rem;
  font-weight: bold;
  pointer-events: none;
}
.ctr.ctrXi:hover {
  color: #cf000e;
}
.ysqUEO .ctr.ctrXi s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrXi s:before,
.ysqUEO .ctr.ctrXi s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.14rem;
  height: 0.02rem;
  margin-top: -0.01rem;
  background-color: #333333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.ctr.ctrXi:active s:before,
.ctr.ctrXi:active s:after {
  background-color: #cf000e;
}
.ysqUEO .ctr.ctrXi.prev s:before,
.ysqUEO .ctr.ctrXi.prev s:after {
  margin-left: -0.05rem;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrXi.prev s:before {
  -webkit-transform: rotate(-42deg) translateX(-0.01rem);
          transform: rotate(-42deg) translateX(-0.01rem);
}
.ysqUEO .ctr.ctrXi.prev s:after {
  -webkit-transform: rotate(42deg) translateX(-0.01rem);
          transform: rotate(42deg) translateX(-0.01rem);
}
.ysqUEO .ctr.ctrXi.next s:before,
.ysqUEO .ctr.ctrXi.next s:after {
  margin-left: -0.09rem;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrXi.next s:before {
  -webkit-transform: rotate(-42deg) translateX(0.01rem);
          transform: rotate(-42deg) translateX(0.01rem);
}
.ysqUEO .ctr.ctrXi.next s:after {
  -webkit-transform: rotate(42deg) translateX(0.01rem);
          transform: rotate(42deg) translateX(0.01rem);
}
.ctr.ctrXi.prev:active s:before,
.ctr.ctrXi.prev:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXi.prev:active s:before {
  -webkit-transform: rotate(-48deg) translateX(-0.01rem);
          transform: rotate(-48deg) translateX(-0.01rem);
}
.ctr.ctrXi.prev:active s:after {
  -webkit-transform: rotate(48deg) translateX(-0.01rem);
          transform: rotate(48deg) translateX(-0.01rem);
}
.ctr.ctrXi.next:active s:before,
.ctr.ctrXi.next:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXi.next:active s:before {
  -webkit-transform: rotate(-48deg) translateX(0.01rem);
          transform: rotate(-48deg) translateX(0.01rem);
}
.ctr.ctrXi.next:active s:after {
  -webkit-transform: rotate(48deg) translateX(0.01rem);
          transform: rotate(48deg) translateX(0.01rem);
}
.ctr.ctrXi.prev {
  border-radius: 0.1rem 0 0 0.1rem;
}
.ctr.ctrXi.next {
  border-radius: 0 0.1rem 0.1rem 0;
}
.ctr.ctrXi:active {
  background-color: #eee;
  border-color: #cf000e;
}
.ctr.ctrXj {
  display: none;
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: -0.4rem;
  width: 0.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  color: #8a8a8a;
  text-align: center;
}
.ctr.ctrXj s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: SimSun, '宋体' !important;
  text-align: center;
  font-size: 0.6rem;
  font-weight: bold;
  pointer-events: none;
}
.ctr.ctrXj:hover {
  color: #9b0000;
}
.ysqUEO .ctr.ctrXj s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrXj s:before,
.ysqUEO .ctr.ctrXj s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.3rem;
  height: 0.03rem;
  margin-top: -0.015rem;
  background-color: #8a8a8a;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.ctr.ctrXj:active s:before,
.ctr.ctrXj:active s:after {
  background-color: #9b0000;
}
.ysqUEO .ctr.ctrXj.prev s:before,
.ysqUEO .ctr.ctrXj.prev s:after {
  margin-left: -0.12rem;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrXj.prev s:before {
  -webkit-transform: rotate(-42deg) translateX(-0.015rem);
          transform: rotate(-42deg) translateX(-0.015rem);
}
.ysqUEO .ctr.ctrXj.prev s:after {
  -webkit-transform: rotate(42deg) translateX(-0.015rem);
          transform: rotate(42deg) translateX(-0.015rem);
}
.ysqUEO .ctr.ctrXj.next s:before,
.ysqUEO .ctr.ctrXj.next s:after {
  margin-left: -0.18rem;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrXj.next s:before {
  -webkit-transform: rotate(-42deg) translateX(0.015rem);
          transform: rotate(-42deg) translateX(0.015rem);
}
.ysqUEO .ctr.ctrXj.next s:after {
  -webkit-transform: rotate(42deg) translateX(0.015rem);
          transform: rotate(42deg) translateX(0.015rem);
}
.ctr.ctrXj.prev:active s:before,
.ctr.ctrXj.prev:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXj.prev:active s:before {
  -webkit-transform: rotate(-48deg) translateX(-0.015rem);
          transform: rotate(-48deg) translateX(-0.015rem);
}
.ctr.ctrXj.prev:active s:after {
  -webkit-transform: rotate(48deg) translateX(-0.015rem);
          transform: rotate(48deg) translateX(-0.015rem);
}
.ctr.ctrXj.next:active s:before,
.ctr.ctrXj.next:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXj.next:active s:before {
  -webkit-transform: rotate(-48deg) translateX(0.015rem);
          transform: rotate(-48deg) translateX(0.015rem);
}
.ctr.ctrXj.next:active s:after {
  -webkit-transform: rotate(48deg) translateX(0.015rem);
          transform: rotate(48deg) translateX(0.015rem);
}
.ctr.ctrXk {
  position: relative;
  display: block;
  width: 0.64em;
  height: 0.64em;
  line-height: 0.64em;
  font-size: 1em;
  color: #9b0000;
  text-align: center;
}
.ctr.ctrXk s {
  font-size: 1em !important;
}
.ctr.ctrXk:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  border: solid 1px #9b0000;
  border-radius: 0.64em;
}
.ctr.ctrXk s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: SimSun, '宋体' !important;
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  pointer-events: none;
}
.ctr.ctrXk:hover {
  color: #9b0000;
}
.ysqUEO .ctr.ctrXk s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrXk s:before,
.ysqUEO .ctr.ctrXk s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.18rem;
  height: 0.03rem;
  margin-top: -0.015rem;
  background-color: #9b0000;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.ctr.ctrXk:active s:before,
.ctr.ctrXk:active s:after {
  background-color: #9b0000;
}
.ysqUEO .ctr.ctrXk.prev s:before,
.ysqUEO .ctr.ctrXk.prev s:after {
  margin-left: -0.06rem;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrXk.prev s:before {
  -webkit-transform: rotate(-42deg) translateX(-0.015rem);
          transform: rotate(-42deg) translateX(-0.015rem);
}
.ysqUEO .ctr.ctrXk.prev s:after {
  -webkit-transform: rotate(42deg) translateX(-0.015rem);
          transform: rotate(42deg) translateX(-0.015rem);
}
.ysqUEO .ctr.ctrXk.next s:before,
.ysqUEO .ctr.ctrXk.next s:after {
  margin-left: -0.12rem;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrXk.next s:before {
  -webkit-transform: rotate(-42deg) translateX(0.015rem);
          transform: rotate(-42deg) translateX(0.015rem);
}
.ysqUEO .ctr.ctrXk.next s:after {
  -webkit-transform: rotate(42deg) translateX(0.015rem);
          transform: rotate(42deg) translateX(0.015rem);
}
.ctr.ctrXk.prev:active s:before,
.ctr.ctrXk.prev:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXk.prev:active s:before {
  -webkit-transform: rotate(-48deg) translateX(-0.015rem);
          transform: rotate(-48deg) translateX(-0.015rem);
}
.ctr.ctrXk.prev:active s:after {
  -webkit-transform: rotate(48deg) translateX(-0.015rem);
          transform: rotate(48deg) translateX(-0.015rem);
}
.ctr.ctrXk.next:active s:before,
.ctr.ctrXk.next:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXk.next:active s:before {
  -webkit-transform: rotate(-48deg) translateX(0.015rem);
          transform: rotate(-48deg) translateX(0.015rem);
}
.ctr.ctrXk.next:active s:after {
  -webkit-transform: rotate(48deg) translateX(0.015rem);
          transform: rotate(48deg) translateX(0.015rem);
}
.ctr.ctrXk:active s:before,
.ctr.ctrXk:active s:after {
  background-color: #fff;
}
.ctr.ctrXk:active:after {
  background-color: #9b0000;
}
.ctr.ctrXl {
  display: none;
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  width: 0.6rem;
  height: 1.2rem;
  line-height: 1.2rem;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  opacity: .2;
  color: #ffffff;
  text-align: center;
}
.ctr.ctrXl s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: SimSun, '宋体' !important;
  text-align: center;
  font-size: 0.72rem;
  font-weight: bold;
  pointer-events: none;
}
.ctr.ctrXl:hover {
  color: #ffffff;
}
.ysqUEO .ctr.ctrXl s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrXl s:before,
.ysqUEO .ctr.ctrXl s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.36rem;
  height: 0.04rem;
  margin-top: -0.02rem;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.ctr.ctrXl:active s:before,
.ctr.ctrXl:active s:after {
  background-color: #ffffff;
}
.ysqUEO .ctr.ctrXl.prev s:before,
.ysqUEO .ctr.ctrXl.prev s:after {
  margin-left: -0.14rem;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrXl.prev s:before {
  -webkit-transform: rotate(-42deg) translateX(-0.02rem);
          transform: rotate(-42deg) translateX(-0.02rem);
}
.ysqUEO .ctr.ctrXl.prev s:after {
  -webkit-transform: rotate(42deg) translateX(-0.02rem);
          transform: rotate(42deg) translateX(-0.02rem);
}
.ysqUEO .ctr.ctrXl.next s:before,
.ysqUEO .ctr.ctrXl.next s:after {
  margin-left: -0.22rem;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrXl.next s:before {
  -webkit-transform: rotate(-42deg) translateX(0.02rem);
          transform: rotate(-42deg) translateX(0.02rem);
}
.ysqUEO .ctr.ctrXl.next s:after {
  -webkit-transform: rotate(42deg) translateX(0.02rem);
          transform: rotate(42deg) translateX(0.02rem);
}
.ctr.ctrXl.prev:active s:before,
.ctr.ctrXl.prev:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXl.prev:active s:before {
  -webkit-transform: rotate(-48deg) translateX(-0.02rem);
          transform: rotate(-48deg) translateX(-0.02rem);
}
.ctr.ctrXl.prev:active s:after {
  -webkit-transform: rotate(48deg) translateX(-0.02rem);
          transform: rotate(48deg) translateX(-0.02rem);
}
.ctr.ctrXl.next:active s:before,
.ctr.ctrXl.next:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXl.next:active s:before {
  -webkit-transform: rotate(-48deg) translateX(0.02rem);
          transform: rotate(-48deg) translateX(0.02rem);
}
.ctr.ctrXl.next:active s:after {
  -webkit-transform: rotate(48deg) translateX(0.02rem);
          transform: rotate(48deg) translateX(0.02rem);
}
.ctr.ctrXl:active {
  opacity: 1;
}
.ctr.ctrXm {
  display: none;
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: -0.4rem;
  width: 0.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  opacity: .4;
  color: #ffffff;
  text-align: center;
}
.ctr.ctrXm s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: SimSun, '宋体' !important;
  text-align: center;
  font-size: 0.72rem;
  font-weight: bold;
  pointer-events: none;
}
.ctr.ctrXm:hover {
  color: #ffffff;
}
.ysqUEO .ctr.ctrXm s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrXm s:before,
.ysqUEO .ctr.ctrXm s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.36rem;
  height: 0.04rem;
  margin-top: -0.02rem;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.ctr.ctrXm:active s:before,
.ctr.ctrXm:active s:after {
  background-color: #ffffff;
}
.ysqUEO .ctr.ctrXm.prev s:before,
.ysqUEO .ctr.ctrXm.prev s:after {
  margin-left: -0.14rem;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrXm.prev s:before {
  -webkit-transform: rotate(-42deg) translateX(-0.02rem);
          transform: rotate(-42deg) translateX(-0.02rem);
}
.ysqUEO .ctr.ctrXm.prev s:after {
  -webkit-transform: rotate(42deg) translateX(-0.02rem);
          transform: rotate(42deg) translateX(-0.02rem);
}
.ysqUEO .ctr.ctrXm.next s:before,
.ysqUEO .ctr.ctrXm.next s:after {
  margin-left: -0.22rem;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrXm.next s:before {
  -webkit-transform: rotate(-42deg) translateX(0.02rem);
          transform: rotate(-42deg) translateX(0.02rem);
}
.ysqUEO .ctr.ctrXm.next s:after {
  -webkit-transform: rotate(42deg) translateX(0.02rem);
          transform: rotate(42deg) translateX(0.02rem);
}
.ctr.ctrXm.prev:active s:before,
.ctr.ctrXm.prev:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXm.prev:active s:before {
  -webkit-transform: rotate(-48deg) translateX(-0.02rem);
          transform: rotate(-48deg) translateX(-0.02rem);
}
.ctr.ctrXm.prev:active s:after {
  -webkit-transform: rotate(48deg) translateX(-0.02rem);
          transform: rotate(48deg) translateX(-0.02rem);
}
.ctr.ctrXm.next:active s:before,
.ctr.ctrXm.next:active s:after {
  -webkit-transition: 0ms;
  transition: 0ms;
}
.ctr.ctrXm.next:active s:before {
  -webkit-transform: rotate(-48deg) translateX(0.02rem);
          transform: rotate(-48deg) translateX(0.02rem);
}
.ctr.ctrXm.next:active s:after {
  -webkit-transform: rotate(48deg) translateX(0.02rem);
          transform: rotate(48deg) translateX(0.02rem);
}
.ctr.ctrXm.prev {
  left: 0;
}
.ctr.ctrXm.next {
  right: 0;
}
.ctr.ctrXm:active {
  opacity: .6;
}
.pagination.paginationXa {
  width: 100%;
  z-index: 3;
  white-space: nowrap;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.pagination.paginationXa:after {
  display: none;
}
.pagination.paginationXa .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.pagination.paginationXa .btn:nth-child(1n+2) {
  margin: 0 0 0 0.16em;
}
.pagination.paginationXa .btn:before {
  width: 0.2em;
  height: 0.04em;
  border-radius: 0.04em;
  content: " ";
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.pagination.paginationXa .btn > em {
  display: none;
}
.pagination.paginationXa .btn.on:before {
  width: 0.32em;
  background-color: #fff;
}
.pagination.paginationXb {
  width: 100%;
  z-index: 3;
  white-space: nowrap;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.pagination.paginationXb:after {
  display: none;
}
.pagination.paginationXb .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.pagination.paginationXb .btn:nth-child(1n+2) {
  margin: 0 0 0 0.16em;
}
.pagination.paginationXb .btn:before {
  width: 0.12em;
  height: 0.12em;
  border-radius: 0.12em;
  content: " ";
  display: block;
  background-color: #fff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.pagination.paginationXb .btn > em {
  display: none;
}
.pagination.paginationXb .btn.on:before {
  background-color: #9b0000;
}
.pagination.paginationXb._mini .btn {
  width: 0.08em;
  height: 0.08em;
  border-radius: 0.08em;
}
.pagination.paginationXb._mini .btn:nth-child(1n+2) {
  margin-left: 0.04em;
}
.pagination.paginationXb._large .btn {
  width: 0.16em;
  height: 0.16em;
  border-radius: 0.16em;
}
.pagination.paginationXb._large .btn:nth-child(1n+2) {
  margin-left: 0.12em;
}
.pagination.paginationXb._party {
  position: relative;
  margin-top: 0.3rem;
  width: 100%;
  text-align: center;
}
.pagination.paginationXb._party .btn {
  width: 0.1rem;
  height: 0.1rem;
}
.pagination.paginationXc {
  width: 100%;
  z-index: 3;
  white-space: nowrap;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.pagination.paginationXc:after {
  display: none;
}
.pagination.paginationXc .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.pagination.paginationXc .btn:nth-child(1n+2) {
  margin: 0 0 0 0.16em;
}
.pagination.paginationXc .btn:before {
  width: 0.12em;
  height: 0.12em;
  border-radius: 0.12em;
  content: " ";
  display: block;
  background-color: rgba(255, 255, 255, 0.55);
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.pagination.paginationXc .btn > em {
  display: none;
}
.pagination.paginationXc .btn.on:before {
  background-color: #fff;
}
.pagination.paginationXd {
  overflow: hidden;
  white-space: nowrap;
  line-height: 0;
}
.pagination.paginationXd .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  width: 0.1em;
  height: 0.1em;
  border: 0 solid #9b0000;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  border-radius: 0.1em;
  background-color: #d2d2d2;
  -webkit-box-shadow: inset 0em 0.02em 0.02em 0em rgba(0, 0, 0, 0.35);
          box-shadow: inset 0em 0.02em 0.02em 0em rgba(0, 0, 0, 0.35);
}
.pagination.paginationXd .btn:nth-child(1n+2) {
  margin: 0 0 0 0.2em;
}
.pagination.paginationXd .btn > em {
  display: none;
}
.pagination.paginationXd .btn.on {
  background-color: #9b0000;
}
.pagination.paginationX1 {
  overflow: hidden;
  white-space: nowrap;
}
.pagination.paginationX1 .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 0.04rem;
  width: 0.1rem;
  height: 0.1rem;
  border: 0 solid #9b0000;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  border-radius: 0.1rem;
  background-color: #fff;
  opacity: .35;
}
.pagination.paginationX1 .btn > em {
  display: none;
}
.pagination.paginationX1 .btn.on {
  opacity: 1;
}
.pagination.paginationX2 {
  height: 0.06rem;
  line-height: 0.06rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
.pagination.paginationX2 .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 0.08rem;
  width: 0.06rem;
  height: 0.06rem;
  border: 0 solid #9b0000;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  border-radius: 0.06rem;
  background-color: #999999;
}
.pagination.paginationX2 .btn > em {
  display: none;
}
.pagination.paginationX2 .btn.on {
  background-color: #9b0000;
  width: 0.2rem;
}
.pagination.paginationX3 {
  height: 0.18rem;
  line-height: 0.18rem;
  position: absolute;
  z-index: 3;
  text-align: left;
  white-space: nowrap;
}
.pagination.paginationX3 .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 0.08rem;
  width: 0.18rem;
  height: 0.18rem;
}
.pagination.paginationX3 .btn > em {
  display: none;
}
.pagination.paginationX3 .btn:before,
.pagination.paginationX3 .btn:after {
  content: " ";
  border-radius: 50%;
}
.pagination.paginationX3 .btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-color: #fff;
  border-width: 0.08rem 0.08rem 0 0;
  border-style: solid;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.pagination.paginationX3 .btn:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  border: #ffffff solid 1px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.pagination.paginationX3 .btn.on:before {
  border-width: 0.04rem 0.04rem 0 0;
}
.pagination.paginationX3 .btn.on:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.graphicList,
.index-news-list,
.index-imgTab1-list,
.sParty-theme-list,
.sParty-teamBuilding-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.graphicList:after,
.index-news-list:after,
.index-imgTab1-list:after,
.sParty-theme-list:after,
.sParty-teamBuilding-list:after {
  display: none;
}
.graphicList .item,
.index-news-list .item,
.index-imgTab1-list .item,
.sParty-theme-list .item,
.sParty-teamBuilding-list .item {
  position: relative;
  overflow: hidden;
  width: 3.3rem;
  padding-bottom: 0.15rem;
  text-align: center;
}
.graphicList .item:nth-child(1n+1),
.index-news-list .item:nth-child(1n+1),
.index-imgTab1-list .item:nth-child(1n+1),
.sParty-theme-list .item:nth-child(1n+1),
.sParty-teamBuilding-list .item:nth-child(1n+1) {
  margin-left: 0.3rem;
  margin-top: 0;
}
.graphicList .item:nth-child( 2n+1),
.index-news-list .item:nth-child( 2n+1),
.index-imgTab1-list .item:nth-child( 2n+1),
.sParty-theme-list .item:nth-child( 2n+1),
.sParty-teamBuilding-list .item:nth-child( 2n+1) {
  margin-left: 0;
}
.graphicList .item:nth-child( 1n+3),
.index-news-list .item:nth-child( 1n+3),
.index-imgTab1-list .item:nth-child( 1n+3),
.sParty-theme-list .item:nth-child( 1n+3),
.sParty-teamBuilding-list .item:nth-child( 1n+3) {
  margin-top: 0.15rem;
}
.graphicList .item .pic,
.index-news-list .item .pic,
.index-imgTab1-list .item .pic,
.sParty-theme-list .item .pic,
.sParty-teamBuilding-list .item .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.42424242%;
  background-color: #f1f1f1;
}
.graphicList .item h3,
.index-news-list .item h3,
.index-imgTab1-list .item h3,
.sParty-theme-list .item h3,
.sParty-teamBuilding-list .item h3 {
  margin-top: 0.15rem;
  line-height: 1.38461538;
  font-size: 0.21rem;
  color: #333333;
}
.graphicList .item .date,
.index-news-list .item .date,
.index-imgTab1-list .item .date,
.sParty-theme-list .item .date,
.sParty-teamBuilding-list .item .date {
  margin-top: 0.05rem;
}
.graphicList + .btnXindex,
.index-news-list + .btnXindex,
.index-imgTab1-list + .btnXindex,
.sParty-theme-list + .btnXindex,
.sParty-teamBuilding-list + .btnXindex {
  margin-top: 0.15rem;
}
.announcementList,
.index-announcement-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.announcementList:after,
.index-announcement-list:after {
  display: none;
}
.announcementList .item,
.index-announcement-list .item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 0.35rem 0.25rem;
  width: 3.35rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.announcementList .item:nth-child(1n+1),
.index-announcement-list .item:nth-child(1n+1) {
  margin-left: 0.2rem;
  margin-top: 0;
}
.announcementList .item:nth-child( 2n+1),
.index-announcement-list .item:nth-child( 2n+1) {
  margin-left: 0;
}
.announcementList .item:nth-child( 1n+3),
.index-announcement-list .item:nth-child( 1n+3) {
  margin-top: 0.2rem;
}
.announcementList .item:before,
.index-announcement-list .item:before {
  content: " ";
  position: absolute;
  right: -0.16rem;
  top: -0.16rem;
  width: 0.32rem;
  height: 0.32rem;
  background-color: #9b0000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.announcementList .item .date,
.index-announcement-list .item .date {
  color: #999999;
  font-size: 0.2rem;
}
.announcementList .item h3,
.index-announcement-list .item h3 {
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.8em;
  height: 2.8em;
  color: #333333;
  font-size: 0.21rem;
  margin-top: 0.12rem;
}
.graphicDotTextList .item,
.index-infomation3-list .item,
.sScience-mien-list .item {
  position: relative;
  overflow: hidden;
  border-bottom: #c8c8c8 dashed 1px;
}
.graphicDotTextList .item.picItem,
.index-infomation3-list .item.picItem,
.sScience-mien-list .item.picItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0.25rem 0;
}
.graphicDotTextList .item.picItem:after,
.index-infomation3-list .item.picItem:after,
.sScience-mien-list .item.picItem:after {
  display: none;
}
.graphicDotTextList .item.picItem .pic,
.index-infomation3-list .item.picItem .pic,
.sScience-mien-list .item.picItem .pic {
  width: 2.08rem;
  height: 1.18rem;
  background-color: #f1f1f1;
  margin-right: 0.14rem;
}
.graphicDotTextList .item.picItem .txt,
.index-infomation3-list .item.picItem .txt,
.sScience-mien-list .item.picItem .txt {
  width: 4.68rem;
}
.graphicDotTextList .item.picItem h3,
.index-infomation3-list .item.picItem h3,
.sScience-mien-list .item.picItem h3 {
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.8em;
  color: #333333;
}
.graphicDotTextList .item.picItem .date,
.index-infomation3-list .item.picItem .date,
.sScience-mien-list .item.picItem .date {
  font-size: 0.24rem;
  font-family: Arial, sans-serif, Microsoft YaHei, '微软雅黑';
  color: #999999;
  margin-top: 0.15rem;
}
.graphicDotTextList .item.textItem h3,
.index-infomation3-list .item.textItem h3,
.sScience-mien-list .item.textItem h3 {
  position: relative;
  padding: 0.25rem 1.6rem 0.25rem 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.graphicDotTextList .item.textItem h3:before,
.index-infomation3-list .item.textItem h3:before,
.sScience-mien-list .item.textItem h3:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.04rem;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.08rem;
  background-color: #333333;
}
.graphicDotTextList .item.textItem .date,
.index-infomation3-list .item.textItem .date,
.sScience-mien-list .item.textItem .date {
  position: absolute;
  right: 0;
  top: 0.25rem;
  font-size: 0.24rem;
  color: #999999;
}
.videoList,
.sSchool-video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.videoList:after,
.sSchool-video-list:after {
  display: none;
}
.videoList .item,
.sSchool-video-list .item {
  position: relative;
  overflow: hidden;
  width: 3.35rem;
  height: 3.35rem;
}
.videoList .item:nth-child(1n+1),
.sSchool-video-list .item:nth-child(1n+1) {
  margin-left: 0.2rem;
  margin-top: 0;
}
.videoList .item:nth-child( 2n+1),
.sSchool-video-list .item:nth-child( 2n+1) {
  margin-left: 0;
}
.videoList .item:nth-child( 1n+3),
.sSchool-video-list .item:nth-child( 1n+3) {
  margin-top: 0.2rem;
}
.videoList .item .pic,
.sSchool-video-list .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.videoList .item .pic,
.sSchool-video-list .item .pic {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.videoList .item h3,
.sSchool-video-list .item h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.18rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  z-index: 5;
  line-height: 0.34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0.68rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.videoList .item:after,
.sSchool-video-list .item:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-image: url(../images/btns-play.png);
  background-size: 0.64rem auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.photoList,
.sSchool-album-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.photoList:after,
.sSchool-album-list:after {
  display: none;
}
.photoList .item,
.sSchool-album-list .item {
  position: relative;
  overflow: hidden;
  width: 3.35rem;
  height: 3rem;
  padding-bottom: 0.1rem;
  -webkit-box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.photoList .item:nth-child(1n+1),
.sSchool-album-list .item:nth-child(1n+1) {
  margin-left: 0.2rem;
  margin-top: 0;
}
.photoList .item:nth-child( 2n+1),
.sSchool-album-list .item:nth-child( 2n+1) {
  margin-left: 0;
}
.photoList .item:nth-child( 1n+3),
.sSchool-album-list .item:nth-child( 1n+3) {
  margin-top: 0.2rem;
}
.photoList .item .pic,
.sSchool-album-list .item .pic {
  width: 100%;
  height: 2.08rem;
  background-color: #f5f5f5;
  margin-bottom: 0.1rem;
}
.photoList .item h3,
.sSchool-album-list .item h3 {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  font-size: 0.26rem;
  line-height: 0.4rem;
  text-align: center;
}
.photoList .item .counts,
.sSchool-album-list .item .counts {
  display: block;
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #999999;
  text-align: center;
}
.photoList .item .moreItem,
.sSchool-album-list .item .moreItem {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0.5rem 0.3rem;
  text-align: center;
  opacity: .3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.photoList .item .moreItem .sdt,
.sSchool-album-list .item .moreItem .sdt {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.32rem;
  color: #000;
}
.photoList .item .moreItem .sdd,
.sSchool-album-list .item .moreItem .sdd {
  text-align: center;
  margin-top: 0.12rem;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  font-size: 0;
}
.photoList .item .moreItem .sdd s,
.sSchool-album-list .item .moreItem .sdd s {
  display: inline-block;
  vertical-align: top;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.1rem;
  background-color: #000;
  margin: 0 0.05rem;
}
.photoList .item .moreItem .more,
.sSchool-album-list .item .moreItem .more {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.32rem;
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 50%;
  background-color: #000;
}
.picvideoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.picvideoList:after {
  display: none;
}
.picvideoList .item {
  position: relative;
  overflow: hidden;
}
.picvideoList .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.picvideoList .item:nth-child(1) {
  margin-left: 0 !important;
  width: 100%;
  height: 0 !important;
  padding-bottom: 75.36231884%;
}
.picvideoList .item:nth-child(1n+2) {
  margin-top: 0.3rem;
  width: 3.3rem;
  height: 3.3rem;
}
.picvideoList .item:nth-child(1n+2):nth-child(2n+1) {
  margin-left: 0.3rem;
}
.picvideoList.photo .item:after {
  content: " ";
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
.picvideoList.photo .item .pic {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.picvideoList.photo .item h3 {
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  bottom: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  z-index: 5;
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0.64rem;
}
.picvideoList.video .item .pic {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.picvideoList.video .item h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.18rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  z-index: 5;
  line-height: 0.34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0.68rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.picvideoList.video .item:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-image: url(../images/btns-play.png);
  background-size: 0.64rem auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.honorList,
.sAbout-honor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.honorList:after,
.sAbout-honor-list:after {
  display: none;
}
.honorList .item,
.sAbout-honor-list .item {
  position: relative;
  overflow: hidden;
  width: 3.35rem;
  border-bottom: #e6e6e6 solid 1px;
}
.honorList .item:nth-child(1n+1),
.sAbout-honor-list .item:nth-child(1n+1) {
  margin-left: 0.2rem;
  margin-top: 0;
}
.honorList .item:nth-child( 2n+1),
.sAbout-honor-list .item:nth-child( 2n+1) {
  margin-left: 0;
}
.honorList .item:nth-child( 1n+3),
.sAbout-honor-list .item:nth-child( 1n+3) {
  margin-top: 0.2rem;
}
.honorList .item .pic,
.sAbout-honor-list .item .pic {
  width: 100%;
  height: 2.7rem;
  border: #efefef solid 0.15rem;
  background-color: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.honorList .item .pic img,
.sAbout-honor-list .item .pic img {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}
.honorList .item h3,
.sAbout-honor-list .item h3 {
  line-height: 0.26rem;
  padding: 0.2rem;
  text-align: center;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.manageList,
.sAbout-manage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.manageList:after,
.sAbout-manage-list:after {
  display: none;
}
.manageList .item,
.sAbout-manage-list .item {
  position: relative;
  overflow: hidden;
  width: 3.35rem;
  background-color: #e7e7e7;
}
.manageList .item:nth-child(1n+1),
.sAbout-manage-list .item:nth-child(1n+1) {
  margin-left: 0.2rem;
  margin-top: 0;
}
.manageList .item:nth-child( 2n+1),
.sAbout-manage-list .item:nth-child( 2n+1) {
  margin-left: 0;
}
.manageList .item:nth-child( 1n+3),
.sAbout-manage-list .item:nth-child( 1n+3) {
  margin-top: 0.2rem;
}
.manageList .item .pic,
.sAbout-manage-list .item .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 110.58823529%;
  background-color: #e7e7e7;
}
.manageList .item .txt,
.sAbout-manage-list .item .txt {
  text-align: center;
  padding: 0.15rem;
  line-height: 1.25;
}
.manageList .item .txt h3,
.sAbout-manage-list .item .txt h3 {
  font-size: 0.32rem;
  color: #333333;
}
.manageList .item .txt p,
.sAbout-manage-list .item .txt p {
  margin-top: 0.05rem;
  font-size: 0.24rem;
  color: #666666;
}
.trendsList,
.sNews-trends-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.trendsList:after,
.sNews-trends-list:after {
  display: none;
}
.trendsList .item,
.sNews-trends-list .item {
  position: relative;
  overflow: hidden;
  width: 3.3rem;
  padding-bottom: 0.55rem;
}
.trendsList .item:nth-child(1n+1),
.sNews-trends-list .item:nth-child(1n+1) {
  margin-left: 0.3rem;
  margin-top: 0;
}
.trendsList .item:nth-child( 2n+1),
.sNews-trends-list .item:nth-child( 2n+1) {
  margin-left: 0;
}
.trendsList .item:nth-child( 1n+3),
.sNews-trends-list .item:nth-child( 1n+3) {
  margin-top: 0.15rem;
}
.trendsList .item .pic,
.sNews-trends-list .item .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.42424242%;
  background-color: #f5f5f5;
}
.trendsList .item .pic:after,
.sNews-trends-list .item .pic:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.03rem;
  background-color: #ffad0f;
  z-index: 6;
}
.trendsList .item h3,
.sNews-trends-list .item h3 {
  margin-top: 0.15rem;
  line-height: 1.38461538;
  font-size: 0.26rem;
  color: #333333;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.trendsList .item .more,
.trendsList .item .date,
.sNews-trends-list .item .more,
.sNews-trends-list .item .date {
  position: absolute;
  bottom: 0.15rem;
  color: #999999;
  font-size: 0.24rem;
}
.trendsList .item .more,
.sNews-trends-list .item .more {
  left: 0;
}
.trendsList .item .date,
.sNews-trends-list .item .date {
  right: 0;
}
.affairsList,
.sNews-affairs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.affairsList:after,
.sNews-affairs-list:after {
  display: none;
}
.affairsList .item,
.sNews-affairs-list .item {
  position: relative;
  overflow: hidden;
  width: 3.35rem;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.affairsList .item:nth-child(1n+1),
.sNews-affairs-list .item:nth-child(1n+1) {
  margin-left: 0.2rem;
  margin-top: 0;
}
.affairsList .item:nth-child( 2n+1),
.sNews-affairs-list .item:nth-child( 2n+1) {
  margin-left: 0;
}
.affairsList .item:nth-child( 1n+3),
.sNews-affairs-list .item:nth-child( 1n+3) {
  margin-top: 0.2rem;
}
.affairsList .item:before,
.sNews-affairs-list .item:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background-color: #fff;
  background-image: url(../images/bgs-1940-item.png);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  border: #e5e5e5 solid 1px;
}
.affairsList .item .dt h3,
.sNews-affairs-list .item .dt h3 {
  font-size: 0.28rem;
  line-height: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  color: #333333;
}
.affairsList .item .dt .date,
.sNews-affairs-list .item .dt .date {
  margin-top: 0.15rem;
  font-size: 0.24rem;
  color: #999999;
}
.affairsList .item .dd,
.sNews-affairs-list .item .dd {
  margin-top: 0.2rem;
}
.affairsList .item .dd p,
.sNews-affairs-list .item .dd p {
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 4.5em;
  height: 4.5em;
}
.affairsList .item .df,
.sNews-affairs-list .item .df {
  border-top: #e9e9e9 solid 1px;
  margin-top: 0.25rem;
  padding-top: 0.2rem;
  text-align: right;
  display: none;
}
.affairsList .item .df .more,
.sNews-affairs-list .item .df .more {
  position: relative;
  z-index: 8;
  display: inline-block;
  vertical-align: top;
  width: 0.28rem;
  height: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
  border-radius: 0.02rem;
  border: #e9e9e9 solid 1px;
  font-family: SimSun, '宋体' !important;
  font-weight: bold;
  color: #999;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.affairsList .item .df .more:active,
.sNews-affairs-list .item .df .more:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.awardsList,
.sNews-index-media-list,
.sNews-awards-list {
  position: relative;
  z-index: 1;
}
.subpage-wrap .awardsList,
.subpage-wrap .sNews-index-media-list,
.subpage-wrap .sNews-awards-list {
  margin-top: -0.4rem;
}
.awardsList .item,
.sNews-index-media-list .item,
.sNews-awards-list .item {
  z-index: 2;
  position: relative;
  padding: 0.4rem 0;
  border-bottom: #f2f2f2 solid 1px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.awardsList .item:after,
.sNews-index-media-list .item:after,
.sNews-awards-list .item:after {
  display: none;
}
.awardsList .item .pic,
.sNews-index-media-list .item .pic,
.sNews-awards-list .item .pic {
  width: 2.8rem;
  height: 1.75rem;
  background-color: #f1f1f1;
}
.awardsList .item .txt,
.sNews-index-media-list .item .txt,
.sNews-awards-list .item .txt {
  width: 3.8rem;
}
.awardsList .item .txt h3,
.sNews-index-media-list .item .txt h3,
.sNews-awards-list .item .txt h3 {
  font-size: 0.28rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #333333;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.awardsList .item .txt p,
.sNews-index-media-list .item .txt p,
.sNews-awards-list .item .txt p {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
  height: 3em;
}
.awardsList .item .txt .btn,
.awardsList .item .txt .more,
.sNews-index-media-list .item .txt .btn,
.sNews-index-media-list .item .txt .more,
.sNews-awards-list .item .txt .btn,
.sNews-awards-list .item .txt .more {
  display: none;
}
.subpage-wrap .safetyList,
.subpage-wrap .sMoral-safety-list {
  margin-top: -0.4rem;
}
.safetyList .item,
.sMoral-safety-list .item {
  position: relative;
  width: 100%;
  border-bottom: #e4e4e4 solid 0.1rem;
  padding: 0.4rem 0.3rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.safetyList .item h3,
.sMoral-safety-list .item h3 {
  font-size: 0.28rem;
  color: #333333;
  font-weight: bold;
  height: 0.4rem;
  line-height: 0.4rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.safetyList .item p,
.sMoral-safety-list .item p {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
  height: 3em;
  color: #666666;
}
.safetyList .item .pic,
.sMoral-safety-list .item .pic {
  margin-top: 0.2rem;
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
  background-color: #f5f5f5;
}
.safetyList .item .pic img,
.sMoral-safety-list .item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.safetyList .item .more,
.safetyList .item .date,
.sMoral-safety-list .item .more,
.sMoral-safety-list .item .date {
  position: absolute;
  bottom: 0.28rem;
  color: #333333;
  font-size: 0.24rem;
}
.safetyList .item .more,
.sMoral-safety-list .item .more {
  left: 0.3rem;
}
.safetyList .item .date,
.sMoral-safety-list .item .date {
  right: 0.3rem;
}
.homeSchoolList .item,
.sMoral-homeSchool-list .item {
  position: relative;
  border: #eaeaea solid 1px;
  border-bottom: #9b0000 solid 0.06rem;
  padding: 0.3rem;
}
.homeSchoolList .item:nth-child(1n+2),
.sMoral-homeSchool-list .item:nth-child(1n+2) {
  margin-top: 0.25rem;
}
.homeSchoolList .item h3,
.sMoral-homeSchool-list .item h3 {
  font-size: 0.28rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #333333;
}
.homeSchoolList .item .date,
.sMoral-homeSchool-list .item .date {
  margin-top: 0.2rem;
  color: #999999;
  font-size: 0.24rem;
}
.homeSchoolList .item p,
.sMoral-homeSchool-list .item p {
  margin-top: 0.25rem;
  font-size: 0.24rem;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
  height: 3em;
}
.homeSchoolList .item .more,
.sMoral-homeSchool-list .item .more {
  margin-top: 0.2rem;
  display: inline-block;
  vertical-align: top;
  line-height: 0.3rem;
  position: relative;
  z-index: 9;
  font-size: 0.24rem;
}
.textDotList .item,
.sMoral-resource-list .item,
.sScience-subject-list .item,
.sRecruit-highSchool-list .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 0.4rem;
  line-height: 0.4rem;
  padding: 0.2rem 2rem 0.2rem 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.textDotList .item:nth-child(2n+1),
.sMoral-resource-list .item:nth-child(2n+1),
.sScience-subject-list .item:nth-child(2n+1),
.sRecruit-highSchool-list .item:nth-child(2n+1) {
  background-color: #f7f7f7;
}
.textDotList .item:before,
.sMoral-resource-list .item:before,
.sScience-subject-list .item:before,
.sRecruit-highSchool-list .item:before {
  content: " ";
  position: absolute;
  left: 0.3rem;
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  margin-top: -0.05rem;
  pointer-events: none;
  border-radius: 0.1rem;
  background-color: #bbbbbb;
}
.textDotList .item h3,
.sMoral-resource-list .item h3,
.sScience-subject-list .item h3,
.sRecruit-highSchool-list .item h3 {
  height: 0.4rem;
  font-size: 0.26rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  color: #333333;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.textDotList .item .date,
.sMoral-resource-list .item .date,
.sScience-subject-list .item .date,
.sRecruit-highSchool-list .item .date {
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
  color: #999999;
  text-align: center;
  font-size: 0.24rem;
}
.developList,
.sScience-develop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.developList:after,
.sScience-develop-list:after {
  display: none;
}
.developList .item,
.sScience-develop-list .item {
  position: relative;
  width: 3.35rem;
  padding-bottom: 0.1rem;
}
.developList .item:nth-child(1n+1),
.sScience-develop-list .item:nth-child(1n+1) {
  margin-left: 0.2rem;
  margin-top: 0;
}
.developList .item:nth-child( 2n+1),
.sScience-develop-list .item:nth-child( 2n+1) {
  margin-left: 0;
}
.developList .item:nth-child( 1n+3),
.sScience-develop-list .item:nth-child( 1n+3) {
  margin-top: 0.1rem;
}
.developList .item .pic,
.sScience-develop-list .item .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
  background-color: #f5f5f5;
}
.developList .item .pic img,
.sScience-develop-list .item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.developList .item .date,
.sScience-develop-list .item .date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.92rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  color: #fff;
  background-color: #9b0000;
  font-family: Helvetica, Arial, sans-serif;
  z-index: 8;
  font-size: 0.24rem;
}
.developList .item h3,
.sScience-develop-list .item h3 {
  margin-top: 0.15rem;
  font-size: 0.28rem;
  color: #333333;
  font-weight: bold;
  height: 0.4rem;
  line-height: 0.4rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.developList .item p,
.sScience-develop-list .item p {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
  height: 3em;
  color: #999999;
}
.search-result .c3 {
  color: #9b0000;
}
.search-result .searchKeyWords {
  padding: 0.4rem 0 0.2rem;
  border-bottom: solid 1px #9b0000;
}
.search-result .searchList li {
  position: relative;
  border-bottom: solid 1px #d9d9d9;
}
.search-result .searchList li a {
  line-height: 1.5em;
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  padding: 0.15rem 0;
}
.search-result .searchList {
  margin-bottom: 0.3rem;
}
.search-result .searchList .title {
  margin-right: 1.2rem;
  color: #333333;
}
.search-result .searchList .desc {
  position: absolute;
  right: 0;
  top: 0.15rem;
  font-size: 0.22rem;
  color: #999999;
}
.search-result .searchList .null {
  clear: both;
}
.search-result .searchList .serContent {
  height: 2rem;
  text-align: center;
  line-height: 2rem;
}
.textRedDotlist .item,
.sParty-index-theory-list .list .item,
.sStudent-index-ua .list .item {
  border-bottom: #dadada dashed 1px;
  position: relative;
  padding: 0.18rem 1.2rem 0.18rem 0.24rem;
}
.textRedDotlist .item:before,
.sParty-index-theory-list .list .item:before,
.sStudent-index-ua .list .item:before {
  content: " ";
  position: absolute;
  left: 0.12rem;
  top: 50%;
  margin-left: -0.03rem;
  margin-top: -0.03rem;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  background-color: #cf0005;
}
.textRedDotlist .item h3,
.sParty-index-theory-list .list .item h3,
.sStudent-index-ua .list .item h3 {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.2rem;
  height: 0.2rem;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.textRedDotlist .item .date,
.sParty-index-theory-list .list .item .date,
.sStudent-index-ua .list .item .date {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.1rem;
  line-height: 0.2rem;
  color: #999999;
}
.textRedDotlist .item:active h3,
.sParty-index-theory-list .list .item:active h3,
.sStudent-index-ua .list .item:active h3 {
  color: #9b0000;
  text-indent: .5em;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
  cursor: not-allowed;
  opacity: .5 !important;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
[data-fancybox-close]:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.78);
}
/*头部*/
.hidePoint {
  margin-top: -1.1rem;
}
#header {
  z-index: 88;
  height: 1.1rem;
  -webkit-box-shadow: 0 0 0.06rem 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.06rem 1px rgba(0, 0, 0, 0.15);
}
#header .contain {
  height: 100%;
  text-align: center;
  color: #2c2c2c;
}
#header .hr {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.02rem;
  z-index: 2;
}
#header .logo {
  position: absolute;
  left: 0.3rem;
  top: 0;
  height: 100%;
  z-index: 3;
}
#header .logo img {
  display: block;
  position: relative;
  height: 1.1rem;
  top: 50%;
  margin-top: -0.55rem;
}
#header .dbBack {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  height: 100%;
  line-height: 1.1rem;
  font-size: 0.36rem;
  color: #9b0000;
}
#header .navbtn {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  margin-top: -0.40rem;
  overflow: hidden;
  padding: 0.15rem;
  width: 0.4rem;
  height: 0.5rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
#header .navbtn s {
  position: absolute;
  left: 0.15rem;
  width: 0.6rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 300ms ease-out 0s, height 0ms ease-out 0s;
  transition: all 300ms ease-out 0s, height 0ms ease-out 0s;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
#header .navbtn s:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -0.02em;
  width: 100%;
  height: 0.04em;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  left: 0;
  border-radius: 0.04em;
}
#header .navbtn s:nth-child(1) {
  top: 0.21rem;
}
#header .navbtn s:nth-child(2) {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header .navbtn s:nth-child(2):before {
  width: 0.4rem;
}
#header .navbtn s:nth-child(3) {
  bottom: 0.21rem;
}
.navshow #header .navbtn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navshow #header .navbtn s:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0.12006rem, 0);
          transform: rotate(45deg) translate(0.12006rem, 0);
  top: 0.13rem;
}
.navshow #header .navbtn s:nth-child(2) {
  -webkit-transform: translateX(-0.16rem) translateY(-50%);
          transform: translateX(-0.16rem) translateY(-50%);
  opacity: 0;
}
.navshow #header .navbtn s:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0.12006rem, 0);
          transform: rotate(-45deg) translate(0.12006rem, 0);
  bottom: 0.13rem;
}
#header .language {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  margin-top: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  border: solid 1px #9b0000;
  line-height: 0.6rem;
  text-align: center;
  color: #9b0000;
}
#header .language:active {
  background-color: #9b0000;
  color: #fff;
}
#header.idx .hr {
  background-color: #9b0000;
}
#header.idx .contain {
  background-color: #ffffff;
}
#header.idx .navbtn s:before {
  background-color: #9b0000;
}
#header.sub .hr {
  background-color: #fff;
}
#header.sub .contain {
  background-color: #273ead;
}
#header.sub .backToHistory {
  position: absolute;
  left: 0.15rem;
  top: 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.15rem;
  background-image: url(../images/based/arrow-Back.png);
  background-size: 0.2rem 0.34rem;
  background-position: center center;
  background-repeat: no-repeat;
}
#header.sub .dbBack {
  color: #fff;
}
#header.sub .navbtn s:before {
  background-color: #fff;
}
/* nav */
#nav {
  z-index: 80;
  bottom: 0;
  background-color: #f5f5f5;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  padding-bottom: 1.2rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
.navshow #nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#nav .link {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  text-transform: capitalize;
}
#nav .btn-showTt {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 0.24rem;
  height: 0.24rem;
  pointer-events: none !important;
  font-size: 0;
  text-indent: 0.24rem;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background .2s ease 0s,-webkit-transform .2s ease 0s;
  transition: background .2s ease 0s,-webkit-transform .2s ease 0s;
  transition: background .2s ease 0s,transform .2s ease 0s;
  transition: background .2s ease 0s,transform .2s ease 0s,-webkit-transform .2s ease 0s;
  z-index: 2;
}
#nav .firNav {
  padding-top: 1.1rem;
  font-size: 0.34rem;
}
#nav .firNav .firItem {
  position: relative;
  border-bottom: #d5d5d5 solid 1px;
  line-height: 1.08rem;
  background-color: transparent;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  color: #fff;
}
#nav .firNav .firItem .link1 {
  font-size: 0.32rem;
  padding: 0 0.3rem;
  color: #333333;
}
#nav .firNav .firItem > .btn-showTt {
  right: 0.3rem;
  top: 0.42rem;
  background-image: url(../images/based/arrow-Nav.png);
}
#nav .firNav .firItem.on {
  background-color: transparent;
}
#nav .firNav .firItem.on .link1 {
  color: #9b0000;
}
#nav .firNav .firItem.on > .btn-showTt {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../images/based/arrow-Nav_on.png);
}
#nav .secNav {
  position: relative;
  overflow: hidden;
  display: none;
  background-color: transparent;
  color: #9b0000;
  padding: 0 0.3rem 0.2rem;
  margin-top: -0.1rem;
}
#nav .secNav .secItem {
  position: relative;
  margin-top: -1px;
  line-height: 0.64rem;
}
#nav .secNav .secItem .link2 {
  font-size: 0.28rem;
  color: #666666;
  border-bottom: #f0f0f0 solid 1px;
}
#nav .secNav .secItem .link2:before {
  content: "-";
  margin-right: 0.08rem;
}
#nav .secNav .secItem.on {
  background-color: transparent;
}
#nav .secNav .secItem.on + .secItem {
  border-top: #eaeaea solid 1px;
}
#nav .secNav .secItem.on .link2 {
  color: #9b0000;
}
#nav .secNav + .btn-showTt {
  display: block;
}
/* footer */
.footer {
  padding: 14px 0.3rem;
  padding-bottom: 74px;
  text-align: center;
  font-size: 0.24rem;
  -webkit-box-shadow: 0 -0.04rem 0.04rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 -0.04rem 0.04rem 0 rgba(0, 0, 0, 0.05);
  background-color: #f2f2f2;
}
.footer,
.footer a {
  color: #333333;
}
.footer .line {
  line-height: 0.4rem;
}
.footer .line .ico {
  height: 0.32rem;
}
/* 底部功能栏 */
#function {
  height: 0.9rem;
  background-color: #7f2121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#function:after {
  display: none;
}
#function .item {
  position: relative;
  width: 25%;
  height: 1.2rem;
  padding-top: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.3rem;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.05);
}
/* #function .item:nth-child(1n+2):before {
  content: " ";
  position: absolute;
  left: 0;
  width: 1px;
  height: 0.86rem;
  top: 0.17rem;
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0));
} */
#function .item .icoImg {
  position: absolute;
  top: 0.08rem;
  left: 50%;
  width: 0.42rem;
  margin-left: -0.24rem;
  pointer-events: none !important;
}
/* index */
.index-banner {
  position: relative;
  width: 100%;
  height: 4.56rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.index-banner .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.index-banner .item .bg {
  -webkit-transition: -webkit-transform 300ms ease-out 0s;
  transition: -webkit-transform 300ms ease-out 0s;
  transition: transform 300ms ease-out 0s;
  transition: transform 300ms ease-out 0s, -webkit-transform 300ms ease-out 0s;
}
.index-banner .item .contain {
  position: absolute;
  left: 50%;
  margin-left: -3.75rem;
  width: 7.5rem;
  top: 50%;
  margin-top: -1.5rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  -webkit-transition: all 500ms ease-out 0ms;
  transition: all 500ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8) translateY(-0.6rem);
          transform: scale(0.8) translateY(-0.6rem);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.index-banner .item .contain .words {
  width: 7.5rem;
  height: 3rem;
}
.index-banner .item.leave .contain {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: all 800ms ease-out 0ms;
  transition: all 800ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8) translateY(0.6rem);
          transform: scale(0.8) translateY(0.6rem);
}
.index-banner .item.come .contain {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
.index-banner .item.on .contain {
  -webkit-transition: all 800ms ease-out 0ms;
  transition: all 800ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.index-banner .item.moveItem {
  position: absolute;
}
.index-banner .paginationXa {
  position: absolute;
  left: 0;
  bottom: 0.32rem;
  width: 100%;
}
.index-search {
  padding: 0.2rem 0.3rem;
}
.index-search .formItem {
  position: relative;
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
}
.index-search .formItem .skin {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.26rem;
  color: #333333 !important;
  border-radius: 0.04rem;
  background-color: #f2f2f2;
  padding: 0 0.9rem 0 0.2rem;
}
.index-search .formItem .searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.04rem;
  background-image: url(../images/btni-search.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.index-section {
  position: relative;
  z-index: 2;
  padding: 0.55rem 0.3rem;
}
.index-head {
  margin-bottom: 0.3rem;
  text-align: center;
}
.index-head .wrapIn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0.15rem;
}
.index-head .wrapIn:before,
.index-head .wrapIn:after {
  content: " ";
  position: absolute;
  top: 0.48rem;
  width: 1rem;
  height: 1px;
  background-color: #dcdcdc;
}
.index-head .wrapIn:before {
  right: 100%;
}
.index-head .wrapIn:after {
  left: 100%;
}
.index-head .wrapIn .cn {
  font-size: 0.3rem;
  font-weight: bold;
  color: #9b0000;
}
.index-head .wrapIn .en {
  margin-top: 0.08rem;
  font-size: 0.2rem;
  font-family: Arial, sans-serif, Microsoft YaHei, '微软雅黑';
  text-transform: uppercase;
  color: #b1b1b1;
}
.index-news {
  margin-top: -0.2rem;
}
.index-announcement {
  background-color: #f2f2f2;
}
.index-imgTab1 {
  padding-top: 0;
}
.index-imgTab1 .Tg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 0.5rem;
  margin-left: -0.3rem;
  width: 7.5rem;
}
.index-imgTab1 .Tg:after {
  display: none;
}
.index-imgTab1 .Tg .btn {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  color: #fff;
  font-size: 0.23rem;
  font-weight: bold;
}
.index-imgTab1 .Tg .btn:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -0.01rem;
  margin-left: -0.14rem;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 0.14rem 0.14rem;
  border-color: currentColor transparent transparent transparent;
  border-style: solid;
  font-size: 0;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.index-imgTab1 .Tg .btn:nth-child(1) {
  background-color: #9b0000;
}
.index-imgTab1 .Tg .btn:nth-child(1):after {
  border-top-color: #9b0000;
}
.index-imgTab1 .Tg .btn:nth-child(2) {
  background-color: #ffb526;
}
.index-imgTab1 .Tg .btn:nth-child(2):after {
  border-top-color: #ffb526;
}
.index-imgTab1 .Tg .btn.on:after {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.index-series {
  padding: 0.8rem 0.3rem 1.2rem;
  background-image: url(../images/bgi-honor.png);
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
.index-series .index-head .cn {
  color: #fff;
}
.index-series .index-head .en {
  color: #b1b1b1;
}
.index-series-switch {
  position: relative;
  height: 3.45rem;
}
.index-series-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-series-switch .item .pic {
  width: 100%;
  height: 100%;
}
.index-series-switch .paginationXb {
  position: absolute;
  bottom: -0.55rem;
  width: 100%;
  left: 0;
}
.index-infomation3 .Tg {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: -0.18rem;
  border-bottom: #e3e3e3 solid 1px;
}
.index-infomation3 .Tg:after {
  display: none;
}
.index-infomation3 .Tg .btn {
  position: relative;
  padding: 0.18rem 0.1rem;
  display: inline-block;
  vertical-align: top;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  width: 33.33%;
}
.index-infomation3 .Tg .btn:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -2em;
  bottom: 0;
  width: 4em;
  height: 0.04rem;
  background-color: #9b0000;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.index-infomation3 .Tg .btn.on {
  color: #9b0000;
}
.index-infomation3 .Tg .btn.on:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.index-infomation3 .Tg s {
  width: 1px;
  height: 0.24rem;
  background-color: #c7c7c7;
  margin: 0 ;
}
.index-infomation3 .Tt {
  margin-top: 0.05rem;
}
.index-imgTab2 {
  padding-top: 0;
}
.index-imgTab2 .Tg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 0.5rem;
  margin-left: -0.3rem;
  width: 7.5rem;
}
.index-imgTab2 .Tg:after {
  display: none;
}
.index-imgTab2 .Tg .btn {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  color: #fff;
  font-size: 0.23rem;
  font-weight: bold;
}
.index-imgTab2 .Tg .btn:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -0.01rem;
  margin-left: -0.14rem;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 0.14rem 0.14rem;
  border-color: currentColor transparent transparent transparent;
  border-style: solid;
  font-size: 0;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.index-imgTab2 .Tg .btn:nth-child(1) {
  background-color: #9b0000;
}
.index-imgTab2 .Tg .btn:nth-child(1):after {
  border-top-color: #9b0000;
}
.index-imgTab2 .Tg .btn:nth-child(2) {
  background-color: #ffb526;
}
.index-imgTab2 .Tg .btn:nth-child(2):after {
  border-top-color: #ffb526;
}
.index-imgTab2 .Tg .btn.on:after {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.index-imgTab2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.index-imgTab2-list:after {
  display: none;
}
.index-imgTab2-list .item {
  position: relative;
  overflow: hidden;
}
.index-imgTab2-list .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-imgTab2-list .item:nth-child(1) {
  margin-left: 0 !important;
  width: 100%;
  height: 0 !important;
  padding-bottom: 75.36231884%;
}
.index-imgTab2-list .item:nth-child(1n+2) {
  margin-top: 0.3rem;
  width: 3.3rem;
  height: 3.3rem;
}
.index-imgTab2-list .item:nth-child(1n+2):nth-child(2n+1) {
  margin-left: 0.3rem;
}
.index-imgTab2-list.photo .item:after {
  content: " ";
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
.index-imgTab2-list.photo .item .pic {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.index-imgTab2-list.photo .item h3 {
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  bottom: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  z-index: 5;
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0.64rem;
}
.index-imgTab2-list.video .item .pic {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.index-imgTab2-list.video .item h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.18rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  z-index: 5;
  line-height: 0.34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0.68rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.index-imgTab2-list.video .item:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-image: url(../images/btns-play.png);
  background-size: 0.64rem auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.index-imgTab3 {
  background-color: #f2f2f2;
  border-top: #9b0000 solid 0.04rem;
}
.index-imgTab3 .Tg {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: -0.18rem;
  border-bottom: #e3e3e3 solid 1px;
}
.index-imgTab3 .Tg:after {
  display: none;
}
.index-imgTab3 .Tg .btn {
  position: relative;
  padding: 0.18rem 0.1rem;
  display: inline-block;
  vertical-align: top;
  font-size: 0.30rem;
  font-weight: bold;
  color: #333333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  width: 33.33%;
}
.index-imgTab3 .Tg .btn:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -2em;
  bottom: 0;
  width: 4em;
  height: 0.04rem;
  background-color: #9b0000;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.index-imgTab3 .Tg .btn.on {
  color: #9b0000;
}
.index-imgTab3 .Tg .btn.on:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.index-imgTab3 .Tg s {
  width: 1px;
  height: 0.24rem;
  background-color: #c7c7c7;
  margin: 0 ;
}
.index-imgTab3 .Tt {
  margin-top: 0.4rem;
}
.index-honor {
  padding: 0.6rem 0.3rem 1rem;
  background-image: url(../img/bgi-honor.png);
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
}
.index-honor .Tg {
  position: relative;
  text-align: center;
}
.index-honor .Tg .btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0.2rem 0;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.index-honor .Tg .btn:nth-child(1n+2) {
  margin-left: 0.72rem;
}
.index-honor .Tg .btn:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4em;
  height: 0.06rem;
  margin-left: -2em;
  background-color: #fff;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.index-honor .Tg .btn.on:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.index-honor .Tt {
  margin-top: 0.5rem;
}
.index-honor-switch {
  position: relative;
  height: 5.2rem;
}
.index-honor-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.index-honor-switch .item:after {
  display: none;
}
.index-honor-switch .item .col {
  width: 3.35rem;
  height: 2.5rem;
  background-color: #ffffff;
  border: #ffffff solid 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-honor-switch .item .col:nth-child(1n+1) {
  margin-left: 0.2rem;
  margin-top: 0;
}
.index-honor-switch .item .col:nth-child( 2n+1) {
  margin-left: 0;
}
.index-honor-switch .item .col:nth-child( 1n+3) {
  margin-top: 0.2rem;
}
.index-honor-switch .item .col .pic {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.index-honor-switch .item .col h3 {
  display: none;
}
.index-honor-switch .paginationXb {
  position: absolute;
  bottom: -0.55rem;
  width: 100%;
  left: 0;
}
/* subpage */
.subpage {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.subpage-banner {
  position: relative;
  overflow: hidden;
  height: 2.88rem;
  z-index: 2;
}
.subpage-neck {
  z-index: 3;
  position: relative;
  height: 0.9rem;
}
.subpage-neck #L2_Trigger {
  z-index: 9;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-image: url(../images/btns-l2nav.png);
  background-size: 0.19rem 0.22rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.subpage-neck #L2_Trigger.active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.subpage-crumbs {
  position: relative;
  height: 0.9rem;
  line-height: 0.9rem;
  background-color: #9b0000;
  color: #fff;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  background-image: url(../images/icos-home.png);
  background-size: 0.4rem auto;
  background-position: 0.3rem 50%;
  background-repeat: no-repeat;
  font-size: 0.28rem;
}
.subpage-crumbs .backTo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #9b0000;
  text-indent: 0.9rem;
  background-image: url(../images/btns-backTo.png);
  background-size: auto 0.3rem;
  background-position: 0.3rem 50%;
  background-repeat: no-repeat;
}
.subpage-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
  width: 100%;
  text-indent: 0.3rem;
  background-color: #c41f1f;
  border-bottom: #9b0000 solid 0.04rem;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: hidden;
}
.subpage-nav .dt {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.32rem;
  background-color: #9b0000;
  color: #fff;
}
.subpage-nav .dd {
  display: none;
}
.subpage-nav .link {
  display: block;
  height: 0.7rem;
  font-size: 0.26rem;
  line-height: 0.7rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  color: #fff;
}
.subpage-nav .link:nth-child(1n+2) {
  border-top: #9b0000 solid 1px;
}
.subpage-nav .link.on {
  background-color: #7a0808;
}
.subpage-nav.show {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.subpage-wrap {
  position: relative;
  z-index: 2;
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
}
.subpage-wrap .pageListBox {
  margin-bottom: -0.5rem;
}
/* sNews */
.sNews-index-head {
  position: relative;
  z-index: 2;
  padding-bottom: 0.5rem;
  text-align: center;
}
.sNews-index-head .en {
  font-family: Arial, sans-serif, Microsoft YaHei, '微软雅黑';
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(-90deg, #f0f0f0, rgba(240, 240, 240, 0.1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sNews-index-head .cn {
  position: relative;
  margin-top: -0.05rem;
  font-weight: bold;
}
.sNews-index-head .cn:before,
.sNews-index-head .cn:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.03rem;
  background-color: #9b0000;
}
.sNews-index-head .cn > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  margin-right: 1em;
  color: #333333;
}
.sNews-index-head .cn > span > i {
  display: inline-block;
  vertical-align: top;
}
.sNews-index-head.enfff .en {
  background-image: -webkit-linear-gradient(-90deg, #ffffff, rgba(255, 255, 255, 0.1) 80%);
}
.sNews-index-trends-tab {
  margin-top: -0.4rem;
  position: relative;
  padding: 0.4rem 0.3rem;
}
.sNews-index-trends-tab .Tt {
  position: relative;
  z-index: 3;
  height: 6.14rem;
}
.sNews-index-trends-tab .Tt .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  display: block;
  background-color: #fff;
}
.sNews-index-trends-tab .Tt .box.on {
  z-index: 6;
  -webkit-transition: all 500ms ease-out 50ms;
  transition: all 500ms ease-out 50ms;
  opacity: 1;
  visibility: visible;
}
.sNews-index-trends-tab .Tt .pic {
  height: 4.32rem;
  background-color: #f1f1f1;
}
.sNews-index-trends-tab .Tt .txtArea {
  margin-top: 0.3rem;
}
.sNews-index-trends-tab .Tt .txtArea h3 {
  font-size: 0.32rem;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.2em;
  color: #333333;
}
.sNews-index-trends-tab .Tt .txtArea .date {
  margin-top: 0.25rem;
  font-size: 0.24rem;
  color: #999999;
}
.sNews-index-trends-tab .Tt .txtArea .info {
  margin-top: 0.25rem;
  font-size: 0.26rem;
  line-height: 1.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 5.25em;
  display: none;
}
.sNews-index-trends-tab .Tt .txtArea .more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.24rem;
  color: #333333;
}
.sNews-index-trends-tab .Tg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 4.3rem;
  z-index: 8;
}
.sNews-index-trends-tab .ctr-BbAf60120 {
  display: none !important;
}
.sNews-index-trends-tab + .sNews-trends-list {
  border-top: #dddddd solid 1px;
  padding-top: 0.4rem;
}
.sNews-awards-switch .shade {
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
}
.sNews-awards-switch .shade img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sNews-awards-switch .shade .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  z-index: 3;
}
.sNews-awards-switch .shade .item.on {
  position: relative !important;
}
.sNews-awards-switch .shade .item:after {
  content: " ";
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0.2rem 0;
}
.sNews-awards-switch .shade .item .pic {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.sNews-awards-switch .shade .item h3 {
  position: absolute;
  left: 0.25rem;
  right: 2rem;
  bottom: 0.2rem;
  z-index: 6;
  color: #fff;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sNews-awards-switch .paginationXb {
  position: absolute;
  right: 0.25rem;
  bottom: 0.4rem;
  margin-bottom: -0.08rem;
  z-index: 6;
  width: auto;
}
.sNews-awards-switch + .sNews-awards-list {
  margin-top: 0;
}
.sNews-media .sNews-index-media-list {
  margin-top: -0.4rem;
}
/* sMoral */
/* sScience */
.sScience-subject-switch {
  margin-top: -0.4rem;
  position: relative;
  z-index: 2;
  padding: 0.4rem 0.3rem;
}
.sScience-subject-switch:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 3.6rem;
  background-color: #948a8b;
  pointer-events: none;
  z-index: -1;
  display: block;
}
.sScience-subject-switch .shade {
  width: 100%;
  height: 0 !important;
  padding-bottom: 63.63636364%;
  overflow: visible;
  background-color: #fff;
}
.sScience-subject-switch .shade .box {
  overflow: hidden;
}
.sScience-subject-switch .shade .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sScience-subject-switch .shade .item .pic {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.sScience-subject-switch .paginationXb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  z-index: 8;
  width: auto;
}
.sScience-subject-switch .Tt {
  margin-top: 0.3rem;
  color: #fff;
}
.sScience-subject-switch .Tt h3 {
  font-size: 0.32rem;
  line-height: 0.4rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 0.4rem;
}
.sScience-subject-switch .Tt .date {
  margin-top: 0.2rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
}
.sScience-subject-switch .Tt p {
  margin-top: 0.25rem;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 4.5em;
  height: 4.5em;
}
.sScience-subject-switch .Tt .more {
  display: none;
}
.sScience-subject-switch + .sScience-subject-list {
  margin-top: 0.35rem;
}
.sScience-trends-list .item {
  width: 100%;
  position: relative;
  padding: 0.2rem 0.4rem 0.2rem 1.2rem;
  background-color: #f1f1f1;
  height: 1.32rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sScience-trends-list .item:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.sScience-trends-list .item .date {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  width: 0.8rem;
  height: 0.92rem;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  font-family: Arial, sans-serif, Microsoft YaHei, '微软雅黑';
}
.sScience-trends-list .item .date .md {
  height: 0.52rem;
  line-height: 0.52rem;
  color: #fff;
  font-size: 0.24rem;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  font-weight: bold;
  background-color: #a4a4a4;
}
.sScience-trends-list .item .date .y {
  position: relative;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #333;
  font-size: 0.26rem;
  background-color: #fff;
}
.sScience-trends-list .item h3 {
  position: relative;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.28rem;
  color: #333333;
}
.sScience-trends-list .item p {
  color: #999999;
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sScience-trends-list .item .more {
  display: none;
}
.sScience-mien-recommend {
  padding-bottom: 0.4rem;
}
.sScience-mien-switch {
  position: relative;
  width: 100%;
}
.sScience-mien-switch .shade {
  height: 5.2rem;
}
.sScience-mien-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sScience-mien-switch .item:after {
  content: " ";
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
.sScience-mien-switch .item .pic {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.sScience-mien-switch .item h3 {
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  bottom: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  z-index: 5;
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0.64rem;
}
.sScience-mien-switch .paginationXb {
  position: relative;
  width: 100%;
  margin-top: 0.3rem;
}
.sScience-mien-switch .paginationXb .btn:before {
  background-color: #ddd;
}
.sScience-mien-switch + .sScience-mien-list {
  margin-top: 0.3rem;
  border-top: #c8c8c8 dashed 1px;
}
.sScience-mien-teacher {
  background-color: #f3f3f3;
  padding: 0.4rem 0 0;
  margin-bottom: -0.5rem;
}
.sScience-mien-teacher .Tg0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.sScience-mien-teacher .Tg0:after {
  display: none;
}
.sScience-mien-teacher .Tg0 .btn {
  width: 2.22rem;
  line-height: 0.34rem;
  padding: 0.18rem;
  text-align: center;
  border-radius: 0.04rem;
  background-color: #fff;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  font-size: 0.26rem;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sScience-mien-teacher .Tg0 .btn:nth-child(1n+1) {
  margin-left: 0.12rem;
  margin-top: 0;
}
.sScience-mien-teacher .Tg0 .btn:nth-child( 3n+1) {
  margin-left: 0;
}
.sScience-mien-teacher .Tg0 .btn:nth-child( 1n+4) {
  margin-top: 0.12rem;
}
.sScience-mien-teacher .Tg0 .btn.on {
  background-color: #9b0000;
  color: #fff;
}
.sScience-mien-teacher .Tt0 {
  margin-top: 0.5rem;
}
.sScience-mien-teacher .Tt0 .head {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.sScience-mien-teacher .Tt0 .head .dib {
  position: relative;
  padding: 0 0.2rem;
}
.sScience-mien-teacher .Tt0 .head .dib:before,
.sScience-mien-teacher .Tt0 .head .dib:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: 0.05rem;
  width: 10rem;
  height: 1px;
  background-color: rgba(207, 0, 14, 0.2);
}
.sScience-mien-teacher .Tt0 .head .dib:before {
  right: 100%;
  margin-right: 0.4rem;
}
.sScience-mien-teacher .Tt0 .head .dib:after {
  left: 100%;
  margin-left: 0.4rem;
}
.sScience-mien-teacher .Tt0 .head .dib .sdt {
  position: relative;
  font-size: 0.46rem;
  font-weight: bold;
  color: #333333;
}
.sScience-mien-teacher .Tt0 .head .dib .sdt:before,
.sScience-mien-teacher .Tt0 .head .dib .sdt:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: 0.05rem;
  width: 1rem;
  height: 1px;
  background-color: rgba(207, 0, 14, 0.99);
}
.sScience-mien-teacher .Tt0 .head .dib .sdt:before {
  right: 100%;
  margin-right: 0.2rem;
}
.sScience-mien-teacher .Tt0 .head .dib .sdt:after {
  left: 100%;
  margin-left: 0.2rem;
}
.sScience-mien-teacher .Tt0 .head .dib .sdt em {
  color: #9b0000;
}
.sScience-mien-teacher .Tt0 .head .dib .sdd {
  font-size: 0.24rem;
  color: #333333;
  margin-top: 0.15rem;
}
.sScience-mien-teacher .Tt0 .body {
  margin-top: 0.45rem;
  position: relative;
  z-index: 2;
}
.sScience-mien-teacher .Tt0 .foot {
  margin-top: 0.4rem;
  text-align: center;
  background-color: #fff;
  line-height: 2;
}
.sScience-mien-teacher-tab {
  position: relative;
  z-index: 2;
}
.sScience-mien-teacher-tab .Tt1 {
  position: relative;
  padding: 0.3rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.sScience-mien-teacher-tab .Tt1 .box {
  width: 100%;
  height: 100%;
}
.sScience-mien-teacher-tab .Tt1 .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 75.32467532%;
  background-color: #f5f5f5;
}
.sScience-mien-teacher-tab .Tt1 h3 {
  margin-top: 0.2rem;
  font-size: 0.32rem;
  line-height: 1.5;
  font-weight: bold;
  color: #333333;
}
.sScience-mien-teacher-tab .Tt1 .imax {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 1.75em;
  color: #333333;
}
.sScience-mien-teacher-tab .Tg1 {
  margin-top: 0.3rem;
  position: relative;
  background-color: #fff;
}
.sScience-mien-teacher-tab .Tg1 .wrapIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 0.2rem 0;
}
.sScience-mien-teacher-tab .Tg1 .wrapIn:after {
  display: none;
}
.sScience-mien-teacher-tab .Tg1 .wrapIn .btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #333333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  font-size: 0.24rem;
  line-height: 0.4rem;
  padding: 0.1rem;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sScience-mien-teacher-tab .Tg1 .wrapIn .btn.on {
  color: #fff;
  background-color: #9b0000;
}
/* sView */
.sView-head {
  text-align: center;
  margin-top: -0.4rem;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
  border-bottom: #dddddd solid 1px;
}
.sView-head h1 {
  font-size: 0.32rem;
  line-height: 1.25;
  color: #333333;
  text-align: center;
}
.sView-head h2 {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 1.25;
  color: #777;
  text-align: center;
}
.sView-head .aside {
  margin-top: 0.15rem;
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #999999;
  text-align: center;
}
.sView-head .aside span {
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}
.sView-body {
  padding: 0.35rem 0 0.5rem;
}
.sView-foot {
  position: relative;
  overflow: hidden;
  font-size: 0.26rem;
  padding-top: 0.3rem;
  border-top: #dddddd solid 1px;
}
.sView-foot .ctr {
  z-index: 2;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  display: block;
  height: 0.46rem;
  line-height: 0.46rem;
  color: #333333;
  margin-right: 2rem;
}
.sView-foot .ctr .limit {
  display: inline-block;
  vertical-align: top;
  max-width: 14em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sView-foot .ctr[href="#"],
.sView-foot .ctr[href=""] {
  cursor: not-allowed;
  color: #999999 !important;
}
.sView-foot .ctr[href="#"] > s,
.sView-foot .ctr[href=""] > s {
  border-color: #ccc !important;
}
.sView-foot .ctr.next {
  margin-top: 0.06rem;
}
.sView-foot .ctr:active {
  color: #9b0000;
}
.sView-foot .ctr:active > s {
  border-color: currentColor;
}
.sView-foot .backToList {
  position: absolute;
  right: 0;
  top: 0.76rem;
  margin-top: -0.33rem;
  width: 1.48rem;
  height: 0.66rem;
  line-height: 0.66rem;
  text-align: center;
  color: #fff;
  background-color: #9b0000;
  font-size: 0.26rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
/* sParty */
.sParty-index-section {
  position: relative;
  z-index: 2;
}
.sParty-index-section:nth-child(1n+2) {
  margin-top: 0.5rem;
}
.sParty-index-theory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sParty-index-theory:after {
  display: none;
}
.sParty-index-theory-switch {
  position: relative;
  width: 8.2rem;
  background-color: #fff;
}
.sParty-index-theory-switch .shade {
  height: 0;
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.34567901%;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sParty-index-theory-switch._loaded .shade {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.sParty-index-theory-switch .shade .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  z-index: 3;
}
.sParty-index-theory-switch .shade .item.on {
  position: relative !important;
}
.sParty-index-theory-switch .shade .item:after {
  content: " ";
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 0.2rem;
  line-height: 0.2rem;
  padding: 0.2rem 0;
}
.sParty-index-theory-switch .shade .item .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
  background-color: #f5f5f5;
}
.sParty-index-theory-switch .shade .item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sParty-index-theory-switch .shade .item h3 {
  position: absolute;
  left: 0.2rem;
  right: 2rem;
  bottom: 0.2rem;
  z-index: 6;
  color: #fff;
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sParty-index-theory-switch .ctrXd {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sParty-index-theory-switch .ctrXd.prev {
  left: 0.2rem;
}
.sParty-index-theory-switch .ctrXd.next {
  right: 0.2rem;
}
.sParty-index-theory-switch:hover .ctrXd {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.sParty-index-theory-switch .paginationXc {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  padding: 0.05rem 0;
  z-index: 6;
  display: block;
  line-height: 0;
  width: auto;
}
.sParty-index-theory-list {
  width: 5.9rem;
}
.sParty-index-theory-list .head {
  height: 0.44rem;
  line-height: 0.44rem;
  background-image: url(../images/icodji-theory.png);
  background-size: cover;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 0.46rem;
}
.sParty-index-theory-list .head span.l {
  font-weight: bold;
  color: #333333;
}
.sParty-index-theory-list .head .more {
  margin-top: 0.12rem;
  line-height: 0.2rem;
}
.sParty-index-theory-list .list {
  margin-top: 0.1rem;
}
@media screen and (max-width: 1600*1/100rem) {
  .sParty-index-theory-list .list .item {
    padding-top: 0.17rem;
    padding-bottom: 0.16rem;
  }
}
@media screen and (max-width: 1440*1/100rem) {
  .sParty-index-theory-list .dt {
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .sParty-index-theory-list .list .item {
    padding-top: 0.16rem;
    padding-bottom: 0.15rem;
  }
}
.sParty-index-axd {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.sParty-index-axd .qImg {
  display: block;
  width: 100%;
  height: auto;
  background-color: #cf000e;
}
.sParty-index-theme .head {
  z-index: 3;
  position: relative;
  height: 0.46rem;
  line-height: 0.54rem;
  padding-left: 0.72rem;
}
.sParty-index-theme .head:before {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: -0.09rem;
  width: 100%;
  height: 0.59rem;
  background-image: url(../images/bgdji-theme-head.png);
  background-size: cover;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.sParty-index-theme .head span.l {
  color: #ffe400;
  font-weight: bold;
}
.sParty-index-theme .head .more {
  margin-top: 0.1rem;
  line-height: 0.2rem;
}
.sParty-index-theme .body {
  position: relative;
  z-index: 2;
  background-color: #f8f8f8;
  padding: 0.6rem;
}
.sParty-index-theme-resMove {
  position: relative;
}
.sParty-index-theme-resMove .shade {
  height: auto;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sParty-index-theme-resMove .box {
  height: auto;
  position: relative !important;
}
.sParty-index-theme-resMove .item {
  display: none;
}
.sParty-index-theme-resMove .item:first-child {
  display: block;
}
.sParty-index-theme-resMove._loaded .shade {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.sParty-index-theme-resMove._loaded .item {
  display: block;
}
.sParty-index-theme-resMove .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sParty-index-theme-resMove .box:after {
  display: none;
}
.sParty-index-theme-resMove .item {
  position: relative;
  overflow: hidden;
  z-index: 3;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.sParty-index-theme-resMove .item:after {
  z-index: -1;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background-color: #9b0000;
}
.sParty-index-theme-resMove .item .pic {
  z-index: 3;
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
  background-color: #f1f1f1;
}
.sParty-index-theme-resMove .item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sParty-index-theme-resMove .item:after {
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sParty-index-theme-resMove .ctrXe {
  width: 0.6rem;
}
.sParty-index-theme-resMove .ctrXe.prev {
  left: -0.6rem;
}
.sParty-index-theme-resMove .ctrXe.next {
  right: -0.6rem;
}
.sParty-index-theme-resMove .paginationXb {
  margin-bottom: -0.2rem;
}
.sParty-index-trends {
  padding: 0.3rem;
  background-color: #f8f8f8;
}
.sParty-index-trends:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.06rem;
  z-index: -1;
  pointer-events: none;
  background-image: -webkit-linear-gradient(180deg, #c20000 0%, #fe5f00 100%);
}
.sParty-index-trends .head {
  height: 0.44rem;
  line-height: 0.44rem;
  background-image: url(../images/icodji-theory.png);
  background-size: cover;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 0.46rem;
}
.sParty-index-trends .head span.l {
  font-weight: bold;
  color: #333333;
}
.sParty-index-trends .head .more {
  margin-top: 0.12rem;
  line-height: 0.2rem;
}
.sParty-index-trends .body {
  margin-top: 0.2rem;
}
.sParty-index-trends-imglist .item {
  position: relative;
}
.sParty-index-trends-imglist .item:nth-child(1n+1) {
  width: 32%;
  margin-left: 2%;
  margin-top: 0;
}
.sParty-index-trends-imglist .item:nth-child( 3n+1) {
  margin-left: 0;
}
.sParty-index-trends-imglist .item:nth-child( 1n+4) {
  margin-top: 1%;
}
.sParty-index-trends-imglist .item .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
  background-color: #fff;
}
.sParty-index-trends-imglist .item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sParty-index-trends-imglist .item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 0.2rem;
  font-size: 0.16rem;
  font-weight: bold;
  z-index: 6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sParty-index-trends-txtlist {
  margin-top: 0.3rem;
  padding-bottom: 0.1rem;
}
.sParty-index-trends-txtlist .item {
  position: relative;
  padding-left: 0.2rem;
}
.sParty-index-trends-txtlist .item:nth-child(1n+1) {
  width: 32%;
  margin-left: 2%;
  margin-top: 0;
}
.sParty-index-trends-txtlist .item:nth-child( 3n+1) {
  margin-left: 0;
}
.sParty-index-trends-txtlist .item:nth-child( 1n+4) {
  margin-top: 1%;
}
.sParty-index-trends-txtlist .item:nth-child(1n+4) {
  margin-top: 0.1rem;
}
.sParty-index-trends-txtlist .item:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.04rem;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.08rem;
  background-color: #2c2c2c;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sParty-index-trends-txtlist .item h3 {
  font-size: 0.16rem;
  height: 0.3rem;
  line-height: 0.3rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sParty-index-trends-txtlist .item:hover:before {
  background-color: #c02020;
}
.sParty-index-trends-txtlist .item:hover h3 {
  text-indent: .5em;
}
.sParty-index-school .head {
  z-index: 3;
  position: relative;
  height: 0.56rem;
  line-height: 0.56rem;
  padding-left: 0.92rem;
}
.sParty-index-school .head:before {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.56rem;
  background-image: url(../images/bgdji-school-head.png);
  background-size: cover;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.sParty-index-school .head span.l {
  font-weight: bold;
  color: #ffe400;
}
.sParty-index-school .head .more {
  margin-right: 0.3rem;
  margin-top: 0.2rem;
  line-height: 0.2rem;
  color: #fff;
}
.sParty-index-school .body {
  padding: 0.3rem;
  background-color: #f8f8f8;
}
.sParty-index-member .head {
  z-index: 3;
  position: relative;
  height: 0.56rem;
  line-height: 0.56rem;
  padding-left: 0.92rem;
}
.sParty-index-member .head:before {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.76rem;
  background-image: url(../images/bgdji-member-head.png);
  background-size: cover;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.sParty-index-member .head span.l {
  font-weight: bold;
  color: #ffe400;
}
.sParty-index-member .head .more {
  margin-right: 0.3rem;
  margin-top: 0.2rem;
  line-height: 0.2rem;
  color: #fff;
}
.sParty-index-member .body {
  padding: 0.35rem 0.3rem;
  background-color: #f8f8f8;
}
.sParty-index-member-resMove {
  position: relative;
}
.sParty-index-member-resMove .shade {
  height: auto;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sParty-index-member-resMove .box {
  height: auto;
  position: relative !important;
}
.sParty-index-member-resMove .item {
  display: none;
}
.sParty-index-member-resMove .item:first-child {
  display: block;
}
.sParty-index-member-resMove._loaded .shade {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.sParty-index-member-resMove._loaded .item {
  display: block;
}
.sParty-index-member-resMove .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sParty-index-member-resMove .box:after {
  display: none;
}
.sParty-index-member-resMove .item {
  position: relative;
  overflow: hidden;
  z-index: 3;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.25rem 0.2rem;
  background-color: #fff;
}
.sParty-index-member-resMove .item:after {
  z-index: -1;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background-color: #9b0000;
}
.sParty-index-member-resMove .item .pic {
  z-index: 3;
  width: 100%;
  height: 0 !important;
  padding-bottom: 133.33333333%;
  background-color: #f1f1f1;
}
.sParty-index-member-resMove .ctrXe {
  display: none !important;
}
.sParty-index-teamBuilding .head {
  z-index: 3;
  position: relative;
  height: 0.46rem;
  line-height: 0.54rem;
  padding-left: 0.72rem;
}
.sParty-index-teamBuilding .head:before {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: -0.09rem;
  width: 100%;
  height: 0.59rem;
  background-image: url(../images/bgdji-teamBuilding-head.png);
  background-size: cover;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.sParty-index-teamBuilding .head span.l {
  color: #ffe400;
  font-weight: bold;
}
.sParty-index-teamBuilding .head .more {
  margin-top: 0.1rem;
  line-height: 0.2rem;
}
.sParty-index-teamBuilding .body {
  position: relative;
  z-index: 2;
  background-color: #f8f8f8;
  padding: 0.6rem;
}
.sParty-index-teamBuilding-resMove {
  position: relative;
}
.sParty-index-teamBuilding-resMove .shade {
  height: auto;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sParty-index-teamBuilding-resMove .box {
  height: auto;
  position: relative !important;
}
.sParty-index-teamBuilding-resMove .item {
  display: none;
}
.sParty-index-teamBuilding-resMove .item:first-child {
  display: block;
}
.sParty-index-teamBuilding-resMove._loaded .shade {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.sParty-index-teamBuilding-resMove._loaded .item {
  display: block;
}
.sParty-index-teamBuilding-resMove .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sParty-index-teamBuilding-resMove .box:after {
  display: none;
}
.sParty-index-teamBuilding-resMove .item {
  position: relative;
  overflow: hidden;
  z-index: 3;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.sParty-index-teamBuilding-resMove .item:after {
  z-index: 3;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.6) 100%);
}
.sParty-index-teamBuilding-resMove .item .pic {
  z-index: 3;
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
  background-color: #f1f1f1;
}
.sParty-index-teamBuilding-resMove .item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sParty-index-teamBuilding-resMove .item h3 {
  position: absolute;
  left: 0.15rem;
  bottom: 0.15rem;
  right: 0.15rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  z-index: 7;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.sParty-index-teamBuilding-resMove .paginationXb {
  margin-bottom: -0.2rem;
}
.sParty-index-teamBuilding-resMove .ctrXe {
  display: none !important;
}
.sParty-member-list {
  margin-top: -0.4rem;
}
.sParty-member-list .item {
  position: relative;
  width: 100%;
  padding: 0.3rem;
  border-bottom: #e7e7e7 solid 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sParty-member-list .item:after {
  display: none;
}
.sParty-member-list .item .pic {
  background-color: #f1f1f1;
  width: 2.2rem;
  height: 2.94rem;
}
.sParty-member-list .item .txt {
  width: 4.4rem;
  padding: 0.2rem 0;
}
.sParty-member-list .item .txt h3 {
  font-size: 0.32rem;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #333333;
}
.sParty-member-list .item .txt .pos {
  margin-top: 0.15rem;
  font-size: 0.26rem;
  line-height: 1.5em;
  color: #333333;
}
.sParty-member-list .item .txt .info {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  line-height: 1.5em;
}
/* sStudent */
.sStudent-index .subpage-banner {
  text-align: center;
}
.sStudent-index .subpage-banner .hr {
  margin-left: auto;
}
.sStudent-index-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.sStudent-index-section {
  position: r
            elative;
  z-index: 2;
  overflow: hidden;
  padding: 0.6rem 0 0.8rem;
}
.sStudent-index-ua {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sStudent-index-ua:after {
  display: none;
}
.sStudent-index-ua .section {
  width: 6.8rem;
}
.sStudent-index-ua .head {
  position: relative;
  padding-left: 0.36rem;
  height: 0.36rem;
}
.sStudent-index-ua .head:before {
  content: " ";
  position: absolute;
  left: 0.06rem;
  width: 0.06rem;
  height: 0.36rem;
  border-radius: 0.06rem;
  background-color: #9b0000;
}
.sStudent-index-ua .head span {
  color: #333333;
  font-weight: bold;
}
.sStudent-index-ua .head .more {
  line-height: 0.2rem;
  margin-top: 0.08rem;
  position: relative;
  padding-right: 0.24rem;
}
.sStudent-index-ua .head .more:before {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 0.18rem;
  color: #fff;
  background-color: #9b0000;
  text-align: center;
  font-family: SimSun, '宋体' !important;
}
.sStudent-index-ua .list {
  margin-top: 0.25rem;
}
.sStudent-index-gm .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sStudent-index-gm .contain:after {
  display: none;
}
.sStudent-index-gm .section {
  width: 6.95rem;
  position: relative;
}
.sStudent-index-gm .section:nth-child(1) {
  padding-top: calc(.8rem + 46*@A);
}
.sStudent-index-gm .section:nth-child(1) .head {
  position: absolute;
  left: 0;
  top: 0;
}
.sStudent-index-gm .section:nth-child(2) {
  padding-bottom: calc(.8rem + 46*@A);
}
.sStudent-index-gm .section:nth-child(2) .head {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sStudent-index-gm .head {
  position: relative;
  width: 100%;
  height: 0.46rem;
  padding: 0.3rem 0;
  line-height: 0.46rem;
}
.sStudent-index-gm .head span {
  font-size: 0.4rem;
  color: #333333;
}
.sStudent-index-gm .head .more {
  padding-left: 0.76rem;
  position: relative;
  color: #9b0000;
  font-size: 0.16rem;
  height: 0.46rem;
  background-image: url(../images/icos-time.png);
  background-size: cover;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sStudent-index-gm .head .more:hover {
  background-position: 0.05rem 50%;
}
.sStudent-index-gm .body .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
  background-color: #fff;
}
.sStudent-index-gm .body .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sStudent-index-vision .sNews-index-trends-tab {
  padding: 0;
  border-bottom: none;
}
.sStudent-index-vision .sNews-index-trends-tab .box {
  background-color: transparent !important;
}
.sStudent-index-vision .sNews-index-trends-tab .Tg {
  right: auto;
  left: 50%;
  margin-left: 0.85rem;
  bottom: 0;
}
.sStudent-index-vision .sNews-index-trends-tab .btnXa {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.sStudent-index-arts-list .item:nth-child(1n+1) {
  width: 32%;
  margin-left: 2%;
  margin-top: 0;
}
.sStudent-index-arts-list .item:nth-child( 3n+1) {
  margin-left: 0;
}
.sStudent-index-arts-list .item:nth-child( 1n+4) {
  margin-top: 2%;
}
.sStudent-index-arts-list .item:after {
  z-index: 3;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.6) 100%);
}
.sStudent-index-arts-list .item .pic {
  z-index: 3;
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
  background-color: #f1f1f1;
}
.sStudent-index-arts-list .item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sStudent-index-arts-list .item h3 {
  position: absolute;
  left: 0.15rem;
  bottom: 0.15rem;
  right: 0.15rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  z-index: 7;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.sStudent-group-area {
  position: relative;
}
.sStudent-group-switch .shade {
  height: 0;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
}
.sStudent-group-switch .shade img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sStudent-group-switch._loaded .shade {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.sStudent-group-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #f1f1f1;
}
.sStudent-group-switch .item.on {
  position: relative !important;
}
.sStudent-group-switch .item:after {
  content: " ";
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0.2rem 0;
}
.sStudent-group-switch .item .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
}
.sStudent-group-switch .item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sStudent-group-switch .item h3 {
  position: absolute;
  left: 0.25rem;
  right: 2rem;
  bottom: 0.2rem;
  z-index: 6;
  color: #fff;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sStudent-group-switch .paginationXc {
  position: absolute;
  right: 0.25rem;
  bottom: 0.28rem;
  width: auto;
  z-index: 6;
}
.sStudent-group-switch + .sStudent-group-list {
  margin-top: 0.3rem;
}
.sStudent-group-list {
  position: relative;
  overflow: hidden;
}
.sStudent-group-list .item {
  position: relative;
  overflow: hidden;
  float: left;
  width: 3.35rem;
}
.sStudent-group-list .item:nth-child(1n+1) {
  margin-left: 0.2rem;
  margin-top: 0;
}
.sStudent-group-list .item:nth-child( 2n+1) {
  margin-left: 0;
}
.sStudent-group-list .item:nth-child( 1n+3) {
  margin-top: 0.2rem;
}
.sStudent-group-list .item .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
}
.sStudent-group-list .item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sStudent-group-list .item:after {
  content: " ";
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
.sStudent-group-list .item .pic {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.sStudent-group-list .item h3 {
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  bottom: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  z-index: 5;
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0.64rem;
}
.sStudent-mien-wrap {
  padding: 0;
}
.sStudent-mien-glory {
  position: relative;
  z-index: 2;
  padding: 0.6rem 0;
  margin-bottom: -0.6rem;
}
.sStudent-mien-glory:before {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0.6rem;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.sStudent-mien-glory .wrapIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sStudent-mien-glory .wrapIn:after {
  display: none;
}
.sStudent-mien-glory .section {
  width: 32%;
}
.sStudent-mien-glory .section .head {
  padding: 0.2rem 0.4rem;
  line-height: 0.3rem;
  background-color: #a30000;
  color: #fff;
}
.sStudent-mien-glory.speX .section .head {
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sStudent-mien-glory.speX .section .head:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -2px;
  margin-left: -0.08rem;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 0.16rem 0.16rem;
  border-color: #a30000 transparent transparent transparent;
  border-style: solid;
  font-size: 0;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
.sStudent-mien-glory.speX .section .list {
  display: none;
}
.sStudent-mien-glory.speX .section.on .head:after {
  -webkit-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.sStudent-mien-resMove {
  position: relative;
  display: none;
}
.sStudent-mien-resMove.on {
  display: block;
}
.sStudent-mien-resMove-tab {
  position: relative;
  margin-top: 0.3rem;
}
.sStudent-mien-resMove .viewport {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  margin-left: -0.3rem;
}
.sStudent-mien-resMove .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 5.2rem;
}
.sStudent-mien-resMove .item:nth-child(1n+2) {
  margin-left: 0.2rem;
}
.sStudent-mien-resMove .item .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 75.55555556%;
  background-color: #f5f5f5;
}
.sStudent-mien-resMove .item .pic {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.sStudent-mien-resMove .item h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.18rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  z-index: 5;
  line-height: 0.34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0.68rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.sStudent-mien-resMove .item h3 {
  white-space: normal;
  overflow: auto;
}
.sStudent-mien-resMove .ctrXe {
  display: none !important;
}
.sStudent-mien-resMove .paginationXb {
  display: none;
}
.sStudent-arts-list .itemPackage {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}
.sStudent-arts-list .itemPackage:after {
  display: none;
}
.sStudent-arts-list .itemPackage:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.sStudent-arts-list .itemPackage:nth-child(2n+1) .item {
  width: 100%;
}
.sStudent-arts-list .itemPackage:nth-child(2n+2) .item {
  width: 3.35rem;
}
.sStudent-arts-list .itemPackage:nth-child(2n+2) .item:nth-child(1n+1) {
  margin-left: 0.2rem;
  margin-top: 0;
}
.sStudent-arts-list .itemPackage:nth-child(2n+2) .item:nth-child( 2n+1) {
  margin-left: 0;
}
.sStudent-arts-list .itemPackage:nth-child(2n+2) .item:nth-child( 1n+3) {
  margin-top: 0.2rem;
}
.sStudent-arts-list .itemPackage .item {
  float: left;
  position: relative;
  overflow: hidden;
}
.sStudent-arts-list .itemPackage .item .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
  background-color: #f5f5f5;
}
.sStudent-arts-list .itemPackage .item:after {
  content: " ";
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
.sStudent-arts-list .itemPackage .item .pic {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.sStudent-arts-list .itemPackage .item h3 {
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  bottom: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  z-index: 5;
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0.64rem;
}
/* sInternational */
.sInternational-teacher-tab {
  position: relative;
  padding: 0.4rem;
  border: #e0e0e0 solid 1px;
}
.sInternational-teacher-tab .Tt {
  position: relative;
  overflow-y: auto;
}
.sInternational-teacher-tab .Tt .pic {
  float: left;
  margin-right: 0.4rem;
  width: 3rem;
  height: 3.66rem;
  background-color: #f5f5f5;
}
.sInternational-teacher-tab .Tt h3 {
  position: relative;
  font-size: 0.32rem;
  line-height: 0.44rem;
  font-weight: bold;
  color: #9b0000;
  padding-bottom: 0.2rem;
  margin-left: 3.4rem;
}
.sInternational-teacher-tab .Tt h3:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-left: #9b0000 0.3rem solid;
  height: 0.02rem;
  background-color: #f5f5f5;
  pointer-events: none;
}
.sInternational-teacher-tab .Tt .imax {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 1.75em;
}
.sInternational-teacher-tab .Tg {
  margin-top: 0.3rem;
}
.sInternational-teacher-tab .Tg .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  min-width: 2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  background-color: #413634;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.2rem;
}
.sInternational-teacher-tab .Tg .btn:nth-child(1n+2) {
  margin-left: 0.1rem;
}
.sInternational-teacher-tab .Tg .btn:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(../images/bgs-waijiao-Tg.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  background-color: #9b0000;
}
.sInternational-teacher-tab .Tg .btn.on:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.sInternational-teacher-tab .Tg .scrollbar {
  right: 0.13rem;
  width: 0.03rem;
}
.sInternational-teacher-tab .Tg .scrollbar .thumb {
  width: 0.03rem;
  right: 0;
}
.sInternational-contact-wrap {
  padding: 0;
}
.sInternational-contact-list {
  padding: 0.4rem 0.3rem;
  margin-top: -0.4rem;
}
.sInternational-contact-list .head {
  text-align: center;
  display: none;
}
.sInternational-contact-list .head:after {
  content: " ";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.2rem;
  width: 1px;
  height: 0.3rem;
  background-color: #000;
}
.sInternational-contact-list .head .en {
  font-size: 0.36rem;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #9b0000;
}
.sInternational-contact-list .head .cn {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  color: #333333;
}
.sInternational-contact-list .list .item {
  position: relative;
  padding: 0.4rem 0.4rem 0.4rem 2.4rem;
  height: 1.6rem;
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333333;
}
.sInternational-contact-list .list .item:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.sInternational-contact-list .list .item:before {
  content: " ";
  position: absolute;
  left: 1.86rem;
  top: 0.45rem;
  height: 0.7rem;
  width: 1px;
  background-color: #ddd;
}
.sInternational-contact-list .list .item .icoImg {
  position: absolute;
  left: 0.55rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
}
.sInternational-contact-map {
  position: relative;
  width: 100%;
  height: 6.6rem;
}
.sInternational-contact-map #dituContent {
  width: 100%;
  height: 100%;
  line-height: 1.1;
  background-color: #f5f3f0;
}
.sInternational-contact-map #dituContent .BMap_bubble_title {
  font-size: 0.16rem;
  margin-bottom: 0.05rem;
  padding-right: 0.16rem;
  color: #9b0000;
}
.sInternational-contact-map #dituContent .BMap_bubble_content {
  width: 4rem !important;
  font-size: 0.14rem;
}
.sInternational-contact-map #dituContent img {
  max-width: none;
}
._pen .sInternational-contact-map {
  pointer-events: none;
}
.sInternational-contact-map:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
.sInternational-contact-map:hover:after {
  visibility: hidden;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
/* sRecruit */
.sRecruit-hr-table .caption {
  text-align: left;
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
}
.sRecruit-hr-table .tr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-right: 0.7rem;
}
.sRecruit-hr-table .tr:after {
  display: none;
}
.sRecruit-hr-table .tr .td {
  line-height: 0.3rem;
  padding: 0.2rem 0.2rem;
}
.sRecruit-hr-table .tr .td.td1 {
  width: 4.6rem;
}
.sRecruit-hr-table .tr .td.td5 {
  width: 1.6rem;
  text-align: center;
  white-space: nowrap;
}
.sRecruit-hr-table .thead {
  display: none;
  font-size: 0.26rem;
  font-weight: bold;
  color: #fff;
  background-color: #9b0000;
}
.sRecruit-hr-table .tbody {
  margin-top: 0.4rem;
  color: #333333;
  font-size: 0.24rem;
}
.sRecruit-hr-table .tbody .td.td5 {
  font-size: 0.22rem;
}
.sRecruit-hr-table .tbody .item:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.sRecruit-hr-table .tbody .item .show {
  background-color: #f5f5f5;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sRecruit-hr-table .tbody .item .show .ctrXf {
  display: block;
  position: absolute;
  right: 0.2rem;
}
.sRecruit-hr-table .tbody .item .hide {
  display: none;
  color: #333333;
  background-color: #f5f5f5;
}
.sRecruit-hr-table .tbody .item .hide .imax {
  padding: 0.3rem 0.4rem;
}
.sRecruit-hr-table .tbody .item .hide .fz18,
.sRecruit-hr-table .tbody .item .hide .sStudent-group-switch .item h3,
.sRecruit-hr-table .tbody .item .hide .sAbout-detail-list .dt .aside,
.sRecruit-hr-table .tbody .item .hide .sAbout-detail-idea .pos .sdd {
  font-size: 0.26rem;
  margin-bottom: 0.05rem;
}
.sRecruit-hr-table .tbody .item.unfold .show {
  background-color: #9b0000;
  color: #fff;
}
.sRecruit-hr-table .tbody .item.unfold .show .ctrXf {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sRecruit-hr-table .tbody .item.unfold .show .ctrXf s {
  color: #fff;
}
.sRecruit-hr-table .tbody .item.unfold .show .ctrXf s:before,
.sRecruit-hr-table .tbody .item.unfold .show .ctrXf s:after {
  background-color: #fff;
}
/* sContact */
.sContact-wrap .head {
  color: #333333;
  text-align: center;
  line-height: 1.25;
}
.sContact-wrap .head .sdt {
  font-size: 0.4rem;
  font-weight: bold;
}
.sContact-wrap .head .hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.15rem;
  width: 0.36rem;
  height: 0.04rem;
  background-color: #9b0000;
}
.sContact-wrap .head .sdd {
  margin-top: 0.15rem;
  font-size: 0.24rem;
}
.sContact-wrap .formCheck {
  margin-top: 0.4rem;
}
.sContact-wrap .formCheck .formItem {
  position: relative;
  line-height: 0.64rem;
  color: #666666;
  width: 100%;
}
.sContact-wrap .formCheck .formItem:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.sContact-wrap .formCheck .formItem.red:after {
  content: "x";
  position: absolute;
  right: 0.1rem;
  top: 0;
  white-space: nowrap;
  font-size: 0.24rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #f00 ;
}
.sContact-wrap .formCheck .formItem:first-child {
  margin-top: 0;
}
.sContact-wrap .formCheck .formItem .skin {
  padding: 0.14rem 0.19rem;
  display: block;
  width: 100%;
  height: 0.64rem;
  line-height: 0.34rem;
  font-size: 0.24rem;
  border: #d7d7d7 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.sContact-wrap .formCheck .formItem input.skin {
  height: 0.64rem;
}
.sContact-wrap .formCheck .formItem textarea.skin {
  height: 2.4rem;
}
.sContact-wrap .formCheck .formItem.yzm {
  width: 100%;
  font-size: 0;
  white-space: nowrap;
}
.sContact-wrap .formCheck .formItem.yzm .skin {
  width: 3.6rem;
  display: inline-block;
  vertical-align: top;
}
.sContact-wrap .formCheck .formItem.yzm .bindClick {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.1rem;
  width: 1.8rem;
  height: 0.64rem;
  border: #d7d7d7 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sContact-wrap .formCheck .formItem .enter {
  display: block;
  border-radius: 0.04rem;
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  background-color: #9b0000;
  color: #fff;
  font-size: 0.28rem;
}
/* sAbout */
.sAbout-intro-info .left {
  padding: 0 0.3rem 0.4rem;
}
.sAbout-intro-info .left .dt {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
}
.sAbout-intro-info .left .dt:after {
  content: " ";
  display: block;
  margin-top: 0.3rem;
  width: 0.8rem;
  height: 0.03rem;
  background-color: #9b0000;
}
.sAbout-intro-info .left .dd {
  margin-top: 0.35rem;
  color: #333333;
}
.sAbout-intro-info .right .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 50.41666667%;
  background-color: #f5f5f5;
}
.sAbout-intro-info .right .en {
  margin-top: 0.3rem;
  font-size: 8vw;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #f5f5f5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  white-space: nowrap;
  display: none;
}
.sAbout-intro-resMove {
  position: relative;
  margin-top: 0.4rem;
}
.sAbout-intro-resMove .shade,
.sAbout-intro-resMove .box {
  position: relative !important;
  height: auto !important;
}
.sAbout-intro-resMove .icoImg,
.sAbout-intro-resMove .en,
.sAbout-intro-resMove .hr {
  display: none;
}
.sAbout-intro-resMove .item {
  position: relative;
  border-radius: 0.1rem;
  background-color: #9b0000;
  color: #fff;
  height: 0.88rem;
  line-height: 0.4rem;
  padding: 0.24rem 1.8rem 0.24rem 0.24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
.sAbout-intro-resMove .item:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.sAbout-intro-resMove .item .num {
  font-size: 0.32rem;
  font-family: Arial, sans-serif, Microsoft YaHei, '微软雅黑';
  display: inline;
}
.sAbout-intro-resMove .item .num:after {
  content: "/";
  margin-left: .25em;
  margin-right: .25em;
}
.sAbout-intro-resMove .item .cn {
  font-size: 0.26rem;
  display: inline;
}
.sAbout-intro-resMove .item .more {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: 150%;
  overflow: hidden;
  z-index: 6;
}
.sAbout-intro-resMove .item .more:before {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 0.88rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  content: " ";
  text-indent: -999.99rem;
  pointer-events: none;
  background-image: url(../images/based/arrow-Back.png);
  background-size: auto 0.24rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sAbout-detail-list {
  margin-top: 0.5rem;
  color: #5e4844;
}
.sAbout-detail-list .dt {
  text-align: center;
}
.sAbout-detail-list .dt > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sAbout-detail-list .dt .logo {
  width: 1.76rem;
  height: 1.76rem;
}
.sAbout-detail-list .dt .logo-word {
  margin-top: 0.3rem;
  width: 4.6rem;
  height: 1.03rem;
}
.sAbout-detail-list .dt .aside {
  margin-top: 0.25rem;
  line-height: 1.5;
  color: #999999;
  max-width: 6.2rem;
  margin-left: auto;
  margin-right: auto;
}
.sAbout-detail-list .dd {
  position: relative;
  z-index: 1;
  margin-top: 0.5rem;
}
.sAbout-detail-list .dd .line {
  position: relative;
}
.sAbout-detail-list .dd .line:nth-child(1n+2) {
  margin-top: 0.3rem;
}
.sAbout-detail-list .dd .line .btn-showmore {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(../images/arrowsa-detail.png);
  background-size: auto 0.28rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -99.99rem;
  overflow: hidden;
}
.sAbout-detail-list .dd .line .btn-showmore s {
  display: none;
}
.sAbout-detail-list .dd .line.unfold .btn-showmore {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sAbout-detail-list .dd .line .sdt {
  z-index: 3;
  position: relative;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0.1rem 0;
  font-weight: bold;
  background-image: url(../images/bgs-gy-line-1.png);
  background-size: auto 0.08rem;
  background-position: 0 50%;
  background-repeat: repeat-x;
}
.sAbout-detail-list .dd .line .sdt span {
  display: inline-block;
  padding-right: 0.25rem;
  background-color: #fff;
  font-size: 0.26rem;
  font-weight: bold;
}
.sAbout-detail-list .dd .line .sds {
  position: relative;
  z-index: 2;
  line-height: 1.5;
  padding-right: 0.64rem;
}
.sAbout-detail-list .dd .line .sds .info {
  font-size: 0.3rem;
  padding: .25em 0;
}
.sAbout-detail-list .dd .line .sdd {
  position: relative;
  z-index: 1;
  display: none;
  padding-top: 0.05rem;
  width: 7.5rem;
  padding: 0 0.3rem;
  margin-left: -0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sAbout-detail-list .dd .line .song .score {
  position: relative;
  margin-top: 0.2rem;
  width: 100%;
  height: 8.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sAbout-detail-list .dd .line .song .score img {
  position: absolute;
  left: -0.3rem;
  top: 0;
  width: 7.5rem;
  height: 8.2rem;
}
.sAbout-detail-list .dd .line .song .right {
  padding: 0.2rem 0.4rem;
}
.sAbout-detail-list .dd .line .song .right .name {
  font-size: 0.28rem;
  color: #333333;
  line-height: 1.5;
}
.sAbout-detail-list .dd .line .song .right .name span {
  font-size: 0.24rem;
}
.sAbout-detail-list .dd .line .song .right .aside {
  margin-top: 0.15rem;
  font-size: 0.24rem;
  line-height: 1.5;
  color: #333333;
}
.sAbout-detail-list .dd .line .song .right .content {
  margin-top: 0.15rem;
  font-size: 0.26rem;
  line-height: 1.5;
}
.sAbout-detail-list .dd .line .song .right .music-player {
  margin-top: 0.3rem;
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
}
.sAbout-detail-list .dd .line .song .right .music-player:before {
  z-index: -1;
  content: " ";
  position: absolute;
  right: -0.65rem;
  top: 0.24rem;
  width: 3.09rem;
  height: 3.09rem;
  background-image: url(../images/bgs-player-cd.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.sAbout-detail-list .dd .line .song .right .music-player .pic {
  overflow: visible;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-box-shadow: 0rem 0.08rem 0.184rem 0.016rem rgba(35, 134, 238, 0.4);
          box-shadow: 0rem 0.08rem 0.184rem 0.016rem rgba(35, 134, 238, 0.4);
  background-color: #fff;
}
.sAbout-detail-list .dd .line .song .right .music-player .pic:after {
  content: " ";
  position: absolute;
  right: -0.3rem;
  top: 0.21rem;
  width: 3.09rem;
  height: 3.09rem;
  background-image: url(../images/bgs-player-shell.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
.sAbout-detail-list .dd .line .song .right .music-player .playBtn {
  z-index: 6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sAbout-detail-list .dd .line .song .right .music-player .playBtn s {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.3em;
  margin-top: -0.3em;
  width: 0.6em;
  height: 0.6em;
}
.sAbout-detail-list .dd .line .song .right .music-player .playBtn s:before,
.sAbout-detail-list .dd .line .song .right .music-player .playBtn s:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.064em;
  margin-top: -0.1em;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 0.1em 0.16em;
  border-color: transparent transparent transparent #545454;
  border-style: dashed dashed dashed solid;
  -webkit-transition: all 100ms ease-out 0s;
  transition: all 100ms ease-out 0s;
}
.sAbout-detail-list .dd .line .song .right .music-player .playBtn.paused s:before {
  margin-left: -0.072em;
  border-width: 0 0.04em;
  height: 0.2em;
}
.sAbout-detail-list .dd .line .song .right .music-player .playBtn.paused s:after {
  margin-left: 0.024em;
  border-width: 0 0.04em;
  height: 0.2em;
}
.sAbout-detail-list .dd .line .song .right .music-player .playBtn s {
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sAbout-detail-list .dd .line .song .right .music-player.playstatus:before {
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.sAbout-detail-list .dd .line .song .right .music-player.playstatus.ing:before {
  -webkit-animation-play-state: running ;
          animation-play-state: running ;
}
.sAbout-detail-wrap {
  padding-top: 0.5rem;
}
.sAbout-detail-head {
  z-index: 2;
  position: relative;
  text-align: center;
}
.sAbout-detail-head .sdt {
  font-size: 0.32rem;
  font-weight: bold;
  color: #9b0000;
}
.sAbout-detail-head .sdt span {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  padding: 0 1em;
}
.sAbout-detail-head .sdt span:before,
.sAbout-detail-head .sdt span:after {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  border-color: #9b0000;
  border-style: solid;
  height: 1px;
  pointer-events: none;
}
.sAbout-detail-head .sdt span:before {
  border-width: 0 0.4rem;
  top: 0.1rem;
}
.sAbout-detail-head .sdt span:after {
  border-width: 0 1.6rem;
  bottom: 0.1rem;
}
.sAbout-detail-head .sdd {
  margin-top: 0.15rem;
  font-size: 0.24rem;
  line-height: 1.2;
}
.sAbout-detail-idea {
  margin-top: 0.5rem;
  position: relative;
  height: 6rem;
  z-index: 2;
}
.sAbout-detail-idea .dt {
  text-align: center;
  color: #333333;
}
.sAbout-detail-idea .bgs {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.89rem;
  margin-top: -2.89rem;
  width: 5.78rem;
  height: 5.78rem;
  z-index: -1;
  pointer-events: none;
}
.sAbout-detail-idea .bgs .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #5e4844;
  border-radius: 50%;
}
.sAbout-detail-idea .bgs .circle.i1 {
  z-index: 4;
  opacity: 1;
  width: 2.66rem;
  height: 2.66rem;
  margin-left: -1.33rem;
  margin-top: -1.33rem;
}
.sAbout-detail-idea .bgs .circle.i2 {
  z-index: 3;
  opacity: .2;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: -1.6rem;
  margin-top: -1.6rem;
}
.sAbout-detail-idea .bgs .circle.i3 {
  z-index: 2;
  opacity: .2;
  width: 3.8rem;
  height: 3.8rem;
  margin-left: -1.9rem;
  margin-top: -1.9rem;
}
.sAbout-detail-idea .bgs .circle.i4 {
  z-index: 1;
  background-color: transparent;
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 5.78rem;
  height: 5.78rem;
  margin-left: -2.89rem;
  margin-top: -2.89rem;
  background-image: url(../images/bgs-gy-idea-circle.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sAbout-detail-idea .pos {
  position: absolute;
  -webkit-transition: padding 250ms ease-out 0s;
  transition: padding 250ms ease-out 0s;
}
.sAbout-detail-idea .pos .sdt {
  font-weight: bold;
  color: #5e4844;
}
.sAbout-detail-idea .pos .sdd {
  color: #8c726e;
  margin-top: 0.1rem;
  line-height: 1.5;
}
.sAbout-detail-idea .pos .k {
  display: inline-block;
  vertical-align: top;
  height: 0.26rem;
  line-height: 0.26rem;
  border: #8c726e dashed 1px;
  border-radius: 0.04rem;
  padding: 0.04rem 0.12rem;
}
.sAbout-detail-idea .pos .line {
  position: absolute;
  background-repeat: no-repeat;
}
.sAbout-detail-idea .pos .line.i1 {
  background-image: url(../images/lines-idea1.png);
  width: 1.1rem;
  height: 0.46rem;
}
.sAbout-detail-idea .pos .line.i2 {
  background-image: url(../images/lines-idea2.png);
  width: 1.1rem;
  height: 0.26rem;
}
.sAbout-detail-idea .pos .line.i3 {
  background-image: url(../images/lines-idea3.png);
  width: 1.1rem;
  height: 0.45rem;
}
.sAbout-detail-idea .pos .btn-getExpound {
  color: #534844;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sAbout-detail-idea .pos .btn-getExpound:hover {
  letter-spacing: .1em;
}
.sAbout-detail-idea .pos._l {
  text-align: right;
  right: 50%;
  padding-right: 1.3rem;
}
.sAbout-detail-idea .pos._l .line {
  right: 0;
  background-position: left 0;
}
.sAbout-detail-idea .pos._l:hover {
  padding-right: 1.35rem;
}
.sAbout-detail-idea .pos._r {
  text-align: left;
  left: 50%;
  padding-left: 1.3rem;
}
.sAbout-detail-idea .pos._r .line {
  left: 0;
  background-position: right 0;
}
.sAbout-detail-idea .pos._r:hover {
  padding-left: 1.35rem;
}
.sAbout-detail-idea .pos.i1 {
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.sAbout-detail-idea .pos.i2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  margin-left: -1rem;
  width: 2rem;
  text-align: center;
}
.sAbout-detail-idea .pos.i2 .sdt {
  color: #fff;
}
.sAbout-detail-idea .pos.i2 .sdd {
  margin-top: 0.15rem;
  color: #fff;
}
.sAbout-detail-idea .pos.i3 {
  bottom: 50%;
  margin-bottom: 1.05rem;
  margin-left: 1.8rem;
}
.sAbout-detail-idea .pos.i3 .line {
  top: 0.1rem;
}
.sAbout-detail-idea .pos.i4 {
  bottom: 50%;
  margin-bottom: 1.05rem;
  margin-right: 1.8rem;
}
.sAbout-detail-idea .pos.i4 .line {
  top: 0.1rem;
}
.sAbout-detail-idea .pos.i5 {
  top: 50%;
  margin-top: 1.3rem;
  margin-left: 1.8rem;
}
.sAbout-detail-idea .pos.i5 .line {
  top: -0.25rem;
}
.sAbout-detail-idea .pos.i6 {
  top: 50%;
  margin-top: 1.3rem;
  margin-right: 1.8rem;
}
.sAbout-detail-idea .pos.i6 .line {
  top: -0.25rem;
}
.sAbout-detail-idea .pos.i7 {
  top: 50%;
  margin-top: -0.2rem;
  margin-left: 2.05rem;
}
.sAbout-detail-idea .pos.i7 .line {
  top: 0.1rem;
}
.sAbout-detail-idea .pos.i8 {
  top: 50%;
  margin-top: -0.2rem;
  margin-right: 2.05rem;
}
.sAbout-detail-idea .pos.i8 .line {
  top: 0.1rem;
}
.sAbout-detail-idea.AniStart .pos.i1 {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sAbout-detail-idea.AniStart .pos.i2 {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sAbout-detail-idea.AniStart .pos._l {
  -webkit-transform: translateX(-0.3rem);
          transform: translateX(-0.3rem);
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sAbout-detail-idea.AniStart .pos._r {
  -webkit-transform: translateX(0.3rem);
          transform: translateX(0.3rem);
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sAbout-detail-idea.AniDid .pos.i1 {
  -webkit-transition: all 400ms ease-out 250ms;
  transition: all 400ms ease-out 250ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.sAbout-detail-idea.AniDid .pos.i2 {
  -webkit-transition: all 600ms ease-out 150ms;
  transition: all 600ms ease-out 150ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sAbout-detail-idea.AniDid .pos.i3,
.sAbout-detail-idea.AniDid .pos.i4,
.sAbout-detail-idea.AniDid .pos.i5,
.sAbout-detail-idea.AniDid .pos.i6,
.sAbout-detail-idea.AniDid .pos.i7,
.sAbout-detail-idea.AniDid .pos.i8 {
  -webkit-transition: all 400ms ease-out 150ms;
  transition: all 400ms ease-out 150ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.sAbout-detail-idea.AniDid .pos.i3 {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.sAbout-detail-idea.AniDid .pos.i4 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.sAbout-detail-idea.AniDid .pos.i7 {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
.sAbout-detail-idea.AniDid .pos.i8 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.sAbout-detail-idea.AniDid .pos.i5 {
  -webkit-transition-delay: 1050ms;
          transition-delay: 1050ms;
}
.sAbout-detail-idea.AniDid .pos.i6 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.sAbout-history-wrap {
  padding: 0;
}
.sAbout-history-head {
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 0.5rem 0.3rem 0.35rem;
}
.sAbout-history-head .sdt {
  font-size: 0.32rem;
  font-weight: bold;
  color: #9b0000;
}
.sAbout-history-head .sdt span {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  padding: 0 1em;
}
.sAbout-history-head .sdt span:before,
.sAbout-history-head .sdt span:after {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  border-color: #9b0000;
  border-style: solid;
  height: 1px;
  pointer-events: none;
}
.sAbout-history-head .sdt span:before {
  border-width: 0 0.4rem;
  top: 0.1rem;
}
.sAbout-history-head .sdt span:after {
  border-width: 0 1.6rem;
  bottom: 0.1rem;
}
.sAbout-history-head .sdd {
  margin-top: 0.15rem;
  font-size: 0.24rem;
  line-height: 1.2;
}
.sAbout-history-section1 .ctrXk {
  position: absolute;
  top: 100%;
  margin-top: 0.5rem;
}
.sAbout-history-section1 .ctrXk.prev {
  left: 0;
}
.sAbout-history-section1 .ctrXk.next {
  right: 0;
}
.sAbout-history-tab {
  z-index: 1;
  position: relative;
  padding: 0.5rem 0.3rem 0.6rem;
  background-color: #f2f2f2;
  margin-left: -0.3rem;
  width: 7.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sAbout-history-tab .Tt {
  position: relative;
}
.sAbout-history-tab .Tt .box .txt .sdt {
  font-size: 0.42rem;
  height: 0.64rem;
  text-align: center;
  line-height: 0.64rem;
  color: #9b0000;
}
.sAbout-history-tab .Tt .box .txt .sdt i {
  font-size: 1.333em;
  font-family: Helvetica, Arial, sans-serif;
  margin-right: 0.05rem;
}
.sAbout-history-tab .Tt .box .txt .sdd {
  margin-top: 0.35rem;
}
.sAbout-history-tab .Tt .box .txt .sdd .scrollbar {
  display: none;
}
.sAbout-history-tab .Tt .box .txt .sdd .imax {
  line-height: 1.75;
  color: #333333;
}
.sAbout-history-tab .Tt .box .pic {
  margin-top: 0.32rem;
  width: 100%;
  height: 4.76519337rem;
}
.sAbout-history-tab .Tg {
  position: relative;
  z-index: 2;
  margin-top: 0.35rem;
  overflow: hidden;
}
.sAbout-history-tab .Tg:before {
  content: " ";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0.1rem;
  right: 0;
  height: 1px;
  background-color: #9b0000;
}
.sAbout-history-tab .Tg .viewport {
  padding-top: 0.1rem;
  top: 0 !important;
}
.sAbout-history-tab .Tg .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0.26rem;
}
.sAbout-history-tab .Tg .btn:before {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.06rem;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.12rem;
  background-color: #999;
  pointer-events: none;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sAbout-history-tab .Tg .btn:nth-child(1n+2) {
  margin-left: 2rem;
}
.sAbout-history-tab .Tg .btn span {
  display: block;
  text-align: center;
  color: #333333;
  line-height: 0.6rem;
}
.sAbout-history-tab .Tg .btn.on:before {
  background-color: #9b0000;
}
.sAbout-history-tab .Tg .btn.on span {
  color: #9b0000;
}
.sAbout-history-resMove {
  position: relative;
  padding-bottom: 0.4rem;
}
.sAbout-history-resMove .shade,
.sAbout-history-resMove .box {
  position: relative !important;
  height: auto !important;
}
.sAbout-history-resMove .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0.06rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  background-color: #413634;
  background-image: url(../images/bgs-gy-ls-2.jpg);
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.sAbout-history-resMove .item:after {
  display: none;
}
.sAbout-history-resMove .item:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.sAbout-history-resMove .item .pic {
  width: 1.9rem;
  height: 2.55rem;
  background-color: #665855;
}
.sAbout-history-resMove .item .txt {
  width: 4.12rem;
  padding: 0.2rem 0.35rem;
  color: #fff;
  line-height: 1.5em;
}
.sAbout-history-resMove .item .txt h3 {
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
  letter-spacing: .2em;
}
.sAbout-history-resMove .item .txt p {
  font-size: 0.26rem;
  line-height: 0.42rem;
}
.sAbout-history-resMove .item .txt .date {
  letter-spacing: 0;
}
@media screen and (max-width: 1600*1/100rem) {
  .sAbout-history-resMove {
    width: 11.6rem;
  }
}
@media screen and (max-width: 1440*1/100rem) {
  .sAbout-history-resMove {
    width: 10.8rem;
  }
  .sAbout-history-resMove .ctrXm {
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
  }
}
.sAbout-environment-head {
  text-align: center;
  margin-bottom: 0.35rem;
  font-size: 0.32rem;
  font-weight: bold;
}
.sAbout-environment-head .en {
  color: #9b0000;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
}
.sAbout-environment-head .cn {
  margin-top: 0.15rem;
  color: #333333;
}
.sAbout-environment-tab {
  position: relative;
  z-index: 2;
  padding: 0.3rem;
  background-color: #f5f5f5;
}
.sAbout-environment-tab:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 2.6rem;
  background-color: #f5f5f5;
  pointer-events: none;
  z-index: -1;
}
.sAbout-environment-tab .btns-vr {
  z-index: 10;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0.1rem;
  text-indent: 0.74rem;
  font-size: 0.24rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
  background-image: url(../images/icos-vr.png);
  background-size: auto 0.24rem;
  background-position: 0.27rem 0.19rem;
  background-repeat: no-repeat;
}
.sAbout-environment-tab .Tt {
  position: relative;
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
  background-color: #fff;
}
.sAbout-environment-tab .Tt img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sAbout-environment-tab .Tt .box {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sAbout-environment-tab .Tt .box:before {
  content: " ";
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  right: 0;
  height: 20%;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
}
.sAbout-environment-tab .Tt .box .pic {
  width: 100%;
  height: 100%;
}
.sAbout-environment-tab .Tt .box h3 {
  position: absolute;
  left: 2em;
  right: 2em;
  bottom: 0.2rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.25;
  z-index: 6;
  text-align: center;
  letter-spacing: .1em;
}
.sAbout-environment-tab .Tt .box.on {
  -webkit-transition: all 600ms ease-out 0ms;
  transition: all 600ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.sAbout-environment-tab .Tg {
  margin-top: 0.25rem;
  height: 0.98rem;
}
.sAbout-environment-tab .Tg .hScroll {
  text-align: center;
}
.sAbout-environment-tab .Tg .btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1.56rem;
  height: 0.98rem;
}
.sAbout-environment-tab .Tg .btn:nth-child(1n+2) {
  margin-left: 0.2rem;
}
.sAbout-environment-tab .Tg .btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #9b0000 solid 0.03rem;
  z-index: 5;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sAbout-environment-tab .Tg .btn .pic {
  width: 100%;
  height: 100%;
}
.sAbout-environment-tab .Tg .btn.on:before {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.sAbout-environment-tab .ctrXj {
  display: none !important;
}
.sAbout-environment-body {
  margin-top: 0.4rem;
}
.sAbout-environment-body .imax {
  color: #333333;
}
.sAbout-alumni-list .item {
  position: relative;
  overflow: hidden;
  z-index: 2;
  width: 100%;
}
.sAbout-alumni-list .item .picArea {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.sAbout-alumni-list .item .picArea .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
  background-color: #f5f5f5;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sAbout-alumni-list .item .picArea .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sAbout-alumni-list .item .txt {
  padding: 0.3rem 0;
}
.sAbout-alumni-list .item .txt h3 {
  font-size: 0.28rem;
  height: 0.4rem;
  line-height: 0.4rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.sAbout-alumni-list .item .txt p {
  margin-top: 0.15rem;
  font-size: 0.24rem;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 4.5em;
}
.sAbout-alumni-list .item .more {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: -99.99rem;
  z-index: 8;
}
/* sSchool */
.sSchool-nav {
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.sSchool-nav:after {
  display: none;
}
.sSchool-nav .link {
  width: 2.2rem;
  line-height: 0.36rem;
  padding: 0.12rem;
  text-align: center;
  border-radius: 0.04rem;
  background-color: #f5f5f5;
  font-size: 0.24rem;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sSchool-nav .link:nth-child(1n+1) {
  margin-left: 0.15rem;
  margin-top: 0;
}
.sSchool-nav .link:nth-child( 3n+1) {
  margin-left: 0;
}
.sSchool-nav .link:nth-child( 1n+4) {
  margin-top: 0.15rem;
}
.sSchool-nav .link.on {
  background-color: #9b0000;
  color: #fff;
}
.sSchool-head {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0.1rem 0 0.4rem;
}
.sSchool-head .dib {
  position: relative;
  padding: 0 0.2rem;
}
.sSchool-head .dib:before,
.sSchool-head .dib:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: 0.05rem;
  width: 10rem;
  height: 1px;
  background-color: rgba(207, 0, 14, 0.2);
}
.sSchool-head .dib:before {
  right: 100%;
  margin-right: 0.4rem;
}
.sSchool-head .dib:after {
  left: 100%;
  margin-left: 0.4rem;
}
.sSchool-head .dib .sdt {
  position: relative;
  font-size: 0.46rem;
  font-weight: bold;
  color: #9b0000;
}
.sSchool-head .dib .sdt:before,
.sSchool-head .dib .sdt:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: 0.05rem;
  width: 1rem;
  height: 1px;
  background-color: rgba(207, 0, 14, 0.99);
}
.sSchool-head .dib .sdt:before {
  right: 100%;
  margin-right: 0.2rem;
}
.sSchool-head .dib .sdt:after {
  left: 100%;
  margin-left: 0.2rem;
}
.sSchool-head .dib .sdt em {
  color: #333333;
}
.sSchool-head .dib .sdd {
  font-size: 0.24rem;
  color: #333333;
  margin-top: 0.15rem;
}
.sSchool-video .subpage-banner {
  text-align: center;
}
.sSchool-video .subpage-banner .hr {
  margin-left: auto;
  margin-right: auto;
}
.sSchool-album .subpage-banner {
  text-align: center;
}
.sSchool-album .subpage-banner .hr {
  margin-left: auto;
  margin-right: auto;
}
.sSchool-album-filter {
  margin-bottom: 0.35rem;
}
.sSchool-album-filter .sel-Line {
  position: relative;
  border: #d9d9d9 solid 1px;
  margin-top: -1px;
  padding: 0.12rem 0.12rem 0.12rem 1.32rem;
}
.sSchool-album-filter .sel-Line .sel-Param {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2rem;
  height: 100%;
  background-color: #f1f1f1;
  border-right: #d9d9d9 solid 1px;
}
.sSchool-album-filter .sel-Line .sel-Param span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 0.36rem;
  line-height: 0.36rem;
  color: #333333;
  font-size: 0.26rem;
  color: #000;
  font-weight: bold;
}
.sSchool-album-filter .sel-Line .sel-Value {
  position: relative;
  overflow: hidden;
  font-size: 0;
  min-height: 0.4rem;
  background-color: #fff;
}
.sSchool-album-filter .sel-Line .sel-Value .btn {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.04rem;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  font-size: 0.22rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.16rem;
  color: #333333;
}
.sSchool-album-filter .sel-Line .sel-Value .btn:hover {
  color: #9b0000;
}
.sSchool-album-filter .sel-Line .sel-Value .btn.on {
  background-color: #9b0000;
  color: #fff;
}
.sSchool-album-filter .choosen {
  display: inline-block;
  vertical-align: top;
  line-height: 0.4rem;
  color: #999999;
}
.sSchool-album-filter .choosen i {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.16rem;
  border-radius: 0.4rem;
  background-color: #f1f1f1;
}
.sSchool-album-filter .choosen s {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.sSchool-album-filter .searchBox {
  width: 100%;
  line-height: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #d9d9d9 solid 1px;
  margin-top: -1px;
}
.sSchool-album-filter .searchBox .skin {
  display: block;
  width: 100%;
  padding: 0.12rem 0.6rem 0.12rem 0.24rem;
  line-height: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.sSchool-album-filter .searchBox .skin::-webkit-input-placeholder {
  color: #bbbbbb;
}
.sSchool-album-filter .searchBox .skin:-moz-placeholder {
  color: #bbbbbb;
}
.sSchool-album-filter .searchBox .skin::-moz-placeholder {
  color: #bbbbbb;
}
.sSchool-album-filter .searchBox .skin:-ms-input-placeholder {
  color: #bbbbbb;
}
.sSchool-album-filter .searchBox .enter {
  position: absolute;
  right: 0.12rem;
  top: 0.12rem;
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(../images/btn-zoomer2.png);
  background-size: auto 0.24rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  text-indent: -99.99rem;
  cursor: pointer;
  border: #dddddd solid 1px;
  background-color: #9b0000;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sSchool-album-filter .searchBox .enter:active {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transition: 0ms;
  transition: 0ms;
}
.sSchool-album-switch {
  position: relative;
  padding-bottom: 0.3rem;
  border-bottom: #e0e0e0 solid 1px;
  margin-bottom: 0.3rem;
  background-color: #f8f8f8;
}
.sSchool-album-switch .shade {
  height: auto;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sSchool-album-switch .box {
  height: auto;
  position: relative !important;
}
.sSchool-album-switch .item {
  display: none;
}
.sSchool-album-switch .item:first-child {
  display: block;
}
.sSchool-album-switch._loaded .shade {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.sSchool-album-switch._loaded .item {
  display: block;
}
.sSchool-album-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0.2rem;
  background-color: #f8f8f8;
}
.sSchool-album-switch .item .pic {
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
  background-color: #f8f8f8;
}
.sSchool-album-switch .item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sSchool-album-switch .item h3 {
  margin-top: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  color: #333333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.sSchool-album-switch .item.on {
  position: relative !important;
}
.sSchool-album-switch .paginationXd {
  margin-top: 0.05rem;
  text-align: center;
}
.sSchool-album-switch .ctrXg {
  margin-top: -0.8rem;
}
.sSchool-photos {
  background-color: #f8f8f8;
  overflow: hidden;
}
.sSchool-photos .wrapIn {
  padding: 0.4rem 0.3rem;
}
.sSchool-photos .head {
  position: relative;
  padding-bottom: 0.3rem;
}
.sSchool-photos .head h1 {
  font-size: 0.26rem;
  color: #333333;
  line-height: 1.5;
}
.sSchool-photos .head .date {
  margin-top: 0.15rem;
  font-size: 0.22rem;
  color: #999999;
  line-height: 0.3rem;
}
.sSchool-photos .head .btn-albums {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.36rem;
  color: #999999;
}
.sSchool-photos .head .btn-albums:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../images/btns-albums.png);
  background-size: 0.16rem auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sSchool-photos .head .btn-albums:active:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0ms;
  transition: 0ms;
}
.sSchool-photos .head .tips {
  position: absolute;
  right: 1.08rem;
  bottom: 0.4rem;
  line-height: 0.3rem;
  color: #999999;
}
.sSchool-photos-switch {
  position: relative;
}
.sSchool-photos-switch .shade {
  width: 100%;
  height: 0 !important;
  padding-bottom: 62.5%;
}
.sSchool-photos-switch .shade img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sSchool-photos-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.sSchool-photos-switch .item .pic {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.sSchool-photos-switch .pagination {
  display: none;
}
.sSchool-photos-switch .ctrXg {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sSchool-photos-switch:hover .ctrXg {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.sSchool-photos-switch .counts {
  position: absolute;
  left: 0.25rem;
  bottom: 0.2rem;
  color: #fff;
  z-index: 8;
}
.sSchool-photos-switch .counts s {
  font-size: 0.14rem;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0.04rem;
}
.sSchool-photos-tab {
  position: relative;
  margin-top: 0.3rem;
}
.sSchool-photos-tab .Tt {
  position: relative;
}
.sSchool-photos-tab .Tt .box {
  position: relative;
}
.sSchool-photos-tab .Tt .box:before {
  content: " ";
  float: right;
  margin-left: 0.1rem;
  margin-bottom: 0.05rem;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
}
.sSchool-photos-tab .Tt .box .btns-download {
  position: absolute;
  right: 0.05rem;
  top: 0.05rem;
  width: 0.64rem;
  height: 0.64rem;
  padding: 0.15rem;
  background-image: url(../images/btns-download.png);
  background-size: auto 0.52rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -99.99rem;
  -webkit-filter: grayscale(100%) brightness(6.5);
          filter: grayscale(100%) brightness(6.5);
}
.sSchool-photos-tab .Tt .box .btns-download:active {
  background-position: 50% 55%;
  -webkit-filter: none;
          filter: none;
}
.sSchool-photos-tab .Tt .imax {
  text-align: justify;
}
.sSchool-photos-tab .Tg {
  margin-top: 0.3rem;
  position: relative;
  padding: 0 0.5rem;
  height: 1rem;
}
.sSchool-photos-tab .Tg .hScroll {
  width: 100%;
}
.sSchool-photos-tab .Tg .btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 1.6rem;
  height: 1rem;
}
.sSchool-photos-tab .Tg .btn:nth-child(1n+2) {
  margin-left: 0.15rem;
}
.sSchool-photos-tab .Tg .btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #cf000e solid 0;
  z-index: 5;
  pointer-events: none;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sSchool-photos-tab .Tg .btn .pic {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.sSchool-photos-tab .Tg .btn.on:before {
  border-width: 0.04rem;
}
.sSchool-photos-tab .ctrXi {
  background-color: #f8f8f8;
}
.sSchool-photos-tab .ctrXi.prev {
  left: 0;
}
.sSchool-photos-tab .ctrXi.next {
  right: 0;
}
.sSchool-photos .sView-foot {
  margin-top: 0.3rem;
}
/* v||h */
@media all and (orientation: landscape) {
  .posSet {
    position: relative !important;
  }
  #function {
    z-index: 1;
  }
}
@media all and (orientation: portrait) {
  .posSet {
    position: fixed !important;
    left: 50%;
    width: 7.5rem;
    margin-left: -3.75rem;
  }
  .posSet.pa {
    position: absolute !important;
  }
  .scroll-wrap {
    padding-top: 1.1rem;
  }
  #header {
    top: 0;
  }
  #function {
    bottom: 0;
  }
}
.pc .posSet {
  z-index: 88 !important;
  position: fixed !important;
  left: 50%;
  width: 7.5rem;
  margin-left: -3.75rem;
}
.pc .posSet.pa {
  position: absolute !important;
}
.pc .scroll-wrap {
  padding-top: 1.1rem;
}
.pc #header {
  top: 0;
}
.pc #function {
  bottom: 0;
}


.index-links{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch;}
.index-links:after{display: none;}
.index-links .outlink{text-align: center; font-size: 0.32rem; color: #333333; line-height: 2; padding-top: 0.1rem;}
.index-links .outlink:nth-child(1n+1){width: 32%; margin-left: 2%; margin-top: 0; -webkit-box-sizing: border-box; box-sizing: border-box;}
.index-links .outlink:nth-child( 3n+1){margin-left: 0;}
.index-links .outlink:nth-child( 1n+4){margin-top: 3%;}
.index-links .outlink .icoImg{display: block; margin-left: auto; margin-right: auto; width: 1rem; height: 1rem; border-radius: 50%; border: #dadada solid 1px;}
