﻿.pa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pr100 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fzsX {
  font-size: 100px;
}

@media screen and (max-width: 675px) {
  .fzsX {
    font-size: 90px;
  }
}

@media screen and (max-width: 600px) {
  .fzsX {
    font-size: 80px;
  }
}

@media screen and (max-width: 525px) {
  .fzsX {
    font-size: 70px;
  }
}

@media screen and (max-width: 450px) {
  .fzsX {
    font-size: 60px;
  }
}

@media screen and (max-width: 400px) {
  .fzsX {
    font-size: 50px;
  }
}

.bgf {
  background-color: #fff;
}

.bgf1 {
  background-color: #f1f1f1;
}

.bgf5 {
  background-color: #f5f5f5;
}

.bge {
  background-color: #eee;
}

@-webkit-keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
    clip-path: inset(0 50% round 0);
  }

  100% {
    -webkit-clip-path: inset(0% round 0);
    clip-path: inset(0% round 0);
  }
}

@keyframes openDoor {
  0% {
    -webkit-clip-path: inset(0 50% round 0);
    clip-path: inset(0 50% round 0);
  }

  100% {
    -webkit-clip-path: inset(0% round 0);
    clip-path: inset(0% round 0);
  }
}

@-webkit-keyframes fadeInRightm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightm {
  -webkit-animation-name: fadeInRightm;
  animation-name: fadeInRightm;
}

@-webkit-keyframes fadeInLeftm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftm {
  -webkit-animation-name: fadeInLeftm;
  animation-name: fadeInLeftm;
}

@-webkit-keyframes fadeInUpm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpm {
  -webkit-animation-name: fadeInUpm;
  animation-name: fadeInUpm;
}

@-webkit-keyframes fadeInDownm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownm {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownm {
  -webkit-animation-name: fadeInDownm;
  animation-name: fadeInDownm;
}

@-webkit-keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slideInRightm {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.slideInRightm {
  -webkit-animation-name: slideInRightm;
  animation-name: slideInRightm;
}

@-webkit-keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slideInLeftm {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.slideInLeftm {
  -webkit-animation-name: slideInLeftm;
  animation-name: slideInLeftm;
}

@-webkit-keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slideInUpm {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.slideInUpm {
  -webkit-animation-name: slideInUpm;
  animation-name: slideInUpm;
}

@-webkit-keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slideInDownm {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.slideInDownm {
  -webkit-animation-name: slideInDownm;
  animation-name: slideInDownm;
}

@-webkit-keyframes fadeIns {
  0% {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIns {
  0% {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

.fadeIns {
  -webkit-animation-name: fadeIns;
  animation-name: fadeIns;
}

@-webkit-keyframes dotShake {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
    transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }

  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
    transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }

  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
    transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }

  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
    transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }

  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
    transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes dotShake {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg);
    transform: translate3d(-8%, 0, 0) rotate(-4deg);
  }

  30% {
    -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg);
    transform: translate3d(6.6%, 0, 0) rotate(2deg);
  }

  45% {
    -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
    transform: translate3d(-5.5%, 0, 0) rotate(-2deg);
  }

  60% {
    -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg);
    transform: translate3d(4.5%, 0, 0) rotate(1deg);
  }

  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg);
    transform: translate3d(-2%, 0, 0) rotate(-1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.dotShake {
  -webkit-animation-name: dotShake;
  animation-name: dotShake;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
    transform: none !important;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: none !important;
    transform: none !important;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotate360 {
  -webkit-animation-name: rotate360;
  animation-name: rotate360;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInYm {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInYm {
  -webkit-animation-name: rotateInYm;
  animation-name: rotateInYm;
}

@-webkit-keyframes AniStriking {

  0%,
  50%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
}

@keyframes AniStriking {

  0%,
  50%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
}

.AniStriking {
  -webkit-animation-name: AniStriking;
  animation-name: AniStriking;
}

@-webkit-keyframes AniOpStriking {

  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes AniOpStriking {

  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.AniOpStriking {
  -webkit-animation-name: AniOpStriking;
  animation-name: AniOpStriking;
}

@-webkit-keyframes AniShiny {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes AniShiny {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.AniShiny {
  -webkit-animation-name: AniShiny;
  animation-name: AniShiny;
}

@-webkit-keyframes animateStay {

  0,
  100% {
    opacity: 1;
  }
}

@keyframes animateStay {

  0,
  100% {
    opacity: 1;
  }
}

.animateStay {
  -webkit-animation-name: animateStay;
  animation-name: animateStay;
}

@-webkit-keyframes AniNone {

  0,
  100% {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes AniNone {

  0,
  100% {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1;
    visibility: visible;
  }
}

.AniNone {
  -webkit-animation-name: AniNone;
  animation-name: AniNone;
  opacity: 1;
}

@-webkit-keyframes AniCalmdown {}

@keyframes AniCalmdown {}

.AniCalmdown {
  -webkit-animation-name: AniCalmdown;
  animation-name: AniCalmdown;
  -webkit-animation-duration: .5s !important;
  animation-duration: .5s !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

/* baseCss */
.en {
  word-break: keep-all;
}

.tdu {
  text-decoration: underline;
}

.oh {
  position: relative;
  overflow: hidden;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.dib {
  display: inline-block;
  vertical-align: top;
}

.vab {
  vertical-align: bottom;
}

.vam {
  vertical-align: middle;
}

.vat {
  vertical-align: top;
}

.unsel,
.dct {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.insel {
  -webkit-user-select: normal;
  -moz-user-select: normal;
  -ms-user-select: normal;
  user-select: normal;
}

.op0 {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  /* *visibility: visible; */
}

.op1 {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}

.taps a,
.tapList a,
.tap {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}

.tapList .link {
  display: block;
}

.lhd5 {
  height: .5em;
}

.reject {
  cursor: not-allowed;
}

.poss {
  position: static !important;
}

.ts {
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}

.tsn {
  -webkit-transition: none !important;
  transition: none !important;
}

.emptyList {
  text-align: center;
  font-size: 120%;
  background-color: #f5f5f5;
  color: #222;
  font-weight: bold;
}

.hidePoint {
  position: absolute;
  height: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}

.viewport {
  position: relative;
}

.hScroll {
  white-space: nowrap;
  font-size: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.hScroll .scrollBox,
.hScroll .overview {
  display: inline-block;
  vertical-align: top;
}

.vScroll {
  font-size: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.invisible {
  visibility: hidden;
  position: absolute !important;
  z-index: -1;
}

.ensp {
  display: inline-block;
  vertical-align: middle;
  width: .5em;
  height: 1px;
}

.cnsp {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1px;
}

.pa100.link {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 8;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

.pa4 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.bgct {
  background-color: transparent !important;
}

.enter,
.reset {
  position: relative;
  overflow: hidden;
}

.enter .iptBtn,
.reset .iptBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}

.kong {
  pointer-events: none;
}

/* resetEnd */
.c1 {
  color: #404c6e;
}

.bgc1 {
  background-color: #404c6e;
}

.c2 {
  color: #25345c;
}

.bgc2 {
  background-color: #25345c;
}

.c3 {
  color: #828cb0;
}

.bgc3 {
  background-color: #828cb0;
}

.c4 {
  color: #cf2228;
}

.bgc4 {
  background-color: #cf2228;
}

.ca {
  color: #333333;
}

.cb {
  color: #666666;
}

.cs {
  color: #999999;
}

html {
  min-width: 1200px;
  max-width: 1920px;
}

body {
  color: #666666;
  font: 14px/1 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}

a {
  color: #333333;
  -webkit-transition: color 220ms;
  transition: color 220ms;
}

a.on,
a:hover {
  color: #404c6e;
}

.w,
.container {
  width: 1200px;
}

.vmbox {
  font-size: 14px;
  line-height: 1;
  font-family: 'Microsoft YaHei', '微软雅黑';
}

button,
input,
select,
textarea {
  font-family: 'Microsoft YaHei', '微软雅黑';
}

.info {
  font-size: 14px;
  line-height: 24px;
}

.imax {
  font-size: 16px;
  line-height: 1.8571;
}

::-moz-selection {
  background: #2d364e;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #2d364e;
  color: #fff;
  text-shadow: none;
}

.scroll-wrap {
  background-color: #fff;
}

.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(../image/loading.gif);
}

.loading-m {
  background-image: url(../image/loading-m.gif);
}

.load-error {
  background-image: url(../image/error.gif);
}

/* ------------------- htmls ------------------- */
.techItem .wrapIn,
.index-technology-slide .shade .item .wrapIn,
.sTechnique-list .item .wrapIn {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0.9px 3.897px 11.04px 0.96px rgba(28, 87, 198, 0.15);
  box-shadow: 0.9px 3.897px 11.04px 0.96px rgba(28, 87, 198, 0.15);
}

.techItem .pic,
.index-technology-slide .shade .item .pic,
.sTechnique-list .item .pic {
  position: absolute;
  left: 30px;
  top: 30px;
  height: 375px;
  background-color: #f1f1f1;
}

.techItem .dt,
.index-technology-slide .shade .item .dt,
.sTechnique-list .item .dt {
  position: relative;
  /*padding-left: 106px;*/
  padding-top: 12px;
  padding-bottom: 12px;
  height: 60px;
  white-space: nowrap;
}

.techItem .ico,
.index-technology-slide .shade .item .ico,
.sTechnique-list .item .ico {
  position: absolute;
  left: -4px;
  top: 0;
  width: 84px;
  height: 84px;
  background-image: url(../image/bgi-tech-ico.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.techItem .ico>img,
.index-technology-slide .shade .item .ico>img,
.sTechnique-list .item .ico>img {
  width: 100%;
  height: 100%;
}

.techItem .cn,
.index-technology-slide .shade .item .cn,
.sTechnique-list .item .cn {
  font-size: 30px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.techItem .en,
.index-technology-slide .shade .item .en,
.sTechnique-list .item .en {
  margin-top: 30px;
  font-size: 16px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  color: #999999;
  text-transform: capitalize;
}

.techItem .dd,
.index-technology-slide .shade .item .dd,
.sTechnique-list .item .dd {
  color: #8a96a0;
}

.more.more1 {
  display: block;
  width: 140px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#cf2228), to(#dc471f));
  background-image: linear-gradient(to right, #cf2228 0%, #dc471f 100%);
  background-color: #d63524;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}

.more.more1:after {
  margin-left: 4px;
  content: ">>";
  font-family: 'SimSun', '宋体' !important;
}

.more.more1:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(214, 53, 36, 0.8);
  box-shadow: 0 0 5px 0 rgba(214, 53, 36, 0.8);
}

/* 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;
  /* *visibility: visible; */
}

.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: 300%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#albumWindow .contain .item {
  float: left;
  position: relative;
  width: 1200px;
  height: 100%;
  text-align: center;
}

#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;
  /* *visibility: visible; */
}

#albumWindow .contain .item .fBar .download {
  display: inline-block;
  vertical-align: top;
  padding-left: 6px;
  padding-right: 6px;
  color: #404c6e;
  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: #cf2228;
}

#albumWindow .close.btn s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 43.2px;
  font-size: 28px;
  color: #ffffff;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}

#albumWindow .close.btn s:hover {
  color: #ffffff;
}

.ysqUEO #albumWindow .close.btn s {
  overflow: hidden;
  text-indent: 120%;
}

.ysqUEO #albumWindow .close.btn s:before,
.ysqUEO #albumWindow .close.btn s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  background-color: #ffffff;
}

.ysqUEO #albumWindow .close.btn s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(5.38477631px, 0);
  transform: rotate(45deg) translate(5.38477631px, 0);
  top: 8px;
}

.ysqUEO #albumWindow .close.btn s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(5.38477631px, 0);
  transform: rotate(-45deg) translate(5.38477631px, 0);
  bottom: 8px;
}

.ysqUEO #albumWindow .close.btn s:hover:before,
.ysqUEO #albumWindow .close.btn s:hover:after {
  background-color: #ffffff;
}

#albumWindow .close.btn s:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

#albumWindow .ctr {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 44px;
  height: 120px;
  -webkit-transition: all 400ms ease 0s, all 220ms ease 0s, all 220ms ease 0s;
  transition: all 400ms ease 0s, all 220ms ease 0s, all 220ms ease 0s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
  opacity: .8;
  line-height: 120px;
  color: #111111;
  text-align: center;
}

#albumWindow .ctr s {
  color: #cf2228;
  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;
}

#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;
}

.ysqUEO #albumWindow .ctr.prev s:before,
.ysqUEO #albumWindow .ctr.prev s:after {
  margin-left: -7px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.ysqUEO #albumWindow .ctr.prev s:before {
  -webkit-transform: rotate(-40deg) translateX(-1.5px);
  transform: rotate(-40deg) translateX(-1.5px);
}

.ysqUEO #albumWindow .ctr.prev s:after {
  -webkit-transform: rotate(40deg) translateX(-1.5px);
  transform: rotate(40deg) translateX(-1.5px);
}

.ysqUEO #albumWindow .ctr.next s:before,
.ysqUEO #albumWindow .ctr.next s:after {
  margin-left: -13px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.ysqUEO #albumWindow .ctr.next s:before {
  -webkit-transform: rotate(-40deg) translateX(1.5px);
  transform: rotate(-40deg) translateX(1.5px);
}

.ysqUEO #albumWindow .ctr.next s:after {
  -webkit-transform: rotate(40deg) translateX(1.5px);
  transform: rotate(40deg) translateX(1.5px);
}

.ysqUEO #albumWindow .ctr.prev:hover s:before {
  -webkit-transform: rotate(-48deg) translateX(-1.5px);
  transform: rotate(-48deg) translateX(-1.5px);
}

.ysqUEO #albumWindow .ctr.prev:hover s:after {
  -webkit-transform: rotate(48deg) translateX(-1.5px);
  transform: rotate(48deg) translateX(-1.5px);
}

.ysqUEO #albumWindow .ctr.next:hover s:before {
  -webkit-transform: rotate(-48deg) translateX(1.5px);
  transform: rotate(-48deg) translateX(1.5px);
}

