@charset "utf-8";
/*!  Project : 四川宇通路特机械设备有限公司
    +---------style.css----------+
    |                            |
    |    Author  |  yeshiqiu     |
    |    Q__Q    |  337676937    |
    |    Addr    |  SC_Chengdu   |
    |    Date    |  2020.06.22   |
    |                            |
    +--!-_-!--------------!-_-!--+
*/
.pa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pr100 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fzsX {
  font-size: 100px;
}
@media screen and (max-width: 675px) {
  .fzsX {
    font-size: 90px;
  }
}
@media screen and (max-width: 600px) {
  .fzsX {
    font-size: 80px;
  }
}
@media screen and (max-width: 525px) {
  .fzsX {
    font-size: 70px;
  }
}
@media screen and (max-width: 450px) {
  .fzsX {
    font-size: 60px;
  }
}
@media screen and (max-width: 400px) {
  .fzsX {
    font-size: 50px;
  }
}
.bge {
  background-color: #eee;
}
.bgf {
  background-color: #fff;
}
.bgf1 {
  background-color: #f1f1f1;
}
.bgf5 {
  background-color: #f5f5f5;
}
@-webkit-keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
            clip-path: inset(0 50% round 0);
  }
  100% {
    -webkit-clip-path: inset(0% round 0);
            clip-path: inset(0% round 0);
  }
}
@keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
            clip-path: inset(0 50% round 0);
  }
  100% {
    -webkit-clip-path: inset(0% round 0);
            clip-path: inset(0% round 0);
  }
}
@-webkit-keyframes fadeInRightm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRightm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightm {
  -webkit-animation-name: fadeInRightm;
          animation-name: fadeInRightm;
}
@-webkit-keyframes fadeInLeftm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeftm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftm {
  -webkit-animation-name: fadeInLeftm;
          animation-name: fadeInLeftm;
}
@-webkit-keyframes fadeInUpm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpm {
  -webkit-animation-name: fadeInUpm;
          animation-name: fadeInUpm;
}
@-webkit-keyframes fadeInDownm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownm {
  -webkit-animation-name: fadeInDownm;
          animation-name: fadeInDownm;
}
@-webkit-keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInRightm {
  -webkit-animation-name: slideInRightm;
          animation-name: slideInRightm;
}
@-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;
}
@-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;
}
@-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;
}
@-webkit-keyframes fadeIns {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIns {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
.fadeIns {
  -webkit-animation-name: fadeIns;
          animation-name: fadeIns;
}
@-webkit-keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.dotShake {
  -webkit-animation-name: dotShake;
          animation-name: dotShake;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotate360 {
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -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;
}
/* 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: normal ;
     -moz-user-select: normal ;
      -ms-user-select: normal ;
          user-select: normal ;
}
.op0 {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.op1 {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}
.tapList .link {
  display: block;
}
.lhd5 {
  height: .5em;
}
.reject {
  cursor: not-allowed;
}
.poss {
  position: static !important;
}
.ts {
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}
.tsn {
  -webkit-transition: none !important;
  transition: none !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;
}
.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: #1168c9;
}
.bgc1 {
  background-color: #1168c9;
}
.c2 {
  color: #cc1d27;
}
.bgc2 {
  background-color: #cc1d27;
}
.c3 {
  color: #ffd853;
}
.bgc3 {
  background-color: #ffd853;
}
.ca {
  color: #333333;
}
.cb {
  color: #666666;
}
.cs {
  color: #999999;
}
html {
  min-width: 440px;
}
body {
  color: #666666;
  font: 14px/1 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}
a {
  color: #333333;
}
a.on {
  color: #1168c9;
}
@media screen and (min-width: 1025px) {
  a:hover {
    color: #1168c9;
  }
}
@media screen and (max-width: 1024px) {
  a:active {
    color: #1168c9;
  }
}
.vmbox {
  font-size: 14px;
  line-height: 1.4333;
  font-family: 'Microsoft JhengHei', '微软正黑体';
}
.info {
  font-size: 14px;
  line-height: 1.7143;
}
.imax {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .imax {
    line-height: 1.75;
  }
}
::-moz-selection {
  background: #0d509a;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #0d509a;
  color: #fff;
  text-shadow: none;
}
.pc ::-webkit-scrollbar {
  position: absolute;
  width: 8px;
  height: 8px;
}
.pc ::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
}
.pc ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.pc ::-webkit-scrollbar-corner {
  background: transparent;
  height: 0;
  width: 0;
}
.loading {
  background-image: url(../images/loading.gif);
}
.loading-m {
  background-image: url(../images/loading-m.gif);
}
.load-error {
  background-image: url(../images/error.gif);
}
.ctr,
.btn,
.more,
.link {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
 
.aftzoomer .pic:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background-color: rgba(17, 104, 201, 0.8);
  background-image: url(../images/btni-zoomer.png);
  background-size: 2em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media screen and (min-width: 1025px) {
  .aftzoomer:hover .pic:after {
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
}
.scs .pic img {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
@media screen and (min-width: 1025px) {
  .scs:hover .pic img {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
.maxmw {
  width: auto;
  width: calc(100% - 30px);
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.container,
.w {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}
@media (min-width: 1441px) {
  .container,
  .w {
    width: 1280px;
  }
}
@media screen and (max-width: 1024px) {
  .container,
  .w {
    width: auto;
    width: calc(100% - 30px);
    max-width: 720px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.w-p {
  padding-left: 6.25%;
  padding-right: 6.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1681px) {
  .w-p {
    padding-left: 2.60416667%;
    padding-right: 2.60416667%;
  }
}
@media screen and (max-width: 1024px) {
  .w-p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .w1200 {
    width: 96%;
  }
}
.dif1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.dif1:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dif1 {
    display: block;
  }
}
.dif2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.dif2:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dif2 {
    display: block;
  }
}
.dif2 {
  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;
}
.dif2:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dif2 {
    display: block;
  }
}
/* ------------------- htmls ------------------- */
.btn.btn1 {
  position: relative;
  overflow: hidden;
  display: block;
  width: 120px;
  height: 30px;
  padding: 0.3rem 0.8rem;
  background-color: #1168c9;
  color: #fff;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
  white-space: nowrap;
}
.btn.btn1:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.btn.btn1:after {
  content: "→";
  margin-left: .5em;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
@media screen and (min-width: 1025px) {
  .btn.btn1:hover:before {
    -webkit-transition: all 220ms ease 0ms;
    transition: all 220ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
  .btn.btn1:hover:after {
    margin-left: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .btn.btn1:active:before {
    -webkit-transition: all 0ms ease 0ms;
    transition: all 0ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
}
.modal-videoPlayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: #fff;
}
.modal-videoPlayer .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 80;
  background-color: rgba(17, 104, 201, 0.5);
}
.modal-videoPlayer .close s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50.4px;
  font-size: 36px;
  color: #ffffff;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
}
.ysqUEO .modal-videoPlayer .close s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .modal-videoPlayer .close s:before,
.ysqUEO .modal-videoPlayer .close s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 36px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  background-color: #ffffff;
}
.ysqUEO .modal-videoPlayer .close s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(7.24873734px, 0);
          transform: rotate(45deg) translate(7.24873734px, 0);
  top: 9px;
}
.ysqUEO .modal-videoPlayer .close s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(7.24873734px, 0);
          transform: rotate(-45deg) translate(7.24873734px, 0);
  bottom: 9px;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .modal-videoPlayer .close s:before,
  .ysqUEO .modal-videoPlayer .close s:after {
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
  .ysqUEO .modal-videoPlayer .close s:hover:before,
  .ysqUEO .modal-videoPlayer .close s:hover:after {
    background-color: #ffffff;
  }
  .modal-videoPlayer .close s:hover {
    color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .modal-videoPlayer .close s:active {
    color: #ffffff;
  }
}
.modal-videoPlayer .close s:hover {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.modal-videoPlayer .contain {
  position: absolute;
}
.modal-videoPlayer .player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.modal-videoPlayer .player * {
  background-color: transparent !important;
}
@media screen and (min-width: 1025px) {
  .modal-videoPlayer .contain {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .modal-videoPlayer .contain {
    left: 0px;
    right: 0px;
    top: 56px;
    bottom: 56px;
  }
}
/* albumWindow */
#albumWindow {
  position: fixed;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 50%;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.no-supports #albumWindow {
  -webkit-transform: none !important;
          transform: none !important;
}
#albumWindow.visible {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  opacity: 1;
  visibility: visible;
  top: 0;
  bottom: 0;
}
#albumWindow .contain {
  position: absolute;
  z-index: 1;
  left: 48px;
  right: 48px;
  top: 48px;
  bottom: 30px;
}
#albumWindow .contain .list0 {
  width: 400%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#albumWindow .contain .item {
  float: left;
  position: relative;
  width: 25%;
  height: 100%;
  text-align: center;
  margin-right: 20px;
}
#albumWindow .contain .item .img,
#albumWindow .contain .item .vmbox {
  width: 100%;
  min-height: 60px;
}
#albumWindow .contain .item .fBar {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
#albumWindow .contain .item .fBar .download {
  display: inline-block;
  vertical-align: top;
  padding-left: 6px;
  padding-right: 6px;
  color: #1168c9;
  border-bottom: solid 1px;
  font-size: 14px;
  line-height: 18px;
}
#albumWindow .contain .item.on .fBar {
  -webkit-transition: all 250ms ease 200ms;
  transition: all 250ms ease 200ms;
  opacity: 1;
  visibility: visible;
}
#albumWindow .picName {
  position: absolute;
  left: 0;
  top: -48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #333333;
}
#albumWindow .close.btn {
  position: absolute;
  overflow: hidden;
  z-index: 3;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: #1168c9;
}
#albumWindow .close.btn s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 43.2px;
  font-size: 28px;
  color: #ffffff;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO #albumWindow .close.btn s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO #albumWindow .close.btn s:before,
.ysqUEO #albumWindow .close.btn s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  background-color: #ffffff;
}
.ysqUEO #albumWindow .close.btn s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(5.38477631px, 0);
          transform: rotate(45deg) translate(5.38477631px, 0);
  top: 8px;
}
.ysqUEO #albumWindow .close.btn s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(5.38477631px, 0);
          transform: rotate(-45deg) translate(5.38477631px, 0);
  bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .ysqUEO #albumWindow .close.btn s:before,
  .ysqUEO #albumWindow .close.btn s:after {
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
  .ysqUEO #albumWindow .close.btn s:hover:before,
  .ysqUEO #albumWindow .close.btn s:hover:after {
    background-color: #ffffff;
  }
  #albumWindow .close.btn s:hover {
    color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .close.btn s:active {
    color: #ffffff;
  }
}
#albumWindow .close.btn s:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#albumWindow .ctr {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 44px;
  height: 120px;
  -webkit-transition: all 400ms ease 0s, all 250ms ease 0s, all 250ms ease 0s;
  transition: all 400ms ease 0s, all 250ms ease 0s, all 250ms ease 0s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  opacity: .8;
  line-height: 120px;
  color: #111111;
  text-align: center;
}
#albumWindow .ctr s {
  color: #1168c9;
  font-size: 42px;
  font-weight: bold;
}
#albumWindow .ctr s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #111111;
  font-size: 40px;
  font-weight: bold;
}
#albumWindow .ctr:hover {
  color: #111111;
}
.ysqUEO #albumWindow .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO #albumWindow .ctr s:before,
.ysqUEO #albumWindow .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #111111;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO #albumWindow .ctr s:before,
  .ysqUEO #albumWindow .ctr s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .ysqUEO #albumWindow .ctr:hover s:before,
  .ysqUEO #albumWindow .ctr:hover s:after {
    background-color: #111111;
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .ctr:active s:before,
  #albumWindow .ctr:active s:after {
    background-color: #111111;
  }
}
.ysqUEO #albumWindow .ctr.prev s:before,
.ysqUEO #albumWindow .ctr.prev s:after {
  margin-left: -7px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO #albumWindow .ctr.prev s:before {
  -webkit-transform: rotate(-40deg) translateX(-1.5px);
          transform: rotate(-40deg) translateX(-1.5px);
}
.ysqUEO #albumWindow .ctr.prev s:after {
  -webkit-transform: rotate(40deg) translateX(-1.5px);
          transform: rotate(40deg) translateX(-1.5px);
}
.ysqUEO #albumWindow .ctr.next s:before,
.ysqUEO #albumWindow .ctr.next s:after {
  margin-left: -13px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO #albumWindow .ctr.next s:before {
  -webkit-transform: rotate(-40deg) translateX(1.5px);
          transform: rotate(-40deg) translateX(1.5px);
}
.ysqUEO #albumWindow .ctr.next s:after {
  -webkit-transform: rotate(40deg) translateX(1.5px);
          transform: rotate(40deg) translateX(1.5px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO #albumWindow .ctr.prev:hover s:before {
    -webkit-transform: rotate(-48deg) translateX(-1.5px);
            transform: rotate(-48deg) translateX(-1.5px);
  }
  .ysqUEO #albumWindow .ctr.prev:hover s:after {
    -webkit-transform: rotate(48deg) translateX(-1.5px);
            transform: rotate(48deg) translateX(-1.5px);
  }
  .ysqUEO #albumWindow .ctr.next:hover s:before {
    -webkit-transform: rotate(-48deg) translateX(1.5px);
            transform: rotate(-48deg) translateX(1.5px);
  }
  .ysqUEO #albumWindow .ctr.next:hover s:after {
    -webkit-transform: rotate(48deg) translateX(1.5px);
            transform: rotate(48deg) translateX(1.5px);
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .ctr.prev:active s:before {
    -webkit-transform: rotate(-48deg) translateX(-1.5px);
            transform: rotate(-48deg) translateX(-1.5px);
  }
  #albumWindow .ctr.prev:active s:after {
    -webkit-transform: rotate(48deg) translateX(-1.5px);
            transform: rotate(48deg) translateX(-1.5px);
  }
  #albumWindow .ctr.next:active s:before {
    -webkit-transform: rotate(-48deg) translateX(1.5px);
            transform: rotate(-48deg) translateX(1.5px);
  }
  #albumWindow .ctr.next:active s:after {
    -webkit-transform: rotate(48deg) translateX(1.5px);
            transform: rotate(48deg) translateX(1.5px);
  }
}
#albumWindow .ctr.prev {
  left: 0;
}
#albumWindow .ctr.next {
  right: 0;
}
#albumWindow .ctr.reject {
  display: none;
}
@media screen and (min-width: 1025px) {
  #albumWindow .ctr:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .ctr:active {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
#albumWindow .pagination {
  height: 4px;
  line-height: 4px;
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
#albumWindow .pagination .container {
  width: 100%;
  margin: 0 !important;
}
#albumWindow .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 3px;
  border-color: #222;
  width: 0;
  height: 0;
  border-width: 4px 4px 0 0;
  border-style: solid;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
