:root {
  --swiper-theme-color: #173883;
  --ant-blue: #0d43d7;
  --ant-purple: #722ed1;
  --ant-cyan: #13c2c2;
  --ant-green: #52c41a;
  --ant-magenta: #eb2f96;
  --ant-pink: #eb2f96;
  --ant-red: #f5222d;
  --ant-orange: #ff7700;
  --ant-yellow: #fadb14;
  --ant-volcano: #fa541c;
  --ant-geekblue: #2f54eb;
  --ant-gold: #faad14;
  --ant-lime: #a0d911;
  --ant-color-primary: #173883;
  --ant-color-success: #52c41a;
  --ant-color-warning: #faad14;
  --ant-color-error: #ff4d4f;
  --ant-color-info: #0d43d7;
  --ant-color-link: #0d43d7;
  --ant-color-text-base: #000;
  --ant-color-bg-base: #fff;
  --ant-font-family-code: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier,
    monospace;
  --ant-font-size: 14px;
  --ant-line-width: 1px;
  --ant-line-type: solid;
  --ant-border-radius: 6px;
  --ant-size-popup-arrow: 16px;
  --ant-control-height: 32px;
  --ant-z-index-base: 0;
  --ant-z-index-popup-base: 1000;
  --ant-opacity-image: 1px;
  --ant-color-text: rgba(0, 0, 0, 0.88);
  --ant-color-text-secondary: rgba(0, 0, 0, 0.65);
  --ant-color-text-tertiary: rgba(0, 0, 0, 0.45);
  --ant-color-text-quaternary: rgba(0, 0, 0, 0.25);
  --ant-color-fill: rgba(0, 0, 0, 0.15);
  --ant-color-fill-secondary: rgba(0, 0, 0, 0.06);
  --ant-color-fill-tertiary: rgba(0, 0, 0, 0.04);
  --ant-color-fill-quaternary: rgba(0, 0, 0, 0.02);
  --ant-color-bg-layout: #f5f5f5;
  --ant-color-bg-container: #ffffff;
  --ant-color-bg-elevated: #ffffff;
  --ant-color-bg-spotlight: rgba(0, 0, 0, 0.85);
  --ant-color-bg-blur: transparent;
  --ant-color-border: #d9d9d9;
  --ant-color-border-secondary: #f0f0f0;
  --ant-color-primary-bg: #e6f4ff;
  --ant-color-primary-bg-hover: #bae0ff;
  --ant-color-primary-border: #91caff;
  --ant-color-primary-border-hover: #69b1ff;
  --ant-color-primary-hover: #4096ff;
  --ant-color-primary-active: #0958d9;
  --ant-color-primary-text-hover: #4096ff;
  --ant-color-primary-text: #0d43d7;
  --ant-color-primary-text-active: #0958d9;
  --ant-color-success-bg: #f6ffed;
  --ant-color-success-bg-hover: #d9f7be;
  --ant-color-success-border: #b7eb8f;
  --ant-color-success-border-hover: #95de64;
  --ant-color-success-hover: #95de64;
  --ant-color-success-active: #389e0d;
  --ant-color-success-text-hover: #73d13d;
  --ant-color-success-text: #52c41a;
  --ant-color-success-text-active: #389e0d;
  --ant-color-error-bg: #fff2f0;
  --ant-color-error-bg-hover: #fff1f0;
  --ant-color-error-border: #ffccc7;
  --ant-color-error-border-hover: #ffa39e;
  --ant-color-error-hover: #ff7875;
  --ant-color-error-active: #d9363e;
  --ant-color-error-text-hover: #ff7875;
  --ant-color-error-text: #ff4d4f;
  --ant-color-error-text-active: #d9363e;
  --ant-color-warning-bg: #fffbe6;
  --ant-color-warning-bg-hover: #fff1b8;
  --ant-color-warning-border: #ffe58f;
  --ant-color-warning-border-hover: #ffd666;
  --ant-color-warning-hover: #ffd666;
  --ant-color-warning-active: #d48806;
  --ant-color-warning-text-hover: #ffc53d;
  --ant-color-warning-text: #faad14;
  --ant-color-warning-text-active: #d48806;
  --ant-color-info-bg: #e6f4ff;
  --ant-color-info-bg-hover: #bae0ff;
  --ant-color-info-border: #91caff;
  --ant-color-info-border-hover: #69b1ff;
  --ant-color-info-hover: #69b1ff;
  --ant-color-info-active: #0958d9;
  --ant-color-info-text-hover: #4096ff;
  --ant-color-info-text: #0d43d7;
  --ant-color-info-text-active: #0958d9;
  --ant-color-link-hover: #69b1ff;
  --ant-color-link-active: #0958d9;
  --ant-color-bg-mask: rgba(0, 0, 0, 0.45);
  --ant-color-white: #fff;
  --ant-font-size-sm: 12px;
  --ant-font-size-lg: 16px;
  --ant-font-size-xl: 20px;
  --ant-font-size-heading-1: 36px;
  /* --ant-font-size-heading-2: 30px; */
  --ant-font-size-heading-2: 28px;
  --ant-font-size-heading-3: 24px;
  --ant-font-size-heading-4: 20px;
  --ant-font-size-heading-5: 16px;
  --ant-line-height: 1.5714285714285714;
  --ant-line-height-lg: 1.5;
  --ant-line-height-sm: 1.6666666666666667;
  --ant-font-height: 22px;
  --ant-font-height-lg: 24px;
  --ant-font-height-sm: 20px;
  --ant-line-height-heading-1: 1.2105263157894737;
  --ant-line-height-heading-2: 1.2666666666666666;
  --ant-line-height-heading-3: 1.3333333333333333;
  --ant-line-height-heading-4: 1.4;
  --ant-line-height-heading-5: 1.5;
  --ant-control-height-sm: 24px;
  --ant-control-height-xs: 16px;
  --ant-control-height-lg: 40px;
  --ant-motion-duration-fast: 0.1s;
  --ant-motion-duration-mid: 0.2s;
  --ant-motion-duration-slow: 0.3s;
  --ant-line-width-bold: 2px;
  --ant-border-radius-xs: 2px;
  --ant-border-radius-sm: 4px;
  --ant-border-radius-lg: 8px;
  --ant-border-radius-outer: 4px;
  --ant-color-fill-content: rgba(0, 0, 0, 0.06);
  --ant-color-fill-content-hover: rgba(0, 0, 0, 0.15);
  --ant-color-fill-alter: rgba(0, 0, 0, 0.02);
  --ant-color-bg-container-disabled: rgba(0, 0, 0, 0.04);
  --ant-color-border-bg: #ffffff;
  --ant-color-split: rgba(5, 5, 5, 0.06);
  --ant-color-text-placeholder: rgba(0, 0, 0, 0.25);
  --ant-color-text-disabled: rgba(0, 0, 0, 0.25);
  --ant-color-text-heading: rgba(0, 0, 0, 0.88);
  --ant-color-text-label: rgba(0, 0, 0, 0.65);
  --ant-color-text-description: rgba(0, 0, 0, 0.45);
  --ant-color-text-light-solid: #fff;
  --ant-color-highlight: #ff4d4f;
  --ant-color-bg-text-hover: rgba(0, 0, 0, 0.06);
  --ant-color-bg-text-active: rgba(0, 0, 0, 0.15);
  --ant-color-icon: rgba(0, 0, 0, 0.45);
  --ant-color-icon-hover: rgba(0, 0, 0, 0.88);
  --ant-color-error-outline: rgba(255, 38, 5, 0.06);
  --ant-color-warning-outline: rgba(255, 215, 5, 0.1);
  --ant-font-size-icon: 12px;
  --ant-line-width-focus: 4px;
  --ant-control-outline-width: 2px;
  --ant-control-interactive-size: 16px;
  --ant-control-item-bg-hover: rgba(0, 0, 0, 0.04);
  --ant-control-item-bg-active: #e6f4ff;
  --ant-control-item-bg-active-hover: #bae0ff;
  --ant-control-item-bg-active-disabled: rgba(0, 0, 0, 0.15);
  --ant-control-tmp-outline: rgba(0, 0, 0, 0.02);
  --ant-control-outline: rgba(5, 145, 255, 0.1);
  --ant-font-weight-strong: 600;
  --ant-opacity-loading: 0.65;
  --ant-link-decoration: none;
  --ant-link-hover-decoration: none;
  --ant-link-focus-decoration: none;
  --ant-control-padding-horizontal: 12px;
  --ant-control-padding-horizontal-sm: 8px;
  --ant-padding-xxs: 4px;
  --ant-padding-xs: 8px;
  --ant-padding-sm: 12px;
  --ant-padding: 16px;
  --ant-padding-md: 20px;
  --ant-padding-lg: 24px;
  --ant-padding-xl: 32px;
  --ant-padding-xxl: 40px;
  --ant-padding-content-horizontal-lg: 24px;
  --ant-padding-content-vertical-lg: 16px;
  --ant-padding-content-horizontal: 16px;
  --ant-padding-content-vertical: 12px;
  --ant-padding-content-horizontal-sm: 16px;
  --ant-padding-content-vertical-sm: 8px;
  --ant-margin-xxs: 4px;
  --ant-margin-xs: 8px;
  --ant-margin-sm: 12px;
  --ant-margin: 16px;
  --ant-margin-md: 20px;
  --ant-margin-lg: 24px;
  --ant-margin-xl: 32px;
  --ant-margin-xxl: 48px;
  --ant-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-secondary: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-tertiary: 0 1px 2px 0 rgba(0, 0, 0, 0.03),
    0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
  --ant-box-shadow-popover-arrow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-card: 0 1px 2px -2px rgba(0, 0, 0, 0.16),
    0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
  --ant-box-shadow-drawer-right: -6px 0 16px 0 rgba(0, 0, 0, 0.08),
    -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-drawer-left: 6px 0 16px 0 rgba(0, 0, 0, 0.08),
    3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-drawer-up: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-drawer-down: 0 -6px 16px 0 rgba(0, 0, 0, 0.08),
    0 -3px 6px -4px rgba(0, 0, 0, 0.12), 0 -9px 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-tabs-overflow-left: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
  --ant-box-shadow-tabs-overflow-right: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
  --ant-box-shadow-tabs-overflow-top: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
  --ant-box-shadow-tabs-overflow-bottom: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
  --global-header-height: 150px;
}