.ysqUEO #albumWindow .ctr.next:hover s:after {
  -webkit-transform: rotate(48deg) translateX(1.5px);
  transform: rotate(48deg) translateX(1.5px);
}

#albumWindow .ctr.prev {
  left: 0;
}

#albumWindow .ctr.next {
  right: 0;
}

#albumWindow .ctr.reject {
  display: none;
}

#albumWindow .ctr:active {
  opacity: 1;
}

#albumWindow .pagination {
  height: 4px;
  line-height: 4px;
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}

#albumWindow .pagination .container {
  width: 100%;
}

#albumWindow .pagination .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: #cf2228;
}

#albumWindow .originalBtn {
  position: absolute;
  z-index: 6;
  left: 0;
  line-height: 30px;
  color: #999999;
  cursor: pointer;
}

#albumWindow .originalBtn:hover {
  color: #404c6e;
}

#albumWindow .serialNum {
  position: absolute;
  z-index: 6;
  right: 0;
  line-height: 30px;
  color: #999999;
}

/* 表单 */
.formItem {
  position: relative;
}

.formItem .aftPD {
  position: absolute;
  left: 100%;
  top: 0;
  color: #f00;
  margin-left: 8px;
  white-space: nowrap;
  font-size: 14px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.formItem .skin::-webkit-input-placeholder {
  color: #999999;
}

.formItem .skin:-moz-placeholder {
  color: #999999;
}

.formItem .skin::-moz-placeholder {
  color: #999999;
}

.formItem .skin:-ms-input-placeholder {
  color: #999999;
}

.formItem .skin._focus {
  border-color: #2e9fd9 !important;
  /* box-shadow: 0 0 1px 2px fade(@c1,15%); */
}

.formItem.red .skin {
  color: #f00;
  border-color: #f00;
}

.formItem.red .skin::-webkit-input-placeholder {
  color: #ff0000;
}

.formItem.red .skin:-moz-placeholder {
  color: #ff0000;
}

.formItem.red .skin::-moz-placeholder {
  color: #ff0000;
}

.formItem.red .skin:-ms-input-placeholder {
  color: #ff0000;
}

.modal-videoPlayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: #fff;
}

.modal-videoPlayer .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 80;
  background-color: rgba(64, 76, 110, 0.5);
}

.modal-videoPlayer .close s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50.4px;
  font-size: 36px;
  color: #ffffff;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
}

.modal-videoPlayer .close s:hover {
  color: #ffffff;
}

.ysqUEO .modal-videoPlayer .close s {
  overflow: hidden;
  text-indent: 120%;
}

.ysqUEO .modal-videoPlayer .close s:before,
.ysqUEO .modal-videoPlayer .close s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 36px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  background-color: #ffffff;
}

.ysqUEO .modal-videoPlayer .close s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(7.24873734px, 0);
  transform: rotate(45deg) translate(7.24873734px, 0);
  top: 9px;
}

.ysqUEO .modal-videoPlayer .close s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(7.24873734px, 0);
  transform: rotate(-45deg) translate(7.24873734px, 0);
  bottom: 9px;
}

.ysqUEO .modal-videoPlayer .close s:hover:before,
.ysqUEO .modal-videoPlayer .close s:hover:after {
  background-color: #ffffff;
}

