﻿* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

span,
em,
i {
  font-style: normal;
  display: inline-block;
}

input,
button,
textarea,
select {
  outline: none;
  border: 0;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

img {
  border: none;
}

body {
  font-family: PingFang SC, Microsoft YaHei, Arial, Helvetica, sans-serif;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  line-height: 1.2;
}

textarea,
input {
  font-family: PingFang SC, Microsoft YaHei, Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}


::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button:vertical {
  display: none;
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
  background-color: #e2e2e2;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.35);
}

::-webkit-scrollbar-thumb:vertical:active {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.38);
}

body {
  min-width: 1310px;
}


.wp {
  width: 1280px;
  margin: 0 auto;
}

.wp-container {
  min-width: 1310px;
}

@font-face {
  font-family: "Abhaya Libre";
  src: url(../font/AbhayaLibre-Medium.ttf);
}

@font-face {
  font-family: "D-DIN Condensed";
  src: url(../font/D-DINCondensed.ttf);
}

.app-header {
  background-color: #fff;
  border-bottom: 2px solid #3A4B99;
}

.app-header-wp {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 100px;
}

.app-header-wp .logo {
  height: 56px;
}

.app-header-wp .logo .img {
  max-height: 100%;
}

    .app-header-wp .nav-list {
        display: -webkit-box;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        align-items: center;
    }

.app-header-wp .nav-item {
  font-size: 20px;
  line-height: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  height: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.app-header-wp .nav-item ~ .nav-item{
    margin-left:75px;
}
.app-header-wp .nav-item:hover {
    color: #3A4B99;
}
    .app-header-wp .language-switch.language-switch {
        justify-content: center;
        color: #333;
        border: 1px solid #707070;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        font-size: 13px ;
        margin-left: 60px;
        transition: all 0.2s;
    }
        .app-header-wp .language-switch.language-switch:hover {
            color: #fff;
            background-color: #3A4B99;
        }

.app-header-wp .nav-item.active {
    font-weight: 600;
    color: #3A4B99;
}

.app-header-wp .nav-item.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  width: 30px;
  height: 4px;
  background-color: #3A4B99;
}

.app-footer {
  margin-top: 120px;
  background-color: #091d3d;
  color: #fff;
  padding: 40px 0 26px;
}

