/* 演示版样式，非项目必要 */
.themed-grid-col {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(86, 61, 124, .15);
  border: 1px solid rgba(86, 61, 124, .2);
}

.bd-example {
  position: relative;
  padding: 1rem;
  border: 2px solid #f8f9fa;
}

.highlight {
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #f8f9fa;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* 按项目所需，重定义bootcss必要元素样式 */
/******
 ****** Global
 ******/
body {
  font-size: 14px;
  color: #333333;
  font-family: "PingFang SC", "Microsoft Yahei", arial, helvetica, clean, sans-serif;
}

p {
  margin-bottom: 35px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 24px;
  font-family: 'Noto Serif SC';
}

h2 {
  font-size: 20px;
  font-family: 'Noto Serif SC';
}

h2.h2-lg {
  font-size: 30px;
}

h3 {
  font-size: 18px;
  font-family: 'Noto Serif SC';
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #333333;
  font-weight: Regular;

}

@media (min-width: 768px) {
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 13px;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 10px 0px 10px;
  }

  p {
    font-size: 14px;
  }
  p.p-sm {
    font-size: 14px;
    line-height: 1.3;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 50px;
  }

  h2.h2-lg {
    font-size: 50px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }
}

@media (min-width: 1366px) {
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 16px;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 12px 0px 12px;
  }

  p.p-sm {
    font-size: 14px;
    line-height: 1.3;
  }

  p {
    font-size: 18px;
  }

  h1 {
    font-size: 90px;
  }

  h1.h1-sm {
    font-size: 52px;
  }

  h2 {
    font-size: 60px;
  }

  h2.h2-lg {
    font-size: 60px;
  }

  h2.h2-sm {
    font-size: 42px;
  }

  h3.h3-lg {
    font-size: 68px;
  }

  h3 {
    font-size: 50px;
  }

  h3.h3-sm {
    font-size: 30px;
  }

  h4.h4-xl {
    font-size: 32px;
  }

  h4.h4-lg {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 18px;
  }

  p.p-sm {
    font-size: 14px;
  }

  p {
    font-size: 18px;
  }

  h1 {
    font-size: 90px;
  }

  h1.h1-sm {
    font-size: 52px;
  }

  h2 {
    font-size: 80px;
  }

  h2.h2-lg {
    font-size: 80px;
  }

  h2.h2-sm {
    font-size: 42px;
  }

  h3.h3-lg {
    font-size: 68px;
  }

  h3 {
    font-size: 60px;
  }

  h3.h3-sm {
    font-size: 30px;
  }

  h4.h4-xl {
    font-size: 32px;
  }

  h4.h4-lg {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }
}

@media (min-width: 1660px) {
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 20px 0px 20px;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 20px;
  }
}


a {
  color: #000;
  cursor: pointer;
  outline: none;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
  transition: all 0.5s;
}


/* 按钮样式 */
/* .btn{
    border-radius: 0;
} */
/* 主按钮（暗色#333主题） */
.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  background-color: #000;
  border-color: #000;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #333;
  border-color: #333;
}

.bd-example-border-utils [class^="border"] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: .25rem;
  background-color: #f5f5f5
}

css.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 40px;
  height: 10px;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #44cef6;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 15px;
}

.loader-ellips__dot:nth-child(4) {
  left: 30px;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(15px);
  }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.page-load-status {
  display: none;
  padding-top: 20px;
  color: #333;
  text-align: center;
}

/* footer */
.footer-menu ul li {
  display: inline-grid;
  min-width: 150px;
  margin-bottom: 20px;
}

ul.sub-menu li {
  display: block;
  padding-top: 8px;
  margin-bottom: 0px;
}

.footer-menu ul li a {
  font-weight: bolder;
  padding-bottom: 10px;
}

ul.sub-menu li a {
  color: #666666;
}

#menu-footer-menu,
.sub-menu {
  padding-left: 0;
}

.footer-friendlink span,
.footer-copyright a {
  color: #666666;
}

/* home */
.bg-blue {
  background-color: #0A4F94;
}

.bg-blue1 {
  background: #5C92C8 !important;
}