.modal-videoPlayer .close s:hover {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.modal-videoPlayer .contain {
  position: absolute;
}

.modal-videoPlayer .player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

.modal-videoPlayer .player * {
  background-color: transparent !important;
}

@media screen and (min-width: 1025px) {
  .modal-videoPlayer .contain {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .modal-videoPlayer .contain {
    left: 0px;
    right: 0px;
    top: 56px;
    bottom: 56px;
  }
}

/* 组件 */
.ysqUEO .scs.hbgOn img,
.ysqUEO .scst.hbgOn img,
.ysqUEO .scs:hover img,
.ysqUEO .scst:hover img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

.ysqUEO .scs img {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

.ysqUEO .scst img {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.ysqUEO .tfy3,
.ysqUEO .tfx3,
.ysqUEO .tfy-3,
.ysqUEO .tfx-3 {
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}

.ysqUEO .tfy3:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.ysqUEO .tfx3:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.ysqUEO .tfy-3:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.ysqUEO .tfx-3:hover {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.ysqUEO .stereoUp {
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}

.ysqUEO .stereoUp:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.hbg .op0 {
  visibility: hidden;
  /* *visibility: visible; */
  -webkit-transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0s;
  transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0s;
}

.hbg:hover .op0,
.hbg.hbgOn .op0 {
  -webkit-transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0ms;
  transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0ms;
  opacity: 1;
  visibility: visible;
}

.hbg:hover .op0.htfn,
.hbg.hbgOn .op0.htfn {
  -webkit-transform: none !important;
  transform: none !important;
}

.hbg .front {
  z-index: 3;
}

.hbg .behind {
  z-index: 4;
}

.hbg .front,
.hbg:hover .behind,
.hbg.hbgOn .behind {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}

.hbg .behind,
.hbg:hover .front,
.hbg.hbgOn .front {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  /* *visibility: visible; */
  visibility: hidden;
  /* *visibility: visible; */
}

/* 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 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 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 fadeInLefts {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-35px, 0, 0);
    transform: translate3d(-35px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLefts {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-35px, 0, 0);
    transform: translate3d(-35px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLefts {
  -webkit-animation-name: fadeInLefts;
  animation-name: fadeInLefts;
}

@-webkit-keyframes fadeInRights {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(35px, 0, 0);
    transform: translate3d(35px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRights {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(35px, 0, 0);
    transform: translate3d(35px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRights {
  -webkit-animation-name: fadeInRights;
  animation-name: fadeInRights;
}

@-webkit-keyframes 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;
}

.ysqUEO .abtnSc {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ysqUEO .abtnSc:after {
  z-index: -1;
  content: " ";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -120px;
  margin-top: -120px;
  background-color: #fff;
  width: 240px;
  height: 240px;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0.1;
  visibility: hidden;
  /* *visibility: visible; */
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.ysqUEO .abtnSc:hover:after {
  -webkit-transition: all 350ms ease-in 0ms;
  transition: all 350ms ease-in 0ms;
  opacity: 0.15;
  visibility: visible;
  -webkit-transform: none !important;
  transform: none !important;
}

.ysqUEO .abtnBd {
  overflow: hidden;
  z-index: 0;
}

.ysqUEO .abtnBd:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  pointer-events: none;
  border: 0 solid #aaaaaa;
  border-radius: inherit;
  opacity: 0;
}

.ysqUEO .abtnBd:hover:after {
  border-width: 30px;
  opacity: 0.2;
}

.ysqUEO .abtnMask {
  position: relative;
  overflow: hidden;
  background-color: #ffffff \9;
}

.ysqUEO .abtnMask:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  z-index: -1;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: "alpha(opacity=0)";
  *zoom: 1;
  pointer-events: none;
  -webkit-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
}

.ysqUEO .abtnMask:after {
  z-index: 8 !important;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}

.ysqUEO .abtnMask:hover:after {
  opacity: .07;
}

/* 滚动加载 */
.scrollAjax #loadState {
  position: relative;
  width: 200px;
  height: 40px;
  margin: 40px auto 0;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  background-color: #404c6e;
  color: #fff;
  font-size: 16px;
}

.scrollAjax #loadState.off {
  background-color: #ddd;
  color: #333;
  cursor: default;
  cursor: not-allowed;
}

.scrollAjax #loadState.ing:after {
  content: " ";
  -webkit-animation-name: dotMove;
  animation-name: dotMove;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: steps(4);
  animation-timing-function: steps(4);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes dotMove {

  0%,
  100% {
    content: ".";
  }

  33% {
    content: "..";
  }

  66% {
    content: "...";
  }
}

@keyframes dotMove {

  0%,
  100% {
    content: ".";
  }

  33% {
    content: "..";
  }

  66% {
    content: "...";
  }
}

.scrollAjax #loadState.retry {
  overflow: hidden;
  background-color: #404c6e;
  cursor: pointer;
}

.scrollAjax #loadState.retry:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 150px;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg) translateX(-149px);
  transform: skewX(-25deg) translateX(-149px);
  -webkit-transition: none 220ms ease 0s;
  transition: none 220ms ease 0s;
}

.scrollAjax #loadState.retry:hover:before {
  left: 100%;
  -webkit-transform: skewX(-25deg) translateX(149px);
  transform: skewX(-25deg) translateX(149px);
  top: 0;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
}

.scrollAjax .pageList {
  display: none;
}

/* 模态窗 */
.TAlert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}

.TAlert .contain {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  z-index: 9;
  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;
}

.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;
  white-space: nowrap;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}

.TAlert .contain .Tclose s:hover {
  color: #333333;
}

.ysqUEO .TAlert .contain .Tclose s {
  overflow: hidden;
  text-indent: 120%;
}

.ysqUEO .TAlert .contain .Tclose s:before,
.ysqUEO .TAlert .contain .Tclose s:after {
  pointer-events: none !important;
  content: " ";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  background-color: #333333;
}

.ysqUEO .TAlert .contain .Tclose s:before {
  top: 14px;
  -webkit-transform: rotate(45deg) translate(3.93502884px, 0);
  transform: rotate(45deg) translate(3.93502884px, 0);
  top: 9px;
}

.ysqUEO .TAlert .contain .Tclose s:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg) translate(3.93502884px, 0);
  transform: rotate(-45deg) translate(3.93502884px, 0);
  bottom: 9px;
}

.ysqUEO .TAlert .contain .Tclose s:hover:before,
.ysqUEO .TAlert .contain .Tclose s:hover:after {
  background-color: #333333;
}

.TAlert .contain .Tclose s:hover {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.TAlert .contain .head {
  padding: 10px 15px;
  border-bottom: #cccccc solid 1px;
  color: #333;
  background-color: #fff;
}

.TAlert .contain .body {
  padding: 15px;
  font-size: 14px;
  background-color: #fff;
  color: #444;
}

.TAlert .contain .foot {
  position: relative;
  width: 100%;
  height: 40px;
  border-top: #cccccc solid 1px;
}

.TAlert .contain .foot .btn {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 50%;
  text-align: center;
  font-size: 15px;
}

.TAlert .contain .foot .btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0);
}

.TAlert .contain .foot .btn:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.TAlert .contain .foot .btn.enter {
  left: 0;
  background-color: #404c6e;
  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 {
  text-align: center;
}

.pageListBox .pageList {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  font-size: 0;
  padding-top: 45px;
  padding-bottom: 0;
}

.pageListBox .pageList ul {
  position: relative;
  float: none !important;
  line-height: 32px;
}

.pageListBox .pageList ul,
.pageListBox .pageList ul li {
  display: inline-block;
  vertical-align: top;
}

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

.pageListBox .pageList ul .ctr a,
.pageListBox .pageList ul .start a,
.pageListBox .pageList ul .end a {
  font-weight: bold;
  font-size: 14px;
  font-family: 'SimSun', '宋体' !important;
}

.pageListBox .pageList a {
  display: block;
  border: #c8c8c8 solid 1px;
  padding-left: 13px;
  padding-right: 13px;
  text-align: center;
  height: 32px;
  border-radius: 1px;
  color: #888;
  background-color: #fff;
  -webkit-transition: background 200ms, color 200ms;
  transition: background 200ms, color 200ms;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pageListBox .pageList ul li:hover,
.pageListBox .pageList ul li.active a {
  color: #fff;
  background-color: #cf2228;
}


/*header*/
.header {
  position: fixed;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  top: 0;
  z-index: 51;
  height: 70px;
}

.header:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  /* *visibility: visible; */
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: .05;
}

.fixedNav .header:before {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}

.fixedNav .header .logo .behind {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}

.fixedNav .header .logo .front {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  /* *visibility: visible; */
}

.fixedNav .header .firNav .firItem .link1 {
  color: #333;
  opacity: 1;
}

.fixedNav .header .firNav .firItem.on .link1 {
  color: #404c6e;
}

.fixedNav .header .firNav .firItem .secNav:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.fixedNav .header .firNav .firItem .secNav .link2 {
  color: #333333;
}

.fixedNav .header .firNav .firItem .secNav .link2 span:after {
  background-color: #222;
}

.fixedNav .header .firNav .block s {
  background-color: #003c87;
}

.header .container {
  position: relative;
  height: 100%;
}

.header .logo {
  float: left;
  position: relative;
  top: 50%;
  margin-top: -23px;
  height: 46px;
}

.header .logo img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}

.header .logo .behind {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  /* *visibility: visible; */
}

.header .logo .front {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}

.header .logo .words {
  position: absolute;
  left: 100%;
  top: 0;
}

.header .firNav {
  float: right;
  position: relative;
}

.header .firNav .firItem {
  float: left;
  position: relative;
  z-index: 5;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-left: 30px;
  font-size: 16px;
}