/* ==========================================================================
   Global
   ========================================================================== */

html {
  font-size: 62.5%;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}

a {
  color: #333;
}

a:hover {
  color: #024099;
}

a:focus {
  outline: none;
  -moz-outline: none;
}

body {
  color: #333;
  font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

.wrapper {
  max-width: 1540px;
  /*min-width: 980px; */
  _width: 1150px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* ==========================================================================
   Header
   ========================================================================== */
.logo {
  height: 100%;
  left: 10px;
  top: 0;
  position: absolute;
  width: 450px;
}

.logo a {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo .company-logo {
  display: flex;
  flex-direction: column;
}

.logo .company-en {
  color: #2f039e;
  font-size: 14px;
  padding-left: 4px;
  line-height: 1;
}

.logo img {
  max-width: 100%;
}

.logo .company-name {
  color: #2f039e;
  font-size: 24px;
  font-weight: bold;
  margin-left: 22px;
}

.gpdm {
  font-size: 14px;
  line-height: 24px;
  margin-top: 26px;
  position: absolute;
  left: 465px;
  top: 0;
  padding-left: 20px;
  border-left: 1px solid #cccccc;
}

.gpdm p.txt01 {
  color: #024099;
  font-size: 18px;
}

.langbox {
  position: absolute;
  right: 50px;
  font-size: 16px;
  top: 32px;
  z-index: 3;
  line-height: 30px;
  color: #555555;
}

.langbox a {
  color: #555555;
}

.langbox a:hover {
  color: #024099;
}

.langbox .on {
  color: #024099;
  font-weight: 600;
}

.langbox i {
  color: #024099;
}

#globalnav.mini_top .langbox,
#globalnav.mini_top .langbox a {
  color: #1f3586;
}

.globalsearch2 {
  width: 240px;
  border: 1px solid #b7b7b7;
  border-radius: 18px;
  position: absolute;
  right: 200px;
  top: 32px;
}

.globalsearch2 .write {
  float: left;
  border: 0 none;
}

.globalsearch2 .search-btn {
  float: right;
  border: 0 none;
}

.globalsearch2 .write {
  width: calc(100% - 50px);
  height: 18px;
  margin: 6px 10px;
  margin-right: 0;
  line-height: 18px;
  font: 300 14px/18px microsoft yahei;
  color: #000;
}

.globalsearch2 .search-btn {
  width: 30px;
  padding: 0;
  margin: 0;
  height: 30px;
  cursor: pointer;
  background: url(../png/search-2.png) no-repeat center;
}

.serchinco {
  display: none;
  position: absolute;
  width: 40px;
  color: #024099;
  text-align: center;
  height: 30px;
  right: 0;
  top: 30px;
  line-height: 30px;
  cursor: pointer;
  z-index: 999;
  font-size: 16px;
}

.serchinco:hover {
  color: #024099;
}

.globalsearch {
  display: none;
}

.globalsearch {
  position: absolute;
  top: 90px;
  right: 0;
  width: 280px;
  padding: 15px;
  z-index: 99;
  background: #024099;
}

.globalsearch .warp {
  background: #fff;
}

.globalsearch .write {
  float: left;
  border: 0 none;
}

.globalsearch .search-btn {
  float: right;
  border: 0 none;
}

.globalsearch .write {
  width: calc(100% - 70px);
  height: 18px;
  padding: 10px;
  line-height: 18px;
  background: #fff;
  border: 1px solid #fff;
  font: 300 12px/18px microsoft yahei;
}

.globalsearch .search-btn {
  width: 40px;
  padding: 0;
  margin: 0;
  height: 40px;
  cursor: pointer;
  background: url(../png/search-2.png) no-repeat center;
}

@media only screen and (max-width: 1200px) {
  .globalsearch2 {
    width: 150px;
  }
}

@media only screen and (max-width: 920px) {
  .globalsearch2 {
    display: none;
  }

  .serchinco {
    display: block;
    right: 48px;
    top: 0;
  }

  .globalsearch {
    top: 48px;
  }

  .logo,
  .toptel,
  .langbox {
    display: none;
  }

  .topbar {
    height: 0;
  }

  .serchinco {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 0;
    font-size: 16px;
    text-align: center;
  }

  .serchinco span {
    display: none;
  }

  .gpdm p {
    display: inline-block;
    font-size: 14px;
  }

  .gpdm p.txt01 {
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
  }

  .gpdm {
    margin-top: 12px;
    left: 295px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 520px) {
  .gpdm {
    display: none;
  }

  .serchinco {
    right: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .globalsearch {
    width: calc(100% - 30px);
  }
}

/* ==========================================================================
   Nav
   ========================================================================== */
.bgnav {
  background-color: rgb(237, 244, 250);
}

.index_04 {
  background: linear-gradient(180deg, #e7eff9, rgba(255, 255, 255, 1) 100%);
}

.toggle-btn {
  display: none;
}

@media only screen and (max-width: 920px) {
  .toggle-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all 0.5s;
  }

  .inner-cont > p img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .gn-item:hover .toggle-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.dropdown {
  position: absolute;
  z-index: 999;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  padding: 15px 20px;
  border-bottom: 3px solid #024099;
  top: 100%;
  min-width: 110px;
}

.dropdown:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
  border-top-style: solid;
  border-width: 5px 5px 0;
  border-top-color: #024099;
  left: 50%;
  margin-left: -5px;
  top: 0px;
}

.dropdown a {
  white-space: nowrap;
  line-height: 30px;
  font-size: 14px;
  float: left;
  padding: 0;
  color: #000;
  background: none;
  border-bottom: 0 none;
  width: 100%;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 920px) {
  .dropdown a {
    white-space: nowrap;
    font-size: 14px;
    width: 100%;
    text-align: left;
  }

  .dropdown {
    min-width: calc(100% - 40px);
    padding-top: 0;
  }
}

.dropdown a .fa {
  font-size: 12px;
  line-height: 30px;
  color: #ccc;
  padding-right: 5px;
}

.dropdown a:hover,
.dropdown a:hover .fa {
  color: #024099;
}

.footer {
  --footer-text-color: rgba(255, 255, 255, 0.88);
  background: #183e97 url("../jpg/footer-bg-2.jpg") 50% 0 no-repeat;
  background-size: cover;
}

.footer-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex: 1;
  padding-left: 5%;
}
.footer-nav .fn-col {
  flex-basis: 16.67%;
}
.footer-nav .fn-col h3 {
  margin-bottom: 20px;
}
.footer-nav .fn-col h3,
.footer-nav .fn-col h3 a {
  font-size: 18px;
  color: var(--footer-text-color);
}
.footer-nav .fn-col ul {
  list-style: none;
  padding: 0;
}
.footer-nav .fn-col li {
  display: block;
  pointer-events: auto;
  font-size: 14px;
  margin-bottom: 0.8em;
}
.footer-nav .fn-col li a {
  color: var(--footer-text-color);
  transition: all 0.3s;
}

.footer-nav .fn-col li a:hover {
  color: #fff;
}

.footer-bd {
  padding: 40px 0;
}

.footer-bd .wrapper {
  display: flex;
}

.footer-bd .footer-nav {
  flex: 1;
}

.footer-ft {
  text-align: center;
  color: var(--footer-text-color);
  font-size: 16px;
}

.footer-ft a {
  color: var(--footer-text-color);
}

.footer-ft .wrapper {
  border-top: 1px solid rgba(190, 188, 189, 0.4);
  padding: 18px 0;
}

.footer-logo {
  margin: 0 0 20px -10px;
}
.footer-bd .contact-list {
  position: relative;
  z-index: 1;
}
.footer-bd .contact-list li {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-bd .contact-list li .meta-title {
  margin-right: 10px;
  position: relative;
}

.footer-bd .contact-list li .meta-title::after {
  content: ":";
  position: relative;
  margin-block: 0;
  margin-inline-start: 2px;
  margin-inline-end: 8px;
}

.qrcode-list {
  display: flex;
}

.qrcode-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}

.qrcode-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}

.qrcode-list li .qrcode-img {
  margin-bottom: 8px;
}

@media only screen and (max-width: 1299px) {
  .footer-bd .wrapper {
    flex-wrap: wrap;
  }

  .footer-bd-right {
    width: 100%;
  }
}

@media only screen and (max-width: 833px) {
  .footer-nav {
    display: none;
  }
  .footer-bd .wrapper {
    flex-wrap: wrap;
  }
  .footer-bd-left,
  .footer-bd-right {
    width: 100%;
  }
  .footer-ft {
    font-size: 12px;
    padding: 10px;
  }
}

.footer .contact-list-title {
  color: var(--footer-text-color);
  font-size: 18px;
  margin-bottom: 20px;
}

.footer .contact-list,
.footer .contact-list a {
  color: var(--footer-text-color);
}

.mod {
  --mod-header-font-size: 48px;
}

.mod {
  padding: var(--ant-padding-xxl) 0;
}

.mod .mod-hd {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.mod .mod-title {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.mod .mod-hd h3 {
  position: relative;
  font-weight: bold;
  font-size: var(--mod-header-font-size);
  color: #333333;
}

.mod .mod-bd {
  padding: var(--ant-padding-xl) 0;
}

.mod-summary {
  text-align: center;
  font-size: 18px;
  color: #3a4245;
  line-height: 2;
  padding: var(--ant-padding-xl) 0 var(--ant-padding-sm);
}

.mod-ft {
  text-align: center;
}

.mod-ft a {
  display: inline-block;
  background: url("../png/more-2.png") 50% 0 no-repeat;
  color: #fff;
  text-align: center;
  width: 260px;
  height: 60px;
  transition: all 0.3s;
  font-size: var(--ant-font-size-lg);
  line-height: 60px;
}

.mod-ft a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .mod {
    --mod-header-font-size: 20px;
  }

  .mod {
    padding: var(--ant-padding-lg) 0;
  }

  .mod .mod-hd h3 {
    padding-left: var(--ant-padding-sm);
  }

  .mod .mod-bd {
    padding: var(--ant-padding) 0;
  }
}

.home .index_03 {
  display: none;
}
.home .index_03 .mod-bd {
  padding-bottom: 18px;
}

.home .index_03 {
  margin-bottom: 12px;
}

.home .news-area {
  position: relative;
  padding-bottom: 40px;
  padding-top: 6px;
}

.home .news-list-item {
  border: 1px solid #ececec;
  background: rgb(255, 255, 255);
}

.home .news-list-item a {
  display: block;
}

.home .news-list-item .pic {
  overflow: hidden;
  height: 248px;
}

.home .news-list-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}

.home .news-list-item .meta {
  box-sizing: border-box;
  padding: var(--ant-padding-lg);
  height: 270px;
}

.home .news-list-item .cate-row {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 8px;
}
.home .news-list-item .category {
  color: #3a4245;
}

.home .news-list-item .cate-row .date {
  color: rgba(58, 66, 69, 0.5);
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}

.home .news-list-item .cate-row .date::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background-color: #ddd;
}

.home .news-list-item .title {
  font-size: var(--ant-font-size-heading-3);
  line-height: 1.3;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  margin-bottom: 6px;
  color: #333333;
  height: 72px;
}

.home .news-list-item .desc {
  font-size: var(--ant-font-size-lg);
  line-height: 1.5;
}

.home .news-list-item .meta-ft {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.home .news-list-item .more {
  color: var(--ant-color-primary);
  margin-right: 20%;
  font-size: var(--ant-font-size-lg);
}

.home .news-list-item a:hover .pic img {
  transform: scale(1.08);
}

.home .news-list-item a:hover .title {
  color: var(--ant-color-primary);
}

.home .news-list-item a:hover .more {
}

@media only screen and (max-width: 768px) {
  .home .news-list-item .pic {
    height: 140px;
  }

  .home .news-list-item .meta {
    padding: var(--ant-padding);
    height: auto;
  }

  .home .news-list-item .category {
    font-size: var(--ant-font-size-sm);
  }

  .home .news-list-item .title {
    font-size: var(--ant-font-size-heading-5);
    height: auto;
  }

  .home .news-list-item .date {
    font-size: var(--ant-font-size-sm);
  }

  .home .news-list-item .desc {
    font-size: var(--ant-font-size);
    color: #999;
  }

  .home .news-list-item .meta-ft {
    padding-top: 10px;
  }

  .home .news-list-item .more {
    margin-right: 10px;
    font-size: var(--ant-font-size);
  }

  .footer-bd {
    display: none;
  }

  .footer-ft .wrapper {
    border-top: 0 none;
    padding: 10px 0;
  }
}

.index_02 {
  background-image: url("../jpg/index-pro-bg-2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.index_02.mod .mod-hd h3 {
  color: #fff;
}

.index_02.mod .mod-summary {
  color: #fff;
}

.partner-area {
  padding-bottom: 60px;
  padding-top: 28px;
  position: relative;
}

.partner-swiper {
  width: 100%;
  height: 276px;
  margin-left: auto;
  margin-right: auto;
}

.partner-swiper .swiper-slide {
  /* height: calc((100% - 30px) / 2) !important; */
  height: 50%;
  padding: 0 15px 30px;
  box-sizing: border-box;
}

.partner-list-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 255);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
}

.partner-list-item img {
  max-width: 100%;
  max-height: 100%;
}

.partner-area .swiper-pagination-bullet {
  transition: all 0.3s;
  vertical-align: middle;
}

@media only screen and (min-width: 1024px) {
  .partner-area {
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-horizontal-gap: 10px;
  }

  .partner-area .swiper-pagination-bullet-active {
    position: relative;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(24, 66, 152, 0.7);
    background-color: transparent;
  }

  .partner-area .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: var(--swiper-theme-color);
  }
}

