/*  */
.indMore .more {
  cursor: pointer;
  line-height: 1;
  box-shadow: 0 0 50px 5px rgba(132, 142, 157, .15);
  display: inline-block;
  position: relative;
  padding: 15px 40px;
  border-radius: 23px;
  overflow: hidden;
  transition: opacity 0.68s cubic-bezier(.77, 0, .175, 1) .3s;
}

.indMore .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
  border-radius: 23px;
  z-index: 0;
  transition: all .3s cubic-bezier(.455, .03, .515, .955) 0s;
  pointer-events: none;
}

.indMore .more span {
  position: relative;
  display: inline-block;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1) .1s, opacity .4s cubic-bezier(.23, 1, .32, 1) .1s;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.indMore .more span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  color: #f95a25;
  opacity: 0;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1) 0s, opacity .4s cubic-bezier(.23, 1, .32, 1) 0s;
}

@media(min-width: 1025px) {
  .indMore .more:hover:before {
    background-color: #fff;
  }

  .indMore .more:hover span {
    transform: scale(.9);
    opacity: 0;
    transition: transform .4s cubic-bezier(.23, 1, .32, 1) 0s, opacity .4s cubic-bezier(.23, 1, .32, 1) 0s;
  }

  .indMore .more:hover span:last-child {
    transition: transform .2s cubic-bezier(.23, 1, .32, 1) .2s, opacity .2s cubic-bezier(.23, 1, .32, 1) .2s;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.indMore.whiteBg .more {
  background: #fff;
}

.indMore.center {
  text-align: center;
}

.indMore.whiteBg .more span {
  color: #2B52A3;
}

.indMore.whiteBg .more:hover:before {
  border-color: #2B52A3;
  background-color: #2B52A3;
}

.indMore.whiteBg .more:hover span {
  color: #fff;
}

.indMore.whiteBg2 .more {
  background: #fff;
}

.indMore.whiteBg2 .more span {
  color: #2B52A3;
}

.indMore.whiteBg2 .more:hover:before {
  border-color: #fff;
  background-color: #fff;
}

.indMore.whiteBg2 .more:hover span {
  color: #2B52A3;
}



.indMore.color .more:before {
  border-color: #2B52A3;
  background-color: #2B52A3;
}

.indMore.color .more span {
  color: #fff !important;
}

/*  */
.innerBack {
  font-weight: bold;
  text-transform: capitalize;
}

.innerBack {
  padding-top: 40px;
}

.innerBack a {
  display: inline-block;
  padding-left: 28px;
  background-image: url(../image/back.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 21px;
  transition: all 0.48s;
}

.innerBack a:hover {
  padding-left: 40px;
  color: #2B52A3;
  background-image: url(../image/back_h.png);
}

/* page */
.csPage {
  /* padding: 0 50px; */
  height: 80px;
  margin: 0 auto;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  position: relative;
  background: #fff;
  margin-top: 32px;
}

.csPage>a {
  color: #999;
}

.csPage>a.next-page,
.csPage>a.prev-page {
  padding: 0;
  margin: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  top: 18px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  line-height: 1em;
  border-radius: 50%;
  border: 1px solid #cbcbcb;
  height: 49px;
  width: 49px;
  color: #cbcbcb;
}

.csPage>a.prev-page {
  left: 0;
}

.csPage>a.next-page {
  right: 0;
}

.csPage>a {
  padding: 11px 10px;
  margin: 0 6px;
  line-height: 1;
  color: #999;
}

.csPage img {
  width: 6px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -19px;
}

.prev-page-h {
  display: none;
}

.csPage>a.on {
  color: rgba(0, 0, 0, .9);
  border-bottom: 1px solid rgba(0, 0, 0, .9);
}

.csPage>a:hover {
  color: rgba(0, 0, 0, .9);
  border-bottom: 1px solid rgba(0, 0, 0, .9);
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.csPage>a.next-page:hover,
.csPage>a.prev-page:hover {
  border-color: #999;
}

.csPage>a.next-page:hover svg>polyline,
.csPage>a.next-page:hover svg>path,
.csPage>a.prev-page:hover svg>polyline,
.csPage>a.prev-page:hover svg>path {
  stroke: #999;
}

/*  */
.indNav {
  position: relative;
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 0 18px rgba(4, 0, 0, 0.08);
}

.indNav ul {
  display: flex;
}

.indNav li {
  flex: 1;
  text-align: center;
  margin-left: -1px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

.indNav li a {
  display: block;
}

.indNav li.on {
  background: #e15a29;
}

.indNav li.on span {
  color: #fff;
}

.indNav li.on .indNav_img {
  display: none;
}

.indNav li.on .indNav_img_h {
  display: inline-block;
}

.indNav img {
  margin: 4px;
  /* display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 10; */
}

.indNav .indNav_img_h {
  display: none;
}

.indNav span {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 60px;
  color: #454545;
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: capitalize;
}

/* top */
.topBtn {
  position: fixed;
  bottom: 50px;
  right: 52px;
  width: 56px;
  height: 56px;
  z-index: 99990;
  opacity: 0;
}

.topBtn.show {
  opacity: 1;
}

.topBtn a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 15px;
  text-align: center;
  background: #545a66;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.3);
  border-radius: 32px;
}

.topBtn a img {
  width: 30px;
}

@media (max-width:1025px) {
  .topBtn.show {
    display: none;
  }
}

/* banner */
.csBan {
  position: relative;
  padding-top: 92px;
}

.csBan::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-image: linear-gradient(to right, rgb(241, 90, 41), rgb(241, 90, 41, .5), rgb(241, 90, 41, 0), rgb(241, 90, 41, 0));
}

.banPc {
  display: block;
}

.bansj {
  display: none;
}

.csBan img {
  width: 100%;
}

.csBan video {
  width: 100%;
  height: 355px;
  object-fit: cover;
}

.csBan_mbl {
  display: none;
}

.pad {
  padding: 98px 0;
}

.csBg {
  /* background: #fbfbfe; */
  background: #F2F7FB
}

.csBan .indSec_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*  斜边 */
.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: -12px;
  width: calc(100% + 14px);
  line-height: 0;
  direction: ltr;
  top: -1px;
  z-index: 2;
  pointer-events: none;
}

.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 108px;
  transform: translateX(-50%) rotateY(180deg);
}

.elementor-shape .elementor-shape-fill {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  fill: #fff;
}

.elementor-shape-bottom .elementor-shape-fill {
  /* fill: #f2f7fb; */
}

.elementor-shape-bottom {
  z-index: 2;
  pointer-events: none;
}

.elementor-shape-bottom {
  bottom: -1px;
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* 内页图文页面效果 */
.csImg {
  position: relative;
  display: inline-block;
  max-width: 550px;
  width: 100%;
}

.csImg_img {
  position: relative;
}

.csImg>img:not(.indAb_img_bg) {
  display: none;
  width: 100%;
}

.csImg_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-color: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

@-webkit-keyframes csAnimate {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }

  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

@keyframes csAnimate {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }

  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

.csImg_img .csImg_img_div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-delay: 500ms;
  opacity: 0;
}

.csImg_img img {
  opacity: 0;
  position: relative;
  z-index: 5;
  max-width: 100%;
  transition-delay: 500ms;
}

.csImg_bg {
  position: absolute;
  /* z-index: -2; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  /* background-image: url(../images/bg.png); */
  background-color: #2B52A3;
  /* transition: -webkit-transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78);
    transition: transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78);
    transition: transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78), -webkit-transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78); */
  transition: -webkit-transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78) 200ms;
  transition: transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78) 200ms;
  transition: transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78) 200ms, -webkit-transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78) 200ms;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.cs120 .csImg_bg {
  left: -10%;
  width: 120%;
  top: 20%;
  height: 75%;
}

.cs80 .csImg_bg {
  width: 100%;
  left: -10%;
  top: 20%;
  height: 75%;
}

.csTxt {
  float: right;
  width: calc(100% - 600px);
  max-width: 628px;
}

/*.csTxt .indTit h2 {
    font-size: 42px;
}
*/
.csTxt_p p {
  color: #6f7884;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  /* margin-bottom: 80px; */
}

.csBox.right .csImg {
  float: right;
}

.csBox.right .csTxt {
  float: left;
}