.header .firNav .firItem img{
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.header .firNav .firItem .zc{
  color: #ff0000;
  font-size: 14px;
  margin-left: 5px;
}

.header .firNav .firItem .link1 {
  display: block;
  -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;
  opacity: .6;
  color: #fff;
  min-width: 4em;
  padding-left: 4px;
  padding-right: 4px;
}

.header .firNav .firItem .secNav {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px 15px;
  line-height: 26px;
  white-space: nowrap;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  /* *visibility: visible; */
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
  text-align: left;
  background-color: #ffffff \9;
}

.header .firNav .firItem .secNav:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  z-index: -1;
  background-color: #ffffff;
  opacity: 0.1;
  filter: alpha(opacity=0);
  filter: "alpha(opacity=0)";
  *zoom: 1;
  pointer-events: none;
  -webkit-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
}

.header .firNav .firItem .secNav .link2 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}

.header .firNav .firItem .secNav .link2 span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.header .firNav .firItem .secNav .link2 span:after {
  content: " ";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  height: 1px;
  background-color: #fff;
}

.header .firNav .firItem .secNav .secItem.on .link span:after,
.header .firNav .firItem .secNav .secItem:hover .link span:after {
  left: 0;
  width: 100%;
  -webkit-transition: all 300ms ease 0s, left 0ms ease 0s;
  transition: all 300ms ease 0s, left 0ms ease 0s;
}

.header .firNav .firItem:hover .secNav {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}

.header .firNav .firItem.on .link1 {
  opacity: 1;
}

.header .firNav .block {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.header .firNav .block s {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

/* index */
.index-banner {
  position: relative;
  width: 100%;
  height: 580px;
  background-color: #000;
}

.index-banner .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
}

.index-banner .item .bg {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 100%;
}

.index-banner .item.moveItem {
  position: absolute;
}

.index-banner .txt1 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -600px;
  margin-top: -46px;
  color: #fff;
  width: 1200px;
}

.index-banner .txt1 .dt {
  font-size: 42px;
  font-weight: 100;
}

.index-banner .txt1 .dd {
  margin-top: 20px;
  font-size: 14px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  text-transform: uppercase;
}

.index-banner .txt1 .df {
  margin-top: 40px;
}

.index-banner .txt1 .df img {
  height: 42px;
}

.index-banner .txt2 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -600px;
  margin-top: -102px;
  color: #fff;
  width: 600px;
  padding-right: 600px;
  min-height: 274px;
}

.index-banner .txt2 h3 {
  font-size: 34px;
  font-weight: 100;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 96px;
}

.index-banner .txt2 p {
  margin-top: 25px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 56px;
  font-size: 16px;
}

.index-banner .txt2 .more {
  display: block;
  margin-top: 45px;
  width: 128px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: #ffffff solid 1px;
  border-radius: 40px;
}

.index-banner .txt2 .more:after {
  content: ">>";
  font-family: 'SimSun', '宋体' !important;
}

.index-banner .txt2 .pic {
  z-index: 3;
  position: absolute;
  right: 0;
  top: 0;
  width: 440px;
  height: 274px;
  overflow: visible;
}

.index-banner .txt2 .pic:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #cccbd2;
}

.index-banner .txt2 .pic:after {
  content: " ";
  z-index: -2;
  position: absolute;
  width: 607px;
  height: 356px;
  right: -88px;
  bottom: -1px;
  background-image: url(../image/banner3-bg-pic.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.index-banner .videoPlay {
  z-index: 8;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -27px;
  width: 54px;
  height: 54px;
  background-image: url(../image/btni-play.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 220ms cubic-bezier(0.2, 0.52, 0.35, 1.8) 0s;
  transition: all 220ms cubic-bezier(0.2, 0.52, 0.35, 1.8) 0s;
}

.index-banner .videoPlay:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.index-banner .ctr {
  z-index: 8;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 40px;
  height: 80px;
  line-height: 80px;
  background-color: #000000 \9;
  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:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  z-index: -1;
  background-color: #000000;
  opacity: 0.2;
  filter: alpha(opacity=0);
  filter: "alpha(opacity=0)";
  *zoom: 1;
  pointer-events: none;
  -webkit-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
}

.index-banner .ctr s {
  font-size: 32px;
  font-weight: bold;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}

.index-banner .ctr s {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'SimSun', '宋体' !important;
  pointer-events: none;
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
}

.index-banner .ctr:hover {
  color: #012756;
}

.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;
}

.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: #012756;
}

.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(-48deg) translateX(-1px);
  transform: rotate(-48deg) translateX(-1px);
}

.ysqUEO .index-banner .ctr.prev s:after {
  -webkit-transform: rotate(48deg) translateX(-1px);
  transform: rotate(48deg) 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(-48deg) translateX(1px);
  transform: rotate(-48deg) translateX(1px);
}

.ysqUEO .index-banner .ctr.next s:after {
  -webkit-transform: rotate(48deg) translateX(1px);
  transform: rotate(48deg) translateX(1px);
}

.ysqUEO .index-banner .ctr.prev:hover s:before {
  -webkit-transform: rotate(-40deg) translateX(-1px);
  transform: rotate(-40deg) translateX(-1px);
}

.ysqUEO .index-banner .ctr.prev:hover s:after {
  -webkit-transform: rotate(40deg) translateX(-1px);
  transform: rotate(40deg) translateX(-1px);
}

.ysqUEO .index-banner .ctr.next:hover s:before {
  -webkit-transform: rotate(-40deg) translateX(1px);
  transform: rotate(-40deg) translateX(1px);
}

.ysqUEO .index-banner .ctr.next:hover s:after {
  -webkit-transform: rotate(40deg) translateX(1px);
  transform: rotate(40deg) translateX(1px);
}

.index-banner .ctr.prev {
  left: 80px;
}

.index-banner .ctr.next {
  right: 80px;
}

.index-banner .ctr:hover:after {
  opacity: .5;
}

.index-banner .ctr:hover .pic {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
}

.index-banner .pagination {
  height: 4px;
  line-height: 4px;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 3;
  white-space: nowrap;
  text-align: center;
}

.index-banner .pagination .btn {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  -webkit-transition: all 1000ms ease 0s;
  transition: all 1000ms ease 0s;
  text-indent: 100%;
  *text-indent: 0;
  *font-size: 0;
  margin: 0 4px;
  height: 4px;
  /* border: @c1 2px solid; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index-banner .pagination .btn:before,
.index-banner .pagination .btn:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.index-banner .pagination .btn:before {
  opacity: .3;
}

.index-banner .pagination .btn:after {
  width: 0;
  opacity: 1;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.index-banner .pagination .btn.on:after {
  width: 100%;
  -webkit-transition: all 4s linear 0s;
  transition: all 4s linear 0s;
}

.index-section {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

.index-head {
  position: relative;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 48px;
}

.index-head .dt {
  font-size: 38px;
  color: #25345c;
  height: 40px;
  line-height: 36px;
}

.index-head .dt:before,
.index-head .dt:after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 5px;
  width: 3px;
  height: 30px;
  margin-left: 30px;
  margin-right: 30px;
  background-color: #0a82f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a1ff), to(#1364f0));
  background-image: linear-gradient(to bottom, #00a1ff 0%, #1364f0 100%);
}

.index-head .dd {
  margin-top: 16px;
  color: #828cb0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 6px;
}

.index-product .dct {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: auto !important;
}

.index-product .dct.i1 {
  top: 48px;
  left: 50%;
  margin-left: -960px;
}

.index-product .dct.i2 {
  top: 18px;
  right: 50%;
  margin-right: -960px;
}

.index-product .dct.i3 {
  bottom: 65px;
  right: 50%;
  margin-right: -960px;
}

.index-product-slide {
  position: relative;
  height: 472px;
}

.index-product-slide .shade {
  padding: 30px;
  margin-left: -30px;
  margin-top: -30px;
}

.index-product-slide .shade .box {
  margin-left: 30px;
  margin-top: 30px;
}

.index-product-slide .shade .item {
  margin: 0 60px 0 0 !important;
}

.index-product-list {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -40px;
}

.index-product-list .item {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  float: left;
  width: 360px;
  height: 472px;
  -webkit-box-shadow: 0.9px 3.897px 16px 4px rgba(28, 87, 198, 0.15);
  box-shadow: 0.9px 3.897px 16px 4px rgba(28, 87, 198, 0.15);
}

.index-product-list .item:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 62px;
  background-image: url(../image/dcti-product-item.png);
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}

.index-product-list .item:after {
  z-index: -1;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  background-size: auto;
  background-position: 50% bottom;
  background-repeat: no-repeat;
}

.index-product-list .item .idx {
  position: absolute;
  right: 25px;
  top: 16px;
  font-size: 60px;
  color: #ecf1fa;
  font-style: italic;
  font-family: 'Arial BlackItalic', Arial, sans-serif;
  font-weight: bold;
}

.index-product-list .item .pic {
  position: absolute;
  left: 0;
  top: 96px;
  width: 100%;
  height: 272px;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  background-color: transparent !important;
}

.index-product-list .item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 88px;
  line-height: 88px;
  text-align: center;
  color: #222849;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  font-size: 20px;
}

.index-product-list .item.i1:after {
  background-image: url(../image/bgi-product-item-h3-1.png);
}

.index-product-list .item.i2:after {
  background-image: url(../image/bgi-product-item-h3-2.png);
}

.index-product-list .item.i3:after {
  background-image: url(../image/bgi-product-item-h3-3.png);
}

.index-product-list .item.i4:after {
  background-image: url(../image/bgi-product-item-h3-1.png);
}

.index-product-list .item.AniStart .idx,
.index-product-list .item.AniStart .pic {
  -webkit-transition: all 0ms ease 0ms;
  transition: all 0ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  /* *visibility: visible; */
}