.float-btn {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  border: none;
  position: fixed;
  cursor: pointer;
  z-index: 99;
  display: none;
  width: 40px;
  height: 40px;
  inset-inline-end: 24px;
  inset-block-end: 48px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background-color 0.2s;
}
.float-btn-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background-color 0.2s;
}
.float-btn-body:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.float-btn-content {
  overflow: hidden;
  text-align: center;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
}
.float-btn-icon {
  text-align: center;
  margin: auto;
  width: 18px;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.88);
}
.float-btn {
  display: block;
}
@media only screen and (max-width: 833px) {
  .float-btn {
    display: none;
  }
}

.home .pro-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.home .pro-list li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 22px 20px;
}

.home .pro-list li a {
  display: block;
  border-radius: 8px;
  box-shadow: 0px 3px 12px 0px rgba(75, 75, 75, 0.08);
  background: rgb(255, 255, 255);
}

.home .pro-list li .wrap {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  height: 84px;
  box-sizing: border-box;
  position: relative;
}

.home .pro-list li .icon {
  margin-right: 16px;
  transition: all 0.3s;
}

.home .pro-list li .title {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: bold;
}

.home .pro-list li .more {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 24px;
  top: 16px;
  background-image: url("../png/arrowupright-blue-2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 8px;
  transition: all 0.3s;
}

.home .pro-list li:hover .icon {
  transform: scale(1.1);
}

.home .pro-list li:hover .more {
  background-image: url("../png/arrowupright-white-2.png");
  background-color: rgb(23, 56, 131);
  box-shadow: -4px 4px 20px 0px rgba(32, 180, 134, 0.12);
}

.home .index_02 {
  padding-bottom: 76px;
}

.home .index_02 .mod-summary {
  padding-top: 46px;
}

@media only screen and (max-width: 833px) {
  .mod-summary {
    font-size: 14px;
    text-align: left;
    padding: var(--ant-padding-md) 0;
  }

  .partner-area {
    padding-top: 12px;
    padding-bottom: 30px;
  }

  .mod-ft a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    font-size: var(--ant-font-size-md);
    background-size: cover;
  }

  .home .pro-list {
    margin: 0;
  }

  .home .pro-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }

  .home .pro-list li .wrap {
    padding: 12px 16px;
    height: 72px;
  }

  .home .pro-list li .icon {
    margin-right: 12px;
  }

  .home .pro-list li .title {
    font-size: 16px;
  }

  .home .index_02 {
    padding-bottom: 30px;
  }

  .home .index_02 .mod-summary {
    padding: var(--ant-padding-md) 0;
  }
}

