﻿@charset "utf-8";

.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: 0.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: 0.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: 0.5s !important;
  animation-duration: 0.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: 0.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: 0.5em;
  height: 1px;
}
.cnsp {
 display: inline-block;
    vertical-align: middle;
    width: 0.5em;
    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;
  /* border: rgb(153, 153, 153) 1px solid; */
}
.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: #004294;
}
.bgc1 {
  background-color: #004294;
}
.c2 {
  color: #89c52f;
}
.bgc2 {
  background-color: #89c52f;
}
.c3 {
  color: #eddaa2;
}
.bgc3 {
  background-color: #eddaa2;
}
.ca {
  color: #333333;
}
.cc {
  color: #333333;
}
.cb {
  color: #666666;
}
.cs {
  color: #999999;
}
html {
  min-width: 440px;
}
body {
  color: #666666;
  font: 14px/1 "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
a {
  color: #333333;
}
a.on {
  color: #004294;
}
@media screen and (min-width: 1025px) {
  a:hover {
    color: #004294;
  }
}
@media screen and (max-width: 1024px) {
  a:active {
    color: #004294;
  }
}
.vmbox {
  font-size: 14px;
  line-height: 1.4333;
  font-family: "Microsoft JhengHei", "微软正黑体";
}
.info {
  font-size: 14px;
  line-height: 1.7143;
}
.imax {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .imax {
    line-height: 1.5;
  }
}
::-moz-selection {
  background: #004294;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #004294;
  color: #fff;
  text-shadow: none;
}
.pc ::-webkit-scrollbar {
  position: absolute;
  width: 4px;
  height: 4px;
}
.pc ::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}
.pc ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.pc ::-webkit-scrollbar-corner {
  background: transparent;
  height: 0;
  width: 0;
}
.loading {
  background-image: url(../images/loading.gif);
}
.loading-m {
  background-image: url(../images/loading-m.gif);
}
.load-error {
  background-image: url(../images/error.gif);
}
.ctr,
.btn,
.more,
.link {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.TopLine {
  position: relative;
}
@font-face {
  font-family: "Swiss721BT";
  src: url("../../fonts/swiss721bt-boldcondensed.woff2") format("woff2"),
    url("fonts/Swiss721BT-BoldCondensed.woff") format("woff"),
    url("../fonts/swiss721bt-boldcondensed.ttf") format("truetype"),
    url("../fonts/swiss721bt-boldcondensed.eot") format("embedded-opentype"),
    url("../fonts/swiss721bt-boldcondensed.svg") format("svg"),
    url("fonts/Swiss721BT-BoldCondensed.otf") format("opentype");
}
@font-face {
  font-family: "Geometr415";
  src: url("../../fonts/geometr415.woff2") format("woff2"),
    url("fonts/Geometr415.woff") format("woff"),
    url("../fonts/geometr415.ttf") format("truetype"),
    url("../fonts/geometr415.eot") format("embedded-opentype"),
    url("../fonts/geometr415.svg") format("svg"),
    url("fonts/Geometr415.otf") format("opentype");
}
.container,
.w {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .container,
  .w {
    width: 96%;
  }
}
@media (min-width: 1281px) {
  .container,
  .w {
    width: 1200px;
  }
}
@media (min-width: 1441px) {
  .container,
  .w {
    width: 1400px;
  }
}
@media (min-width: 1641px) {
  .container,
  .w {
    width: 1600px;
  }
}
@media (min-width: 1921px) {
  .container,
  .w {
    width: 96%;
  }
}
@media (max-width: 1024px) {
  .container,
  .w {
    width: auto;
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
@media (max-width: 640px) {
  .container,
  .w {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
.w-p {
  padding-left: 7.8125%;
  padding-right: 7.8125%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .w-p {
    padding-left: 4.16666667%;
    padding-right: 4.16666667%;
  }
}
@media screen and (max-width: 1024px) {
  .w-p {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
.dif1,
.sProduct-columns .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.dif1:after,
.sProduct-columns .item:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dif1,
  .sProduct-columns .item {
    display: block;
  }
}
.dif2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.dif2:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dif2 {
    display: block;
  }
}
/* ------------------- htmls ------------------- */
.more {
  position: relative;
  z-index: 2;
}
.more.more1 {
  display: block;
  width: 124px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  text-align: center;
  color: #004294;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.more.more1:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 1px #004294;
  border-radius: inherit;
}
.more.more1:hover {
  background-color: #0043943c;
}
.index{position: relative;z-index: 8;}
.more.more2 {
  display: block;
  width: 124px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  background-color: #004294;
  color: #fff;
  text-align: center;
}
.more.more2 s {
  font-family: "SimSun", "宋体";
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 1.5em;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .more.more1,
  .more.more2 {
    width: 112px;
    height: 30px;
    line-height: 30px;
  }
}
.module-Scrollbox.y {
  padding-right: 10px;
}
.module-Scrollbox.y .scrollbar {
  height: 100%;
  top: 0;
  background-color: #f1f1f1;
}
.module-Scrollbox.y .scrollbar,
.module-Scrollbox.y .scrollbar .thumb,
.module-Scrollbox.y .scrollbar .track {
  width: 5px;
}
.module-Scrollbox.y .scrollbar .thumb {
  height: 0;
  right: 0;
  background-color: #004294;
}
.module-Scrollbox.x .scrollbar {
  width: 100%;
  bottom: 0;
  background-color: #f1f1f1;
}
.module-Scrollbox.x .scrollbar,
.module-Scrollbox.x .scrollbar .thumb,
.module-Scrollbox.x .scrollbar .track {
  height: 5px;
}
.module-Scrollbox.x .scrollbar .thumb {
  width: 0;
  left: 0;
  background-color: #004294;
}
.module-Scrollbox.x .overview {
  display: inline-block;
}
.module-Scrollbox .scrollbar {
  /* display: none; */
  position: absolute;
  z-index: 3;
  right: 0;
}
.module-Scrollbox .scrollbar .track {
  position: relative;
}
.module-Scrollbox .scrollbar .thumb {
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 2.5px;
  -webkit-transition: all 80ms ease 0s;
  transition: all 80ms ease 0s;
}
.module-Scrollbox .scrollbar .thumb .end {
  height: 5px;
  width: 5px;
}
.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;
  }
}
/* 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: #004294;
  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: #004294;
}
#albumWindow .close.btn s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 43.2px;
  font-size: 28px;
  color: #ffffff;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO #albumWindow .close.btn s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO #albumWindow .close.btn s:before,
.ysqUEO #albumWindow .close.btn s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  background-color: #ffffff;
}
.ysqUEO #albumWindow .close.btn s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(5.38477631px, 0);
  transform: rotate(45deg) translate(5.38477631px, 0);
  top: 8px;
}
.ysqUEO #albumWindow .close.btn s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(5.38477631px, 0);
  transform: rotate(-45deg) translate(5.38477631px, 0);
  bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .ysqUEO #albumWindow .close.btn s:before,
  .ysqUEO #albumWindow .close.btn s:after {
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
  .ysqUEO #albumWindow .close.btn s:hover:before,
  .ysqUEO #albumWindow .close.btn s:hover:after {
    background-color: #ffffff;
  }
  #albumWindow .close.btn s:hover {
    color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .close.btn s:active {
    color: #ffffff;
  }
}
#albumWindow .close.btn s:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
#albumWindow .ctr {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 44px;
  height: 120px;
  -webkit-transition: all 400ms ease 0s, all 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: 0.8;
  line-height: 120px;
  color: #111111;
  text-align: center;
}
#albumWindow .ctr s {
  color: #004294;
  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;
}
@media screen and (min-width: 1025px) {
  #albumWindow .ctr .ysqUEO s:before,
  #albumWindow .ctr .ysqUEO s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  #albumWindow .ctr .ysqUEO:hover s:before,
  #albumWindow .ctr .ysqUEO:hover s:after {
    background-color: #111111;
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .ctr:active s:before,
  #albumWindow .ctr:active s:after {
    background-color: #111111;
  }
}
.ysqUEO #albumWindow .ctr.prev s:before,
.ysqUEO #albumWindow .ctr.prev s:after {
  margin-left: -7px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.ysqUEO #albumWindow .ctr.prev s:before {
  -webkit-transform: rotate(-40deg) translateX(-1.5px);
  transform: rotate(-40deg) translateX(-1.5px);
}
.ysqUEO #albumWindow .ctr.prev s:after {
  -webkit-transform: rotate(40deg) translateX(-1.5px);
  transform: rotate(40deg) translateX(-1.5px);
}
.ysqUEO #albumWindow .ctr.next s:before,
.ysqUEO #albumWindow .ctr.next s:after {
  margin-left: -13px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ysqUEO #albumWindow .ctr.next s:before {
  -webkit-transform: rotate(-40deg) translateX(1.5px);
  transform: rotate(-40deg) translateX(1.5px);
}
.ysqUEO #albumWindow .ctr.next s:after {
  -webkit-transform: rotate(40deg) translateX(1.5px);
  transform: rotate(40deg) translateX(1.5px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO #albumWindow .ctr.prev:hover s:before {
    -webkit-transform: rotate(-48deg) translateX(-1.5px);
    transform: rotate(-48deg) translateX(-1.5px);
  }
  .ysqUEO #albumWindow .ctr.prev:hover s:after {
    -webkit-transform: rotate(48deg) translateX(-1.5px);
    transform: rotate(48deg) translateX(-1.5px);
  }
  .ysqUEO #albumWindow .ctr.next:hover s:before {
    -webkit-transform: rotate(-48deg) translateX(1.5px);
    transform: rotate(-48deg) translateX(1.5px);
  }
  .ysqUEO #albumWindow .ctr.next:hover s:after {
    -webkit-transform: rotate(48deg) translateX(1.5px);
    transform: rotate(48deg) translateX(1.5px);
  }
}
@media screen and (max-width: 1024px) {
  #albumWindow .ctr.prev:active s:before {
    -webkit-transform: rotate(-48deg) translateX(-1.5px);
    transform: rotate(-48deg) translateX(-1.5px);
  }
  #albumWindow .ctr.prev:active s:after {
    -webkit-transform: rotate(48deg) translateX(-1.5px);
    transform: rotate(48deg) translateX(-1.5px);
  }
  #albumWindow .ctr.next:active s:before {
    -webkit-transform: rotate(-48deg) translateX(1.5px);
    transform: rotate(-48deg) translateX(1.5px);
  }
  #albumWindow .ctr.next:active s:after {
    -webkit-transform: rotate(48deg) translateX(1.5px);
    transform: rotate(48deg) translateX(1.5px);
  }
}
#albumWindow .ctr.prev {
  left: 0;
}
#albumWindow .ctr.next {
  right: 0;
}
#albumWindow .ctr.reject {
  display: none;
}
#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%;
  margin: 0 !important;
}
#albumWindow .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 3px;
  border-color: #222;
  width: 0;
  height: 0;
  border-width: 4px 4px 0 0;
  border-style: solid;
  -webkit-transition: all 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: #004294;
}
#albumWindow .originalBtn {
  position: absolute;
  z-index: 6;
  left: 0;
  line-height: 30px;
  color: #999999;
  cursor: pointer;
}
#albumWindow .originalBtn:hover {
  color: #004294;
}
#albumWindow .serialNum {
  position: absolute;
  z-index: 6;
  right: 0;
  line-height: 30px;
  color: #999999;
}
.formItem {
  position: relative;
}
.formItem .aftPD {
  position: absolute;
  left: 100%;
  top: 0;
  color: #f00;
  margin-left: 8px;
  white-space: nowrap;
  font-size: 14px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formItem .skin::-webkit-input-placeholder {
  color: #999999;
}
.formItem .skin:-moz-placeholder {
  color: #999999;
}
.formItem .skin::-moz-placeholder {
  color: #999999;
}
.formItem .skin:-ms-input-placeholder {
  color: #999999;
}
.formItem .skin._focus {
  border-color: #004294 !important;
  /* box-shadow: 0 0 1px 2px fade(@c1,15%); */
}
.formItem.red .skin {
  color: #f00;
  border-color: #f00;
}
.formItem.red .skin::-webkit-input-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin::-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-ms-input-placeholder {
  color: #ff0000;
}
/* 组件 */
/* keyframes use */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
    transform: scale3d(0.77, 0.77, 0.77);
  }
  50%,
  100% {
    opacity: 1;
  }
}
@keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
    transform: scale3d(0.77, 0.77, 0.77);
  }
  50%,
  100% {
    opacity: 1;
  }
}
.zoomIns {
  -webkit-animation-name: zoomIns;
  animation-name: zoomIns;
}
.AnflashOver {
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 333ms;
  animation-duration: 333ms;
}
.AnflashOver:before {
  -webkit-animation-name: AnflashOver;
  animation-name: AnflashOver;
  -webkit-animation-duration: 333ms;
  animation-duration: 333ms;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 150px;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.2)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
}
@-webkit-keyframes AnflashOver {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-149px);
    transform: skewX(-25deg) translateX(-149px);
  }
  to {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
    transform: skewX(-25deg) translateX(149px);
  }
}
@keyframes AnflashOver {
  0% {
    -webkit-transform: skewX(-25deg) translateX(-149px);
    transform: skewX(-25deg) translateX(-149px);
  }
  to {
    left: 100%;
    -webkit-transform: skewX(-25deg) translateX(149px);
    transform: skewX(-25deg) translateX(149px);
  }
}
@-webkit-keyframes fadeInUps {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUps {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUps {
  -webkit-animation-name: fadeInUps;
  animation-name: fadeInUps;
}
@-webkit-keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDowns {
  -webkit-animation-name: fadeInDowns;
  animation-name: fadeInDowns;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInY {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInY {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInY {
  -webkit-animation-name: rotateInY;
  animation-name: rotateInY;
}
@-webkit-keyframes bannerRotateY {
  0%,
  66% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes bannerRotateY {
  0%,
  66% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes mouseRoll {
  0% {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes mouseRoll {
  0% {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.mouseRoll {
  -webkit-animation-name: mouseRoll;
  animation-name: mouseRoll;
}
@-webkit-keyframes mouseRollDelay {
  0% {
    -webkit-transform: translate(-50%, 15%);
    transform: translate(-50%, 15%);
  }
  75%,
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes mouseRollDelay {
  0% {
    -webkit-transform: translate(-50%, 15%);
    transform: translate(-50%, 15%);
  }
  75%,
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.mouseRollDelay {
  -webkit-animation-name: mouseRollDelay;
  animation-name: mouseRollDelay;
}
.ysqUEO .abtnSc {
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.ysqUEO .abtnSc:after {
  z-index: -1;
  content: " ";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -120px;
  margin-top: -120px;
  background-color: #fff;
  width: 240px;
  height: 240px;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .abtnSc:after {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0.1;
    visibility: hidden;
  }
  .ysqUEO .abtnSc:hover:after {
    -webkit-transition: all 350ms ease-in 0ms;
    transition: all 350ms ease-in 0ms;
    opacity: 0.15;
    visibility: visible;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
.ysqUEO .abtnBd {
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.ysqUEO .abtnBd:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  border: 0 solid #aaaaaa;
  border-radius: inherit;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .abtnBd:after {
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
  }
  .ysqUEO .abtnBd:hover:after {
    border-width: 30px;
    opacity: 0.2;
  }
}
.ysqUEO .abtnMask {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  background-color: #ffffff \9;
}
.ysqUEO .abtnMask:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  z-index: 8;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: "alpha(opacity=0)";
  *zoom: 1;
  pointer-events: none;
  -webkit-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .abtnMask:after {
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
  }
  .ysqUEO .abtnMask:hover:after {
    opacity: 0.07;
  }
}
/* ysq _ ROW | TR */
.ysqTr,
.ysqRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.ysqTr:after,
.ysqRow:after {
  display: none;
}
.ysqTr:after,
.ysqRow:after {
  display: none;
}
.ysqTr > .cell,
.ysqRow > .col {
  position: relative;
  overflow: hidden;
  z-index: 1;
  float: left;
  -webkit-transition: background 250ms, color 250ms, -webkit-transform 250ms;
  transition: background 250ms, color 250ms, -webkit-transform 250ms;
  transition: transform 250ms, background 250ms, color 250ms;
  transition: transform 250ms, background 250ms, color 250ms,
    -webkit-transform 250ms;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
li.kong {
  height: 0 !important;
  min-height: 0 !important;
  visibility: hidden;
  margin-top: 0 !important;
}
@media screen and (min-width: 1025px) {
  .ysqTr > .cell3 {
    width: 33.333%;
  }
  .ysqTr > .cell4 {
    width: 25%;
  }
  .ysqRow > .col3 {
    width: 32%;
    margin-left: 2%;
    box-shadow: 0px 0px 30px 0px rgba(205, 205, 205, 0.5);
    border-radius: 10px;
  }
  .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) {
  .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%;
  }
  .ysqTr > .cell4 {
    width: 50%;
  }
}
@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) {
  .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;
  }
}
/* 模态窗 */
.TAlert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.TAlert .contain {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  z-index: 9;
  max-width: 80%;
  width: 400px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  text-align: left;
  line-height: 1.4333;
  font-size: 16px;
  border-radius: 5px;
  max-width: 90%;
}
.TAlert .contain .Tclose {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 40px;
  height: 40px;
}
.TAlert .contain .Tclose s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #333333;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
}
.ysqUEO .TAlert .contain .Tclose s {
  overflow: hidden;
  text-indent: 120%;
}
.ysqUEO .TAlert .contain .Tclose s:before,
.ysqUEO .TAlert .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  background-color: #333333;
}
.ysqUEO .TAlert .contain .Tclose s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(3.93502884px, 0);
  transform: rotate(45deg) translate(3.93502884px, 0);
  top: 9px;
}
.ysqUEO .TAlert .contain .Tclose s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(3.93502884px, 0);
  transform: rotate(-45deg) translate(3.93502884px, 0);
  bottom: 9px;
}
@media screen and (min-width: 1025px) {
  .ysqUEO .TAlert .contain .Tclose s:before,
  .ysqUEO .TAlert .contain .Tclose s:after {
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
  .ysqUEO .TAlert .contain .Tclose s:hover:before,
  .ysqUEO .TAlert .contain .Tclose s:hover:after {
    background-color: #333333;
  }
  .TAlert .contain .Tclose s:hover {
    color: #333333;
  }
}
@media screen and (max-width: 1024px) {
  .TAlert .contain .Tclose s:active {
    color: #333333;
  }
}
.TAlert .contain .Tclose s:hover {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.TAlert .contain .head {
  padding: 10px 15px;
  border-bottom: #cccccc solid 1px;
  color: #333;
  background-color: #fff;
}
.TAlert .contain .body {
  padding: 15px;
  font-size: 14px;
  background-color: #fff;
  color: #444;
}
.TAlert .contain .foot {
  position: relative;
  width: 100%;
  height: 40px;
  border-top: #cccccc solid 1px;
}
.TAlert .contain .foot .btn {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 50%;
  text-align: center;
  font-size: 15px;
}
.TAlert .contain .foot .btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0);
}
.TAlert .contain .foot .btn:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.TAlert .contain .foot .btn.enter {
  left: 0;
  background-color: #004294;
  color: #fff;
}
.TAlert .contain .foot .btn.close {
  right: 0;
  background-color: #f1f1f1;
  border-left: #cfcfcf solid 1px;
  color: #333;
}
.TAlert .contain .foot .btn.w100 {
  border-left: none;
}
.ysqUEO .TAlert .contain {
  opacity: 0;
  -webkit-transition: all 330ms ease 0s;
  transition: all 330ms ease 0s;
  -webkit-transform: translateY(-100%) scale(0.2);
  transform: translateY(-100%) scale(0.2);
}
.ysqUEO .TAlert.on .contain {
  opacity: 1;
  -webkit-transform: none !important;
  transform: none !important;
}
.pageListBox {
  padding-top: 1rem;
}
.pageListBox .pageList {
  position: relative;
  line-height: 38px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: hidden;
}
.pageListBox .pageList ul {
  position: relative;
  float: none !important;
}
.pageListBox .pageList ul,
.pageListBox .pageList ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.pageListBox .pageList ul li {
  margin: 0 4px;
  font-size: 14px;
}
.pageListBox .pageList ul .ctr a {
  font-weight: bold;
  font-size: 14px;
  font-family: "SimSun", "宋体" !important;
}
.pageListBox .pageList a {
  display: block;
  border: #d8dce0 solid 1px;
  width: 38px;
  height: 38px;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
  border-radius: 40px;
  color: #999;
  background-color: #fff;
  -webkit-transition: background 200ms, color 200ms;
  transition: background 200ms, color 200ms;
  font-size: 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.pageListBox .pageList a.selected {
  color: #fff;
  background-color: #004294;
  border-color: #004294;
}
.pageListBox .pageList a:active {
  border-color: #fff !important;
}
@media screen and (min-width: 1025px) {
  .pageListBox .pageList a:hover {
    color: #fff;
    background-color: #004294;
    border-color: #004294;
  }
}
@media screen and (max-width: 1024px) {
  .pageListBox .pageList {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pageListBox .pageList a:active {
    color: #fff;
    background-color: #004294;
    border-color: #004294;
  }
}
@media screen and (max-width: 768px) {
  .pageListBox .pageList {
    line-height: 28px;
  }
  .pageListBox .pageList ul li {
    margin-left: 4px;
    margin-right: 4px;
  }
  .pageListBox .pageList a {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
html {
  font-size: 50px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 45px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 95px;
  }
}
@media screen and (max-width: 950px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 90px;
  }
}
@media screen and (max-width: 900px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 85px;
  }
}
@media screen and (max-width: 850px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 80px;
  }
}
@media screen and (max-width: 800px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 75px;
  }
}
@media screen and (max-width: 750px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 70px;
  }
}
@media screen and (max-width: 700px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 65px;
  }
}
@media screen and (max-width: 650px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  .fzRes,
  .w-p,
  .index-partner-marquee .item .img {
    font-size: 45px;
  }
}
.fz60,
.sCulture-brand .oList .oLi i {
  font-size: 60px;
}
@media screen and (max-width: 1440px) {
  .fz60,
  .sCulture-brand .oList .oLi i {
    font-size: 54px;
  }
}
@media screen and (max-width: 1024px) {
  .fz60,
  .sCulture-brand .oList .oLi i {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .fz60,
  .sCulture-brand .oList .oLi i {
    font-size: 40px;
  }
}
.fz48,
.index-head .en,
.index-about-info .df .col .sdt .num,
.sAbout-head .en,
.sAbout-datas .dt,
.sAbout-datas .dd .col .sdt .num,
.sLeague-head .en,
.sLeague-agency .list5 .oLi i {
  font-size: 48px;
}
@media screen and (max-width: 1440px) {
  .fz48,
  .index-head .en,
  .index-about-info .df .col .sdt .num,
  .sAbout-head .en,
  .sAbout-datas .dt,
  .sAbout-datas .dd .col .sdt .num,
  .sLeague-head .en,
  .sLeague-agency .list5 .oLi i {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .fz48,
  .index-head .en,
  .index-about-info .df .col .sdt .num,
  .sAbout-head .en,
  .sAbout-datas .dt,
  .sAbout-datas .dd .col .sdt .num,
  .sLeague-head .en,
  .sLeague-agency .list5 .oLi i {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .fz48,
  .index-head .en,
  .index-about-info .df .col .sdt .num,
  .sAbout-head .en,
  .sAbout-datas .dt,
  .sAbout-datas .dd .col .sdt .num,
  .sLeague-head .en,
  .sLeague-agency .list5 .oLi i {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  .fz48,
  .index-head .en,
  .index-about-info .df .col .sdt .num,
  .sAbout-head .en,
  .sAbout-datas .dt,
  .sAbout-datas .dd .col .sdt .num,
  .sLeague-head .en,
  .sLeague-agency .list5 .oLi i {
    font-size: 30px;
  }
}
.fz40,
.sLeague-axdvantage .oList .oLi .dt i {
  font-size: 40px;
}
@media screen and (max-width: 1440px) {
  .fz40,
  .sLeague-axdvantage .oList .oLi .dt i {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .fz40,
  .sLeague-axdvantage .oList .oLi .dt i {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .fz40,
  .sLeague-axdvantage .oList .oLi .dt i {
    font-size: 26px;
  }
}
.fz36,
.sLeague-head .cn {
  font-size: 36px;
}
@media screen and (max-width: 1440px) {
  .fz36,
  .sLeague-head .cn {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .fz36,
  .sLeague-head .cn {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .fz36,
  .sLeague-head .cn {
    font-size: 24px;
  }
}
.fz32,
.subpage-banner .contain .cn,
.sProduct-info h1,
.sLeague-apply-form .dt {
  font-size: 32px;
}
@media screen and (max-width: 1440px) {
  .fz32,
  .subpage-banner .contain .cn,
  .sProduct-info h1,
  .sLeague-apply-form .dt {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .fz32,
  .subpage-banner .contain .cn,
  .sProduct-info h1,
  .sLeague-apply-form .dt {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .fz32,
  .subpage-banner .contain .cn,
  .sProduct-info h1,
  .sLeague-apply-form .dt {
    font-size: 22px;
  }
}
.fz28,
.index-head .cn,
.index-dexiya-why .head .dt,
.sAbout-head .cn,
.sAbout-history-list .oLi .dt,
.sAbout-honor-txt .dt,
.sCulture-brand .head .dt,
.sProduct-columns .item .txt .dt .cn,
.sProduct-info .dt .cn,
.sCase-head span .cn,
.sLeague-agency .list3 .oLi .txt .dt,
.sNews-view-head h1 {
  font-size: 28px;
}
@media screen and (max-width: 1440px) {
  .fz28,
  .index-head .cn,
  .index-dexiya-why .head .dt,
  .sAbout-head .cn,
  .sAbout-history-list .oLi .dt,
  .sAbout-honor-txt .dt,
  .sCulture-brand .head .dt,
  .sProduct-columns .item .txt .dt .cn,
  .sProduct-info .dt .cn,
  .sCase-head span .cn,
  .sLeague-agency .list3 .oLi .txt .dt,
  .sNews-view-head h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .fz28,
  .index-head .cn,
  .index-dexiya-why .head .dt,
  .sAbout-head .cn,
  .sAbout-history-list .oLi .dt,
  .sAbout-honor-txt .dt,
  .sCulture-brand .head .dt,
  .sProduct-columns .item .txt .dt .cn,
  .sProduct-info .dt .cn,
  .sCase-head span .cn,
  .sLeague-agency .list3 .oLi .txt .dt,
  .sNews-view-head h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .fz28,
  .index-head .cn,
  .index-dexiya-why .head .dt,
  .sAbout-head .cn,
  .sAbout-history-list .oLi .dt,
  .sAbout-honor-txt .dt,
  .sCulture-brand .head .dt,
  .sProduct-columns .item .txt .dt .cn,
  .sProduct-info .dt .cn,
  .sCase-head span .cn,
  .sLeague-agency .list3 .oLi .txt .dt,
  .sNews-view-head h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .fz28,
  .index-head .cn,
  .index-dexiya-why .head .dt,
  .sAbout-head .cn,
  .sAbout-history-list .oLi .dt,
  .sAbout-honor-txt .dt,
  .sCulture-brand .head .dt,
  .sProduct-columns .item .txt .dt .cn,
  .sProduct-info .dt .cn,
  .sCase-head span .cn,
  .sLeague-agency .list3 .oLi .txt .dt,
  .sNews-view-head h1 {
    font-size: 18px;
  }
}
.fz24,
.index-product-list .item .txt h3,
.index-news .col .dt span,
.subpage-banner .contain .en,
.subpage-banner .contain .btn,
.sCulture-intro .oList .oLi .dt,
.sCulture-list3 .col .contain .dt,
.sMien-list .item .txt .cn,
.sProduct-columns .item .txt .dt .en,
.sProduct-info .dt .en,
.sCase-head span .en,
.sCase-messageBoard-form .dt,
.sLeague-axdvantage .oList .oLi .dt,
.sLeague-agency .list5 .oLi p,
.sLeague-apply .tel,
.sSiteMap .firItem .link1,
.sNews-relative .dt span {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .fz24,
  .index-product-list .item .txt h3,
  .index-news .col .dt span,
  .subpage-banner .contain .en,
  .subpage-banner .contain .btn,
  .sCulture-intro .oList .oLi .dt,
  .sCulture-list3 .col .contain .dt,
  .sMien-list .item .txt .cn,
  .sProduct-columns .item .txt .dt .en,
  .sProduct-info .dt .en,
  .sCase-head span .en,
  .sCase-messageBoard-form .dt,
  .sLeague-axdvantage .oList .oLi .dt,
  .sLeague-agency .list5 .oLi p,
  .sLeague-apply .tel,
  .sSiteMap .firItem .link1,
  .sNews-relative .dt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fz24,
  .index-product-list .item .txt h3,
  .index-news .col .dt span,
  .subpage-banner .contain .en,
  .subpage-banner .contain .btn,
  .sCulture-intro .oList .oLi .dt,
  .sCulture-list3 .col .contain .dt,
  .sMien-list .item .txt .cn,
  .sProduct-columns .item .txt .dt .en,
  .sProduct-info .dt .en,
  .sCase-head span .en,
  .sCase-messageBoard-form .dt,
  .sLeague-axdvantage .oList .oLi .dt,
  .sLeague-agency .list5 .oLi p,
  .sLeague-apply .tel,
  .sSiteMap .firItem .link1,
  .sNews-relative .dt span {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .fz24,
  .index-product-list .item .txt h3,
  .index-news .col .dt span,
  .subpage-banner .contain .en,
  .subpage-banner .contain .btn,
  .sCulture-intro .oList .oLi .dt,
  .sCulture-list3 .col .contain .dt,
  .sMien-list .item .txt .cn,
  .sProduct-columns .item .txt .dt .en,
  .sProduct-info .dt .en,
  .sCase-head span .en,
  .sCase-messageBoard-form .dt,
  .sLeague-axdvantage .oList .oLi .dt,
  .sLeague-agency .list5 .oLi p,
  .sLeague-apply .tel,
  .sSiteMap .firItem .link1,
  .sNews-relative .dt span {
    font-size: 16px;
  }
}
.fz20,
.index-banner .item .contain .btn,
.index-dexiya-why-tab .Tt .dt,
.subpage-banner .contain .hr,
.sCase-list .item .txt h3,
.sLeague-agency .list5 .oLi:before,
.sContact-map .query .df .area-list .item .title {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .fz20,
  .index-banner .item .contain .btn,
  .index-dexiya-why-tab .Tt .dt,
  .subpage-banner .contain .hr,
  .sCase-list .item .txt h3,
  .sLeague-agency .list5 .oLi:before,
  .sContact-map .query .df .area-list .item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .fz20,
  .index-banner .item .contain .btn,
  .index-dexiya-why-tab .Tt .dt,
  .subpage-banner .contain .hr,
  .sCase-list .item .txt h3,
  .sLeague-agency .list5 .oLi:before,
  .sContact-map .query .df .area-list .item .title {
    font-size: 16px;
  }
}
.fz18,
.index-about-info .df .col .sdt sup,
.index-dexiya-list4 .col .dt,
.index-news-switch .item h3,
.sAbout-datas .dd .col .sdt sup,
.sCulture-brand .oList .oLi p,
.sMien-list .item .txt .en,
.sProduct-list .item .txt h3,
.sLeague-axdvantage .oList .oLi .dd,
.sNews-list .item h3 {
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .fz18,
  .index-about-info .df .col .sdt sup,
  .index-dexiya-list4 .col .dt,
  .index-news-switch .item h3,
  .sAbout-datas .dd .col .sdt sup,
  .sCulture-brand .oList .oLi p,
  .sMien-list .item .txt .en,
  .sProduct-list .item .txt h3,
  .sLeague-axdvantage .oList .oLi .dd,
  .sNews-list .item h3 {
    font-size: 16px;
  }
}
.fz16,
.imax,
.more.more1,
.more.more2,
.index-about-info .dd,
.index-dexiya-why .head .dd,
.index-news-marquee .item h3,
.index-news-list .item h3,
.footer .copyrights,
.sAbout-history-list .oLi .dd p,
.sAbout-honor-slide .item h3,
.sAbout-honor-txt .dd p,
.sProduct-navs,
.sCase-list .item .pic > span,
.sCase-list .item .txt p,
.sCase-messageBoard-form .formItem .skin,
.sLeague-agency .list3 .oLi .txt .dd,
.sLeague-apply-form .formItem .skin,
.sSiteMap .firItem .secNav,
.sNews-relative .dd .item h3,
.sContact-list .col,
.sContact-map .mapContain .mapDT,
.sContact-map .mapContain .mapsInfo .title,
.sContact-map .query .dd .selecter,
.sContact-map .query .df .area-list .item {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .fz16,
  .imax,
  .more.more1,
  .more.more2,
  .index-about-info .dd,
  .index-dexiya-why .head .dd,
  .index-news-marquee .item h3,
  .index-news-list .item h3,
  .footer .copyrights,
  .sAbout-history-list .oLi .dd p,
  .sAbout-honor-slide .item h3,
  .sAbout-honor-txt .dd p,
  .sProduct-navs,
  .sCase-list .item .pic > span,
  .sCase-list .item .txt p,
  .sCase-messageBoard-form .formItem .skin,
  .sLeague-agency .list3 .oLi .txt .dd,
  .sLeague-apply-form .formItem .skin,
  .sSiteMap .firItem .secNav,
  .sNews-relative .dd .item h3,
  .sContact-list .col,
  .sContact-map .mapContain .mapDT,
  .sContact-map .mapContain .mapsInfo .title,
  .sContact-map .query .dd .selecter,
  .sContact-map .query .df .area-list .item {
    font-size: 14px;
  }
}
.fz14,
.index-news-marquee .item .time,
.index-news-list .item p,
.sContact-map .mapContain .mapDD,
.sContact-map .mapContain .mapsInfo .address,
.sContact-map .mapContain .mapsInfo .navigation {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .fz14,
  .index-news-marquee .item .time,
  .index-news-list .item p,
  .sContact-map .mapContain .mapDD,
  .sContact-map .mapContain .mapsInfo .address,
  .sContact-map .mapContain .mapsInfo .navigation {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .pc-hide,
  .m-link {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .m-hide {
    display: none !important;
  }
  .m-link {
    display: block;
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  }
}
/* 自定义响应结构 */
/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 40;
  background: rgba(0, 0, 0, 0.3);
}
.header:before {
  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: 1;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.header .contain {
  position: relative;
  height: 100%;
}
.header .bg {
  display: none;
  z-index: 5;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -27px;
  height: 54px;
}
.header .logo img {
  float: left;
  height: 100%;
}
.header .logo .des {
  float: left;
  margin-left: 0.32rem;
  padding-left: 0.28rem;
  border-left: #dbdada solid 1px;
  position: relative;
  top: 5px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
}
.header .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);
}
.header .fns {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  height: 35px;
  line-height: 35px;
  font-size: 0;
}
.header .fns .ico {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.header .fns .ico.ico-shop {
  background-image: url(../images/btnt-shop.png);
}
.header .fns .ico.ico-search {
  background-image: url(../images/btnt-search.png);
}
.header .fns .btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  -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;
}
.header .fns .shopBtn {
  border: #d3d3d3 solid 1px;
  line-height: 33px;
  background-color: #fff;
}
.header .fns .shopBtn > span {
  font-size: 14px;
  display: none;
}
.header .fns .shopBtn .ico {
  width: 33px;
  height: 33px;
}
.header .fns .searchTrigger {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.4rem;
  background-color: #004294;
  color: #fff;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.header .fns .searchTrigger.active {
  background-color: #666;
}
.header .fns .searchTrigger.active .ico-search {
  background-image: url(../images/btnt-close.png);
}
.header .fns .searchBox {
  position: absolute;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  right: 0;
  top: 0;
  height: 35px;
  overflow: hidden;
  border-radius: 35px;
}
.header .fns .searchBox .skin {
  display: block;
  width: 186px;
  height: 35px;
  padding: 3px 54px 3px 19px;
  border: #d0d0d0 solid 1px;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 14px;
}
.header .fns .searchBox .enter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 35px;
  height: 35px;
  background-color: #004294;
}
.header .fns .searchBox.show {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}
.fixedNav .header:before,
.secNavShow .header:before {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}
.fixedNav .header .logo .des,
.secNavShow .header .logo .des {
  color: #333333;
}
.fixedNav .header .firNav .link,
.secNavShow .header .firNav .link {
  color: #333333 !important;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
@media screen and (min-width: 1025px) {
  .hidePoint {
    top: -90px;
  }
  .TopLine {
    top: 90px;
  }
  .header {
    height: 90px;
  }
  .header .firNav {
    position: absolute;
    top: 0;
    right: 0px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
  }
  .header .firNav:before,
  .header .firNav:after {
    content: " ";
    display: block;
  }
  .header .firNav .firItem {
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 90px;
    height: 90px;
    text-align: center;
  }
  .header .firNav .firItem :hover {
    background: #004294;
  }
  .header .firNav .firItem .link1 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 16px;
    color: #000;
    width: 85px;
  }
  .header .firNav .firItem.on .link1,
  .header .firNav .firItem:hover .link1 {
    color: #fff !important;
  }
  .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: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .header .firNav .block {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .header .firNav .block s {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    margin-top: 25px;
    width: 100%;
    height: 8px;
    background-image: url(../images/bgt-nav-item.png);
    background-size: auto 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .header .fns .shopBtn:hover {
    background-color: #f5f5f5;
  }
  .header .fns .searchBox {
    top: 0;
    width: 0;
  }
  .header .fns .searchBox.show {
    width: 186px;
  }
  .header .firNav {
    padding-right: 0;
  }
  .header .firNav .firItem {
    width: auto;
    margin-right: 0;
  }
  .header .firNav .firItem .link1 {
    font-size: 16px;
  }
  .header .secNav {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 12px 0;
    z-index: 30;
    font-size: 0;
    line-height: 0;
    text-align: left;
    background-color: rgba(160, 195, 19, 0.9);
  }
  .header .secNav .col {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
  }
  .header .secNav .col:nth-child(1n + 2) {
    margin-left: 10px;
  }
  .header .secNav .secItem {
    position: relative;
    display: block;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
  }
  .header .secNav .secItem .link2 {
    color: #fff !important;
    padding: 5px 0.4rem;
  }
  .header .secNav .secItem.on,
  .header .secNav .secItem:hover {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .header .navbtn {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .header .logo .des {
    font-size: 16px;
  }
  .header .firNav .firItem .link1 {
    font-size: 18px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 1641px) {
  .header .firNav {
    right: 200px;
  }
  .header .fns .shopBtn {
    width: 128px;
    text-indent: 12px;
  }
  .header .fns .shopBtn > span {
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  .hidePoint {
    top: -72px;
  }
  .TopLine {
    top: 72px;
  }
  .header {
    height: 72px;
  }
  .header .bg {
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .header .navbtn {
    z-index: 45;
    position: absolute;
    overflow: hidden;
    display: block;
    right: -5px;
    top: 13px;
    padding: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  }
  .header .navbtn s {
    position: absolute;
    left: 5px;
    display: block;
    width: 36px;
    height: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #004294;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease,
      -webkit-transform 0.3s ease;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  .header .navbtn .i1 {
    top: 10px;
  }
  .header .navbtn .i2 {
    top: 50%;
    margin-top: -2px;
    -webkit-transform-origin: m 50%;
    transform-origin: m 50%;
  }
  .header .navbtn .i3 {
    bottom: 10px;
  }
  .navShow .header .navbtn {
    position: fixed;
    z-index: 80;
    margin-right: 30px;
  }
  .navShow .header .navbtn .i1 {
    -webkit-transform: rotate(45deg) translate(7.038px, 0);
    transform: rotate(45deg) translate(7.038px, 0);
    top: 3px;
  }
  .navShow .header .navbtn .i2 {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  .navShow .header .navbtn .i3 {
    -webkit-transform: rotate(-45deg) translate(7.038px, 0);
    transform: rotate(-45deg) translate(7.038px, 0);
    bottom: 3px;
  }
  .header .firNav {
    position: fixed;
    z-index: 38;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    overflow-y: auto;
    background-color: #fff;
    padding-top: 72px;
    padding-bottom: 10%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .header .firNav .link {
    text-indent: 0 !important;
    text-align: center !important;
  }
  .header .firNav .link:active {
    background-color: rgba(160, 195, 19, 0.05);
  }
  .header .firNav .firItem {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    border-bottom: #d7e2e8 solid 1px;
  }
  .header .firNav .firItem > .link {
    text-indent: 8px;
  }
  .header .firNav .firItem.on > .link {
    color: #004294;
  }
  .header .firNav .firItem.on .secNav {
    display: block;
  }
  .header .firNav .firItem.on .ctr {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header .firNav .ctr {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s, all 220ms ease 0s,
      all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s, all 220ms ease 0s,
      all 220ms ease 0s;
    pointer-events: none;
    color: #004294;
    text-align: center;
  }
  .header .firNav .ctr s {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: "SimSun", "宋体" !important;
    pointer-events: none;
    text-align: center;
    color: #004294;
    font-size: 16px;
    font-weight: bold;
  }
  .header .firNav .ctr:hover {
    color: #004294;
  }
  .ysqUEO .header .firNav .ctr s {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    padding: inherit;
  }
  .ysqUEO .header .firNav .ctr s:before,
  .ysqUEO .header .firNav .ctr s:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 1px;
    margin-top: -0.5px;
    background-color: #004294;
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
  }
  .ysqUEO .header .firNav .ctr s:before,
  .ysqUEO .header .firNav .ctr s:after {
    margin-left: -5px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  .ysqUEO .header .firNav .ctr s:before {
    -webkit-transform: rotate(-40deg) translateX(0.5px);
    transform: rotate(-40deg) translateX(0.5px);
  }
  .ysqUEO .header .firNav .ctr s:after {
    -webkit-transform: rotate(40deg) translateX(0.5px);
    transform: rotate(40deg) translateX(0.5px);
  }
  .header .fns {
    right: 48px;
  }
  .header .fns .searchBox {
    top: 100%;
    margin-top: 5px;
    width: 186px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .header .fns .searchBox.show {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .header .secNav {
    padding: 8px 0 !important;
    line-height: 1.5;
    font-size: 16px;
    display: none;
    border-top: #eeeeee solid 1px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .header .secNav .col {
    display: block;
  }
  .header .secNav .secItem {
    line-height: 32px;
    display: block;
    white-space: nowrap;
    color: #777;
  }
  .header .secNav .secItem:active {
    color: #111;
  }
  .header .secNav .secItem.on {
    color: #111;
    text-decoration: underline;
  }
  .header .secNav + .ctr {
    display: block;
  }
  .navShow .header .bg {
    display: block;
  }
  .navShow .header .contain {
    z-index: 8;
  }
  .navShow .firNav {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 1024px) and screen and (min-width: 1025px) {
  .header .firNav .ctr .ysqUEO s:before,
  .header .firNav .ctr .ysqUEO s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .header .firNav .ctr .ysqUEO:hover s:before,
  .header .firNav .ctr .ysqUEO:hover s:after {
    background-color: #004294;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 1024px) {
  .header .firNav .ctr:active s:before,
  .header .firNav .ctr:active s:after {
    background-color: #004294;
  }
}
@media screen and (max-width: 1024px) and screen and (min-width: 1025px) {
  .ysqUEO .header .firNav .ctr:hover s:before {
    -webkit-transform: rotate(-40deg) translateX(0.5px);
    transform: rotate(-40deg) translateX(0.5px);
  }
  .ysqUEO .header .firNav .ctr:hover s:after {
    -webkit-transform: rotate(40deg) translateX(0.5px);
    transform: rotate(40deg) translateX(0.5px);
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 1024px) {
  .ysqUEO .header .firNav .ctr:active s:before {
    -webkit-transform: rotate(-40deg) translateX(0.5px);
    transform: rotate(-40deg) translateX(0.5px);
  }
  .ysqUEO .header .firNav .ctr:active s:after {
    -webkit-transform: rotate(40deg) translateX(0.5px);
    transform: rotate(40deg) translateX(0.5px);
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: 64px;
  }
  .header .logo {
    margin-top: -22px;
    height: 44px;
  }
  .header .logo .des {
    top: 2px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .header .navbtn {
    right: -5px;
    top: 12px;
    padding: 5px;
    width: 30px;
    height: 30px;
  }
  .header .navbtn s {
    left: 5px;
    width: 30px;
    height: 3px;
    border-radius: 3px;
  }
  .header .navbtn .i1 {
    top: 10px;
  }
  .header .navbtn .i2 {
    top: 50%;
    margin-top: -1.5px;
    -webkit-transform-origin: m 50%;
    transform-origin: m 50%;
  }
  .header .navbtn .i3 {
    bottom: 10px;
  }
  .navShow .header .navbtn {
    margin-right: 15px;
  }
  .navShow .header .navbtn .i1 {
    -webkit-transform: rotate(45deg) translate(5.8995px, 0);
    transform: rotate(45deg) translate(5.8995px, 0);
    top: 3.5px;
  }
  .navShow .header .navbtn .i3 {
    -webkit-transform: rotate(-45deg) translate(5.8995px, 0);
    transform: rotate(-45deg) translate(5.8995px, 0);
    bottom: 3.5px;
  }
  .header .firNav .firItem {
    font-size: 16px;
  }
  .header .secNav {
    font-size: 14px;
  }
  .header .tel {
    right: 44px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
  .header .tel .ico {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
/* index */
.index-banner {
  z-index: 6;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100vh;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  box-shadow: 0 0 18px rgb(12 3 6 / 19%);
}
.index-banner .shade {
  position: absolute;
  left: 0;
  top: 0;
}
.index-banner .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
}
.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-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  z-index: 99;
}
.index-banner .item .contain {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  -webkit-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: #fff;
  padding-top: 5%;
}
.index-banner .item .contain .words {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.index-banner .item .contain .btn {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.7rem;
  color: #fff;
  background-color: #004294;
  padding: 0 1.5em;
  height: 2.3em;
  line-height: 2.3em;
  border-radius: 2.3em;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.index-banner .item .contain .btn s {
  font-family: "SimSun", "宋体";
  letter-spacing: -2px;
}
.index-banner .item .contain .btn:hover {
  opacity: 0.9;
}
.index-banner .item.on .bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 10000ms ease 0s;
  transition: all 10000ms ease 0s;
}
.index-banner .item.on .contain {
  -webkit-transition: all 1400ms ease 0ms;
  transition: all 1400ms ease 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index-banner .item.moveItem {
  position: absolute;
}
.index-banner .ctrs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 30;
}
.index-banner .ctr {
  display: none;
  z-index: 28;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 56px;
  color: #ffffff;
  -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 s {
  font-size: 32px;
  font-weight: bold;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border: #fff 2px solid;
  border-radius: inherit;
}
.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: #ffffff;
  font-size: 32px;
  font-weight: bold;
}
.index-banner .ctr:hover {
  color: #ffffff;
}
.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: #ffffff;
  -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) {
  .index-banner .ctr .ysqUEO s:before,
  .index-banner .ctr .ysqUEO s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .index-banner .ctr .ysqUEO:hover s:before,
  .index-banner .ctr .ysqUEO:hover s:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .index-banner .ctr:active s:before,
  .index-banner .ctr:active s:after {
    background-color: #ffffff;
  }
}
.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);
}
@media screen and (min-width: 1025px) {
  .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);
  }
}
@media screen and (max-width: 1024px) {
  .index-banner .ctr.prev:active s:before {
    -webkit-transform: rotate(-45deg) translateX(-1px);
    transform: rotate(-45deg) translateX(-1px);
  }
  .index-banner .ctr.prev:active s:after {
    -webkit-transform: rotate(45deg) translateX(-1px);
    transform: rotate(45deg) translateX(-1px);
  }
  .index-banner .ctr.next:active s:before {
    -webkit-transform: rotate(-45deg) translateX(1px);
    transform: rotate(-45deg) translateX(1px);
  }
  .index-banner .ctr.next:active s:after {
    -webkit-transform: rotate(45deg) translateX(1px);
    transform: rotate(45deg) translateX(1px);
  }
}
.index-banner .ctr.prev {
  left: 0;
}
.index-banner .ctr.prev s {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.index-banner .ctr.next {
  right: 0;
}
.index-banner .ctr.next s {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.index-banner .ctr:hover s {
  background-color: rgba(255, 255, 255, 0.1);
}
.index-banner .mouse {
  z-index: 30;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  pointer-events: none;
  -webkit-animation: mouseRollDelay 1s cubic-bezier(0.445, 0.05, 0.55, 0.95)
    0.2s infinite backwards alternate;
  animation: mouseRollDelay 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s
    infinite backwards alternate;
}
.index-banner .mouse:after {
  content: " ";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 2px;
  height: 0.96rem;
  background-color: #fff;
  margin-top: 0.32rem;
}
.index-banner .mouse > s {
  position: relative;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  border: #fff dashed 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-banner .mouse > s:before,
.index-banner .mouse > s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index-banner .mouse > s:before {
  width: 24px;
  height: 34px;
  border-radius: 10px;
  border: #fff solid 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-banner .mouse > s:after {
  margin-top: -5px;
  width: 2px;
  height: 8px;
  background-color: #fff;
  -webkit-animation-name: mouseRoll;
  animation-name: mouseRoll;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.index-banner .pagination {
  height: 10px;
  line-height: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 3;
  white-space: nowrap;
  display: none;
  text-align: center;
}
.index-banner .pagination .btn {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  text-indent: 100%;
  *text-indent: 0;
  *font-size: 0;
  margin: 0 5px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-banner .pagination .btn.on {
  background-color: #004294;
}
@media screen and (max-width: 1024px) {
  .index-banner {
    padding-bottom: 75%;
  }
  .index-banner .item .contain .words {
    width: 120%;
    margin-left: -10%;
    max-width: none;
  }
  .index-banner .ctrs {
    width: 100%;
    margin: 0 !important;
  }
  .index-banner .ctr s {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .index-banner .ctr.prev {
    left: 5px;
    margin-left: 0;
  }
  .index-banner .ctr.next {
    right: 5px;
    margin-right: 0;
  }
  .index-banner .mouse {
    display: none;
  }
  .index-banner .pagination {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .index-banner .ctr s {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}
.index-head {
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
}
.index-head .en {
  position: relative;
  font-family: Times New Roman, sans-serif;
  text-transform: capitalize;
  color: #004294;
}
.index-head .cn {
  margin-left: 0.5em;
  line-height: 36px;
  color: #333333;
}
.index-head .more {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .index-head .more {
    display: none;
  }
}
.index-about {
  padding: 1.2rem 0 1.2rem;
}
.index-about-info {
  width: 50%;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-about-info .dt {
  position: relative;
  text-align: left;
}
.index-about-info .dt .en {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.3em;
  padding-bottom: 0.4em;
}
.index-about-info .dt .en:before,
.index-about-info .dt .en:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-about-info .dt .en:before {
  width: 75%;
  border-top: #d1d1d1 dashed 1px;
}
.index-about-info .dt .en:after {
  width: 0.75em;
  height: 4px;
  background-color: #004294;
}
.index-about-info .dt .cn {
  margin-left: 0;
  margin-top: 0.5em;
}
.index-about-info .dd {
  margin-top: 0.6rem;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 170px;
  height: 170px;
}
.index-about-info .df {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: 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-info .df:after {
  display: none;
}
.index-about-info .df .col:nth-child(1n + 2) {
  margin-left: 10%;
}
.index-about-info .df .col .sdt {
  color: #004294;
  white-space: nowrap;
}
.index-about-info .df .col .sdt .num {
  font-family: "Swiss721BT", Arial, sans-serif;
  font-weight: bold;
}
.index-about-info .df .col .sdt sup {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  margin-left: 3px;
}
.index-about-info .df .col .sdd {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}
@media screen and (max-width: 1920px) {
  .index-about-info {
    max-width: 700px;
  }
}
@media screen and (max-width: 1440px) {
  .index-about-info .dd {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .index-about-info {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  .index-about-info .dt {
    text-align: center;
  }
  .index-about-info .dt .en {
    padding: 0;
  }
  .index-about-info .dt .en:before,
  .index-about-info .dt .en:after {
    display: none;
  }
  .index-about-info .dt .cn {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.5em;
    margin-top: 0;
  }
}
.index-about-switch {
  position: relative;
  width: 50%;
  padding-right: 0.8rem;
  padding-bottom: 1rem;
  background-image: url(../images/dcti-about.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-about-switch .shade {
  height: auto;
  border-radius: 20px;
  height: 0;
  padding-bottom: 55.84415584%;
}
.index-about-switch .shade:after {
  content: " ";
  z-index: 30;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.94rem;
  background-image: url(../images/maski-about.png);
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: repeat-x;
  pointer-events: none;
}
.index-about-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.index-about-switch .item.moveItem {
  position: absolute;
}
.index-about-switch .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
}
.index-about-switch .pagination {
  z-index: 23;
  height: 10px;
  line-height: 10px;
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.index-about-switch .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 0.12rem;
  width: 10px;
  height: 10px;
  border: 0 solid #004294;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border-radius: 10px;
  opacity: 0.5;
  background-color: #fff;
}
.index-about-switch .pagination .btn > em {
  display: none;
}
.index-about-switch .pagination .btn.on {
  width: 30px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .index-about-switch {
    width: 100%;
    margin-top: 1.2rem;
  }
}
.index-dexiya {
  position: relative;
}
.index-dexiya .contain {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.index-dexiya-list4 {
  position: relative;
  z-index: 2;
  background-color: #004294ba;
  padding: 2rem 0.8rem 1.2rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  width: 40%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-dexiya-list4:after {
  display: none;
}
.index-dexiya-list4 .col {
  max-width: 256px;
  width: 50%;
  padding: 0 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.8rem;
}
.index-dexiya-list4 .col .ico {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  height: 90px;
}
.index-dexiya-list4 .col .ico .icoImg {
  width: 100%;
  height: 100%;
  display: block;
}
.index-dexiya-list4 .col .ico:before,
.index-dexiya-list4 .col .ico:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.index-dexiya-list4 .col .ico:before {
  border: #ffffff dashed 1px;
}
.index-dexiya-list4 .col .ico:after {
  opacity: 0;
  -webkit-animation-name: rotate360;
  animation-name: rotate360;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-image: url(../images/bgi-dexiya-list4-item.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.index-dexiya-list4 .col .dt {
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.index-dexiya-list4 .col .dd {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
}
.index-dexiya-list4 .col:hover .ico:before {
  opacity: 0;
}
.index-dexiya-list4 .col:hover .ico:after {
  opacity: 1;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@media screen and (max-width: 1600px) {
  .index-dexiya-list4 .col .ico {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .index-dexiya-list4 {
    width: 100%;
    max-width: 100%;
  }
}
.index-dexiya-why {
  padding: 2rem 1.2rem;
  color: #fff;
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-dexiya-why .head .dd {
  margin-top: 10px;
  line-height: 1.5;
}
.index-dexiya-why-tab {
  margin-top: 0.4rem;
  width: 100%;
}
.index-dexiya-why-tab .Tg {
  position: relative;
  overflow: hidden;
}
.index-dexiya-why-tab .Tg .hScroll {
  overflow: hidden;
}
.index-dexiya-why-tab .Tg .btn {
  display: inline-block;
  vertical-align: top;
  z-index: 2;
  font-size: 16px;
  position: relative;
  color: #fff;
  padding: 0.4rem 0.7rem;
}
.index-dexiya-why-tab .Tg .block {
  position: absolute;
  overflow: visible !important;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  display: none;
}
.index-dexiya-why-tab .Tg .block:before,
.index-dexiya-why-tab .Tg .block:after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 1500px;
  height: 2px;
  background-color: #fff;
  opacity: 0.2;
}
.index-dexiya-why-tab .Tg .block:before {
  right: 60%;
}
.index-dexiya-why-tab .Tg .block:after {
  left: 60%;
}
.index-dexiya-why-tab .Tg .block s {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 140px;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-image: url(../images/bgi-dexiya-tg.png);
  background-size: 100% auto;
  background-position: 50% bottom;
  background-repeat: no-repeat;
}
.index-dexiya-why-tab .Tt {
  margin-top: 0.8rem;
}
.index-dexiya-why-tab .Tt .dt {
  position: relative;
  padding-left: 1em;
}
.index-dexiya-why-tab .Tt .dt:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #fff;
}
.index-dexiya-why-tab .Tt .dd {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.index-dexiya-why-tab .Tt .dd.imax {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.index-dexiya-why-tab .Tt .dd + .dt {
  margin-top: 0.7rem;
}
.index-dexiya-why-tab .Tt .ico {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  text-align: center;
}
.index-dexiya-why-tab .Tt .ico .icoImg {
  width: 45px;
  height: 45px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .index-dexiya-why-tab .Tg .btn {
    -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
    transition: all 220ms ease 0s, all 220ms ease 0s;
  }
  .index-dexiya-why-tab .Tg .btn:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
}
@media screen and (max-width: 1600px) {
  .index-dexiya-why-tab .Tg .btn {
    padding: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .index-dexiya-why-tab .Tt .col .ico .icoImg {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1600px) {
  .index-dexiya-why {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .index-dexiya-why {
    width: 100%;
  }
}
.index-product {
  padding: 1.2rem 0;
}
.index-product-list .item:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
  -webkit-transition: all 300ms ease-out 300ms;
  transition: all 300ms ease-out 300ms;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(45% 0 round 0);
  clip-path: inset(45% 0 round 0);
}
.index-product-list .item .pic {
  height: 0;
  padding-bottom: 62.42424242%;
  background-color: #f5f5f5;
}
.index-product-list .item .pic h3{position: absolute; bottom: 0; width: 100%; line-height:300px;
background:linear-gradient(0deg, #0042947d, transparent, transparent); z-index: 1;color: #fff; font-size: 20px;
text-align: center; height: 180px;}
.index-product-list .item:hover .pic h3{display:none;}
.index-product-list .item .pic > img {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.tubox{position: absolute; right:10%; width:40%; top: 50%; transform: translateY(-50%);}
.box .item video{position: absolute; left: 0; top: 0;}
.box .item:nth-child(1) video{mix-blend-mode: screen;}
.index-product-list .item .txt {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  padding: 0 5%;
  top: 50%;
  -webkit-transition: all 250ms ease 300ms;
  transition: all 250ms ease 300ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  color: #fff;
  text-align: center;
}
.index-product-list .item .txt h3 {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
  color: #fff;
}
.index-product-list .item .txt h3:after {
  content: " ";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.3rem;
  width: 1.5em;
  height: 2px;
  background-color: #fff;
}
.index-product-list .item .txt .more2 {
  margin-top: 0.4rem;
  margin-left: auto;
  margin-right: auto;
}
.index-product-list .item .css3border {
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: 9;
}
.index-product-list .item .border {
  position: absolute;
  background-color: #ffffff;
  z-index: 11;
}
.index-product-list .item .border.b_t {
  left: 0%;
  right: 100%;
  top: -1px;
  height: 1px;
  -webkit-transition: all 440ms ease 0ms;
  transition: all 440ms ease 0ms;
}
.index-product-list .item .border.b_r {
  top: 0%;
  bottom: 100%;
  right: -1px;
  width: 1px;
  -webkit-transition: all 440ms ease 0ms;
  transition: all 440ms ease 0ms;
}
.index-product-list .item .border.b_b {
  left: 0%;
  right: 100%;
  bottom: -1px;
  height: 1px;
  -webkit-transition: all 440ms ease 0ms;
  transition: all 440ms ease 0ms;
}
.index-product-list .item .border.b_l {
  top: 0%;
  bottom: 100%;
  left: -1px;
  width: 1px;
  -webkit-transition: all 440ms ease 0ms;
  transition: all 440ms ease 0ms;
}
@media screen and (min-width: 1025px) {
  .index-product-list .item .txt .more:hover s {
    width: 0;
    text-indent: 1em;
  }
  .index-product-list .item:hover:after {
    -webkit-clip-path: inset(0 0 round 0);
    clip-path: inset(0 0 round 0);
    -webkit-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
  .index-product-list .item:hover .pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .index-product-list .item:hover .border.b_t {
    left: -1px;
    right: -1px;
    -webkit-transition: all 440ms ease 300ms;
    transition: all 440ms ease 300ms;
  }
  .index-product-list .item:hover .border.b_r {
    top: -1px;
    bottom: -1px;
    -webkit-transition: all 440ms ease 300ms;
    transition: all 440ms ease 300ms;
  }
  .index-product-list .item:hover .border.b_b {
    left: -1px;
    right: -1px;
    -webkit-transition: all 440ms ease 300ms;
    transition: all 440ms ease 300ms;
  }
  .index-product-list .item:hover .border.b_l {
    top: -1px;
    bottom: -1px;
    -webkit-transition: all 440ms ease 300ms;
    transition: all 440ms ease 300ms;
  }
  .index-product-list .item:hover .txt {
    -webkit-transition: all 250ms ease 300ms;
    transition: all 250ms ease 300ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 1024px) {
  .index-product-list .item .link.pa100 {
    z-index: 11;
  }
  .index-product-list .item:after {
    display: none;
  }
  .index-product-list .item .txt {
    -webkit-transition: all 250ms ease 300ms;
    transition: all 250ms ease 300ms;
    opacity: 1;
    visibility: visible;
    top: auto;
    bottom: 0;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    line-height: 1.5;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .index-product-list .item .txt h3 {
    height: auto;
    line-height: 1.25;
  }
  .index-product-list .item .txt h3:after {
    display: none;
  }
  .index-product-list .item .txt .more {
    display: none;
  }
}
.index-news {
  padding-bottom: 1.2rem;
}
.index-news .contain {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.index-news .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #f2f2f2 solid 0.2rem;
  padding: 0.8rem 0.6rem 0.6rem;
}
.index-news .col .dt {
  margin-bottom: 20px;
  position: relative;
  border-bottom: #eaeaea solid 1px;
}
.index-news .col .dt span {
  display: inline-block;
  vertical-align: top;
  color: #004294;
  padding-bottom: 0.5em;
  border-bottom: #004294 solid 3px;
}
.index-news .col.col1 {
  width: 37.03703704%;
}
.index-news .col.col2 {
  width: 29.62962963%;
}
.index-news .col.col3 {
  width: 62%;
}
.index-news .col.col3 .section {
  height: 191px;
}
.index-news .col.col3 .section:nth-child(1n + 2) {
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .index-news .col {
    width: 100% !important;
  }
  .index-news .col:nth-child(1n + 2) {
    margin-top: 0.6rem;
  }
  .index-news .col .dt span {
    border-bottom-width: 2px;
  }
  .index-news .col.col3 .section {
    height: auto;
  }
  .index-news .col.col3 .section:nth-child(1n + 2) {
    margin-top: 0.8rem;
  }
}
.index-news-switch {
  position: relative;
}
.index-news-switch .shade {
  /* height: 0;.qwh(@pdtRadio); */
  height: 324px;
  padding-bottom: 52px;
}
.index-news-switch .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #004294;
}
.index-news-switch .item:first-child {
  position: relative !important;
}
.index-news-switch .item .pic {
  background-color: #f1f1f1;
  width: 100%;
  height: 324px;
}
.index-news-switch .item h3 {
  padding: 15px 220px 15px 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.index-news-switch .ctr {
  display: none;
  z-index: 28;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: #ffffff;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  text-align: center;
}
.index-news-switch .ctr s {
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  background-color: #004294;
  border-radius: inherit;
}
.index-news-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: 20px;
  font-weight: bold;
}
.index-news-switch .ctr:hover {
  color: #ffffff;
}
.ysqUEO .index-news-switch .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .index-news-switch .ctr s:before,
.ysqUEO .index-news-switch .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  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;
}
@media screen and (min-width: 1025px) {
  .index-news-switch .ctr .ysqUEO s:before,
  .index-news-switch .ctr .ysqUEO s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .index-news-switch .ctr .ysqUEO:hover s:before,
  .index-news-switch .ctr .ysqUEO:hover s:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .index-news-switch .ctr:active s:before,
  .index-news-switch .ctr:active s:after {
    background-color: #ffffff;
  }
}
.ysqUEO .index-news-switch .ctr.prev s:before,
.ysqUEO .index-news-switch .ctr.prev s:after {
  margin-left: -3px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.ysqUEO .index-news-switch .ctr.prev s:before {
  -webkit-transform: rotate(-45deg) translateX(-1px);
  transform: rotate(-45deg) translateX(-1px);
}
.ysqUEO .index-news-switch .ctr.prev s:after {
  -webkit-transform: rotate(45deg) translateX(-1px);
  transform: rotate(45deg) translateX(-1px);
}
.ysqUEO .index-news-switch .ctr.next s:before,
.ysqUEO .index-news-switch .ctr.next s:after {
  margin-left: -7px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ysqUEO .index-news-switch .ctr.next s:before {
  -webkit-transform: rotate(-45deg) translateX(1px);
  transform: rotate(-45deg) translateX(1px);
}
.ysqUEO .index-news-switch .ctr.next s:after {
  -webkit-transform: rotate(45deg) translateX(1px);
  transform: rotate(45deg) translateX(1px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO .index-news-switch .ctr.prev:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(-1px);
    transform: rotate(-45deg) translateX(-1px);
  }
  .ysqUEO .index-news-switch .ctr.prev:hover s:after {
    -webkit-transform: rotate(45deg) translateX(-1px);
    transform: rotate(45deg) translateX(-1px);
  }
  .ysqUEO .index-news-switch .ctr.next:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(1px);
    transform: rotate(-45deg) translateX(1px);
  }
  .ysqUEO .index-news-switch .ctr.next:hover s:after {
    -webkit-transform: rotate(45deg) translateX(1px);
    transform: rotate(45deg) translateX(1px);
  }
}
@media screen and (max-width: 1024px) {
  .index-news-switch .ctr.prev:active s:before {
    -webkit-transform: rotate(-45deg) translateX(-1px);
    transform: rotate(-45deg) translateX(-1px);
  }
  .index-news-switch .ctr.prev:active s:after {
    -webkit-transform: rotate(45deg) translateX(-1px);
    transform: rotate(45deg) translateX(-1px);
  }
  .index-news-switch .ctr.next:active s:before {
    -webkit-transform: rotate(-45deg) translateX(1px);
    transform: rotate(-45deg) translateX(1px);
  }
  .index-news-switch .ctr.next:active s:after {
    -webkit-transform: rotate(45deg) translateX(1px);
    transform: rotate(45deg) translateX(1px);
  }
}
.index-news-switch .ctr.prev {
  left: -20px;
}
.index-news-switch .ctr.prev s {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.index-news-switch .ctr.next {
  right: -20px;
}
.index-news-switch .ctr.next s {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.index-news-switch .ctr:hover {
  opacity: 0.9;
}
.index-news-switch .pagination {
  height: 10px;
  line-height: 10px;
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 21;
  white-space: nowrap;
  text-align: right;
  padding-bottom: 5px;
}
.index-news-switch .pagination .btn {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  text-indent: 100%;
  *text-indent: 0;
  *font-size: 0;
  margin-left: 6px;
  background-color: #fff;
  opacity: 0.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-news-switch .pagination .btn.on {
  opacity: 1;
}
.index-news-switch .link {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .index-news-switch .item .pic img {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .index-news-switch .item .pic:after {
    content: " ";
    z-index: 6;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0;
    visibility: hidden;
  }
  .index-news-switch .item:hover .pic:after {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
  .index-news-switch .item:hover .pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .index-news-switch .shade {
    height: 251px;
    padding-bottom: 40px;
  }
  .index-news-switch .item .pic {
    height: 251px;
  }
  .index-news-switch .item h3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .index-news-switch .pagination {
    bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .index-news-switch .shade {
    height: auto;
    padding: 0;
  }
  .index-news-switch .box {
    position: relative !important;
    height: auto !important;
  }
  .index-news-switch .item {
    height: auto;
  }
  .index-news-switch .item .pic {
    height: 0;
    padding-bottom: 62.42424242%;
  }
}
.index-news-marquee {
  position: relative;
  height: 376px;
}
.index-news-marquee .item {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: #cecece dashed 1px;
  line-height: 1.5;
}
.index-news-marquee .item:nth-child(1n + 2) {
  margin-top: 12px;
}
.index-news-marquee .item .time {
  color: #999999;
}
.index-news-marquee .item h3 {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1025px) {
  .index-news-marquee .item h3 {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .index-news-marquee .item:hover {
    border-bottom-color: #004294;
  }
  .index-news-marquee .item:hover h3 {
    color: #004294;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .index-news-marquee {
    height: 291px;
  }
}
@media screen and (max-width: 1024px) {
  .index-news-marquee {
    height: 320px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .index-news .index-news-list .item:nth-child(1n + 5) {
    display: block;
  }
}
.index-news-list .item {
  position: relative;
  padding-left: 80px;
}
.index-news-list .item:nth-child(1n + 2):before {
  content: " ";
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-left: -80px;
  border-top: #cfcfcf dashed 1px;
}
.index-news-list .item:nth-child(1n + 2) .time {
  top: 9px;
}
.index-news-list .item:nth-child(1n + 2) .link.pa100 {
  top: 16px;
}
.index-news-list .item .time {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  line-height: 24px;
  text-align: center;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
}
.index-news-list .item .time .md {
  height: 27px;
  color: #fff;
  background-color: #004294;
  line-height: 27px;
}
.index-news-list .item .time .y {
  height: 24px;
  color: #333333;
  background-color: #f2f2f2;
}
.index-news-list .item h3,
.index-news-list .item p {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 27px;
  line-height: 24px;
  font-size: 16px;
}
.index-news-list .item h3 {
  color: #333333;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.index-news-list .item p {
  color: #666666;
}
@media screen and (min-width: 1025px) {
  .index-news-list .item:hover h3 {
    color: #004294;
  }
}
.index-partner {
  padding: 1rem 0;
  background-color: #f1f1f1;
}
.index-partner-marquee {
  position: relative;
}
.index-partner-marquee .shade {
  height: auto;
}
.index-partner-marquee .ysqJsBox {
  position: relative !important;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.index-partner-marquee .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.52rem;
  border: #e3e3e3 solid 1px;
  font-size: 14px;
}
.index-partner-marquee .item .img {
  width: 1.8em;
  height: 0.8em;
  background-color: #fff;
  background-size: 70px 14px;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  min-width: 144px;
  min-height: 66px;
}
.index-partner-marquee .item .img > img {
  width: 100%;
  height: 100%;
  display: block;
}
.axd {
  position: relative;
  overflow: hidden;
}
.axd .bgpic {
  position: relative;
  z-index: 1;
  width: 100%;
}
.axd img {
  max-width: 100%;
}
.axd .words {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
  max-height: 100%;
}
/* footer */
.footer {
  position: relative;
  padding: 1.4rem 0 1rem;
  background-color: #373737;
  box-shadow: 0 0 18px rgb(12 3 6 / 19%);
  color: #dcdcdc;
}

.footer .link {
  display: inline-block;
  vertical-align: top;
}
.footer .contain:before {
  content: " ";
  position: absolute;
  right: 80px;
  margin-right: 0.8rem;
  bottom: 10px;
  width: 8.136rem;
  height: 1.746rem;
  background-image: url(../images/bgf-city.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.footer .backToTop {
  z-index: 5;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 60px;
  height: 26px;
  text-align: center;
  background-color: #b5b5b5;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  color: #fff;
  font-size: 16px;
  padding-top: 34px;
  width: ;
  height: ;
  background-image: url(../images/btn-backtotop.png);
  background-size: auto;
  background-position: 50% 12px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .footer .backToTop:hover {
    background-color: #004294;
  }
}
@media screen and (max-width: 1024px) {
  .footer .backToTop:active {
    background-color: #004294;
  }
}
.footer-tab {
  position: relative;
  z-index: 8;
  display: inline-block;
  vertical-align: top;
}
.footer-tab .Tg {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0;
  white-space: nowrap;
  padding: 2px 0;
}
.footer-tab .Tg span {
  display: inline-block;
  vertical-align: top;
  padding-right: 0.4rem;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
}
.footer-tab .Tg .btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 14px;
  background-color: #aaaaaa;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  margin-left: 0.3rem;
}
.footer-tab .Tg .btn .icoImg {
  width: 36px;
  height: 36px;
}
.footer-tab .Tg .btn.on.i1 {
  background-color: #004294;
}
.footer-tab .Tg .btn.on.i2 {
  background-color: #58b3ec;
}
.footer-tab .Tg .btn.on.i3 {
  background-color: #43a1af;
}
.footer-tab .Tg .btn.on.i4 {
  background-color: #3b7cb8;
}
.footer-tab .Tg .btn.on.i5 {
  background-color: #329258;
}
.footer-tab .Tt {
  white-space: nowrap;
}
.footer-tab .Tt .box {
  padding: 10px 15px;
  line-height: 20px;
  color: #fff;
}
.footer-tab .Tt .box:before {
  content: " ";
  position: absolute;
  right: 100%;
  margin-right: -1px;
  top: 50%;
  margin-top: -10px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 10px 10px;
  border-color: transparent #ffffff transparent transparent;
  border-style: dashed solid dashed dashed;
  font-size: 0;
}
.footer-tab .Tt .box.telBox {
  background-color: #004294;
}
.footer-tab .Tt .box.telBox:before {
  border-right-color: #004294;
}
.footer-tab .Tt .box.fixedLineBox {
  background-color: #58b3ec;
}
.footer-tab .Tt .box.fixedLineBox:before {
  border-right-color: #58b3ec;
}
.footer-tab .Tt .box.addressBox {
  background-color: #43a1af;
}
.footer-tab .Tt .box.addressBox:before {
  border-right-color: #43a1af;
}
.footer-tab .Tt .box.emailBox {
  background-color: #3b7cb8;
}
.footer-tab .Tt .box.emailBox:before {
  border-right-color: #3b7cb8;
}
.footer-tab .Tt .box.qrcodeBox {
  background-color: #329258;
}
.footer-tab .Tt .box.qrcodeBox:before {
  border-right-color: #329258;
}
.footer-tab .Tt .box.qrcodeBox .col {
  display: inline-block;
  vertical-align: top;
  margin-bottom: -6px;
}
.footer-tab .Tt .box.qrcodeBox .col:nth-child(1n + 2) {
  margin-left: 14px;
}
.footer-tab .Tt .box.qrcodeBox .col img {
  display: block;
  width: 84px;
  height: 84px;
  background-color: #fff;
}
.footer-tab .Tt .box.qrcodeBox .col p {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.footer .links {
  display: none;
}
.footer .copyrights {
  line-height: 1.5;
  margin-top: 0.6rem;
}
.footer-nav {
  display: none !important;
  position: absolute;
  right: 90px;
  top: -20px;
  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 .list {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.footer-nav .list:nth-child(1n + 2) {
  margin-left: 0.8rem;
}
.footer-nav .list dt {
  margin-bottom: 5px;
  text-align: center;
}
.footer-nav .list dd {
  text-align: center;
}
.footer-nav .list .col {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.footer-nav .list .col:nth-child(1n + 2) {
  margin-left: 0.4rem;
}
.footer-nav .list .col > span {
  display: block;
}
.footer-nav .list .link {
  display: inline-block;
  padding: 3px 0;
  white-space: nowrap;
}
.footer-nav .list .link:hover {
  color: #004294;
}
.footer-nav .list .link1 {
  font-size: 16px;
  color: #333333;
}
.footer-nav .list .link2 {
  font-size: 14px;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .footer-nav {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0.6rem;
    float: none;
    display: block;
    text-align: center;
  }
  .footer-nav .list {
    white-space: normal;
  }
  .footer-nav .list:nth-child(1n + 2) {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .footer .footer-tab .Tt {
    position: absolute;
    left: 100%;
    margin-left: 0.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
  }
  .footer .footer-tab .Tt .box {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 32px 0 15px;
  }
  .footer .contain {
    position: static;
  }
  .footer .contain:before {
    display: none;
  }
  .footer .footer-tab {
    display: block;
    text-align: center;
  }
  .footer .footer-tab .Tg {
    display: block;
    height: auto;
  }
  .footer .footer-tab .Tg span {
    display: block;
    font-size: 15px;
    line-height: 30px;
    padding-right: 0;
  }
  .footer .footer-tab .Tg span s {
    display: none;
  }
  .footer .footer-tab .Tt {
    margin-top: 5px;
  }
  .footer .footer-tab .Tt .box {
    position: relative;
  }
  .footer .footer-tab .Tt .box:before {
    display: none;
  }
  .footer .footer-tab .Tt .box.on {
    display: inline-block;
    vertical-align: top;
  }
  .footer .footer-tab .Tt .box.qrcodeBox .col p {
    margin-top: 4px;
  }
  .footer .copyrights {
    margin-top: 10px;
    text-align: center;
  }
  .footer .copyrights .cnsp {
    display: block;
    width: 100%;
    height: 1px;
  }
  .footer .backToTop {
    right: 15px;
    width: 48px;
    height: 0;
    padding-top: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    background-position: center;
    border-radius: 50%;
    background-color: #004294;
  }
}
/* subpage */
.subpage-banner {
  position: relative;
  overflow: hidden;
  height: 150px;
  padding: 4rem 0;
}
.subpage-banner .contain {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  margin-top: 1%;
}
.subpage-banner .contain .hr {
  margin-left: auto;
  margin-right: auto;
  width: 10em;
  height: 1px;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  background-color: #fff;
}
.subpage-banner .contain .en {
  font-family: Times New Roman, sans-serif;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.subpage-banner .contain .btn {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 0.4rem;
  width: 100px;
  padding: 11px 0.8rem;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #004294;
  color: #fff;
  border-radius: 46px;
  -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) {
  .subpage-banner .contain .btn:hover {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 1024px) {
  .subpage-banner .contain .btn:active {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  }
}
.subpage-banner .word {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.subpage-banner .word .qImg {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .subpage-banner .word .qImg {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .subpage-banner .contain {
    margin: 0 !important;
    width: 90%;
  }
  .subpage-banner .contain .btn {
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 640px) {
  .subpage-banner {
    height: 120px;
  }
}
.subpage-neck {
  border-bottom: #dddddd solid 1px;
  height: 70px;
  line-height: 70px;
}
.subpage-neck .contain {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1440px) {
  .subpage-neck {
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .subpage-neck {
    height: 48px;
    line-height: 48px;
  }
}
.subpage-crumbs {
  position: relative;
  overflow: hidden;
  width: 33%;
  text-align: right;
}
.subpage-crumbs,
.subpage-crumbs a {
  color: #999999;
}
.subpage-crumbs .home {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.3rem;
  width: 70px;
  height: 70px;
  background-color: #f1f1f1;
  text-align: center;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.subpage-crumbs .home .icoImg {
  width: 20px;
  height: 20px;
}
.subpage-crumbs .home:hover {
  background-color: #e1e1e1;
}
.subpage-crumbs .triangle {
  margin-left: 0.16rem;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 5px 5px;
  border-color: transparent transparent transparent #999999;
  border-style: dashed dashed dashed solid;
  font-size: 0;
}
@media screen and (max-width: 1440px) {
  .subpage-crumbs .home {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .subpage-crumbs {
    display: none;
  }
}
.subpage-nav {
  width: 66%;
}
.subpage-nav .hScroll {
  overflow: hidden;
  text-align: left;
}
.subpage-nav .link {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  padding: 0 0.4rem;
  font-size: 14px;
}
.subpage-nav .link:nth-child(1n + 2) {
  margin-left: 0.4rem;
}
.subpage-nav .link.on {
  color: #fff;
  background-color: #004294;
}
@media screen and (max-width: 1024px) {
  .subpage-nav {
    width: 100%;
  }
  .subpage-nav .hScroll {
    overflow-x: auto;
    text-align: center;
  }
  .subpage-nav .link {
    padding-left: 16px;
    padding-right: 16px;
    min-width: 4em;
  }
}
.subpage-section {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* sAbout */
.sAbout-section {
  position: relative;
  z-index: 2;
}
.sAbout-head {
  position: relative;
  text-align: left;
  margin-bottom: 1rem;
  line-height: 1.25;
}
.sAbout-head .en {
  position: relative;
  font-family: Times New Roman, sans-serif;
  text-transform: capitalize;
  text-transform: uppercase;
  color: #004294;
}
.sAbout-head .cn {
  color: #333333;
}
.sAbout-head .more {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .sAbout-head {
    text-align: center;
  }
}
.sAbout-intro {
  padding-top: 2rem;
  padding-bottom: 1.6rem;
}
.sAbout-intro .contain {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.sAbout-intro .txt {
  width: 50%;
}
.sAbout-intro .txt .imax {
  font-size: 14px;
  line-height: 1.71428571;
  text-align: justify;
}
.sAbout-intro .qImg {
  width: 11.2rem;
  height: 10.6rem;
  margin-right: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .sAbout-intro .txt {
    width: 100%;
  }
  .sAbout-intro .qImg {
    display: none;
  }
}
.sAbout-datas:before,
.sAbout-datas:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 50%;
}
.sAbout-datas:before {
  left: 0;
  background-color: #004294;
}
.sAbout-datas:after {
  right: 0;
  background-color: #f5f5f5;
}
.sAbout-datas .contain {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sAbout-datas .dt {
  width: 50%;
  padding-right: 1.6rem;
  color: #fff;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sAbout-datas .dt s {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3rem;
  width: 4em;
  height: 1px;
  background-color: #fff;
}
.sAbout-datas .dd {
  width: 50%;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 0 1rem 1.6rem;
}
.sAbout-datas .dd:after {
  display: none;
}
.sAbout-datas .dd .col {
  min-width: 25%;
}
.sAbout-datas .dd .col:nth-child(1n + 2) {
  margin-left: 10%;
}
.sAbout-datas .dd .col .sdt {
  color: #004294;
  white-space: nowrap;
}
.sAbout-datas .dd .col .sdt .num {
  font-family: "Swiss721BT", Arial, sans-serif;
  font-weight: bold;
}
.sAbout-datas .dd .col .sdt sup {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  margin-left: 3px;
}
.sAbout-datas .dd .col .sdd {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .sAbout-datas:before {
    display: none;
  }
  .sAbout-datas:after {
    width: 100%;
  }
  .sAbout-datas .dt {
    display: none;
  }
  .sAbout-datas .dd {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.sAbout-history {
  padding-top: 2rem;
}
.sAbout-history .sAbout-head .cn {
  color: #fff;
}
.sAbout-history-list {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-bottom: 2.4rem;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sAbout-history-list:after {
  content: " ";
  z-index: -1;
  position: absolute;
  left: 3.8rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.sAbout-history-list .oLi {
  z-index: 2;
  position: relative;
  padding: 25px 0 25px 3.8rem;
}
.sAbout-history-list .oLi .contain {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.sAbout-history-list .oLi:after {
  content: " ";
  z-index: -1;
  position: absolute;
  top: 100%;
  height: 0;
  left: 50%;
  margin-left: -2000px;
  width: 4000px;
  background-color: #004294ba;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  pointer-events: none;
}
.sAbout-history-list .oLi .dt {
  position: relative;
  float: left;
  left: 2px;
  margin-left: -3.8rem;
  padding-right: 0.6rem;
  width: 3.2rem;
  text-align: right;
  height: 34px;
  line-height: 34px;
}
.sAbout-history-list .oLi .dt:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  width: 3px;
  height: 22px;
  background-color: #fff;
}
.sAbout-history-list .oLi .dd {
  padding-left: 0.6rem;
}
.sAbout-history-list .oLi .dd p {
  position: relative;
  padding: 5px 20px;
  line-height: 24px;
}
.sAbout-history-list .oLi .dd p:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #fff;
}
.sAbout-history-list .oLi .dd img {
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  .sAbout-history-list .oLi:hover:after {
    -webkit-transition: all 400ms ease 0s, top 0ms ease 0s;
    transition: all 400ms ease 0s, top 0ms ease 0s;
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .sAbout-history-list {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sAbout-history-list:after {
    left: 30px;
  }
  .sAbout-history-list .oLi {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
  }
  .sAbout-history-list .oLi .dt {
    float: none;
    left: 0;
    margin-left: 0;
    padding-right: 0;
    width: auto;
    text-align: left;
    padding-left: 0.6rem;
  }
  .sAbout-history-list .oLi .dt:after {
    right: 100%;
    margin-right: -2px;
  }
  .sAbout-history-list .oLi .dd p {
    padding: 5px 16px;
  }
}
@media screen and (max-width: 640px) {
  .sAbout-history-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sAbout-history-list:after {
    left: 15px;
  }
}
.sAbout-honor {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.sAbout-honor .sAbout-head .cn {
  color: #fff;
}
.sAbout-honor-pic {
  width: 56.79012346%;
}
.sAbout-honor-pic .icos .icoImg {
  height: 34px;
}
.sAbout-honor-pic .icos .icoImg:nth-child(1n + 2) {
  margin-left: 8px;
}
@media screen and (max-width: 1024px) {
  .sAbout-honor-pic {
    width: 100%;
    text-align: center;
  }
  .sAbout-honor-pic .icos .icoImg {
    height: 28px;
  }
}
.sAbout-honor-slide {
  position: relative;
  padding: 30px 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sAbout-honor-slide .shade,
.sAbout-honor-slide .box {
  position: relative !important;
  height: auto !important;
}
.sAbout-honor-slide .box {
  white-space: nowrap;
  font-size: 0;
}
.sAbout-honor-slide .item {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-right: 1%;
}
.sAbout-honor-slide .item .pic {
  height: 0;
  padding-bottom: 138.88888889%;
  background-color: #f1f1f1;
}
.sAbout-honor-slide .item h3 {
  line-height: 1.4;
  margin: 0.5em;
  text-align: center;
  color: #fff;
  white-space: normal;
}
.sAbout-honor-slide .pagination {
  height: 4px;
  line-height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
.sAbout-honor-slide .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 3px;
  width: 0.8rem;
  height: 4px;
  border: 0 solid #004294;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border-radius: 4px;
  background-color: #fff;
}
.sAbout-honor-slide .pagination .btn > em {
  display: none;
}
.sAbout-honor-slide .pagination .btn.on {
  background-color: #004294;
}
.sAbout-honor-slide .ctr {
  display: none;
  z-index: 28;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: #ffffff;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  text-align: center;
}
.sAbout-honor-slide .ctr s {
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border: #fff 2px solid;
  border-radius: inherit;
}
.sAbout-honor-slide .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: 24px;
  font-weight: bold;
}
.sAbout-honor-slide .ctr:hover {
  color: #ffffff;
}
.ysqUEO .sAbout-honor-slide .ctr s {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  padding: inherit;
}
.ysqUEO .sAbout-honor-slide .ctr s:before,
.ysqUEO .sAbout-honor-slide .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  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;
}
@media screen and (min-width: 1025px) {
  .sAbout-honor-slide .ctr .ysqUEO s:before,
  .sAbout-honor-slide .ctr .ysqUEO s:after {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
  }
  .sAbout-honor-slide .ctr .ysqUEO:hover s:before,
  .sAbout-honor-slide .ctr .ysqUEO:hover s:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .sAbout-honor-slide .ctr:active s:before,
  .sAbout-honor-slide .ctr:active s:after {
    background-color: #ffffff;
  }
}
.ysqUEO .sAbout-honor-slide .ctr.prev s:before,
.ysqUEO .sAbout-honor-slide .ctr.prev s:after {
  margin-left: -4px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.ysqUEO .sAbout-honor-slide .ctr.prev s:before {
  -webkit-transform: rotate(-45deg) translateX(-1px);
  transform: rotate(-45deg) translateX(-1px);
}
.ysqUEO .sAbout-honor-slide .ctr.prev s:after {
  -webkit-transform: rotate(45deg) translateX(-1px);
  transform: rotate(45deg) translateX(-1px);
}
.ysqUEO .sAbout-honor-slide .ctr.next s:before,
.ysqUEO .sAbout-honor-slide .ctr.next s:after {
  margin-left: -8px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ysqUEO .sAbout-honor-slide .ctr.next s:before {
  -webkit-transform: rotate(-45deg) translateX(1px);
  transform: rotate(-45deg) translateX(1px);
}
.ysqUEO .sAbout-honor-slide .ctr.next s:after {
  -webkit-transform: rotate(45deg) translateX(1px);
  transform: rotate(45deg) translateX(1px);
}
@media screen and (min-width: 1025px) {
  .ysqUEO .sAbout-honor-slide .ctr.prev:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(-1px);
    transform: rotate(-45deg) translateX(-1px);
  }
  .ysqUEO .sAbout-honor-slide .ctr.prev:hover s:after {
    -webkit-transform: rotate(45deg) translateX(-1px);
    transform: rotate(45deg) translateX(-1px);
  }
  .ysqUEO .sAbout-honor-slide .ctr.next:hover s:before {
    -webkit-transform: rotate(-45deg) translateX(1px);
    transform: rotate(-45deg) translateX(1px);
  }
  .ysqUEO .sAbout-honor-slide .ctr.next:hover s:after {
    -webkit-transform: rotate(45deg) translateX(1px);
    transform: rotate(45deg) translateX(1px);
  }
}
@media screen and (max-width: 1024px) {
  .sAbout-honor-slide .ctr.prev:active s:before {
    -webkit-transform: rotate(-45deg) translateX(-1px);
    transform: rotate(-45deg) translateX(-1px);
  }
  .sAbout-honor-slide .ctr.prev:active s:after {
    -webkit-transform: rotate(45deg) translateX(-1px);
    transform: rotate(45deg) translateX(-1px);
  }
  .sAbout-honor-slide .ctr.next:active s:before {
    -webkit-transform: rotate(-45deg) translateX(1px);
    transform: rotate(-45deg) translateX(1px);
  }
  .sAbout-honor-slide .ctr.next:active s:after {
    -webkit-transform: rotate(45deg) translateX(1px);
    transform: rotate(45deg) translateX(1px);
  }
}
.sAbout-honor-slide .ctr.prev {
  left: 0;
}
.sAbout-honor-slide .ctr.prev s {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.sAbout-honor-slide .ctr.next {
  right: 0;
}
.sAbout-honor-slide .ctr.next s {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.sAbout-honor-slide .ctr:hover s {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1024px) {
  .sAbout-honor-slide {
    width: 100%;
    padding: 30px 48px;
  }
  .sAbout-honor-slide .ctr s {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.sAbout-honor-txt {
  position: relative;
  width: 37.03703704%;
  padding: 1rem 1.6rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1rem;
}
.sAbout-honor-txt .dt {
  line-height: 30px;
  color: #004294;
  font-weight: bold;
}
.sAbout-honor-txt .dd p {
  position: relative;
  line-height: 22px;
  padding-left: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sAbout-honor-txt .dd p:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 11px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 5px 5px;
  border-color: transparent transparent transparent #004294;
  border-style: dashed dashed dashed solid;
  font-size: 0;
}
@media screen and (min-width: 1025px) {
  .sAbout-honor-txt .dd {
    position: absolute;
    right: 1.6rem;
    left: 1.6rem;
    bottom: 1rem;
    top: 1.4rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .sAbout-honor-txt {
    width: 100%;
    margin-top: 1.2rem;
  }
  .sAbout-honor-txt .dd {
    margin-top: 20px;
  }
}
/* sCulture */
.sCulture-intro {
  position: relative;
  padding: 2rem 0;
}
.sCulture-intro img.bg {
  width: 50%;
  left: 50%;
}
.sCulture-intro .oList {
  width: 46%;
  line-height: 1.5;
}
.sCulture-intro .oList .oLi:nth-child(1n + 2) {
  margin-top: 0.6rem;
}
.sCulture-intro .oList .oLi .dt {
  color: #333333;
}
.sCulture-intro .oList .oLi .dd {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .sCulture-intro img.bg {
    display: none;
  }
  .sCulture-intro .oList {
    width: 100%;
  }
}
.sCulture-list3 .col {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  background-color: #f1f1f1;
}
.sCulture-list3 .col:nth-child(1n + 2):before {
  z-index: 8;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
  pointer-events: none;
}
.sCulture-list3 .col .pic {
  height: 0;
  padding-bottom: 50%;
}
.sCulture-list3 .col .contain {
  position: absolute;
  z-index: 9;
  left: 10%;
  width: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.sCulture-list3 .col .contain .hr {
  margin-top: 0.32rem;
  margin-bottom: 0.28rem;
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.sCulture-list3 .col .contain .dd {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1440px) {
  .sCulture-list3 .col .pic {
    padding-top: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .sCulture-list3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
  }
  .sCulture-list3 .col {
    min-width: 320px;
  }
}
.sCulture-brand {
  padding: 2rem 0;
}
.sCulture-brand .head {
  padding: 0 15px 1.2rem;
  text-align: center;
  line-height: 1.5;
}
.sCulture-brand .head .dt {
  color: #333333;
}
.sCulture-brand .head .dd {
  margin-top: 10px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  color: #666666;
}
.sCulture-brand .head .df {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.6rem;
  padding: 0.3rem;
  width: 36px;
  height: 36px;
  background-image: url(../images/dcts-culture-brand.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sCulture-brand .body {
  position: relative;
  z-index: 2;
  padding: 1.6rem 0 1rem;
  color: #fff;
}
.sCulture-brand .oList {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 0.9rem 2.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sCulture-brand .oList:after {
  display: none;
}
.sCulture-brand .oList .oLi {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  position: relative;
  max-width: 300px;
  width: 25%;
  min-width: 220px;
  padding: 1.6rem 0.6rem 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sCulture-brand .oList .oLi:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #fff solid 2px;
  pointer-events: none;
  -webkit-clip-path: polygon(
    70% 10px,
    70% 0,
    100% 0,
    100% 100%,
    0% 100%,
    0% 0,
    30% 0,
    30% 10px
  );
  clip-path: polygon(
    70% 10px,
    70% 0,
    100% 0,
    100% 100%,
    0% 100%,
    0% 0,
    30% 0,
    30% 10px
  );
}
.sCulture-brand .oList .oLi i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: -0.5em;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑" !important;
}
.sCulture-brand .oList .oLi .icoImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 64px;
  height: 64px;
}
.sCulture-brand .oList .oLi p {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .sCulture-brand .oList {
    padding-left: 0;
    padding-right: 0;
    overflow-x: auto;
    overflow-y: visible;
  }
  .sCulture-brand .oList .oLi {
    margin: 0;
  }
  .sCulture-brand .oList .oLi:nth-child(1n + 2) {
    margin-left: 0.8rem;
  }
  .sCulture-brand .oList .oLi .icoImg {
    width: 48px;
    height: 48px;
  }
}
/* sMien */
.sMien {
  padding: 2rem 0;
}
.sMien-list .col {
  width: 49.5%;
  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;
}
.sMien-list .col:after {
  display: none;
}
.sMien-list .col:nth-child(2n + 1) .item:nth-child(2) {
  margin-left: 2%;
}
.sMien-list .col:nth-child(2n + 1) .item:nth-child(3) {
  width: 100%;
  margin-top: 2%;
}
.sMien-list .col:nth-child(2n + 2) {
  margin-left: 1%;
}
.sMien-list .col:nth-child(2n + 2) .item:nth-child(1) {
  width: 100%;
  margin-bottom: 2%;
}
.sMien-list .col:nth-child(2n + 2) .item:nth-child(3) {
  margin-left: 2%;
}
.sMien-list .item {
  position: relative;
  overflow: hidden;
  width: 49%;
}
.sMien-list .item:before,
.sMien-list .item:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.sMien-list .item:before {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
}
.sMien-list .item:after {
  z-index: 10;
  border-top: #ffffff solid 1px;
  border-bottom: #ffffff solid 1px;
  -webkit-transform: scale(3.25) rotate(-30deg);
  transform: scale(3.25) rotate(-30deg);
}
.sMien-list .item .pic {
  background-color: #f1f1f1;
  height: 0;
  padding-bottom: 61.53846154%;
}
.sMien-list .item .pic img {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.sMien-list .item .txt {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  z-index: 11;
  color: #fff;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  line-height: 1.25;
}
.sMien-list .item .txt .en {
  margin-top: 5px;
  font-family: Times New Roman, sans-serif;
}
@media screen and (min-width: 1025px) {
  .sMien-list .col .item:hover:before {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
  .sMien-list .col .item:hover:after {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0.5;
    visibility: visible;
    -webkit-transform: scale(1.25) rotate(-30deg);
    transform: scale(1.25) rotate(-30deg);
  }
  .sMien-list .col .item:hover .pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .sMien-list .col .item:hover .txt {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1024px) {
  .sMien-list .col {
    width: 100%;
    margin-left: 0 !important;
  }
  .sMien-list .col:nth-child(1n + 2) {
    margin-top: 2%;
  }
  .sMien-list .col:nth-child(2n + 2) .item {
    width: 49% !important;
    margin: 0 !important;
  }
  .sMien-list .col:nth-child(2n + 2) .item:nth-child(2) {
    margin-left: 2% !important;
  }
  .sMien-list .col:nth-child(2n + 2) .item:nth-child(3) {
    width: 100% !important;
    margin-top: 2% !important;
  }
  .sMien-list .col .item:before {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .sMien-list .col .item:after {
    display: none;
  }
  .sMien-list .col .item .pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .sMien-list .col .item .txt {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
    top: auto;
    bottom: 0;
    -webkit-transform: none !important;
    transform: none !important;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sMien-list .col .item .txt .en {
    display: none;
  }
}
/* sProduct */
.sProduct {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.sProduct-navs {
  position: relative;
  padding: 1.2rem 0;
  line-height: 24px;
  color: #666666;
}
.sProduct-navs .dt {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  height: 24px;
  padding-left: 34px;
  background-image: url(../images/icos-product.png);
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 16px;
}
.sProduct-navs .dd {
  display: block;
  margin-left: 146px;
}
.sProduct-navs s {
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.sProduct-navs .link {
  display: inline-block;
  vertical-align: top;
  color: #666666;
}
.sProduct-navs .link.on {
  color: #004294;
}
.sProduct-navs .link.on:after {
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .sProduct-navs .link:hover {
    color: #004294;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-navs .link:active {
    color: #004294;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-navs .dt {
    text-indent: -9999px;
    padding-left: 30px;
  }
  .sProduct-navs .dd {
    margin-left: 32px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .sProduct-navs s {
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
}
.sProduct-columns .item {
  position: relative;
  z-index: 2;
  padding: 0.8rem 1.6rem 1.6rem;
}
.sProduct-columns .item:nth-child(1n + 2) {
  margin-top: 1.6rem;
}
.sProduct-columns .item:before {
  content: " ";
  display: block;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0.8rem;
  right: 0;
  bottom: 0;
  border: #ddd solid 2px;
  pointer-events: none;
}
.sProduct-columns .item .txt {
  position: relative;
  padding: 1.6rem 0.8rem 0 0;
  width: 48%;
}
.sProduct-columns .item .txt i {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -0.5em;
  font-family: "Geometr415", Arial, sans-serif;
  background-color: #fff;
  color: #004294;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  margin-left: -0.2rem;
  font-size: 84px;
}
.sProduct-columns .item .txt .dt {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url(../images/bgs-dotx4.png);
  background-size: auto 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.sProduct-columns .item .txt .dt .cn {
  color: #333333;
}
.sProduct-columns .item .txt .dt .en {
  margin-top: 10px;
  color: #999999;
  font-family: Times New Roman, sans-serif;
}
.sProduct-columns .item .txt .dd {
  margin-top: 0.6rem;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 104px;
}
.sProduct-columns .item .more2 {
  margin-top: 0.6rem;
}
@media screen and (max-width: 1440px) {
  .sProduct-columns .item {
    padding: 0.8rem 1.2rem 1.2rem;
  }
  .sProduct-columns .item .txt {
    padding-top: 1.2rem;
  }
  .sProduct-columns .item .txt i {
    font-size: 64px;
  }
  .sProduct-columns .item .txt .dd {
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 66px;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-columns .item {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .sProduct-columns .item .txt {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0.8rem;
    padding-left: 0;
    padding-right: 0;
  }
  .sProduct-columns .item .txt i {
    font-size: 54px;
    left: 0;
  }
  .sProduct-columns .item .txt .dd {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sProduct-columns .item .txt i {
    font-size: 48px;
  }
}
.sProduct-columns-tab {
  position: relative;
  margin-top: -0.8rem;
  margin-right: -0.8rem;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.4rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.sProduct-columns-tab:after {
  display: none;
}
.sProduct-columns-tab .pic {
  background-color: #f1f1f1;
  height: 0;
  padding-bottom: 62.42424242%;
  height: 0 !important;
}
.sProduct-columns-tab .Tg {
  position: absolute;
  right: 0;
  top: 0;
  width: 18.5%;
  height: 100%;
}
.sProduct-columns-tab .Tg .oScroll {
  overflow: hidden;
  height: 100%;
}
.sProduct-columns-tab .Tg .btn {
  display: block;
  width: 100%;
  height: 1.88rem;
}
.sProduct-columns-tab .Tg .btn:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: #000;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.sProduct-columns-tab .Tg .btn:nth-child(1n + 2) {
  margin-top: 0.24rem;
}
.sProduct-columns-tab .Tt {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin-right: 0.24rem;
}
.sProduct-columns-tab .Tt .box {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .sProduct-columns-tab .Tg .btn:hover:after {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0.1;
    visibility: visible;
  }
}
@media screen and (max-width: 1440px) {
  .sProduct-columns-tab {
    margin-right: -0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-columns-tab {
    margin-top: 0;
    width: 100%;
  }
  .sProduct-columns-tab .Tg .oScroll {
    overflow: auto;
  }
  .sProduct-columns-tab .Tg .btn:nth-child(1n + 2) {
    margin-top: 6.48648649%;
  }
}
.sProduct-list .item {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  background-color: #fff;
}
.sProduct-list .item .pic:after,
.sProduct-list .item .txt:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #dddddd solid 1px;
  pointer-events: none;
  z-index: 3;
}
.sProduct-list .item .pic {
  height: 0;
  padding-bottom: 62.42424242%;
  background-color: #f1f1f1;
}
.sProduct-list .item .txt {
  position: relative;
  padding: 0.4rem 0.8rem 0.5rem;
}
.sProduct-list .item .txt:after {
  border-top: none;
}
.sProduct-list .item .txt h3 {
  line-height: 22px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sProduct-list .item .txt .more {
  margin-top: 0.2rem;
  display: block;
  padding-left: 26px;
  height: 15px;
  line-height: 15px;
  color: #999999;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.sProduct-list .item .txt .more:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 15px;
  background-image: url(../images/icos-saw.png);
  background-size: auto 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.sProduct-list .item .txt .more:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 30px;
  height: 1px;
  background-color: #bbbbbb;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
@media screen and (min-width: 1025px) {
  .sProduct-list .item:hover {
    -webkit-box-shadow: 0px 6px 14.1px 0.9px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 14.1px 0.9px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .sProduct-list .item:hover .txt {
    background-color: #004294;
    color: #fff;
  }
  .sProduct-list .item:hover .txt:after {
    border-color: #004294;
  }
  .sProduct-list .item:hover .txt .more {
    color: #fff;
  }
  .sProduct-list .item:hover .txt .more:before {
    background-position: 0 bottom;
  }
  .sProduct-list .item:hover .txt .more:after {
    background-color: #fff;
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-list .item .txt {
    padding: 0.4rem 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sProduct-list .item .txt {
    padding: 0.4rem;
  }
  .sProduct-list .item .txt h3 {
    font-size: 14px;
  }
  .sProduct-list .item .txt .more {
    font-size: 12px;
    margin-top: 4px;
    padding-left: 22px;
  }
  .sProduct-list .item .txt .more:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.sProduct-switch {
  position: relative;
  width: 55.55555556%;
  padding-bottom: 20px;
}
.sProduct-switch .shade {
  height: 0;
  padding-bottom: 62.42424242%;
}
.sProduct-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.sProduct-switch .item.moveItem {
  position: absolute;
}
.sProduct-switch .pagination {
  height: 10px;
  line-height: 10px;
  position: absolute;
  bottom: -10px;
  width: 100%;
  z-index: 21;
  white-space: nowrap;
  text-align: center;
}
.sProduct-switch .pagination .btn {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  text-indent: 100%;
  *text-indent: 0;
  *font-size: 0;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #bbbbbb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sProduct-switch .pagination .btn.on {
  background-color: #004294;
}
@media screen and (max-width: 1024px) {
  .sProduct-switch {
    width: 100%;
  }
}
.sProduct-info {
  width: 38.27160494%;
}
.sProduct-info .dt {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: url(../images/bgs-dotx4.png);
  background-size: auto 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.sProduct-info .dt .cn {
  color: #333333;
}
.sProduct-info .dt .en {
  margin-top: 10px;
  color: #999999;
  font-family: Times New Roman, sans-serif;
}
.sProduct-info h1 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  color: #004294;
}
.sProduct-info .dd {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: #dfdfdf solid 1px;
  border-bottom: #dfdfdf solid 1px;
  line-height: 1.6 !important;
}
.sProduct-info .df {
  margin-top: 0.8rem;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.sProduct-info .df .btn {
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  padding: 0.5rem;
  background-image: url(../images/arrows-product-view.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  text-indent: -200px;
}
.sProduct-info .df .btn:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #dcdcdc solid 1px;
}
.sProduct-info .df .btn.prev {
  background-position: left 0;
}
.sProduct-info .df .btn.next {
  margin-left: -1px;
  background-position: right 0;
}
.sProduct-info .df .btn[href="#"],
.sProduct-info .df .btn[href=""] {
  cursor: not-allowed;
  color: #999999;
  background-color: #f1f1f1 !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (min-width: 1025px) {
  .sProduct-info .df .btn:hover {
    background-color: #0043943c;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-info .df .btn:active {
    background-color: #0043943c;
  }
}
@media screen and (max-width: 1024px) {
  .sProduct-info {
    width: 100%;
    margin-top: 1rem;
  }
  .sProduct-info .df .btn.prev {
    float: left;
  }
  .sProduct-info .df .btn.next {
    float: right;
    margin-left: 0;
  }
}
/* sCase */
.sCase {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.sCase .sProduct-view {
  padding-bottom: 2rem;
}
.sCase-list .item {
  overflow: visible;
  width: 48.5%;
  background-color: #fff;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.sCase-list .item:after {
  display: none;
}
.sCase-list .item:nth-child(1n + 3) {
  margin-top: 3%;
}
.sCase-list .item .pic {
  min-width: 360px;
  width: 360px;
  height: 225px;
  background-color: #f1f1f1;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.sCase-list .item .pic:after,
.sCase-list .item .pic > span {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}
.sCase-list .item .pic:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.sCase-list .item .pic > span {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #fff;
  -webkit-transform: scale(2);
  transform: scale(2);
  text-align: center;
}
.sCase-list .item .txt {
  position: relative;
  padding: 0.8rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sCase-list .item .txt .contain {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.8rem;
  right: 0.8rem;
}
.sCase-list .item .txt:after,
.sCase-list .item .txt h3,
.sCase-list .item .txt p {
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.sCase-list .item .txt h3 {
  color: #333333;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 0.4rem;
  border-bottom: #e3e3e3 solid 1px;
}
.sCase-list .item .txt p {
  margin-top: 0.3rem;
  color: #666666;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
}
.sCase-list .item .txt:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #dddddd solid 1px;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .sCase-list .item:hover {
    background-color: #004294;
  }
  .sCase-list .item:hover .pic {
    -webkit-transform: translateY(-0.4rem);
    transform: translateY(-0.4rem);
  }
  .sCase-list .item:hover .pic:after,
  .sCase-list .item:hover .pic > span {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .sCase-list .item:hover .txt:after {
    opacity: 0;
  }
  .sCase-list .item:hover .txt h3,
  .sCase-list .item:hover .txt p {
    color: #fff;
  }
}
@media screen and (max-width: 1600px) {
  .sCase-list .item .pic {
    min-width: 0;
    width: 45%;
    height: 0;
    padding-bottom: 28.125%;
  }
  .sCase-list .item .txt {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .sCase-list .item {
    width: 100%;
  }
  .sCase-list .item:nth-child(1n + 2) {
    margin-top: 3%;
  }
  .sCase-list .item .pic {
    width: 55%;
    height: 0;
    padding-bottom: 34.375%;
  }
  .sCase-list .item .txt {
    width: 45%;
  }
}
.sCase-head {
  text-align: center;
  padding-bottom: 1rem;
}
.sCase-head span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0.7rem;
  background-image: url(../images/bgs-dotx4.png);
  background-size: auto 100%;
  background-position: right 50%;
  background-repeat: no-repeat;
  text-align: center;
  color: #333333;
}
.sCase-head span .en {
  margin-top: 10px;
  font-family: Times New Roman, sans-serif;
  text-transform: uppercase;
}
.sCase-relative .sProduct-list .item .pic {
  background-color: #fff;
}
.sCase-relative .sProduct-list .item:nth-child(1n + 4) {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sCase-relative .sProduct-list .item:nth-child(4) {
    display: block;
  }
}
.sCase-messageBoard {
  margin-bottom: -2rem;
}
.sCase-messageBoard .sCase-head span {
  color: #fff;
}
.sCase-messageBoard .wrapIn {
  width: 48.5%;
  padding: 1.1rem 1.6rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .sCase-messageBoard .wrapIn {
    width: 100%;
  }
}
.sCase-messageBoard-form .dt {
  margin-bottom: 0.6rem;
  color: #333333;
  padding-left: 0.24rem;
  border-left: #004294 solid 3px;
}
.sCase-messageBoard-form .formItem {
  margin-top: 12px;
  line-height: 54px;
}
.sCase-messageBoard-form .formItem .skin {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  line-height: 22px;
  border: #e1e1e1 solid 1px;
  border-radius: 5px;
  padding: 15px 0.5rem;
  background-color: #fff;
}
.sCase-messageBoard-form .formItem textarea.skin {
  height: 140px;
}
.sCase-messageBoard-form .enter {
  display: block;
  height: 54px;
  line-height: 54px;
  border-radius: 5px;
  background-color: #004294;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.sCase-messageBoard-form .enter:after {
  border-color: #fff;
}
@media screen and (max-width: 1024px) {
  .sCase-messageBoard-form .formItem {
    line-height: 48px;
  }
  .sCase-messageBoard-form .formItem .enter,
  .sCase-messageBoard-form .formItem .skin {
    height: 48px;
    line-height: 48px;
  }
}
.sCase-messageBoard-marquee {
  position: relative;
}
.sCase-messageBoard-marquee .item {
  padding-bottom: 15px;
  border-bottom: #cecece dashed 1px;
  line-height: 1.5;
}
.sCase-messageBoard-marquee .item:nth-child(1n + 2) {
  margin-top: 15px;
}
.sCase-messageBoard-marquee .item .dt {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  color: #333333;
}
.sCase-messageBoard-marquee .item .dt:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #004294;
}
.sCase-messageBoard-marquee .item .dt .tel {
  margin-left: 4px;
}
.sCase-messageBoard-marquee .item .dd {
  font-size: 14px;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .sCase-messageBoard-marquee {
    margin-top: 0.8rem;
    height: 400px;
  }
}
/* sLeague */
@media (min-width: 1641px) {
  .sLeague .container,
  .sLeague .w {
    width: 1440px !important;
  }
}
.sLeague-head {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.sLeague-head .cn {
  position: relative;
  z-index: 3;
  font-family: "Noto Sans CJK SC", "Noto Sans CJK", "Source Han Sans",
    source-han-sans-simplified-c, "Microsoft YaHei", "微软雅黑";
  color: #333333;
}
.sLeague-head .en {
  margin-top: -0.25em;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
  color: #eee;
  text-transform: uppercase;
}
.sLeague-section {
  position: relative;
  overflow: hidden;
}
.sLeague-axdvantage {
  padding-bottom: 2.32rem;
  padding-top: 2rem;
}
.sLeague-axdvantage .sLeague-head {
  padding-bottom: 1.32rem;
}
.sLeague-axdvantage .bg {
  top: auto;
  bottom: 0;
  height: auto;
}
.sLeague-axdvantage .qImg {
  width: 100%;
  height: 0;
  padding-bottom: 25.69444444%;
}
.sLeague-axdvantage .oList {
  position: relative;
  margin-top: 2rem;
  padding: 0.8rem 2%;
}
.sLeague-axdvantage .oList:before,
.sLeague-axdvantage .oList:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: #89c52f dashed 1px;
  pointer-events: none;
}
.sLeague-axdvantage .oList:before {
  margin-left: -1px;
  margin-top: 3px;
}
.sLeague-axdvantage .oList .oLi {
  position: relative;
}
.sLeague-axdvantage .oList .oLi:before {
  content: " ";
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #89c52f;
}
.sLeague-axdvantage .oList .oLi .dt {
  display: inline-block;
  vertical-align: top;
  min-width: 420px;
  position: relative;
  height: 58px;
  line-height: 58px;
  color: #fff;
  background-color: #89c52f;
  border-radius: 58px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sLeague-axdvantage .oList .oLi .dt i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: 50px;
  border-radius: 50%;
  font-family: "Geometr415", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  color: #89c52f;
  line-height: 50px;
  pointer-events: none;
}
.sLeague-axdvantage .oList .oLi .dt span {
  display: inline-block;
  vertical-align: top;
  min-width: 12.5em;
}
.sLeague-axdvantage .oList .oLi .dd {
  padding: 0.2rem;
  margin-top: 0.4rem;
  color: #666666;
  line-height: 1.77777778;
}
@media screen and (min-width: 1025px) {
  .sLeague-axdvantage .oList .oLi.even {
    padding-left: 54%;
    text-align: left;
  }
  .sLeague-axdvantage .oList .oLi.even .dt {
    padding-left: 72px;
    padding-right: 40px;
  }
  .sLeague-axdvantage .oList .oLi.even .dt i {
    left: 4px;
  }
  .sLeague-axdvantage .oList .oLi.odd {
    padding-right: 54%;
    text-align: right;
  }
  .sLeague-axdvantage .oList .oLi.odd .dt {
    padding-left: 40px;
    padding-right: 72px;
  }
  .sLeague-axdvantage .oList .oLi.odd .dt i {
    right: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .sLeague-axdvantage .qImg {
    padding-top: 6%;
  }
  .sLeague-axdvantage .oList {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .sLeague-axdvantage .oList:before,
  .sLeague-axdvantage .oList:after {
    left: 0;
  }
  .sLeague-axdvantage .oList .oLi {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
  .sLeague-axdvantage .oList .oLi:before {
    left: 0;
  }
  .sLeague-axdvantage .oList .oLi:nth-child(1n + 2) {
    margin-top: 0.6rem;
  }
  .sLeague-axdvantage .oList .oLi .dt {
    padding-left: 60px;
    padding-right: 32px;
    min-width: 0;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
  }
  .sLeague-axdvantage .oList .oLi .dt i {
    left: 4px;
    width: 40px;
    line-height: 40px;
  }
}
.sLeague-agency {
  padding-top: 1.6rem;
  padding-bottom: 2rem;
  margin-top: -15px;
}
.sLeague-agency .bg {
  background-repeat: repeat;
  -webkit-clip-path: polygon(
    100% 0,
    100% 100%,
    0 100%,
    0 0,
    calc(50% - 15px) 0,
    50% 15px,
    calc(50% + 15px) 0
  );
  clip-path: polygon(
    100% 0,
    100% 100%,
    0 100%,
    0 0,
    calc(50% - 15px) 0,
    50% 15px,
    calc(50% + 15px) 0
  );
}
.sLeague-agency .list3 .oLi {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.sLeague-agency .list3 .oLi:after {
  display: none;
}
.sLeague-agency .list3 .oLi:nth-child(1n + 2) {
  margin-top: 0.4rem;
}
.sLeague-agency .list3 .oLi:nth-child(2n + 2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sLeague-agency .list3 .oLi .pic {
  width: 50%;
  height: 100%;
  height: 0;
  padding-bottom: 26.38888889%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1f1f1;
}
.sLeague-agency .list3 .oLi .txt {
  padding: 0.6rem 1.6rem;
  color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.sLeague-agency .list3 .oLi .txt .dt {
  font-weight: bold;
}
.sLeague-agency .list3 .oLi .txt .dt:after {
  content: " ";
  display: block;
  margin-top: 0.4rem;
  width: 30px;
  height: 3px;
  background-color: #004294;
}
.sLeague-agency .list3 .oLi .txt .dd {
  margin-top: 12px;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .sLeague-agency .list3 .oLi {
    display: block;
  }
  .sLeague-agency .list3 .oLi .pic,
  .sLeague-agency .list3 .oLi .txt {
    width: 100%;
    padding-bottom: 52.77777778%;
  }
  .sLeague-agency .list3 .oLi .txt {
    padding: 1.2rem;
  }
}
.sLeague-agency .sLeague-head {
  padding-top: 1.6rem;
  padding-bottom: 1rem;
}
.sLeague-agency .sLeague-head .cn {
  color: #fff;
}
.sLeague-agency .sLeague-head .en {
  color: #fff;
  opacity: 0.15;
}
.sLeague-agency .list5 {
  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;
  overflow-x: auto;
}
.sLeague-agency .list5:after {
  display: none;
}
.sLeague-agency .list5 .oLi {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 0.6rem 1.2rem;
  min-width: 72px;
}
.sLeague-agency .list5 .oLi:before {
  content: " ";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: #ffffff dashed 1px;
  -webkit-clip-path: polygon(
    100% 0,
    100% calc(50% - 15px),
    50% calc(50% - 15px),
    50% calc(50% + 15px),
    100% calc(50% + 15px),
    100% 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(
    100% 0,
    100% calc(50% - 15px),
    50% calc(50% - 15px),
    50% calc(50% + 15px),
    100% calc(50% + 15px),
    100% 100%,
    0 100%,
    0 0
  );
}
.sLeague-agency .list5 .oLi:after {
  content: " ";
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  width: 20px;
  height: 20px;
  border-top: #ffffff dashed 1px;
  border-right: #ffffff dashed 1px;
  -webkit-transform: rotate(45deg) translateX(0);
  transform: rotate(45deg) translateX(0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.sLeague-agency .list5 .oLi:nth-child(1n + 2) {
  margin-left: 1rem;
}
.sLeague-agency .list5 .oLi:last-child:before {
  -webkit-clip-path: none;
  clip-path: none;
}
.sLeague-agency .list5 .oLi:last-child:after {
  display: none;
}
.sLeague-agency .list5 .oLi i {
  display: block;
  font-family: "Geometr415", Arial, sans-serif;
}
.sLeague-agency .list5 .oLi p {
  margin-top: 4px;
}
.sLeague-apply {
  padding-top: 2rem;
  padding-bottom: 2.2rem;
}
.sLeague-apply .sLeague-head {
  padding-bottom: 1rem;
}
.sLeague-apply .sLeague-head .cn {
  color: #fff;
}
.sLeague-apply .sLeague-head .en {
  color: #fff;
  opacity: 0.15;
}
.sLeague-apply .tel {
  margin-top: 0.8rem;
  background-color: #89c52f;
  line-height: 30px;
  border-radius: 60px;
  padding: 0.3rem;
  text-align: center;
}
.sLeague-apply .tel,
.sLeague-apply .tel a {
  color: #ffffff;
}
.sLeague-apply .tel .icoImg {
  margin-right: 4px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1024px) {
  .sLeague-apply .tel .icoImg {
    width: 24px;
    height: 24px;
  }
  .sLeague-apply .tel .btn {
    text-decoration: underline;
  }
}
.sLeague-apply .qImg {
  width: 41.66666667%;
}
.sLeague-apply-form {
  width: 48.5%;
  padding: 1.1rem 1.6rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sLeague-apply-form .dt {
  color: #89c52f;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.6rem;
}
.sLeague-apply-form .formItem {
  line-height: 54px;
}
.sLeague-apply-form .formItem:nth-child(1n + 2) {
  margin-top: 12px;
}
.sLeague-apply-form .formItem .skin {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  line-height: 22px;
  border: #e1e1e1 solid 1px;
  border-radius: 5px;
  padding: 15px 0.5rem;
  background-color: #fff;
}
.sLeague-apply-form .formItem textarea.skin {
  height: 140px;
}
.sLeague-apply-form .enter {
  display: block;
  height: 54px;
  line-height: 54px;
  border-radius: 5px;
  background-color: #89c52f;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.sLeague-apply-form .enter:after {
  border-color: #fff;
}
@media screen and (max-width: 1024px) {
  .sLeague-apply-form {
    width: 100%;
  }
  .sLeague-apply-form .formItem {
    line-height: 48px;
  }
  .sLeague-apply-form .formItem .skin {
    line-height: 18px;
  }
  .sLeague-apply-form .formItem .enter,
  .sLeague-apply-form .formItem .skin {
    height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .sLeague-apply .qImg {
    display: none;
  }
}
/* sSiteMap */
.sSiteMap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.sSiteMap .firItem {
  position: relative;
  padding-left: 25px;
  padding-bottom: 0.5rem;
  border-bottom: #dddddd solid 1px;
}
.sSiteMap .firItem:nth-child(1n + 2) {
  margin-top: 0.5rem;
}
.sSiteMap .firItem .link1 {
  font-weight: bold;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.sSiteMap .firItem .link1:before {
  content: " ";
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -0.5em;
  width: 0.12rem;
  height: 1em;
  background-color: #004294;
}
.sSiteMap .firItem .secNav {
  margin-top: 10px;
  line-height: 2;
}
.sSiteMap .firItem .secNav .secItem {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.6rem;
}
/* sNews */
.sNews {
  padding-top: 1.4rem;
  padding-bottom: 2rem;
}
.sNews-list .item h3 {
  font-weight: bold;
  color: #333333;
  padding: 0.3rem 100px 0.3rem 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}
.sNews-list .item h3:before,
.sNews-list .item h3:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
.sNews-list .item h3:before {
  background-color: #ebebeb;
  width: 100%;
}
.sNews-list .item h3:after {
  width: 0;
  background-color: #004294;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.sNews-list .item p {
  margin-top: 0.8rem;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  height: 48px;
  color: #666666;
}
.sNews-list .item .time {
  position: absolute;
  right: 0;
  top: 0.3rem;
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
  color: #666666;
}
.sNews-list .item .pic {
  margin-top: 0.3rem;
  height: 0;
  padding-bottom: 56%;
  background-color: #f1f1f1;
}
.sNews-list .item.on h3 {
  color: #004294;
}
.sNews-list .item.on h3:after {
  width: 100%;
}
.sNews-list .item.on .time {
  color: #fff;
  background-color: #004294;
}
@media screen and (min-width: 1025px) {
  .sNews-list .item:hover h3 {
    color: #004294;
  }
  .sNews-list .item:hover h3:after {
    width: 100%;
  }
  .sNews-list .item:hover .time {
    color: #fff;
    background-color: #004294;
  }
}
@media screen and (max-width: 1024px) {
  .sNews-list .item {
    width: 48%;
    margin-left: 4%;
  }
  .sNews-list .item:nth-child(1n + 3) {
    margin-top: 4%;
  }
  .sNews-list .item p {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
    height: 40px;
  }
  .sNews-list .item:active h3 {
    color: #004294;
  }
  .sNews-list .item:active h3:after {
    width: 100%;
  }
  .sNews-list .item:active .time {
    color: #fff;
    background-color: #004294;
  }
}
@media screen and (min-width: 1025px) {
  .sNews-list .item {
    width: 31.5%;
    margin-left: 2.75%;
  }
  .sNews-list .item:nth-child(1n + 4) {
    margin-top: 3%;
  }
}
.sNews-relative {
  margin-left: 0.8rem;
  width: 350px;
  min-width: 320px;
}
.sNews-relative .dt {
  padding: 0.5rem 0.7rem;
  background-color: #f5f5f5;
}
.sNews-relative .dt span {
  display: inline-block;
  vertical-align: top;
  padding-left: 0.28rem;
  border-left: #004294 solid 4px;
  height: 1em;
  color: #333333;
}
.sNews-relative .dd {
  padding: 0.4rem;
  border: #e8eaeb solid 1px;
  border-top: none;
}
.sNews-relative .dd .item {
  position: relative;
  overflow: hidden;
  border-bottom: #e8eaeb solid 1px;
}
.sNews-relative .dd .item:last-child {
  border-bottom: none;
}
.sNews-relative .dd .item:nth-child(1n + 2) {
  margin-top: 0.4rem;
}
.sNews-relative .dd .item .pic {
  height: 0;
  padding-bottom: 56%;
  background-color: #f1f1f1;
}
.sNews-relative .dd .item h3 {
  padding: 0.3rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .sNews-relative {
    display: none;
  }
}
.sNews-view {
  width: 100%;
  padding: 0.8rem;
  border: #e8eaeb solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sNews-view-head {
  position: relative;
  padding-bottom: 0.5rem;
}
.sNews-view-head:before,
.sNews-view-head:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
}
.sNews-view-head:before {
  width: 100%;
  border-top: #c7c7c7 dashed 1px;
}
.sNews-view-head:after {
  width: 30px;
  height: 3px;
  background-color: #004294;
}
.sNews-view-head h1 {
  line-height: 1.4;
  color: #333333;
}
.sNews-view-head .aside {
  margin-top: 0.4rem;
  color: #666666;
}
.sNews-view-head .aside span:nth-child(1n + 2) {
  margin-left: 0.6rem;
}
.sNews-view-body {
  margin-top: 0.6rem;
}
.sNews-view-foot {
  position: relative;
  padding-top: 0.7rem;
  margin-top: 0.7rem;
  border-top: #dddddd solid 1px;
}
.sNews-view-foot .ctr {
  margin-right: 200px;
  display: block;
  font-size: 14px;
  line-height: 34px;
  white-space: nowrap;
}
.sNews-view-foot .ctr s {
  width: 100px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
  border: #cccccc solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 32px;
  text-align: center;
  margin-right: 12px;
}
.sNews-view-foot .ctr:first-child {
  margin-bottom: 10px;
}
.sNews-view-foot .ctr .limit {
  display: inline-block;
  vertical-align: top;
  max-width: 15em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sNews-view-foot .ctr[href="#"],
.sNews-view-foot .ctr[href=""] {
  color: #999999;
  cursor: not-allowed;
}
.sNews-view-foot .backToList {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 108px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #004294;
}
@media screen and (max-width: 1024px) {
  .sNews-view-foot {
    height: 34px;
  }
  .sNews-view-foot .ctr {
    position: absolute;
    top: 0.7rem;
    margin: 0;
  }
  .sNews-view-foot .ctr s {
    margin: 0;
  }
  .sNews-view-foot .ctr .limit {
    display: none;
  }
  .sNews-view-foot .ctr.prev {
    left: 0;
  }
  .sNews-view-foot .ctr.next {
    right: 0;
  }
  .sNews-view-foot .backToList {
    right: 50%;
    margin-right: -54px;
  }
}
/* sContact */
.sContact-list {
  padding: 1.6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  font-size: 0;
}
.sContact-list:after {
  display: none;
}
.sContact-list .col {
  max-width: 300px;
  width: 20%;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sContact-list .col .icoImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: 80px;
  background-color: #004294;
  border-radius: 50%;
}
.sContact-list .col .dt {
  margin-top: 0.3rem;
  color: #333333;
  font-weight: bold;
}
.sContact-list .col .dt:after {
  content: " ";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 2px;
  background-color: #bfbfbf;
  margin-top: 0.3rem;
}
.sContact-list .col .dd {
  margin-top: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .sContact-list {
    padding-left: 0;
    padding-right: 0;
    overflow-x: auto;
    text-align: center;
    display: block;
    white-space: nowrap;
  }
  .sContact-list .col {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    min-width: 130px;
    white-space: normal;
    padding: 0 1.5%;
  }
  .sContact-list .col .icoImg {
    width: 66px;
    height: 66px;
  }
}
.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-bottom: 2rem;
}
.sContact-map:after {
  display: none;
}
.sContact-map .mapContain {
  position: relative;
  width: 66.66666667%;
  height: 13.4rem;
}
.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: #004294;
}
.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: #89c52f;
}
.sContact-map .mapContain .mapDD {
  margin-top: 10px;
  line-height: 1.4333;
}
.sContact-map .mapContain .mapsInfo .title {
  color: #89c52f;
}
.sContact-map .mapContain .mapsInfo .address {
  margin-top: 5px;
  line-height: 1.5;
}
.sContact-map .mapContain .mapsInfo .btn {
  color: #89c52f;
  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 .dd {
  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.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: 0.8rem;
  margin-top: 40px;
  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.36rem;
}
.sContact-map .query .df .area-list .item .title {
  color: #333333;
}
.sContact-map .query .df .area-list .item .address {
  margin-top: 0.1rem;
}
.sContact-map .query .df .area-list .item .btn {
  text-decoration: underline;
}
.sContact-map .query .df .area-list .item .btn:before {
  content: "☞";
}
@media screen and (max-width: 768px) {
  .sContact-map {
    display: block;
  }
  .sContact-map .mapContain {
    width: 100%;
    height: 0;
    padding-bottom: 83.33333333%;
    margin-bottom: 0.8rem;
  }
  .sContact-map .query {
    width: 100%;
    margin-left: 0;
  }
  .sContact-map .query .df {
    position: relative;
    top: auto;
    margin-top: 0.4rem;
  }
}
.floatRight {
  position: fixed;
  z-index: 31;
  right: 5px;
  top: 50%;
  margin-top: -142px;
  height: 284px;
}
.floatRight .item {
  display: block;
  position: relative;
  margin-top: 4px;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
}
.floatRight .item:first-child {
  margin-top: 0;
}
.floatRight .item .stay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 44px;
  line-height: 44px;
  font-size: 0;
  *font-size: 33px;
  text-align: center;
  background-color: #004294;
  -webkit-transition: all 220ms ease 120ms;
  transition: all 220ms ease 120ms;
}
.floatRight .item .stay img {
  display: inline-block;
  position: relative;
  *top: -1px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.floatRight .item .stay img {
  width: 28px;
  height: 28px;
}
.floatRight .item .stay .pa100 {
  z-index: 7;
}
.floatRight .item .come {
  z-index: 1;
  position: absolute;
  right: 44px;
  top: 0;
  min-width: 65px;
  text-align: right;
  color: #fff;
  -webkit-transform: translateX(44px);
  transform: translateX(44px);
}
.floatRight .item .padbox {
  padding-right: 10px;
  padding-left: 15px;
  white-space: nowrap;
  background-color: #004294;
  border-radius: 5px 0 0 5px;
}
.floatRight .item .os-Link {
  color: #fff;
  display: block;
}
.floatRight .item .qrcode {
  width: 80px;
  height: 80px;
  padding: 5px;
  border-radius: 5px 0 5px 5px;
  background-color: #004294;
}
@media screen and (min-width: 1025px) {
  .floatRight .item:hover .op0 {
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
  }
  .floatRight .item:hover .stay {
    background-color: #004294;
    opacity: 1;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .floatRight .item:hover .come {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition-delay: 120ms;
    transition-delay: 120ms;
  }
}
@media screen and (max-width: 1024px) {
  .floatRight .item {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  }
  .floatRight .item .come {
    display: none;
  }
  .floatRight .item:active .stay {
    background-color: #004294;
    opacity: 1;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
}
.modal-qrcode .contain {
  width: auto;
}
.modal-qrcode .head {
  display: none !important;
}
.modal-qrcode .body {
  text-align: center;
}
.modal-qrcode .body img {
  width: 120px;
  height: 120px;
}
.imax video {
  width: 90% !important;
  height: auto !important;
}
#pa a{
	background: #004294 !important;
	}
.gao1 {
  height: 130px;
}
.zuoliebiao {
    background: #fff;
    float: left;
    width: 228px;
    box-shadow: 0 0 13px 2px rgb(0 0 0 / 5%);
}
.zlbtitle {
    font-size: 22px;
    background: #004294;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
.zlbnr {
    font-size: 18px;
    color: #fff;
    line-height: 54px;
}
.zlbnr li {
    background: #f5f5f5;
    /* border-bottom: 1px dotted #999; */
    transition: 1s;
    margin: 3px;
}
.zlbfoot {
    background-color: #004294;
    padding-top: 8px;
    margin-top: 1px;
	width: 230px;
    height: 65px;
}
.zlbzuo img {
    width: 55px;
}
.zlbzuo {
    float: left;
    margin-left: 7px;
}
.zlbyou {
    float: left;
    margin-left: 7px;
    color: #fff;
    margin-top: 0px;
}
.zlbyou span {
    font-size: 18px;
    font-weight: bold;
}
.zlbyou p{    font-size: 16px;
    line-height: 32px;}
	.zlbnr li a{text-align: center;}


  .fixed{position: fixed;left: 0;top: 0;z-index:0;width: 100%; height: 100vh;opacity: .6;}



