@charset "utf-8";

.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);
  }
}

@-webkit-keyframes fadeInRightm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightm {
  0% {
    opacity: 0.3;
    -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.3;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftm {
  0% {
    opacity: 0.3;
    -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.3;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpm {
  0% {
    opacity: 0.3;
    -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.3;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownm {
  0% {
    opacity: 0.3;
    -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.3;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIns {
  0% {
    opacity: 0.3;
  }

  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 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;
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}

.waitAniTitleBlock:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}

.waitAniTitleBlock>span {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}

.waitAniTitleBlock:before {
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.waitAniTitleBlock.AniStart>span {
  -webkit-transition: all 0ms ease-out 450ms;
  transition: all 0ms ease-out 450ms;
  opacity: 1;
  visibility: visible;
}

.waitAniTitleBlock.AniStart:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0.8, 0.6) 0s;
  transition: all 400ms cubic-bezier(0, 0, 0.8, 0.6) 0s;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.waitAniTitleBlock.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%;
}

/* 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;
}

.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: #0650a9;
}

.bgc1 {
  background-color: #0650a9;
}

.c2 {
  color: #0650a9;
}

.bgc2 {
  background-color: #0650a9;
}

.c3 {
  color: #d61608;
}

.bgc3 {
  background-color: #d61608;
}

.ca {
  color: #333333;
}

.cb {
  color: #666666;
}

.cs {
  color: #999999;
}

html {
  min-width: 440px;
}

@media screen and (min-width: 1025px) {
  html {
    min-width: 1200px;
  }
}

body {
  color: #666666;
  font: 14px/1 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}

a {
  color: #333333;
}

a.on {
  color: #0650a9;
}

@media screen and (min-width: 1025px) {
  a:hover {
    color: #0650a9;
  }
}

@media screen and (max-width: 1024px) {
  a:active {
    color: #0650a9;
  }
}

.vmbox {
  font-size: 14px;
  line-height: 1;
  font-family: 'Microsoft YaHei', '微软雅黑';
}

.info {
  font-size: 14px;
  line-height: 1.7143;
}

.info * {
  background-color: transparent !important;
}

.imax {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 1600px) {
  .imax {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .imax {
    line-height: 1.75em;
  }
}

::-moz-selection {
  background: #0650a9;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0650a9;
  color: #fff;
  text-shadow: none;
}

.pc ::-webkit-scrollbar {
  position: absolute;
  width: 8px;
  height: 8px;
}

.pc ::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
}

.pc ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.pc ::-webkit-scrollbar-corner {
  background: transparent;
  height: 0;
  width: 0;
}

.loading {
  background-image: url(../images/loading.gif);
}

.loading-m {
  background-image: url(../images/loading-m.gif);
}

.load-error {
  background-image: url(../images/error.gif);
}

.maxmw {
  width: auto;
  width: calc(100% - 30px);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 720px;
}

.container,
.w {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
}

@media screen and (min-width: 1025px) {

  .container,
  .w {
    width: 1200px;
  }
}

@media screen and (min-width: 1601px) {

  .container,
  .w {
    width: 1440px;
  }
}

@media screen and (max-width: 1024px) {

  .container,
  .w {
    width: auto !important;
    width: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 720px !important;
  }
}

@media screen and (min-width: 1441px) {

  .container.wide,
  .w.wide {
    width: 1360px;
  }
}

@media screen and (min-width: 1601px) {

  .container.wide,
  .w.wide {
    width: 1520px;
  }
}

.w-p {
  padding-left: 7.8125%;
  padding-right: 7.8125%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1600px) {
  .w-p {
    padding-left: 4.16666667%;
    padding-right: 4.16666667%;
  }
}

@media screen and (max-width: 1024px) {
  .w-p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ------------------- htmls ------------------- */
.modal-videoPlayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: #000;
}

.modal-videoPlayer.hideOut .close {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}

.modal-videoPlayer .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.5);
}

.modal-videoPlayer .close s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50.4px;
  font-size: 26px;
  color: #ffffff;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}

.ysqUEO .modal-videoPlayer .close s {
  overflow: hidden;
  text-indent: 120%;
}

.ysqUEO .modal-videoPlayer .close s:before,
.ysqUEO .modal-videoPlayer .close s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 15px;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  color: inherit;
  background-color: currentColor;
}

.ysqUEO .modal-videoPlayer .close s:before {
  top: 19px;
  -webkit-transform: rotate(45deg) translate(5.17766953px, 0);
  transform: rotate(45deg) translate(5.17766953px, 0);
  top: 14px;
}

.ysqUEO .modal-videoPlayer .close s:after {
  bottom: 19px;
  -webkit-transform: rotate(-45deg) translate(5.17766953px, 0);
  transform: rotate(-45deg) translate(5.17766953px, 0);
  bottom: 14px;
}

@media screen and (min-width: 1025px) {

  .ysqUEO .modal-videoPlayer .close s:before,
  .ysqUEO .modal-videoPlayer .close s:after {
    -webkit-transition: all 300ms ease-out 0ms;
    transition: all 300ms ease-out 0ms;
  }

  .modal-videoPlayer .close s:hover {
    color: #ffffff;
  }
}

@media screen and (max-width: 1024px) {
  .modal-videoPlayer .close s:active {
    color: #ffffff;
  }
}

.modal-videoPlayer .close s:hover {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.modal-videoPlayer .contain {
  position: absolute;
}

.modal-videoPlayer .player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.modal-videoPlayer .player * {
  background-color: transparent !important;
}

@media screen and (min-width: 1025px) {
  .modal-videoPlayer .contain {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .modal-videoPlayer .contain {
    left: 0px;
    right: 0px;
    top: 56px;
    bottom: 56px;
  }

  .modal-videoPlayer .close {
    zoom: .9;
  }
}

.modal-searchForm {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99921;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}

.ysqUEO .modal-searchForm .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-searchForm.showUp .contain {
  opacity: 1;
  -webkit-transform: none !important;
  transform: none !important;
}

.ysqUEO .modal-searchForm.hideOut .contain {
  opacity: 0;
  -webkit-transform: translateY(33%) scale(0.2) !important;
  transform: translateY(33%) scale(0.2) !important;
}

.modal-searchForm .contain {
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 25px 30px;
  width: 300px;
  height: 120px;
  margin: -85px 0 0 -180px;
  background-color: #fff;
}

.modal-searchForm .contain .Tclose {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 30px;
  height: 30px;
}

.modal-searchForm .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 27px;
  font-size: 20px;
  color: #979797;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}

.ysqUEO .modal-searchForm .contain .Tclose s {
  overflow: hidden;
  text-indent: 120%;
}

.ysqUEO .modal-searchForm .contain .Tclose s:before,
.ysqUEO .modal-searchForm .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 5px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  color: inherit;
  background-color: currentColor;
}

.ysqUEO .modal-searchForm .contain .Tclose s:before {
  top: 9px;
  -webkit-transform: rotate(45deg) translate(3.93502884px, 0);
  transform: rotate(45deg) translate(3.93502884px, 0);
  top: 4px;
}

.ysqUEO .modal-searchForm .contain .Tclose s:after {
  bottom: 9px;
  -webkit-transform: rotate(-45deg) translate(3.93502884px, 0);
  transform: rotate(-45deg) translate(3.93502884px, 0);
  bottom: 4px;
}

@media screen and (min-width: 1025px) {

  .ysqUEO .modal-searchForm .contain .Tclose s:before,
  .ysqUEO .modal-searchForm .contain .Tclose s:after {
    -webkit-transition: all 300ms ease-out 0ms;
    transition: all 300ms ease-out 0ms;
  }

  .modal-searchForm .contain .Tclose s:hover {
    color: #979797;
  }
}

@media screen and (max-width: 1024px) {
  .modal-searchForm .contain .Tclose s:active {
    color: #979797;
  }
}

.modal-searchForm .contain .Tclose s:hover {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.modal-searchForm .searchBox {
  padding-top: 14px;
}

.modal-searchForm .searchBox .skin {
  width: 270px;
  height: 28px;
  line-height: 28px;
  padding: 9px 14px;
  border: #cccccc solid 1px;
  border-radius: 6px;
  background-color: #fff;
}

.modal-searchForm .searchBox .enter {
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #0650a9;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}

.modal-downloadVerify {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99921;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}

.ysqUEO .modal-downloadVerify .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-downloadVerify.showUp .contain {
  opacity: 1;
  -webkit-transform: none !important;
  transform: none !important;
}

.ysqUEO .modal-downloadVerify.hideOut .contain {
  opacity: 0;
  -webkit-transform: translateY(33%) scale(0.2) !important;
  transform: translateY(33%) scale(0.2) !important;
}

.modal-downloadVerify .contain {
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 300px;
  margin: -150px 0 0 -210px;
  background-color: #fff;
}

.modal-downloadVerify .contain .Tclose {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 32px;
  height: 32px;
}

.modal-downloadVerify .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28.8px;
  font-size: 22px;
  color: #444444;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}

.ysqUEO .modal-downloadVerify .contain .Tclose s {
  overflow: hidden;
  text-indent: 120%;
}

.ysqUEO .modal-downloadVerify .contain .Tclose s:before,
.ysqUEO .modal-downloadVerify .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 5px;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  color: inherit;
  background-color: currentColor;
}

.ysqUEO .modal-downloadVerify .contain .Tclose s:before {
  top: 9px;
  -webkit-transform: rotate(45deg) translate(4.3492424px, 0);
  transform: rotate(45deg) translate(4.3492424px, 0);
  top: 4px;
}

.ysqUEO .modal-downloadVerify .contain .Tclose s:after {
  bottom: 9px;
  -webkit-transform: rotate(-45deg) translate(4.3492424px, 0);
  transform: rotate(-45deg) translate(4.3492424px, 0);
  bottom: 4px;
}

@media screen and (min-width: 1025px) {

  .ysqUEO .modal-downloadVerify .contain .Tclose s:before,
  .ysqUEO .modal-downloadVerify .contain .Tclose s:after {
    -webkit-transition: all 300ms ease-out 0ms;
    transition: all 300ms ease-out 0ms;
  }

  .modal-downloadVerify .contain .Tclose s:hover {
    color: #444444;
  }
}

@media screen and (max-width: 1024px) {
  .modal-downloadVerify .contain .Tclose s:active {
    color: #444444;
  }
}

.modal-downloadVerify .contain .Tclose s:hover {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.modal-downloadVerify .head {
  padding: 0 35px;
  height: 60px;
  line-height: 60px;
  border-bottom: #0650a9 solid 2px;
  font-size: 16px;
  color: #0650a9;
}

.modal-downloadVerify .body {
  padding: 30px 35px;
}

.modal-downloadVerify .body .formItem {
  position: relative;
  line-height: 44px;
}

.modal-downloadVerify .body .formItem:nth-child(1n+2) {
  margin-top: 12px;
}

.modal-downloadVerify .body .formItem .skin {
  display: block;
  height: 44px;
  line-height: 20px;
  padding: 12px 15px;
  border: #d2d2d2 solid 1px;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.modal-downloadVerify .body .formItem.pvc {
  padding-right: 112px;
}

.modal-downloadVerify .body .formItem.pvc .sendcode {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 106px;
  background-color: #df812d;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.modal-downloadVerify .body .formItem.pvc .sendcode.reject {
  background-color: #aaa;
}

.modal-downloadVerify .body .formItem.btns {
  margin-top: 30px;
}

.modal-downloadVerify .body .formItem.btns .enter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #0650a9;
}

/* albumWindow */
#albumWindow {
  position: fixed;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 50%;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: all 500ms ease-out 0ms;
  transition: all 500ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}

.no-supports #albumWindow {
  -webkit-transform: none !important;
  transform: none !important;
}

#albumWindow.visible {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: all 500ms ease-out 0ms;
  transition: all 500ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  top: 0;
  bottom: 0;
}

#albumWindow .contain {
  position: absolute;
  z-index: 1;
  left: 48px;
  right: 48px;
  top: 48px;
  bottom: 30px;
}

#albumWindow .contain .list0 {
  width: 400%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#albumWindow .contain .item {
  float: left;
  position: relative;
  width: 25%;
  height: 100%;
  text-align: center;
  margin-right: 20px;
}

#albumWindow .contain .item .img,
#albumWindow .contain .item .vmbox {
  width: 100%;
  min-height: 60px;
}

#albumWindow .contain .item .fBar {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}

#albumWindow .contain .item .fBar .download {
  display: inline-block;
  vertical-align: top;
  padding-left: 6px;
  padding-right: 6px;
  color: #0650a9;
  border-bottom: solid 1px;
  font-size: 14px;
  line-height: 18px;
}

#albumWindow .contain .item.on .fBar {
  -webkit-transition: all 250ms ease-out 200ms;
  transition: all 250ms ease-out 200ms;
  opacity: 1;
  visibility: visible;
}

#albumWindow .picName {
  position: absolute;
  left: 0;
  right: 10px;
  top: -48px;
  height: 48px;
  line-height: 48px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#albumWindow .close.btn {
  position: absolute;
  overflow: hidden;
  z-index: 3;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: #0650a9;
}

#albumWindow .close.btn s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 43.2px;
  font-size: 28px;
  color: #ffffff;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.ysqUEO #albumWindow .close.btn s {
  overflow: hidden;
  text-indent: 120%;
}

.ysqUEO #albumWindow .close.btn s:before,
.ysqUEO #albumWindow .close.btn s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  color: inherit;
  background-color: currentColor;
}

.ysqUEO #albumWindow .close.btn s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(5.38477631px, 0);
  transform: rotate(45deg) translate(5.38477631px, 0);
  top: 8px;
}

.ysqUEO #albumWindow .close.btn s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(5.38477631px, 0);
  transform: rotate(-45deg) translate(5.38477631px, 0);
  bottom: 8px;
}

@media screen and (min-width: 1025px) {

  .ysqUEO #albumWindow .close.btn s:before,
  .ysqUEO #albumWindow .close.btn s:after {
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }

  #albumWindow .close.btn s:hover {
    color: #ffffff;
  }
}

@media screen and (max-width: 1024px) {
  #albumWindow .close.btn s:active {
    color: #ffffff;
  }
}

#albumWindow .close.btn s:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

