@charset "utf-8";
/*!  Project : 四川良木道门窗型材有限公司
    +---------style.css----------+
    |                            |
    |    Author  |  yeshiqiu     |
    |    Q__Q    |  337676937    |
    |    Addr    |  SC_Chengdu   |
    |    Date    |  2020.09.22   |
    |                            |
    +--!-_-!--------------!-_-!--+
*/
.pf100 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pr100 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bge {
  background-color: #eee;
}
.bgf {
  background-color: #fff;
}
.bgf1 {
  background-color: #f1f1f1;
}
.bgf5 {
  background-color: #f5f5f5;
}
@-webkit-keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
            clip-path: inset(0 50% round 0);
  }
  100% {
    -webkit-clip-path: inset(0% round 0);
            clip-path: inset(0% round 0);
  }
}
@keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
            clip-path: inset(0 50% round 0);
  }
  100% {
    -webkit-clip-path: inset(0% round 0);
            clip-path: inset(0% round 0);
  }
}
@-webkit-keyframes fadeInRightm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRightm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightm {
  -webkit-animation-name: fadeInRightm;
          animation-name: fadeInRightm;
}
@-webkit-keyframes fadeInLeftm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeftm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftm {
  -webkit-animation-name: fadeInLeftm;
          animation-name: fadeInLeftm;
}
@-webkit-keyframes fadeInUpm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpm {
  -webkit-animation-name: fadeInUpm;
          animation-name: fadeInUpm;
}
@-webkit-keyframes fadeInDownm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownm {
  -webkit-animation-name: fadeInDownm;
          animation-name: fadeInDownm;
}
@-webkit-keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInRightm {
  -webkit-animation-name: slideInRightm;
          animation-name: slideInRightm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInLeftm {
  -webkit-animation-name: slideInLeftm;
          animation-name: slideInLeftm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInUpm {
  -webkit-animation-name: slideInUpm;
          animation-name: slideInUpm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInDownm {
  -webkit-animation-name: slideInDownm;
          animation-name: slideInDownm;
  opacity: 1 !important;
}
@-webkit-keyframes fadeIns {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIns {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
.fadeIns {
  -webkit-animation-name: fadeIns;
          animation-name: fadeIns;
}
@-webkit-keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.dotShake {
  -webkit-animation-name: dotShake;
          animation-name: dotShake;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotate360 {
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInYm {
  -webkit-animation-name: rotateInYm;
          animation-name: rotateInYm;
}
@-webkit-keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
@keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
.AniStriking {
  -webkit-animation-name: AniStriking;
          animation-name: AniStriking;
}
@-webkit-keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.AniOpStriking {
  -webkit-animation-name: AniOpStriking;
          animation-name: AniOpStriking;
}
@-webkit-keyframes AniShiny {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes AniShiny {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.AniShiny {
  -webkit-animation-name: AniShiny;
          animation-name: AniShiny;
}
@-webkit-keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
@keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
.animateStay {
  -webkit-animation-name: animateStay;
          animation-name: animateStay;
}
@-webkit-keyframes AniNone {
  0,
  100% {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes AniNone {
  0,
  100% {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}
.AniNone {
  -webkit-animation-name: AniNone;
          animation-name: AniNone;
  opacity: 1;
}
@-webkit-keyframes AniCalmdown {
  
}
@keyframes AniCalmdown {
  
}
.AniCalmdown {
  -webkit-animation-name: AniCalmdown;
          animation-name: AniCalmdown;
  -webkit-animation-duration: .5s !important;
          animation-duration: .5s !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
.waitAniTitleBlock {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}
.waitAniTitleBlock:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
.waitAniTitleBlock:before {
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}
.waitAniTitleBlock.AniStart .hideWord {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.waitAniTitleBlock.AniStart:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0.8, 0.6) 0s;
  transition: all 400ms cubic-bezier(0, 0, 0.8, 0.6) 0s;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.waitAniTitleBlock.AniDid .hideWord {
  -webkit-transition: all 0ms ease-out 10ms;
  transition: all 0ms ease-out 10ms;
  opacity: 1;
  visibility: visible;
}
.waitAniTitleBlock.AniDid:before {
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0, 0.8) 0s;
  transition: all 400ms cubic-bezier(0, 0, 0, 0.8) 0s;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
/* baseCss */
.en {
  word-break: keep-all;
}
.tdu {
  text-decoration: underline;
}
.oh {
  position: relative;
  overflow: hidden;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
.dib {
  display: inline-block;
  vertical-align: top;
}
.vab {
  vertical-align: bottom;
}
.vam {
  vertical-align: middle;
}
.vat {
  vertical-align: top;
}
.unsel,
.dct {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.insel {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.op0 {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.op1 {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.tapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.tapList:after {
  display: none;
}
.lhd5 {
  height: .5em;
}
.reject {
  cursor: not-allowed;
}
.poss {
  position: static !important;
}
.emptyList {
  text-align: center;
  font-size: 120%;
  background-color: #f5f5f5;
  color: #222;
  font-weight: bold;
}
.hidePoint {
  position: absolute;
  height: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}
.viewport {
  position: relative;
  font-size: 0;
}
.pc .viewport {
  overflow: hidden;
}
.wap .oScroll {
  overflow: auto;
}
.hScroll {
  width: 100%;
  white-space: nowrap;
}
.hScroll .scrollBox,
.hScroll .overview {
  display: inline-block;
  vertical-align: top;
}
.wap .hScroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.vScroll {
  height: 100%;
}
.wap .vScroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.invisible {
  visibility: hidden;
  position: absolute !important;
  z-index: -1;
}
.ensp {
  display: inline-block;
  vertical-align: middle;
  width: .5em;
  height: 1px;
}
.cnsp {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1px;
}
.pa100.link {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 8;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  text-align: left !important;
}
.pa4 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bgct {
  background-color: transparent !important;
}
.enter,
.reset {
  position: relative;
  overflow: hidden;
}
.enter .iptBtn,
.reset .iptBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.kong {
  pointer-events: none;
}
.aniSpan {
  position: static !important;
  min-height: 1px;
  display: block;
}
/* resetEnd */
.c1 {
  color: #986732;
}
.bgc1 {
  background-color: #986732;
}
.c2 {
  color: #986732;
}
.bgc2 {
  background-color: #986732;
}
.c3 {
  color: #d61608;
}
.bgc3 {
  background-color: #d61608;
}
.ca {
  color: #222222;
}
.cb {
  color: #666666;
}
.cs {
  color: #999999;
}
html {
  min-width: 1200px;
}
body {
  color: #666666;
  font: 14px/1 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}
a {
  color: #222222;
}
a.on {
  color: #986732;
}
@media screen and (min-width: 1025px) {
  a:hover {
    color: #986732;
  }
}
@media screen and (max-width: 1024px) {
  a:active {
    color: #986732;
  }
}
.vmbox {
  font-size: 14px;
  line-height: 1;
  font-family: 'Microsoft YaHei', '微软雅黑';
}
.info {
  font-size: 14px;
  line-height: 1.7143;
}
.info * {
  background-color: transparent !important;
}
.imax {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .imax {
    font-size: 14px;
  }
}
::-moz-selection {
  background: #724d25;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #724d25;
  color: #fff;
  text-shadow: none;
}
.pc ::-webkit-scrollbar {
  position: absolute;
  width: 8px;
  height: 8px;
}
.pc ::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
}
.pc ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.pc ::-webkit-scrollbar-corner {
  background: transparent;
  height: 0;
  width: 0;
}
.loading {
  background-image: url(../images/loading.gif);
}
.loading-m {
  background-image: url(../images/loading-m.gif);
}
.load-error {
  background-image: url(../images/error.gif);
}
.scs11 {
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.scs11:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.h860 {
  height: 17.2rem;
}
.fwl {
  font-weight: lighter;
}
.tag {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tag + span {
  display: inline-block;
  vertical-align: middle;
}
.tag.tagr7 {
  margin-right: .1em;
  width: 134px;
  height: 52px;
  background-image: url(../images/tagi-r7.png);
}
.tag.tagr7b {
  margin-right: .1em;
  width: 134px;
  height: 52px;
  background-image: url(../images/tagi-r7b.png);
}
.tag.tagr7s {
  margin-right: .1em;
  width: 88px;
  height: 34px;
  background-image: url(../images/tagi-r7s.png);
}
.tag.tag50 {
  margin-right: 12px;
  width: 32px;
  height: 32px;
  background-image: url(../images/tags-50.png);
}
.tag.tag_gema {
  width: 129px;
  height: 42px;
  background-image: url(../images/tags-gema.png);
}
.tag.tag_ltaly {
  width: 210px;
  height: 56px;
  background-image: url(../images/tags-ltaly.png);
}
.container,
.w {
  margin-left: auto;
  margin-right: auto;
  width: 28.8rem;
}
.w-p {
  margin-left: 5.20833333%;
  margin-right: 5.20833333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  .w-p {
    width: 28.8rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ------------------- htmls ------------------- */
.modal-videoPlayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: #000;
}
.modal-videoPlayer.hideOut .close {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.modal-videoPlayer .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.5);
}
.modal-videoPlayer .close s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50.4px;
  font-size: 26px;
  color: #ffffff;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
.ysqUEO .modal-videoPlayer .close s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .modal-videoPlayer .close s:before,
.ysqUEO .modal-videoPlayer .close s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 15px;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  color: inherit;
  background-color: currentColor;
}
.ysqUEO .modal-videoPlayer .close s:before {
  top: 19px;
  -webkit-transform: rotate(45deg) translate(5.17766953px, 0);
          transform: rotate(45deg) translate(5.17766953px, 0);
  top: 14px;
}
.ysqUEO .modal-videoPlayer .close s:after {
  bottom: 19px;
  -webkit-transform: rotate(-45deg) translate(5.17766953px, 0);
          transform: rotate(-45deg) translate(5.17766953px, 0);
  bottom: 14px;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .modal-videoPlayer .close s:before,
  .ysqUEO .modal-videoPlayer .close s:after {
    -webkit-transition: all 300ms ease-out 0ms;
    transition: all 300ms ease-out 0ms;
  }
  .modal-videoPlayer .close s:hover {
    color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .modal-videoPlayer .close s:active {
    color: #ffffff;
  }
}
.modal-videoPlayer .close s:hover {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.modal-videoPlayer .contain {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.modal-videoPlayer .player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.modal-videoPlayer .player * {
  background-color: transparent !important;
}
/* albumWindow */
#albumWindow {
  position: fixed;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 50%;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: all 500ms ease-out 0ms;
  transition: all 500ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.no-supports #albumWindow {
  -webkit-transform: none !important;
          transform: none !important;
}
#albumWindow.visible {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 500ms ease-out 0ms;
  transition: all 500ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  top: 0;
  bottom: 0;
}
#albumWindow .contain {
  position: absolute;
  z-index: 1;
  left: 48px;
  right: 48px;
  top: 48px;
  bottom: 30px;
}
#albumWindow .contain .list0 {
  width: 400%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#albumWindow .contain .item {
  float: left;
  position: relative;
  width: 25%;
  height: 100%;
  text-align: center;
  margin-right: 20px;
}
#albumWindow .contain .item .img,
#albumWindow .contain .item .vmbox {
  width: 100%;
  min-height: 60px;
}
#albumWindow .contain .item .fBar {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
#albumWindow .contain .item .fBar .download {
  display: inline-block;
  vertical-align: top;
  padding-left: 6px;
  padding-right: 6px;
  color: #986732;
  border-bottom: solid 1px;
  font-size: 14px;
  line-height: 18px;
}
#albumWindow .contain .item.on .fBar {
  -webkit-transition: all 250ms ease-out 200ms;
  transition: all 250ms ease-out 200ms;
  opacity: 1;
  visibility: visible;
}
#albumWindow .picName {
  position: absolute;
  left: 0;
  right: 10px;
  top: -48px;
  height: 48px;
  line-height: 48px;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#albumWindow .close.btn {
  position: absolute;
  overflow: hidden;
  z-index: 3;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: #986732;
}
#albumWindow .close.btn s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 43.2px;
  font-size: 28px;
  color: #ffffff;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.ysqUEO #albumWindow .close.btn s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO #albumWindow .close.btn s:before,
.ysqUEO #albumWindow .close.btn s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  color: inherit;
  background-color: currentColor;
}
.ysqUEO #albumWindow .close.btn s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(5.38477631px, 0);
          transform: rotate(45deg) translate(5.38477631px, 0);
  top: 8px;
}
.ysqUEO #albumWindow .close.btn s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(5.38477631px, 0);
          transform: rotate(-45deg) translate(5.38477631px, 0);
  bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .ysqUEO #albumWindow .close.btn s:before,
  .ysqUEO #albumWindow .close.btn s:after {
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
  #albumWindow .close.btn s:hover {
    color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .close.btn s:active {
    color: #ffffff;
  }
}
#albumWindow .close.btn s:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#albumWindow .ctr {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 44px;
  height: 120px;
  -webkit-transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  opacity: .8;
  line-height: 120px;
  text-align: center;
  color: #111111;
}
#albumWindow .ctr s {
  color: #986732;
  font-size: 42px;
  font-weight: bold;
}
#albumWindow .ctr s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
#albumWindow .ctr:hover {
  color: #111111;
}
.ysqUEO #albumWindow .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO #albumWindow .ctr s:before,
.ysqUEO #albumWindow .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #111111;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO #albumWindow .ctr s:before,
  .ysqUEO #albumWindow .ctr s:after {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }
  .ysqUEO #albumWindow .ctr:hover s:before,
  .ysqUEO #albumWindow .ctr:hover s:after {
    background-color: #111111;
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .ctr:active s:before,
  #albumWindow .ctr:active s:after {
    background-color: #111111;
  }
}
.ysqUEO #albumWindow .ctr.prev s:before,
.ysqUEO #albumWindow .ctr.prev s:after {
  margin-left: -7px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO #albumWindow .ctr.prev s:before {
  -webkit-transform: rotate(-40deg) translateX(-1.5px);
          transform: rotate(-40deg) translateX(-1.5px);
}
.ysqUEO #albumWindow .ctr.prev s:after {
  -webkit-transform: rotate(40deg) translateX(-1.5px);
          transform: rotate(40deg) translateX(-1.5px);
}
.ysqUEO #albumWindow .ctr.next s:before,
.ysqUEO #albumWindow .ctr.next s:after {
  margin-left: -13px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO #albumWindow .ctr.next s:before {
  -webkit-transform: rotate(-40deg) translateX(1.5px);
          transform: rotate(-40deg) translateX(1.5px);
}
.ysqUEO #albumWindow .ctr.next s:after {
  -webkit-transform: rotate(40deg) translateX(1.5px);
          transform: rotate(40deg) translateX(1.5px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO #albumWindow .ctr.prev:hover s:before {
    -webkit-transform: rotate(-48deg) translateX(-1.5px);
            transform: rotate(-48deg) translateX(-1.5px);
  }
  .ysqUEO #albumWindow .ctr.prev:hover s:after {
    -webkit-transform: rotate(48deg) translateX(-1.5px);
            transform: rotate(48deg) translateX(-1.5px);
  }
  .ysqUEO #albumWindow .ctr.next:hover s:before {
    -webkit-transform: rotate(-48deg) translateX(1.5px);
            transform: rotate(-48deg) translateX(1.5px);
  }
  .ysqUEO #albumWindow .ctr.next:hover s:after {
    -webkit-transform: rotate(48deg) translateX(1.5px);
            transform: rotate(48deg) translateX(1.5px);
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .ctr.prev:active s:before,
  #albumWindow .ctr.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  #albumWindow .ctr.prev:active s:before {
    -webkit-transform: rotate(-48deg) translateX(-1.5px);
            transform: rotate(-48deg) translateX(-1.5px);
  }
  #albumWindow .ctr.prev:active s:after {
    -webkit-transform: rotate(48deg) translateX(-1.5px);
            transform: rotate(48deg) translateX(-1.5px);
  }
  #albumWindow .ctr.next:active s:before,
  #albumWindow .ctr.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  #albumWindow .ctr.next:active s:before {
    -webkit-transform: rotate(-48deg) translateX(1.5px);
            transform: rotate(-48deg) translateX(1.5px);
  }
  #albumWindow .ctr.next:active s:after {
    -webkit-transform: rotate(48deg) translateX(1.5px);
            transform: rotate(48deg) translateX(1.5px);
  }
}
#albumWindow .ctr.prev {
  left: 0;
}
#albumWindow .ctr.next {
  right: 0;
}
#albumWindow .ctr.reject {
  display: none;
}
#albumWindow .ctr:active {
  opacity: 1;
}
#albumWindow .ctr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#albumWindow .pagination {
  height: 4px;
  line-height: 4px;
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
#albumWindow .pagination .container {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
}
#albumWindow .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 3px;
  border-color: #222;
  width: 0;
  height: 0;
  border-width: 4px 4px 0 0;
  border-style: solid;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
