@charset "utf-8";
/*!  Project : 归派旅游文化发展有限公司
    +-----------rem--------------+
    |                            |
    |    Author  |  yeshiqiu     |
    |    Q__Q    |  574442979    |
    |    Addr    |  SC_Chengdu   |
    |    Date    |  2018.05.02   |
    |                            |
    +--!-_-!--------------!-_-!--+
*/
.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: 0.06666667rem;
}
.mt10 {
  margin-top: 0.13333333rem;
}
.mt15 {
  margin-top: 0.2rem;
}
.mt20 {
  margin-top: 0.26666667rem;
}
.mt25 {
  margin-top: 0.33333333rem;
}
.mt30 {
  margin-top: 0.4rem;
}
.mt35 {
  margin-top: 0.46666667rem;
}
.mt40 {
  margin-top: 0.53333333rem;
}
.mt45 {
  margin-top: 0.6rem;
}
.mt50 {
  margin-top: 0.66666667rem;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 0.06666667rem;
}
.mb10 {
  margin-bottom: 0.13333333rem;
}
.mb15 {
  margin-bottom: 0.2rem;
}
.mb20 {
  margin-bottom: 0.26666667rem;
}
.mb25 {
  margin-bottom: 0.33333333rem;
}
.mb30 {
  margin-bottom: 0.4rem;
}
.mb35 {
  margin-bottom: 0.46666667rem;
}
.mb40 {
  margin-bottom: 0.53333333rem;
}
.mb45 {
  margin-bottom: 0.6rem;
}
.mb50 {
  margin-bottom: 0.66666667rem;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 0.06666667rem;
}
.ml10 {
  margin-left: 0.13333333rem;
}
.ml15 {
  margin-left: 0.2rem;
}
.ml20 {
  margin-left: 0.26666667rem;
}
.ml25 {
  margin-left: 0.33333333rem;
}
.ml30 {
  margin-left: 0.4rem;
}
.ml35 {
  margin-left: 0.46666667rem;
}
.ml40 {
  margin-left: 0.53333333rem;
}
.ml45 {
  margin-left: 0.6rem;
}
.ml50 {
  margin-left: 0.66666667rem;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 0.06666667rem;
}
.mr10 {
  margin-right: 0.13333333rem;
}
.mr15 {
  margin-right: 0.2rem;
}
.mr20 {
  margin-right: 0.26666667rem;
}
.mr25 {
  margin-right: 0.33333333rem;
}
.mr30 {
  margin-right: 0.4rem;
}
.mr35 {
  margin-right: 0.46666667rem;
}
.mr40 {
  margin-right: 0.53333333rem;
}
.mr45 {
  margin-right: 0.6rem;
}
.mr50 {
  margin-right: 0.66666667rem;
}
.mlr5 {
  margin-left: 0.06666667rem;
  margin-right: 0.06666667rem;
}
.mlr10 {
  margin-left: 0.13333333rem;
  margin-right: 0.13333333rem;
}
.mlr15 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.mlr20 {
  margin-left: 0.26666667rem;
  margin-right: 0.26666667rem;
}
.pt5 {
  padding-top: 0.06666667rem;
}
.pb1 {
  padding-bottom: 0.01333333rem;
}
.pb5 {
  padding-bottom: 0.06666667rem;
}
.pl5 {
  padding-left: 0.06666667rem;
}
.pl10 {
  padding-left: 0.13333333rem;
}
.pr5 {
  padding-right: 0.06666667rem;
}
/*文本 10-40 50 60 100*/
.f10 {
  font-size: 0.13333333rem;
}
.f12 {
  font-size: 0.16rem;
}
.f14 {
  font-size: 0.18666667rem;
}
.f16 {
  font-size: 0.21333333rem;
}
.f18 {
  font-size: 0.24rem;
}
.f20 {
  font-size: 0.26666667rem;
}
.f22 {
  font-size: 0.29333333rem;
}
.f24 {
  font-size: 0.32rem;
}
.f26 {
  font-size: 0.34666667rem;
}
.f28 {
  font-size: 0.37333333rem;
}
.f30 {
  font-size: 0.4rem;
}
.f32 {
  font-size: 0.42666667rem;
}
.f34 {
  font-size: 0.45333333rem;
}
.f36 {
  font-size: 0.48rem;
}
.f38 {
  font-size: 0.50666667rem;
}
.f40 {
  font-size: 0.53333333rem;
}
.f50 {
  font-size: 0.66666667rem;
}
.f60 {
  font-size: 0.8rem;
}
.f100 {
  font-size: 1.33333333rem;
}
/* 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: #caa432;
}
.bgc1 {
  background-color: #caa432;
}
.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;
}
html {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
}
body {
  position: relative;
  background: #fff;
  word-break: break-all;
  color: #777777;
  font-size: 0.34666667rem;
  line-height: 1;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.w,
.container {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width: 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.posSet {
  overflow: hidden;
  z-index: 21;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.imax {
  font-size: 0.37333333rem;
  line-height: 1.42857143;
  color: #777777;
  /* text-align: justify;  */
}
.info {
  font-size: 0.34666667rem;
  line-height: 1.53846154;
}
.vmbox {
  font-size: 0.34666667rem;
  line-height: 1.43333;
}
.taps a,
.tapList a,
.tap {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.tapList .link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.bg.c,
.por.c {
  width: 10rem;
  left: 50%;
  margin-left: -5rem;
  max-width: none !important;
}
.loading {
  background-size: 1.33333333rem 0.26666667rem;
  background-image: url(../images/loading.gif);
  background-color: #eee;
}
.load-error {
  background-size: 1.28rem 1.06666667rem;
  background-image: url(../images/error.gif);
  background-color: #eee !important;
}
.scroll-wrap {
  background-color: #fff;
  position: relative;
  width: 10rem;
  left: 50%;
  margin-left: -5rem;
  outline: 1px solid #eeeeee;
}
.scroll-wrap::after {
  content: " ";
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.scroll-wrap.show::after {
  -webkit-transition: all 250ms ease 600ms;
  transition: all 250ms ease 600ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.pressed:active,
.more.moreA:active,
.sNews-View .backToList:active {
  -webkit-box-shadow: inset 0.01333333rem 0.032rem 0.05333333rem 0rem rgba(0, 0, 0, 0.25), inset 0 0 1.33333333rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0.01333333rem 0.032rem 0.05333333rem 0rem rgba(0, 0, 0, 0.25), inset 0 0 1.33333333rem 0 rgba(0, 0, 0, 0.05);
}
/* htmls */
.scroll-wrap {
  min-height: 100vh;
}
.fullFloat {
  position: fixed !important;
  left: 50%;
  width: 10rem;
  margin-left: -5rem;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.more.moreA {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.48rem;
  width: 3.25333333rem;
  height: 0.85333333rem;
  border-radius: 0.85333333rem;
  line-height: 0.85333333rem;
  font-size: 0.34666667rem;
  text-align: center;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
  color: #fff;
  background-color: #caa432;
  -webkit-transition: all 50ms ease 0s;
  transition: all 50ms ease 0s;
}
/* iHead */
.iHead {
  padding-top: 0.66666667rem;
  padding-bottom: 0.58666667rem;
  text-align: center;
}
.iHead .en {
  font-size: 0.32rem;
  text-transform: uppercase;
  color: #b0b0b0;
}
.iHead .cn {
  margin-top: 0.13333333rem;
  font-size: 0.48rem;
  color: #333333;
}
.iHead .hr {
  margin-top: 0.18666667rem;
  margin-left: auto;
  margin-right: auto;
  width: 0.66666667rem;
  height: 0.05333333rem;
  background-color: #caa432;
}
.sHeadX {
  margin-bottom: 0.4rem;
  padding-top: 0.2rem;
  padding-bottom: 0.25333333rem;
  height: 0.4rem;
  border-bottom: #dfdfdf solid 1px;
  line-height: 0.4rem;
  font-size: 0.4rem;
}
.sHeadX span {
  float: left;
}
.sHeadX b {
  color: #caa432;
}
.sHeadX i {
  color: #333333;
}
.sHeadX .more {
  float: right;
  color: #caa432;
  font-size: 0.34666667rem;
}
.sHeadY {
  text-align: center;
  padding-top: 0.66666667rem;
  padding-bottom: 0.53333333rem;
}
.sHeadY .dib {
  display: inline-block;
  vertical-align: top;
  height: 0.53333333rem;
  padding-left: 0.26666667rem;
  padding-right: 0.26666667rem;
  border-left: #e9bc13 solid 0.02666667rem;
  border-right: #e9bc13 solid 0.02666667rem;
  font-size: 0.53333333rem;
  line-height: 0.45333333rem;
  color: #333333;
}
/* 表单 */
.formItem {
  position: relative;
}
.formItem .aftPD {
  position: absolute;
  left: 100%;
  top: 0;
  color: #f00;
  margin-left: 0.10666667rem;
  white-space: nowrap;
  font-size: 0.32rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.formItem .skin {
  color: #333333;
}
.formItem .skin::-webkit-input-placeholder {
  color: #b0b0b0;
}
.formItem .skin:-moz-placeholder {
  color: #b0b0b0;
}
.formItem .skin::-moz-placeholder {
  color: #b0b0b0;
}
.formItem .skin:-ms-input-placeholder {
  color: #b0b0b0;
}
.formItem .skin._focus {
  border-color: #2e9fd9 !important;
  /* box-shadow: 0 0 1*@A 2*@A fade(@c1,15%); */
}
.formItem.red .skin,
.formItem .skin.red {
  color: #f00 ;
  border-color: #f00 ;
}
.formItem.red .skin::-webkit-input-placeholder,
.formItem .skin.red::-webkit-input-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-moz-placeholder,
.formItem .skin.red:-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin::-moz-placeholder,
.formItem .skin.red::-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-ms-input-placeholder,
.formItem .skin.red:-ms-input-placeholder {
  color: #ff0000;
}
/* keyframes use */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
@-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;
}
/* ajaxList */
.scrollAjax #loadState {
  position: relative;
  width: 9.2rem;
  height: 0.8rem;
  margin: 0.53333333rem auto 0;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 0.8rem;
  border-radius: 0.04rem;
  color: #fff;
  background-color: #caa432;
}
.scrollAjax #loadState.off {
  background-color: #ddd;
  color: #333;
}
.scrollAjax #loadState.retry {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.scrollAjax #loadState.ing::after {
  content: " ";
  -webkit-animation-name: dotMove;
          animation-name: dotMove;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -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 .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;
  min-width: 5.33333333rem;
  max-width: 8rem;
  -webkit-box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.5);
  text-align: left;
  line-height: 1.4333;
  font-size: 0.32rem;
  border-radius: 0.06666667rem;
  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);
}
.TAlert .contain .Tclose {
  position: absolute;
  top: 0.02666667rem;
  right: 0.02666667rem;
  width: 0.53333333rem;
  height: 0.53333333rem;
  padding: 0.06666667rem;
  color: #666;
  font: bold 26*10/750rem/50*10/750rem "黑体";
  cursor: pointer;
  text-align: center;
}
.TAlert .contain .head {
  padding: 0.13333333rem 0.2rem;
  border-bottom: #cccccc solid 1px;
  color: #333;
  background-color: #fff;
}
.TAlert .contain .body {
  padding: 0.2rem;
  font-size: 0.32rem;
  background-color: #fff;
  color: #444;
}
.TAlert .contain .foot {
  position: relative;
  width: 100%;
  height: 0.66666667rem;
  border-top: #cccccc solid 1px;
}
.TAlert .contain .foot .btn {
  position: absolute;
  top: 0;
  height: 0.66666667rem;
  line-height: 0.66666667rem;
  width: 50%;
  text-align: center;
  font-size: 0.32rem;
}
.TAlert .contain .foot .btn.enter {
  left: 0;
  background-color: #caa432;
  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;
}
.TAlert.on .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
/* 百度地图 */
.mapContain {
  width: 100%;
  height: 5.46666667rem;
  border: #e4e4e4 solid 1px;
  margin-top: 0.4rem;
}
.mapContain #dituContent {
  width: 100%;
  height: 100%;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  background-color: #fcf9f2;
}
.mapContain #dituContent .BMap_bubble_title {
  font-size: 0.37333333rem;
  line-height: 0.4rem !important;
  padding-right: 16px;
  color: #caa432;
}
.mapContain #dituContent .BMap_bubble_content {
  margin-top: 0.13333333rem;
  width: 5.6rem !important;
  font-size: 0.32rem;
  line-height: 0.48rem;
}
/*头部*/
#header {
  height: 1.49333333rem;
  -webkit-box-shadow: 0 0 0.04rem 0.01333333rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.04rem 0.01333333rem rgba(0, 0, 0, 0.15);
}
#header .contain {
  height: 100%;
}
#header .hr {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.02666667rem;
  z-index: 2;
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}
#header .logo {
  position: absolute;
  left: 0.4rem;
  top: 0;
  height: 100%;
  z-index: 3;
}
#header .logo img {
  position: relative;
  height: 0.82666667rem;
  top: 50%;
  margin-top: -0.41333333rem;
}
#header .searchTrigger {
  position: absolute;
  right: 1.6rem;
  top: 0;
  width: 1.41333333rem;
  height: 1.49333333rem;
  background-image: url(../images/ico-searchBtn.png);
  background-size: 0.58666667rem 0.58666667rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