#albumWindow .ctr {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 44px;
  height: 120px;
  -webkit-transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  opacity: .8;
  line-height: 120px;
  text-align: center;
  color: #111111;
}

#albumWindow .ctr s {
  color: #0650a9;
  font-size: 42px;
  font-weight: bold;
}

#albumWindow .ctr s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

#albumWindow .ctr:hover {
  color: #111111;
}

.ysqUEO #albumWindow .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}

.ysqUEO #albumWindow .ctr s:before,
.ysqUEO #albumWindow .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #111111;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

@media screen and (min-width: 1025px) {

  .ysqUEO #albumWindow .ctr s:before,
  .ysqUEO #albumWindow .ctr s:after {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }

  .ysqUEO #albumWindow .ctr:hover s:before,
  .ysqUEO #albumWindow .ctr:hover s:after {
    background-color: #111111;
  }
}

@media screen and (max-width: 1024px) {

  #albumWindow .ctr:active s:before,
  #albumWindow .ctr:active s:after {
    background-color: #111111;
  }
}

.ysqUEO #albumWindow .ctr.prev s:before,
.ysqUEO #albumWindow .ctr.prev s:after {
  margin-left: -7px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.ysqUEO #albumWindow .ctr.prev s:before {
  -webkit-transform: rotate(-40deg) translateX(-1.5px);
  transform: rotate(-40deg) translateX(-1.5px);
}

.ysqUEO #albumWindow .ctr.prev s:after {
  -webkit-transform: rotate(40deg) translateX(-1.5px);
  transform: rotate(40deg) translateX(-1.5px);
}

.ysqUEO #albumWindow .ctr.next s:before,
.ysqUEO #albumWindow .ctr.next s:after {
  margin-left: -13px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.ysqUEO #albumWindow .ctr.next s:before {
  -webkit-transform: rotate(-40deg) translateX(1.5px);
  transform: rotate(-40deg) translateX(1.5px);
}

.ysqUEO #albumWindow .ctr.next s:after {
  -webkit-transform: rotate(40deg) translateX(1.5px);
  transform: rotate(40deg) translateX(1.5px);
}

@media screen and (min-width: 1025px) {
  .ysqUEO #albumWindow .ctr.prev:hover s:before {
    -webkit-transform: rotate(-48deg) translateX(-1.5px);
    transform: rotate(-48deg) translateX(-1.5px);
  }

  .ysqUEO #albumWindow .ctr.prev:hover s:after {
    -webkit-transform: rotate(48deg) translateX(-1.5px);
    transform: rotate(48deg) translateX(-1.5px);
  }

  .ysqUEO #albumWindow .ctr.next:hover s:before {
    -webkit-transform: rotate(-48deg) translateX(1.5px);
    transform: rotate(-48deg) translateX(1.5px);
  }

  .ysqUEO #albumWindow .ctr.next:hover s:after {
    -webkit-transform: rotate(48deg) translateX(1.5px);
    transform: rotate(48deg) translateX(1.5px);
  }
}

@media screen and (max-width: 1024px) {

  #albumWindow .ctr.prev:active s:before,
  #albumWindow .ctr.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  #albumWindow .ctr.prev:active s:before {
    -webkit-transform: rotate(-48deg) translateX(-1.5px);
    transform: rotate(-48deg) translateX(-1.5px);
  }

  #albumWindow .ctr.prev:active s:after {
    -webkit-transform: rotate(48deg) translateX(-1.5px);
    transform: rotate(48deg) translateX(-1.5px);
  }

  #albumWindow .ctr.next:active s:before,
  #albumWindow .ctr.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  #albumWindow .ctr.next:active s:before {
    -webkit-transform: rotate(-48deg) translateX(1.5px);
    transform: rotate(-48deg) translateX(1.5px);
  }

  #albumWindow .ctr.next:active s:after {
    -webkit-transform: rotate(48deg) translateX(1.5px);
    transform: rotate(48deg) translateX(1.5px);
  }
}

#albumWindow .ctr.prev {
  left: 0;
}

#albumWindow .ctr.next {
  right: 0;
}

#albumWindow .ctr.reject {
  display: none;
}

#albumWindow .ctr:active {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  #albumWindow .ctr:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}

@media screen and (max-width: 1024px) {
  #albumWindow .ctr:active {
    background-color: rgba(0, 0, 0, 0.05);
  }
}

#albumWindow .pagination {
  height: 4px;
  line-height: 4px;
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}

#albumWindow .pagination .container {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
}

#albumWindow .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 3px;
  border-color: #222;
  width: 0;
  height: 0;
  border-width: 4px 4px 0 0;
  border-style: solid;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

#albumWindow .pagination .btn>em {
  display: none;
}

#albumWindow .pagination .btn.on {
  border-color: #0650a9;
}

#albumWindow .originalBtn {
  position: absolute;
  z-index: 6;
  left: 0;
  line-height: 30px;
  color: #999999;
  cursor: pointer;
}

#albumWindow .originalBtn:hover {
  color: #0650a9;
}

#albumWindow .serialNum {
  position: absolute;
  z-index: 6;
  right: 0;
  line-height: 30px;
  color: #999999;
}

@media screen and (max-width: 1024px) {
  #albumWindow .picName {
    font-size: 12px;
  }
}

.formItem {
  position: relative;
}

.formItem .aftPD {
  position: absolute;
  left: 100%;
  top: 0;
  color: #f00;
  margin-left: 8px;
  white-space: nowrap;
  font-size: 14px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.formItem .skin::-webkit-input-placeholder {
  color: #a1a0a0;
}

.formItem .skin:-moz-placeholder {
  color: #a1a0a0;
}

.formItem .skin::-moz-placeholder {
  color: #a1a0a0;
}

.formItem .skin:-ms-input-placeholder {
  color: #a1a0a0;
}

.formItem .skin._focus {
  border-color: #2e9fd9 !important;
  /* box-shadow: 0 0 1px 2px 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 */
@-webkit-keyframes fadeInRights {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(35px, 0, 0);
    transform: translate3d(35px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRights {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(35px, 0, 0);
    transform: translate3d(35px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRights {
  -webkit-animation-name: fadeInRights;
  animation-name: fadeInRights;
}

@-webkit-keyframes fadeInLefts {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-35px, 0, 0);
    transform: translate3d(-35px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLefts {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-35px, 0, 0);
    transform: translate3d(-35px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLefts {
  -webkit-animation-name: fadeInLefts;
  animation-name: fadeInLefts;
}

@-webkit-keyframes fadeInUps {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUps {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUps {
  -webkit-animation-name: fadeInUps;
  animation-name: fadeInUps;
}

@-webkit-keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDowns {
  -webkit-animation-name: fadeInDowns;
  animation-name: fadeInDowns;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
    transform: scale3d(0.77, 0.77, 0.77);
  }

  50%,
  100% {
    opacity: 1;
  }
}

@keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
    transform: scale3d(0.77, 0.77, 0.77);
  }

  50%,
  100% {
    opacity: 1;
  }
}

.zoomIns {
  -webkit-animation-name: zoomIns;
  animation-name: zoomIns;
}

.AnflashOver {
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 333ms;
  animation-duration: 333ms;
}

.AnflashOver:before {
  -webkit-animation-name: AnflashOver;
  animation-name: AnflashOver;
  -webkit-animation-duration: 333ms;
  animation-duration: 333ms;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -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;
  content: "";
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 150px;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
}

@-webkit-keyframes AnflashOver {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-149px);
    transform: skewX(-25deg) translateX(-149px);
  }

  to {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
    transform: skewX(-25deg) translateX(149px);
  }
}

@keyframes AnflashOver {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-149px);
    transform: skewX(-25deg) translateX(-149px);
  }

  to {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
    transform: skewX(-25deg) translateX(149px);
  }
}

@-webkit-keyframes bgHmove {
  0% {
    background-position: 0 50%;
  }

  100% {
    background-position: 20% 50%;
  }
}

@keyframes bgHmove {
  0% {
    background-position: 0 50%;
  }

  100% {
    background-position: 20% 50%;
  }
}

.bgHmove {
  -webkit-animation-name: bgHmove;
  animation-name: bgHmove;
}

@-webkit-keyframes bannerRotateY {

  0%,
  66% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes bannerRotateY {

  0%,
  66% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes mouseRoll {
  0% {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes mouseRoll {
  0% {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.mouseRoll {
  -webkit-animation-name: mouseRoll;
  animation-name: mouseRoll;
}

@-webkit-keyframes mouseRollDelay {
  0% {
    -webkit-transform: translate(-50%, 15%);
    transform: translate(-50%, 15%);
  }

  75%,
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes mouseRollDelay {
  0% {
    -webkit-transform: translate(-50%, 15%);
    transform: translate(-50%, 15%);
  }

  75%,
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.mouseRollDelay {
  -webkit-animation-name: mouseRollDelay;
  animation-name: mouseRollDelay;
}

.ysqUEO .aBtnMask {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  background-color: #ffffff \9;
}

.ysqUEO .aBtnMask:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  z-index: 8;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  pointer-events: none;
  -webkit-transition: all 200ms ease-out 0ms;
  transition: all 200ms ease-out 0ms;
}

@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnMask:after {
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
  }

  .ysqUEO .aBtnMask:hover:after {
    opacity: .07;
  }
}

.ysqUEO .aBtnSc {
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}

.ysqUEO .aBtnSc:after {
  z-index: -1;
  content: " ";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 108%;
  padding-bottom: 108%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnSc:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0.1;
    visibility: hidden;
  }

  .ysqUEO .aBtnSc:hover:after {
    -webkit-transition: all 350ms ease-in 0ms;
    transition: all 350ms ease-in 0ms;
    opacity: 0.15;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.ysqUEO .aBtnlr {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}

.ysqUEO .aBtnlr:before {
  content: " ";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #0650a90650a9;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnlr:hover:before {
    width: 100%;
    left: 0;
    -webkit-transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
    transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
  }
}

/* ysq _ ROW | TR */
.ysqRow {
  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;
}

.ysqRow:after {
  display: none;
}

.ysqRow:after {
  display: none;
}

.ysqRow>.item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  float: left;
  -webkit-transition: background 250ms, color 250ms, -webkit-transform 250ms;
  transition: background 250ms, color 250ms, -webkit-transform 250ms;
  transition: transform 250ms, background 250ms, color 250ms;
  transition: transform 250ms, background 250ms, color 250ms, -webkit-transform 250ms;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li.kong {
  height: 0 !important;
  min-height: 0 !important;
  visibility: hidden;
  margin-top: 0 !important;
}

/* 滚动加载 */
.scrollAjax #loadState {
  position: relative;
  width: 200px;
  height: 40px;
  margin: 40px auto 0;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  background-color: #0650a9;
  color: #fff;
  font-size: 16px;
}

.scrollAjax #loadState.off {
  background-color: #ddd;
  color: #333;
  cursor: default;
  cursor: not-allowed;
}

.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 #loadState.retry {
  overflow: hidden;
  background-color: #0650a9;
  cursor: pointer;
}

.scrollAjax #loadState.retry:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 150px;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg) translateX(-149px);
  transform: skewX(-25deg) translateX(-149px);
  -webkit-transition: none 250ms ease-out 0s;
  transition: none 250ms ease-out 0s;
}

.scrollAjax #loadState.retry:hover:before {
  left: 100%;
  -webkit-transform: skewX(-25deg) translateX(149px);
  transform: skewX(-25deg) translateX(149px);
  top: 0;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}

.scrollAjax .pageList {
  display: none;
}

/* 模态窗 */
.TAlert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  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;
  max-width: 80%;
  width: 400px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  text-align: left;
  line-height: 1.4333;
  font-size: 16px;
  border-radius: 5px;
  max-width: 90%;
}

.TAlert .contain .Tclose {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 40px;
  height: 40px;
}

.TAlert .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #333333;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}

.ysqUEO .TAlert .contain .Tclose s {
  overflow: hidden;
  text-indent: 120%;
}

.ysqUEO .TAlert .contain .Tclose s:before,
.ysqUEO .TAlert .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  color: inherit;
  background-color: currentColor;
}

.ysqUEO .TAlert .contain .Tclose s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(3.93502884px, 0);
  transform: rotate(45deg) translate(3.93502884px, 0);
  top: 9px;
}

.ysqUEO .TAlert .contain .Tclose s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(3.93502884px, 0);
  transform: rotate(-45deg) translate(3.93502884px, 0);
  bottom: 9px;
}

@media screen and (min-width: 1025px) {

  .ysqUEO .TAlert .contain .Tclose s:before,
  .ysqUEO .TAlert .contain .Tclose s:after {
    -webkit-transition: all 300ms ease-out 0ms;
    transition: all 300ms ease-out 0ms;
  }

  .TAlert .contain .Tclose s:hover {
    color: #333333;
  }
}

@media screen and (max-width: 1024px) {
  .TAlert .contain .Tclose s:active {
    color: #333333;
  }
}

.TAlert .contain .Tclose s:hover {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.TAlert .contain .head {
  padding: 10px 15px;
  border-bottom: #cccccc solid 1px;
  color: #333;
  background-color: #fff;
}

.TAlert .contain .body {
  padding: 15px;
  font-size: 14px;
  background-color: #fff;
  color: #444;
}

.TAlert .contain .foot {
  position: relative;
  width: 100%;
  height: 40px;
  border-top: #cccccc solid 1px;
}

.TAlert .contain .foot .btn {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 50%;
  text-align: center;
  font-size: 15px;
}

.TAlert .contain .foot .btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  pointer-events: none;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0);
}

.TAlert .contain .foot .btn:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.TAlert .contain .foot .btn.enter {
  left: 0;
  background-color: #0650a9;
  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;
}

.pageListBox {
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .pageListBox {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.pageListBox .pageList {
  position: relative;
  line-height: 32px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: hidden;
}

.pageListBox .pageList ul {
  position: relative;
  float: none !important;
}

.pageListBox .pageList ul,
.pageListBox .pageList ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.pageListBox .pageList ul li {
  margin: 0 4px;
  font-size: 14px;
}

.pageListBox .pageList ul .ctr a {
  font-weight: bold;
  font-size: 14px;
  font-family: 'SimSun', '宋体' !important;
}

.pageListBox .pageList a {
  display: block;
  min-width: 14px;
  height: 34px;
  padding: 0 10px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  color: #333333;
  z-index: 2;
  position: relative;
  background-color: #f5f5f5;
  color: #333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  font-size: 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  background-color: #fff;
}

.pageListBox .pageList a:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #dddddd solid 1px;
  z-index: -1;
}

.pageListBox .pageList a.selected {
  color: #fff;
  background-color: #0650a9;
}

.pageListBox .pageList a.selected:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}