.text-blue {
  color: #0A4F94 !important;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}

.footer-light {
  background-color: #F9F9FC;
}

.bg-grey {
  background-color: #F5F5F5;
}

.btn-outline-secondary {
  color: #333333;
  border-color: #707070;
  font-size: 14px;
}

.border-bottom {
  border-bottom: 1px solid #DDDDDD !important;
}

.breadcrumbs span {
  font-size: 16px;
  color: #333333;
}

.join-us ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  color: #333333;
}

.join-us li::before {
  content: "";
  display: inline-block;
  list-style: none;
  width: 12px;
  height: 12px;
  background-color: #0A4F94;
  margin-right: 15px;
}

.enterprise-overview {
  line-height: 1.4;
  font-size: 68px;
  color: #000000;
  font-family: Roboto !important;
  font-weight: bold;
}

.bg-pulple {
  background-color: #8692C2;
}

.product-item .linear-gradient {
  background-image: linear-gradient(to top, rgb(0, 0, 0, 0.8), transparent);
}

.industry-cluster .linear-gradient1 {
  background-image: linear-gradient(to top, rgb(0, 0, 0, 0.5), transparent);
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
  color: #FFFFFF;
  background-color: #0A4F94;
  border: none;
}

/* mega menu css fixed */

.mega-menu-tab-content-wrap ul {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
}

.mega-menu-tab-content-wrap ul li::before {
  content: "";
  display: inline-block;
  font: normal normal normal 16px/1;
  font-size: inherit;
}

.mega-menu-tab-content.active-content {
  display: block;
}

/* @media only screen and (min-width: 768px){ */
.megemeau-wrapper-tab-col-1 {
  background-color: #F5F5F5;
}

.megemeau-wrapper-tab-btn-wrap li {
  padding: 12px 20px;
  line-height: 1.2;

  font: bold 16px/1.2 PingFang SC;
}

.megemeau-wrapper-tab-btn-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.megemeau-wrapper-tab-btn-wrap ul li:hover {
  cursor: pointer;
}

.megemeau-wrapper-tab-btn-wrap ul li:hover,
.megemeau-wrapper-tab-btn-wrap ul li:hover a,
.megemeau-wrapper-tab-btn-wrap ul li.active-tab,
.megemeau-wrapper-tab-btn-wrap ul li.active-tab a,
.megemeau-wrapper-tab-btn-wrap ul li[class*="current-"],
.megemeau-wrapper-tab-btn-wrap ul li[class*="current-"] a {
  position: relative;
  color: #0A4F94;
  z-index: 1;
}

.megemeau-wrapper-tab-btn-wrap ul li:hover::after,
.megemeau-wrapper-tab-btn-wrap ul li.active-tab::after,
.megemeau-wrapper-tab-btn-wrap ul li[class*="current-"]::after {
  content: "";
  background-color: #0A4F94;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
  z-index: -1;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
  padding: 0 !important;
}

.megemeau-container .h-415 {
  min-height: 415px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
  display: none;
}

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  box-shadow: 0px 0px 18px -15px rgb(0 0 0 / 90%) !important;
}

.content-info .secondary-menu-warp ul li a {
  font-size: 18px;
  color: #000000;
}

.content-info .secondary-menu-warp ul li.current-menu-item a {
  padding-bottom: 5px;
  color: #0A4F94;
  border-bottom: 2px solid #0A4F94;
}

.content-info .secondary-menu-warp ul li {
  padding-right: 30px;
}

/* html轮播 */
.h-650 {
  min-height: 650px;
}

.h-700 {
  min-height: 700px;
}

/* 中线 */
.swiperhomepagenew1 .swiper-wrapper::before {
  text-align: center;
  content: "";
  border: 1px dashed #ABA9A7;
  top: 50%;
  width: 1500%;
  left: 0;
  right: 0;
  position: absolute;
}

.homepage-swiper-circular-up {
  top: 50%;
  margin-top: 30px;
}

.homepage-swiper-circular-down {
  bottom: 50%;
  margin-bottom: 30px;
}

/* 圆圈 */

.swiperhomepagenew1 .swiper-wrapper .swiper-slide::before {
  content: "";
  background: url('/en/wp-content/themes/zijiangqy/assets/images/arrow.svg');
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 48%;
  margin-left: -7px;
  margin-top: -7px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  width: 32px;
  height: 32px;
  color: #000000;
  border: 1px solid #707070;
  border-radius: 50%;
  justify-content: center !important;
  align-items: center;
  display: flex;
}

