@charset "utf-8";
/*!  Project : 四川华顺通能源技术开发有限公司
    +---------style.css----------+
    |                            |
    |    Author  |  yeshiqiu     |
    |    Q__Q    |  337676937    |
    |    Addr    |  SC_Chengdu   |
    |    Date    |  2020.12.21   |
    |                            |
    +--!-_-!--------------!-_-!--+
*/
.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.6;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRightm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightm {
  -webkit-animation-name: fadeInRightm;
          animation-name: fadeInRightm;
}
@-webkit-keyframes fadeInLeftm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeftm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftm {
  -webkit-animation-name: fadeInLeftm;
          animation-name: fadeInLeftm;
}
@-webkit-keyframes fadeInUpm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpm {
  -webkit-animation-name: fadeInUpm;
          animation-name: fadeInUpm;
}
@-webkit-keyframes fadeInDownm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownm {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownm {
  -webkit-animation-name: fadeInDownm;
          animation-name: fadeInDownm;
}
@-webkit-keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInRightm {
  -webkit-animation-name: slideInRightm;
          animation-name: slideInRightm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInLeftm {
  -webkit-animation-name: slideInLeftm;
          animation-name: slideInLeftm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInUpm {
  -webkit-animation-name: slideInUpm;
          animation-name: slideInUpm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInDownm {
  -webkit-animation-name: slideInDownm;
          animation-name: slideInDownm;
  opacity: 1 !important;
}
@-webkit-keyframes fadeIns {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIns {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.fadeIns {
  -webkit-animation-name: fadeIns;
          animation-name: fadeIns;
}
@-webkit-keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.dotShake {
  -webkit-animation-name: dotShake;
          animation-name: dotShake;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotate360 {
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInYm {
  -webkit-animation-name: rotateInYm;
          animation-name: rotateInYm;
}
@-webkit-keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
@keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
.AniStriking {
  -webkit-animation-name: AniStriking;
          animation-name: AniStriking;
}
@-webkit-keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.AniOpStriking {
  -webkit-animation-name: AniOpStriking;
          animation-name: AniOpStriking;
}
@-webkit-keyframes AniShiny {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes AniShiny {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.AniShiny {
  -webkit-animation-name: AniShiny;
          animation-name: AniShiny;
}
@-webkit-keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
@keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
.animateStay {
  -webkit-animation-name: animateStay;
          animation-name: animateStay;
}
@-webkit-keyframes AniNone {
  0,
  100% {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes AniNone {
  0,
  100% {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}
.AniNone {
  -webkit-animation-name: AniNone;
          animation-name: AniNone;
  opacity: 1;
}
@-webkit-keyframes AniCalmdown {
  
}
@keyframes AniCalmdown {
  
}
.AniCalmdown {
  -webkit-animation-name: AniCalmdown;
          animation-name: AniCalmdown;
  -webkit-animation-duration: .5s !important;
          animation-duration: .5s !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
.waitAniTitleBlock {
  display: inline-block;
  vertical-align: top;
}
.waitAniTitleBlock,
.waitAniBlock {
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}
.waitAniTitleBlock:before,
.waitAniBlock:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: currentColor;
}
.waitAniTitleBlock:before,
.waitAniBlock:before {
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}
.waitAniTitleBlock._dirv:before,
.waitAniBlock._dirv:before {
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
}
.waitAniTitleBlock.AniStart .hideWord,
.waitAniBlock.AniStart .hideWord,
.waitAniTitleBlock.AniStart .hidePic,
.waitAniBlock.AniStart .hidePic,
.waitAniTitleBlock.AniStart .hideBlock,
.waitAniBlock.AniStart .hideBlock {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.waitAniTitleBlock.AniStart:before,
.waitAniBlock.AniStart:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0.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.AniStart._dirv:before,
.waitAniBlock.AniStart._dirv:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.waitAniTitleBlock.AniDid .hideWord,
.waitAniBlock.AniDid .hideWord,
.waitAniTitleBlock.AniDid .hidePic,
.waitAniBlock.AniDid .hidePic,
.waitAniTitleBlock.AniDid .hideBlock,
.waitAniBlock.AniDid .hideBlock {
  -webkit-transition: all 0ms ease-out 10ms;
  transition: all 0ms ease-out 10ms;
  opacity: 1;
  visibility: visible;
}
.waitAniTitleBlock.AniDid:before,
.waitAniBlock.AniDid:before {
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0, 0.8) 0s;
  transition: all 400ms cubic-bezier(0, 0, 0, 0.8) 0s;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.waitAniTitleBlock.AniDid._dirv:before,
.waitAniBlock.AniDid._dirv:before {
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
}
/* baseCss */
.en {
  word-break: keep-all;
}
.tdu {
  text-decoration: underline;
}
.oh {
  position: relative;
  overflow: hidden;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
.dib {
  display: inline-block;
  vertical-align: top;
}
.vab {
  vertical-align: bottom;
}
.vam {
  vertical-align: middle;
}
.vat {
  vertical-align: top;
}
.unsel,
.dct {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.insel {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.op0 {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.op1 {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.tapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.tapList:after {
  display: none;
}
.tapList .item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lhd5 {
  height: .5em;
}
.reject {
  cursor: not-allowed;
}
.poss {
  position: static !important;
}
.emptyList {
  text-align: center;
  font-size: 120%;
  background-color: #f5f5f5;
  color: #222;
  font-weight: bold;
}
.hidePoint {
  position: absolute;
  height: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}
.viewport {
  position: relative;
  font-size: 0;
}
.pc .viewport {
  overflow: hidden;
}
.wap .oScroll {
  overflow: auto;
}
.hScroll {
  width: 100%;
  white-space: nowrap;
}
.hScroll .scrollBox,
.hScroll .overview {
  display: inline-block;
  vertical-align: top;
}
.wap .hScroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.vScroll {
  height: 100%;
}
.wap .vScroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.invisible {
  visibility: hidden;
  position: absolute !important;
  z-index: -1;
}
.ensp {
  display: inline-block;
  vertical-align: middle;
  width: .5em;
  height: 1px;
}
.cnsp {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1px;
}
.pa100.link {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 8;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  text-align: left !important;
}
.pa4 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bgct {
  background-color: transparent !important;
}
.enter,
.reset {
  position: relative;
  overflow: hidden;
}
.enter .iptBtn,
.reset .iptBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.kong {
  pointer-events: none;
}
.aniSpan {
  position: static !important;
  min-height: 1px;
  display: block;
}
/* resetEnd */
.c1 {
  color: #183883;
}
.bgc1 {
  background-color: #183883;
}
.c2 {
  color: #d4e4ff;
}
.bgc2 {
  background-color: #d4e4ff;
}
.ca {
  color: #333333;
}
.cb {
  color: #666666;
}
.cs {
  color: #999999;
}
html {
  min-width: 1200px;
}
body {
  color: #666666;
  font: 14px/1 Microsoft YaHei, '微软雅黑', Arial, sans-serif;
}
a {
  color: #333333;
  -webkit-transition: color 220ms;
  transition: color 220ms;
}
a.on,
a:hover {
  color: #183883;
}
.w,
.container {
  width: 1200px;
}
.vmbox {
  font-size: 14px;
  line-height: 1;
  font-family: Microsoft YaHei, '微软雅黑';
}
button,
input,
select,
textarea {
  font-family: Microsoft YaHei, '微软雅黑';
}
.info {
  font-size: 14px;
  line-height: 24px;
}
.imax {
  font-size: 16px;
  line-height: 1.8571;
}
::-moz-selection {
  background: #102658;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #102658;
  color: #fff;
  text-shadow: none;
}
.scroll-wrap {
  background-color: #fff;
}
.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/based/loading.gif);
}
.loading-m {
  background-image: url(../images/based/loading-m.gif);
}
.load-error {
  background-image: url(../images/based/error.gif);
}
/* ------------------- htmls ------------------- */
/* 表单 */
.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: #999999;
}
.formItem .skin:-moz-placeholder {
  color: #999999;
}
.formItem .skin::-moz-placeholder {
  color: #999999;
}
.formItem .skin:-ms-input-placeholder {
  color: #999999;
}
.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;
}
/* 组件 */
.picMask .pic:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  z-index: 6;
}
.picMask:hover .pic:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0.15;
  visibility: visible;
}
.scs.hbgOn img,
.scst.hbgOn img,
.scs:hover img,
.scst:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.scs img {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.scst img {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.tfy3,
.tfx3,
.tfy-3,
.tfx-3 {
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.tfy3:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.tfx3:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.tfy-3:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.tfx-3:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.hbg .op0 {
  visibility: hidden;
  /* *visibility: visible; */
  -webkit-transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0s;
  transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0s;
}
.hbg:hover .op0,
.hbg.hbgOn .op0 {
  -webkit-transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0ms;
  transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0ms;
  opacity: 1;
  visibility: visible;
}
.hbg:hover .op0.htfn,
.hbg.hbgOn .op0.htfn {
  -webkit-transform: none !important;
          transform: none !important;
}
.hbg .front {
  z-index: 3;
}
.hbg .behind {
  z-index: 4;
}
.hbg .front,
.hbg:hover .behind,
.hbg.hbgOn .behind {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.hbg .behind,
.hbg:hover .front,
.hbg.hbgOn .front {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  /* *visibility: visible; */
}
/* keyframes use */
@-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 fadeInUps {
  0% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -35px, 0);
            transform: translate3d(0, -35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUps {
  0% {
    opacity: 0.6;
    -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.6;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDowns {
  0% {
    opacity: 0.6;
    -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 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;
}
.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: #183883;
  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;
  }
}
/* 滚动加载 */
.scrollAjax #loadState {
  position: relative;
  width: 200px;
  height: 40px;
  margin: 40px auto 0;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  background-color: #183883;
  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: #183883;
  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;
  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 ;
}
.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, 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
  white-space: nowrap;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.TAlert .contain .Tclose s:hover {
  color: #333333;
}
.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-transition: all 300ms ease-out 0ms;
  transition: all 300ms ease-out 0ms;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  background-color: #333333;
}
.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;
}
.ysqUEO .TAlert .contain .Tclose s:hover:before,
.ysqUEO .TAlert .contain .Tclose s:hover:after {
  background-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: #183883;
  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 {
  margin-top: 45px;
  text-align: center;
}
.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 5px;
  font-size: 14px;
}
.pageListBox .pageList ul .ctr a {
  font-weight: bold;
  font-size: 14px;
  font-family: SimSun, '宋体' !important;
}
.pageListBox .pageList a {
  display: block;
  border-width: 1px;
  border-style: solid;
  width: 32px;
  height: 32px;
  font-family: Arial, 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc, Microsoft YaHei, '微软雅黑';
  color: #333333;
  background-color: #ffffff;
  color: #333;
  border-color: #f5f5f5;
  -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);
}
.pageListBox .pageList a.selected {
  background-color: #183883;
  color: #fff;
  border-color: #183883;
}
.pageListBox .pageList a:active {
  border-color: #fff !important;
  -webkit-transition: 0ms;
  transition: 0ms;
}
.pageListBox .pageList a:hover {
  background-color: #183883;
  color: #fff;
  border-color: #183883;
}
.ctr.ctrNav {
  z-index: 20;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 100%;
  background-color: rgba(24, 56, 131, 0.6);
  color: #ffffff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  text-align: center;
}
.ctr.ctrNav.reject {
  display: none;
}
.ctr.ctrNav s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: SimSun, '宋体' !important;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  pointer-events: none;
}
.ctr.ctrNav:hover {
  color: #ffffff;
}
.ysqUEO .ctr.ctrNav s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrNav s:before,
.ysqUEO .ctr.ctrNav 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;
}
.ysqUEO .ctr.ctrNav s:before,
.ysqUEO .ctr.ctrNav s:after {
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.ysqUEO .ctr.ctrNav:hover s:before,
.ysqUEO .ctr.ctrNav:hover s:after {
  background-color: #ffffff;
}
.ysqUEO .ctr.ctrNav.prev s:before,
.ysqUEO .ctr.ctrNav.prev s:after {
  margin-left: -5px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrNav.prev s:before {
  -webkit-transform: rotate(-35deg) translateX(-0.5px);
          transform: rotate(-35deg) translateX(-0.5px);
}
.ysqUEO .ctr.ctrNav.prev s:after {
  -webkit-transform: rotate(35deg) translateX(-0.5px);
          transform: rotate(35deg) translateX(-0.5px);
}
.ysqUEO .ctr.ctrNav.next s:before,
.ysqUEO .ctr.ctrNav.next s:after {
  margin-left: -7px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrNav.next s:before {
  -webkit-transform: rotate(-35deg) translateX(0.5px);
          transform: rotate(-35deg) translateX(0.5px);
}
.ysqUEO .ctr.ctrNav.next s:after {
  -webkit-transform: rotate(35deg) translateX(0.5px);
          transform: rotate(35deg) translateX(0.5px);
}
.ysqUEO .ctr.ctrNav.prev:hover s:before {
  -webkit-transform: rotate(-42deg) translateX(-0.5px);
          transform: rotate(-42deg) translateX(-0.5px);
}
.ysqUEO .ctr.ctrNav.prev:hover s:after {
  -webkit-transform: rotate(42deg) translateX(-0.5px);
          transform: rotate(42deg) translateX(-0.5px);
}
.ysqUEO .ctr.ctrNav.next:hover s:before {
  -webkit-transform: rotate(-42deg) translateX(0.5px);
          transform: rotate(-42deg) translateX(0.5px);
}
.ysqUEO .ctr.ctrNav.next:hover s:after {
  -webkit-transform: rotate(42deg) translateX(0.5px);
          transform: rotate(42deg) translateX(0.5px);
}
.ctr.ctrNav.prev {
  left: 0;
}
.ctr.ctrNav.next {
  right: 0;
}
.ctr.ctrNav:hover {
  background-color: #183883;
}
/* floatBar */
.floatBar {
  position: fixed;
  z-index: 88;
  right: 10px;
  top: 100%;
  width: 48px;
  border: #c6c6c6 solid 1px;
  background-color: #fff;
}
.floatBar .item {
  position: relative;
  width: 48px;
  height: 48px;
  border-top: #c6c6c6 solid 1px;
}
.floatBar .item:first-child {
  border-top: none;
}
.floatBar .item .show {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.floatBar .item .show .icoImg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.floatBar .item .contain,
.floatBar .item .hide {
  -webkit-transition: all 250ms ease-out 100ms;
  transition: all 250ms ease-out 100ms;
  opacity: 0;
  visibility: hidden;
}
.floatBar .item .contain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 40px;
  z-index: 2;
  background-color: #183883;
  text-align: center;
  line-height: 16px;
  padding-top: 8px;
  -webkit-transform: rotate(-45deg) scale(0.75);
          transform: rotate(-45deg) scale(0.75);
}
.floatBar .item .contain,
.floatBar .item .contain a {
  color: #ffffff;
}
.floatBar .item .hide {
  position: absolute;
  z-index: -1;
  right: 60px;
  top: 0;
  padding: 10px;
  border: #d6d6d6 solid 1px;
  border-top: #183883 solid 2px;
  background-color: #fff;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.floatBar .item .backToTop {
  cursor: pointer;
}
.floatBar .item .fcontact {
  padding: 10px 24px 10px 64px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.floatBar .item .fcontact .icoImg {
  float: left;
  margin-left: -50px;
  margin-top: 9px;
  width: 36px;
  height: 35px;
}
.floatBar .item .fcontact .dd {
  color: #183883;
}
.floatBar .item:hover .show > .icoImg {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.floatBar .item:hover .contain,
.floatBar .item:hover .hide {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
  cursor: not-allowed;
  opacity: .5 !important;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
[data-fancybox-close]:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.ctr.ctrXban {
  display: none;
  z-index: 8;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 40px;
  height: 60px;
  line-height: 60px;
  -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: rgba(0, 0, 0, 0.9);
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
.ctr.ctrXban s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: SimSun, '宋体' !important;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  pointer-events: none;
}
.ctr.ctrXban:hover {
  color: #ffffff;
}
.ysqUEO .ctr.ctrXban s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrXban s:before,
.ysqUEO .ctr.ctrXban s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 4px;
  margin-top: -2px;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.ysqUEO .ctr.ctrXban s:before,
.ysqUEO .ctr.ctrXban s:after {
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.ysqUEO .ctr.ctrXban:hover s:before,
.ysqUEO .ctr.ctrXban:hover s:after {
  background-color: #ffffff;
}
.ysqUEO .ctr.ctrXban.prev s:before,
.ysqUEO .ctr.ctrXban.prev s:after {
  margin-left: -3px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrXban.prev s:before {
  -webkit-transform: rotate(-45deg) translateX(-2px);
          transform: rotate(-45deg) translateX(-2px);
}
.ysqUEO .ctr.ctrXban.prev s:after {
  -webkit-transform: rotate(45deg) translateX(-2px);
          transform: rotate(45deg) translateX(-2px);
}
.ysqUEO .ctr.ctrXban.next s:before,
.ysqUEO .ctr.ctrXban.next s:after {
  margin-left: -11px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrXban.next s:before {
  -webkit-transform: rotate(-45deg) translateX(2px);
          transform: rotate(-45deg) translateX(2px);
}
.ysqUEO .ctr.ctrXban.next s:after {
  -webkit-transform: rotate(45deg) translateX(2px);
          transform: rotate(45deg) translateX(2px);
}
.ysqUEO .ctr.ctrXban.prev:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(-2px);
          transform: rotate(-45deg) translateX(-2px);
}
.ysqUEO .ctr.ctrXban.prev:hover s:after {
  -webkit-transform: rotate(45deg) translateX(-2px);
          transform: rotate(45deg) translateX(-2px);
}
.ysqUEO .ctr.ctrXban.next:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(2px);
          transform: rotate(-45deg) translateX(2px);
}
.ysqUEO .ctr.ctrXban.next:hover s:after {
  -webkit-transform: rotate(45deg) translateX(2px);
          transform: rotate(45deg) translateX(2px);
}
.ctr.ctrXban.prev {
  left: 0;
  border-radius: 0 40px 40px 0;
}
.ctr.ctrXban.prev s {
  left: -10px;
}
.ctr.ctrXban.next {
  right: 0;
  border-radius: 40px 0 0 40px;
}
.ctr.ctrXban.next s {
  right: -10px;
}
.ctr.ctrXban:hover {
  opacity: .8;
}
.ctr.ctrXslide {
  position: absolute;
  top: 0;
  display: none;
  z-index: 8;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -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;
  color: #555555;
  text-align: center;
}
.ctr.ctrXslide:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #eeeeee solid 1px;
}
.ctr.ctrXslide s {
  display: inline-block;
  vertical-align: top;
}
.ctr.ctrXslide s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: SimSun, '宋体' !important;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  pointer-events: none;
}
.ctr.ctrXslide:hover {
  color: #ffffff;
}
.ysqUEO .ctr.ctrXslide s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrXslide s:before,
.ysqUEO .ctr.ctrXslide s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background-color: #555555;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.ysqUEO .ctr.ctrXslide s:before,
.ysqUEO .ctr.ctrXslide s:after {
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.ysqUEO .ctr.ctrXslide:hover s:before,
.ysqUEO .ctr.ctrXslide:hover s:after {
  background-color: #ffffff;
}
.ysqUEO .ctr.ctrXslide.prev s:before,
.ysqUEO .ctr.ctrXslide.prev s:after {
  margin-left: -4px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrXslide.prev s:before {
  -webkit-transform: rotate(-45deg) translateX(-1px);
          transform: rotate(-45deg) translateX(-1px);
}
.ysqUEO .ctr.ctrXslide.prev s:after {
  -webkit-transform: rotate(45deg) translateX(-1px);
          transform: rotate(45deg) translateX(-1px);
}
.ysqUEO .ctr.ctrXslide.next s:before,
.ysqUEO .ctr.ctrXslide.next s:after {
  margin-left: -8px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrXslide.next s:before {
  -webkit-transform: rotate(-45deg) translateX(1px);
          transform: rotate(-45deg) translateX(1px);
}
.ysqUEO .ctr.ctrXslide.next s:after {
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
}
.ysqUEO .ctr.ctrXslide.prev:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(-1px);
          transform: rotate(-45deg) translateX(-1px);
}
.ysqUEO .ctr.ctrXslide.prev:hover s:after {
  -webkit-transform: rotate(45deg) translateX(-1px);
          transform: rotate(45deg) translateX(-1px);
}
.ysqUEO .ctr.ctrXslide.next:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(1px);
          transform: rotate(-45deg) translateX(1px);
}
.ysqUEO .ctr.ctrXslide.next:hover s:after {
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
}
.ctr.ctrXslide.prev {
  left: 0;
}
.ctr.ctrXslide.next {
  right: 0;
}
.ctr.ctrXslide:hover {
  background-color: #183883;
}
.btn.btn-more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  display: block;
  width: 132px;
  height: 36px;
  line-height: 36px;
  background-color: #183883;
  color: #fff;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.btn.btn-more s {
  font-family: SimSun, '宋体';
  font-weight: bold;
  margin-left: 5px;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.btn.btn-more:hover s {
  margin-left: 8px;
}
.btn.btn-consult {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  display: block;
  width: 132px;
  height: 36px;
  line-height: 36px;
  background-color: #183883;
  color: #fff;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.btn.btn-consult:hover {
  opacity: .9;
}
/*header*/
.hidePoint {
  margin-top: -125px;
}
.scroll-wrap {
  padding-top: 80px;
}
.header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 51;
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  min-width: 1200px;
  border-top: #183883 solid 2px;
  height: 78px;
}
.header .container {
  position: relative;
  height: 100%;
}
.header .logo {
  float: left;
  position: relative;
  top: 50%;
  margin-top: -32px;
  height: 64px;
}
.header .logo img {
  display: block;
  height: 100%;
}
.header .logo .words {
  position: absolute;
  left: 100%;
  top: 0;
}
.header .firNav {
  position: absolute;
  right: 40px;
  top: 0;
}
.header .firNav .firItem {
  float: left;
  position: relative;
  z-index: 5;
  height: 78px;
  line-height: 78px;
  text-align: center;
  width: 96px;
  font-size: 15px;
  letter-spacing: .05em;
}
.header .firNav .firItem .link1 {
  display: block;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.header .firNav .firItem .secNav {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px 0;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
}
.header .firNav .firItem .secNav .secItem {
  line-height: 30px;
}
.header .firNav .firItem .secNav .secItem .link2 {
  position: relative;
  display: block;
  color: #666;
  font-size: 14px;
  padding: 0 15px;
  text-align: justify;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.header .firNav .firItem .secNav .secItem.on .link,
.header .firNav .firItem .secNav .secItem:hover .link {
  color: #183883;
  background-color: #d4e4ff;
}
.header .firNav .firItem:hover .secNav {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.header .firNav .firItem.on .link1 {
  color: #fff;
  background-color: #183883;
}
.header .firNav .block {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1;
}
.header .firNav .block s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #183883;
}
.header .language {
  position: absolute;
  right: 0;
  top: 0;
  height: 78px;
  line-height: 78px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.header .language:after {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  left: 80%;
  bottom: 50%;
  width: 0;
  height: 2px;
  margin-bottom: -1em;
  background-color: #183883;
}
.header .language:hover:after {
  left: 20%;
  width: 60%;
  -webkit-transition: left 0ms ease-out 0s, width 220ms ease-out 0s;
  transition: left 0ms ease-out 0s, width 220ms ease-out 0s;
}
/* index */
.index {
  position: relative;
  overflow: hidden;
}
.index-banner {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 650px;
}
.index-banner .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.index-banner .item.moveItem {
  position: absolute;
}
.index-banner .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.index-notice {
  z-index: 3;
  position: relative;
  margin-top: -44px;
}
.index-notice .contain {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 960px;
  height: 20px;
  line-height: 20px;
  padding: 12px 120px;
}
.index-notice .dt {
  float: left;
  margin-left: -100px;
  padding-left: 26px;
  background-image: url(../images/ico-notice.png);
  background-size: auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.index-notice .df {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 44px;
  white-space: nowrap;
}
.index-notice .df .more {
  color: #fff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.index-notice .df .more:after {
  content: ">";
  font-family: SimSun, '宋体';
  font-weight: bold;
  margin-left: 5px;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.index-notice .df .more:hover {
  margin-right: -3px;
}
.index-notice .df .more:hover:after {
  margin-left: 8px;
}
.index-notice-marquee {
  position: relative;
  width: 100%;
  height: 100%;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.index-notice-marquee:after {
  display: none;
}
.index-notice-marquee .box {
  white-space: nowrap;
  font-size: 0;
  overflow: visible;
}
.index-notice-marquee .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin-right: 5.20833333vw;
  height: 100%;
  font-size: 14px;
}
.index-notice-marquee .item .link {
  color: #fff;
}
.index-section {
  position: relative;
  padding-bottom: 66px;
  z-index: 2;
}
.index-head {
  padding: 60px 0 40px;
  text-align: center;
}
.index-head .cn span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  color: #333333;
  font-size: 28px;
  padding: 0 4px 4px;
}
.index-head .cn span:after {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 16px;
  background-color: #e3eeff;
}
.index-head .en {
  margin-top: 4px;
  font-size: 12px;
  color: #8ba1da;
}
.index-business {
  background-image: -webkit-linear-gradient(-90deg, #fcfeff, #f6f9ff);
}
.index-business-slide {
  text-align: center;
}
.index-business-slide .shade {
  height: 250px;
}
.index-business-slide .item {
  position: relative;
  z-index: 2;
  float: left;
  width: 300px;
  height: 250px;
  background-color: #fff;
  text-align: left;
}
.index-business-slide .item:nth-child(1n+2):before {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ededed;
}
.index-business-slide .item .txt {
  z-index: 3;
  position: relative;
  padding: 23px 23px 23px 90px;
  height: 44px;
  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-business-slide .item .txt:after {
  display: none;
}
.index-business-slide .item .txt:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -12px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 12px 12px;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  font-size: 0;
  pointer-events: none;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.index-business-slide .item .txt .icoImg {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
}
.index-business-slide .item .txt .sdt {
  font-size: 16px;
  color: #333333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
}
.index-business-slide .item .txt .sdd {
  display: none;
}
.index-business-slide .item .pic {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 160px;
  background-color: #f1f1f1;
}
.index-business-slide .item .pic:after {
  content: " ";
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.index-business-slide .item .pic .mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  line-height: 160px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.index-business-slide .item .pic .mask .vmbox {
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
}
.index-business-slide .item:hover .txt:after {
  margin-top: -5px;
}
.index-business-slide .item:hover .txt .sdt {
  color: #183883;
}
.index-business-slide .item:hover .pic:after {
  -webkit-transition: all 250ms ease-out 50ms;
  transition: all 250ms ease-out 50ms;
  opacity: 1;
  visibility: visible;
}
.index-business-slide .item:hover .pic .mask {
  -webkit-transition: all 300ms ease-out 200ms;
  transition: all 300ms ease-out 200ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.index-business-slide .ctrs {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 40px;
  width: 80px;
  height: 36px;
}
.index-business-slide._nojs .ctrs {
  display: none;
}
.index-about-tab .Tg {
  float: right;
  margin-top: 42px;
  width: 140px;
  height: 276px;
  padding-left: 14px;
  border-left: #ededed solid 1px;
  display: none !important;
}
.index-about-tab .Tg .btn {
  position: relative;
  z-index: 2;
  display: block;
  height: 92px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 92px;
}
.index-about-tab .Tg .btn:after {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/arrow-tg.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.index-about-tab .Tg .btn.on {
  background-color: #f8fbff;
  color: #183883;
}
.index-about-tab .Tg .btn:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.index-about-tab .Tt {
  float: left;
  width: 960px;
  height: 360px;
  width: 1200px ;
}
.index-about-tab .imgtext {
  position: relative;
  z-index: 2;
  padding-left: 530px;
  padding-top: 30px;
  padding-right: 50px;
  min-height: 320px;
}
.index-about-tab .imgtext .pic {
  overflow: visible;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 440px;
  height: 290px;
  background-color: #f1f1f1;
}
.index-about-tab .imgtext .pic:before {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  left: -30px;
  top: -30px;
  width: 440px;
  height: 290px;
  background-color: #e5efff;
}
.index-about-tab .imgtext .txt {
  position: relative;
  padding-top: 70px;
  z-index: 2;
}
.index-about-tab .imgtext .txt:before {
  content: " ";
  position: absolute;
  right: 100%;
  margin-right: 25px;
  top: 84px;
  background-color: #183883;
  width: 44px;
  height: 1px;
}
.index-about-tab .imgtext .txt .dt h1 {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333333;
}
.index-about-tab .imgtext .txt .dt h2 {
  color: #999999;
  font-size: 12px;
}
.index-about-tab .imgtext .txt .dd {
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 96px;
  line-height: 24px;
}
.index-axdvantage {
  padding-top: 20px;
  padding-bottom: 80px;
}
.index-axdvantage .index-head .cn span {
  color: #fff;
}
.index-axdvantage .index-head .cn span:after {
  background-color: #465c92;
}
.index-axdvantage-list .oLi {
  float: left;
  width: 18%;
  padding: 0 1%;
  color: #fff;
  text-align: center;
}
.index-axdvantage-list .oLi .ico {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 108px;
  height: 108px;
  background-image: url(../images/bgi-axdvantage-item.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.index-axdvantage-list .oLi .ico img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
  width: 56px;
  height: 56px;
}
.index-axdvantage-list .oLi .sdt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}
.index-axdvantage-list .oLi .sdd {
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
}
.index-news-list .item {
  position: relative;
  float: left;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
}
.index-news-list .item:nth-child(1n+1) {
  width: 32%;
  margin-right: 2%;
  margin-top: 0;
}
.index-news-list .item:nth-child( 3n+3) {
  margin-right: 0;
}
.index-news-list .item:nth-child( 1n+4) {
  margin-top: 2%;
}
.index-news-list .item .pic {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-color: #f1f1f1;
}
.index-news-list .item .txt {
  padding: 18px 12px 6px;
}
.index-news-list .item .txt h3 {
  line-height: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.index-news-list .item .txt .date {
  margin-top: 4px;
  padding-left: 18px;
  height: 16px;
  line-height: 16px;
  background-image: url(../images/ico-date.png);
  background-size: auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  color: #999999;
  font-size: 12px;
}
.index-news-list .item .txt p {
  margin-top: 8px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
  height: 40px;
  color: #999999;
}
.index-news-list .item:hover .txt h3 {
  color: #183883;
}
.index-slogan {
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 1.25;
  height: 280px;
  padding: 0;
}
.index-slogan .contain {
  padding-top: 96px;
}
/* footer */
.footer {
  border-top: #e1e1e1 solid 1px;
}
.footer-t {
  padding-top: 35px;
  padding-bottom: 30px;
}
.footer-t .fcontact {
  float: left;
  width: 360px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.footer-t .fcontact .logo {
  display: block;
  height: 44px;
  width: 300px;
  margin-left: -5px;
  margin-bottom: 15px;
}
.footer-t .fqrcode {
  margin-top: 10px;
  float: right;
  white-space: nowrap;
  font-size: 0;
  padding-bottom: 5px;
}
.footer-t .fqrcode .item {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.footer-t .fqrcode .item:nth-child(1n+2) {
  margin-left: 15px;
}
.footer-t .fqrcode .item .pic {
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
  background-color: #f1f1f1;
  border: #eeeeee solid 1px;
}
.footer-t .fnav {
  float: left;
  margin-left: 80px;
}
.footer-t .fnav .firItem {
  float: left;
  line-height: 1.25;
}
.footer-t .fnav .firItem:nth-child(1n+2) {
  margin-left: 20px;
}
.footer-t .fnav .firItem .link1 {
  color: #333333;
  line-height: 44px;
}
.footer-t .fnav .firItem .link2 {
  color: #999999;
}
.footer-t .fnav .firItem .secNav {
  margin-top: 15px;
}
.footer-t .fnav .firItem .secNav .secItem:nth-child(1n+2) {
  margin-top: 8px;
}
.footer-t .flinks {
  float: left;
  width: 100%;
  margin-top: 30px;
  line-height: 20px;
}
.footer-t .flinks .sdt {
  float: left;
  color: #333333;
}
.footer-t .flinks .sdd {
  margin-left: 6em;
}
.footer-t .flinks .link {
  color: #666666;
}
.footer-t .flinks .link:nth-child(1n+2) {
  margin-left: 5px;
}
.footer-b {
  background-color: #f5f5f5;
  text-align: center;
  line-height: 20px;
  padding: 12px 0;
}
.footer-b,
.footer-b a {
  color: #999999;
}
.footer-b .link:hover {
  color: #333333;
}
/* subpage */
.subpage-banner {
  z-index: 3;
  position: relative;
  overflow: hidden;
  background-color: #d4e4ff;
  height: 200px;
}
.subpage-banner .contain {
  margin-top: 68px;
  color: #fff;
}
.subpage-banner .contain .cn {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.subpage-banner .contain .hr {
  width: 32px;
  height: 2px;
  background-color: #fff;
  margin-top: 6px;
  margin-bottom: 6px;
}
.subpage-banner .contain .en {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  opacity: .8;
}
.subpage-wrap {
  position: relative;
  margin-top: 50px;
  margin-bottom: 60px;
  z-index: 2;
}
.subpage-left {
  float: left;
  width: 200px;
}
.subpage-main {
  float: right;
  width: 830px;
  padding: 50px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.subpage-main .sNews-list {
  margin-top: -20px;
}
.subpage-nav .link {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  white-space: nowrap;
  overflow: hidden;
}
.subpage-nav .link:before {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #d4e4ff;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  border-radius: 40px;
}
.subpage-nav .link:after {
  content: ">";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-family: SimSun, '宋体';
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  color: #183883;
}
.subpage-nav .link:nth-child(1n+2) {
  margin-top: 20px;
}
.subpage-nav .link.on:before,
.subpage-nav .link:hover:before,
.subpage-nav .link.on:after,
.subpage-nav .link: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;
}
.subpage-crumbs {
  line-height: 48px;
  border-bottom: #ededed solid 1px;
  padding-left: 24px;
  background-image: url(../images/ico-home.png);
  background-size: auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  width: 1176px;
}
.subpage-secnav {
  margin-top: 45px;
  position: relative;
  text-align: left;
  z-index: 6;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: -20px;
  width: 1120px;
}
.subpage-secnav .link {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  min-width: 4em;
  padding: 5px 25px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  border: #cccccc solid 1px;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  overflow: hidden;
}
.subpage-secnav .link:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: inherit;
  background-color: #183883;
}
.subpage-secnav .link:nth-child(1n+2) {
  margin-left: 28px;
}
.subpage-secnav .link:hover {
  border-color: #183883;
}
.subpage-secnav .link.on {
  color: #fff;
  background-color: #183883;
  border-color: #183883;
}
.subpage-secnav .link.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;
}
/* sHonor */
.sHonor-list .item {
  float: left;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: #efefef solid 1px;
}
.sHonor-list .item:nth-child(1n+1) {
  width: 31.5%;
  margin-right: 2.75%;
  margin-top: 0;
}
.sHonor-list .item:nth-child( 3n+3) {
  margin-right: 0;
}
.sHonor-list .item:nth-child( 1n+4) {
  margin-top: 2.75%;
}
.sHonor-list .item:after {
  content: " ";
  z-index: -1;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  left: 100%;
  bottom: -1px;
  width: 0;
  height: 1px;
}
.sHonor-list .item .pic {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-color: #f5f5f5;
}
.sHonor-list .item .pic img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sHonor-list .item h3 {
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  height: 1.5em;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sHonor-list .item:hover h3 {
  color: #183883;
}
.sHonor-list .item:hover: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;
}
/* sBusiness */
.sBusiness-list .section {
  position: relative;
  padding: 30px 920px 30px 0;
  min-height: 260px;
  width: 280px;
}
.sBusiness-list .section:nth-child(1n+2) {
  margin-top: 30px;
}
.sBusiness-list .section .sdt {
  position: relative;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 20px;
}
.sBusiness-list .section .sdt strong {
  font-size: 2em;
  margin-right: -1px;
}
.sBusiness-list .section .sdt:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 44px;
  height: 1px;
  background-color: #555555;
}
.sBusiness-list .section .sdd {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.75em;
}
.sBusiness-slide {
  position: absolute;
  right: 0;
  top: 0;
  width: 900px;
  height: 320px;
}
.sBusiness-slide .item {
  float: left;
  position: relative;
  width: 450px;
  height: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  margin-right: 20px;
}
.sBusiness-slide .item .pic {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
/* sCase */
.sCase-list .item {
  float: left;
  position: relative;
  text-align: center;
  background-color: #f8f8f8;
  padding: 1.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sCase-list .item:nth-child(1n+1) {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 0;
}
.sCase-list .item:nth-child( 4n+4) {
  margin-right: 0;
}
.sCase-list .item:nth-child( 1n+5) {
  margin-top: 2%;
}
.sCase-list .item .pic {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-color: #f1f1f1;
}
.sCase-list .item h3 {
  margin-top: 5%;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  height: 1.5em;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sCase-list .item:hover {
  background-color: #183883;
}
.sCase-list .item:hover h3 {
  color: #fff;
}
.sView-head {
  padding: 0 15px 20px;
  border-bottom: #cccccc solid 1px;
  text-align: center;
}
.sView-head h1 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}
.sView-head .aside {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.sView-head .aside span {
  margin-left: 5px;
  margin-right: 5px;
}
.sView-body {
  font-size: 14px;
  padding: 35px 15px;
}
.sView-foot {
  position: relative;
  padding: 15px 20px;
  height: 24px;
  background-color: #f5f5f5;
}
.sView-foot .ctr {
  position: absolute;
  top: 15px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.sView-foot .ctr > s {
  margin-right: 10px;
}
.sView-foot .ctr.prev {
  left: 20px;
}
.sView-foot .ctr.next {
  right: 20px;
}
.sView-foot .ctr[href="#"],
.sView-foot .ctr[href=""] {
  cursor: not-allowed;
}
.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 .backToList {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 15px;
  text-align: center;
  width: 100px;
  height: 24px;
  line-height: 24px;
}
/* sNews */
.sNews-list .item {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 20px 140px;
  min-height: 80px;
  border-bottom: #ededed solid 1px;
}
.sNews-list .item .pic {
  position: absolute;
  left: 0;
  top: 20px;
  width: 120px;
  height: 80px;
  border: #ededed solid 1px;
}
.sNews-list .item h3 {
  padding: 8px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  font-size: 16px;
  color: #333333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sNews-list .item p {
  margin-top: 2px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
}
.sNews-list .item:hover h3 {
  color: #183883;
}
/* sContact */
.sContact-map {
  position: relative;
  width: 100%;
  height: 360px;
}
.sContact-map #dituContent {
  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: #183883;
}
.sContact-map #dituContent .BMap_bubble_content {
  width: 400px !important;
  font-size: 14px;
}
.sContact-map #dituContent img {
  max-width: none;
}
._pen .sContact-map {
  pointer-events: none;
}
.sContact-map:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
.sContact-map:hover:after {
  visibility: hidden;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.sContact-info {
  margin-top: 35px;
}
.sContact-info .dt {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
}
.sContact-info .dt:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 15px;
  background-color: #183883;
}
.sContact-info .dd {
  margin-top: 25px;
  color: #999999;
}
.sContact-info .dd .dib {
  min-width: 260px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.sContact-info .dd .icoImg {
  width: 20px;
  height: 20px;
  vertical-align: top;
}
/* sHr */
.sHr-list .item {
  position: relative;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  padding: 12px 100px 12px 18px;
  color: #666666;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sHr-list .item:nth-child(1n+2) {
  margin-top: 10px;
}
.sHr-list .item:before {
  content: " ";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #666;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sHr-list .item h3 {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sHr-list .item .date {
  position: absolute;
  right: 8px;
  top: 12px;
  font-size: 12px;
}
.sHr-list .item:hover {
  background-color: #183883;
  color: #fff;
}
.sHr-list .item:hover:before {
  background-color: #fff;
}
