@charset "utf-8";
/*!  Project : 四川省郫县豆瓣股份有限公司
    +---------style.css----------+
    |                            |
    |    Author  |  yeshiqiu     |
    |    Q__Q    |  337676937    |
    |    Addr    |  SC_Chengdu   |
    |    Date    |  2019.12.10   |
    |                            |
    +--!-_-!--------------!-_-!--+
*/
.pa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pr100 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fzsX {
  font-size: 100px;
}
@media screen and (max-width: 675px) {
  .fzsX {
    font-size: 90px;
  }
}
@media screen and (max-width: 600px) {
  .fzsX {
    font-size: 80px;
  }
}
@media screen and (max-width: 525px) {
  .fzsX {
    font-size: 70px;
  }
}
@media screen and (max-width: 450px) {
  .fzsX {
    font-size: 60px;
  }
}
@media screen and (max-width: 400px) {
  .fzsX {
    font-size: 50px;
  }
}
.bgf {
  background-color: #fff;
}
.bgf1 {
  background-color: #f1f1f1;
}
.bgf5 {
  background-color: #f5f5f5;
}
.bge {
  background-color: #eee;
}
@-webkit-keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
            clip-path: inset(0 50% round 0);
  }
  100% {
    -webkit-clip-path: inset(0% round 0);
            clip-path: inset(0% round 0);
  }
}
@keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
            clip-path: inset(0 50% round 0);
  }
  100% {
    -webkit-clip-path: inset(0% round 0);
            clip-path: inset(0% round 0);
  }
}
@-webkit-keyframes fadeInRightm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRightm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightm {
  -webkit-animation-name: fadeInRightm;
          animation-name: fadeInRightm;
}
@-webkit-keyframes fadeInLeftm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeftm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftm {
  -webkit-animation-name: fadeInLeftm;
          animation-name: fadeInLeftm;
}
@-webkit-keyframes fadeInUpm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpm {
  -webkit-animation-name: fadeInUpm;
          animation-name: fadeInUpm;
}
@-webkit-keyframes fadeInDownm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownm {
  -webkit-animation-name: fadeInDownm;
          animation-name: fadeInDownm;
}
@-webkit-keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInRightm {
  -webkit-animation-name: slideInRightm;
          animation-name: slideInRightm;
}
@-webkit-keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInLeftm {
  -webkit-animation-name: slideInLeftm;
          animation-name: slideInLeftm;
}
@-webkit-keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInUpm {
  -webkit-animation-name: slideInUpm;
          animation-name: slideInUpm;
}
@-webkit-keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.slideInDownm {
  -webkit-animation-name: slideInDownm;
          animation-name: slideInDownm;
}
@-webkit-keyframes fadeIns {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIns {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
.fadeIns {
  -webkit-animation-name: fadeIns;
          animation-name: fadeIns;
}
@-webkit-keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes dotShake {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
            transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }
  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
            transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }
  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
            transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
            transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
            transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.dotShake {
  -webkit-animation-name: dotShake;
          animation-name: dotShake;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotate360 {
  -webkit-animation-name: rotate360;
          animation-name: rotate360;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInYm {
  -webkit-animation-name: rotateInYm;
          animation-name: rotateInYm;
}
@-webkit-keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
@keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
.AniStriking {
  -webkit-animation-name: AniStriking;
          animation-name: AniStriking;
}
@-webkit-keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.AniOpStriking {
  -webkit-animation-name: AniOpStriking;
          animation-name: AniOpStriking;
}
@-webkit-keyframes AniShiny {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes AniShiny {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.AniShiny {
  -webkit-animation-name: AniShiny;
          animation-name: AniShiny;
}
@-webkit-keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
@keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
.animateStay {
  -webkit-animation-name: animateStay;
          animation-name: animateStay;
}
@-webkit-keyframes AniNone {
  0,
  100% {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes AniNone {
  0,
  100% {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}
.AniNone {
  -webkit-animation-name: AniNone;
          animation-name: AniNone;
  opacity: 1;
}
@-webkit-keyframes AniCalmdown {
  
}
@keyframes AniCalmdown {
  
}
.AniCalmdown {
  -webkit-animation-name: AniCalmdown;
          animation-name: AniCalmdown;
  -webkit-animation-duration: .5s !important;
          animation-duration: .5s !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
/* baseCss */
.en {
  word-break: keep-all;
}
.tdu {
  text-decoration: underline;
}
.oh {
  position: relative;
  overflow: hidden;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
.dib {
  display: inline-block;
  vertical-align: top;
}
.vab {
  vertical-align: bottom;
}
.vam {
  vertical-align: middle;
}
.vat {
  vertical-align: top;
}
.unsel,
.dct {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.insel {
  -webkit-user-select: normal ;
     -moz-user-select: normal ;
      -ms-user-select: normal ;
          user-select: normal ;
}
.op0 {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.op1 {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}
.tapList .link {
  display: block;
}
.lhd5 {
  height: .5em;
}
.reject {
  cursor: not-allowed;
}
.poss {
  position: static !important;
}
.ts {
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.tsn {
  -webkit-transition: none !important;
  transition: none !important;
}
.emptyList {
  text-align: center;
  font-size: 120%;
  background-color: #f5f5f5;
  color: #222;
  font-weight: bold;
}
.hidePoint {
  position: absolute;
  height: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}
.viewport {
  position: relative;
  font-size: 0;
}
.pc .viewport {
  overflow: hidden;
}
.wap .oScroll {
  overflow: auto;
}
.hScroll {
  width: 100%;
  white-space: nowrap;
}
.hScroll .scrollBox,
.hScroll .overview {
  display: inline-block;
  vertical-align: top;
}
.wap .hScroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.vScroll {
  height: 100%;
}
.wap .vScroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.invisible {
  visibility: hidden;
  position: absolute !important;
  z-index: -1;
}
.ensp {
  display: inline-block;
  vertical-align: middle;
  width: .5em;
  height: 1px;
}
.cnsp {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1px;
}
.pa100.link {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 8;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.pa4 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bgct {
  background-color: transparent !important;
}
.enter,
.reset {
  position: relative;
  overflow: hidden;
}
.enter .iptBtn,
.reset .iptBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.kong {
  pointer-events: none;
}
.aniSpan {
  position: static !important;
  min-height: 1px;
  display: block;
}
/* resetEnd */
.c1 {
  color: #fe0000;
}
.bgc1 {
  background-color: #fe0000;
}
.c2 {
  color: #d8af14;
}
.bgc2 {
  background-color: #d8af14;
}
.c3 {
  color: #a23133;
}
.bgc3 {
  background-color: #a23133;
}
.c4 {
  color: #a81016;
}
.bgc4 {
  background-color: #a81016;
}
.ca {
  color: #333333;
}
.cb {
  color: #666666;
}
.cs {
  color: #999999;
}
html {
  min-width: 414px;
}
body {
  color: #666666;
  font: 14px/1 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}
a {
  color: #333333;
}
a.on {
  color: #a81016;
}
@media screen and (min-width: 1025px) {
  a:hover {
    color: #a81016;
  }
}
@media screen and (max-width: 1024px) {
  a:active {
    color: #a81016;
  }
}
.vmbox {
  font-size: 14px;
  line-height: 1.4333;
  font-family: 'Microsoft YaHei', '微软雅黑';
}
.info {
  font-size: 14px;
  line-height: 1.7143;
}
.imax {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .imax {
    line-height: 1.75;
  }
}
::-moz-selection {
  background: #848484;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #848484;
  color: #fff;
  text-shadow: none;
}
.pc ::-webkit-scrollbar {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.pc ::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}
.pc ::-webkit-scrollbar-track {
  background: #ababa7;
}
.pc ::-webkit-scrollbar-corner {
  background: transparent;
  height: 0;
  width: 0;
}
.loading {
  background-image: url(../images/loading.gif);
}
.loading-m {
  background-image: url(../images/loading-m.gif);
}
.load-error {
  background-image: url(../images/error.gif);
}
.ctr,
.btn,
.more,
.pa100.link {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
@font-face {
  font-family: "impact";
  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");
  font-weight: normal;
  font-style: normal;
}
.w-p {
  padding-left: 6.25%;
  padding-right: 6.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: padding 220ms ease 0s;
  transition: padding 220ms ease 0s;
}
.w-p.pp {
  padding-left: 12.5%;
  padding-right: 12.5%;
}
@media screen and (max-width: 1600px) {
  .w-p {
    padding-left: 4.16666667%;
    padding-right: 4.16666667%;
  }
  .w-p.pp {
    padding-left: 8.33333333%;
    padding-right: 8.33333333%;
  }
}
@media screen and (max-width: 1440px) {
  .w-p.pp {
    padding-left: 4.16666667%;
    padding-right: 4.16666667%;
  }
}
.module-Scrollbox {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.module-Scrollbox.y {
  padding-right: 10px;
}
.module-Scrollbox.y .scrollbar {
  height: 100%;
  top: 0;
  background-color: #cacaca;
}
.module-Scrollbox.y .scrollbar,
.module-Scrollbox.y .scrollbar .thumb,
.module-Scrollbox.y .scrollbar .track {
  width: 2px;
}
.module-Scrollbox.y .scrollbar .thumb {
  height: 0;
  right: -2px;
  width: 6px;
  border-radius: 3px;
  background-color: #a81016;
}
.module-Scrollbox .scrollbar {
  display: none;
  position: absolute;
  z-index: 3;
  right: 2px;
}
.module-Scrollbox .scrollbar .track {
  position: relative;
}
.module-Scrollbox .scrollbar .thumb {
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 1px;
  -webkit-transition: all 80ms ease 0s;
  transition: all 80ms ease 0s;
}
.module-Scrollbox .scrollbar .thumb .end {
  height: 2px;
  width: 2px;
}
.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;
  }
}
.fz60,
.subpage-banner .contain .dt,
.subpage-banner .contain .btn,
.sAbout-intro .datas .dt .num,
.sFactory-datas .ds .num,
.sNews-list .item .time .d,
.sNews-list .item .pic,
.sQuality-step-list .item .dt > i {
  font-size: 60px;
}
@media screen and (max-width: 1440px) {
  .fz60,
  .subpage-banner .contain .dt,
  .subpage-banner .contain .btn,
  .sAbout-intro .datas .dt .num,
  .sFactory-datas .ds .num,
  .sNews-list .item .time .d,
  .sNews-list .item .pic,
  .sQuality-step-list .item .dt > i {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .fz60,
  .subpage-banner .contain .dt,
  .subpage-banner .contain .btn,
  .sAbout-intro .datas .dt .num,
  .sFactory-datas .ds .num,
  .sNews-list .item .time .d,
  .sNews-list .item .pic,
  .sQuality-step-list .item .dt > i {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .fz60,
  .subpage-banner .contain .dt,
  .subpage-banner .contain .btn,
  .sAbout-intro .datas .dt .num,
  .sFactory-datas .ds .num,
  .sNews-list .item .time .d,
  .sNews-list .item .pic,
  .sQuality-step-list .item .dt > i {
    font-size: 32px;
  }
}
.fz48,
.index-news-slide .item .txt .time .d,
.sPartybd-news-list .item .txt .time .d {
  font-size: 48px;
}
@media screen and (max-width: 1440px) {
  .fz48,
  .index-news-slide .item .txt .time .d,
  .sPartybd-news-list .item .txt .time .d {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .fz48,
  .index-news-slide .item .txt .time .d,
  .sPartybd-news-list .item .txt .time .d {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .fz48,
  .index-news-slide .item .txt .time .d,
  .sPartybd-news-list .item .txt .time .d {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .fz48,
  .index-news-slide .item .txt .time .d,
  .sPartybd-news-list .item .txt .time .d {
    font-size: 24px;
  }
}
.fz40,
.sAbout-intro h1,
.sFactory-list .section .txt .dt,
.sFactory-list .section .txt:after,
.sView-head2 h1 {
  font-size: 40px;
}
@media screen and (max-width: 1440px) {
  .fz40,
  .sAbout-intro h1,
  .sFactory-list .section .txt .dt,
  .sFactory-list .section .txt:after,
  .sView-head2 h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .fz40,
  .sAbout-intro h1,
  .sFactory-list .section .txt .dt,
  .sFactory-list .section .txt:after,
  .sView-head2 h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .fz40,
  .sAbout-intro h1,
  .sFactory-list .section .txt .dt,
  .sFactory-list .section .txt:after,
  .sView-head2 h1 {
    font-size: 26px;
  }
}
.fz36,
.subpage-banner .contain .dd {
  font-size: 36px;
}
@media screen and (max-width: 1440px) {
  .fz36,
  .subpage-banner .contain .dd {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .fz36,
  .subpage-banner .contain .dd {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .fz36,
  .subpage-banner .contain .dd {
    font-size: 24px;
  }
}
.fz32,
.index-head .en,
.subpage-third .dt,
.sAbout-s2 .txt h1,
.sHonor-tab .Th,
.sHonor-tab .Tt .dt,
.sPartybd-dt,
.sPartybd-intro .txt .dt,
.sGreen-head .dt,
.sHr-info .dt,
.sHr-recruit .head {
  font-size: 32px;
}
@media screen and (max-width: 1440px) {
  .fz32,
  .index-head .en,
  .subpage-third .dt,
  .sAbout-s2 .txt h1,
  .sHonor-tab .Th,
  .sHonor-tab .Tt .dt,
  .sPartybd-dt,
  .sPartybd-intro .txt .dt,
  .sGreen-head .dt,
  .sHr-info .dt,
  .sHr-recruit .head {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .fz32,
  .index-head .en,
  .subpage-third .dt,
  .sAbout-s2 .txt h1,
  .sHonor-tab .Th,
  .sHonor-tab .Tt .dt,
  .sPartybd-dt,
  .sPartybd-intro .txt .dt,
  .sGreen-head .dt,
  .sHr-info .dt,
  .sHr-recruit .head {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .fz32,
  .index-head .en,
  .subpage-third .dt,
  .sAbout-s2 .txt h1,
  .sHonor-tab .Th,
  .sHonor-tab .Tt .dt,
  .sPartybd-dt,
  .sPartybd-intro .txt .dt,
  .sGreen-head .dt,
  .sHr-info .dt,
  .sHr-recruit .head {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .fz32,
  .index-head .en,
  .subpage-third .dt,
  .sAbout-s2 .txt h1,
  .sHonor-tab .Th,
  .sHonor-tab .Tt .dt,
  .sPartybd-dt,
  .sPartybd-intro .txt .dt,
  .sGreen-head .dt,
  .sHr-info .dt,
  .sHr-recruit .head {
    font-size: 20px;
  }
}
.fz28,
.index-about-info h1,
.index-head .cn,
.sAbout-columns .item .contain .cn,
.sTechnique-list .item .dt,
.sTechnique-list .item .dd,
.sFactory-datas .dt,
.sCulture-columns .item .contain .cn,
.sView-head h1 {
  font-size: 28px;
}
@media screen and (max-width: 1440px) {
  .fz28,
  .index-about-info h1,
  .index-head .cn,
  .sAbout-columns .item .contain .cn,
  .sTechnique-list .item .dt,
  .sTechnique-list .item .dd,
  .sFactory-datas .dt,
  .sCulture-columns .item .contain .cn,
  .sView-head h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .fz28,
  .index-about-info h1,
  .index-head .cn,
  .sAbout-columns .item .contain .cn,
  .sTechnique-list .item .dt,
  .sTechnique-list .item .dd,
  .sFactory-datas .dt,
  .sCulture-columns .item .contain .cn,
  .sView-head h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .fz28,
  .index-about-info h1,
  .index-head .cn,
  .sAbout-columns .item .contain .cn,
  .sTechnique-list .item .dt,
  .sTechnique-list .item .dd,
  .sFactory-datas .dt,
  .sCulture-columns .item .contain .cn,
  .sView-head h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .fz28,
  .index-about-info h1,
  .index-head .cn,
  .sAbout-columns .item .contain .cn,
  .sTechnique-list .item .dt,
  .sTechnique-list .item .dd,
  .sFactory-datas .dt,
  .sCulture-columns .item .contain .cn,
  .sView-head h1 {
    font-size: 18px;
  }
}
.fz24,
.sHonor-tab .Tt .dd,
.sHonor-tab .Tg .btn.on,
.sPartybd-intro .txt .ds,
.sNews-view .sidebar .dt,
.sProduct-info .head h1,
.sProduct-slide .dt > span,
.sContact-map .query .dt,
.sContact-messageBoard .head .dt {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .fz24,
  .sHonor-tab .Tt .dd,
  .sHonor-tab .Tg .btn.on,
  .sPartybd-intro .txt .ds,
  .sNews-view .sidebar .dt,
  .sProduct-info .head h1,
  .sProduct-slide .dt > span,
  .sContact-map .query .dt,
  .sContact-messageBoard .head .dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fz24,
  .sHonor-tab .Tt .dd,
  .sHonor-tab .Tg .btn.on,
  .sPartybd-intro .txt .ds,
  .sNews-view .sidebar .dt,
  .sProduct-info .head h1,
  .sProduct-slide .dt > span,
  .sContact-map .query .dt,
  .sContact-messageBoard .head .dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .fz24,
  .sHonor-tab .Tt .dd,
  .sHonor-tab .Tg .btn.on,
  .sPartybd-intro .txt .ds,
  .sNews-view .sidebar .dt,
  .sProduct-info .head h1,
  .sProduct-slide .dt > span,
  .sContact-map .query .dt,
  .sContact-messageBoard .head .dt {
    font-size: 16px;
  }
}
.fz20,
.index-product .link.i1 .txt p,
.sAbout-intro .datas .dt,
.sAbout-s2 .txt .aside,
.sFactory-datas .ds,
.sView-head .aside,
.sContact-map .query .df .area-list .item .title {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .fz20,
  .index-product .link.i1 .txt p,
  .sAbout-intro .datas .dt,
  .sAbout-s2 .txt .aside,
  .sFactory-datas .ds,
  .sView-head .aside,
  .sContact-map .query .df .area-list .item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .fz20,
  .index-product .link.i1 .txt p,
  .sAbout-intro .datas .dt,
  .sAbout-s2 .txt .aside,
  .sFactory-datas .ds,
  .sView-head .aside,
  .sContact-map .query .df .area-list .item .title {
    font-size: 16px;
  }
}
.fz18,
.index-news-slide .item .txt h3,
.subpage-crumbs,
.subpage-nav .link2,
.sAbout-intro .datas .dd,
.sMaster-info .imax,
.sFactory-datas .dd,
.sHonor-tab .Tt .empty,
.sStory-list .item h3,
.sStory-view .mainwrap .oList .oLi .dt > span,
.sPartybd-news-list .item .txt h3,
.sPartybd-staff .item h3,
.sNews-list .item h3,
.sProduct-list .item h3,
.sProduct-info .foot .btn,
.sQuality-step-list .item .dd,
.sQuality-characteristics .body,
.sKitchen-list .item h3,
.sGreen-head .dd,
.sGreen-promise .item .dt,
.sGreen-qControl-tab .Tg .btn,
.sHr-info .dd,
.sHr-list .dt .td,
.sContact-messageBoard .body .enter {
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .fz18,
  .index-news-slide .item .txt h3,
  .subpage-crumbs,
  .subpage-nav .link2,
  .sAbout-intro .datas .dd,
  .sMaster-info .imax,
  .sFactory-datas .dd,
  .sHonor-tab .Tt .empty,
  .sStory-list .item h3,
  .sStory-view .mainwrap .oList .oLi .dt > span,
  .sPartybd-news-list .item .txt h3,
  .sPartybd-staff .item h3,
  .sNews-list .item h3,
  .sProduct-list .item h3,
  .sProduct-info .foot .btn,
  .sQuality-step-list .item .dd,
  .sQuality-characteristics .body,
  .sKitchen-list .item h3,
  .sGreen-head .dd,
  .sGreen-promise .item .dt,
  .sGreen-qControl-tab .Tg .btn,
  .sHr-info .dd,
  .sHr-list .dt .td,
  .sContact-messageBoard .body .enter {
    font-size: 16px;
  }
}
.fz16,
.imax,
.more.more1,
.index-brand-body,
.subpage-third .dd .link,
.sHonor-list .item h3,
.sPartybd-intro .txt .dd,
.sNews-list .item .time .ym,
.sView-foot .ctr,
.sView-head2 .aside,
.sView-foot2 .ctr,
.sProduct-info .body .info,
.sGreen-promise .item .dd,
.sHr-recruit .filter .selecter,
.sHr-list .td,
.sContact-map .mapContain .mapDT,
.sContact-map .mapContain .mapsInfo .title,
.sContact-map .query .dd .selecter,
.sContact-map .query .df .area-list .item,
.sContact-messageBoard .head .dd,
.sContact-messageBoard .body .skin {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .fz16,
  .imax,
  .more.more1,
  .index-brand-body,
  .subpage-third .dd .link,
  .sHonor-list .item h3,
  .sPartybd-intro .txt .dd,
  .sNews-list .item .time .ym,
  .sView-foot .ctr,
  .sView-head2 .aside,
  .sView-foot2 .ctr,
  .sProduct-info .body .info,
  .sGreen-promise .item .dd,
  .sHr-recruit .filter .selecter,
  .sHr-list .td,
  .sContact-map .mapContain .mapDT,
  .sContact-map .mapContain .mapsInfo .title,
  .sContact-map .query .dd .selecter,
  .sContact-map .query .df .area-list .item,
  .sContact-messageBoard .head .dd,
  .sContact-messageBoard .body .skin {
    font-size: 14px;
  }
}
.fz14,
.sContact-map .mapContain .mapDD,
.sContact-map .mapContain .mapsInfo .address,
.sContact-map .mapContain .mapsInfo .navigation {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .fz14,
  .sContact-map .mapContain .mapDD,
  .sContact-map .mapContain .mapsInfo .address,
  .sContact-map .mapContain .mapsInfo .navigation {
    font-size: 12px;
  }
}
/* ------------------- htmls ------------------- */
.imax .playground {
  position: relative;
  overflow: hidden;
  margin-top: 0.6rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: 0;
  padding-bottom: 50.625%;
}
.imax .playground .player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.more.more1 {
  display: block;
  padding: 9px 20px;
  width: 2.88rem;
  height: 0.64rem;
  line-height: 0.64rem;
  border-radius: 1.6rem;
  background-color: #fe0000;
  color: #fff;
  text-align: center;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.more.more1:hover {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.more.more1.bgc4 {
  background-color: #a81016;
  margin-top: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.modal-videoPlayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: #fff;
}
.modal-videoPlayer .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 80;
  background-color: #aaa;
}
.modal-videoPlayer .close s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50.4px;
  font-size: 36px;
  color: #ffffff;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
}
.modal-videoPlayer .close s:hover {
  color: #ffffff;
}
.ysqUEO .modal-videoPlayer .close s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .modal-videoPlayer .close s:before,
.ysqUEO .modal-videoPlayer .close s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 36px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  background-color: #ffffff;
}
.ysqUEO .modal-videoPlayer .close s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(7.24873734px, 0);
          transform: rotate(45deg) translate(7.24873734px, 0);
  top: 9px;
}
.ysqUEO .modal-videoPlayer .close s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(7.24873734px, 0);
          transform: rotate(-45deg) translate(7.24873734px, 0);
  bottom: 9px;
}
.ysqUEO .modal-videoPlayer .close s:hover:before,
.ysqUEO .modal-videoPlayer .close s:hover:after {
  background-color: #ffffff;
}
.modal-videoPlayer .close s:hover {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.modal-videoPlayer .contain {
  position: absolute;
  left: 56px;
  right: 56px;
  top: 56px;
  bottom: 56px;
}
.modal-videoPlayer .player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.modal-videoPlayer .player * {
  background-color: transparent !important;
}
/* albumWindow */
#albumWindow {
  position: fixed;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 50%;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.no-supports #albumWindow {
  -webkit-transform: none !important;
          transform: none !important;
}
#albumWindow.visible {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  opacity: 1;
  visibility: visible;
  top: 0;
  bottom: 0;
}
#albumWindow .contain {
  position: absolute;
  z-index: 1;
  left: 48px;
  right: 48px;
  top: 48px;
  bottom: 30px;
}
#albumWindow .contain .list0 {
  width: 400%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#albumWindow .contain .item {
  float: left;
  position: relative;
  width: 25%;
  height: 100%;
  text-align: center;
  margin-right: 20px;
}
#albumWindow .contain .item .img,
#albumWindow .contain .item .vmbox {
  width: 100%;
  min-height: 60px;
}
#albumWindow .contain .item .fBar {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
#albumWindow .contain .item .fBar .download {
  display: inline-block;
  vertical-align: top;
  padding-left: 6px;
  padding-right: 6px;
  color: #fe0000;
  border-bottom: solid 1px;
  font-size: 14px;
  line-height: 18px;
}
#albumWindow .contain .item.on .fBar {
  -webkit-transition: all 250ms ease 200ms;
  transition: all 250ms ease 200ms;
  opacity: 1;
  visibility: visible;
}
#albumWindow .picName {
  position: absolute;
  left: 0;
  top: -48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #333333;
}
#albumWindow .close.btn {
  position: absolute;
  overflow: hidden;
  z-index: 3;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: #fe0000;
}
#albumWindow .close.btn s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 43.2px;
  font-size: 28px;
  color: #ffffff;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
#albumWindow .close.btn s:hover {
  color: #ffffff;
}
.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-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  background-color: #ffffff;
}
.ysqUEO #albumWindow .close.btn s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(5.38477631px, 0);
          transform: rotate(45deg) translate(5.38477631px, 0);
  top: 8px;
}
.ysqUEO #albumWindow .close.btn s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(5.38477631px, 0);
          transform: rotate(-45deg) translate(5.38477631px, 0);
  bottom: 8px;
}
.ysqUEO #albumWindow .close.btn s:hover:before,
.ysqUEO #albumWindow .close.btn s:hover:after {
  background-color: #ffffff;
}
#albumWindow .close.btn s:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#albumWindow .ctr {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 44px;
  height: 120px;
  -webkit-transition: all 400ms ease 0s, all 220ms ease 0s, all 220ms ease 0s;
  transition: all 400ms ease 0s, all 220ms ease 0s, all 220ms ease 0s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  opacity: .8;
  line-height: 120px;
  color: #111111;
  text-align: center;
}
#albumWindow .ctr s {
  color: #fe0000;
  font-size: 42px;
  font-weight: bold;
}
#albumWindow .ctr s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #111111;
  font-size: 40px;
  font-weight: bold;
}
#albumWindow .ctr:hover {
  color: #111111;
}
.ysqUEO #albumWindow .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO #albumWindow .ctr s:before,
.ysqUEO #albumWindow .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #111111;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.ysqUEO #albumWindow .ctr s:before,
.ysqUEO #albumWindow .ctr s:after {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO #albumWindow .ctr:hover s:before,
.ysqUEO #albumWindow .ctr:hover s:after {
  background-color: #111111;
}
.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);
}
.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);
}
#albumWindow .ctr.prev {
  left: 0;
}
#albumWindow .ctr.next {
  right: 0;
}
#albumWindow .ctr.reject {
  display: none;
}
#albumWindow .ctr:active {
  opacity: 1;
}
#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%;
}
#albumWindow .pagination .container {
  margin: auto !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 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