@media (min-width: 768px) {

  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 48px;
    height: 48px;
    color: #000000;
    border: 1px solid rgba(112, 112, 112, .5);
    border-radius: 50%;
    justify-content: center !important;
    align-items: center;
    display: flex;
  }
}

.text-grey {
  color: #333333;
}

.text-dark {
  color: #000000 !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.swiper-container .homepage-swiper-list ul {
  padding: 0;
}

.swiper-container .homepage-swiper-list ul li {
  list-style: none;
}

@media (min-width: 992px) {
  .font-size-lg-30 {
    font-size: 30px !important;
  }

  .font-size-lg-24 {
    font-size: 24px !important;
  }

  .font-size-lg-80 {
    font-size: 80px;
    letter-spacing: 1.5vh;
  }

  .font-size-lg-26 {
    font-size: 26px;
    font-family: Roboto;
    font-weight: bold;
  }

  .font-size-lg-18 {
    font-size: 18px;
  }

  .font-size-lg-60 {
    font-size: 60px;
  }

  .w-lg-45 {
    width: 45% !important;
  }

}

.wp-pagenavi span,
.wp-pagenavi a {
  background-color: white;
  border: 1px solid #DDDDDD;
  padding: 0;
  margin: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #ffffff !important;
  color: #000000;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #0A4F94;
}

/* .swiper-outer::before {
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  z-index: 1;
  position: absolute;
  background: #F4F2EF !important;
} */

.swiper-outer h4.homepage-swiper-triangle-up {
  color: #B4A793;
  font-family: Roboto;
  font-weight: bold;
}

.section-event .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  position: absolute;
}

@media (min-width: 992px) {

  .section-event .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -60px;
  }
}

@media (min-width: 1360px) {

  .section-event .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -60px;
  }
}

.swiper-outer {
  position: relative;
}


@media (min-width: 768px) {

  .swiper-outer .swiper-button-next:after,
  .swiper-outer .swiper-button-prev:after {
    font-size: 20px;
    width: 48px;
    height: 48px;
    color: #000000;
    border: 1px solid rgba(112, 112, 112, .5);
    background: #FFFFFF;
  }
}

.content .section-title h2,
.content .section-title p {
  font-family: 'Noto Serif SC';
}

.border-bottom-4 {
  border-bottom: 4px solid #000000;
}