#header .searchTrigger.active {
  background-color: #bbbbbb;
  background-image: url(../images/ico-searchBtnOn.png);
}
#header .navbtn {
  position: absolute;
  right: 0rem;
  top: 50%;
  margin-top: -0.8rem;
  overflow: hidden;
  padding: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
#header .navbtn s {
  position: absolute;
  left: 0.4rem;
  width: 0.8rem;
  height: 0.08rem;
  border-radius: 0.04rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
#header .navbtn s:nth-child(1) {
  top: 0.50666667rem;
}
#header .navbtn s:nth-child(2) {
  /*  width: 24*@A;  */
  top: 50%;
  margin-top: -0.04rem;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#header .navbtn s:nth-child(3) {
  bottom: 0.50666667rem;
}
.navshow #header .navbtn s:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0.15732rem, 0);
          transform: rotate(45deg) translate(0.15732rem, 0);
  top: 0.36rem;
}
.navshow #header .navbtn s:nth-child(2) {
  -webkit-transform: translateX(0.13333333rem);
          transform: translateX(0.13333333rem);
  /* transform: scaleX(1.5) ; */
  opacity: 0;
}
.navshow #header .navbtn s:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0.15732rem, 0);
          transform: rotate(-45deg) translate(0.15732rem, 0);
  bottom: 0.36rem;
}
#header.idx .hr {
  background-color: #caa432;
}
#header.idx .contain {
  background-color: #ffffff;
}
#header.idx .navbtn s {
  background-color: #caa432;
}
/* searchBox */
.searchBox {
  position: fixed;
  left: 50%;
  margin-left: -5rem;
  width: 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 20;
  height: 1.49333333rem;
  top: 1.49333333rem;
  padding: 0.29333333rem 0.4rem;
  line-height: 0.90666667rem;
  background-color: #bbb;
  -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(-0.13333333rem);
          transform: translateY(-0.13333333rem);
}
.searchBox.show {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.searchBox .formItem {
  height: 100%;
}
.searchBox .skin {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 0.4rem;
  background-color: #fff;
  border-radius: 0.45333333rem;
}
.searchBox .enter {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.46666667rem;
  text-align: center;
  height: 0.90666667rem;
  border-radius: 0.45333333rem;
  color: #caa432;
}
/* nav */
#nav {
  z-index: 20;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
.navshow #nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#nav .link {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
  text-indent: 1.46666667rem;
}
#nav .ctr {
  display: none;
  position: absolute;
  overflow: hidden;
  right: 0.46666667rem;
  width: 0.32rem;
  height: 0.32rem;
  pointer-events: none;
  font-size: 0;
  text-indent: 0.32rem;
  background-image: url(../images/arrow-Nav.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background .2s ease 0s,-webkit-transform .2s ease 0s;
  transition: background .2s ease 0s,-webkit-transform .2s ease 0s;
  transition: background .2s ease 0s,transform .2s ease 0s;
  transition: background .2s ease 0s,transform .2s ease 0s,-webkit-transform .2s ease 0s;
}
#nav .firNav {
  padding-top: 1.49333333rem;
  font-size: 0.45333333rem;
}
#nav .firNav .firItem {
  position: relative;
  border-bottom: #ffffff solid 1px;
  font-size: 0.42666667rem;
  line-height: 1.33333333rem;
}
#nav .firNav .firItem .contain {
  width: 10rem;
  left: 50%;
  margin-left: -5rem;
  background-color: rgba(202, 164, 50, 0.22);
  color: #caa432;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
#nav .firNav .firItem .contain .link1::before {
  content: " ";
  position: absolute;
  left: 0.69333333rem;
  top: 50%;
  margin-top: -0.10666667rem;
  width: 0.21333333rem;
  height: 0.21333333rem;
  background-color: #caa432;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