#albumWindow .pagination .btn > em {
  display: none;
}
#albumWindow .pagination .btn.on {
  border-color: #fe0000;
}
#albumWindow .originalBtn {
  position: absolute;
  z-index: 6;
  left: 0;
  line-height: 30px;
  color: #999999;
  cursor: pointer;
}
#albumWindow .originalBtn:hover {
  color: #fe0000;
}
#albumWindow .serialNum {
  position: absolute;
  z-index: 6;
  right: 0;
  line-height: 30px;
  color: #999999;
}
.ctr1 {
  z-index: 31;
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  width: 3rem;
  height: 4rem;
  line-height: 4rem;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease 0s, all 220ms ease 0s, all 220ms ease 0s;
  transition: all 400ms ease 0s, all 220ms ease 0s, all 220ms ease 0s;
  color: #ffffff;
  text-align: center;
}
.ctr1 s {
  font-family: 'SimSun', '宋体' !important;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.ctr1 s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}
.ctr1:hover {
  color: #ffffff;
}
.ysqUEO .ctr1 s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr1 s:before,
.ysqUEO .ctr1 s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background-color: #ffffff;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.ysqUEO .ctr1 s:before,
.ysqUEO .ctr1 s:after {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .ctr1:hover s:before,
.ysqUEO .ctr1:hover s:after {
  background-color: #ffffff;
}
.ysqUEO .ctr1.prev s:before,
.ysqUEO .ctr1.prev s:after {
  margin-left: -8px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr1.prev s:before {
  -webkit-transform: rotate(-36deg) translateX(-1px);
          transform: rotate(-36deg) translateX(-1px);
}
.ysqUEO .ctr1.prev s:after {
  -webkit-transform: rotate(36deg) translateX(-1px);
          transform: rotate(36deg) translateX(-1px);
}
.ysqUEO .ctr1.next s:before,
.ysqUEO .ctr1.next s:after {
  margin-left: -12px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr1.next s:before {
  -webkit-transform: rotate(-36deg) translateX(1px);
          transform: rotate(-36deg) translateX(1px);
}
.ysqUEO .ctr1.next s:after {
  -webkit-transform: rotate(36deg) translateX(1px);
          transform: rotate(36deg) translateX(1px);
}
.ysqUEO .ctr1.prev:hover s:before {
  -webkit-transform: rotate(-42deg) translateX(-1px);
          transform: rotate(-42deg) translateX(-1px);
}
.ysqUEO .ctr1.prev:hover s:after {
  -webkit-transform: rotate(42deg) translateX(-1px);
          transform: rotate(42deg) translateX(-1px);
}
.ysqUEO .ctr1.next:hover s:before {
  -webkit-transform: rotate(-42deg) translateX(1px);
          transform: rotate(-42deg) translateX(1px);
}
.ysqUEO .ctr1.next:hover s:after {
  -webkit-transform: rotate(42deg) translateX(1px);
          transform: rotate(42deg) translateX(1px);
}
.ctr1.prev {
  left: 0;
}
.ctr1.next {
  right: 0;
}
.ctr1:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  .ctr1 {
    color: #ffffff;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
    text-align: center;
  }
  .ctr1 s {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'SimSun', '宋体' !important;
    pointer-events: none;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
  }
  .ctr1:hover {
    color: #ffffff;
  }
  .ysqUEO .ctr1 s {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    padding: inherit;
  }
  .ysqUEO .ctr1 s:before,
  .ysqUEO .ctr1 s:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    margin-top: -0.5px;
    background-color: #ffffff;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
  }
  .ysqUEO .ctr1 s:before,
  .ysqUEO .ctr1 s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .ysqUEO .ctr1:hover s:before,
  .ysqUEO .ctr1:hover s:after {
    background-color: #ffffff;
  }
  .ysqUEO .ctr1.prev s:before,
  .ysqUEO .ctr1.prev s:after {
    margin-left: -6px;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .ysqUEO .ctr1.prev s:before {
    -webkit-transform: rotate(-36deg) translateX(-0.5px);
            transform: rotate(-36deg) translateX(-0.5px);
  }
  .ysqUEO .ctr1.prev s:after {
    -webkit-transform: rotate(36deg) translateX(-0.5px);
            transform: rotate(36deg) translateX(-0.5px);
  }
  .ysqUEO .ctr1.next s:before,
  .ysqUEO .ctr1.next s:after {
    margin-left: -8px;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  .ysqUEO .ctr1.next s:before {
    -webkit-transform: rotate(-36deg) translateX(0.5px);
            transform: rotate(-36deg) translateX(0.5px);
  }
  .ysqUEO .ctr1.next s:after {
    -webkit-transform: rotate(36deg) translateX(0.5px);
            transform: rotate(36deg) translateX(0.5px);
  }
  .ysqUEO .ctr1.prev:hover s:before {
    -webkit-transform: rotate(-42deg) translateX(-0.5px);
            transform: rotate(-42deg) translateX(-0.5px);
  }
  .ysqUEO .ctr1.prev:hover s:after {
    -webkit-transform: rotate(42deg) translateX(-0.5px);
            transform: rotate(42deg) translateX(-0.5px);
  }
  .ysqUEO .ctr1.next:hover s:before {
    -webkit-transform: rotate(-42deg) translateX(0.5px);
            transform: rotate(-42deg) translateX(0.5px);
  }
  .ysqUEO .ctr1.next:hover s:after {
    -webkit-transform: rotate(42deg) translateX(0.5px);
            transform: rotate(42deg) translateX(0.5px);
  }
}
.ctr2 {
  z-index: 21;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 40px;
  height: 80px;
  line-height: 80px;
  -webkit-transition: all 400ms ease 0s, all 220ms ease 0s, all 220ms ease 0s;
  transition: all 400ms ease 0s, all 220ms ease 0s, all 220ms ease 0s;
  color: #bebebe;
  text-align: center;
}
.ctr2 s {
  font-family: 'SimSun', '宋体' !important;
  color: #bebebe;
  font-size: 30px;
  font-weight: bold;
}
.ctr2 s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #bebebe;
  font-size: 44px;
  font-weight: bold;
}
.ctr2:hover {
  color: #bebebe;
}
.ysqUEO .ctr2 s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .ctr2 s:before,
.ysqUEO .ctr2 s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  margin-top: -1px;
  background-color: #bebebe;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.ysqUEO .ctr2 s:before,
.ysqUEO .ctr2 s:after {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .ctr2:hover s:before,
.ysqUEO .ctr2:hover s:after {
  background-color: #bebebe;
}
.ysqUEO .ctr2.prev s:before,
.ysqUEO .ctr2.prev s:after {
  margin-left: -9px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .ctr2.prev s:before {
  -webkit-transform: rotate(-36deg) translateX(-1px);
          transform: rotate(-36deg) translateX(-1px);
}
.ysqUEO .ctr2.prev s:after {
  -webkit-transform: rotate(36deg) translateX(-1px);
          transform: rotate(36deg) translateX(-1px);
}
.ysqUEO .ctr2.next s:before,
.ysqUEO .ctr2.next s:after {
  margin-left: -13px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctr2.next s:before {
  -webkit-transform: rotate(-36deg) translateX(1px);
          transform: rotate(-36deg) translateX(1px);
}
.ysqUEO .ctr2.next s:after {
  -webkit-transform: rotate(36deg) translateX(1px);
          transform: rotate(36deg) translateX(1px);
}
.ysqUEO .ctr2.prev:hover s:before {
  -webkit-transform: rotate(-42deg) translateX(-1px);
          transform: rotate(-42deg) translateX(-1px);
}
.ysqUEO .ctr2.prev:hover s:after {
  -webkit-transform: rotate(42deg) translateX(-1px);
          transform: rotate(42deg) translateX(-1px);
}
.ysqUEO .ctr2.next:hover s:before {
  -webkit-transform: rotate(-42deg) translateX(1px);
          transform: rotate(-42deg) translateX(1px);
}
.ysqUEO .ctr2.next:hover s:after {
  -webkit-transform: rotate(42deg) translateX(1px);
          transform: rotate(42deg) translateX(1px);
}
.ctr2.prev {
  left: -40px;
}
.ctr2.next {
  right: -40px;
}
@media screen and (min-width: 1367px) {
  .ctr2.prev {
    left: -3.6rem;
  }
  .ctr2.next {
    right: -3.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .ctr2:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 1024px) {
  .ctr2 {
    background-color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
    width: 30px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    color: #ffffff;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
    text-align: center;
  }
  .ctr2 s {
    color: #fff;
  }
  .ctr2 s {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'SimSun', '宋体' !important;
    pointer-events: none;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
  }
  .ctr2:hover {
    color: #ffffff;
  }
  .ysqUEO .ctr2 s {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    padding: inherit;
  }
  .ysqUEO .ctr2 s:before,
  .ysqUEO .ctr2 s:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin-top: -0.5px;
    background-color: #ffffff;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
  }
  .ysqUEO .ctr2 s:before,
  .ysqUEO .ctr2 s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .ysqUEO .ctr2:hover s:before,
  .ysqUEO .ctr2:hover s:after {
    background-color: #ffffff;
  }
  .ysqUEO .ctr2.prev s:before,
  .ysqUEO .ctr2.prev s:after {
    margin-left: -7px;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .ysqUEO .ctr2.prev s:before {
    -webkit-transform: rotate(-36deg) translateX(-0.5px);
            transform: rotate(-36deg) translateX(-0.5px);
  }
  .ysqUEO .ctr2.prev s:after {
    -webkit-transform: rotate(36deg) translateX(-0.5px);
            transform: rotate(36deg) translateX(-0.5px);
  }
  .ysqUEO .ctr2.next s:before,
  .ysqUEO .ctr2.next s:after {
    margin-left: -9px;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  .ysqUEO .ctr2.next s:before {
    -webkit-transform: rotate(-36deg) translateX(0.5px);
            transform: rotate(-36deg) translateX(0.5px);
  }
  .ysqUEO .ctr2.next s:after {
    -webkit-transform: rotate(36deg) translateX(0.5px);
            transform: rotate(36deg) translateX(0.5px);
  }
  .ysqUEO .ctr2.prev:hover s:before {
    -webkit-transform: rotate(-42deg) translateX(-0.5px);
            transform: rotate(-42deg) translateX(-0.5px);
  }
  .ysqUEO .ctr2.prev:hover s:after {
    -webkit-transform: rotate(42deg) translateX(-0.5px);
            transform: rotate(42deg) translateX(-0.5px);
  }
  .ysqUEO .ctr2.next:hover s:before {
    -webkit-transform: rotate(-42deg) translateX(0.5px);
            transform: rotate(-42deg) translateX(0.5px);
  }
  .ysqUEO .ctr2.next:hover s:after {
    -webkit-transform: rotate(42deg) translateX(0.5px);
            transform: rotate(42deg) translateX(0.5px);
  }
  .ctr2.prev {
    left: -30px;
  }
  .ctr2.next {
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .ctr2.prev {
    left: 0;
  }
  .ctr2.next {
    right: 0;
  }
}
.formItem {
  position: relative;
}
.formItem .aftPD {
  position: absolute;
  left: 100%;
  top: 0;
  color: #f00;
  margin-left: 8px;
  white-space: nowrap;
  font-size: 14px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.formItem .skin::-webkit-input-placeholder {
  color: #999999;
}
.formItem .skin:-moz-placeholder {
  color: #999999;
}
.formItem .skin::-moz-placeholder {
  color: #999999;
}
.formItem .skin:-ms-input-placeholder {
  color: #999999;
}
.formItem .skin._focus {
  border-color: #2e9fd9 !important;
  /* box-shadow: 0 0 1px 2px fade(@c1,15%); */
}
.formItem.red .skin {
  color: #f00 ;
  border-color: #f00 ;
}
.formItem.red .skin::-webkit-input-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin::-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-ms-input-placeholder {
  color: #ff0000;
}
.vd-box {
  position: relative;
  overflow: hidden;
}
.vd-box .pic,
.vd-box .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vd-box .play {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.75);
  background-image: url(../images/ico-play.png);
  background-size: 3.5rem 3.5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.vd-box .video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #000;
}
.m-link {
  display: none;
}
@media screen and (max-width: 1024px) {
  .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);
  }
}
/* 组件 */
.ysqUEO .hbg .zd {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.ysqUEO .hbg:hover .zd,
.ysqUEO .hbg.hbgOn .zd {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ysqUEO .picMask .pic:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  z-index: 6;
}
.ysqUEO .picMask:hover .pic:after {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0.15;
  visibility: visible;
}
.ysqUEO .scs.hbgOn img,
.ysqUEO .scst.hbgOn img,
.ysqUEO .scs:hover img,
.ysqUEO .scst:hover img {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}
.ysqUEO .scs img {
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
.ysqUEO .scst img {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.ysqUEO .tfy3,
.ysqUEO .tfx3,
.ysqUEO .tfy-3,
.ysqUEO .tfx-3 {
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.ysqUEO .tfy3:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.ysqUEO .tfx3:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.ysqUEO .tfy-3:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.ysqUEO .tfx-3:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.ysqUEO .stereoUp {
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .stereoUp:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.hbg .op0 {
  visibility: hidden;
  /* *visibility: visible; */
  -webkit-transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0s;
  transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0s;
}
.hbg:hover .op0,
.hbg.hbgOn .op0 {
  -webkit-transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0ms;
  transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0ms;
  opacity: 1;
  visibility: visible;
}
.hbg:hover .op0.htfn,
.hbg.hbgOn .op0.htfn {
  -webkit-transform: none !important;
          transform: none !important;
}
.hbg .front {
  z-index: 3;
}
.hbg .behind {
  z-index: 4;
}
.hbg .front,
.hbg:hover .behind,
.hbg.hbgOn .behind {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}
.hbg .behind,
.hbg:hover .front,
.hbg.hbgOn .front {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  /* *visibility: visible; */
}
/* 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 fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
@-webkit-keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
            transform: scale3d(0.77, 0.77, 0.77);
  }
  50%,
  100% {
    opacity: 1;
  }
}
@keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
            transform: scale3d(0.77, 0.77, 0.77);
  }
  50%,
  100% {
    opacity: 1;
  }
}
.zoomIns {
  -webkit-animation-name: zoomIns;
          animation-name: zoomIns;
}
.AnflashOver {
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 333ms;
          animation-duration: 333ms;
}
.AnflashOver:before {
  -webkit-animation-name: AnflashOver;
          animation-name: AnflashOver;
  -webkit-animation-duration: 333ms;
          animation-duration: 333ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: "";
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 150px;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
}
@-webkit-keyframes AnflashOver {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-149px);
            transform: skewX(-25deg) translateX(-149px);
  }
  to {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
            transform: skewX(-25deg) translateX(149px);
  }
}
@keyframes AnflashOver {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-149px);
            transform: skewX(-25deg) translateX(-149px);
  }
  to {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
            transform: skewX(-25deg) translateX(149px);
  }
}
@-webkit-keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDowns {
  -webkit-animation-name: fadeInDowns;
          animation-name: fadeInDowns;
}
@-webkit-keyframes clipOpenDoorR {
  0% {
    -webkit-clip-path: inset(0% 0% 20% 100%);
            clip-path: inset(0% 0% 20% 100%);
  }
  100% {
    -webkit-clip-path: inset(0%);
            clip-path: inset(0%);
  }
}
@keyframes clipOpenDoorR {
  0% {
    -webkit-clip-path: inset(0% 0% 20% 100%);
            clip-path: inset(0% 0% 20% 100%);
  }
  100% {
    -webkit-clip-path: inset(0%);
            clip-path: inset(0%);
  }
}
@-webkit-keyframes clipOpenDoorL {
  0% {
    -webkit-clip-path: inset(0% 100% 20% 0%);
            clip-path: inset(0% 100% 20% 0%);
  }
  100% {
    -webkit-clip-path: inset(0%);
            clip-path: inset(0%);
  }
}
@keyframes clipOpenDoorL {
  0% {
    -webkit-clip-path: inset(0% 100% 20% 0%);
            clip-path: inset(0% 100% 20% 0%);
  }
  100% {
    -webkit-clip-path: inset(0%);
            clip-path: inset(0%);
  }
}
@-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);
  }
}
.ysqUEO .abtnSc {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ysqUEO .abtnSc:after {
  z-index: -1;
  content: " ";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -120px;
  margin-top: -120px;
  background-color: #fff;
  width: 240px;
  height: 240px;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0.1;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}
.ysqUEO .abtnSc:hover:after {
  -webkit-transition: all 350ms ease-in 0ms;
  transition: all 350ms ease-in 0ms;
  opacity: 0.15;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.ysqUEO .abtnBd {
  overflow: hidden;
  z-index: 0;
}
.ysqUEO .abtnBd:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  pointer-events: none;
  border: 0 solid #aaaaaa;
  border-radius: inherit;
  opacity: 0;
}
.ysqUEO .abtnBd:hover:after {
  border-width: 30px;
  opacity: 0.2;
}
.ysqUEO .abtnMask {
  position: relative;
  overflow: hidden;
  background-color: #ffffff \9;
}
.ysqUEO .abtnMask:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  z-index: -1;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: "alpha(opacity=0)";
  *zoom: 1;
  pointer-events: none;
  -webkit-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
}
.ysqUEO .abtnMask:after {
  z-index: 8 !important;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.ysqUEO .abtnMask:hover:after {
  opacity: .07;
}
.container,
.w {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) {
  .container,
  .w {
    width: 980px;
  }
}
@media (min-width: 1281px) {
  .container,
  .w {
    width: 1200px;
  }
}
@media (max-width: 1024px) {
  .container,
  .w {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .container,
  .w {
    width: auto;
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
}
@media (max-width: 640px) {
  .container,
  .w {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pc-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .m-hide {
    display: none !important;
  }
}
/* 自定义响应结构 */
/* ysq _ ROW | TR */
.ysqTr,
.ysqRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ysqTr > .cell,
.ysqRow > .col {
  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;
}
@media screen and (min-width: 1025px) {
  .ysqTr > .cell3 {
    width: 33.333%;
  }
  .ysqTr > .cell4 {
    width: 25%;
  }
  .ysqRow > .col3 {
    width: 32%;
    margin-left: 2%;
  }
  .ysqRow > .col3:nth-child(3n+1) {
    margin-left: 0;
  }
  .ysqRow > .col3:nth-child(1n+4) {
    margin-top: 2.5%;
  }
  .ysqRow > .col4 {
    width: 23.5%;
    margin-left: 2%;
  }
  .ysqRow > .col4:nth-child(4n+1) {
    margin-left: 0;
  }
  .ysqRow > .col4:nth-child(1n+5) {
    margin-top: 2.5%;
  }
}
@media screen and (min-width: 1441px) {
  .ysqRow > .col5 {
    width: 18.4%;
    margin-left: 2%;
  }
  .ysqRow > .col5:nth-child(5n+1) {
    margin-left: 0;
  }
  .ysqRow > .col5:nth-child(1n+6) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1440px) {
  .ysqRow > .col5 {
    width: 23.5%;
    margin-left: 2%;
  }
  .ysqRow > .col5:nth-child(4n+1) {
    margin-left: 0;
  }
  .ysqRow > .col5:nth-child(1n+5) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .ysqTr > .cell3,
  .ysqTr > .cell4 {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 401px) {
  .ysqRow > .col3 {
    width: 49%;
    margin-left: 2%;
  }
  .ysqRow > .col3:nth-child(2n+1) {
    margin-left: 0;
  }
  .ysqRow > .col3:nth-child(1n+3) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .ysqRow > .col4,
  .ysqRow > .col5 {
    width: 32%;
    margin-left: 2%;
  }
  .ysqRow > .col4:nth-child(3n+1),
  .ysqRow > .col5:nth-child(3n+1) {
    margin-left: 0;
  }
  .ysqRow > .col4:nth-child(1n+4),
  .ysqRow > .col5:nth-child(1n+4) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 401px) {
  .ysqRow > .col4,
  .ysqRow > .col5 {
    width: 49%;
    margin-left: 2%;
  }
  .ysqRow > .col4:nth-child(2n+1),
  .ysqRow > .col5:nth-child(2n+1) {
    margin-left: 0;
  }
  .ysqRow > .col4:nth-child(1n+3),
  .ysqRow > .col5:nth-child(1n+3) {
    margin-top: 2%;
  }
  .loading {
    background-size: 80px 16px;
  }
}
@media screen and (max-width: 400px) {
  .ysqRow > .col3,
  .ysqRow > .col4,
  .ysqRow > .col5 {
    float: none;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
  .ysqRow > .col3:nth-child(1n+2),
  .ysqRow > .col4:nth-child(1n+2),
  .ysqRow > .col5:nth-child(1n+2) {
    margin-top: 10px;
  }
  .ysqTr > .cell4 {
    width: 100%;
  }
}
/* 滚动加载 */
.scrollAjax #loadState {
  position: relative;
  width: 200px;
  height: 40px;
  margin: 40px auto 0;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  background-color: #fe0000;
  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: #fe0000;
  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 220ms ease 0s;
  transition: none 220ms ease 0s;
}
.scrollAjax #loadState.retry:hover:before {
  left: 100%;
  -webkit-transform: skewX(-25deg) translateX(149px);
          transform: skewX(-25deg) translateX(149px);
  top: 0;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
}
.scrollAjax .pageList {
  display: none;
}
/* 模态窗 */
.TAlert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.TAlert .contain {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  z-index: 9;
  max-width: 80%;
  width: 400px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  text-align: left;
  line-height: 1.4333;
  font-size: 16px;
  border-radius: 5px ;
  max-width: 90%;
}
.TAlert .contain .Tclose {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 40px;
  height: 40px;
}
.TAlert .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #333333;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
}
.TAlert .contain .Tclose s:hover {
  color: #333333;
}
.ysqUEO .TAlert .contain .Tclose s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .TAlert .contain .Tclose s:before,
.ysqUEO .TAlert .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  background-color: #333333;
}
.ysqUEO .TAlert .contain .Tclose s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(3.93502884px, 0);
          transform: rotate(45deg) translate(3.93502884px, 0);
  top: 9px;
}
.ysqUEO .TAlert .contain .Tclose s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(3.93502884px, 0);
          transform: rotate(-45deg) translate(3.93502884px, 0);
  bottom: 9px;
}
.ysqUEO .TAlert .contain .Tclose s:hover:before,
.ysqUEO .TAlert .contain .Tclose s:hover:after {
  background-color: #333333;
}
.TAlert .contain .Tclose s:hover {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.TAlert .contain .head {
  padding: 10px 15px;
  border-bottom: #cccccc solid 1px;
  color: #333;
  background-color: #fff;
}
.TAlert .contain .body {
  padding: 15px;
  font-size: 14px;
  background-color: #fff;
  color: #444;
}
.TAlert .contain .foot {
  position: relative;
  width: 100%;
  height: 40px;
  border-top: #cccccc solid 1px;
}
.TAlert .contain .foot .btn {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 50%;
  text-align: center;
  font-size: 15px;
}
.TAlert .contain .foot .btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0);
}
.TAlert .contain .foot .btn:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.TAlert .contain .foot .btn.enter {
  left: 0;
  background-color: #fe0000;
  color: #fff;
}
.TAlert .contain .foot .btn.close {
  right: 0;
  background-color: #f1f1f1;
  border-left: #cfcfcf solid 1px;
  color: #333;
}
.TAlert .contain .foot .btn.w100 {
  border-left: none;
}
.ysqUEO .TAlert .contain {
  opacity: 0;
  -webkit-transition: all 330ms ease 0s;
  transition: all 330ms ease 0s;
  -webkit-transform: translateY(-100%) scale(0.2);
          transform: translateY(-100%) scale(0.2);
}
.ysqUEO .TAlert.on .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
.pageListBox {
    padding-top: 1.2rem
}

.pageListBox .pageList {
    position: relative;
    line-height: 40px;
    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;
    vertical-align: top
}

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

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

.pageListBox .pageList li>a:after,.pageListBox .pageList li>span:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: #ddd solid 1px;
    z-index: -1;
    border-radius: inherit
}

.pageListBox .pageList li.active>a,.pageListBox .pageList li.active>span {
    background-color: #e43a35;
    color: #fff
}

.pageListBox .pageList li.active>a:after,.pageListBox .pageList li.active>span:after {
    -webkit-transition: all 320ms ease-out 0s;
    transition: all 320ms ease-out 0s;
    opacity: 0;
    visibility: hidden
}

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

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

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

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

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

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

@media screen and (max-width: 750px) {
    .pageListBox .pageList {
        line-height:32px
    }

    .pageListBox .pageList li>a,.pageListBox .pageList li>span {
        display: block;
        min-width: 20px;
        padding: 0 6px;
        height: 32px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0,0,0,.04)
    }

    .pageListBox .pageList ul li {
        margin-left: 4px;
        margin-right: 4px
    }
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 27;
  min-width: 320px;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.header:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.header .contain {
  position: relative;
  height: 100%;
}
.header .bg {
  display: none;
  z-index: 5;
}
.header .logo {
  float: left;
  position: relative;
  height: 100%;
}
.header .logo img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.header .logo .behind {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.header .secNav {
  display: none;
}
.fixedNav .header:after {
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1025px) {
  .hidePoint {
    top: -80px;
  }
  .header {
    height: 80px;
    top: 15px;
    left: 10px;
    right: 10px;
    width: auto;
  }
  .header .firNav {
    position: absolute;
    bottom: 0;
    right: -0.4rem;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .header .firNav:after {
    display: none;
  }
  .header .firNav:before,
  .header .firNav:after {
    content: " ";
    display: block;
  }
  .header .firNav .firItem {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
    line-height: 50px;
    height: 50px;
  }
  .header .firNav .firItem .link1 {
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 0 0.4rem;
  }
  .header .firNav .firItem.on:after,
  .header .firNav .firItem:hover:after {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .header .firNav .block {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 100%;
  }
  .header .firNav .block:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background-color: #d8af14;
    pointer-events: none;
  }
  .header .secNav {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 12px 0;
    z-index: 30;
    font-size: 0;
    line-height: 0;
    text-align: left;
    background-color: #fff;
    min-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .header .secNav .col {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .header .secNav .col:nth-child(1n+2) {
    margin-left: 10px;
  }
  .header .secNav .secItem {
    position: relative;
    display: block;
    padding: 5px 15px;
  }
  .header .secNav .secItem .link2 {
    color: #333;
  }
  .header .secNav .secItem.on,
  .header .secNav .secItem:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .header .navbtn {
    display: none;
  }
  .header .fns {
    z-index: 20;
    position: absolute;
    top: 12px;
    right: 0;
    line-height: 1;
  }
  .header .fns .vr {
    margin: 0 0.4rem;
    color: #c7c9cc;
  }
  .header .fns .ico {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  .header .fns .btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    color: #fff;
  }
  .header .fns .hbg .op0 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100%;
    margin-top: 10px;
  }
  .header .fns .hbg:hover .op0 {
    margin-top: 0;
  }
  .header:after {
    background-color: #fff;
  }
  .fixedNav .header {
    top: 0;
    left: 0;
    right: 0;
  }
  .fixedNav .header:after,
  .header:hover:after {
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .fixedNav .header .logo .front,
  .header:hover .logo .front {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0;
    visibility: hidden;
  }
  .fixedNav .header .logo .behind,
  .header:hover .logo .behind {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
  .fixedNav .header .firNav .firItem .link1,
  .header:hover .firNav .firItem .link1 {
    color: #333333;
  }
  .fixedNav .header .fns .btn,
  .header:hover .fns .btn {
    color: #1e2633;
  }
  .fixedNav .header .fns .ico,
  .header:hover .fns .ico {
    background-position: 0 bottom;
  }
}
@media screen and (min-width: 1441px) {
  .hidePoint {
    top: -90px;
  }
  .header {
    height: 90px;
  }
  .header .firNav {
    right: -0.6rem;
  }
  .header .firNav .firItem .link1 {
    font-size: 16px;
    padding: 0 0.6rem;
  }
  .header .fns .ico {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .scroll-wrap {
    padding-top: 72px;
  }
  .hidePoint {
    top: -72px;
  }
  .header {
    height: 72px;
  }
  .header .fns {
    display: none;
  }
  .header:after {
    background-color: #fff;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
  .header .logo .front {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0;
    visibility: hidden;
  }
  .header .logo .behind {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
  .header .bg {
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .header .navbtn {
    z-index: 45;
    position: absolute;
    overflow: hidden;
    display: block;
    right: -6px;
    top: 10px;
    padding: 6px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  }
  .header .navbtn s {
    position: absolute;
    left: 6px;
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #a81016;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  .header .navbtn .i1 {
    top: 12px;
  }
  .header .navbtn .i2 {
    top: 50%;
    margin-top: -2px;
    -webkit-transform-origin: m 50%;
            transform-origin: m 50%;
  }
  .header .navbtn .i3 {
    bottom: 12px;
  }
  .navShow .header .navbtn {
    position: fixed;
    z-index: 80;
    margin-right: 4.16666667%;
  }
  .navShow .header .navbtn .i1 {
    -webkit-transform: rotate(45deg) translate(7.866px, 0);
            transform: rotate(45deg) translate(7.866px, 0);
    top: 4px;
  }
  .navShow .header .navbtn .i2 {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  .navShow .header .navbtn .i3 {
    -webkit-transform: rotate(-45deg) translate(7.866px, 0);
            transform: rotate(-45deg) translate(7.866px, 0);
    bottom: 4px;
  }
  .header .firNav {
    position: fixed;
    z-index: 29;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 480px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    overflow-y: auto;
    background-color: #fff;
    padding-top: 72px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header .firNav .firItem {
    font-size: 18px;
    line-height: 2.2;
    border-bottom: #d7e2e8 solid 1px;
  }
  .header .firNav .firItem > .link {
    display: block;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
    text-indent: 8px;
    color: #333333;
  }
  .header .firNav .firItem.on > .link {
    color: #a81016;
  }
  .header .firNav .firItem.on .secNav {
    display: block;
  }
  .header .secNav {
    padding: 0 8px 8px !important;
    line-height: 1.5;
    font-size: 16px;
  }
  .header .secNav .col {
    display: inline;
  }
  .header .secNav .secItem {
    margin-right: 5px;
    display: inline-block;
    white-space: nowrap;
    color: #777;
  }
  .header .secNav .secItem:active {
    color: #111;
  }
  .header .secNav .secItem.on {
    color: #111;
    text-decoration: underline;
  }
  .navShow .header .bg {
    display: block;
  }
  .navShow .firNav {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media screen and (max-width: 768px) {
  .scroll-wrap {
    padding-top: 64px;
  }
  .header {
    height: 64px;
  }
  .header .navbtn {
    top: 6px;
  }
  .header .firNav .firItem {
    font-size: 16px;
  }
  .header .secNav {
    font-size: 14px;
  }
}
/* float */
.float-links {
  position: fixed;
  right: 6.25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 25;
  right: 2%;
}
.float-links .btn {
  display: block;
  width: 0.92rem;
  height: 0.92rem;
  background-color: #fe0000;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border-radius: 50%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.float-links .btn:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.float-links .btn .icoImg {
  width: 100%;
  height: 100%;
}
.float-links .btn:hover {
  background-color: #d8af14;
}
@media screen and (max-width: 1024px) {
  .float-links .btn {
    width: 32px;
    height: 32px;
  }
}
/* index */
.index-banner {
  z-index: 6;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 46.35416667%;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.index-banner .shade {
  position: absolute;
  left: 0;
  top: 0;
}
.index-banner .item {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.index-banner .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
}
.index-banner .ctrs {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.index-banner .ctrs:after {
  display: none;
}
.index-banner .ctr {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 8;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  background-color: #fff;
  color: #555555;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  text-align: center;
}
.index-banner .ctr:nth-child(1) {
  border-right: #eeeeee solid 1px;
}
.index-banner .ctr s {
  font-size: 32px;
  font-weight: bold;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.index-banner .ctr s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #555555;
  font-size: 32px;
  font-weight: bold;
}
.index-banner .ctr:hover {
  color: #333333;
}
.ysqUEO .index-banner .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .index-banner .ctr s:before,
.ysqUEO .index-banner .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #555555;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.ysqUEO .index-banner .ctr s:before,
.ysqUEO .index-banner .ctr s:after {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .index-banner .ctr:hover s:before,
.ysqUEO .index-banner .ctr:hover s:after {
  background-color: #333333;
}
.ysqUEO .index-banner .ctr.prev s:before,
.ysqUEO .index-banner .ctr.prev s:after {
  margin-left: -6px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .index-banner .ctr.prev s:before {
  -webkit-transform: rotate(-45deg) translateX(-1px);
          transform: rotate(-45deg) translateX(-1px);
}
.ysqUEO .index-banner .ctr.prev s:after {
  -webkit-transform: rotate(45deg) translateX(-1px);
          transform: rotate(45deg) translateX(-1px);
}
.ysqUEO .index-banner .ctr.next s:before,
.ysqUEO .index-banner .ctr.next s:after {
  margin-left: -10px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .index-banner .ctr.next s:before {
  -webkit-transform: rotate(-45deg) translateX(1px);
          transform: rotate(-45deg) translateX(1px);
}
.ysqUEO .index-banner .ctr.next s:after {
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
}
.ysqUEO .index-banner .ctr.prev:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(-1px);
          transform: rotate(-45deg) translateX(-1px);
}
.ysqUEO .index-banner .ctr.prev:hover s:after {
  -webkit-transform: rotate(45deg) translateX(-1px);
          transform: rotate(45deg) translateX(-1px);
}
.ysqUEO .index-banner .ctr.next:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(1px);
          transform: rotate(-45deg) translateX(1px);
}
.ysqUEO .index-banner .ctr.next:hover s:after {
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
}
.index-banner .ctr:hover s {
  background-color: #efeae6;
}
.index-banner .ctr:hover .pic {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}
.index-banner .pagination {
  display: none;
}
@media screen and (min-width: 1025px) {
  .index-banner .item.come {
    -webkit-animation: clipOpenDoorR .6s ease ;
            animation: clipOpenDoorR .6s ease ;
  }
  .index-banner.dir_f .item.come {
    -webkit-animation-name: clipOpenDoorL;
            animation-name: clipOpenDoorL;
  }
}
@media screen and (min-width: 1800px) {
  .index-banner {
    padding-bottom: 100vh;
  }
}
@media screen and (max-width: 1024px) {
  .index-banner {
    padding-bottom: 50%;
  }
  .index-banner .pagination {
    display: block;
    height: 10px;
    line-height: 10px;
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    width: 100%;
    z-index: 3;
    text-align: center;
    white-space: nowrap;
  }
  .index-banner .pagination .btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    margin: 0 6px;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    border-radius: 10px;
  }
  .index-banner .pagination .btn > em {
    display: none;
  }
  .index-banner .pagination .btn.on {
    background-color: #fff;
  }
  .index-banner .ctrs {
    display: none;
  }
}
.index-about {
  position: relative;
  z-index: 2;
  padding: 8.33333333% 0;
}
.index-about .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  color: #a23133;
}
.index-about .contain:after {
  display: none;
}
.index-about-info {
  width: 45.71428571%;
}
.index-about-info .qImg {
  max-width: 100%;
  height: 2.48rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-about-info h1 {
  margin-top: 0.2rem;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
}
.index-about-info .imax {
  margin-top: 0.9rem;
  line-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 3.2rem;
}
.index-about-info .more {
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .index-about {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.index-about-switch {
  position: relative;
  width: 51.19047619%;
}
.index-about-switch .shade {
  width: 100%;
  height: 0;
  padding-bottom: 56.54761905%;
}
.index-about-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-about-switch .item.moveItem {
  position: absolute;
}
.index-about-switch .ctrs {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.index-about-switch .ctrs:after {
  display: none;
}
.index-about-switch .ctr {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 8;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  background-color: #dbdbdb;
  color: #fe0000;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  text-align: center;
}
.index-about-switch .ctr:nth-child(1) {
  border-right: #eeeeee solid 1px;
}
.index-about-switch .ctr s {
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.index-about-switch .ctr s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #fe0000;
  font-size: 24px;
  font-weight: bold;
}
.index-about-switch .ctr:hover {
  color: #ffffff;
}
.ysqUEO .index-about-switch .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .index-about-switch .ctr s:before,
.ysqUEO .index-about-switch .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background-color: #fe0000;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.ysqUEO .index-about-switch .ctr s:before,
.ysqUEO .index-about-switch .ctr s:after {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .index-about-switch .ctr:hover s:before,
.ysqUEO .index-about-switch .ctr:hover s:after {
  background-color: #ffffff;
}
.ysqUEO .index-about-switch .ctr.prev s:before,
.ysqUEO .index-about-switch .ctr.prev s:after {
  margin-left: -4px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .index-about-switch .ctr.prev s:before {
  -webkit-transform: rotate(-45deg) translateX(-1px);
          transform: rotate(-45deg) translateX(-1px);
}
.ysqUEO .index-about-switch .ctr.prev s:after {
  -webkit-transform: rotate(45deg) translateX(-1px);
          transform: rotate(45deg) translateX(-1px);
}
.ysqUEO .index-about-switch .ctr.next s:before,
.ysqUEO .index-about-switch .ctr.next s:after {
  margin-left: -8px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .index-about-switch .ctr.next s:before {
  -webkit-transform: rotate(-45deg) translateX(1px);
          transform: rotate(-45deg) translateX(1px);
}
.ysqUEO .index-about-switch .ctr.next s:after {
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
}
.ysqUEO .index-about-switch .ctr.prev:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(-1px);
          transform: rotate(-45deg) translateX(-1px);
}
.ysqUEO .index-about-switch .ctr.prev:hover s:after {
  -webkit-transform: rotate(45deg) translateX(-1px);
          transform: rotate(45deg) translateX(-1px);
}
.ysqUEO .index-about-switch .ctr.next:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(1px);
          transform: rotate(-45deg) translateX(1px);
}
.ysqUEO .index-about-switch .ctr.next:hover s:after {
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
}
.index-about-switch .ctr:hover s {
  background-color: #fe0000;
}
.index-about-switch .ctr:hover .pic {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}
.index-about-switch .pagination {
  display: none;
}
@media screen and (max-width: 1024px) {
  .index-about-switch .pagination {
    display: block;
    height: 10px;
    line-height: 10px;
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    width: 100%;
    z-index: 3;
    text-align: center;
    white-space: nowrap;
  }
  .index-about-switch .pagination .btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    margin: 0 6px;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    border-radius: 10px;
  }
  .index-about-switch .pagination .btn > em {
    display: none;
  }
  .index-about-switch .pagination .btn.on {
    background-color: #fff;
  }
  .index-about-switch .ctrs {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .index-about .index-about-info .imax {
    margin-top: 25px;
  }
  .index-about .index-about-info .more {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .index-about .index-about-info {
    width: 100%;
    text-align: center;
  }
  .index-about .index-about-info .imax {
    margin-top: 15px;
  }
  .index-about .index-about-info .more {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .index-about .index-about-switch {
    width: 100%;
    margin-top: 20px;
    display: none;
  }
}
.index-product {
  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: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  background-color: #202021;
  padding-bottom: 46.35416667%;
}
.index-product:after {
  display: none;
}
.index-product .link {
  position: absolute;
  overflow: hidden;
  background-color: #f1f1f1;
  z-index: 1;
  width: 50%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.index-product .link .pic {
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
}
.index-product .link .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.index-product .link .txt {
  position: absolute;
  max-height: 80%;
}
.index-product .link .txt .qImg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 100%;
  display: block;
}
.index-product .link.i1 {
  left: 0;
  top: 0;
  height: 100%;
}
.index-product .link.i1 .pic {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
.index-product .link.i1 .txt {
  right: 0;
  top: 0;
  padding: 13.54166667% 13.54166667% 0 0;
  text-align: right;
}
.index-product .link.i1 .txt .qImg {
  float: right;
  width: 2.32rem;
}
.index-product .link.i1 .txt p {
  float: right;
  width: 1em;
  font-family: 'Microsoft JhengHei', '微软正黑体';
  color: #b09979;
  margin-right: 0.5rem;
  line-height: 1.1;
}
.index-product .link.i1 .txt p:nth-of-type(1) {
  margin-right: 1rem;
}
.index-product .link.i2 {
  right: 0;
  top: 0;
  height: 50%;
}
.index-product .link.i2 .pic {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.index-product .link.i2 .txt {
  width: 1.92rem;
  right: 7.8125%;
  top: 10%;
  bottom: 10%;
}
.index-product .link.i2 .txt .qImg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index-product .link.i3 {
  right: 0;
  bottom: 0;
  height: 50%;
}
.index-product .link.i3 .pic {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.index-product .link.i3 .txt {
  width: 1.92rem;
  left: 7.8125%;
  top: 10%;
  bottom: 10%;
}
.index-product .link.i3 .txt .qImg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .index-product .link:hover .pic {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: .95;
  }
}
@media screen and (max-width: 768px) {
  .index-product {
    padding-bottom: 0;
  }
  .index-product .link {
    width: 100%;
    position: relative;
    padding-bottom: 46.35416667%;
  }
  .index-product .link:nth-child(1n+2) {
    border-top: #aaaaaa solid 1px;
  }
  .index-product .link.i1 .txt {
    padding: 0;
    top: 10%;
    bottom: 10%;
    right: 7.8125%;
  }
  .index-product .link.i1 .txt .qImg {
    width: auto;
  }
  .index-product .link.i1 .txt p {
    margin-right: 0.3rem;
    font-size: 14px;
    display: none;
  }
  .index-product .link.i1 .txt p:nth-of-type(1) {
    margin-right: 0.5rem;
  }
}
.index-head {
  color: #333333;
  font-weight: bold;
}
.index-head .en {
  font-family: 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c;
  text-transform: uppercase;
}
.index-head .cn {
  margin-top: 5px;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
}
.index-brand {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 5.3125%;
  padding-bottom: 24.21875%;
}
.index-brand .index-head {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .index-brand {
    padding-top: 1.6rem;
    padding-bottom: 8rem;
  }
}
.index-brand-body {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8rem;
  text-align: center;
  width: 19.6rem;
  max-width: 100%;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  .index-brand-body {
    line-height: 1.75;
  }
}
.index-brand .more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.9rem;
}
.index-news {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 3.64583333%;
  padding-bottom: 4.16666667%;
}
.index-news .bg {
  left: auto;
  right: 0;
  width: 34.375%;
  height: auto;
}
.index-news .more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.9rem;
}
.index-news .index-head {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .index-news {
    padding-top: 1.4rem;
    padding-bottom: 1.6rem;
  }
  .index-news .index-head {
    text-align: center;
    width: 100%;
  }
}
.index-news-slide {
  position: relative;
}
.index-news-slide .fns {
  z-index: 9;
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  line-height: 36px;
  padding-right: 100px;
}
.index-news-slide .fns .pagination {
  display: inline-block;
  vertical-align: top;
}
.index-news-slide .fns .pagination .btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 .5em;
  padding: 0 .5em;
  font-weight: bold;
  color: #999999;
}
.index-news-slide .fns .pagination .btn:after {
  content: " ";
  position: absolute;
  left: .5em;
  right: .5em;
  bottom: 0;
  height: 2px;
  background-color: #fe0000;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.index-news-slide .fns .pagination .btn.on {
  color: #fe0000;
}
.index-news-slide .fns .pagination .btn.on:after {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}
.index-news-slide .fns .ctrs {
  position: absolute;
  right: 0;
  top: 0;
}
.index-news-slide .fns .ctrs .vr {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  background-color: #c0c0c0;
}
.index-news-slide .fns .ctrs .ctr {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 8;
  width: 32px;
  height: 36px;
  line-height: 36px;
  color: #999999;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  text-align: center;
}
.index-news-slide .fns .ctrs .ctr s {
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.index-news-slide .fns .ctrs .ctr s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #999999;
  font-size: 24px;
  font-weight: bold;
}
.index-news-slide .fns .ctrs .ctr:hover {
  color: #999999;
}
.ysqUEO .index-news-slide .fns .ctrs .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .index-news-slide .fns .ctrs .ctr s:before,
.ysqUEO .index-news-slide .fns .ctrs .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background-color: #999999;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.ysqUEO .index-news-slide .fns .ctrs .ctr s:before,
.ysqUEO .index-news-slide .fns .ctrs .ctr s:after {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .index-news-slide .fns .ctrs .ctr:hover s:before,
.ysqUEO .index-news-slide .fns .ctrs .ctr:hover s:after {
  background-color: #999999;
}
.ysqUEO .index-news-slide .fns .ctrs .ctr.prev s:before,
.ysqUEO .index-news-slide .fns .ctrs .ctr.prev s:after {
  margin-left: -4px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .index-news-slide .fns .ctrs .ctr.prev s:before {
  -webkit-transform: rotate(-45deg) translateX(-1px);
          transform: rotate(-45deg) translateX(-1px);
}
.ysqUEO .index-news-slide .fns .ctrs .ctr.prev s:after {
  -webkit-transform: rotate(45deg) translateX(-1px);
          transform: rotate(45deg) translateX(-1px);
}
.ysqUEO .index-news-slide .fns .ctrs .ctr.next s:before,
.ysqUEO .index-news-slide .fns .ctrs .ctr.next s:after {
  margin-left: -8px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .index-news-slide .fns .ctrs .ctr.next s:before {
  -webkit-transform: rotate(-45deg) translateX(1px);
          transform: rotate(-45deg) translateX(1px);
}
.ysqUEO .index-news-slide .fns .ctrs .ctr.next s:after {
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
}
.ysqUEO .index-news-slide .fns .ctrs .ctr.prev:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(-1px);
          transform: rotate(-45deg) translateX(-1px);
}
.ysqUEO .index-news-slide .fns .ctrs .ctr.prev:hover s:after {
  -webkit-transform: rotate(45deg) translateX(-1px);
          transform: rotate(45deg) translateX(-1px);
}
.ysqUEO .index-news-slide .fns .ctrs .ctr.next:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(1px);
          transform: rotate(-45deg) translateX(1px);
}
.ysqUEO .index-news-slide .fns .ctrs .ctr.next:hover s:after {
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
}
@media screen and (min-width: 1025px) {
  .index-news-slide .fns .ctrs .ctr:hover {
    background-color: #e5e5e5;
  }
}
@media screen and (max-width: 1024px) {
  .index-news-slide .fns .ctrs .ctr:active {
    background-color: #e5e5e5;
  }
}
.index-news-slide .shade {
  margin-top: 2.60416667%;
  height: auto;
}
.index-news-slide .box {
  position: relative !important;
  height: auto;
  white-space: nowrap;
  font-size: 0;
  -webkit-transition: opacity 220ms !important;
  transition: opacity 220ms !important;
}
.index-news-slide .item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  border: #eaeaea solid 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.index-news-slide .item .pic {
  z-index: 1;
  height: 0;
  padding-bottom: 74.35897436%;
  background-color: #000000;
  visibility: visible;
}
.index-news-slide .item .pic img {
  opacity: .5;
}
.index-news-slide .item .pic.load-error {
  background-image: none;
}
.index-news-slide .item .txt {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 0.6rem;
  white-space: normal;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.index-news-slide .item .txt .time {
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
}
.index-news-slide .item .txt .time .d {
  text-indent: -1px;
}
.index-news-slide .item .txt .time .ym {
  font-size: 14px;
}
.index-news-slide .item .txt h3 {
  margin-top: 0.6rem;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  line-height: 1.25;
}
.index-news-slide .item .txt p {
  margin-top: 0.3rem;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  height: 48px;
}
.index-news-slide .item .txt .more {
  display: block;
  margin-top: 0.4rem;
}
@media screen and (min-width: 1025px) {
  .index-news-slide .item:hover .txt,
  .index-news-slide .item:hover .txt h3 {
    color: #fff;
  }
}
@media screen and (max-width: 1600px) {
  .index-news-slide .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 1024px) {
  .index-news-slide .shade {
    margin-top: 1rem;
  }
  .index-news-slide .item {
    width: 50%;
  }
  .index-news-slide .item .pic {
    position: relative;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .index-news-slide .item .pic img {
    opacity: 1;
  }
  .index-news-slide .item .txt {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    top: 0;
  }
  .index-news-slide .item .txt .time {
    height: 14px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
  }
  .index-news-slide .item .txt .time .d,
  .index-news-slide .item .txt .time .ym {
    float: right;
    font-size: 14px;
  }
  .index-news-slide .item .txt .time .d {
    text-indent: 0;
  }
  .index-news-slide .item .txt .time .d:before {
    content: "/";
  }
  .index-news-slide .item .txt h3 {
    margin-top: 8px;
  }
  .index-news-slide .item .txt .more {
    display: none;
  }
  .index-news-slide .fns {
    height: 0;
    padding: 0;
  }
  .index-news-slide .fns,
  .index-news-slide .fns .ctrs {
    position: static !important;
  }
  .index-news-slide .fns .ctrs .vr {
    display: none ;
  }
  .index-news-slide .fns .ctrs .ctr {
    position: absolute ;
    bottom: 0;
    background-color: #fff  ;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  }
  .index-news-slide .fns .ctrs .ctr.prev {
    left: 0;
  }
  .index-news-slide .fns .ctrs .ctr.next {
    right: 0;
  }
  .index-news-slide .pagination {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .index-news-slide .item {
    width: 100%;
  }
}
/* footer */
.footer {
  background-color: #191919;
}
.footer,
.footer a {
  color: #999999;
}
.footer-t {
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-color: #202020;
}
.footer-b {
  position: relative;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  line-height: 20px;
}
.footer-b .dib {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .footer-b {
    text-align: center;
  }
  .footer-b .l,
  .footer-b .r {
    float: none;
  }
}
.footer-nav {
  position: relative;
  overflow: hidden;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.footer-nav:after {
  display: none;
}
.footer-nav .item {
  display: inline-block;
  vertical-align: top;
}
.footer-nav .item:nth-child(1n+2) {
  margin-left: 1.8rem;
}
.footer-nav .item dt {
  margin-bottom: 0.3rem;
}
.footer-nav .item .link {
  display: inline-block;
  padding: 5px 0;
  white-space: nowrap;
}
.footer-nav .item .link1 {
  font-size: 16px;
  color: #fff;
}
.footer-nav .item .link2 {
  font-size: 14px;
  color: #999999;
}
@media screen and (max-width: 1440px) {
  .footer-nav .item:nth-child(1n+2) {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer-nav {
    float: none;
    display: block;
    text-align: center;
  }
  .footer-nav .item {
    white-space: normal;
  }
  .footer-nav .item:nth-child(1n+2) {
    margin-left: 0;
  }
  .footer-nav .item dt {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .footer-nav .item .link1 {
    padding: 5px;
    font-size: 14px;
  }
  .footer-nav .item dd {
    display: none;
  }
}
.footer-qrcode {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.footer-qrcode:after {
  display: none;
}
.footer-qrcode .item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
}
.footer-qrcode .item:nth-child(1n+2) {
  margin-left: 0.76rem;
}
.footer-qrcode .item img {
  display: block;
  margin-bottom: 0.36rem;
  width: 88px;
  height: 88px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer-qrcode {
    float: none;
    margin-top: 0.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* subpage */
.subpage-banner {
  z-index: 6;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 46.35416667%;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.subpage-banner .contain {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0.9rem;
  width: 100%;
}
.subpage-banner .contain .dd {
  margin-top: 1em;
  max-width: 80%;
  line-height: 1.5;
}
.subpage-banner .contain .btn {
  display: block;
  width: 1em;
  height: 1em;
  margin-top: 1em;
  background-image: url(../images/arrows-banner.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1800px) {
  .subpage-banner {
    padding-bottom: 100vh;
  }
}
@media screen and (max-width: 1024px) {
  .subpage-banner {
    padding-bottom: 50%;
  }
  .subpage-banner .contain {
    margin-top: 0;
  }
  .subpage-banner .contain .dd {
    margin-top: 10px;
  }
  .subpage-banner .contain .btn {
    margin-top: 2%;
  }
}
@media screen and (max-width: 640px) {
  .subpage-banner .contain .dt,
  .subpage-banner .contain .btn {
    font-size: 24px;
  }
  .subpage-banner .contain .dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .subpage-banner .contain .dt,
  .subpage-banner .contain .btn {
    font-size: 20px;
  }
  .subpage-banner .contain .dd {
    font-size: 14px;
  }
}
.subpage-neck {
  position: relative;
  z-index: 7;
  margin-top: -1.8rem;
  line-height: 1.8rem;
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
  color: #fff;
}
.subpage-neck:after {
  display: none;
}
@media screen and (max-width: 1440px) {
  .subpage-neck {
    margin-top: -60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .subpage-neck {
    margin-top: 0;
    background-color: #fff;
    line-height: 1;
    border-bottom: #eeeeee solid 1px;
  }
}
@media screen and (max-width: 1024px) {
  .subpage-crumbs {
    display: none;
  }
}
.subpage-nav {
  text-align: right;
}
.subpage-nav .hScroll,
.subpage-nav .overview {
  min-width: 100%;
}
.subpage-nav .link2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  padding: 0 0.6rem;
  color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.subpage-nav .block {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background-color: #a81016;
}
@media screen and (max-width: 1024px) {
  .subpage-nav {
    text-align: center;
    width: 100%;
  }
  .subpage-nav .overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .subpage-nav .overview:after {
    display: none;
  }
  .subpage-nav .link2 {
    width: 100%;
    color: #333333;
    padding: 15px 0.6rem;
    line-height: 0.8rem;
  }
  .subpage-nav .link2:nth-child(1n+2) {
    margin-left: 1px;
  }
  .subpage-nav .link2:nth-child(1n+2):before {
    content: " ";
    position: absolute;
    left: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 0.6rem;
    width: 1px;
    background-color: #ddd;
  }
  .subpage-nav .link2.on {
    color: #fff;
    background-color: #a81016;
  }
}
.subpage-third {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: #e8e8e8 solid 1px;
}
.subpage-third:after {
  display: none;
}
.subpage-third .dt {
  color: #333333;
  font-weight: bold;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
  line-height: 30px;
}
.subpage-third .ds {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
}
.subpage-third .dd {
  white-space: nowrap;
  text-align: right;
  width: calc(100% - 200px);
}
.subpage-third .dd .vr {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  margin: 0 0.6rem;
  border-right: #000000 dotted 1px;
}
.subpage-third .dd .link {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding: 5px 0;
}
.subpage-third .dd .link > s {
  display: inline-block;
  vertical-align: bottom;
  width: 19px;
  height: 19px;
  position: relative;
  overflow: hidden;
  background-color: #7f7f7f;
  border-radius: 19px;
  background-image: url(../images/icos-shizi.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.subpage-third .dd .link > s.all {
  background-image: url(../images/icos-all.png);
  background-position: 0 top;
  background-color: transparent !important;
  border-radius: 0;
}
.subpage-third .dd .link.on {
  color: #a81016;
}
.subpage-third .dd .link.on > s {
  background-color: #a81016;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.subpage-third .dd .link.on > s.all {
  background-position: 0 bottom;
}
@media screen and (min-width: 1025px) {
  .subpage-third .dd .link:hover {
    color: #a81016;
  }
  .subpage-third .dd .link:hover > s {
    background-color: #a81016;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .subpage-third .dd .link:hover > s.all {
    background-position: 0 bottom;
  }
}
@media screen and (max-width: 1024px) {
  .subpage-third .dd .link:active {
    color: #a81016;
  }
  .subpage-third .dd .link:active > s {
    background-color: #a81016;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .subpage-third .dd .link:active > s.all {
    background-position: 0 bottom;
  }
}
@media screen and (max-width: 1280px) {
  .subpage-third .dd .vr {
    margin: 0 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .subpage-third {
    display: block;
  }
  .subpage-third .dd {
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .subpage-third .dt {
    font-size: 20px;
  }
}
/* sAbout */
.sAbout-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sAbout-columns:after {
  display: none;
}
.sAbout-columns .item {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 0;
  padding-bottom: 26.04166667%;
}
.sAbout-columns .item:nth-child(3) {
  width: 100%;
  padding-bottom: 26.04166667%;
}
.sAbout-columns .item .bg {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.sAbout-columns .item .contain {
  position: absolute;
  z-index: 4;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
}
.sAbout-columns .item .contain .icoImg {
  width: 1.2rem;
  height: 1.2rem;
}
.sAbout-columns .item .contain .cn {
  margin-top: 0.48rem;
}
.sAbout-columns .item .contain .more {
  display: inline-block;
  margin-top: 1.6rem;
  padding-right: 28px;
  background-image: url(../images/btns-about-c.png);
  background-size: 14px auto;
  background-position: right 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.sAbout-columns .item:hover .bg {
  opacity: .95;
}
.sAbout-columns .item:hover .contain .more {
  margin-top: 0.8rem;
  padding-right: 24px;
}
@media screen and (max-width: 1024px) {
  .sAbout-columns .item .contain .more {
    margin-top: 0.96rem;
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sAbout-columns .item {
    padding-top: 5%;
  }
  .sAbout-columns .item .contain .cn {
    font-size: 16px;
  }
}
.sAbout-intro {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  color: #333333;
}
.sAbout-intro h1 {
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
  color: #333333;
}
.sAbout-intro .imax {
  margin-top: 2em;
  color: #333333;
}
.sAbout-intro .datas {
  margin-top: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sAbout-intro .datas:after {
  display: none;
}
.sAbout-intro .datas .vr {
  display: inline-block;
  vertical-align: top;
  height: 2.6rem;
  background-color: #dbdbdb;
  background-image: -webkit-linear-gradient(90deg, #ffffff 0%, #dbdbdb 50%, #ffffff 100%);
}
.sAbout-intro .datas .dt {
  color: #a81016;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
}
.sAbout-intro .datas .dt .num {
  font-family: "impact", Arial, sans-serif;
  margin-right: 5px;
}
.sAbout-intro .datas .dd {
  margin-top: 10px;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .sAbout-intro .imax {
    margin-top: 1.5em;
  }
  .sAbout-intro .datas {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  .sAbout-intro .datas .dt {
    font-size: 14px;
  }
  .sAbout-intro .datas .dt .num {
    font-size: 24px;
  }
  .sAbout-intro .datas .dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sAbout-intro .datas .dt .num {
    font-size: 20px;
  }
}
.sAbout-douban .pic {
  right: 0;
}
.sAbout-douban .txt {
  color: #fff;
}
.sAbout-douban .txt .qImg {
  width: 1rem;
  height: 1rem;
  min-width: 32px;
  min-height: 32px;
  margin-bottom: 1rem;
}
.sAbout-jingshen .contain:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 100%;
  height: 2.2rem;
  width: 20rem;
  background-color: #a81016;
  pointer-events: none;
}
.sAbout-jingshen .pic {
  left: 0;
}
.sAbout-jingshen .txt {
  margin-left: 55%;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .sAbout-jingshen .contain:before {
    display: none;
  }
  .sAbout-jingshen .txt {
    margin-left: 0;
  }
}
.sAbout-s2 {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.sAbout-s2 .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;
}
.sAbout-s2 .contain:after {
  display: none;
}
.sAbout-s2 .contain {
  padding: 1.6rem 0;
}
.sAbout-s2 .pic {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
}
.sAbout-s2 .txt {
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sAbout-s2 .txt h1 {
  font-weight: bold;
}
.sAbout-s2 .txt h1 s {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  font-size: 1.5em;
}
.sAbout-s2 .txt .aside {
  margin-top: 10px;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
}
.sAbout-s2 .txt .imax {
  margin-top: 1rem;
}
@media screen and (max-width: 1600px) {
  .sAbout-s2 .txt .imax {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .sAbout-s2 .contain {
    display: block;
  }
  .sAbout-s2 .pic {
    position: relative;
    width: 720px;
    max-width: 100%;
    height: auto;
  }
  .sAbout-s2 .pic img {
    position: relative;
  }
  .sAbout-s2 .txt {
    width: 100%;
    margin-top: 0.8rem;
  }
  .sAbout-s2 .txt h1 {
    margin-top: 0.5rem;
  }
  .sAbout-s2 .txt .imax {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sAbout-s2 .txt h1 {
    font-size: 18px;
  }
  .sAbout-s2 .txt .aside {
    font-size: 15px;
  }
}
/* sMaster */
.sMaster-info {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.sMaster-info .imax {
  color: #333333;
}
@media screen and (max-width: 640px) {
  .sMaster-info .imax {
    font-size: 14px;
  }
}
.sMaster-inheritance {
  position: relative;
  z-index: 2;
  padding-top: 1.8rem;
  padding-bottom: 2rem;
}
.sMaster-inheritance .bg {
  height: auto;
}
.sMaster-inheritance .contain {
  padding-bottom: 0.6rem;
  background-color: #fffefd;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-image: url(../images/bgs-inheritance-contain.jpg);
  background-size: cover;
  background-position: 50% bottom;
  background-repeat: no-repeat;
}
/* sTechnique */
.sTechnique-list {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.sTechnique-list .item {
  position: relative;
  overflow: hidden;
}
.sTechnique-list .item:nth-child(2n+1) {
  padding-left: 50%;
}
.sTechnique-list .item:nth-child(2n+1) .txt {
  left: 0;
  padding-left: 0;
}
.sTechnique-list .item:nth-child(2n+1) .dd {
  left: 0;
  padding-right: 0.6rem;
}
.sTechnique-list .item:nth-child(2n+2) {
  padding-right: 50%;
}
.sTechnique-list .item:nth-child(2n+2) .txt {
  right: 0;
  padding-right: 0;
}
.sTechnique-list .item:nth-child(2n+2) .dd {
  right: 0;
  padding-right: 0.6rem;
}
.sTechnique-list .item .pic {
  width: 720px;
  height: 0;
  padding-bottom: 56.25%;
  max-width: 100%;
  background-color: #f1f1f1;
}
.sTechnique-list .item .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.2rem 1.6rem;
  color: #333333;
}
.sTechnique-list .item .dt {
  line-height: 1.2;
  margin-bottom: 1em;
}
.sTechnique-list .item .dd {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  bottom: 1.2rem;
  top: 1.2rem;
  margin-top: 2em;
  height: auto;
}
.sTechnique-list .item .dd .imax {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .sTechnique-list .item {
    padding: 0 !important;
  }
  .sTechnique-list .item .txt {
    position: relative;
    width: 100%;
    padding: 0.8rem 0.6rem !important;
  }
  .sTechnique-list .item .dt {
    margin-bottom: 8px;
  }
  .sTechnique-list .item .dd {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    padding-right: 0 !important;
  }
}
/* sFactory */
.sFactory {
  background-color: #f2f2f2;
}
.sFactory-datas {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sFactory-datas:after {
  display: none;
}
.sFactory-datas .dt {
  color: #333333;
}
.sFactory-datas .ds {
  margin-top: 0.7rem;
  color: #a81016;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
}
.sFactory-datas .ds .num {
  font-family: "impact", Arial, sans-serif;
  margin-right: 5px;
}
.sFactory-datas .dd {
  margin-top: 0.6rem;
  color: #666666;
}
@media screen and (max-width: 640px) {
  .sFactory-datas .ds {
    font-size: 14px;
  }
  .sFactory-datas .ds .num {
    font-size: 24px;
  }
  .sFactory-datas .dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sFactory-datas .dt .num {
    font-size: 20px;
  }
}
.sFactory-list {
  position: relative;
  z-index: 2;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.sFactory-list:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 50%;
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
}
.sFactory-list .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.sFactory-list .section:after {
  display: none;
}
.sFactory-list .section .txt {
  width: 555px;
  max-width: 45%;
}
.sFactory-list .section .txt .dt {
  margin-bottom: .75em;
  color: #333333;
}
.sFactory-list .section .txt .dd {
  color: #333333;
}
.sFactory-list .section .txt:after {
  content: " ";
  margin-top: .75em;
  display: block;
  width: 26px;
  height: 4px;
  background-color: #a81016;
}
@media screen and (max-width: 1024px) {
  .sFactory-list:before {
    right: 0;
  }
  .sFactory-list .section {
    display: block;
    padding: 0;
  }
  .sFactory-list .section:nth-child(1n+2) {
    margin-top: 0.8rem;
  }
  .sFactory-list .section .txt {
    margin-top: 0.6rem;
    width: 100%;
    min-width: 100%;
  }
  .sFactory-list .section .txt .dt {
    margin-bottom: 0.4rem;
  }
  .sFactory-list .section .txt:after {
    margin-top: 0.4rem;
  }
}
.sFactory-switch {
  position: relative;
  width: 600px;
  max-width: 45%;
}
.sFactory-switch .shade {
  height: 0;
  padding-bottom: 62.5%;
}
.sFactory-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.sFactory-switch .item.moveItem {
  position: absolute;
}
.sFactory-switch .pagination {
  display: block;
  height: 12px;
  line-height: 12px;
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
.sFactory-switch .pagination .container {
  width: 100%;
  margin: auto !important;
}
.sFactory-switch .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 6px;
  width: 12px;
  height: 12px;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border-radius: 12px;
  background-color: #c9c9c9;
}
.sFactory-switch .pagination .btn > em {
  display: none;
}
.sFactory-switch .pagination .btn.on {
  background-color: #a81016;
}
@media screen and (max-width: 1024px) {
  .sFactory-switch {
    max-width: 100%;
  }
  .sFactory-switch .item {
    background-color: #f1f1f1;
  }
  .sFactory-switch .pagination {
    bottom: 15px;
  }
}
/* sHonor */
.sHonor-tab {
  position: relative;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
}
.sHonor-tab .Th {
  padding-top: 1.6rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  color: #333333;
}
.sHonor-tab .Tt {
  padding-bottom: 1.4rem;
}
.sHonor-tab .Tt .box {
  position: relative;
}
.sHonor-tab .Tt .box.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sHonor-tab .Tt .box.on:after {
  display: none;
}
.sHonor-tab .Tt .empty {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6rem;
  margin-bottom: -1.4rem;
  text-align: center;
  color: #333333;
  background-color: #f5f5f5;
}
.sHonor-tab .Tt .pic {
  position: relative;
  z-index: 3;
  width: 720px;
  max-width: 50%;
  height: 0;
  padding-bottom: 31.25%;
  background-color: #fff;
}
.sHonor-tab .Tt .txt {
  position: relative;
  top: 1.4rem;
  margin-left: -5%;
  padding: 5% 5% 5% 10%;
  width: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f8f8;
  border: #f0f0f0 solid 1px;
}
.sHonor-tab .Tt .dt {
  z-index: 1;
  position: relative;
  padding-bottom: 1.2rem;
  font-weight: bold;
  color: #333333;
}
.sHonor-tab .Tt .dt:after {
  content: " ";
  z-index: -1;
  background-image: url(../images/dcts-honor.png);
  background-size: auto 0.72rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.16rem;
  height: 0.72rem;
}
.sHonor-tab .Tt .dd {
  margin-top: 0.2rem;
  font-weight: bold;
  color: #666666;
  line-height: 1.75;
}
.sHonor-tab .Tg {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 1.2rem;
  height: 72px;
}
.sHonor-tab .Tg:before {
  content: " ";
  position: absolute;
  right: -100%;
  left: -100%;
  top: 14px;
  height: 1px;
  background-color: #e4e4e4;
}
.sHonor-tab .Tg .viewport {
  overflow: hidden;
  padding-bottom: 0.3rem;
}
.sHonor-tab .Tg .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sHonor-tab .Tg .overview:after {
  display: none;
}
.sHonor-tab .Tg .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  padding-top: 14px;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  width: 50%;
  text-align: center;
  min-width: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sHonor-tab .Tg .btn:nth-child(1n+2) {
  margin-left: 0.6rem;
}
.sHonor-tab .Tg .btn:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 14px;
  background-color: #e4e4e4;
}
.sHonor-tab .Tg .btn > i {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.48rem;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.sHonor-tab .Tg .btn > i:before,
.sHonor-tab .Tg .btn > i:after {
  content: " ";
  position: absolute;
  left: 50%;
  border-radius: 50%;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.sHonor-tab .Tg .btn > i:before {
  top: 8px;
  width: 13px;
  height: 13px;
  margin-left: -6px;
  background-color: #a81016;
}
.sHonor-tab .Tg .btn > i:after {
  top: 2px;
  width: 25px;
  height: 25px;
  margin-left: -12px;
  background-color: rgba(168, 16, 22, 0.2);
}
.sHonor-tab .Tg .btn.on {
  color: #a81016;
}
.sHonor-tab .Tg .btn.on > i:before,
.sHonor-tab .Tg .btn.on > i:after {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1280px) {
  .sHonor-tab .Tt .txt {
    margin-left: -3%;
    padding: 5% 3% 5% 6%;
    width: 53%;
  }
}
@media screen and (max-width: 1024px) {
  .sHonor-tab .Tt .dt {
    padding-bottom: 0.48rem;
  }
  .sHonor-tab .Tt .dt:after {
    height: 0.24rem;
  }
  .sHonor-tab .Tg {
    height: 60px;
  }
  .sHonor-tab .Tg .viewport {
    overflow-x: auto;
  }
  .sHonor-tab .Tg .btn {
    font-size: 14px;
  }
  .sHonor-tab .Tg .btn > i:before {
    top: 8px;
    width: 11px;
    height: 11px;
    margin-left: -5px;
  }
  .sHonor-tab .Tg .btn > i:after {
    top: 5px ;
    width: 17px;
    height: 17px;
    margin-left: -8px;
  }
}
@media screen and (max-width: 768px) {
  .sHonor-tab .Tt {
    padding-bottom: 0;
  }
  .sHonor-tab .Tt .box.on {
    display: block;
  }
  .sHonor-tab .Tt .pic {
    max-width: 100%;
    height: 0;
    padding-bottom: 62.5%;
  }
  .sHonor-tab .Tt .txt {
    top: 0;
    margin-left: 0;
    width: 100%;
    padding: 5%;
  }
  .sHonor-tab .Tg {
    margin-top: 0.8rem;
    height: 48px;
  }
}
.sHonor-list {
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sHonor-list:after {
  display: none;
}
.sHonor-list + .pageListBox {
  padding-top: 0;
  padding-bottom: 30px;
}
.sHonor-list .item {
  background-color: #f8f8f8;
  border: #f0f0f0 solid 2px;
  padding: 0.3rem;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.sHonor-list .item .pic {
  height: 0;
  padding-bottom: 112.28070175%;
  background-color: transparent;
  border-bottom: #ebebeb solid 1px;
}
.sHonor-list .item .pic img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sHonor-list .item h3 {
  position: relative;
  margin-top: 0.3rem;
  padding: 0.2rem 30px 0.2rem 0;
  line-height: 1.25;
  color: #333333;
  font-weight: bold;
}
.sHonor-list .item h3:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0.2rem;
  width: 20px;
  height: 20px;
  background-image: url(../images/btns-zoomer.png);
  background-size: 18px 18px;
  background-position: right 1px;
  background-repeat: no-repeat;
}
.sHonor-list .item:hover {
  background-color: #f1f1f1;
}
.sHonor-list .item:hover h3 {
  color: #a81016;
}
/* sCulture */
.sCulture-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sCulture-columns:after {
  display: none;
}
.sCulture-columns .item {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 0;
  padding-bottom: 26.04166667%;
}
.sCulture-columns .item .bg {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.sCulture-columns .item .contain {
  position: absolute;
  z-index: 4;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
}
.sCulture-columns .item .contain .icoImg {
  width: 1.2rem;
  height: 1.2rem;
}
.sCulture-columns .item .contain .cn {
  margin-top: 0.48rem;
}
.sCulture-columns .item .contain .more {
  display: inline-block;
  margin-top: 1.6rem;
  padding-right: 28px;
  background-image: url(../images/btns-about-c.png);
  background-size: 14px auto;
  background-position: right 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.sCulture-columns .item:hover .bg {
  opacity: .95;
}
.sCulture-columns .item:hover .contain .more {
  margin-top: 0.8rem;
  padding-right: 24px;
}
@media screen and (max-width: 1024px) {
  .sCulture-columns .item .contain .more {
    margin-top: 0.96rem;
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sCulture-columns .item {
    padding-top: 5%;
  }
  .sCulture-columns .item .contain .cn {
    font-size: 16px;
  }
}
/* sSingle */
.sSingle-content {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
/* sStory */
.sStory-list {
  padding-top: 1.6rem;
  padding-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sStory-list:after {
  display: none;
}
.sStory-list + .pageListBox {
  padding-top: 0;
    padding-bottom: 30px;
}
.sStory-list .item {
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  padding-left: 1.2rem;
  padding-bottom: 0.3rem;
  text-align: center;
}
.sStory-list .item .picBox {
  z-index: 2;
  position: relative;
  padding-bottom: 1rem;
}
.sStory-list .item .picBox:before {
  content: " ";
  position: absolute;
  left: -1.2rem;
  bottom: 0;
  width: 30%;
  height: 30%;
  border-left: #f4f4f4 solid 0.88rem;
  border-bottom: #f4f4f4 solid 0.6rem;
  z-index: -1;
  pointer-events: none;
}
.sStory-list .item .picBox > s {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #dbdbdb;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.sStory-list .item .picBox > s:before,
.sStory-list .item .picBox > s:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  -webkit-transition: all 220ms ease 50ms;
  transition: all 220ms ease 50ms;
}
.sStory-list .item .picBox > s:before {
  width: 2px;
  height: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.sStory-list .item .picBox > s:after {
  width: 10px;
  height: 2px;
  margin-left: -5px;
  margin-top: -1px;
}
.sStory-list .item .pic {
  height: 0;
  padding-bottom: 120%;
  background-color: #f5f5f5;
  border-bottom: #ebebeb solid 1px;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.sStory-list .item h3 {
  position: relative;
  margin-top: 0.3rem;
  line-height: 1.25;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.sStory-list .item p {
  margin-top: 0.16rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  line-height: 1.25;
}
.sStory-list .item:hover h3,
.sStory-list .item:hover p {
  color: #a81016;
}
.sStory-list .item:hover .picBox > s {
  background-color: #a81016;
}
.sStory-list .item:hover .pic {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 1024px) {
  .sStory-list .item {
    padding-left: 0;
  }
  .sStory-list .item .picBox {
    padding: 0.2rem;
  }
  .sStory-list .item .picBox:before {
    display: none;
  }
  .sStory-list .item .picBox > s {
    display: none;
  }
}
.sStory-view {
  position: relative;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sStory-view:after {
  display: none;
}
.sStory-view .sidebar {
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  padding-left: 1.2rem;
  text-align: center;
  width: 29.86111111%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sStory-view .sidebar .picBox {
  z-index: 2;
  position: relative;
  padding-bottom: 1rem;
}
.sStory-view .sidebar .picBox:before {
  content: " ";
  position: absolute;
  left: -1.2rem;
  bottom: 0;
  width: 30%;
  height: 30%;
  border-left: #f4f4f4 solid 0.88rem;
  border-bottom: #f4f4f4 solid 0.64rem;
  z-index: -1;
  pointer-events: none;
}
.sStory-view .sidebar .pic {
  height: 0;
  padding-bottom: 120%;
  background-color: #f5f5f5;
  border-bottom: #ebebeb solid 1px;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.sStory-view .mainwrap {
  width: 66.66666667%;
}
.sStory-view .mainwrap .oList {
  margin-top: 0.7rem;
}
.sStory-view .mainwrap .oList .oLi:nth-child(1n+2) {
  margin-top: 0.5rem;
}
.sStory-view .mainwrap .oList .oLi .dt > span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  padding: 10px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background-color: #a81016;
  min-width: 4em;
}
.sStory-view .mainwrap .oList .oLi .dt > span:before,
.sStory-view .mainwrap .oList .oLi .dt > span:after {
  content: " ";
  position: absolute;
  left: 100%;
  margin-left: -1px;
  top: 0;
  width: 22px;
  height: 100%;
  pointer-events: none;
}
.sStory-view .mainwrap .oList .oLi .dt > span:before {
  z-index: -1;
  background-color: #a81016;
  -webkit-transform: skewX(30deg) translateX(-10px);
          transform: skewX(30deg) translateX(-10px);
}
.sStory-view .mainwrap .oList .oLi .dt > span:after {
  z-index: -2;
  background-color: rgba(168, 16, 22, 0.2);
  -webkit-transform: skewX(30deg) translateX(0px);
          transform: skewX(30deg) translateX(0px);
}
.sStory-view .mainwrap .oList .oLi .dd {
  margin-top: 0.4rem;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .sStory-view .sidebar {
    padding-left: 0;
  }
  .sStory-view .sidebar .picBox {
    padding-bottom: 0;
  }
  .sStory-view .sidebar .picBox:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sStory-view {
    display: block;
  }
  .sStory-view .sidebar {
    width: 370px;
    max-width: 100%;
  }
  .sStory-view .sidebar .sView-foot {
    position: absolute;
    left: 4.16666667%;
    right: 4.16666667%;
    bottom: 1.6rem;
  }
  .sStory-view .mainwrap {
    width: 100%;
    margin-top: 0.8rem;
    padding-bottom: 66px;
  }
  .sStory-view .mainwrap .sView-foot {
    display: block;
  }
}
/* sPartybd */
.sPartybd {
  position: relative;
}
.sPartybd-dt {
  position: relative;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding-bottom: 1em;
}
.sPartybd-dt .hr {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #d5d5d5;
  width: 6rem;
}
.sPartybd-dt .hr:after {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1px;
  width: 55px;
  height: 3px;
  background-color: #d1212b;
}
.sPartybd-intro {
  position: relative;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sPartybd-intro:after {
  display: none;
}
.sPartybd-intro .picBox {
  width: 48%;
  max-width: 100%;
  padding-right: 2.5rem;
  padding-bottom: 1.4rem;
  background-image: url(../images/bgs-partybd.png);
  background-size: 4.4rem auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sPartybd-intro .picBox img {
  width: 100%;
  border-right: 0.2rem solid #ffffff;
  border-bottom: 0.2rem solid #ffffff;
  background-color: #f1f1f1;
}
.sPartybd-intro .txt {
  position: static ;
  width: 48%;
  padding-top: 0.6rem;
  padding-bottom: 4.16666667%;
}
.sPartybd-intro .txt .dt,
.sPartybd-intro .txt .ds {
  color: #a81016;
  font-weight: bold;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
}
.sPartybd-intro .txt .ds {
  margin-top: 0.4rem;
  line-height: 1.66666667;
}
.sPartybd-intro .txt .dd {
  margin-top: 0.6rem;
  color: #333333;
  line-height: 1.875;
  padding-bottom: 0.8rem;
}
.sPartybd-intro .txt .df {
  position: absolute;
  left: 52%;
  bottom: 2rem;
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .sPartybd-intro {
    display: block;
  }
  .sPartybd-intro .picBox {
    width: 554px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .sPartybd-intro .picBox img {
    border: none;
  }
  .sPartybd-intro .txt {
    width: 100%;
    padding-top: 0;
    margin-top: 0.8rem;
  }
  .sPartybd-intro .txt .dd {
    margin-top: 0.4rem;
  }
  .sPartybd-intro .txt .df {
    left: 4.16666667%;
  }
}
.sPartybd-news {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  background-color: #f5f5f5;
}
.sPartybd-news-list {
  margin-top: 1.2rem;
}
.sPartybd-news-list .item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  border: #eaeaea solid 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.sPartybd-news-list .item .pic {
  z-index: 1;
  height: 0;
  padding-bottom: 74.35897436%;
  background-color: #000000;
  visibility: visible;
}
.sPartybd-news-list .item .pic img {
  opacity: .5;
}
.sPartybd-news-list .item .pic.load-error {
  background-image: none;
}
.sPartybd-news-list .item .txt {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 0.6rem;
  white-space: normal;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.sPartybd-news-list .item .txt .time {
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
}
.sPartybd-news-list .item .txt .time .d {
  text-indent: -1px;
}
.sPartybd-news-list .item .txt .time .ym {
  font-size: 14px;
}
.sPartybd-news-list .item .txt h3 {
  margin-top: 0.6rem;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  line-height: 1.25;
}
.sPartybd-news-list .item .txt p {
  margin-top: 0.3rem;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  height: 48px;
}
.sPartybd-news-list .item .txt .more {
  display: block;
  margin-top: 0.4rem;
}
@media screen and (min-width: 1025px) {
  .sPartybd-news-list .item:hover .txt,
  .sPartybd-news-list .item:hover .txt h3 {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .sPartybd-news-list .item .pic {
    position: relative;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .sPartybd-news-list .item .pic img {
    opacity: 1;
  }
  .sPartybd-news-list .item .txt {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    top: 0;
  }
  .sPartybd-news-list .item .txt .time {
    height: 14px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
  }
  .sPartybd-news-list .item .txt .time .d,
  .sPartybd-news-list .item .txt .time .ym {
    float: right;
    font-size: 14px;
  }
  .sPartybd-news-list .item .txt .time .d {
    text-indent: 0;
  }
  .sPartybd-news-list .item .txt .time .d:before {
    content: "/";
  }
  .sPartybd-news-list .item .txt h3 {
    margin-top: 8px;
  }
  .sPartybd-news-list .item .txt .more {
    display: none;
  }
}
.sPartybd-staff {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  background-color: #fff;
}
.sPartybd-staff .item {
  margin-top: 1.2rem;
}
.sPartybd-staff .item .pic {
  height: 0;
  padding-bottom: 68.47826087%;
}
.sPartybd-staff .item h3 {
  padding: 0.4rem 0.3rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.25em;
  text-align: center;
  color: #333333;
}
/* sNews */
.sNews-list {
  padding-top: 1.6rem;
  padding-bottom: 1.2rem;
}
.sNews-list + .pageListBox {
  padding-top: 0;
    padding-bottom: 30px;
}
.sNews-list .item {
  padding: 5% 4%;
  border-bottom: #e9e9e9 solid 1px;
}
.sNews-list .item:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e9e9e9;
}
.sNews-list .item .wrapIn {
  position: relative;
}
.sNews-list .item .time {
  position: absolute;
  top: 0;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
}
.sNews-list .item .time .d {
  color: #a81016;
}
.sNews-list .item .time .ym {
  margin-left: 0.2rem;
  color: #666666;
}
.sNews-list .item .pic {
  margin-top: 1em;
  height: 0;
  padding-bottom: 74.35897436%;
  background-color: #f1f1f1;
}
.sNews-list .item .pic:before {
  content: " ";
  z-index: 6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}
.sNews-list .item h3,
.sNews-list .item p {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.25;
}
.sNews-list .item h3 {
  font-weight: bold;
  color: #333333;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  margin-top: 0.5rem;
}
.sNews-list .item p {
  margin-top: 0.2rem;
  font-size: 14px;
  color: #666666;
}
.sNews-list .item s {
  display: block;
  margin-top: 0.6rem;
  color: #666666;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
@media screen and (min-width: 1025px) {
  .sNews-list .item:hover h3,
  .sNews-list .item:hover s {
    color: #a81016;
  }
  .sNews-list .item:hover .pic:before {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  .sNews-list .item:active h3,
  .sNews-list .item:active s {
    color: #a81016;
  }
}
@media screen and (min-width: 1025px) {
  .sNews-list .item {
    width: 28%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .sNews-list .item:nth-child(3n+1) {
    padding-left: 0;
  }
  .sNews-list .item:nth-child(3n+1):before {
    display: none;
  }
  .sNews-list .item:nth-child(3n+1) .time {
    left: 0;
  }
  .sNews-list .item:nth-child(3n+3) {
    padding-right: 0;
  }
  .sNews-list .item .time {
    left: 11.11111111%;
    margin-top: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .sNews-list .item {
    width: 46%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .sNews-list .item:nth-child(2n+1) {
    padding-left: 0;
  }
  .sNews-list .item:nth-child(2n+1):before {
    display: none;
  }
  .sNews-list .item:nth-child(2n+1) .time {
    left: 0;
  }
  .sNews-list .item:nth-child(2n+2) {
    padding-right: 0;
  }
  .sNews-list .item .pic {
    margin-top: 0;
  }
  .sNews-list .item .time {
    overflow: hidden;
    margin-top: 8px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .sNews-list .item .time .d,
  .sNews-list .item .time .ym {
    font-size: 14px;
    color: #999999;
    float: right;
  }
  .sNews-list .item .time .ym {
    margin-left: 0;
  }
  .sNews-list .item .time .d:before {
    content: "/";
  }
  .sNews-list .item p {
    margin-top: 8px;
    position: relative;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 36px;
    white-space: normal;
  }
  .sNews-list .item .more {
    display: none;
  }
}
.sNews-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sNews-view:after {
  display: none;
}
.sNews-view .mainwrap {
  width: 66.66666667%;
  padding: 1.6rem 0.8rem 1.6rem 0;
}
.sNews-view .mainwrap-head {
  text-align: center;
}
.sNews-view .mainwrap-head h1 {
  font-size: 26px;
  line-height: 34px;
  color: #333333;
}
.sNews-view .mainwrap-head p {
  margin-top: 20px;
  padding: 15px;
  background-color: #f5f5f5;
  line-height: 18px;
}
.sNews-view .mainwrap-body {
  margin-top: 30px;
}
.sNews-view .mainwrap-foot {
  position: relative;
  padding-top: 32px;
  margin-top: 40px;
  border-top: #dddddd solid 1px;
}
.sNews-view .mainwrap-foot .ctr {
  display: block;
  position: relative;
  height: 34px;
  line-height: 34px;
  max-width: 800px;
}
.sNews-view .mainwrap-foot .ctr s {
  float: left;
  margin-right: 15px;
  width: 98px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: #cccccc solid 1px;
}
.sNews-view .mainwrap-foot .ctr p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sNews-view .mainwrap-foot .ctr.next {
  margin-top: 10px;
}
.sNews-view .mainwrap-foot .backToList {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 120px;
  height: 34px;
  line-height: 34px;
  background-color: #fe0000;
  color: #fff;
}
.sNews-view .sidebar {
  position: relative;
  padding: 1.6rem 0 1.6rem 0.8rem;
  width: 27.77777778%;
  border-left: #ebebeb solid 1px;
}
.sNews-view .sidebar .dt {
  position: relative;
  margin-bottom: 0.7rem;
  color: #333333;
  padding-bottom: 0.4rem;
  border-bottom: #ebebeb solid 1px;
}
.sNews-view .sidebar .dt .more {
  font-size: 14px;
  color: #999999;
  position: absolute;
  right: 0;
  bottom: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .sNews-view {
    display: block;
  }
  .sNews-view .mainwrap {
    width: 100%;
    padding-right: 0;
  }
  .sNews-view .sidebar {
    width: 100%;
    padding: 0 0 0.6rem 0;
    border-left: none;
  }
}
.sNews-recommend {
  padding-top: 0;
  padding-bottom: 0;
}
.sNews-recommend .item {
  width: 100%;
  padding: 0 0 0.8rem;
}
.sNews-recommend .item:nth-child(1n+2) {
  margin-top: 0.8rem;
}
.sNews-recommend .item:before {
  display: none;
}
.sNews-recommend .item .pic {
  margin-top: 1.2em;
}
.sNews-recommend .item .time {
  margin-top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .sNews-recommend {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .sNews-recommend .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.4rem 0 0 !important;
    width: 300px !important;
    min-width: 300px !important;
  }
  .sNews-recommend .item .pic {
    margin-top: 0;
  }
  .sNews-recommend .item .time {
    margin-top: 8px;
  }
}
.sView-head {
  padding-bottom: 0.3rem;
  border-bottom: #999999 dashed 1px;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
}
.sView-head h1 {
  font-weight: bold;
  color: #a81016;
  line-height: 1.5;
}
.sView-head .aside {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
}
.sView-body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.sView-foot {
  position: relative;
  overflow: hidden;
  margin-top: 0.8rem;
  padding-bottom: 0.6rem;
  border-bottom: #a81016 solid 1px;
  line-height: 20px;
}
.sView-foot .ctr {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  padding: 0.2rem 0;
  color: #a81016;
}
.sView-foot .ctr > s {
  font-family: 'SimSun', '宋体';
  font-weight: bold;
}
.sView-foot .ctr.prev {
  float: left;
}
.sView-foot .ctr.next {
  float: right;
}
.sView-foot .ctr[href="#"],
.sView-foot .ctr[href=""] {
  cursor: not-allowed;
  color: #999999;
}
.sView-foot .backToList {
  position: absolute;
  top: 0 ;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.2rem 0.5rem;
  color: #a81016;
}
.sView-head2 {
  text-align: center;
  padding-bottom: 0.4rem;
  border-bottom: #ececec solid 1px;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
}
.sView-head2 h1 {
  color: #333333;
  line-height: 1.25;
}
.sView-head2 .aside {
  margin-top: 0.4rem;
}
.sView-head2 .aside > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  padding-left: 24px;
  margin-left: 5px;
  margin-right: 5px;
}
.sView-head2 .aside > span .icoImg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .sView-head2 .aside > span {
    padding-left: 20px;
  }
  .sView-head2 .aside > span .icoImg {
    width: 16px;
    height: 16px;
  }
}
.sView-body2 {
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}
.sView-foot2 {
  position: relative;
  overflow: hidden;
  line-height: 20px;
  padding-top: 0.5rem;
  border-top: #ececec solid 1px;
}
.sView-foot2 .ctr {
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  padding: 0.2rem 0;
  color: #333333;
  font-weight: bold;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
}
.sView-foot2 .ctr.prev {
  float: left;
  padding-left: 16px;
}
.sView-foot2 .ctr.prev:before {
  content: " ";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -8px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-color: transparent #666666 transparent transparent;
  border-style: dashed solid dashed dashed;
  font-size: 0;
}
.sView-foot2 .ctr.next {
  float: right;
  padding-right: 16px;
}
.sView-foot2 .ctr.next:before {
  content: " ";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-color: transparent transparent transparent #666666;
  border-style: dashed dashed dashed solid;
  font-size: 0;
}
.sView-foot2 .ctr[href="#"],
.sView-foot2 .ctr[href=""] {
  cursor: not-allowed;
  opacity: .6;
}
/* sProduct */
.sProduct-list {
  padding-top: 1.6rem;
  padding-bottom: 1.2rem;
}
.sProduct-list + .pageListBox {
  padding-top: 0;
    padding-bottom: 30px;
}
.sProduct-list .item .pic {
  z-index: 2;
  height: 0;
  padding-bottom: 117.93103448%;
}
.sProduct-list .item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.sProduct-list .item .pic:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background-color: #a81016;
  z-index: 8;
  pointer-events: none;
}
.sProduct-list .item .pic:after {
  content: " ";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #f6f6f6;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.sProduct-list .item .tag {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fe0000;
  border: #fe0000 solid 1px;
  z-index: 7;
}
.sProduct-list .item h3 {
  margin-top: 0.6rem;
  color: #000;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sProduct-list .item p {
  margin-top: 0.4rem;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 66px;
  height: 66px;
}
.sProduct-list .item .more {
  position: relative;
  z-index: 9;
  margin-top: 0.6rem;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #bebebe solid 1px;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  color: #333333;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .sProduct-list .item .more:hover {
    background-color: #a81016;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-list .item .more:active {
    background-color: #a81016;
    color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .sProduct-list .item h3:hover {
    color: #a81016;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-list .item h3:active {
    color: #a81016;
  }
}
@media screen and (min-width: 1025px) {
  .sProduct-list .item {
    width: 22%;
    margin-left: 4%;
  }
  .sProduct-list .item .pic:hover:after {
    padding-bottom: 85.29411765%;
  }
  .sProduct-list .item:nth-child(4n+1) {
    margin-left: 0;
  }
  .sProduct-list .item:nth-child(1n+5) {
    margin-top: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-list .item {
    padding-bottom: 5px;
  }
  .sProduct-list .item .tag {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
  .sProduct-list .item .more {
    display: none;
  }
}
.sProduct-view {
  padding-bottom: 1.6rem;
}
.sProduct-view-wrap {
  padding-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sProduct-view-wrap:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sProduct-view-wrap {
    display: block;
  }
}
.sProduct-album {
  position: relative;
  width: 52%;
}
.sProduct-album .Tt {
  width: 74%;
}
.sProduct-album .Tt .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding-bottom: 117.93103448%;
}
.sProduct-album .Tt .box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.sProduct-album .Tt .box.on {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.sProduct-album .Tg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 23%;
}
.sProduct-album .Tg .oScroll {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sProduct-album .Tg .btn {
  display: block;
  height: 0;
  padding-bottom: 117.93103448%;
}
.sProduct-album .Tg .btn:nth-child(1n+2) {
  margin-top: 11.42857143%;
}
@media screen and (max-width: 1024px) {
  .sProduct-album {
    width: 760px;
    max-width: 100%;
  }
  .sProduct-album .Tg .oScroll {
    overflow-y: auto;
  }
}
.sProduct-info {
  width: 44.44444444%;
}
.sProduct-info .head {
  position: relative;
  padding-bottom: 0.4rem;
  border-bottom: #e6e6e6 solid 1px;
}
.sProduct-info .head h1 {
  color: #333333;
  font-weight: bold;
  line-height: 1.66666667;
  margin-right: 120px;
}
.sProduct-info .head .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
  line-height: 20px;
  padding: 0.2rem;
  text-align: center;
  color: #fff;
  background-color: #a81016;
}
.sProduct-info .body {
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}
.sProduct-info .body .info {
  line-height: 1.5;
  color: #666666;
  padding-bottom: 0.6rem;
}
.sProduct-info .body .hr {
  background-color: #e3e3e3;
}
.sProduct-info .body .imax {
  margin-top: 0.6rem;
  font-size: 14px;
  line-height: 2;
  color: #666666;
}
.sProduct-info .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sProduct-info .foot:after {
  display: none;
}
.sProduct-info .foot .btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
  line-height: 30px;
  padding: 0.3rem 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #a81016;
  text-align: center;
  text-indent: 4px;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.sProduct-info .foot .btn .icoImg {
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  width: 30px;
  height: 30px;
}
.sProduct-info .foot .btn:after {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  content: ">";
  width: 30px;
  height: 30px;
  font-family: 'SimSun', '宋体' !important;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .sProduct-info .foot .btn:hover {
    background-color: #910e13;
  }
}
@media screen and (max-width: 1280px) {
  .sProduct-info .foot .btn {
    font-size: 14px;
    line-height: 24px;
  }
  .sProduct-info .foot .btn .icoImg {
    width: 24px;
    height: 24px;
  }
  .sProduct-info .foot .btn:after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .sProduct-info .body .imax {
    height: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-info {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.sProduct-slide {
  position: relative;
  margin-top: 1.6rem;
}
.sProduct-slide .dt {
  border-bottom: #dadada solid 1px;
}
.sProduct-slide .dt > span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #333333;
  font-weight: bold;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
  line-height: 1.5;
  padding-bottom: 0.4rem;
}
.sProduct-slide .dt > span:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 100%;
  background-color: #c4c4c4;
  border-radius: 3px;
}
.sProduct-slide .ctrs {
  position: absolute;
  right: 0;
  top: 0;
}
.sProduct-slide .ctrs .ctr {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 8;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  border: #ececec solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  text-align: center;
}
.sProduct-slide .ctrs .ctr s {
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.sProduct-slide .ctrs .ctr s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.sProduct-slide .ctrs .ctr:hover {
  color: #ffffff;
}
.ysqUEO .sProduct-slide .ctrs .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .sProduct-slide .ctrs .ctr s:before,
.ysqUEO .sProduct-slide .ctrs .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  margin-top: -0.5px;
  background-color: #333333;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.ysqUEO .sProduct-slide .ctrs .ctr s:before,
.ysqUEO .sProduct-slide .ctrs .ctr s:after {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .sProduct-slide .ctrs .ctr:hover s:before,
.ysqUEO .sProduct-slide .ctrs .ctr:hover s:after {
  background-color: #ffffff;
}
.ysqUEO .sProduct-slide .ctrs .ctr.prev s:before,
.ysqUEO .sProduct-slide .ctrs .ctr.prev s:after {
  margin-left: -4px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .sProduct-slide .ctrs .ctr.prev s:before {
  -webkit-transform: rotate(-45deg) translateX(-0.5px);
          transform: rotate(-45deg) translateX(-0.5px);
}
.ysqUEO .sProduct-slide .ctrs .ctr.prev s:after {
  -webkit-transform: rotate(45deg) translateX(-0.5px);
          transform: rotate(45deg) translateX(-0.5px);
}
.ysqUEO .sProduct-slide .ctrs .ctr.next s:before,
.ysqUEO .sProduct-slide .ctrs .ctr.next s:after {
  margin-left: -6px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .sProduct-slide .ctrs .ctr.next s:before {
  -webkit-transform: rotate(-45deg) translateX(0.5px);
          transform: rotate(-45deg) translateX(0.5px);
}
.ysqUEO .sProduct-slide .ctrs .ctr.next s:after {
  -webkit-transform: rotate(45deg) translateX(0.5px);
          transform: rotate(45deg) translateX(0.5px);
}
.ysqUEO .sProduct-slide .ctrs .ctr.prev:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(-0.5px);
          transform: rotate(-45deg) translateX(-0.5px);
}
.ysqUEO .sProduct-slide .ctrs .ctr.prev:hover s:after {
  -webkit-transform: rotate(45deg) translateX(-0.5px);
          transform: rotate(45deg) translateX(-0.5px);
}
.ysqUEO .sProduct-slide .ctrs .ctr.next:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(0.5px);
          transform: rotate(-45deg) translateX(0.5px);
}
.ysqUEO .sProduct-slide .ctrs .ctr.next:hover s:after {
  -webkit-transform: rotate(45deg) translateX(0.5px);
          transform: rotate(45deg) translateX(0.5px);
}
@media screen and (min-width: 1025px) {
  .sProduct-slide .ctrs .ctr:hover {
    background-color: #a81016;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-slide .ctrs .ctr:active {
    background-color: #a81016;
  }
}
.sProduct-slide .shade {
  margin-top: 2.60416667%;
  height: auto;
  background-color: #fff;
}
.sProduct-slide .box {
  position: relative !important;
  height: auto;
  white-space: nowrap;
  font-size: 0;
  padding: 0 !important;
}
.sProduct-slide .item {
  margin-left: 0 !important ;
  margin-top: 0 !important;
  white-space: normal;
}
.sProduct-slide .pagination {
  display: none;
  height: 10px;
  line-height: 10px;
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
.sProduct-slide .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border-radius: 10px;
  background-color: #a81016;
  opacity: .5;
}
.sProduct-slide .pagination .btn > em {
  display: none;
}
.sProduct-slide .pagination .btn.on {
  background-color: #a81016;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .sProduct-slide {
    padding-bottom: 48px;
  }
  .sProduct-slide .shade {
    margin-top: 1rem;
  }
  .sProduct-slide .ctrs {
    position: static !important;
  }
  .sProduct-slide .ctrs .ctr {
    position: absolute ;
    bottom: 0;
    background-color: #fff  ;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  }
  .sProduct-slide .ctrs .ctr.prev {
    left: 0;
  }
  .sProduct-slide .ctrs .ctr.next {
    right: 0;
  }
  .sProduct-slide .pagination {
    display: block;
  }
}
/* sQuality */
.sQuality-step .body {
  position: relative;
  padding-right: 9.6rem;
  min-height: 11.6rem;
  padding-top: 1.2rem;
  padding-bottom: 1.4rem;
}
.sQuality-step .body .qImg {
  position: absolute;
  right: 0;
  top: 1.2rem;
  width: 8.6rem;
}
@media screen and (max-width: 1024px) {
  .sQuality-step .body {
    padding-right: 0;
  }
  .sQuality-step .body .qImg {
    display: none;
  }
}
.sQuality-step-list .item {
  padding-right: 0.4rem;
}
.sQuality-step-list .item:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.sQuality-step-list .item .dt {
  position: relative;
  height: 1.4rem;
  line-height: 1.4rem;
  color: #a81016;
  font-weight: bold;
  z-index: 1;
}
.sQuality-step-list .item .dt > i {
  position: absolute;
  right: -0.5em;
  bottom: 0;
  width: 1em;
  text-align: center;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  font-style: italic;
  font-weight: bold;
  color: #a81016;
  line-height: 1;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
.sQuality-step-list .item .dt .words {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  font-size: 0.64rem;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
}
.sQuality-step-list .item .dt .words > b {
  display: inline-block;
  vertical-align: top;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #a81016;
  color: #fff;
  text-align: center;
}
.sQuality-step-list .item .dt .words > b:nth-child(1n+2) {
  margin-left: -0.2rem;
}
.sQuality-step-list .item .dt .words > b:last-child {
  margin-right: -0.7rem;
}
.sQuality-step-list .item .dt .words:after {
  content: " ";
  position: absolute;
  left: 100%;
  bottom: 1px;
  right: -1000px;
  background-color: #a81016;
  height: 1px;
}
.sQuality-step-list .item .dd {
  padding: 0.7rem 0;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .sQuality-step-list .item .dt {
    height: 40px;
    line-height: 40px;
  }
  .sQuality-step-list .item .dt .words {
    font-size: 20px;
  }
  .sQuality-step-list .item .dt .words > b {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .sQuality-step-list .item .dt {
    height: 32px;
    line-height: 32px;
  }
  .sQuality-step-list .item .dt .words {
    font-size: 16px;
  }
  .sQuality-step-list .item .dt .words > b {
    width: 32px;
    height: 32px;
  }
  .sQuality-step-list .item .dd {
    font-size: 14px;
  }
}
.sQuality-characteristics {
  z-index: 1;
  position: relative;
  color: #fff;
  padding-bottom: 1.8rem;
}
.sQuality-characteristics .subpage-third .dt {
  color: #fff;
}
.sQuality-characteristics .body {
  padding-top: 0.7rem;
  line-height: 2.25;
}
@media screen and (max-width: 640px) {
  .sQuality-characteristics .body {
    font-size: 14px;
  }
}
.sQuality-illustration .sQuality-illustration-switch {
  display: none;
}
.sQuality-illustration .sQuality-illustration-switch.on {
  display: block;
}
.sQuality-illustration-switch {
  position: relative;
  padding: 2rem 2.8rem;
}
.sQuality-illustration-switch .shade {
  height: 0;
  padding-bottom: 66.81034483%;
}
.sQuality-illustration-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 6;
}
.sQuality-illustration-switch .item.moveItem {
  position: absolute;
}
.sQuality-illustration-switch .ctr {
  display: none;
  z-index: 8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 120px;
  line-height: 120px;
  -webkit-transition: all 400ms ease 0s, all 220ms ease 0s, all 220ms ease 0s;
  transition: all 400ms ease 0s, all 220ms ease 0s, all 220ms ease 0s;
  background-color: #a81016;
  padding: 1rem 0.4rem;
  color: #ffffff;
  text-align: center;
}
.sQuality-illustration-switch .ctr s {
  font-size: 60px;
  font-weight: bold;
  padding: 1rem 0.4rem;
}
.sQuality-illustration-switch .ctr s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
}
.sQuality-illustration-switch .ctr:hover {
  color: #ffffff;
}
.ysqUEO .sQuality-illustration-switch .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .sQuality-illustration-switch .ctr s:before,
.ysqUEO .sQuality-illustration-switch .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background-color: #ffffff;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.ysqUEO .sQuality-illustration-switch .ctr s:before,
.ysqUEO .sQuality-illustration-switch .ctr s:after {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .sQuality-illustration-switch .ctr:hover s:before,
.ysqUEO .sQuality-illustration-switch .ctr:hover s:after {
  background-color: #ffffff;
}
.ysqUEO .sQuality-illustration-switch .ctr.prev s:before,
.ysqUEO .sQuality-illustration-switch .ctr.prev s:after {
  margin-left: -13px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .sQuality-illustration-switch .ctr.prev s:before {
  -webkit-transform: rotate(-45deg) translateX(-1px);
          transform: rotate(-45deg) translateX(-1px);
}
.ysqUEO .sQuality-illustration-switch .ctr.prev s:after {
  -webkit-transform: rotate(45deg) translateX(-1px);
          transform: rotate(45deg) translateX(-1px);
}
.ysqUEO .sQuality-illustration-switch .ctr.next s:before,
.ysqUEO .sQuality-illustration-switch .ctr.next s:after {
  margin-left: -17px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .sQuality-illustration-switch .ctr.next s:before {
  -webkit-transform: rotate(-45deg) translateX(1px);
          transform: rotate(-45deg) translateX(1px);
}
.ysqUEO .sQuality-illustration-switch .ctr.next s:after {
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
}
.ysqUEO .sQuality-illustration-switch .ctr.prev:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(-1px);
          transform: rotate(-45deg) translateX(-1px);
}
.ysqUEO .sQuality-illustration-switch .ctr.prev:hover s:after {
  -webkit-transform: rotate(45deg) translateX(-1px);
          transform: rotate(45deg) translateX(-1px);
}
.ysqUEO .sQuality-illustration-switch .ctr.next:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(1px);
          transform: rotate(-45deg) translateX(1px);
}
.ysqUEO .sQuality-illustration-switch .ctr.next:hover s:after {
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
}
.sQuality-illustration-switch .ctr.prev {
  left: 0;
}
.sQuality-illustration-switch .ctr.next {
  right: 0;
}
.sQuality-illustration-switch .ctr:hover {
  background-color: rgba(168, 16, 22, 0.88);
}
@media screen and (max-width: 1024px) {
  .sQuality-illustration-switch {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .sQuality-illustration-switch .ctr {
    width: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0.6rem 0.3rem;
    color: #ffffff;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
    text-align: center;
  }
  .sQuality-illustration-switch .ctr s {
    font-size: 32px;
    padding: 0.6rem 0.3rem;
  }
  .sQuality-illustration-switch .ctr s {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'SimSun', '宋体' !important;
    pointer-events: none;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
  }
  .sQuality-illustration-switch .ctr:hover {
    color: #ffffff;
  }
  .ysqUEO .sQuality-illustration-switch .ctr s {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    padding: inherit;
  }
  .ysqUEO .sQuality-illustration-switch .ctr s:before,
  .ysqUEO .sQuality-illustration-switch .ctr s:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin-top: -0.5px;
    background-color: #ffffff;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
  }
  .ysqUEO .sQuality-illustration-switch .ctr s:before,
  .ysqUEO .sQuality-illustration-switch .ctr s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .ysqUEO .sQuality-illustration-switch .ctr:hover s:before,
  .ysqUEO .sQuality-illustration-switch .ctr:hover s:after {
    background-color: #ffffff;
  }
  .ysqUEO .sQuality-illustration-switch .ctr.prev s:before,
  .ysqUEO .sQuality-illustration-switch .ctr.prev s:after {
    margin-left: -7px;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .ysqUEO .sQuality-illustration-switch .ctr.prev s:before {
    -webkit-transform: rotate(-45deg) translateX(-0.5px);
            transform: rotate(-45deg) translateX(-0.5px);
  }
  .ysqUEO .sQuality-illustration-switch .ctr.prev s:after {
    -webkit-transform: rotate(45deg) translateX(-0.5px);
            transform: rotate(45deg) translateX(-0.5px);
  }
  .ysqUEO .sQuality-illustration-switch .ctr.next s:before,
  .ysqUEO .sQuality-illustration-switch .ctr.next s:after {
    margin-left: -9px;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  .ysqUEO .sQuality-illustration-switch .ctr.next s:before {
    -webkit-transform: rotate(-45deg) translateX(0.5px);
            transform: rotate(-45deg) translateX(0.5px);
  }
  .ysqUEO .sQuality-illustration-switch .ctr.next s:after {
    -webkit-transform: rotate(45deg) translateX(0.5px);
            transform: rotate(45deg) translateX(0.5px);
  }
  .ysqUEO .sQuality-illustration-switch .ctr.prev:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(-0.5px);
            transform: rotate(-45deg) translateX(-0.5px);
  }
  .ysqUEO .sQuality-illustration-switch .ctr.prev:hover s:after {
    -webkit-transform: rotate(45deg) translateX(-0.5px);
            transform: rotate(45deg) translateX(-0.5px);
  }
  .ysqUEO .sQuality-illustration-switch .ctr.next:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(0.5px);
            transform: rotate(-45deg) translateX(0.5px);
  }
  .ysqUEO .sQuality-illustration-switch .ctr.next:hover s:after {
    -webkit-transform: rotate(45deg) translateX(0.5px);
            transform: rotate(45deg) translateX(0.5px);
  }
}
/* sKitchen */
.sKitchen-list {
  padding-top: 1.6rem;
  padding-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sKitchen-list:after {
  display: none;
}
.sKitchen-list + .pageListBox {
  padding-top: 0;
    padding-bottom: 30px;
}
.sKitchen-list .item {
  width: 48%;
  border-bottom: #d4d4d4 solid 1px;
  padding-bottom: 0.5rem;
}
.sKitchen-list .item:nth-child(1n+3) {
  margin-top: 3%;
}
.sKitchen-list .item .pic {
  height: 0;
  padding-bottom: 55.88235294%;
  background-color: #f1f1f1;
}
.sKitchen-list .item .pic:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background-image: url(../images/btns-play.png);
  background-size: 1.6rem 1.6rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.sKitchen-list .item h3 {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.5rem;
  padding-right: 160px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.sKitchen-list .item .time {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  color: #999999;
}
@media screen and (min-width: 1025px) {
  .sKitchen-list .item:hover .pic:after {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .sKitchen-list .item:hover h3 {
    color: #a81016;
  }
}
@media screen and (max-width: 1024px) {
  .sKitchen-list .item h3 {
    padding-right: 0;
  }
  .sKitchen-list .item .time {
    position: relative;
    bottom: auto;
    margin-top: 5px;
  }
}
.sKitchen-view {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
/* sGreen */
.sGreen-head {
  padding-bottom: 0.8rem;
}
.sGreen-head .dt {
  position: relative;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding-bottom: 1em;
}
.sGreen-head .dt .hr {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #d5d5d5;
  width: 6rem;
}
.sGreen-head .dt .hr:after {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1px;
  width: 55px;
  height: 3px;
  background-color: #d1212b;
}
.sGreen-head .dd {
  margin-top: 0.6rem;
  line-height: 2;
  color: #333333;
  padding-left: 4%;
  padding-right: 4%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sGreen-head .dd {
    font-size: 14px;
  }
}
.sGreen-identification {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  background-color: #f4f4f4;
}
.sGreen-identification-slide {
  position: relative;
  margin-top: -0.8rem;
  padding: 0.8rem 1.6rem;
  background-image: url(../images/bgs-identify.png);
  background-size: 100% 1.44rem;
  background-position: 50% bottom;
  background-repeat: no-repeat;
}
.sGreen-identification-slide .shade {
  height: auto;
}
.sGreen-identification-slide .box {
  position: relative !important;
  height: auto;
  white-space: nowrap;
  font-size: 0;
}
.sGreen-identification-slide .item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  border: #e2e2e2 solid 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.sGreen-identification-slide .item .pic {
  z-index: 1;
  height: 0;
  padding-bottom: 133.04347826%;
  background-color: #fff;
}
.sGreen-identification-slide .ctr {
  display: none;
  z-index: 8;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 30px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 400ms ease 0s, all 220ms ease 0s, all 220ms ease 0s;
  transition: all 400ms ease 0s, all 220ms ease 0s, all 220ms ease 0s;
  color: #c4c4c4;
  text-align: center;
}
.sGreen-identification-slide .ctr s {
  font-size: 48px;
  font-weight: bold;
}
.sGreen-identification-slide .ctr s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #c4c4c4;
  font-size: 48px;
  font-weight: bold;
}
.sGreen-identification-slide .ctr:hover {
  color: #f27f88;
}
.ysqUEO .sGreen-identification-slide .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .sGreen-identification-slide .ctr s:before,
.ysqUEO .sGreen-identification-slide .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #c4c4c4;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.ysqUEO .sGreen-identification-slide .ctr s:before,
.ysqUEO .sGreen-identification-slide .ctr s:after {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .sGreen-identification-slide .ctr:hover s:before,
.ysqUEO .sGreen-identification-slide .ctr:hover s:after {
  background-color: #f27f88;
}
.ysqUEO .sGreen-identification-slide .ctr.prev s:before,
.ysqUEO .sGreen-identification-slide .ctr.prev s:after {
  margin-left: -9px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .sGreen-identification-slide .ctr.prev s:before {
  -webkit-transform: rotate(-45deg) translateX(-1.5px);
          transform: rotate(-45deg) translateX(-1.5px);
}
.ysqUEO .sGreen-identification-slide .ctr.prev s:after {
  -webkit-transform: rotate(45deg) translateX(-1.5px);
          transform: rotate(45deg) translateX(-1.5px);
}
.ysqUEO .sGreen-identification-slide .ctr.next s:before,
.ysqUEO .sGreen-identification-slide .ctr.next s:after {
  margin-left: -15px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .sGreen-identification-slide .ctr.next s:before {
  -webkit-transform: rotate(-45deg) translateX(1.5px);
          transform: rotate(-45deg) translateX(1.5px);
}
.ysqUEO .sGreen-identification-slide .ctr.next s:after {
  -webkit-transform: rotate(45deg) translateX(1.5px);
          transform: rotate(45deg) translateX(1.5px);
}
.ysqUEO .sGreen-identification-slide .ctr.prev:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(-1.5px);
          transform: rotate(-45deg) translateX(-1.5px);
}
.ysqUEO .sGreen-identification-slide .ctr.prev:hover s:after {
  -webkit-transform: rotate(45deg) translateX(-1.5px);
          transform: rotate(45deg) translateX(-1.5px);
}
.ysqUEO .sGreen-identification-slide .ctr.next:hover s:before {
  -webkit-transform: rotate(-45deg) translateX(1.5px);
          transform: rotate(-45deg) translateX(1.5px);
}
.ysqUEO .sGreen-identification-slide .ctr.next:hover s:after {
  -webkit-transform: rotate(45deg) translateX(1.5px);
          transform: rotate(45deg) translateX(1.5px);
}
.sGreen-identification-slide .pagination {
  display: none;
  height: 10px;
  line-height: 10px;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
.sGreen-identification-slide .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border-radius: 10px;
  background-color: #a81016;
  opacity: .5;
}
.sGreen-identification-slide .pagination .btn > em {
  display: none;
}
.sGreen-identification-slide .pagination .btn.on {
  background-color: #a81016;
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .sGreen-identification-slide .ctr.prev {
    right: 100%;
  }
  .sGreen-identification-slide .ctr.next {
    left: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .sGreen-identification-slide .ctr {
    padding: 0.6rem 0.3rem;
    color: #c4c4c4;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
    text-align: center;
  }
  .sGreen-identification-slide .ctr.prev {
    left: -10px;
  }
  .sGreen-identification-slide .ctr.next {
    right: -10px;
  }
  .sGreen-identification-slide .ctr s {
    font-size: 32px;
  }
  .sGreen-identification-slide .ctr s {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'SimSun', '宋体' !important;
    pointer-events: none;
    text-align: center;
    color: #c4c4c4;
    font-size: 32px;
    font-weight: bold;
  }
  .sGreen-identification-slide .ctr:hover {
    color: #f27f88;
  }
  .ysqUEO .sGreen-identification-slide .ctr s {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    padding: inherit;
  }
  .ysqUEO .sGreen-identification-slide .ctr s:before,
  .ysqUEO .sGreen-identification-slide .ctr s:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background-color: #c4c4c4;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
  }
  .ysqUEO .sGreen-identification-slide .ctr s:before,
  .ysqUEO .sGreen-identification-slide .ctr s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .ysqUEO .sGreen-identification-slide .ctr:hover s:before,
  .ysqUEO .sGreen-identification-slide .ctr:hover s:after {
    background-color: #f27f88;
  }
  .ysqUEO .sGreen-identification-slide .ctr.prev s:before,
  .ysqUEO .sGreen-identification-slide .ctr.prev s:after {
    margin-left: -6px;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .ysqUEO .sGreen-identification-slide .ctr.prev s:before {
    -webkit-transform: rotate(-45deg) translateX(-1px);
            transform: rotate(-45deg) translateX(-1px);
  }
  .ysqUEO .sGreen-identification-slide .ctr.prev s:after {
    -webkit-transform: rotate(45deg) translateX(-1px);
            transform: rotate(45deg) translateX(-1px);
  }
  .ysqUEO .sGreen-identification-slide .ctr.next s:before,
  .ysqUEO .sGreen-identification-slide .ctr.next s:after {
    margin-left: -10px;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  .ysqUEO .sGreen-identification-slide .ctr.next s:before {
    -webkit-transform: rotate(-45deg) translateX(1px);
            transform: rotate(-45deg) translateX(1px);
  }
  .ysqUEO .sGreen-identification-slide .ctr.next s:after {
    -webkit-transform: rotate(45deg) translateX(1px);
            transform: rotate(45deg) translateX(1px);
  }
  .ysqUEO .sGreen-identification-slide .ctr.prev:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(-1px);
            transform: rotate(-45deg) translateX(-1px);
  }
  .ysqUEO .sGreen-identification-slide .ctr.prev:hover s:after {
    -webkit-transform: rotate(45deg) translateX(-1px);
            transform: rotate(45deg) translateX(-1px);
  }
  .ysqUEO .sGreen-identification-slide .ctr.next:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(1px);
            transform: rotate(-45deg) translateX(1px);
  }
  .ysqUEO .sGreen-identification-slide .ctr.next:hover s:after {
    -webkit-transform: rotate(45deg) translateX(1px);
            transform: rotate(45deg) translateX(1px);
  }
  .sGreen-identification-slide .pagination {
    display: block;
  }
}
.sGreen-promise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sGreen-promise:after {
  display: none;
}
.sGreen-promise .item {
  position: relative;
  z-index: 1;
  width: 33.33%;
  width: calc(100%/3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.sGreen-promise .item .contain {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.sGreen-promise .item .icoImg {
  width: 1.2rem;
  height: 1.2rem;
}
.sGreen-promise .item .dt {
  margin-top: 0.6rem;
  margin-bottom: .75em;
  line-height: 1.5;
}
.sGreen-promise .item .dd {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sGreen-promise {
    display: block;
  }
  .sGreen-promise .item {
    width: 100%;
    height: 0;
    padding-bottom: 54.0625%;
    text-align: center;
  }
  .sGreen-promise .item .contain {
    position: absolute;
    left: 4.16666667%;
    right: 4.16666667%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sGreen-promise .item .icoImg {
    width: 36px;
    height: 36px;
  }
  .sGreen-promise .item .dt {
    margin-top: 0.2rem;
    margin-bottom: 0;
  }
}
.sGreen-qControl {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.sGreen-qControl-tab .Tg .viewport {
  text-align: center;
}
.sGreen-qControl-tab .Tg .btn {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  padding: 0.2rem 1.5em;
  border-radius: 50px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  background-color: #f4f4f4;
  min-width: 4em;
}
.sGreen-qControl-tab .Tg .btn.on {
  background-color: #d1212b;
  color: #fff;
}
.sGreen-qControl-tab .Tt {
  margin-top: 0.8rem;
}
.sGreen-qControl-tab .Tt .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sGreen-qControl-tab .Tt .line:after {
  display: none;
}
.sGreen-qControl-tab .Tt .line:nth-child(1n+2) {
  margin-top: 2%;
}
.sGreen-qControl-tab .Tt .line .pic {
  width: 49%;
  height: 0;
  padding-bottom: 33.33333333%;
  background-color: #f5f5f5;
}
.sGreen-qControl-tab .Tt .line .pic img {
  max-width: auto;
  height: 100% !important;
}
.sGreen-qControl-tab .Tt .line .pic:nth-child(1n+3) {
  margin-top: 2%;
}
@media screen and (min-width: 1441px) {
  .sGreen-qControl-tab .Tg .btn {
    min-width: 8em;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sGreen-qControl-tab .Tt .line .pic {
    width: 100%;
    height: 0;
    padding-bottom: 66.66666667%;
  }
  .sGreen-qControl-tab .Tt .line .pic:nth-child(1n+2) {
    margin-top: 2%;
  }
}
/* sHr */
.sHr-info {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.sHr-info .dt {
  position: relative;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding-bottom: 1em;
}
.sHr-info .dt .hr {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #d5d5d5;
  width: 6rem;
}
.sHr-info .dt .hr:after {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1px;
  width: 55px;
  height: 3px;
  background-color: #d1212b;
}
.sHr-info .dd {
  margin-top: 0.6rem;
  line-height: 2;
  color: #333333;
  padding-left: 4%;
  padding-right: 4%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sHr-info .dd {
    font-size: 14px;
  }
}
.sHr-recruit {
  position: relative;
  background-color: #f2f2f2;
  padding-top: 1.6rem;
}
.sHr-recruit .head {
  padding-bottom: 1rem;
  text-align: center;
  color: #333333;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', source-han-serif-sc;
  font-weight: bold;
}
.sHr-recruit .filter {
  padding-bottom: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sHr-recruit .filter:after {
  display: none;
}
.sHr-recruit .filter .selecter {
  width: 49%;
  line-height: 30px;
  padding: 0.3rem 0.4rem;
  color: #333333;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
.sHr-list .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 10px 20px;
}
.sHr-list .tr:after {
  display: none;
}
.sHr-list .td {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0.2rem;
  line-height: 20px;
}
.sHr-list .td.td1 {
  width: 500px;
  text-align: left;
}
.sHr-list .td.td2 {
  width: 220px;
}
.sHr-list .td.td3 {
  width: 220px;
}
.sHr-list .td.td4 {
  width: 220px;
}
.sHr-list .td.td5 {
  width: 340px;
}
.sHr-list .dt {
  padding: 0.6rem 20px;
  background-color: #ffffff;
  color: #333333;
}
.sHr-list .dt .td {
  font-weight: bold;
}
.sHr-list .item {
  position: relative;
  overflow: hidden;
  border-top: #e9e9e9 dashed 1px;
  color: #333333;
}
.sHr-list .item .show {
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  color: #333333;
}
.sHr-list .item .spreadBtn {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #333333;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  text-align: center;
}
.sHr-list .item .spreadBtn s {
  font-family: 'SimSun', '宋体' !important;
  font-size: 16px;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.sHr-list .item .spreadBtn s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.sHr-list .item .spreadBtn:hover {
  color: #333333;
}
.ysqUEO .sHr-list .item .spreadBtn s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .sHr-list .item .spreadBtn s:before,
.ysqUEO .sHr-list .item .spreadBtn s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  margin-top: -0.5px;
  background-color: #333333;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.ysqUEO .sHr-list .item .spreadBtn s:before,
.ysqUEO .sHr-list .item .spreadBtn s:after {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .sHr-list .item .spreadBtn:hover s:before,
.ysqUEO .sHr-list .item .spreadBtn:hover s:after {
  background-color: #333333;
}
.ysqUEO .sHr-list .item .spreadBtn s:before,
.ysqUEO .sHr-list .item .spreadBtn s:after {
  margin-left: -5px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .sHr-list .item .spreadBtn s:before {
  -webkit-transform: rotate(-45deg) translateX(0.5px);
          transform: rotate(-45deg) translateX(0.5px);
}
.ysqUEO .sHr-list .item .spreadBtn s:after {
  -webkit-transform: rotate(45deg) translateX(0.5px);
          transform: rotate(45deg) translateX(0.5px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO .sHr-list .item .spreadBtn:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(0.5px);
            transform: rotate(-45deg) translateX(0.5px);
  }
  .ysqUEO .sHr-list .item .spreadBtn:hover s:after {
    -webkit-transform: rotate(45deg) translateX(0.5px);
            transform: rotate(45deg) translateX(0.5px);
  }
}
@media screen and (max-width: 1024px) {
  .ysqUEO .sHr-list .item .spreadBtn:active s:before {
    -webkit-transform: rotate(-45deg) translateX(0.5px);
            transform: rotate(-45deg) translateX(0.5px);
  }
  .ysqUEO .sHr-list .item .spreadBtn:active s:after {
    -webkit-transform: rotate(45deg) translateX(0.5px);
            transform: rotate(45deg) translateX(0.5px);
  }
}
.sHr-list .item .hide {
  display: none;
}
.sHr-list .item .hide .imax {
  padding: 0.6rem 0.7rem;
}
.sHr-list .item .hide .sdt {
  font-size: 16px;
  font-weight: bold;
}
.sHr-list .item.unfold .show {
  background-color: #a81016;
  color: #fff;
  cursor: pointer;
}
.sHr-list .item.unfold .spreadBtn s {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sHr-list .item.unfold .spreadBtn s:before,
.sHr-list .item.unfold .spreadBtn s:after {
  background-color: #fff !important;
}
@media screen and (min-width: 1025px) {
  .sHr-list .item:hover .show {
    background-color: #a81016;
    color: #fff;
    cursor: pointer;
  }
  .sHr-list .item:hover .spreadBtn s:before,
  .sHr-list .item:hover .spreadBtn s:after {
    background-color: #fff !important;
  }
}
@media screen and (max-width: 1024px) {
  .sHr-list .td {
    padding: 0.3rem 0.5rem;
  }
  .sHr-list .td.td1 {
    width: 40%;
  }
  .sHr-list .td.td2,
  .sHr-list .td.td3,
  .sHr-list .td.td4,
  .sHr-list .td.td5 {
    width: 15%;
  }
  .sHr-list .item .spreadBtn {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sHr-list .td.td2,
  .sHr-list .td.td3 {
    display: none;
  }
  .sHr-list .td.td4,
  .sHr-list .td.td5 {
    width: 30%;
  }
}
/* sContact */
.sContact-map {
  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-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.sContact-map:after {
  display: none;
}
.sContact-map .mapContain {
  position: relative;
  width: 66.66666667%;
  height: 0;
  padding-bottom: 55.55555556%;
}
.sContact-map .mapContain #dituContent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1.1;
  background-color: #f5f3f0;
}
.sContact-map .mapContain #dituContent .BMap_bubble_title {
  font-size: 16px;
  margin-bottom: 5px;
  padding-right: 16px;
  color: #fe0000;
}
.sContact-map .mapContain #dituContent .BMap_bubble_content {
  width: auto;
  font-size: 14px;
  line-height: 18px;
}
.sContact-map .mapContain #dituContent img {
  max-width: none;
}
._pen .sContact-map .mapContain {
  pointer-events: none;
}
.sContact-map .mapContain .mapDT {
  color: #a81016;
}
.sContact-map .mapContain .mapDD {
  margin-top: 10px;
  line-height: 1.4333;
}
.sContact-map .mapContain .mapsInfo .title {
  color: #a81016;
}
.sContact-map .mapContain .mapsInfo .address {
  margin-top: 5px;
  line-height: 1.5;
}
.sContact-map .mapContain .mapsInfo .btn {
  color: #a81016;
  text-decoration: underline;
}
.sContact-map .mapContain .mapsInfo .btn:before {
  content: "☞";
}
.sContact-map .query {
  position: relative;
  width: 30.55555556%;
  min-width: 240px;
  margin-left: 0.8rem;
}
.sContact-map .query .dt {
  height: 1rem;
  line-height: 1rem;
  color: #333333;
}
.sContact-map .query .dd {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  line-height: 0;
}
.sContact-map .query .dd:after {
  display: none;
}
.sContact-map .query .dd .selecter {
  width: 49%;
  background-color: #f2f2f2;
  line-height: 30px;
  padding: 0.3rem 0.4rem;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
.sContact-map .query .df {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 2.1rem;
  margin-top: 30px;
  width: 100%;
}
.sContact-map .query .df .module-Scrollbox {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0;
}
.sContact-map .query .df .scrollbar {
  right: 0;
  height: 100%;
  top: 0;
  background-color: #e3e3e3;
}
.sContact-map .query .df .scrollbar,
.sContact-map .query .df .scrollbar .thumb,
.sContact-map .query .df .scrollbar .track {
  width: 5px;
}
.sContact-map .query .df .scrollbar .track {
  position: relative;
}
.sContact-map .query .df .scrollbar .thumb {
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 2.5px;
  -webkit-transition: all 80ms ease 0s;
  transition: all 80ms ease 0s;
  right: 0;
  background-color: #555555;
}
.sContact-map .query .df .scrollbar .thumb .end {
  height: 5px;
  width: 5px;
}
.sContact-map .query .df .area-list .item {
  padding: 0.5rem 0.4rem;
  background-color: #f2f2f2;
  line-height: 1.5;
  color: #999999;
}
.sContact-map .query .df .area-list .item:nth-child(1n+2) {
  margin-top: 0.3rem;
}
.sContact-map .query .df .area-list .item .title {
  color: #333333;
}
.sContact-map .query .df .area-list .item .address {
  margin-top: 0.1rem;
}
@media screen and (max-width: 768px) {
  .sContact-map {
    display: block;
  }
  .sContact-map .mapContain {
    width: 100%;
    height: 0;
    padding-bottom: 83.33333333%;
    margin-bottom: 0.6rem;
    display: none;
  }
  .sContact-map .query {
    width: 100%;
    margin-left: 0;
  }
  .sContact-map .query .df {
    position: relative;
    top: auto;
    margin-top: 0.4rem;
  }
}
.sContact-messageBoard {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  background-color: #f2f2f2;
}
.sContact-messageBoard .head {
  text-align: center;
  color: #333333;
}
.sContact-messageBoard .head:after {
  content: " ";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4rem;
  width: 50px;
  height: 2px;
  background-color: #ed2d2d;
}
.sContact-messageBoard .head .dd {
  margin-top: 0.2rem;
  line-height: 1.5;
}
.sContact-messageBoard .body {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: -0.4rem;
}
.sContact-messageBoard .body:after {
  display: none;
}
.sContact-messageBoard .body .item {
  position: relative;
  margin-bottom: 0.4rem;
}
.sContact-messageBoard .body .item.w1 {
  width: 32%;
}
.sContact-messageBoard .body .item.w2 {
  width: 100%;
}
.sContact-messageBoard .body .item .aftPD {
  top: 0.36rem;
  left: auto;
  right: 0;
  width: 0.4rem;
  line-height: 24px;
}
.sContact-messageBoard .body .skin {
  display: block;
  width: 100%;
  padding: 0.36rem 0.4rem;
  line-height: 24px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
}
.sContact-messageBoard .body textarea.skin {
  height: 4.4rem;
}
.sContact-messageBoard .body .enter {
  margin-top: 0.6rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 30px;
  line-height: 30px;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #fff;
  background-color: #a81016;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sContact-messageBoard .body .item.w1 {
    width: 100%;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
  cursor: not-allowed;
  opacity: .5 !important;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 2px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
[data-fancybox-close]:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.fancy_zoomer {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