@-webkit-keyframes opacity_show {
  0% {
    -webkit-transform: scale(0.3) translateY(50px);
    -moz-transform: scale(0.3) translateY(50px);
    -ms-transform: scale(0.3) translateY(50px);
    transform: scale(0.3) translateY(50px);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes opacity_show {
  0% {
    -moz-transform: scale(0.3) translateY(50px);
    transform: scale(0.3) translateY(50px);
    opacity: 0.1;
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes opacity_show {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes opacity_show {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* 延迟动画 */
.wgt-fade-animate .topOpa {
  position: relative;
  top: 48px;
  opacity: 0;
  transition: all 0.85s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.appear .delay0 {
  opacity: 1;
  top: 0;
  /* transition-delay: 0.1s; */
}

.appear .delay1 {
  opacity: 1;
  top: 0;
  transition-delay: 0.28s;
}

.appear .delay2 {
  opacity: 1;
  top: 0;
  transition-delay: 0.48s;
}

.appear .delay3 {
  opacity: 1;
  top: 0;
  transition-delay: 0.68s;
}

.appear .delay4 {
  opacity: 1;
  top: 0;
  transition-delay: 0.88s;
}

.appear .delay5 {
  opacity: 1;
  top: 0;
  transition-delay: 1s;
}

.appear .delay6 {
  opacity: 1;
  top: 0;
  transition-delay: 1.28s;
}

.appear .delay7 {
  opacity: 1;
  top: 0;
  transition-delay: 1.48s;
}

.appear .delay8 {
  opacity: 1;
  top: 0;
  transition-delay: 1.68s;
}

.appear .delay9 {
  opacity: 1;
  top: 0;
  transition-delay: 1.88s;
}

.appear .delay10 {
  opacity: 1;
  top: 0;
  transition-delay: 2.28s;
}

.appear .delay11 {
  opacity: 1;
  top: 0;
  transition-delay: 2.48s;
}

.appear .delay12 {
  opacity: 1;
  top: 0;
  transition-delay: 2.68s;
}

.appear .delay13 {
  opacity: 1;
  top: 0;
  transition-delay: 2.88s;
}

.appear .delay14 {
  opacity: 1;
  top: 0;
  transition-delay: 3s;
}

.appear .delay15 {
  opacity: 1;
  top: 0;
  transition-delay: 3.28s;
}

.appear .delay16 {
  opacity: 1;
  top: 0;
  transition-delay: 3.48s;
}

.appear .delay17 {
  opacity: 1;
  top: 0;
  transition-delay: 3.68s;
}

.appear .delay18 {
  opacity: 1;
  top: 0;
  transition-delay: 3.88s;
}

.appear .delay19 {
  opacity: 1;
  top: 0;
  transition-delay: 4s;
}

.appear .delay20 {
  opacity: 1;
  top: 0;
  transition-delay: 4.28s;
}

.appear .delay21 {
  opacity: 1;
  top: 0;
  transition-delay: 4.48s;
}

.appear .delay22 {
  opacity: 1;
  top: 0;
  transition-delay: 4.68s;
}

.appear .delay23 {
  opacity: 1;
  top: 0;
  transition-delay: 4.88s;
}

.appear .delay24 {
  opacity: 1;
  top: 0;
  transition-delay: 5s;
}

.appear .delay25 {
  opacity: 1;
  top: 0;
  transition-delay: 5.28s;
}

.appear .delay26 {
  opacity: 1;
  top: 0;
  transition-delay: 5.48s;
}

.appear .delay27 {
  opacity: 1;
  top: 0;
  transition-delay: 5.68s;
}

.appear .delay28 {
  opacity: 1;
  top: 0;
  transition-delay: 5.88s;
}

.appear .delay29 {
  opacity: 1;
  top: 0;
  transition-delay: 6s;
}

.appear .dela30 {
  opacity: 1;
  top: 0;
  transition-delay: 6.28s;
}

.appear .dela31 {
  opacity: 1;
  top: 0;
  transition-delay: 6.48s;
}

.appear .dela32 {
  opacity: 1;
  top: 0;
  transition-delay: 6.68s;
}

.appear .dela33 {
  opacity: 1;
  top: 0;
  transition-delay: 6.88s;
}

.appear .dela34 {
  opacity: 1;
  top: 0;
  transition-delay: 7s;
}

.appear .dela35 {
  opacity: 1;
  top: 0;
  transition-delay: 7.28s;
}

.appear .dela36 {
  opacity: 1;
  top: 0;
  transition-delay: 7.48s;
}

.appear .dela37 {
  opacity: 1;
  top: 0;
  transition-delay: 7.68s;
}

.appear .dela38 {
  opacity: 1;
  top: 0;
  transition-delay: 7.88s;
}

.appear .dela39 {
  opacity: 1;
  top: 0;
  transition-delay: 8s;
}

.appear .dela40 {
  opacity: 1;
  top: 0;
  transition-delay: 8.28s;
}

.appear .dela50 {
  opacity: 1;
  top: 0;
  transition-delay: 8.48s;
}

.appear .dela51 {
  opacity: 1;
  top: 0;
  transition-delay: 8.68s;
}

.appear .dela52 {
  opacity: 1;
  top: 0;
  transition-delay: 8.88s;
}

.appear .dela53 {
  opacity: 1;
  top: 0;
  transition-delay: 9s;
}

.appear .dela54 {
  opacity: 1;
  top: 0;
  transition-delay: 9.28s;
}

.appear .dela55 {
  opacity: 1;
  top: 0;
  transition-delay: 9.48s;
}

.appear .dela56 {
  opacity: 1;
  top: 0;
  transition-delay: 9.68s;
}

.appear .dela57 {
  opacity: 1;
  top: 0;
  transition-delay: 9.88s;
}

.appear .dela58 {
  opacity: 1;
  top: 0;
  transition-delay: 10s;
}

.appear .dela59 {
  opacity: 1;
  top: 0;
  transition-delay: 10.28s;
}

.appear .dela60 {
  opacity: 1;
  top: 0;
  transition-delay: 10.48s;
}

/* ===========
    canvas
======================*/
/* ---- stats.js ---- */
.count-particles {
  /* background: #000022; */
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: red;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
  /* height: 100%; */
  background-color: #fff;
  /* background-image: url(about.html); */
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/* ===========
    header
===================================================== */
/*.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all ease .4s;
  text-align: right;
  padding: 0 50px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2)
}*/

.header.bg {
  background: rgba(255, 255, 255, 0.2)
}

.headTop {
  width: 100%;
  padding-right: 26px;
  padding-top: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.48s;
  -webkit-transition: all 0.48s;
  -moz-transition: all 0.48s;
  -ms-transition: all 0.48s;
  -o-transition: all 0.48s;
}

.headTop a {
  font-size: 13px;
  color: #fff;
  padding-left: 20px;
  margin-left: 16px;
  position: relative;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0.8;
}

/* .headTop a:first-child {
  font-size: 15px;
  font-family: 'Montserrat-Bold';
  opacity: 1;
} */
.headTop a:hover {
  color: #2B52A3 !important;
}

.headTop .lang {
  font-size: 13px;
  color: #fff;
  padding-left: 20px;
  margin-left: 16px;
  position: relative;
  line-height: 1;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  /* padding-bottom: 10px; */
}

.headTop .lang svg {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.headTop .lang svg path {
  fill: #fff;
}

.headTop .lang:hover {
  color: #2B52A3;
}

.headTop .lang:hover svg path {
  fill: #2B52A3;
}

.header .lang:hover .nav-slide {
  display: block;
}

.header .lang .Tbox {
  display: none;
  position: absolute;
  left: 70%;
  top: calc(100% - 1px);
  width: 100px;
  transform: translateX(-50%);
  background: #fff;
  -webkit-box-shadow: 0 0 22px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 22px rgba(0, 0, 0, .15);
  box-shadow: 0 0 22px rgb(0 0 0 / 15%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 99;
}

.header .lang .Tbox a {
  padding-left: 0;
  margin-left: 0;
  display: block;
  height: 51px;
  color: #343434;
  line-height: 54px;
  border-top: 1px solid #e5e5e5;
  opacity: .6;
  text-transform: capitalize;
  text-align: center;
}

.header .lang:hover .Tbox {
  display: block;
}

.header .lang .Tbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2B52A3;
  /* background: url(../picture/nav_bg2.png) no-repeat; */
  background-size: cover;
}

.header.whiteBg .headTop .lang {
  color: #343434;
}

.header.whiteBg .headTop .lang svg path {
  fill: #343434;
}

.headBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*.header .logo {  
  transition: all 0.48s;
  margin-bottom: 15px;
}

.header .logo img {
  width: 182px;
}*/

.header .logo_img {
  display: none;
}

.header .nav {
  display: inline-block;
}

.header .nav li {
  float: left;
  position: relative;
  padding: 6px 35px 10px;
  text-align: center;
  transition: all 0.48s;
}

.header .nav li:first-child::before {
  content: none;
}

.header .nav li>a {
  font-size: 17px;
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 40px;
}

.header .nav li>a:hover {
  color: #2B52A3 !important;
}

.header .nav li.hassub>a::after {
  content: '';
  position: absolute;
  right: -14px;
  margin-top: -2px;
  top: 50%;
  width: 7px;
  height: 4px;
  background: url(../image/nav_bg_w.png) no-repeat;
}

.header .nav li.hassub:hover .nav-slide {
  display: block;
}

.header .nav-slide {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% - 2px);
  width: 180px;
  margin-left: -90px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 22px rgba(0, 0, 0, .15);
  box-shadow: 0 0 22px rgba(0, 0, 0, .15);
}

.header .nav-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2B52A3;
  /* background: url(../picture/nav_bg2.png) no-repeat; */
  background-size: cover;
}

.header .nav-slide a,
.header .nav-slide span {
  display: block;
  /* height: 51p; */
  color: #343434;
  line-height: 1.2;
  border-top: 1px solid #e5e5e5;
  opacity: .6;
  text-transform: capitalize;
  position: relative;
  padding: 15px 0;
}

.header .nav-slide span::after {
  content: '';
  position: absolute;
  right: 14px;
  margin-top: -2px;
  top: 50%;
  width: 8px;
  height: 10px;
  background: url(../image/nav_bg_y.png) no-repeat;
}

.header .nav-slide a:hover,
.header .nav-slide span:hover {
  color: #343434;
  opacity: 1;
}

.header .ways {
  float: right;
  margin-top: 24px;
}

.header .ways li {
  display: inline-block;
  margin-left: 6px;
  border-radius: 34px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.header .ways li:hover {
  background: #2B52A3;
  border-color: #2B52A3;
}

.header .ways li:hover a {
  color: #fff !important;
}

.header .ways li a {
  position: relative;
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
}

.header .ways-search {
  position: relative;
  padding: 15px 0;
}

.header .search-btn {
  padding-left: 23px;
  height: 30px;
  line-height: 30px;
  color: #999;
  border: 0;
  background: url(https://www.transcenta.com/ch/templates/default/picture/ico_search.png) no-repeat left center;
}

.header .ways-search-in {
  position: absolute;
  top: 105%;
  right: 0;
  padding-right: 30px;
  padding-left: 20px;
  width: 250px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  overflow: hidden;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  opacity: 0;
}

.header .ways-search-in .iptxt {
  display: block;
  width: 100%;
  padding: 5px;
  height: 30px;
  line-height: 18px;
  text-align: right;
  color: #000;
  border: 0;
  background: no-repeat;
}

.header .ways-search-in .search-btn-2 {
  position: absolute;
  right: 10px;
  top: 0;
  padding-left: 0;
  width: 14px;
  height: 100%;
  text-indent: -1000px;
}

.header .ways-search-in .search-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.header .ways-search-in.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.header.headerFix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header.headerFix .headTop {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.header.whiteBg .headTop a,
.header.whiteBg .headTop a::before {
  color: #343434
}

.header.headerFix .logo img {
  width: 168px;
}

.header.whiteBg {
  background: #fff;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 22px rgba(0, 0, 0, .15);
  box-shadow: 0 0 22px rgba(0, 0, 0, .15);
}

.header.whiteBg .nav li>a {
  color: #343434;
  font-size: 17px;
}

.header.headerFix .logo {
  padding: 12px 0;
  margin-bottom: 0;
}

.header.whiteBg .ways li {
  border: 1px solid #ededed;
}

.header.whiteBg .ways-language a,
.header.whiteBg .ways-phone a {
  color: #a0a0a0;
  font-size: 14px;
}

.header.whiteBg .logo_img_w {
  display: none;
}

.header.whiteBg .logo_img {
  display: block;
}

.header.whiteBg .nav li.hassub>a::after {
  background: url(../image/nav_bg.png) no-repeat;
}

/* headMenu */
.headMenu {
  display: none;
  cursor: pointer;
  float: right;
  padding: 10px 0 0;
}

.headMenu.show {
  display: block;
}

.headMenu span {
  display: block;
  width: 28px;
  height: 2px;
  background: #000;
  margin-top: 6px;
  border-radius: 6px;
  transition: all 0.48s;
}

.headMenu span:first-of-type {
  margin-top: 0;
}

.headMenu.on span {
  background: #000;
}

.headMenu.on .headMenu_span1 {
  transform: rotate(45deg) translate(5px, 6px);
}

.headMenu.on .headMenu_span2 {
  opacity: 0;
}

.headMenu.on .headMenu_span3 {
  transform: rotate(-45deg) translate(5px, -7px);
}

.headMenu_Box {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding-top: 108px;
  padding-bottom: 38px;
  z-index: 9990;
  /* transition: all 0.48s; */
}

.headMenu_Box.open {
  right: 0;
}

.headMenu_Box>div {
  padding: 0 38px;
}

.headMenu_con {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  background: #F2F7FB;
  text-align: center;
}

.headMenu_con a {
  padding: 12px;
  display: block;
  color: #2B52A3;
  text-align: center;
  font-size: 27px;
  line-height: 2;
  text-transform: capitalize;
}

.headMenu_Box ul {
  /* text-align: center; */
  position: relative;
}

.headMenu_Box ul:last-of-type {
  border-top: 2px solid #e1e1e1;
  margin-top: 28px;
  padding-top: 28px;
}

.headMenu_Box ul:last-of-type li {
  margin: 0;
}

.headMenu_Box li {
  line-height: 2.1;
  margin-top: 24px;
}

.headMenu_Box li>a {
  position: relative;
  line-height: 2;
  font-size: 20px;
  color: #323232;
  text-transform: capitalize;
  text-align: left;
  font-weight: bold;
  display: block;
}

.headMenu_Box .headMenu_li>a {
  background: url(../image/head_l.png) no-repeat right center;
}

/*
.headMenu_Box .headMenu_li>a {
    background: url(../images/head.png) no-repeat right center;
}

.headMenu_Box .headMenu_li.on>a {
    background: url(../images/head_h.png) no-repeat right center;
} */
.headMenu_a {
  position: relative;
}

.headMenu_s {
  padding: 5px 20px;
}

.headMenu_a a {
  padding-left: 14px;
  display: block;
  color: #999;
  font-size: 15px;
  text-transform: capitalize;
}

.headMenu_a a.on {
  color: #2B52A3;
  font-weight: bold;
}



.header .nav-slide .HNTbox {
  position: absolute;
  left: 100%;
  top: -20px;
  width: 150px;
  background: #fff;
  display: none;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.header .nav-slide span:hover .HNTbox {
  display: block;
}

/* .headMenu_a{
  display: none;
} */
/* ===========
    footer
===================================================== */
footer {
  /* overflow: hidden; */
  padding: 78px 0 50px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.indFoot .bg {
  width: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.indFoot .inner {
  position: relative;
}

.foot_left {
  /* float: left; */
  width: 248px;
}

.footNav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.foot_logo {
  display: block;
  width: 182px;
  margin-bottom: 52px;
}

.foot_logo img {
  width: 100%;
}

.footNav ul a {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 2;
  color: #6f7884;
  transition: all 0.48s;
  -webkit-transition: all 0.48s;
  -moz-transition: all 0.48s;
  -ms-transition: all 0.48s;
  -o-transition: all 0.48s;
  margin-bottom: 6px;
}

.footNav ul a:hover {
  color: #2B52A3;
  left: 5px;
}

.footList,
.footNav ul {
  position: relative;
}

.footList::after,
.footNav ul::after {
  width: 1px;
  height: 100%;
  position: absolute;
  left: -80px;
  top: 0;
  background: #eee;
  content: '';
}

.footItem {
  margin-bottom: 30px;
}

.footItem .tit {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 2;
  color: #6f7884;
}

.footItem .text {
  position: relative;
  transition: all 0.48s 0.1s;
  color: #6f7884;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Montserrat-Regular';
  letter-spacing: 0.25px;
  line-height: 1.8;
  -webkit-transition: all 0.48s 0.1s;
  -moz-transition: all 0.48s 0.1s;
  -ms-transition: all 0.48s 0.1s;
  -o-transition: all 0.48s 0.1s;
  margin-bottom: 15px;
}

.footItem .text span {
  display: block;
  position: relative;
  transition: all 0.48s 0.1s;
  color: #6f7884;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat-Regular';
  letter-spacing: 0.25px;
  line-height: 1.8;
  -webkit-transition: all 0.48s 0.1s;
  -moz-transition: all 0.48s 0.1s;
  -ms-transition: all 0.48s 0.1s;
  -o-transition: all 0.48s 0.1s;
}

.footIco {
  margin: 20px 0;
  display: flex;
}

.footIco .icon {
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
}

.footIco .icon img {
  width: 100px;
}

.footIco .icon span {
  font-size: 16px;
}

.indFoot .copy,
.indFoot .build,
.indFoot .build a {
  font-size: 15px;
  line-height: 1.2;
  color: #6f7884;
  text-transform: uppercase;
  margin-top: 4px;
}

.footCo2 {
  display: none;
}

.Ftcopy {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.Ftcopy a,
.Ftcopy span {
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  color: #6f7884;
  transition: all 0.48s;
}

.Ftcopy span {
  margin: 0 10px;
}

.footIco img {
  width: 100px;
  margin-right: 10px;
}




/* ===========
    index
===================================================== */
/* banner */
.banner {
  position: relative;
  z-index: 111;
  /* z-index: 99999; */
  overflow: hidden;
  height: calc(100vh + 105px);
  margin: 0 auto;
  color: #ffffff;
}

.banSocroll {
  position: absolute;
  bottom: 72px;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  animation: banAnimat 0.42s alternate infinite;
  cursor: pointer;
}

@keyframes banAnimat {
  0% {
    bottom: 172px;
  }

  100% {
    bottom: 160px;
  }
}

.banner li {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  overflow: hidden;
}

.banner li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 59, 138, 0.48);*/
  z-index: 10;
}

.banner li img {
  width: 100%;
}

.banner li.active {
  left: 0;
}

.banner li video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.banner li em {
  display: block;
}

.banner .btns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
  z-index: 10;
  text-align: center;
  font-size: 0;
}

.banner .btns::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  background: rgba(255, 255, 255, 0.2);
}

.banner .btns span {
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-size: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  margin: 82px auto 0;
}

.banner .btns span:first-child {
  margin-top: 0;
}

.banner .btns span.cur {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 1);
}

.banner .btns span em {
  display: none;
  width: 50px;
  height: 2px;
  margin: 0px 5px;
  background-color: #bdbdc9;
  position: relative;
}

.banner .btns span i {
  display: none;
  height: 100%;
  position: absolute;
  width: 0;
  background-color: #818181;
}

.banner ul,
.banner li {
  height: 100%;
}

.banner ul,
.banner li a {
  cursor: default;
  height: 100%;
  width: 100%;
}

/**/
.banTxt {
  position: absolute;
  top: 45%;
  left: 5%;
  width: 90%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 30;
}

.banTxt_p {
  position: relative;
  color: #fff;
  font-size: 91px;
  font-weight: bold;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.banTxt_p span {
  display: block;
}

.banTxt>p {
  position: relative;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 54px;
  display: inline-block;
}

/* index */
.indSec {
  overflow: hidden;
  margin-top: -187px;
  position: relative;
  z-index: 1111;
}

.indSec_bg img {
  width: 100%;
  height: 188px;
}

/* index-1 */
.indAb {
  position: relative;
  position: relative;
  z-index: 1;
  width: 100%;
  /*padding: 48px 0px 88px;*/
}

.indAb_pos {
  position: absolute;
  top: -92px;
  right: 0;
  z-index: -1;
  opacity: 0.06;
}

.indAb_pos img {
  max-width: 100%;
}

.indAb .inner {
  position: relative;
}

.indAb_bg {
  position: absolute;
  z-index: -1;
  top: -140px;
  left: 0;
  overflow: hidden;
}

.indAb_bgIco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* animation: bgIco 1s infinite; */
  transform-origin: 50% 50%;
}

.indAb_bgIco span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 5px solid #2B52A3;
  background: #fff;
  position: absolute;
  z-index: 10;
}

.indAb_bgIco_span1 {
  top: 18%;
  left: 29.5%;
}

.indAb_bgIco_span2 {
  top: 76%;
  left: 41.5%;
}

.indAb_bgIco_span3 {
  top: 0;
  left: 0;
}

.indAb_bgIco span::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #dfe2e9;
  animation: bgIco2 1s 0.18s infinite alternate;
}

@keyframes bgIco2 {
  0% {
    opacity: 0.8;
    transform: scale(1)
  }

  100% {
    opacity: 0.28;
    transform: scale(1.38)
  }
}

.indAb_bgIco span:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 5px solid #2B52A3;
  animation: bgIco1 1s infinite alternate;
}

@keyframes bgIco1 {
  0% {
    opacity: 0.38;
    transform: scale(1)
  }

  100% {
    opacity: 0.1;
    transform: scale(2)
  }
}

.indAb_bg_r {
  position: absolute;
  bottom: -333px;
  right: 0;
}

.indAb_img {
  width: 42%;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.indAb_img_ico img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
}

.indAb_img.ico:hover .indAb_img_ico {
  opacity: 1;
}

.indAb_img_ico {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 59, 138, 0.18);
  text-align: center;
  transition: all 0.48s;
}

.indAb_img .indAb_img_img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.indAb_img_bg {
  position: absolute;
  bottom: -42px;
  left: -100px;
  width: 68%;
  z-index: -1;
}

.indAb_img>img:not(.indAb_img_bg) {
  display: none;
  width: 100%;
}

.indAb_img .indAb_img1 {
  max-width: 100%;
}

.indAb_info {
  display: inline-block;
  padding: 48px 0 28px;
  width: 52%;
  text-align: left;
  padding-right: 60px;
  box-sizing: border-box;
  min-height: 580px;
}

.indAb .indAb_p b {
  color: #21334e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 28px;
  display: block;
}

.indAb .indAb_p p {
  color: #6f7884;
  font-weight: 400;
  font-size: 17px;
  line-height: 2;
  margin-bottom: 80px;
  letter-spacing: 0.25px;
}

.abAbout .csTxt {
  padding-top: 4%;
  padding-right: 60px;
}

/* index - 2 */
.bgColor {
  background-color: #fdfdfd;
}

.mainCon1 {
  position: relative;
  z-index: 2;
}

.mainCon1 .indTit {
  top: 48px;
}

.mainCon1 .indTit h2 {
  margin-bottom: 0;
}

.mainCon1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #fff;
}

.indFour .indTit h2 {
  margin-bottom: 0;
}

.indFour {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 130px 0 100px;
  position: relative;
}

/* .indFour .inner {
  max-width: 1140px;
} */
.indFour_box {
  margin-bottom: 28px;
}

.indFour_item {
  vertical-align: top;
  cursor: pointer;
  float: left;
  width: 25%;
  padding: 4px 21px 20px;
  box-sizing: border-box;
}

/*.indFour_item2 .indFour_ico {
    margin-top: -38px;
}
*/
.indFour_item2 .indFour_txt {
  top: 96px;
}

.indFour_ico {
  position: relative;
  width: 80px;
  margin: 0 auto 21px;
}

.indFour_pos {
  position: absolute;
  top: 0;
  left: 0;
}

.indFour_pos1 {
  animation: indPos1 1s alternate infinite
}

@keyframes indPos1 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(5px, 5px);
  }
}

.indFour_pos2 {
  animation: indPos2 1s infinite
}

@keyframes indPos2 {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.indFour_pos3,
.indFour_pos4 {
  animation: indPos3 1s infinite alternate
}

.indFour_pos4 {
  animation-delay: 0.5s;
}

@keyframes indPos3 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(6px);
  }
}

.indFour_pos6 {
  transform: translateY(-3px);
  animation: indPos6 1s infinite alternate
}

@keyframes indPos6 {
  0% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
  }
}