.bg-link {
  background-color: #000;
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.radius-outline-light {
  background-color: rgba(0, 0, 0, 0);
  padding: 17px 20px 17px 20px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.bg-yellow::before {
  content: "";
  width: 100%;
  height: 82%;
  bottom: 0;
  z-index: 0;
  position: absolute;
  background: #F4F2EF !important;
}

/* 菜单 */

.bg-dark-transparency {
  background-color: rgb(0, 0, 0, 0.5);
}
.bg-dark-transparency-right {
  background: linear-gradient(90deg,#00000000, #00000077);
}

.navbar {
  padding: 1rem;
}

.section-garden .warp-content {
  background-color: rgb(41, 0, 255, 0.1);
}

.menu-fixed #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
  color: #000;

}

.navbar-light .navbar-logo {
  display: block;
}

.navbar-light .navbar-logo-fixed {
  display: none;
}

.menu-fixed .logo {
  max-height: 46px;
}

.navbar.menu-fixed {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .navbar-default .navbar-logo {
    display: none;
  }

  .navbar-default.menu-fixed .navbar-logo {
    display: block;
  }

  .navbar-default .navbar-logo-fixed {
    display: block;
  }

  .navbar-default.menu-fixed .navbar-logo-fixed {
    display: none;
  }
}

/* 鼠标混动动画 */
.scrolldown {
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  height: 40px;
  margin: 0 auto 0px;
  text-align: center;
  width: 26px;
}

.scrolldown-p1,
.scrolldown-p2 {
  animation-duration: 1.5s;
  animation-name: scrolldown;
  animation-iteration-count: infinite;
  fill: #FFFFFF;
}

.scrolldown-p2 {
  animation-delay: .75s;
}

@keyframes scrolldown {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }

  50% {
    opacity: 1;
    transform: translate(0, 0);
  }

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

.bg-yellow1 {
  background: #F4F1EC !important;
}

.bg-green {
  background-color: rgba(73, 149, 149, 0.8);
}

.bg-green3 {
  background-color: #C0D2D2 !important;
}

.bg-blue-develop {
  background-color: #00A6D9;
}

.bg-yellow-develop {
  background-color: #FABD00;
}

.bg-orange-develop {
  background-color: #D49200;
}

.bg-green-develop {
  background-color: #417935;
}

.bg-orange1-develop {
  background-color: #ED6A02 !important;
}

.bg-green4-develop {
  background-color: #269B47 !important;
}

.bg-red1-develop {
  background-color: #C61029 !important;
}

.bg-orange2-develop {
  background-color: #E8391A !important;
}

.bg-pulple2-develop {
  background-color: #8E1737 !important;
}

.bg-red2-develop {
  background-color: #E5001F !important;
}

.bg-pulple3-develop {
  background-color: #DD007A !important;
}

.text-blue2 {
  color: #38B5CB;
}

.btn-dark {
  background-color: rgb(0, 0, 0);
  padding: 18px 20px 18px 20px;
  border-radius: 50%;
  border: 1px solid rgb(0, 0, 0);
}

.bg-purple {
  background-color: rgba(99, 73, 149, 0.8);
}

.bg-purple1 {
  background-color: #C6C0D2 !important;
}

.bottom--10 {
  bottom: -10px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.border-radius-top-lg {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.border-radius-bottom-lg {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.border-radius-lg {
  border-radius: 20px;
}

nav.navbar.menu-fixed {
  background: none;
}

@media (min-width: 992px) {

  nav.navbar {
    background: linear-gradient(#0000009f, #00000000);
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }


  .pt-lg-200,
  .py-lg-200 {
    padding-top: 200px;
  }

  .pb-lg-200,
  .py-lg-200 {
    padding-bottom: 200px;
  }

  .min-height-lg-57 {
    min-height: 57px;
  }
}

/* home */

.swiper-outer {
  position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  font-size: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  border-radius: 50%;
  color: rgb(0, 0, 0);
}


.swiper-button-next,
.swiper-button-prev {
  border: 1px solid #707070;
}

.home-swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  position: absolute;
}

.home-swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
}


.home-swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -70px;
}

.home-swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -70px;
}



.section-cluster .cluster-soft::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 700px;
  background-color: #F4F1EC;
  top: 55%;
  left: 0;
}


@media (min-width: 992px) {
  .section-cluster .cluster-soft::after {
    width: 80%;
  }

  .cluster-btn-green {
    margin-top: -80px;
  }

  .text-lg-white {
    color: #fff;
  }

  .section-cluster .cluster-soft .swiper-button {
    bottom: 50px;
  }
}

@media (max-width: 992px) {
  .section-cluster .cluster-soft {
    padding-left: 16px;
    padding-right: 16px;
  }

  .swiper-button-next2 {
    position: absolute;
    right: 35px;
  }

  /*
  .navbar-logo-fixed {
    display: none;
  } */
}

.megemeau-container-active .mega-menu-tab-content {
  display: none;
}

.megemeau-container-active .mega-menu-tab-content.active-content {
  display: block;
}

.font-family-pingfang {
  font-family: 'PingFang SC' !important;
}

.swiper-slide .company-scene {
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  padding-bottom: 200px !important;
  background-size: cover !important;
}

@media (min-width: 992px) {
  .swiper-slide .company-scene {
    padding-bottom: 400px !important;
    background-size: contain !important;
  }
}

@media (min-width: 1440px) {
  .swiper-slide .company-scene {
    padding-bottom: 580px !important;
    background-size: cover !important;
  }
}


ul.annual-report li::marker {
  color: #0A4F94;
  font-size: 20px;
}

.bg-green3-develop {
  background-color: #3EAF49;
}

.postid-1076 .main-title h1,
.page-id-1409 .main-title h1 {
  display: none;
}

.language-switching a {
  display: flex !important;
}

@media (min-width: 768px) {
  .w-md-60 {
    width: 60% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-85 {
    width: 85% !important;
  }
}

@media (min-width: 1440px) {
  .w-xl-65 {
    width: 65% !important;
  }
}

.develop-icon img {
  max-height: 50px;
}

.list-0,
.list-1,
.list-2 {
  display: none;
}
#image-sizes-credit {
  display: none;
}