.index-product-list .item.AniStart .idx {
  -webkit-transform: scale(0.3) translateX(166%);
  transform: scale(0.3) translateX(166%);
}

.index-product-list .item.AniStart .pic {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.index-product-list .item.AniDid .idx,
.index-product-list .item.AniDid .pic {
  -webkit-transform: none !important;
  transform: none !important;
}

.index-product-list .item.AniDid .idx {
  -webkit-transition: all 600ms ease 0ms;
  transition: all 600ms ease 0ms;
  opacity: 1;
  visibility: visible;
}

.index-product-list .item.AniDid .pic {
  -webkit-transition: all 800ms ease 0ms;
  transition: all 800ms ease 0ms;
  opacity: 1;
  visibility: visible;
}

.index-product-list .item:hover:after {
  height: 88px;
}

.index-product-list .item:hover .idx {
  text-shadow: 0 0 2px #eee;
}

.index-product-list .item:hover .pic {
  -webkit-transform: translateX(-3%) !important;
  transform: translateX(-3%) !important;
  -webkit-transition: all 500ms ease 50ms;
  transition: all 500ms ease 50ms;
}

.index-product-list .item:hover h3 {
  color: #fff;
}

.index-technology {
  margin-left: auto;
  margin-right: auto;
  width: 1112px;
}

.index-technology-slide {
  position: relative;
  width: 1112px;
}

.index-technology-slide._moveing .ctr,
.index-technology-slide.holding .ctr {
  visibility: hidden;
  -webkit-transition: none !important;
  transition: none !important;
}

.index-technology-slide .Tg {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  border-bottom: #d3d7df solid 1px;
  padding: 20px 5px;
  margin-top: -20px;
}

.index-technology-slide .Tg .btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-left: 52px;
}

.index-technology-slide .Tg .btn:first-child {
  margin-left: 0;
}

.index-technology-slide .Tg .btn.on,
.index-technology-slide .Tg .btn:hover {
  color: #cf2228;
}

.index-technology-slide .Tg .block {
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 2px;
  z-index: 1;
  pointer-events: none;
}

.index-technology-slide .Tg .block s {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #cf2228;
}

.index-technology-slide .shade {
  margin-top: 32px;
  width: 100%;
  height: 435px;
  overflow: visible;
}

.index-technology-slide .shade .box {
  width: 800%;
}

.index-technology-slide .shade .item {
  position: relative;
  float: left;
  width: 1024px;
  height: 435px;
  padding-left: 44px;
  padding-right: 44px;
}

.index-technology-slide .shade .item .wrapIn {
  padding: 55px 50px 55px 580px;
  width: 394px;
  height: 325px;
}

.index-technology-slide .shade .item .pic {
  width: 500px;
}

.index-technology-slide .shade .item .dd {
  margin-top: 70px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 112px;
}

.index-technology-slide .shade .item .more1 {
  position: absolute;
  left: 580px;
  bottom: 50px;
  z-index: 8;
}

.index-technology-slide .pagination {
  height: 4px;
  line-height: 4px;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}

.index-technology-slide .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: 0 0 0 20px;
  width: 4px;
  height: 4px;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
  border-radius: 4px;
  background-color: #43587e;
}

.index-technology-slide .pagination .btn>em {
  display: none;
}

.index-technology-slide .pagination .btn:first-child {
  margin-left: 0 !important;
}

.index-technology-slide .pagination .btn:first-child:before {
  width: 0 !important;
}

.index-technology-slide .pagination .btn:before {
  content: " ";
  position: absolute;
  right: 100%;
  margin-right: 5px;
  top: 50%;
  background-color: #43587e;
  height: 1px;
  width: 0;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  margin-top: -0.5px;
}

.index-technology-slide .pagination .btn.on {
  background-color: #404c6e;
  margin-left: 35px;
}

.index-technology-slide .pagination .btn.on:before {
  width: 25px;
}

.index-technology-slide .ctr {
  display: none;
  position: absolute;
  bottom: 190px;
  z-index: 8;
  width: 52px;
  height: 52px;
  background-image: url(../image/arrowi-technology.png);
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-box-shadow: 0.9px 3.897px 11.04px 0.96px rgba(28, 87, 198, 0.15);
  box-shadow: 0.9px 3.897px 11.04px 0.96px rgba(28, 87, 198, 0.15);
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}

.index-technology-slide .ctr.prev {
  left: -26px;
  background-position: left 0;
}

.index-technology-slide .ctr.next {
  right: -26px;
  background-position: right 0;
}

.index-technology-slide .ctr:hover {
  background-color: #f6f6f6;
}

.index-news-list {
  position: relative;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
  *margin-bottom: 0;
}

.index-news-list .item {
  float: left;
  padding: 260px 20px 20px;
  width: 340px;
  height: 90px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  -webkit-box-shadow: 0.9px 3.897px 11.04px 0.96px rgba(28, 87, 198, 0.15);
  box-shadow: 0.9px 3.897px 11.04px 0.96px rgba(28, 87, 198, 0.15);
}

.index-news-list .item .time {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  background-color: #8091b2;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
}

.index-news-list .item .time .d {
  padding-top: 10px;
  font-size: 24px;
}

.index-news-list .item .time .ym {
  margin-top: 4px;
  font-size: 12px;
}

.index-news-list .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 380px;
  height: 236px;
  background-color: #f1f1f1;
}

.index-news-list .item h3 {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  color: #333333;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-news-list .item p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  color: #999999;
}

.index-news-list .item:hover h3 {
  color: #404c6e;
}

.index-news .more1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.index-about {
  padding-bottom: 65px;
}

.index-about-item4 {
  z-index: 1;
  position: relative;
  margin-top: 20px;
  height: 400px;
}

.index-about-item4>div p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 32px;
}

.index-about-item4 .oList {
  position: relative;
  z-index: 3;
  height: 400px;
}

.index-about-item4 .oList .item {
  position: absolute;
  z-index: 3;
  width: 320px;
}

.index-about-item4 .oList .item .dt {
  font-size: 22px;
  color: #25345c;
}

.index-about-item4 .oList .item .dd {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #828cb0;
}

.index-about-item4 .oList .item.i1 {
  left: 0;
  top: 35px;
}

.index-about-item4 .oList .item.i2 {
  right: 0;
  top: 35px;
}

.index-about-item4 .oList .item.i3 {
  right: 0;
  top: 205px;
}

.index-about-item4 .oList .item.i4 {
  left: 0;
  top: 205px;
}

.index-about-item4 .bg {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -417px;
  width: 834px;
  height: 491px;
  background-image: url(../image/bgi-about-stage.png);
  background-size: auto;
  background-position: left 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.index-about-item4 .stage {
  z-index: 4;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -280px;
  width: 560px;
  height: 100%;
}

.index-about-item4 .stage .item {
  position: absolute;
  width: 120px;
  height: 186px;
  text-align: center;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}

.index-about-item4 .stage .item .ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 186px;
}

.index-about-item4 .stage .item .ico .icoImg {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -47px;
  width: 94px;
  height: 109px;
}