#albumWindow .pagination .btn > em {
  display: none;
}
#albumWindow .pagination .btn.on {
  border-color: #1168c9;
}
#albumWindow .originalBtn {
  position: absolute;
  z-index: 6;
  left: 0;
  line-height: 30px;
  color: #999999;
  cursor: pointer;
}
#albumWindow .originalBtn:hover {
  color: #1168c9;
}
#albumWindow .serialNum {
  position: absolute;
  z-index: 6;
  right: 0;
  line-height: 30px;
  color: #999999;
}
.ctr1 {
  z-index: 31;
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  width: 3rem;
  height: 4rem;
  line-height: 4rem;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease 0s, all 250ms ease 0s, all 250ms ease 0s;
  transition: all 400ms ease 0s, all 250ms ease 0s, all 250ms ease 0s;
  color: #ffffff;
  text-align: center;
}
.ctr1 s {
  font-family: 'SimSun', '宋体' !important;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.ctr1 s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}
.ctr1:hover {
  color: #ffffff;
}
.ysqUEO .ctr1 s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr1 s:before,
.ysqUEO .ctr1 s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr1 s:before,
  .ysqUEO .ctr1 s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .ysqUEO .ctr1:hover s:before,
  .ysqUEO .ctr1:hover s:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .ctr1:active s:before,
  .ctr1:active s:after {
    background-color: #ffffff;
  }
}
.ysqUEO .ctr1.prev s:before,
.ysqUEO .ctr1.prev s:after {
  margin-left: -8px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr1.prev s:before {
  -webkit-transform: rotate(-36deg) translateX(-1px);
          transform: rotate(-36deg) translateX(-1px);
}
.ysqUEO .ctr1.prev s:after {
  -webkit-transform: rotate(36deg) translateX(-1px);
          transform: rotate(36deg) translateX(-1px);
}
.ysqUEO .ctr1.next s:before,
.ysqUEO .ctr1.next s:after {
  margin-left: -12px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr1.next s:before {
  -webkit-transform: rotate(-36deg) translateX(1px);
          transform: rotate(-36deg) translateX(1px);
}
.ysqUEO .ctr1.next s:after {
  -webkit-transform: rotate(36deg) translateX(1px);
          transform: rotate(36deg) translateX(1px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr1.prev:hover s:before {
    -webkit-transform: rotate(-42deg) translateX(-1px);
            transform: rotate(-42deg) translateX(-1px);
  }
  .ysqUEO .ctr1.prev:hover s:after {
    -webkit-transform: rotate(42deg) translateX(-1px);
            transform: rotate(42deg) translateX(-1px);
  }
  .ysqUEO .ctr1.next:hover s:before {
    -webkit-transform: rotate(-42deg) translateX(1px);
            transform: rotate(-42deg) translateX(1px);
  }
  .ysqUEO .ctr1.next:hover s:after {
    -webkit-transform: rotate(42deg) translateX(1px);
            transform: rotate(42deg) translateX(1px);
  }
}
@media screen and (max-width: 1024px) {
  .ctr1.prev:active s:before {
    -webkit-transform: rotate(-42deg) translateX(-1px);
            transform: rotate(-42deg) translateX(-1px);
  }
  .ctr1.prev:active s:after {
    -webkit-transform: rotate(42deg) translateX(-1px);
            transform: rotate(42deg) translateX(-1px);
  }
  .ctr1.next:active s:before {
    -webkit-transform: rotate(-42deg) translateX(1px);
            transform: rotate(-42deg) translateX(1px);
  }
  .ctr1.next:active s:after {
    -webkit-transform: rotate(42deg) translateX(1px);
            transform: rotate(42deg) translateX(1px);
  }
}
.ctr1.prev {
  left: 0;
}
.ctr1.next {
  right: 0;
}
.ctr1:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  .ctr1 {
    color: #ffffff;
    -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
    transition: all 250ms ease 0s, all 250ms ease 0s;
    text-align: center;
  }
  .ctr1 s {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'SimSun', '宋体' !important;
    pointer-events: none;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
  }
  .ctr1:hover {
    color: #ffffff;
  }
  .ysqUEO .ctr1 s {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    padding: inherit;
  }
  .ysqUEO .ctr1 s:before,
  .ysqUEO .ctr1 s:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    margin-top: -0.5px;
    background-color: #ffffff;
    -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
    transition: all 250ms ease 0s, all 250ms ease 0s;
  }
  .ysqUEO .ctr1.prev s:before,
  .ysqUEO .ctr1.prev s:after {
    margin-left: -6px;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .ysqUEO .ctr1.prev s:before {
    -webkit-transform: rotate(-36deg) translateX(-0.5px);
            transform: rotate(-36deg) translateX(-0.5px);
  }
  .ysqUEO .ctr1.prev s:after {
    -webkit-transform: rotate(36deg) translateX(-0.5px);
            transform: rotate(36deg) translateX(-0.5px);
  }
  .ysqUEO .ctr1.next s:before,
  .ysqUEO .ctr1.next s:after {
    margin-left: -8px;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  .ysqUEO .ctr1.next s:before {
    -webkit-transform: rotate(-36deg) translateX(0.5px);
            transform: rotate(-36deg) translateX(0.5px);
  }
  .ysqUEO .ctr1.next s:after {
    -webkit-transform: rotate(36deg) translateX(0.5px);
            transform: rotate(36deg) translateX(0.5px);
  }
}
@media screen and (max-width: 1024px) and screen and (min-width: 1025px) {
  .ysqUEO .ctr1 s:before,
  .ysqUEO .ctr1 s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .ysqUEO .ctr1:hover s:before,
  .ysqUEO .ctr1:hover s:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 1024px) {
  .ctr1:active s:before,
  .ctr1:active s:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) and screen and (min-width: 1025px) {
  .ysqUEO .ctr1.prev:hover s:before {
    -webkit-transform: rotate(-42deg) translateX(-0.5px);
            transform: rotate(-42deg) translateX(-0.5px);
  }
  .ysqUEO .ctr1.prev:hover s:after {
    -webkit-transform: rotate(42deg) translateX(-0.5px);
            transform: rotate(42deg) translateX(-0.5px);
  }
  .ysqUEO .ctr1.next:hover s:before {
    -webkit-transform: rotate(-42deg) translateX(0.5px);
            transform: rotate(-42deg) translateX(0.5px);
  }
  .ysqUEO .ctr1.next:hover s:after {
    -webkit-transform: rotate(42deg) translateX(0.5px);
            transform: rotate(42deg) translateX(0.5px);
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 1024px) {
  .ctr1.prev:active s:before {
    -webkit-transform: rotate(-42deg) translateX(-0.5px);
            transform: rotate(-42deg) translateX(-0.5px);
  }
  .ctr1.prev:active s:after {
    -webkit-transform: rotate(42deg) translateX(-0.5px);
            transform: rotate(42deg) translateX(-0.5px);
  }
  .ctr1.next:active s:before {
    -webkit-transform: rotate(-42deg) translateX(0.5px);
            transform: rotate(-42deg) translateX(0.5px);
  }
  .ctr1.next:active s:after {
    -webkit-transform: rotate(42deg) translateX(0.5px);
            transform: rotate(42deg) translateX(0.5px);
  }
}
.ctr2 {
  z-index: 21;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 40px;
  height: 80px;
  line-height: 80px;
  -webkit-transition: all 400ms ease 0s, all 250ms ease 0s, all 250ms ease 0s;
  transition: all 400ms ease 0s, all 250ms ease 0s, all 250ms ease 0s;
  color: #bebebe;
  text-align: center;
}
.ctr2 s {
  font-family: 'SimSun', '宋体' !important;
  color: #bebebe;
  font-size: 30px;
  font-weight: bold;
}
.ctr2 s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #bebebe;
  font-size: 44px;
  font-weight: bold;
}
.ctr2:hover {
  color: #bebebe;
}
.ysqUEO .ctr2 s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr2 s:before,
.ysqUEO .ctr2 s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  margin-top: -1px;
  background-color: #bebebe;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr2 s:before,
  .ysqUEO .ctr2 s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .ysqUEO .ctr2:hover s:before,
  .ysqUEO .ctr2:hover s:after {
    background-color: #bebebe;
  }
}
@media screen and (max-width: 1024px) {
  .ctr2:active s:before,
  .ctr2:active s:after {
    background-color: #bebebe;
  }
}
.ysqUEO .ctr2.prev s:before,
.ysqUEO .ctr2.prev s:after {
  margin-left: -9px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr2.prev s:before {
  -webkit-transform: rotate(-36deg) translateX(-1px);
          transform: rotate(-36deg) translateX(-1px);
}
.ysqUEO .ctr2.prev s:after {
  -webkit-transform: rotate(36deg) translateX(-1px);
          transform: rotate(36deg) translateX(-1px);
}
.ysqUEO .ctr2.next s:before,
.ysqUEO .ctr2.next s:after {
  margin-left: -13px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr2.next s:before {
  -webkit-transform: rotate(-36deg) translateX(1px);
          transform: rotate(-36deg) translateX(1px);
}
.ysqUEO .ctr2.next s:after {
  -webkit-transform: rotate(36deg) translateX(1px);
          transform: rotate(36deg) translateX(1px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr2.prev:hover s:before {
    -webkit-transform: rotate(-42deg) translateX(-1px);
            transform: rotate(-42deg) translateX(-1px);
  }
  .ysqUEO .ctr2.prev:hover s:after {
    -webkit-transform: rotate(42deg) translateX(-1px);
            transform: rotate(42deg) translateX(-1px);
  }
  .ysqUEO .ctr2.next:hover s:before {
    -webkit-transform: rotate(-42deg) translateX(1px);
            transform: rotate(-42deg) translateX(1px);
  }
  .ysqUEO .ctr2.next:hover s:after {
    -webkit-transform: rotate(42deg) translateX(1px);
            transform: rotate(42deg) translateX(1px);
  }
}
@media screen and (max-width: 1024px) {
  .ctr2.prev:active s:before {
    -webkit-transform: rotate(-42deg) translateX(-1px);
            transform: rotate(-42deg) translateX(-1px);
  }
  .ctr2.prev:active s:after {
    -webkit-transform: rotate(42deg) translateX(-1px);
            transform: rotate(42deg) translateX(-1px);
  }
  .ctr2.next:active s:before {
    -webkit-transform: rotate(-42deg) translateX(1px);
            transform: rotate(-42deg) translateX(1px);
  }
  .ctr2.next:active s:after {
    -webkit-transform: rotate(42deg) translateX(1px);
            transform: rotate(42deg) translateX(1px);
  }
}
.ctr2.prev {
  left: -40px;
}
.ctr2.next {
  right: -40px;
}
@media screen and (min-width: 1367px) {
  .ctr2.prev {
    left: -3.6rem;
  }
  .ctr2.next {
    right: -3.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .ctr2:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 1024px) {
  .ctr2 {
    background-color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
    width: 30px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    color: #ffffff;
    -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
    transition: all 250ms ease 0s, all 250ms ease 0s;
    text-align: center;
  }
  .ctr2 s {
    color: #fff;
  }
  .ctr2 s {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'SimSun', '宋体' !important;
    pointer-events: none;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
  }
  .ctr2:hover {
    color: #ffffff;
  }
  .ysqUEO .ctr2 s {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    padding: inherit;
  }
  .ysqUEO .ctr2 s:before,
  .ysqUEO .ctr2 s:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin-top: -0.5px;
    background-color: #ffffff;
    -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
    transition: all 250ms ease 0s, all 250ms ease 0s;
  }
  .ysqUEO .ctr2.prev s:before,
  .ysqUEO .ctr2.prev s:after {
    margin-left: -7px;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .ysqUEO .ctr2.prev s:before {
    -webkit-transform: rotate(-36deg) translateX(-0.5px);
            transform: rotate(-36deg) translateX(-0.5px);
  }
  .ysqUEO .ctr2.prev s:after {
    -webkit-transform: rotate(36deg) translateX(-0.5px);
            transform: rotate(36deg) translateX(-0.5px);
  }
  .ysqUEO .ctr2.next s:before,
  .ysqUEO .ctr2.next s:after {
    margin-left: -9px;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  .ysqUEO .ctr2.next s:before {
    -webkit-transform: rotate(-36deg) translateX(0.5px);
            transform: rotate(-36deg) translateX(0.5px);
  }
  .ysqUEO .ctr2.next s:after {
    -webkit-transform: rotate(36deg) translateX(0.5px);
            transform: rotate(36deg) translateX(0.5px);
  }
  .ctr2.prev {
    left: -30px;
  }
  .ctr2.next {
    right: -30px;
  }
}
@media screen and (max-width: 1024px) and screen and (min-width: 1025px) {
  .ysqUEO .ctr2 s:before,
  .ysqUEO .ctr2 s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .ysqUEO .ctr2:hover s:before,
  .ysqUEO .ctr2:hover s:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 1024px) {
  .ctr2:active s:before,
  .ctr2:active s:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) and screen and (min-width: 1025px) {
  .ysqUEO .ctr2.prev:hover s:before {
    -webkit-transform: rotate(-42deg) translateX(-0.5px);
            transform: rotate(-42deg) translateX(-0.5px);
  }
  .ysqUEO .ctr2.prev:hover s:after {
    -webkit-transform: rotate(42deg) translateX(-0.5px);
            transform: rotate(42deg) translateX(-0.5px);
  }
  .ysqUEO .ctr2.next:hover s:before {
    -webkit-transform: rotate(-42deg) translateX(0.5px);
            transform: rotate(-42deg) translateX(0.5px);
  }
  .ysqUEO .ctr2.next:hover s:after {
    -webkit-transform: rotate(42deg) translateX(0.5px);
            transform: rotate(42deg) translateX(0.5px);
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 1024px) {
  .ctr2.prev:active s:before {
    -webkit-transform: rotate(-42deg) translateX(-0.5px);
            transform: rotate(-42deg) translateX(-0.5px);
  }
  .ctr2.prev:active s:after {
    -webkit-transform: rotate(42deg) translateX(-0.5px);
            transform: rotate(42deg) translateX(-0.5px);
  }
  .ctr2.next:active s:before {
    -webkit-transform: rotate(-42deg) translateX(0.5px);
            transform: rotate(-42deg) translateX(0.5px);
  }
  .ctr2.next:active s:after {
    -webkit-transform: rotate(42deg) translateX(0.5px);
            transform: rotate(42deg) translateX(0.5px);
  }
}
@media screen and (max-width: 768px) {
  .ctr2.prev {
    left: 0;
  }
  .ctr2.next {
    right: 0;
  }
}
.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;
}
/* 组件 */
/* 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 zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
            transform: scale3d(0.77, 0.77, 0.77);
  }
  50%,
  100% {
    opacity: 1;
  }
}
@keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
            transform: scale3d(0.77, 0.77, 0.77);
  }
  50%,
  100% {
    opacity: 1;
  }
}
.zoomIns {
  -webkit-animation-name: zoomIns;
          animation-name: zoomIns;
}
.AnflashOver {
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 333ms;
          animation-duration: 333ms;
}
.AnflashOver:before {
  -webkit-animation-name: AnflashOver;
          animation-name: AnflashOver;
  -webkit-animation-duration: 333ms;
          animation-duration: 333ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: "";
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 150px;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
}
@-webkit-keyframes AnflashOver {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-149px);
            transform: skewX(-25deg) translateX(-149px);
  }
  to {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
            transform: skewX(-25deg) translateX(149px);
  }
}
@keyframes AnflashOver {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-149px);
            transform: skewX(-25deg) translateX(-149px);
  }
  to {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
            transform: skewX(-25deg) translateX(149px);
  }
}
@-webkit-keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDowns {
  -webkit-animation-name: fadeInDowns;
          animation-name: fadeInDowns;
}
@-webkit-keyframes bannerRotateY {
  0%,
  66% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes bannerRotateY {
  0%,
  66% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes mouseRoll {
  0% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes mouseRoll {
  0% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.mouseRoll {
  -webkit-animation-name: mouseRoll;
          animation-name: mouseRoll;
}
@-webkit-keyframes mouseRollDelay {
  0% {
    -webkit-transform: translate(-50%, 15%);
            transform: translate(-50%, 15%);
  }
  75%,
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes mouseRollDelay {
  0% {
    -webkit-transform: translate(-50%, 15%);
            transform: translate(-50%, 15%);
  }
  75%,
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.mouseRollDelay {
  -webkit-animation-name: mouseRollDelay;
          animation-name: mouseRollDelay;
}
.ysqUEO .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%;
  margin-left: -120px;
  margin-top: -120px;
  background-color: #fff;
  width: 240px;
  height: 240px;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnSc:after {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 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: none !important;
            transform: none !important;
  }
}
.ysqUEO .aBtnBd {
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.ysqUEO .aBtnBd:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  border: 0 solid #aaaaaa;
  border-radius: inherit;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnBd:after {
    -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
    transition: all 250ms ease 0s, all 250ms ease 0s;
  }
  .ysqUEO .aBtnBd:hover:after {
    border-width: 30px;
    opacity: 0.2;
  }
}
.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;
  width: 100%;
  height: 100%;
  visibility: visible;
  z-index: 8;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: "alpha(opacity=0)";
  *zoom: 1;
  pointer-events: none;
  -webkit-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnMask:after {
    -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
    transition: all 250ms ease 0s, all 250ms ease 0s;
  }
  .ysqUEO .aBtnMask:hover:after {
    opacity: .07;
  }
}
/* ysq _ ROW | TR */
.ysqTr,
.ysqRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.ysqTr:after,
.ysqRow:after {
  display: none;
}
.ysqTr:after,
.ysqRow:after {
  display: none;
}
.ysqTr > .cell,
.ysqRow > .col {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: background 250ms,color 250ms,-webkit-transform 250ms;
  transition: background 250ms,color 250ms,-webkit-transform 250ms;
  transition: transform 250ms,background 250ms,color 250ms;
  transition: transform 250ms,background 250ms,color 250ms,-webkit-transform 250ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
li.kong {
  height: 0 !important;
  min-height: 0 !important;
  visibility: hidden;
  margin-top: 0 !important;
}
@media screen and (min-width: 1025px) {
  .ysqTr > .cell3 {
    width: 33.333%;
  }
  .ysqTr > .cell4 {
    width: 25%;
  }
  .ysqRow > .col3 {
    width: 32%;
    margin-left: 2%;
  }
  .ysqRow > .col3:nth-child(3n+1) {
    margin-left: 0;
  }
  .ysqRow > .col3:nth-child(1n+4) {
    margin-top: 2.5%;
  }
  .ysqRow > .col3-2 {
    width: 31%;
    margin-left: 3.5%;
  }
  .ysqRow > .col3-2:nth-child(3n+1) {
    margin-left: 0;
  }
  .ysqRow > .col3-2:nth-child(1n+4) {
    margin-top: 3.5%;
  }
  .ysqRow > .col4 {
    width: 23.5%;
    margin-left: 2%;
  }
  .ysqRow > .col4:nth-child(4n+1) {
    margin-left: 0;
  }
  .ysqRow > .col4:nth-child(1n+5) {
    margin-top: 2.5%;
  }
}
@media screen and (min-width: 1441px) {
  .ysqRow > .col5 {
    width: 18.4%;
    margin-left: 2%;
  }
  .ysqRow > .col5:nth-child(5n+1) {
    margin-left: 0;
  }
  .ysqRow > .col5:nth-child(1n+6) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1440px) {
  .ysqRow > .col5 {
    width: 23.5%;
    margin-left: 2%;
  }
  .ysqRow > .col5:nth-child(4n+1) {
    margin-left: 0;
  }
  .ysqRow > .col5:nth-child(1n+5) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .ysqRow > .col3 {
    width: 49%;
    margin-left: 2%;
  }
  .ysqRow > .col3:nth-child(2n+1) {
    margin-left: 0;
  }
  .ysqRow > .col3:nth-child(1n+3) {
    margin-top: 2%;
  }
  .ysqRow > .col3-2 {
    width: 48.5%;
    margin-left: 3%;
  }
  .ysqRow > .col3-2:nth-child(2n+1) {
    margin-left: 0;
  }
  .ysqRow > .col3-2:nth-child(1n+3) {
    margin-top: 2%;
  }
  .ysqRow > .col4,
  .ysqRow > .col5 {
    width: 49%;
    margin-left: 2%;
  }
  .ysqRow > .col4:nth-child(2n+1),
  .ysqRow > .col5:nth-child(2n+1) {
    margin-left: 0;
  }
  .ysqRow > .col4:nth-child(1n+3),
  .ysqRow > .col5:nth-child(1n+3) {
    margin-top: 2%;
  }
  .ysqTr > .cell4 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .loading {
    background-size: 80px 16px;
  }
}
/* 滚动加载 */
.scrollAjax #loadState {
  position: relative;
  width: 200px;
  height: 40px;
  margin: 40px auto 0;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  background-color: #1168c9;
  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: #1168c9;
  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 0s;
  transition: none 250ms ease 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 0s;
  transition: all 600ms ease 0s;
}
.scrollAjax .pageList {
  display: none;
}
/* 模态窗 */
.TAlert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.TAlert .contain {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  z-index: 9;
  max-width: 80%;
  width: 400px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  text-align: left;
  line-height: 1.4333;
  font-size: 16px;
  border-radius: 5px ;
  max-width: 90%;
}
.TAlert .contain .Tclose {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 40px;
  height: 40px;
}
.TAlert .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #333333;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
}
.ysqUEO .TAlert .contain .Tclose s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .TAlert .contain .Tclose s:before,
.ysqUEO .TAlert .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  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;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .TAlert .contain .Tclose s:before,
  .ysqUEO .TAlert .contain .Tclose s:after {
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
  .ysqUEO .TAlert .contain .Tclose s:hover:before,
  .ysqUEO .TAlert .contain .Tclose s:hover:after {
    background-color: #333333;
  }
  .TAlert .contain .Tclose s:hover {
    color: #333333;
  }
}
@media screen and (max-width: 1024px) {
  .TAlert .contain .Tclose s:active {
    color: #333333;
  }
}
.TAlert .contain .Tclose s:hover {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.TAlert .contain .head {
  padding: 10px 15px;
  border-bottom: #cccccc solid 1px;
  color: #333;
  background-color: #fff;
}
.TAlert .contain .body {
  padding: 15px;
  font-size: 14px;
  background-color: #fff;
  color: #444;
}
.TAlert .contain .foot {
  position: relative;
  width: 100%;
  height: 40px;
  border-top: #cccccc solid 1px;
}
.TAlert .contain .foot .btn {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 50%;
  text-align: center;
  font-size: 15px;
}
.TAlert .contain .foot .btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 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: #1168c9;
  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 0s;
  transition: all 330ms ease 0s;
  -webkit-transform: translateY(-100%) scale(0.2);
          transform: translateY(-100%) scale(0.2);
}
.ysqUEO .TAlert.on .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
.pageListBox {
  padding-top: 1rem;
  margin-bottom: -0.4rem;
}
.pageListBox .pageList {
  position: relative;
  line-height: 32px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: hidden;
}
.pageListBox .pageList ul {
  position: relative;
  float: none !important;
}
.pageListBox .pageList ul,
.pageListBox .pageList ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.pageListBox .pageList ul li {
  margin: 0 4px;
  font-size: 14px;
}
.pageListBox .pageList ul .ctr a {
  font-weight: bold;
  font-size: 14px;
  font-family: 'SimSun', '宋体' !important;
}
.pageListBox .pageList a {
  display: block;
  border: #d8dce0 solid 1px;
  width: 32px;
  height: 32px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  color: #999;
  background-color: #fff;
  -webkit-transition: background 200ms, color 200ms;
  transition: background 200ms, color 200ms;
  font-size: 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.pageListBox .pageList a.selected {
  color: #fff;
  background-color: #1168c9;
  border-color: #1168c9;
}
.pageListBox .pageList a:active {
  border-color: #fff !important;
}
@media screen and (min-width: 1025px) {
  .pageListBox .pageList a:hover {
    color: #fff;
    background-color: #1168c9;
    border-color: #1168c9;
  }
}
@media screen and (max-width: 1024px) {
  .pageListBox .pageList {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pageListBox .pageList a:active {
    color: #fff;
    background-color: #1168c9;
    border-color: #1168c9;
  }
}
@media screen and (max-width: 768px) {
  .pageListBox .pageList {
    line-height: 28px;
  }
  .pageListBox .pageList ul li {
    margin-left: 4px;
    margin-right: 4px;
  }
  .pageListBox .pageList a {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
html {
  font-size: 50px;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 45px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .fzRes,
  .w-p {
    font-size: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .fzRes,
  .w-p {
    font-size: 95px;
  }
}
@media screen and (max-width: 950px) {
  .fzRes,
  .w-p {
    font-size: 90px;
  }
}
@media screen and (max-width: 900px) {
  .fzRes,
  .w-p {
    font-size: 85px;
  }
}
@media screen and (max-width: 850px) {
  .fzRes,
  .w-p {
    font-size: 80px;
  }
}
@media screen and (max-width: 800px) {
  .fzRes,
  .w-p {
    font-size: 75px;
  }
}
@media screen and (max-width: 750px) {
  .fzRes,
  .w-p {
    font-size: 70px;
  }
}
@media screen and (max-width: 700px) {
  .fzRes,
  .w-p {
    font-size: 65px;
  }
}
@media screen and (max-width: 650px) {
  .fzRes,
  .w-p {
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  .fzRes,
  .w-p {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  .fzRes,
  .w-p {
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  .fzRes,
  .w-p {
    font-size: 45px;
  }
}
.fz60 {
  font-size: 60px;
}
@media screen and (max-width: 1440px) {
  .fz60 {
    font-size: 54px;
  }
}
@media screen and (max-width: 1024px) {
  .fz60 {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .fz60 {
    font-size: 40px;
  }
}
.fz48,
.sCourse-tab .Tt .box .txt .dt i {
  font-size: 48px;
}
@media screen and (max-width: 1440px) {
  .fz48,
  .sCourse-tab .Tt .box .txt .dt i {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .fz48,
  .sCourse-tab .Tt .box .txt .dt i {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .fz48,
  .sCourse-tab .Tt .box .txt .dt i {
    font-size: 34px;
  }
}
.fz40,
.index-head .dt,
.subpage-banner .word .en {
  font-size: 40px;
}
@media screen and (max-width: 1440px) {
  .fz40,
  .index-head .dt,
  .subpage-banner .word .en {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .fz40,
  .index-head .dt,
  .subpage-banner .word .en {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .fz40,
  .index-head .dt,
  .subpage-banner .word .en {
    font-size: 26px;
  }
}
.fz36,
.subpage-banner .word .cn,
.sAbout .left .dt,
.sContact .left .dt {
  font-size: 36px;
}
@media screen and (max-width: 1440px) {
  .fz36,
  .subpage-banner .word .cn,
  .sAbout .left .dt,
  .sContact .left .dt {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .fz36,
  .subpage-banner .word .cn,
  .sAbout .left .dt,
  .sContact .left .dt {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .fz36,
  .subpage-banner .word .cn,
  .sAbout .left .dt,
  .sContact .left .dt {
    font-size: 24px;
  }
}
.fz32,
.hrX1,
.subpage-head .cn,
.sCourse-tab .head,
.sProduct-switch .pages i,
.sCase-switch .pages i,
.index-head .hr,
.sProduct-intro .hr,
.sCase-intro .hr,
.sContact .left .hr,
.sHr-intro .txt .hr {
  font-size: 32px;
}
@media screen and (max-width: 1440px) {
  .fz32,
  .hrX1,
  .subpage-head .cn,
  .sCourse-tab .head,
  .sProduct-switch .pages i,
  .sCase-switch .pages i,
  .index-head .hr,
  .sProduct-intro .hr,
  .sCase-intro .hr,
  .sContact .left .hr,
  .sHr-intro .txt .hr {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .fz32,
  .hrX1,
  .subpage-head .cn,
  .sCourse-tab .head,
  .sProduct-switch .pages i,
  .sCase-switch .pages i,
  .index-head .hr,
  .sProduct-intro .hr,
  .sCase-intro .hr,
  .sContact .left .hr,
  .sHr-intro .txt .hr {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .fz32,
  .hrX1,
  .subpage-head .cn,
  .sCourse-tab .head,
  .sProduct-switch .pages i,
  .sCase-switch .pages i,
  .index-head .hr,
  .sProduct-intro .hr,
  .sCase-intro .hr,
  .sContact .left .hr,
  .sHr-intro .txt .hr {
    font-size: 22px;
  }
}
.fz28,
.header .firNav,
.header .tel,
.index-head .dd,
.sProduct-intro h1,
.sCase-intro h1,
.sNews-view .dt h1,
.sHr-intro .txt .dt {
  font-size: 28px;
}
@media screen and (max-width: 1440px) {
  .fz28,
  .header .firNav,
  .header .tel,
  .index-head .dd,
  .sProduct-intro h1,
  .sCase-intro h1,
  .sNews-view .dt h1,
  .sHr-intro .txt .dt {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .fz28,
  .header .firNav,
  .header .tel,
  .index-head .dd,
  .sProduct-intro h1,
  .sCase-intro h1,
  .sNews-view .dt h1,
  .sHr-intro .txt .dt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .fz28,
  .header .firNav,
  .header .tel,
  .index-head .dd,
  .sProduct-intro h1,
  .sCase-intro h1,
  .sNews-view .dt h1,
  .sHr-intro .txt .dt {
    font-size: 20px;
  }
}
.fz24,
.index-about-foot .txt,
.sCulture .left .section .dt {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .fz24,
  .index-about-foot .txt,
  .sCulture .left .section .dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fz24,
  .index-about-foot .txt,
  .sCulture .left .section .dt {
    font-size: 18px;
  }
}
.fz20,
.aftzoomer .pic,
.index-product-list .item .pic,
.index-news-wrap .section .dt,
.footer-t .left .tel .dd,
.sWorkshop-list .item .pic:after,
.sWorkshop-list .item .pic .mask span:before {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .fz20,
  .aftzoomer .pic,
  .index-product-list .item .pic,
  .index-news-wrap .section .dt,
  .footer-t .left .tel .dd,
  .sWorkshop-list .item .pic:after,
  .sWorkshop-list .item .pic .mask span:before {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .fz20,
  .aftzoomer .pic,
  .index-product-list .item .pic,
  .index-news-wrap .section .dt,
  .footer-t .left .tel .dd,
  .sWorkshop-list .item .pic:after,
  .sWorkshop-list .item .pic .mask span:before {
    font-size: 16px;
  }
}
.fz18,
.btn.btn1,
.index-head .ds,
.subpage-head .en,
.sHonor-slide .item h3,
.sCourse-tab .Tt .box .txt .dt,
.sCourse-tab .Tg .btn,
.sWorkshop-list .item .pic .mask span,
.sProduct-switch .pages,
.sCase-switch .pages,
.sHr-list .item .hide .body .sdt {
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .fz18,
  .btn.btn1,
  .index-head .ds,
  .subpage-head .en,
  .sHonor-slide .item h3,
  .sCourse-tab .Tt .box .txt .dt,
  .sCourse-tab .Tg .btn,
  .sWorkshop-list .item .pic .mask span,
  .sProduct-switch .pages,
  .sCase-switch .pages,
  .sHr-list .item .hide .body .sdt {
    font-size: 16px;
  }
}
.fz16,
.imax,
.footer-t .contain,
.sProduct-intro .aside,
.sCase-intro .aside,
.sView-foot,
.sHr-list .td {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .fz16,
  .imax,
  .footer-t .contain,
  .sProduct-intro .aside,
  .sCase-intro .aside,
  .sView-foot,
  .sHr-list .td {
    font-size: 14px;
  }
}
.fz14 {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .fz14 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .pc-hide,
  .m-link {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .m-hide {
    display: none !important;
  }
  .m-link {
    display: block;
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  }
}
/* 自定义响应结构 */
.ctr.ctrX1 {
  z-index: 8;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 50px;
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
  text-align: center;
}
.ctr.ctrX1 s {
  font-size: 44px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ctr.ctrX1 s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #ffffff;
  font-size: 44px;
  font-weight: bold;
}
.ctr.ctrX1:hover {
  color: #ffffff;
}
.ysqUEO .ctr.ctrX1 s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrX1 s:before,
.ysqUEO .ctr.ctrX1 s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  margin-top: -1px;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX1 s:before,
  .ysqUEO .ctr.ctrX1 s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .ysqUEO .ctr.ctrX1:hover s:before,
  .ysqUEO .ctr.ctrX1:hover s:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX1:active s:before,
  .ctr.ctrX1:active s:after {
    background-color: #ffffff;
  }
}
.ysqUEO .ctr.ctrX1.prev s:before,
.ysqUEO .ctr.ctrX1.prev s:after {
  margin-left: -9px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrX1.prev s:before {
  -webkit-transform: rotate(-42deg) translateX(-1px);
          transform: rotate(-42deg) translateX(-1px);
}
.ysqUEO .ctr.ctrX1.prev s:after {
  -webkit-transform: rotate(42deg) translateX(-1px);
          transform: rotate(42deg) translateX(-1px);
}
.ysqUEO .ctr.ctrX1.next s:before,
.ysqUEO .ctr.ctrX1.next s:after {
  margin-left: -13px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrX1.next s:before {
  -webkit-transform: rotate(-42deg) translateX(1px);
          transform: rotate(-42deg) translateX(1px);
}
.ysqUEO .ctr.ctrX1.next s:after {
  -webkit-transform: rotate(42deg) translateX(1px);
          transform: rotate(42deg) translateX(1px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX1.prev:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(-1px);
            transform: rotate(-45deg) translateX(-1px);
  }
  .ysqUEO .ctr.ctrX1.prev:hover s:after {
    -webkit-transform: rotate(45deg) translateX(-1px);
            transform: rotate(45deg) translateX(-1px);
  }
  .ysqUEO .ctr.ctrX1.next:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(1px);
            transform: rotate(-45deg) translateX(1px);
  }
  .ysqUEO .ctr.ctrX1.next:hover s:after {
    -webkit-transform: rotate(45deg) translateX(1px);
            transform: rotate(45deg) translateX(1px);
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX1.prev:active s:before {
    -webkit-transform: rotate(-45deg) translateX(-1px);
            transform: rotate(-45deg) translateX(-1px);
  }
  .ctr.ctrX1.prev:active s:after {
    -webkit-transform: rotate(45deg) translateX(-1px);
            transform: rotate(45deg) translateX(-1px);
  }
  .ctr.ctrX1.next:active s:before {
    -webkit-transform: rotate(-45deg) translateX(1px);
            transform: rotate(-45deg) translateX(1px);
  }
  .ctr.ctrX1.next:active s:after {
    -webkit-transform: rotate(45deg) translateX(1px);
            transform: rotate(45deg) translateX(1px);
  }
}
.ctr.ctrX1.prev {
  left: 0;
}
.ctr.ctrX1.prev s {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.ctr.ctrX1.prev .pic {
  left: 100%;
}
.ctr.ctrX1.next {
  right: 0;
}
.ctr.ctrX1.next s {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ctr.ctrX1.next .pic {
  right: 100%;
}
.ctr.ctrX1:hover s {
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX1 s {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.ctr.ctrX2 {
  display: none;
  position: absolute;
  z-index: 8;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: #dedede solid 1px;
  border-radius: 50%;
  color: #999999;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
  text-align: center;
}
.ctr.ctrX2 s {
  font-size: 24px;
  font-weight: bold;
}
.ctr.ctrX2 s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #999999;
  font-size: 24px;
  font-weight: bold;
}
.ctr.ctrX2:hover {
  color: #ffffff;
}
.ysqUEO .ctr.ctrX2 s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrX2 s:before,
.ysqUEO .ctr.ctrX2 s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background-color: #999999;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX2 s:before,
  .ysqUEO .ctr.ctrX2 s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .ysqUEO .ctr.ctrX2:hover s:before,
  .ysqUEO .ctr.ctrX2:hover s:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX2:active s:before,
  .ctr.ctrX2:active s:after {
    background-color: #ffffff;
  }
}
.ysqUEO .ctr.ctrX2.prev s:before,
.ysqUEO .ctr.ctrX2.prev s:after {
  margin-left: -4px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrX2.prev s:before {
  -webkit-transform: rotate(-45deg) translateX(-1px);
          transform: rotate(-45deg) translateX(-1px);
}
.ysqUEO .ctr.ctrX2.prev s:after {
  -webkit-transform: rotate(45deg) translateX(-1px);
          transform: rotate(45deg) translateX(-1px);
}
.ysqUEO .ctr.ctrX2.next s:before,
.ysqUEO .ctr.ctrX2.next s:after {
  margin-left: -8px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrX2.next s:before {
  -webkit-transform: rotate(-45deg) translateX(1px);
          transform: rotate(-45deg) translateX(1px);
}
.ysqUEO .ctr.ctrX2.next s:after {
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX2.prev:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(-1px);
            transform: rotate(-45deg) translateX(-1px);
  }
  .ysqUEO .ctr.ctrX2.prev:hover s:after {
    -webkit-transform: rotate(45deg) translateX(-1px);
            transform: rotate(45deg) translateX(-1px);
  }
  .ysqUEO .ctr.ctrX2.next:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(1px);
            transform: rotate(-45deg) translateX(1px);
  }
  .ysqUEO .ctr.ctrX2.next:hover s:after {
    -webkit-transform: rotate(45deg) translateX(1px);
            transform: rotate(45deg) translateX(1px);
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX2.prev:active s:before {
    -webkit-transform: rotate(-45deg) translateX(-1px);
            transform: rotate(-45deg) translateX(-1px);
  }
  .ctr.ctrX2.prev:active s:after {
    -webkit-transform: rotate(45deg) translateX(-1px);
            transform: rotate(45deg) translateX(-1px);
  }
  .ctr.ctrX2.next:active s:before {
    -webkit-transform: rotate(-45deg) translateX(1px);
            transform: rotate(-45deg) translateX(1px);
  }
  .ctr.ctrX2.next:active s:after {
    -webkit-transform: rotate(45deg) translateX(1px);
            transform: rotate(45deg) translateX(1px);
  }
}
@media screen and (min-width: 1025px) {
  .ctr.ctrX2 {
    -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
    transition: all 250ms ease 0s, all 250ms ease 0s;
  }
  .ctr.ctrX2:hover {
    border-color: #1168c9;
    background-color: #1168c9;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX2 {
    zoom: .8;
  }
  .ctr.ctrX2:active {
    border-color: #1168c9;
    background-color: #1168c9;
    color: #fff;
  }
}
.hrX1,
.index-head .hr,
.sProduct-intro .hr,
.sCase-intro .hr,
.sContact .left .hr,
.sHr-intro .txt .hr {
  display: block;
  width: 2em;
  height: 4px;
}
.hrX1:before,
.hrX1:after,
.index-head .hr:before,
.index-head .hr:after,
.sProduct-intro .hr:before,
.sProduct-intro .hr:after,
.sCase-intro .hr:before,
.sCase-intro .hr:after,
.sContact .left .hr:before,
.sContact .left .hr:after,
.sHr-intro .txt .hr:before,
.sHr-intro .txt .hr:after {
  content: " ";
  float: left;
  width: 1em;
  height: 4px;
  pointer-events: none;
}
.hrX1:before,
.index-head .hr:before,
.sProduct-intro .hr:before,
.sCase-intro .hr:before,
.sContact .left .hr:before,
.sHr-intro .txt .hr:before {
  background-color: #ffd853;
}
.hrX1:after,
.index-head .hr:after,
.sProduct-intro .hr:after,
.sCase-intro .hr:after,
.sContact .left .hr:after,
.sHr-intro .txt .hr:after {
  background-color: #1168c9;
}
/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  background-color: #fff;
  min-width: 440px;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
}
.header .contain {
  position: relative;
  height: 100%;
}
.header .bg {
  display: none;
  z-index: 5;
}
.header .logo {
  float: left;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.header .logo:after {
  display: none;
}
.header .logo img {
  display: block;
  height: 100%;
}
.header .logo .word {
  margin-left: 0.3rem;
}
.header .secNav {
  display: none;
}
.header .tel {
  font-family: "constan", Arial, sans-serif;
  line-height: 1em;
  font-weight: bold;
  color: #cc1d27;
  text-align: center;
}
@media screen and (min-width: 1281px) {
  .header .tel {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .tel .btn {
    display: block;
    color: #cc1d27;
  }
  .header .tel .btn i {
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation-name: fontSizeUp1;
            animation-name: fontSizeUp1;
    -webkit-animation-duration: 5.5s;
            animation-duration: 5.5s;
    -webkit-animation-timing-function: steps(1, end);
            animation-timing-function: steps(1, end);
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 75%;
            transform-origin: 50% 75%;
  }
  .header .tel .btn i:nth-of-type( 1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .header .tel .btn i:nth-of-type( 2) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .header .tel .btn i:nth-of-type( 3) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .header .tel .btn i:nth-of-type( 4) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .header .tel .btn i:nth-of-type( 5) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .header .tel .btn i:nth-of-type( 6) {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
  .header .tel .btn i:nth-of-type( 7) {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .header .tel .btn i:nth-of-type( 8) {
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s;
  }
  .header .tel .btn i:nth-of-type( 9) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
  .header .tel .btn i:nth-of-type( 10) {
    -webkit-animation-delay: 4.5s;
            animation-delay: 4.5s;
  }
  .header .tel .btn i:nth-of-type( 11) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
  @-webkit-keyframes fontSizeUp1 {
    0% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    7%,
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes fontSizeUp1 {
    0% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    7%,
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .header .tel .fontSizeUp1 {
    -webkit-animation-name: fontSizeUp1;
            animation-name: fontSizeUp1;
  }
}
@media screen and (max-width: 1280px) {
  .header .tel {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999;
  }
  .header .tel .btn {
    z-index: 2;
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
    line-height: 36px;
  }
  .header .tel .btn:before {
    content: " ";
    background-size: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #1168c9;
    -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
    transition: all 250ms ease 0s, all 250ms ease 0s;
  }
  .header .tel .btn:nth-child(1n+2) {
    margin-top: 4px;
  }
  .header .tel .btn:nth-child(1):before {
    background-image: url(../images/icof-fixedline.png);
  }
  .header .tel .btn:nth-child(2):before {
    background-image: url(../images/icof-tel.png);
  }
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .header .tel {
    font-size: 16px;
  }
  .header .tel .btn span {
    z-index: -1;
    position: absolute;
    right: 100%;
    top: 0;
    padding: 0 15px;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(17, 104, 201, 0.9);
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    font-family: 'Microsoft JhengHei', '微软正黑体', Arial, sans-serif;
  }
  .header .tel .btn:hover:before {
    background-color: rgba(17, 104, 201, 0.9);
  }
  .header .tel .btn:hover span {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .header .tel {
    text-indent: -99999px;
  }
  .header .tel i {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .scroll-wrap {
    padding-top: 100px;
  }
  .hidePoint {
    top: -100px;
  }
  .header {
    height: 100px;
  }
  .header .firNav {
    position: absolute;
    top: 0;
    right: 6.5em;
    text-align: center;
    white-space: nowrap;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .header .firNav:after {
    display: none;
  }
  .header .firNav .firItem {
    z-index: 2;
    position: relative;
    line-height: 100px;
    height: 100px;
    font-size: 15px;
    width: 80px;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    margin-left: 1px;
  }
  .header .firNav .firItem:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: 1.25em;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 6px 8px;
    border-color: #ffffff transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    font-size: 0;
    font-size: 1em;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .header .firNav .firItem .link1 {
    display: block;
    color: #333;
    -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
    transition: all 250ms ease 0s, all 250ms ease 0s;
  }
  .header .firNav .firItem.on,
  .header .firNav .firItem:hover {
    background-color: #1168c9;
    z-index: 6;
  }
  .header .firNav .firItem.on:after,
  .header .firNav .firItem:hover:after {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .header .firNav .firItem.on .link1,
  .header .firNav .firItem:hover .link1 {
    color: #fff;
  }
  .header .secNav {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 12px 0;
    z-index: 30;
    font-size: 0;
    line-height: 0;
    text-align: left;
    background-color: rgba(17, 104, 201, 0.9);
  }
  .header .secNav .col {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
  }
  .header .secNav .col:nth-child(1n+2) {
    margin-left: 10px;
  }
  .header .secNav .secItem {
    position: relative;
    display: block;
    min-width: 60px;
    padding: 5px 10px;
    text-align: center;
  }
  .header .secNav .secItem .link2 {
    color: #fff;
  }
  .header .secNav .secItem.on,
  .header .secNav .secItem:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .header .navbtn {
    display: none;
  }
}
@media screen and (min-width: 1681px) {
  .scroll-wrap {
    padding-top: 116px;
  }
  .hidePoint {
    top: -116px;
  }
  .header {
    height: 116px;
  }
  .header .firNav .firItem {
    width: 100px;
    line-height: 116px;
    height: 116px;
    font-size: 16px;
  }
  .header .firNav .firItem:after {
    margin-left: -10px;
    border-width: 8px 10px;
  }
  .header .secNav .secItem {
    min-width: 80px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .scroll-wrap {
    padding-top: 88px;
  }
  .hidePoint {
    top: -88px;
  }
  .header {
    height: 88px;
  }
  .header .firNav .firItem {
    line-height: 88px;
    height: 88px;
  }
  .header .firNav {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .scroll-wrap {
    padding-top: 72px;
  }
  .hidePoint {
    top: -72px;
  }
  .header {
    height: 72px;
  }
  .header .bg {
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .header .navbtn {
    z-index: 45;
    position: absolute;
    overflow: hidden;
    display: block;
    right: -5px;
    top: 13px;
    padding: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  }
  .header .navbtn s {
    position: absolute;
    left: 5px;
    display: block;
    width: 36px;
    height: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #1168c9;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  .header .navbtn .i1 {
    top: 9px;
  }
  .header .navbtn .i2 {
    top: 50%;
    margin-top: -2px;
    -webkit-transform-origin: m 50%;
            transform-origin: m 50%;
  }
  .header .navbtn .i3 {
    bottom: 9px;
  }
  .navShow .header .navbtn {
    position: fixed;
    z-index: 80;
    margin-right: 15px;
  }
  .navShow .header .navbtn .i1 {
    -webkit-transform: rotate(45deg) translate(7.038px, 0);
            transform: rotate(45deg) translate(7.038px, 0);
    top: 3px;
  }
  .navShow .header .navbtn .i2 {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  .navShow .header .navbtn .i3 {
    -webkit-transform: rotate(-45deg) translate(7.038px, 0);
            transform: rotate(-45deg) translate(7.038px, 0);
    bottom: 3px;
  }
  .header .firNav {
    position: fixed;
    z-index: 29;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    overflow-y: auto;
    background-color: #fff;
    padding-top: 72px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    text-align: center;
  }
  .header .firNav .firItem {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    border-bottom: #d7e2e8 solid 1px;
    padding: 0 8px;
  }
  .header .firNav .firItem > .link {
    display: block;
    -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
    transition: all 250ms ease 0s, all 250ms ease 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  }
  .header .firNav .firItem.on > .link {
    color: #1168c9;
  }
  .header .firNav .firItem.on .secNav {
    display: block;
  }
  .header .firNav .firItem.on .ctr {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header .secNav {
    padding: 8px 0 !important;
    line-height: 1.5;
    font-size: 16px;
    display: none;
    border-top: #eeeeee solid 1px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .header .secNav .col {
    display: block;
  }
  .header .secNav .secItem {
    line-height: 32px;
    display: block;
    white-space: nowrap;
    color: #777;
  }
  .header .secNav .secItem:active {
    color: #111;
  }
  .header .secNav .secItem.on {
    color: #111;
    text-decoration: underline;
  }
  .header .secNav + .ctr {
    display: block;
  }
  .navShow .header .bg {
    display: block;
  }
  .navShow .header .contain {
    z-index: 8;
  }
  .navShow .firNav {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
/* index */
.index-banner {
  z-index: 6;
  position: relative;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
.index-banner .shade {
  position: absolute;
  left: 0;
  top: 0;
}
.index-banner .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #eee;
}
.index-banner .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: -webkit-transform 300ms ease 0s;
  transition: -webkit-transform 300ms ease 0s;
  transition: transform 300ms ease 0s;
  transition: transform 300ms ease 0s, -webkit-transform 300ms ease 0s;
}
.index-banner .item .contain {
  top: 50%;
  -webkit-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8) translateY(-100%);
          transform: scale(0.8) translateY(-100%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.index-banner .item .contain .word {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  max-width: 1280px;
}
.index-banner .item.leave .contain {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: all 600ms ease 0ms;
  transition: all 600ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8) translateY(-20%);
          transform: scale(0.8) translateY(-20%);
}
.index-banner .item.come .contain {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
.index-banner .item.on .contain {
  -webkit-transition: all 600ms ease 0ms;
  transition: all 600ms ease 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index-banner .pagination {
  height: 0.8rem;
  line-height: 0.8rem;
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: left;
  white-space: nowrap;
}
.index-banner .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  width: 0.8rem;
  height: 0.8rem;
}
.index-banner .pagination .btn:nth-child(1n+2) {
  margin-left: 0.6rem;
}
.index-banner .pagination .btn > em {
  display: none;
}
.index-banner .pagination .btn:before,
.index-banner .pagination .btn:after {
  content: " ";
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  border-radius: 50%;
}
.index-banner .pagination .btn:before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #ffffff dashed 1px;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.index-banner .pagination .btn:after {
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.index-banner .pagination .btn.on:before {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .index-banner {
    height: 0 !important;
    padding-bottom: 60% !important;
  }
  .index-banner .pagination .container {
    text-align: center;
    width: auto;
    width: calc(100% - 30px);
    max-width: 720px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.index-section {
  position: relative;
  z-index: 1;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.index-head {
  position: relative;
  z-index: 2;
  margin-bottom: 0.7rem;
}
.index-head .dt {
  position: relative;
  height: 1.25em;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  padding-top: .25em;
}
.index-head .dt:after {
  content: " ";
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 1em;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: #1168c9 solid 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.index-head .dd {
  margin-top: 0.3rem;
}
.index-head .ds {
  margin-top: 0.4rem;
}
.index-head .hr {
  margin-top: 0.6rem;
}
.index-head .hr:before {
  background-color: #cc1d27;
}
.index-head .hr2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 0.6rem;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.index-head .hr2:before,
.index-head .hr2:after {
  content: " ";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 2rem;
}
.index-head .hr2:before {
  right: 100%;
  margin-right: .5rem;
}
.index-head .hr2:after {
  left: 100%;
  margin-left: .5rem;
}
.index-about {
  padding: 0px;
}
.index-about .index-head .dt {
  color: #1168c9;
  background-image: -webkit-linear-gradient(-45deg, #cc1d27 0%, #cc1d27 54%, #1168c9 54%, #1168c9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-about .index-head .dd {
  color: #333333;
}
.index-about-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.index-about-body:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .index-about-body {
    display: block;
  }
}
.index-about-body .left {
  width: 51.5625%;
}
.index-about-body .right {
  width: 39.53125%;
}
.index-about-body .imax {
  margin-top: 0.6rem;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  max-height: 224px;
}
.index-about-body .btn1 {
  margin-top: 0.7rem;
}
.index-about-body .pic {
  height: 0;
  padding-bottom: 100%;
  overflow: visible;
}
.index-about-body .pic:before,
.index-about-body .pic:after {
  content: " ";
  position: absolute;
}
.index-about-body .pic:before {
  left: -30px;
  top: 2rem;
  bottom: 2rem;
  width: 30px;
  background-color: #1168c9;
}
.index-about-body .pic:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 1024px) {
  .index-about-body .left {
    width: 100%;
  }
  .index-about-body .right {
    display: none;
  }
}
.index-about-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.index-about-foot:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .index-about-foot {
    display: block;
  }
}
.index-about-foot .pic,
.index-about-foot .txt {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-about-foot .pic {
  background-color: #f1f1f1;
}
.index-about-foot .txt {
  padding: 1.6rem 1.4rem;
  color: #fff;
  line-height: 2;
  background-color: #1168c9;
}
.index-about-foot .txt .btn1 {
  min-width: 120px;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.7rem;
  background-color: #cc1d27;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .index-about-foot .pic {
    display: none;
  }
  .index-about-foot .txt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .index-about-foot .txt .wrapIn {
    width: auto;
    width: calc(100% - 30px);
    max-width: 720px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .index-about-foot .txt {
    font-size: 16px;
  }
}
.index-product .index-head {
  text-align: center;
}
.index-product .index-head .dt,
.index-product .index-head .ds {
  color: #333333;
}
.index-product .index-head .hr2,
.index-product .index-head .hr2:before,
.index-product .index-head .hr2:after {
  background-color: #1168c9;
}
.index-product-tab .Tg {
  text-align: center;
}
.index-product-tab .Tg .btn {
  display: inline-block;
  vertical-align: top;
  min-width: 150px;
  padding: 5px 0.5rem;
  height: 36px;
  line-height: 36px;
  background-color: #e3e3e3;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
  font-size: 16px;
  border-radius: 36px;
}
.index-product-tab .Tg .btn:nth-child(1n+2) {
  margin-left: 0.32rem;
}
.index-product-tab .Tg .btn.on {
  background-color: #1168c9;
  color: #fff;
}
.index-product-tab .Tt {
  margin-top: 1rem;
}
.index-product-tab .Tt .box.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-product-tab .Ta {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .index-product-tab .Tg .btn {
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    min-width: 0;
    min-width: 100px;
  }
}
.index-product-list .item .pic:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background-color: rgba(17, 104, 201, 0.8);
  background-image: url(../images/btni-zoomer.png);
  background-size: 2em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media screen and (min-width: 1025px) {
  .index-product-list .item:hover .pic:after {
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
}
.index-product-list .item .pic {
  height: 0;
  padding-bottom: 75%;
  background-color: #f1f1f1;
}
.index-product-list .item h3 {
  font-size: 16px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.3rem 1em;
  height: 20px;
  line-height: 20px;
  border-bottom: #d7d7d7 solid 1px;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .index-product-list .item:hover h3 {
    border-bottom-color: #1168c9;
    color: #1168c9;
  }
}
.index-product-list .emptyList {
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 100%;
}
.index-case .index-head {
  text-align: center;
}
.index-case .index-head .dt,
.index-case .index-head .ds {
  color: #fff;
}
.index-case .index-head .dt:after {
  border-color: #fff;
}
.index-case .index-head .hr2,
.index-case .index-head .hr2:before,
.index-case .index-head .hr2:after {
  background-color: #fff;
}
.index-case-wrap {
  position: relative;
}
.index-case-switch {
  position: absolute;
  left: 25.5%;
  width: 49%;
}
.index-case-switch .shade {
  height: 0;
  padding-bottom: 75%;
}
.index-case-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.index-case-switch .item.moveItem {
  position: absolute;
}
.index-case-switch .item .pic {
  height: 0;
  padding-bottom: 75%;
  background-color: #fff;
}
.index-case-switch .item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.4rem 50% 0.4rem 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 8;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.index-case-switch .pagination {
  height: 10px;
  line-height: 10px;
  position: absolute;
  bottom: 0.4rem;
  margin-bottom: 3px;
  right: 0.6rem;
  z-index: 3;
  text-align: right;
  white-space: nowrap;
}
.index-case-switch .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin-left: 0.32rem;
  width: 10px;
  height: 10px;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border-radius: 10px;
  background-color: #fff;
  opacity: .6;
}
.index-case-switch .pagination .btn > em {
  display: none;
}
.index-case-switch .pagination .btn.on {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .index-case-switch {
    position: relative;
    left: 0;
    width: 100%;
  }
}
.index-case .index-case-list .item {
  width: 23.5%;
  margin-left: 53%;
}
.index-case .index-case-list .item:nth-child(2n+1) {
  margin-left: 0;
}
.index-case .index-case-list .item:nth-child(1n+3) {
  margin-top: 1.5%;
}
.index-case-list .item .pic {
  height: 0;
  padding-bottom: 75%;
  background-color: #fff;
}
.index-case-list .item .pic:before,
.index-case-list .item .pic:after {
  content: " ";
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.index-case-list .item .pic:before {
  z-index: 6;
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
  border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
  -webkit-transform: rotate(-40deg) scale(1.5);
          transform: rotate(-40deg) scale(1.5);
}
.index-case-list .item .pic:after {
  z-index: 5;
  background-color: rgba(17, 104, 201, 0.8);
}
.index-case-list .item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.6rem 2em 15px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-size: auto 100%;
  z-index: 5;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: bottom center ;
}
@media screen and (min-width: 1025px) {
  .index-case-list .item h3 {
    -webkit-transition: all 250ms ease 0s, all 250ms ease 0s, background-size 250ms ease 100ms;
    transition: all 250ms ease 0s, all 250ms ease 0s, background-size 250ms ease 100ms;
  }
  .index-case-list .item:hover .pic:before,
  .index-case-list .item:hover .pic:after {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
  .index-case-list .item:hover .pic:before {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  .index-case-list .item:hover .pic:after {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .index-case-list .item:hover h3 {
    padding: 15px 2em;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    background-size: auto 0;
    -webkit-transition: all 250ms ease 100ms, background-size 100ms ease 0s;
    transition: all 250ms ease 100ms, background-size 100ms ease 0s;
  }
}
@media screen and (max-width: 1024px) {
  .index-case-list {
    margin-top: 3%;
  }
  .index-case-list .item {
    width: 49% !important;
    margin-left: 2% !important;
  }
  .index-case-list .item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
.index-case .btn1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.9rem;
}
.index-news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.index-news-wrap:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .index-news-wrap {
    display: block;
  }
}
.index-news-wrap .section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #cfcfcf solid 1px;
}
.index-news-wrap .section .dt {
  position: relative;
  padding: 1em;
  background-color: #1168c9;
  color: #fff;
}
.index-news-wrap .section .dt:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 1em;
  height: 20px;
  width: 0.12rem;
  background-color: #ffd853;
}
.index-news-wrap .section .dt span {
  font-weight: bold;
}
.index-news-wrap .section .dt .more {
  position: absolute;
  right: 1em;
  top: 1em;
  line-height: 20px;
  color: #fff;
}
.index-news-wrap .section .dt .more span {
  font-size: 14px;
}
.index-news-wrap .section .dd {
  position: relative;
  overflow: hidden;
  padding: 15px;
}
.index-news-wrap .section h3 {
  color: #333333;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 24px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .index-news-wrap .section .item:hover h3 {
    color: #1168c9;
  }
}
@media screen and (max-width: 1024px) {
  .index-news-wrap .section {
    width: 100% !important;
    max-width: 100%;
  }
  .index-news-wrap .section:nth-child(1n+2) {
    margin-top: 0.6rem;
  }
}
.index-news-1 {
  width: 28%;
  max-width: 320px;
}
.index-news-1-swicth {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.index-news-1-swicth._loaded {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}
.index-news-1-swicth .shade,
.index-news-1-swicth .box {
  position: relative !important;
  height: auto !important;
}
.index-news-1-swicth .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.index-news-1-swicth .item.moveItem {
  position: absolute;
}
.index-news-1-swicth .item.on {
  position: relative !important;
}
.index-news-1-swicth .item .pic {
  height: 0;
  padding-bottom: 75.16778523%;
  background-color: #f1f1f1;
  height: 224px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-news-1-swicth .item h3 {
  margin-top: 15px;
  padding: 5px;
}
.index-news-1-swicth .item p {
  padding: 5px;
  line-height: 1.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 5.25em;
}
.index-news-1-swicth .item .more {
  padding: 5px;
  display: block;
  margin-top: 10px;
  color: #1168c9;
}
.index-news-1-swicth .pagination {
  height: 8px;
  line-height: 8px;
  position: absolute;
  bottom: 15px;
  margin-bottom: 5px;
  right: 15px;
  z-index: 3;
  text-align: right;
  white-space: nowrap;
}
.index-news-1-swicth .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin-left: 8px;
  width: 8px;
  height: 8px;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border-radius: 8px;
  background-color: #999;
}
.index-news-1-swicth .pagination .btn > em {
  display: none;
}
.index-news-1-swicth .pagination .btn.on {
  background-color: #1168c9;
}
.index-news-2 {
  width: 35.15625%;
}
.index-news-2-list .item {
  position: relative;
}
.index-news-2-list .item.theone {
  padding-left: 180px;
  height: 126px;
  margin-bottom: 40px;
}
.index-news-2-list .item.theone:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  border-top: #cfcfcf solid 1px;
}
.index-news-2-list .item.theone .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 168px;
  height: 126px;
  background-color: #f1f1f1;
}
.index-news-2-list .item.theone h3 {
  padding-top: 5px;
}
.index-news-2-list .item.theone p {
  margin-top: 15px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 78px;
}
.index-news-2-list .item.else {
  padding: 10px 0;
  border-bottom: #c3d0e0 dotted 1px;
}
.index-news-2-list .item.else:last-child {
  border-bottom: none ;
}
.index-news-2-list .item.else h3 {
  font-weight: normal;
}
.index-news-3 {
  width: 35.15625%;
}
.index-news-3-list .item {
  position: relative;
  padding-left: 144px;
  height: 94px;
}
.index-news-3-list .item:nth-child(1n+2) {
  margin-top: 50px;
}
.index-news-3-list .item:nth-child(1n+2):after {
  content: " ";
  position: absolute;
  left: 0;
  top: -25px;
  width: 100%;
  border-top: #cfcfcf solid 1px;
}
.index-news-3-list .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 124px;
  height: 94px;
  background-color: #f1f1f1;
}
.index-news-3-list .item p {
  margin-top: 15px;
  line-height: 1.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.5em;
}
/* footer */
.footer {
  background-color: #212121;
}
.footer,
.footer a {
  color: #5b5b5b;
}
.footer-t .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.footer-t .contain:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .footer-t .contain {
    display: block;
  }
}
.footer-t .left {
  margin-right: 0.8rem;
  padding: 20px 0.8rem;
  background-color: #2d2d2d;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.footer-t .left .qrcode img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 3.2rem;
  height: 3.2rem;
}
.footer-t .left .qrcode p {
  padding: 10px 0;
  opacity: .4;
}
.footer-t .left .tel {
  margin-top: 0.28rem;
}
.footer-t .left .tel .dt:before,
.footer-t .left .tel .dt:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0.32rem;
  height: 1px;
  background-color: #fff;
}
.footer-t .left .tel .dt:before {
  margin-right: 0.32rem;
}
.footer-t .left .tel .dt:after {
  margin-left: 0.32rem;
}
.footer-t .left .tel .dd {
  margin-top: 0.2rem;
  font-weight: bold;
}
.footer-t .right {
  width: calc(100% - 5.5rem);
}
.footer-t .right .fnav {
  padding: 0.7rem 0;
  border-bottom: #2f3133 solid 1px;
}
.footer-t .right .fnav .link {
  display: inline-block;
  vertical-align: top;
  color: #919090;
}
.footer-t .right .fnav .link:nth-child(1n+2) {
  margin-left: 1rem;
}
.footer-t .right .fcontact {
  padding: 0.6rem 0;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .footer-t .contain {
    padding: 0;
    max-width: 100%;
    width: 100% !important;
  }
  .footer-t .left {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer-t .right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    width: auto;
    width: calc(100% - 30px);
    max-width: 720px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .footer-t .right .fnav .link {
    margin: 5px 10px !important;
  }
}
.footer-b {
  padding: 15px 0;
  line-height: 20px;
  background-color: #1d1d1d;
  text-align: center;
}
/* subpage */
.subpage {
  position: relative;
  overflow: hidden;
}
.subpage-banner {
  z-index: 1;
  position: relative;
  overflow: hidden;
  height: 240px;
  padding: 2.4rem 0;
}
.subpage-banner .contain {
  height: 100%;
}
.subpage-banner .word {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2%;
  padding-left: 0.72rem;
  border-left: #ffffff solid 0.08rem;
  color: #fff;
}
.subpage-banner .word .cn {
  position: relative;
}
.subpage-banner .word .cn:after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: #fff solid 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.subpage-banner .word .en {
  margin-top: 0.5rem;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  text-transform: uppercase;
}
.subpage-neck {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #1168c9;
}
.subpage-neck .link2 {
  z-index: 2;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  padding: 0.4rem 0.6rem;
  min-width: 4em;
  -webkit-transition: all 250ms ease 50ms;
  transition: all 250ms ease 50ms;
}
.subpage-neck .link2:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  background-color: #fff;
  z-index: -1;
}
.subpage-neck .link2:nth-child(1n+2) {
  border-left: #3f84cf solid 1px;
}
@media screen and (min-width: 1025px) {
  .subpage-neck .link2:hover {
    color: #1168c9;
  }
  .subpage-neck .link2:hover:after {
    top: 3px;
    height: 100%;
  }
}
.subpage-neck .link2.on {
  color: #1168c9;
}
.subpage-neck .link2.on:after {
  top: 3px;
  height: 100%;
}
.subpage-wrap {
  position: relative;
  z-index: 3;
  padding-top: 1.6rem;
  padding-bottom: 2rem;
}
.subpage-head {
  position: relative;
  margin-bottom: 1rem;
  min-height: 20px;
  padding: 0.2rem 0;
}
.subpage-head .cn {
  display: inline-block;
  vertical-align: bottom;
  color: #333333;
  font-weight: bold;
}
.subpage-head .en {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  color: #d2cdcd;
}
/* sAbout */
.sAbout .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sAbout .contain:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sAbout .contain {
    display: block;
  }
}
.sAbout .left {
  width: 54.6875%;
}
.sAbout .left .dt {
  position: relative;
  padding-top: 1em;
}
.sAbout .left .dt .cn {
  font-weight: bold;
}
.sAbout .left .dt .en {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: #e5e5e5;
  font-size: 2em;
  font-family: Times New Roman, sans-serif;
}
.sAbout .left .dd {
  margin-top: 0.6rem;
  font-size: 14px;
}
.sAbout .right {
  z-index: 2;
  position: relative;
  width: 31.25%;
  min-width: 360px;
  padding: 0.4rem 0.6rem 0.6rem 0.6rem;
}
.sAbout .right:before,
.sAbout .right:after {
  content: " ";
  position: absolute;
}
.sAbout .right:before {
  z-index: -1;
  right: 0;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../images/dcts-about1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sAbout .right:after {
  z-index: 3;
  bottom: 0;
  right: -0.9rem;
  width: 3.52rem;
  height: 4.64rem;
  background-image: url(../images/dcts-logo.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sAbout .right .pic {
  z-index: 2;
  height: 0;
  padding-bottom: 119%;
  background-color: #f1f1f1;
}
.sAbout .right.AniStart:after {
  -webkit-transition: all 0ms ease 0ms;
  transition: all 0ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
.sAbout .right.AniDid:after {
  -webkit-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
@media screen and (max-width: 1024px) {
  .sAbout .left {
    width: 100%;
  }
  .sAbout .right {
    margin-top: 0.6rem;
    padding-left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sAbout .right .pic {
    height: 0;
    padding-bottom: 63.46666667%;
  }
}
/* sCulture */
.sCulture .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sCulture .contain:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sCulture .contain {
    display: block;
  }
}
.sCulture .left {
  width: 45.3125%;
}
.sCulture .left:after {
  content: " ";
  position: absolute;
  z-index: -3;
  bottom: -2rem;
  left: -1.6rem;
  width: 10.3rem;
  height: 1.62rem;
  background-image: url(../images/dcts-culture1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sCulture .left.AniStart:after {
  -webkit-transition: all 0ms ease 0ms;
  transition: all 0ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.sCulture .left.AniDid:after {
  -webkit-transition: all 500ms ease 200ms;
  transition: all 500ms ease 200ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.sCulture .left .section {
  padding: 30px 30px 30px 0;
}
.sCulture .left .section:nth-child(1n+2) {
  border-top: #e7e7e7 solid 1px;
}
.sCulture .left .section .dt {
  font-weight: bold;
  color: #1168c9;
}
.sCulture .left .section .dd {
  margin-top: 0.4rem;
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  font-weight: bold;
}
.sCulture .left .section .df {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.75;
  color: #333333;
}
.sCulture .right {
  z-index: 2;
  position: relative;
  width: 45.3125%;
  min-width: 440px;
}
.sCulture .right:after {
  content: " ";
  position: absolute;
  z-index: -3;
  top: 0.4rem;
  right: -1.1rem;
  width: 1.36rem;
  height: 7.6rem;
  background-image: url(../images/dcts-culture2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sCulture .right .pic {
  z-index: 2;
  height: 0;
  padding-bottom: 110.34482759%;
  background-color: #f1f1f1;
}
.sCulture .right.AniStart:after {
  -webkit-transition: all 0ms ease 0ms;
  transition: all 0ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
.sCulture .right.AniDid:after {
  -webkit-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
@media screen and (max-width: 1024px) {
  .sCulture .left {
    width: 100%;
  }
  .sCulture .left:after {
    left: -10px;
  }
  .sCulture .right {
    padding-left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0;
  }
  .sCulture .right .pic {
    height: 0;
    padding-bottom: 63.46666667%;
  }
}
/* sHonor */
.sHonor {
  padding: 0;
}
.sHonor-section {
  position: relative;
  z-index: 2;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.sHonor-section:nth-child(2) .subpage-head .en {
  color: #acacac;
}
.sHonor-slide {
  position: relative;
  z-index: 2;
}
.sHonor-slide .ctrs {
  position: absolute;
  right: 0;
  top: 0.1rem;
  font-size: 0;
}
.sHonor-slide .ctrs .ctr {
  top: 0;
}
.sHonor-slide .ctrs .ctr.prev {
  right: 40px;
  margin-right: 0.4rem;
}
.sHonor-slide .ctrs .ctr.next {
  right: 0;
}
.sHonor-slide .shade {
  height: auto;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
}
.sHonor-slide .box {
  position: relative !important;
  height: auto;
  white-space: nowrap;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sHonor-slide .box:after {
  display: none;
}
.sHonor-slide .item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 0 6px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0 6px 1px rgba(0, 0, 0, 0.12);
}
.sHonor-slide .item .pic {
  z-index: 1;
  height: 0;
  padding-bottom: 75%;
  background-color: #f6f6f6;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
.sHonor-slide .item .pic img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sHonor-slide .item h3 {
  z-index: 2;
  padding: 0.4rem;
  line-height: 20px;
  height: 20px;
  color: #333333;
  text-align: center;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
@media screen and (min-width: 1025px) {
  .sHonor-slide .item:hover .pic {
    background-color: #f1f1f1;
  }
  .sHonor-slide .item:hover h3 {
    background-color: #1168c9;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .sHonor-slide .item:active .pic {
    background-color: #f1f1f1;
  }
  .sHonor-slide .item:active h3 {
    background-color: #1168c9;
    color: #fff;
  }
}
/* sCourse */
.sCourse {
  background-image: url(../images/bgs-course.jpg);
  background-size: cover;
  background-position: 50% bottom;
  background-repeat: no-repeat;
}
.sCourse-tab .head {
  text-align: center;
  color: #1168c9;
}
.sCourse-tab .head span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.sCourse-tab .head span:after {
  content: " ";
  position: absolute;
  left: 100%;
  margin-left: 0.4rem;
  bottom: 100%;
  margin-bottom: -0.3rem;
  width: 1.9rem;
  height: 0.84rem;
  background-image: url(../images/dcts-course.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sCourse-tab .Tt {
  margin-top: 1rem;
}
.sCourse-tab .Tt .box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.sCourse-tab .Tt .box.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sCourse-tab .Tt .box.on:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sCourse-tab .Tt .box.on {
    display: block;
  }
}
.sCourse-tab .Tt .box:before {
  content: " ";
  position: absolute;
  z-index: -1;
  left: -0.12rem;
  top: -0.12rem;
  pointer-events: none;
  width: 1.2rem;
  height: 1.4rem;
  background-image: url(../images/dcts-course2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sCourse-tab .Tt .box .pic {
  background-color: #f1f1f1;
  width: 50%;
  height: 0;
  padding-bottom: 28%;
}
.sCourse-tab .Tt .box .txt {
  width: 45%;
}
.sCourse-tab .Tt .box .txt .dt {
  padding-top: 5px;
  padding-bottom: 0.3rem;
  border-bottom: #dddddd solid 1px;
  color: #1168c9;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
}
.sCourse-tab .Tt .box .txt .dt i {
  display: inline-block;
  vertical-align: baseline;
  font-weight: bold;
  margin-right: 4px;
}
.sCourse-tab .Tt .box .txt .dd {
  margin-top: 0.4rem;
  max-height: 10em;
  overflow-y: auto;
  padding-right: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .sCourse-tab .Tt .box .pic {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
  }
  .sCourse-tab .Tt .box .txt {
    margin-top: 20px;
    width: 100%;
  }
  .sCourse-tab .Tt .box .txt .dd {
    max-height: auto;
  }
}
.sCourse-tab .Tg {
  position: relative;
  margin-top: 0.6rem;
  height: 80px;
  line-height: 80px;
}
.sCourse-tab .Tg:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  border-top: #cacbcb dotted 1px;
  pointer-events: none;
}
.sCourse-tab .Tg .contain {
  height: 100%;
  overflow: hidden;
}
.sCourse-tab .Tg .viewport {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  overflow: hidden;
}
.sCourse-tab .Tg .overview {
  padding-left: calc(50% - 27px);
  padding-right: calc(50% - 27px);
}
.sCourse-tab .Tg .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 54px;
  height: 80px;
  text-align: center;
}
.sCourse-tab .Tg .btn:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cbcccc;
  border: #fff solid 2px;
  -webkit-box-shadow: 0 0 0 1px #cbcccc;
          box-shadow: 0 0 0 1px #cbcccc;
}
.sCourse-tab .Tg .btn:after {
  content: " ";
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -15px;
  margin-bottom: -2px;
  width: 30px ;
  height: 40px;
  background-image: url(../images/dcts-logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.sCourse-tab .Tg .btn:nth-child(1n+2) {
  margin-left: 4.3rem;
}
.sCourse-tab .Tg .btn i {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #999999;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
  line-height: 1;
}
.sCourse-tab .Tg .btn.on:before {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.sCourse-tab .Tg .btn.on:after {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sCourse-tab .Tg .btn.on i {
  color: #1168c9;
  font-size: 1.15em;
}
@media screen and (max-width: 1280px) {
  .sCourse-tab .Tg .viewport {
    left: 50px;
    right: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .sCourse-tab .Tg .overview {
    padding-left: calc(50% - 24px);
    padding-right: calc(50% - 24px);
  }
  .sCourse-tab .Tg .btn {
    width: 48px;
  }
  .sCourse-tab .Tg .btn:nth-child(1n+2) {
    margin-left: 2rem;
  }
}
.sCourse-tab .ctr {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sCourse-tab .ctr.prev {
  left: 0;
}
.sCourse-tab .ctr.next {
  right: 0;
}
/* sWorkshop */
.sWorkshop-list .item {
  width: 48.5%;
}
.sWorkshop-list .item:nth-child(2n+2) {
  margin-left: 3%;
}
.sWorkshop-list .item:nth-child(1n+3) {
  margin-top: 3%;
}
.sWorkshop-list .item .pic {
  height: 0;
  padding-bottom: 56.4516129%;
  background-color: #f1f1f1;
}
.sWorkshop-list .item .pic:before,
.sWorkshop-list .item .pic:after {
  content: " ";
  position: absolute;
  z-index: 6;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.sWorkshop-list .item .pic:before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 104, 201, 0.8);
}
.sWorkshop-list .item .pic:after {
  left: 1em;
  top: 1em;
  right: 1em;
  bottom: 1em;
  border: #ffffff solid 1px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.sWorkshop-list .item .pic .mask {
  z-index: 8;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.sWorkshop-list .item .pic .mask span {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sWorkshop-list .item .pic .mask span:before {
  content: " ";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 2em;
  height: 2em;
  margin-bottom: 1em;
  background-image: url(../images/btni-zoomer.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .sWorkshop-list .item:hover .pic:before,
  .sWorkshop-list .item:hover .pic:after {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .sWorkshop-list .item:hover .mask {
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
}
/* sProduct */
.sProduct-view .contain,
.sCase-view .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sProduct-view .contain:after,
.sCase-view .contain:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sProduct-view .contain,
  .sCase-view .contain {
    display: block;
  }
}
.sProduct-intro,
.sCase-intro {
  max-width: 400px;
  width: 35%;
  min-width: 300px;
}
.sProduct-intro h1,
.sCase-intro h1 {
  color: #333333;
  line-height: 1.25;
}
.sProduct-intro .hr,
.sCase-intro .hr {
  margin-top: 0.6rem;
}
.sProduct-intro .hr:before,
.sCase-intro .hr:before {
  background-color: #cc1d27;
}
.sProduct-intro .aside,
.sCase-intro .aside {
  margin-top: 0.6rem;
  line-height: 2;
  color: #333333;
}
.sProduct-intro .imax,
.sCase-intro .imax {
  margin-top: 0.8rem;
}
@media screen and (min-width: 1025px) {
  .sProduct-intro .imax,
  .sCase-intro .imax {
    max-height: 16em;
    overflow-y: auto;
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-intro,
  .sCase-intro {
    margin-top: 1rem;
    width: 100%;
    max-width: 100%;
  }
}
.sProduct-switch,
.sCase-switch {
  position: relative;
  overflow: hidden;
  width: 59.375%;
}
.sProduct-switch .shade,
.sCase-switch .shade {
  height: 0;
  padding-bottom: 75%;
}
.sProduct-switch .item,
.sCase-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.sProduct-switch .item.moveItem,
.sCase-switch .item.moveItem {
  position: absolute;
}
.sProduct-switch .item .pic,
.sCase-switch .item .pic {
  height: 0;
  padding-bottom: 75%;
  background-color: #fff;
}
.sProduct-switch .pagination,
.sCase-switch .pagination {
  height: 10px;
  line-height: 10px;
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  z-index: 3;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 2px;
}
.sProduct-switch .pagination .btn,
.sCase-switch .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin-left: 0.32rem;
  width: 10px;
  height: 10px;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border-radius: 10px;
  background-color: #fff;
  opacity: .6;
}
.sProduct-switch .pagination .btn > em,
.sCase-switch .pagination .btn > em {
  display: none;
}
.sProduct-switch .pagination .btn.on,
.sCase-switch .pagination .btn.on {
  opacity: 1;
}
.sProduct-switch .pages,
.sCase-switch .pages {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.3rem;
  min-height: 10px;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-size: auto 100%;
  z-index: 2;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  color: #fff;
  letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
  .sProduct-switch,
  .sCase-switch {
    position: relative;
    left: 0;
    width: 100%;
  }
}
.sView-foot {
  position: relative;
  margin-top: 0.8rem;
  padding-top: 0.6rem;
  border-top: #dddddd solid 1px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sView-foot:after {
  display: none;
}
.sView-foot .ctr,
.sView-foot .backToList {
  width: 30%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0.3rem 0;
}
.sView-foot .ctr {
  color: #333333;
  background-color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
  border: #c9c9c9 solid 1px;
}
@media screen and (min-width: 1025px) {
  .sView-foot .ctr:hover {
    background-color: #1168c9;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .sView-foot .ctr:active {
    background-color: #1168c9;
    color: #fff;
  }
}
.sView-foot .ctr[href="#"],
.sView-foot .ctr[href=""] {
  cursor: not-allowed;
  background-color: #999;
  color: #fff;
}
.sView-foot .ctr[href="#"]:before,
.sView-foot .ctr[href=""]:before {
  content: "没有了";
  display: block;
  margin-bottom: 100%;
  text-decoration: line-through;
}
.sView-foot .backToList {
  min-width: 6em;
  color: #fff;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  background-color: #1168c9;
}
/* sCase */
/* sNews */
.sNews {
  background-color: #f6f6f6;
}
.sNews-list .item {
  background-color: #fff;
}
.sNews-list .item .pic {
  height: 0;
  padding-bottom: 75.16778523%;
  background-color: #f1f1f1;
}
.sNews-list .item .txt {
  padding: 0.5rem 0.6rem;
}
.sNews-list .item .txt h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
.sNews-list .item .txt p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  height: 48px;
  color: #333333;
}
.sNews-list .item .tail {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding: 0.36rem 0.6rem;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
  border-top: #eeeeee solid 1px;
}
.sNews-list .item .tail:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.16rem;
  width: 0.12rem;
  height: 0.32rem;
  background-color: #ffd853;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
.sNews-list .item .tail .more {
  float: left;
  color: #1168c9;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.sNews-list .item .tail .time {
  float: right;
  color: #999999;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
@media screen and (min-width: 1025px) {
  .sNews-list .item:hover .txt h3 {
    color: #1168c9;
  }
  .sNews-list .item:hover .tail {
    background-color: #1168c9;
    border-top-color: #1168c9;
  }
  .sNews-list .item:hover .tail:before {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .sNews-list .item:hover .tail .more,
  .sNews-list .item:hover .tail .time {
    color: #fff;
  }
}
.sNews-view {
  background-color: #f6f6f6;
}
.sNews-view .contain {
  background-color: #fff;
}
.sNews-view .hr {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  background-color: #eee;
}
.sNews-view .dt,
.sNews-view .dd {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sNews-view .dt {
  padding-top: 1rem;
  text-align: center;
}
.sNews-view .dt h1 {
  color: #333333;
  line-height: 1.5;
}
.sNews-view .dt .aside {
  margin-top: 0.5rem;
  color: #999999;
}
.sNews-view .dd {
  padding-bottom: 1rem;
}
@media screen and (max-width: 1440px) {
  .sNews-view .dt,
  .sNews-view .dd {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .sNews-view .dt,
  .sNews-view .dd {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* sService */
/* sContact */
.sContact .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sContact .contain:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sContact .contain {
    display: block;
  }
}
.sContact .left {
  width: 37.5%;
  min-width: 420px;
  max-width: 480px;
}
.sContact .left .dt {
  position: relative;
}
.sContact .left .dt .en {
  display: block;
  color: #e5e5e5;
  font-size: 2em;
  font-family: Times New Roman, sans-serif;
}
.sContact .left .dt .cn {
  margin-top: 0.4rem;
  font-weight: bold;
  color: #1168c9;
  font-size: .8em;
}
.sContact .left .hr {
  margin-top: 0.8rem;
}
.sContact .left .dd {
  margin-top: 0.8rem;
}
.sContact .right {
  position: relative;
  overflow: hidden;
  width: 59.375%;
}
.sContact .right #dituContent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1.1;
  background-color: #f5f3f0;
}
.sContact .right #dituContent .BMap_bubble_title {
  font-size: 16px;
  margin-bottom: 5px;
  padding-right: 16px;
  color: #1168c9;
}
.sContact .right #dituContent .BMap_bubble_content {
  width: auto;
  font-size: 14px;
  line-height: 18px;
}
.sContact .right #dituContent img {
  max-width: none;
}
._pen .sContact .right {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .sContact .left {
    width: 100%;
    max-width: 100%;
  }
  .sContact .right {
    width: 100%;
    height: 400px;
    margin-top: 0.8rem;
  }
}
/* sHr */
.sHr-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sHr-intro:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sHr-intro {
    display: block;
  }
}
.sHr-intro .pic {
  width: 50%;
  height: 0;
  padding-bottom: 26.5625%;
}
.sHr-intro .txt {
  width: 42.96875%;
}
.sHr-intro .txt .dt {
  color: #1168c9;
  font-weight: bold;
  line-height: 1.75em;
}
.sHr-intro .txt .hr {
  margin-top: 0.6rem;
}
.sHr-intro .txt .dd {
  margin-top: 0.6rem;
}
@media screen and (max-width: 1024px) {
  .sHr-intro {
    display: none;
  }
  .sHr-intro .pic {
    width: 100%;
    padding-bottom: 53.125%;
  }
  .sHr-intro .txt {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.sHr-list {
  margin-top: 1.2rem;
  min-width: 500px;
}
.sHr-list .dt {
  background-color: #ddd !important;
  color: #333333;
}
.sHr-list .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sHr-list .tr:after {
  display: none;
}
.sHr-list .td {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0.4rem;
  line-height: 1.25;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
.sHr-list .td.td1 {
  width: 31.25%;
  padding: 0.4rem 1.2rem;
}
.sHr-list .td.td2 {
  width: 23.4375%;
}
.sHr-list .td.td3 {
  width: 15.625%;
}
.sHr-list .td.td4 {
  width: 15.625%;
}
.sHr-list .td.td5 {
  width: 9.375%;
  text-align: center;
}
.sHr-list .item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
.sHr-list .item:nth-child(2n+1) {
  background-color: #f4f4f4;
}
.sHr-list .item .show {
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
  cursor: pointer;
}
.sHr-list .item .spreadBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #1168c9;
  color: #1168c9;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
  text-align: center;
}
.sHr-list .item .spreadBtn s {
  font-family: 'SimSun', '宋体' !important;
  font-size: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
.sHr-list .item .spreadBtn s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #1168c9;
  font-size: 16px;
  font-weight: bold;
}
.sHr-list .item .spreadBtn:hover {
  color: #1168c9;
}
.ysqUEO .sHr-list .item .spreadBtn s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .sHr-list .item .spreadBtn s:before,
.ysqUEO .sHr-list .item .spreadBtn s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  margin-top: -0.5px;
  background-color: #1168c9;
  -webkit-transition: all 250ms ease 0s, all 250ms ease 0s;
  transition: all 250ms ease 0s, all 250ms ease 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .sHr-list .item .spreadBtn s:before,
  .ysqUEO .sHr-list .item .spreadBtn s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .ysqUEO .sHr-list .item .spreadBtn:hover s:before,
  .ysqUEO .sHr-list .item .spreadBtn:hover s:after {
    background-color: #1168c9;
  }
}
@media screen and (max-width: 1024px) {
  .sHr-list .item .spreadBtn:active s:before,
  .sHr-list .item .spreadBtn:active s:after {
    background-color: #1168c9;
  }
}
.ysqUEO .sHr-list .item .spreadBtn s:before,
.ysqUEO .sHr-list .item .spreadBtn s:after {
  margin-left: -5px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .sHr-list .item .spreadBtn s:before {
  -webkit-transform: rotate(-45deg) translateX(0.5px);
          transform: rotate(-45deg) translateX(0.5px);
}
.ysqUEO .sHr-list .item .spreadBtn s:after {
  -webkit-transform: rotate(45deg) translateX(0.5px);
          transform: rotate(45deg) translateX(0.5px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO .sHr-list .item .spreadBtn:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(0.5px);
            transform: rotate(-45deg) translateX(0.5px);
  }
  .ysqUEO .sHr-list .item .spreadBtn:hover s:after {
    -webkit-transform: rotate(45deg) translateX(0.5px);
            transform: rotate(45deg) translateX(0.5px);
  }
}
@media screen and (max-width: 1024px) {
  .ysqUEO .sHr-list .item .spreadBtn:active s:before {
    -webkit-transform: rotate(-45deg) translateX(0.5px);
            transform: rotate(-45deg) translateX(0.5px);
  }
  .ysqUEO .sHr-list .item .spreadBtn:active s:after {
    -webkit-transform: rotate(45deg) translateX(0.5px);
            transform: rotate(45deg) translateX(0.5px);
  }
}
.sHr-list .item .hide {
  display: none;
  padding: 0.8rem 1.2rem 1.2rem;
}
.sHr-list .item .hide .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sHr-list .item .hide .body:after {
  display: none;
}
.sHr-list .item .hide .body .col {
  width: 47%;
}
.sHr-list .item .hide .body .sdt {
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.sHr-list .item .hide .body .sdd {
  margin-top: 0.3rem;
  font-size: 14px;
  line-height: 2;
}
.sHr-list .item .hide .foot {
  margin-top: 0.7rem;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
}
.sHr-list .item.unfold .spreadBtn {
  background-color: #1168c9;
  border-color: #fff;
}
.sHr-list .item.unfold .spreadBtn s {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.sHr-list .item.unfold .spreadBtn s:before,
.sHr-list .item.unfold .spreadBtn s:after {
  background-color: #fff !important;
}
.sHr-list .item.unfold .show {
  background-color: #1168c9;
  color: #fff;
}
.sHr-list .item.unfold .show .td {
  color: #fff;
}
.sHr-list .item.unfold .hide {
  border: #1168c9 solid 1px;
  border-top: none;
}
@media screen and (max-width: 1024px) {
  .sHr-list {
    margin-top: 0;
  }
  .sHr-list .dt .td5 {
    opacity: 0;
  }
  .sHr-list .td:nth-child(1n+2) {
    text-align: center;
  }
  .sHr-list .td.td1 {
    width: 60%;
    padding: 0.4rem;
  }
  .sHr-list .td.td2 {
    width: 4em;
    min-width: 4em;
  }
  .sHr-list .td.td3 {
    min-width: 100px;
  }
  .sHr-list .td.td4 {
    min-width: 86px;
  }
  .sHr-list .td.td5 {
    width: 2em;
    min-width: 2em;
  }
  .sHr-list .item .show {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(17, 104, 201, 0.05);
  }
  .sHr-list .item .hide {
    padding: 1rem;
  }
  .sHr-list .item .hide .body {
    display: block;
  }
  .sHr-list .item .hide .body .col {
    width: 100%;
  }
  .sHr-list .item .hide .body .col:nth-child(1n+2) {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .sHr .contain {
    overflow-x: auto;
  }
}



.subpage-thrnav {
  position: relative;
  text-align: center;
  z-index: 6;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 1rem;
}
.subpage-thrnav .link3 {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  min-width: 4em;
  padding: 0.2rem 0.7rem;
  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-thrnav .link3: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: #009ce1;
}
.subpage-thrnav .link3:nth-child(1n+2) {
  margin-left: 1rem;
}
.subpage-thrnav .link3.on {
  color: #fff;
  background-color: #009ce1;
  border-color: #009ce1;
}
.subpage-thrnav .link3.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;
}
@media screen and (max-width: 1024px) {
  .subpage-thrnav {
    width: 100%;
    text-align: center;
  }
  .subpage-thrnav .viewport {
    padding: 0;
  }
  .subpage-thrnav .ctr {
    display: none !important;
  }
}

.ctr.ctrNav {
  z-index: 20;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 100%;
  background-color: rgba(0, 156, 225, 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;
}
@media screen and (min-width: 1025px) {
  .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;
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrNav:active s:before,
  .ctr.ctrNav:active 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);
}
@media screen and (min-width: 1025px) {
  .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);
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrNav.prev:active s:before,
  .ctr.ctrNav.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  .ctr.ctrNav.prev:active s:before {
    -webkit-transform: rotate(-42deg) translateX(-0.5px);
            transform: rotate(-42deg) translateX(-0.5px);
  }
  .ctr.ctrNav.prev:active s:after {
    -webkit-transform: rotate(42deg) translateX(-0.5px);
            transform: rotate(42deg) translateX(-0.5px);
  }
  .ctr.ctrNav.next:active s:before,
  .ctr.ctrNav.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  .ctr.ctrNav.next:active s:before {
    -webkit-transform: rotate(-42deg) translateX(0.5px);
            transform: rotate(-42deg) translateX(0.5px);
  }
  .ctr.ctrNav.next:active 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: #009ce1;
}



.sProduct-switch {width: 30%;}
.sProduct-intro {width: 50%;max-width: 600px;}

@media screen and (max-width: 1024px) {
  .sProduct-switch {width: 100%;}
  .sProduct-intro {width: 100%;max-width: 600px;}

}