.pageListBox .pageList a:active:after {
  -webkit-transition: all 0ms ease-out 0ms !important;
  transition: all 0ms ease-out 0ms !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-color: #fff;
}

@media screen and (min-width: 1025px) {
  .pageListBox .pageList a:hover {
    color: #fff;
    background-color: #0650a9;
  }

  .pageListBox .pageList a:hover:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .pageListBox .pageList {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .pageListBox .pageList a:active {
    color: #fff;
    background-color: #0650a9;
    -webkit-transition: none !important;
    transition: none !important;
  }

  .pageListBox .pageList a:active:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 768px) {
  .pageListBox .pageList ul li {
    margin-left: 4px;
    margin-right: 4px;
  }
}

/*模拟滚动条*/
.module-Scrollbox {
  position: relative;
  height: 100%;
}

.module-Scrollbox.y {
  padding-right: 12px;
}

.module-Scrollbox.y .scrollbar {
  right: 0;
  width: 7px;
  height: 100%;
  top: 0;
}

.module-Scrollbox.y .scrollbar .track {
  position: absolute;
  top: 0;
  right: 2px;
  width: 3px;
  background-color: #f1f1f1;
}

.module-Scrollbox.y .scrollbar .thumb {
  height: 0;
  right: -2px;
  background-color: #0650a9;
  width: 7px;
}

.module-Scrollbox.x .scrollbar {
  height: 7px;
  width: 100%;
  bottom: 0;
}

.module-Scrollbox.x .scrollbar .track {
  position: absolute;
  top: 0;
  right: 0;
  height: 7px;
  background-color: #f1f1f1;
}

.module-Scrollbox.x .scrollbar .thumb {
  width: 0;
  left: 0;
  height: 7px;
  background-color: #0650a9;
}

.module-Scrollbox.x .overview {
  display: inline-block;
}

.module-Scrollbox .scrollbar {
  /* display: none; */
  position: absolute;
  z-index: 3;
  right: 0;
}

.module-Scrollbox .scrollbar .track {
  position: relative;
}

.module-Scrollbox .scrollbar .thumb {
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 3.5px;
  -webkit-transition: all 80ms ease-out 0s;
  transition: all 80ms ease-out 0s;
}

.module-Scrollbox .scrollbar .thumb .end {
  height: 7px;
  width: 7px;
}

.module-Scrollbox .viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.module-Scrollbox .overview {
  position: relative;
  -webkit-transition: all 150ms ease-in 0s;
  transition: all 150ms ease-in 0s;
}

.module-Scrollbox .disable {
  display: none;
}

@media screen and (max-width: 1024px) {
  .module-Scrollbox {
    overflow: auto;
    padding-right: 0;
  }

  .module-Scrollbox .viewport {
    width: auto;
    height: auto;
  }

  .module-Scrollbox .scrollbar {
    display: none !important;
  }
}

html {
  font-size: 50px;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 40px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 35px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 25px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {

  .fzRes,
  .w-p {
    font-size: 100px;
  }
}

@media screen and (max-width: 749px) {

  .fzRes,
  .w-p {
    font-size: 90px;
  }
}

@media screen and (max-width: 699px) {

  .fzRes,
  .w-p {
    font-size: 85px;
  }
}

@media screen and (max-width: 649px) {

  .fzRes,
  .w-p {
    font-size: 80px;
  }
}

@media screen and (max-width: 599px) {

  .fzRes,
  .w-p {
    font-size: 75px;
  }
}

@media screen and (max-width: 549px) {

  .fzRes,
  .w-p {
    font-size: 70px;
  }
}

@media screen and (max-width: 499px) {

  .fzRes,
  .w-p {
    font-size: 65px;
  }
}

@media screen and (max-width: 449px) {

  .fzRes,
  .w-p {
    font-size: 60px;
  }
}

.fz60 {
  font-size: 60px;
}

@media screen and (max-width: 1600px) {
  .fz60 {
    font-size: 54px;
  }
}

@media screen and (max-width: 1024px) {
  .fz60 {
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {
  .fz60 {
    font-size: 40px;
  }
}

.fz48 {
  font-size: 48px;
}

@media screen and (max-width: 1600px) {
  .fz48 {
    font-size: 44px;
  }
}

@media screen and (max-width: 1024px) {
  .fz48 {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .fz48 {
    font-size: 34px;
  }
}

.fz40 {
  font-size: 40px;
}

@media screen and (max-width: 1600px) {
  .fz40 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1024px) {
  .fz40 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .fz40 {
    font-size: 26px;
  }
}

.fz36 {
  font-size: 36px;
}

@media screen and (max-width: 1600px) {
  .fz36 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .fz36 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .fz36 {
    font-size: 24px;
  }
}

.fz32,
.index-head {
  font-size: 32px;
}

@media screen and (max-width: 1600px) {

  .fz32,
  .index-head {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) {

  .fz32,
  .index-head {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {

  .fz32,
  .index-head {
    font-size: 22px;
  }
}

.fz28,
.index-notice-list .item .date .d {
  font-size: 28px;
}

@media screen and (max-width: 1600px) {

  .fz28,
  .index-notice-list .item .date .d {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {

  .fz28,
  .index-notice-list .item .date .d {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {

  .fz28,
  .index-notice-list .item .date .d {
    font-size: 20px;
  }
}

.fz24,
.index-news-switch .item .date .d,
.sView-head h1,
.sClass-view .txt h1,
.sTopTeacher-list .item .txt h3 {
  font-size: 24px;
}

@media screen and (max-width: 1600px) {

  .fz24,
  .index-news-switch .item .date .d,
  .sView-head h1,
  .sClass-view .txt h1,
  .sTopTeacher-list .item .txt h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {

  .fz24,
  .index-news-switch .item .date .d,
  .sView-head h1,
  .sClass-view .txt h1,
  .sTopTeacher-list .item .txt h3 {
    font-size: 18px;
  }
}

.fz20,
.index-notice .head .cn,
.index-programs-columns .section .head .cn,
.sClass-view .txt .intro .dt {
  font-size: 20px;
}

@media screen and (max-width: 1600px) {

  .fz20,
  .index-notice .head .cn,
  .index-programs-columns .section .head .cn,
  .sClass-view .txt .intro .dt {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {

  .fz20,
  .index-notice .head .cn,
  .index-programs-columns .section .head .cn,
  .sClass-view .txt .intro .dt {
    font-size: 16px;
  }
}

.fz18,
.modal-searchForm .searchBox .enter,
.index-news-switch .item h3,
.index-news-list .item h3,
.index-partner,
.sNews-switch .right h3,
.sReadings-list .item .txt h3,
.sTopTeacher-list .item .txt h3 span,
.sMien-list .item .txt h3,
.sShare-list .item .txt h3 {
  font-size: 18px !important;
}

@media screen and (max-width: 1600px) {

  .fz18,
  .modal-searchForm .searchBox .enter,
  .index-news-switch .item h3,
  .index-news-list .item h3,
  .index-partner,
  .sNews-switch .right h3,
  .sReadings-list .item .txt h3,
  .sTopTeacher-list .item .txt h3 span,
  .sMien-list .item .txt h3,
  .sShare-list .item .txt h3 {
    font-size: 16px !important;
  }
}

.fz16,
.modal-searchForm .searchBox .skin,
#albumWindow .picName,
.index-head .more,
.index-partner .Tt .box,
.sClass-view .pic .playBtn span,
.sTopTeacher-list .item .txt .info,
.sContact-info .list .oLi .sdd,
.sContact-info .qrcode .col {
  font-size: 16px;
}

@media screen and (max-width: 1600px) {

  .fz16,
  .modal-searchForm .searchBox .skin,
  #albumWindow .picName,
  .index-head .more,
  .index-partner .Tt .box,
  .sClass-view .pic .playBtn span,
  .sTopTeacher-list .item .txt .info,
  .sContact-info .list .oLi .sdd,
  .sContact-info .qrcode .col {
    font-size: 14px;
  }
}

.fz14 {
  font-size: 14px;
}

@media screen and (max-width: 1600px) {
  .fz14 {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {

  .pc-hide,
  .m-link {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .m-hide {
    display: none !important;
  }

  .m-link {
    display: block;
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  }
}

/* 自定义响应结构 */
.ctr.ctrX1 {
  z-index: 8;
  position: absolute;
  top: 0;
  width: 0.8rem;
  height: 100%;
  line-height: 100%;
  -webkit-transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  text-align: center;
  color: #999999;
}

.ctr.ctrX1 s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.ctr.ctrX1:hover {
  color: #0650a9;
}

.ysqUEO .ctr.ctrX1 s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}

.ysqUEO .ctr.ctrX1 s:before,
.ysqUEO .ctr.ctrX1 s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #999999;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

@media screen and (min-width: 1025px) {

  .ysqUEO .ctr.ctrX1 s:before,
  .ysqUEO .ctr.ctrX1 s:after {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }

  .ysqUEO .ctr.ctrX1:hover s:before,
  .ysqUEO .ctr.ctrX1:hover s:after {
    background-color: #0650a9;
  }
}

@media screen and (max-width: 1024px) {

  .ctr.ctrX1:active s:before,
  .ctr.ctrX1:active s:after {
    background-color: #0650a9;
  }
}

.ysqUEO .ctr.ctrX1.prev s:before,
.ysqUEO .ctr.ctrX1.prev s:after {
  margin-left: -6px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.ysqUEO .ctr.ctrX1.prev s:before {
  -webkit-transform: rotate(-43deg) translateX(-1px);
  transform: rotate(-43deg) translateX(-1px);
}

.ysqUEO .ctr.ctrX1.prev s:after {
  -webkit-transform: rotate(43deg) translateX(-1px);
  transform: rotate(43deg) translateX(-1px);
}

.ysqUEO .ctr.ctrX1.next s:before,
.ysqUEO .ctr.ctrX1.next s:after {
  margin-left: -10px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.ysqUEO .ctr.ctrX1.next s:before {
  -webkit-transform: rotate(-43deg) translateX(1px);
  transform: rotate(-43deg) translateX(1px);
}

.ysqUEO .ctr.ctrX1.next s:after {
  -webkit-transform: rotate(43deg) translateX(1px);
  transform: rotate(43deg) translateX(1px);
}

@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX1.prev:hover s:before {
    -webkit-transform: rotate(-50deg) translateX(-1px);
    transform: rotate(-50deg) translateX(-1px);
  }

  .ysqUEO .ctr.ctrX1.prev:hover s:after {
    -webkit-transform: rotate(50deg) translateX(-1px);
    transform: rotate(50deg) translateX(-1px);
  }

  .ysqUEO .ctr.ctrX1.next:hover s:before {
    -webkit-transform: rotate(-50deg) translateX(1px);
    transform: rotate(-50deg) translateX(1px);
  }

  .ysqUEO .ctr.ctrX1.next:hover s:after {
    -webkit-transform: rotate(50deg) translateX(1px);
    transform: rotate(50deg) translateX(1px);
  }
}

@media screen and (max-width: 1024px) {

  .ctr.ctrX1.prev:active s:before,
  .ctr.ctrX1.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  .ctr.ctrX1.prev:active s:before {
    -webkit-transform: rotate(-50deg) translateX(-1px);
    transform: rotate(-50deg) translateX(-1px);
  }

  .ctr.ctrX1.prev:active s:after {
    -webkit-transform: rotate(50deg) translateX(-1px);
    transform: rotate(50deg) translateX(-1px);
  }

  .ctr.ctrX1.next:active s:before,
  .ctr.ctrX1.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  .ctr.ctrX1.next:active s:before {
    -webkit-transform: rotate(-50deg) translateX(1px);
    transform: rotate(-50deg) translateX(1px);
  }

  .ctr.ctrX1.next:active s:after {
    -webkit-transform: rotate(50deg) translateX(1px);
    transform: rotate(50deg) translateX(1px);
  }
}

@media screen and (max-width: 1024px) {
  .ctr.ctrX1 {
    width: 24px;
  }
}

.ctr.ctrX2 {
  display: none;
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 44px;
  height: 80px;
  line-height: 80px;
  -webkit-transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  text-align: center;
  color: #ffffff;
}

.ctr.ctrX2:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.ctr.ctrX2 s {
  font-weight: bold;
  font-size: 32px;
  pointer-events: none;
}

.ctr.ctrX2 s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.ctr.ctrX2:hover {
  color: #ffffff;
}

.ysqUEO .ctr.ctrX2 s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}

.ysqUEO .ctr.ctrX2 s:before,
.ysqUEO .ctr.ctrX2 s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

@media screen and (min-width: 1025px) {

  .ysqUEO .ctr.ctrX2 s:before,
  .ysqUEO .ctr.ctrX2 s:after {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }

  .ysqUEO .ctr.ctrX2:hover s:before,
  .ysqUEO .ctr.ctrX2:hover s:after {
    background-color: #ffffff;
  }
}

@media screen and (max-width: 1024px) {

  .ctr.ctrX2:active s:before,
  .ctr.ctrX2:active s:after {
    background-color: #ffffff;
  }
}

.ysqUEO .ctr.ctrX2.prev s:before,
.ysqUEO .ctr.ctrX2.prev s:after {
  margin-left: -6px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.ysqUEO .ctr.ctrX2.prev s:before {
  -webkit-transform: rotate(-40deg) translateX(-1px);
  transform: rotate(-40deg) translateX(-1px);
}

.ysqUEO .ctr.ctrX2.prev s:after {
  -webkit-transform: rotate(40deg) translateX(-1px);
  transform: rotate(40deg) translateX(-1px);
}

.ysqUEO .ctr.ctrX2.next s:before,
.ysqUEO .ctr.ctrX2.next s:after {
  margin-left: -10px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.ysqUEO .ctr.ctrX2.next s:before {
  -webkit-transform: rotate(-40deg) translateX(1px);
  transform: rotate(-40deg) translateX(1px);
}

.ysqUEO .ctr.ctrX2.next s:after {
  -webkit-transform: rotate(40deg) translateX(1px);
  transform: rotate(40deg) translateX(1px);
}

@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX2.prev:hover s:before {
    -webkit-transform: rotate(-50deg) translateX(-1px);
    transform: rotate(-50deg) translateX(-1px);
  }

  .ysqUEO .ctr.ctrX2.prev:hover s:after {
    -webkit-transform: rotate(50deg) translateX(-1px);
    transform: rotate(50deg) translateX(-1px);
  }

  .ysqUEO .ctr.ctrX2.next:hover s:before {
    -webkit-transform: rotate(-50deg) translateX(1px);
    transform: rotate(-50deg) translateX(1px);
  }

  .ysqUEO .ctr.ctrX2.next:hover s:after {
    -webkit-transform: rotate(50deg) translateX(1px);
    transform: rotate(50deg) translateX(1px);
  }
}

@media screen and (max-width: 1024px) {

  .ctr.ctrX2.prev:active s:before,
  .ctr.ctrX2.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  .ctr.ctrX2.prev:active s:before {
    -webkit-transform: rotate(-50deg) translateX(-1px);
    transform: rotate(-50deg) translateX(-1px);
  }

  .ctr.ctrX2.prev:active s:after {
    -webkit-transform: rotate(50deg) translateX(-1px);
    transform: rotate(50deg) translateX(-1px);
  }

  .ctr.ctrX2.next:active s:before,
  .ctr.ctrX2.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  .ctr.ctrX2.next:active s:before {
    -webkit-transform: rotate(-50deg) translateX(1px);
    transform: rotate(-50deg) translateX(1px);
  }

  .ctr.ctrX2.next:active s:after {
    -webkit-transform: rotate(50deg) translateX(1px);
    transform: rotate(50deg) translateX(1px);
  }
}

.ctr.ctrX2.prev {
  left: 0;
}

.ctr.ctrX2.next {
  right: 0;
}

@media screen and (min-width: 1025px) {
  .ctr.ctrX2:hover {
    color: #fff;
  }

  .ctr.ctrX2:hover:after {
    background-color: #0650a9 !important;
  }
}

@media screen and (max-width: 1024px) {
  .ctr.ctrX2 {
    width: 32px;
    height: 48px;
    margin-top: -24px;
  }

  .ctr.ctrX2 s {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .ctr.ctrX2:active {
    color: #fff;
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  .ctr.ctrX2:active:after {
    background-color: #0650a9 !important;
    -webkit-transition: 0ms;
    transition: 0ms;
  }
}

@media screen and (max-width: 640px) {
  .ctr.ctrX2 {
    width: 28px;
    height: 40px;
    margin-top: -20px;
  }
}

.ctr.ctrX3 {
  display: none;
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: solid 1px #0650a9;
  -webkit-transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  color: #0650a9;
}

.ctr.ctrX3 s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.ctr.ctrX3:hover {
  color: #ffffff;
}

.ysqUEO .ctr.ctrX3 s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}

.ysqUEO .ctr.ctrX3 s:before,
.ysqUEO .ctr.ctrX3 s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background-color: #0650a9;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

@media screen and (min-width: 1025px) {

  .ysqUEO .ctr.ctrX3 s:before,
  .ysqUEO .ctr.ctrX3 s:after {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }

  .ysqUEO .ctr.ctrX3:hover s:before,
  .ysqUEO .ctr.ctrX3:hover s:after {
    background-color: #ffffff;
  }
}

@media screen and (max-width: 1024px) {

  .ctr.ctrX3:active s:before,
  .ctr.ctrX3:active s:after {
    background-color: #ffffff;
  }
}

.ysqUEO .ctr.ctrX3.prev s:before,
.ysqUEO .ctr.ctrX3.prev s:after {
  margin-left: -4px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.ysqUEO .ctr.ctrX3.prev s:before {
  -webkit-transform: rotate(-40deg) translateX(-1px);
  transform: rotate(-40deg) translateX(-1px);
}

.ysqUEO .ctr.ctrX3.prev s:after {
  -webkit-transform: rotate(40deg) translateX(-1px);
  transform: rotate(40deg) translateX(-1px);
}

.ysqUEO .ctr.ctrX3.next s:before,
.ysqUEO .ctr.ctrX3.next s:after {
  margin-left: -8px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.ysqUEO .ctr.ctrX3.next s:before {
  -webkit-transform: rotate(-40deg) translateX(1px);
  transform: rotate(-40deg) translateX(1px);
}

.ysqUEO .ctr.ctrX3.next s:after {
  -webkit-transform: rotate(40deg) translateX(1px);
  transform: rotate(40deg) translateX(1px);
}

@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX3.prev:hover s:before {
    -webkit-transform: rotate(-50deg) translateX(-1px);
    transform: rotate(-50deg) translateX(-1px);
  }

  .ysqUEO .ctr.ctrX3.prev:hover s:after {
    -webkit-transform: rotate(50deg) translateX(-1px);
    transform: rotate(50deg) translateX(-1px);
  }

  .ysqUEO .ctr.ctrX3.next:hover s:before {
    -webkit-transform: rotate(-50deg) translateX(1px);
    transform: rotate(-50deg) translateX(1px);
  }

  .ysqUEO .ctr.ctrX3.next:hover s:after {
    -webkit-transform: rotate(50deg) translateX(1px);
    transform: rotate(50deg) translateX(1px);
  }
}

@media screen and (max-width: 1024px) {

  .ctr.ctrX3.prev:active s:before,
  .ctr.ctrX3.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  .ctr.ctrX3.prev:active s:before {
    -webkit-transform: rotate(-50deg) translateX(-1px);
    transform: rotate(-50deg) translateX(-1px);
  }

  .ctr.ctrX3.prev:active s:after {
    -webkit-transform: rotate(50deg) translateX(-1px);
    transform: rotate(50deg) translateX(-1px);
  }

  .ctr.ctrX3.next:active s:before,
  .ctr.ctrX3.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  .ctr.ctrX3.next:active s:before {
    -webkit-transform: rotate(-50deg) translateX(1px);
    transform: rotate(-50deg) translateX(1px);
  }

  .ctr.ctrX3.next:active s:after {
    -webkit-transform: rotate(50deg) translateX(1px);
    transform: rotate(50deg) translateX(1px);
  }
}

.ctr.ctrX3.prev {
  left: 0;
}

.ctr.ctrX3.next {
  right: 0;
}

@media screen and (min-width: 1025px) {
  .ctr.ctrX3:hover {
    background-color: #0650a9 !important;
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {
  .ctr.ctrX3:active {
    background-color: #0650a9 !important;
    color: #fff;
    -webkit-transition: 0ms;
    transition: 0ms;
  }
}

.pagination.paginationX1 {
  overflow: hidden;
  white-space: nowrap;
  line-height: 0;
}

.pagination.paginationX1 .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border: 0 solid #0650a9;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  border-radius: 10px;
  background-color: #fff;
  opacity: .35;
}

.pagination.paginationX1 .btn>em {
  display: none;
}

.pagination.paginationX1 .btn.on {
  opacity: 1;
}

.pagination.paginationX2 {
  height: 6px;
  line-height: 6px;
  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.12rem;
  width: 6px;
  height: 6px;
  border: 0 solid #0650a9;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  border-radius: 6px;
  background-color: #999999;
}

.pagination.paginationX2 .btn>em {
  display: none;
}

.pagination.paginationX2 .btn.on {
  background-color: #0650a9;
  width: 20px;
}

.pagination.paginationX3 {
  height: 18px;
  line-height: 18px;
  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.16rem;
  width: 18px;
  height: 18px;
}

.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: 8px 8px 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: 4px 4px 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;
}

/* header */
.header {
  /* position: fixed; */
  /* left: 0; */
  /* top: 0; */
  width: 100%;
  /* z-index: 20; */
  background-color: #fff;
  /* min-width: 440px; */
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: top 150ms ease-out 0s;
  transition: top 150ms ease-out 0s;
}

.foldNav .header {
  -webkit-transition: top 300ms ease-out 0s;
  transition: top 300ms ease-out 0s;
}

.header .contain {
  position: relative;
  height: 100%;
}

.header .bg {
  display: none;
  z-index: 5;
}

.header .secNav {
  display: none;
}

.header-t {
  background-image: url(../images/bgt-header.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.header-t .logo {
  position: absolute;
  left: 0;
  top: 50%;
}

.header-t .logo img {
  display: block;
  height: 100%;
}

.header-t .searchBox {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  z-index: 9;
  width: 210px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #fff;
}

.header-t .searchBox .skin {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #fff;
}

.header-t .searchBox .enter {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 40px;
  border-left: #d9d9d9 solid 1px;
  background-image: url(../images/btnt-search.png);
  background-size: 22px 22px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  -webkit-transition: all 100ms ease-out 0s;
  transition: all 100ms ease-out 0s;
}

.header-t .searchBox .enter:hover {
  opacity: .8;
  background-position: 12px 50%;
}

.header-t .searchTrigger {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 36px;
}

.header-t .searchTrigger:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/btnt-search.png);
  background-size: 22px 22px;
  background-position: 46% 46%;
  background-repeat: no-repeat;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.header-b .firNav {
  width: calc(100% - 220px);
  text-align: center;
}

.header-b .firNav .viewport {
  overflow: visible;
}

.header-b .firNav .overview {
  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: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.search {
  width: 100%;
  height: 30px;
  margin-top: 15px;
  border: 1px #0650a9 solid;
  border-radius: 15px;
  padding-right: 5px;
}

.search input ::placeholder {
  background-color: #fff !important;
  color: #666666 !important;
}

.search_text {
  width: 140px;
  height: 30px;
  padding-left: 5px;
  line-height: 30px;
  border-radius: 15px;
}

.search_icon {
  width: 25px;
  margin-top: 2px;
}

.header-b .firNav .overview:after {
  display: none;
}

.header-b .firNav .link {
  display: block;
}

.header-b .firNav .firItem {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  z-index: 99;
}

.header-b .firNav .firItem:after {
  z-index: -1;
  content: " ";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  background-color: #0650a9;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.header-b .firNav .firItem:nth-child(1n+2) {
  margin-left: 1px;
}

.header-b .firNav .firItem:nth-child(1n+2):before {
  content: " ";
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #dbdbdb;
  pointer-events: none;
  z-index: -2;
}

.header-b .firNav .firItem .link1 {
  display: block;
  font-size: 16px;
  color: #333;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.header-b .firNav .firItem.on .link1 {
  color: #fff;
}

.header-b .firNav .firItem.on:after {
  top: 0;
  height: 100%;
  -webkit-transition: top 0ms ease-out 0s, height 300ms ease-out 0s;
  transition: top 0ms ease-out 0s, height 300ms ease-out 0s;
}

.header-b .firNav .ctr {
  display: none;
  z-index: 20;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  text-align: center;
  color: #333333;
}

.header-b .firNav .ctr s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.header-b .firNav .ctr:hover {
  color: #333333;
}

.ysqUEO .header-b .firNav .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}

.ysqUEO .header-b .firNav .ctr s:before,
.ysqUEO .header-b .firNav .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  margin-top: -0.5px;
  background-color: #333333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

@media screen and (min-width: 1025px) {

  .ysqUEO .header-b .firNav .ctr s:before,
  .ysqUEO .header-b .firNav .ctr s:after {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }

  .ysqUEO .header-b .firNav .ctr:hover s:before,
  .ysqUEO .header-b .firNav .ctr:hover s:after {
    background-color: #333333;
  }
}

@media screen and (max-width: 1024px) {

  .header-b .firNav .ctr:active s:before,
  .header-b .firNav .ctr:active s:after {
    background-color: #333333;
  }
}

.ysqUEO .header-b .firNav .ctr.prev s:before,
.ysqUEO .header-b .firNav .ctr.prev s:after {
  margin-left: -4px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.ysqUEO .header-b .firNav .ctr.prev s:before {
  -webkit-transform: rotate(-42deg) translateX(-0.5px);
  transform: rotate(-42deg) translateX(-0.5px);
}

.ysqUEO .header-b .firNav .ctr.prev s:after {
  -webkit-transform: rotate(42deg) translateX(-0.5px);
  transform: rotate(42deg) translateX(-0.5px);
}

.ysqUEO .header-b .firNav .ctr.next s:before,
.ysqUEO .header-b .firNav .ctr.next s:after {
  margin-left: -6px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.ysqUEO .header-b .firNav .ctr.next s:before {
  -webkit-transform: rotate(-42deg) translateX(0.5px);
  transform: rotate(-42deg) translateX(0.5px);
}

.ysqUEO .header-b .firNav .ctr.next s:after {
  -webkit-transform: rotate(42deg) translateX(0.5px);
  transform: rotate(42deg) translateX(0.5px);
}

@media screen and (min-width: 1025px) {
  .ysqUEO .header-b .firNav .ctr.prev:hover s:before {
    -webkit-transform: rotate(-42deg) translateX(-0.5px);
    transform: rotate(-42deg) translateX(-0.5px);
  }

  .ysqUEO .header-b .firNav .ctr.prev:hover s:after {
    -webkit-transform: rotate(42deg) translateX(-0.5px);
    transform: rotate(42deg) translateX(-0.5px);
  }

  .ysqUEO .header-b .firNav .ctr.next:hover s:before {
    -webkit-transform: rotate(-42deg) translateX(0.5px);
    transform: rotate(-42deg) translateX(0.5px);
  }

  .ysqUEO .header-b .firNav .ctr.next:hover s:after {
    -webkit-transform: rotate(42deg) translateX(0.5px);
    transform: rotate(42deg) translateX(0.5px);
  }
}

@media screen and (max-width: 1024px) {

  .header-b .firNav .ctr.prev:active s:before,
  .header-b .firNav .ctr.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  .header-b .firNav .ctr.prev:active s:before {
    -webkit-transform: rotate(-42deg) translateX(-0.5px);
    transform: rotate(-42deg) translateX(-0.5px);
  }

  .header-b .firNav .ctr.prev:active s:after {
    -webkit-transform: rotate(42deg) translateX(-0.5px);
    transform: rotate(42deg) translateX(-0.5px);
  }

  .header-b .firNav .ctr.next:active s:before,
  .header-b .firNav .ctr.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  .header-b .firNav .ctr.next:active s:before {
    -webkit-transform: rotate(-42deg) translateX(0.5px);
    transform: rotate(-42deg) translateX(0.5px);
  }

  .header-b .firNav .ctr.next:active s:after {
    -webkit-transform: rotate(42deg) translateX(0.5px);
    transform: rotate(42deg) translateX(0.5px);
  }
}

.header-b .firNav .secNav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 98;
  font-size: 0;
  line-height: 0;
  background-color: #0650a9;
  text-align: center;
}

.header-b .firNav .secNav .link2 {
  z-index: 99;
  position: relative;
  display: block;
  font-size: 14px;
  background-color: #0650a9;
  color: #fff;
}

/*.header-b .firNav .secNav .link2:after {*/
/*  content: " ";*/
/*  z-index: 99;*/
/*  position: absolute;*/
/*  left: 100%;*/
/*  top: 0;*/
/*  width: 0; */
/*  height: 100%;*/
/*  background-color: #0650a9;*/
/*}*/

.header-b .firNav .secNav .link2.on:after,
.header-b .firNav .secNav .link2:hover:after {
  left: 0;
  width: 100%;
  /* -webkit-transition: left 0ms ease-out 0s, width 300ms ease-out 0s;
  transition: left 0ms ease-out 0s, width 300ms ease-out 0s; */
}

@media screen and (min-width: 1025px) {
  .scroll-wrap {
    /* padding-top: 136px; */
  }

  .hidePoint {
    top: -136px;
  }

  .header {
    height: 136px;
  }

  .header-t {
    height: 88px;
  }

  .header-t .logo {
    margin-top: -32px;
    height: 64px;
  }

  .header .firNav .firItem {
    line-height: 48px;
    height: 48px;
  }

  .header .firNav .firItem:hover .link1 {
    color: #fff;
  }

  .header .firNav .firItem:hover:after {
    top: 0;
    height: 100%;
    -webkit-transition: top 0ms ease-out 0s, height 300ms ease-out 0s;
    transition: top 0ms ease-out 0s, height 300ms ease-out 0s;
  }

  .header .firNav .secNav .link2 {
    height: 40px;
    line-height: 40px;
  }

  /* .foldNav .header {
    top: -88px;
  } */
}

@media screen and (min-width: 1441px) {
  .scroll-wrap {
    /* padding-top: 168px; */
  }

  .hidePoint {
    top: -168px;
  }

  .header {
    height: 180px;
  }

  .header-t {
    height: 108px;
  }

  .header-t .logo {
    margin-top: -40px;
    height: 80px;
  }

  .header .firNav .firItem {
    line-height: 60px;
    height: 60px;
  }

  .header .firNav .firItem1 {
    line-height: 60px;
    height: 60px;
  }

  .header .firNav .secNav .link2 {
    height: 48px;
    line-height: 48px;
  }


  /* .foldNav .header {
    top: -108px;
  } */
}

@media screen and (max-width: 1024px) {
  .scroll-wrap {
    /* padding-top: 120px; */
  }

  .hidePoint {
    top: -120px;
  }


  .header-t {
    height: 72px;
  }

  .header-t .logo {
    margin-top: -27px;
    height: 54px;
  }

  .header-t .searchBox {
    display: none;
  }

  .header-t .searchTrigger {
    display: block;
  }

  .header-b .firNav {
    padding-right: 32px !important;
  }

  .header-b .firNav .firItem {
    display: inline-block;
    vertical-align: top;
    line-height: 48px;
    height: 48px;
  }

  .header-b .firNav .firItem .link1 {
    min-width: 5em;
    padding: 0 12px;
  }

  .header-b .firNav .firItem.on,
  .header-b .firNav .firItem:hover {
    -webkit-transition: top 0ms ease-out 0s, height 100ms ease-out 0s;
    transition: top 0ms ease-out 0s, height 100ms ease-out 0s;
  }

  .header-b .firNav .viewport {
    overflow-x: auto;
  }

  .header-b .firNav .ctr {
    display: block;
  }

  .header-b .secNav {
    display: none;
  }

  /* .foldNav .header {
    top: -72px;
  } */
}

/* extraNav */
#extraNav {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 92;
  background-color: #f5f5f5;
  -webkit-transition: all 250ms ease-out 0s, all 300ms ease-out 100ms;
  transition: all 250ms ease-out 0s, all 300ms ease-out 100ms;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}

#extraNav.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 400ms ease-out 100ms;
  transition: all 400ms ease-out 100ms;
  opacity: 1;
  visibility: visible;
}

#extraNav.closeing {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}

#extraNav .head {
  position: relative;
  height: 2.4rem;
  line-height: 2.4rem;
  background-color: #ffffff;
  text-align: center;
  color: #333333;
}

#extraNav .head>span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
}

#extraNav .head .close {
  left: 0;
  z-index: 8;
  position: absolute;
  top: 0;
  width: 1.6rem;
  height: 100%;
  line-height: 100%;
  -webkit-transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  text-align: center;
  color: #333333;
}

#extraNav .head .close s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

#extraNav .head .close:hover {
  color: #000000;
}

.ysqUEO #extraNav .head .close s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}

.ysqUEO #extraNav .head .close s:before,
.ysqUEO #extraNav .head .close s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #333333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

@media screen and (min-width: 1025px) {

  .ysqUEO #extraNav .head .close s:before,
  .ysqUEO #extraNav .head .close s:after {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }

  .ysqUEO #extraNav .head .close:hover s:before,
  .ysqUEO #extraNav .head .close:hover s:after {
    background-color: #000000;
  }
}

@media screen and (max-width: 1024px) {

  #extraNav .head .close:active s:before,
  #extraNav .head .close:active s:after {
    background-color: #000000;
  }
}

.ysqUEO #extraNav .head .close.prev s:before,
.ysqUEO #extraNav .head .close.prev s:after {
  margin-left: -6px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.ysqUEO #extraNav .head .close.prev s:before {
  -webkit-transform: rotate(-40deg) translateX(-1px);
  transform: rotate(-40deg) translateX(-1px);
}

.ysqUEO #extraNav .head .close.prev s:after {
  -webkit-transform: rotate(40deg) translateX(-1px);
  transform: rotate(40deg) translateX(-1px);
}

.ysqUEO #extraNav .head .close.next s:before,
.ysqUEO #extraNav .head .close.next s:after {
  margin-left: -10px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.ysqUEO #extraNav .head .close.next s:before {
  -webkit-transform: rotate(-40deg) translateX(1px);
  transform: rotate(-40deg) translateX(1px);
}

.ysqUEO #extraNav .head .close.next s:after {
  -webkit-transform: rotate(40deg) translateX(1px);
  transform: rotate(40deg) translateX(1px);
}

@media screen and (min-width: 1025px) {
  .ysqUEO #extraNav .head .close.prev:hover s:before {
    -webkit-transform: rotate(-44deg) translateX(-1px);
    transform: rotate(-44deg) translateX(-1px);
  }

  .ysqUEO #extraNav .head .close.prev:hover s:after {
    -webkit-transform: rotate(44deg) translateX(-1px);
    transform: rotate(44deg) translateX(-1px);
  }

  .ysqUEO #extraNav .head .close.next:hover s:before {
    -webkit-transform: rotate(-44deg) translateX(1px);
    transform: rotate(-44deg) translateX(1px);
  }

  .ysqUEO #extraNav .head .close.next:hover s:after {
    -webkit-transform: rotate(44deg) translateX(1px);
    transform: rotate(44deg) translateX(1px);
  }
}

@media screen and (max-width: 1024px) {

  #extraNav .head .close.prev:active s:before,
  #extraNav .head .close.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  #extraNav .head .close.prev:active s:before {
    -webkit-transform: rotate(-44deg) translateX(-1px);
    transform: rotate(-44deg) translateX(-1px);
  }

  #extraNav .head .close.prev:active s:after {
    -webkit-transform: rotate(44deg) translateX(-1px);
    transform: rotate(44deg) translateX(-1px);
  }

  #extraNav .head .close.next:active s:before,
  #extraNav .head .close.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  #extraNav .head .close.next:active s:before {
    -webkit-transform: rotate(-44deg) translateX(1px);
    transform: rotate(-44deg) translateX(1px);
  }

  #extraNav .head .close.next:active s:after {
    -webkit-transform: rotate(44deg) translateX(1px);
    transform: rotate(44deg) translateX(1px);
  }
}

#extraNav .body {
  position: absolute;
  left: 0;
  top: 2.8rem;
  bottom: 1rem;
  width: 100%;
}

#extraNav .body .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: auto;
}

