@charset "utf-8";
/*!  Project : 中国华商金融中心
    +---------style.css----------+
    |                            |
    |    Author  |  yeshiqiu     |
    |    Q__Q    |  337676937    |
    |    Addr    |  SC_Chengdu   |
    |    Date    |  2020.09.08   |
    |                            |
    +--!-_-!--------------!-_-!--+
*/
.pf100 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pr100 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bge {
  background-color: #eee;
}
.bgf {
  background-color: #fff;
}
.bgf1 {
  background-color: #f1f1f1;
}
.bgf5 {
  background-color: #f5f5f5;
}
@-webkit-keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
            clip-path: inset(0 50% round 0);
  }
  100% {
    -webkit-clip-path: inset(0% round 0);
            clip-path: inset(0% round 0);
  }
}
@keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
            clip-path: inset(0 50% round 0);
  }
  100% {
    -webkit-clip-path: inset(0% round 0);
            clip-path: inset(0% round 0);
  }
}
@-webkit-keyframes fadeInRightm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRightm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightm {
  -webkit-animation-name: fadeInRightm;
          animation-name: fadeInRightm;
}
@-webkit-keyframes fadeInLeftm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeftm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftm {
  -webkit-animation-name: fadeInLeftm;
          animation-name: fadeInLeftm;
}
@-webkit-keyframes fadeInUpm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpm {
  -webkit-animation-name: fadeInUpm;
          animation-name: fadeInUpm;
}
@-webkit-keyframes fadeInDownm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownm {
  -webkit-animation-name: fadeInDownm;
          animation-name: fadeInDownm;
}
@-webkit-keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInRightm {
  -webkit-animation-name: slideInRightm;
          animation-name: slideInRightm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInLeftm {
  -webkit-animation-name: slideInLeftm;
          animation-name: slideInLeftm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInUpm {
  -webkit-animation-name: slideInUpm;
          animation-name: slideInUpm;
  opacity: 1 !important;
}
@-webkit-keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInDownm {
  -webkit-animation-name: slideInDownm;
          animation-name: slideInDownm;
  opacity: 1 !important;
}
@-webkit-keyframes fadeIns {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIns {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
.fadeIns {
  -webkit-animation-name: fadeIns;
          animation-name: fadeIns;
}
@-webkit-keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.dotShake {
  -webkit-animation-name: dotShake;
          animation-name: dotShake;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotate360 {
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInYm {
  -webkit-animation-name: rotateInYm;
          animation-name: rotateInYm;
}
@-webkit-keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
@keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
.AniStriking {
  -webkit-animation-name: AniStriking;
          animation-name: AniStriking;
}
@-webkit-keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.AniOpStriking {
  -webkit-animation-name: AniOpStriking;
          animation-name: AniOpStriking;
}
@-webkit-keyframes AniShiny {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes AniShiny {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.AniShiny {
  -webkit-animation-name: AniShiny;
          animation-name: AniShiny;
}
@-webkit-keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
@keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
.animateStay {
  -webkit-animation-name: animateStay;
          animation-name: animateStay;
}
@-webkit-keyframes AniNone {
  0,
  100% {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes AniNone {
  0,
  100% {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}
.AniNone {
  -webkit-animation-name: AniNone;
          animation-name: AniNone;
  opacity: 1;
}
@-webkit-keyframes AniCalmdown {
  
}
@keyframes AniCalmdown {
  
}
.AniCalmdown {
  -webkit-animation-name: AniCalmdown;
          animation-name: AniCalmdown;
  -webkit-animation-duration: .5s !important;
          animation-duration: .5s !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
.waitAniTitleBlock {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}
.waitAniTitleBlock:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
.waitAniTitleBlock > span {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.waitAniTitleBlock:before {
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}
.waitAniTitleBlock.AniStart > span {
  -webkit-transition: all 0ms ease-out 450ms;
  transition: all 0ms ease-out 450ms;
  opacity: 1;
  visibility: visible;
}
.waitAniTitleBlock.AniStart:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0.8, 0.6) 0s;
  transition: all 400ms cubic-bezier(0, 0, 0.8, 0.6) 0s;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.waitAniTitleBlock.AniDid:before {
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0, 0.8) 0s;
  transition: all 400ms cubic-bezier(0, 0, 0, 0.8) 0s;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
/* baseCss */
.en {
  word-break: keep-all;
}
.tdu {
  text-decoration: underline;
}
.oh {
  position: relative;
  overflow: hidden;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
.dib {
  display: inline-block;
  vertical-align: top;
}
.vab {
  vertical-align: bottom;
}
.vam {
  vertical-align: middle;
}
.vat {
  vertical-align: top;
}
.unsel,
.dct {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.insel {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.op0 {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.op1 {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.tapList .link {
  display: block;
}
.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: #6b5547;
}
.bgc1 {
  background-color: #6b5547;
}
.c2 {
  color: #deb792;
}
.bgc2 {
  background-color: #deb792;
}
.c3 {
  color: #b7cbdf;
}
.bgc3 {
  background-color: #b7cbdf;
}
.c4 {
  color: #3a2415;
}
.bgc4 {
  background-color: #3a2415;
}
.c5 {
  color: #f6f1eb;
}
.bgc5 {
  background-color: #f6f1eb;
}
.ca {
  color: #333333;
}
.cb {
  color: #666666;
}
.cs {
  color: #999999;
}
html {
  min-width: 440px;
  background-color: #f6f1eb;
}
body {
  color: #666666;
  font: 14px/1 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}
a {
  color: #333333;
}
a.on {
  color: #6b5547;
}
@media screen and (min-width: 1025px) {
  a:hover {
    color: #6b5547;
  }
}
@media screen and (max-width: 1024px) {
  a:active {
    color: #6b5547;
  }
}
.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 {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .imax {
    line-height: 1.75;
  }
}
::-moz-selection {
  background: #4c3d33;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #4c3d33;
  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);
}
@font-face {
  font-family: "baskvill";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/baskvill.woff2") format("woff2"), url("fonts/baskvill.woff") format("woff"), url("fonts/baskvill.ttf") format("truetype"), url("fonts/baskvill.eot") format("embedded-opentype"), url("fonts/baskvill.svg") format("svg"), url("fonts/baskvill.otf") format("opentype");
}
@font-face {
  font-family: "impact";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/impact.woff2") format("woff2"), url("fonts/impact.woff") format("woff"), url("fonts/impact.ttf") format("truetype"), url("fonts/impact.eot") format("embedded-opentype"), url("fonts/impact.svg") format("svg"), url("fonts/impact.otf") format("opentype");
}
[scrollParallax] {
  -webkit-transition: all 20ms ease-out 0s;
  transition: all 20ms ease-out 0s;
}
.wechat_share {
  font-size: 14px;
  text-align: center;
}
.wechat_share canvas {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wechat_share .pic {
  width: 160px;
  height: 160px;
  margin: 0 auto 5px;
  border: #fff 5px solid;
}
@media screen and (max-width: 1024px) {
  .wechat_share .pic {
    width: 120px;
    height: 120px;
  }
}
.maxmw {
  width: auto;
  width: calc(100% - 30px);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 720px;
}
.container,
.w {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}
@media screen and (min-width: 1281px) {
  .container,
  .w {
    width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .container,
  .w {
    width: auto !important;
    width: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 720px !important;
  }
}
@media screen and (min-width: 1441px) {
  .container.wide,
  .w.wide {
    width: 1360px;
  }
}
@media screen and (min-width: 1601px) {
  .container.wide,
  .w.wide {
    width: 1520px;
  }
}
.w-p {
  margin-left: 5.20833333vw;
  margin-right: 5.20833333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .w-p {
    padding-left: 0;
    padding-right: 0;
    margin: 0 15px;
    width: calc(100% - 30px);
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 720px;
  }
}
/* ------------------- htmls ------------------- */
.modal-videoPlayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: #000;
}
.modal-videoPlayer .contain {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.modal-videoPlayer.showUp .close {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.modal-videoPlayer.showUp .contain {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.modal-videoPlayer.hideOut .close {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.modal-videoPlayer.hideOut .contain {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.modal-videoPlayer .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.5);
}
.modal-videoPlayer .close s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50.4px;
  font-size: 26px;
  color: #ffffff;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
.ysqUEO .modal-videoPlayer .close s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .modal-videoPlayer .close s:before,
.ysqUEO .modal-videoPlayer .close s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 15px;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  color: inherit;
  background-color: currentColor;
}
.ysqUEO .modal-videoPlayer .close s:before {
  top: 19px;
  -webkit-transform: rotate(45deg) translate(5.17766953px, 0);
          transform: rotate(45deg) translate(5.17766953px, 0);
  top: 14px;
}
.ysqUEO .modal-videoPlayer .close s:after {
  bottom: 19px;
  -webkit-transform: rotate(-45deg) translate(5.17766953px, 0);
          transform: rotate(-45deg) translate(5.17766953px, 0);
  bottom: 14px;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .modal-videoPlayer .close s:before,
  .ysqUEO .modal-videoPlayer .close s:after {
    -webkit-transition: all 300ms ease-out 0ms;
    transition: all 300ms ease-out 0ms;
  }
  .modal-videoPlayer .close s:hover {
    color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .modal-videoPlayer .close s:active {
    color: #ffffff;
  }
}
.modal-videoPlayer .close s:hover {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.modal-videoPlayer .contain {
  position: absolute;
}
.modal-videoPlayer .player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.modal-videoPlayer .player * {
  background-color: transparent !important;
}
@media screen and (min-width: 1025px) {
  .modal-videoPlayer .contain {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .modal-videoPlayer .contain {
    left: 0px;
    right: 0px;
    top: 56px;
    bottom: 56px;
  }
  .modal-videoPlayer .close {
    zoom: .9;
  }
}
.modal-searchForm {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 88;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}
.ysqUEO .modal-searchForm .contain {
  opacity: 0;
  -webkit-transition: all 330ms ease-out 0s;
  transition: all 330ms ease-out 0s;
  -webkit-transform: translateY(-66%) scale(0.2);
          transform: translateY(-66%) scale(0.2);
}
.ysqUEO .modal-searchForm.showUp .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
.ysqUEO .modal-searchForm.hideOut .contain {
  opacity: 0;
  -webkit-transform: translateY(33%) scale(0.2) !important;
          transform: translateY(33%) scale(0.2) !important;
}
.modal-searchForm .contain {
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 25px 30px;
  width: 300px;
  height: 120px;
  margin: -85px 0 0 -180px;
  background-color: #fff;
}
.modal-searchForm .contain .Tclose {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 30px;
  height: 30px;
}
.modal-searchForm .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 27px;
  font-size: 20px;
  color: #979797;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
.ysqUEO .modal-searchForm .contain .Tclose s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .modal-searchForm .contain .Tclose s:before,
.ysqUEO .modal-searchForm .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 5px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  color: inherit;
  background-color: currentColor;
}
.ysqUEO .modal-searchForm .contain .Tclose s:before {
  top: 9px;
  -webkit-transform: rotate(45deg) translate(3.93502884px, 0);
          transform: rotate(45deg) translate(3.93502884px, 0);
  top: 4px;
}
.ysqUEO .modal-searchForm .contain .Tclose s:after {
  bottom: 9px;
  -webkit-transform: rotate(-45deg) translate(3.93502884px, 0);
          transform: rotate(-45deg) translate(3.93502884px, 0);
  bottom: 4px;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .modal-searchForm .contain .Tclose s:before,
  .ysqUEO .modal-searchForm .contain .Tclose s:after {
    -webkit-transition: all 300ms ease-out 0ms;
    transition: all 300ms ease-out 0ms;
  }
  .modal-searchForm .contain .Tclose s:hover {
    color: #979797;
  }
}
@media screen and (max-width: 1024px) {
  .modal-searchForm .contain .Tclose s:active {
    color: #979797;
  }
}
.modal-searchForm .contain .Tclose s:hover {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.modal-searchForm .searchBox {
  padding-top: 14px;
}
.modal-searchForm .searchBox .skin {
  width: 270px;
  height: 28px;
  line-height: 28px;
  padding: 9px 14px;
  border: #cccccc solid 1px;
  border-radius: 6px;
  background-color: #fff;
}
.modal-searchForm .searchBox .enter {
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #6b5547;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}
.modal-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 70;
  overflow: hidden;
}
.modal-nav .zhezhao {
  display: none !important;
}
.ysqUEO .modal-nav .contain {
  opacity: 1;
  -webkit-transition: all 550ms ease-out 200ms;
  transition: all 550ms ease-out 200ms;
  -webkit-transform: translateY(-100%) scale(1);
          transform: translateY(-100%) scale(1);
}
.ysqUEO .modal-nav.showUp .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
.ysqUEO .modal-nav.hideOut .contain {
  opacity: 1;
  -webkit-transform: translateY(-100%) scale(1.1) !important;
          transform: translateY(-100%) scale(1.1) !important;
}
.modal-nav .contain {
  background-color: #6b5547;
  color: #deb792;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10.41666667vw;
  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;
}
.modal-nav .contain:after {
  display: none;
}
.modal-nav .close.btn {
  position: absolute;
  top: 3.64583333vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border: #deb792 solid 1px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.modal-nav .close.btn:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/btnm-navClose.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform-origin: 200% 50%;
          transform-origin: 200% 50%;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.modal-nav .close.btn:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.modal-nav .close.btn:hover:after {
  -webkit-transform: skewY(180deg);
          transform: skewY(180deg);
}
.modal-nav .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
}
.modal-nav .body:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .modal-nav .body {
    display: block;
  }
}
.modal-nav .body .left {
  padding: 2.08333333vw;
}
.modal-nav .body .left .link {
  color: inherit;
}
.modal-nav .body .left .item .link {
  color: #deb792;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  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;
  padding: 0.4rem;
}
.modal-nav .body .left .item .link:after {
  display: none;
}
.modal-nav .body .left .item .en {
  text-transform: uppercase;
  min-width: 6em;
  text-align: left;
}
.modal-nav .body .left .item s {
  margin-left: 1.04166667vw;
  margin-right: 1.04166667vw;
}
.modal-nav .body .left .item .cn {
  padding-left: .5em;
  width: 5em;
  text-align: left;
}
.modal-nav .body .left .item.on .link,
.modal-nav .body .left .item:hover .link {
  color: #fff;
}
.modal-nav .body .vr {
  width: 2px;
  height: 29.16666667vh;
  background-color: rgba(222, 183, 146, 0.1);
}
.modal-nav .body .right {
  margin-right: 6.25vw;
  padding: 2.08333333vw 0;
  text-align: center;
}
.modal-nav .body .right .dt {
  text-align: center;
  color: #deb792;
}
.modal-nav .body .right .dt .en {
  font-family: "baskvill", Arial, sans-serif;
  font-size: 2.5vw;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding-left: .1em;
}
.modal-nav .body .right .dt .cn {
  margin-top: 0.3rem;
  font-size: 1.66666667vw;
  letter-spacing: .3em;
  padding-left: .3em;
}
.modal-nav .body .right .dd {
  position: relative;
  margin-top: 1.4rem;
  background-color: rgba(222, 183, 146, 0.2);
  padding: 0.48rem 0.6rem 0.5rem 2.4rem;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.modal-nav .body .right .dd .icoImg {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  margin-top: -0.7rem;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: #deb792 solid 1px;
}
.modal-nav .body .right .dd .p1 {
  letter-spacing: .4em;
}
.modal-nav .body .right .dd .p2 {
  margin-top: 5px;
  font-family: "impact", Arial, sans-serif;
}
.modal-nav .body .right .dd .btn {
  color: #deb792;
}
.modal-nav .foot {
  position: absolute;
  left: 10.41666667vw;
  right: 10.41666667vw;
  bottom: 0;
  padding: 1.5625vw 0;
  border-top: rgba(222, 183, 146, 0.3) solid 1px;
  line-height: 1.5;
}
.modal-nav .foot,
.modal-nav .foot a {
  color: rgba(222, 183, 146, 0.5);
}
.modal-nav .foot a:hover {
  color: rgba(222, 183, 146, 0.8);
}
.modal-nav .foot .wrapIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.modal-nav .foot .wrapIn:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .modal-nav .foot .wrapIn {
    display: block;
  }
}
.modal-nav .foot .logo {
  display: block;
  height: 68px;
  opacity: .5;
}
.modal-nav .foot .logo img {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .modal-nav .close.btn {
    width: 44px;
    height: 44px;
  }
  .modal-nav .contain {
    padding: 0 15px;
  }
  .modal-nav .body {
    padding-bottom: 10%;
  }
  .modal-nav .body .vr {
    display: none;
  }
  .modal-nav .body .left {
    text-align: center;
  }
  .modal-nav .body .left .item:nth-child(1n+2) {
    margin-top: 1.04166667vh;
  }
  .modal-nav .body .left .item .link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal-nav .body .right {
    margin-top: 2.08333333vh;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-nav .body .right .dt .en {
    font-size: 30px;
  }
  .modal-nav .body .right .dt .cn {
    font-size: 20px;
  }
  .modal-nav .body .right .dd {
    padding: 15px 25px 15px 75px;
  }
  .modal-nav .body .right .dd .icoImg {
    width: 48px;
    height: 48px;
    left: 15px;
    margin-top: -24px;
  }
  .modal-nav .foot {
    text-align: center;
    padding: 15px 0;
    left: 15px;
    right: 15px;
  }
  .modal-nav .foot .logo {
    height: 60px;
  }
}
.modal-newsView {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 990;
  overflow: hidden;
}
.ysqUEO .modal-newsView .contain {
  opacity: 1;
  -webkit-transition: all 550ms ease-out 200ms;
  transition: all 550ms ease-out 200ms;
  -webkit-transform: translateY(-100%) scale(1);
          transform: translateY(-100%) scale(1);
}
.ysqUEO .modal-newsView.showUp .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
.ysqUEO .modal-newsView.hideOut .contain {
  opacity: 1;
  -webkit-transform: translateY(-100%) scale(1.1) !important;
          transform: translateY(-100%) scale(1.1) !important;
}
.modal-newsView .contain {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 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: #6b5547;
  border-bottom: solid 1px;
  font-size: 14px;
  line-height: 18px;
}
#albumWindow .contain .item.on .fBar {
  -webkit-transition: all 250ms ease-out 200ms;
  transition: all 250ms ease-out 200ms;
  opacity: 1;
  visibility: visible;
}
#albumWindow .picName {
  position: absolute;
  left: 0;
  right: 10px;
  top: -48px;
  height: 48px;
  line-height: 48px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#albumWindow .close.btn {
  position: absolute;
  overflow: hidden;
  z-index: 3;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: #6b5547;
}
#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: #6b5547;
  font-size: 42px;
  font-weight: bold;
}
#albumWindow .ctr s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
#albumWindow .ctr:hover {
  color: #111111;
}
.ysqUEO #albumWindow .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO #albumWindow .ctr s:before,
.ysqUEO #albumWindow .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #111111;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO #albumWindow .ctr s:before,
  .ysqUEO #albumWindow .ctr s:after {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }
  .ysqUEO #albumWindow .ctr:hover s:before,
  .ysqUEO #albumWindow .ctr:hover s:after {
    background-color: #111111;
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .ctr:active s:before,
  #albumWindow .ctr:active s:after {
    background-color: #111111;
  }
}
.ysqUEO #albumWindow .ctr.prev s:before,
.ysqUEO #albumWindow .ctr.prev s:after {
  margin-left: -7px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO #albumWindow .ctr.prev s:before {
  -webkit-transform: rotate(-40deg) translateX(-1.5px);
          transform: rotate(-40deg) translateX(-1.5px);
}
.ysqUEO #albumWindow .ctr.prev s:after {
  -webkit-transform: rotate(40deg) translateX(-1.5px);
          transform: rotate(40deg) translateX(-1.5px);
}
.ysqUEO #albumWindow .ctr.next s:before,
.ysqUEO #albumWindow .ctr.next s:after {
  margin-left: -13px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO #albumWindow .ctr.next s:before {
  -webkit-transform: rotate(-40deg) translateX(1.5px);
          transform: rotate(-40deg) translateX(1.5px);
}
.ysqUEO #albumWindow .ctr.next s:after {
  -webkit-transform: rotate(40deg) translateX(1.5px);
          transform: rotate(40deg) translateX(1.5px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO #albumWindow .ctr.prev:hover s:before {
    -webkit-transform: rotate(-48deg) translateX(-1.5px);
            transform: rotate(-48deg) translateX(-1.5px);
  }
  .ysqUEO #albumWindow .ctr.prev:hover s:after {
    -webkit-transform: rotate(48deg) translateX(-1.5px);
            transform: rotate(48deg) translateX(-1.5px);
  }
  .ysqUEO #albumWindow .ctr.next:hover s:before {
    -webkit-transform: rotate(-48deg) translateX(1.5px);
            transform: rotate(-48deg) translateX(1.5px);
  }
  .ysqUEO #albumWindow .ctr.next:hover s:after {
    -webkit-transform: rotate(48deg) translateX(1.5px);
            transform: rotate(48deg) translateX(1.5px);
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .ctr.prev:active s:before,
  #albumWindow .ctr.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  #albumWindow .ctr.prev:active s:before {
    -webkit-transform: rotate(-48deg) translateX(-1.5px);
            transform: rotate(-48deg) translateX(-1.5px);
  }
  #albumWindow .ctr.prev:active s:after {
    -webkit-transform: rotate(48deg) translateX(-1.5px);
            transform: rotate(48deg) translateX(-1.5px);
  }
  #albumWindow .ctr.next:active s:before,
  #albumWindow .ctr.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  #albumWindow .ctr.next:active s:before {
    -webkit-transform: rotate(-48deg) translateX(1.5px);
            transform: rotate(-48deg) translateX(1.5px);
  }
  #albumWindow .ctr.next:active s:after {
    -webkit-transform: rotate(48deg) translateX(1.5px);
            transform: rotate(48deg) translateX(1.5px);
  }
}
#albumWindow .ctr.prev {
  left: 0;
}
#albumWindow .ctr.next {
  right: 0;
}
#albumWindow .ctr.reject {
  display: none;
}
#albumWindow .ctr:active {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  #albumWindow .ctr:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .ctr:active {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
#albumWindow .pagination {
  height: 4px;
  line-height: 4px;
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
#albumWindow .pagination .container {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
}
#albumWindow .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 3px;
  border-color: #222;
  width: 0;
  height: 0;
  border-width: 4px 4px 0 0;
  border-style: solid;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
#albumWindow .pagination .btn > em {
  display: none;
}
#albumWindow .pagination .btn.on {
  border-color: #6b5547;
}
#albumWindow .originalBtn {
  position: absolute;
  z-index: 6;
  left: 0;
  line-height: 30px;
  color: #999999;
  cursor: pointer;
}
#albumWindow .originalBtn:hover {
  color: #6b5547;
}
#albumWindow .serialNum {
  position: absolute;
  z-index: 6;
  right: 0;
  line-height: 30px;
  color: #999999;
}
@media screen and (max-width: 1024px) {
  #albumWindow .picName {
    font-size: 12px;
  }
}
.formItem {
  position: relative;
}
.formItem .aftPD {
  position: absolute;
  left: 100%;
  top: 0;
  color: #f00;
  margin-left: 8px;
  white-space: nowrap;
  font-size: 14px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.formItem .skin::-webkit-input-placeholder {
  color: #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 zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
            transform: scale3d(0.77, 0.77, 0.77);
  }
  50%,
  100% {
    opacity: 1;
  }
}
@keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
            transform: scale3d(0.77, 0.77, 0.77);
  }
  50%,
  100% {
    opacity: 1;
  }
}
.zoomIns {
  -webkit-animation-name: zoomIns;
          animation-name: zoomIns;
}
.AnflashOver {
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 333ms;
          animation-duration: 333ms;
}
.AnflashOver:before {
  -webkit-animation-name: AnflashOver;
          animation-name: AnflashOver;
  -webkit-animation-duration: 333ms;
          animation-duration: 333ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: "";
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 150px;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
}
@-webkit-keyframes AnflashOver {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-149px);
            transform: skewX(-25deg) translateX(-149px);
  }
  to {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
            transform: skewX(-25deg) translateX(149px);
  }
}
@keyframes AnflashOver {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-149px);
            transform: skewX(-25deg) translateX(-149px);
  }
  to {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
            transform: skewX(-25deg) translateX(149px);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  opacity: 1 !important;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  opacity: 1 !important;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  opacity: 1 !important;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  opacity: 1 !important;
}
@-webkit-keyframes circleMove {
  0% {
    stroke-dasharray: 0% 315%;
    -webkit-transform: rotate(-540deg);
            transform: rotate(-540deg);
  }
  40%,
  100% {
    stroke-dasharray: 315% 315%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes circleMove {
  0% {
    stroke-dasharray: 0% 315%;
    -webkit-transform: rotate(-540deg);
            transform: rotate(-540deg);
  }
  40%,
  100% {
    stroke-dasharray: 315% 315%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes bgHmove {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 20% 50%;
  }
}
@keyframes bgHmove {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 20% 50%;
  }
}
.bgHmove {
  -webkit-animation-name: bgHmove;
          animation-name: bgHmove;
}
@-webkit-keyframes bannerRotateY {
  0%,
  66% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes bannerRotateY {
  0%,
  66% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes mouseRoll {
  0% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes mouseRoll {
  0% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.mouseRoll {
  -webkit-animation-name: mouseRoll;
          animation-name: mouseRoll;
}
@-webkit-keyframes mouseRollDelay {
  0% {
    -webkit-transform: translate(-50%, 15%);
            transform: translate(-50%, 15%);
  }
  75%,
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes mouseRollDelay {
  0% {
    -webkit-transform: translate(-50%, 15%);
            transform: translate(-50%, 15%);
  }
  75%,
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.mouseRollDelay {
  -webkit-animation-name: mouseRollDelay;
          animation-name: mouseRollDelay;
}
.ysqUEO .aBtnMask {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  background-color: #ffffff \9;
}
.ysqUEO .aBtnMask:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  z-index: 8;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  pointer-events: none;
  -webkit-transition: all 200ms ease-out 0ms;
  transition: all 200ms ease-out 0ms;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnMask:after {
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
  }
  .ysqUEO .aBtnMask:hover:after {
    opacity: .07;
  }
}
.ysqUEO .aBtnSc {
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.ysqUEO .aBtnSc:after {
  z-index: -1;
  content: " ";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 108%;
  padding-bottom: 108%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .aBtnSc:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0.1;
    visibility: hidden;
  }
  .ysqUEO .aBtnSc:hover:after {
    -webkit-transition: all 350ms ease-in 0ms;
    transition: all 350ms ease-in 0ms;
    opacity: 0.15;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.ysqUEO .aBtnlr {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.ysqUEO .aBtnlr:before {
  content: " ";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #6b5547;
  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: #6b5547;
  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: #6b5547;
  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;
  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: #6b5547;
  color: #fff;
}
.TAlert .contain .foot .btn.close {
  right: 0;
  background-color: #f1f1f1;
  border-left: #cfcfcf solid 1px;
  color: #333;
}
.TAlert .contain .foot .btn.w100 {
  border-left: none;
}
.ysqUEO .TAlert .contain {
  opacity: 0;
  -webkit-transition: all 330ms ease-out 0s;
  transition: all 330ms ease-out 0s;
  -webkit-transform: translateY(-50%) scale(0.2);
          transform: translateY(-50%) scale(0.2);
}
.ysqUEO .TAlert.showUp .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
.ysqUEO .TAlert.hideOut .contain {
  opacity: 0;
  -webkit-transform: translateY(44%) scale(0.2) !important;
          transform: translateY(44%) scale(0.2) !important;
}
.pageListBox {
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
}
.pageListBox .pageList {
  position: relative;
  line-height: 32px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: hidden;
}
.pageListBox .pageList ul {
  position: relative;
  float: none !important;
}
.pageListBox .pageList ul,
.pageListBox .pageList ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.pageListBox .pageList ul li {
  margin: 0 4px;
  font-size: 14px;
}
.pageListBox .pageList a {
  display: block;
  min-width: 14px;
  height: 34px;
  padding: 0 10px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  color: #333333;
  z-index: 2;
  position: relative;
  background-color: #f5f5f5;
  color: #333;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  font-size: 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.pageListBox .pageList a:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #dddddd solid 1px;
  z-index: -1;
}
.pageListBox .pageList a.selected {
  background-color: #6b5547;
  color: #fff;
}
.pageListBox .pageList a.selected:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.pageListBox .pageList a:active:after {
  -webkit-transition: all 0ms ease-out 0ms !important;
  transition: all 0ms ease-out 0ms !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-color: #fff;
}
@media screen and (min-width: 1025px) {
  .pageListBox .pageList a:hover {
    background-color: #6b5547;
    color: #fff;
  }
  .pageListBox .pageList a:hover:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .pageListBox .pageList {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pageListBox .pageList a:active {
    background-color: #6b5547;
    color: #fff;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .pageListBox .pageList a:active:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .pageListBox .pageList ul li {
    margin-left: 4px;
    margin-right: 4px;
  }
}
/*模拟滚动条*/
.module-Scrollbox {
  position: relative;
  height: 100%;
}
.module-Scrollbox.y {
  padding-right: 12px;
}
.module-Scrollbox.y .scrollbar {
  right: 0;
  width: 7px;
  height: 100%;
  top: 0;
}
.module-Scrollbox.y .scrollbar .track {
  position: absolute;
  top: 0;
  right: 2px;
  width: 3px;
  background-color: #f1f1f1;
}
.module-Scrollbox.y .scrollbar .thumb {
  height: 0;
  right: -2px;
  background-color: #6b5547;
  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: #6b5547;
}
.module-Scrollbox.x .overview {
  display: inline-block;
}
.module-Scrollbox .scrollbar {
  /* display: none; */
  position: absolute;
  z-index: 3;
  right: 0;
}
.module-Scrollbox .scrollbar .track {
  position: relative;
}
.module-Scrollbox .scrollbar .thumb {
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 3.5px;
  -webkit-transition: all 80ms ease-out 0s;
  transition: all 80ms ease-out 0s;
}
.module-Scrollbox .scrollbar .thumb .end {
  height: 7px;
  width: 7px;
}
.module-Scrollbox .viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.module-Scrollbox .overview {
  position: relative;
  -webkit-transition: all 150ms ease-in 0s;
  transition: all 150ms ease-in 0s;
}
.module-Scrollbox .disable {
  display: none;
}
@media screen and (max-width: 1024px) {
  .module-Scrollbox {
    overflow: auto;
    padding-right: 0;
  }
  .module-Scrollbox .viewport {
    width: auto;
    height: auto;
  }
  .module-Scrollbox .scrollbar {
    display: none !important;
  }
}
html {
  font-size: 50px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 45px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fzRes {
    font-size: 100px;
  }
}
@media screen and (max-width: 749px) {
  .fzRes {
    font-size: 90px;
  }
}
@media screen and (max-width: 699px) {
  .fzRes {
    font-size: 85px;
  }
}
@media screen and (max-width: 649px) {
  .fzRes {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .fzRes {
    font-size: 75px;
  }
}
@media screen and (max-width: 549px) {
  .fzRes {
    font-size: 70px;
  }
}
@media screen and (max-width: 499px) {
  .fzRes {
    font-size: 65px;
  }
}
@media screen and (max-width: 449px) {
  .fzRes {
    font-size: 60px;
  }
}
.fz60 {
  font-size: 60px;
}
@media screen and (max-width: 1440px) {
  .fz60 {
    font-size: 54px;
  }
}
@media screen and (max-width: 1024px) {
  .fz60 {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .fz60 {
    font-size: 40px;
  }
}
.fz48 {
  font-size: 48px;
}
@media screen and (max-width: 1440px) {
  .fz48 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .fz48 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .fz48 {
    font-size: 34px;
  }
}
.fz40,
.modal-nav .body .right .dd .p2,
.sNews-view .left .close,
.sNews-view .left .view-head h1 {
  font-size: 40px;
}
@media screen and (max-width: 1440px) {
  .fz40,
  .modal-nav .body .right .dd .p2,
  .sNews-view .left .close,
  .sNews-view .left .view-head h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .fz40,
  .modal-nav .body .right .dd .p2,
  .sNews-view .left .close,
  .sNews-view .left .view-head h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .fz40,
  .modal-nav .body .right .dd .p2,
  .sNews-view .left .close,
  .sNews-view .left .view-head h1 {
    font-size: 26px;
  }
}
.fz36 {
  font-size: 36px;
}
@media screen and (max-width: 1440px) {
  .fz36 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .fz36 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .fz36 {
    font-size: 24px;
  }
}
.fz32 {
  font-size: 32px;
}
@media screen and (max-width: 1440px) {
  .fz32 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .fz32 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .fz32 {
    font-size: 22px;
  }
}
.fz28 {
  font-size: 28px;
}
@media screen and (max-width: 1440px) {
  .fz28 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .fz28 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .fz28 {
    font-size: 20px;
  }
}
.fz24,
.modal-nav .body .left .item,
.sRealty-tab .Tg .btn {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .fz24,
  .modal-nav .body .left .item,
  .sRealty-tab .Tg .btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fz24,
  .modal-nav .body .left .item,
  .sRealty-tab .Tg .btn {
    font-size: 18px;
  }
}
.fz20,
.modal-nav .body .right .dd .p1 {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .fz20,
  .modal-nav .body .right .dd .p1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .fz20,
  .modal-nav .body .right .dd .p1 {
    font-size: 16px;
  }
}
.fz18,
.modal-searchForm .searchBox .enter,
.index-about-switch .item .txt .col .cn {
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .fz18,
  .modal-searchForm .searchBox .enter,
  .index-about-switch .item .txt .col .cn {
    font-size: 16px;
  }
}
.fz16,
.imax,
.modal-searchForm .searchBox .skin,
.modal-nav .foot,
#albumWindow .picName,
.index-about .text.r .info,
.footer,
.sNews-view .left .view-body,
.sZoneBit-tab .Tg .btn .sdd,
.sReception-rotateMove .text .dd,
.sAbout-wrap .df,
.sIndustry-rotateMove .item .txt .dd,
.sRealty-rotateMove .item h3 {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .fz16,
  .imax,
  .modal-searchForm .searchBox .skin,
  .modal-nav .foot,
  #albumWindow .picName,
  .index-about .text.r .info,
  .footer,
  .sNews-view .left .view-body,
  .sZoneBit-tab .Tg .btn .sdd,
  .sReception-rotateMove .text .dd,
  .sAbout-wrap .df,
  .sIndustry-rotateMove .item .txt .dd,
  .sRealty-rotateMove .item h3 {
    font-size: 14px;
  }
}
.fz14 {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .fz14 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .pc-hide,
  .m-link {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .m-hide {
    display: none !important;
  }
  .m-link {
    display: block;
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  }
}
/* 自定义响应结构 */
.ctr.ctrX1 {
  z-index: 8;
  position: absolute;
  top: 0;
  width: 0.8rem;
  height: 100%;
  line-height: 100%;
  -webkit-transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  text-align: center;
  color: #999999;
}
.ctr.ctrX1 s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.ctr.ctrX1:hover {
  color: #6b5547;
}
.ysqUEO .ctr.ctrX1 s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrX1 s:before,
.ysqUEO .ctr.ctrX1 s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #999999;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX1 s:before,
  .ysqUEO .ctr.ctrX1 s:after {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }
  .ysqUEO .ctr.ctrX1:hover s:before,
  .ysqUEO .ctr.ctrX1:hover s:after {
    background-color: #6b5547;
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX1:active s:before,
  .ctr.ctrX1:active s:after {
    background-color: #6b5547;
  }
}
.ysqUEO .ctr.ctrX1.prev s:before,
.ysqUEO .ctr.ctrX1.prev s:after {
  margin-left: -6px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrX1.prev s:before {
  -webkit-transform: rotate(-43deg) translateX(-1px);
          transform: rotate(-43deg) translateX(-1px);
}
.ysqUEO .ctr.ctrX1.prev s:after {
  -webkit-transform: rotate(43deg) translateX(-1px);
          transform: rotate(43deg) translateX(-1px);
}
.ysqUEO .ctr.ctrX1.next s:before,
.ysqUEO .ctr.ctrX1.next s:after {
  margin-left: -10px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrX1.next s:before {
  -webkit-transform: rotate(-43deg) translateX(1px);
          transform: rotate(-43deg) translateX(1px);
}
.ysqUEO .ctr.ctrX1.next s:after {
  -webkit-transform: rotate(43deg) translateX(1px);
          transform: rotate(43deg) translateX(1px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX1.prev:hover s:before {
    -webkit-transform: rotate(-50deg) translateX(-1px);
            transform: rotate(-50deg) translateX(-1px);
  }
  .ysqUEO .ctr.ctrX1.prev:hover s:after {
    -webkit-transform: rotate(50deg) translateX(-1px);
            transform: rotate(50deg) translateX(-1px);
  }
  .ysqUEO .ctr.ctrX1.next:hover s:before {
    -webkit-transform: rotate(-50deg) translateX(1px);
            transform: rotate(-50deg) translateX(1px);
  }
  .ysqUEO .ctr.ctrX1.next:hover s:after {
    -webkit-transform: rotate(50deg) translateX(1px);
            transform: rotate(50deg) translateX(1px);
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX1.prev:active s:before,
  .ctr.ctrX1.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  .ctr.ctrX1.prev:active s:before {
    -webkit-transform: rotate(-50deg) translateX(-1px);
            transform: rotate(-50deg) translateX(-1px);
  }
  .ctr.ctrX1.prev:active s:after {
    -webkit-transform: rotate(50deg) translateX(-1px);
            transform: rotate(50deg) translateX(-1px);
  }
  .ctr.ctrX1.next:active s:before,
  .ctr.ctrX1.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  .ctr.ctrX1.next:active s:before {
    -webkit-transform: rotate(-50deg) translateX(1px);
            transform: rotate(-50deg) translateX(1px);
  }
  .ctr.ctrX1.next:active s:after {
    -webkit-transform: rotate(50deg) translateX(1px);
            transform: rotate(50deg) translateX(1px);
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX1 {
    width: 24px;
  }
}
.ctr.ctrX2 {
  display: none;
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 44px;
  height: 80px;
  line-height: 80px;
  -webkit-transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  text-align: center;
  color: #ffffff;
}
.ctr.ctrX2:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.ctr.ctrX2 s {
  font-weight: bold;
  font-size: 32px;
  pointer-events: none;
}
.ctr.ctrX2 s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.ctr.ctrX2:hover {
  color: #ffffff;
}
.ysqUEO .ctr.ctrX2 s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrX2 s:before,
.ysqUEO .ctr.ctrX2 s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX2 s:before,
  .ysqUEO .ctr.ctrX2 s:after {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }
  .ysqUEO .ctr.ctrX2:hover s:before,
  .ysqUEO .ctr.ctrX2:hover s:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX2:active s:before,
  .ctr.ctrX2:active s:after {
    background-color: #ffffff;
  }
}
.ysqUEO .ctr.ctrX2.prev s:before,
.ysqUEO .ctr.ctrX2.prev s:after {
  margin-left: -6px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrX2.prev s:before {
  -webkit-transform: rotate(-40deg) translateX(-1px);
          transform: rotate(-40deg) translateX(-1px);
}
.ysqUEO .ctr.ctrX2.prev s:after {
  -webkit-transform: rotate(40deg) translateX(-1px);
          transform: rotate(40deg) translateX(-1px);
}
.ysqUEO .ctr.ctrX2.next s:before,
.ysqUEO .ctr.ctrX2.next s:after {
  margin-left: -10px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrX2.next s:before {
  -webkit-transform: rotate(-40deg) translateX(1px);
          transform: rotate(-40deg) translateX(1px);
}
.ysqUEO .ctr.ctrX2.next s:after {
  -webkit-transform: rotate(40deg) translateX(1px);
          transform: rotate(40deg) translateX(1px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX2.prev:hover s:before {
    -webkit-transform: rotate(-50deg) translateX(-1px);
            transform: rotate(-50deg) translateX(-1px);
  }
  .ysqUEO .ctr.ctrX2.prev:hover s:after {
    -webkit-transform: rotate(50deg) translateX(-1px);
            transform: rotate(50deg) translateX(-1px);
  }
  .ysqUEO .ctr.ctrX2.next:hover s:before {
    -webkit-transform: rotate(-50deg) translateX(1px);
            transform: rotate(-50deg) translateX(1px);
  }
  .ysqUEO .ctr.ctrX2.next:hover s:after {
    -webkit-transform: rotate(50deg) translateX(1px);
            transform: rotate(50deg) translateX(1px);
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX2.prev:active s:before,
  .ctr.ctrX2.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  .ctr.ctrX2.prev:active s:before {
    -webkit-transform: rotate(-50deg) translateX(-1px);
            transform: rotate(-50deg) translateX(-1px);
  }
  .ctr.ctrX2.prev:active s:after {
    -webkit-transform: rotate(50deg) translateX(-1px);
            transform: rotate(50deg) translateX(-1px);
  }
  .ctr.ctrX2.next:active s:before,
  .ctr.ctrX2.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  .ctr.ctrX2.next:active s:before {
    -webkit-transform: rotate(-50deg) translateX(1px);
            transform: rotate(-50deg) translateX(1px);
  }
  .ctr.ctrX2.next:active s:after {
    -webkit-transform: rotate(50deg) translateX(1px);
            transform: rotate(50deg) translateX(1px);
  }
}
.ctr.ctrX2.prev {
  left: 0;
}
.ctr.ctrX2.next {
  right: 0;
}
@media screen and (min-width: 1025px) {
  .ctr.ctrX2:hover {
    color: #fff;
  }
  .ctr.ctrX2:hover:after {
    background-color: #6b5547 !important;
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX2 {
    width: 32px;
    height: 48px;
    margin-top: -24px;
  }
  .ctr.ctrX2 s {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .ctr.ctrX2:active {
    color: #fff;
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  .ctr.ctrX2:active:after {
    background-color: #6b5547 !important;
    -webkit-transition: 0ms;
    transition: 0ms;
  }
}
@media screen and (max-width: 640px) {
  .ctr.ctrX2 {
    width: 28px;
    height: 40px;
    margin-top: -20px;
  }
}
.ctr.ctrX3 {
  display: none;
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: solid 1px #6b5547;
  -webkit-transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  transition: all 400ms ease-out 0s, all 250ms ease-out 0s;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  color: #6b5547;
}
.ctr.ctrX3 s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.ctr.ctrX3:hover {
  color: #ffffff;
}
.ysqUEO .ctr.ctrX3 s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr.ctrX3 s:before,
.ysqUEO .ctr.ctrX3 s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background-color: #6b5547;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX3 s:before,
  .ysqUEO .ctr.ctrX3 s:after {
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }
  .ysqUEO .ctr.ctrX3:hover s:before,
  .ysqUEO .ctr.ctrX3:hover s:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX3:active s:before,
  .ctr.ctrX3:active s:after {
    background-color: #ffffff;
  }
}
.ysqUEO .ctr.ctrX3.prev s:before,
.ysqUEO .ctr.ctrX3.prev s:after {
  margin-left: -4px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr.ctrX3.prev s:before {
  -webkit-transform: rotate(-40deg) translateX(-1px);
          transform: rotate(-40deg) translateX(-1px);
}
.ysqUEO .ctr.ctrX3.prev s:after {
  -webkit-transform: rotate(40deg) translateX(-1px);
          transform: rotate(40deg) translateX(-1px);
}
.ysqUEO .ctr.ctrX3.next s:before,
.ysqUEO .ctr.ctrX3.next s:after {
  margin-left: -8px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr.ctrX3.next s:before {
  -webkit-transform: rotate(-40deg) translateX(1px);
          transform: rotate(-40deg) translateX(1px);
}
.ysqUEO .ctr.ctrX3.next s:after {
  -webkit-transform: rotate(40deg) translateX(1px);
          transform: rotate(40deg) translateX(1px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO .ctr.ctrX3.prev:hover s:before {
    -webkit-transform: rotate(-50deg) translateX(-1px);
            transform: rotate(-50deg) translateX(-1px);
  }
  .ysqUEO .ctr.ctrX3.prev:hover s:after {
    -webkit-transform: rotate(50deg) translateX(-1px);
            transform: rotate(50deg) translateX(-1px);
  }
  .ysqUEO .ctr.ctrX3.next:hover s:before {
    -webkit-transform: rotate(-50deg) translateX(1px);
            transform: rotate(-50deg) translateX(1px);
  }
  .ysqUEO .ctr.ctrX3.next:hover s:after {
    -webkit-transform: rotate(50deg) translateX(1px);
            transform: rotate(50deg) translateX(1px);
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX3.prev:active s:before,
  .ctr.ctrX3.prev:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  .ctr.ctrX3.prev:active s:before {
    -webkit-transform: rotate(-50deg) translateX(-1px);
            transform: rotate(-50deg) translateX(-1px);
  }
  .ctr.ctrX3.prev:active s:after {
    -webkit-transform: rotate(50deg) translateX(-1px);
            transform: rotate(50deg) translateX(-1px);
  }
  .ctr.ctrX3.next:active s:before,
  .ctr.ctrX3.next:active s:after {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
  .ctr.ctrX3.next:active s:before {
    -webkit-transform: rotate(-50deg) translateX(1px);
            transform: rotate(-50deg) translateX(1px);
  }
  .ctr.ctrX3.next:active s:after {
    -webkit-transform: rotate(50deg) translateX(1px);
            transform: rotate(50deg) translateX(1px);
  }
}
.ctr.ctrX3.prev {
  left: 0;
}
.ctr.ctrX3.next {
  right: 0;
}
@media screen and (min-width: 1025px) {
  .ctr.ctrX3:hover {
    background-color: #6b5547 !important;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .ctr.ctrX3:active {
    background-color: #6b5547 !important;
    color: #fff;
    -webkit-transition: 0ms;
    transition: 0ms;
  }
}
.pagination.paginationX1 {
  position: absolute;
  z-index: 3;
  text-align: left;
  white-space: nowrap;
}
.pagination.paginationX1 .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 0.78125vw;
  width: 25px;
  height: 25px;
}
.pagination.paginationX1 .btn > em {
  display: none;
}
.pagination.paginationX1 .btn:before,
.pagination.paginationX1 .btn:after {
  content: " ";
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination.paginationX1 .btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-color: rgba(107, 85, 71, 0.2);
  border-width: 5px 5px 0 0;
  border-style: solid;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.pagination.paginationX1 .btn:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  border: #6b5547 solid 1px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.pagination.paginationX1 .btn.on:before {
  border-color: #6b5547;
}
.pagination.paginationX1 .btn.on:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
@media screen and (max-width: 1024px) {
  .pagination.paginationX1 .btn {
    width: 16px;
    height: 16px;
  }
}
.pagination.paginationXx1 {
  overflow: hidden;
  white-space: nowrap;
}
.pagination.paginationXx1 .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 0.08rem;
  width: 10px;
  height: 10px;
  border: 0 solid #6b5547;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  border-radius: 10px;
  background-color: #fff;
  opacity: .35;
}
.pagination.paginationXx1 .btn > em {
  display: none;
}
.pagination.paginationXx1 .btn.on {
  opacity: 1;
}
.pagination.paginationX2x {
  height: 6px;
  line-height: 6px;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
.pagination.paginationX2x .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 0.16rem;
  width: 6px;
  height: 6px;
  border: 0 solid #6b5547;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  border-radius: 6px;
  background-color: #999999;
}
.pagination.paginationX2x .btn > em {
  display: none;
}
.pagination.paginationX2x .btn.on {
  background-color: #6b5547;
  width: 20px;
}
.pagination.paginationX3x {
  height: 18px;
  line-height: 18px;
  position: absolute;
  z-index: 3;
  text-align: left;
  white-space: nowrap;
}
.pagination.paginationX3x .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 0.16rem;
  width: 18px;
  height: 18px;
}
.pagination.paginationX3x .btn > em {
  display: none;
}
.pagination.paginationX3x .btn:before,
.pagination.paginationX3x .btn:after {
  content: " ";
  border-radius: 50%;
}
.pagination.paginationX3x .btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-color: #fff;
  border-width: 8px 8px 0 0;
  border-style: solid;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.pagination.paginationX3x .btn:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  border: #ffffff solid 1px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.pagination.paginationX3x .btn.on:before {
  border-width: 4px 4px 0 0;
}
.pagination.paginationX3x .btn.on:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  min-width: 440px;
}
.header .contain {
  position: relative;
  height: 100%;
}
.header .bg {
  display: none;
  z-index: 5;
}
.header .logo {
  float: left;
  position: relative;
  height: 100%;
}
.header .logo img {
  display: block;
  height: 100%;
}
.header .menuBtn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  color: #6b5547;
  height: 22px;
  line-height: 22px;
  letter-spacing: 0.2em;
  font-weight: bold;
  white-space: nowrap;
}
.header .menuBtn span {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 22px;
  margin-right: 0.36rem;
}
.header .menuBtn s {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.header .menuBtn s:before,
.header .menuBtn s:after {
  content: " ";
  position: absolute;
  left: 0;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #6b5547;
  -webkit-transition: top 0.3s cubic-bezier(0.2, 0.52, 0.35, 1.8), bottom 0.3s cubic-bezier(0.2, 0.52, 0.35, 1.8), opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s cubic-bezier(0.2, 0.52, 0.35, 1.8), bottom 0.3s cubic-bezier(0.2, 0.52, 0.35, 1.8), opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s cubic-bezier(0.2, 0.52, 0.35, 1.8), bottom 0.3s cubic-bezier(0.2, 0.52, 0.35, 1.8), transform 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s cubic-bezier(0.2, 0.52, 0.35, 1.8), bottom 0.3s cubic-bezier(0.2, 0.52, 0.35, 1.8), transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.header .menuBtn s:before {
  top: 5px;
}
.header .menuBtn s:after {
  bottom: 5px;
}
.header .menuBtn.actived:before {
  -webkit-transform: rotate(45deg) translate(4.347px, 0);
          transform: rotate(45deg) translate(4.347px, 0);
  top: -1px;
}
.header .menuBtn.actived:after {
  -webkit-transform: rotate(-45deg) translate(4.347px, 0);
          transform: rotate(-45deg) translate(4.347px, 0);
  bottom: -1px;
}
.header .menuBtn:hover s:before {
  top: 15px;
}
.header .menuBtn:hover s:after {
  bottom: 15px;
}
.header .firNav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding-left: 8vw;
  display: none;
}
.header .firNav:after {
  display: none;
}
.header .firNav .item {
  position: relative;
  z-index: 2;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 2.08333333vw;
}
.header .firNav .item:after {
  display: none;
}
.header .firNav .item:nth-child(1n+2) {
  margin-left: 1px;
}
.header .firNav .item:nth-child(1n+2):before {
  content: " ";
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -6px;
  background-color: rgba(107, 85, 71, 0.2);
  width: 1px;
  height: 12px;
}
.header .firNav .item .link1 {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #6b5547;
  white-space: nowrap;
}
.header .firNav .item .link1:after {
  visibility: visible;
  display: block;
  content: " ";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  left: 100%;
  width: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(107, 85, 71, 0.5);
}
.header .firNav .item .link1 .en {
  letter-spacing: .1em;
  padding-left: .1em;
}
.header .firNav .item .link1:hover:after {
  left: 0;
  width: 100%;
  -webkit-transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
  transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
}
.fixedNav .header .logo,
.fixedNav .header .firNav,
.fixedNav .header .menuBtn > span {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.padWrap {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100vh - 80px);
}
@media screen and (min-width: 1025px) {
  .scroll-wrap,
  .padHeader {
    padding-top: 80px;
  }
  .hidePoint {
    top: -80px;
  }
  .header {
    height: 80px;
  }
}
@media screen and (min-width: 1441px) {
  .scroll-wrap,
  .padHeader {
    padding-top: 100px;
  }
  .padWrap {
    height: calc(100vh - 100px);
  }
  .hidePoint {
    top: -100px;
  }
  .header {
    height: 100px;
    line-height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .header .firNav {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .scroll-wrap,
  .padHeader {
    padding-top: 64px;
  }
  .hidePoint {
    top: -64px;
  }
  .header {
    height: 64px;
  }
  .header .w-p {
    max-width: 100%;
  }
  .header .menuBtn {
    font-size: 14px;
  }
  .padWrap {
    height: calc(100vh - 64px);
    overflow-y: auto;
  }
}
/* index */
@media screen and (min-width: 1025px) {
  .index {
    padding-top: 8.33333333vh;
  }
}
@media screen and (max-width: 1024px) {
  .index {
    padding-top: 4.16666667vw;
  }
}
.index-page .firNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-about {
  position: relative;
  padding-bottom: 4.6875vw;
}
.index-about .dt {
  position: relative;
  z-index: 2;
  color: #6b5547;
  font-family: "baskvill", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 5.52083333vw;
  text-align: center;
  padding-top: 1.85185185vmin;
  letter-spacing: .085em;
  padding-left: .1em;
  overflow: hidden;
  white-space: nowrap;
}
.ysqUEO .index-about .dt {
  background-image: url(../images/masker.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 83.33333333vw auto;
  background-position: center 100%;
  background-repeat: no-repeat;
}
.ysqUEO .index-about .dt.AniStart {
  background-position: center 20.83333333vw;
  -webkit-transition: none !important;
  transition: none !important;
}
.ysqUEO .index-about .dt.AniDid {
  background-position: center 100%;
  -webkit-transition: all 600ms ease-out 0ms !important;
  transition: all 600ms ease-out 0ms !important;
}
@media screen and (max-width: 1024px) {
  .ysqUEO .index-about .dt {
    background-image: url(../images/maskerm.png);
    background-image: -webkit-linear-gradient(-90deg, #6b5547 0%, #6b5547 79.999%, #ffffff 80%, #ffffff 100%);
    background-size: auto 5rem;
    background-position: center bottom;
  }
}
@media screen and (max-width: 768px) {
  .index-about .dt {
    font-size: 6.90104167vw;
  }
}
.index-about .dd {
  margin-top: -2.86458333vw;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.index-about .dd.AniStart {
  -webkit-perspective: 600px;
          perspective: 600px;
}
.index-about .dd.AniStart .shade {
  -webkit-transform-origin: 50% 80%;
          transform-origin: 50% 80%;
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.index-about .dd.AniDid .shade {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 800ms ease-out 0ms;
  transition: all 800ms ease-out 0ms;
}
@media screen and (max-width: 1024px) {
  .index-about .dd {
    margin-top: -1rem;
  }
}
.index-about .text {
  position: absolute;
  z-index: 5;
}
.index-about .text.l {
  left: 5.20833333vw;
  top: 4.6875vw;
  width: 25.52083333vw;
  height: 25.52083333vw;
  border-radius: 50%;
  padding-top: 11.484375vw;
  padding-left: 8.33333333vw;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #6b5547;
}
.index-about .text.l .p1 {
  font-size: 2.70833333vw;
  font-family: "baskvill", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.75em;
}
.index-about .text.l .p2 {
  opacity: .8;
  margin-top: 0.2rem;
  font-size: 1.04166667vw;
  letter-spacing: .2em;
  text-indent: .2em;
  line-height: 1.25;
}
.index-about .text.l .jia {
  margin-left: 0.26041667vw;
  margin-top: 1.5625vw;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.index-about .text.l .jia:before,
.index-about .text.l .jia:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(107, 85, 71, 0.5);
  -webkit-transition: all 250ms ease-out 50ms;
  transition: all 250ms ease-out 50ms;
}
.index-about .text.l .jia:before {
  width: 1px;
  height: 18px;
  margin-left: -0.5px;
  margin-top: -9px;
}
.index-about .text.l .jia:after {
  width: 18px;
  height: 1px;
  margin-left: -9px;
  margin-top: -0.5px;
}
.index-about .text.l .circle {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: visible;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  pointer-events: none;
}
.index-about .text.l .circle circle {
  stroke: rgba(51, 51, 51, 0.5);
  stroke-width: 1px;
  stroke-dasharray: 315% 315%;
}
.index-about .text.l.AniStart .circle circle {
  -webkit-animation-name: circleMove;
          animation-name: circleMove;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.index-about .text.l.AniDid .circle {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 1200ms ease 100ms;
  transition: all 1200ms ease 100ms;
}
.index-about .text.l.AniDid .circle circle {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.index-about .text.l.AniDid .jia {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.index-about .text.r {
  bottom: 0;
  right: 5.20833333vw;
  left: 50%;
  margin-left: 22.91666667vw;
  text-align: justify;
  padding-bottom: 4.16666667vw;
}
.index-about .text.r .info {
  line-height: 2;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  max-height: 16em;
  height: 16em;
  color: rgba(102, 102, 102, 0.5);
}
@media screen and (max-width: 1024px) {
  .index-about .text.r .info {
    line-height: 1.75;
  }
}
.index-about .text.r .down {
  position: absolute;
  left: 0;
  bottom: 0.625vw;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(-45deg) translateX(50%);
          transform: rotate(-45deg) translateX(50%);
}
.index-about .text.r .down:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border: #94928f solid 2px;
  border-right: none;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-about .text.r .down:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 20px;
  background-color: #94928f;
  -webkit-transform: rotate(45deg) translate(-1px, -2px);
          transform: rotate(45deg) translate(-1px, -2px);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.index-about .text.r.AniStart .down {
  bottom: 2.60416667vw;
}
.index-about .text.r.AniDid .down {
  bottom: 0.625vw;
  -webkit-transition: all 500ms ease-out 0ms;
  transition: all 500ms ease-out 0ms;
}
@media screen and (max-width: 1280px) {
  .index-about .text.r .info {
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 8em;
    margin-bottom: 1.75em;
  }
}
@media screen and (max-width: 1024px) {
  .index-about .text.l {
    margin-left: 0;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 5.20833333vw;
    padding-top: 0;
    height: auto;
    padding-left: 0;
    width: auto;
    padding-right: 2em;
    padding-bottom: 2em;
  }
  .index-about .text.l .circle {
    width: 320px;
    height: 320px;
    right: -20%;
    bottom: -15%;
  }
  .index-about .text.l .circle circle {
    stroke: rgba(102, 102, 102, 0.5);
  }
  .index-about .text.l .p1 {
    font-size: 20px;
  }
  .index-about .text.l .p2 {
    font-size: 14px;
  }
  .index-about .text.l .jia:before,
  .index-about .text.l .jia:after {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .index-about .text.r {
    position: relative;
    right: auto;
    left: auto;
    width: calc(100% - 5% - 140px - 2em);
    margin-left: 0;
    margin-top: 5.20833333vw;
  }
  .index-about .text.r .info {
    height: auto;
    line-height: 1.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 7em;
    padding-bottom: 0;
    margin-bottom: 1em;
  }
  .index-about .text.r .down {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .index-about .text {
    float: none;
    width: 100% !important;
  }
  .index-about .text.l {
    margin-top: 0.6rem;
    padding-bottom: 0;
    padding-top: 0;
  }
  .index-about .text.l .circle {
    display: none;
  }
  .index-about .text.l .jia {
    display: none;
  }
  .index-about .text.l .p1,
  .index-about .text.l .p2 {
    display: inline;
    line-height: 1;
  }
  .index-about .text.l .p2 {
    margin-left: 5px;
  }
  .index-about .text.l .p2:before {
    content: "/ ";
  }
  .index-about .text.r {
    margin-top: 0.4rem;
    padding-bottom: 0;
  }
  .index-about .text.r .info {
    margin-bottom: 0;
  }
}
.index-about-switch {
  z-index: 1;
  position: relative;
  width: 36.45833333vw;
  height: 31.25vw;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.index-about-switch .shade {
  position: absolute;
  left: 0;
  top: 0;
}
.index-about-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #eee;
}
.index-about-switch .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}
.index-about-switch .item .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  z-index: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.index-about-switch .item .txt:after {
  display: none;
}
.index-about-switch .item .txt .col {
  padding: 0.78125vw 1.5625vw;
  max-width: 33.33%;
  color: #fff;
  text-align: center;
}
.index-about-switch .item .txt .col .en {
  margin-top: 5px;
  font-size: 14px;
  opacity: .5;
}
.index-about-switch .item.moveItem {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .index-about-switch {
    width: 100%;
    height: 0;
    padding-bottom: 85.71428571%;
  }
}
.index-open {
  position: relative;
  z-index: 2;
  padding-top: 4.6875vw;
  padding-bottom: 4.6875vw;
}
.index-open .pics {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.index-open .pics .pos {
  position: absolute;
  background-color: #f1f1f1;
}
.index-open .pics .pos.pos1 {
  left: 0;
  bottom: 5.20833333vw;
  width: 17.70833333vw;
  height: 25.52083333vw;
}
.index-open .pics .pos.pos1 .pic {
  height: 0;
  padding-bottom: 144.11764706%;
}
.index-open .pics .pos.pos1:after {
  content: " ";
  position: absolute;
  left: 100%;
  top: 0%;
  margin-left: -1.35416667vw;
  margin-top: -2.29166667vw;
  width: 2.70833333vw;
  height: 10.52083333vw;
  background-color: #deb792;
  z-index: 9;
}
.index-open .pics .pos.pos2 {
  right: 0;
  bottom: 2.08333333vw;
  width: 21.35416667vw;
  height: 17.1875vw;
}
.index-open .pics .pos.pos2 .pic {
  height: 0;
  padding-bottom: 80.48780488%;
}
.index-open .pics .pos .pic {
  width: 100%;
  background-image: none;
}
.index-open .pics .pos .masker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  visibility: hidden;
}
.index-open .pics .pos.AniStart .masker {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.index-open .pics .pos.AniStart.pos1:after {
  margin-top: 20%;
}
.index-open .pics .pos.AniDid .masker {
  -webkit-transition: all 400ms ease-in 0s;
  transition: all 400ms ease-in 0s;
}
.index-open .pics .pos.AniDid.pos1 .masker {
  height: 0;
  top: 100%;
}
.index-open .pics .pos.AniDid.pos1:after {
  margin-top: -2.29166667vw;
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.index-open .pics .pos.AniDid.pos2 .masker {
  width: 0;
  left: 100%;
}
.index-open .text {
  width: 36.45833333vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: rgba(102, 102, 102, 0.7);
}
.index-open .text .dt {
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
  font-size: 3.125vw;
  color: #6b5547;
  line-height: 1.5em;
}
.index-open .text .dd {
  margin-top: 3.125vw;
}
@media screen and (max-width: 1024px) {
  .index-open {
    padding-top: 0;
  }
  .index-open .pics {
    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;
    height: auto;
    pointer-events: normal;
  }
  .index-open .pics:after {
    display: none;
  }
  .index-open .pics .pos {
    position: relative;
    height: auto !important;
  }
  .index-open .pics .pos.pos1 {
    width: 42%;
    bottom: 0;
  }
  .index-open .pics .pos.pos2 {
    width: 56%;
    top: 0;
  }
  .index-open .pics .pos:after {
    display: none;
  }
  .index-open .text {
    width: 100%;
    margin-top: 0.8rem;
  }
  .index-open .text .dd {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .index-open .text .dt {
    font-size: 4.53125vw;
  }
}
.index-cfc {
  background-color: #e8e6e5;
  padding-bottom: 5.20833333vw;
}
.index-cfc-marquee {
  padding-top: 4.16666667vw;
  padding-bottom: 4.16666667vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.index-cfc-marquee .shade {
  height: 4.16666667vw;
}
.index-cfc-marquee .box {
  white-space: nowrap;
  overflow: hidden;
}
.index-cfc-marquee .en {
  font-size: 4.16666667vw;
  display: inline-block;
  vertical-align: top;
  font-family: "baskvill", Arial, sans-serif;
  color: #6b5547;
  letter-spacing: .1em;
}
.index-cfc-rotateMove {
  position: relative;
  height: 42.70833333vw;
}
.index-cfc-rotateMove .item.moveItem.base {
  padding: 0;
  width: 0;
  height: 0;
  top: 21.35416667vw;
  left: 44.79166667vw;
  opacity: 0;
}
.index-cfc-rotateMove .item.moveItem.L2.pOn {
  padding: 0;
  width: 0;
  height: 0;
  top: 21.35416667vw;
  left: 11.97916667vw;
  opacity: 0;
}
.index-cfc-rotateMove .item.moveItem.L2.pOn .txt {
  font-size: 0;
  opacity: 0;
}
.index-cfc-rotateMove .item.moveItem.L2.pOn .wrapIn:after {
  height: 0;
}
.index-cfc-rotateMove .item.moveItem.L1.pOn {
  padding: 0;
  width: 23.95833333vw;
  height: 36.45833333vw;
  top: 0;
  left: 5.20833333vw;
  opacity: 1;
}
.index-cfc-rotateMove .item.moveItem.L0 {
  padding: 0;
  width: 23.95833333vw;
  height: 36.45833333vw;
  top: 6.25vw;
  left: 32.8125vw;
  opacity: 1;
}
.index-cfc-rotateMove .item.moveItem.L1.nOn {
  padding: 0;
  width: 23.95833333vw;
  height: 36.45833333vw;
  top: 0;
  left: 60.41666667vw;
  opacity: 1;
}
.index-cfc-rotateMove .item.moveItem.L2.nOn {
  padding: 0;
  width: 0;
  height: 0;
  top: 21.35416667vw;
  left: 77.60416667vw;
  opacity: 0;
}
.index-cfc-rotateMove .item.moveItem.L2.nOn .txt {
  font-size: 0;
  opacity: 0;
}
.index-cfc-rotateMove .item.moveItem.L2.nOn .wrapIn:after {
  height: 0;
}
.index-cfc-rotateMove .shade {
  left: 50%;
  width: 89.58333333vw;
  margin-left: -44.79166667vw;
}
.index-cfc-rotateMove .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;
}
.index-cfc-rotateMove .box {
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out 450ms;
  transition: opacity 250ms ease-out 450ms;
}
.index-cfc-rotateMove._loaded .shade:before {
  -webkit-transition: all 250ms ease-out 400ms;
  transition: all 250ms ease-out 400ms;
  opacity: 0;
  visibility: hidden;
}
.index-cfc-rotateMove._loaded .box {
  opacity: 1;
}
.index-cfc-rotateMove .ysqMoveBox {
  position: relative;
  z-index: 1;
  height: 100%;
  white-space: nowrap;
}
.index-cfc-rotateMove .shade {
  overflow: visible;
}
.index-cfc-rotateMove .item {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  width: 33%;
  height: 42.70833333vw;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 6px 14.1px 0.9px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 14.1px 0.9px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
  transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
}
.index-cfc-rotateMove .item.moveItem {
  position: absolute;
  left: 0;
  top: 0;
}
.index-cfc-rotateMove .item .wrapIn {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-cfc-rotateMove .item .wrapIn:after {
  content: "";
  z-index: 6;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  background-image: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.01176) 100%);
}
.index-cfc-rotateMove .item .wrapIn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
  background-color: #deb792;
}
.index-cfc-rotateMove .item .wrapIn.AniStart:before {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.index-cfc-rotateMove .item .wrapIn.AniDid:before {
  -webkit-transition: all 400ms ease-in 0s;
  transition: all 400ms ease-in 0s;
}
.index-cfc-rotateMove .item .wrapIn.AniDid:before {
  height: 0;
  top: 100%;
}
.index-cfc-rotateMove .item:nth-child(2n+1) .wrapIn:before {
  background-color: #b7cbdf;
  top: auto;
  bottom: 0;
}
.index-cfc-rotateMove .item:nth-child(2n+1) .wrapIn.AniDid:before {
  height: 0;
  bottom: 100%;
}
.index-cfc-rotateMove .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.index-cfc-rotateMove .item .txt {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  right: 0.5rem;
  color: #deb792;
  z-index: 8;
  text-align: center;
  white-space: nowrap;
  font-size: 2.5vw;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  line-height: 1.4;
}
.index-cfc-rotateMove .item .txt .en {
  font-size: 1em;
  font-family: "baskvill", Arial, sans-serif;
  text-transform: uppercase;
}
.index-cfc-rotateMove .item .txt .cn {
  font-size: .5em;
  letter-spacing: .2em;
}
.index-cfc-rotateMove .item:hover .txt {
  bottom: 0.9rem;
}
@media screen and (max-width: 1024px) {
  .index-cfc-rotateMove {
    width: 100%;
    max-width: 100%;
    height: 46.875vw;
  }
  .index-cfc-rotateMove .shade {
    width: 93.75vw;
    margin-left: -46.875vw;
  }
  .index-cfc-rotateMove .item.moveItem.base {
    width: 0;
    height: 0;
    top: 23.4375vw;
    left: 46.875vw;
  }
  .index-cfc-rotateMove .item.moveItem.L2.pOn {
    width: 0;
    height: 0;
    top: 23.4375vw;
    left: 13.77604167vw;
  }
  .index-cfc-rotateMove .item.moveItem.L1.pOn {
    width: 27.55208333vw;
    height: 41.92708333vw;
    top: 0;
    left: 3.125vw;
  }
  .index-cfc-rotateMove .item.moveItem.L0 {
    width: 27.55208333vw;
    height: 41.92708333vw;
    top: 4.94791667vw;
    left: 33.09895833vw;
  }
  .index-cfc-rotateMove .item.moveItem.L1.nOn {
    width: 27.55208333vw;
    height: 41.92708333vw;
    top: 0;
    left: 63.07291667vw;
  }
  .index-cfc-rotateMove .item.moveItem.L2.nOn {
    width: 0;
    height: 0;
    top: 23.4375vw;
    left: 79.97395833vw;
  }
}
@media screen and (max-width: 640px) {
  .index-cfc-rotateMove {
    height: 54.6875vw;
  }
  .index-cfc-rotateMove .shade {
    width: 93.75vw;
    margin-left: -46.875vw;
  }
  .index-cfc-rotateMove .item.moveItem.base {
    width: 0;
    height: 0;
    top: 27.34375vw;
    left: 46.875vw;
  }
  .index-cfc-rotateMove .item.moveItem.L2.pOn {
    width: 0;
    height: 0;
    top: 27.34375vw;
    left: 13.77604167vw;
  }
  .index-cfc-rotateMove .item.moveItem.L1.pOn {
    width: 27.55208333vw;
    height: 41.92708333vw;
    top: 5.20833333vw;
    left: -1.04166667vw;
  }
  .index-cfc-rotateMove .item.moveItem.L0 {
    width: 35.9375vw;
    height: 54.6875vw;
    top: 0vw;
    left: 28.90625vw;
  }
  .index-cfc-rotateMove .item.moveItem.L1.nOn {
    width: 27.55208333vw;
    height: 41.92708333vw;
    top: 5.20833333vw;
    left: 67.23958333vw;
  }
  .index-cfc-rotateMove .item.moveItem.L2.nOn {
    width: 0;
    height: 0;
    top: 27.34375vw;
    left: 79.97395833vw;
  }
}
/* footer */
.footer {
  background-color: #fff;
  padding: 0.3rem 0;
  line-height: 1.5;
}
.footer,
.footer a {
  color: #6b5547;
}
.footer .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 .contain:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .footer .contain {
    display: block;
  }
}
.footer .logo {
  display: block;
  height: 80px;
}
.footer .logo img {
  height: 100%;
}
.footer .tel {
  padding-left: 24px;
  line-height: 20px;
  background-image: url(../images/icof-tel.png);
  background-size: auto;
  background-position: 0 1px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .footer {
    text-align: center;
    padding: 0.6rem 0;
  }
  .footer .logo {
    height: 64px;
  }
  .footer .copyrights {
    margin: 5px 0.4rem;
  }
}
/* sNews */
.sNews {
  padding: 3.64583333vw 0 5.72916667vw;
}
.sNews-marquee {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sNews-marquee:after {
  display: none;
}
.sNews-marquee .shade {
  max-height: 70.83333333vh;
  height: 13.6rem;
}
.sNews-marquee .box {
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.sNews-marquee .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin-right: 5.20833333vw;
  height: 100%;
}
.sNews-marquee .item .wrapIn {
  position: absolute;
  left: 0;
  width: 100%;
}
.sNews-marquee .item .wrapIn:after {
  content: " ";
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 36, 21, 0.7);
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sNews-marquee .item .wrapIn .pic {
  height: 0;
  padding-bottom: 143.11111111%;
}
.sNews-marquee .item .wrapIn .pic img {
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sNews-marquee .item .wrapIn .txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 6;
  font-size: 1.66666667vw;
  color: #fff;
}
.sNews-marquee .item .wrapIn .txt h3 {
  line-height: 1.5;
  white-space: normal;
  text-align: center;
}
.sNews-marquee .item .wrapIn .txt .arrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25%;
  width: 50px;
  height: 50px;
  background-image: url(../images/btns-newsItem.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sNews-marquee .paginationX1 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -2.86458333vw;
  margin-bottom: -12px;
}
@media screen and (min-width: 1025px) {
  .sNews-marquee .item:nth-child(4n+1) {
    width: 9rem;
  }
  .sNews-marquee .item:nth-child(4n+1) .wrapIn {
    bottom: 0;
  }
  .sNews-marquee .item:nth-child(4n+1) h3 {
    font-size: 1em;
  }
  .sNews-marquee .item:nth-child(4n+2) {
    width: 7.36rem;
  }
  .sNews-marquee .item:nth-child(4n+2) .wrapIn {
    bottom: 50%;
    -webkit-transform: translateY(55%);
            transform: translateY(55%);
  }
  .sNews-marquee .item:nth-child(4n+2) h3 {
    font-size: .8em;
  }
  .sNews-marquee .item:nth-child(4n+3) {
    width: 8.88rem;
  }
  .sNews-marquee .item:nth-child(4n+3) .wrapIn {
    top: 0;
  }
  .sNews-marquee .item:nth-child(4n+3) h3 {
    font-size: 1em;
  }
  .sNews-marquee .item:nth-child(4n+4) {
    width: 8.2rem;
  }
  .sNews-marquee .item:nth-child(4n+4) .wrapIn {
    bottom: 0;
  }
  .sNews-marquee .item:nth-child(4n+4) h3 {
    font-size: .95em;
  }
  .sNews-marquee .item .wrapIn .txt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 5%;
    -webkit-transform: scale(0) translate(0, -50%);
            transform: scale(0) translate(0, -50%);
    color: #fff;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
  }
  .sNews-marquee .item .wrapIn .txt .arrow {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .sNews-marquee .item .wrapIn:hover:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 1;
    visibility: visible;
  }
  .sNews-marquee .item .wrapIn:hover .pic img {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  .sNews-marquee .item .wrapIn:hover .txt {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translate(0, -50%);
            transform: scale(1) translate(0, -50%);
  }
  .sNews-marquee .item .wrapIn:hover .txt .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
}
@media screen and (max-width: 1024px) {
  .sNews-marquee .shade {
    height: 80vw;
    max-height: 100%;
    overflow: auto visible;
  }
  .sNews-marquee .box {
    position: relative !important;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .sNews-marquee .item {
    overflow: visible;
    margin-right: 15px;
  }
  .sNews-marquee .item:nth-child(1n+1) {
    width: 44vw;
  }
  .sNews-marquee .item:nth-child(1n+1) h3 {
    font-size: 1em;
  }
  .sNews-marquee .item:last-child {
    margin-right: 0;
  }
  .sNews-marquee .item .wrapIn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sNews-marquee .item .wrapIn .txt {
    padding: .5em;
    font-size: 16px;
    color: #6b5547;
  }
  .sNews-marquee .item .wrapIn .txt .arrow {
    display: none;
  }
  .sNews-marquee .paginationX1 {
    bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .sNews-marquee .shade {
    height: 90vw ;
    padding-bottom: 60px;
  }
  .sNews-marquee .item:nth-child(1n+1) {
    width: 60vw;
  }
}
.sNews-view {
  background-color: #f6f1eb;
  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;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sNews-view:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sNews-view {
    display: block;
  }
}
.sNews-view .left {
  position: relative;
  width: 66%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sNews-view .left .wrapIn {
  width: 100%;
  max-height: 80vh;
  padding: 5.20833333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sNews-view .left .close {
  position: absolute;
  top: 2.60416667vw;
  right: 5.20833333vw;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 80;
}
.sNews-view .left .close s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 40px;
  color: #8a7152;
  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 .sNews-view .left .close s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .sNews-view .left .close s:before,
.ysqUEO .sNews-view .left .close s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 5px;
  width: 40px;
  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 .sNews-view .left .close s:before {
  top: 9px;
  -webkit-transform: rotate(45deg) translate(8.07716447px, 0);
          transform: rotate(45deg) translate(8.07716447px, 0);
  top: 4px;
}
.ysqUEO .sNews-view .left .close s:after {
  bottom: 9px;
  -webkit-transform: rotate(-45deg) translate(8.07716447px, 0);
          transform: rotate(-45deg) translate(8.07716447px, 0);
  bottom: 4px;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .sNews-view .left .close s:before,
  .ysqUEO .sNews-view .left .close s:after {
    -webkit-transition: all 300ms ease-out 0ms;
    transition: all 300ms ease-out 0ms;
  }
  .sNews-view .left .close s:hover {
    color: #8a7152;
  }
}
@media screen and (max-width: 1024px) {
  .sNews-view .left .close s:active {
    color: #8a7152;
  }
}
.sNews-view .left .close s:hover {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.sNews-view .left .view-head {
  position: relative;
  padding-right: 80px;
}
.sNews-view .left .view-head h1 {
  color: #6b5547;
  line-height: 1.5;
}
.sNews-view .left .view-head .close {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.sNews-view .left .view-body {
  margin: 2.60416667vw 0;
  color: #6b5547;
  max-height: 41.66666667vh;
  overflow-y: auto;
  padding-right: 1.04166667vw;
}
.sNews-view .left .view-aside span {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
}
.sNews-view .left .view-aside span:nth-child(1n+2) {
  margin-left: 1.04166667vw;
}
.sNews-view .left .view-aside span .icoImg {
  margin-right: 10px;
}
.sNews-view .right {
  width: 34%;
  height: 100%;
}
.sNews-view .right .pic {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .sNews-view .left {
    width: 100%;
    height: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sNews-view .left .close s {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .sNews-view .left .wrapIn {
    max-height: 100%;
    padding: 6% 15px 4%;
  }
  .sNews-view .left .view-body {
    max-height: 30vh;
    margin: 0.8rem 0;
  }
  .sNews-view .left .view-aside .share {
    display: none;
  }
  .sNews-view .right {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
  }
}
@media screen and (max-width: 640px) {
  .sNews-view .left .view-head h1 {
    font-size: 20px;
  }
}
.sNews-view-page {
  padding-top: 0 !important;
}
.sNews-view-page .header {
  display: none;
}
.sNews-view-page .padWrap {
  height: 100vh !important;
}
/* sZoneBit */
.sZoneBit .contain {
  height: 100%;
  padding: 3.125vw 5.20833333vw;
  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;
}
.sZoneBit .contain:after {
  display: none;
}
@media screen and (max-width: 1440px) {
  .sZoneBit .contain {
    padding: 3.125vw 0;
  }
}
@media screen and (max-width: 1024px) {
  .sZoneBit .contain {
    min-height: 100%;
    height: auto;
  }
}
.sZoneBit-tab {
  position: relative;
  width: 100%;
  max-height: 100%;
}
.sZoneBit-tab .Tg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sZoneBit-tab .Tg .btn {
  position: relative;
  line-height: 1.5;
}
.sZoneBit-tab .Tg .btn .sdt {
  font-size: 1.66666667vw;
  color: #6b5547;
}
.sZoneBit-tab .Tg .btn .sdd {
  line-height: 2em;
  color: #666666;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sZoneBit-tab .Tt {
  position: relative;
}
.sZoneBit-tab .Tt .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sZoneBit-tab .Tt .box .pic {
  height: 0;
  padding-bottom: 94.73684211%;
  background-color: transparent;
}
.sZoneBit-tab .Tt .box .pic img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sZoneBit-tab .Tt .box.on {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
}
.sZoneBit-tab .paginationX1 {
  text-align: center;
  margin-top: 0.8rem;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .sZoneBit-tab .Tg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    padding-left: 10%;
  }
  .sZoneBit-tab .Tg .btn {
    display: block;
    height: 33.33%;
    white-space: nowrap;
  }
  .sZoneBit-tab .Tg .btn:nth-child(1n+2):before {
    content: " ";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    border-top: #a49077 solid 1px;
    border-bottom: #cdc0b1 solid 1px;
    opacity: .2;
    pointer-events: none;
  }
  .sZoneBit-tab .Tg .btn .vmbox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: right;
  }
  .sZoneBit-tab .Tg .btn .sdt {
    white-space: nowrap;
    padding-right: .45em;
  }
  .sZoneBit-tab .Tg .btn .sdd {
    margin-top: 0;
    height: 0;
  }
  .sZoneBit-tab .Tg .btn.on .sdd {
    height: 4em;
    margin-top: 0.5rem;
  }
  .sZoneBit-tab .Tt {
    width: 50%;
    padding-bottom: 47.36842105%;
  }
}
@media screen and (max-width: 1440px) {
  .sZoneBit-tab .Tg {
    padding-left: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .sZoneBit-tab .Tg {
    padding-left: 0;
  }
  .sZoneBit-tab .Tg .btn {
    display: none;
    text-align: center;
    white-space: nowrap;
  }
  .sZoneBit-tab .Tg .btn .sdt {
    font-size: 20px;
  }
  .sZoneBit-tab .Tg .btn .sdd {
    margin-top: 0.8rem;
    font-size: 14px;
    line-height: 1.75em;
  }
  .sZoneBit-tab .Tg .btn.on {
    display: block;
  }
  .sZoneBit-tab .Tt {
    margin-top: 0.8rem;
    padding-bottom: 85.26315789%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .sZoneBit-tab .Tg .btn .sdt {
    font-size: 18px;
  }
  .sZoneBit-tab .Tg .btn .sdd {
    font-size: 12px;
  }
}
/* sReception */
@media screen and (max-width: 1024px) {
  .sReception {
    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;
  }
  .sReception:after {
    display: none;
  }
  .sReception .sReception-rotateMove {
    padding-top: 5%;
    height: auto;
  }
}
.sReception-rotateMove {
  position: relative;
  height: 100%;
  width: 100%;
}
.sReception-rotateMove .item.moveItem.base {
  width: 0;
  height: 0;
  top: 0;
  left: -55.20833333vw;
}
.sReception-rotateMove .item.moveItem.L2.pOn {
  width: 60.41666667vw;
  height: 100%;
  top: 0;
  left: -100%;
}
.sReception-rotateMove .item.moveItem.L1.pOn {
  width: 60.41666667vw;
  height: 100%;
  top: 0;
  left: -55.20833333vw;
}
.sReception-rotateMove .item.moveItem.L0 {
  width: 60.41666667vw;
  height: 100%;
  top: 0;
  left: 39.58333333vw;
  -webkit-transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
  transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
}
.sReception-rotateMove .item.moveItem.L1.nOn {
  width: 60.41666667vw;
  height: 100%;
  top: 0;
  left: 100%;
}
.sReception-rotateMove .item.moveItem.L2.nOn {
  width: 0;
  height: 0;
  top: 0;
  left: 100%;
}
.sReception-rotateMove .shade {
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.sReception-rotateMove .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;
  background-color: #f1f1f1;
}
.sReception-rotateMove .box {
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out 450ms;
  transition: opacity 250ms ease-out 450ms;
}
.sReception-rotateMove._loaded .shade:before {
  -webkit-transition: all 250ms ease-out 400ms;
  transition: all 250ms ease-out 400ms;
  opacity: 0;
  visibility: hidden;
}
.sReception-rotateMove._loaded .box {
  opacity: 1;
}
.sReception-rotateMove .ysqMoveBox {
  position: relative;
  z-index: 1;
  height: 100%;
  white-space: nowrap;
}
.sReception-rotateMove .shade {
  overflow: visible;
}
.sReception-rotateMove .item {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  width: 33%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
  transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
}
.sReception-rotateMove .item.moveItem {
  position: absolute;
  left: 0;
  top: 0;
}
.sReception-rotateMove .item .wrapIn {
  position: relative;
  width: 100%;
  height: 100%;
}
.sReception-rotateMove .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8% 0 0 0;
  background-color: transparent;
}
.sReception-rotateMove .text {
  position: absolute;
  left: 5.20833333vw;
  right: 60.41666667vw;
  top: 0;
  bottom: 0;
  z-index: 20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10vh;
  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;
  background-color: #f6f1eb;
}
.sReception-rotateMove .text:after {
  display: none;
}
.sReception-rotateMove .text .vmbox {
  padding: 7.8125vw 3.125vw 3.125vw 5.20833333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sReception-rotateMove .text .dt {
  font-size: 2.08333333vw;
  line-height: 1.1;
  color: #6b5547;
}
.sReception-rotateMove .text .dt .subtitle {
  color: #deb792;
  display: inline-block;
  vertical-align: top;
}
.sReception-rotateMove .text .dd {
  margin-top: 4.16666667vw;
  line-height: 2.2em;
}
.sReception-rotateMove .text .df {
  position: relative;
  margin-top: 4.16666667vw;
}
.sReception-rotateMove .text .df .pagination {
  margin-left: -4.16666667vw;
  padding: 2.08333333vw 4.16666667vw;
  width: 35.41666667vw;
  height: 7.29166667vw;
  border-radius: 1.5625vw 0 0 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  position: relative;
}
.sReception-rotateMove .text .df .pagination:after {
  display: none;
}
.sReception-rotateMove .text .df .pagination .btn {
  z-index: 2;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #6b5547;
  opacity: .5;
  width: 40px;
  height: 3.125vw;
  line-height: 3.125vw;
  font-size: 1.25vw;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  text-align: center;
}
.sReception-rotateMove .text .df .pagination .btn:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 50%;
  height: 2px;
  background-color: #6b5547;
  width: 0;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  pointer-events: none;
  z-index: -1;
}
.sReception-rotateMove .text .df .pagination .btn:after {
  content: ".";
}
.sReception-rotateMove .text .df .pagination .btn:nth-child(1n+2) {
  margin-left: 2.29166667vw;
}
.sReception-rotateMove .text .df .pagination .btn.on {
  opacity: 1;
}
.sReception-rotateMove .text .df .pagination .btn.on:before {
  width: 3.125vw;
}
.sReception-rotateMove .text .df .videoBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 33.85416667vw;
  width: 15.625vw;
  height: 7.29166667vw;
  overflow: hidden;
  border-radius: 0.2rem;
  border: #deb792 solid 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sReception-rotateMove .text .df .videoBtn:after {
  content: " ";
  z-index: 8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background-image: url(../images/btns-play.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: #ffffff solid 1px;
  border-radius: 50%;
}
.sReception-rotateMove .text .df .videoBtn .pic {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.sReception-rotateMove .text .df .videoBtn .pic:after {
  content: " ";
  z-index: 6;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.sReception-rotateMove .text .df .videoBtn:hover .pic:after {
  background-color: transparent;
}
.sReception-rotateMove .text .df.AniStart .videoBtn {
  -webkit-transition: all 0ms ease-out 0ms;
  transition: all 0ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-30%, 0) scale(0.9);
          transform: translate(-30%, 0) scale(0.9);
}
.sReception-rotateMove .text .df.AniDid .videoBtn {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
@media screen and (max-width: 1024px) {
  .sReception-rotateMove .item.moveItem {
    will-change: transform;
  }
  .sReception-rotateMove .item.moveItem.base {
    width: 0;
    height: 0;
    top: 0;
    left: -82vw;
  }
  .sReception-rotateMove .item.moveItem.L2.pOn {
    width: 88vw;
    height: 100%;
    top: 0;
    left: -100%;
  }
  .sReception-rotateMove .item.moveItem.L1.pOn {
    width: 88vw;
    height: 100%;
    top: 0;
    left: -82vw;
  }
  .sReception-rotateMove .item.moveItem.L0 {
    width: 88vw;
    height: 100%;
    top: 0;
    left: 12vw;
  }
  .sReception-rotateMove .item.moveItem.L1.nOn {
    width: 88vw;
    height: 100%;
    top: 0;
    left: 100%;
  }
  .sReception-rotateMove .item.moveItem.L2.nOn {
    width: 0;
    height: 0;
    top: 0;
    left: 100%;
  }
  .sReception-rotateMove .shade {
    height: 0;
    padding-bottom: 56.25%;
  }
  .sReception-rotateMove .text {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.2rem;
    display: block;
    padding-bottom: 1.6rem;
  }
  .sReception-rotateMove .text .vmbox {
    padding: 0;
  }
  .sReception-rotateMove .text .dt {
    font-size: 20px;
    text-align: center;
  }
  .sReception-rotateMove .text .dd {
    margin-top: 0.6rem;
    line-height: 1.75em;
  }
  .sReception-rotateMove .text .df {
    margin-top: 1rem;
  }
  .sReception-rotateMove .text .df .pagination {
    margin-left: 0;
    padding: 0.8rem 1.2rem;
    width: 100%;
    height: auto;
    border-radius: 1.5625vw 0 0 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sReception-rotateMove .text .df .pagination:after {
    display: none;
  }
  .sReception-rotateMove .text .df .pagination .btn {
    font-size: 16px;
  }
  .sReception-rotateMove .text .df .pagination .btn:before {
    right: 0;
  }
  .sReception-rotateMove .text .df .pagination .btn.on:before {
    width: 100%;
  }
  .sReception-rotateMove .text .df .videoBtn {
    display: none;
  }
}
/* sAbout */
.sAbout-page {
  background-color: #a7a6aa ;
  background-image: url(../images/bgs-about.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sAbout-page .padWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 3.125vw 8.33333333vw 0;
}
.sAbout-page .padWrap:after {
  display: none;
}
.sAbout-page .header .firNav {
  display: none;
}
.sAbout-page .header .menuBtn {
  color: #fff;
}
.sAbout-page .header .menuBtn s:before,
.sAbout-page .header .menuBtn s:after {
  background-color: #fff;
}
.sAbout-wrap .wrapIn {
  padding: 5.20833333vw 3.125vw;
  background-color: rgba(255, 255, 255, 0.7);
  width: 64.58333333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #6b5547;
}
.sAbout-wrap .dt {
  font-size: 2.08333333vw;
  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;
}
.sAbout-wrap .dt:after {
  display: none;
}
.sAbout-wrap .dt .en {
  font-family: "impact", Arial, sans-serif;
  font-size: 1.1em;
}
.sAbout-wrap .dt .cn {
  margin-left: 0.6rem;
  font-size: 1em;
}
.sAbout-wrap .dd {
  margin-top: 0.8rem;
  font-size: 1.04166667vw;
  line-height: 2;
}
.sAbout-wrap .df {
  margin-top: 0.8rem;
  line-height: 1.5;
}
.sAbout-wrap .df .link {
  color: #6b5547;
  display: inline-block;
  vertical-align: top;
}
.sAbout-wrap .df .link:nth-child(1n+2) {
  margin-left: 2.08333333vw;
}
@media screen and (min-width: 1025px) {
  .sAbout-wrap .df .link:hover {
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  .sAbout-wrap .df .link:active {
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  .sAbout-wrap .wrapIn {
    width: 100%;
  }
  .sAbout-wrap .dt {
    font-size: 20px;
  }
  .sAbout-wrap .dd {
    font-size: 14px;
    line-height: 1.75;
  }
  .sAbout-wrap .df .link {
    display: block;
  }
  .sAbout-wrap .df .link:nth-child(1n+2) {
    margin-left: 0;
    margin-top: 0.4rem;
  }
}
/* sIndustry */
.sIndustry {
  min-height: 500px;
}
.sIndustry-rotateMove {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sIndustry-rotateMove .item.moveItem.base {
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
}
.sIndustry-rotateMove .item.moveItem.L2.pOn {
  width: 0;
  height: 0;
  top: 50%;
  left: -150%;
}
.sIndustry-rotateMove .item.moveItem.L1.pOn {
  width: 33.85416667vw;
  height: 100%;
  top: 0;
  padding-top: 8.33333333vh;
  left: -23.4375vw;
}
.sIndustry-rotateMove .item.moveItem.L0 {
  width: 62.5vw;
  height: 100%;
  top: 0;
  left: 18.75vw;
  -webkit-transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
  transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
}
.sIndustry-rotateMove .item.moveItem.L1.nOn {
  width: 33.85416667vw;
  height: 100%;
  top: 0;
  padding-top: 12.5vh;
  left: 89.58333333vw;
}
.sIndustry-rotateMove .item.moveItem.L2.nOn {
  width: 0;
  height: 0;
  top: 50%;
  left: 150%;
}
.sIndustry-rotateMove .shade {
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.sIndustry-rotateMove .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;
  background-color: #f1f1f1;
}
.sIndustry-rotateMove .box {
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out 450ms;
  transition: opacity 250ms ease-out 450ms;
}
.sIndustry-rotateMove._loaded .shade:before {
  -webkit-transition: all 250ms ease-out 400ms;
  transition: all 250ms ease-out 400ms;
  opacity: 0;
  visibility: hidden;
}
.sIndustry-rotateMove._loaded .box {
  opacity: 1;
}
.sIndustry-rotateMove .ysqMoveBox {
  position: relative;
  z-index: 1;
  height: 100%;
  white-space: nowrap;
}
.sIndustry-rotateMove .shade {
  overflow: visible;
}
.sIndustry-rotateMove .item {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  width: 33%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
  transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sIndustry-rotateMove .item:after {
  display: none;
}
.sIndustry-rotateMove .item.moveItem {
  position: absolute;
  left: 0;
  top: 0;
}
.sIndustry-rotateMove .item .wrapIn {
  position: relative;
  height: 100%;
  width: 100%;
  height: auto;
}
.sIndustry-rotateMove .item .pic {
  height: 0;
  padding-bottom: 45.33333333%;
  background-color: transparent;
}
.sIndustry-rotateMove .item .txt {
  padding: 2.08333333vw;
}
.sIndustry-rotateMove .item .txt .dt {
  font-size: 2.5vw;
  text-align: center;
  color: #6b5547;
}
.sIndustry-rotateMove .item .txt .dt br {
  display: none;
}
.sIndustry-rotateMove .item .txt .dt .en,
.sIndustry-rotateMove .item .txt .dt .cn {
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sIndustry-rotateMove .item .txt .dt .en {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "baskvill", Arial, sans-serif;
  line-height: 1.1;
}
.sIndustry-rotateMove .item .txt .dt .cn {
  margin-top: .75em;
  font-size: .5em;
}
.sIndustry-rotateMove .item .txt .dd {
  margin-top: 0.6rem;
  color: rgba(102, 102, 102, 0.7);
  line-height: 1.5;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: normal;
  max-width: 33.33333333vw;
  min-width: 10rem;
  height: 0 ;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  overflow: hidden;
}
.sIndustry-rotateMove .item .link {
  display: none;
}
.sIndustry-rotateMove .item.on .link {
  display: block;
}
.sIndustry-rotateMove .item.on .txt .dt .en {
  letter-spacing: .05em;
  padding-left: .05em;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.sIndustry-rotateMove .item.on .txt .dt .cn {
  letter-spacing: .25em;
  padding-left: .25em;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.sIndustry-rotateMove .item.on .txt .dd {
  height: 4.5em;
  -webkit-transition: all 300ms linear 300ms;
  transition: all 300ms linear 300ms;
}
.sIndustry-rotateMove #mouseDiv {
  position: fixed;
  z-index: 30;
  -webkit-transition: all 300ms,left 0ms,top 0ms,width 250ms 100ms,height 250ms 100ms;
  transition: all 300ms,left 0ms,top 0ms,width 250ms 100ms,height 250ms 100ms;
  background-color: #deb792;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  pointer-events: none;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sIndustry-rotateMove #mouseDiv:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/btns-cy.png);
  background-size: 0.64rem auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.sIndustry-rotateMove #mouseDiv s {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.sIndustry-rotateMove #mouseDiv s:before,
.sIndustry-rotateMove #mouseDiv s:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/arrows-cy.png);
  background-size: 0.32rem auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sIndustry-rotateMove #mouseDiv s:before {
  -webkit-transform: rotate(-180deg) translateX(-50%);
          transform: rotate(-180deg) translateX(-50%);
}
.sIndustry-rotateMove #mouseDiv s:after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sIndustry-rotateMove #mouseDiv._prev s:before {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sIndustry-rotateMove #mouseDiv._next s:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.sIndustry-rotateMove #mouseDiv._hide {
  width: 0;
  height: 0;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sIndustry-rotateMove #mouseDiv.link {
  background-color: rgba(0, 0, 0, 0.5);
  width: 1.6rem;
  height: 1.6rem;
}
.sIndustry-rotateMove #mouseDiv.link:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
@media screen and (min-width: 1025px) {
  .sIndustry-rotateMove,
  .sIndustry-rotateMove * {
    cursor: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .sIndustry-rotateMove .item.moveItem.base {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }
  .sIndustry-rotateMove .item.moveItem.L2.pOn {
    width: 0;
    height: 0;
    top: 50%;
    left: -150%;
  }
  .sIndustry-rotateMove .item.moveItem.L1.pOn {
    width: 64vw;
    height: 100%;
    top: 0;
    padding-top: 4.16666667vw;
    left: -58.66666667vw;
  }
  .sIndustry-rotateMove .item.moveItem.L0 {
    width: 80vw;
    height: 100%;
    top: 0;
    left: 10vw;
  }
  .sIndustry-rotateMove .item.moveItem.L1.nOn {
    width: 64vw;
    height: 100%;
    top: 0;
    padding-top: 6.25vw;
    left: 94.66666667vw;
  }
  .sIndustry-rotateMove .item.moveItem.L2.nOn {
    width: 0;
    height: 0;
    top: 50%;
    left: 150%;
  }
  .sIndustry-rotateMove .item .txt {
    padding: 0;
    margin-top: 0.8rem;
  }
  .sIndustry-rotateMove .item .txt .dt br {
    display: block;
  }
  .sIndustry-rotateMove .item .txt .dt .en {
    font-size: 24px;
  }
  .sIndustry-rotateMove .item .txt .dt .cn {
    margin-top: 5px;
    font-size: 16px;
  }
  .sIndustry-rotateMove .item .txt .dd {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sIndustry-rotateMove .item .link {
    display: block;
    background-image: url(../images/btns-cy.png);
    background-size: 24px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
  }
  .sIndustry-rotateMove .item.on .link {
    -webkit-transition: all 250ms ease-out 200ms;
    transition: all 250ms ease-out 200ms;
    opacity: 1;
    visibility: visible;
  }
  .sIndustry-rotateMove .item.on .txt .dd {
    height: 6em;
  }
}
.sIndustry-rotateMove.skin-news .en {
  display: none;
}
.sIndustry-rotateMove.skin-news .cn {
  margin-top: 0 !important;
  font-size: .6em !important;
  font-weight: bold;
}
.sIndustry-rotateMove.skin-news .dd {
  margin-top: .4rem !important;
  width: 80% !important;
  max-width: 100% !important;
  line-height: 1.75em !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  max-height: 3.5em !important;
}
.sIndustry-rotateMove.skin-news .item.on .cn {
  letter-spacing: .15em !important;
  padding-left: .15em !important;
}
.sIndustry-rotateMove.skin-news .item.on .dd {
  height: 3.5em !important;
}
/* sRealty */
@media screen and (max-width: 1024px) {
  .sRealty {
    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;
  }
  .sRealty:after {
    display: none;
  }
}
.sRealty .bg {
  left: -6.25vw;
  bottom: -1.04166667vw;
  top: 2.60416667vw;
  width: 95.83333333vw;
  height: auto;
  border-radius: 5.20833333vw;
  background-color: #fdfcfb;
  background-image: url(../images/bgs-fdc.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 11px 24.3px 2.7px rgba(30, 30, 30, 0.03);
          box-shadow: 0px 11px 24.3px 2.7px rgba(30, 30, 30, 0.03);
}
.sRealty .bg .txt {
  position: absolute;
  right: 4.6875vw;
  top: 50%;
  -webkit-transform: rotate(90deg) translate(45%, 65%);
          transform: rotate(90deg) translate(45%, 65%);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  text-transform: uppercase;
  font-family: "baskvill", Arial, sans-serif;
  color: rgba(107, 85, 71, 0.5);
  letter-spacing: .05em;
  font-size: 1.5625vw;
}
@media screen and (max-width: 1440px) {
  .sRealty .bg .txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .sRealty .bg {
    left: -50vw;
    width: 150vw;
    bottom: 0;
  }
  .sRealty .bg .txt {
    font-size: 18px;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100vw;
    top: auto;
    bottom: 5%;
    left: 50vw;
    text-align: center;
  }
}
.sRealty-tab {
  z-index: 3;
  position: relative;
  overflow: hidden;
  padding: 2.60416667vw 20.83333333vw 0 10.41666667vw;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sRealty-tab:after {
  display: none;
}
.sRealty-tab .Tg {
  width: 20.83333333vw;
}
.sRealty-tab .Tg .btn {
  position: relative;
  display: block;
  color: #6b5547;
  letter-spacing: .3em;
  padding: 3.125vw 0 3.125vw 1.3em;
}
.sRealty-tab .Tg .btn:nth-child(1n+2) {
  border-top: rgba(107, 85, 71, 0.2) solid 1px;
}
.sRealty-tab .Tg .btn:before,
.sRealty-tab .Tg .btn:after {
  content: " ";
  position: absolute;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sRealty-tab .Tg .btn:before {
  left: .6em;
  background-color: #6b5547;
}
.sRealty-tab .Tg .btn:after {
  left: 1em;
  background-color: rgba(107, 85, 71, 0.2);
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.sRealty-tab .Tg .btn.on {
  font-weight: bold;
}
.sRealty-tab .Tg .btn.on:before {
  width: 6px;
  height: 6px;
}
.sRealty-tab .Tg .btn.on:after {
  width: 2em;
  height: 2em;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sRealty-tab .Tt {
  height: 100%;
  width: 44.27083333vw;
}
.sRealty-tab .Tt > .box {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .sRealty-tab {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sRealty-tab .Tg {
    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;
    width: 100%;
  }
  .sRealty-tab .Tg:after {
    display: none;
  }
  .sRealty-tab .Tg .btn {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    font-size: 16px;
  }
  .sRealty-tab .Tg .btn:nth-child(1n+2) {
    border-top: none;
    margin-left: 10%;
  }
  .sRealty-tab .Tt {
    height: auto;
    width: calc(100% - 30px);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
  }
  .sRealty-tab .Tt > .box {
    height: auto;
  }
}
.sRealty-rotateMove {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sRealty-rotateMove .item.moveItem.base {
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
}
.sRealty-rotateMove .item.moveItem.L2.pOn {
  width: 0;
  height: 0;
  top: 50%;
  left: 8.33333333vw;
}
.sRealty-rotateMove .item.moveItem.L1.pOn {
  width: 16.66666667vw;
  height: 80%;
  top: 10%;
  left: 0;
}
.sRealty-rotateMove .item.moveItem.L0 {
  width: 21.875vw;
  height: 100%;
  top: 0;
  left: 11.19791667vw;
  -webkit-transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
  transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
}
.sRealty-rotateMove .item.moveItem.L1.nOn {
  width: 16.66666667vw;
  height: 80%;
  top: 10%;
  left: 27.60416667vw;
}
.sRealty-rotateMove .item.moveItem.L2.nOn {
  width: 0;
  height: 0;
  top: 50%;
  left: 35.9375vw;
}
.sRealty-rotateMove .shade {
  left: 50%;
  width: 44.27083333vw;
  margin-left: -22.13541667vw;
}
.sRealty-rotateMove .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;
  background-color: transparent;
}
.sRealty-rotateMove .box {
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out 450ms;
  transition: opacity 250ms ease-out 450ms;
  overflow: visible;
}
.sRealty-rotateMove._loaded .shade:before {
  -webkit-transition: all 250ms ease-out 400ms;
  transition: all 250ms ease-out 400ms;
  opacity: 0;
  visibility: hidden;
}
.sRealty-rotateMove._loaded .box {
  opacity: 1;
}
.sRealty-rotateMove .ysqMoveBox {
  position: relative;
  z-index: 1;
  height: 100%;
  white-space: nowrap;
}
.sRealty-rotateMove .shade {
  overflow: visible;
}
.sRealty-rotateMove .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
  transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sRealty-rotateMove .item:after {
  display: none;
}
.sRealty-rotateMove .item.moveItem {
  position: absolute;
  left: 0;
  top: 0;
}
.sRealty-rotateMove .item .wrapIn {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 0;
}
.sRealty-rotateMove .item .pic {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  width: 100%;
  height: 0;
  padding-bottom: 136.05769231%;
  border-radius: 0.4rem;
}
.sRealty-rotateMove .item h3 {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.25;
  text-align: center;
  color: #6b5547;
  -webkit-transition: all 100ms ease-out 0ms;
  transition: all 100ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sRealty-rotateMove .item .link {
  display: none;
}
.sRealty-rotateMove .item.on .link {
  display: block;
}
.sRealty-rotateMove .item.on h3 {
  -webkit-transition: all 250ms ease-out 400ms;
  transition: all 250ms ease-out 400ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
@media screen and (max-width: 1024px) {
  .sRealty-rotateMove {
    font-size: 100px;
  }
}
@media screen and (max-width: 749px) {
  .sRealty-rotateMove {
    font-size: 90px;
  }
}
@media screen and (max-width: 699px) {
  .sRealty-rotateMove {
    font-size: 85px;
  }
}
@media screen and (max-width: 649px) {
  .sRealty-rotateMove {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .sRealty-rotateMove {
    font-size: 75px;
  }
}
@media screen and (max-width: 549px) {
  .sRealty-rotateMove {
    font-size: 70px;
  }
}
@media screen and (max-width: 499px) {
  .sRealty-rotateMove {
    font-size: 65px;
  }
}
@media screen and (max-width: 449px) {
  .sRealty-rotateMove {
    font-size: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .sRealty-rotateMove {
    height: 5.4em;
    padding-bottom: 2rem;
  }
  .sRealty-rotateMove .item.moveItem.base {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }
  .sRealty-rotateMove .item.moveItem.L2.pOn {
    width: 0;
    height: 0;
    top: 50%;
    left: 1.3em;
  }
  .sRealty-rotateMove .item.moveItem.L1.pOn {
    width: 2.6em;
    height: 80%;
    top: 10% ;
    left: 0.2em;
  }
  .sRealty-rotateMove .item.moveItem.L0 {
    width: 3.8em;
    height: 100%;
    top: 0;
    left: 1.7em;
    -webkit-transition: all 488ms ease-out 0s, z-index 0ms ease-out 0s;
    transition: all 488ms ease-out 0s, z-index 0ms ease-out 0s;
  }
  .sRealty-rotateMove .item.moveItem.L1.nOn {
    width: 2.6em;
    height: 80%;
    top: 10% ;
    left: 4.4em;
  }
  .sRealty-rotateMove .item.moveItem.L2.nOn {
    width: 0;
    height: 0;
    top: 50%;
    left: 5.9em;
  }
  .sRealty-rotateMove .shade {
    left: 50%;
    width: 7.2em;
    margin-left: -3.6em;
  }
}