.index-about-item4 .stage .item .ico>s {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index-about-item4 .stage .item .ico>s.f0 {
  background-image: url(../image/stage-f0.png);
}

.index-about-item4 .stage .item .ico>s.f1 {
  background-image: url(../image/stage-f1.png);
}

.index-about-item4 .stage .item .ico>s.f2 {
  background-image: url(../image/stage-f2.png);
}

.index-about-item4 .stage .item .ico>s.f3 {
  background-image: url(../image/stage-f3.png);
}

.index-about-item4 .stage .item .ico>s.f4 {
  z-index: 6;
  background-image: url(../image/stage-f4.png);
}

.index-about-item4 .stage .item .txt {
  z-index: 7;
  position: absolute;
  top: 125px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
}

.index-about-item4 .stage .item .txt:before {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -6px;
  margin-bottom: -1px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 6px 6px;
  border-color: transparent transparent #ffffff transparent;
  border-style: dashed dashed solid dashed;
  font-size: 0;
}

.index-about-item4 .stage .item .txt span {
  display: inline-block;
  vertical-align: top;
  padding: 7px 10px;
  line-height: 20px;
  max-width: 100%;
  min-width: 114px;
  background-color: #fff;
  border-radius: 6px;
  color: #25345c;
}

.index-about-item4 .stage .item.i1 {
  top: 4px;
  left: 50%;
  margin-left: -60px;
}

.index-about-item4 .stage .item.i2 {
  top: 103px;
  left: 50%;
  margin-left: 90px;
}

.index-about-item4 .stage .item.i3 {
  top: 182px;
  left: 50%;
  margin-left: -60px;
}

.index-about-item4 .stage .item.i4 {
  top: 103px;
  left: 50%;
  margin-left: -210px;
}

.index-about-item4 .stage .item.active,
.index-about-item4 .stage .item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.index-about-item4 .stage.AniStart .icoImg,
.index-about-item4 .stage.AniStart s,
.index-about-item4 .stage.AniStart .txt {
  -webkit-transition: all 0ms ease 0ms;
  transition: all 0ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  /* *visibility: visible; */
}

.index-about-item4 .stage.AniStart .icoImg {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

.index-about-item4 .stage.AniStart .f0 {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.index-about-item4 .stage.AniStart .f1 {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.index-about-item4 .stage.AniStart .f2 {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.index-about-item4 .stage.AniStart .f3 {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.index-about-item4 .stage.AniStart .f4 {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.index-about-item4 .stage.AniStart .txt {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.index-about-item4 .stage.AniDid .icoImg,
.index-about-item4 .stage.AniDid s,
.index-about-item4 .stage.AniDid .txt {
  -webkit-transition: all 1060ms ease 300ms;
  transition: all 1060ms ease 300ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
  transform: none !important;
}

.index-about-item4 .stage.AniDid .icoImg {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.index-about-item4 .stage.AniDid .f0 {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.index-about-item4 .stage.AniDid .f1 {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.index-about-item4 .stage.AniDid .f2 {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.index-about-item4 .stage.AniDid .f3 {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.index-about-item4 .stage.AniDid .f4 {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.index-about-item4 .stage.AniDid .txt {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.index-about-partner {
  margin-top: 90px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 9.6px 0.4px rgba(162, 167, 179, 0.15);
  box-shadow: 0px 4px 9.6px 0.4px rgba(162, 167, 179, 0.15);
}

.index-about-partner .item {
  float: left;
  margin: 10px 20px;
  width: 260px;
  height: 100px;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}

.index-about-partner .item .pic {
  width: 100%;
  height: 100%;
}

.index-about-partner .item .pic p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 67;
  font-size: 20px;
}

.index-about-partner .item:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.index-about-waves {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  z-index: -1;
  bottom: 0;
  overflow: hidden;
  height: 270px;
}

.index-about-waves.AniDid .wave {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.index-about-waves .wave {
  position: absolute;
  top: 0;
  height: 267px;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  -webkit-animation-name: wavesMove;
  animation-name: wavesMove;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index-about-waves .wave.w1 {
  -webkit-animation-duration: 44s;
  animation-duration: 44s;
  z-index: 3;
  left: -2456px;
  background-image: url(../image/wavei-20.png);
  width: 7970px;
}

.index-about-waves .wave.w2 {
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  z-index: 2;
  left: -1298px;
  background-image: url(../image/wavei-05.png);
  width: 7240px;
}

.index-about-waves .wave.w3 {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  z-index: 1;
  left: -1960px;
  background-image: url(../image/wavei-10.png);
  width: 7235px;
}

@-webkit-keyframes wavesMove {

  0%,
  100% {
    -webkit-transform: none !important;
    transform: none !important;
  }

  10% {
    -webkit-transform: translate(-2%, 10px);
    transform: translate(-2%, 10px);
  }

  20% {
    -webkit-transform: translate(-4%, 25px);
    transform: translate(-4%, 25px);
  }

  30% {
    -webkit-transform: translate(-6%, 15px);
    transform: translate(-6%, 15px);
  }

  40% {
    -webkit-transform: translate(-8%, 20px);
    transform: translate(-8%, 20px);
  }

  50% {
    -webkit-transform: translate(-10%, 5px);
    transform: translate(-10%, 5px);
  }

  60% {
    -webkit-transform: translate(-12%, 15px);
    transform: translate(-12%, 15px);
  }

  70% {
    -webkit-transform: translate(-14%, 25px);
    transform: translate(-14%, 25px);
  }

  80% {
    -webkit-transform: translate(-16%, 0);
    transform: translate(-16%, 0);
  }

  90% {
    -webkit-transform: translate(-18%, 0);
    transform: translate(-18%, 0);
  }

  99.99999% {
    -webkit-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
  }
}

@keyframes wavesMove {

  0%,
  100% {
    -webkit-transform: none !important;
    transform: none !important;
  }

  10% {
    -webkit-transform: translate(-2%, 10px);
    transform: translate(-2%, 10px);
  }

  20% {
    -webkit-transform: translate(-4%, 25px);
    transform: translate(-4%, 25px);
  }

  30% {
    -webkit-transform: translate(-6%, 15px);
    transform: translate(-6%, 15px);
  }

  40% {
    -webkit-transform: translate(-8%, 20px);
    transform: translate(-8%, 20px);
  }

  50% {
    -webkit-transform: translate(-10%, 5px);
    transform: translate(-10%, 5px);
  }

  60% {
    -webkit-transform: translate(-12%, 15px);
    transform: translate(-12%, 15px);
  }

  70% {
    -webkit-transform: translate(-14%, 25px);
    transform: translate(-14%, 25px);
  }

  80% {
    -webkit-transform: translate(-16%, 0);
    transform: translate(-16%, 0);
  }

  90% {
    -webkit-transform: translate(-18%, 0);
    transform: translate(-18%, 0);
  }

  99.99999% {
    -webkit-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
  }
}

.index-about-waves .wavesMove {
  -webkit-animation-name: wavesMove;
  animation-name: wavesMove;
}

/* footer */
.footer {
  background-color: #555555;
}

.footer,
.footer a {
  color: #dddddd;
}

.footer-t {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 36px;
}

.footer-nav {
  padding-left: 36px;
  background-image: url(../image/icof-links.png);
  background-size: auto;
  background-position: left 50%;
  background-repeat: no-repeat;
  font-size: 14px;
}

.footer-nav .link {
  margin-left: 20px;
  margin-right: 20px;
}

.footer-share {
  padding-top: 4px;
  font-size: 0;
}

.footer-share .bshare-custom {
  line-height: 26px !important;
  font-size: 0 !important;
}

.footer-share .ico {
  position: relative;
  padding-left: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #444444;
  margin-left: 10px;
  margin-right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 14px;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}

.footer-share .ico:hover {
  background-color: #333;
}

.footer-share .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  background-image: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.footer-share .ico-qqim {
  background-image: url(../image/icoshare-qqim.png);
}

.footer-share .ico-qzone {
  background-image: url(../image/icoshare-qzone.png);
}

.footer-share .ico-weixin {
  background-image: url(../image/icoshare-weixin.png);
}

.footer-share .ico-email {
  background-image: url(../image/icoshare-email.png);
}

.footer-share .ico-sinaminiblog {
  background-image: url(../image/icoshare-sinaminiblog.png);
}

.footer-hr {
  background-color: #626262;
  height: 1px;
  width: 100%;
}

.footer-m {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-contact p {
  font-size: 14px;
  line-height: 2;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-contact .icoImg {
  margin-right: 4px;
  width: 20px;
  height: 20px;
}

.footer-qrcode {
  position: relative;
  padding-right: 135px;
  height: 78px;
  padding-top: 40px;
  background-image: url(../image/bgf-qrcode.png);
  background-size: auto;
  background-position: right 50%;
  background-repeat: no-repeat;
  line-height: 24px;
  text-align: right;
}

.footer-qrcode img {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 110px;
  height: 110px;
}

.footer-b {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 24px;
  text-align: center;
  background-color: #444444;
}

/* subpage */
.subpage {
  padding-top: 70px;
}

.subpage .hidePoint {
  margin-top: -70px;
}

.subpage-banner {
  position: relative;
  z-index: 3;
  height: 350px;
}

.subpage-banner .contain {
  padding-top: 108px;
  text-align: center;
  color: #fff;
}

.subpage-banner .contain .dt {
  font-size: 46px;
}

.subpage-banner .contain .dd {
  margin-top: 20px;
}

.subpage-banner .contain .dd .cn {
  font-size: 22px;
  letter-spacing: 8px;
}

.subpage-banner .contain .dd .en {
  margin-top: 20px;
  font-size: 12px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  text-transform: uppercase;
  opacity: .50;
  filter: alpha(opacity=50);
  *zoom: 1;
}

.subpage-banner .videoPlay {
  z-index: 8;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -27px;
  width: 54px;
  height: 54px;
  background-image: url(../image/btni-play.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 220ms cubic-bezier(0.2, 0.52, 0.35, 1.8) 0s;
  transition: all 220ms cubic-bezier(0.2, 0.52, 0.35, 1.8) 0s;
}

.subpage-banner .videoPlay:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.subpage-wrap {
  padding-bottom: 80px;
}

.subpage-crumbs {
  position: relative;
  height: 60px;
  line-height: 60px;
}

.subpage-crumbs .container {
  color: #999999;
}

.subpage-crumbs .container .icoImg {
  margin-right: 6px;
  width: 20px;
  height: 18px;
}

/* sTechnique */
.sTechnique-nav {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  border-bottom: #d3d7df solid 1px;
  padding: 20px 5px;
  margin-top: -20px;
}

.sTechnique-nav .link {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-left: 60px;
}

.sTechnique-nav .link:first-child {
  margin-left: 0;
}

.sTechnique-nav .link.on,
.sTechnique-nav .link:hover {
  color: #cf2228;
}

.sTechnique-nav .block {
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 2px;
  z-index: 1;
  pointer-events: none;
}

.sTechnique-nav .block s {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #cf2228;
}

.sTechnique-list {
  margin-top: 40px;
}

.sTechnique-list .item {
  position: relative;
  width: 1200px;
  height: 435px;
  -webkit-box-shadow: 0.9px 3.897px 5px 0.96px rgba(28, 87, 198, 0.15);
  box-shadow: 0.9px 3.897px 5px 0.96px rgba(28, 87, 198, 0.15);
  background-color: #fff;
  margin-top: 30px;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}

.sTechnique-list .item:first-child {
  margin-top: 0;
}

.sTechnique-list .item .wrapIn {
  padding: 55px 50px 55px 675px;
  width: 475px;
  height: 325px;
}

.sTechnique-list .content {
  width: 100%;
  margin-top: 50px;
  padding: 50px;
  box-shadow: 0.9px 3.897px 5px 0.96px rgba(28, 87, 198, 0.15);
  box-sizing: border-box;
}

.sTechnique-list .content h3 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #cfcfcf;
}

.sTechnique-list .content>div {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

.sTechnique-list .item .pic {
  width: 595px;
}

.sTechnique-list .item .dd {
  margin-top: 55px;
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 150px;
  overflow-y: auto;
}

.sTechnique-list .item:hover {
  -webkit-box-shadow: 0.9px 3.897px 11.04px 0.96px rgba(28, 87, 198, 0.15);
  box-shadow: 0.9px 3.897px 11.04px 0.96px rgba(28, 87, 198, 0.15);
}

.sTechnique-list .item .link {
  position: absolute;
  bottom: 30px;
  right: 25px;
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #448ea4;
  color: #fff;
}

/* sCase */
.sCase {
  padding-bottom: 0;
}

.sCase .index-head+.sCase-list {
  margin-top: -60px;
}

.sCase-list>.item {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sCase-list>.item.even {
  background-color: #fff;
}

.sCase-list>.item.even .wrapIn {
  background-color: #f8f8f8;
  padding-left: 650px;
}

.sCase-list>.item.even .shade {
  left: 0;
}

.sCase-list>.item.odd {
  background-color: #f6f6f6;
}

.sCase-list>.item.odd .wrapIn {
  background-color: #fff;
  padding-right: 650px;
}

.sCase-list>.item.odd .shade {
  right: 0;
}

.sCase-switch {
  position: relative;
  width: 500px;
  padding: 50px;
  height: 240px;
  line-height: 240px;
  font-size: 0;
  *font-size: 182px;
}

.sCase-switch._nojs .shade:before {
  display: none;
}

.sCase-switch._nojs .shade .ctr {
  display: none !important;
}

.sCase-switch .vmbox {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 10px;
  margin-right: -10px;
}

.sCase-switch .shade {
  position: absolute;
  top: 0;
  width: 600px;
  height: 100%;
}

.sCase-switch .shade:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 143px;
  height: 59px;
  background-image: url(../image/bgs-caseCtrs.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 30;
}

.sCase-switch .item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e2e4e9;
}

.sCase-switch .item.moveItem {
  position: absolute;
}

.sCase-switch .ctr {
  position: absolute;
  bottom: 12px;
  z-index: 32;
  width: 34px;
  height: 34px;
  -webkit-transition: -webkit-transform 220ms ease 0s;
  transition: -webkit-transform 220ms ease 0s;
  transition: transform 220ms ease 0s;
  transition: transform 220ms ease 0s, -webkit-transform 220ms ease 0s;
  background-image: url(../image/arrows-case.png);
  background-repeat: no-repeat;
}

.sCase-switch .ctr.prev {
  right: 77px;
  background-position: 0 0;
}

.sCase-switch .ctr.prev:hover {
  background-position: 0 bottom;
}

.sCase-switch .ctr.next {
  right: 25px;
  background-position: right 0;
}

.sCase-switch .ctr.next:hover {
  background-position: right bottom;
}

.sView {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}

.sView-sidebar {
  padding: 40px 20px;
  background-color: #fff;
}

.sView-sidebar.r {
  width: 290px;
}

.sView-sidebar .dt {
  position: relative;
  padding-left: 10px;
  padding-bottom: 12px;
  height: 30px;
  line-height: 26px;
  font-size: 26px;
  border-bottom: #e6e6e6 solid 1px;
  color: #333333;
}

.sView-sidebar .dt:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 3px;
  background-color: #418cfa;
  background-image: -webkit-linear-gradient(90deg, #00a1ff 0%, #1364f0 100%);
}

.sView-sidebar .dd {
  margin-top: 15px;
}

.sView-sidebar .dd .item {
  position: relative;
  border-bottom: #e6e6e6 solid 1px;
  margin-top: 20px;
  padding-bottom: 10px;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}

.sView-sidebar .dd .item:first-child {
  margin-top: 0;
}

.sView-sidebar .dd .item .pic {
  width: 290px;
  height: 180px;
  background-color: #f1f1f1;
}

.sView-sidebar .dd .item h3 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sView-sidebar .dd .item:hover {
  border-bottom-color: #404c6e;
}

.sView-main {
  width: 1140px;
  padding: 40px 30px;
  background-color: #fff;
}

.sView-main.l {
  width: 790px;
}

.sView-head {
  padding-bottom: 20px;
  text-align: center;
  border-bottom: #dedede solid 1px;
}

.sView-head h1 {
  font-size: 26px;
  line-height: 34px;
  color: #333333;
}

.sView-head .aside {
  margin-top: 10px;
  line-height: 24px;
  color: #999999;
}

.sView-head .aside span {
  margin-left: 5px;
  margin-right: 5px;
}

.sView-body {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.67777;
}

.sView-foot {
  position: relative;
  padding-top: 25px;
  margin-top: 30px;
  border-top: #c6c6c6 solid 1px;
}

.sView-foot .ctr {
  display: block;
  position: relative;
  height: 20px;
  line-height: 20px;
  max-width: 600px;
}

.sView-foot .ctr p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sView-foot .ctr.next {
  margin-top: 10px;
}

.sView-foot .ctr[href="#"],
.sView-foot .ctr[href=""] {
  cursor: not-allowed;
  color: #999999;
}

.sView-foot .ctr:hover {
  color: #404c6e;
}

/* sAbout */
.sAbout {
  margin-top: 66px;
  padding-bottom: 0;
}

.sAbout-nav {
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}

.sAbout-nav .link2 {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  height: 32px;
  line-height: 32px;
  width: 162px;
  background-color: #eeeeee;
  font-size: 14px;
}

.sAbout-nav .link2.on a {
  color: #fff;
}

.sAbout-nav .link2:hover,
.sAbout-nav .link2.on {
  background-image: -webkit-linear-gradient(0deg, #cf2228 0%, #dc471f 100%);
  background-color: #d63623;
}

.sAbout .index-head {
  padding-top: 0;
  padding-bottom: 44px;
}

.sAbout .About p {
  line-height: 30px;
  font-size: 16px;
  text-indent: 32px;
}

.sAbout-section {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 55px;
}

.sAbout-about .index-about-item4 {
  height: 480px;
}

.sAbout-honor .index-head .dt:before,
.sAbout-honor .index-head .dt:after {
  background-color: #fff;
  background-image: none;
}

.sAbout-honor .index-head .dt,
.sAbout-honor .index-head .dd {
  color: #fff;
}

.sAbout-honor-slide {
  position: relative;
  height: 294px;
}

.sAbout-honor-slide .item {
  float: left;
  width: 224px;
  height: 294px;
  margin-right: 20px;
  background-color: #fff;
}

.sAbout-honor-slide .item .img {
  line-height: 294px;
  font-size: 0;
  *font-size: 223px;
  height: 294px;
  width: 100%;
}

.sAbout-honor-slide .item:hover img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

.sAbout-honor-slide .ctr {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  z-index: 32;
  width: 52px;
  height: 52px;
  -webkit-transition: -webkit-transform 220ms ease 0s;
  transition: -webkit-transform 220ms ease 0s;
  transition: transform 220ms ease 0s;
  transition: transform 220ms ease 0s, -webkit-transform 220ms ease 0s;
  background-image: url(../image/arrows-honor.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0.9px 3.897px 11.04px 0.96px rgba(28, 87, 198, 0.15);
  box-shadow: 0.9px 3.897px 11.04px 0.96px rgba(28, 87, 198, 0.15);
  background-color: #fff;
  border-radius: 50%;
}

.sAbout-honor-slide .ctr:hover {
  background-color: #f1f1f1;
}

.sAbout-honor-slide .ctr.prev {
  left: -102px;
  background-position: 0 center;
}

.sAbout-honor-slide .ctr.prev:hover {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.sAbout-honor-slide .ctr.next {
  right: -102px;
  background-position: right center;
}

.sAbout-honor-slide .ctr.next:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.sAbout-hr-contain {
  background-color: #fff;
  -webkit-box-shadow: 0.9px 3.897px 16px 4px rgba(28, 87, 198, 0.15);
  box-shadow: 0.9px 3.897px 16px 4px rgba(28, 87, 198, 0.15);
  padding: 15px 0;
}

.sAbout-hr-l {
  width: 242px;
  padding: 15px 20px 30px;
  text-align: center;
}

.sAbout-hr-l .qImg {
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
}

.sAbout-hr-l .p1 {
  font-size: 20px;
  color: #252b3a;
  line-height: 26px;
}

.sAbout-hr-l .p2 {
  font-size: 14px;
  margin-top: 8px;
  line-height: 20px;
  color: #333333;
  letter-spacing: 4px;
}

.sAbout-hr-l .guide {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-image: -webkit-linear-gradient(0deg, #cf2228 0%, #dc471f 100%);
  background-color: #d53323;
  color: #fff;
  width: 120px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 3px;
}

.sAbout-hr-l .arrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 16px;
  width: 18px;
  height: 20px;
  background-image: url(../image/arrows-hr.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sAbout-hr-l .link {
  width: 110px;
  height: 56px;
  display: inline-block;
  vertical-align: top;
}

.sAbout-hr-m {
  width: 658px;
  height: 416px;
  float: left;
}

.sAbout-hr-r {
  width: 220px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  color: #333333;
}

.sAbout-hr-r .dt {
  height: 74px;
  line-height: 74px;
  font-size: 24px;
}

.sAbout-hr-r .dd {
  padding-right: 10px;
  margin-right: -10px;
  overflow-y: auto;
  max-height: 338px;
}

.sAbout-hr-r .dd .link {
  display: block;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  border-bottom: #edeff3 solid 1px;
  -webkit-transition: all 220ms ease 0s, all 220ms ease 0s;
  transition: all 220ms ease 0s, all 220ms ease 0s;
}

.sAbout-hr-r .dd .link:hover {
  background-color: #f5f5f5;
}

.sAbout-contact-map {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  border: 12px #fbfcff solid;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}

.sAbout-contact-map #dituContent {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  top: 0;
  width: 800px;
  height: 100%;
  line-height: 1.1;
  background-color: #f5f3f0;
}

.sAbout-contact-map #dituContent .BMap_bubble_title {
  font-size: 16px;
  margin-bottom: 5px;
  padding-right: 16px;
  color: #404c6e;
}

.sAbout-contact-map #dituContent .BMap_bubble_content {
  width: 200px !important;
  font-size: 14px;
}

.sAbout-contact-map #dituContent img {
  max-width: none;
}

._pen .sAbout-contact-map {
  pointer-events: none;
}

.sAbout-contact-map:hover {
  width: 800px;
  border-radius: 0;
}

.sAbout-contact-list {
  margin-top: 32px;
}

.sAbout-contact-list .item {
  float: left;
  width: 260px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.sAbout-contact-list .item .icoImg {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.sAbout-contact-list .item .dt {
  margin-top: 16px;
  font-size: 16px;
  line-height: 20px;
  color: #25345c;
}

.sAbout-contact-list .item .dd {
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #828cb0;
}

.sAbout-contact .index-about-waves {
  bottom: 0;
  height: 200px;
  overflow: hidden;
}

.sAbout-contact .index-about-waves .wave {
  opacity: .6;
}

/* sProduct */
.sProduct-intro {
  padding-top: 60px;
  padding-bottom: 50px;
}

.sProduct-intro-head {
  padding-bottom: 48px;
  text-align: center;
}

.sProduct-intro-head .p1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 38px;
  color: #cf2228;
  text-transform: uppercase;
}

.sProduct-intro-head .p2 {
  margin-top: 15px;
  font-size: 26px;
  color: #333333;
}

.sProduct-intro-body {
  position: relative;
  min-height: 440px;
}

.sProduct-intro-body .qImg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 440px;
  height: 440px;
  margin: -220px 0 0 -220px;
}

.sProduct-intro-body .oList {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  margin: 0 -260px;
}

.sProduct-intro-body .oList>li {
  float: left;
  margin: 0 260px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.sProduct-intro-body .oList .kong {
  width: 520px;
  height: 64px;
}

.sProduct-intro-body .oList .oLi {
  position: relative;
  padding-left: 84px;
  width: 256px;
  min-height: 64px;
}

.sProduct-intro-body .oList .oLi .ico {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 63px;
  height: 63px;
}

.sProduct-intro-body .oList .oLi .ico .icoImg {
  width: 63px;
  height: 63px;
  display: block;
}

.sProduct-intro-body .oList .oLi .ico:before,
.sProduct-intro-body .oList .oLi .ico:after {
  content: " ";
  position: absolute;
  border: #a0a0a0 solid 1px;
  z-index: -2;
  border-radius: 50%;
}

.sProduct-intro-body .oList .oLi .ico:before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.sProduct-intro-body .oList .oLi .ico:after {
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
}

.sProduct-intro-body .oList .oLi .dt {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}

.sProduct-intro-body .oList .oLi .dd {
  margin-top: 6px;
  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;
  color: #9a9a9a;
}

.sProduct-application-list {
  margin-right: -15px;
  margin-top: -20px;
}

.sProduct-application-list .item {
  float: left;
  margin-top: 20px;
  margin-right: 15px;
  width: 390px;
  text-align: center;
}

.sProduct-application-list .item .pic {
  width: 390px;
  height: 270px;
  background-color: #f1f1f1;
}

.sProduct-application-list .item h3 {
  padding: 15px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sProduct-feature {
  position: relative;
  background-color: #313131;
  color: #fff;
  height: auto;
}

.sProduct-feature .Tg {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 290px;
  width: 245px;
  padding: 0 360px 0 60px;
  height: 300px;
  margin-top: -150px;
}

.sProduct-feature .Tg .dt {
  margin-bottom: 35px;
}

.sProduct-feature .Tg .dt .en {
  font-size: 14px;
  line-height: 20px;
}

.sProduct-feature .Tg .dt .cn {
  margin-top: 20px;
  font-size: 24px;
  line-height: 40px;
}

.sProduct-feature .Tg .btn {
  margin-top: 20px;
  display: block;
  color: #999999;
  height: 20px;
}

.sProduct-feature .Tg .btn:first-child {
  margin-top: 0;
}

.sProduct-feature .Tg .btn .wrap {
  margin-left: -6px;
  padding-left: 6px;
  display: inline-block;
  vertical-align: top;
  z-index: 2;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  white-space: nowrap;
}

.sProduct-feature .Tg .btn .wrap:before {
  content: " ";
  z-index: -1;
  position: absolute;
  left: -6px;
  bottom: 0;
  right: 100%;
  height: 4px;
  background-color: #cf2228;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}

.sProduct-feature .Tg .btn i {
  margin-right: 10px;
}

.sProduct-feature .Tg .btn.on {
  color: #fff;
}

.sProduct-feature .Tg .btn.on .wrap:before {
  right: 0;
}

.sProduct-feature .Tt {
  position: relative;
  height: 0;
  padding-bottom: 35.41666667%;
  width: 50%;
}

.sProduct-feature .Tt .box {
  z-index: 6;
  display: block !important;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  /* *visibility: visible; */
  position: absolute;
  left: 0;
  right: -290px;
  top: 0;
  bottom: 0;
}

.sProduct-feature .Tt .box.on {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.sProduct-feature .Tt .box.on .wrap {
  -webkit-transition: all 800ms ease 100ms;
  transition: all 800ms ease 100ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
  transform: none !important;
}

.sProduct-feature .Tt .box:hover .wrap {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  /* *visibility: visible; */
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
}

.sProduct-feature .Tt .wrap {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -250px;
  padding: 35px;
  width: 350px;
  height: 430px;
  background-color: #cf2228;
  background-image: url(../image/bgs-feature.jpg);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
  -webkit-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  /* *visibility: visible; */
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.sProduct-feature .Tt .wrap i {
  position: absolute;
  left: 35px;
  bottom: 30px;
  font-family: Helvetica, sans-serif;
  font-size: 80px;
}

.sProduct-feature .Tt .wrap .dt {
  margin-left: 4px;
}

.sProduct-feature .Tt .wrap .dt .en {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 36px;
  height: 36px;
  text-transform: uppercase;
}

.sProduct-feature .Tt .wrap .dt .cn {
  margin-top: 15px;
  font-size: 36px;
}

.sProduct-feature .Tt .wrap .dt .hr {
  margin-top: 22px;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.sProduct-feature .Tt .wrap .dd {
  padding-left: 105px;
  margin-top: 60px;
  font-size: 16px;
  line-height: 28px;
}


.wap .index-banner .ctr {
  display: none !important;
}