#extraNav .body .item.on {
  display: block;
}

#extraNav .body .link {
  display: block;
  position: relative;
  background-color: #fff;
  color: #333333;
  font-size: 18px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}

#extraNav .body .link.on {
  color: #0650a9;
}

#extraNav .body .link.on:before {
  border-color: #0650a9;
}

#extraNav .body .link:before {
  content: " ";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  margin-top: -2px;
  border-width: 4px 4px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #333;
  border-radius: 50%;
}

#extraNav .body .link:nth-child(1n+2) {
  margin-top: 0.2rem;
}

@media screen and (max-width: 640px) {
  #extraNav .head>span {
    font-size: 18px;
  }

  #extraNav .head .close s {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  #extraNav .body .link {
    font-size: 16px;
  }
}

/* index */
.index-banner {
  z-index: 6;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 745px;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

.index-banner .shade {
  position: absolute;
  left: 0;
  top: 0;
}

.index-banner .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
}

.index-banner .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}

.index-banner .item.moveItem {
  position: absolute;
}

.index-banner .paginationX2 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.4rem;
}

@media screen and (max-width: 1024px) {
  .index-banner {
    padding-bottom: 53.33333333%;
  }
}

.index-section {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  position: relative;
  z-index: 2;
}

.index-head {
  border-bottom: 2px solid #0650a9;
  padding-bottom: 0.2rem;
  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: 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: stretch;
  align-content: stretch;
  white-space: nowrap;
  line-height: 1em;
}

