@charset "utf-8";
.pa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pr100 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bgf {
  background-color: #fff;
}
.bgf1 {
  background-color: #f1f1f1;
}
.bgf5 {
  background-color: #f5f5f5;
}
.bge {
  background-color: #eee;
}
@-webkit-keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
@keyframes animateStay {
  0,
  100% {
    opacity: 1;
  }
}
.animateStay {
  -webkit-animation-name: animateStay;
          animation-name: animateStay;
}
@-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 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;
}
/*边距 5-50*/
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mlr15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.pt5 {
  padding-top: 5px;
}
.pb1 {
  padding-bottom: 1px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pr5 {
  padding-right: 5px;
}
/*文本 10-40 50 60 100*/
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f34 {
  font-size: 34px;
}
.f36 {
  font-size: 36px;
}
.f38 {
  font-size: 38px;
}
.f40 {
  font-size: 40px;
}
.f50 {
  font-size: 50px;
}
.f60 {
  font-size: 60px;
}
.f100 {
  font-size: 100px;
}
/* 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;
}
.unsel {
  -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 {
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
}
.op1 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.taps a,
.tapList a,
.tap {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.tapList .link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lhd5 {
  height: .5em;
}
.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: 16px;
  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;
  z-index: -1;
}
.ensp {
  display: inline-block;
  vertical-align: top;
  width: .5em;
  height: 1px;
}
.cnsp {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1px;
}
.c1 {
  color: #006063;
}
.bgc1 {
  background-color: #006063;
}
.c2 {
  color: #b59022;
}
.bgc2 {
  background-color: #b59022;
}
.ca {
  color: #333333;
}
.bgca {
  background-color: #333333;
}
.cb {
  color: #777777;
}
.bgcb {
  background-color: #777777;
}
.cs {
  color: #b0b0b0;
}
.bgcs {
  background-color: #b0b0b0;
}
a {
  color: #333333;
  -webkit-transition: color 220ms;
  transition: color 220ms;
}
a.on,
a:hover {
  color: #006063;
}
html {
  min-width: 1200px;
}
body {
  color: #777777;
  font: 14px/1 "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
img {
  vertical-align: middle;
}
.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: 14px;
  line-height: 22px;
}
::-moz-selection {
  background: #a18328;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #a18328;
  color: #fff;
  text-shadow: none;
}
.scroll-wrap {
  background-color: #fff;
}
/* 表单 */
.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;
}
.tduh:hover {
  text-decoration: underline;
}
.pic {
  background-color: #f5f5f5;
}
.more.moreA {
  display: block;
  width: 200px;
  height: 50px;
  margin-top: 60px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
  color: #fff;
  background-color: #006063;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}
.sHeadX {
  padding-top: 10px;
  padding-bottom: 14px;
  height: 24px;
  border-bottom: #dfdfdf solid 1px;
  line-height: 24px;
}
.sHeadX span {
  float: left;
  font-size: 24px;
}
.sHeadX b {
  color: #006063;
}
.sHeadX i {
  color: #333333;
}
.sHeadX .more {
  float: right;
  color: #006063;
}
.sHeadY {
  text-align: center;
}
.sHeadY .dib {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  padding-left: 14px;
  padding-right: 14px;
  border-left: #e9bc13 solid 2px;
  border-right: #e9bc13 solid 2px;
  font-size: 30px;
  line-height: 26px;
  color: #333333;
}
/* 组件 */
.ysqUEO .hbg .zu {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.ysqUEO .hbg:hover .zu,
.ysqUEO .hbg.hbgOn .zu {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ysqUEO .scs.hbgOn img,
.ysqUEO .scst.hbgOn img,
.ysqUEO .scs:hover img,
.ysqUEO .scst:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.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;
  transition: 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;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hbg:hover .op0.htfn,
.hbg.hbgOn .op0.htfn {
  -webkit-transform: none !important;
          transform: none !important;
}
.hbg .front,
.hbg:hover .behind,
.hbg.hbgOn .behind {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hbg .behind,
.hbg:hover .front,
.hbg.hbgOn .front {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  /* *visibility: visible; */
  visibility: hidden;
  /* *visibility: visible; */
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
/* keyframes use */
@-webkit-keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDowns {
  -webkit-animation-name: fadeInDowns;
          animation-name: fadeInDowns;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
@-webkit-keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
            transform: scale3d(0.77, 0.77, 0.77);
  }
  50% {
    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% {
    opacity: 1;
  }
}
.zoomIns {
  -webkit-animation-name: zoomIns;
          animation-name: zoomIns;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
.abtnBd {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.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 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  border: 0 solid rgba(0, 0, 0, 0.05);
  border-radius: inherit;
  opacity: 1;
}
.abtnBd:hover:after {
  border-width: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.abtnBT {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.abtnBT: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 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.abtnBT:hover:after {
  -webkit-transform: none !important;
          transform: none !important;
}
.abtnLR {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.abtnLR: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 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.abtnLR:hover:after {
  -webkit-transform: none !important;
          transform: none !important;
}
.loading {
  background-image: url(../../assets/images/loading.gif);
}
.loading-m {
  background-image: url(../../assets/images/loading-m.gif);
}
.load-error {
  background-image: url(../../assets/images/error.gif);
}
/* backToTopXXX */
/* 滚动加载 */
.scrollAjax #loadState {
  position: relative;
  width: 200px;
  height: 40px;
  margin: 40px auto 0;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  background-color: #006063;
  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: #006063;
  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: 30px;
  height: 30px;
  padding: 5px;
  color: #666;
  font: bold 16px/30px "黑体";
  cursor: pointer;
  text-align: center;
}
.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;
  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: #006063;
  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 {
  margin-top: 30px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f6f6f6;
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.pageListBox .pageList {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.pageListBox .pageList ul {
  position: relative;
  float: none !important;
  line-height: 40px;
}
.pageListBox .pageList ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  font-size: 14px;
}
.pageListBox .pageList a {
  display: block;
  border: #c8c8c8 solid 0px;
  width: 40px;
  height: 40px;
  border-radius: 1px;
  color: #888;
  -webkit-transition: background 200ms, color 200ms;
  transition: background 200ms, color 200ms;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pageListBox .pageList a:hover,
.pageListBox .pageList a.selected {
  color: #fff;
  background-color: #006063;
}
.pageListBox .pageList .ctr a {
  width: auto;
  background-color: #f6f6f6;
  color: #333333;
}
.pageListBox .pageList .ctr a .ffs {
  font-size: 18px;
  position: relative;
  top: 1px;
  font-weight: bold;
}
.pageListBox .pageList .ctr a:hover {
  color: #006063;
}
/*nav*/
.nav {
  z-index: 21;
  width: 100%;
  height: 90px;
}
.nav .bg {
  z-index: -1;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transform-origin: 50% -40%;
          transform-origin: 50% -40%;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.nav.active .bg {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
  -webkit-transform: none !important;
          transform: none !important;
  background-color: #fff;
}
.nav.active .searchBox .skin {
  display: block !important;
}
.fixedNav .nav .bg {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -webkit-transform: none !important;
          transform: none !important;
  background-color: #fff;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
.fixedNav .nav .oldWeb {
  color: #777777;
}
.nav .contain {
  z-index: 2;
}
.nav .container {
  position: relative;
  height: 90px;
}
.nav .logo {
  float: left;
  position: relative;
  top: 50%;
  margin-top: -25px;
  height: 50px;
}
.nav .logo img {
  float: left;
  margin-right: 14px;
  height: 100%;
}
.nav .logo p {
  float: left;
  line-height: 20px;
  color: #555;
  padding-top: 5px;
}
.nav .fnBox {
  position: absolute;
  right: 0;
  top: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: right;
  color: #b0b0b0;
}

.nav .firNav {
  float: right;
  margin-right: 265px;
  position: relative;
}
.nav .firNav .firItem {
  float: left;
  position: relative;
  z-index: 2;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 16px;
}
.nav .firNav .firItem .link1 {
  display: block;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  padding-left: 15px;
  padding-right: 15px;
}
.nav .firNav .firItem.on .link1 {
  color: #006063;
}
.nav .firNav .firItem .secNav {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 160px;
  line-height: 28px;
  white-space: nowrap;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  background-color: #fff;
  -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);
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.nav .firNav .firItem .secNav .link2 {
  position: relative;
  display: block;
  color: #999;
  font-size: 14px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.nav .firNav .firItem .secNav .secItem.on,
.nav .firNav .firItem .secNav .secItem:hover {
  background-color: #f1f1f1;
}
.nav .firNav .firItem .secNav .secItem.on .link,
.nav .firNav .firItem .secNav .secItem:hover .link {
  color: #006063;
}
.nav .firNav .firItem:hover .secNav {
  -webkit-transform: none !important;
          transform: none !important;
}

/* banner */
.banner {
  position: relative;
  width: 100%;
  height: 500px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.banner .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.banner .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: -webkit-transform 300ms ease 0s;
  transition: -webkit-transform 300ms ease 0s;
  transition: transform 300ms ease 0s;
  transition: transform 300ms ease 0s, -webkit-transform 300ms ease 0s;
}
.supports .banner.dir_z .item.come {
  width: 0;
  z-index: 20 !important;
  margin-left: 50%;
}
.supports .banner.dir_z .item.come.on {
  margin-left: 0;
  width: 100%;
  -webkit-transition: width 1200ms ease-out 0s, margin 1200ms ease-out 0s;
  transition: width 1200ms ease-out 0s, margin 1200ms ease-out 0s;
}
.supports .banner.dir_z .item.leave {
  opacity: 1 !important;
}
.supports .banner.dir_f .item.leave {
  width: 0;
  z-index: 20 !important;
  margin-left: 50%;
  -webkit-transition: width 1200ms ease-out 0s, margin 1200ms ease-out 0s;
  transition: width 1200ms ease-out 0s, margin 1200ms ease-out 0s;
}
.supports .banner.dir_f .item.come {
  opacity: 1 !important;
}
.banner .mouse {
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: 135px;
  z-index: 9;
  width: 32px;
  height: 68px;
  background-image: url(../../assets/images/ico-mouseUD.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-animation: fadeInDowns 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
          animation: fadeInDowns 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
}
.banner .fnBox {
  position: absolute;
  right: 64px;
  bottom: 135px;
  z-index: 8;
}
.banner .fnBox .nums {
  padding-left: 68px;
  padding-right: 68px;
  font-size: 24px;
  color: #006063;
  line-height: 46px;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
}
.banner .fnBox .nums i {
  position: relative;
  top: 2px;
  font-size: 60px;
  color: #fff;
}
.banner .fnBox .ctr {
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -25px;
  width: 40px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  font-family: "SimSun", "宋体";
  font-weight: bold;
  text-align: center;
}
.banner .fnBox .ctr:hover {
  color: #006063;
}
.banner .fnBox .ctr.reject {
  display: none;
}
.banner .fnBox .ctr.prev {
  left: 0;
}
.banner .fnBox .ctr.next {
  right: 0;
}
/* iHead */
.iHead {
  padding-top: 72px;
  padding-bottom: 50px;
  text-align: center;
}
.iHead .en {
  text-transform: uppercase;
  color: #b0b0b0;
}
.iHead .cn {
  margin-top: 10px;
  font-size: 36px;
  color: #333333;
}
.iHead .hr {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 3px;
  background-color: #006063;
}
.iHead .aside {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}

/* iBusiness */
.iBusiness {
  padding-bottom: 80px;
  background-color: #f6f6f6;
}
.iBusiness-List {
  position: relative;
  overflow: hidden;
  margin-bottom: -18px;
  *margin-bottom: 0;
  min-height: 18px;
  padding: 20px 20px 0;
  margin-left: -20px;
  margin-top: -20px;
  width: 1218px;
}
.iBusiness-List .item {
  float: left;
  position: relative;
  margin-right: 18px;
  margin-bottom: 18px;
  width: 388px;
  height: 326px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.iBusiness-List .item .link {
  display: block;
  height: 302px;
  padding-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
}
.iBusiness-List .item .link,
.iBusiness-List .item .ico,
.iBusiness-List .item .dt {
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.iBusiness-List .item .ico {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
}
.iBusiness-List .item .dt {
  margin-top: 24px;
  font-size: 24px;
  color: #333333;
}
.iBusiness-List .item .dd {
  margin-top: 12px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
}
.iBusiness-List .item:hover .link {
  background-color: #006063;
  color: #fff;
}
.iBusiness-List .item:hover .ico {
  background-position: 0 -140px;
}
.iBusiness-List .item:hover .dt {
  color: #fff;
}
.iBusiness .moreA {
  margin-top: 40px;
}
/* iService */
.iService {
  padding-bottom: 80px;
  height: 716px;
  background-color: #006063;
  background-image: url(../../assets/images/bg-iService.jpg);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.iService .iHead .en,
.iService .iHead .cn,
.iService .iHead .aside {
  color: #fff;
}
.iService .iHead .hr {
  background-color: #fff;
}
.iService-Slide {
  margin-top: 20px;
  position: relative;
  height: 300px;
  width: 1240px;
  left: 50%;
  margin-left: -620px;
}
.iService-Slide .item {
  float: left;
  margin-right: 8px;
  width: 200px;
  height: 300px;
  text-align: center;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.iService-Slide .item .kuang {
  display: block;
  position: relative;
  width: 160px;
  height: 160px;
  padding: 20px;
}
.iService-Slide .item .pic {
  width: 100%;
  height: 100%;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  background-color: #fff;
  border-radius: 160px;
}
.iService-Slide .item .name {
  margin-top: 5px;
  font-size: 18px;
  line-height: 24px;
}
.iService-Slide .item .name .link {
  color: #fff;
  font-weight: bold;
}
.iService-Slide .item .name .link:hover + .hr {
  width: 50px;
}
.iService-Slide .item .hr {
  display: block;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 2px;
  background-color: #7e5804;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.iService-Slide .item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.iService-Slide .item:hover .pic {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.iService-Slide .ctr {
  display: block;
  position: absolute;
  z-index: 3;
  top: 100px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-family: "SimSun", "宋体";
  font-weight: bold;
  color: #fff;
  background-color: #006063;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  border-radius: 32px;
}
.iService-Slide .ctr:hover {
  background-color: #b59022;
}
.iService-Slide .ctr.reject {
  display: none;
}
.iService-Slide .ctr.prev {
  left: -50px;
  background-position: 0 0;
}
.iService-Slide .ctr.prev:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.iService-Slide .ctr.next {
  right: -50px;
  background-position: -32px 0;
}
.iService-Slide .ctr.next:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.iService .moreA {
  background-color: #fff;
  color: #006063;
}
/* iCase */
.iCase {
  padding-bottom: 80px;
}
.case-List {
  position: relative;
  overflow: hidden;
  margin-right: -12px;
  margin-bottom: -18px;
  *margin-bottom: 0;
  min-height: 18px;
}
.case-List .item {
  float: left;
  position: relative;
  margin-right: 12px;
  margin-bottom: 18px;
}
.case-List .item .pic {
  width: 392px;
  height: 294px;
}
.case-List .item .mask {
  padding: 110px 20px 0;
  width: 352px;
  height: 184px;
  font-size: 20px;
  color: #fff;
  background-image: url(../../assets/images/bg-hei-op50.png);
  text-align: center;
}
.case-List .item .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 22px;
}
.case-List .item .jia {
  position: absolute;
  bottom: 102px;
  left: 50%;
  margin-left: -14px;
  width: 27px;
  height: 27px;
  background-image: url(../../assets/images/ico-jia.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.case-List .item:hover .jia {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.case-List .item:hover .jia:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* iAbout */
.iAbout {
  padding-bottom: 80px;
  background-color: #f6f6f6;
}
.iAbout-Body {
  position: relative;
}
.iAbout-Body .bgDot {
  position: absolute;
  left: 63px;
  top: -42px;
  width: 175px;
  height: 175px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.iAbout-Body .intro {
  float: left;
  width: 526px;
}
.iAbout-Body .intro .head {
  position: relative;
  padding-bottom: 14px;
  border-bottom: #dfdfdf solid 1px;
}
.iAbout-Body .intro .head .en {
  font-size: 18px;
  color: #b0b0b0;
}
.iAbout-Body .intro .head .cn {
  margin-top: 5px;
  font-size: 24px;
  color: #333333;
}
.iAbout-Body .intro .head .more {
  position: absolute;
  right: 0;
  bottom: 14px;
  color: #006063;
}
.iAbout-Body .intro .info {
  margin-top: 20px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 66px;
}
.iAbout-Body .intro .list {
  position: relative;
  margin-top: 20px;
  width: 526px;
  height: 210px;
}
.iAbout-Body .intro .list .hr,
.iAbout-Body .intro .list .vr {
  background-color: #dfdfdf;
  position: absolute;
  z-index: 0;
}
.iAbout-Body .intro .list .hr {
  top: 50%;
  left: 0;
}
.iAbout-Body .intro .list .vr {
  left: 50%;
  top: 0;
}
.iAbout-Body .intro .list .item {
  float: left;
  width: 233px;
  padding: 15px;
  height: 75px;
  text-align: center;
}
.iAbout-Body .intro .list .item dt {
  color: #006063;
  font-size: 16px;
}
.iAbout-Body .intro .list .item dt s {
  font-size: 40px;
  font-family: Tahoma, sans-serif;
}
.iAbout-Body .intro .list .item dd {
  margin-top: 15px;
}
.iAbout-Body .vd-box {
  float: right;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  width: 640px;
  height: 360px;
  line-height: 360px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background-color: #000;
}
.iAbout-Body .vd-box .pic,
.iAbout-Body .vd-box .play,
.iAbout-Body .vd-box .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.iAbout-Body .vd-box .pic {
  background-color: #eee !important;
  opacity: .80;
  filter: alpha(opacity=80);
  *zoom: 1;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.iAbout-Body .vd-box .imgLoaded + .play {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.iAbout-Body .vd-box .play {
  z-index: 2;
  background-image: url(../../assets/images/ico-play.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.iAbout-Body .vd-box .video {
  display: none;
  z-index: 6;
  background-color: #000;
}
.iAbout-Body .vd-box:hover .pic {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news-Tab {
  margin-top: 75px;
}
.news-Tab .Tg {
  border-top: #006063 solid 6px;
}
.news-Tab .Tg .btn {
  float: left;
  padding-top: 24px;
  width: 274px;
  height: 70px;
  background-color: #fff;
  padding-left: 126px;
  color: #006063;
}
.news-Tab .Tg .btn .ico {
  float: left;
  width: 40px;
  height: 40px;
  margin-left: -50px;
  margin-top: 2px;
  background-repeat: no-repeat;
}
.news-Tab .Tg .btn .cn {
  font-size: 24px;
}
.news-Tab .Tg .btn .en {
  font-size: 14px;
  margin-top: 6px;
}
.news-Tab .Tg .btn.i1 .ico {
  background-image: url("../../assets/images/ico-iNews1.png");
}
.news-Tab .Tg .btn.i2 .ico {
  background-image: url("../../assets/images/ico-iNews2.png");
}
.news-Tab .Tg .btn.i3 .ico {
  background-image: url("../../assets/images/ico-iNews3.png");
}
.news-Tab .Tg .btn.i4 .ico {
  background-image: url("../../assets/images/ico-iNews4.png");
}
.news-Tab .Tg .btn.on {
  color: #fff;
  background-color: #006063;
}
.news-Tab .Tg .btn.on .ico {
  background-position: 0 -40px;
}
.news-Tab .Tt .box {
  display: none;
}
.news-Tab .Tt .box.on {
  display: block;
}
.news-Tab .news-List {
  margin-right: -36px;
}
.news-Tab .news-List .item {
  float: left;
  width: 392px;
  margin-right: 36px;
}
.news-Tab .news-List .pic {
  background-color: #fff !important;
}
.news-List .item {
  position: relative;
  padding: 25px 0 25px 190px;
  border-bottom: #d4d4d4 solid 1px;
  height: 110px;
}
.news-List .item .pic {
  float: left;
  margin-left: -190px;
  width: 176px;
  height: 110px;
}
.news-List .item .title {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}
.news-List .item .info {
  margin-top: 8px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  height: 44px;
}
.news-List .item .date {
  margin-top: 16px;
  height: 16px;
  line-height: 16px;
  padding-left: 26px;
  color: #a5a5a5;
  background-image: url(../../assets/images/ico-date.png);
  background-size: auto;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.news-List .item:hover {
  border-bottom-color: #006063;
}
/* footer */
.footer {
  padding-top: 50px;
  height: 190px;
  background-color: #333333;
  background-image: url(../../assets/images/bg-footer.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.footer,
.footer a {
  color: #bbb;
}
.footer .fPhone {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
  line-height: 48px;
}
.footer .fPhone .item {
  display: inline-block;
  vertical-align: top;
}
.footer .fPhone s {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  color: #9c7e25;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "SimSun", "宋体";
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer .fPhone .icoImg {
  width: 48px;
  height: 48px;
}
.footer .fNav {
  margin-top: 44px;
}
.footer .fNav s {
  margin-left: 5px;
  margin-right: 5px;
}
.footer .fCopyrights {
  margin-top: 10px;
}
/* subpage */
.subpage {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 100px;
}
/* subBanner */
.subBanner {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  height: 500px;
}
.subBanner .contain {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  margin-left: -159px;
  margin-top: -152px;
  padding-top: 126px;
  width: 318px;
  height: 177px;
  color: #fff;
  text-align: center;
  background-image: url(../../assets/images/bg-subBanner.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.subBanner .contain .en {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.subBanner .contain .cn {
  margin-top: 8px;
  font-size: 36px;
}
.subBanner .contain .hr {
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 3px;
  margin-top: 18px;
  background-color: #f3bf07;
}
/* thrBanner */
.thrBanner {
  position: relative;
  overflow: hidden;
  height: 720px;
}
.thrBanner .AniStart .delayShow {
  -webkit-transition: all 0ms ease 0ms;
  transition: all 0ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.thrBanner .AniDid .delayShow {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.thrBanner .contain {
  position: absolute;
  top: 74px;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
  min-height: 488px;
  padding-top: 149px;
  background-image: url(../../assets/images/bg-thrban.png);
  background-size: auto;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}
.thrBanner .contain .dt {
  font-size: 60px;
  line-height: 80px;
  color: #fdd000;
  font-weight: 100;
}
.thrBanner .contain .dd {
  font-size: 24px;
  line-height: 30px;
  margin-top: 14px;
  font-weight: 100;
}
/* sBusiness */
.sBusiness-List .item {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin-top: 40px;
  background-color: #f1f1f1;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sBusiness-List .item:first-child {
  margin-top: 0;
}
.sBusiness-List .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 33% 50%;
}
.sBusiness-List .item .pic img {
  -webkit-transition: all 666ms ease 0s;
  transition: all 666ms ease 0s;
}
.sBusiness-List .item .mask {
  width: 400px;
  left: 800px;
  background-color: #006063;
  opacity: .80;
  filter: alpha(opacity=80);
  *zoom: 1;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sBusiness-List .item .contain {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 320px;
  height: 320px;
  padding: 80px 40px 0;
  color: #fff;
}
.sBusiness-List .item .contain .name {
  font-size: 30px;
}
.sBusiness-List .item .contain .info {
  margin-bottom: 36px;
  margin-top: 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  max-height: 192px;
  min-height: 144px;
}
.sBusiness-List .item .contain .more {
  font-size: 16px;
  line-height: 16px;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
  color: #fff;
}
.sBusiness-List .item .contain .more::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 0;
  background-color: #fff;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  margin-right: 0;
}
.sBusiness-List .item .contain .more:hover::before {
  width: 80px;
  margin-right: 4px;
}
.sBusiness-List .item:hover {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.sBusiness-List .item:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sBusiness-List .item:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sBusiness-Page .anchors-Tg {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #ededed;
}
.sBusiness-Page .anchors-Tg .btn {
  position: relative;
  float: left;
  width: 200px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  z-index: 0;
}
.sBusiness-Page .anchors-Tg .btn: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 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0);
}
.sBusiness-Page .anchors-Tg .btn:hover:after {
  background-color: rgba(0, 0, 0, 0.05);
}
.sBusiness-Page .anchors-Tg .btn.active {
  color: #006063;
}
.sBusiness-Page .anchors-Tg.fixed {
  position: fixed;
  z-index: 19;
  left: 0;
  top: 90px;
  height: 60px;
  line-height: 60px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
}
.sBusiness-Page .anchors-Tt.padT {
  padding-top: 60px;
}
.sBusiness-Page .anchors-Tt .section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.sBusiness-Page .anchors-Tt .head {
  margin-bottom: 50px;
  text-align: center;
}
.sBusiness-Page .anchors-Tt .head h2 {
  font-size: 30px;
  color: #333333;
}
.sBusiness-Page .anchors-Tt .head .hr {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 300px;
  height: 1px;
  background-color: #dfdfdf;
}
.sBusiness-Page .anchors-Tt .head .hr s {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -1px;
  width: 50px;
  height: 3px;
  background-color: #006063;
}
.sBusiness-Page .anchors-Tt .grayLine {
  overflow: hidden;
  height: 92px;
  background-color: #ededed;
  margin-bottom: -70px;
  margin-top: 70px;
}
.sBusiness-Page .anchors-Tt .consultBtn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 158px;
  height: 42px;
  margin-top: 24px;
  border: solid 1px;
  border-radius: 44px;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  color: #006063;
}
.sBusiness-Section1-aside {
  position: relative;
  padding-top: 70px;
  padding-bottom: 40px;
}
.sBusiness-Section1-aside .hr {
  position: absolute;
  left: 0;
  width: 100%;
}
.sBusiness-Section1-aside .hr.t {
  height: 37px;
  top: 0;
  background-image: url(../../assets/images/line-hrT.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sBusiness-Section1-aside .hr.b {
  height: 1px;
  bottom: 0;
  background-image: url(../../assets/images/line-hrB.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sBusiness-Section1-aside .imax {
  font-size: 16px;
  line-height: 22px;
  color: #555;
}
.sBusiness-Section1-List {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  margin-right: -20px;
  margin-bottom: -20px;
  *margin-bottom: 0;
}
.sBusiness-Section1-List .item {
  position: relative;
  width: 330px;
  height: 180px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #ededed;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sBusiness-Section1-List .item .pic {
  position: absolute;
  top: 0;
  width: 200px;
  height: 240px;
}
.sBusiness-Section1-List .item .pic img {
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sBusiness-Section1-List .item .dt {
  color: #006063;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.sBusiness-Section1-List .item .dt s {
  float: left;
  margin-left: -18px;
  color: #e2c570;
  font-size: 14px;
}
.sBusiness-Section1-List .item .ds {
  margin-top: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #555;
}
.sBusiness-Section1-List .item .dd {
  margin-top: 16px;
  color: #777777;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  max-height: 108px;
}
.sBusiness-Section1-List .item.even {
  float: left;
  padding: 30px 30px 30px 230px;
}
.sBusiness-Section1-List .item.even .pic {
  left: 0;
}
.sBusiness-Section1-List .item.odd {
  float: right;
  padding: 30px 230px 30px 30px;
}
.sBusiness-Section1-List .item.odd .pic {
  right: 0;
}
.sBusiness-Section1-List .item:hover {
  background-color: #e3e3e3;
}
.sBusiness-Section2-Tab .Tg {
  position: relative;
  height: 56px;
  background-image: url(../../assets/images/bg-sBusiness-Section2Tg.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 56px;
  text-align: center;
}
.sBusiness-Section2-Tab .Tg .btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  margin-right: 12px;
  border: #f6f6f6 solid 3px;
  height: 50px;
  border-radius: 56px;
  color: #006063;
}
.sBusiness-Section2-Tab .Tg .btn span {
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: block;
  border: #006063 solid 2px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50px;
  background-color: #fff;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sBusiness-Section2-Tab .Tg .btn b,
.sBusiness-Section2-Tab .Tg .btn i {
  font-size: 18px;
}
.sBusiness-Section2-Tab .Tg .btn b {
  position: relative;
  overflow: hidden;
  display: none;
}
.sBusiness-Section2-Tab .Tg .btn::after {
  content: " ";
  position: absolute;
  z-index: 0;
  left: 50%;
  margin-left: -5px;
  bottom: -16px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 6px 5px;
  border-color: transparent transparent #006063 transparent;
  border-style: dashed dashed solid dashed;
  font-size: 0;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.sBusiness-Section2-Tab .Tg .btn.on span {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #006063;
  color: #fff;
}
.sBusiness-Section2-Tab .Tg .btn.on b {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.sBusiness-Section2-Tab .Tg .btn.on::after {
  -webkit-transition: all 250ms ease 100ms;
  transition: all 250ms ease 100ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.sBusiness-Section2-Tab .Tt {
  margin-top: 35px;
}
.sBusiness-Section2-Tab .Tt .box {
  display: none;
}
.sBusiness-Section2-Tab .Tt .box.on {
  display: block;
}
.sBusiness-Section3-List {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 0;
  width: 1216px;
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: -16px;
  *margin-bottom: 0;
  min-height: 16px;
}
.sBusiness-Section3-List .item {
  float: left;
  position: relative;
  margin-right: 16px;
  margin-bottom: 16px;
  width: 286px;
  height: 338px;
  border: #dfdfdf solid 1px;
  background-color: #ffffff;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sBusiness-Section3-List .item .dt {
  padding: 15px;
  height: 70px;
  line-height: 70px;
  font-size: 0;
  *font-size: 53px;
  background-color: #f6f1e2;
  color: #006063;
  text-align: center;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sBusiness-Section3-List .item .dt:after,
.sBusiness-Section3-List .item .dt:before {
  content: "\00a0";
  font-size: 0px;
  visibility: hidden;
}
.sBusiness-Section3-List .item .dt .vmbox {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.sBusiness-Section3-List .item .dd {
  padding: 20px 15px;
}
.sBusiness-Section3-List .item:hover {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.sBusiness-Section3-List .item:hover .dt {
  background-color: #006063;
  color: #fff;
}
.sBusiness-Section4-List .item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  float: left;
  width: 400px;
  height: 200px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  text-align: center;
}
.sBusiness-Section4-List .item .bg {
  z-index: -1;
  /* .vvh(); */
  background-image: url(../../assets/images/bg-sBusiness-Section4Light.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  visibility: visible;
}
.sBusiness-Section4-List .item .dt {
  margin-top: 62px;
  font-size: 16px;
  color: #006063;
}
.sBusiness-Section4-List .item .dt em {
  font-size: 40px;
  font-family: Tahoma, sans-serif;
}
.sBusiness-Section4-List .item .dd {
  margin-top: 14px;
  font-size: 16px;
}
.sBusiness-Section4-List .item.even {
  background-color: #ffffff;
}
.sBusiness-Section4-List .item.odd {
  background-color: #dfdfdf;
}
.sBusiness-Section4-List .item.ddt {
  background-image: url(../../assets/images/q-sBusiness-Section4Ddt.jpg);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sBusiness-Section4-List .item.ddt .bg {
  background: #000 !important;
  opacity: .50;
  filter: alpha(opacity=50);
  *zoom: 1;
  visibility: visible;
}
.sBusiness-Section4-List .item.ddt .dt,
.sBusiness-Section4-List .item.ddt .dd {
  font-size: 24px;
  color: #fff;
}
.sBusiness-Section4-List .item.ddt .dd span {
  display: inline-block;
  vertical-align: top;
  padding-left: 14px;
  padding-right: 14px;
  border-left: #e9bc13 solid 2px;
  border-right: #e9bc13 solid 2px;
}
.sBusiness-Section4-List .item.ddt:hover .bg {
  opacity: .80;
  filter: alpha(opacity=80);
  *zoom: 1;
}
.sBusiness-Section4-List .item:hover {
  background-color: #006063;
}
.sBusiness-Section4-List .item:hover .bg {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  background-color: #006063;
}
.sBusiness-Section4-List .item:hover .dt,
.sBusiness-Section4-List .item:hover .dd {
  color: #fff;
}
.sBusiness-Section5-Body .col {
  width: 582px;
}
.sBusiness-Section6 {
  padding-bottom: 0 !important;
}
.sBusiness-Section6-Body {
  padding-top: 20px;
}
/* sService */
.sService-List {
  position: relative;
  overflow: hidden;
  width: 1248px;
  padding: 20px 20px 0;
  margin-left: -20px;
  margin-top: -20px;
  margin-bottom: -48px;
  *margin-bottom: 0;
  min-height: 48px;
}
.sService-List .item {
  float: left;
  position: relative;
  margin-right: 48px;
  margin-bottom: 48px;
  width: 338px;
  height: 424px;
  padding: 15px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sService-List .item .pic {
  margin-left: -15px;
  margin-top: -15px;
  width: 368px;
  height: 230px;
}
.sService-List .item .name {
  margin-top: 20px;
  line-height: 28px;
  font-size: 20px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sService-List .item .info {
  margin-top: 10px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 88px;
  height: 88px;
}
.sService-List .item .more {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 98px;
  height: 30px;
  border: #006063 solid 1px;
  border-radius: 32px;
  line-height: 30px;
  text-align: center;
  color: #006063;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sService-List .item .more:hover {
  color: #fff;
  background-color: #006063;
}
.sService-List .item:hover {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.sService-View {
  margin-top: -40px;
}
.sService-View .sHeadY {
  padding-top: 80px;
  padding-bottom: 55px;
}
.sSersec1-aside .hr {
  background-image: url(../../assets/images/line-hrB.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sSersec1-aside .imax {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 55px;
  font-size: 14px;
  line-height: 22px;
}
.sSersec1-Body {
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.sSersec1-Body .item {
  position: relative;
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: left;
  border-top: #ccc dashed 1px;
}
.sSersec1-Body .item .pic {
  display: none;
}
.sSersec1-Body .item .title {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-bottom: #f3bf07 solid 3px;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
}
.sSersec1-Body .item strong {
  margin-right: 5px;
  font-size: 22px;
  color: #006063;
}
.sSersec1-Body .item .info {
  margin-top: 10px;
  line-height: 22px;
}
.sSersec1-Body .item:first-child {
  margin-top: 0;
  border-top: none;
}
.sSersec2 {
  margin-top: 70px;
}
.sSersec2 .Tg {
  margin-left: -30px;
  width: 1248px;
  text-align: left;
  font-size: 0;
}
.sSersec2 .Tg a {
  display: inline-block;
  vertical-align: top;
  margin: 10px 24px;
  border: solid 1px;
  border-radius: 44px;
  height: 20px;
  line-height: 20px;
  min-width: 120px;
  padding: 11px 19px;
  font-size: 16px;
  color: #006063;
  text-align: center;
}
.sSersec2 .Tt .box {
  padding-top: 49px;
  padding-bottom: 50px;
}
.sSersec2 .Tt .dt {
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.sSersec2 .Tt .dt span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 8px 20px;
  min-width: 80px;
  height: 20px;
  line-height: 20px;
  *border: #006063 solid 1px;
}
.sSersec2 .Tt .dt span:before,
.sSersec2 .Tt .dt span:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  border-color: #006063;
  border-style: solid;
  pointer-events: none;
}
.sSersec2 .Tt .dt span:before {
  top: 0;
  border-width: 1px 1px 0 1px;
}
.sSersec2 .Tt .dt span:after {
  bottom: 0;
  border-width: 0 1px 1px 1px;
}
.sSersec2 .Tt .dd {
  margin-top: 40px;
}
.sSersec2 .Tt .list {
  position: relative;
  overflow: hidden;
  margin-right: -12px;
  margin-bottom: -25px;
  *margin-bottom: 0;
  min-height: 25px;
}
.sSersec2 .Tt .list .item {
  float: left;
  position: relative;
  margin-right: 12px;
  margin-bottom: 25px;
  width: 291px;
  height: 280px;
  font-size: 16px;
  line-height: 20px;
}
.sSersec2 .Tt .list .item .pic {
  width: 100%;
  height: 218px;
  background-color: #f1f1f1;
}
.sSersec2 .Tt .list .item h3 {
  margin-top: 15px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.sSersec2 .Tt .list .item p {
  margin-top: 5px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #777777;
  text-align: center;
}
.sSersec2 .Tt .list .textMore {
  width: 259px;
  height: 186px;
  border: #006063 solid 1px;
  padding: 15px 10px 15px 20px;
}
.sSersec2 .Tt .list .textMore span {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  margin-bottom: 15px;
  line-height: 18px;
  font-size: 12px;
}
.sSersec2 .Tt .list .consultBtn {
  display: block;
  margin-top: 5px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}
.sSersec2 .showMore {
  margin-top: 30px;
}
.sSersec2 .aside {
  margin-top: 100px;
  width: 1200px;
  height: 426px;
  background-image: url(../../assets/images/bgs-kuang.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sSersec2 .aside .col {
  float: left;
  width: 480px;
  height: 73px;
  padding: 70px 60px;
  text-align: center;
}
.sSersec2 .aside .col .dt {
  font-size: 18px;
  color: #333333;
  line-height: 22px;
}
.sSersec2 .aside .col .hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 50px;
  height: 3px;
  background-color: #006063;
}
.sSersec2 .aside .col .dd {
  margin-top: 15px;
  font-size: 14px;
  color: #777;
}
.sSersec2 .module-Scrollbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sSersec2 .module-Scrollbox.y {
  padding-right: 10px;
}
.sSersec2 .module-Scrollbox.y .scrollbar {
  height: 100%;
  top: 0;
  background-color: #f1f1f1;
}
.sSersec2 .module-Scrollbox.y .scrollbar,
.sSersec2 .module-Scrollbox.y .scrollbar .thumb,
.sSersec2 .module-Scrollbox.y .scrollbar .track {
  width: 5px;
}
.sSersec2 .module-Scrollbox.y .scrollbar .thumb {
  height: 0;
  right: 0;
  background-color: #dddddd;
}
.sSersec2 .module-Scrollbox .scrollbar {
  /* display: none; */
  position: absolute;
  z-index: 3;
  right: 5px;
}
.sSersec2 .module-Scrollbox .scrollbar .track {
  position: relative;
}
.sSersec2 .module-Scrollbox .scrollbar .thumb {
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 2.5px;
  -webkit-transition: all 80ms ease 0s;
  transition: all 80ms ease 0s;
}
.sSersec2 .module-Scrollbox .scrollbar .thumb .end {
  height: 5px;
  width: 5px;
}
.sSersec2 .module-Scrollbox .viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sSersec2 .module-Scrollbox .overview {
  position: relative;
  -webkit-transition: all 150ms ease-in 0s;
  transition: all 150ms ease-in 0s;
}
.sSersec2 .module-Scrollbox .disable {
  display: none;
}
.sSersec3-Body {
  border: #006063 solid 1px;
  padding: 49px 39px;
}
.sSersec3 .formCheck {
  margin-right: -30px;
}
.sSersec3 .formItem {
  float: left;
  margin-right: 26px;
  margin-bottom: 24px;
  position: relative;
  line-height: 50px;
  font-size: 0;
}
.sSersec3 .formItem .icoImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
}
.sSersec3 .formItem .skin {
  padding: 11px 11px 11px 49px;
  background-color: #f5f5f5;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border: #f5f5f5 solid 1px;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
}
.sSersec3 .formItem .skin._focus {
  background-color: #fff;
  border-color: #006063 !important;
}
.sSersec3 .formItem textarea.skin {
  height: 76px;
}
.sSersec3 .formItem.w1 .skin {
  width: 294px;
}
.sSersec3 .formItem.w2 .skin {
  width: 482px;
}
.sSersec3 .formItem.w3 .skin {
  width: 1058px;
}
.sSersec3 .formItem.yzm .skin {
  width: 418px;
}
.sSersec3 .formItem.yzm .bindClick {
  margin-left: 32px;
  display: inline-block;
  vertical-align: top;
  width: 130px;
  height: 50px;
}
.sSersec3 .formItem.yzm .refreshVC {
  margin-left: 32px;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  background-image: url(../../assets/images/icos-refresh.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sSersec3 .formItem.yzm .enter {
  margin-left: 32px;
  display: inline-block;
  vertical-align: top;
  width: 364px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #006063;
  font-size: 20px;
}
/* sCase */
.sCase-List {
  position: relative;
  overflow: hidden;
  margin-right: -12px;
  margin-bottom: -22px;
  *margin-bottom: 0;
  min-height: 22px;
}
.sCase-List .item {
  float: left;
  position: relative;
  margin-right: 12px;
  margin-bottom: 22px;
  width: 392px;
  height: 340px;
}
.sCase-List .item .pic {
  width: 392px;
  height: 294px;
}
.sCase-List .item .mask {
  background-image: url(../../assets/images/bg-hei-op50.png);
}
.sCase-List .item .jia {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 27px;
  height: 27px;
  background-image: url(../../assets/images/ico-jia.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sCase-List .item .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.sCase-List .item:hover .jia {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.sCase-List .item:hover .jia:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.partners .item {
  float: left;
  position: relative;
  margin-right: 27px;
  margin-bottom: 22px;
  width: 150px;
  height: 60px;
}
.partners .item .pic {
  width: 150px;
  height: 60px;
}

.expert .item {
  float: left;
  position: relative;
  margin-right: 53px;
  margin-bottom: 22px;
  width: 200px;
  height: 260px;
}
.expert .item .pic {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  overflow: hidden;
}

/* L2_Nav */
.L2_Nav {
  position: relative;
  overflow: hidden;
  margin-right: -36px;
  margin-bottom: -15px;
  *margin-bottom: 0;
  min-height: 15px;
  font-size: 0;
}
.L2_Nav .link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 20px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  height: 36px;
  border: #006063 solid 1px;
  border-radius: 38px;
  line-height: 36px;
  font-size: 16px;
  color: #006063;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
.L2_Nav .link: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 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  border: 0 solid rgba(0, 0, 0, 0.04);
  border-radius: inherit;
  opacity: 1;
}
.L2_Nav .link:hover:after {
  border-width: 25px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.L2_Nav .link.on {
  background-color: #006063;
  color: #fff;
}
/* L25_Nav */
.L25_Nav {
  position: relative;
  overflow: hidden;
  margin-right: -15px;
  margin-bottom: -10px;
  *margin-bottom: 0;
  min-height: 10px;
  font-size: 0;
}
.L25_Nav .link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 15px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #006063;
  text-align: center;
}
.L25_Nav .link.on {
  border-bottom: #006063 solid 1px;
}
/* sCase-View */
.sCase-View {
  margin-top: -40px;
  margin-bottom: -100px;
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #f6f6f6;
}
.sCase-View .sideLeft {
  float: left;
  width: 400px;
}
.sCase-View .sideRight {
  float: right;
  width: 770px;
}
.sCase-View .view-Content {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
/* case-Info */
.case-Info {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.case-Info .title {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
}
.case-Info .aside {
  margin-top: 30px;
}
.case-Info .info {
  margin-top: 30px;
  line-height: 22px;
}
/* view-Foot */
.view-Foot {
  position: relative;
  margin-top: 22px;
  border-top: #dfdfdf solid 1px;
  padding-top: 30px;
  padding-bottom: 16px;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.view-Foot .ctr {
  float: left;
  position: relative;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #dfdfdf;
}
.view-Foot .ctr .arrow {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -12px;
  width: 24px;
  height: 20px;
  text-indent: 0;
  text-align: center;
  font-family: "SimSun", "宋体";
  font-size: 24px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
}
.ysqUEO .view-Foot .ctr .arrow {
  text-indent: 200%;
}
.ysqUEO .view-Foot .ctr .arrow::before,
.ysqUEO .view-Foot .ctr .arrow::after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.ysqUEO .view-Foot .ctr .arrow.larr::before,
.ysqUEO .view-Foot .ctr .arrow.larr::after {
  left: 50%;
}
.ysqUEO .view-Foot .ctr .arrow.larr::before {
  margin-left: -18px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 10px 12px;
  border-color: transparent #ffffff transparent transparent;
  border-style: dashed solid dashed dashed;
  font-size: 0;
}
.ysqUEO .view-Foot .ctr .arrow.larr::after {
  margin-left: -14px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 10px 12px;
  border-color: transparent #dfdfdf transparent transparent;
  border-style: dashed solid dashed dashed;
  font-size: 0;
}
.ysqUEO .view-Foot .ctr .arrow.rarr::before,
.ysqUEO .view-Foot .ctr .arrow.rarr::after {
  right: 50%;
}
.ysqUEO .view-Foot .ctr .arrow.rarr::before {
  margin-right: -18px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 10px 12px;
  border-color: transparent transparent transparent #ffffff;
  border-style: dashed dashed dashed solid;
  font-size: 0;
}
.ysqUEO .view-Foot .ctr .arrow.rarr::after {
  margin-right: -14px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 10px 12px;
  border-color: transparent transparent transparent #dfdfdf;
  border-style: dashed dashed dashed solid;
  font-size: 0;
}
.view-Foot .ctr:hover {
  background-color: #006063;
}
.view-Foot .ctr:hover.prev .arrow::after {
  border-right-color: #006063;
}
.view-Foot .ctr:hover.next .arrow::after {
  border-left-color: #006063;
}
.view-Foot .backToList {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 16px;
}
/* side-Relative-Case */
.side-Relative-Case {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.side-Relative-Case .dt {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: #dfdfdf solid 1px;
}
.side-Relative-Case .dd {
  padding-top: 10px;
}
.side-Relative-Case .dd .link {
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* sAbout */
.L3_Nav {
  margin-top: -40px;
  background-color: #f6f6f6;
  height: 30px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.L3_Nav span.l {
  color: #006063;
  font-size: 15px;
}
.L3_Nav span.r s {
  margin-left: 14px;
  margin-right: 14px;
}
.sAbout-Section1 {
  position: relative;
  z-index: 1;
  padding-top: 45px;
  padding-bottom: 80px;
  padding-left: 365px;
  width: 835px;
}
.sAbout-Section1 .bgDot {
  position: absolute;
  top: 43px;
  left: 393px;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sAbout-Section1 .pic {
  float: left;
  width: 320px;
  height: 420px;
  margin-left: -365px;
}
.sAbout-Section1 .pic .words {
  position: absolute;
  z-index: 8;
  left: 18px;
  bottom: 20px;
  right: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.sAbout-Section1 .pic .words .dt {
  float: left;
  font-size: 30px;
  line-height: 44px;
}
.sAbout-Section1 .pic .words .dt .ci {
  color: #f3bf07;
  font-size: 24px;
}
.sAbout-Section1 .pic .words .dd {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: #ffffff solid 1px;
}
.sAbout-Section1 .head {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sAbout-Section1 .head .en {
  font-size: 18px;
  color: #b0b0b0;
}
.sAbout-Section1 .head .cn {
  margin-top: 5px;
  font-size: 24px;
  color: #333333;
}
.sAbout-Section1 .body {
  position: relative;
  overflow: hidden;
  margin-top: 26px;
  padding-bottom: 112px;
  line-height: 22px;
  font-size: 14px;
}
.sAbout-Section1 .list {
  position: absolute;
  right: 0;
  bottom: 80px;
  font-size: 0;
  white-space: nowrap;
}
.sAbout-Section1 .list .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 22px;
}
.sAbout-Section1 .list .item dt {
  color: #006063;
  font-size: 16px;
}
.sAbout-Section1 .list .item dt s {
  font-size: 40px;
  font-family: Tahoma, sans-serif;
}
.sAbout-Section1 .list .item dd {
  margin-top: 15px;
}
.sAbout-Section2 {
  position: relative;
  height: 400px;
}
.sAbout-Section2 .item {
  position: absolute;
  overflow: hidden;
  top: 0;
  height: 400px;
  width: 50%;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.sAbout-Section2 .item .bg {
  z-index: -1;
}
.sAbout-Section2 .item .dt {
  margin-top: 152px;
  font-size: 24px;
}
.sAbout-Section2 .item .hr {
  width: 20px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #006063;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sAbout-Section2 .item .dd {
  font-size: 16px;
}
.sAbout-Section3 {
  padding-bottom: 80px;
}
.sAbout-Section3 .sHeadY {
  padding-top: 80px;
  padding-bottom: 55px;
  text-align: center;
}
.sAbout-Section3 .list {
  position: relative;
  overflow: hidden;
  margin-right: -120px;
}
.sAbout-Section3 .list .item {
  float: left;
  position: relative;
  margin-left: 120px;
  width: 210px;
  height: 255px;
  text-align: center;
}
.sAbout-Section3 .list .item:first-child {
  margin-left: 0;
}
.sAbout-Section3 .list .item .keywords {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 150px;
  height: 150px;
  padding: 19px 22px 20px 26px;
  background-image: url(../../assets/images/bg-sAboutSection3Item.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #006063;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sAbout-Section3 .list .item .keywords .bg {
  z-index: -1;
  background-image: url(../../assets/images/bg-sAboutSection3ItemDot.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sAbout-Section3 .list .item .keywords .cn {
  margin-top: 52px;
  font-size: 24px;
}
.sAbout-Section3 .list .item .keywords .en {
  margin-top: 10px;
  font-size: 20px;
}
.sAbout-Section3 .list .item .dib {
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #777777;
}
.sAbout-Section3 .list .item:hover .keywords {
  color: #fff;
}
.sAbout-Section4 {
  position: relative;
  overflow: hidden;
  padding-top: 126px;
  height: 374px;
}
.sAbout-Section4 .sHeadY {
  float: left;
  padding-left: 30px;
  text-align: left;
  width: 210px;
}
.sAbout-Section4 .sHeadY span {
  color: #fff;
}
.sAbout-Section4 .aside {
  margin-top: 30px;
  width: 210px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.sAbout-Section4 .body {
  float: right;
  margin-top: -4px;
  padding-right: 22px;
  padding-left: 22px;
  width: 896px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.sAbout-Section5 {
  margin-top: 100px;
  padding-bottom: 130px;
  margin-bottom: -100px;
  position: relative;
  height: 530px;
}
.sAbout-Section5 .circle {
  position: absolute;
  left: 50%;
  top: 79px;
  margin-left: -180px;
  width: 360px;
  height: 360px;
}
.sAbout-Section5 .circle .words {
  line-height: 360px;
  font-size: 0;
  *font-size: 273px;
  text-align: center;
}
.sAbout-Section5 .circle .words:after,
.sAbout-Section5 .circle .words:before {
  content: "\00a0";
  font-size: 0px;
  visibility: hidden;
}
.sAbout-Section5 .circle .bg {
  background-image: url(../../assets/images/bg-sAboutSection6Circle.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.sAbout-Section5 .circle.AniStart .opX {
  opacity: 0;
}
.sAbout-Section5 .circle.AniDid .opX {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.sAbout-Section5 .circle.AniDid .words {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.sAbout-Section5 .circle.AniDid .bg {
  -webkit-animation-name: rotate180;
          animation-name: rotate180;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.sAbout-Section5 .cpoint {
  position: absolute;
  left: 50%;
  top: 249px;
  width: 1px;
  height: 1px;
}
.sAbout-Section5 .pos {
  position: absolute;
  border-radius: 5px;
  padding: 22px;
  border: #fae395 solid 1px;
  min-width: 310px;
}
.sAbout-Section5 .pos .line {
  position: absolute;
  background-repeat: no-repeat;
  width: 154px;
  height: 114px;
}
.sAbout-Section5 .pos .dt {
  font-size: 18px;
  color: #006063;
  white-space: nowrap;
}
.sAbout-Section5 .pos .dd {
  margin-top: 18px;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
}
.sAbout-Section5 .pos .dd .col {
  display: inline-block;
  vertical-align: top;
  min-width: 135px;
}
.sAbout-Section5 .pos .dd .col:first-child {
  margin-right: 8px;
}
.sAbout-Section5 .pos .dd .item {
  display: block;
  color: #777777;
  white-space: nowrap;
}
.sAbout-Section5 .pos .dd .item s {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  background-image: url(../../assets/images/bg-sAboutSection6Dots.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sAbout-Section5 .pos.i1 {
  top: -249px;
  right: 247px;
}
.sAbout-Section5 .pos.i1 .line {
  background-image: url(../../assets/images/line-i1.png);
  left: 100%;
  top: 58px;
}
.sAbout-Section5 .pos.i2 {
  top: -249px;
  left: 246px;
}
.sAbout-Section5 .pos.i2 .line {
  background-image: url(../../assets/images/line-i2.png);
  right: 100%;
  top: 58px;
}
.sAbout-Section5 .pos.i3 {
  top: 82px;
  right: 247px;
}
.sAbout-Section5 .pos.i3 .line {
  background-image: url(../../assets/images/line-i3.png);
  left: 100%;
  top: 14px;
}
.sAbout-Section5 .pos.i4 {
  top: 82px;
  left: 246px;
}
.sAbout-Section5 .pos.i4 .line {
  background-image: url(../../assets/images/line-i4.png);
  right: 100%;
  top: 14px;
}
.sAbout-Section6 {
  padding-bottom: 80px;
}
.sAbout-Section6 .sHeadY {
  padding-top: 80px;
  padding-bottom: 35px;
  text-align: center;
}
.sAbout-Section6 .Tg .btn {
  min-width: 120px;
}
.sAbout-Section6 .Ta {
  margin-top: 30px;
}
.sAbout-Section7 .sHeadY {
  padding-bottom: 45px;
  text-align: center;
}
.sAbout-Section7 .moreA {
  margin-top: 30px;
}
/* sTeam */
.sTeam .sHeadY {
  padding-top: 50px;
  padding-bottom: 46px;
}
.sTeam-View {
  margin-top: 52px;
  height: 320px;
  padding-left: 382px;
}
.sTeam-View .pic {
  float: left;
  margin-left: -382px;
  width: 320px;
  height: 320px;
}
.sTeam-View .dt {
  padding-top: 6px;
  line-height: 30px;
}
.sTeam-View .dt em {
  font-size: 30px;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #006063;
}
.sTeam-View .dt s {
  margin-left: 10px;
  font-size: 24px;
  color: #8a8a8a;
}
.sTeam-View .dt .aside {
  font-size: 16px;
}
.sTeam-View .dd {
  margin-top: 24px;
  height: 250px;
}
.sTeam-View .dd .imax {
  font-size: 14px;
  line-height: 22px;
}
.sTeam-View .module-Scrollbox {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.sTeam-View .module-Scrollbox.y {
  padding-right: 7px;
}
.sTeam-View .module-Scrollbox.y .scrollbar {
  height: 100%;
  top: 0;
  background-color: #d9d9d9;
}
.sTeam-View .module-Scrollbox.y .scrollbar,
.sTeam-View .module-Scrollbox.y .scrollbar .thumb,
.sTeam-View .module-Scrollbox.y .scrollbar .track {
  width: 2px;
}
.sTeam-View .module-Scrollbox.y .scrollbar .thumb {
  height: 0;
  right: -1px;
  padding-left: 1px;
  padding-right: 1px;
  background-color: #006063;
}
.sTeam-View .module-Scrollbox .scrollbar {
  display: none;
  position: absolute;
  z-index: 3;
  right: 1px;
}
.sTeam-View .module-Scrollbox .scrollbar .track {
  position: relative;
}
.sTeam-View .module-Scrollbox .scrollbar .thumb {
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 1px;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.sTeam-View .module-Scrollbox .scrollbar .thumb .end {
  height: 2px;
  width: 2px;
}
.sTeam-View .module-Scrollbox .viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sTeam-View .module-Scrollbox .overview {
  position: relative;
  -webkit-transition: all 350ms ease-in 0s;
  transition: all 350ms ease-in 0s;
}
.sTeam-View .module-Scrollbox .disable {
  display: none;
}
/* team-List */
.team-List {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 0;
  width: 1224px;
  margin-top: 26px;
  margin-left: -20px;
  margin-bottom: -26px;
  *margin-bottom: 0;
  min-height: 26px;
}
.team-List .item {
  float: left;
  position: relative;
  margin-right: 24px;
  margin-bottom: 26px;
  width: 282px;
  height: 382px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.team-List .item .pic {
  width: 282px;
  height: 282px;
}
.team-List .item .name {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.team-List .item .name .link {
  color: #b59022;
}
.team-List .item .name:hover + .hr {
  width: 50px;
}
.team-List .item .hr {
  margin-left: 15px;
  margin-top: 10px;
  width: 40px;
  height: 1px;
  background-color: #777777;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.team-List .item .aside {
  margin-left: 15px;
  margin-top: 12px;
}
.team-List .item:hover {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
/* hr-List */
.hr-List {
  padding-bottom: 20px;
}
.hr-List .col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.hr-List .col1 {
  width: 160px;
}
.hr-List .col2 {
  width: 200px;
  margin-left: 90px;
}
.hr-List .col3 {
  width: 200px;
}
.hr-List .col4 {
  width: 190px;
}
.hr-List .col5 {
  width: 115px;
  margin-left: 145px;
}
.hr-List .thead {
  height: 50px;
  line-height: 50px;
  background-color: #006063;
  color: #fff;
}
.hr-List .item .show {
  height: 56px;
  line-height: 56px;
}
.hr-List .item .hrx {
  margin-left: 20px;
  margin-right: 20px;
  width: 1160px;
  height: 0;
  border-bottom: #dfdfdf solid 1px;
}
.hr-List .item .hide {
  display: none;
  background-color: #f6f6f6;
  padding: 30px 50px;
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
  color: #404040;
  font-size: 14px;
}
.hr-List .item .hide .hr {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #dfdfdf;
}
.hr-List .item.unfold .hrx {
  border-bottom-color: #f6f6f6;
}
/* sNews */
.sNews .sHeadY {
  padding-top: 50px;
  padding-bottom: 46px;
}
.sNews .news-List .item {
  overflow: hidden;
  height: 150px;
  padding-left: 276px;
}
.sNews .news-List .item .pic {
  width: 240px;
  height: 150px;
  margin-left: -276px;
}
.sNews .news-List .item .title {
  padding-top: 6px;
  padding-bottom: 6px;
}
.sNews .news-List .item .info {
  margin-top: 8px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 66px;
  height: 66px;
}
.sNews-View {
  margin-top: 56px;
}
.sNews-View .backToList a {
  width: 120px;
  background-color: #006063;
  text-align: center;
  color: #fff;
}
.sNews-View .view-Head {
  padding-bottom: 20px;
  border-bottom: #d4d4d4 solid 1px;
  text-align: center;
}
.sNews-View .view-Head .title {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}
.sNews-View .view-Head .aside {
  margin-top: 16px;
}
.sNews-View .view-Body {
  padding: 30px 20px 0;
}
/* sContact */
.sContact .map {
  margin-top: 30px;
}
.sContact .iContact-right {
  float: none;
  width: 1300px;
  margin-top: 0;
}
.sContact .iContact-right .item {
  float: left;
  width: 470px;
  margin-right: 100px;
}
.sContact-Section2 {
  margin-top: 44px;
}
.sContact-Section2 .l {
  padding-top: 12px;
  font-size: 16px;
  line-height: 35px;
}
.sContact-Section2 .l .icoImg {
  margin-right: 6px;
}
.sContact-Section2 .fnBox {
  float: right;
  height: 106px;
  text-align: right;
  font-size: 0;
}
.sContact-Section2 .fnBox .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  font-size: 16px;
  text-align: center;
  color: #b59022;
}
.sContact-Section2 .fnBox .item img {
  width: 84px;
  height: 84px;
  margin-bottom: 4px;
}
/* sResult */
.sResult .dt {
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 16px;
  border-bottom: #ededed solid 1px;
}
.sResult .dd .item {
  padding-top: 26px;
  padding-bottom: 20px;
  border-bottom: #d4d4d4 solid 1px;
}
.sResult .dd .item .title {
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sResult .dd .item .info {
  margin-top: 14px;
  line-height: 22px;
}
.sResult .dd .item .source {
  margin-top: 15px;
  color: #b0b0b0;
}
/* sDeclare */
.sDeclare {
  padding-top: 40px;
}
.sDeclare .content {
  margin-top: 30px;
  border-top: #d4d4d4 solid 1px;
  padding-top: 24px;
  line-height: 24px;
}
.Tt .box {
  display: none;
}
.Tt .box.on {
  display: block;
}
/* sSitemap */
.sSitemap {
  padding-top: 40px;
}
.sSitemap .list {
  margin-top: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: #d4d4d4 solid 1px;
}
.sSitemap .list .item {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: #d4d4d4 dashed 1px;
}
.sSitemap .list .dt {
  width: 30px;
  padding-bottom: 12px;
  border-bottom: #006063 solid 3px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
}
.sSitemap .list .dd {
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
}
.sSitemap .list .dd .link {
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
}
.sSitemap .list .dd s {
  float: left;
  margin-right: 5px;
  margin-top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #006063;
}
/* sSubject */
.sSubject-Head {
  margin-bottom: 50px;
  text-align: center;
  color: #e9bc13;
}
.sSubject-Head .en {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
.sSubject-Head .cn {
  margin-top: 14px;
  font-size: 30px;
}
.sSubject-Head .hr {
  margin: 10px auto 0;
  width: 48px;
  border-bottom: solid 2px;
}
.sSubject-Service {
  position: relative;
  z-index: 1;
  padding-top: 136px;
  height: 800px;
  background-image: url(../../assets/images/bg-sSubjectA-Service.jpg);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.sSubject-Service .sSubject-Head {
  color: #fff;
}
.sSubject-Service .list .item {
  float: left;
  margin-left: 51px;
  padding-top: 44px;
  width: 366px;
  height: 446px;
  background-image: url(../../assets/images/bg-sSubject-ServiceItem.jpg);
  background-size: auto;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.2);
}
.sSubject-Service .list .item:first-child {
  margin-left: 0;
}
.sSubject-Service .list .item .icoImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}
.sSubject-Service .list .item .dt {
  font-size: 24px;
  color: #006063;
}
.sSubject-Service .list .item .dd {
  margin-top: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #444;
}
.sSubject-Service .list .item .pic {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 258px;
  height: 258px;
  padding: 3px;
  border: #006063 solid 2px;
  border-radius: 50%;
}
.sSubject-Vision {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  height: 780px;
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #92adc2;
}
.sSubject-Vision .dt {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.sSubject-Honor {
  position: relative;
  padding-top: 75px;
  height: 939px;
}
.sSubject-Honor .list {
  margin-top: 54px;
  text-align: center;
  color: #fff;
}
.sSubject-Honor .list .dt {
  font-size: 18px;
  font-weight: bold;
  color: #e9bc13;
  line-height: 20px;
  background-image: url(../../assets/images/bgs-awardDt.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sSubject-Honor .list .dd {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 25px;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 40px;
}
.sSubject-Classify {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  height: 810px;
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.sSubject-Classify .bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sSubject-Classify .bgs .bg {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.sSubject-Classify .bgs .bg.on {
  -webkit-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.sSubject-Classify-circleMove {
  position: relative;
  width: 1360px;
  left: 50%;
  margin-left: -680px;
  height: 576px;
}
.sSubject-Classify-circleMove .box {
  position: relative;
  z-index: 1;
  height: 100%;
  white-space: nowrap;
}
.sSubject-Classify-circleMove .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 360px;
  height: 576px;
  background-color: #fff;
  cursor: pointer;
}
.sSubject-Classify-circleMove .item .pic {
  width: 100%;
  height: 100%;
}
.sSubject-Classify-circleMove .item h3 {
  z-index: 8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  line-height: 54px;
  height: 54px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  text-align: center;
  font-size: 18px;
  *background-color: #000000;
}
.sSubject-Classify-circleMove .item h3:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  opacity: 0.6;
  pointer-events: none;
}
.sSubject-Classify-circleMove .item.on h3 {
  font-size: 28px;
  height: 100%;
  line-height: 576px;
  -webkit-transition: all 600ms ease 400ms;
  transition: all 600ms ease 400ms;
}
.sSubject-Classify-circleMove .item.rollItem {
  position: absolute;
  left: 0;
  top: 0;
}
.sSubject-Classify-circleMove .ctr {
  position: absolute;
  z-index: 9;
  top: 50%;
  width: 40px;
  font-size: 40px;
  height: 70px;
  margin-top: -35px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-family: "SimSun", "宋体";
  font-weight: bold;
  *background-color: #000000;
}
.sSubject-Classify-circleMove .ctr:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  opacity: 0.7;
  pointer-events: none;
}
.sSubject-Classify-circleMove .ctr.prev {
  margin-left: 50%;
  left: -520px;
}
.sSubject-Classify-circleMove .ctr.next {
  margin-right: 50%;
  right: -520px;
}
.sSubject-Classify-circleMove .ctr:hover {
  opacity: .9;
}
.sSubject-Classify-circleMove .serial-Number {
  z-index: 20;
  position: absolute;
  left: 0;
  bottom: -66px;
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #006063;
  font-size: 28px;
  font-weight: 100;
}
.sSubject-Classify-circleMove .serial-Number s,
.sSubject-Classify-circleMove .serial-Number i,
.sSubject-Classify-circleMove .serial-Number span {
  display: inline-block;
  vertical-align: middle;
}
.sSubject-Classify-circleMove .serial-Number span {
  vertical-align: top;
}
.sSubject-Classify-circleMove .serial-Number s {
  margin-left: 12px;
  margin-right: 12px;
  width: 62px;
  height: 2px;
  background-color: #f5e091;
}
.sSubject-Classify-circleMove .serial-Number i {
  font-weight: 400;
}
.sSubject-Classify-circleMove .serial-Number .now {
  font-size: 18px;
}
.sSubject-Classify-circleMove .serial-Number .sum {
  font-size: 26px;
}
.sSubject-Case {
  padding-top: 90px;
  padding-bottom: 70px;
  background-image: url(../../assets/images/bg-sSubjectA-Case.jpg);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.sSubject-Case .list {
  position: relative;
  overflow: hidden;
  margin-right: -60px;
  margin-bottom: -50px;
  *margin-bottom: 0;
  min-height: 50px;
}
.sSubject-Case .list .item {
  float: left;
  position: relative;
  margin-right: 60px;
  margin-bottom: 50px;
  width: 360px;
  height: 270px;
  padding-bottom: 25px;
}
.sSubject-Case .list .item .pic {
  width: 356px;
  height: 266px;
  border: #006063 solid 2px;
}
.sSubject-Case .list .item h3 {
  z-index: 8;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -140px;
  padding: 10px 20px;
  width: 240px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  background-color: #006063;
  text-align: center;
}
.sSubject-Case .list .item:hover h3 {
  bottom: -25px;
  padding: 15px 30px;
  margin-left: -180px;
  width: 300px;
}
.sSubject-Brand {
  padding-top: 85px;
  padding-bottom: 70px;
}
.sSubject-Brand .sHeadY {
  margin-bottom: 50px;
}
.sSubject-Brand-List {
  padding-top: 1px;
  margin-right: -80px;
}
.sSubject-Brand-List .item {
  float: left;
  width: 560px;
  margin-right: 80px;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: #cecece dashed 1px;
  border-bottom: #cecece dashed 1px;
}
.sSubject-Brand-List .item h3 {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sSubject-Brand-List .item .hr {
  margin-top: 12px;
  width: 50px;
  height: 2px;
  background-color: #f4d157;
}
.sSubject-Brand-List .item .info {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  height: 48px;
}
.sSubject-Knowledge {
  padding-top: 85px;
  padding-bottom: 70px;
  background-color: #f4f4f4;
}
.sSubject-Knowledge .sBan {
  width: 100%;
  height: 200px;
  background-color: #fff;
}
.sSubject-Knowledge .list {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  margin-right: -105px;
}
.sSubject-Knowledge .list .item {
  position: relative;
  float: left;
  margin-right: 105px;
}
.sSubject-Knowledge .list .item.bItem {
  width: 1200px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.sSubject-Knowledge .list .item.bItem h3 {
  font-size: 18px;
  line-height: 24px;
  margin-right: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sSubject-Knowledge .list .item.bItem .time {
  position: absolute;
  right: 0;
  top: 4px;
  padding-left: 18px;
  background-image: url(../../assets/images/ico-time.png);
  background-size: auto;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
}
.sSubject-Knowledge .list .item.bItem p {
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  height: 44px;
  margin-top: 8px;
}
.sSubject-Knowledge .list .item.sItem {
  padding-bottom: 15px;
  height: 50px;
  padding-top: 15px;
  padding-left: 64px;
  width: 266px;
  border-top: #006063 solid 2px;
}
.sSubject-Knowledge .list .item.sItem .time {
  position: absolute;
  left: 0;
  top: 18px;
  width: 38px;
  height: 28px;
  color: #006063;
  font-size: 22px;
  font-style: italic;
  padding-left: 10px;
  line-height: 24px;
}
.sSubject-Knowledge .list .item.sItem .time i {
  position: absolute;
  font-style: normal;
  line-height: 1;
}
.sSubject-Knowledge .list .item.sItem .time .m {
  left: 0;
  top: 0;
  font-size: 12px;
}
.sSubject-Knowledge .list .item.sItem .time .d {
  right: 0;
  bottom: 0;
  font-size: 22px;
}
.sSubject-Knowledge .list .item.sItem h3 {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
}
.sSubject-Knowledge .moreA {
  margin-top: 40px;
}
.sSubject-Last {
  padding-top: 80px;
}
.sSubject-Last .sBusiness-Section6-Body {
  padding-top: 0;
}
/* Lx_Nav */
.Lx_Nav {
  position: relative;
  overflow: hidden;
  background-color: #ececec;
  height: 66px;
}
.Lx_Nav .container {
  position: relative;
  height: 66px;
  padding-left: 50px;
  padding-right: 50px;
  width: 1100px;
  font-size: 16px;
}
.Lx_Nav .item {
  float: left;
  width: 220px;
  height: 66px;
  line-height: 66px;
  font-size: 0;
  *font-size: 50px;
  text-align: center;
}
.Lx_Nav .item:after,
.Lx_Nav .item:before {
  content: "\00a0";
  font-size: 0px;
  visibility: hidden;
}
.Lx_Nav .item img {
  display: inline-block;
  position: relative;
  *top: -1px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.Lx_Nav .item .link {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
}
.Lx_Nav .item.on .link {
  color: #006063;
}
.Lx_Nav .ctr {
  width: 20px;
  height: 66px;
  text-align: center;
  position: absolute;
  line-height: 66px;
  top: 0;
  font-family: "SimSun", "宋体" !important;
  font-weight: bold;
}
.Lx_Nav .ctr.prev {
  left: 0;
}
.Lx_Nav .ctr.next {
  right: 0;
}
.sCase-List2 {
  position: relative;
  overflow: hidden;
  margin-right: -60px;
  margin-bottom: -15px;
  *margin-bottom: 40px;
  min-height: 55px;
}
.sCase-List2 .item {
  float: left;
  position: relative;
  margin-right: 60px;
  margin-bottom: 55px;
  width: 360px;
  height: 285px;
  padding-bottom: 70px;
}
.sCase-List2 .item .pic {
  width: 356px;
  height: 281px;
  border: #006063 solid 2px;
}
.sCase-List2 .item .txt {
  z-index: 8;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -140px;
  padding: 15px 20px;
  width: 240px;
  color: #fff;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  background-color: #006063;
  text-align: center;
  height: 80px;
}
.sCase-List2 .item h3 {
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 20px;
  margin-right: 20px;
}
.sCase-List2 .item p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
  height: 40px;
}
.sCase-List2 .item:hover .txt {
  bottom: -40px;
  padding: 15px 60px;
  margin-left: -180px;
}
.sKnowledge-List {
  position: relative;
  overflow: hidden;
  margin-right: -21px;
  margin-bottom: 10px;
  *margin-bottom: 40px;
  min-height: 30px;
}
.sKnowledge-List .item {
  float: left;
  position: relative;
  margin-right: 21px;
  margin-bottom: 30px;
  width: 386px;
  height: 445px;
  background-color: #f6f6f6;
}
.sKnowledge-List .item .pic {
  width: 385px;
  height: 285px;
  background-color: #f6f6f6;
}
.sKnowledge-List .item .txt {
  padding: 20px;
}
.sKnowledge-List .item h3 {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sKnowledge-List .item p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
  height: 40px;
}
.sKnowledge-List .item .df {
  margin-top: 20px;
  border-top: #006063 solid 1px;
  padding-top: 10px;
  line-height: 26px;
  height: 26px;
}
.sKnowledge-List .item .df .time {
  float: right;
}