#albumWindow .pagination .btn > em {
  display: none;
}
#albumWindow .pagination .btn.on {
  border-color: #986732;
}
#albumWindow .originalBtn {
  position: absolute;
  z-index: 6;
  left: 0;
  line-height: 30px;
  color: #999999;
  cursor: pointer;
}
#albumWindow .originalBtn:hover {
  color: #986732;
}
#albumWindow .serialNum {
  position: absolute;
  z-index: 6;
  right: 0;
  line-height: 30px;
  color: #999999;
}
.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 fadeInRights {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(35px, 0, 0);
            transform: translate3d(35px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRights {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(35px, 0, 0);
            transform: translate3d(35px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRights {
  -webkit-animation-name: fadeInRights;
          animation-name: fadeInRights;
}
@-webkit-keyframes fadeInLefts {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-35px, 0, 0);
            transform: translate3d(-35px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLefts {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-35px, 0, 0);
            transform: translate3d(-35px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLefts {
  -webkit-animation-name: fadeInLefts;
          animation-name: fadeInLefts;
}
@-webkit-keyframes fadeInUps {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -35px, 0);
            transform: translate3d(0, -35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUps {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -35px, 0);
            transform: translate3d(0, -35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUps {
  -webkit-animation-name: fadeInUps;
          animation-name: fadeInUps;
}
@-webkit-keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDowns {
  -webkit-animation-name: fadeInDowns;
          animation-name: fadeInDowns;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5);
  }
  50%,
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5);
  }
  50%,
  100% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
@-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;
}
@-webkit-keyframes slideInDowns {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInDowns {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInDowns {
  -webkit-animation-name: slideInDowns;
          animation-name: slideInDowns;
  opacity: 1 !important;
}
@-webkit-keyframes rotateInY {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInY {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInY {
  -webkit-animation-name: rotateInY;
          animation-name: rotateInY;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.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 circleShiny {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  60%,
  99.99% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    opacity: 0;
  }
}
@keyframes circleShiny {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  60%,
  99.99% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    opacity: 0;
  }
}
@-webkit-keyframes shiny {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shiny {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.shiny {
  -webkit-animation-name: shiny;
          animation-name: shiny;
}
@-webkit-keyframes fadeInRights25 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRights25 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRights25 {
  -webkit-animation-name: fadeInRights25;
          animation-name: fadeInRights25;
}
@-webkit-keyframes fadeInLefts25 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLefts25 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLefts25 {
  -webkit-animation-name: fadeInLefts25;
          animation-name: fadeInLefts25;
}
.ysqUEO .aBtnMask {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  background-color: #ffffff \9;
}
.ysqUEO .aBtnMask:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  z-index: 8;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  pointer-events: none;
  -webkit-transition: all 200ms ease-out 0ms;
  transition: all 200ms ease-out 0ms;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnMask:after {
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
  }
  .ysqUEO .aBtnMask:hover:after {
    opacity: .07;
  }
}
.ysqUEO .aBtnSc {
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.ysqUEO .aBtnSc:after {
  z-index: -1;
  content: " ";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 108%;
  padding-bottom: 108%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnSc:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0.1;
    visibility: hidden;
  }
  .ysqUEO .aBtnSc:hover:after {
    -webkit-transition: all 350ms ease-in 0ms;
    transition: all 350ms ease-in 0ms;
    opacity: 0.15;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.ysqUEO .aBtnlr {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.ysqUEO .aBtnlr:before {
  content: " ";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #986732;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnlr:hover:before {
    width: 100%;
    left: 0;
    -webkit-transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
    transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
  }
}
/* ysq _ ROW  */
.ysqRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.ysqRow:after {
  display: none;
}
.ysqRow:after {
  display: none;
}
.ysqRow > .item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  float: left;
  -webkit-transition: background 250ms,color 250ms,-webkit-transform 250ms;
  transition: background 250ms,color 250ms,-webkit-transform 250ms;
  transition: transform 250ms,background 250ms,color 250ms;
  transition: transform 250ms,background 250ms,color 250ms,-webkit-transform 250ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
li.kong {
  height: 0 !important;
  min-height: 0 !important;
  visibility: hidden;
  margin-top: 0 !important;
}
/* 滚动加载 */
.scrollAjax #loadState {
  position: relative;
  width: 200px;
  height: 40px;
  margin: 40px auto 0;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  background-color: #986732;
  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: #986732;
  cursor: pointer;
}
.scrollAjax #loadState.retry:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 150px;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg) translateX(-149px);
          transform: skewX(-25deg) translateX(-149px);
  -webkit-transition: none 250ms ease-out 0s;
  transition: none 250ms ease-out 0s;
}
.scrollAjax #loadState.retry:hover:before {
  left: 100%;
  -webkit-transform: skewX(-25deg) translateX(149px);
          transform: skewX(-25deg) translateX(149px);
  top: 0;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
.scrollAjax .pageList {
  display: none;
}
/* 模态窗 */
.TAlert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.TAlert .contain {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  z-index: 9;
  max-width: 80%;
  width: 400px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  text-align: left;
  line-height: 1.4333;
  font-size: 16px;
  border-radius: 5px ;
  max-width: 90%;
}
.TAlert .contain .Tclose {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 40px;
  height: 40px;
}
.TAlert .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #333333;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
.ysqUEO .TAlert .contain .Tclose s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .TAlert .contain .Tclose s:before,
.ysqUEO .TAlert .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  color: inherit;
  background-color: currentColor;
}
.ysqUEO .TAlert .contain .Tclose s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(3.93502884px, 0);
          transform: rotate(45deg) translate(3.93502884px, 0);
  top: 9px;
}
.ysqUEO .TAlert .contain .Tclose s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(3.93502884px, 0);
          transform: rotate(-45deg) translate(3.93502884px, 0);
  bottom: 9px;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .TAlert .contain .Tclose s:before,
  .ysqUEO .TAlert .contain .Tclose s:after {
    -webkit-transition: all 300ms ease-out 0ms;
    transition: all 300ms ease-out 0ms;
  }
  .TAlert .contain .Tclose s:hover {
    color: #333333;
  }
}
@media screen and (max-width: 1024px) {
  .TAlert .contain .Tclose s:active {
    color: #333333;
  }
}
.TAlert .contain .Tclose s:hover {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.TAlert .contain .head {
  padding: 10px 15px;
  border-bottom: #cccccc solid 1px;
  color: #333;
  background-color: #fff;
}
.TAlert .contain .body {
  padding: 15px;
  font-size: 14px;
  background-color: #fff;
  color: #444;
}
.TAlert .contain .foot {
  position: relative;
  width: 100%;
  height: 40px;
  border-top: #cccccc solid 1px;
}
.TAlert .contain .foot .btn {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 50%;
  text-align: center;
  font-size: 15px;
}
.TAlert .contain .foot .btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  pointer-events: none;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0);
}
.TAlert .contain .foot .btn:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.TAlert .contain .foot .btn.enter {
  left: 0;
  background-color: #986732;
  color: #fff;
}
.TAlert .contain .foot .btn.close {
  right: 0;
  background-color: #f1f1f1;
  border-left: #cfcfcf solid 1px;
  color: #333;
}
.TAlert .contain .foot .btn.w100 {
  border-left: none;
}
.ysqUEO .TAlert .contain {
  opacity: 0;
  -webkit-transition: all 330ms ease-out 0s;
  transition: all 330ms ease-out 0s;
  -webkit-transform: translateY(-50%) scale(0.2);
          transform: translateY(-50%) scale(0.2);
}
.ysqUEO .TAlert.showUp .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
.ysqUEO .TAlert.hideOut .contain {
  opacity: 0;
  -webkit-transform: translateY(44%) scale(0.2) !important;
          transform: translateY(44%) scale(0.2) !important;
}
.pageListBox {
  margin-top: 1.2rem;
  margin-bottom: -0.8rem;
}
.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 6px;
  font-size: 14px;
}
.pageListBox .pageList a {
  display: block;
  width: 32px;
  height: 32px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  color: #333333;
  font-size: 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  z-index: 2;
  position: relative;
  color: #333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  opacity: .6;
}
.pageListBox .pageList a:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #6a6a6a solid 1px;
  z-index: -1;
  border-radius: 32px;
}
.pageListBox .pageList a.selected {
  opacity: 1;
}
.pageListBox .pageList a:active:after {
  -webkit-transition: all 0ms ease-out 0ms !important;
  transition: all 0ms ease-out 0ms !important;
  opacity: 1 !important;
  visibility: visible !important;
  background-color: rgba(152, 103, 50, 0.05);
}
.pageListBox .pageList a:hover {
  opacity: 1;
}
/*模拟滚动条*/
.module-Scrollbox {
  position: relative;
  height: 100%;
}
.module-Scrollbox.y {
  padding-right: 12px;
}
.module-Scrollbox.y .scrollbar {
  right: 0;
  width: 7px;
  height: 100%;
  top: 0;
}
.module-Scrollbox.y .scrollbar .track {
  position: absolute;
  top: 0;
  right: 2px;
  width: 3px;
  background-color: #f1f1f1;
}
.module-Scrollbox.y .scrollbar .thumb {
  height: 0;
  right: -2px;
  background-color: #986732;
  width: 7px;
}
.module-Scrollbox.x .scrollbar {
  height: 7px;
  width: 100%;
  bottom: 0;
}
.module-Scrollbox.x .scrollbar .track {
  position: absolute;
  top: 0;
  right: 0;
  height: 7px;
  background-color: #f1f1f1;
}
.module-Scrollbox.x .scrollbar .thumb {
  width: 0;
  left: 0;
  height: 7px;
  background-color: #986732;
}
.module-Scrollbox.x .overview {
  display: inline-block;
}
.module-Scrollbox .scrollbar {
  /* display: none; */
  position: absolute;
  z-index: 3;
  right: 0;
}
.module-Scrollbox .scrollbar .track {
  position: relative;
}
.module-Scrollbox .scrollbar .thumb {
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 3.5px;
  -webkit-transition: all 80ms ease-out 0s;
  transition: all 80ms ease-out 0s;
}
.module-Scrollbox .scrollbar .thumb .end {
  height: 7px;
  width: 7px;
}
.module-Scrollbox .viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.module-Scrollbox .overview {
  position: relative;
  -webkit-transition: all 150ms ease-in 0s;
  transition: all 150ms ease-in 0s;
}
.module-Scrollbox .disable {
  display: none;
}
html {
  font-size: 50px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 45px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 40px;
  }
}
.fz40,
.index-brand .wrapIn .dt,
.index-craft .floater .text .dt,
.index-product .Tt .box .txt .dt,
.index-scene-head .dt,
.index-news-head .dt,
.sAbout-section1 .dt .cn,
.sAbout-section3 .dt,
.sAbout-section4 .dt,
.sAbout-section5 .oList .item .txt .vmbox .dd .cn .p1,
.sCraft-banner .wrapIn .dt .cn,
.sCraft-section1 .wrapIn .dt .cn,
.sCraft-section2 .wrapIn .dt,
.sCraft-section4 .wrapIn .txt .dt,
.sCraft-section5 .wrapIn .p2,
.sCraft-section6 .wrapIn .dt,
.sCraft-section7 .wrapIn .dd .cn,
.sCraft-section8 .dd .cn,
.sCraft-section9 .dd,
.sProduct-section1 .wrapIn .dt,
.sProduct-section2 .wrapIn .dt,
.sProduct-section3 .wrapIn .dt,
.sProduct-section4 .wrapIn .dt .p2,
.sProduct-section5 .intro .txt .dt,
.sProduct-section6 .wrapIn .dt,
.sProduct-section7 .wrapIn .dt .cn,
.sProduct-section8 .wrapIn .dt .cn,
.sProduct-section10 .wrapIn .dt .cn,
.sProduct-honor .dt .cn {
  font-size: 40px;
}
@media screen and (max-width: 1440px) {
  .fz40,
  .index-brand .wrapIn .dt,
  .index-craft .floater .text .dt,
  .index-product .Tt .box .txt .dt,
  .index-scene-head .dt,
  .index-news-head .dt,
  .sAbout-section1 .dt .cn,
  .sAbout-section3 .dt,
  .sAbout-section4 .dt,
  .sAbout-section5 .oList .item .txt .vmbox .dd .cn .p1,
  .sCraft-banner .wrapIn .dt .cn,
  .sCraft-section1 .wrapIn .dt .cn,
  .sCraft-section2 .wrapIn .dt,
  .sCraft-section4 .wrapIn .txt .dt,
  .sCraft-section5 .wrapIn .p2,
  .sCraft-section6 .wrapIn .dt,
  .sCraft-section7 .wrapIn .dd .cn,
  .sCraft-section8 .dd .cn,
  .sCraft-section9 .dd,
  .sProduct-section1 .wrapIn .dt,
  .sProduct-section2 .wrapIn .dt,
  .sProduct-section3 .wrapIn .dt,
  .sProduct-section4 .wrapIn .dt .p2,
  .sProduct-section5 .intro .txt .dt,
  .sProduct-section6 .wrapIn .dt,
  .sProduct-section7 .wrapIn .dt .cn,
  .sProduct-section8 .wrapIn .dt .cn,
  .sProduct-section10 .wrapIn .dt .cn,
  .sProduct-honor .dt .cn {
    font-size: 32px;
  }
}
.fz36,
.sAbout-section2a .pic .p .cn {
  font-size: 36px;
}
@media screen and (max-width: 1440px) {
  .fz36,
  .sAbout-section2a .pic .p .cn {
    font-size: 28px;
  }
}
.fz32,
.sAbout-section5 .oList .item .txt .vmbox .dt,
.sContact-search .dt .cn {
  font-size: 32px;
}
@media screen and (max-width: 1440px) {
  .fz32,
  .sAbout-section5 .oList .item .txt .vmbox .dt,
  .sContact-search .dt .cn {
    font-size: 26px;
  }
}
.fz24,
.sAbout-banner .slogan .p1,
.sAbout-section2a .pic .p .en,
.sAbout-section3 .ds,
.sAbout-section5 .oList .item .txt .vmbox .dd .cn .p2,
.sCraft-section5 .wrapIn .p1,
.sCraft-section5 .wrapIn .p3,
.sCraft-section7 .wrapIn .dt,
.sContact-search .dt .en {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .fz24,
  .sAbout-banner .slogan .p1,
  .sAbout-section2a .pic .p .en,
  .sAbout-section3 .ds,
  .sAbout-section5 .oList .item .txt .vmbox .dd .cn .p2,
  .sCraft-section5 .wrapIn .p1,
  .sCraft-section5 .wrapIn .p3,
  .sCraft-section7 .wrapIn .dt,
  .sContact-search .dt .en {
    font-size: 20px;
  }
}
.fz20,
.sNews-list .item .txt h3,
.sNews-view .view-head h1,
.sNews-view .view-aside .date {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .fz20,
  .sNews-list .item .txt h3,
  .sNews-view .view-head h1,
  .sNews-view .view-aside .date {
    font-size: 18px;
  }
}
.fz18,
.sAbout-banner .slogan .p2 {
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .fz18,
  .sAbout-banner .slogan .p2 {
    font-size: 16px;
  }
}
/* 自定义响应结构 */
.ctr.ctrX1 {
  z-index: 2;
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  text-align: center;
  color: #131313;
}
.ctr.ctrX1:after {
  content: " ";
  position: absolute;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 400ms ease-out 0s, all 600ms ease-out 0s;
  transition: all 400ms ease-out 0s, all 600ms ease-out 0s;
  pointer-events: none;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #131313 solid 1px;
  border-radius: 6px;
}
.ctr.ctrX1 s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.ctr.ctrX1:hover {
  color: #131313;
}
.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: 12px;
  height: 1px;
  margin-top: -0.5px;
  background-color: #131313;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX1 s:before,
  .ysqUEO .ctr.ctrX1 s:after {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }
  .ysqUEO .ctr.ctrX1:hover s:before,
  .ysqUEO .ctr.ctrX1:hover s:after {
    background-color: #131313;
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX1:active s:before,
  .ctr.ctrX1:active s:after {
    background-color: #131313;
  }
}
.ysqUEO .ctr.ctrX1.prev s:before,
.ysqUEO .ctr.ctrX1.prev s:after {
  margin-left: -5px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrX1.prev s:before {
  -webkit-transform: rotate(-36deg) translateX(-0.5px);
          transform: rotate(-36deg) translateX(-0.5px);
}
.ysqUEO .ctr.ctrX1.prev s:after {
  -webkit-transform: rotate(36deg) translateX(-0.5px);
          transform: rotate(36deg) translateX(-0.5px);
}
.ysqUEO .ctr.ctrX1.next s:before,
.ysqUEO .ctr.ctrX1.next s:after {
  margin-left: -7px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrX1.next s:before {
  -webkit-transform: rotate(-36deg) translateX(0.5px);
          transform: rotate(-36deg) translateX(0.5px);
}
.ysqUEO .ctr.ctrX1.next s:after {
  -webkit-transform: rotate(36deg) translateX(0.5px);
          transform: rotate(36deg) translateX(0.5px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX1.prev:hover s:before {
    -webkit-transform: rotate(-44deg) translateX(-0.5px);
            transform: rotate(-44deg) translateX(-0.5px);
  }
  .ysqUEO .ctr.ctrX1.prev:hover s:after {
    -webkit-transform: rotate(44deg) translateX(-0.5px);
            transform: rotate(44deg) translateX(-0.5px);
  }
  .ysqUEO .ctr.ctrX1.next:hover s:before {
    -webkit-transform: rotate(-44deg) translateX(0.5px);
            transform: rotate(-44deg) translateX(0.5px);
  }
  .ysqUEO .ctr.ctrX1.next:hover s:after {
    -webkit-transform: rotate(44deg) translateX(0.5px);
            transform: rotate(44deg) translateX(0.5px);
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX1.prev:active s:before,
  .ctr.ctrX1.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  .ctr.ctrX1.prev:active s:before {
    -webkit-transform: rotate(-44deg) translateX(-0.5px);
            transform: rotate(-44deg) translateX(-0.5px);
  }
  .ctr.ctrX1.prev:active s:after {
    -webkit-transform: rotate(44deg) translateX(-0.5px);
            transform: rotate(44deg) translateX(-0.5px);
  }
  .ctr.ctrX1.next:active s:before,
  .ctr.ctrX1.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  .ctr.ctrX1.next:active s:before {
    -webkit-transform: rotate(-44deg) translateX(0.5px);
            transform: rotate(-44deg) translateX(0.5px);
  }
  .ctr.ctrX1.next:active s:after {
    -webkit-transform: rotate(44deg) translateX(0.5px);
            transform: rotate(44deg) translateX(0.5px);
  }
}
.ctr.ctrX1:hover:after {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
  background-color: rgba(152, 103, 50, 0.05);
}
body *.bg,
body *.dct {
  pointer-events: auto !important;
}
/* header */
.scroll-wrap {
  padding-top: 64px;
  background-color: #f5f7f6;
}
.hidePoint {
  top: -64px;
}
.vh100 {
  height: calc(100vh - 80px);
  min-height: 500px;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  min-width: 1200px;
  height: 64px;
  background-color: #f5f7f6;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.foldNav .header {
  -webkit-transform: translateY(-74px);
          transform: translateY(-74px);
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.header .contain {
  position: relative;
  height: 100%;
}
.header .bg {
  display: none;
  z-index: 5;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  height: 44px;
}
.header .logo img {
  display: block;
  height: 100%;
}
.header .firNav {
  position: absolute;
  top: 0;
  right: 200px;
  margin-right: 1rem;
  text-align: center;
  white-space: nowrap;
}
.header .firNav .firItem {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 64px;
  height: 64px;
}
.header .firNav .firItem:nth-child(1n+2) {
  margin-left: 0.6rem;
}
.header .firNav .firItem .link1 {
  display: block;
  font-size: 16px;
  color: #333;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .firNav .firItem .link1:before {
  z-index: -1;
  content: " ";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background-color: #e2dacf;
  -webkit-box-shadow: 0 0 1px 0 rgba(226, 218, 207, 0.15);
          box-shadow: 0 0 1px 0 rgba(226, 218, 207, 0.15);
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(180deg) scale(0.5);
          transform: rotate(180deg) scale(0.5);
}
.header .firNav .firItem .link1:after {
  content: "-";
  pointer-events: none;
  margin-left: 2px;
}
.header .firNav .firItem.on .link1,
.header .firNav .firItem:hover .link1 {
  font-weight: bold;
}
.header .firNav .firItem.on .link1:before,
.header .firNav .firItem:hover .link1:before {
  -webkit-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 5px;
}
.header .firNav .firItem:hover .secNav {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.header .firNav .secNav {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -1500px;
  width: 3000px;
  padding: 30px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  text-align: center;
}
.header .firNav .secNav .wrapIn {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0;
}
.header .firNav .secNav .secItem {
  position: relative;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  color: #222222;
  line-height: 1.5;
  text-align: left;
}
.header .firNav .secNav .secItem:nth-child(1n+2) {
  margin-left: 40px;
  padding-left: 40px;
}
.header .firNav .secNav .secItem:nth-child(1n+2):before {
  content: " ";
  position: absolute;
  left: 0;
  top: 5%;
  bottom: 5%;
  width: 2px;
  background-image: -webkit-linear-gradient(90deg, #ffffff, #666666, #666666, #666666, #ffffff);
  opacity: .2;
  background-color: #666;
  pointer-events: none;
}
.header .firNav .secNav .secItem .dt {
  font-size: 18px;
  text-transform: uppercase;
}
.header .firNav .secNav .secItem .dd {
  padding-left: 15px;
  margin-top: 12px;
  white-space: nowrap;
}
.header .firNav .secNav .secItem .dd > .col {
  display: inline-block;
  vertical-align: top;
}
.header .firNav .secNav .secItem .dd > .col:nth-child(1n+2) {
  margin-left: 1rem;
}
.header .firNav .secNav .secItem .dd > .col .sdt {
  font-size: 16px;
}
.header .firNav .secNav .secItem .dd > .col .sdd {
  margin-top: 10px;
  white-space: nowrap;
  font-size: 0;
}
.header .firNav .secNav .secItem .dd > .col .sdd > .col {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.header .firNav .secNav .secItem .dd > .col .sdd > .col:nth-child(1n+2) {
  margin-left: 0.4rem;
}
.header .firNav .secNav .secItem .dd > .col .sdd .link2 {
  display: block;
  line-height: 20px;
  color: #666666;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.header .firNav .secNav .secItem .dd > .col .sdd .link2:nth-child(1n+2) {
  margin-top: 5px;
}
.header .firNav .secNav .secItem .dd > .col .sdd .link2:hover {
  color: #986732;
}
.header .tel {
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
.header .tel .icoImg {
  vertical-align: top;
}
.header .searchBox {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  background-color: #f5f7f6;
  z-index: 7;
  width: 30px;
  height: 30px;
}
.header .searchBox .skin {
  line-height: 30px;
  height: 30px;
  width: calc(100% - 30px);
}
.header .searchBox .searchBtn {
  width: 30px;
  height: 30px;
}
.header .searchBox .formItem {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.header .searchBox .formItem .skin {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.header .searchBox .searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.header .searchBox .searchBtn .iptBtn {
  display: none;
}
.header .searchBox .searchBtn:before,
.header .searchBox .searchBtn:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.header .searchBox .searchBtn:after {
  background-image: url(../images/btnt-search.png);
  -webkit-transition: all 300ms ease-out 200ms;
  transition: all 300ms ease-out 200ms;
  opacity: 1;
  visibility: visible;
}
.header .searchBox .searchBtn:hover:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.header .searchBox .close {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.header .searchBox .close s {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
  width: 16px;
  height: 16px;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.header .searchBox .close s:before,
.header .searchBox .close s:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #423f22;
  -webkit-transition: all 250ms ease-out 50ms;
  transition: all 250ms ease-out 50ms;
}
.header .searchBox .close s:before {
  width: 2px;
  height: 16px;
  margin-left: -1px;
  margin-top: -8px;
}
.header .searchBox .close s:after {
  width: 16px;
  height: 2px;
  margin-left: -8px;
  margin-top: -1px;
}
.header .searchBox.show {
  width: 200px;
}
.header .searchBox.show .formItem {
  left: 30px;
}
.header .searchBox.show .searchBtn {
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.header .searchBox.show .searchBtn .iptBtn {
  display: block;
}
.header .searchBox.show .close {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.header .searchBox.show .close s {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 400ms ease-out 400ms;
  transition: all 400ms ease-out 400ms;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1441px) {
  .scroll-wrap {
    padding-top: 80px;
  }
  .hidePoint {
    top: -80px;
  }
  .header {
    height: 80px;
  }
  .foldNav .header {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
  .header .firNav .firItem {
    line-height: 80px;
    height: 80px;
  }
  .header .firNav .firItem:nth-child(1n+2) {
    margin-left: 1.2rem;
  }
  .vh100 {
    height: calc(100vh - 100px);
  }
}
[scrollParallax] {
  -webkit-transition: all 20ms ease-out 0s;
  transition: all 20ms ease-out 0s;
}
/* index */
.index-banner {
  z-index: 2;
  position: relative;
  width: 100%;
}
.index-banner .playground {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
}
.index-banner .playground .videoBg {
  pointer-events: none;
}
.index-banner .playground .playBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.index-banner .playground .playBtn .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  background-image: url(../images/btni-play.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 8;
}
.index-banner .playground .playBtn .btn:before {
  content: " ";
  z-index: -1;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  pointer-events: none;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
}
.index-banner .playground .playBtn .btn:after {
  content: " ";
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-animation-name: circleShiny;
          animation-name: circleShiny;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -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;
}
.index-banner .playground .playBtn .btn:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.index-banner .playground.playing .playBtn {
  -webkit-transition: all 400ms ease-out 200ms;
  transition: all 400ms ease-out 200ms;
  opacity: 0;
  visibility: hidden;
}
.index-banner .playground.playing .playBtn .btn {
  -webkit-transition: all 400ms ease-out 10ms;
  transition: all 400ms ease-out 10ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.index-section {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.index-brand .coc {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 1.96rem;
  margin-left: -3.56rem;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.index-brand .coc .numCountUp {
  font-size: 0.72rem;
  color: #222222;
  position: absolute;
  left: -1.88rem;
  top: -1.28rem;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  white-space: nowrap;
}
.index-brand .coc .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3rem 0 0 -3rem;
  width: 6rem;
  height: 6rem;
  -webkit-transform: rotateX(15deg) rotateY(40deg);
          transform: rotateX(15deg) rotateY(40deg);
  border: #2a2a2a dashed 1px;
  border-radius: 50%;
}
.index-brand .coc .circle:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  margin: -0.16rem 0 0 -0.16rem;
  border-radius: 50%;
  border: #2a2a2a solid 1px;
}
.index-brand .coc .circle:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.84rem;
  height: 0;
  border-top: #2a2a2a dashed 1px;
}
.index-brand .coc.AniStart .circle {
  -webkit-transform: translateX(166px) translateY(50px) rotateX(15deg) rotateY(40deg);
          transform: translateX(166px) translateY(50px) rotateX(15deg) rotateY(40deg);
  opacity: 0;
}
.index-brand .coc.AniStart .circle:after {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0.6;
  visibility: hidden;
  -webkit-transform: rotate(-640deg);
          transform: rotate(-640deg);
  -webkit-transform-origin: 3rem 50%;
          transform-origin: 3rem 50%;
}
.index-brand .coc.AniStart .numCountUp {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  top: -0.8rem;
}
.index-brand .coc.AniDid .circle {
  -webkit-transform: rotateX(15deg) rotateY(40deg) !important;
          transform: rotateX(15deg) rotateY(40deg) !important;
  opacity: 1 !important;
  -webkit-transition: all 1000ms ease-out 0s !important;
  transition: all 1000ms ease-out 0s !important;
}
.index-brand .coc.AniDid .circle:after {
  -webkit-transition: all 1000ms ease-out 250ms;
  transition: all 1000ms ease-out 250ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(-6deg) !important;
          transform: rotate(-6deg) !important;
}
.index-brand .coc.AniDid .numCountUp {
  -webkit-transition: all 600ms ease-out 900ms;
  transition: all 600ms ease-out 900ms;
  opacity: 1;
  visibility: visible;
  top: -1.2rem;
}
@media screen and (min-width: 1921px) {
  .index-brand .coc {
    margin-top: 5.72916667vw;
    margin-left: -9.11458333vw;
  }
  .index-brand .coc .numCountUp {
    font-size: 1.875vw;
    left: -4.89583333vw;
    top: -3.125vw;
  }
  .index-brand .coc .circle {
    margin: -7.8125vw 0 0 -7.8125vw;
    width: 15.625vw;
    height: 15.625vw;
  }
  .index-brand .coc .circle:before {
    width: 0.83333333vw;
    height: 0.83333333vw;
    margin: -0.41666667vw 0 0 -0.41666667vw;
  }
  .index-brand .coc .circle:after {
    width: 7.39583333vw;
  }
  .index-brand .coc.AniStart .circle {
    -webkit-transform: translateX(5.20833333vw) translateY(1.5625vw) rotateX(20deg) rotateY(40deg);
            transform: translateX(5.20833333vw) translateY(1.5625vw) rotateX(20deg) rotateY(40deg);
  }
  .index-brand .coc.AniStart .circle:after {
    -webkit-transform-origin: 7.8125vw 50%;
            transform-origin: 7.8125vw 50%;
  }
  .index-brand .coc.AniStart .numCountUp {
    top: -2.08333333vw;
  }
  .index-brand .coc.AniDid .numCountUp {
    top: -3.125vw;
  }
}
.index-brand .wrapIn {
  position: absolute;
  left: 50%;
  width: 14.4rem;
  top: 2.4rem;
  bottom: 2.4rem;
  padding-top: 4.16666667%;
  text-align: center;
  color: #111;
}
.index-brand .wrapIn .dt > img {
  vertical-align: top;
  height: 1em;
}
.index-brand .wrapIn .dd {
  margin-top: 0.6rem;
}
.index-brand .wrapIn .dd p {
  color: #444;
  font-size: 18px;
  letter-spacing: .5em;
}
.index-brand .wrapIn .dd .link {
  display: inline-block;
  vertical-align: top;
  margin-top: 1.5rem;
  font-size: 16px;
  color: #000;
  line-height: 0.6rem;
}
.index-brand .wrapIn .df {
  position: absolute;
  left: 0;
  bottom: 5%;
  right: 0;
  font-size: 18px;
  font-weight: bold;
}
.index-brand .wrapIn .df > img {
  vertical-align: middle;
  height: 1em;
  margin-right: .2em;
}
.index-brand .wrapIn .df > span {
  display: inline-block;
  vertical-align: middle;
}
.index-craft .Tt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #161616;
}
.index-craft .Tt .box {
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 600ms ease-out 0ms;
  transition: all 600ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  -webkit-filter: brightness(2);
          filter: brightness(2);
}
.index-craft .Tt .box .dct {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-duration: 1.2s !important;
          animation-duration: 1.2s !important;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.index-craft .Tt .box .dct.AniStart {
  -webkit-transform: translate(-100vw, -63.70702608vw);
          transform: translate(-100vw, -63.70702608vw);
  -webkit-transition: none !important;
  transition: none !important;
  opacity: .2;
}
.index-craft .Tt .box .dct.AniDid {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 1200ms ease-out 0s !important;
  transition: all 1200ms ease-out 0s !important;
  opacity: 1;
}
.index-craft .Tt .box.on {
  -webkit-transition: all 800ms ease-out 0ms;
  transition: all 800ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-filter: none;
          filter: none;
}
.index-craft .floater {
  position: absolute;
  top: 50%;
  width: 8rem;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 400ms ease-out 100ms;
  transition: all 400ms ease-out 100ms;
  margin-top: -2rem;
  left: 50%;
  margin-left: 6.4rem;
}
.index-craft .floater._dirl {
  margin-left: -14.4rem;
}
.index-craft .floater .text {
  color: #fff;
}
.index-craft .floater .text .txt {
  display: none;
}
.index-craft .floater .text .txt.on {
  display: block;
}
.index-craft .floater .text .dt {
  line-height: 1.04rem;
  letter-spacing: .1em;
}
.index-craft .floater .text .dd {
  margin-top: 0.3rem;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .15em;
}
.index-craft .floater .Tg {
  margin-top: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.index-craft .floater .Tg:after {
  display: none;
}
.index-craft .floater .Tg .btn {
  display: inline-block;
  vertical-align: top;
  width: 0.68rem;
  height: 0.76rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  opacity: .2;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.index-craft .floater .Tg .btn .icoImg {
  display: block;
}
.index-craft .floater .Tg .btn:hover {
  opacity: .6;
}
.index-craft .floater .Tg .btn.on {
  opacity: 1;
}
.index-product .Tt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.index-product .Tt .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.index-product .Tt .box:after {
  display: none;
}
.index-product .Tt .box .pic {
  width: 14.4rem;
  height: 100%;
}
.index-product .Tt .box .txt {
  width: 14.4rem;
  height: 100%;
  text-align: center;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.index-product .Tt .box .txt:after {
  display: none;
}
.index-product .Tt .box .txt .dt {
  line-height: 1.04rem;
  letter-spacing: .1em;
}
.index-product .Tt .box .txt .dt .c1 {
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
}
.index-product .Tt .box .txt .dd {
  margin-top: 0.3rem;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .25em;
}
.index-product .Tt .box .txt .df {
  margin-top: 1.2rem;
}
.index-product .Tt .box .txt .df .ctr {
  margin-left: auto;
  margin-right: auto;
}
.index-product .Tt .box.on {
  -webkit-transition: all 800ms ease-out 0ms;
  transition: all 800ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-filter: none;
          filter: none;
}
.index-product .Tt .box.leave .pic {
  -webkit-transition: all 800ms ease-out 0ms;
  transition: all 800ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.index-product .Tt .box.leave .txt {
  -webkit-transition: all 640ms ease-out 0ms;
  transition: all 640ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
.index-product .Tg {
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  width: 100%;
  text-align: center;
  z-index: 9;
  overflow: hidden;
  white-space: nowrap;
  line-height: 0;
}
.index-product .Tg .btn {
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  margin: 0 0.3rem;
  position: relative;
  overflow: hidden;
  width: 0.88rem;
  height: 2px;
  border: 0 solid #986732;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.index-product .Tg .btn:before,
.index-product .Tg .btn:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.index-product .Tg .btn:before {
  opacity: .30;
}
.index-product .Tg .btn:after {
  opacity: 1;
  width: 0;
  -webkit-transition: all 100ms ease-out 0s;
  transition: all 100ms ease-out 0s;
}
.index-product .Tg .btn > em {
  display: none;
}
.index-product .Tg .btn.on:after {
  width: 100%;
  -webkit-transition: inherit !important;
  transition: inherit !important;
}
.index-scene {
  position: relative;
  width: 100%;
}
.index-scene-head {
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
  color: #222222;
}
.index-scene-head .dt {
  line-height: 1.04rem;
  letter-spacing: .1em;
}
.index-scene-head .dt .c1 {
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
}
.index-scene-head .dd {
  margin-top: 0.3rem;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .15em;
}
.index-scene .pagination {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.index-scene .pagination:after {
  display: none;
}
.index-scene .pagination .btn {
  position: relative;
  padding: 0.2rem 1.2rem;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.index-scene .pagination .btn .icoImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: .6;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  width: 48px;
  height: 48px;
}
.index-scene .pagination .btn p {
  margin-top: 0.2rem;
  font-size: 16px;
  color: #222222;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.index-scene .pagination .btn:hover .icoImg {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}
.index-scene .pagination .btn.on .icoImg {
  opacity: 1;
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}
.index-scene .pagination .btn.on p {
  font-weight: bold;
}
.index-scene .pagination .vr {
  display: inline-block;
  vertical-align: top;
  height: 1.6rem;
  width: 1px;
  position: relative;
}
.index-scene .pagination .vr:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(90deg, #ffffff, #666666, #666666, #666666, #ffffff);
  opacity: .2;
  background-color: #666;
}
.index-scene .pagination .vr:nth-child(1) {
  display: none;
}
.index-scene .item.moveItem {
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
  position: absolute;
}
.index-scene .item.moveItem.base {
  padding: 0;
  width: 0;
  height: 13rem;
  top: 0;
  left: 50%;
  opacity: 0;
}
.index-scene .item.moveItem.L2.pOn {
  padding: 0;
  width: 26.2rem;
  height: 13rem;
  top: 0;
  left: -52.5rem;
  opacity: 1;
}
.index-scene .item.moveItem.L1.pOn {
  padding: 0;
  width: 26.2rem;
  height: 13rem;
  top: 0;
  left: -26.3rem;
  opacity: 1;
}
.index-scene .item.moveItem.L0 {
  padding: 0;
  width: 26.2rem;
  height: 13rem;
  top: 0;
  left: 0;
  opacity: 1;
}
.index-scene .item.moveItem.L1.nOn {
  padding: 0;
  width: 26.2rem;
  height: 13rem;
  top: 0;
  left: 26.3rem;
  opacity: 1;
}
.index-scene .item.moveItem.L2.nOn {
  padding: 0;
  width: 26.2rem;
  height: 13rem;
  top: 0;
  left: 52.5rem;
  opacity: 1;
}
.index-scene .shade {
  height: 13rem;
  overflow: visible;
}
.index-scene .shade:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/loading.gif);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 1921px) {
  .index-scene .shade {
    width: 1310px;
    left: 50%;
    margin-left: -655px;
  }
}
.index-scene .box {
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out 450ms;
  transition: opacity 250ms ease-out 450ms;
}
.index-scene._loaded .shade:before {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.index-scene._loaded .box {
  opacity: 1;
}
.index-scene .box {
  position: relative;
  z-index: 1;
  height: 100%;
  white-space: nowrap;
}
.index-scene .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #000;
}
.index-scene .item .pic {
  width: 100%;
  height: 100%;
  opacity: .7;
  -webkit-transition: all 600ms ease-out 200ms;
  transition: all 600ms ease-out 200ms;
}
.index-scene .item.on .pic {
  opacity: 1;
}
.index-news-head {
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
  color: #222222;
}
.index-news-head .dct {
  height: 38px;
}
.index-news-head .dt {
  margin-top: 0.4rem;
  line-height: 1.04rem;
  letter-spacing: .1em;
}
.index-news-head .dd {
  margin-top: 0.4rem;
  font-size: 0.32rem;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.3);
  width: 12rem;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
.index-news-slide {
  padding: 1.2rem 0;
  background-color: #f1f1f1;
}
.index-news-slide .shade {
  margin-left: auto;
  margin-right: auto;
  height: 8rem;
}
.index-news-slide .item {
  position: relative;
  overflow: hidden;
  float: left;
  width: 28.8rem;
  height: 8rem;
  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;
  margin-right: 2rem;
}
.index-news-slide .item:after {
  display: none;
}
.index-news-slide .item .picArea {
  width: 13.6rem;
  height: 8rem;
  background-color: #fff;
}
.index-news-slide .item .picArea .pic {
  width: 100%;
  height: 100%;
}
.index-news-slide .item .picArea img {
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.index-news-slide .item .picArea:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-news-slide .item .txt {
  width: 13.6rem;
}
.index-news-slide .item .txt h3 {
  font-size: 20px;
  line-height: 1.75em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-news-slide .item .txt .date {
  margin-top: 0.7rem;
  font-size: 18px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  color: rgba(153, 153, 153, 0.5);
}
.index-news-slide .item .txt .info {
  margin-top: 0.7rem;
  font-size: 16px;
  line-height: 1.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.5em;
}
.index-news-slide .item .txt .more {
  margin-top: 1rem;
}
.index-news-slide .progress {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8rem;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.2);
}
.index-news-slide .progress s {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #111;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
/* footer */
.footer {
  position: relative;
  z-index: 6;
  background-color: #fff;
}
.footer-t {
  padding: 0.8rem 0;
}
.footer-t .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.footer-t .contain:after {
  display: none;
}
.footer-t .contain .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.footer-t .contain .left:after {
  display: none;
}
.footer-t .contain .left .site .logo {
  height: 44px;
}
.footer-t .contain .left .site p {
  font-size: 16px;
  color: #999999;
}
.footer-t .contain .left .tel {
  margin-left: 2rem;
  opacity: .5;
  color: #222222;
  line-height: 20px;
  font-weight: bold;
}
.footer-t .contain .left .tel .icoImg {
  vertical-align: top;
}
.footer-t .contain .fnav,
.footer-t .contain .fnav a {
  color: #999999;
}
.footer-t .contain .fnav s {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.footer-t .contain .fnav .link:hover {
  color: #666666;
}
.footer-b {
  background-color: #f7f7f7;
  padding: 0.3rem 0;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
/* subpage */
.subpage {
  position: relative;
  z-index: 3;
}
.subpage * {
  letter-spacing: .1em;
}
.subpage-nav .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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  color: #222222;
  line-height: 0.6rem;
}
.subpage-nav .contain:after {
  display: none;
}
.subpage-nav .contain .now {
  font-size: 18px;
}
.subpage-nav .contain .else {
  margin-left: 1.6rem;
  font-size: 16px;
}
.subpage-nav .contain .else s {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  color: #666666;
}
.subpage-nav .contain .else .link {
  color: #666666;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.subpage-nav .contain .else .link.on {
  color: #222222;
}
/* sAbout */
.sAbout-banner {
  position: relative;
  z-index: 3;
  background-color: #000;
  color: #fff;
}
.sAbout-banner .bg {
  top: -2rem;
}
.sAbout-banner .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  margin-top: 10.41666667%;
  height: 2.88rem;
}
.sAbout-banner .slogan {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  margin-bottom: 5.20833333%;
  text-align: center;
}
.sAbout-banner .slogan .p1 {
  letter-spacing: .2em;
}
.sAbout-banner .slogan .p2 {
  margin-top: 0.4rem;
}
.sAbout-banner.AniStart .bg {
  -webkit-transform: translateY(-3%) scale(1);
          transform: translateY(-3%) scale(1);
}
.sAbout-banner.AniStart .logo {
  -webkit-transform: translate(-50%, -2rem);
          transform: translate(-50%, -2rem);
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sAbout-banner.AniStart .slogan {
  -webkit-transform: translate(-50%, 1.2rem);
          transform: translate(-50%, 1.2rem);
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sAbout-banner.AniDid .bg {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 1200ms ease-out 0s;
  transition: all 1200ms ease-out 0s;
}
.sAbout-banner.AniDid .logo {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 400ms ease-out 400ms;
  transition: all 400ms ease-out 400ms;
  opacity: 1;
  visibility: visible;
}
.sAbout-banner.AniDid .slogan {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 500ms ease-out 600ms;
  transition: all 500ms ease-out 600ms;
  opacity: 1;
  visibility: visible;
}
.sAbout-section {
  position: relative;
  z-index: 3;
}
.sAbout-section1 {
  padding: 1.6rem 0 25%;
  background-color: #eff1f6;
}
.sAbout-section1 .bg {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.sAbout-section1 .dt {
  position: relative;
  text-align: center;
}
.sAbout-section1 .dt .en {
  font-family: Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 2.16rem;
  font-weight: bold;
  letter-spacing: .1em;
  background-image: -webkit-linear-gradient(-90deg, #e2e4e9, #eef0f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sAbout-section1 .dt .cn {
  position: absolute;
  left: 50%;
  margin-left: -2em;
  width: 4em;
  bottom: 10%;
  color: #222222;
  white-space: nowrap;
}
.sAbout-section1 .dd {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
  text-align: center;
  margin-top: 0.8rem;
}
.sAbout-section1 .df {
  margin-top: 1.1rem;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.sAbout-section1 .df > img {
  vertical-align: middle;
  height: 1em;
  margin-right: .2em;
}
.sAbout-section1 .df > span {
  display: inline-block;
  vertical-align: middle;
}
.sAbout-section2a {
  padding: 1.6rem 0;
}
.sAbout-section2a .wrapIn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #222222;
}
.sAbout-section2a .wrapIn:after {
  display: none;
}
.sAbout-section2a .dcts {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7.7rem;
  pointer-events: none;
  width: 12.70833333%;
  height: 15.4rem;
}
.sAbout-section2a .dcts img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.sAbout-section2a .pic {
  width: 13.4rem;
  height: 15.4rem;
  background-color: #848484;
}
.sAbout-section2a .pic .p {
  position: absolute;
  right: 0.6rem;
  top: 1.4rem;
  z-index: 9;
  color: #fff;
  white-space: nowrap;
}
.sAbout-section2a .pic .p .en {
  line-height: 1.1;
  opacity: .5;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: .1em;
}
.sAbout-section2a .pic .p .cn {
  margin-top: -0.5em;
  letter-spacing: .1em;
}
.sAbout-section2a .list {
  width: 480px;
  padding-right: 1.6rem;
}
.sAbout-section2a .list .item:nth-child(1n+2) {
  margin-top: 0.8rem;
}
.sAbout-section2a .list .item .sdt {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  letter-spacing: .1em;
}
.sAbout-section2a .list .item .sdd {
  margin-top: 0.3rem;
  font-size: 16px;
  color: #666666;
  line-height: 1.75;
  letter-spacing: .1em;
}
.sAbout-section3 .contain {
  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: 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;
  color: #222222;
}
.sAbout-section3 .contain:after {
  display: none;
}
.sAbout-section3 .wrapIn {
  text-align: center;
}
.sAbout-section3 .dt {
  line-height: 1.5;
}
.sAbout-section3 .ds {
  line-height: 1.5;
  margin-top: 0.5rem;
}
.sAbout-section3 .dd {
  margin-top: 1.2rem;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.sAbout-section3 .dd > span {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  position: relative;
}
.sAbout-section3 .dd > span > s {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: #333333 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0.16rem;
}
.sAbout-section3 .df {
  margin-top: 1.8rem;
}
.sAbout-section3 .df .playBtn {
  position: relative;
  width: 30px;
  height: 30px;
}
.sAbout-section3 .df .playBtn .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  opacity: .6;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sAbout-section3 .df .playBtn .btn:before {
  content: " ";
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 30px;
  background-image: url(../images/btns-play2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 0.24rem;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sAbout-section3 .df .playBtn .btn:hover {
  opacity: 1;
}
.sAbout-section3 .df .playBtn .btn:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sAbout-section3.playing .playBtn {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.sAbout-section4 .contain {
  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: 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;
  color: #222222;
}
.sAbout-section4 .contain:after {
  display: none;
}
.sAbout-section4 .wrapIn {
  text-align: center;
}
.sAbout-section4 .pagination {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sAbout-section4 .pagination:after {
  display: none;
}
.sAbout-section4 .pagination .vr {
  margin-left: 18px;
  margin-right: 18px;
  width: 1px;
  height: 16px;
  background-color: rgba(102, 102, 102, 0.2);
}
.sAbout-section4 .pagination .vr:nth-child(1) {
  display: none;
}
.sAbout-section4 .pagination .btn {
  color: #666666;
  -webkit-transition: color 400ms ease-out 0s;
  transition: color 400ms ease-out 0s;
}
.sAbout-section4 .pagination .btn .cn {
  font-size: 16px;
}
.sAbout-section4 .pagination .btn .en {
  display: none;
}
.sAbout-section4 .pagination .btn.on {
  color: #222222;
  font-weight: bold;
}
.sAbout-section4 .pagination .btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sAbout-section4 .operation {
  height: 9.24rem;
  position: relative;
}
.sAbout-section4 .shade {
  margin-top: 0.8rem;
  margin-left: auto;
  margin-right: auto;
  width: 18.88rem;
  height: 9.24rem;
}
.sAbout-section4 .shade .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.sAbout-section4 .shade .item.moveItem {
  position: absolute;
}
.sAbout-section4 .shade .item .pic {
  width: 100%;
  height: 100%;
}
.sAbout-section4 .shade .item.leave {
  opacity: 1 !important;
}
.sAbout-section4 .shade .item.come {
  background-color: transparent;
}
.sAbout-section4 .shade .item.come .pic {
  -webkit-clip-path: inset(0% 50%);
          clip-path: inset(0% 50%);
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
.sAbout-section4 .shade .item.on .pic {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
}
.sAbout-section4 .ctr {
  position: absolute;
  top: 4.2rem;
  min-width: 4.8rem;
  z-index: 9;
}
.sAbout-section4 .ctr .hr {
  position: absolute;
  top: 9px;
  background-color: #aaaaaa;
  height: 1px;
  width: 3.6rem;
}
.sAbout-section4 .ctr .hr:after {
  content: " ";
  position: absolute;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  mix-blend-mode: difference;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sAbout-section4 .ctr .txt {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sAbout-section4 .ctr .txt .cn {
  font-size: 18px;
  color: #222222;
}
.sAbout-section4 .ctr .txt .en {
  margin-top: 8px;
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  text-transform: uppercase;
  color: #aaa;
}
.sAbout-section4 .ctr:hover {
  opacity: .8;
}
.sAbout-section4 .ctr.prev {
  left: 0;
  text-align: left;
}
.sAbout-section4 .ctr.prev .hr {
  left: 3.2rem;
}
.sAbout-section4 .ctr.prev .hr:after {
  right: 100%;
  width: 0;
}
.sAbout-section4 .ctr.prev:hover .hr:after {
  right: 0;
  width: 100%;
  -webkit-transition: right 0ms ease-out 0s, width 220ms ease-out 0s;
  transition: right 0ms ease-out 0s, width 220ms ease-out 0s;
}
.sAbout-section4 .ctr.next {
  right: 0;
  text-align: right;
}
.sAbout-section4 .ctr.next .hr {
  right: 3.2rem;
}
.sAbout-section4 .ctr.next .hr:after {
  left: 100%;
  width: 0;
}
.sAbout-section4 .ctr.next:hover .hr:after {
  left: 0;
  width: 100%;
  -webkit-transition: left 0ms ease-out 0s, width 220ms ease-out 0s;
  transition: left 0ms ease-out 0s, width 220ms ease-out 0s;
}
.sAbout-section4 .ctr.dotShake {
  -webkit-animation-name: none !important;
          animation-name: none !important;
}
.sAbout-section5 {
  padding: 1.6rem 0;
}
.sAbout-section5 .oList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.sAbout-section5 .oList:after {
  display: none;
}
.sAbout-section5 .oList .item {
  width: 14.28rem;
  height: 6.8rem;
  background-color: #818181;
}
.sAbout-section5 .oList .item:nth-child(2n+2) {
  margin-left: 0.24rem;
}
.sAbout-section5 .oList .item:nth-child(1n+3) {
  margin-top: 0.24rem;
}
.sAbout-section5 .oList .item .pic {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.sAbout-section5 .oList .item .pic img {
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sAbout-section5 .oList .item .txt {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: 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;
}
.sAbout-section5 .oList .item .txt:after {
  display: none;
}
.sAbout-section5 .oList .item .txt .vmbox {
  color: #fff;
  padding-left: 1.6rem;
  padding-right: 1.2rem;
}
.sAbout-section5 .oList .item .txt .vmbox .dt {
  color: rgba(255, 255, 255, 0.2);
  font-family: Helvetica, sans-serif;
  text-transform: uppercase;
}
.sAbout-section5 .oList .item .txt .vmbox .dd {
  margin-top: 0.3rem;
  line-height: 1.25;
}
.sAbout-section5 .oList .item .txt .vmbox .dd .cn .p2 {
  margin-top: .2em;
}
.sAbout-section5 .oList .item .txt .vmbox .dd .en {
  margin-top: 0.4rem;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.2);
}
.sAbout-section5 .oList .item:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
/* sCraft */
.sCraft-banner {
  position: relative;
  z-index: 3;
  color: #222222;
}
.sCraft-banner .contain {
  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: 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;
}
.sCraft-banner .contain:after {
  display: none;
}
.sCraft-banner .wrapIn .dt {
  line-height: 1.25;
  text-align: center;
}
.sCraft-banner .wrapIn .dt .cn {
  color: #222222;
}
.sCraft-banner .wrapIn .dt .en {
  margin-top: 5px;
  font-size: 16px;
  color: #666666;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  text-transform: uppercase;
}
.sCraft-banner .wrapIn .sProduct-section7-list {
  margin-top: 1.6rem;
}
.sCraft-banner .wrapIn .sProduct-section7-list .item .ico {
  border-color: #d5d5d5;
}
.sCraft-banner .wrapIn .sProduct-section7-list .item:hover .ico {
  border-color: #bbb;
}
.sCraft-section {
  position: relative;
  z-index: 3;
  color: #222222;
}
.sCraft-section .bg {
  z-index: -2;
}
.sCraft-section .dct {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sCraft-section .dct img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sCraft-section1 .wrapIn .dt {
  padding: 1.6rem 0;
  line-height: 1.25;
  text-align: center;
}
.sCraft-section1 .wrapIn .dt .cn {
  color: #222222;
}
.sCraft-section1 .wrapIn .dt .en {
  margin-top: 5px;
  font-size: 16px;
  color: #666666;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  text-transform: uppercase;
}
.sCraft-section1 .video {
  position: relative;
  height: 14rem;
}
.sCraft-section1 .video .playground {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #070709;
}
.sCraft-section1 .video .playground .videoBg {
  pointer-events: none;
}
.sCraft-section1 .video .playground .playBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sCraft-section1 .video .playground .playBtn .btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.7rem;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  opacity: .6;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sCraft-section1 .video .playground .playBtn .btn:before {
  content: " ";
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 30px;
  background-image: url(../images/btns-play.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 0.24rem;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sCraft-section1 .video .playground .playBtn .btn:hover {
  opacity: 1;
}
.sCraft-section1 .video .playground .playBtn .btn:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sCraft-section1 .video .playground.playing .playBtn {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 300ms ease-out 0ms;
  transition: all 300ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sCraft-section2 .contain {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sCraft-section2 .contain:after {
  display: none;
}
.sCraft-section2 .dct .zoomer {
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: 4.6rem;
  margin-top: 1.2rem;
}
.sCraft-section2 .dct .zoomer img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.7rem;
  height: 8.7rem;
  -webkit-box-shadow: 0px 8px 12.6px 1.4px rgba(30, 30, 30, 0.03);
          box-shadow: 0px 8px 12.6px 1.4px rgba(30, 30, 30, 0.03);
  border-radius: 50%;
}
.sCraft-section2 .dct.AniStart .zoomer {
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 1;
  visibility: hidden;
}
.sCraft-section2 .dct.AniDid .zoomer {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 600ms ease-out 300ms;
  transition: all 600ms ease-out 300ms;
  opacity: 1;
  visibility: visible;
}
.sCraft-section2 .wrapIn {
  max-width: 14.4rem;
}
.sCraft-section2 .wrapIn .dt {
  color: #222222;
  line-height: 1.25;
}
.sCraft-section2 .wrapIn .ds {
  margin-top: 0.5rem;
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 18px;
  color: rgba(17, 17, 17, 0.6);
}
.sCraft-section2 .wrapIn .dd {
  margin-top: 0.8rem;
}
.sCraft-section2 .wrapIn .dd p {
  font-size: 18px;
  color: #666666;
  line-height: 1.5;
}
.sCraft-section2 .wrapIn .dd p:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.sCraft-section2 .wrapIn .df {
  margin-top: 1.2rem;
}
.sCraft-section2 .wrapIn .df p {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  line-height: 1.5;
}
.sCraft-section2 .wrapIn .df p:nth-child(1n+2) {
  margin-top: 0.5rem;
}
.sCraft-section4 .contain {
  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: 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;
}
.sCraft-section4 .contain:after {
  display: none;
}
.sCraft-section4 .wrapIn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.sCraft-section4 .wrapIn:after {
  display: none;
}
.sCraft-section4 .wrapIn .txt {
  position: absolute;
  left: 4.6rem;
  width: 13.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sCraft-section4 .wrapIn .txt .dt {
  color: #222222;
  line-height: 1.25;
}
.sCraft-section4 .wrapIn .txt .dd {
  margin-top: 0.4rem;
  font-size: 18px;
  line-height: 1.5;
}
.sCraft-section4 .wrapIn .txt .df {
  margin-top: 1.6rem;
  font-size: 0;
}
.sCraft-section4 .wrapIn .txt .df .icoImg {
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  padding: 6px;
  border: #bababa solid 1px;
  border-radius: 5px;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sCraft-section4 .wrapIn .txt .df .icoImg:nth-child(1n+2) {
  margin-left: 0.64rem;
}
.sCraft-section4 .wrapIn .txt .df .icoImg:hover {
  border-color: #666;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sCraft-section4 .wrapIn .pic {
  margin-left: auto;
  width: 12.88rem;
  height: 10rem;
}
.sCraft-section5 .contain {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.sCraft-section5 .contain:after {
  display: none;
}
.sCraft-section5 .dct.AniStart img {
  -webkit-transform: translateY(10%) scale(0.8);
          transform: translateY(10%) scale(0.8);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.sCraft-section5 .dct.AniDid img {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 400ms ease-out 50ms;
  transition: all 400ms ease-out 50ms;
}
.sCraft-section5 .wrapIn {
  max-width: 11.2rem;
  color: #222222;
  text-align: center;
  padding-top: 6.25%;
  line-height: 1.25;
}
.sCraft-section5 .wrapIn .p2 {
  margin-top: 0.3rem;
}
.sCraft-section5 .wrapIn .p3 {
  margin-top: 0.3rem;
}
.sCraft-section5 .wrapIn .p4 {
  margin-top: 0.4rem;
}
.sCraft-section6 .contain {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sCraft-section6 .contain:after {
  display: none;
}
.sCraft-section6 .dct .pic {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14.4rem;
  margin-top: -4.4rem;
  width: 12.62rem;
  height: 8.8rem;
}
.sCraft-section6 .dct.AniDid .pic {
  -webkit-box-reflect: below 5px -webkit-linear-gradient(transparent, transparent 70%, rgba(255, 255, 255, 0.6));
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sCraft-section6 .wrapIn {
  max-width: 14.4rem;
  text-align: center;
}
.sCraft-section6 .wrapIn .dt {
  color: #222222;
  line-height: 1.25;
}
.sCraft-section6 .wrapIn .dd {
  margin-top: 0.5rem;
  line-height: 1.5;
}
.sCraft-section6 .wrapIn .dd .cn {
  font-size: 18px;
  color: #666666;
}
.sCraft-section6 .wrapIn .dd .en {
  margin-top: 0.3rem;
  margin-left: auto;
  margin-right: auto;
  width: 72%;
  font-size: 14px;
  line-height: 2;
  color: #ccc;
}
.sCraft-section7 .contain {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.sCraft-section7 .contain:after {
  display: none;
}
.sCraft-section7 .wrapIn {
  max-width: 11.2rem;
  text-align: center;
  padding-top: 6.25%;
  line-height: 1.25;
  color: #222222;
}
.sCraft-section7 .wrapIn .dt {
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  opacity: .5;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.sCraft-section7 .wrapIn .dd {
  margin-top: 0.8rem;
}
.sCraft-section7 .wrapIn .dd .hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.9rem;
  width: 2rem;
  height: 2px;
  background-color: #989898;
}
.sCraft-section7 .wrapIn .dd .en {
  margin-top: 0.8rem;
}
.sCraft-section7 .wrapIn .dd .en .p1 {
  margin-bottom: 0.4rem;
  font-size: 18px;
  text-transform: uppercase;
  opacity: .5;
  letter-spacing: 1px;
}
.sCraft-section7 .wrapIn .dd .en .p2 {
  font-size: 14px;
  opacity: .3;
  line-height: 2;
}
.sCraft-section8 .contain {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.sCraft-section8 .contain:after {
  display: none;
}
.sCraft-section8 .wrapIn {
  padding: 2rem 0;
  color: #fff;
  line-height: 1.25;
}
.sCraft-section8 .dd {
  margin-top: 0.5rem;
  letter-spacing: .15em;
}
.sCraft-section8 .dd .en {
  margin-top: 0.6rem;
  font-size: 16px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  text-transform: uppercase;
  opacity: .3;
}
.sCraft-section9 .dct .circle {
  position: absolute;
  z-index: -3;
  left: 50%;
  top: 50%;
}
.sCraft-section9 .dct .i1 {
  margin: -7.42rem 0 0 -7.42rem;
  width: 14.84rem;
  height: 14.84rem;
}
.sCraft-section9 .dct .i2 {
  margin: -12.24rem 0 0 -12.24rem;
  width: 24.48rem;
  height: 24.48rem;
}
.sCraft-section9 .dct .i3 {
  margin: -17.12rem 0 0 -17.12rem;
  width: 34.24rem;
  height: 34.24rem;
}
.sCraft-section9 .dct.AniStart .circle {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sCraft-section9 .dct.AniDid .circle {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 600ms ease-out 0ms;
  transition: all 600ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.sCraft-section9 .dct.AniDid .i1 {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.sCraft-section9 .dct.AniDid .i2 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.sCraft-section9 .dct.AniDid .i3 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
}
.sCraft-section9 .contain {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sCraft-section9 .contain:after {
  display: none;
}
.sCraft-section9 .wrapIn {
  line-height: 1.25;
  color: #222222;
  text-align: center;
}
.sCraft-section9 .dt {
  font-size: 0.64rem;
}
.sCraft-section9 .hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8rem;
  width: 1rem;
  height: 2px;
  background-color: #111;
}
.sCraft-section9 .dd {
  margin-top: 0.7rem;
  letter-spacing: .15em;
}
.sCraft-section9 .df {
  margin-top: 0.9rem;
  font-size: 18px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  text-transform: uppercase;
  letter-spacing: .15em;
}
.sCraft-section9 .df p {
  opacity: .5;
}
/* sProduct */
.sProduct {
  background-color: #f5f7f6;
}
.sProduct-section {
  position: relative;
  z-index: 3;
  background-color: #f5f7f6;
}
.sProduct-section .bg {
  z-index: -2;
}
.sProduct-section .dct {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sProduct-section .dct img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sProduct-section1 .contain {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sProduct-section1 .contain:after {
  display: none;
}
.sProduct-section1 .wrapIn {
  max-width: 14.4rem;
}
.sProduct-section1 .wrapIn .dt {
  color: #222222;
  line-height: 1.25;
}
.sProduct-section1 .wrapIn .dt .c1 {
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  font-weight: bold;
}
.sProduct-section1 .wrapIn .dd {
  margin-top: 0.7rem;
}
.sProduct-section1 .wrapIn .dd p {
  font-size: 16px;
  color: #222222;
  line-height: 1.5;
}
.sProduct-section1 .wrapIn .dd p:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.sProduct-section1 .wrapIn .df {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sProduct-section1 .wrapIn .df:after {
  display: none;
}
.sProduct-section1 .wrapIn .df .vr {
  position: relative;
  margin-right: 1.2rem;
  display: inline-block;
  vertical-align: top;
  width: 2px;
  height: 2rem;
  max-width: 2px;
}
.sProduct-section1 .wrapIn .df .vr:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(90deg, #ffffff, #666666, #666666, #666666, #ffffff);
  opacity: .2;
  background-color: #666;
}
.sProduct-section1 .wrapIn .df .col {
  position: relative;
  width: 300px;
  padding: 0.6rem 0;
  white-space: normal;
}
.sProduct-section1 .wrapIn .df .col:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1rem;
  width: 2px;
  height: 2rem;
  background-image: -webkit-linear-gradient(90deg, #ffffff, #666666, #666666, #666666, #ffffff);
  opacity: .2;
  background-color: #666;
  pointer-events: none;
  display: none;
}
.sProduct-section1 .wrapIn .df .col .sdt {
  font-size: 18px;
  color: #222222;
  font-weight: bold;
}
.sProduct-section1 .wrapIn .df .col .sdd {
  margin-top: 0.2rem;
  color: #666666;
  line-height: 1.5;
  font-size: 14px;
}
.sProduct-section1 .wrapIn .df .col:nth-child(2n+1) {
  width: 260px;
}
.sProduct-section1 .wrapIn .df .col:nth-child(2n+2) {
  margin-left: 40px;
  padding-left: 80px;
  width: 220px;
}
.sProduct-section1 .wrapIn .df .col:nth-child(2n+2):before {
  display: block;
}
@media screen and (max-width: 1440px) {
  .sProduct-section1 .wrapIn .df .col .sdt {
    font-size: 16px;
  }
  .sProduct-section1 .wrapIn .df .col:nth-child(2n+2) {
    margin-left: 30px;
    padding-left: 60px;
  }
}
.sProduct-section2 .contain {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sProduct-section2 .contain:after {
  display: none;
}
.sProduct-section2 .dct .coc {
  position: absolute;
  right: 50%;
  bottom: 50%;
  margin-right: 9.32rem;
  margin-bottom: 2.32rem;
}
.sProduct-section2 .dct .coc .numCountUp {
  font-size: 18px;
  color: #666666;
  position: absolute;
  left: 0.9rem;
  top: -1.2rem;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  white-space: nowrap;
}
.sProduct-section2 .dct .coc .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.7rem 0 0 -2.7rem;
  width: 5.4rem;
  height: 5.4rem;
  border: #2a2a2a dashed 1px;
  border-radius: 50%;
}
.sProduct-section2 .dct .coc .circle:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  margin: -0.16rem 0 0 -0.16rem;
  border-radius: 50%;
  border: #2a2a2a solid 1px;
}
.sProduct-section2 .dct .coc .circle:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.54rem;
  height: 0;
  border-top: #2a2a2a dashed 1px;
}
.sProduct-section2 .dct.AniStart .circle {
  -webkit-transform: translateX(-4rem) translateY(2.90617011rem);
          transform: translateX(-4rem) translateY(2.90617011rem);
  opacity: 0;
}
.sProduct-section2 .dct.AniStart .circle:after {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0.6;
  visibility: hidden;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transform-origin: 2.7rem 50%;
          transform-origin: 2.7rem 50%;
}
.sProduct-section2 .dct.AniStart .numCountUp {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  top: -2rem;
}
.sProduct-section2 .dct.AniDid .circle {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1;
  -webkit-transition: all 400ms ease-out 300ms !important;
  transition: all 400ms ease-out 300ms !important;
}
.sProduct-section2 .dct.AniDid .circle:after {
  -webkit-transition: all 800ms ease-out 400ms;
  transition: all 800ms ease-out 400ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
}
.sProduct-section2 .dct.AniDid .numCountUp {
  -webkit-transition: all 330ms ease-out 1000ms;
  transition: all 330ms ease-out 1000ms;
  opacity: 1;
  visibility: visible;
  top: -1.2rem;
}
.sProduct-section2 .wrapIn {
  max-width: 14.4rem;
}
.sProduct-section2 .wrapIn .dt {
  color: #222222;
  line-height: 1.25;
}
.sProduct-section2 .wrapIn .dd {
  margin-top: 0.4rem;
}
.sProduct-section2 .wrapIn .dd p {
  font-size: 18px;
  color: #222222;
  line-height: 1.5;
}
.sProduct-section2 .wrapIn .dd p:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.sProduct-section2 .wrapIn .df {
  margin-top: 1.6rem;
}
.sProduct-section2 .wrapIn .df p {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  line-height: 1.5;
}
.sProduct-section2 .wrapIn .df p:nth-child(1n+2) {
  margin-top: 0.5rem;
}
.sProduct-section3 .contain {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sProduct-section3 .contain:after {
  display: none;
}
.sProduct-section3 .dct .zoomer {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 4.6rem;
  margin-top: 1.2rem;
}
.sProduct-section3 .dct .zoomer img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.7rem;
  height: 8.7rem;
  -webkit-box-shadow: 0px 8px 12.6px 1.4px rgba(30, 30, 30, 0.03);
          box-shadow: 0px 8px 12.6px 1.4px rgba(30, 30, 30, 0.03);
  border-radius: 50%;
}
.sProduct-section3 .dct.AniStart .zoomer {
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 1;
  visibility: hidden;
}
.sProduct-section3 .dct.AniDid .zoomer {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 600ms ease-out 300ms;
  transition: all 600ms ease-out 300ms;
  opacity: 1;
  visibility: visible;
}
.sProduct-section3 .wrapIn {
  max-width: 14.4rem;
}
.sProduct-section3 .wrapIn .dt {
  color: #222222;
  line-height: 1.25;
}
.sProduct-section3 .wrapIn .ds {
  margin-top: 0.5rem;
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 18px;
  color: rgba(17, 17, 17, 0.6);
}
.sProduct-section3 .wrapIn .dd {
  margin-top: 0.8rem;
}
.sProduct-section3 .wrapIn .dd p {
  font-size: 18px;
  color: #666666;
  line-height: 1.5;
}
.sProduct-section3 .wrapIn .dd p:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.sProduct-section3 .wrapIn .df {
  margin-top: 1.2rem;
}
.sProduct-section3 .wrapIn .df p {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  line-height: 1.5;
}
.sProduct-section3 .wrapIn .df p:nth-child(1n+2) {
  margin-top: 0.5rem;
}
.sProduct-section4 .contain {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.sProduct-section4 .contain:after {
  display: none;
}
.sProduct-section4 .dct.AniStart img {
  -webkit-transform: skewX(-10deg) skewY(-15deg) scale(0.8);
          transform: skewX(-10deg) skewY(-15deg) scale(0.8);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.sProduct-section4 .dct.AniDid img {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 400ms ease-out 50ms;
  transition: all 400ms ease-out 50ms;
}
.sProduct-section4 .wrapIn {
  max-width: 11.2rem;
  color: #fff;
  text-align: center;
  padding-top: 6.25%;
}
.sProduct-section4 .wrapIn .dt {
  line-height: 1.25;
}
.sProduct-section4 .wrapIn .dt .p1 {
  font-size: 18px;
}
.sProduct-section4 .wrapIn .dt .p2 {
  margin-top: 0.4rem;
}
.sProduct-section4 .wrapIn .dd {
  margin-top: 0.4rem;
}
.sProduct-section4 .wrapIn .dd p {
  font-size: 16px;
  line-height: 1.5;
}
.sProduct-section4 .wrapIn .dd p:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.sProduct-section5 {
  padding: 1.6rem 0;
}
.sProduct-section5 .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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  margin-top: -0.8rem;
}
.sProduct-section5 .intro:after {
  display: none;
}
.sProduct-section5 .intro .txt {
  padding-bottom: 2.5%;
  width: 14.4rem;
}
.sProduct-section5 .intro .txt .dt {
  color: #222222;
  line-height: 1.25;
}
.sProduct-section5 .intro .txt .dd {
  margin-top: 0.4rem;
  font-size: 18px;
  line-height: 1.5;
}
.sProduct-section5 .intro .txt .df {
  margin-top: 1.6rem;
  font-size: 0;
}
.sProduct-section5 .intro .txt .df .icoImg {
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  padding: 6px;
  border: #bababa solid 1px;
  border-radius: 5px;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sProduct-section5 .intro .txt .df .icoImg:nth-child(1n+2) {
  margin-left: 0.64rem;
}
.sProduct-section5 .intro .txt .df .icoImg:hover {
  border-color: #666;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sProduct-section5 .intro .pic {
  width: 12.88rem;
  height: 10rem;
}
.sProduct-section5 .video {
  position: relative;
  height: 9.2rem;
  margin-top: 0.8rem;
}
.sProduct-section5 .video .playground {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #070709;
}
.sProduct-section5 .video .playground .videoBg {
  pointer-events: none;
}
.sProduct-section5 .video .playground .playBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sProduct-section5 .video .playground .playBtn .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  opacity: .6;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sProduct-section5 .video .playground .playBtn .btn:before {
  content: " ";
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 30px;
  background-image: url(../images/btns-play.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 0.24rem;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sProduct-section5 .video .playground .playBtn .btn:hover {
  opacity: 1;
}
.sProduct-section5 .video .playground .playBtn .btn:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sProduct-section5 .video .playground.playing .playBtn {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 300ms ease-out 0ms;
  transition: all 300ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sProduct-section6 .contain {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sProduct-section6 .contain:after {
  display: none;
}
.sProduct-section6 .wrapIn {
  padding-left: 2rem;
  max-width: 12.4rem;
  color: #fff;
}
.sProduct-section6 .wrapIn .dt {
  line-height: 1.25;
}
.sProduct-section6 .wrapIn .dd {
  margin-top: 0.6rem;
}
.sProduct-section6 .wrapIn .dd .cn {
  font-size: 18px;
  line-height: 1.5;
}
.sProduct-section6 .wrapIn .dd .en {
  margin-top: 0.3rem;
  font-size: 12px;
  line-height: 20px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  opacity: .5;
}
.sProduct-section7 .contain {
  padding: 1.6rem 0;
}
.sProduct-section7 .wrapIn .dt {
  line-height: 1.25;
  text-align: center;
}
.sProduct-section7 .wrapIn .dt .cn {
  color: #222222;
}
.sProduct-section7 .wrapIn .dt .en {
  margin-top: 5px;
  font-size: 16px;
  color: #666666;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  text-transform: uppercase;
}
.sProduct-section7-list {
  margin-top: 0.8rem;
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sProduct-section7-list:after {
  display: none;
}
.sProduct-section7-list .item {
  text-align: center;
}
.sProduct-section7-list .item .ico {
  width: 2.72rem;
  height: 2.72rem;
  border-radius: 0.4rem;
  border: #e5e5e5 solid 2px;
  text-align: center;
  line-height: 2.72rem;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sProduct-section7-list .item .ico .icoImg {
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  -webkit-transition: all 150ms ease-out 0s;
  transition: all 150ms ease-out 0s;
}
.sProduct-section7-list .item p {
  font-size: 18px;
  color: #222222;
  line-height: 0.6rem;
  margin-top: 0.3rem;
}
.sProduct-section7-list .item:hover .ico {
  border-color: #ccc;
}
.sProduct-section7-list .item:hover .ico .icoImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sProduct-section78-a {
  padding: 1.6rem 0;
  background-color: #f5f5f5;
}
.sProduct-section78-a-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: 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;
}
.sProduct-section78-a-list:after {
  display: none;
}
.sProduct-section78-a-list .section {
  position: relative;
  height: 11.12rem;
  width: 14.26rem;
}
.sProduct-section78-a-list .section:nth-child(1n+2) {
  margin-left: 0.28rem;
}
.sProduct-section78-a-list .dt {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.56rem;
  height: 5.44rem;
  background-color: #000000;
  color: #fff;
}
.sProduct-section78-a-list .dt .vmbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sProduct-section78-a-list .dt .en {
  text-transform: uppercase;
  font-size: 0.72rem;
  line-height: 1.25;
  font-family: Helvetica, sans-serif;
}
.sProduct-section78-a-list .dt .cn {
  margin-top: 0.2rem;
  font-size: 0.44rem;
}
.sProduct-section78-a-list .dd {
  position: absolute;
}
.sProduct-section78-a-list .dd .pic {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.sProduct-section78-a-list .dd.i1 {
  right: 0;
  top: 0;
  width: 8.44rem;
  height: 5.44rem;
}
.sProduct-section78-a-list .dd.i2 {
  right: 0;
  bottom: 0;
  width: 14.2rem;
  height: 5.44rem;
}
.sProduct-section78-a-list .dd.i3 {
  left: 0;
  top: 0;
  width: 7.56rem;
  height: 5.44rem;
}
.sProduct-section78-a-list .dd.i4 {
  left: 0;
  bottom: 0;
  width: 7.56rem;
  height: 5.44rem;
}
.sProduct-section78-a-list .dd.i5 {
  right: 0;
  bottom: 0;
  width: 6.44rem;
  height: 11.12rem;
}
.sProduct-section78-b-picWall {
  position: relative;
  height: 16rem;
  background-color: #8f8f8c;
}
.sProduct-section78-b-picWall .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sProduct-section78-b-picWall .item .pic {
  width: 100%;
  height: 100%;
  -webkit-transition: all 800ms ease-out 0s;
  transition: all 800ms ease-out 0s;
  visibility: hidden;
}
.sProduct-section78-b-picWall .item.moveItem {
  position: absolute;
}
.sProduct-section78-b-picWall .item.on .pic {
  -webkit-clip-path: inset(0%) !important;
          clip-path: inset(0%) !important;
  visibility: visible;
}
.sProduct-section78-b-picWall.dir_z .item.come .pic {
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%);
}
.sProduct-section78-b-picWall.dir_z .item.leave .pic {
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
}
.sProduct-section78-b-picWall.dir_f .item.come .pic {
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
}
.sProduct-section78-b-picWall.dir_f .item.leave .pic {
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%);
}
.sProduct-section78-b-picWall .runBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: all 400ms ease-out 300ms;
  transition: all 400ms ease-out 300ms;
}
.sProduct-section78-b-picWall .runBtn .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  opacity: .6;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  pointer-events: none;
}
.sProduct-section78-b-picWall.playing .runBtn {
  pointer-events: none;
}
.sProduct-section78-b-picWall.playing .runBtn .btn:after {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 300ms ease-out 300ms;
  transition: all 300ms ease-out 300ms;
  opacity: 0;
  visibility: hidden;
}
.sProduct-section8 .contain {
  padding: 1.6rem 0 1.2rem;
}
.sProduct-section8 .wrapIn .dt {
  line-height: 1.25;
  text-align: center;
}
.sProduct-section8 .wrapIn .dt .cn {
  color: #222222;
}
.sProduct-section8 .wrapIn .dt .en {
  margin-top: 5px;
  font-size: 16px;
  color: #666666;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  text-transform: uppercase;
}
.sProduct-section8-list {
  margin-top: 0.8rem;
  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;
}
.sProduct-section8-list:after {
  display: none;
}
.sProduct-section8-list .item {
  position: relative;
  overflow: hidden;
  width: 4rem;
  height: 12rem;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  color: #fff;
}
.sProduct-section8-list .item .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 16.68rem;
  height: 100%;
  background-color: #f1f1f1;
}
.sProduct-section8-list .item h3 {
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
  right: 0.6rem;
  font-size: 18px;
  line-height: 0.72rem;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
  z-index: 8;
}
.sProduct-section8-list .item:nth-child(1n+2) {
  margin-left: 3px;
}
.sProduct-section8-list .item.on {
  width: 16.68rem;
}
.sProduct-section8-list .item.on h3 {
  -webkit-transition: all 250ms ease-out 300ms;
  transition: all 250ms ease-out 300ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.sProduct-section9 .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.sProduct-section9 .contain:after {
  display: none;
}
.sProduct-section9 .txts {
  width: 44.79166667%;
  height: 17.2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sProduct-section9 .txts:after {
  display: none;
}
.sProduct-section9 .txts .wrap {
  position: relative;
  max-width: 540px;
  display: inline-block;
  vertical-align: top;
  color: #222222;
  border: #000 solid 6px;
  padding: 1.2rem 0.5rem 0.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sProduct-section9 .txts .p1 {
  font-size: 1.44rem;
  font-weight: bold;
  letter-spacing: .15em;
  white-space: nowrap;
}
.sProduct-section9 .txts .p2 {
  position: relative;
  font-size: 0.72rem;
  white-space: nowrap;
  margin-top: 0.4rem;
}
.sProduct-section9 .txts .p2 .poa {
  position: absolute;
  top: -0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #efefee;
  padding: 0.4rem;
  letter-spacing: .2em;
}
.sProduct-section9 .txts .p3 {
  margin-top: 0.4rem;
  text-transform: uppercase;
  font-size: 0.36rem;
  color: rgba(34, 34, 34, 0.3);
}
.sProduct-section9 .txts .hr {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 1.2rem;
  height: 1px;
  background-color: currentColor;
}
.sProduct-section9 .txts .p4 {
  margin-top: 1.1rem;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(34, 34, 34, 0.2);
  letter-spacing: 1px;
}
.sProduct-section9 .txts .p5 {
  margin-top: 0.9rem;
  font-size: 18px;
  font-weight: bold;
}
.sProduct-section9 .txts .p5 > img {
  vertical-align: middle;
  height: 1em;
  margin-right: .2em;
}
.sProduct-section9 .txts .p5 > span {
  display: inline-block;
  vertical-align: middle;
}
.sProduct-section9-switch {
  position: relative;
  overflow: hidden;
  width: 56.25%;
  height: 17.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sProduct-section9-switch:after {
  display: none;
}
.sProduct-section9-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sProduct-section9-switch .item.moveItem {
  position: absolute;
}
.sProduct-section9-switch .item .pic {
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  visibility: hidden;
}
.sProduct-section9-switch .item.on .pic {
  -webkit-clip-path: inset(0%) !important;
          clip-path: inset(0%) !important;
  visibility: visible;
}
.sProduct-section9-switch.dir_f .item.come .pic {
  -webkit-clip-path: inset(0% 0% 100% 0%);
          clip-path: inset(0% 0% 100% 0%);
}
.sProduct-section9-switch.dir_f .item.leave .pic {
  -webkit-clip-path: inset(100% 0% 0% 0%);
          clip-path: inset(100% 0% 0% 0%);
}
.sProduct-section9-switch.dir_z .item.come .pic {
  -webkit-clip-path: inset(100% 0% 0% 0%);
          clip-path: inset(100% 0% 0% 0%);
}
.sProduct-section9-switch.dir_z .item.leave .pic {
  -webkit-clip-path: inset(0% 0% 100% 0%);
          clip-path: inset(0% 0% 100% 0%);
}
.sProduct-section9-switch .pagination {
  position: absolute;
  left: 0;
  bottom: 1.2rem;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 19;
}
.sProduct-section9-switch .pagination .btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  line-height: 48px;
  position: relative;
  opacity: .5;
}
.sProduct-section9-switch .pagination .btn:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: currentColor dashed 1px;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
  border-radius: 50%;
}
.sProduct-section9-switch .pagination .btn:hover:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.sProduct-section9-switch .pagination .btn.on {
  opacity: 1;
}
.sProduct-section10 .contain {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sProduct-section10 .contain:after {
  display: none;
}
.sProduct-section10 .wrapIn {
  max-width: 14.4rem;
  color: #222222;
}
.sProduct-section10 .wrapIn .dt {
  line-height: 1.25;
}
.sProduct-section10 .wrapIn .dt .en {
  font-size: 14px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  text-transform: uppercase;
}
.sProduct-section10 .wrapIn .dd {
  margin-top: 0.4rem;
}
.sProduct-section10 .wrapIn .dd .cn {
  font-size: 18px;
}
.sProduct-section10 .wrapIn .dd .en {
  margin-top: 0.2rem;
  font-size: 16px;
  letter-spacing: 1px;
  opacity: .2;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  text-transform: uppercase;
}
.sProduct-honor {
  padding: 1.6rem 0;
}
.sProduct-honor .dt {
  text-align: center;
}
.sProduct-honor .dt .cn {
  color: #111;
}
.sProduct-honor .dt .en {
  margin-top: 20px;
  font-size: 14px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: .1em;
}
.sProduct-honor .Tg {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}
.sProduct-honor .Tg .btn {
  display: inline-block;
  vertical-align: top;
  padding: 0.24rem 0.5rem;
  margin: 0 0.4rem;
  font-size: 16px;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  border-radius: 50px;
  color: #222222;
}
.sProduct-honor .Tg .btn.on {
  background-color: #000000;
  color: #fff;
}
.sProduct-honor .Tt {
  margin-top: 40px;
}
.sProduct-honor .Tt .sProduct-honor-resMove {
  display: none;
}
.sProduct-honor .Tt .sProduct-honor-resMove.on {
  display: block;
}
.sProduct-honor-resMove {
  position: relative;
  padding-bottom: 0.8rem;
  width: 100%;
}
.sProduct-honor-resMove .shade {
  height: auto;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sProduct-honor-resMove._loaded .shade {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.sProduct-honor-resMove .box {
  position: relative !important;
  height: auto;
  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;
}
.sProduct-honor-resMove .box:after {
  display: none;
}
.sProduct-honor-resMove .item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.sProduct-honor-resMove .item .pic {
  z-index: 1;
  height: 0;
  padding-bottom: 140.625%;
  background-color: #f1f1f1;
  border: #e7e7e7 solid 0.2rem;
}
.sProduct-honor-resMove .item h3 {
  z-index: 2;
  padding: 10px;
  font-size: 14px;
  color: #222222;
  text-align: center;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 18px;
}
.sProduct-honor-resMove .item h3:after {
  z-index: -1;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #986732;
}
.sProduct-honor-resMove .ctr {
  z-index: 8;
  position: absolute;
  top: 0;
  width: 0.8rem;
  height: 100%;
  line-height: 100%;
  -webkit-transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  text-align: center;
  color: #999999;
}
.sProduct-honor-resMove .ctr s {
  font-size: 32px;
  font-weight: bold;
}
.sProduct-honor-resMove .ctr s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.sProduct-honor-resMove .ctr:hover {
  color: #986732;
}
.ysqUEO .sProduct-honor-resMove .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .sProduct-honor-resMove .ctr s:before,
.ysqUEO .sProduct-honor-resMove .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #999999;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .sProduct-honor-resMove .ctr s:before,
  .ysqUEO .sProduct-honor-resMove .ctr s:after {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }
  .ysqUEO .sProduct-honor-resMove .ctr:hover s:before,
  .ysqUEO .sProduct-honor-resMove .ctr:hover s:after {
    background-color: #986732;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-honor-resMove .ctr:active s:before,
  .sProduct-honor-resMove .ctr:active s:after {
    background-color: #986732;
  }
}
.ysqUEO .sProduct-honor-resMove .ctr.prev s:before,
.ysqUEO .sProduct-honor-resMove .ctr.prev s:after {
  margin-left: -6px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .sProduct-honor-resMove .ctr.prev s:before {
  -webkit-transform: rotate(-36deg) translateX(-1px);
          transform: rotate(-36deg) translateX(-1px);
}
.ysqUEO .sProduct-honor-resMove .ctr.prev s:after {
  -webkit-transform: rotate(36deg) translateX(-1px);
          transform: rotate(36deg) translateX(-1px);
}
.ysqUEO .sProduct-honor-resMove .ctr.next s:before,
.ysqUEO .sProduct-honor-resMove .ctr.next s:after {
  margin-left: -10px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .sProduct-honor-resMove .ctr.next s:before {
  -webkit-transform: rotate(-36deg) translateX(1px);
          transform: rotate(-36deg) translateX(1px);
}
.ysqUEO .sProduct-honor-resMove .ctr.next s:after {
  -webkit-transform: rotate(36deg) translateX(1px);
          transform: rotate(36deg) translateX(1px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO .sProduct-honor-resMove .ctr.prev:hover s:before {
    -webkit-transform: rotate(-44deg) translateX(-1px);
            transform: rotate(-44deg) translateX(-1px);
  }
  .ysqUEO .sProduct-honor-resMove .ctr.prev:hover s:after {
    -webkit-transform: rotate(44deg) translateX(-1px);
            transform: rotate(44deg) translateX(-1px);
  }
  .ysqUEO .sProduct-honor-resMove .ctr.next:hover s:before {
    -webkit-transform: rotate(-44deg) translateX(1px);
            transform: rotate(-44deg) translateX(1px);
  }
  .ysqUEO .sProduct-honor-resMove .ctr.next:hover s:after {
    -webkit-transform: rotate(44deg) translateX(1px);
            transform: rotate(44deg) translateX(1px);
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-honor-resMove .ctr.prev:active s:before,
  .sProduct-honor-resMove .ctr.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  .sProduct-honor-resMove .ctr.prev:active s:before {
    -webkit-transform: rotate(-44deg) translateX(-1px);
            transform: rotate(-44deg) translateX(-1px);
  }
  .sProduct-honor-resMove .ctr.prev:active s:after {
    -webkit-transform: rotate(44deg) translateX(-1px);
            transform: rotate(44deg) translateX(-1px);
  }
  .sProduct-honor-resMove .ctr.next:active s:before,
  .sProduct-honor-resMove .ctr.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  .sProduct-honor-resMove .ctr.next:active s:before {
    -webkit-transform: rotate(-44deg) translateX(1px);
            transform: rotate(-44deg) translateX(1px);
  }
  .sProduct-honor-resMove .ctr.next:active s:after {
    -webkit-transform: rotate(44deg) translateX(1px);
            transform: rotate(44deg) translateX(1px);
  }
}
.sProduct-honor-resMove .ctr.prev {
  left: -1rem;
}
.sProduct-honor-resMove .ctr.next {
  right: -1rem;
}
.sProduct-honor-resMove .pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
  overflow: hidden;
  white-space: nowrap;
  line-height: 0;
}
.sProduct-honor-resMove .pagination .btn {
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  margin: 0 0.3rem;
  position: relative;
  overflow: hidden;
  width: 0.88rem;
  height: 2px;
  border: 0 solid #986732;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sProduct-honor-resMove .pagination .btn:before,
.sProduct-honor-resMove .pagination .btn:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.sProduct-honor-resMove .pagination .btn:before {
  opacity: .30;
}
.sProduct-honor-resMove .pagination .btn:after {
  opacity: 1;
  width: 0;
  -webkit-transition: all 100ms ease-out 0s;
  transition: all 100ms ease-out 0s;
}
.sProduct-honor-resMove .pagination .btn > em {
  display: none;
}
.sProduct-honor-resMove .pagination .btn.on:after {
  width: 100%;
  -webkit-transition: inherit !important;
  transition: inherit !important;
}
/* sNews */
.sNews {
  padding: 1.6rem 0 1.2rem;
  background-color: #fff;
}
.sNews-list .item {
  position: relative;
  padding: 0.9rem 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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 5.6rem;
  padding-left: 10.4rem;
  border-bottom: #cccccc solid 1px;
  font-size: 16px;
}
.sNews-list .item:after {
  display: none;
}
.sNews-list .item:after {
  content: " ";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  left: 100%;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #666;
}
.sNews-list .item .picArea {
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 9.6rem;
}
.sNews-list .item .picArea .pic {
  width: 100%;
  height: 0;
  padding-bottom: 58.33333333%;
  background-color: #f1f1f1;
}
.sNews-list .item .picArea img {
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.sNews-list .item .picArea:hover img {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}
.sNews-list .item .txt {
  padding: 0.4rem 0;
}
.sNews-list .item .txt .date {
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
}
.sNews-list .item .txt h3 {
  margin-top: 0.5rem;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sNews-list .item .txt p {
  margin-top: 0.3rem;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
}
.sNews-list .item .txt .more {
  margin-top: 0.6rem;
  display: inline-block;
  vertical-align: top;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  white-space: nowrap;
  color: #666666;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sNews-list .item .txt .more:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.24rem;
  width: 1.2rem;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sNews-list .item .txt .more:hover {
  color: #222222;
}
.sNews-list .item .txt .more:hover:after {
  width: 2rem;
}
.sNews-list .item:hover:after {
  left: 0;
  width: 100%;
  -webkit-transition: left 0ms ease-out 0s, width 220ms ease-out 0s;
  transition: left 0ms ease-out 0s, width 220ms ease-out 0s;
}
@media screen and (max-width: 1440px) {
  .sNews-list .item {
    font-size: 14px;
  }
}
.sNews-view {
  margin-top: 1rem;
}
.sNews-view .contain {
  padding-left: 7.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sNews-view .view-head {
  padding: 0.4rem 0;
  border-bottom: #cccccc solid 1px;
}
.sNews-view .view-head h1 {
  line-height: 1.5;
  color: #222222;
}
.sNews-view .view-aside {
  position: absolute;
  left: 3.6rem;
  top: 0.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1.5;
}
.sNews-view .view-aside .date {
  color: #222222;
}
.sNews-view .view-aside .now {
  margin-top: 0.1rem;
  color: #666666;
}
.sNews-view .view-body {
  padding: 0.8rem 0 1.2rem;
}
.sNews-view .view-foot {
  position: relative;
  padding-top: 0.6rem;
  border-top: #cccccc solid 1px;
  text-align: right;
}
.sNews-view .view-foot .share {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 36px;
  height: 36px;
  width: ;
  height: ;
  background-image: url(../images/btns-share.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sNews-view .view-foot .share .pa100 {
  opacity: 0;
  overflow: hidden;
}
.sNews-view .view-foot .share .pa100,
.sNews-view .view-foot .share .pa100 * {
  width: 100% !important;
  height: 100% !important;
}
.sNews-view .view-foot .ctr,
.sNews-view .view-foot .btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  margin-left: 0.2rem;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sNews-view .view-foot .ctr:before,
.sNews-view .view-foot .btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sNews-view .view-foot .ctr:hover:before,
.sNews-view .view-foot .btn:hover:before {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}
.sNews-view .view-foot .ctr:before {
  background-image: url(../images/arrows-view.png);
}
.sNews-view .view-foot .ctr.prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sNews-view .view-foot .ctr:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.sNews-view .view-foot .backToList:before {
  background-image: url(../images/btns-backtolist.png);
}
.sNews-view .view-foot .backToList:hover:before {
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
}
/* sContact */
.sContact {
  padding-top: 1.6rem;
  background-color: #fff;
}
.sContact-section1 {
  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;
}
.sContact-section1:after {
  display: none;
}
.sContact-section1 .vr {
  width: 1px;
  height: 2.8rem;
  background-color: #cccccc;
  margin-left: 5%;
  margin-right: 0.4rem;
}
.sContact-search .dt .en {
  color: #ccc;
  text-transform: uppercase;
}
.sContact-search .dt .cn {
  color: #222222;
  margin-top: 0.2rem;
}
.sContact-search .dd {
  margin-top: 0.6rem;
  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: stretch;
      align-content: stretch;
}
.sContact-search .dd:after {
  display: none;
}
.sContact-search .dd .skin {
  width: 4.8rem;
  height: 30px;
  line-height: 30px;
  padding: 0.3rem 10px;
  border: #cccccc solid 1px;
  margin-right: 15px;
}
.sContact-search .dd .searchBtn {
  width: 140px;
  height: 30px;
  line-height: 30px;
  padding: 0.3rem 10px;
  text-align: center;
  color: #fff;
  background-color: #222222;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .sContact-search .dd .skin {
    width: 4rem;
  }
}
.sContact-info {
  padding-right: 0.4rem;
}
.sContact-info .dt .cn {
  font-size: 18px;
  color: #222222;
}
.sContact-info .dt .en {
  margin-top: 5px;
  font-family: Helvetica, sans-serif;
  color: rgba(34, 34, 34, 0.2);
  text-transform: uppercase;
}
.sContact-info .dd {
  margin-top: 24px;
  line-height: 26px;
}
.sContact-info .dd .icoImg {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
.sContact-info .dd p:nth-child(1n+2) {
  margin-top: 0.1rem;
}
.sContact-info .dd .tel {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.sContact .sContact-map {
  position: relative;
  width: 100%;
  height: 10rem;
  margin-top: 1rem;
}
.sContact .sContact-map #dituContent {
  width: 100%;
  height: 100%;
  line-height: 1.1;
  background-color: #f5f3f0;
}
.sContact .sContact-map #dituContent .BMap_bubble_title {
  font-size: 16px;
  margin-bottom: 5px;
  padding-right: 16px;
  color: #986732;
}
.sContact .sContact-map #dituContent .BMap_bubble_content {
  width: 400px !important;
  font-size: 14px;
}
.sContact .sContact-map #dituContent img {
  max-width: none;
}
._pen .sContact .sContact-map {
  pointer-events: none;
}
.sContact .sContact-map:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
.sContact .sContact-map:hover:after {
  visibility: hidden;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.sContact .sContact-map .mapsInfo .title {
  font-size: 18px;
  color: #222222;
  padding: 6px 132px 6px 0;
  line-height: 20px;
}
.sContact .sContact-map .mapsInfo .info {
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}
.sContact .sContact-map .mapsInfo .navigation {
  position: absolute;
  right: 20px;
  top: 0;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #222;
  font-size: 16px;
}
.sContact .sContact-map .mapsInfo .navigation a {
  color: #fff;
  display: block;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sContact .sContact-map .mapsInfo .navigation a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