.index-head:after {
  display: none;
}

.index-head .cn,
.index-head .en,
.index-head .hr,
.index-head .more {
  display: inline-block;
  vertical-align: middle;
}

.index-head .cn {
  font-size: 0.9375em;
  color: #0650a9;
}

.index-head .en {
  font-size: 1em;
  margin-left: .5em;
  text-transform: uppercase;
  font-family: Times New Roman, sans-serif;
  color: #d8d7d7;
}

.index-head .hr {
  position: relative;
  width: 100%;
  height: 1em;
  pointer-events: none;
}

.index-head .hr:after {
  content: " ";
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  top: 50%;
  height: 1px;
  background-color: #d4d4d4;
}

.index-head .more {
  min-width: 4em;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  color: #999999;
  text-align: center;
  line-height: 60px;
}

@media screen and (max-width: 1024px) {
  .index-head {
    margin-bottom: 20px;
  }
}

.index-newsNotice .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: stretch;
  align-content: stretch;
}

.index-newsNotice .contain:after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .index-newsNotice .contain {
    display: block;
  }
}

.index-news {
  width: 68%;
}

@media screen and (max-width: 1024px) {
  .index-news {
    width: 100%;
  }
}

.index-news-body {
  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;
}
.index-notice-list li:nth-child(1){
  padding-bottom: 0.4rem;
}
.index-notice-list li:nth-child(1n+2){
  border-top: 1px solid #bbb;
  padding: 0.4rem 0px;
}
.index-news-body:after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .index-news-body {
    display: block;
  }
}

.index-news-switch {
  position: relative;
  width: 47.16981132%;
}

.index-news-switch .shade {
  height: 0;
  padding-bottom: 72%;
}

.index-news-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

@media screen and (min-width: 1025px) {
  .index-news-switch .item .pic img {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }

  .index-news-switch .item .pic:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    z-index: 7;
  }

  .index-news-switch .item:hover .pic img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }

  .index-news-switch .item:hover .pic:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 1;
    visibility: visible;
  }
}

.index-news-switch .item .pic {
  width: 100%;
  height: 100%;
}

.index-news-switch .item h3 {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  line-height: 1 !important;
  padding: 15px 3.2rem 15px 0.4rem !important;
  color: #fff !important;
  z-index: 6 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.index-news-switch .item .date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  background-color: #0650a9;
  text-align: center;
  color: #fff;
  padding: 10px 6px;
}

.index-news-switch .item .date .ym {
  width: 100%;
  font-size: 12px;
  margin-top: 0.1rem;
  padding-top: 24px;
}

.index-news-switch .item .date .d {
  position: relative;
  top: -42px;
  margin-bottom: -1em;
  width: 100%;
}

.index-news-switch .paginationX1 {
  position: absolute;
  right: 0.4rem;
  bottom: 15px;
  z-index: 8;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .index-news-switch {
    width: 100%;
  }
}

.index-news-list {
  position: relative;
  width: 49.05660377%;
}

.index-news-list .item {
  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;
}

.index-news-list .item:after {
  display: none;
}

.index-news-list .item h3 {
  width: calc(100% - 90px) !important;
  padding: 3px 0 !important;
  -webkit-transition: all 250ms ease-out 0s !important;
  transition: all 250ms ease-out 0s !important;
  position: relative !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  color: #333333 !important;
}

.index-news-list .item p {
  display: none;
  color: #666666;
}

.index-news-list .item:nth-child(1n+2) {
  margin-top: 0.68rem;
}

.index-news-list .item:nth-child(1n+2):before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.34rem;
  width: 100%;
  height: 0;
  border-top: #dcdcdc dashed 1px;
}

.index-news-list .item .date {
  color: #999999;
  font-size: 14px;
  margin-top: 2px;
}

@media screen and (min-width: 1025px) {
  .index-news-list .item:hover h3 {
    color: #0650a9 !important;
  }
}

@media screen and (max-width: 1024px) {
  .index-news-list .item:active h3 {
    color: #0650a9 !important;
  }
}

.index-news-list .item:nth-child(1n+6) {
  /*display: none;*/
}