#nav .firNav .firItem .contain > .ctr {
  top: 0.50666667rem;
}
#nav .firNav .firItem.on .contain {
  background-color: #caa432;
  color: #fff;
}
#nav .firNav .firItem.on .contain .link1::before {
  background-color: #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#nav .firNav .firItem.on .contain > .ctr {
  background-image: url(../images/arrow-Nav_on.png);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#nav .secNav {
  position: relative;
  overflow: hidden;
  display: none;
  background-color: #ece8de;
  color: #caa432;
}
#nav .secNav .secItem {
  position: relative;
  margin-top: -1px;
  border-top: #ffffff solid 1px;
  font-size: 0.37333333rem;
  line-height: 1.17333333rem;
}
#nav .secNav .secItem .link2 {
  font-size: 0.4rem;
}
#nav .secNav .secItem .link2::before {
  content: "-";
  margin-right: 0.13333333rem;
}
#nav .secNav .secItem.on {
  background-color: rgba(0, 0, 0, 0.05);
}
#nav .secNav + .ctr {
  display: block;
}
/* banner */
.banner {
  position: relative;
  width: 10rem;
  height: 8.53333333rem;
}
.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: 100%;
  -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;
}
.banner.dir_z .item.come {
  width: 0;
  z-index: 20 !important;
  margin-left: 50%;
}
.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;
}
.banner.dir_z .item.leave {
  opacity: 1 !important;
}
.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;
}
.banner.dir_f .item.come {
  opacity: 1 !important;
}
.banner .icon {
  height: 0.32rem;
  line-height: 0.32rem;
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
.banner .icon .btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 0.32rem;
  height: 0.32rem;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  border-radius: 0.32rem;
  text-indent: 0.64rem;
  font-size: 0;
  margin: 0 0.06666667rem;
  vertical-align: top;
}
.banner .icon .btn::before,
.banner .icon .btn::after {
  content: " ";
  position: absolute;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.banner .icon .btn::before {
  left: 0.08rem;
  top: 0.08rem;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.16rem;
  background-color: #fff;
}
.banner .icon .btn::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.32rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.banner .icon .btn.on::after {
  border: #ffffff solid 1px;
  -webkit-transform: none !important;
          transform: none !important;
}
/* iPhone */
.iPhone {
  width: 100%;
  height: 1.44rem;
  padding: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.64rem;
  background-color: #ededed;
  text-align: center;
}
.iPhone .item {
  float: left;
  width: 4.6rem;
  height: 0.64rem;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
  color: #333333;
  font-size: 0.42666667rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.iPhone .item .icoImg {
  display: inline-block;
  vertical-align: top;
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.13333333rem;
}
/* iBusiness */
.iBusiness {
  padding-bottom: 0.61333333rem;
  background-color: #f6f6f6;
}
.iBusiness-List .item {
  float: left;
  width: 2.85333333rem;
  height: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0rem 0rem 0.26666667rem 0rem rgba(0, 0, 0, 0.05);
          box-shadow: 0rem 0rem 0.26666667rem 0rem rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(202, 164, 50, 0.05);
}
.iBusiness-List .item:nth-child(3n+3),
.iBusiness-List .item:nth-child(3n+2) {
  margin-left: 0.32rem;
}
.iBusiness-List .item:nth-child(1n+4) {
  margin-top: 0.32rem;
}
.iBusiness-List .item .link {
  padding-top: 0.24rem;
}
.iBusiness-List .item .ico {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1.06666667rem;
  height: 1.06666667rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.iBusiness-List .item .dt {
  margin-top: 0.32rem;
  line-height: 0.48rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.iBusiness .moreA {
  margin-top: 0.53333333rem;
}
/* iService */
.iService {
  padding-bottom: 0.66666667rem;
  background-color: #caa432;
  background-image: url(../images/bg-iService.jpg);
  background-size: cover;
  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-List .item {
  float: left;
  width: 2.66666667rem;
  height: 4rem;
  text-align: center;
}
.iService-List .item:nth-child(3n+3),
.iService-List .item:nth-child(3n+2) {
  margin-left: 0.6rem;
}
.iService-List .item:nth-child(1n+4) {
  margin-top: 0.26666667rem;
}
.iService-List .item:nth-child(1n+7) {
  display: none;
}
.iService-List .item .link {
  display: block;
}
.iService-List .item .pic {
  margin-left: auto;
  margin-right: auto;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #fff;
  padding: 0.26666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.iService-List .item .sNum {
  margin-top: 0.4rem;
  font-family: Tahoma, sans-serif;
  color: #7d5704;
  height: 0.53333333rem;
  line-height: 0.53333333rem;
  font-size: 0.64rem;
}
.iService-List .item .name {
  margin-top: 0.32rem;
  font-size: 0.4rem;
  line-height: 0.53333333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 1.04rem;
  height: 1.04rem;
  color: #333333;
}
.iService .moreA {
  margin-top: 0.53333333rem;
  background-color: #fff;
  color: #caa432;
}
/* iCase */
.iCase {
  padding-bottom: 0.66666667rem;
}
.case-List .item {
  width: 4.48rem;
  height: 4.53333333rem;
  color: #333333;
}
.case-List .item:nth-child(2n+1) {
  float: left;
}
.case-List .item:nth-child(2n+2) {
  float: right;
}
.case-List .item:nth-child(1n+3) {
  margin-top: 0.26666667rem;
}
.case-List .item .pic {
  width: 4.48rem;
  height: 3.36rem;
}
.case-List .item .title {
  margin-top: 0.16rem;
  margin-top: 0.06666667rem;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0.93333333rem;
  height: 0.93333333rem;
}
/* iAbout */
.iAbout {
  padding-bottom: 0.8rem;
  background-color: #f6f6f6;
}
.iAbout .vd-box {
  margin-top: -0.13333333rem;
  position: relative;
  overflow: hidden;
  width: 9.2rem;
  height: 5.17333333rem;
  line-height: 5.17333333rem;
  text-align: center;
  color: #fff;
  font-size: 0.34666667rem;
  background-color: #000;
}
.iAbout .vd-box .pic,
.iAbout .vd-box .play,
.iAbout .vd-box .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.iAbout .vd-box .pic {
  background-color: #eee !important;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.iAbout .vd-box .imgLoaded + .play {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.iAbout .vd-box .play {
  z-index: 2;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.iAbout .vd-box .play::after {
  content: " ";
  position: absolute;
  z-index: 33;
  width: 0.72rem;
  height: 0.72rem;
  left: 50%;
  top: 50%;
  margin-left: -0.36rem;
  margin-top: -0.36rem;
  border-radius: 0.36rem;
  background-image: url(../images/ico-play.png);
  background-size: 0.72rem 0.72rem;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 0.09333333rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.09333333rem 0 rgba(0, 0, 0, 0.1);
}
.iAbout .vd-box .video {
  display: none;
  z-index: 6;
  background-color: #000;
}
.iAbout-Intro .info {
  margin-top: 0.26666667rem;
  line-height: 0.53333333rem;
}
.iAbout-Intro .list {
  position: relative;
  margin-top: 0.26666667rem;
  height: 4.16rem;
}
.iAbout-Intro .list::before,
.iAbout-Intro .list::after {
  content: " ";
  background-color: #dfdfdf;
  position: absolute;
  z-index: 0;
}
.iAbout-Intro .list::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}
.iAbout-Intro .list::after {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
}
.iAbout-Intro .list .item {
  float: left;
  width: 50%;
  padding-top: 0.26666667rem;
  height: 2.08rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.iAbout-Intro .list .item:nth-child(1n+3) {
  padding-top: 0.53333333rem;
}
.iAbout-Intro .list .item dt {
  color: #caa432;
  font-size: 0.32rem;
}
.iAbout-Intro .list .item dt s {
  font-size: 0.64rem;
  font-family: Tahoma, sans-serif;
}
.iAbout-Intro .list .item dd {
  margin-top: 0.2rem;
  white-space: nowrap;
}
.news-Tab {
  margin-top: 0.8rem;
}
.news-Tab .Tg {
  border-top: #caa432 solid 0.08rem;
}
.news-Tab .Tg .btn {
  float: left;
  width: 25%;
  height: 1.2rem;
  line-height: 1.2rem;
  background-color: #fff;
  color: #caa432;
  font-size: 0.4rem;
  text-align: center;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.news-Tab .Tg .btn.on {
  color: #fff;
  background-color: #caa432;
}
.news-Tab .Tg .btn.on .ico {
  background-position: 0 -0.53333333rem;
}
.news-Tab .Tt .box {
  display: none;
}
.news-Tab .Tt .box.on {
  display: block;
}
.news-List .item {
  position: relative;
  border-bottom: #d4d4d4 solid 1px;
  color: #333333;
}
.news-List .item .link {
  padding: 0.48rem 0.13333333rem 0.48rem 3.73333333rem;
  height: 3.09333333rem;
}
.news-List .item .pic {
  float: left;
  margin-left: -3.73333333rem;
  width: 3.41333333rem;
  height: 2.13333333rem;
}
.news-List .item .title {
  line-height: 0.56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 1.09333333rem;
  font-size: 0.4rem;
}
.news-List .item .date {
  margin-top: 0.28rem;
  height: 0.53333333rem;
  line-height: 0.53333333rem;
  color: #a5a5a5;
}
.news-List .item:active {
  border-bottom-color: #caa432;
}
/* iContact */
.iContact {
  position: relative;
  padding-top: 0.66666667rem;
  padding-bottom: 0.66666667rem;
  background-color: #fff;
}
.iContact-Map {
  position: relative;
  overflow: hidden;
  width: 9.2rem;
  height: 4.37333333rem;
  background-image: url(../images/bg-iMap.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.iContact-Map .location {
  position: absolute;
  width: 0.24rem;
  height: 0.29333333rem;
  background-image: url(../images/ico-location.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.iContact-Map .location[data-lct="bj"] {
  top: 1.42666667rem;
  right: 1.76rem;
}
.iContact-Map .location[data-lct="cd"] {
  top: 1.74666667rem;
  right: 2.34666667rem;
}
.iContact-Map .location[data-lct="sz"] {
  top: 1.89333333rem;
  right: 1.97333333rem;
}
.iContact-Map .location[data-lct="meb"] {
  top: 3.46666667rem;
  right: 1.17333333rem;
}
.iContact-Map .logoBox {
  position: absolute;
  left: 2.45333333rem;
  top: 0.38666667rem;
  padding-left: 1.6rem;
  height: 1.70666667rem;
  background-image: url(../images/bg-kuang.png);
  background-size: 1.6rem 1.70666667rem;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.iContact-Map .logoBox img {
  position: relative;
  height: 0.77333333rem;
  top: 50%;
  margin-top: -0.38666667rem;
  margin-left: -0.2rem;
}
.iContact-PosList {
  margin-top: 0.26666667rem;
}
.iContact-PosList .item {
  position: relative;
  padding: 0.26666667rem 0.26666667rem 0.26666667rem 0.8rem;
  border-bottom: #d4d4d4 solid 1px;
}
.iContact-PosList .item .ico {
  position: absolute;
  left: 0.02666667rem;
  top: 50%;
  margin-top: -0.28rem;
  width: 0.45333333rem;
  height: 0.56rem;
  background-image: url(../images/ico-locationD.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.iContact-PosList .item .dt {
  font-size: 0.4rem;
  line-height: 0.42666667rem;
  color: #333333;
}
.iContact-PosList .item .dd {
  font-size: 0.32rem;
  line-height: 0.37333333rem;
  margin-top: 0.10666667rem;
}
/* footer */
.footer {
  padding-top: 0.53333333rem;
  padding-bottom: 0.66666667rem;
  background-color: #333333;
  text-align: center;
  color: #bbb;
}
.footer .fPhone {
  text-align: center;
  color: #b59022;
  font-size: 0.4rem;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
  line-height: 0.64rem;
}
.footer .fPhone .item {
  display: inline-block;
  vertical-align: top;
}
.footer .fPhone s {
  display: inline-block;
  vertical-align: top;
  font-size: 0.53333333rem;
  color: #9c7e25;
  margin-left: 0.26666667rem;
  margin-right: 0.26666667rem;
  font-family: "SimSun", "宋体";
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.footer .fPhone .icoImg {
  display: inline-block;
  vertical-align: top;
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.13333333rem;
}
.footer .fNav {
  margin-top: 0.58666667rem;
}
.footer .fNav s {
  margin-left: 0.06666667rem;
  margin-right: 0.06666667rem;
}
.footer .fCopyrights {
  margin-top: 0.46666667rem;
  line-height: 0.42666667rem;
  font-size: 0.32rem;
}
/* subpage */
.subpage {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.66666667rem;
}
.subpage .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; */
}
.subpage .AniDid .delayShow {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
/* subBanner */
.subBanner {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.66666667rem;
  height: 4.8rem;
}
.subBanner .contain {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.73333333rem;
  color: #fff;
  text-align: center;
}
.subBanner .contain .en {
  font-size: 0.32rem;
  text-transform: uppercase;
  letter-spacing: 0.02666667rem;
}
.subBanner .contain .cn {
  margin-top: 0.10666667rem;
  font-size: 0.48rem;
}
.subBanner .contain .hr {
  margin-left: auto;
  margin-right: auto;
  width: 0.66666667rem;
  height: 0.05333333rem;
  margin-top: 0.29333333rem;
  background-color: #f3bf07;
}
/* thrBanner */
.thrBanner {
  position: relative;
  overflow: hidden;
  height: 7.2rem;
}
.thrBanner .contain {
  position: absolute;
  top: 0.44rem;
  left: 50%;
  width: 9.2rem;
  margin-left: -4.6rem;
  min-height: 6.50666667rem;
  text-align: center;
  color: #fff;
}
.thrBanner .contain img {
  width: 100%;
}
.thrBanner .contain .bgx {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 9.2rem;
  height: 6.50666667rem;
  padding-top: 1.86666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/bg-thrBanner.png);
  background-size: 8.29333333rem 6.50666667rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.thrBanner .contain .dt {
  font-size: 0.8rem;
  line-height: 1.06666667rem;
  color: #fdd000;
  font-weight: 100;
}
.thrBanner .contain .dd {
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin-top: 0.18666667rem;
  margin-left: 0.13333333rem;
  margin-right: 0.13333333rem;
  font-weight: 100;
}
/* sBusiness */
.sBusiness-List .item {
  position: relative;
  overflow: hidden;
  height: 3.06666667rem;
  background-color: #f1f1f1;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sBusiness-List .item:nth-child(1n+2) {
  margin-top: 0.4rem;
}
.sBusiness-List .item .imgLoaded + .name {
  -webkit-transition: all 250ms ease 100ms;
  transition: all 250ms ease 100ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.sBusiness-List .item .name {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-indent: 0.24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  background-color: rgba(202, 164, 50, 0.8);
}
.sBusiness-Page .anchors-Tt.padT {
  padding-top: 0.8rem;
}
.sBusiness-Page .anchors-Tt .section {
  padding-top: 0.66666667rem;
  padding-bottom: 0.66666667rem;
}
.sBusiness-Page .anchors-Tt .head {
  margin-bottom: 0.45333333rem;
  text-align: center;
}
.sBusiness-Page .anchors-Tt .head h2 {
  font-size: 0.53333333rem;
  color: #333333;
}
.sBusiness-Page .anchors-Tt .head .hr {
  margin-top: 0.24rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 4rem;
  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: 0.66666667rem;
  height: 3px;
  background-color: #caa432;
}
.sBusiness-Page .anchors-Tt .grayLine {
  overflow: hidden;
  height: 1.6rem;
  padding-top: 0.42666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ededed;
  margin-bottom: -0.66666667rem;
  margin-top: 0.66666667rem;
}
.sBusiness-Page .anchors-Tt .consultBtn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 2.72rem;
  height: 0.74666667rem;
  border: solid 1px;
  border-radius: 0.58666667rem;
  text-align: center;
  line-height: 0.74666667rem;
  color: #caa432;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sBusiness-Page .anchors-Tt .consultBtn:active {
  background-color: rgba(202, 164, 50, 0.1);
}
.sBusiness-Section1-aside {
  position: relative;
  padding-top: 0.93333333rem;
  padding-bottom: 0.4rem;
}
.sBusiness-Section1-aside .hr {
  position: absolute;
  left: 0;
  width: 100%;
}
.sBusiness-Section1-aside .hr.t {
  height: 0.49333333rem;
  top: 0;
  background-image: url(../images/line-hrT.png);
  background-size: 9.2rem 0.49333333rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sBusiness-Section1-aside .hr.b {
  height: 0.01333333rem;
  bottom: 0;
  background-image: url(../images/line-hrB.png);
  background-size: 9.2rem 1px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sBusiness-Section1-List {
  position: relative;
  overflow: hidden;
  margin-top: 0.53333333rem;
  margin-right: -0.26666667rem;
  margin-bottom: -0.26666667rem;
  *margin-bottom: 0;
}
.sBusiness-Section1-List .item {
  position: relative;
  padding: 0.4rem 0.46666667rem 0.33333333rem;
  background-color: #ededed;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sBusiness-Section1-List .item:nth-child(1n+2) {
  margin-top: 0.26666667rem;
}
.sBusiness-Section1-List .item .dt {
  color: #caa432;
  font-weight: bold;
  font-size: 0.4rem;
  line-height: 0.4rem;
}
.sBusiness-Section1-List .item .dt s {
  float: left;
  margin-left: -0.24rem;
  margin-top: 0.12rem;
  width: 0.16rem;
  height: 0.16rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #e2c570 solid 0.02666667rem;
  border-radius: 0.18666667rem;
  text-indent: 120%;
  position: relative;
  overflow: hidden;
}
.sBusiness-Section1-List .item .ds {
  margin-top: 0.26666667rem;
  line-height: 0.45333333rem;
  font-weight: bold;
  color: #555;
}
.sBusiness-Section1-List .item .dd {
  margin-top: 0.21333333rem;
  color: #777777;
  line-height: 0.53333333rem;
}
.sBusiness-Section1-List .item.even {
  float: left;
  padding: 0.4rem 0.4rem 0.4rem 3.06666667rem;
}
.sBusiness-Section1-List .item.even .pic {
  left: 0;
}
.sBusiness-Section1-List .item.odd {
  float: right;
  padding: 0.4rem 3.06666667rem 0.4rem 0.4rem;
}
.sBusiness-Section1-List .item.odd .pic {
  right: 0;
}
.sBusiness-Section1-List .item:hover {
  background-color: #e3e3e3;
}
.sBusiness-Section2-Tab {
  position: relative;
  margin-top: 0.4rem;
}
.sBusiness-Section2-Tab .Tg {
  position: relative;
  height: 0.93333333rem;
  font-size: 0;
  line-height: 0.93333333rem;
  text-align: center;
}
.sBusiness-Section2-Tab .Tg .btn {
  display: none;
  vertical-align: top;
  position: relative;
  margin-left: 0.16rem;
  margin-right: 0.16rem;
  border: #f6f6f6 solid 0.04rem;
  height: 0.85333333rem;
  border-radius: 0.74666667rem;
  color: #caa432;
}
.sBusiness-Section2-Tab .Tg .btn span {
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: block;
  border: #caa432 solid 0.02666667rem;
  min-width: 3.62666667rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.85333333rem;
  background-color: #caa432;
  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: 0.4rem;
}
.sBusiness-Section2-Tab .Tg .btn b {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-left: 0.06666667rem;
}
.sBusiness-Section2-Tab .Tg .btn.on {
  display: inline-block;
}
.sBusiness-Section2-Tab .Tt {
  margin-top: 0.46666667rem;
}
.sBusiness-Section2-Tab .Tt .box {
  display: none;
}
.sBusiness-Section2-Tab .Tt .box.on {
  display: block;
}
.sBusiness-Section2-Tab .ctr {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0.02666667rem;
  width: 0.85333333rem;
  height: 0.85333333rem;
  border-radius: 0.85333333rem;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 0.85333333rem 0.85333333rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sBusiness-Section2-Tab .ctr.reject {
  display: none;
}
.sBusiness-Section2-Tab .ctr.prev {
  left: -0.25rem;
  background-image: url(../images/arrow-sBus2L.png);
}
.sBusiness-Section2-Tab .ctr.prev:active {
  background-image: url(../images/arrow-sBus2LOn.png);
}
.sBusiness-Section2-Tab .ctr.next {
  right: -0.25rem;
  background-image: url(../images/arrow-sBus2R.png);
}
.sBusiness-Section2-Tab .ctr.next:active {
  background-image: url(../images/arrow-sBus2ROn.png);
}
.sBusiness-Section2-Tab .ctr:active {
  background-color: rgba(0, 0, 0, 0.4);
}
.sBusiness-Section3-List .item {
  position: relative;
  width: 4.4rem;
  height: 7.33333333rem;
  border: #dfdfdf solid 1px;
  background-color: #ffffff;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sBusiness-Section3-List .item:nth-child(2n+1) {
  float: left;
}
.sBusiness-Section3-List .item:nth-child(2n+2) {
  float: right;
}
.sBusiness-Section3-List .item:nth-child(1n+3) {
  margin-top: 0.4rem;
}
.sBusiness-Section3-List .item .dt {
  padding: 0.26666667rem 0.2rem;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
  font-size: 0;
  *font-size: 0rem;
  background-color: #f6f1e2;
  color: #caa432;
  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: 0.34666667rem;
  line-height: 0.53333333rem;
  font-weight: bold;
}
.sBusiness-Section3-List .item .dd {
  padding: 0.26666667rem 0.2rem;
}
.sBusiness-Section4-List .item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  float: left;
  width: 3.06666667rem;
  height: 2.66666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  text-align: center;
}
.sBusiness-Section4-List .item .dt {
  margin-top: 0.53333333rem;
  font-size: 0.34666667rem;
  white-space: nowrap;
  color: #caa432;
}
.sBusiness-Section4-List .item .dt em {
  font-size: 0.64rem;
  font-family: Tahoma, sans-serif;
}
.sBusiness-Section4-List .item .dd {
  margin-top: 0.18666667rem;
  font-size: 0.32rem;
  line-height: 0.42666667rem;
}
.sBusiness-Section4-List .item.even {
  background-color: #ffffff;
}
.sBusiness-Section4-List .item.odd {
  background-color: #dfdfdf;
}
.sBusiness-Section4-List .item.ddt {
  background-image: url(../images/q-sBusiness-Section4Ddt.jpg);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sBusiness-Section4-List .item.ddt .dt {
  margin-top: 0.74666667rem;
  font-size: 0.4rem;
  color: #fff;
}
.sBusiness-Section4-List .item.ddt .dd {
  color: #fff;
}
.sBusiness-Section4-List .item.ddt:hover .bg {
  opacity: .80;
  filter: alpha(opacity=80);
  *zoom: 1;
}
.sBusiness-Section4 .relative-Case {
  margin-top: 0.66666667rem;
}
.sBusiness-Section5 {
  padding-bottom: 0 !important;
}
.sBusiness-Section5-Tab .btn {
  position: relative;
  float: left;
  margin-right: 0.53333333rem;
}
.sBusiness-Section5-Tab .btn.on::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.65333333rem;
  width: 100%;
  margin-top: -1px;
  height: 0.04rem;
  background-color: #caa432;
}
.sBusiness-Section5-Tab .Tt {
  margin-top: -0.4rem;
}
.sBusiness-Section5-Tab .Tt .box {
  display: none;
}
.sBusiness-Section5-Tab .Tt .box.on {
  display: block;
}
.sBusiness-Section6 {
  padding-bottom: 0 !important;
}
.sBusiness-Section6-Body {
  padding-top: 0.26666667rem;
}
/* sService */
.sService-List .item {
  width: 4.4rem;
  height: 6.05333333rem;
  -webkit-box-shadow: 0rem 0.02666667rem 0.13333333rem 0rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.02666667rem 0.13333333rem 0rem rgba(0, 0, 0, 0.1);
}
.sService-List .item:nth-child(2n+1) {
  float: left;
}
.sService-List .item:nth-child(2n+2) {
  float: right;
}
.sService-List .item:nth-child(1n+3) {
  margin-top: 0.4rem;
}
.sService-List .item .pic {
  width: 4.4rem;
  height: 2.74666667rem;
}
.sService-List .item .name {
  margin-top: 0.26666667rem;
  line-height: 0.66666667rem;
  font-size: 0.4rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sService-List .item .info {
  margin-top: 0.13333333rem;
  margin-left: 0.18666667rem;
  margin-right: 0.18666667rem;
  text-align: center;
  line-height: 0.42666667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0.82666667rem;
  height: 0.82666667rem;
}
.sService-List .item .more {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.21333333rem;
  width: 2.21333333rem;
  height: 0.66666667rem;
  border: #caa432 solid 1px;
  border-radius: 0.66666667rem;
  line-height: 0.66666667rem;
  text-align: center;
  color: #caa432;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sService-List .item .more:active {
  color: #fff;
  background-color: #caa432;
}
.sService-View {
  margin-top: -0.66666667rem;
}
.sServiceV-Section1-aside .hr {
  background-image: url(../images/line-hrB.png);
  background-size: 9.2rem 1px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sServiceV-Section1-aside .imax {
  margin-left: 0.16rem;
  margin-right: 0.16rem;
  text-align: center;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  color: #333333;
}
.sServiceV-Section1-Body {
  margin-top: 0.66666667rem;
  padding-top: 0.53333333rem;
  padding-bottom: 0.53333333rem;
  background-color: #f6f6f6;
}
.sServiceV-Section1-Body .item {
  position: relative;
  text-align: left;
}
.sServiceV-Section1-Body .item:nth-child(1n+2) {
  margin-top: 0.4rem;
}
.sServiceV-Section1-Body .item .pic {
  width: 9.2rem;
  height: 5.17333333rem;
}
.sServiceV-Section1-Body .item .title {
  margin-top: 0.4rem;
  width: 0.66666667rem;
  height: 0.8rem;
  line-height: 0.58666667rem;
  border-bottom: #f3bf07 solid 0.04rem;
  white-space: nowrap;
  font-size: 0.48rem;
  color: #333333;
}
.sServiceV-Section1-Body .item .info {
  margin-top: 0.21333333rem;
}
.sServiceV-Section2 {
  margin-top: 0.53333333rem;
}
.sServiceV-Section2 .Tg .viewport {
  width: 100%;
}
.sServiceV-Section2 .Tg .overview {
  overflow: hidden;
  white-space: normal;
  text-align: center;
}
.sServiceV-Section2 .Tg a {
  display: inline-block;
  vertical-align: top;
  border: solid 1px;
  border-radius: 0.58666667rem;
  height: 0.74666667rem;
  line-height: 0.74666667rem;
  min-width: 2.13333333rem;
  font-size: 0.32rem;
  color: #caa432;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.26666667rem;
  padding-right: 0.26666667rem;
  margin: 0.06666667rem 0.13333333rem;
}
.sServiceV-Section2 .Tt .box {
  padding-top: 0.65333333rem;
  padding-bottom: 0.66666667rem;
}
.sServiceV-Section2 .Tt .dt {
  text-align: center;
  font-size: 0.34666667rem;
  color: #333333;
}
.sServiceV-Section2 .Tt .dt span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0.13333333rem 0.4rem;
  min-width: 2.32rem;
  height: 0.72rem;
  line-height: 0.45333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sServiceV-Section2 .Tt .dt span:before,
.sServiceV-Section2 .Tt .dt span:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.12rem;
  border-color: #caa432;
  border-style: solid;
  pointer-events: none;
}
.sServiceV-Section2 .Tt .dt span:before {
  top: 0;
  border-width: 0.01333333rem 0.01333333rem 0 0.01333333rem;
}
.sServiceV-Section2 .Tt .dt span:after {
  bottom: 0;
  border-width: 0 0.01333333rem 0.01333333rem 0.01333333rem;
}
.sServiceV-Section2 .Tt .dd {
  margin-top: 0.53333333rem;
}
.sServiceV-Section2 .Tt .list .item {
  position: relative;
  width: 4.48rem;
  height: 4.6rem;
  font-size: 0.32rem;
  line-height: 0.4rem;
  text-align: center;
}
.sServiceV-Section2 .Tt .list .item:nth-child(2n+1) {
  float: left;
}
.sServiceV-Section2 .Tt .list .item:nth-child(2n+2) {
  float: right;
}
.sServiceV-Section2 .Tt .list .item:nth-child(1n+3) {
  margin-top: 0.26666667rem;
}
.sServiceV-Section2 .Tt .list .item .pic {
  width: 100%;
  height: 3.36rem;
  background-color: #f1f1f1;
}
.sServiceV-Section2 .Tt .list .item h3 {
  padding: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.sServiceV-Section2 .Tt .list .item p {
  padding: 0.06666667rem 0.2rem;
  margin-top: -0.13333333rem;
}
.sServiceV-Section2 .Tt .list .textMore {
  width: 100%;
  height: 3.36rem;
  border: #caa432 solid 1px;
  padding: 0.2rem 0.13333333rem 0.2rem 0.26666667rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sServiceV-Section2 .Tt .list .textMore .vScroll {
  width: 100%;
  height: 100%;
}
.sServiceV-Section2 .Tt .list .textMore span {
  display: block;
  font-size: 0.32rem;
  line-height: 0.45333333rem;
  text-align: center;
}
.sServiceV-Section2 .Tt .list .textMore span:nth-child(1n+2) {
  margin-top: 0.08rem;
}
.sServiceV-Section2 .Tt .list .consultBtn {
  display: block;
  padding: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 0.32rem;
  line-height: 0.4rem;
  text-align: center;
}
.sServiceV-Section2 .showMore {
  margin-top: 0.4rem;
}
.sServiceV-Section2 .aside {
  position: relative;
  margin-top: 1.06666667rem;
  width: 9.2rem;
  height: 5.65333333rem;
  border: #d3d3d3 dashed 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.sServiceV-Section2 .aside:after {
  display: none;
}
.sServiceV-Section2 .aside:before,
.sServiceV-Section2 .aside:after {
  display: block;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
}
.sServiceV-Section2 .aside:before {
  height: 4.93333333rem;
  margin-top: -2.46666667rem;
  border-left: #d3d3d3 dashed 1px;
}
.sServiceV-Section2 .aside:after {
  width: 8.53333333rem;
  margin-left: -4.26666667rem;
  border-top: #d3d3d3 dashed 1px;
}
.sServiceV-Section2 .aside .col {
  width: 50%;
  height: 2.82666667rem;
  padding: 0.53333333rem 0.33333333rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sServiceV-Section2 .aside .col:nth-child(2n+1) {
  float: left;
}
.sServiceV-Section2 .aside .col:nth-child(2n+2) {
  float: right;
}
.sServiceV-Section2 .aside .col .dt {
  font-size: 0.37333333rem;
  color: #333333;
  line-height: 0.4rem;
}
.sServiceV-Section2 .aside .col .hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.2rem;
  width: 0.66666667rem;
  height: 0.04rem;
  background-color: #caa432;
}
.sServiceV-Section2 .aside .col .dd {
  margin-top: 0.2rem;
  font-size: 0.29333333rem;
  line-height: 0.45333333rem;
  color: #777;
}
.sServiceV-Section3 {
  padding-top: 0.26666667rem;
}
.sServiceV-Section3-Body {
  border: #caa432 solid 1px;
  padding: 0.38666667rem;
}
.sServiceV-Section3 .formItem {
  width: 100%;
  font-size: 0;
  white-space: nowrap;
}
.sServiceV-Section3 .formItem:nth-child(1n+2) {
  margin-top: 0.26666667rem;
}
.sServiceV-Section3 .formItem .skin {
  width: 100%;
  height: 0.8rem;
  line-height: 0.48rem;
  padding: 0.14666667rem 0.25333333rem;
  background-color: #f5f5f5;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border: #f5f5f5 solid 1px;
  font-size: 0.32rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sServiceV-Section3 .formItem .skin._focus {
  background-color: #fff;
  border-color: #caa432 !important;
}
.sServiceV-Section3 .formItem textarea.skin {
  height: 1.01333333rem;
}
.sServiceV-Section3 .formItem.yzm .skin {
  width: 5.06666667rem;
}
.sServiceV-Section3 .formItem.yzm .bindClick {
  margin-left: 0.13333333rem;
  display: inline-block;
  vertical-align: top;
  width: 2.26666667rem;
  height: 0.8rem;
}
.sServiceV-Section3 .formItem.yzm .refreshVC {
  margin-left: 0.13333333rem;
  display: inline-block;
  vertical-align: top;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(../images/icos-refresh.png);
  background-size: 0.64rem 0.64rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sServiceV-Section3 .formItem.yzm .enter {
  display: block;
  margin-top: 0.2rem;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  background-color: #caa432;
  font-size: 0.37333333rem;
  letter-spacing: 0.06666667rem;
}
/* L2_Nav */
.L2_Nav {
  margin-bottom: 0.53333333rem;
  position: relative;
  overflow: hidden;
  height: 0.74666667rem;
}
.L2_Nav .viewport {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.L2_Nav .overview {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.L2_Nav .link {
  display: inline-block;
  vertical-align: top;
  font-size: 0.34666667rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  height: 0.74666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #caa432 solid 1px;
  line-height: 0.72rem;
  text-align: center;
  color: #caa432;
  border-radius: 0.74666667rem;
}
.L2_Nav .link:nth-child(1n+2) {
  margin-left: 0.26666667rem;
}
.L2_Nav .link.on {
  background-color: #caa432;
  color: #fff;
}
.L2_Nav .link:active {
  background-color: #f1f1f1;
}
/* sCase-View */
.sCase-View {
  margin-top: -0.66666667rem;
  margin-bottom: -0.66666667rem;
  padding-top: 0.66666667rem;
  padding-bottom: 0.66666667rem;
  background-color: #f6f6f6;
}
.sCase-View-Info {
  padding: 0.4rem;
  background-color: #fff;
}
.sCase-View-Info .title {
  font-size: 0.48rem;
  line-height: 0.58666667rem;
  color: #333333;
}
.sCase-View-Info .aside {
  margin-top: 0.26666667rem;
}
.sCase-View-Info .info {
  margin-top: 0.18666667rem;
}
.sCase-View .hr {
  background-color: #dfdfdf;
  width: 9.2rem;
  border-left: #ffffff solid 0.4rem;
  border-right: #ffffff solid 0.4rem;
}
.sCase-View-Content {
  padding: 0.4rem;
  background-color: #fff;
}
/* text-Relative-Case */
.text-Relative-Case {
  margin-top: 0.4rem;
  padding: 0.4rem;
  background-color: #fff;
}
.text-Relative-Case .dt {
  font-size: 0.48rem;
  line-height: 0.58666667rem;
  color: #333333;
  padding-bottom: 0.26666667rem;
  border-bottom: #dfdfdf solid 1px;
}
.text-Relative-Case .dd {
  padding-top: 0.32rem;
}
.text-Relative-Case .dd .link {
  display: block;
  font-size: 0.34666667rem;
  line-height: 0.61333333rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-Relative-Case .dd .link:nth-child(1n+2) {
  margin-top: 0.2rem;
}
.text-Relative-Case .dd .link:active {
  color: #caa432;
}
/* view-Foot */
.view-Foot {
  position: relative;
  padding: 0.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background-color: #fff;
}
.view-Foot .ctr {
  float: left;
  position: relative;
  margin-right: 0.16rem;
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
  background-color: #dfdfdf;
}
.view-Foot .ctr .arrow {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  margin-top: -0.2rem;
  margin-left: -0.24rem;
  width: 0.48rem;
  height: 0.4rem;
  text-indent: 0;
  text-align: center;
  font-family: "SimSun", "宋体";
  font-size: 0.45333333rem;
  line-height: 0.4rem;
  font-weight: bold;
  color: #fff;
  text-indent: 200%;
}
.view-Foot .ctr .arrow::before,
.view-Foot .ctr .arrow::after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
}
.view-Foot .ctr .arrow.larr::before,
.view-Foot .ctr .arrow.larr::after {
  left: 50%;
}
.view-Foot .ctr .arrow.larr::before {
  margin-left: -0.36rem;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 0.2rem 0.24rem;
  border-color: transparent #ffffff transparent transparent;
  border-style: dashed solid dashed dashed;
  font-size: 0;
}
.view-Foot .ctr .arrow.larr::after {
  margin-left: -0.28rem;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 0.2rem 0.24rem;
  border-color: transparent #dfdfdf transparent transparent;
  border-style: dashed solid dashed dashed;
  font-size: 0;
}
.view-Foot .ctr .arrow.rarr::before,
.view-Foot .ctr .arrow.rarr::after {
  right: 50%;
}
.view-Foot .ctr .arrow.rarr::before {
  margin-right: -0.36rem;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 0.2rem 0.24rem;
  border-color: transparent transparent transparent #ffffff;
  border-style: dashed dashed dashed solid;
  font-size: 0;
}
.view-Foot .ctr .arrow.rarr::after {
  margin-right: -0.28rem;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 0.2rem 0.24rem;
  border-color: transparent transparent transparent #dfdfdf;
  border-style: dashed dashed dashed solid;
  font-size: 0;
}
.view-Foot .ctr:active {
  background-color: #caa432;
}
.view-Foot .ctr:active.prev .arrow::after {
  border-right-color: #caa432;
}
.view-Foot .ctr:active.next .arrow::after {
  border-left-color: #caa432;
}
.view-Foot .backToList {
  position: absolute;
  top: 0.4rem;
  right: 0.26666667rem;
  padding-left: 0.13333333rem;
  padding-right: 0.13333333rem;
  font-size: 0.37333333rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
/* sAbout */
.L3_Nav {
  margin-top: -0.66666667rem;
  background-color: #f6f6f6;
}
.L3_Nav .link {
  float: left;
  position: relative;
  width: 3.06666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1.06666667rem;
  line-height: 0.4rem;
  padding-top: 0.33333333rem;
  padding-bottom: 0.33333333rem;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.L3_Nav .link:nth-child(1n+2)::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.33333333rem;
  height: 0.4rem;
  width: 1px;
  background-color: #d9d9d9;
}
.L3_Nav .link.on {
  color: #caa432;
}
/* sAbout */
.sAbout .section {
  position: relative;
  z-index: 1;
}
.sAbout-Section1 {
  padding-top: 0.53333333rem;
  padding-bottom: 0.66666667rem;
}
.sAbout-Section1 .bgDot {
  position: absolute;
  top: 0.53333333rem;
  left: 0.72rem;
  width: 2.33333333rem;
  height: 2.33333333rem;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sAbout-Section1 .head {
  position: relative;
  padding-top: 0.10666667rem;
  padding-bottom: 0.10666667rem;
}
.sAbout-Section1 .head .en {
  font-size: 0.34666667rem;
  color: #b0b0b0;
}
.sAbout-Section1 .head .cn {
  margin-top: 0.06666667rem;
  font-size: 0.45333333rem;
  color: #333333;
}
.sAbout-Section1 .body {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.53333333rem;
  margin-top: 0.34666667rem;
  color: #777777;
}
.sAbout-Section2 {
  position: relative;
  height: 8.32rem;
}
.sAbout-Section2 .item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 4.16rem;
  text-align: center;
  color: #fff;
}
.sAbout-Section2 .item .bg {
  z-index: -1;
}
.sAbout-Section2 .item .dt {
  margin-top: 1.38666667rem;
  font-size: 0.48rem;
  letter-spacing: 1px;
}
.sAbout-Section2 .item .hr {
  width: 0.53333333rem;
  height: 0.02666667rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #caa432;
  margin-top: 0.21333333rem;
  margin-bottom: 0.26666667rem;
}
.sAbout-Section3 {
  padding-bottom: 0.66666667rem;
}
.sAbout-Section3 .list .item {
  width: 4.6rem;
  text-align: center;
}
.sAbout-Section3 .list .item:nth-child(2n+1) {
  float: left;
}
.sAbout-Section3 .list .item:nth-child(2n+2) {
  float: right;
}
.sAbout-Section3 .list .item:nth-child(1n+3) {
  margin-top: 0.45333333rem;
}
.sAbout-Section3 .list .item .keywords {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  width: 3.2rem;
  height: 3.04rem;
  background-image: url(../images/bg-sAboutSection3Item.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #caa432;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sAbout-Section3 .list .item .keywords .cn {
  margin-top: 1.12rem;
  font-size: 0.48rem;
}
.sAbout-Section3 .list .item .keywords .en {
  margin-top: 0.13333333rem;
  font-size: 0.34666667rem;
}
.sAbout-Section3 .list .item .dib {
  margin-top: 0.29333333rem;
  line-height: 0.48rem;
  color: #777777;
  text-align: left;
  font-family: Tahoma, sans-serif;
}
.sAbout-Section4 .sHeadY {
  position: relative;
  z-index: 1;
  height: 2.98666667rem;
  padding-top: 0.85333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.sAbout-Section4 .sHeadY .bg {
  z-index: -1;
}
.sAbout-Section4 .sHeadY span {
  color: #fff;
}
.sAbout-Section4 .sHeadY .aside {
  margin-top: 0.4rem;
  color: #fff;
}
.sAbout-Section4 .body {
  padding: 0.4rem;
  color: #777777;
}
.sAbout-Section5 {
  padding-top: 0.26666667rem;
  padding-bottom: 0.66666667rem;
}
.sAbout-Section5 .dt {
  text-align: center;
  padding-bottom: 0.26666667rem;
}
.sAbout-Section5 .dt img {
  height: 0.54666667rem;
}
.sAbout-Section5 .dd {
  margin-top: 0.4rem;
  margin-left: auto;
  margin-right: auto;
  width: 9.2rem;
  padding: 0.4rem;
  border: #fae395 solid 1px;
  border-radius: 0.08rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.sAbout-Section5 .dd .dts {
  font-size: 0.4rem;
  color: #caa432;
  white-space: nowrap;
  text-align: center;
}
.sAbout-Section5 .dd .dds {
  margin-top: 0.32rem;
  font-size: 0.34666667rem;
  line-height: 0.48rem;
  white-space: nowrap;
}
.sAbout-Section5 .dd .dds .col {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.sAbout-Section5 .dd .dds .col:first-child {
  margin-right: 0.10666667rem;
}
.sAbout-Section5 .dd .dds .item {
  display: block;
  color: #777777;
  white-space: nowrap;
}
.sAbout-Section5 .dd .dds .item s {
  font-size: 0.37333333rem;
  color: #f5cc38;
}
.sAbout-Section5 .dd.i1 .col:first-child {
  margin-right: 1.01333333rem;
}
.sAbout-Section5 .dd.i3,
.sAbout-Section5 .dd.i4 {
  text-align: left;
}
.sAbout-Section5 .dd.i3 .col:first-child,
.sAbout-Section5 .dd.i4 .col:first-child {
  width: 3.50666667rem;
  margin-right: 1.01333333rem;
}
/* sTeam */
.sTeam-View {
  margin-top: 0.69333333rem;
}
.sTeam-View .dt {
  line-height: 0.4rem;
  padding-bottom: 0.34666667rem;
  border-bottom: #dfdfdf solid 1px;
}
.sTeam-View .dt em {
  font-size: 0.48rem;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #caa432;
}
.sTeam-View .dt s {
  margin-left: 0.05333333rem;
  margin-right: 0.08rem;
  font-size: 0.32rem;
  color: #8a8a8a;
}
.sTeam-View .dt .aside {
  font-size: 0.34666667rem;
}
.sTeam-View .dd {
  margin-top: 0.4rem;
  color: #777777;
}
.sTeam-View .dd .pdt {
  margin-bottom: 0.18666667rem;
  height: 0.34666667rem;
  padding-left: 0.16rem;
  border-left: #caa432 solid 0.05333333rem;
  color: #333333;
  font-size: 0.37333333rem;
  line-height: 0.32rem;
}
/* team-List */
.team-List {
  padding-left: 0.13333333rem;
  padding-right: 0.13333333rem;
}
.team-List .item {
  width: 4rem;
  height: 5.81333333rem;
}
.team-List .item:nth-child(2n+1) {
  float: left;
}
.team-List .item:nth-child(2n+2) {
  float: right;
}
.team-List .item .link {
  padding-left: 0.13333333rem;
  padding-right: 0.13333333rem;
  background-color: #f6f6f6;
}
.team-List .item .pic {
  margin-left: -0.13333333rem;
  width: 4rem;
  height: 4rem;
}
.team-List .item .name {
  margin-top: 0.26666667rem;
  color: #caa432;
  line-height: 0.58666667rem;
  font-size: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.team-List .item .aside {
  margin-top: 0.10666667rem;
  border-top: #777777 solid 1px;
  padding-top: 0.16rem;
  white-space: nowrap;
  width: 0.53333333rem;
}
.team-List .item:nth-child(1n+3) {
  margin-top: 0.48rem;
}
/* hr-List */
.hr-List {
  padding-bottom: 0.26666667rem;
}
.hr-List .col {
  float: left;
  text-align: center;
}
.hr-List .col1 {
  width: 3.73333333rem;
  padding-left: 0.4rem;
  text-align: left;
}
.hr-List .col2 {
  width: 2.4rem;
}
.hr-List .col3 {
  width: 2.4rem;
}
.hr-List .col4 {
  width: 1.06666667rem;
  font-size: 0.45333333rem;
  white-space: nowrap;
}
.hr-List .thead {
  position: relative;
  width: 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  background-color: #caa432;
  color: #fff;
  white-space: nowrap;
}
.hr-List .show {
  height: 1.01333333rem;
  line-height: 1.01333333rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.hr-List .hrx {
  height: 0;
  border-bottom: #dfdfdf solid 1px;
}
.hr-List .hide {
  padding: 0.26666667rem 0.4rem 0.4rem;
  display: none;
  background-color: #f6f6f6;
}
.hr-List .hide .line1 span {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.26666667rem;
  margin-top: 0.06666667rem;
  margin-bottom: 0.06666667rem;
}
.hr-List .hide .dts {
  margin-bottom: 0.08rem;
  font-size: 0.34666667rem;
  color: #333333;
}
.hr-List .hide .dds {
  font-size: 0.32rem;
  color: #777777;
}
.hr-List .hide .hr {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  background-color: #dfdfdf;
}
.hr-List.unfold .hrx {
  border-bottom-color: #f6f6f6;
}
/* sNews-View */
.sNews-View .view-Head {
  margin-bottom: 0.4rem;
  padding-top: 0.66666667rem;
  padding-bottom: 0.4rem;
  border-bottom: #d4d4d4 solid 1px;
}
.sNews-View .view-Head .title {
  font-size: 0.48rem;
  line-height: 0.58666667rem;
  color: #333333;
}
.sNews-View .view-Head .aside {
  margin-top: 0.26666667rem;
  font-size: 0.32rem;
  color: #b0b0b0;
}
.sNews-View .backToList {
  display: block;
  margin-top: 0.4rem;
  width: 100%;
  height: 0.90666667rem;
  line-height: 0.90666667rem;
  color: #fff;
  background-color: #caa432;
  text-align: center;
}
/* sDeclare */
.sDeclare .content {
  border-top: #d4d4d4 solid 1px;
  padding-top: 0.32rem;
}
/* sResult */
.sResult .dt {
  padding-top: 0.53333333rem;
  padding-bottom: 0.4rem;
  font-size: 0.34666667rem;
  border-bottom: #ededed solid 1px;
}
.sResult .dd .item {
  border-bottom: #d4d4d4 solid 1px;
}
.sResult .dd .item .link {
  padding: 0.34666667rem 0.4rem;
  width: 10rem;
  margin-left: -0.4rem;
}
.sResult .dd .item .title {
  font-size: 0.4rem;
  line-height: 0.53333333rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sResult .dd .item .info {
  margin-top: 0.18666667rem;
}
.sResult .dd .item .source {
  margin-top: 0.2rem;
  color: #b0b0b0;
}
/* sContact */
.sContact {
  margin-top: -0.66666667rem;
}
.sContact .iContact-right {
  float: none;
  width: 17.33333333rem;
  margin-top: 0;
}
.sContact .iContact-right .item {
  float: left;
  width: 6.26666667rem;
  margin-right: 1.33333333rem;
}
.sContact-Section2 {
  margin-top: 0.21333333rem;
}
.sContact-Section2 .cList {
  float: left;
  width: 7.33333333rem;
  font-size: 0.34666667rem;
  line-height: 0.42666667rem;
  padding-top: 0.13333333rem;
}
.sContact-Section2 .cList .item {
  padding-left: 0.73333333rem;
  padding-top: 0.10666667rem;
  padding-bottom: 0.10666667rem;
}
.sContact-Section2 .cList .icoImg {
  float: left;
  margin-left: -0.73333333rem;
  width: 0.42666667rem;
  height: 0.42666667rem;
}
.sContact-Section2 .qrcode {
  float: right;
  width: 1.6rem;
  height: 1.6rem;
}
/* sSubject */
.sSubject {
  padding-top: 0.69333333rem;
}
.sSubject-Head {
  padding-top: 0.73333333rem;
  padding-bottom: 0.53333333rem;
  text-align: center;
  color: #e9bc13;
}
.sSubject-Head .en {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.32rem;
  text-transform: uppercase;
}
.sSubject-Head .cn {
  margin-top: 0.13333333rem;
  font-size: 0.45333333rem;
}
.sSubject-Head .hr {
  margin: 0.18666667rem auto 0;
  width: 0.64rem;
  border-bottom: solid 0.02666667rem;
}
.sSubject-Service {
  position: relative;
  z-index: 1;
  padding-bottom: 1.13333333rem;
  background-image: url(../images/bg-sSubjectA-Service.jpg);
  background-size: 10rem 3.78666667rem;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.sSubject-Service .sSubject-Head {
  color: #fff;
}
.sSubject-Service .list {
  margin-top: 0.26666667rem;
}
.sSubject-Service .list .item {
  position: relative;
  background-color: #f6f3e9;
  height: 2.29333333rem;
  border-radius: 0.13333333rem;
  padding: 0.4rem 0.26666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sSubject-Service .list .item:nth-child(1n+2) {
  margin-top: 0.42666667rem;
}
.sSubject-Service .list .item:nth-child(2n+1) {
  margin-left: 1.2rem;
  padding-left: 1.65333333rem;
  text-align: left;
}
.sSubject-Service .list .item:nth-child(2n+1) .pic {
  left: -1.33333333rem;
}
.sSubject-Service .list .item:nth-child(2n+2) {
  margin-right: 1.2rem;
  padding-right: 1.65333333rem;
  text-align: right;
}
.sSubject-Service .list .item:nth-child(2n+2) .pic {
  right: -1.33333333rem;
}
.sSubject-Service .list .item:nth-child(2) .dd {
  position: relative;
  left: 0.16rem;
}
.sSubject-Service .list .item .dt {
  font-size: 0.4rem;
  line-height: 0.45333333rem;
  color: #caa432;
}
.sSubject-Service .list .item .dd {
  margin-top: 0.13333333rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #444;
  white-space: nowrap;
}
.sSubject-Service .list .item .pic {
  position: absolute;
  top: -0.14666667rem;
  width: 2.58666667rem;
  height: 2.58666667rem;
  padding: 0.04rem;
  border: #caa432 solid 0.02666667rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sSubject-Vision {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 7.57333333rem;
  background-image: url(../images/bg-sSubjectA-Vision.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #92adc2;
}
.sSubject-Vision img {
  display: block;
  margin-top: 1.06666667rem;
  width: 100%;
}
.sSubject-Honor {
  position: relative;
  height: 9.89333333rem;
}
.sSubject-Honor .list {
  max-height: 5.28rem;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  color: #fff;
}
.sSubject-Honor .list .dt {
  font-size: 0.37333333rem;
  font-weight: bold;
  color: #e9bc13;
  line-height: 0.26666667rem;
  background-image: url(../images/bgs-awardDt.png);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sSubject-Honor .list .dd {
  padding-left: 0.26666667rem;
  padding-right: 0.26666667rem;
  margin-top: 0.26666667rem;
  font-size: 0.32rem;
  line-height: 0.50666667rem;
  padding-bottom: 0.53333333rem;
}
.sSubject-Classify {
  position: relative;
  z-index: 1;
  padding-bottom: 1.53333333rem;
}
.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;
  margin-left: auto;
  margin-right: auto;
  width: 9.2rem;
  height: 5.73333333rem;
}
.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: 3.58666667rem;
  height: 5.73333333rem;
  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%;
  color: #fff;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  text-align: center;
  font-size: 0.29333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.6);
}
.sSubject-Classify-circleMove .item h3 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.32rem;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sSubject-Classify-circleMove .item.on h3 {
  height: 100%;
  padding: 0.2rem;
  line-height: 5.73333333rem;
  white-space: normal;
  -webkit-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.sSubject-Classify-circleMove .item.on h3 span {
  font-size: 0.34666667rem;
  line-height: 0.48rem;
}
.sSubject-Classify-circleMove .item.rollItem {
  position: absolute;
  left: 0;
  top: 0;
}
.sSubject-Classify-circleMove .ctr {
  position: absolute;
  z-index: 9;
  top: 50%;
  width: 0.66666667rem;
  font-size: 0.53333333rem;
  height: 1.17333333rem;
  margin-top: -0.58666667rem;
  line-height: 1.17333333rem;
  text-align: center;
  color: #fff;
  font-family: "SimSun", "宋体";
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.7);
}
.sSubject-Classify-circleMove .ctr.prev {
  left: 0;
}
.sSubject-Classify-circleMove .ctr.next {
  right: 0;
}
.sSubject-Classify-circleMove .ctr:hover {
  opacity: .9;
}
.sSubject-Classify-circleMove .serial-Number {
  z-index: 20;
  position: absolute;
  left: 0;
  bottom: -0.93333333rem;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #caa432;
  font-size: 0.37333333rem;
  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: 0.16rem;
  margin-right: 0.16rem;
  width: 0.82666667rem;
  height: 0.02666667rem;
  background-color: #f5e091;
}
.sSubject-Classify-circleMove .serial-Number i {
  font-weight: 400;
}
.sSubject-Classify-circleMove .serial-Number .now {
  font-size: 0.29333333rem;
}
.sSubject-Classify-circleMove .serial-Number .sum {
  font-size: 0.4rem;
}
.sSubject-Case {
  padding-bottom: 0.8rem;
  background-image: url(../images/bg-sSubjectA-Case.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.sSubject-Case .list {
  margin-bottom: 0.93333333rem;
}
.sSubject-Case .list .item {
  position: relative;
  width: 4.46666667rem;
  height: 3.36rem;
}
.sSubject-Case .list .item:nth-child(2n+1) {
  float: left;
}
.sSubject-Case .list .item:nth-child(2n+2) {
  float: right;
}
.sSubject-Case .list .item:nth-child(1n+3) {
  margin-top: 0.8rem;
}
.sSubject-Case .list .item .pic {
  width: 4.46666667rem;
  height: 3.36rem;
  border: #caa432 solid 0.02666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sSubject-Case .list .item h3 {
  z-index: 8;
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: -0.33333333rem;
  padding: 0.13333333rem 0.26666667rem;
  height: 0.4rem;
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  background-color: #caa432;
  text-align: center;
}
.sSubject-Brand {
  margin-top: -20px;
}
.sSubject-Brand-List .item {
  position: relative;
  overflow: hidden;
  border-top: #cecece dashed 1px;
  border-bottom: #cecece dashed 1px;
}
.sSubject-Brand-List .item:nth-child(1n+2) {
  margin-top: -1px;
}
.sSubject-Brand-List .item .link {
  padding: 30px;
}
.sSubject-Brand-List .item h3 {
  position: relative;
  font-size: 28px;
  line-height: 34px;
  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: 24px;
  line-height: 34px;
}
.sSubject-Knowledge {
  padding-bottom: 0.86666667rem;
  background-color: #f4f4f4;
}
.sSubject-Knowledge .list .item {
  position: relative;
}
.sSubject-Knowledge .list .item.bItem .link {
  padding-bottom: 0.4rem;
}
.sSubject-Knowledge .list .item.bItem .pic {
  width: 9.2rem;
  height: 4.6rem;
  background-color: #f1f1f1;
}
.sSubject-Knowledge .list .item.bItem h3 {
  margin-top: 0.26666667rem;
  font-size: 0.4rem;
  line-height: 0.53333333rem;
  margin-right: 1.86666667rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #caa432;
}
.sSubject-Knowledge .list .item.bItem .time {
  position: absolute;
  right: 0;
  top: 4.86666667rem;
  font-size: 0.29333333rem;
  height: 0.53333333rem;
  line-height: 0.53333333rem;
  color: #b0b0b0;
}
.sSubject-Knowledge .list .item.bItem p {
  font-size: 0.32rem;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0.93333333rem;
  height: 0.93333333rem;
  margin-top: 0.10666667rem;
}
.sSubject-Knowledge .list .item.sItem {
  height: 2.18666667rem;
  border-top: #caa432 solid 0.02666667rem;
}
.sSubject-Knowledge .list .item.sItem .link {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  padding-left: 1.68rem;
  padding-right: 0.4rem;
}
.sSubject-Knowledge .list .item.sItem .time {
  position: absolute;
  left: 0;
  top: 0.32rem;
  width: 1.33333333rem;
  height: 1.46666667rem;
  padding-top: 0.93333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.32rem;
  line-height: 0.4rem;
  background-image: url(../images/ico-time.png);
  background-size: 0.48rem 0.48rem;
  background-position: 50% 0.26666667rem;
  background-repeat: no-repeat;
  background-color: #caa432;
  color: #fff;
  text-align: center;
}
.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: 0.16rem;
}
.sSubject-Knowledge .list .item.sItem .time .d {
  right: 0;
  bottom: 0;
  font-size: 0.29333333rem;
}
.sSubject-Knowledge .list .item.sItem h3 {
  font-size: 0.37333333rem;
  line-height: 0.77333333rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.sSubject-Knowledge .list .item.sItem p {
  margin-top: 0.10666667rem;
  line-height: 0.48rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #b0b0b0;
}
.sSubject-Last .iContact {
  padding-top: 0;
}
.sCase-List2 {
  margin-bottom: 0.93333333rem;
}
.sCase-List2 .item {
  position: relative;
  width: 4.46666667rem;
  height: 3.36rem;
}
.sCase-List2 .item:nth-child(2n+1) {
  float: left;
}
.sCase-List2 .item:nth-child(2n+2) {
  float: right;
}
.sCase-List2 .item:nth-child(1n+3) {
  margin-top: 0.8rem;
}
.sCase-List2 .item .pic {
  width: 4.46666667rem;
  height: 3.36rem;
  border: #caa432 solid 0.02666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sCase-List2 .item h3 {
  z-index: 8;
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: -0.33333333rem;
  padding: 0.13333333rem 0.26666667rem;
  height: 0.4rem;
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  background-color: #caa432;
  text-align: center;
}
.Lx_Nav {
  z-index: 10;
  position: relative;
  margin-top: 0.4rem;
  border-bottom: #e9bc13 solid 1px;
  height: 0.58666667rem;
  line-height: 0.58666667rem;
  color: #e9bc13;
}
.Lx_Nav .Tg {
  position: absolute;
  right: 0.4rem;
  top: 0;
  height: 0.58666667rem;
  padding-left: 0.58666667rem;
  padding-right: 0.08rem;
  background-image: url(../images/ico-getMore.png);
  background-size: 0.53333333rem 0.53333333rem;
  background-position: 0.02666667rem 50%;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Lx_Nav .Tt {
  position: absolute;
  right: 0.4rem;
  top: 100%;
  margin-top: 0.13333333rem;
  border: solid 1px #e9bc13;
  padding: 0.4rem;
  background-color: #fff;
  text-align: center;
  font-size: 0.34666667rem;
  line-height: 0.53333333rem;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.Lx_Nav .Tt .item .link {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.Lx_Nav .Tt .item:nth-child(1n+2) {
  margin-top: 0.13333333rem;
}
.Lx_Nav .Tt.show {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.sKnowledge-List .item {
  width: 4.46666667rem;
  height: 4rem;
}
.sKnowledge-List .item:nth-child(2n+1) {
  float: left;
}
.sKnowledge-List .item:nth-child(2n+2) {
  float: right;
}
.sKnowledge-List .item .pic {
  width: 100%;
  height: 3.29333333rem;
}
.sKnowledge-List .item h3 {
  margin-top: 0.13333333rem;
  line-height: 0.53333333rem;
  font-size: 0.34666667rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.sKnowledge-List .item:nth-child(1n+3) {
  margin-top: 0.26666667rem;
}
/* v||h */
@media all and (orientation: landscape) {
  .posSet {
    position: relative !important;
  }
  #function {
    z-index: 1;
  }
}
@media all and (orientation: portrait) {
  .posSet {
    position: fixed !important;
    left: 50%;
    width: 10rem;
    margin-left: -5rem;
  }
  .posSet.pa {
    position: absolute !important;
  }
  .scroll-wrap {
    padding-top: 1.49333333rem;
    padding-bottom: 0rem;
  }
  #header {
    top: 0;
  }
  #function {
    bottom: 0;
  }
}