.index_01 {
  background-image: url("../jpg/about-bg-2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  padding-bottom: 70px;
}

.index_01 .mod-ft {
  margin-top: 52px;
}

.index_01::after {
  background-image: url("../png/logo-cover-2.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 82%;
  height: 400px;
}

.statistic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -22px;
}

.statistic-list li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 22px;
}

.statistic-list li a {
  display: block;
}

.statistic {
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 258px;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.statistic-icon {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.3s;
}

.statistic-title {
  color: rgb(23, 56, 131);
  font-size: 18px;
  transition: all 0.3s;
}
.statistic-content {
  color: rgb(23, 56, 131);
  transition: all 0.3s;
}
.statistic-content-value {
  font-size: 40px;
  font-weight: bold;
  transition: all 0.3s;
}
.statistic-content-prefix,
.statistic-content-suffix {
  display: inline-block;
  font-size: 14px;
}

.statistic-list .item1 .statistic-icon {
  background-image: url("../png/a-icon1-3.png");
}

.statistic-list .item2 .statistic-icon {
  background-image: url("../png/a-icon2-3.png");
}

.statistic-list .item3 .statistic-icon {
  background-image: url("../png/a-icon3-3.png");
}

.statistic-list .item4 .statistic-icon {
  background-image: url("../png/a-icon4-3.png");
}

.statistic-list li:hover .statistic {
  z-index: 2;
  background: linear-gradient(180deg, rgba(47, 3, 158, 0.89), rgb(24, 66, 152) 100%);
}

.statistic-list li:hover .statistic-title,
.statistic-list li:hover .statistic-content {
  color: #fff;
}

.statistic-list .item1:hover .statistic-icon {
  background-image: url("../png/a-icon1-4.png");
}

.statistic-list .item2:hover .statistic-icon {
  background-image: url("../png/a-icon2-4.png");
}

.statistic-list .item3:hover .statistic-icon {
  background-image: url("../png/a-icon3-4.png");
}

.statistic-list .item4:hover .statistic-icon {
  background-image: url("../png/a-icon4-4.png");
}

@media only screen and (max-width: 833px) {
  .statistic-list {
    margin: 0 -10px;
  }

  .statistic-list li {
    width: 50%;
    padding: 10px;
  }

  .statistic {
    height: 160px;
  }

  .statistic-title {
    font-size: 14px;
    margin-top: 4px;
  }

  .statistic-icon {
    width: 40px;
    height: 40px;
    background-size: cover;
    margin-bottom: 10px;
  }

  .statistic-content-value {
    font-size: 20px;
  }

  .index_01 .mod-ft {
    margin-top: 10px;
  }

  .index_01 {
    padding-bottom: 30px;
  }
}