@media screen and (min-width: 1025px) {
  .index-news-list .item:nth-child(1) {
    display: block;
  }

  .index-news-list .item:nth-child(1) h3 {
    color: #0650a9;
    margin-right: 0.4rem;
  }

  .index-news-list .item:nth-child(1) .date {
    margin-top: 0.2rem;
    font-size: 14px;
    color: #666666;
  }

  .index-news-list .item:nth-child(1) p {
    margin-top: 0.2rem;
    display: block;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .index-news-list {
    width: 100%;
    margin-top: 0.48rem;
    margin-bottom: -0.32rem;
  }

  .index-news-list .item {
    padding: 0.32rem 0;
  }

  .index-news-list .item:nth-child(1n+2) {
    margin-top: 0;
  }

  .index-news-list .item:nth-child(1n+2):before {
    top: 0;
  }
}

.index-notice {
  width: 29%;
  background-image: url(../images/bgi-notice.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* border: #d4cdc6 solid 1px; */
  /* border-top: #0650a9 solid 3px; */
  padding: 5px 0.3rem;
}

.index-notice .head {
  /* padding: 0.4rem 0; */
  padding-bottom: 0.1rem;
  border-bottom: #0650a9 solid 2px;
  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;
}

.index-notice .head:after {
  display: none;
}

.index-notice .head .cn {
  color: #0650a9;
}

.index-notice .head .more {
  color: #999999;
}

@media screen and (max-width: 1024px) {
  .index-notice {
    width: 100%;
    padding: 5px 10px 10px;
  }

  .index-notice:nth-child(1n+2) {
    margin-top: 0.8rem;
  }
}

.index-notice-list {
  margin-top: 0.4rem;
}

.index-notice-list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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.4rem 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-news h3,.index-notice h3{
  line-height: 1.5 !important;
}
.index-notice-list .item:after {
  display: none;
}

.index-notice-list .item h3 {
  width: 100% !important;
  margin-left: 0.3rem !important;
  font-size: 16px !important;
  line-height: 1.5em !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  max-height: 3em !important;
  height: 3em !important;
  color: #333333 !important;
  -webkit-transition: all 250ms ease-out 0s !important;
  transition: all 250ms ease-out 0s !important;
}

.index-notice-list .item .date {
  color: #0650a9;
  font-family: Verdana, Geneva, sans-serif;
  white-space: nowrap;
}

@media screen and (min-width: 1025px) {
  .index-notice-list .item .date {
    text-align: center;
  }

  .index-notice-list .item .date .ym {
    width: 100%;
    font-size: 14px;
    margin-top: 0.1rem;
    padding-top: 30px;
  }

  .index-notice-list .item .date .d {
    position: relative;
    top: -44px;
    margin-bottom: -1em;
    width: 100%;
  }

  .index-notice-list .item:hover h3 {
    color: #0650a9;
  }
}

@media screen and (max-width: 1024px) {
  .index-notice-list .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .index-notice-list .item h3 {
    position: relative !important;
    height: 1.5em !important;
    line-height: 1.5em !important;
    margin-left: 0 !important;
    display: block !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    margin-right: 0.4rem !important;
  }

  .index-notice-list .item .date {
    font-size: 0;
  }

  .index-notice-list .item .date .ym,
  .index-notice-list .item .date .d {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
  }

  .index-notice-list .item .date .d:before {
    content: "-";
  }

  .index-notice-list .item:active h3 {
    color: #0650a9 !important;
  }
}

.index-class {
  background-color: #f7f7f7;
}

.index-class-list .item {
  background-color: #fff;
}

.index-class-list .item:nth-child(1n+1) {
  width: 24%;
  margin-right: 1.33333333%;
  margin-top: 0;
}

.index-class-list .item:nth-child(4n+4) {
  margin-right: 0;
}

.index-class-list .item:nth-child(1n+5) {
  margin-top: 1.33333333%;
}

@media screen and (min-width: 1025px) {
  .index-class-list .item .pic img {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }

  .index-class-list .item .pic:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    z-index: 7;
  }

  .index-class-list .item:hover .pic img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }

  .index-class-list .item:hover .pic:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 1;
    visibility: visible;
  }
}

.index-class-list .item .pic {
  height: 0;
  padding-bottom: 56.71641791%;
}

.index-class-list .item .txt {
  padding: 15px 15px 20px;
}

.index-class-list .item .txt h3 {
  font-size: 16px;
  color: #333333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-class-list .item .txt .aside {
  margin-top: 0.16rem;
  color: #999999;
}

.index-class-list .item .txt .aside s {
  margin: 0 4px;
}

@media screen and (min-width: 1025px) {
  .index-class-list .item:hover .txt h3 {
    color: #0650a9;
  }
}

@media screen and (max-width: 1024px) {
  .index-class-list .item:active .txt h3 {
    color: #0650a9;
  }
}

@media screen and (max-width: 1024px) {
  .index-class-list .item:nth-child(1n+1) {
    width: 49%;
    margin-right: 2%;
    margin-top: 0;
  }

  .index-class-list .item:nth-child(2n+2) {
    margin-right: 0;
  }

  .index-class-list .item:nth-child(1n+3) {
    margin-top: 2%;
  }

  .index-class-list .item .txt {
    padding: 10px 10px 15px;
  }
}

.index-programs {
  padding-bottom: 0;
}

.index-programs-columns {
  padding: 0.8rem 0;
  background-image: url(../images/bgi-programs.png);
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.index-programs-columns .contain {
  padding: 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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: rgba(255, 255, 255, 0.85);
}

.index-programs-columns .contain:after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .index-programs-columns .contain {
    display: block;
  }
}

.index-programs-columns .section {
  width: 28.5%;
}

.index-programs-columns .section .head {
  margin-bottom: 0.4rem;
  border-bottom: #d4d4d4 solid 1px;
  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;
}

.index-programs-columns .section .head:after {
  display: none;
}

.index-programs-columns .section .head .cn {
  position: relative;
  padding: 0.24rem 0;
  color: #0650a9;
}

.index-programs-columns .section .head .cn:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #0650a9;
  pointer-events: none;
}

.index-programs-columns .section .head .more {
  color: #999999;
}

@media screen and (max-width: 1024px) {
  .index-programs-columns .section {
    width: 100%;
  }

  .index-programs-columns .section:nth-child(1n+2) {
    margin-top: 0.7rem;
  }
}

.index-programs-list .item {
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  border-bottom: #d4cdc6 dashed 1px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index-programs-list .item .pic {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  background-color: #fff;
}

.index-programs-list .item .date {
  padding-top: 5px;
  color: #bc8589;
}

.index-programs-list .item h3 {
  font-size: 16px;
  margin-top: 5px;
  color: #333333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-programs-list .item.on .pic {
  padding-bottom: 48.75%;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  margin-top: -10px;
  margin-bottom: 10px;
}

.index-programs-list .item:nth-child(1n+5) {
  display: none;
}

.index-partner {
  background-color: #f9f9f9;
  line-height: 1.5em;
}

.index-partner .Tg {
  padding: 0.4rem 0;
  color: #666666;
}

.index-partner .Tg .dt {
  float: left;
}

.index-partner .Tg .dd {
  margin-left: 100px;
  white-space: nowrap;
  overflow-x: auto;
}

.index-partner .Tg .btn {
  display: inline-block;
  vertical-align: top;
  color: #666666;
  margin-right: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.index-partner .Tg .btn._has:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 6px 4px;
  border-color: #afafaf transparent transparent transparent;
  border-style: solid;
  font-size: 0;
  margin-left: 5px;
  margin-top: 1px;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

.index-partner .Tg .btn.on:after {
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.index-partner .Tt .box {
  padding: 0.6rem 0;
  border-top: #dddddd solid 1px;
}

.index-partner .Tt .contain {
  margin-right: -0.6rem;
  margin-bottom: -5px;
}

.index-partner .Tt .link {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.6rem;
  margin-bottom: 5px;
  line-height: 18px;
}

@media screen and (max-width: 1024px) {
  .index-partner .Tg {
    padding: 12px 0;
  }

  .index-partner .Tg .dd {
    margin-left: 80px;
  }
}

/* footer */
.footer {
  position: relative;
  z-index: 9;
  background-color: #0650a9;
}

.footer,
.footer a {
  color: #ffffff;
}

.footer-t {
  padding: 30px 0;
}

.footer-t .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: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.footer-t .contain:after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .footer-t .contain {
    display: block;
  }
}

.footer-t .vr {
  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: stretch;
  align-content: stretch;
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0.4rem;
}

.footer-t .vr:after {
  display: none;
}

.footer-t .logo {
  display: block;
  width: 490px;
  height: auto;
  max-width: 88%;
}

.footer-t .flist {
  font-size: 14px;
  line-height: 24px;
}

.footer-t .fqrcodes {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.footer-t .fqrcodes:after {
  display: none;
}

.footer-t .fqrcodes .col {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  min-width: 32px;
  min-height: 32px;
}

.footer-t .fqrcodes .col:nth-child(1n+2) {
  margin-left: 0.5rem;
}

.footer-t .fqrcodes .col .ico {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-t .fqrcodes .col .qrcode {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 0.1rem;
  width: 100px;
  height: 100px;
  overflow: visible;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}

.footer-t .fqrcodes .col .qrcode:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -1px;
  margin-left: -6px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 6px 6px;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  font-size: 0;
}

.footer-t .fqrcodes .col:hover .qrcode {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 1024px) {
  .footer-t {
    padding: 0.8rem 0;
  }

  .footer-t .contain {
    text-align: center;
  }

  .footer-t .logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-t .vr {
    width: 100%;
    margin: 0.6rem auto;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.22);
  }

  .footer-t .fqrcodes {
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-t .fqrcodes .col .qrcode {
    width: 80px;
    height: 80px;
  }
}

.footer-b {
  position: relative;
  padding: 16px 0;
  line-height: 20px;
  border-top: #0650a9 solid 1px;
}

.footer-b:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #013975;
}

.footer-b .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: wrap;
  flex-wrap: wrap;
  -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: stretch;
  align-content: stretch;
  text-align: center;
}

.footer-b .contain:after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .footer-b .contain {
    display: block;
  }
}

.footer-b .hide {
  display: none;
}

@media screen and (max-width: 1024px) {
  .footer-b {
    padding: 0.4rem 0;
  }
}

/* subpage */
.subpage {
  background-color: #f5f7f8;
}

@media screen and (min-width: 1025px) {

  .subpage .container,
  .subpage .w {
    width: 1200px;
  }
}

.subpage-banner {
  z-index: 3;
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
  height: 100px;
  padding: 2rem 0;
}

.subpage-nav {
  background-color: #0650a9;
}

.subpage-nav .overview {
  min-width: 100%;
}

.subpage-nav .ctr {
  z-index: 20;
  position: absolute;
  right: -5px;
  top: 0;
  width: 32px;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.05);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  text-align: center;
  color: #ffffff;
}
.xypg-right-content img{
    max-width: 100% !important;
}
.subpage-nav .ctr.reject {
  display: none;
}

.subpage-nav .ctr s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.subpage-nav .ctr:hover {
  color: #ffffff;
}

.ysqUEO .subpage-nav .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}

.ysqUEO .subpage-nav .ctr s:before,
.ysqUEO .subpage-nav .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  margin-top: -0.5px;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

@media screen and (min-width: 1025px) {

  .ysqUEO .subpage-nav .ctr s:before,
  .ysqUEO .subpage-nav .ctr s:after {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }

  .ysqUEO .subpage-nav .ctr:hover s:before,
  .ysqUEO .subpage-nav .ctr:hover s:after {
    background-color: #ffffff;
  }
}

@media screen and (max-width: 1024px) {

  .subpage-nav .ctr:active s:before,
  .subpage-nav .ctr:active s:after {
    background-color: #ffffff;
  }
}

