
/*!  Project : 成都市氧发堂生物科技有限公司
    +---------style.css----------+
    |                            |
    |    Author  |  yeshiqiu     |
    |    Q__Q    |  574442979    |
    |    Addr    |  SC_Chengdu   |
    |    Date    |  2019.01.09   |
    |                            |
    +--!-_-!--------------!-_-!--+
*/
.pa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bgf {
  background-color: #fff;
}
.bgf1 {
  background-color: #f1f1f1;
}
.bgf5 {
  background-color: #f5f5f5;
}
.bge {
  background-color: #eee;
}
.ctrXXX {
  position: absolute;
  top: 30px;
  right: 15px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  white-space: nowrap;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #b3b1b1 solid 1px;
  font-size: 36px;
  font-weight: bold;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.ysqUEO .ctrXXX s {
  overflow: hidden;
  text-indent: 100%;
}
.ysqUEO .ctrXXX s:before,
.ysqUEO .ctrXXX s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #333333;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .ctrXXX:hover s:before,
.ysqUEO .ctrXXX:hover s:after {
  background-color: #333333;
}
.ysqUEO .ctrXXX s:before,
.ysqUEO .ctrXXX s:after {
  margin-left: -9px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .ctrXXX s:before {
  -webkit-transform: rotate(-40deg) translateX(0.5px);
          transform: rotate(-40deg) translateX(0.5px);
}
.ysqUEO .ctrXXX s:after {
  -webkit-transform: rotate(40deg) translateX(0.5px);
          transform: rotate(40deg) translateX(0.5px);
}
.ysqUEO .ctrXXX:hover s:before {
  -webkit-transform: rotate(-44deg) translateX(0.5px);
          transform: rotate(-44deg) translateX(0.5px);
}
.ysqUEO .ctrXXX:hover s:after {
  -webkit-transform: rotate(44deg) translateX(0.5px);
          transform: rotate(44deg) translateX(0.5px);
}
.ctrXXX s {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  text-align: center;
  font-family: "SimSun", "宋体" !important;
}
@-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 rotate180 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate180 {
  0% {
    -webkit-transform: none !important;
            transform: none !important;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotate180 {
  -webkit-animation-name: rotate180;
          animation-name: rotate180;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
@keyframes AniStriking {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
}
.AniStriking {
  -webkit-animation-name: AniStriking;
          animation-name: AniStriking;
}
@-webkit-keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes AniOpStriking {
  0%,
  50%,
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%,
  75% {
    opacity: .7;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.AniOpStriking {
  -webkit-animation-name: AniOpStriking;
          animation-name: AniOpStriking;
}
/*边距 5-50*/
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mlr15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.pt5 {
  padding-top: 5px;
}
.pb1 {
  padding-bottom: 1px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pr5 {
  padding-right: 5px;
}
/*文本 10-40 50 60 100*/
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f34 {
  font-size: 34px;
}
.f36 {
  font-size: 36px;
}
.f38 {
  font-size: 38px;
}
.f40 {
  font-size: 40px;
}
.f50 {
  font-size: 50px;
}
.f60 {
  font-size: 60px;
}
.f100 {
  font-size: 100px;
}
/* baseCss */
.en {
  word-break: keep-all;
}
.tdu {
  text-decoration: underline;
}
.oh {
  position: relative;
  overflow: hidden;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
.dib {
  display: inline-block;
  vertical-align: top;
}
.unsel {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.insel {
  -webkit-user-select: normal ;
     -moz-user-select: normal ;
      -ms-user-select: normal ;
          user-select: normal ;
}
.op0 {
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
}
.op1 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.taps a,
.tapList a,
.tap {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.tapList .link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lhd5 {
  height: .5em;
}
.ts {
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.tsn {
  -webkit-transition: none !important;
  transition: none !important;
}
.emptyList {
  text-align: center;
  font-size: 16px;
  background-color: #f5f5f5;
  color: #222;
  font-weight: bold;
}
.hidePoint {
  position: absolute;
  height: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}
.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;
}
/* resetEnd */
.c1 {
  color: #89ba6e;
}
.bgc1 {
  background-color: #89ba6e;
}
.c2 {
  color: #f2f9ee;
}
.bgc2 {
  background-color: #f2f9ee;
}
.c3 {
  color: #77ac5a;
}
.bgc3 {
  background-color: #77ac5a;
}
.ca {
  color: #333333;
}
.cb {
  color: #666666;
}
.cs {
  color: #999999;
}
html {
  min-width: 1300px;
  max-width: 1920px;
}
body {
  color: #666666;
  font: 14px/1 "Microsoft YaHei", "微软雅黑", PingFangSC-Regular, Arial, sans-serif;
}
a {
  color: #333333;
  -webkit-transition: color 220ms;
  transition: color 220ms;
}
a.on,
a:hover {
  color: #89ba6e;
}
.w,
.container {
  width: 1280px;
}
.vmbox {
  font-size: 14px;
  line-height: 1;
  font-family: "Microsoft YaHei", "微软雅黑", PingFangSC-Regular, sans-serif;
}
button,
input,
select,
textarea {
  font-family: "Microsoft YaHei", "微软雅黑", PingFangSC-Regular, sans-serif;
}
.info {
  font-size: 14px;
  line-height: 24px;
}
.imax {
  font-size: 16px;
  line-height: 1.8571;
  color: #333333;
}
::-moz-selection {
  background: #6ea64f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #6ea64f;
  color: #fff;
  text-shadow: none;
}
.scroll-wrap {
  background-color: #fff;
}
.loading {
  background-image: url(../image/loading.gif);
}
.loading-m {
  background-image: url(../image/loading-m.gif);
}
.load-error {
  background-image: url(../image/error.gif);
}
.fullFloat {
  position: fixed !important;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ------------------- htmls ------------------- */
.btn.more0 {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 16px;
  color: #77ac5a;
  width: 129px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-image: url(../image/btni-more1.png);
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.btn.more0:after {
  content: " ";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/btni-more1.png);
  background-position: 0 -32px;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.btn.more0.on,
.btn.more0:hover {
  *background-position: 0 -32px;
  color: #fff;
}
.btn.more0.on:after,
.btn.more0:hover:after {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.btn.more1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 114px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #89ba6e;
  border-radius: 2px;
}
/* 表单 */
.formItem {
  position: relative;
}
.formItem .aftPD {
  position: absolute;
  left: 100%;
  top: 0;
  color: #f00;
  margin-left: 8px;
  white-space: nowrap;
  font-size: 14px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.formItem .skin::-webkit-input-placeholder {
  color: #999999;
}
.formItem .skin:-moz-placeholder {
  color: #999999;
}
.formItem .skin::-moz-placeholder {
  color: #999999;
}
.formItem .skin:-ms-input-placeholder {
  color: #999999;
}
.formItem .skin._focus {
  border-color: #2e9fd9 !important;
  /* box-shadow: 0 0 1px 2px fade(@c1,15%); */
}
.formItem.red .skin {
  color: #f00 ;
  border-color: #f00 ;
}
.formItem.red .skin::-webkit-input-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin::-moz-placeholder {
  color: #ff0000;
}
.formItem.red .skin:-ms-input-placeholder {
  color: #ff0000;
}
/*模拟滚动条*/
.module-Scrollbox {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.module-Scrollbox.y {
  padding-right: 10px;
}
.module-Scrollbox.y .scrollbar {
  height: 100%;
  top: 0;
  background-color: #f1f1f1;
}
.module-Scrollbox.y .scrollbar,
.module-Scrollbox.y .scrollbar .thumb,
.module-Scrollbox.y .scrollbar .track {
  width: 5px;
}
.module-Scrollbox.y .scrollbar .thumb {
  height: 0;
  right: 0;
  background-color: #dddddd;
}
.module-Scrollbox.x .scrollbar {
  width: 100%;
  bottom: 0;
  background-color: #f1f1f1;
}
.module-Scrollbox.x .scrollbar,
.module-Scrollbox.x .scrollbar .thumb,
.module-Scrollbox.x .scrollbar .track {
  height: 5px;
}
.module-Scrollbox.x .scrollbar .thumb {
  width: 0;
  left: 0;
  background-color: #dddddd;
}
.module-Scrollbox.x .overview {
  display: inline-block;
}
.module-Scrollbox .scrollbar {
  display: none;
  position: absolute;
  z-index: 3;
  right: 0;
}
.module-Scrollbox .scrollbar .track {
  position: relative;
}
.module-Scrollbox .scrollbar .thumb {
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 2.5px;
  -webkit-transition: all 80ms ease 0s;
  transition: all 80ms ease 0s;
}
.module-Scrollbox .scrollbar .thumb .end {
  height: 5px;
  width: 5px;
}
.module-Scrollbox .viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.module-Scrollbox .overview {
  position: relative;
  -webkit-transition: all 150ms ease-in 0s;
  transition: all 150ms ease-in 0s;
}
.module-Scrollbox .disable {
  display: none;
}
.vd-box {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
}
.vd-box .pic,
.vd-box .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vd-box .play {
  z-index: 2;
  background-image: url(../image/ico-play.png);
  background-size: 130px 130px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: .6;
}
.vd-box .video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #000;
}
.navshow .vd-box .video {
  display: none !important;
}
.navshow .vd-box .pic {
  display: block !important;
}
/* 相册弹窗 */
#albumWindow {
  position: fixed;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 50%;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.no-supports #albumWindow {
  -webkit-transform: none !important;
          transform: none !important;
}
#albumWindow.visible {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  top: 0;
  bottom: 0;
}
#albumWindow .close.btn {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
  background-color: #89ba6e;
}
#albumWindow .ablumName {
  position: absolute;
  color: #333;
  font-size: 16px;
  top: -56px;
  line-height: 56px;
  left: 0;
}
#albumWindow .serialNum {
  display: none;
  position: absolute;
  top: -24px;
  line-height: 24px;
  left: 0;
  width: 100%;
  font-size: 18px;
  color: #999;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
}
#albumWindow .serialNum s {
  color: #777;
}
#albumWindow .contain {
  position: absolute;
  z-index: 1;
  left: 56px;
  right: 56px;
  top: 56px;
  bottom: 26px;
  background-color: #f1f1f1;
}
#albumWindow .contain .list0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 300%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
}
#albumWindow .contain .item {
  float: left;
  position: relative;
  width: 1200px;
  height: 100%;
  text-align: center;
}
#albumWindow .contain .item .img {
  width: 100%;
}
#albumWindow .contain .item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
#albumWindow .contain .item.on h3 {
  -webkit-transition: all 250ms ease 100ms;
  transition: all 250ms ease 100ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#albumWindow .ctr {
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -65px;
  width: 50px;
  height: 130px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
  opacity: .8;
  font-size: 42px;
  line-height: 130px;
  text-align: center;
  font-family: "SimSun", "宋体";
  color: #89ba6e;
  font-weight: bold;
}
#albumWindow .ctr.reject {
  display: none;
}
#albumWindow .ctr:active {
  opacity: 1;
}
#albumWindow .ctr.prev {
  left: 0;
}
#albumWindow .ctr.next {
  right: 0;
}
#albumWindow .ctr:hover {
  background-color: #f5f5f5;
}
#albumWindow .pagination {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 4px;
  line-height: 4px;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
}
#albumWindow .pagination .btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 20px;
  height: 4px;
  margin: 0 5px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  text-indent: 100%;
  *text-indent: 0;
  *font-size: 0;
  background-color: #979797;
  vertical-align: top;
}
#albumWindow .pagination .btn.on {
  background-color: #89ba6e;
}
/* 组件 */
.ysqUEO .hbg .zd {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.ysqUEO .hbg:hover .zd,
.ysqUEO .hbg.hbgOn .zd {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ysqUEO .scs.hbgOn img,
.ysqUEO .scst.hbgOn img,
.ysqUEO .scs:hover img,
.ysqUEO .scst:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.ysqUEO .scs img {
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
.ysqUEO .scst img {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.ysqUEO .tfy3,
.ysqUEO .tfx3,
.ysqUEO .tfy-3,
.ysqUEO .tfx-3 {
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.ysqUEO .tfy3:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.ysqUEO .tfx3:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.ysqUEO .tfy-3:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.ysqUEO .tfx-3:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.ysqUEO .stereoUp {
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .stereoUp:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.hbg .op0 {
  visibility: hidden;
  /* *visibility: visible; */
  -webkit-transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0s;
  transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0s;
}
.hbg:hover .op0,
.hbg.hbgOn .op0 {
  -webkit-transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0ms;
  transition: all 250ms cubic-bezier(0.46, 0.03, 0.52, 1) 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hbg:hover .op0.htfn,
.hbg.hbgOn .op0.htfn {
  -webkit-transform: none !important;
          transform: none !important;
}
.hbg .front,
.hbg:hover .behind,
.hbg.hbgOn .behind {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hbg .behind,
.hbg:hover .front,
.hbg.hbgOn .front {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  /* *visibility: visible; */
  visibility: hidden;
  /* *visibility: visible; */
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
/* keyframes use */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
@-webkit-keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
            transform: scale3d(0.77, 0.77, 0.77);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.77, 0.77, 0.77);
            transform: scale3d(0.77, 0.77, 0.77);
  }
  50% {
    opacity: 1;
  }
}
.zoomIns {
  -webkit-animation-name: zoomIns;
          animation-name: zoomIns;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotate(-9deg);
            transform: translateX(-6px) rotate(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotate(7deg);
            transform: translateX(5px) rotate(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotate(-5deg);
            transform: translateX(-3px) rotate(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotate(3deg);
            transform: translateX(2px) rotate(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotate(-9deg);
            transform: translateX(-6px) rotate(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotate(7deg);
            transform: translateX(5px) rotate(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotate(-5deg);
            transform: translateX(-3px) rotate(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotate(3deg);
            transform: translateX(2px) rotate(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@-webkit-keyframes fadeInUps {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUps {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUps {
  -webkit-animation-name: fadeInUps;
          animation-name: fadeInUps;
}
@-webkit-keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDowns {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDowns {
  -webkit-animation-name: fadeInDowns;
          animation-name: fadeInDowns;
}
@-webkit-keyframes fadeInLefts {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLefts {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLefts {
  -webkit-animation-name: fadeInLefts;
          animation-name: fadeInLefts;
}
@-webkit-keyframes fadeInRights {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRights {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRights {
  -webkit-animation-name: fadeInRights;
          animation-name: fadeInRights;
}
@-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 fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
@-webkit-keyframes aniW100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes aniW100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.aniW100 {
  -webkit-animation-name: aniW100;
          animation-name: aniW100;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@-webkit-keyframes aniH100 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes aniH100 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.aniH100 {
  -webkit-animation-name: aniH100;
          animation-name: aniH100;
  position: relative;
  overflow: hidden;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.abtnSc {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.abtnSc:after {
  content: " ";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -120px;
  margin-top: -120px;
  border-width: 120px;
  border-color: #fff;
  border-style: dashed;
  width: 0;
  height: 0;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0.1;
  filter: alpha(opacity=10);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  pointer-events: none;
}
.abtnSc:hover:after {
  -webkit-transition: all 350ms ease-in 0ms;
  transition: all 350ms ease-in 0ms;
  opacity: 0.15;
  filter: alpha(opacity=15);
  visibility: visible;
  -webkit-transform: none !important;
          transform: none !important;
}
.abtnSc.t1:after {
  border-color: #999;
}
.abtnBg {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.abtnBg:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0);
}
.abtnBg:hover:after {
  background-color: rgba(0, 0, 0, 0.08);
}
.abtnMask {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.abtnMask:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0);
}
.abtnMask:hover:after {
  background-color: rgba(0, 0, 0, 0.08);
}
.abtnMask:after {
  z-index: 7 !important;
}
.abtnBd {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.abtnBd:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  border: 0 solid rgba(0, 0, 0, 0.08);
  border-radius: inherit;
  opacity: 1;
}
.abtnBd:hover:after {
  border-width: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.abtnBT {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.abtnBT:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.abtnBT:hover:after {
  -webkit-transform: none !important;
          transform: none !important;
}
.abtnLR {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.abtnLR:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.abtnLR:hover:after {
  -webkit-transform: none !important;
          transform: none !important;
}
/* backToTopXXX */
/* 滚动加载 */
.scrollAjax #loadState {
  position: relative;
  width: 200px;
  height: 40px;
  margin: 40px auto 0;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  background-color: #89ba6e;
  color: #fff;
  font-size: 16px;
}
.scrollAjax #loadState.off {
  background-color: #ddd;
  color: #333;
  cursor: default;
  cursor: not-allowed;
}
.scrollAjax #loadState.ing:after {
  content: " ";
  -webkit-animation-name: dotMove;
          animation-name: dotMove;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: steps(4);
          animation-timing-function: steps(4);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes dotMove {
  0%,
  100% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}
@keyframes dotMove {
  0%,
  100% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}
.scrollAjax #loadState.retry {
  overflow: hidden;
  background-color: #89ba6e;
  cursor: pointer;
}
.scrollAjax #loadState.retry:before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 80px;
  height: 150px;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg) translateX(-149px);
          transform: skewX(-25deg) translateX(-149px);
  -webkit-transition: none 220ms ease 0s;
  transition: none 220ms ease 0s;
}
.scrollAjax #loadState.retry:hover:before {
  left: 100%;
  -webkit-transform: skewX(-25deg) translateX(149px);
          transform: skewX(-25deg) translateX(149px);
  top: 0;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
}
.scrollAjax .pageList {
  display: none;
}
/* 模态窗 */
.TAlert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.TAlert .contain {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  z-index: 9;
  width: 400px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  text-align: left;
  line-height: 1.4333;
  font-size: 16px;
  border-radius: 5px ;
}
.TAlert .contain .Tclose {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  padding: 5px;
  color: #666;
  font: bold 16px/30px "黑体";
  cursor: pointer;
  text-align: center;
}
.TAlert .contain .head {
  padding: 10px 15px;
  border-bottom: #cccccc solid 1px;
  color: #333;
  background-color: #fff;
}
.TAlert .contain .body {
  padding: 15px;
  font-size: 14px;
  background-color: #fff;
  color: #444;
}
.TAlert .contain .foot {
  position: relative;
  width: 100%;
  height: 40px;
  border-top: #cccccc solid 1px;
}
.TAlert .contain .foot .btn {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 50%;
  text-align: center;
  font-size: 15px;
}
.TAlert .contain .foot .btn:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}
.TAlert .contain .foot .btn:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.TAlert .contain .foot .btn.enter {
  left: 0;
  background-color: #89ba6e;
  color: #fff;
}
.TAlert .contain .foot .btn.close {
  right: 0;
  background-color: #f1f1f1;
  border-left: #cfcfcf solid 1px;
  color: #333;
}
.TAlert .contain .foot .btn.w100 {
  border-left: none;
}
.ysqUEO .TAlert .contain {
  opacity: 0;
  -webkit-transition: all 330ms ease 0s;
  transition: all 330ms ease 0s;
  -webkit-transform: translateY(-100%) scale(0.2);
          transform: translateY(-100%) scale(0.2);
}
.ysqUEO .TAlert.on .contain {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}
/* 页码 */
.pageListBox {
  text-align: center;
}
.pageListBox .pageList {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  font-size: 0;
  padding-top: 45px;
  padding-bottom: 0;
}
.pageListBox .pageList ul {
  position: relative;
  float: none !important;
  line-height: 32px;
}
.pageListBox .pageList ul,
.pageListBox .pageList ul li {
  display: inline-block;
  vertical-align: top;
}
.pageListBox .pageList ul li {
  margin: 0 5px;
  font-size: 14px;
}
.pageListBox .pageList a {
  display: block;
  border: #c8c8c8 solid 1px;
  padding-left: 13px;
  padding-right: 13px;
  text-align: center;
  height: 32px;
  border-radius: 1px;
  color: #888;
  background-color: #fff;
  -webkit-transition: background 200ms, color 200ms;
  transition: background 200ms, color 200ms;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pageListBox .pageList a:hover,
.pageListBox .pageList a.selected {
  color: #fff;
  background-color: #89ba6e;
}
.pageListBox .pageList a:active {
  border-color: #fff;
}
/*header*/
.scroll-wrap {
  padding-top: 0px;
}
.video {
  background-color: #000;
}
.header {
  position: fixed;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  top: 0;
  z-index: 51;
  height: 90px;
  background-color: rgba(255,255,255,0.8);
  color: #fff;
}
.fixedNav .header {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.header .container {
  position: relative;
  height: 100%;
}
.header .logo {
  float: left;
  position: relative;
  top: 50%;
  margin-top: -23.5px;
  height: 47px;
}
.header .logo img {
  display: block;
  height: 100%;
}
.header .logo .words {
  position: absolute;
  left: 100%;
  top: 0;
}
.header .firNav {
  float: right;
  position: relative;
  margin-right: 40px;
}
.header .firNav .firItem {
  float: left;
  position: relative;
  z-index: 5;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 16px;
  margin-left: 5px;
}
.header .firNav .firItem .link1 {
  display: block;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  color: #555;
  padding-left: 15px;
  padding-right: 15px;
}
.header .firNav .firItem.on .link1{
	color: #1cb9c8;
	font-weight: bold;
}

.header .firNav .firItem .link1:hover{
	color: #1cb9c8;
	font-weight: bold;
}

.header .firNav .firItem .secNav {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100px;
  line-height: 26px;
  white-space: nowrap;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  background-color: rgba(255, 255, 255, 0.8);
  color: #555;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
}
.header .firNav .firItem .secNav .link2 {
  position: relative;
  display: block;
  color: #555;
  font-size: 14px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.header .firNav .firItem .secNav .link2.on{
	color: #1cb9c8;
}
.header .firNav .firItem .secNav .secItem:after {
  background-color: rgba(255, 255, 255, 0.16);
}
.header .firNav .firItem:hover .secNav {
  -webkit-transform: none !important;
          transform: none !important;
}
.header .firNav .block {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 26px !important;
  z-index: 1;
  height: 39px !important;
}
.header .firNav .block s,
.header .firNav .block i,
.header .firNav .block b {
  position: absolute;
  top: 0;
  opacity: .4;
}
.header .firNav .block s,
.header .firNav .block i {
  width: 6px;
  height: 100%;
  background-repeat: no-repeat;
}
.header .firNav .block s {
  left: 0;
  background-image: url(../image/linet-navL.png);
}
.header .firNav .block b {
  left: 6px;
  right: 6px;
  height: 37px;
  border-top: #ffffff solid 1px;
  border-bottom: #ffffff solid 1px;
}
.header .firNav .block i {
  right: 0;
  background-image: url(../image/linet-navR.png);
}
.header .tel {
  float: right;
  margin-top: 22px;
  padding-left: 0px;
  height: 42px;
  background-image: url(../image/icot-tel.png);
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #494949;
}
.header .tel .dt {
  font-size: 16px;
  line-height: 20px;
  padding-left: 30px;
}
.header .tel .dd {
  font-size: 16px;
  line-height: 22px;
  font-family: PingFangSC-Regular, Tahoma, sans-serif;
}
/* floatRightBar */
.floatRightBar {
  position: fixed;
  z-index: 88;
  right: 0;
  top: 100%;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.floatRightBar .item {
  position: relative;
  display: block;
  margin-top: 2px;
  width: 70px;
  height: 70px;
  border: solid 1px #89ba6e;
  text-align: center;
}
.floatRightBar .item:first-child {
  margin-top: 0;
}
.floatRightBar .item .stay {
  z-index: 2;
  position: relative;
  display: block;
  width: 70px;
  height: 22px;
  padding-top: 48px;
  background-color: #fff;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.floatRightBar .item .stay,
.floatRightBar .item .stay a {
  color: #89ba6e;
}
.floatRightBar .item .ico {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -17px;
  width: 34px;
  height: 34px;
  background-position: 0 0;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.floatRightBar .item .hide {
  z-index: 1;
  position: absolute;
  right: 100%;
  top: -1px;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
  -webkit-box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.2);
}
.floatRightBar .item .vm {
  height: 40px;
  line-height: 40px;
  font-size: 0;
  *font-size: 30px;
  padding: 16px;
  background-color: #89ba6e;
}
.floatRightBar .item .vm:after,
.floatRightBar .item .vm:before {
  content: "\00a0";
  font-size: 0px;
  visibility: hidden;
}
.floatRightBar .item .vmbox {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
}
.floatRightBar .item .qrcode {
  width: 96px;
  height: 96px;
  background-color: #fff;
}
.floatRightBar .item .qrcode img {
  display: block;
  width: 100%;
  height: 100%;
}
.floatRightBar .item:hover .stay {
  background-color: #89ba6e;
}
.floatRightBar .item:hover .stay,
.floatRightBar .item:hover .stay a {
  color: #ffffff;
}
.floatRightBar .item:hover .ico {
  background-position: -34px 0;
}
.floatRightBar .item:hover .hide {
  -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;
}
/* banner */
.banner {
  position: relative;
  width: 100%;
  /* height: 800px; */
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.banner .item {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .item img {
  pointer-events: none;
}
.banner .item .bg {
  top: auto;
  bottom: 0;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.banner .item .container {
  position: relative;
  height: 100%;
}
.banner .item .stores {
  position: absolute;
  left: 50px;
  top: 184px;
  padding-right: 260px;
  min-height: 101px;
  width: 240px;
  font-size: 34px;
  line-height: 46px;
  color: #3f8b0f;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.banner .item .stores em {
  margin-left: 4px;
  margin-right: 4px;
  font-weight: bold;
  font-size: 44px;
  font-family: Verdana, Geneva, sans-serif;
}
.banner .item .stores img {
  position: absolute;
  right: 0;
  top: 0;
}
.banner .item .slogan {
  position: absolute;
  overflow: hidden;
  top: 356px;
  left: 90px;
  height: 218px;
  width: 0;
}
.banner .item .slogan img {
  width: 429px;
  height: 218px;
}
.banner .item .spokesman {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -110px;
}
.banner .item .spokesman .description {
  z-index: 2;
  position: absolute;
  left: 189px;
  bottom: 125px;
  font-size: 28px;
  color: #000;
}
.banner .item .spokesman .signature {
  z-index: 3;
  position: absolute;
  left: 374px;
  bottom: -5px;
}
.banner.loaded .container .tv,
.banner._nojs .container .tv {
  -webkit-animation-name: headShake;
          animation-name: headShake;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -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;
}
.banner.loaded .container .slogan,
.banner._nojs .container .slogan {
  width: 500px;
  -webkit-transition: all 800ms ease 500ms;
  transition: all 800ms ease 500ms;
}
/* index */
.index-About {
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
.index-About .container {
  position: relative;
  width: 550px;
  padding-right: 730px;
  min-height: 338px;
}
.index-About .vd-box {
  position: absolute;
  right: 0;
  top: 180px;
  width: 600px;
  height: 338px;
}
.index-About .cn {
  padding: 2px 0;
}
.index-About .en {
  margin-top: 10px;
  font-size: 24px;
  font-family: PingFangSC-Regular, Tahoma, sans-serif;
  text-transform: uppercase;
}
.index-About .hr {
  margin-top: 24px;
  width: 36px;
  height: 4px;
  background-color: #00aec7;
}
.index-About .info {
  margin-top: 40px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
.index-Head {
  margin-left: auto;
  margin-right: auto;
  padding-top: 37px;
  width: 300px;
  height: 82px;
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}
.index-Head .en {
  font-size: 16px;
  line-height: 1;
  font-family: PingFangSC-Regular, Tahoma, sans-serif;
  text-transform: uppercase;
}
.index-Head .cn {
  margin-top: 4px;
  font-size: 30px;
}
.index-Head.t1 {
  color: #77ac5a;
  background-image: url(../image/bgi-head.png);
}
.index-Head.t2 {
  color: #fff;
  background-image: url(../image/bgi-headfff.png);
}
.index-Product {
  position: relative;
  padding-top: 52px;
  padding-bottom: 80px;
  background-color: #f2f9ee;
}
.index-Product-Slide {
  position: relative;
  height: 630px;
  margin-top: 44px;
}
.index-Product-Slide .col {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 1280px;
  height: 630px;
  margin-right: 7px;
}
.index-Product-Slide .moveItem {
  position: absolute;
}
.index-Product-Slide .item {
  z-index: 1;
  position: relative;
  overflow: hidden;
  float: left;
  margin-left: 8px;
  background-color: #fff;
  border-radius: 10px;
  border: #89ba6e solid 1px;
}
.index-Product-Slide .item .pic {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.index-Product-Slide .item .cn {
  color: #77ac5a;
}
.index-Product-Slide .item .en {
  font-family: PingFangSC-Regular, Tahoma, sans-serif;
}
.index-Product-Slide .item .link {
  z-index: 11;
  position: absolute;
  left: 0;
  bottom: -120px;
  width: 100%;
  height: 102px;
  background-color: #89ba6e;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.index-Product-Slide .item .link h3 {
  padding: 28px 80px 0 18px;
}
.index-Product-Slide .item .link .cn,
.index-Product-Slide .item .link .en {
  color: #fff;
}
.index-Product-Slide .item .link .cn {
  font-size: 18px;
  line-height: 24px;
}
.index-Product-Slide .item .link .en {
  margin-top: 10px;
  font-size: 14px;
}
.index-Product-Slide .item .link s {
  position: absolute;
  top: 30px;
  right: 18px;
  width: 40px;
  height: 40px;
  background-image: url(../image/btni-more2.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.index-Product-Slide .item .link s:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.index-Product-Slide .item:hover .link {
  bottom: 0;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.index-Product-Slide .item.bItem {
  margin-left: 0;
  width: 526px;
  height: 528px;
  padding: 50px;
}
.index-Product-Slide .item.bItem .dt .cn {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
}
.index-Product-Slide .item.bItem .dt .en {
  margin-top: 12px;
  color: #666666;
  font-size: 16px;
  line-height: 22px;
}
.index-Product-Slide .item.bItem .info {
  margin-top: 30px;
  font-size: 16px;
}
.index-Product-Slide .item.bItem .axd {
  margin-top: 6px;
  font-size: 14px;
}
.index-Product-Slide .item.bItem .btn {
  margin-top: 35px;
}
.index-Product-Slide .item.bItem .pic {
  z-index: -1;
  right: 25px;
  bottom: 5px;
  width: 465px;
  height: 465px;
}
.index-Product-Slide .item.sItem {
  width: 316px;
  height: 54px;
  padding-top: 255px;
  margin-bottom: 8px;
}
.index-Product-Slide .item.sItem .dt {
  text-align: center;
}
.index-Product-Slide .item.sItem .dt .cn {
  font-size: 18px;
}
.index-Product-Slide .item.sItem .dt .en {
  margin-top: 6px;
  font-size: 14px;
  color: #999999;
}
.index-Product-Slide .item.sItem .pic {
  left: 50%;
  top: 3px;
  margin-left: -120px;
  width: 240px;
  height: 240px;
}
.index-Product-Slide .ctrbox {
  z-index: 8;
  position: absolute;
  top: 48px;
  left: 500px;
  width: 83px;
  height: 42px;
}
.index-Product-Slide .ctr {
  display: none;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: solid 1px #eeeeee;
  font-size: 30px;
  font-weight: bold;
  color: #b3b1b1;
  background-color: #fff;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.index-Product-Slide .ctr s {
  font-family: "SimSun", "宋体" !important;
}
.ysqUEO .index-Product-Slide .ctr s {
  overflow: hidden;
  text-indent: 100%;
}
.ysqUEO .index-Product-Slide .ctr s:before,
.ysqUEO .index-Product-Slide .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #b3b1b1;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .index-Product-Slide .ctr:hover s:before,
.ysqUEO .index-Product-Slide .ctr:hover s:after {
  background-color: #77ac5a;
}
.index-Product-Slide .ctr s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ysqUEO .index-Product-Slide .ctr.prev s:before,
.ysqUEO .index-Product-Slide .ctr.prev s:after {
  margin-left: -7px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .index-Product-Slide .ctr.prev s:before {
  -webkit-transform: rotate(-32deg) translateX(-0.5px);
          transform: rotate(-32deg) translateX(-0.5px);
}
.ysqUEO .index-Product-Slide .ctr.prev s:after {
  -webkit-transform: rotate(32deg) translateX(-0.5px);
          transform: rotate(32deg) translateX(-0.5px);
}
.ysqUEO .index-Product-Slide .ctr.prev:hover s:before {
  -webkit-transform: rotate(-40deg) translateX(-0.5px);
          transform: rotate(-40deg) translateX(-0.5px);
}
.ysqUEO .index-Product-Slide .ctr.prev:hover s:after {
  -webkit-transform: rotate(40deg) translateX(-0.5px);
          transform: rotate(40deg) translateX(-0.5px);
}
.ysqUEO .index-Product-Slide .ctr.next s:before,
.ysqUEO .index-Product-Slide .ctr.next s:after {
  margin-left: -9px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .index-Product-Slide .ctr.next s:before {
  -webkit-transform: rotate(-32deg) translateX(0.5px);
          transform: rotate(-32deg) translateX(0.5px);
}
.ysqUEO .index-Product-Slide .ctr.next s:after {
  -webkit-transform: rotate(32deg) translateX(0.5px);
          transform: rotate(32deg) translateX(0.5px);
}
.ysqUEO .index-Product-Slide .ctr.next:hover s:before {
  -webkit-transform: rotate(-40deg) translateX(0.5px);
          transform: rotate(-40deg) translateX(0.5px);
}
.ysqUEO .index-Product-Slide .ctr.next:hover s:after {
  -webkit-transform: rotate(40deg) translateX(0.5px);
          transform: rotate(40deg) translateX(0.5px);
}
.index-Product-Slide .ctr:hover {
  color: #77ac5a;
  border-color: #77ac5a;
  z-index: 9;
}
.index-Product-Slide .ctr.reject {
  display: none;
}
.index-Product-Slide .ctr.prev {
  left: 0;
}
.index-Product-Slide .ctr.next {
  right: 0;
}
.index-Axdvantage {
  padding-top: 55px;
  padding-bottom: 68px;
}
.index-Axdvantage .container {
  position: relative;
  margin-top: 24px;
  padding-top: 36px;
  padding-left: 39px;
  padding-right: 39px;
  width: 1202px;
  height: 500px;
}
.index-Axdvantage .container .k {
  position: absolute;
  border-color: #89ba6e;
  border-style: solid;
  width: 26px;
  height: 26px;
}
.index-Axdvantage .container .rt {
  right: 0;
  top: 0;
  border-width: 4px 4px 0 0;
}
.index-Axdvantage .container .lb {
  left: 0;
  bottom: 0;
  border-width: 0 0 4px 4px;
}
.index-Axdvantage .list {
  position: relative;
  height: 500px;
}
.index-Axdvantage .list .item {
  z-index: 1;
  position: relative;
  overflow: hidden;
  float: left;
  width: 266px;
  height: 405px;
  margin-left: 44px;
  background-color: #000;
  text-align: center;
  color: #fff;
}
.index-Axdvantage .list .item .bg {
  z-index: -5;
  opacity: .50;
  filter: alpha(opacity=50);
  *zoom: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 800ms ease 100ms;
  transition: all 800ms ease 100ms;
}
.index-Axdvantage .list .item .mask {
  z-index: -1;
  background-image: url(../image/bgi-axdvantageitem.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.index-Axdvantage .list .item .icoImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 53px;
  width: 80px;
  height: 80px;
}
.index-Axdvantage .list .item .hr {
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 2px;
  margin-top: 14px;
  background-color: #fff;
}
.index-Axdvantage .list .item .contain {
  margin-top: 30px;
  font-size: 20px;
  line-height: 32px;
}
.index-Axdvantage .list .item .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 129px;
  height: 32px;
  line-height: 32px;
  color: #89ba6e;
  font-size: 16px;
  background-image: url(../image/btni-more3.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.index-Axdvantage .list .item .btn:hover {
  font-weight: 700;
  -webkit-transition: none !important;
  transition: none !important;
}
.index-Axdvantage .list .item .icoImg,
.index-Axdvantage .list .item .hr,
.index-Axdvantage .list .item .btn {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.index-Axdvantage .list .item .icoImg {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.index-Axdvantage .list .item .hr {
  width: 0;
}
.index-Axdvantage .list .item.i1 {
  margin-left: 0;
  margin-top: 62px;
}
.index-Axdvantage .list .item.i3 {
  margin-top: 95px;
}
.index-Axdvantage .list .item.i4 {
  margin-top: 30px;
}
.index-Axdvantage .list .item:hover .bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0ms ease 200ms;
  transition: all 0ms ease 200ms;
}
.index-Axdvantage .list .item:hover .icoImg,
.index-Axdvantage .list .item:hover .hr,
.index-Axdvantage .list .item:hover .btn {
  -webkit-transition: all 250ms ease 180ms;
  transition: all 250ms ease 180ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.index-Axdvantage .list .item:hover .icoImg {
  -webkit-transform: none !important;
          transform: none !important;
}
.index-Axdvantage .list .item:hover .hr {
  width: 40px;
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.index-Service {
  z-index: 1;
  position: relative;
  height: 634px;
  padding-top: 56px;
  padding-bottom: 60px;
}
.index-Service .index-Service-Slide {
  position: relative;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
  height: 388px;
  padding-bottom: 70px;
}
.index-Service .index-Service-Slide .shade {
  background-color: #fff;
}
.index-Service .index-Service-Slide .item {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 660px;
  padding-right: 620px;
  height: 100%;
  text-align: center;
  color: #333333;
  background-color: #fff;
}
.index-Service .index-Service-Slide .item .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 620px;
  height: 100%;
  background-color: #f1f1f1;
}
.index-Service .index-Service-Slide .item .logo {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 60px;
  background-color: #89ba6e;
  line-height: 60px;
  font-size: 0;
  *font-size: 45px;
  text-align: center;
}
.index-Service .index-Service-Slide .item .logo:after,
.index-Service .index-Service-Slide .item .logo:before {
  content: "\00a0";
  font-size: 0px;
  visibility: hidden;
}
.index-Service .index-Service-Slide .item .logo img {
  display: inline-block;
  position: relative;
  *top: -1px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.index-Service .index-Service-Slide .item h3 {
  margin-top: 35px;
  font-size: 28px;
}
.index-Service .index-Service-Slide .item p {
  margin-top: 18px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 22px;
  line-height: 30px;
}
.index-Service .index-Service-Slide .item .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
.index-Service .index-Service-Slide .moveItem {
  position: absolute;
}
.index-Service .index-Service-Slide .pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 10px;
  line-height: 10px;
  text-align: center;
  white-space: nowrap;
}
.index-Service .index-Service-Slide .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  text-indent: 100%;
  *text-indent: 0;
  *font-size: 0;
  margin: 0 10px;
  border-color: #fff;
  border-radius: 50%;
}
.index-Service .index-Service-Slide .pagination .btn.on {
  border-color: #f3dc5b;
}
.index-News {
  z-index: 1;
  position: relative;
  padding-top: 38px;
  padding-bottom: 50px;
}
.index-News .bg {
  top: 193px;
  height: 306px;
  background-color: #f2f9ee;
}
.index-News-Tab {
  margin-top: 80px;
}
.index-News-Tab .Tg {
  text-align: center;
}
.index-News-Tab .Tg .btn {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  margin-right: 8px;
}
.index-News-Tab .Tt {
  margin-top: 40px;
}
.index-News-Tab .Ta {
  margin-top: 30px;
}
.index-News-List {
  position: relative;
  overflow: hidden;
  margin-right: -24px;
  margin-bottom: -20px;
  *margin-bottom: 0;
  min-height: 20px;
}
.index-News-List .item {
  float: left;
  position: relative;
  margin-right: 24px;
  margin-bottom: 20px;
  width: 302px;
  height: 355px;
}
.index-News-List .item .pic {
  width: 302px;
  height: 190px;
  background-color: #f1f1f1;
}
.index-News-List .item h3 {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.index-News-List .item h3 .link {
  color: #000;
}
.index-News-List .item p {
  margin-top: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  height: 48px;
}
.index-News-List .item .aside {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border-top: #e8e8e8 solid 1px;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 16px;
  font-size: 12px;
}
.index-News-List .item .aside .time {
  float: left;
  color: #999999;
}
.index-News-List .item .aside .more {
  float: right;
  color: #999999;
}
.index-News-List .emptyList {
  width: 1280px;
  line-height: 335px;
}
/* footer */
.footer {
  background-color: #1d2125;
}
.footer,
.footer a {
  color: #b6b6b6;
}
.footer-t {
  padding-top: 40px;
  padding-bottom: 35px;
}
.footer-t .name{
	font-size: 36px;
	line-height: 2em;
	color: #00aec7;
	font-weight: normal;
}
.footer-t .dt {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}
.footer-t .dd {
  margin-top: 20px;
  font-size: 0;
  margin-right: -10px;
  margin-bottom: -4px;
  *margin-bottom: 0;
}
.footer-t .dd .link {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 18px;
}
.footer-b {
  padding-bottom: 35px;
  padding-top: 45px;
  border-top: #2a2d31 solid 1px;
}
.footer-b .name .cn{
	font-size: 20px;
	color: #fff;
}
.footer-b .name .en{
	font-size: 12px;
	color: #fff;
	line-height: 2em;
	text-transform: uppercase;
}
.footer-b .infos{
	font-size: 14px;
	line-height: 2em;
	color: #fff;
	padding-top: 20px;
}
.footer-b .infos .tel{
	background-image: url(../image/i2.jpg);
	background-repeat: no-repeat;
	background-size: 24px 23px;
	background-position: left center;
	padding-left: 30px;
}
.footer-b .infos .addr{
	background-image: url(../image/i1.jpg);
	background-repeat: no-repeat;
	background-size: 24px 22px;
	background-position: left center;
	padding-left: 30px;
}
.footer-b .container {
  position: relative;
  width: 930px;
  padding-right: 350px;
  min-height: 140px;
}
.footer-b .fnav .link {
  margin-right: 25px;
  color: #fff;
}
.footer-b .fcopyrights {
  margin-top: 30px;
  font-size: 14px;
  line-height: 26px;
}
.footer-b .fcontact {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-b .fcontact .qrcode {
  float: left;
  width: 110px;
  margin-right: 30px;
  text-align: center;
}
.footer-b .fcontact .qrcode .pic {
  width: 110px;
  height: 110px;
  margin-bottom: 10px;
}
.footer-b .fcontact .tel {
  float: left;
}
.footer-b .fcontact .tel .dt {
  line-height: 20px;
}
.footer-b .fcontact .tel .dd {
  margin-top: 6px;
  line-height: 24px;
  font-size: 24px;
  color: #89ba6e;
  font-family: PingFangSC-Regular, Tahoma, sans-serif;
}
.footer-b .fcontact .tel .btn {
  display: block;
  margin-top: 30px;
  width: 98px;
  height: 26px;
  line-height: 26px;
  text-indent: 34px;
  color: #fff;
  background-image: url(../image/bgf-onlineChat.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* subpage */
.subpage {
  position: relative;
  z-index: 1;
}
.subpage-Head {
  margin-left: auto;
  margin-right: auto;
  padding-top: 77px;
  padding-bottom: 77px;
  height: 70px;
  background-image: url(../image/bgs-head.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 0;
  color: #333333;
}
.subpage-Head .dib {
  position: relative;
  min-width: 205px;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
}
.subpage-Head s {
  position: absolute;
  top: 46px;
  width: 200px;
  height: 1px;
  background-color: #e7f1e2;
}
.subpage-Head s.l {
  right: 100%;
  margin-right: 20px;
}
.subpage-Head s.r {
  left: 100%;
  margin-left: 20px;
}
.subpage-Head .en {
  font-size: 14px;
  line-height: 30px;
  font-family: PingFangSC-Regular, Tahoma, sans-serif;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 3px;
}
.subpage-Head .cn {
  font-size: 28px;
}
/* subBanner */
.subBanner {
  z-index: 1;
  position: relative;
  overflow: hidden;
  height: 464px;
  padding-top: 136px;
}
.subBanner .now {
  margin-left: auto;
  margin-right: auto;
  width: 371px;
  height: 167px;
  padding-top: 41px;
  background-image: url(../image/bgs-now.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}
.subBanner .slogan {
  margin-top: 4px;
  text-align: center;
  font-size: 0;
  color: #6a9c4e;
  line-height: 40px;
}
.subBanner .slogan s,
.subBanner .slogan span {
  display: inline-block;
  vertical-align: middle;
}
.subBanner .slogan span {
  margin-left: 24px;
  margin-right: 24px;
  font-size: 32px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
  width: 8em;
  border-right: 4px transparent solid;
  -webkit-animation: typing 2.4s steps(8, end), blink_typing 0.75s step-end 3, blink_typing 1s step-end 2 2.4s;
          animation: typing 2.4s steps(8, end), blink_typing 0.75s step-end 3, blink_typing 1s step-end 2 2.4s;
  /* 打印效果 */
  /* 光标闪啊闪 */
}
@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 8em;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 8em;
  }
}
@-webkit-keyframes blink_typing {
  from,
  to {
    -webkit-box-shadow: 1px 0 0 0 transparent;
            box-shadow: 1px 0 0 0 transparent;
  }
  50% {
    -webkit-box-shadow: 1px 0 0 0;
            box-shadow: 1px 0 0 0;
  }
}
@keyframes blink_typing {
  from,
  to {
    -webkit-box-shadow: 1px 0 0 0 transparent;
            box-shadow: 1px 0 0 0 transparent;
  }
  50% {
    -webkit-box-shadow: 1px 0 0 0;
            box-shadow: 1px 0 0 0;
  }
}
.subBanner .slogan s {
  width: 96px;
  height: 4px;
  border-top: solid 1px;
  border-bottom: dashed 1px;
}
.subBanner .L2_Nav {
  z-index: 8;
  position: absolute;
  bottom: 86px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.subBanner .L2_Nav .link2 {
  z-index: 1;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 119px;
  height: 32px;
  line-height: 32px;
  margin-left: 15px;
  margin-right: 15px;
  color: #fff;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: url(../image/bgs-L2_Nav.png);
  background-position: 0 -32px;
}
.subBanner .L2_Nav .link2:before,
.subBanner .L2_Nav .link2:after {
  content: " ";
  z-index: -1;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.subBanner .L2_Nav .link2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/bgs-L2_Nav.png);
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.subBanner .L2_Nav .link2:before {
  position: absolute;
  z-index: -2;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  margin-top: 4px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 10px 10px;
  border-color: #558c0f transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  font-size: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
.subBanner .L2_Nav .link2.on,
.subBanner .L2_Nav .link2:hover {
  *background-position: 0 0;
}
.subBanner .L2_Nav .link2.on:before,
.subBanner .L2_Nav .link2:hover:before,
.subBanner .L2_Nav .link2.on:after,
.subBanner .L2_Nav .link2:hover:after {
  -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;
}
.subBanner .L2_Nav .empty {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 27px;
  height: 27px;
  background-image: url(../image/bgs-L2_NavEpt.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.subBanner.t2 .now {
  background-image: url(../image/bgs-nowFFF.png);
}
.subBanner.t2 .slogan {
  color: #fff;
}
/* sAbout */
.sAbout-Section {
  position: relative;
  z-index: 1;
}
.sAbout-Head .cn {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
.sAbout-Head .en {
  margin-top: 18px;
  font-size: 18px;
  color: #d0d0d0;
  text-transform: uppercase;
}
.sAbout-Head .hr {
  margin-top: 25px;
  width: 50px;
  height: 2px;
  background-color: #89ba6e;
}
.sAbout-Head.t1 {
  text-align: left;
}
.sAbout-Head.t2 {
  text-align: center;
}
.sAbout-Head.t2 .hr {
  margin-left: auto;
  margin-right: auto;
}
.sAbout-Introduction {
  background-color: #f2f9ee;
  padding-top: 80px;
  padding-bottom: 44px;
  min-height: 535px;
}
.sAbout-Introduction .container {
  position: relative;
  width: 525px;
  padding-right: 755px;
}
.sAbout-Introduction .sAbout-Head {
  padding-top: 28px;
}
.sAbout-Introduction .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 645px;
  height: 535px;
}
.sAbout-Introduction .imax {
  margin-top: 44px;
}
.sAbout-Noharm {
  background-color: #fff;
  padding-top: 68px;
  padding-bottom: 73px;
}
.sAbout-Noharm .imax {
  margin-top: 35px;
}
.sAbout-Certification {
  padding-top: 168px;
  padding-bottom: 154px;
}
.sAbout-Certification .container {
  position: relative;
  width: 615px;
  padding-left: 665px;
  min-height: 338px;
}
.sAbout-Certification .container .vd-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 338px;
}
.sAbout-Certification .container .sAbout-Head {
  padding-top: 8px;
}
.sAbout-Certification .container .sAbout-Head .cn,
.sAbout-Certification .container .sAbout-Head .en {
  color: #fff;
}
.sAbout-Certification .container .sAbout-Head .hr {
  background-color: #fff;
}
.sAbout-Certification .container .imax {
  margin-top: 34px;
  color: #fff;
}
.sAbout-Chain {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 60px;
}
.sAbout-Chain .bg {
  -webkit-transition: all 0 ease 200ms;
  transition: all 0 ease 200ms;
}
.sAbout-Chain .imax {
  margin-top: 34px;
}
/* sStory */
.sStory-Section {
  z-index: 1;
  position: relative;
  overflow: hidden;
  height: 734px;
  background-color: #f5f5f5;
}
.sStory-Section .txtbox,
.sStory-Section .picbox {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.sStory-Section .picbox {
  overflow: hidden;
}
.sStory-Section .contain {
  position: absolute;
  top: 0;
  width: 580px;
}
.sStory-Section .pic {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -480px;
  margin-top: -367px;
  width: 960px;
  height: 734px;
}
.sStory-Section.even .contain {
  padding-right: 60px;
}
.sStory-Section.even .txtbox {
  left: 0;
}
.sStory-Section.even .contain,
.sStory-Section.even .picbox,
.sStory-Section.even .bar {
  right: 0;
}
.sStory-Section.even .dt {
  right: 60px;
}
.sStory-Section.even .bigW {
  left: 100%;
}
.sStory-Section.odd .contain {
  padding-left: 60px;
}
.sStory-Section.odd .txtbox {
  right: 0;
}
.sStory-Section.odd .contain,
.sStory-Section.odd .picbox,
.sStory-Section.odd .bar {
  left: 0;
}
.sStory-Section.odd .dt {
  left: 60px;
}
.sStory-Section.odd .bigW {
  right: 100%;
}
.sStory-Section .bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 110px;
  line-height: 110px;
  color: #fff;
  background-color: #5c9d37;
}
.sStory-Section .dt {
  position: absolute;
  top: 0;
  color: #fff;
  line-height: 110px;
  font-size: 38px;
  width: 100px;
  white-space: nowrap;
  width: 580px;
}
.sStory-Section .dd {
  padding-top: 152px;
  text-align: justify;
}
.sStory-Section .bigW {
  z-index: 9;
  position: absolute;
  top: 0;
  width: 150px;
  height: 150px;
  line-height: 145px;
  text-align: center;
  color: #fff;
  background-color: #5c9d37;
  font-size: 96px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sStory-Section1 .contain {
  padding-left: 125px;
  padding-right: 60px;
  padding-top: 85px;
  width: 455px;
}
.sStory-Section1 .head {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 40px;
  padding-top: 120px;
  width: 38px;
  height: 614px;
  background-image: url(../image/bgs-story1-head.png);
  background-size: auto;
  background-position: 50% 3px;
  background-repeat: no-repeat;
  font-size: 38px;
  line-height: 46px;
}
.sStory-Section1 .body {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.sStory-Section2 .mask {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  height: 289px;
  background-image: url(../image/masks-story3.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.sStory-Section2 .sign {
  z-index: 8;
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 580px;
  height: 134px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.sStory-Section2 .sign img {
  position: absolute;
  right: 0;
  bottom: 20px;
}
/* sLeader */
.sLeader-Tab {
  z-index: 1;
  position: relative;
  padding-top: 80px;
}
.sLeader-Tab .bgc2 {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 236px;
}
.sLeader-Tab .Tt {
  position: relative;
  padding-top: 65px;
  color: #333333;
}
.sLeader-Tab .Tt .box {
  position: relative;
  padding-right: 680px;
  padding-bottom: 296px;
}
.sLeader-Tab .Tt .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 640px;
  height: 800px;
  width: ;
  height: ;
  background-image: url(../image/bgs-leader.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sLeader-Tab .Tt .pic img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sLeader-Tab .Tt h2 {
  font-size: 40px;
  line-height: 50px;
}
.sLeader-Tab .Tt .pos {
  margin-top: 10px;
  font-size: 22px;
  line-height: 30px;
}
.sLeader-Tab .Tt .content {
  margin-top: 29px;
  height: 320px;
}
.sLeader-Tab .Tg {
  position: absolute;
  bottom: 36px;
  left: 50%;
  margin-left: -640px;
  white-space: nowrap;
  font-size: 0;
  width: 572px;
  overflow: auto hidden;
}
.sLeader-Tab .Tg .btn {
  display: inline-block;
  vertical-align: top;
  width: 128px;
  height: 160px;
  background-color: #d0e3da;
  -webkit-transition: background 220ms ease 0s;
  transition: background 220ms ease 0s;
  margin-left: 20px;
}
.sLeader-Tab .Tg .btn:first-child {
  margin-left: 0;
}
.sLeader-Tab .Tg .btn img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sLeader-Tab .Tg .btn.on,
.sLeader-Tab .Tg .btn:hover {
  background-color: #d3dcce;
  border: #89ba6e solid 2px;
  width: 124px;
  height: 156px;
}
.sLeader-Tab .Tg .scrollBox {
  display: inline-block;
  vertical-align: top;
}
.sLeader-Tab .ctrbox {
  z-index: 8;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 54px;
}
.sLeader-Tab .ctr {
  display: none;
  position: absolute;
  top: 0;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border: solid 1px #dddddd;
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  color: #b3b1b1;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  *background-color: #ffffff;
}
.sLeader-Tab .ctr:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
}
.sLeader-Tab .ctr s {
  font-family: "SimSun", "宋体" !important;
}
.ysqUEO .sLeader-Tab .ctr s {
  overflow: hidden;
  text-indent: 100%;
}
.ysqUEO .sLeader-Tab .ctr s:before,
.ysqUEO .sLeader-Tab .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #b3b1b1;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .sLeader-Tab .ctr:hover s:before,
.ysqUEO .sLeader-Tab .ctr:hover s:after {
  background-color: #77ac5a;
}
.sLeader-Tab .ctr s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ysqUEO .sLeader-Tab .ctr.prev s:before,
.ysqUEO .sLeader-Tab .ctr.prev s:after {
  margin-left: -7px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .sLeader-Tab .ctr.prev s:before {
  -webkit-transform: rotate(-32deg) translateX(-0.5px);
          transform: rotate(-32deg) translateX(-0.5px);
}
.ysqUEO .sLeader-Tab .ctr.prev s:after {
  -webkit-transform: rotate(32deg) translateX(-0.5px);
          transform: rotate(32deg) translateX(-0.5px);
}
.ysqUEO .sLeader-Tab .ctr.prev:hover s:before {
  -webkit-transform: rotate(-40deg) translateX(-0.5px);
          transform: rotate(-40deg) translateX(-0.5px);
}
.ysqUEO .sLeader-Tab .ctr.prev:hover s:after {
  -webkit-transform: rotate(40deg) translateX(-0.5px);
          transform: rotate(40deg) translateX(-0.5px);
}
.ysqUEO .sLeader-Tab .ctr.next s:before,
.ysqUEO .sLeader-Tab .ctr.next s:after {
  margin-left: -9px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .sLeader-Tab .ctr.next s:before {
  -webkit-transform: rotate(-32deg) translateX(0.5px);
          transform: rotate(-32deg) translateX(0.5px);
}
.ysqUEO .sLeader-Tab .ctr.next s:after {
  -webkit-transform: rotate(32deg) translateX(0.5px);
          transform: rotate(32deg) translateX(0.5px);
}
.ysqUEO .sLeader-Tab .ctr.next:hover s:before {
  -webkit-transform: rotate(-40deg) translateX(0.5px);
          transform: rotate(-40deg) translateX(0.5px);
}
.ysqUEO .sLeader-Tab .ctr.next:hover s:after {
  -webkit-transform: rotate(40deg) translateX(0.5px);
          transform: rotate(40deg) translateX(0.5px);
}
.sLeader-Tab .ctr:hover {
  color: #77ac5a;
  border-color: #77ac5a;
  z-index: 9;
}
.sLeader-Tab .ctr.reject {
  display: none;
}
.sLeader-Tab .ctr.prev {
  left: 0;
}
.sLeader-Tab .ctr.next {
  right: 0;
}
/* sHonor */
.sHonor {
  position: relative;
  padding-top: 80px;
  padding-bottom: 84px;
}
/* sChronicle */
.sChronicle {
  padding-top: 65px;
  padding-bottom: 90px;
}
.sChronicle-List {
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.sChronicle-List .vr {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  height: auto;
  background-color: #89ba6e;
  z-index: -1;
}
.sChronicle-List .item {
  position: relative;
  width: 490px;
  min-height: 75px;
  color: #333333;
}
.sChronicle-List .item s {
  position: absolute;
  left: 50%;
  top: 4px;
  border-radius: 50%;
  background-color: #89ba6e;
}
.sChronicle-List .item .s1 {
  z-index: 2;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: 5px;
}
.sChronicle-List .item .s2 {
  z-index: 1;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  opacity: .30;
  filter: alpha(opacity=30);
  *zoom: 1;
}
.sChronicle-List .item .pic {
  position: absolute;
  top: 0;
  width: 100px;
  height: 75px;
  border-radius: 3px;
  background-color: #89ba6e;
}
.sChronicle-List .item .dt {
  font-size: 24px;
  line-height: 26px;
}
.sChronicle-List .item .dd {
  margin-top: 6px;
  font-size: 16px;
  line-height: 26px;
}
.sChronicle-List .item.even {
  margin-top: 60px;
  float: right;
  text-align: left;
  padding-left: 790px;
}
.sChronicle-List .item.even .pic {
  left: 670px;
}
.sChronicle-List .item.odd {
  margin-top: -20px;
  float: left;
  text-align: right;
  padding-right: 790px;
}
.sChronicle-List .item.odd .pic {
  right: 670px;
}
/* sCulture */
.sCulture-Section1 {
  position: relative;
  padding-top: 80px;
}
.sCulture-Section1 .item {
  float: left;
  position: relative;
  overflow: hidden;
  margin-left: 25px;
  width: 236px;
  height: 270px;
  padding-top: 132px;
  text-align: center;
  color: #fff;
}
.sCulture-Section1 .item:first-child {
  margin-left: 0;
}
.sCulture-Section1 .item i {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #619047;
  font-family: PingFangSC-Regular, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}
.sCulture-Section1 .item .dt {
  font-size: 28px;
}
.sCulture-Section1 .item .hr {
  width: 30px;
  height: 2px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.sCulture-Section1 .item .dd {
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
}
.sCulture-Section1 .item s {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
  width: 9px;
  height: 36px;
  background-image: url(../image/lines-culture.png);
  background-size: auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sCulture-Section1 .item:hover s {
  bottom: 0;
}
.sCulture-Section2 {
  position: relative;
  margin-top: 20px;
}
.sCulture-Section2 .item {
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 486px;
  height: 265px;
  padding-top: 50px;
  padding-left: 144px;
  color: #fff;
}
.sCulture-Section2 .item:first-child {
  margin-right: 20px;
}
.sCulture-Section2 .item .bg {
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
}
.sCulture-Section2 .item .dt {
  position: absolute;
  left: 80px;
  top: 50px;
  width: 1em;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}
.sCulture-Section2 .item .vr {
  position: absolute;
  left: 125px;
  top: 52px;
  background-color: #fff;
  height: 125px;
  opacity: .33;
  filter: alpha(opacity=33);
  *zoom: 1;
}
.sCulture-Section2 .item .dd {
  font-size: 14px;
  line-height: 26px;
  width: 400px;
}
.sCulture-Section2 .item:hover .bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sCulture-Section3 {
  z-index: 1;
  position: relative;
  margin-top: 25px;
  height: 340px;
  padding-top: 50px;
  color: #333333;
}
.sCulture-Section3 .dt {
  position: absolute;
  right: 0;
  top: 50px;
  width: 262px;
  height: 256px;
  background-image: url(../image/qs-culture2.png);
  background-size: auto;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.sCulture-Section3 .dt p {
  float: right;
  width: 1em;
  font-size: 28px;
  line-height: 36px;
}
.sCulture-Section3 .dt p:first-child {
  padding-top: 1em;
  margin-left: 20px;
}
.sCulture-Section3 .dd {
  position: absolute;
  top: 108px;
  right: 312px;
  height: 190px;
  color: #000;
}
.sCulture-Section3 .dd s {
  float: right;
  width: 1px;
  height: 190px;
  background-color: #ccc;
}
.sCulture-Section3 .dd p {
  float: right;
  padding: 4px 30px;
  width: 1em;
  font-size: 18px;
  line-height: 26px;
}
.sCulture-Section3 .df {
  position: absolute;
  left: 0;
  top: 49px;
}
/* sService */
.sService-List {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sService-List .item {
  position: relative;
  text-align: center;
  height: 320px;
  padding-top: 80px;
}
.sService-List .item .pic {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f1f1f1;
}
.sService-List .item h3 {
  height: 119px;
  background-image: url(../image/bgs-serviceH3.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 28px;
  line-height: 122px;
  color: #558c0f;
}
.sService-List .item p {
  margin-top: 12px;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 22px;
  line-height: 30px;
  color: #666;
}
.sService-List .item .btn {
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
}
.sService-List .item.even {
  padding-right: 50%;
}
.sService-List .item.even .pic {
  right: 0;
}
.sService-List .item.odd {
  padding-left: 50%;
}
.sService-List .item.odd .pic {
  left: 0;
}
.sService-View {
  padding-top: 80px;
  padding-bottom: 40px;
}
.sService-View .content {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.sService-View .content .dt {
  padding: 8px 16px;
  background-color: #89ba6e;
  color: #fff;
  line-height: 18px;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
}
.sService-View .content .dd {
  padding: 30px 0 30px 15px;
}
.sService-View .view-Foot {
  margin-top: 40px;
  position: relative;
  height: 48px;
  border-top: #dddddd solid 1px;
  border-bottom: #dddddd solid 1px;
  text-align: center;
}
.sService-View .view-Foot .ctr {
  width: 124px;
  height: 48px;
  line-height: 48px;
}
.sService-View .view-Foot .ctr.prev {
  float: left;
}
.sService-View .view-Foot .ctr.next {
  float: right;
}
.sService-View .view-Foot .backToList {
  position: absolute;
  left: 50%;
  top: 2;
  margin-left: -71px;
  width: 142px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.sService-View .view-Foot .backToList:after {
  border-color: #999;
}
.sService-Tab .Tg {
  position: relative;
  overflow: hidden;
  text-align: right;
  height: 34px;
  line-height: 34px;
}
.sService-Tab .Tg span {
  position: absolute;
  left: 0;
  top: 2px;
  padding-left: 20px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  color: #135125;
  *border-left: #89ba6e solid 6px;
}
.sService-Tab .Tg span:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 30px;
  background-color: #89ba6e;
  border-radius: 3px;
}
.sService-Tab .Tg .btn {
  display: inline-block;
  vertical-align: top;
  height: 18px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 18px;
  background-color: #eeeeee;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border-radius: 3px;
  margin-left: 15px;
}
.sService-Tab .Tg .btn.on {
  background-color: #89ba6e;
  color: #fff;
}
.sService-Tab .Tt {
  margin-top: 30px;
  height: 400px;
}
.sService-Tab .Tt .box {
  position: relative;
  height: 320px;
  padding-top: 80px;
  padding-left: 20px;
  background-image: url(../image/bgs-servicePdt.png);
  background-size: auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.sService-Tab .Tt .box .pic {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  width: 640px;
  height: 400px;
  background: none !important;
}
.sService-Tab .Tt .box .pic.load-error img {
  display: none;
}
.sService-Tab .Tt .box i {
  display: block;
  font-size: 86px;
  font-weight: bold;
  text-indent: 10px;
  font-style: italic;
  font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑";
  color: #89ba6e;
  opacity: .50;
  filter: alpha(opacity=50);
  *zoom: 1;
}
.sService-Tab .Tt .box .dt {
  margin-top: 20px;
  font-size: 34px;
  line-height: 44px;
  text-indent: 12px;
  color: #38661e;
}
.sService-Tab .Tt .box .dd {
  margin-right: 160px;
  margin-top: 20px;
  padding: 12px;
  font-size: 24px;
  color: #fff;
  background-color: #89ba6e;
  border-radius: 6px;
  padding-right: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* sStores */
.sStores {
  padding-bottom: 80px;
}
.sStores-List0 {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  margin-right: -24px;
  margin-bottom: -20px;
  *margin-bottom: 0;
  min-height: 20px;
}
.sStores-List0 .item {
  float: left;
  position: relative;
  margin-right: 24px;
  margin-bottom: 20px;
  width: 302px;
  cursor: pointer;
}
.sStores-List0 .item .pic {
  width: 302px;
  height: 190px;
  background-color: #f1f1f1;
}
.sStores-List0 .item h3 {
  height: 24px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
.sStores .province-List {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  width: 1260px;
  margin-bottom: -16px;
  *margin-bottom: 0;
  min-height: 16px;
}
.sStores .province-List .btn {
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 16px;
  width: 118px;
  height: 38px;
  border: #d9d9d9 solid 1px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: none !important;
  transition: none !important;
}
.sStores .province-List .btn.on {
  width: 120px;
  height: 40px;
  background-image: url(../image/bgs-storesPitem.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
}
.sStores .citymapSearch {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 50px;
  border: #a1c88b dotted 1px;
  width: 1238px;
  margin-left: auto;
  margin-right: auto;
}
.sStores .citymapSearch ::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
.sStores .citymapSearch ::-webkit-scrollbar-track {
  background: #ababa7;
}
.sStores .citymapSearch ::-webkit-scrollbar-thumb {
  background: #ff483b;
  border-radius: 4px;
}
.sStores .citymapSearch ::-webkit-scrollbar-corner {
  background: #82AFFF;
  height: 0;
  width: 0;
}
.sStores .citymapSearch .mapBox {
  margin-left: auto;
  margin-right: auto;
}
.sStores .citymapSearch .mapBox,
.sStores .citymapSearch .mapBg,
.sStores .citymapSearch .mapImg {
  position: relative;
  width: 792px;
  height: 669px;
}
.sStores .citymapSearch .foreign,
.sStores .citymapSearch .foreign .mapImg {
  display: none;
}
.sStores .citymapSearch .foreign .mapImg {
  display: block;
}
.sStores .citymapSearch .mapList {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sStores .citymapSearch .mapList li {
  position: absolute;
  width: 23px;
  height: 33px;
}
.sStores .citymapSearch .mapList li .piece {
  position: absolute;
  font-size: 0px;
  z-index: 8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.sStores .citymapSearch .mapList li .mapText {
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -8px;
  z-index: 10;
  left: 50%;
  margin-left: -50px;
  font-size: 14px;
  color: #444343;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sStores .citymapSearch .mapList li.active .mapText {
  color: #fefefe;
}
.sStores .citymapSearch .mapList li.active .piece {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.sStores .citymapSearch .mapList li.SX {
  top: 50.82212257%;
  left: 59.97474747%;
}
.sStores .citymapSearch .mapList li.SX .piece {
  top: -75px;
  left: -34px;
  width: 78px;
  height: 143px;
}
.sStores .citymapSearch .mapList li.NX {
  top: 42.60089686%;
  left: 54.54545455%;
}
.sStores .citymapSearch .mapList li.NX .piece {
  top: -14px;
  left: -12px;
  width: 46px;
  height: 70px;
}
.sStores .citymapSearch .mapList li.GS {
  top: 47.83258595%;
  left: 51.76767677%;
}
.sStores .citymapSearch .mapList li.GS .piece {
  top: -124px;
  left: -151px;
  width: 222px;
  height: 197px;
}
.sStores .citymapSearch .mapList li.SC {
  top: 58.29596413%;
  left: 49.49494949%;
}
.sStores .citymapSearch .mapList li.SC .piece {
  top: -28px;
  left: -77px;
  width: 153px;
  height: 154px;
}
.sStores .citymapSearch .mapList li.ZQ {
  top: 61.73393124%;
  left: 56.18686869%;
}
.sStores .citymapSearch .mapList li.ZQ .piece {
  top: -12px;
  left: -9px;
  width: 73px;
  height: 77px;
}
.sStores .citymapSearch .mapList li.SXX {
  top: 42.75037369%;
  left: 65.65656566%;
}
.sStores .citymapSearch .mapList li.SXX .piece {
  top: -42px;
  left: -13px;
  width: 54px;
  height: 110px;
}
.sStores .citymapSearch .mapList li.XJ {
  top: 25.85949178%;
  left: 21.21212121%;
}
.sStores .citymapSearch .mapList li.XJ .piece {
  top: -109px;
  left: -168px;
  width: 313px;
  height: 245px;
}
.sStores .citymapSearch .mapList li.YN {
  top: 76.83109118%;
  left: 44.6969697%;
}
.sStores .citymapSearch .mapList li.YN .piece {
  top: -59px;
  left: -47px;
  width: 138px;
  height: 151px;
}
.sStores .citymapSearch .mapList li.GX {
  top: 79.22272048%;
  left: 60.98484848%;
}
.sStores .citymapSearch .mapList li.GX .piece {
  top: -15px;
  left: -60px;
  width: 118px;
  height: 89px;
}
.sStores .citymapSearch .mapList li.HaiN {
  top: 91.77877429%;
  left: 63.38383838%;
}
.sStores .citymapSearch .mapList li.HaiN .piece {
  top: 17px;
  left: -15px;
  width: 40px;
  height: 33px;
}
.sStores .citymapSearch .mapList li.GD {
  top: 76.83109118%;
  left: 69.94949495%;
}
.sStores .citymapSearch .mapList li.GD .piece {
  top: 14px;
  left: -52px;
  width: 124px;
  height: 96px;
}
.sStores .citymapSearch .mapList li.HuN {
  top: 67.11509716%;
  left: 66.66666667%;
}
.sStores .citymapSearch .mapList li.HuN .piece {
  top: -9px;
  left: -39px;
  width: 84px;
  height: 103px;
}
.sStores .citymapSearch .mapList li.HuB {
  top: 59.94020927%;
  left: 67.92929293%;
}
.sStores .citymapSearch .mapList li.HuB .piece {
  top: -17px;
  left: -55px;
  width: 117px;
  height: 74px;
}
.sStores .citymapSearch .mapList li.HeN {
  top: 50.52316891%;
  left: 69.57070707%;
}
.sStores .citymapSearch .mapList li.HeN .piece {
  top: -15px;
  left: -40px;
  width: 88px;
  height: 88px;
}
.sStores .citymapSearch .mapList li.FJ {
  top: 71.00149477%;
  left: 81.43939394%;
}
.sStores .citymapSearch .mapList li.FJ .piece {
  top: -6px;
  left: -37px;
  width: 66px;
  height: 86px;
}
.sStores .citymapSearch .mapList li.JX {
  top: 66.66666667%;
  left: 74.62121212%;
}
.sStores .citymapSearch .mapList li.JX .piece {
  top: -9px;
  left: -25px;
  width: 73px;
  height: 106px;
}
.sStores .citymapSearch .mapList li.ZJ {
  top: 61.73393124%;
  left: 82.7020202%;
}
.sStores .citymapSearch .mapList li.ZJ .piece {
  top: 14px;
  left: -22px;
  width: 58px;
  height: 58px;
}
.sStores .citymapSearch .mapList li.AH {
  top: 57.24962631%;
  left: 76.51515152%;
}
.sStores .citymapSearch .mapList li.AH .piece {
  top: -32px;
  left: -26px;
  width: 73px;
  height: 93px;
}
.sStores .citymapSearch .mapList li.JS {
  top: 53.21375187%;
  left: 81.43939394%;
}
.sStores .citymapSearch .mapList li.JS .piece {
  top: -16px;
  left: -46px;
  width: 86px;
  height: 87px;
}
.sStores .citymapSearch .mapList li.SD {
  top: 44.84304933%;
  left: 75.12626263%;
}
.sStores .citymapSearch .mapList li.SD .piece {
  top: -14px;
  left: -18px;
  width: 100px;
  height: 68px;
}
.sStores .citymapSearch .mapList li.TJ {
  top: 34.82810164%;
  left: 74.74747475%;
}
.sStores .citymapSearch .mapList li.TJ .piece {
  top: 1px;
  left: -19px;
  width: 37px;
  height: 43px;
}
.sStores .citymapSearch .mapList li.LN {
  top: 26.75635277%;
  left: 84.34343434%;
}
.sStores .citymapSearch .mapList li.LN .piece {
  top: 1px;
  left: -49px;
  width: 93px;
  height: 88px;
}
.sStores .citymapSearch .mapList li.HeB {
  top: 39.01345291%;
  left: 70.95959596%;
}
.sStores .citymapSearch .mapList li.HeB .piece {
  top: -59px;
  left: -12px;
  width: 83px;
  height: 122px;
}
.sStores .citymapSearch .mapList li.GZ {
  top: 70.25411061%;
  left: 56.18686869%;
}
.sStores .citymapSearch .mapList li.GZ .piece {
  top: -15px;
  left: -38px;
  width: 98px;
  height: 89px;
}
.sStores .citymapSearch .mapList li.HLJ {
  top: 66px;
  right: 70px;
}
.sStores .citymapSearch .mapList li.HLJ .piece {
  top: -66px;
  right: -66px;
  width: 177px;
  height: 161px;
}
.sStores .citymapSearch .mapList li.XZ {
  top: 49.32735426%;
  left: 15.78282828%;
}
.sStores .citymapSearch .mapList li.XZ .piece {
  top: -42px;
  left: -95px;
  width: 307px;
  height: 197px;
}
.sStores .citymapSearch .mapList li.QH {
  top: 41.85351271%;
  left: 34.21717172%;
}
.sStores .citymapSearch .mapList li.QH .piece {
  top: -24px;
  left: -68px;
  width: 195px;
  height: 148px;
}
.sStores .citymapSearch .mapList li.NMG {
  top: 31.39013453%;
  left: 60.60606061%;
}
.sStores .citymapSearch .mapList li.NMG .piece {
  top: -204px;
  left: -151px;
  width: 344px;
  height: 296px;
}
.sStores .citymapSearch .mapList li.JL {
  top: 20.1793722%;
  left: 86.86868687%;
}
.sStores .citymapSearch .mapList li.JL .piece {
  top: -9px;
  left: -54px;
  width: 136px;
  height: 89px;
}
.sStores .citymapSearch .mapList li.TW {
  top: 79.37219731%;
  left: 85.22727273%;
}
.sStores .citymapSearch .mapList li.TW .piece {
  top: 0;
  left: 0;
  width: 26px;
  height: 63px;
}
.sStores .citymapSearch .mapList li.BJ {
  top: 31.39013453%;
  left: 71.33838384%;
}
.sStores .citymapSearch .mapList li.BJ .piece {
  top: 27px;
  left: 0px;
  width: 20px;
  height: 20px;
}
.sStores .citymapSearch .mapList li.SH {
  top: 55.45590433%;
  left: 84.5959596%;
}
.sStores .citymapSearch .mapList li.SH .piece {
  top: 40px;
  left: 0px;
  width: 10px;
  height: 10px;
}
.sStores .citymapSearch .mapList li.XG {
  top: 80.71748879%;
  left: 73.23232323%;
}
.sStores .citymapSearch .mapList li.XG .piece {
  top: 36px;
  left: -8px;
  width: 10px;
  height: 10px;
}
.sStores .citymapSearch .mapList li.AM {
  top: 82.2122571%;
  left: 67.42424242%;
}
.sStores .citymapSearch .mapList li.AM .piece {
  top: 31px;
  left: 23px;
  width: 10px;
  height: 10px;
}
.sStores .area-Filter .dt {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 15px;
}
.sStores .area-Filter .skin {
  float: left;
  position: relative;
  margin-left: 40px;
  width: 386px;
  height: 38px;
  padding-left: 12px;
  border-color: #89ba6e;
}
.sStores .area-Filter .skin:first-child {
  margin-left: 0;
}
.ysqUEO .sStores .area-Filter .skin {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../image/bgs-storesFilter.png);
  background-size: auto;
  background-position: right 50%;
  background-repeat: no-repeat;
}
.sStores .area-Filter .skin.disabled {
  cursor: not-allowed;
  border-color: #999;
  background-color: #f1f1f1;
  background-image: none;
}
.sStores .area-Filter .enter {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #89ba6e;
  font-size: 16px;
  font-weight: bold;
}
.sStores-List {
  margin-top: 30px;
}
.sStores-List .item {
  position: relative;
  overflow: hidden;
  padding: 15px;
  margin-top: 10px;
  line-height: 20px;
  background-color: #f5f5f5;
  border: #dddddd solid 1px;
  color: #333333;
}
.sStores-List .item:first-child {
  margin-top: 0;
}
.sStores-List .item .dt {
  float: left;
  width: 560px;
  padding-left: 1em;
  text-indent: -1em;
}
.sStores-List .item .dd {
  float: right;
  width: 600px;
}
/* sNewstore */
.sNewstore {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* sView */
.sView {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sView .mainbody {
  float: left;
  width: 900px;
}
.sView .rightbar {
  float: right;
  width: 302px;
}
.sView .view-Head {
  color: #333333;
  padding-bottom: 30px;
  border-bottom: #e0e0e0 solid 1px;
  margin-bottom: 30px;
}
.sView .view-Head h1 {
  font-size: 24px;
  line-height: 30px;
}
.sView .view-Head p {
  margin-top: 20px;
  line-height: 20px;
}
.sView .view-Head p span {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  padding-left: 30px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sView .view-Head p span.time {
  background-image: url(../image/icos-time.png);
}
.sView .view-Head p span.saw {
  background-image: url(../image/icos-saw.png);
}
.sView .view-Body {
  color: #666666;
  font-size: 14px;
}
.sView .view-Foot {
  position: relative;
  padding: 15px;
  margin-top: 30px;
  border-top: #eeeeee solid 1px;
  border-bottom: #eeeeee solid 1px;
  line-height: 30px;
  font-size: 14px;
  height: 30px;
  white-space: nowrap;
}
.sView .view-Foot .ctr {
  background-repeat: no-repeat;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  color: #333333;
}
.sView .view-Foot .ctr.prev {
  float: left;
  padding-left: 38px;
  background-image: url(../image/arrows-viewFootL.png);
  background-position: left center;
}
.sView .view-Foot .ctr.prev:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.sView .view-Foot .ctr.next {
  float: right;
  padding-right: 38px;
  background-image: url(../image/arrows-viewFootR.png);
  background-position: right center;
}
.sView .view-Foot .ctr.next:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.sView .view-Foot .backToList {
  position: absolute !important;
  left: 50%;
  margin-left: -45px;
  top: 15px;
  padding-left: 35px;
  width: 55px;
  color: #333333;
}
.sView .view-Foot .backToList,
.sView .view-Foot .backToList:before {
  background-image: url(../image/icos-viewFootBackList.png);
  background-size: auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.ysqUEO .sView .view-Foot .backToList {
  background: none;
  -webkit-transition: text-indent 400ms 350ms;
  transition: text-indent 400ms 350ms;
  text-indent: 0;
}
.ysqUEO .sView .view-Foot .backToList:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 30px;
  -webkit-transition: background 400ms 300ms, -webkit-transform 300ms 0s;
  transition: background 400ms 300ms, -webkit-transform 300ms 0s;
  transition: transform 300ms 0s, background 400ms 300ms;
  transition: transform 300ms 0s, background 400ms 300ms, -webkit-transform 300ms 0s;
}
.ysqUEO .sView .view-Foot .backToList:hover {
  text-indent: -18px;
}
.ysqUEO .sView .view-Foot .backToList:hover:before {
  -webkit-transform: rotate(90deg) scale(0.8);
          transform: rotate(90deg) scale(0.8);
  background-position: -30px 50%;
}
.sView .relative-List .dt {
  height: 60px;
  line-height: 60px;
}
.sView .relative-List .dt em {
  float: left;
  font-size: 24px;
  color: #333333;
}
.sView .relative-List .dt .more {
  float: right;
  color: #666666;
  line-height: 20px;
  margin-top: 20px;
}
.sView .relative-List .dd .iTextItem {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: #dddddd solid 1px;
}
.sView .relative-List .dd .iTextItem .pic {
  width: 302px;
  height: 190px;
  background-color: #f1f1f1;
}
.sView .relative-List .dd .iTextItem h3 {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.sView .relative-List .dd .iTextItem h3 .link {
  color: #000;
}
.sView .relative-List .dd .iTextItem p {
  margin-top: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  height: 48px;
}
.sView .relative-List .dd .textItem {
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* sFeedback */
.sFeedback {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sFeedback-List .item {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 200px;
  line-height: 200px;
  font-size: 0;
  *font-size: 152px;
  border-top: #dddddd solid 1px;
}
.sFeedback-List .item:after,
.sFeedback-List .item:before {
  content: "\00a0";
  font-size: 0px;
  visibility: hidden;
}
.sFeedback-List .item .pic {
  position: absolute;
  top: 30px;
  width: 240px;
  height: 240px;
  border-radius: 120px;
}
.sFeedback-List .item .vmbox {
  padding: 35px 45px;
}
.sFeedback-List .item .vmbox:before,
.sFeedback-List .item .vmbox:after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 26px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sFeedback-List .item .vmbox:before {
  left: 0;
  top: 0;
  background-image: url(../image/icos-quotesL.png);
}
.sFeedback-List .item .vmbox:after {
  right: 0;
  bottom: 0;
  background-image: url(../image/icos-quotesR.png);
}
.sFeedback-List .item .dt {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
.sFeedback-List .item .dd {
  margin-top: 14px;
  font-size: 14px;
  line-height: 24px;
}
.sFeedback-List .item.even {
  padding-left: 300px;
}
.sFeedback-List .item.even .pic {
  left: 0;
}
.sFeedback-List .item.odd {
  padding-right: 300px;
}
.sFeedback-List .item.odd .pic {
  right: 0;
}
.sFeedback-List .item:hover .vmbox:before,
.sFeedback-List .item:hover .vmbox:after {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
/* sProduct */
.sProduct {
  padding-bottom: 80px;
}
.sProduct-List1 {
  margin-top: -32px;
}
.sProduct-List1 .item {
  position: relative;
  padding-top: 52px;
  padding-bottom: 52px;
  height: 340px;
  background-image: url(../image/bgs-productItem1.png);
  background-repeat: no-repeat;
  border-bottom: #89ba6e solid 6px;
}
.sProduct-List1 .item .pic {
  position: absolute;
  top: 52px;
  width: 340px;
  height: 340px;
  background-color: transparent;
}
.sProduct-List1 .item h3 {
  padding-top: 45px;
  padding-bottom: 24px;
  height: 40px;
  line-height: 40px;
  width: 90px;
  white-space: nowrap;
  border-bottom: #89ba6e solid 4px;
  font-size: 34px;
  color: #333333;
}
.sProduct-List1 .item p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 90px;
  color: #333333;
}
.sProduct-List1 .item .more1 {
  margin-left: 0;
}
.sProduct-List1 .item.even {
  background-position: right center;
  padding-right: 470px;
  padding-left: 40px;
}
.sProduct-List1 .item.even .pic {
  right: 40px;
}
.sProduct-List1 .item.odd {
  background-position: left center;
  padding-left: 470px;
  padding-right: 40px;
}
.sProduct-List1 .item.odd .pic {
  left: 40px;
}
.sProduct-List2 .line {
  margin-bottom: -8px;
  background-image: url(../image/bgs-product2List.png);
  background-size: auto;
  background-position: 50% bottom;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  *margin-bottom: 0;
  min-height: 548px;
}
.sProduct-List2 .line .item {
  float: left;
  position: relative;
  margin-left: 70px;
  margin-bottom: -8px;
  width: 380px;
  height: 548px;
  text-align: center;
}
.sProduct-List2 .line .item:first-child {
  margin-left: 0;
}
.sProduct-List2 .line .item.odd {
  margin-top: 109px;
}
.sProduct-List2 .line .pic {
  width: 380px;
  height: 380px;
  background-color: transparent;
}
.sProduct-List2 .line h3 {
  margin-top: 10px;
  height: 44px;
  line-height: 44px;
  font-size: 28px;
  color: #333333;
}
.sProduct-List2 .line p {
  margin-top: 4px;
  font-size: 16px;
  line-height: 26px;
}
.sProduct-List2 .line .btn {
  margin-top: 30px;
  width: 224px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.sProduct-View {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sProduct-Introduction {
  position: relative;
  overflow: hidden;
  padding-left: 650px;
  height: 480px;
  width: 630px;
}
.sProduct-Introduction .head {
  padding-bottom: 18px;
  color: #333333;
  border-bottom: solid 1px #89ba6e;
}
.sProduct-Introduction .head h1 {
  font-size: 28px;
  line-height: 34px;
}
.sProduct-Introduction .head p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
.sProduct-Introduction .body {
  margin-top: 4px;
  border-top: dashed 1px #89ba6e;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 315px;
}
.sProduct-Introduction .body .imax {
  font-size: 14px;
  line-height: 1.85714286;
}
.sProduct-Introduction .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 630px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  background-color: #ce2033;
  text-align: center;
}
.sProduct-Album {
  margin-left: -650px;
  float: left;
  position: relative;
  width: 480px;
  height: 480px;
  padding-left: 120px;
}
.sProduct-Album .pic {
  width: 100%;
  height: 100%;
}
.sProduct-Album .bigshow {
  width: 456px;
  height: 456px;
  border: #ebf6eb solid 12px;
  background-color: #fff;
}
.sProduct-Album .smalllist {
  position: absolute;
  left: 0;
  top: 0;
  width: 102px;
  height: 480px;
}
.sProduct-Album .smalllist .btn {
  position: relative;
  overflow: hidden;
  width: 102px;
  height: 102px;
  margin-bottom: 24px;
}
.sProduct-Album .smalllist .btn s {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border: #eeeeee solid 1px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  pointer-events: none;
}
.sProduct-Album .smalllist .btn.on s {
  border-color: #89ba6e;
  border-width: 4px;
  width: 94px;
  height: 94px;
}
.sProduct-Head {
  padding-top: 44px;
  width: 1280px;
  height: 112px;
  background-image: url(../image/bgs-productDetail.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  color: #333333;
}
.sProduct-Head .en {
  font-size: 14px;
  line-height: 30px;
  font-family: PingFangSC-Regular, Tahoma, sans-serif;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 3px;
}
.sProduct-Head .cn {
  font-size: 28px;
}
.sProduct-Detail {
  margin-top: 40px;
  padding-bottom: 40px;
}
.sProduct-Detail .content {
  margin-top: 30px;
}
.sProduct-Hot .sProduct-List2 {
  margin-top: 30px;
}
.sProduct-Hot .sProduct-List2 .line {
  background: none;
}
/* sTeacher */
.sTeacher {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sTeacher-List {
  position: relative;
  overflow: hidden;
  margin-right: -24px;
  margin-bottom: -30px;
  *margin-bottom: 0;
  min-height: 30px;
}
.sTeacher-List .item {
  float: left;
  position: relative;
  margin-right: 24px;
  margin-bottom: 30px;
  padding: 414px 24px 0;
  width: 254px;
  height: 68px;
  background-color: #f8f8f8;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sTeacher-List .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background-color: #eee;
}
.sTeacher-List .item h3 {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sTeacher-List .item p {
  margin-top: 6px;
  color: #999999;
  font-size: 16px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sTeacher-List .item:hover {
  background-color: #89ba6e;
}
.sTeacher-List .item:hover h3,
.sTeacher-List .item:hover p {
  color: #fff;
}
.sTeacher-Content {
  margin-top: 30px;
  position: relative;
  padding-left: 450px;
  min-height: 560px;
}
.sTeacher-Content .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 420px;
  height: 560px;
}
.sTeacher-Content .imax {
  padding-bottom: 20px;
}
/* sCourse */
.sCourse {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sCourse-List {
  position: relative;
  overflow: hidden;
  margin-right: -24px;
  margin-bottom: -30px;
  *margin-bottom: 0;
  min-height: 30px;
}
.sCourse-List .item {
  float: left;
  position: relative;
  margin-right: 24px;
  margin-bottom: 30px;
  width: 302px;
  height: 290px;
  border-bottom: #ddd solid 2px;
}
.sCourse-List .item .pic {
  width: 100%;
  height: 190px;
  background-color: #f1f1f1;
}
.sCourse-List .item h3 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.sCourse-List .item:hover {
  border-bottom-color: #89ba6e;
}
/* sStudent */
.sStudent {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sStudent-Tab {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 140px;
  width: 1000px;
  height: 726px;
}
.sStudent-Tab .Tt {
  position: relative;
  width: 100%;
  height: 620px;
}
.sStudent-Tab .Tt .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.sStudent-Tab .Tt .box.on {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.sStudent-Tab .Tt .pic {
  width: 100%;
  height: 562px;
  background-color: #f1f1f1;
}
.sStudent-Tab .Tt h3 {
  margin-top: 8px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333333;
  font-size: 20px;
  background-color: #eeeeee;
}
.sStudent-Tab .Tg {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
  width: 100%;
  height: 80px;
  white-space: nowrap;
}
.sStudent-Tab .Tg .scrollBox {
  display: inline-block;
  vertical-align: top;
}
.sStudent-Tab .Tg .btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 80px;
  margin-left: 10px;
}
.sStudent-Tab .Tg .btn:first-child {
  margin-left: 0;
}
.sStudent-Tab .Tg .btn img {
  width: 100%;
  height: 100%;
  display: block;
}
.sStudent-Tab .Tg .btn s {
  position: absolute;
  left: 0;
  top: 0;
  width: 132px;
  height: 72px;
  border: #89ba6e solid 4px;
  z-index: 8;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.sStudent-Tab .Tg .btn.on s {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.sStudent-Tab .ctr {
  display: none;
  position: absolute;
  top: 260px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: solid 1px #eeeeee;
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  color: #b3b1b1;
  background-color: #e9e9e9;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sStudent-Tab .ctr s {
  font-family: "SimSun", "宋体" !important;
}
.ysqUEO .sStudent-Tab .ctr s {
  overflow: hidden;
  text-indent: 100%;
}
.ysqUEO .sStudent-Tab .ctr s:before,
.ysqUEO .sStudent-Tab .ctr s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background-color: #666666;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .sStudent-Tab .ctr:hover s:before,
.ysqUEO .sStudent-Tab .ctr:hover s:after {
  background-color: #ffffff;
}
.sStudent-Tab .ctr s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ysqUEO .sStudent-Tab .ctr.prev s:before,
.ysqUEO .sStudent-Tab .ctr.prev s:after {
  margin-left: -6px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.ysqUEO .sStudent-Tab .ctr.prev s:before {
  -webkit-transform: rotate(-32deg) translateX(-0.5px);
          transform: rotate(-32deg) translateX(-0.5px);
}
.ysqUEO .sStudent-Tab .ctr.prev s:after {
  -webkit-transform: rotate(32deg) translateX(-0.5px);
          transform: rotate(32deg) translateX(-0.5px);
}
.ysqUEO .sStudent-Tab .ctr.prev:hover s:before {
  -webkit-transform: rotate(-40deg) translateX(-0.5px);
          transform: rotate(-40deg) translateX(-0.5px);
}
.ysqUEO .sStudent-Tab .ctr.prev:hover s:after {
  -webkit-transform: rotate(40deg) translateX(-0.5px);
          transform: rotate(40deg) translateX(-0.5px);
}
.ysqUEO .sStudent-Tab .ctr.next s:before,
.ysqUEO .sStudent-Tab .ctr.next s:after {
  margin-left: -8px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .sStudent-Tab .ctr.next s:before {
  -webkit-transform: rotate(-32deg) translateX(0.5px);
          transform: rotate(-32deg) translateX(0.5px);
}
.ysqUEO .sStudent-Tab .ctr.next s:after {
  -webkit-transform: rotate(32deg) translateX(0.5px);
          transform: rotate(32deg) translateX(0.5px);
}
.ysqUEO .sStudent-Tab .ctr.next:hover s:before {
  -webkit-transform: rotate(-40deg) translateX(0.5px);
          transform: rotate(-40deg) translateX(0.5px);
}
.ysqUEO .sStudent-Tab .ctr.next:hover s:after {
  -webkit-transform: rotate(40deg) translateX(0.5px);
          transform: rotate(40deg) translateX(0.5px);
}
.sStudent-Tab .ctr:hover {
  background-color: #89ba6e;
  color: #77ac5a;
  border-color: #77ac5a;
  z-index: 9;
}
.sStudent-Tab .ctr.reject {
  display: none;
}
.sStudent-Tab .ctr.prev {
  left: 40px;
}
.sStudent-Tab .ctr.next {
  right: 40px;
}
/* sCharity */
.sCharity {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sCharity-List .item {
  position: relative;
  overflow: hidden;
  height: 262px;
  padding-right: 550px;
  padding-top: 50px;
  margin-top: 30px;
}
.sCharity-List .item:first-child {
  margin-top: 0;
}
.sCharity-List .item .pic {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f1f1f1;
  width: 500px;
  height: 312px;
}
.sCharity-List .item h3 {
  font-size: 24px;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sCharity-List .item .time {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 16px;
  color: #999999;
}
.sCharity-List .item p {
  margin-top: 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 72px;
}
.sCharity-List .item .more {
  position: absolute;
  left: 0;
  bottom: 44px;
  width: 135px;
  height: 50px;
  line-height: 50px;
  color: #666666;
  background-image: url(../image/btns-charityItem.png);
  background-size: auto;
  background-position: 17px 50%;
  background-repeat: no-repeat;
  -webkit-transition: background 300ms 120ms, text-indent 200ms 0ms;
  transition: background 300ms 120ms, text-indent 200ms 0ms;
}
.sCharity-List .item .more s {
  position: absolute;
  left: 43px;
  top: 25px;
  width: 62px;
  height: 1px;
  background-color: #c4dcb6;
}
.sCharity-List .item .more:hover {
  color: #333333;
  background-position: 81px 50%;
  text-indent: 34px;
  -webkit-transition: background 300ms 0ms, text-indent 200ms 100ms;
  transition: background 300ms 0ms, text-indent 200ms 100ms;
}
.sCharity-List .item .hr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 730px;
  background-color: #eeeeee;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sCharity-List .item:hover .hr {
  background-color: #89ba6e;
}
/* sNews */
.sNews {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* sQuestion */
.sQuestion {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sQuestion-List .item {
  margin-top: 10px;
}
.sQuestion-List .item:first-child {
  margin-top: 0;
}
.sQuestion-List .item .show {
  position: relative;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #e5e5e5;
  color: #333333;
  font-size: 16px;
  text-indent: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sQuestion-List .item .show h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 66px;
}
.sQuestion-List .item .hide {
  display: none;
  background-color: #f5f5f5;
}
.sQuestion-List .item .hide .imax {
  color: #999999;
  font-size: 14px;
  line-height: 1.85714286;
  padding: 20px;
}
.sQuestion-List .item .spreadBtn {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 18px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sQuestion-List .item .spreadBtn s,
.sQuestion-List .item .spreadBtn i {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #777;
  -webkit-transition: all 220ms ease 50ms;
  transition: all 220ms ease 50ms;
}
.sQuestion-List .item .spreadBtn s {
  width: 2px;
  height: 12px;
  margin-left: -1px;
  margin-top: -6px;
}
.sQuestion-List .item .spreadBtn i {
  width: 12px;
  height: 2px;
  margin-left: -6px;
  margin-top: -1px;
}
.sQuestion-List .item.unfold .show {
  background-color: #89ba6e;
  color: #fff;
}
.sQuestion-List .item.unfold .spreadBtn {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sQuestion-List .item.unfold .spreadBtn s,
.sQuestion-List .item.unfold .spreadBtn i {
  background-color: #89ba6e;
}
.sQuestion-List .item.unfold .spreadBtn i {
  width: 0;
  margin-left: 0;
}
/* sContact */
.sContact {
  padding-top: 80px;
}
.sContact-Head {
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
  color: #333333;
}
.sContact-Head .dt {
  font-size: 24px;
}
.sContact-Head .dd {
  margin-top: 18px;
  font-size: 16px;
}
.sContact-Head .hr {
  margin-top: 24px;
  width: 50px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #89ba6e;
}
.sContact .hidePoint {
  margin-top: -90px;
}
.sContact-Section1 {
  position: relative;
  margin-top: -60px;
}
.sContact-Section1 .list {
  white-space: nowrap;
  text-align: center;
  font-size: 0;
}
.sContact-Section1 .list s,
.sContact-Section1 .list .item {
  display: inline-block;
  vertical-align: top;
}
.sContact-Section1 .list s {
  width: 1px;
  height: 146px;
  background-color: #dddddd;
}
.sContact-Section1 .list .item {
  padding-top: 6px;
  height: 140px;
  padding-left: 40px;
  padding-right: 40px;
  width: 238px;
  white-space: normal;
}
.sContact-Section1 .list .item .icoImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #89ba6e;
}
.sContact-Section1 .list .item .dt {
  margin-top: 12px;
  font-size: 18px;
  color: #333333;
}
.sContact-Section1 .list .item .dd {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
}
.sContact-Section2 {
  position: relative;
  z-index: 8;
  margin-top: 60px;
  padding-bottom: 50px;
  background-image: url(../image/bgs-leagueForm.png);
  background-size: auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  border: #999999 solid 1px;
  background-color: #fff;
}
.ysqUEO .sContact-Section2 {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  border: none;
}
.sContact-Section2 .formCheck {
  position: relative;
  overflow: hidden;
  margin-left: 110px;
  width: 1080px;
}
.sContact-Section2 .formItem {
  float: left;
  line-height: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.sContact-Section2 .formItem .skin {
  position: relative;
  z-index: 2;
  padding: 9px 14px;
  height: 20px;
  border: #dddddd solid 1px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
}
.sContact-Section2 .formItem textarea.skin {
  height: 110px;
}
.sContact-Section2 .formItem.w1 {
  width: 340px;
}
.sContact-Section2 .formItem.w1 .skin {
  width: 310px;
}
.sContact-Section2 .formItem.w2 {
  width: 1060px;
}
.sContact-Section2 .formItem.w2 .skin {
  width: 1030px;
}
.sContact-Section2 .formItem.yzm {
  width: 1060px;
  font-size: 0;
}
.sContact-Section2 .formItem.yzm .skin {
  width: 220px;
  border-radius: 4px 0 0 4px;
}
.sContact-Section2 .formItem.yzm .bindClick {
  vertical-align: top;
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
  width: 88px;
  height: 38px;
  border: #dddddd solid 1px;
}
.sContact-Section2 .formItem.yzm .refreshVC {
  margin-left: 20px;
  font-size: 14px;
}
.sContact-Section2 .formItem .enter {
  float: right;
  width: 236px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  background-color: #ca1025;
}
.sContact-Section2 .formItem .enter:after {
  opacity: .08;
}
.sContact-Section2 .formItem .enter .btn {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}
.sContact-Section3 {
  position: relative;
  z-index: 1;
  margin-top: -140px;
  height: 540px;
}
.sContact-Section3 .tap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.sContact-Section3 #dituContent {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  line-height: 1.1;
  background-color: #f5f3f0;
}
.sContact-Section3 #dituContent .BMap_bubble_title {
  font-size: 16px;
  margin-bottom: 5px;
  padding-right: 16px;
  color: #89ba6e;
}
.sContact-Section3 #dituContent .BMap_bubble_content {
  width: 400px !important;
  font-size: 14px;
}
.sContact-Section3 #dituContent img {
  max-width: none;
}
/* sHr */
.sHr {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sHr-List .item {
  border: #dedede solid 1px;
  margin-top: 20px;
}
.sHr-List .item:first-child {
  margin-top: 0;
}
.sHr-List .item .show {
  position: relative;
  padding: 19px 19px 19px 42px;
}
.sHr-List .item .show:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 4px;
  height: 30px;
  background-color: #dedede;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sHr-List .item .show h3 {
  font-size: 16px;
  color: #333333;
}
.sHr-List .item .show p {
  margin-top: 14px;
  font-size: 14px;
}
.sHr-List .item .show .btn {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 40px;
  padding-right: 60px;
  line-height: 40px;
  white-space: nowrap;
}
.ysqUEO .sHr-List .item .show .btn s {
  overflow: hidden;
  text-indent: 100%;
}
.ysqUEO .sHr-List .item .show .btn s:before,
.ysqUEO .sHr-List .item .show .btn s:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #b3b1b1;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.ysqUEO .sHr-List .item .show .btn:hover s:before,
.ysqUEO .sHr-List .item .show .btn:hover s:after {
  background-color: #77ac5a;
}
.ysqUEO .sHr-List .item .show .btn s:before,
.ysqUEO .sHr-List .item .show .btn s:after {
  margin-left: -7px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.ysqUEO .sHr-List .item .show .btn s:before {
  -webkit-transform: rotate(-40deg) translateX(0.5px);
          transform: rotate(-40deg) translateX(0.5px);
}
.ysqUEO .sHr-List .item .show .btn s:after {
  -webkit-transform: rotate(40deg) translateX(0.5px);
          transform: rotate(40deg) translateX(0.5px);
}
.ysqUEO .sHr-List .item .show .btn:hover s:before {
  -webkit-transform: rotate(-44deg) translateX(0.5px);
          transform: rotate(-44deg) translateX(0.5px);
}
.ysqUEO .sHr-List .item .show .btn:hover s:after {
  -webkit-transform: rotate(44deg) translateX(0.5px);
          transform: rotate(44deg) translateX(0.5px);
}
.sHr-List .item .show .btn s {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border: #b3b1b1 solid 1px;
  border-radius: 50%;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sHr-List .item .show .btn:hover s {
  border-color: #77ac5a;
}
.sHr-List .item .hide {
  display: none;
}
.sHr-List .item .hide .imax {
  padding: 15px 30px 25px 42px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
}
.sHr-List .item.unfold .show:before {
  background-color: #77ac5a;
}
.sHr-List .item.unfold .show .btn s {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-color: #77ac5a;
}
.sHr-List .item.unfold .show .btn s:before,
.sHr-List .item.unfold .show .btn s:after {
  background-color: #77ac5a;
}
/* sSitemap */
.sSitemap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sSitemap .container {
  border: #77ac5a solid 6px;
  background-color: #fff;
  padding: 96px 90px;
  width: 1091px;
}
.sSitemap .line {
  margin-top: 30px;
  border-bottom: dashed 1px #89ba6e;
}
.sSitemap .line:first-child {
  margin-top: 0;
}
.sSitemap .line .link1 {
  color: #000;
}
.sSitemap .line .link1:hover {
  color: #89ba6e;
}
.sSitemap .line .link2 {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.sSitemap .line .dt {
  border-left: #89ba6e solid 6px;
  padding-left: 10px;
  font-size: 20px;
  line-height: 20px;
  height: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sSitemap .line .dd {
  margin-top: 20px;
  border: #89ba6e dashed 1px;
  border-bottom: none;
  padding: 18px;
  font-size: 16px;
  line-height: 20px;
}
.sSitemap .line .dd.empty {
  padding: 0;
  border: none;
}
/* sLeague */
.sLeague {
  overflow-x: auto;
  background-image: url(../image/bgs-league.png);
  background-color: #e9f1eb;
}
.sLeague img {
  display: block;
  width: 100%;
}
.sLeague .section {
  position: relative;
  overflow: hidden;
}
.sLeague-Product-Slide {
  position: absolute;
  bottom: 156px;
  left: 50%;
  margin-left: -604px;
  width: 1120px;
  height: 255px;
  padding: 40px;
  border: #5db51d solid 4px;
  background-color: #fdf8d0;
}
.sLeague-Product-Slide .item {
  position: relative;
  float: left;
  width: 340px;
  height: 255px;
  margin-right: 50px;
  background-color: #fff;
}
.sLeague-Product-Slide .item .pic {
  width: 100%;
  height: 100%;
}
.sLeague-Product-Slide .item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  height: 44px;
  line-height: 44px;
  *background-color: #000000;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.sLeague-Product-Slide .item h3:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
}
.sLeague-Product-Slide .pagination {
  position: absolute;
  bottom: -74px;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 20px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
.sLeague-Product-Slide .pagination .container {
  width: 100%;
}
.sLeague-Product-Slide .pagination .btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
  text-indent: 100%;
  *text-indent: 0;
  *font-size: 0;
  margin: 0 10px;
  border-color: #45830e;
  border-radius: 50%;
}
.sLeague-Product-Slide .pagination .btn.on {
  border-color: #b9e66c;
}
.sLeague-Service-Tab {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  bottom: 322px;
  height: 767px;
  padding-bottom: 3px;
  border-bottom: #ffbd31 solid 37px;
}
.sLeague-Service-Tab .Tg {
  z-index: 9;
  position: absolute;
  left: 28px;
  top: 30px;
  width: 1136px;
  height: 60px;
  line-height: 60px;
}
.sLeague-Service-Tab .Tg .btn {
  position: relative;
  float: left;
  margin-left: 9px;
  width: 220px;
  height: 88px;
  background-image: url(../image/btns-leagueSv.png);
  background-size: auto;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  text-align: center;
  color: #1d4400;
  font-size: 28px;
}
.sLeague-Service-Tab .Tg .btn:first-child {
  margin-left: 0;
}
.sLeague-Service-Tab .Tg .btn.on {
  background-image: url(../image/btns-leagueSv_.png);
}
.sLeague-Service-Tab .Tt {
  position: relative;
  width: 1192px;
  height: 760px;
  border: #539b1e solid 4px;
  background-color: #fdf8d0;
}
.sLeague-Service-Tab .Tt .box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 120px 28px 30px;
  width: 1136px;
  height: 610px;
}
.sLeague-Service-Tab .Tt .box .pic {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
}
.sLeague-Video-Rotate {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  bottom: 0;
  height: 746px;
}
.sLeague-Video-Rotate .shade {
  height: 588px;
  padding-bottom: 158px;
}
.sLeague-Video-Rotate .box {
  position: relative;
  z-index: 1;
  height: 100%;
  white-space: nowrap;
}
.sLeague-Video-Rotate .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: visible !important;
  width: 33.33%;
  height: 100%;
  cursor: pointer;
}
.sLeague-Video-Rotate .item .mask {
  z-index: 99;
  visibility: hidden;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.sLeague-Video-Rotate .item .player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.sLeague-Video-Rotate .item .shadowX {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 30px;
  width: 100%;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
  *zoom: 1;
  visibility: hidden;
  /* *visibility: visible; */
}
.sLeague-Video-Rotate .item .vd-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.sLeague-Video-Rotate .item.on .mask {
  visibility: hidden;
}
.sLeague-Video-Rotate .item.on .player {
  pointer-events: auto;
}
.sLeague-Video-Rotate .item.on .shadowX {
  -webkit-transition: all 250ms ease 200ms;
  transition: all 250ms ease 200ms;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.sLeague-Video-Rotate .item.rollItem {
  position: absolute;
  left: 0;
  top: 0;
}
.sLeague-Video-Rotate .ctr {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -120px;
  width: 60px;
  height: 120px;
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 220ms ease 0s;
  transition: all 220ms ease 0s;
}
.sLeague-Video-Rotate .ctr.reject {
  display: none;
}
.sLeague-Video-Rotate .ctr.prev {
  left: -70px;
  background-image: url(../image/arrow-zsL.png);
}
.sLeague-Video-Rotate .ctr.next {
  right: -70px;
  background-image: url(../image/arrow-zsR.png);
}
.sLeague-Video-Rotate .ctr:hover {
  background-color: #eee;
}
.sLeague-MessageForm {
  position: absolute;
  bottom: 215px;
  left: 50%;
  margin-left: 224px;
  width: 276px;
  height: 276px;
}
.sLeague-MessageForm .formItem {
  position: relative;
  line-height: 36px;
  min-height: 36px;
  margin-top: 14px;
}
.sLeague-MessageForm .formItem:first-child {
  margin-top: 0;
}
.sLeague-MessageForm .formItem .focus {
  float: left;
  width: 44px;
  text-align: center;
  margin-right: 6px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
.sLeague-MessageForm .formItem .skin {
  float: right;
  padding: 8px 6px;
  width: 214px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
}
.sLeague-MessageForm .formItem textarea.skin {
  float: none;
  width: 264px;
  height: 90px;
}
.sLeague-MessageForm .enter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  width: 146px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  color: #257212;
  background-color: #ffde00;
  border-radius: 4px;
}
.sec .name{
	margin-bottom: 20px;
}
.sec{
	width:100%;
	clear: both;
	padding: 50px 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.sec .cn{
	text-align: center;
	font-size: 42px;
	color: #00aec7;
	line-height: 2em;
}

.sec .en{
	font-size: 20px;
	color: #444;
	line-height: 1.5em;
	text-transform: uppercase;
	position: relative;
}
.sec .en::before{
	position: absolute;
	left: -135px;
	width: 113px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	content: '';
	background-image: url(../image/i3.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.sec .en::after{
	position: absolute;
	right: -135px;
	width: 113px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	content: '';
	background-image: url(../image/i3.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.sec2 .cont{
	width: 100%;
	height: 490px;
	background-color: #00aec7;
}

.sec1 .list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec1 .list .item{
	width: 31%;
	height: 520px;
	border: 1px solid #e8e8e8;
}
.sec1 .list .item .tit{
	font-size: 26px;
	color: #444;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec1 .list .item .img{
	position: static;
	z-index: 100;
	overflow: hidden;
}

.sec1 .list .item .img img{
	width: 100%;
	height: auto;
	transition: all 1s ease; 
}
.sec1 .list .item .info{
	padding: 15px;
	line-height: 2;
	color: #2a2a2a;
	font-size: 16px;
}
.sec1 .list .item:hover img{
	transform: scale(1.1);
}
.sec2 .container{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.sec2 .list{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
}

.sec2 .list .item{
	width: 45%;
	position: relative;
}
.sec2 .list .item .img{
	position: static;
	z-index: 100;
	overflow: hidden;
}

.sec2 .list .item .img img{
	width: 100%;
	height: auto;
	transition: all 1s ease; 
}

.sec2 .list .item .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	transition: all 1s ease; 
}

.sec2 .list .item .infos{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	top: 0;
	left: 0;
}

.sec2 .list .item .infos .toit{
	font-size: 22px;
	color: #fff;
	line-height: 2em;
	text-align: center;
	margin-bottom: 50px;
}

.sec2 .list .item .infos .btn{
	font-size: 22px;
	color: #fff;
	line-height: 2em;
	border: 1px solid #fff;
	border-radius: 22px;
	padding: 0 20px;
}

.sec2 .list .item:hover .bg{
	background-color: rgba(0,0,0,0.6);
}

.sec2 .list .item:hover img{
	transform: scale(1.1);
}

.sec3 .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
}

.sec3 .container .left{
	width: 45%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sec3 .container .left .item{
	width: 46%;
}

.sec3 .container .right{
	width: 42%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
}

.sec3 .container .right .item a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
}

.sec3 .container .right .item{
	height: 110px;
	width: 100%;
}

.sec3 .container .right .item{
	border-bottom: 1px solid #ebeced;
}

.sec3 .container .date{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
}

.sec3 .container .right .date .da{
	font-size: 32px;
	color: #00aec7;
	line-height: 1em;
}

.sec3 .container .right .date .db{
	font-size: 16px;
	color: #00aec7;
	line-height: 2em;
}
.sec3 .container .right .tit{
	font-size: 16px;
	color: #000;
}

.sec3 .container .right .infos{
	font-size: 14px;
	color: #595959;
	line-height: 2em;
}
.sec3 .container .left .img{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.sec3 .container .left .date{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #00aec7;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
	padding: 5px;
}

.sec3 .container .left .date .da{
	font-size: 32px;
	color: #fff;
	line-height: 1em;
}

.sec3 .container .left .date .db{
	font-size: 16px;
	color: #fff;
	line-height: 2em;
}

.sec3 .container .left .infos{
	font-size: 14px;
	line-height: 1.6;
	padding-top: 20px;
	color: #000;
}
.sec3 .container .left .infos .name{
	margin-bottom: 5px;
}

.sec3 .container .left .more{
	width: 150px;
	height: 30px;
	background-color: #00aec7;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
section.join img{
	width: 100%;
	height: auto;
}

.cont_list{
	min-height: 1500px;
	padding: 80px 0;
}

.cont_list .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;

}

.cont_list .list .item{
	width: 30%;
	margin-right: 4.5%;
	overflow: hidden;
}

.cont_list .list .item:nth-child(3n){
	margin-right: 0;
}

.cont_list .list .item .tit{
	font-size: 14px;
	color: #232323;
	line-height: 2em;
}

.cont_list .list .item .info{
	font-size: 14px;
	color: #232323;
	line-height: 2em;
}

.cont_list .list .item .img{
	margin-bottom: 15px;
}
.cont_list .list .item.teacher .img{
	margin-bottom: 0px;
}
.top_ban{
	position: relative;
}
.top_ban .bgimg{
	position: static;
}
.top_ban .bgimg img{
	width: 100%;
	height: auto;
}
.top_ban .type{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_ban .type a{
	width: 159px;
	height: 49px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	line-height: 2em;
	font-size: 20px;
	color: #5a2414;
	background-image:url("../image/t2.png");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 10px;
}
.top_ban .type a.on,.top_ban .type a:hover{
	background-image:url("../image/t1.png");
	color: #fff;
}

.cont_list .list .item.kc .tit{
	font-size: 20px;
	text-align: center;
	
}

.cont_list .list .item.kc{
	margin-bottom: 90px;
}

.cont_list .list .item.teacher .tit{
	font-size: 20px;
	text-align: left;
}

.cont_list .list .item.teacher{
	margin-bottom: 50px;
}

.cont_list .list .item.teacher .info{
	background-color: #f8f8f8;
	padding: 10px 20px;
}

.bg0{
	background-color: #f3f3f3;
}

.cont_list .sec1{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.cont_list .sec1 .left{
	width: 18.3%;
}

.cont_list .sec1 .left dl{
	background-color: #fff;
}

.cont_list .sec1 .left dl dt{
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding-left: 60px;
	color: #161616;
	font-size: 18px;
	background-image: url(../image/i32.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	line-height: 28px;
	font-weight: bold;
}
.cont_list .sec1 .left dl dt span{
	clear: both;
	display: block;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
}
.cont_list .sec1 .left dl dd{
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #e6e6e6;
	background-image: url(../image/i2.png);
	background-repeat: no-repeat;
	background-position: 25px center;
	background-color: #fff;
}

.cont_list .sec1 .left dl dd a{
	display: block;
	font-size: 16px;
	color: #343434;
	padding-left: 50px;
}

.cont_list .sec1 .left dl dd:hover,.cont_list .sec1 .left dl dd.on{
	background-image: url(../image/i31.png);
	background-color: #00aec7;
	position: relative;
}

.cont_list .sec1 .left dl dd:hover a,.cont_list .sec1 .left dl dd.on a{
	color: #fff;
}

.cont_list .sec1 .right{
	width: 78%;
}

.cont_list .sec1 .left dl dd:hover::before,.cont_list .sec1 .left dl dd.on::before{
	content: '';
	position: absolute;
	width: 17px;
	height: 70px;
	left: 0;
	top: 0;
	background-color: #343434;
}

.bg0 .cont_list{
	background-color:#f3f3f3;
}

.cont_list .sec1 .left .tel{
	margin-top: 6px;
	height: 165px;
	background-color: #00aec7;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-image: url(../image/tel.png);
	background-position: center 25px;
	background-repeat: no-repeat;
	padding-top: 70px;
	box-sizing: border-box;
}
.cont_list .sec1 .left .tel .name{
	font-size: 14px;
	line-height: 2em;
}

.cont_list .sec1 .left .tel .con{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.cont_list .sec1 .right h2{
	font-size: 16px;
	font-weight: bold;
	color: #00aec7;
	padding-left: 35px;
	background-image: url(../image/i1.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 50px;
	line-height: 50px;
}

.cont_list .sec1 .right .items{
	padding: 10px;
	box-sizing: content-box;
	background-color: #fff;
	width: 22%;
	margin-right: 3%;
}

.cont_list .sec1 .right .items:nth-child(4n){
	margin-right: 0;
}
.cont_list .sec1 .right .items .img{
	width: 100%;
	height: 160px;
	overflow: hidden;
}
.cont_list .sec1 .right .items img{
	width: 100%;
	height: auto;
	max-height:none!important;
}

.cont_list .sec1 .right .items .name{
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 14px;
	color: #161616;
}


/* 底部功能栏 */
#function {
    height: 1.41333333rem;
    background-color: #191919;
}

#function .item {
    float: left;
    position: relative;
    width: 25%;
    height: 1.41333333rem;
    padding-top: 0.88rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0.4rem;
    text-align: center;
    color: #fff;
    font-size: 0.34666667rem;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.05);
}

#function .item .icoImg {
    position: absolute;
    top: 0.13333333rem;
    left: 50%;
    width: 0.61333333rem;
    height: 0.61333333rem;
    margin-left: -0.30666667rem;
}