.indFour_pos7 {
  animation: indPos7 1s infinite alternate;
  transform-origin: left top;
}

@keyframes indPos7 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, -3px);
  }
}

.indFour_pos8 {
  animation: indPos8 1s infinite alternate;
  transform-origin: center 80%;
}

.indFour_pos9 {
  animation: indPos9 1s 0.28s infinite alternate;
  transform-origin: center 80%;
}

.indFour_pos10 {
  animation: indPos10 1s 0.68s infinite alternate;
  transform-origin: center bottom;
}

@keyframes indPos8 {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes indPos9 {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes indPos10 {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.indFour_pos11 {
  animation: indPos11 1s infinite alternate;
  transform-origin: right top;
}

@keyframes indPos11 {
  0% {
    transform: translate(0, -6px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.indFour_ico img {
  width: 100%;
  transition: all 0. 48s;
}

.indFour_ico2 {
  display: none;
}

.indFour_quan {
  display: none;
  position: relative;
  text-align: center;
}

.indFour_quan span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: -2px auto;
  position: relative;
  background: #fff;
  transition-timing-function: ease-in-out;
  transition-duration: .2s;
  z-index: 6;
}

.indFour_quan::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #000;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -6px;
  background: #2B52A3;
  z-index: 4;
  transition-timing-function: ease-in-out;
  transition-duration: .2s;
}

.indFour_txt {
  text-align: center;
}

.indFour_txt h4 {
  font-family: 'Montserrat-Regular';
  position: relative;
  transition: all 0.48s;
  top: 0;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 50px 0 42px;
  color: #21334e;
}

.indFour_txt p {
  position: relative;
  transition: all 0.48s 0.1s;
  top: 0;
  color: #6f7884;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 14px;
  line-height: 1.8;
  font-family: 'Montserrat-Regular';
  letter-spacing: 0.25px;
}

@media(min-width:1025px) {
  .indFour_item:hover .indFour_txt h4 {
    top: -18px;
    color: #2B52A3;
  }

  .indFour_item:hover .indFour_txt p {
    top: -24px;
  }

  .indFour_item:hover .indFour_quan span {
    background: aliceblue#2B52A3;
    background: rgb(233, 84, 18);
    background: -moz-linear-gradient(45deg, rgba(63, 85, 217, 1) 0%, rgba(172, 184, 252, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(233, 84, 18, 1) 0%, rgba(255, 229, 218, 1) 100%);
    background: linear-gradient(45deg, rgba(233, 84, 18, 1) 0%, rgb(255, 229, 218, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3f55d9', endColorstr='#acb8fc', GradientType=1);
  }

  .indFour_item:hover .indFour_quan::before {
    width: 20px;
    height: 20px;
    margin-top: -7px;
    margin-left: -10px;
    background: rgba(233, 84, 18, 0.3);
  }

  .indFour_item:hover .indFour_ico1 {
    display: none;
  }

  .indFour_item:hover .indFour_ico2 {
    display: block;
  }
}

/* .elementor-shape {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: -1px;
    z-index: 2;
    pointer-events: none;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 88px;
    transform: translateX(-50%) rotateY(180deg);
}

.elementor-shape .elementor-shape-fill {

    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    fill: #F2F7FB;
}

.elementor-shape-bottom .elementor-shape-fill {
    fill: #F2F7FB;
    ;
}

.elementor-shape-bottom {
    z-index: 2;
    pointer-events: none;
}

.elementor-shape-bottom {
    bottom: -1px;
}


.elementor-shape[data-negative=false].elementor-shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
} */
/* ===========
    team
======================== */
.leaderDemo {
  display: none;
  position: relative;
  margin-bottom: 48px;
  margin-top: 28px;
  text-align: left;
  padding: 0 5px;
}

.leaderDemoa {
  display: block;
}

.abTd_swiper .swiper-wrapper {
  justify-content: center;
}

.abTd_swiper .swiper-slide {
  width: auto;
}

.abTd_swiper .swiper-slide-thumb-active .indMore .more:before {
  border-color: #2B52A3;
  background-color: #2B52A3;
}

.abTd_swiper .swiper-slide-thumb-active .indMore.whiteBg .more span {
  color: #fff;
}

.abT_swiper .swiper-slide {
  height: 0;
  opacity: 0;
}

.abT_swiper .swiper-slide-active {
  height: auto;
  opacity: 1;
}

.leader_a {
  min-height: 266px;
  display: block;
  float: left;
  width: calc(33.33% - 20px);
  cursor: pointer;
  background: #f8f8f8;
  border-radius: 12px;
  margin: 10px;
  transition: all 0.48s;
  padding: 48px 32px;
}

.leader_a:hover {
  transform: scale(1.02);
  box-shadow: 5px 5px 10px #ddd;
}

.leader_img {
  vertical-align: top;
  display: inline-block;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  overflow: hidden;
}

.leader_img img {
  width: 100%;
}

.leader_txt {
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding: 12px 0 0 28px;
  text-align: left;
  width: calc(100% - 190px);
}

.leader_txt h2 {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  letter-spacing: normal;
  /* margin-bottom: 14px; */
}

.leader_txt em {
  font-style: inherit;
  color: #2B52A3;
  line-height: 2;
  font-weight: bold;
  display: inline-block;
  /* text-transform: uppercase; */
  margin-left: 6px;
  font-size: 17px;
  min-height: 32px;
}

.leader_txt p {
  font-size: 15px;
  line-height: 1.4;
  min-height: 46px;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6f7884;
}

.leader_txt .indMore {
  margin-top: 10px;
}

.leader_txt .indMore .more {
  padding: 8px 30px;
}

.leaderDemo .slick-arrow {
  width: 33px;
  height: 33px;
  display: block;
  border-radius: 5px;
  background-color: #999999;
  top: 50%;
  margin-top: -36px;
}

.leaderDemo .slick-arrow i {
  background: url(https://www.transcenta.com/ch/templates/default/images/btn_3.png) no-repeat scroll center center;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  display: block;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.leaderDemo .slick-prev {
  left: 0;
}

.leaderDemo .slick-next {
  right: 0;
}

.leaderDemo .slick-prev i {
  background-image: url(https://www.transcenta.com/ch/templates/default/images/btn_3.png);
}

.leaderDemo .slick-next i {
  background-image: url(https://www.transcenta.com/ch/templates/default/images/btn_4.png);
}

.leaderDemo .slick-arrow:hover {
  background-color: #000;
}

.leaderDemo .slick-prev:hover i {
  background-position: 30% center;
}

.leaderDemo .slick-next:hover i {
  background-position: 70% center;
}

.leaderDemo.slick-slider {
  position: relative;
  display: block;
  margin-top: 20px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.leaderDemo .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding-bottom: 28px;
}

.leaderDemo .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.leaderDemo .slick-prev,
.leaderDemo .slick-next {
  position: absolute;
  z-index: 99;
  cursor: pointer;
}

.leaderDemo .slick-dots {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.leaderDemo .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background: #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.leaderDemo .slick-dots li.slick-active {
  background: #2B52A3;
}

/* team  */
.team.pad {
  padding-bottom: 108px;
}

.team .leaderBox {
  margin-bottom: 48px;
}

.team .leader_a {
  display: block;
  width: 23%;
  margin: 2.5% 1%;
  float: left;
}

/* ===========
    about
===================================================== */
/* abAbout */
.abAbout {
  position: relative;
  z-index: 11;
  overflow: hidden;
}

/*.abAbout .indTit h2 {
    font-size: 42px;
}*/
.abAbout .indAb_bg {
  top: 0;
}

.abMiss {
  /* max-width: 1000px; */
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.abMiss p {
  font-size: 17px;
  line-height: 1.8;
  color: #6f7884;
}

.abMiss em {
  display: inline-block;
  width: 1px;
  height: 128px;
  background: #2B52A3;
  margin: 42px 0 24px;
}

.abAb_box .csBox {
  position: relative;
  margin-top: 108px;
  text-align: right;
}

.abAb_box .csBox:first-child {
  margin-top: 0;
}

.abAb_box .csBox:nth-child(2n) {
  text-align: left;
}

.abAb_box .csBox:nth-child(2n) .indAb_img {
  left: auto;
  right: 0;
}

.abAb_box .csBox:nth-child(2n) .indAb_img_bg {
  left: auto;
  right: -100px;
  transform: rotate(180deg);
}

/* abLeader */
.abLeader .indTit h2 {
  margin-bottom: 48px;
}

.abLeader {
  text-align: center;
  overflow: hidden;
  /* padding-bottom: 0; */
}

.abLeader_nav .indMore {
  display: inline-block;
  margin: 0 14px;
}

.abLeader_nav .indMore .more {
  cursor: pointer;
  box-shadow: none;
  border: 1px solid #eee;
  padding: 12px 34px;
}

.abLeader_nav .indMore.whiteBg .more span {
  color: #787878;
}

.abLeader_nav .indMore.whiteBg .more:hover span {
  color: #fff;
}

/* abInvestors */
.abLogo {
  display: none;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.abLogo_p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  max-width: 84%;
  margin: 0 auto 48px;
}

.abLogo_box {
  display: inline-block;
}

.abLogo_a {
  float: left;
  width: 134px;
  height: 134px;
  margin: 20px;
}

.abLogo_a::before {
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f7fb;
  z-index: -1;
}

.abLogo_a span {
  font-size: 38px;
  font-family: 'Montserrat-Bold';
  line-height: 1.5;
  margin-top: 12px;
  display: block;
  text-align: left;
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.05);
}

.abLogo_a img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* abDeve */
.abDeve {
  position: relative;
  background: #f8f8f8;
}

.slick_box .slick-arrow {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  margin-top: -36px;
  border: 1px solid #cbcbcb;
}

.slick_box .slick-arrow.slick-disabled {
  opacity: 0;
}

.slick_box .slick-arrow i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  display: block;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.slick_box .slick-prev {
  left: -60px;
}

.slick_box .slick-next {
  right: -60px;
}

.slick_box .slick-prev i {
  background-image: url(../image/prev_dis.png);
}

.slick_box .slick-next i {
  background-image: url(../image/next_dis.png);
}

.slick_box .slick-prev:hover i {
  background-position: 40% center;
}

.slick_box .slick-next:hover i {
  background-position: 60% center;
}

.slick_box.slick-slider {
  position: relative;
  display: block;
  /* margin-top: 20px; */
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick_box .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick_box .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick_box .slick-prev,
.slick_box .slick-next {
  position: absolute;
  z-index: 99;
  cursor: pointer;
}

.slick_box .slick-dots {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.slick_box .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background: #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slick_box .slick-dots li.slick-active {
  background: #2B52A3;
}

.his_wrap .bg {
  position: absolute;
  height: 326px;
  left: 0;
  width: 100%;
  bottom: 0;
}

.his_wrap .btn_box {
  display: none;
  position: relative;
  z-index: 10;
  margin-top: 10px;
  text-align: center;
}

.his_wrap .btn_box div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
  padding: 20px 10px 0;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
}

.his_wrap .btn_box div.prev {
  background-image: url(../image/prev.png);
}

.his_wrap .btn_box div.next {
  background-image: url(../image/next.png);
}

.his_wrap .btn_box div.prev.disabled {
  opacity: 0;
}

.his_wrap .btn_box div.next.disabled {
  opacity: 0;
}

.his_wrap .his_box {
  position: relative;
  z-index: 10;
  padding: 0 60px;
}

.his_wrap .item {
  width: 453px;
  float: left;
  outline: none;
}

/* .his_wrap .his_box .slick_box .history {} */
.his_wrap .his_top {
  width: 100%;
  height: 205px;
  padding: 0 50px;
  box-sizing: border-box;
  position: relative;
}

.his_top.show .con_b {
  padding: 12px 24px 28px;
}

.his_top.show .year {
  display: inline-block;
  border-bottom: 2px solid #2B52A3;
  background: #2B52A3;
  color: #fff !important;
  padding: 3px 20px 0 !important;
}

.his_wrap .his_top.show .con {
  color: #2B52A3;
}

.his_wrap .his_bot.show .year {
  display: inline-block;
  border-bottom: 2px solid #fff;
  background: #fff;
  color: #2B52A3 !important;
  padding: 3px 20px 0 !important;
  margin-top: 48px;
}

@media (max-width: 1300px) {
  .his_wrap .his_top {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .his_wrap .his_top {
    height: 150px;
  }
}

.his_wrap .his_top .icon {
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.his_wrap .his_top .icon::after {
  content: "";
  width: 1px;
  height: 80%;
  background: #2B52A3;
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0.18;
}

.his_wrap .his_top .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/line.png) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.his_wrap .his_top .year {
  font-size: 24px;
  line-height: 32px;
  color: #2B52A3;
  padding-top: 20px;
  font-family: 'Montserrat-Bold';
  margin-bottom: 24px;
}

.his_wrap .his_top .con {
  font-size: 16px;
  line-height: 24px;
  color: #6f7884;
}

.his_wrap .his_bot {
  width: 70%;
  height: 208px;
  top: -20px;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
  left: 30%;
}

.his_wrap .his_bot .icon {
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.his_wrap .his_bot .icon::after {
  content: "";
  width: 1px;
  height: 80%;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0.18;
}

.his_wrap .his_bot .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/line2.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.his_wrap .his_bot .year {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  padding-top: 51px;
  font-family: 'Montserrat-Bold';
  margin-bottom: 24px;
}

.his_wrap .his_bot .txt {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .his_wrap .his_bot .txt {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
}

@media (max-width: 500px) {
  .his_wrap .his_bot .txt {
    margin-top: 5px;
  }
}

.his_wrap .his_bot .con {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

/* =======
    team-con
================================================================================================ */
.teamDet {
  cursor: pointer;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.teamDet .inner {
  max-width: 980px;
  padding: 48px;
  cursor: default;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  overflow: hidden;
}

.teamDet .teamFix_cls {
  position: absolute;
  right: 38px;
  top: 30px;
  cursor: pointer;
  z-index: 111;
}

.teamDet .teamFix_cls svg {
  width: 19px;
  height: 19px;
}

.teamDet .indMore .more {
  padding: 10px 40px;
}

.teamDet .adsTop {
  position: relative;
  padding-top: 42px;
  color: #999;
  background: url(https://www.transcenta.com/ch/templates/default/css/images/yinhao.png) no-repeat top left;
  margin-bottom: 68px;
}

.teamDet .adsTop span {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}

.teamDet_box {
  position: relative;
  text-align: right;
}

.teamDet_box::before {
  content: "";
  position: absolute;
  left: -428px;
  top: -380px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background-color: rgba(210, 210, 210, 0.15);
  visibility: inherit;
}

.teamDet_box>div {
  vertical-align: top;
}

.teamDet_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 360px;
  width: 268px;
  display: inline-block;
  text-align: center;
  box-shadow: 4px 6px 38px #999;
  /*max-height: 528px;*/
}

.teamDet_img div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.teamDet_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.teamDet_info {
  display: inline-block;
  width: calc(100% - 348px);
  text-align: left;
  /*padding-left: 6%;*/
}

.teamDet_tit {
  margin-bottom: 40px;
}

.teamDet_tit em {
  font-style: inherit;
  color: #2B52A3;
  line-height: 2;
  font-weight: bold;
  font-size: 32px;
  margin-left: 8px;
}

.teamDet_tit h2 {
  font-size: 42px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  letter-spacing: normal;
}

.teamDet_tit p {
  font-size: 17px;
  line-height: 1.4;
  text-transform: capitalize;
  color: #999;
}

.teamDet_p {
  height: 238px;
  overflow: hidden;
  padding-right: 30px;
  /*margin-bottom: 46px;*/
}

.teamDet_p p {
  line-height: 2.1;
}

.teamDet_p .mCSB_scrollTools {
  width: 3px;
}

.teamDet_p .mCSB_scrollTools .mCSB_draggerContainer {
  background: #F2F7FB;
}

.teamDet_p .mCSB_scrollTools .mCSB_dragger {
  background: #2B52A3;
}

.teamDet_p .mCSB_inside>.mCSB_container {
  padding-right: 30px;
}

/* ===========
    capabilities
===================================================== */
.capabilities {
  overflow: hidden;
}

.capabilities .inner {
  position: relative;
}

.capabilities .csImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.capabilities .csBox.right .csImg {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
}

.capabilities .csImg_img .csImg_img_div {
  height: 548px;
}

.csImg_img_mbl {
  display: none;
}

.capabilities .csTxt {
  min-height: 480px;
}

.capabilities .csTxt_p h3 {
  color: #2B52A3;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
}

.capabilities .csTxt_p p {
  font-size: 17px;
  margin-top: 12px;
}

/* ===========
    pipeline
===================================================== */
.pipTop .csImg {
  max-width: 100%;
}

.csImg_img_img img {
  width: 100%;
  display: none;
}

.pipTop.pad {
  padding-bottom: 128px;
}

.pipTop_p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0 auto 48px;
  color: #6f7884;
}

/* .pipeline .pipTop_p {
  text-align: justify;
} */
.pipTop .csImg.appear1 .pipTop_tab {
  opacity: 1;
}

.pipTop_tab {
  opacity: 0;
  text-align: center;
  width: 100%;
  border: 1px solid #eee;
  border-left: 0;
  border-top: 0;
  transition-delay: 500ms
}

.pipTop_tab tbody tr:hover {
  cursor: pointer;
  background: #f5f5f5;
}

.pipTop_tab td>div:not(.tab_mark) {
  float: left;
  padding: 14px 6px;
  height: 100%;
  border-left: 1px solid #eee;
}

.pipTop_tab .pipTop_thr div {
  width: 33.33%;
}

.pipTop_tab div:first-child {
  border-left: 0 !important;
}

.pipTop_tab tr:nth-child(2n) {
  background: #f8f8f8;
}

.pipTop_tab thead {
  background: #2B52A3;
  color: #fff;
}

.pipTop_tab thead td {
  height: 82px;
}

.pipTop_tab thead p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.pipTop_icoImg td {
  height: 90px;
}

.pipTop_tab thead td.pipTop_thr {
  width: 480px;
}

.pipTop_tab thead td.pipTop_last {
  width: 140px;
}

.pipTop_icoImg td p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.4;
  font-size: 14px;
}

.pipTop_icoImg td p span {
  display: block;
  margin-top: 8px;
}

.pipTop_tab td {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}

.pipTop .tab_name {
  display: none;
  padding: 10px 14px 5px !important;
  text-align: left;
  float: none !important;
  height: auto !important;
}

.pipTop .tab_p {
  display: none;
  padding: 0 14px 20px !important;
  text-align: left;
  float: none !important;
  height: auto !important;
}

.tab_mark {
  margin: 0 12px;
  width: 0;
  position: relative;
  border-radius: 100px;
  transition: all 1s;
}

.tab_mark img {
  opacity: 0;
  width: 40px;
  margin: 0 6px 6px;
  transition: all 1s 0.48s;
}

.pipTop_icoImg[data-id="6"] img.flag {
  height: 25.97px;
  width: auto;
}

.pipTop_six_e {
  display: none;
}

.tab_mark_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 15px;
  border-radius: 100px;
  transition: all 1s 0.68s;
  background: #ECAA54;
}

.tab_mark_bg img {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.tab_mark_bg.w100 {
  right: 10px;
}

.tab_mark_bg.w100 img {
  right: 8px;
}

.tab_mark_btm img {
  right: -45px;
}

.tab_mark_btm {
  position: relative;
  text-align: right;
}

.tab_mark_btm div {
  width: 100%;
  /* max-width: calc(100% - 24px); */
  height: 15px;
  border-radius: 100px;
  background-color: #F8DDB9;
  background-image: url(../image/tab1.png);
  background-repeat: repeat-x;
  background-position: center;
  border-radius: 100px;
  transition: all 0.48s;
}

.tab_mark.blue .tab_mark_bg {
  background: #3981BB;
}

.tab_mark.blue .tab_mark_btm div {
  background-color: #B0CDE4;
  border-radius: 38px;
  border-radius: 100px;
}

.pipTop_tab.color .tab_mark img {
  opacity: 1;
}

.pipTop_tab.color .tab_mark {
  width: calc(100% - 24px);
}

.tab_mark .w0_5 {
  width: 16%;
}

.tab_mark .w0_8 {
  width: 26%;
}

.tab_mark .w1 {
  width: 32%;
}

.tab_mark .w1_2 {
  width: 35%;
}

.tab_mark .w1_5 {
  width: 40%;
}

.tab_mark .w1_8 {
  width: 45%;
}

.tab_mark .w2 {
  width: 48%;
}

.tab_mark .w2_5 {
  width: 54%;
}

.tab_mark .w2_8 {
  width: 58%;
}

.tab_mark .w3 {
  width: 60%
}

.tab_mark .w3_5 {
  width: 66%;
}

.tab_mark .w3_8 {
  width: 70%;
}

.tab_mark .w4 {
  width: 72%;
}

.tab_mark .w4_5 {
  width: 78%;
}

.tab_mark .w4_8 {
  width: 82%;
}

.tab_mark .w5 {
  width: 84%;
}

.tab_mark .w5_5 {
  width: 84%;
}

.tab_mark .w5_8 {
  width: 92%;
}

.tab_mark .w6 {
  width: 100%;
}

.tab_mark.margin .tab_mark_btm {
  margin-bottom: 40px;
}

.tab_mark.margin .tab_mark_bg img {
  bottom: auto;
  top: 18px;
}

.pipBtm {
  margin-top: 21px;
  text-align: right;
}

.pipBtm p {
  display: inline-block;
  margin-left: 32px;
}

.pipBtm i {
  display: inline-block;
  width: 21px;
  height: 4px;
  background: #ecaa54;
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 5px;
}

.pipBtm p:first-child i {
  background: #3981bb;
}

/* ===========
    pip details
======================*/
.pipFix {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6)
}

.pipFix .inner,
.pipFix .inner_zzm {
  max-width: 980px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px 0;
}

.pipFix.show {
  right: 0;
}

.pipFix_top {
  height: 60px;
  padding: 0 42px;
}

.pipFix_cls {
  position: absolute;
  cursor: pointer;
  top: 16px;
  right: 24px;
  z-index: 9991;
}

.pipFix_cls svg {
  width: 19px;
  height: 19px;
}

.pipFix_box {
  position: relative;
}

.pipFix_box::before {
  content: "";
  position: absolute;
  right: -300px;
  bottom: -218px;
  width: 726px;
  height: 726px;
  border-radius: 50%;
  background-color: rgba(210, 210, 210, 0.15);
  visibility: inherit;
}

.pipFix_box::after {
  content: "";
  position: absolute;
  /* left: -180px;
    bottom: -240px; */
  left: -140px;
  bottom: -368px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background-color: rgba(210, 210, 210, 0.15);
  visibility: inherit;
}

.pipFix_name {
  /*display: inline-block;*/
  padding: 0 90px;
  /*width: 44%;*/
  position: relative;
  z-index: 99;
}

.pipFix_name li {
  display: inline-block;
  margin-right: 48px;
  font-size: 20px;
}

.pipFix_name li:last-child {
  margin-right: 0;
}

.pipFix_name h2 {
  font-size: 50px;
  letter-spacing: 0.5px;
  line-height: 61px;
  text-align: left;
  color: #000;
  margin-bottom: 24px;
}

.pipFix_name p {
  position: relative;
  color: #2B52A3;
  font-size: 21px;
  line-height: 2.4;
  display: inline-block;
  margin-right: 18px;
  /*width: 138px;*/
  text-align: -webkit-right;
}

.pipFix_img {
  position: relative;
  float: right;
  width: 56%;
  height: 328px;
  overflow: hidden;
}

.pipFix_img div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.pipFix_img img {
  display: none;
  width: 100%;
}

.pipFix_txt {
  position: relative;
  clear: both;
  padding: 20px 80px 0 90px;
  height: 368px;
}

.pipFix_txt h1 {
  text-transform: capitalize;
  line-height: 2;
  /*margin-bottom: 12px;*/
}

.pipFix_txt p {
  font-size: 17px;
  line-height: 2.1;
}

.pipFix_txt img {
  margin-top: 14px;
  max-width: 100%;
}

.pipFix_txt .mCSB_scrollTools {
  width: 3px;
}

.pipFix_txt .mCSB_scrollTools .mCSB_draggerContainer {
  background: #F2F7FB;
}

.pipFix_txt .mCSB_scrollTools .mCSB_dragger {
  background: #2B52A3;
}

.pipFix_txt .mCSB_inside>.mCSB_container {
  padding-right: 60px;
}

/* ===========
    Partnership
===================================================== */
.part {
  padding-bottom: 128px;
}

.partBox {
  margin: 80px auto 0;
}

.partItem {
  position: relative;
  padding: 48px 0;
  border-bottom: 1px solid #eee;
  /* transition: all 0.48s; */
}

.partItem:last-of-type {
  border: 0;
}

.partIco {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 180px;
  height: 100%;
}

.partIco img {
  width: 100%;
}

.partTxt {
  position: relative;
  width: calc(100% - 180px);
  padding: 0 50px;
  float: right;
  text-align: left;
  transition: all 0.48s;
  border-left: 1px dashed #eee;
  min-height: 128px;
}

.partTxt p {
  font-size: 16px;
  line-height: 2;
  color: #6f7884;
}

.partTxt p b {
  color: #2B52A3;
  font-size: 18px;
  font-weight: bold;
}

/* ===========
    services
===================================================== */
.services {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-bottom: 168px;
}

.services.inner {
  max-width: 1200px;
}

.services .csImg {
  max-width: 1200px;
  margin-bottom: 68px;
}

.services .indMore img {
  width: 18px;
  margin-right: 13px;
  vertical-align: sub;
}

.services .pipTop_p {
  /* text-align: center;
    font-size: 18px;
    line-height: 1.8;
    max-width: 84%;
    margin: 0 auto 48px; */
}

.serBox {
  margin-left: -2%;
  margin: 88px 0 68px;
}

.serItem {
  position: relative;
  float: left;
  width: 31.33%;
  margin-left: 2%;
  text-align: left;
  background: #F2F7FB;
  vertical-align: top;
  border: 12px solid #f2f7fb;
}

.serItem .indFour_ico {
  width: 70px;
}

.serImg {
  position: relative;
}

/* .serImg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F2F7FB;
} */
.serImg .elementor-shape {
  display: block;
  transform: rotateX(180deg);
  top: auto;
  bottom: -2px;
}

.serImg .elementor-shape .elementor-shape-fill {
  fill: #F2F7FB;
}

.serImg img {
  width: 100%;
}

.serItem h3 {
  position: absolute;
  bottom: -10px;
  left: 18px;
  z-index: 11;
  color: #000;
  line-height: 1.6;
  font-size: 24px;
}

.serItem ul {
  padding: 20px;
  min-height: 348px;
}

.serItem li {
  position: relative;
  list-style-type: disc;
  margin-left: 20px;
  color: #ea5413;
}

.serItem p {
  color: #6f7884;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 8px;
}

.serIco {
  position: absolute;
  top: -28px;
  left: -24px;
}

.serItem:last-child .serIco {
  left: -10px;
}

.serBox.serTwo .serItem {
  max-width: 438px;
  float: none;
  display: inline-block;
  margin: 1% !important;
}

/* ===========
    news
===================================================== */
.news {
  position: relative;
}

.news .csPage {
  max-width: 1200px;
}

.newsCs {
  display: none;
}

.newsCs:first-of-type {
  display: block;
}

.newsBox {
  margin: 0 auto;
}

.newsItem {
  padding: 42px 0;
  border-bottom: 1px solid #eee;
  display: block;
  overflow: hidden;
}

.newsItem .pd {
  display: block;
}

.newsItem .csImg {
  max-width: 100%;
  width: 100%;
}

.newsMore {
  position: relative;
  border-top: 1px solid #eee;
  padding: 18px 28px;
  border-bottom-left-radius: 66px;
  text-align: right;
}

.newsMore::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  transition: all 0.68s;
  background: #2B52A3;
  border-bottom-left-radius: 66px;
}

.newsMore span {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 12px;
  position: relative;
  top: -2px;
}

.newsMore img {
  width: 20px;
  float: right;
}

.newsDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsTime {
  display: inline-block;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.5px;
  width: 148px;
}

.newsTime span {
  color: #2B52A3;
  font-size: 96px;
  line-height: 1;
}

.newsTime p lable {
  display: none;
}

.newsTit {
  color: #000;
  line-height: 1.4;
  /* text-transform: capitalize; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 12px 0 30px;
  font-size: 21px;
}

.newsTxt {
  width: calc(100% - 200px);
  margin-left: 20px;
}

.newsTxt>p {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
  color: #6f7884;
  font-size: 15px;
}

.newsItem:hover .newsTit {
  color: #2B52A3;
}

.newsItem.newsImg .newsTime {
  background-color: #f2f7fb;
  padding: 8px;
  position: relative;
  height: 168px;
  width: 188px;
  overflow: hidden;
}

.newsItem.newsImg .newsImg_div {
  width: 100%;
  height: 100%;
}

.newsItem.newsImg .newsImg_div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsItem.newsImg .newsTxt {
  width: calc(100% - 290px);
  margin-left: 50px;
}

.newsTime_div {
  width: 100%;
  color: #2B52A3;
  font-size: 14px;
  font-family: 'Montserrat-Bold';
}

.newsTime_div span {
  font-size: 11px;
  color: #fff;
}

.newsTime_div p {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 12px;
}


.newsDBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 150px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #2B52A3;
  padding: 20px 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.newsDBtn svg {
  width: 20px;
  height: 20px;
}

.newsDBtn svg path {
  fill: #fff;
}

.newsDBtn span {
  font-size: 16px;
  color: #fff;
  margin-left: 5px;
}

/* ===========
    newsDet
===================================================== */
.newsDet.pad {
  padding-bottom: 108px;
}

/* .newsDet_box {
  max-width: 1200px;
  margin: 0 auto;
} */
.newsTop {
  padding-bottom: 30px;
  border-bottom: 1px dashed #dbdbdb;
}

.newsTop em {
  text-transform: capitalize;
  color: #2B52A3;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 2;
}

.newsTop h4 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.newsTop p {
  font-size: 13px;
  margin-bottom: 20px;
}

.newsTop p img {
  margin-right: 8px;
  vertical-align: bottom;
}

.newsBody {
  line-height: 2;
  color: #6f7884;
  margin: 35px 0 20px;
  padding-bottom: 28px;
  border-bottom: 1px dashed #dbdbdb;
}

.newsBody p {
  margin: 18px 0;
}

.newsBody p.color {
  color: #2B52A3;

}

/* ===========
    careers
===================================================== */
.join {
  box-sizing: border-box;
  background: #fff;
}

.join_p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  max-width: 84%;
  margin: 0 auto 48px;
}

.jobsearch {
  overflow: hidden;
}

.jobsearch {
  margin-bottom: 24px;
}

.jobsearch form img {
  width: 16px;
  margin-top: -1px;
  margin-right: 8px;
}

.jobsearch form input {
  height: 46px;
  line-height: 46px;
  width: calc(100% - 260px);
  padding: 0 16px;
  font-size: 15px;
  border: 1px solid #eee;
  border-radius: 0;
}

.jobsearch form input:first-child {
  margin-left: 10px;
}

.jobsearch form input[type="submit"] {
  background: #2B52A3;
  color: #fff;
  width: 108px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-color: transparent;
}

.jobsearch div {
  padding: 20px;
  background: #f8f8f8;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.4;
}

.jobsearch div:first-child {
  padding: 10px 20px;
}

.jobsearch b {
  display: inline-block;
  text-transform: capitalize;
  width: 100px;
  line-height: 1.2;
  vertical-align: top;
}

.jobsearch form b {
  vertical-align: middle;
}

.jobsearch p {
  display: inline-block;
  text-transform: capitalize;
  width: calc(100% - 108px);
}

.jobsearch span {
  display: inline-block;
  margin-right: 24px;
  padding: 0 5px;
  vertical-align: top;
  line-height: 1.2;
}

.jobsearch span:last-of-type {
  margin-right: 0;
}

.join-job {
  background: #fff;
  padding: 24px 50px 48px;
}

.join-job .index-title h1 {
  display: inline-block;
}

.join-job .index-title a {
  float: right;
  margin-top: 1%;
}

.join-job-box {
  overflow: hidden;
}

.join-job .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #2B52A3;
  font-size: 14px;
  color: #ffffff;
}

.join-job .title p {
  width: 23%;
  float: left;
  text-align: center;
  text-transform: capitalize;
  font-size: 17px;
  font-family: 'Montserrat-Bold';
}

.join-job .title p.one {
  width: 40%;
}

.join-job .title p:last-of-type {
  text-align: center;
  width: 14%;
}

.join-job .join-list-ul {
  width: 100%;
  text-align: left;
}

.join-job .join-list-ul a {
  display: block;
}

.join-job .tit {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 20px 2px;
  line-height: 2;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
}

.join-job .tit p {
  display: block;
  float: left;
  width: 23%;
  text-align: center;
  text-transform: capitalize;
}

.join-job .tit p span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.join-job li.hot .tit p span {
  float: right;
  text-align: left;
  width: calc(100% - 32px);
}

.join-job .tit p.one {
  width: 40%;
  text-align: left;
}

.join-job .tit p:last-of-type {
  text-align: center;
  width: 14%;
  font-size: 14px;
}

.join-job .tit p img {
  width: 24px;
  position: relative;
  top: -3px;
  margin-right: 8px;
}

.join-job .tit p:last-of-type {
  /* text-align: right; */
  color: #2B52A3;
  text-transform: capitalize;
}

.join-job .join-list-ul li:hover .tit p {
  color: #2B52A3;
}

/* ===========
    careersDet
===================================================== */
.carDet.pad {
  padding-bottom: 108px;
}

.carDet_box {
  max-width: 1200px;
  margin: 0 auto;
}

.carDet_dl {
  padding: 10px 0 36px;
  width: 100%;
  border-bottom: 1px dashed #e8e8e8;
  overflow: hidden;
}

.carDet_dl dd {
  /* display: inline-block;
    color: #999;
    line-height: 36px;
    text-transform: capitalize;
    margin-right: 40px;
    font-size: 15px; */
  float: left;
  width: 33.33%;
  color: #999;
  line-height: 36px;
  text-transform: capitalize;
  font-size: 15px;
}

.carDet_top {
  /* padding-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb; */
}

.carDet_top h4 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.carDet_top p {
  color: #2B52A3;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}

.carDet_top p img {
  width: 18px;
  vertical-align: middle;
}

.carDet_body {
  line-height: 2;
  color: #6f7884;
  /* margin: 35px 0 20px; */
  padding-bottom: 28px;
  border-bottom: 1px dashed #dbdbdb;
}

.carDet_body b {
  color: #2B52A3;
  display: block;
  line-height: 2;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.carDet_body li {
  margin-left: 25px;
  list-style-type: disc;
  color: #2B52A3;
}

.carDet_body li p {
  color: #6f7884;
}

.carDet_btm {
  padding-top: 24px;
}

.carDet_job {
  display: inline-block;
  position: relative;
}

.carDet_job img {
  width: 100%;
}

.carDet_job a {
  position: relative;
  display: inline-block;
  padding: 21px 36px;
  background: #f8f8f8;
  width: 108px;
  margin-right: 10px;
  box-sizing: content-box;
}

.carDet_job a::before {
  z-index: 31;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-top: 2px solid #2B52A3;
  border-bottom: 2px solid #2B52A3;
  transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  opacity: 0.5;
  filter: alpha(opacity=5);
}

.carDet_job a::after {
  z-index: 31;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 2px solid #2B52A3;
  border-right: 2px solid #2B52A3;
  transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  opacity: 0.5;
  filter: alpha(opacity=5);
}

.carDet_job a:hover:after,
.carDet_job a:hover:before {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

/* ===========
    contact 
===================================================== */
.contact {
  overflow: hidden;
  padding-bottom: 0 !important;
}

.conTop {
  padding: 14px 0 108px;
  text-align: center;
  line-height: 2;
  font-size: 22px;
}

.conTop b {
  display: inline-block;
  color: #2B52A3;
  font-weight: 500;
  text-decoration: underline;
}

.conTop b a {
  color: #2B52A3;
  font-weight: 500;
  text-decoration: underline;
}

.conBox {
  margin-left: -1px;
  /* border-bottom: 1px solid #EBEBEB; */
}

.conItem {
  position: relative;
  width: 33.33%;
  float: left;
  border-left: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}

.conItem::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 #eee;
  -webkit-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}

.conItem:hover::before {
  box-shadow: inset 0 0 0 8px #2B52A3;
}

.conItem:hover .csTxt {
  padding-left: 68px;
}

.conItem .indMore .more {
  padding: 9px 24px;
  margin-top: 30px;
}

.conItem .csImg {
  max-width: 100%;
}

.conItem .csImg_img_div {
  height: 58vh;
  min-height: 380px;
}

.conItem .csTxt {
  float: none;
  position: relative;
  padding: 50px 12%;
  text-align: left;
  min-height: 308px;
  z-index: 33;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.conItem .csTxt_p h3 {
  color: #2B52A3;
  line-height: 1.6;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 14px;
}

.conItem .csTxt_p_div {
  color: #2B52A3;
  font-size: 13px;
  margin-bottom: 34px;
  line-height: 1.4;
}

.conItem .csTxt_p p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
  letter-spacing: 0.5px;
  min-height: 72px;
  font-weight: 400;
}

.conItem .csTxt_p p:first-of-type {
  margin-top: 0;
}

/*0106 s*/
.scroll {
  overflow: auto !important;
  /*padding-right: 14px;*/
}

.scroll::-webkit-scrollbar {
  width: 3px;
  height: 100%;
  border-radius: 16px;
}

.scroll::-webkit-scrollbar-track {
  background: #fafafa;
}

.scroll::-webkit-scrollbar-thumb {
  background: #2B52A3;
}






.img_cut {
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}

.newsshowBox {
  position: relative;
  font-size: 17px;
  line-height: 1.8;
  overflow: hidden;
}

.newsshowBox:before {
  content: '';
  position: absolute;
  width: 40vw;
  height: 40vw;
  right: -10vw;
  border-radius: 50%;
  top: 0px;
  background: rgba(210, 210, 210, 0.15);
}

.newsshow {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}

.showLeft {
  float: left;
  width: 24%;
}

.showLeft span {
  color: #2B52A3;
  font-size: 2.25em;
}

.showLeft h1 {
  margin-top: 16px;
  font-size: 1.75em;
  color: #000;
  line-height: 1;
  font-weight: normal;
  font-weight: bold;
}

.newsL h1 {
  margin-top: 1em;
  font-size: 1.125em;
  color: #06234a;
  line-height: 1.375;
  font-weight: bold;
}

.showLeft {
  transition: all 1s;
}

.showLeft p {
  color: #415570;
  line-height: 1.5;
  margin-top: 10px;
}

.showLeft p:hover {
  color: #42a1d9;
}

.showLeft .return {
  display: inline-block;
  border: 1px solid #2B52A3;
  width: 140px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  color: #2B52A3;
  text-transform: uppercase;
  margin-top: 256px;
}

.showLeft .return i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url(../image/gl01.png) no-repeat center center;
  background-size: 100% auto;
  position: relative;
  top: 1px;
}

.fxBtn {
  margin-top: 24px;
}

.fxBtn a {
  display: block;
  float: left;
  width: 26px;
  margin-right: 10px;
}

.showRIght {
  float: right;
  width: calc(100% - 400px);
}

.showRIght img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}

.showRIght video {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}

.showRIght .data {
  color: #2B52A3;
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 24px;
}

.showRIght .head {
  color: #000;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  overflow: hidden;
  position: relative;
}

.showRIght .head:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  height: 4px;
  right: 0px;
  background: linear-gradient(90deg, #2B52A3, #fff);
}

.showRIght .head dl {
  margin-bottom: 0.5em;
  overflow: hidden;
}

.showRIght .head dt {
  font-weight: bold;
  margin-right: 0.25em;
  font-size: 1.25em;
  line-height: 1;
  margin-bottom: 0.25em;
  color: #2B52A3;
  float: left;
}

.showRIght .head dd {
  color: #6f7884;
  float: left;
  line-height: 1.5;
}

.zbody .detailed {
  color: #6f7884;
}

.zbody .detailed hr {
  display: block;
  margin: 10px 0;
  background: #eee;
  font-size: 0px;
  line-height: 1;
  border: none;
  height: 1px;
}

.zbody .detailed h3 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-bottom: 5px;
}

.zbody .detailed strong {
  color: #000;
  font-weight: bold;
}

/* .zbody .detailed a{ line-height: 1.25; margin-bottom: 0.5em;}
.zbody .detailed a:hover{color: #2B52A3; text-decoration: underline;} */
.zbody4 .detailed a {
  color: #2B52A3;
}

.zbody {
  margin-bottom: 50px;
}

.ztit1 {
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
}

.ztit1 strong {
  display: inline-block;
  vertical-align: bottom;
  background: #fff;
  color: #2B52A3;
  font-size: 1.5em;
  position: relative;
  z-index: 2;
  padding-right: 0.5em;
}

.ztit1 a {
  position: absolute;
  right: 0px;
  height: 2em;
  line-height: 2;
  top: 50%;
  margin-top: -1em;
  padding: 0 1em;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 1em;
  z-index: 2;
  background: #2B52A3;
  color: #fff;
}

.ztit1:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 50%;
  height: 4px;
  margin-top: -2px;
  right: 0px;
  background: linear-gradient(90deg, #2B52A3, #fff);
}

.ztit2 {
  margin-bottom: 20px;
  color: #000;
}



/*临床招募*/
.pNavTit .biaoti {
  line-height: 2;
  font-size: 1.25em;
  margin-bottom: 0em;
}

.pNavList.biaoti a:before {
  opacity: 0 !important;
}

.cde {}

.cde a {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  width: 47%;
  background-color: #2B52A3;
  color: white;
  padding: 1rem 0rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  margin: 50px 2rem 20rem 0px;
  float: left;
}

.ctnr {}

.ctnr a {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  width: 47%;
  background-color: #2B52A3;
  color: white;
  padding: 1rem 0rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  margin: 50px 0 20rem 0px;
}

.lxfs {
  background: #fff;
}

.lxfs .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #2B52A3;
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
}

.lxfs .title p {
  width: 21%;
  float: left;
  text-align: center;
  text-transform: capitalize;
  font-size: 17px;
  font-family: 'Montserrat-Bold';
}

.lxfs p.one {
  width: 25%;

}

.lxfs p.two {
  width: 10%;
}

.lxfs p.three {
  width: 15%;
}

.lxfs p.four {
  width: 50%;
  white-space: nowrap;
}


.lxfs p.one2 {
  width: 25%;
}

.lxfs p.two2 {
  width: 15%;
}

.lxfs p.three2 {
  width: 15%;
}

.lxfs p.four2 {
  width: 29%;
}

.lxfs p.five2 {
  width: 15%;
}

.lxfs .join-list-ul a {
  display: block;
}


.lxfs .tit {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 20px 2px;
  line-height: 2;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
}

.lxfs .tit p {
  display: block;
  float: left;
  text-align: center;
  text-transform: capitalize;
}

.lxfs .shou {
  cursor: inherit;
}

.clear {
  clear: both;
}

@media screen and (max-width:1024px) {
  .lxfs .tit p {
    font-size: small;
    word-break: break-all;
    text-align: center;
  }

  .lxfs .title {
    height: 3.8rem;
    line-height: 1rem;
    padding-top: 1rem;
  }

  .cde {
    margin: 0px 0.5rem 0px 0px;
  }

  .lxfs p.one {
    width: 26%;
  }

  .lxfs p.two {
    width: 12%;
  }

  .lxfs p.three {
    width: 22%;
  }

  .lxfs p.four {
    width: 40%;
    white-space: break-spaces;
  }

  .lxfs .title p {

    font-size: small;

  }

  .cde a {
    font-size: 12px;
    margin: 0rem 0rem 3rem 0rem;
    ;
  }

  .ctnr a {
    font-size: 12px;
    margin: 0rem 0rem 3rem 1rem;
  }

}

/*临床招募*/
.newsA {}

.newsA1 {
  margin-bottom: 30px;
}

.newsAList li {
  padding: 30px 0;
  border-top: 1px solid #eee;
}

.newsAList li:last-child {
  padding-bottom: 0px;
}

.newsAList .pd {
  display: block;
  overflow: hidden;
}

.newsAList .img {
  width: 120px;
  float: left;
  background: #f2f7fb;
  padding: 4px;
  box-sizing: border-box;
}

.newsAList .img img {
  width: 100%;
  height: auto;
}

.newsAList .text {
  margin-left: 120px;
  padding-left: 30px;
  padding-top: 20px;
}

.newsAList .em {
  font-size: 16px;
  color: #2B52A3;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
}

.newsAList .h3 {
  font-size: 17px;
  color: #000;
  line-height: 1.4;
  max-height: 2.8em;
  margin-bottom: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.newsAList .p {
  font-size: 15px;
  line-height: 1.8;
  height: 3.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.newsAList .pd:hover .h3 {
  color: #2B52A3;
}

.newsAList .imgb {
  width: 120px;
  float: left;
  text-align: center;
}

.newsAList .imgb span {
  font-size: 64px;
  line-height: 1;
  color: #2B52A3;
}

.newsAList .imgb p {
  font-size: 16px;
  line-height: 1;
}

.newsAList1 .img,
.newsAList1 .imgb {
  display: none;
}

.newsAList1 .text {
  margin: 0px;
  padding: 0px;
}

.newsAList2 .text {}

.newsAList2 .em {
  display: none;
}

.pNav {
  width: 320px;
  box-shadow: 0px 3px 6px 0px rgba(31, 100, 153, 0.32);
  background: #ffffff;
  box-sizing: border-box;
  padding: 20px 40px;
  border-radius: 8px;
  position: absolute;
  top: 0px;
}

.pNavTit {
  background: url(../image/navigation_bg.png) no-repeat right center;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 10px 0;
  margin-bottom: 20px;
}

.pNavTit h1 {
  line-height: 1;
  font-size: 1.25em;
  margin-bottom: 0.25em;
}

.pNavTit span {
  font-size: 1em;
  line-height: 1;
  display: block;
}

.pNavList {}

.pNavList li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.pNavList a {
  display: block;
  height: 24px;
  line-height: 24px;
  position: relative;
  padding-left: 40px;
}

.pNavList img {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -13px;
}

.pNavList a:hover {
  font-weight: bold;
  color: #F15A29;
}

/*.pNavList a:before{ content: '';display: block;width: 16px;height: 16px;position: absolute;background-color: #0080FF;border-radius: 16px;top: 50%;left: -2px;opacity: 0; transition: 0.3s all;}*/
.pNavList li.curr a {
  font-weight: bold;
  color: #F15A29;
}

.pNavList li.curr a:before {
  opacity: 0.2;
}

.pNavList a:hover:before {
  opacity: 0.2;
}

.dingwei {
  position: relative;
}

.dingwei a {
  width: 1px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -100px;
  z-index: -9999;
}

.indAb_bg {
  position: absolute;
  z-index: -1;
  top: 100px;
  left: -35px;
  overflow: hidden;
}

.indAb_bgIco {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
}

.indAb_bgIco span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 5px solid #2B52A3;
  background: #fff;
  position: absolute;
  z-index: 10;
}

.indAb_bgIco span::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #dfe2e9;
  animation: bgIco2 1s 0.18s infinite alternate;
}

.indAb_bgIco span:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 5px solid #2B52A3;
  animation: bgIco1 1s infinite alternate;
}

@keyframes bgIco1 {
  0% {
    opacity: 0.38;
    transform: scale(1)
  }

  100% {
    opacity: 0.1;
    transform: scale(2)
  }
}

@keyframes bgIco2 {
  0% {
    opacity: 0.8;
    transform: scale(1)
  }

  100% {
    opacity: 0.28;
    transform: scale(1.38)
  }
}


@media screen and (max-width:1024px) {
  .newsshow {
    margin-top: 0px;
    position: relative;
    padding-bottom: 60px;
  }

  .showLeft {
    float: none;
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto;
    margin-bottom: 50px;
  }

  .showLeft .return {
    margin-top: 30px;
  }

  .showRIght {
    width: auto;
    float: none;
  }

  .showLeft .return {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 0px;
  }

  .pNav {
    position: static !important;
    margin-bottom: 40px;
    width: auto;
    padding: 0px;
    box-shadow: none;
    background: none;
    padding-top: 10px;
  }

  .pNavList {
    display: none;
  }

  .xianshi {
    display: block;
  }
}

@media screen and (max-width:640px) {
  .newsAList .img {
    width: auto;
    float: none;
    padding: 4px;
  }

  .newsAList .imgb {
    width: auto;
    float: none;
    text-align: left;
    display: none;
  }

  .newsAList .imgb span {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    font-size: 1em;
    color: #2B52A3;
    font-weight: bold;
  }

  .newsAList .imgb p {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    font-size: 1em;
    color: #2B52A3;
    font-weight: bold;
  }

  .newsAList .imgb span:after {
    content: '日';
    margin: 0 0.5em;
  }

  .newsAList .imgb {
    width: auto;
    float: none;
  }

  .newsAList .text {
    margin: 0px;
    padding-left: 0px;
    padding-top: 20px;
  }

  .newsAList2 .em {
    display: block;
  }
}











@media (max-width: 1368px) {
  .footIco .icon {
    margin-right: 15px;
  }

  .footIco .icon img {
    width: 80px;
  }

  .footList::after,
  .footNav ul::after {
    left: -50px;
  }
}