.app-footer .nav-map {
  height: 48px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.app-footer .nav-map .nav-item:hover {
  text-decoration: underline;
}

.app-footer .web-info {
  padding: 52px 0 78px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.app-footer .web-info .company {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.app-footer .web-info .contact {
  margin-top: 30px;
}

.app-footer .web-info .contact-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 8px;
  padding-bottom: 16px;
}

.app-footer .web-info .contact-title .icon {
  width: 14px;
}

.app-footer .web-info .contact-item {
  padding-left: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

.app-footer .web-info .contact-item ~ .contact-item {
  margin-top: 4px;
}

.app-footer .web-info .right {
  display: -webkit-box;
  display: flex;
  gap: 30px;
}

.app-footer .web-info .qr-code img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}

.app-footer .web-info .qr-code .name {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
}

.app-footer .web-other {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

.app-footer .web-other a:hover {
  text-decoration: underline;
}

.app-footer .web-other .left a ~ a {
  margin-left: 15px;
  position: relative;
}

.app-footer .web-other .left a ~ a::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: -8px;
  top: 3.5px;
  z-index: 1;
  pointer-events: none;
}





.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.clear-both {
  clear: both;
}

.clear:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}


.pos-r {
  position: relative;
}

.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ov-hide {
  overflow: hidden;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.a-link:hover {
  text-decoration: underline;
}

.html-box {
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
}

.html-box img,
.html-box video {
  max-width: 100%;
  height: auto;
}

.html-box span,
.html-box em,
.html-box i {
  display: initial;
  max-width: 100%;
}

.gray-body {
  background-color: whitesmoke;
}

.empty-text {
  text-align: center;
  padding: 30px;
  color: #888;
  font-size: 14px;
}

.dan {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.full {
  display: block;
  width: 100%;
}

.hide {
  display: none !important;
}

.app-btn {
  width: 224px;
  height: 60px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #3A4B99;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
}

.app-btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  opacity: 0.85;
}

.app-btn ~ .app-btn {
  margin-left: 26px;
}

.app-btn.app-icon-btn {
  width: 200px;
  height: 42px;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 500;
}

.app-btn.app-icon-btn:hover {
  gap: 15px;
}

.app-btn.app-icon-btn .icon {
  width: 19px;
}

.orange-btn {
  background: -webkit-gradient(linear, left top, right top, from(#f9ceb8), to(#fce5d8));
  background: linear-gradient(90deg, #f9ceb8, #fce5d8);
  color: #3A4B99;
}

.app-tools {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.app-tools .tools-item {
  background-color: #3A4B99;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.app-tools .tools-item ~ .tools-item {
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
}

.app-tools .icon-box {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.app-tools .icon {
  height: auto;
  flex-shrink: 0;
}

.app-tools .text {
  height: 60px;
  width: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  text-indent: 1em;
}

.app-tools:hover .text {
  width: 95px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  text-indent: 0;
}

.app-tools .tools-item:hover {
  background-color: #e6b382;
}

.app-banner {
  position: relative;
}

.app-banner .bg {
  max-width: 100%;
  display: block;
}

.app-banner .wp {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}

.app-banner .page-title {
  color: #fff;
}

.app-banner .title-text {
  font-size: 48px;
  font-weight: 600;
  line-height: 66px;
}

.app-banner .en-title-text {
  font-size: 32px;
  line-height: 38px;
  font-family: "Abhaya Libre";
}

.app-breadcrumbs {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.app-breadcrumbs .division {
  margin: 0 10px;
}

.app-breadcrumbs a:hover {
  text-decoration: underline;
}

.app-breadcrumbs a:last-child {
  color: #3A4B99;
  cursor: default;
}

.app-breadcrumbs a:last-child:hover {
  text-decoration: none;
}

.app-team .team-main {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}

.app-team .team-main .main-img {
  width: 490px;
  height: 520px;
  flex-shrink: 0;
}

.app-team .team-main .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.app-team .team-main .main-info {
  width: 668px;
}

.app-team .team-main .main-info .main-name {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  color: #3A4B99;
}

.app-team .team-main .main-info .main-desc {
  margin-top: 20px;
  color: #3A4B99;
  font-size: 16px;
  line-height: 30px;
  max-height: 120px;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.app-team .team-main .main-info .main-btns {
  margin-top: 50px;
  display: -webkit-box;
  display: flex;
}

.app-team .team-main .main-info .orange-btn {
  background: -webkit-gradient(linear, left top, right top, from(#f9ceb8), to(#fce5d8));
  background: linear-gradient(90deg, #f9ceb8, #fce5d8);
}

.app-team .team-list {
  display: -webkit-box;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.app-team .team-list .team-item {
  width: 240px;
  height: 280px;
  background-color: #f5f7fb;
  text-align: center;
  padding: 32px 20px;
  box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.app-team .team-list .team-item.active {
  border-color: #3A4B99;
}

.app-team .team-list .item-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.app-team .team-list .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.app-team .team-list .item-name {
  margin-top: 22px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #3A4B99;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.index-block-title {
  color: #3A4B99;
  padding-bottom: 40px;
  display: -webkit-box;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
          align-items: flex-end;
}

.index-block-title .title-text {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
}

.index-block-title .en-title-text {
  font-size: 32px;
  line-height: 38px;
  font-family: "Abhaya Libre";
}

.app-more {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  color: #3A4B99;
}

.app-more .icon {
  width: 16px;
}

.app-pagination {
  margin-top: 60px;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 60px 0 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-family: "D-DIN Condensed";
}

.app-pagination a,
.app-pagination span {
  font-size: 18px;
  line-height: 20px;
  color: #666666;
  margin: 0 10px;
  padding: 0 5px;
}

.app-pagination a:hover {
  color: #3A4B99;
  text-decoration: underline;
}

.app-pagination .current {
  font-size: 24px;
  color: #3A4B99;
}

.app-pagination .prev,
.app-pagination .next {
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url(../image/arrow-right-half-gary.svg) no-repeat center;
  background-size: contain;
  font-size: 0;
  color: transparent;
  margin: 0 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}

.app-pagination .prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.app-pagination span.next, .app-pagination span.prev {
  display: none !important;
}

.pd-0 {
  padding: 0 !important;
}