:root { --swiper-theme-color:#ffffff; }
body, div, span, header, footer, nav, section, aside, article, ul, dl, dt, dd, li, a, p, h1, h2, h3, h4, h5, h6, i, b, textarea, button, input, select, figure, figcaption {
  padding:0;
  margin:0;
  list-style:none;
  font-style:normal;
  text-decoration:none !important;
  border:none;
  color:#333333;
  font-weight:normal;
  box-sizing:border-box;
  scrollbar-width:none;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0);
  border-radius:10px;
  background-color:#f5f5f5;
}
::-webkit-scrollbar-thumb {
  border-radius:10px;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  background-color:#555555;
}
video::-webkit-media-controls { display:none !important; }
input[type="button"], input[type="submit"], input[type="search"], input[type="text"], input[type="tel"], input[type="email"], input[type="reset"] { -webkit-appearance:none; }
textarea { -webkit-appearance:none; }
html, body { width:100%; }
.clear:after {
  content:'';
  display:block;
  clear:both;
}
.clear { zoom:1; }
.back_img {
  background-repeat:no-repeat;
  background-size:100% 100%;
}
.margin { margin:0 auto; }
.fl { float:left; }
.fr { float:right; }
.hide { display:none; }
.show { display:block; }
.ellipsis {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.paddingTop { padding-top:1.95rem; }
.animation_opactiy { animation:backOpacity 2s ease-in-out infinite; }
.btn-default { text-shadow:none !important; }
@keyframes backOpacity {
  0% {
    opacity:1;
  }
  25% {
    opacity:.5;
  }
  50% {
    opacity:1;
  }
  75% {
    opacity:.5;
  }
  100% {
    opacity:1;
  }
}
.row.no-gutter {
  margin-left:0;
  margin-right:0;
}
.row.no-gutter [class*='col-'] {
  padding-right:0;
  padding-left:0;
}
html {
  background:#ffffff !important;
  line-height:normal;
}
html, body {
  overscroll-behavior:none;
  width:100vw;
  overflow-x:hidden;
}
.fixedPage { position:fixed; }
.container { padding:0 !important; }
.hoverPurple { color:#dd62ff; }
.darkGreen { color:#17352e; }
.tcGreen { color:#713580; }
.darkGrey { color:#c1c8c7; }
.lightGrey { color:#f3f5f4; }
.black { color:#000000; }
.fff { color:#ffffff; }
.textCenter { text-align:center; }
.textLeft { text-align:left; }
.fs5426 { font-size:50px; }
.fs544026 { font-size:50px; }
.fs5434 { font-size:50px; }
.fs4426 { font-size:44px; }
.fs3121 { font-size:31px; }
.fs544426 { font-size:50px; }
.fs544444 { font-size:50px; }
.fs202214 { font-size:18px; }
.fs2214 { font-size:20px; }
.fs222014 { font-size:20px; }
.fs483621 { font-size:48px; }
.fs3621 { font-size:34px; }
.fs36 { font-size:34px; }
.fs3626 { font-size:34px; }
.fs362826 { font-size:34px; }
.fs3628 { font-size:34px; }
.fs362614 { font-size:34px; }
.fs1814 { font-size:18px; }
.fs2414 { font-size:22px; }
.fs2014 { font-size:18px; }
.fs24 { font-size:22px; }
.fs2420 { font-size:22px; }
.mb4020 { margin-bottom:40px; }
.mb4010 { margin-bottom:40px; }
.mb80 { margin-bottom:80px; }
.mb100 { margin-bottom:100px; }
.mb10080 { margin-bottom:100px; }
.mb1008040 { margin-bottom:100px; }
.mb8040 { margin-bottom:80px; }
.mb8020 { margin-bottom:80px; }
.mb802020 { margin-bottom:80px; }
.mb800 { margin-bottom:80px; }
.mb6020 { margin-bottom:60px; }
.mb16080 { margin-bottom:160px; }
.mb20 { margin-bottom:18px; }
.mb10 { margin-bottom:10px; }
.width80 {
  width:80%;
  margin-left:10%;
  margin-right:10%;
}
.width85 {
  width:85%;
  margin-left:7.5%;
  margin-right:7.5%;
}
.background-card-overlay {
  position:absolute;
  width:0;
  height:0;
  top:0;
  left:0;
}
.showDesktop { display:block; }
.showTablet { display:block; }
.showMobile { display:none; }
.hiddenDesktop { display:none; }
.hiddenTablet { display:none; }
.hiddenMobile { display:block; }
.textContentpadding { padding:0 22.36364%; }
.maxcontent {
  max-width:1562px;
  margin:0 auto;
}
.bannerTextSection, #ourPeoplePage, .contentTextSection, #not_found { margin-top:90px; }
#header .nav>li>a { padding:0; }
.animated {
  -webkit-animation-fill-mode:none !important;
  animation-fill-mode:none !important;
}
.overOneLine {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
}
.overTwoLine {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.overThreeLine {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}
.overFiveLine {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5;
}
.nav>li>a:hover, .nav>li>a:focus { background-color:transparent; }
@media (max-width:767px) {
  .fs5426 { font-size:26px; }
  .fs544026 { font-size:26px; }
  .fs544426 { font-size:26px; }
  .fs544444 { font-size:44px; }
  .fs4426 { font-size:26px; }
  .fs3626 { font-size:26px; }
  .fs362826 { font-size:26px; }
  .fs3628 { font-size:28px; }
  .fs483621 { font-size:21px; }
  .fs362614 { font-size:14px; }
  .fs3121 { font-size:21px; }
  .fs5434 { font-size:34px; }
  .fs2014 { font-size:14px; }
  .fs2214 { font-size:14px; }
  .fs222014 { font-size:14px; }
  .fs202214 { font-size:14px; }
  .fs3621 { font-size:21px; }
  .fs1814 { font-size:14px; }
  .fs2414 { font-size:14px; }
  .fs2420 { font-size:18px; }
  .mb4020 { margin-bottom:18px; }
  .mb4010 { margin-bottom:10px; }
  .mb10080 { margin-bottom:80px; }
  .mb1008040 { margin-bottom:40px; }
  .mb8040 { margin-bottom:40px; }
  .mb8020 { margin-bottom:18px; }
  .mb802020 { margin-bottom:18px; }
  .mb800 { margin-bottom:0; }
  .mb6020 { margin-bottom:18px; }
  .mb16080 { margin-bottom:80px; }
  .showMobile { display:block; }
  .hiddenMobile { display:none; }
  .showDesktop, .showTablet { display:none; }
  .hiddenDesktop, .hiddenTablet { display:block; }
  .textContentpadding { padding:0 10%; }
  .bannerTextSection, #ourPeoplePage, .contentTextSection, #not_found { margin-top:70px; }
}
@media (min-width: 768px) and (max-width:1024px) {
  .fs544426 { font-size:44px; }
  .fs544026 { font-size:40px; }
  .fs544444 { font-size:44px; }
  .fs362826 { font-size:28px; }
  .fs362614 { font-size:26px; }
  .fs483621 { font-size:34px; }
  .fs202214 { font-size:20px; }
  .fs222014 { font-size:18px; }
  .mb1008040 { margin-bottom:80px; }
  .mb802020 { margin-bottom:18px; }
  .showTablet { display:block; }
  .showDesktop { display:none; }
  .hiddenMobile { display:block; }
  .hiddenDesktop { display:block; }
}
#contactUsPage .container .mainContant .formSection .inputItem {
  width:50%;
  margin:0 auto;
  margin-bottom:25px;
}
#contactUsPage .container .mainContant .formSection .inputItem label { display:block; }
#contactUsPage .container .mainContant .formSection .inputItem label span {
  margin-bottom:8px;
  display:block;
  font-size:17px;
}
#contactUsPage .container .mainContant .formSection .inputItem input {
  width:100%;
  height:54px;
  line-height:54px;
  border:solid 1px #c1c1c1;
  padding:15px;
  font-size:17px;
  outline:none;
  font-weight:100;
}
#contactUsPage .container .mainContant .formSection .inputItem input::-webkit-input-placeholder, #contactUsPage .container .mainContant .formSection .inputItem textarea::-webkit-input-placeholder {
  color:#c0c0c0;
  font-size:17px;
}
#contactUsPage .container .mainContant .formSection .inputItem textarea {
  width:100%;
  border:solid 1px #c1c1c1;
  padding:15px;
  outline:none;
  resize:none;
  font-weight:100;
  font-size:17px;
}
#contactUsPage .container .mainContant .formSection .recaptchaSection {
  width:50%;
  margin:0 auto 30px;
  display:flex;
  justify-content:center;
}
#contactUsPage .container .mainContant .formSection .button {
  width:50%;
  margin:0 auto;
  display:flex;
  justify-content:flex-end;
}
#contactUsPage .container .mainContant .formSection .button .buttonContainer {
  width:290px;
  height:54px;
  line-height:54px;
  display:flex;
  justify-content:center;
  cursor:pointer;
  position:relative;
  max-width:300px;
  margin:0 auto;
}
#contactUsPage .container .mainContant .formSection .button .buttonContainer .leftimg {
  height:20px;
  position:absolute;
  left:40px;
}
#contactUsPage .container .mainContant .formSection .button .buttonContainer .leftimg img {
  height:100%;
  width:auto;
}
#contactUsPage .container .mainContant .formSection .button .buttonContainer .rightText {
  width:100%;
  color:#ffffff;
  font-size:18px;
  font-weight:bold;
}
#contactUsPage .container .mainContant .formSection .button .buttonContainer .rightText input {
  width:100%;
  background:#713580;
  color:#ffffff;
}
#contactUsPage .container .mainContant .formSection .button .buttonContainer .rightText input:hover {
  background:#544163;
  transition:all 0.3s linear;
}
#contactUsPage .container .mainContant .mapSection .text { padding:0 15%; }
#contactUsPage .container .mainContant .mapSection .text .description { line-height:1.7; }
#contactUsPage .container .mainContant .mapSection .map .places { padding:0 8%; }
#contactUsPage .container .mainContant .mapSection .map .places .place { color:rgba(0,0,0,0.3); }
#contactUsPage .container .mainContant .mapSection .map .places .place a {
  color:inherit;
  font-weight:600;
  font-size:20px;
}
#contactUsPage .container .mainContant .mapSection .map .places .nav-tabs {
  border:none;
  display:flex;
  justify-content:space-between;
  white-space:nowrap;
  padding-top:0;
  height:fit-content;
}
#contactUsPage .container .mainContant .mapSection .map .places .nav-tabs li a { border:none; }
#contactUsPage .container .mainContant .mapSection .map .places .nav-tabs li.active { border-color:#713580; }
#contactUsPage .container .mainContant .mapSection .map .places .nav-tabs li.active a {
  border:none;
  color:#713580;
}
#contactUsPage .container .mainContant .mapSection .map .places .nav-tabs li:hover a {
  border:none;
  background:none;
}
#contactUsPage .container .mainContant .mapSection .map .mapContent { display:flex; }
#contactUsPage .container .mainContant .mapSection .map .mapContent #google-map {
  width:calc(100% - 500px);
  height:500px;
}
#contactUsPage .container .mainContant .mapSection .map .mapContent #google-map .google-map-image {
  display:none;
  width:100%;
  height:100%;
}
#contactUsPage .container .mainContant .mapSection .map .mapContent #google-map .google-map-image.active { display:block; }
#contactUsPage .container .mainContant .mapSection .map .mapContent #google-map .google-map-image img {
  width:100%;
  height:100%;
  object-fit:cover;
}
#contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content {
  width:500px;
  height:500px;
  background-size:cover;
  background-repeat:no-repeat;
  padding:80px 50px;
}
#contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content a { color:inherit; }
#contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .title { font-size:54px; }
#contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .leftImg {
  width:30px;
  text-align:center;
  height:25px;
  display:inline-block;
  margin-right:10px;
  vertical-align:top;
}
#contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .leftImg img {
  height:100%;
  width:auto;
}
#contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .rightText {
  width:calc(100% - 55px);
  display:inline-block;
  font-family:'Open Sans', 'PingFang SC', 'Microsoft YaHei', 'STHeiti', "Helvetica Neue", Helvetica, Arial, sans-serif, 'SimHei', Tinos, 'STSong', 'STFangsong', 'STKaiti', 'STHeiti Light', 'SimSun', 'NSimSun', 'FangSong', 'KaiTi', 'FangSong_GB2312', 'KaiTi_GB2312';
  line-height:normal;
}
#contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .rightText p, #contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .rightText span { color:inherit; }
#contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .marker { display:none; }
#contactUsPage .wpcf7 form .wpcf7-response-output {
  width:50%;
  padding:20px;
  margin:40px auto 0;
  font-size:18px;
}
@media (max-width:767px) {
  #contactUsPage .container .mainContant {
    width:100%;
    margin:0;
  }
  #contactUsPage .container .mainContant .formSection .inputItem { width:80%; }
  #contactUsPage .container .mainContant .formSection .button {
    width:90%;
    justify-content:space-around;
  }
  #contactUsPage .container .mainContant .mapSection .text { padding:0 5%; }
  #contactUsPage .container .mainContant .mapSection .map { margin-bottom:0; }
  #contactUsPage .container .mainContant .mapSection .map .places .nav-tabs {
    flex-direction:row;
    flex-wrap:wrap;
  }
  #contactUsPage .container .mainContant .mapSection .map .places .nav-tabs .place {
    flex:1 0 50%;
    text-align:center;
  }
  #contactUsPage .container .mainContant .mapSection .map .mapContent { flex-direction:column-reverse; }
  #contactUsPage .container .mainContant .mapSection .map .mapContent .text .description { line-height:2; }
  #contactUsPage .container .mainContant .mapSection .map .mapContent #google-map { width:100%; }
  #contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content {
    width:100%;
    height:320px;
    padding:0;
  }
  #contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .rightText { font-weight:100; }
  #contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .titleSection {
    display:flex;
    justify-content:space-around;
  }
  #contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .titleSection .prev { transform:rotate(180deg); }
  #contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .titleSection .prev, #contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .titleSection .next { height:40px; }
  #contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .titleSection .prev svg, #contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .titleSection .next svg {
    height:100%;
    transform:scale(1.3);
  }
  #contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .titleSection .prev svg path, #contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .titleSection .next svg path { fill:#ffffff; }
  #contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .tab-pane .content .title {
    width:auto;
    font-size:1.3rem;
    text-align:center;
    margin-bottom:35px;
    line-height:40px;
  }
  #contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content .swiper-slide { padding:80px 50px; }
  #contactUsPage .wpcf7 form .wpcf7-response-output { width:80%; }
}
@media (min-width: 768px) and (max-width:1024px) {
  #contactUsPage .container .mainContant {
    width:100%;
    margin:0;
  }
  #contactUsPage .container .mainContant .formSection .inputItem { width:90%; }
  #contactUsPage .container .mainContant .formSection .button {
    width:70%;
    justify-content:space-around;
  }
  #contactUsPage .container .mainContant .mapSection .text { padding:0 5%; }
  #contactUsPage .container .mainContant .mapSection .map .places .nav-tabs {
    flex-direction:row;
    flex-wrap:wrap;
  }
  #contactUsPage .container .mainContant .mapSection .map .places .nav-tabs .place {
    flex:1 0 50%;
    text-align:center;
  }
  #contactUsPage .container .mainContant .mapSection .map .mapContent #google-map { width:calc(100% - 370px); }
  #contactUsPage .container .mainContant .mapSection .map .mapContent .tab-content { width:370px; }
  #contactUsPage .wpcf7 form .wpcf7-response-output { width:80%; }
}