.ysqUEO .subpage-nav .ctr.prev s:before,
.ysqUEO .subpage-nav .ctr.prev s:after {
  margin-left: -5px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.ysqUEO .subpage-nav .ctr.prev s:before {
  -webkit-transform: rotate(-38deg) translateX(-0.5px);
  transform: rotate(-38deg) translateX(-0.5px);
}

.ysqUEO .subpage-nav .ctr.prev s:after {
  -webkit-transform: rotate(38deg) translateX(-0.5px);
  transform: rotate(38deg) translateX(-0.5px);
}

.ysqUEO .subpage-nav .ctr.next s:before,
.ysqUEO .subpage-nav .ctr.next s:after {
  margin-left: -7px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.ysqUEO .subpage-nav .ctr.next s:before {
  -webkit-transform: rotate(-38deg) translateX(0.5px);
  transform: rotate(-38deg) translateX(0.5px);
}

.ysqUEO .subpage-nav .ctr.next s:after {
  -webkit-transform: rotate(38deg) translateX(0.5px);
  transform: rotate(38deg) translateX(0.5px);
}

@media screen and (min-width: 1025px) {
  .ysqUEO .subpage-nav .ctr.prev:hover s:before {
    -webkit-transform: rotate(-46deg) translateX(-0.5px);
    transform: rotate(-46deg) translateX(-0.5px);
  }

  .ysqUEO .subpage-nav .ctr.prev:hover s:after {
    -webkit-transform: rotate(46deg) translateX(-0.5px);
    transform: rotate(46deg) translateX(-0.5px);
  }

  .ysqUEO .subpage-nav .ctr.next:hover s:before {
    -webkit-transform: rotate(-46deg) translateX(0.5px);
    transform: rotate(-46deg) translateX(0.5px);
  }

  .ysqUEO .subpage-nav .ctr.next:hover s:after {
    -webkit-transform: rotate(46deg) translateX(0.5px);
    transform: rotate(46deg) translateX(0.5px);
  }
}

@media screen and (max-width: 1024px) {

  .subpage-nav .ctr.prev:active s:before,
  .subpage-nav .ctr.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  .subpage-nav .ctr.prev:active s:before {
    -webkit-transform: rotate(-46deg) translateX(-0.5px);
    transform: rotate(-46deg) translateX(-0.5px);
  }

  .subpage-nav .ctr.prev:active s:after {
    -webkit-transform: rotate(46deg) translateX(-0.5px);
    transform: rotate(46deg) translateX(-0.5px);
  }

  .subpage-nav .ctr.next:active s:before,
  .subpage-nav .ctr.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  .subpage-nav .ctr.next:active s:before {
    -webkit-transform: rotate(-46deg) translateX(0.5px);
    transform: rotate(-46deg) translateX(0.5px);
  }

  .subpage-nav .ctr.next:active s:after {
    -webkit-transform: rotate(46deg) translateX(0.5px);
    transform: rotate(46deg) translateX(0.5px);
  }
}

.subpage-nav .link2 {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #666666;
  min-width: 5em;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0.2rem 0.5rem;
  color: #fff;
  position: relative;
  z-index: 2;
}

.subpage-nav .link2:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  z-index: -1;
  pointer-events: none;
  background-color: #0650a9;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

.subpage-nav .link2.on:after {
  top: 0;
  height: 100%;
  -webkit-transition: top 0ms ease-out 0s, height 220ms ease-out 0s;
  transition: top 0ms ease-out 0s, height 220ms ease-out 0s;
}

@media screen and (max-width: 1024px) {
  .subpage-nav .link2:active {
    background-color: #0650a9;
    -webkit-transition: 0ms;
    transition: 0ms;
  }
}

@media screen and (max-width: 1024px) {
  .subpage-nav {
    left: 0;
    text-align: center;
  }

  .subpage-nav .contain {
    padding-right: 36px;
    padding-left: 36px;
  }
}

.subpage-wrap {
  z-index: 3;
  position: relative;
  padding: 0.8rem 0 1.2rem;
}

.subpage-wrap .pageListBox {
  margin-bottom: -1.2rem;
}

@media screen and (max-width: 1024px) {
  .subpage-wrap .pageListBox {
    margin-bottom: -30px;
  }
}

.subpage-single {
  padding: 1.6rem;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .subpage-single {
    padding: 30px 20px;
  }
}

/* sAbout */
/* sView */
.sView-head {
  padding-bottom: 0.7rem;
  border-bottom: #f5f5f5 solid 1px;
  text-align: center;
}

.sView-head h1 {
  line-height: 1.5;
  color: #333333;
}

.sView-head .aside {
  margin-top: 0.4rem;
  font-size: 14px;
  color: #999999;
}

.sView-head .aside span {
  margin-left: 5px;
  margin-right: 5px;
}

.sView-body {
  margin-top: 0.8rem;
}

.sView-foot {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0;
  font-size: 14px;
  line-height: 40px;
  margin-top: 0.9rem;
  border-top: #d5d5d5 solid 1px;
}

.sView-foot .ctr {
  z-index: 2;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  height: 40px;
  line-height: 40px;
  color: #333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

.sView-foot .ctr.prev {
  float: left;
}

.sView-foot .ctr.next {
  float: right;
}

.sView-foot .ctr[href="#"],
.sView-foot .ctr[href=""] {
  cursor: not-allowed;
  opacity: .5;
  color: #333 !important;
}

.sView-foot .ctr .limit {
  display: inline-block;
  vertical-align: top;
  max-width: 12em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sView-foot .ctr .limit:before {
  content: "：";
}

@media screen and (min-width: 1025px) {
  .sView-foot .ctr:hover {
    color: #0650a9;
  }
}

@media screen and (max-width: 1024px) {
  .sView-foot .ctr:active {
    color: #0650a9;
  }
}

.sView-foot .backToList {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 108px;
  height: 40px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #d5d5d5 solid 1px;
  color: #333333;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

@media screen and (min-width: 1025px) {
  .sView-foot .backToList:hover {
    background-color: #0650a9;
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {
  .sView-foot .backToList:active {
    background-color: #0650a9;
    color: #fff;
    -webkit-transition: 0ms;
    transition: 0ms;
  }
}

@media screen and (max-width: 1024px) {
  .sView-foot .ctr {
    padding: 0 10px;
  }

  .sView-foot .ctr .limit {
    display: none !important;
  }
}

/* sNews */
.sNews-switch {
  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: stretch;
  align-content: stretch;
  margin-bottom: 0.6rem;
}

.sNews-switch:after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sNews-switch {
    display: block;
  }
}

.sNews-switch .left {
  position: relative;
  width: 40%;
  background-color: #fff;
}

.sNews-switch .left .shade {
  height: 0;
  padding-bottom: 72%;
}

.sNews-switch .left .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

@media screen and (min-width: 1025px) {
  .sNews-switch .left .item .pic img {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }

  .sNews-switch .left .item .pic:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    z-index: 7;
  }

  .sNews-switch .left .item:hover .pic img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }

  .sNews-switch .left .item:hover .pic:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 1;
    visibility: visible;
  }
}

.sNews-switch .left .item .pic {
  width: 100%;
  height: 100%;
}

.sNews-switch .left .item .tag {
  position: absolute;
  left: 5px;
  top: 8px;
  padding: 10px;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.1em;
  color: #fff;
  background-color: #0650a9;
  font-size: 14px;
  width: 2.2em;
  z-index: 9;
}

.sNews-switch .left .paginationX1 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 9;
}

.sNews-switch .left .paginationX1 .btn {
  opacity: 1;
  background-color: #fff;
}

.sNews-switch .left .paginationX1 .btn.on {
  background-color: #0650a9;
}

.sNews-switch .left .tag {
  position: absolute;
}

.sNews-switch .right {
  position: relative;
  overflow: hidden;
  width: 58%;
  background-color: #fff;
  padding: 0 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sNews-switch .right h3 {
  color: #0650a9;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sNews-switch .right .hr {
  margin-top: 0.3rem;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}

.sNews-switch .right p {
  margin-top: 0.6rem;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  height: 48px;
  color: #666666;
}

@media screen and (min-width: 1025px) {
  .sNews-switch .right .wrapIn {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.8rem;
    right: 0.8rem;
    padding: 1.6rem 0;
  }

  .sNews-switch .right .date {
    position: absolute;
    left: 0.8rem;
    top: 0;
    z-index: 6;
    background-color: #0650a9;
    text-align: center;
    color: #fff;
    padding: 10px 6px;
  }

  .sNews-switch .right .date .ym {
    width: 100%;
    font-size: 12px;
    margin-top: 0.1rem;
    padding-top: 24px;
  }

  .sNews-switch .right .date .d {
    position: relative;
    top: -38px;
    margin-bottom: -1em;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .sNews-switch .left {
    width: 100%;
  }

  .sNews-switch .right {
    width: 100%;
  }

  .sNews-switch .right .wrapIn {
    position: relative;
    padding: 1rem 0;
  }

  .sNews-switch .right p {
    margin-top: 0.4rem;
    line-height: 20px;
    height: 40px;
  }

  .sNews-switch .right .date {
    margin-top: 0.4rem;
    color: #999999;
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
  }
}

.sNews-list .item {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 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: 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-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  background-color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sNews-list .item:after {
  display: none;
}

.sNews-list .item:before {
  content: " ";
  z-index: -1;
  position: absolute;
  right: -4rem;
  bottom: 0;
  background-image: url(../images/bgs-newsItem.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  width: 3.6rem;
  height: 1.8rem;
}

.sNews-list .item .picArea {
  width: 220px;
  min-width: 220px;
  margin-right: 0.5rem;
}

.sNews-list .item .pic {
  height: 0;
  padding-bottom: 72%;
}

.sNews-list .item .txt {
  padding: 0.2rem 0;
  width: 100%;
}

.sNews-list .item .txt h3 {
  font-size: 16px;
  line-height: 1.5em;
  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;
}

.sNews-list .item .txt p {
  margin-top: 0.3rem;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  height: 48px;
}

.sNews-list .item .txt .date {
  margin-top: 0.6rem;
  color: #999999;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

@media screen and (min-width: 1025px) {
  .sNews-list .item:nth-child(1n+2) {
    margin-top: 0.4rem;
  }

  .sNews-list .item:hover {
    background-color: #0650a9;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(198, 23, 29, 0.49);
    box-shadow: 0px 0px 14px 0px rgba(198, 23, 29, 0.49);
    color: #fff;
  }

  .sNews-list .item:hover h3 {
    color: #fff;
  }

  .sNews-list .item:hover .date {
    color: #fff;
  }

  .sNews-list .item:hover:before {
    right: 0;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
  }
}

@media screen and (max-width: 1024px) {
  .sNews-list .item {
    display: block;
    padding: 12px;
  }

  .sNews-list .item:nth-child(1n+1) {
    width: 49%;
    margin-right: 2%;
    margin-top: 0;
  }

  .sNews-list .item:nth-child(2n+2) {
    margin-right: 0;
  }

  .sNews-list .item:nth-child(1n+3) {
    margin-top: 2%;
  }

  .sNews-list .item .picArea {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }

  .sNews-list .item .txt {
    margin-top: 10px;
  }

  .sNews-list .item .txt p {
    line-height: 20px;
    height: 40px;
  }

  .sNews-list .item .txt .date {
    margin-top: 0.4rem;
  }
}

/* sReadings */
.sReadings-list .item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

.sReadings-list .item:nth-child(1n+1) {
  width: 32.3%;
  margin-right: 1.55%;
  margin-top: 0;
}

.sReadings-list .item:nth-child(3n+3) {
  margin-right: 0;
}

.sReadings-list .item:nth-child(1n+4) {
  margin-top: 1.55%;
}

.sReadings-list .item:after {
  display: none;
}

.sReadings-list .item .picArea {
  width: 120px;
  min-width: 120px;
  margin-right: 0.3rem;
}

.sReadings-list .item .pic {
  height: 0;
  padding-bottom: 133.33333333%;
  -webkit-box-shadow: 0px 0px 0.28rem 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 0.28rem 3px rgba(0, 0, 0, 0.11);
  background-color: #fff;
}

.sReadings-list .item .txt {
  width: calc(100% - 120px);
  padding: 10px 0;
  color: #666666;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

.sReadings-list .item .txt h3 {
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sReadings-list .item .txt .aside {
  margin-top: 0.2rem;
  line-height: 1.5em;
  padding-left: .4em;
}

@media screen and (min-width: 1025px) {
  .sReadings-list .item:hover {
    background-color: #0650a9;
  }

  .sReadings-list .item:hover .txt {
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {
  .sReadings-list .item {
    padding: 10px;
  }

  .sReadings-list .item:active {
    background-color: #0650a9;
  }

  .sReadings-list .item:active .txt {
    color: #fff;
  }

  .sReadings-list .item:nth-child(1n+1) {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 0;
  }

  .sReadings-list .item:nth-child(2n+2) {
    margin-right: 0;
  }

  .sReadings-list .item:nth-child(1n+3) {
    margin-top: 3%;
  }
}

@media screen and (max-width: 640px) {
  .sReadings-list .item:nth-child(1n+1) {
    width: 100%;
    margin-right: 0;
  }

  .sReadings-list .item:nth-child(1n+2) {
    margin-top: 2.5%;
  }
}

/* sDownload */
.sDownload-list {
  padding: 0.8rem 1rem 1.6rem;
  background-color: #fff;
}

.sDownload-list .item {
  padding: 15px 0;
  border-bottom: #dddddd solid 1px;
  padding-right: 90px;
  color: #333333;
  position: relative;
}

.sDownload-list .item:nth-child(1n+1) {
  width: 48%;
  margin-right: 4%;
  margin-top: 0;
}

.sDownload-list .item:nth-child(2n+2) {
  margin-right: 0;
}

.sDownload-list .item:nth-child(1n+3) {
  margin-top: 0%;
}

.sDownload-list .item h3 {
  padding: 6px;
  line-height: 20px;
  font-size: 16px;
}

.sDownload-list .item .btn {
  position: absolute;
  right: 0;
  top: 15px;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: #d5d5d5 solid 1px;
  color: #666666;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

.sDownload-list .item .btn:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(../images/btns-download2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

@media screen and (min-width: 1025px) {
  .sDownload-list .item .btn:hover {
    background-color: #0650a9;
    color: #fff;
  }

  .sDownload-list .item .btn:hover:before {
    background-image: url(../images/btns-download2_.png);
  }
}

@media screen and (max-width: 1024px) {
  .sDownload-list .item .btn:active {
    background-color: #0650a9;
    color: #fff;
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  .sDownload-list .item .btn:active:before {
    background-image: url(../images/btns-download2_.png);
    -webkit-transition: 0ms;
    transition: 0ms;
  }
}

@media screen and (max-width: 1024px) {
  .sDownload-list .item:nth-child(1n+1) {
    width: 100%;
    margin-right: 0;
  }
}

/* sPmc */
.sPmc-list .item {
  position: relative;
  padding: 0.4rem 1.6rem 0.4rem 0.6rem;
  background-color: #fff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  width: 100%;
}

.sPmc-list .item:before {
  content: " ";
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: #0650a9 solid 2px;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sPmc-list .item:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 25px;
  padding: 0 0.5rem;
  background-image: url(../images/arrows-pmc.png);
  background-size: 25px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}

.sPmc-list .item:nth-child(1n+2) {
  margin-top: 6px;
}

.sPmc-list .item h3 {
  margin-left: 12px;
  line-height: 24px;
  padding: 4px 0;
  font-size: 16px;
}

@media screen and (min-width: 1025px) {
  .sPmc-list .item:hover {
    background-color: #0650a9;
    color: #fff;
  }

  .sPmc-list .item:hover:before {
    border-color: #fff;
  }

  .sPmc-list .item:hover: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;
  }
}

@media screen and (max-width: 1024px) {
  .sPmc-list .item {
    padding-left: 24px;
  }

  .sPmc-list .item:before {
    left: 12px;
  }

  .sPmc-list .item:after {
    width: 20px;
    background-size: 20px auto;
  }

  .sPmc-list .item:active {
    background-color: #0650a9;
    color: #fff;
  }

  .sPmc-list .item:active:before {
    border-color: #fff;
  }

  .sPmc-list .item:active:after {
    -webkit-transition: all 0ms ease-out 0ms;
    transition: all 0ms ease-out 0ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

/* sTeacher */
.sTeacher-list .item:nth-child(1n+1) {
  width: 18%;
  margin-right: 2.5%;
  margin-top: 0;
}

.sTeacher-list .item:nth-child(5n+5) {
  margin-right: 0;
}

.sTeacher-list .item:nth-child(1n+6) {
  margin-top: 0%;
}

.sTeacher-list .item .pic {
  height: 0;
  padding-bottom: 141.12149533%;
  background-color: #fff;
}

.sTeacher-list .item .pic img {
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

.sTeacher-list .item .pic:before,
.sTeacher-list .item .pic:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 7;
  background-color: #0650a9;
  height: 3px;
}

.sTeacher-list .item .pic:before {
  opacity: .4;
  left: 0;
  width: 100%;
}

.sTeacher-list .item .pic:after {
  left: 100%;
  width: 0;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

.sTeacher-list .item h3 {
  padding: 6px 6px 12px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
}

@media screen and (min-width: 1025px) {
  .sTeacher-list .item:hover .pic img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }

  .sTeacher-list .item:hover .pic:after {
    left: 0;
    width: 100%;
    -webkit-transition: left 0ms ease-out 0s, width 220ms ease-out 0s;
    transition: left 0ms ease-out 0s, width 220ms ease-out 0s;
  }
}

@media screen and (max-width: 1024px) {
  .sTeacher-list .item:nth-child(1n+1) {
    width: 32%;
    margin-right: 2%;
    margin-top: 0;
  }

  .sTeacher-list .item:nth-child(3n+3) {
    margin-right: 0;
  }

  .sTeacher-list .item:nth-child(1n+4) {
    margin-top: 0%;
  }

  .sTeacher-list .item:active .pic img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    -webkit-transition: 0ms;
    transition: 0ms;
  }

  .sTeacher-list .item:active .pic:after {
    left: 0;
    width: 100%;
    -webkit-transition: left 0ms ease-out 0s, width 0ms ease-out 0s;
    transition: left 0ms ease-out 0s, width 0ms ease-out 0s;
  }
}

/* sTopTeacher */
.sTopTeacher-list .item {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 0.4rem 1.2rem 0.4rem 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: 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-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  background-color: #fff;
  width: 100%;
}

.sTopTeacher-list .item:after {
  display: none;
}

.sTopTeacher-list .item:nth-child(1n+2) {
  margin-top: 0.4rem;
}

.sTopTeacher-list .item .picArea {
  width: 200px;
  min-width: 200px;
  margin-right: 0.6rem;
}

.sTopTeacher-list .item .pic {
  height: 0;
  padding-bottom: 125%;
  background-color: #fff;
}

.sTopTeacher-list .item .pic img {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.sTopTeacher-list .item .txt {
  padding: 0.2rem 0;
}

.sTopTeacher-list .item .txt h3 {
  line-height: 1.5em;
  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;
}

.sTopTeacher-list .item .txt h3 span {
  color: #0650a9;
}

.sTopTeacher-list .item .txt .info {
  margin-top: 0.5rem;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 6em;
  text-indent: 2em;
}

.sTopTeacher-list .item .txt .more {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.7rem;
}

@media screen and (max-width: 1024px) {
  .sTopTeacher-list .item {
    padding: 12px;
  }

  .sTopTeacher-list .item:nth-child(1n+2) {
    margin-top: 12px;
  }

  .sTopTeacher-list .item .picArea {
    margin-right: 16px;
    width: 160px;
    min-width: 160px;
  }
}

/* sActivity */
.sActivity-list .item {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 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: 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-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  background-color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sActivity-list .item:after {
  display: none;
}

.sActivity-list .item:before {
  content: " ";
  z-index: -1;
  position: absolute;
  right: -4rem;
  bottom: 0;
  background-image: url(../images/bgs-newsItem.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  width: 3.6rem;
  height: 1.8rem;
}

.sActivity-list .item .picArea {
  width: 386px;
  min-width: 320px;
  margin-right: 0.5rem;
}

.sActivity-list .item .pic {
  height: 0;
  padding-bottom: 59.06735751%;
}

.sActivity-list .item .txt {
  padding: 0.3rem 0;
}

.sActivity-list .item .txt h3 {
  font-size: 16px;
  line-height: 1.5em;
  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;
}

.sActivity-list .item .txt p {
  margin-top: 0.3rem;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 72px;
  height: 72px;
}

.sActivity-list .item .txt .date {
  margin-top: 0.6rem;
  color: #999999;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}

@media screen and (min-width: 1025px) {
  .sActivity-list .item:nth-child(1n+2) {
    margin-top: 0.4rem;
  }

  .sActivity-list .item:hover {
    background-color: #0650a9;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(198, 23, 29, 0.49);
    box-shadow: 0px 0px 14px 0px rgba(198, 23, 29, 0.49);
    color: #fff;
  }

  .sActivity-list .item:hover h3 {
    color: #fff;
  }

  .sActivity-list .item:hover .date {
    color: #fff;
  }

  .sActivity-list .item:hover:before {
    right: 0;
    -webkit-transition-delay: 120ms;
    transition-delay: 120ms;
  }
}

@media screen and (max-width: 1024px) {
  .sActivity-list .item {
    display: block;
    padding: 12px;
  }

  .sActivity-list .item:nth-child(1n+1) {
    width: 49%;
    margin-right: 2%;
    margin-top: 0;
  }

  .sActivity-list .item:nth-child(2n+2) {
    margin-right: 0;
  }

  .sActivity-list .item:nth-child(1n+3) {
    margin-top: 2%;
  }

  .sActivity-list .item .picArea {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }

  .sActivity-list .item .txt {
    margin-top: 10px;
  }

  .sActivity-list .item .txt p {
    line-height: 20px;
    height: 40px;
  }

  .sActivity-list .item .txt .date {
    margin-top: 0.4rem;
  }
}

/* sMien */
.sMien-list .item {
  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: stretch;
  align-content: stretch;
  background-color: #fff;
}

.sMien-list .item:nth-child(1n+1) {
  width: 48%;
  margin-right: 4%;
  margin-top: 0;
}

.sMien-list .item:nth-child(2n+2) {
  margin-right: 0;
}

.sMien-list .item:nth-child(1n+3) {
  margin-top: 3%;
}

.sMien-list .item:after {
  display: none;
}

.sMien-list .item .picArea {
  width: 194px;
  min-width: 194px;
}

.sMien-list .item .pic {
  height: 0;
  padding-bottom: 128.86597938%;
}

.sMien-list .item .txt {
  padding: 0.5rem;
}

.sMien-list .item .txt h3 {
  color: #333333;
  line-height: 1.5em;
  padding-bottom: 0.3rem;
  border-bottom: #dcdcdc solid 1px;
}

.sMien-list .item .txt p {
  margin-top: 0.3rem;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  .sMien-list .item:nth-child(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }

  .sMien-list .item:nth-child(1n+2) {
    margin-top: 2.5%;
  }

  .sMien-list .item .picArea {
    min-width: 180px;
  }

  .sMien-list .item .txt {
    padding: 15px;
  }

  .sMien-list .item .txt p {
    margin-top: 10px;
    line-height: 20px;
  }
}

/* sShare */
.sShare-list .item {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sShare-list .item:after {
  display: none;
}

.sShare-list .item:nth-child(1n+2) {
  margin-top: 0.4rem;
}

.sShare-list .item .picArea {
  width: 194px;
  min-width: 194px;
}

.sShare-list .item .pic {
  height: 0;
  padding-bottom: 128.86597938%;
}

.sShare-list .item .txt {
  padding: 0.5rem 0.2rem 0.5rem 0.7rem;
}

.sShare-list .item .txt h3 {
  color: #333333;
  line-height: 1.5em;
}

.sShare-list .item .txt h3:after {
  content: " ";
  display: block;
  margin-top: 6px;
  width: 30px;
  height: 2px;
  background-color: #0650a9;
}

.sShare-list .item .txt p {
  margin-top: 0.3rem;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  .sShare-list .item .picArea {
    min-width: 180px;
  }

  .sShare-list .item .txt {
    padding: 0;
    margin-left: 15px;
  }

  .sShare-list .item .txt p {
    margin-top: 10px;
    line-height: 20px;
  }
}

/* sPrograms */
.sPrograms-nav {
  margin-bottom: 0.6rem;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
}

.sPrograms-nav .viewport {
  padding-bottom: 0.6rem;
}

.sPrograms-nav .link {
  position: relative;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 0 0.5rem;
}

.sPrograms-nav .link:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -10px;
  margin-top: -1px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 10px 10px;
  border-color: #0650a9 transparent transparent transparent;
  border-style: solid;
  font-size: 0;
  display: none;
}

.sPrograms-nav .link.on {
  color: #fff;
  background-color: #0650a9;
}

.sPrograms-nav .link.on:after {
  display: block;
}

@media screen and (max-width: 1024px) {
  .sPrograms-nav {
    height: 44px;
    line-height: 44px;
  }

  .sPrograms-nav .link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sPrograms-nav .link:after {
    margin-left: -6px;
    border-width: 6px;
  }
}

/* sApply */
.sApply .wrapIn {
  padding: 1rem 1rem 1.2rem;
  background-color: #fff;
}

.sApply-form {
  width: 460px;
}

.sApply-form .formItem {
  padding-left: 100px;
  line-height: 44px;
  margin-top: 0.4rem;
  color: #666666;
}

.sApply-form .formItem:first-child {
  margin-top: 0;
}

.sApply-form .formItem .focus {
  float: left;
  margin-left: -100px;
  width: 90px;
  text-align: right;
  white-space: nowrap;
  font-size: 14px;
}

.sApply-form .formItem .skin {
  padding: 12px 14px;
  line-height: 18px;
  width: 330px;
  font-size: 14px;
  border: #d7d7d7 solid 1px;
  border-radius: 4px;
}

.sApply-form .formItem input.skin {
  height: 18px;
}

.sApply-form .formItem textarea.skin {
  height: 94px;
}

.sApply-form .formItem.pvc {
  font-size: 0;
}

.sApply-form .formItem.pvc .skin {
  width: 214px;
}

.sApply-form .formItem.pvc .sendcode {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  height: 44px;
  width: 106px;
  background-color: #df812d;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
}

.sApply-form .formItem.pvc .sendcode.reject {
  background-color: #aaa;
}

.sApply-form .formItem .enter {
  display: inline-block;
  vertical-align: top;
  width: 158px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #0650a9;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .sApply-form {
    width: 100%;
  }

  .sApply-form .formItem {
    width: 100%;
    padding-left: 0;
  }

  .sApply-form .formItem .focus {
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
    text-align: left;
  }

  .sApply-form .formItem .skin {
    width: calc(100% - 30px);
  }

  .sApply-form .formItem.pvc .skin {
    width: calc(100% - 30px - 116px);
  }

  .sApply-form .formItem .enter {
    width: 100%;
  }
}

/* sContact */
.sContact .wrapIn {
  padding: 0.6rem;
  background-color: #fff;
  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: stretch;
  align-content: stretch;
}

.sContact .wrapIn:after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sContact .wrapIn {
    display: block;
  }
}

.sContact-map {
  position: relative;
  width: 50%;
  height: 250px;
  padding: 1rem 0;
}

.sContact-map #dituContent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1.1;
  background-color: #f5f3f0;
}

.sContact-map #dituContent .BMap_bubble_title {
  font-size: 16px;
  margin-bottom: 5px;
  padding-right: 16px;
  color: #0650a9;
}

.sContact-map #dituContent .BMap_bubble_content {
  width: auto;
  font-size: 14px;
  line-height: 18px;
}

.sContact-map #dituContent img {
  max-width: none;
}

.sContact-map #dituContent .BMap_cpyCtrl,
.sContact-map #dituContent .anchorBL {
  display: none !important;
}

._pen .sContact-map {
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .sContact-map {
    width: 100%;
  }
}

.sContact-info {
  padding: 10px 0;
  width: 45%;
}

.sContact-info .list .oLi {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sContact-info .list .oLi:after {
  display: none;
}

.sContact-info .list .oLi:nth-child(1n+2) {
  margin-top: 0.3rem;
}

.sContact-info .list .oLi .icoImg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  min-width: 45px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #0650a9;
}

.sContact-info .list .oLi .sdd {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.25;
  color: #333333;
}

.sContact-info .qrcode {
  margin-top: 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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.sContact-info .qrcode:after {
  display: none;
}

.sContact-info .qrcode .col {
  text-align: center;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
}

.sContact-info .qrcode .col .pic {
  padding: 0.24rem;
  margin-bottom: 0.12rem;
  width: 80px;
  height: 80px;
  border: #0650a9 solid 3px;
}

@media screen and (max-width: 1024px) {
  .sContact-info {
    width: 100%;
    margin-top: 0.4rem;
  }
}

.filter-mix {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 800px;
  -webkit-filter: contrast(20);
  filter: contrast(20);
  background-color: yellow;
}

.filter-mix:before,
.filter-mix:after {
  content: " ";
  position: absolute;
  width: 20%;
  height: 20%;
  top: 40%;
  border-radius: 50%;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  z-index: 2;
}

.filter-mix:before {
  left: 20%;
  -webkit-animation: filterBallMove 6s ease-out infinite;
  animation: filterBallMove 6s ease-out infinite;
  background-color: blue;
}

.filter-mix:after {
  right: 20%;
  -webkit-animation: filterBallMove2 6s ease-out infinite;
  animation: filterBallMove2 6s ease-out infinite;
  background-color: red;
} 

/* 手机版导航 */
.ph_menu {
  display: none;
  padding: 10px 20px !important;
}

.ph_menus {
  line-height: 30px;
  float: left;
  font-size: large;
  border: 1px solid #666;
  border-radius: 5px;
  width: 40px;
  text-align: center;
  /* margin-top: 15px; */
}

.xymob-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  background: #151515;
}

.xymob-menu .xymob-menu-box {
  height: 100vh;
  overflow: auto;
  padding-bottom: 80px;
  padding: 0 10%;
}

.xymob-nav>li {
  border-bottom: 1px solid #2b2b2b;
  position: relative;
}

.xymob-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
}

.close {
  color: #fff;
  font-size: 26px;
  margin-top: 10px;
  margin-left: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 30px;
  line-height: 23px;
  text-align: center;
  width: 40px;
}
/* 手机端内页菜单 */
.ph_nei_menu{
  display: none;
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 20px;
}
/* .ph_nei_menu .nei_menus:nth-child(1n+2) {
  margin-left: 10px;
} */
.nei_menus{
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  margin-top: 10px;
  color: #0650a9;
  border: 1px solid #0650a9;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .ph_nei_menu{
    display: block;
  }
  .ph_menu {
    display: block;
    padding: 5px 8px;
  }

  .header-b {
    display: none !important;
  }
}

@-webkit-keyframes filterBallMove {
  50% {
    left: 60%;
  }
}

@keyframes filterBallMove {
  50% {
    left: 60%;
  }
}

@-webkit-keyframes filterBallMove2 {
  50% {
    right: 60%;
  }
}

@keyframes filterBallMove2 {
  50% {
    right: 60%;
  }
}