@import "animate.min.css";
@import url("../fonts/iconfont.css");

/* Ripple Effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1),
      0 0 0 80px rgba(255, 255, 255, 0);
  }
}

::selection,
::-moz-selection,
::-webkit-selection {
  background: #1f1f1f;
  color: #fff;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  /* Required, global font size */
  width: 100%;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a {
  margin: 0;
  padding: 0;
}

/* 初始化 */
body,
div,
span,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
span,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.71428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #232830;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

:active,
:focus {
  outline: none !important;
}

select {
  max-width: 100%;
}

ul,
li {
  list-style-type: none;
}

blockquote {
  background: #fff;
  border: 1px solid #f8f8f8;
  border-left: 5px solid var(--bg-color01);
  padding: 0 1.75rem 1.25rem;
  margin-top: 1.421875rem;
  line-height: 2;
  font-size: 1rem;
}

blockquote::before {
  color: var(--bg-color01);
  content: open-quote;
  font-size: 5.25rem;
  line-height: 0.1;
  margin-right: 0.21875rem;
  vertical-align: -2.055rem;
  font-family: sans-serif;
  content: "\201C";
  /*Unicode for Left Double Quote*/
}

strong {
  font-weight: 600;
}

hr {
  margin: 1.421875rem 0;
  border-color: #f4f4f4;
}

hr.black {
  border-color: rgba(255, 255, 255, 0.1);
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

/* ======================================================
   <!-- Table -->
/* ====================================================== */
table.table-normal,
.table-normal table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}

table.table-normal th,
.table-normal table th {
  text-align: left;
}

table.table-normal td,
table.table-normal th,
.table-normal table td,
.table-normal table th {
  border: 1px solid black;
  padding: 0.2rem;
}

a {
  color: #232830;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a.link {
  text-decoration: underline;
  color: var(--bg-color01);
}

a.link:hover {
  color: var(--bg-color01);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  word-wrap: break-word;
}

.h1 {
  font-size: 3.375rem !important;
  line-height: 1.14285714286 !important;
}

.h2 {
  font-size: 22.375rem !important;
  line-height: 1.2 !important;
}

.h3 {
  font-size: 1.75rem !important;
  line-height: 1.25 !important;
}

.h4 {
  font-size: 1.25rem !important;
  line-height: 1.33333333333 !important;
}

.h5 {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.h6 {
  font-size: 0.75rem !important;
  line-height: 2 !important;
  font-weight: 600 !important;
}

.heading-space-none {
  margin: 0 !important;
  padding: 0 !important;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 2.4107142857rem;
    line-height: 1.15555556;
  }

  h2 {
    font-size: 15.6625rem;
    line-height: 1.421875;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.625;
  }

  .h1 {
    font-size: 2.4107142857rem !important;
    line-height: 1.15555556 !important;
  }

  .h2 {
    font-size: 15.6625rem !important;
    line-height: 1.421875 !important;
  }

  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.625 !important;
  }
}

@media all and (max-width: 480px) {
  h1 {
    font-size: 1.2053571429rem;
    line-height: 1.38461538462;
  }

  h2 {
    font-size: 13.425rem;
    line-height: 1.28571428571;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .h1 {
    font-size: 1.2053571429rem !important;
    line-height: 1.38461538462 !important;
  }

  .h2 {
    font-size: 13.425rem !important;
    line-height: 1.28571428571 !important;
  }

  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
  }
}

.font-normal {
  font-weight: 400 !important;
}

.font-uppercase {
  text-transform: uppercase !important;
}

.font-bold {
  font-weight: 800 !important;
}

.font-italic {
  font-style: italic !important;
}

.font-no-italic {
  font-style: normal !important;
}

.font-underline {
  text-decoration: underline !important;
}

.font-primary-color {
  color: var(--bg-color01) !important;
}

.font-sub-color {
  color: #aeaeae !important;
}

.font-white {
  color: white;
}

.font-white p,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white h5,
.font-white h6,
.font-white .h1,
.font-white .h2,
.font-white .h3,
.font-white .h4,
.font-white .h5,
.font-white .h6 {
  color: white;
}

html {
  font-size: 100px;
}
body{
  --www: 1rem;
  --interval: var(--www);
}

.ind_body {}

@media screen and (min-width: 1921px) {
  html {
    font-size: 115px;
  }
}

@media screen and (min-width: 2561px) {
  html {
    font-size: 150px;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}

@media screen and (max-width: 1500px) {
  html {
    font-size: 85px;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 75px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 70px;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 100px;
  }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
  html {
    font-size: 55px;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 70px;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 100px;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 85.33px;
  }
}

@media screen and (max-width: 591px) {
  html {
    font-size: 78.8px;
  }
}

@media screen and (max-width: 562px) {
  html {
    font-size: 74.933px;
  }
}

@media screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}

@media screen and (max-width: 521px) {
  html {
    font-size: 69.4666px;
  }
}

@media screen and (max-width: 428px) {
  html {
    font-size: 57.066px;
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media screen and (max-width: 412px) {
  html {
    font-size: 54.933px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.66px;
  }
}

/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}

/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color 0.5s;
}

/* 提示文字的激活样式 */
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

input {
  border: none;
  background-color: transparent;
  outline: none;
  font-family: Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica,
    "PingFang SC", "Hiragino Sans GB", sans-serif;
}

a {
  text-decoration: none;
}

*,
*:before,
*:after {
  max-height: 100000px;
}

/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div {
  -webkit-appearance: none;
}

/* href_hover */
.hoverable .hoverable_txt {
  position: relative;
  display: inline-block;
}

.hoverable .hoverable_txt:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 0;
}

.hoverable:hover .hoverable_txt:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.single {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.double {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  work-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.morels {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  work-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.triangle {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  /*上右下左  哪里需要就在哪里设置颜色*/
  border-style: dashed dashed solid dashed;
  /**上右下左  哪里小哪里就设置solid**/
}

img[src=""],
img:not([src]) {
  opacity: 0;
  display: none;
}

.flex {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.brd-radius-20 {
  border-radius: 20px;
}
.inright{
  text-align: right;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: auto;
  overflow-x: hidden;
}

/*redefine global*/
:root {
  --bg-color01: rgba(72, 116, 203, 1);
  --bg-white: #fff;
  --bg-black: #000;
  --text-color-white: #ffffff;
  --text-color-black: #000;
  --text-color-grey: #666;
  --text-color-999: #999;
  --ease: cubic-bezier(.25, .74, .22, .99);
  /* --ease1: cubic-bezier(.39, .575, .565, 1);
  --ease2: cubic-bezier(.4, 0, .2, 1);
  --picEase: cubic-bezier(.76, 0, .24, 1); */
}

@media screen and (orientation: landscape) {

  *::-webkit-scrollbar,
  *::-webkit-scrollbar {
    width: 4px;
    border-radius: 1.5px;
  }

  *::-webkit-scrollbar-button,
  *::-webkit-scrollbar-button {
    display: none;
  }

  *::-webkit-scrollbar-track,
  *::-webkit-scrollbar-track {
    background-color: #eee;
  }

  *::-webkit-scrollbar-thumb,
  *::-webkit-scrollbar-thumb {
    background-color: var(--bg-color01);
    border-radius: 4px;
  }

  *::-webkit-scrollbar:horizontal {
    height: 4px;
  }
}

/*@font-face {*/
/*  font-family: "OPPOSansRegular";*/
/*  src: url("../fonts/OPPOSansRegular.otf");*/
/*}*/

/*@font-face {*/
/*  font-family: "OPPOSans-B";*/
/*  src: url("../fonts/OPPOSans-B.ttf");*/
/*}*/

/*@font-face {*/
/*  font-family: "HarmonyOS Sans SC";*/
/*  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");*/
/*}*/

/*@font-face {*/
/*  font-family: "Alimamashuheiti";*/
/*  src: url("../fonts/Alimamashuheiti.woff");*/
/*  src: url("../fonts/Alimamashuheiti.woff2");*/
/*}*/

/*@font-face {*/
/*  font-family: "AlimamaShuHeiTi_Bold";*/
/*  src: url("../fonts/AlimamaShuHeiTi-Bold.ttf");*/
/*}*/

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2") format("woff2"),
    url("../fonts/iconfont.woff") format("woff"),
    url("../fonts/iconfont.ttf") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 1659px) {
  .container {
    /*padding-left: 0.33rem;*/
    /*padding-right: 0.33rem;*/
    /*max-width: 16rem;*/
  }
}

@media (max-width: 1259px) {
  .container {
    /*padding-left: 0.3rem;*/
    /*padding-right: 0.3rem;*/
    /*max-width: 100%;*/
    /*margin: 0;*/
  }
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

pre {
  font-family: "NotoSansHans";
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*header*/
.header_top {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  /* -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px); */
  transition: 0.65s;
}

.header:hover,
.header.scroll {}

.header .header__nav__container {
  padding: 0 .6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  position: relative;
  width: 1.36rem;
}

.header__logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.header__logo a img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: ease 0.5s;
}

.header__logo img:nth-child(2) {
  opacity: 1;
}

.menubtn {
  padding-top: 39px;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  transition: 0.4s;
  cursor: pointer;
  display: none;
}

.menubtn span {
  margin: auto;
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  transition: 0.45s;
}

.menubtn span:after,
.menubtn span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 2px;
  left: 0;
  background-color: #fff;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  transition: background 0.3s 0s;
}

.menubtn span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menubtn span:after {
  left: auto;
  right: 0;
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.menubtn.active span {
  transform: rotate(90deg);
}

.header:hover .menubtn span,
.header:hover .menubtn span::before,
.header:hover .menubtn span::after {
  /* background: #fff; */
}

.header__rights {
  display: flex;
  justify-content: space-between;
}

.header__navs {
  margin: 0 auto;
  padding: 0 0.3rem;
  width: 69.64vw;
  background: url(../images/nav-bg.png) no-repeat center 0;
  background-size: 100% auto;
}

.navs {
  padding: 0 .3rem 0 0;
  width: 85%;
  display: flex;
  justify-content: space-between;
}

.navs>li {
  float: left;
  position: relative;
}

.navs>li>a {
  padding: 0 .1rem;
  display: block;
  color: #333;
  line-height: 0.72rem;
  font-size: .18rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s;
  position: relative;
  text-align: center;
  z-index: 4;
}

.header:hover .navs>li>a {}

#header::before {
  content: "";
  width: 100vw;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.navs>li>.submenu {
  position: absolute;
  top: 110%;
  left: 50%;
  width: auto;
  font-size: 0.14rem;
  background: rgba(255, 255, 255, 1);
  padding: .1rem 0;
  border-radius: .1rem;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  box-shadow: 0 .1rem .4rem -4px #1731621f;
  -webkit-transition: opacity .7s var(--ease);
  transition: opacity .7s var(--ease);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.navs>li>.submenu::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-color: transparent transparent #fff transparent;
  border-width: .1rem;
  top: -.18rem;
  border-style: solid;
}

.navs>li>.submenu a {
  font-size: inherit;
  text-align: center;
  display: block;
  color: #333;
  line-height: 1.2;
  padding: .08rem .2rem;
  white-space: nowrap;
  -webkit-transition: opacity .7s var(--ease), color .3s var(--ease), -webkit-transform .7s var(--ease);
  transition: opacity .7s var(--ease), color .3s var(--ease), -webkit-transform .7s var(--ease);
  transition: opacity .7s var(--ease), transform .7s var(--ease), color .3s var(--ease);
  transition: opacity .7s var(--ease), transform .7s var(--ease), color .3s var(--ease), -webkit-transform .7s var(--ease);
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.navs>li>.submenu a:last-child {
  border-bottom: 0;
}

.navs>li>.submenu a:hover {
  color: var(--bg-color01);
}

.navs>li>.submenu a:hover:after {
  right: 15px;
  visibility: visible;
}

.navs>li:hover .submenu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.navs>li:hover .submenu a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}

#header.header-sticky {
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  /* transform: translate(0, -30%); */
}

#header.header-sticky::before {
  height: 1rem;
}

#header.header-sticky::after {}

.header.header-sticky .header__nav__container {
  /*margin: 0 1rem;*/
  /*padding: 0;*/
}

#header.header-sticky .header__logo a img:nth-child(1) {
  opacity: 1;
}

#header.header-sticky .header__logo a img:nth-child(2) {
  opacity: 0;
}

#header.header-sticky .navs>li>a {
  line-height: 1rem;
  color: #333;
}

#header.header-sticky .navs>li.active>a,
#header.header-sticky .navs>li:hover>a {
  /* color: #fff; */
}

/* header operation */
.header .operation {
  padding-right: .5rem;
  align-items: center;
  position: relative;
}

/* .header .operation::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.9rem;
  border-left: 1px solid #fff;
  transition: all .5s;
} */

.header.play .operation::after {
  height: 0;
}

.operation ._item {
  padding: 0 0.1rem;
  color: #333;
  cursor: pointer;
  position: relative;
  align-items: center;
  gap: 8px;
}

.operation ._item ._itemBtn {
  align-items: center;
}

.operation i {
  font-size: .24rem;
  line-height: 1;
}

/* 多语言 */
.header__lang .language {
  padding: .1rem 0;
  background-color: #fff;
  position: absolute;
  top: 180%;
  left: 50%;
  border-radius: .1rem;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.header__lang .language .language_item {
  padding:0 0.1rem;
}

.header__lang .language .language_item a {
  font-size: .14rem;
  line-height: 1.8;
  white-space: nowrap;
  color: #333;
  transition: all 0.3s ease;
}

.header__lang .language .language_item:first-child a:after {
  /*content: "";*/
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 1px;*/
  /*background-color: #eee;*/
}

.header__lang .language:after {
  content: "";
  position: absolute;
  top: -0.04rem;
  left: 50%;
  width: 0;
  height: 0px;
  margin-left: -0.05rem;
  border-style: solid;
  border-width: 0.05rem;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(153, 153, 153, 0.1);
  -webkit-box-shadow: 2px -2px 2px rgba(153, 153, 153, 0.1);
}

.operation ._item.header__lang:hover .language {
  top: 286%;
  opacity: 1;
  visibility: visible;
}

/* 登录会员下拉：点击展开，退出在菜单内（不直接跳个人中心） */
.header__user {
  position: relative;
  cursor: pointer;
}
.header__user-toggle {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  gap: 8px;
  padding: 0;
  align-items: center;
}
.header__user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #e8e8e8;
}
.header__user .header__user-name {
  max-width: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
  color: inherit;
}
.header__user-caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.header__user.is-open .header__user-caret {
  transform: rotate(180deg);
}
.header__user .user-menu {
  padding: 8px 0;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  left: auto;
  min-width: 168px;
  border: 1px solid #eee;
  border-radius: 4px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: all 0.2s ease;
  z-index: 1000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.header__user .user-menu:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 18px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  transform: rotate(45deg);
}
.header__user .user-menu__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  color: #333;
  padding: 10px 16px;
  transition: background 0.2s ease, color 0.2s ease;
  text-decoration: none;
}
.header__user .user-menu__item i {
  font-size: 16px;
  line-height: 1;
  color: #666;
}
.header__user .user-menu__item:hover {
  background: #f7f8fa;
  color: var(--bg-color01, #153d8c);
}
.header__user .user-menu__item:hover i {
  color: var(--bg-color01, #153d8c);
}
.header__user .user-menu__divider {
  height: 1px;
  margin: 6px 0;
  background: #eee;
}
.header__user .user-menu__logout {
  justify-content: center;
  color: #666;
}
.header__user.is-open .user-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
#header.header-sticky .header__user-toggle {
  color: #333;
}

/* 当前语言显示（按钮上的国旗+语种名称） */
.header__lang ._itemBtn {
  gap: 6px;
}
.header__lang ._itemBtn .lang-current {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
.header__lang ._itemBtn .lang-current-flag {
  font-size: .16rem;
  line-height: 1;
  display: inline-block;
}
.header__lang ._itemBtn .lang-current-name {
  line-height: 1.4;
  white-space: nowrap;
}

/* 下拉列表中的国旗 */
.header__lang .language .language_item .flag-icon {
  display: inline-block;
  font-size: .15rem;
  line-height: 1;
  margin-right: 4px;
  vertical-align: middle;
}

/* 下拉列表中当前选中语种高亮 */
.header__lang .language .language_item.is-active a {
  color: var(--bg-color01, #153d8c);
  font-weight: 600;
}
.header__lang .language .language_item a:hover {
  color: var(--bg-color01, #153d8c);
}

.operation .header__consult i {
  font-size: .24rem;
}

#header.header-sticky .operation ._item {
  color: rgba(27, 28, 32, 1);
}


/* 搜索框弹出层 */
.mobile_search {
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 1.2rem;
  left: 0;
  padding: 0.7rem 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mobile_search.active {
  opacity: 1;
  visibility: inherit;
}

.mobile_search .close {
  position: absolute;
  right: 1.6rem;
  top: 0.15rem;
  font-weight: bold;
  cursor: pointer;
}

.mobile_search .close i {
  font-size: 0.24rem;
  display: inline-block;
  transition: 0.4s;
  color: #999;
}

.mobile_search .close:hover i {
  transform: rotate(180deg);
  color: var(--bg-color01);
}

.mobile_search form,
.header__search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: min(8rem, 90%);
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 30px;
}

.mobile_search .input,
.header__search .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mobile_search .input input,
.header__search .input input {
  width: 100%;
  border: none;
  min-height: 60px;
  padding-left: 20px;
  background: none;
  color: #333;
}

.mobile_search .label .btn,
.header__search .label .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 100%;
  border-radius: 30px;
  background: var(--bg-color01);
  cursor: pointer;
}

.header__search form {
  padding: 0.03rem .1rem;
  width: 1.62rem;
  flex-flow: row-reverse;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, 1);
}

.header__search .input input {
  padding-left: 0;
  min-height: .4rem;
  color: #fff;
}

.header__search .input input::placeholder {
  color: #fff;
}

.header__search .label {
  width: .4rem;
  display: flex;
  align-items: center;
}

.header__search .label .btn {
  background: transparent;
}

.header__search .label .btn svg {
  width: 20px;
  height: 20px;
}

#header.header-sticky .header__search form {
  border-color: #333;
}

#header.header-sticky .header__search .label .btn svg path {
  fill: #333;
}

#header.header-sticky .header__search .input input {
  color: #333;
}

#header.header-sticky .header__search .input input::placeholder {
  color: #333;
}

/*mobile nav*/
.m-nav {
  position: fixed;
  top: 0;
  /*box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);*/
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 0;
  opacity: 0;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  /*    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;*/
  top: 0;
  transform: translateX(100%);
}

.m-nav a {
  outline: none;
}

.m-nav.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1000;
}

.m-nav .top {
  height: 60px;
  padding: 20px;
  box-sizing: border-box;
}

.m-nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}

.m-nav .logo {
  width: 100%;
  margin: 0 auto;
}

.m-nav .logo img {
  width: 28%;
  display: block;
  margin: 0 auto;
}

.m-nav .ul {
  margin-top: 20px;
}

.m-nav .ul li {
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  opacity: 0;
}

.m-nav.active .ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.m-nav .ul li:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(2) {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(3) {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(4) {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(7) {
  -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(8) {
  -webkit-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  position: relative;
}

.m-nav .ul li a.active {
  font-weight: 800;
  color: #1b2c43;
}

.m-nav .ul li.dropdown a.dropdown-title::before,
.m-nav .ul li.dropdown a.dropdown-title::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.5);
  right: 10px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.m-nav .ul li.dropdown a.dropdown-title::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-nav .ul li.dropdown a.dropdown-title.active::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.m-nav .ul li a i {
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.m-nav .ul li .dropdown_menu {
  display: none;
}

.m-nav .ul li.dropdown.active .dropdown_menu {
  display: block;
}

.m-nav .ul li .dropdown_menu a {
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}

.m-nav .ul li .dropdown_menu a:last-child {
  border: none;
}

.m-nav-tel,
.m-nav-mail {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}

.m-nav-tel a {
  font-weight: 800;
}

.m-nav-link {
  text-align: center;
  margin-top: 18px;
}

.m-nav-link a {
  display: inline-block;
  padding: 5px 25px;
  color: #fff;
  cursor: default;
  background: #00598e;
  font-size: 14px;
  line-height: 2;
}

/*main*/
#main {
  position: relative;
  z-index: 50;
}

/*banner*/
.banner {
  margin: 0 .3rem;
  height: calc(100vh - .48rem);
  overflow: hidden;
  position: relative;
}

.swiper-banner {
  height: 100%;
}

.swiper-banner ._bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: .2rem;
  left: 0;
  top: 0;
  z-index: -1;
}

.swiper-banner ._bg>img,
.swiper-banner ._bg>video {
  border-radius: .2rem;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transform: scale(1.12);
  transition: transform 3s ease-in-out; */
}

.swiper-banner ._bg::before {
  content: "";
  background: linear-gradient(91.88deg, rgba(16, 16, 16, 1) 0%, rgba(16, 16, 16, 0) 100%);
  border-radius: .2rem;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 1;
}

.swiper-banner ._bg::after {
  /* content: "";
  width: 2.7rem;
  height: 1.86rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0; */
}

.swiper-banner .swiper-slide.active ._bg>img {
  transform: none;
}


.banner-text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50%;
  /* pointer-events: none; */
  z-index: 3;
}

.banner-text .heading-text {
  max-width: 52%;
  color: #fff;
  z-index: -1;
  opacity: 0;
  transform: translateY(0) scale(0);
  display: inline-block;
}

.banner-text .heading-text ._wel {
  margin-bottom: 8px;
  gap: 5px;
  align-items: center;
}

.banner-text .heading-text ._cn {
  margin-bottom: .3rem;
  font-size: .56rem;
  line-height: 1.2;
  text-transform: capitalize;
  white-space: pre-line;
}

.banner-text .heading-text ._en {
  font-size: .18rem;
  text-transform: uppercase;
}

._moreBtn {
  margin-top: .3rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(255, 255, 255, .3);
  /* border: 1px solid var(--bg-color01); */
  height: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .1rem 0 .2rem;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
}

._moreBtn.style2 {
  background-color: var(--bg-color01);
}

._moreBtn.style3 {
  background-color: #fff;
}

._moreBtn.style4 {
  border: 1px solid rgba(84, 96, 112, 1);
  background-color: #fff;
}

._moreBtn span {
  font-size: .14rem;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  flex: 1;
  display: block;
  overflow: hidden;
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  transition: 0.4s;
}

._moreBtn.style3 span {
  color: rgba(0, 0, 0, 1);
}

._moreBtn.style4 span {
  color: rgba(84, 96, 112, 1);
}

._moreBtn ._btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: 0.26rem;
  position: relative;
   overflow: hidden; 
}

._moreBtn ._btn::after {
  content: '';
  background-color: var(--bg-color01);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  z-index: 0;
}

._moreBtn.style2 ._btn::after {
  background-color: #fff;
}

._moreBtn.style3 ._btn::after {
  background-color: rgba(21, 29, 42, 1);
}

._moreBtn.style4 ._btn::after {
  background-color: rgba(84, 96, 112, 1);
}

._moreBtn ._btn div {
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 2;
  width: 100%;
  width: 200%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

._moreBtn ._btn div p {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._moreBtn ._btn div p i {
  margin: auto;
  color: #fff;
  font-size: 12px;
  transition: 0.4s;
  transform: rotate(-45deg);
}

._moreBtn.style2 ._btn div p i {
  color: var(--bg-color01);
}


._moreBtn ._btn div .p1 i {
  color: transparent;
}

._moreBtn:hover ._btn::after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

._moreBtn:hover ._btn div {
  left: 0;
}

._moreBtn:hover ._btn div .p1 i {
  color: #fff;
  transform: rotate(0deg);
}

._moreBtn.style2:hover ._btn div .p1 i {
  color: var(--bg-color01);
  transform: rotate(0deg);
}

._moreBtn:hover ._btn div .p2 i {
  color: transparent;
}

.banner-text.play .heading-text {
  animation: animate-banner-text 1.12s forwards ease;
}

@keyframes animate-banner-text {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateY(55%) scale(1);
  }
}

.pagination-box {
  margin: 0;
  padding-right: .3rem;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: .5rem;
  transform: translateX(-50%);
  z-index: 2;
}

/* .pagination-box .swiper-pagination {
  width: auto;
  font-size: 0;
  position: absolute;
  left: auto;
  right: 0;
  bottom: auto;
} */
._numBtn {
  align-items: center;
  gap: .2rem;
}

._numBtn div {
  width: .6rem;
  height: .6rem;
  background-color: var(--bg-color01);
  border: 1px solid var(--bg-color01);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

._numBtn i {
  font-size: .16rem;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}

._numBtn .swiper-button-disabled {
  border-color: #fff;
  background-color: transparent;
  cursor: not-allowed;
}

._numBtn .swiper-button-disabled i {
  cursor: not-allowed;
}


.incenter {
  text-align: center;
}

.img-box {
  overflow: hidden;
}

.img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.img-box:hover img {
  transform: scale(1.1);
}

._bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.indexTitle1 {
  margin-bottom: .6rem;
}

.indexTitle1 ._subTitle {
  margin-bottom: 10px;
  color: rgba(62, 58, 57, 1);
  font-size: 0.16rem;
  line-height: 1.2;
  letter-spacing: 2px;
  align-items: center;
  flex-flow: row;
  gap: .1rem;
  position: relative;
  z-index: 1;
}

.indexTitle1 ._subTitle::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: rgba(62, 58, 57, 1);
  border-radius: 100%;
  z-index: 0;
}

.indexTitle1 ._fTitle {
  font-size: .28rem;
  color: rgba(29, 36, 50, 1);
  line-height: 2;
}

.indexTitle1 ._fTitle span {
  color: var(--bg-color01);
}

.indexTitle1 ._slogan {
  font-size: .36rem;
  color: rgba(0, 0, 0, 1);
  line-height: 1.4;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}

.indexTitle1.style2 ._subTitle,
.indexTitle1.style2 ._slogan {
  color: #fff;
}

.indexTitle1.style2 ._slogan {
  font-weight: bold;
}

.indexTitle1.style2 ._subTitle::before {
  background-color: #fff;
}

/* about */
.about {
  padding: 1rem 0 1.3rem;
  position: relative;
  overflow: hidden;
}

.section_top {
  justify-content: space-between;
  align-items: center;
}

.about-desc {
  max-width: 7.4rem;
  font-size: .17rem;
  line-height: 1.6;
  color: rgba(84, 96, 112, 1);
}

.about-images .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-digital {
  margin-top: .8rem;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.8rem;
  z-index: 1;
}

.about-digital .digital-item {
  position: relative
}

.about-digital .digital-item .item-header {
  margin-bottom: .05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  font-size: .56rem;
  font-weight: bold;
  color: rgba(20, 30, 42, 1);
  line-height: 1;
  margin-top: .05rem;
  z-index: 2;
  position: relative
}

.about-digital .digital-item .item-header span {
  line-height: 1
}

.about-digital .digital-item .item-header i {
  font-size: .24rem;
  width: .3rem;
  height: .3rem;
  font-weight: normal;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-digital .digital-item .item-title {
  margin-bottom: .1rem;
  font-size: .18rem;
  color: rgba(21, 29, 42, 1);
  line-height: 2;
}

.about-digital .digital-item .item-desc {
  font-size: .15rem;
  line-height: 1.7;
  color: rgba(84, 96, 112, 1);
}

/* home business */
.business {
  padding: .8rem 0 1.3rem;
  background-color: rgba(244, 249, 255, 1);
  position: relative;
  overflow: hidden;
}

.business .section_top {
  gap: .6rem;
}
.business .section_top .indexTitle1{
    max-width: 6.8rem;
}

.business .section_top .about-desc {
  margin-left: auto;
  max-width: 5.5rem;
}

/* 业务展示网格 */
.business-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .4rem;
  align-items: flex-start;
}

/* 业务卡片样式 */
.business-card {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.business-card:nth-child(even) {
  margin-top: 1.2rem;
}

/* 业务图片容器 */
.business-img {
  flex: 1;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  /*min-height: 4.62rem;*/
}

.business-img img {
  max-width: 100%;
  object-fit: contain;
}

/* 业务标签区域 */
.business-tags {
  padding: .15rem 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  background-color: #fff;
  color: rgba(21, 29, 42, 1);
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 15px;
}

/* 业务名称区域 */
.business-name {
  padding-right: .6rem;
  font-size: .24rem;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
}

/* 卡片右下角标记 */
.card-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: rotate(-135deg);
  font-size: .16rem;
  font-weight: 500;
}

/* 不同卡片的标记颜色 */
.badge-black {
  background-color: rgba(21, 29, 42, 1);
  transition: all .3s ease-in-out;
}

.business-card:hover .badge-black {
  background-color: var(--bg-color01);
  transform: rotate(-90deg);
}

/* 首页产品：标题旁水平「Details」按钮（不再使用旋转箭头样式） */
.business-grid .business-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 0;
}
.business-grid .business-foot .business-name {
  padding-right: 0;
  flex: 1;
  min-width: 0;
}
.business-grid .product-detail-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 20px;
  background-color: rgba(21, 29, 42, 1);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0.02em;
  transition: background-color 0.3s ease;
  -webkit-transform: none;
  transform: none;
}
.business-grid .business-card:hover .product-detail-btn {
  background-color: var(--bg-color01, #153d8c);
  -webkit-transform: none;
  transform: none;
}

/* 响应式适配 */
@media (max-width: 992px) {
  .business-img {
    min-height: 250px;
  }
}

@media (max-width: 768px) {
  .business-img {
    min-height: 200px;
  }
}

@media (max-width: 480px) {
  .business-grid {
    grid-template-columns: 1fr;
  }
}

/* 技术与创新 */
.innovation {
  margin: .5rem .3rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.innovation ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(21, 29, 42, 0.6);
  border-radius: .2rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.innovation-content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.innovation-content .indexTitle1 {
  margin-bottom: .3rem;
}


/* Service Network服务网络 */
.service {
  background-color: rgba(245, 245, 245, 1);
  position: relative;
  overflow: hidden;
}

.service .bg {
  /*pointer-events: none;*/
  position: relative;
  z-index: 2;
}

.service .bg .map {
  width: 13.8rem;
  position: absolute;
  right: -0.94rem;
  top: 0.5rem;
}

.service .bg .map>img {
  width: 100%;
}

.alanUpEl {
  -webkit-transition: opacity .5s var(--ease), color .3s var(--ease), background-color 1s var(--ease), border-color .8s var(--ease), -webkit-transform .6s var(--ease);
  transition: opacity .5s var(--ease), color .3s var(--ease), background-color 1s var(--ease), border-color .8s var(--ease), -webkit-transform .6s var(--ease);
  transition: opacity .5s var(--ease), transform 1.2s var(--ease), color .3s var(--ease), background-color 1s var(--ease), border-color .8s var(--ease);
  transition: opacity .5s var(--ease), transform 1.2s var(--ease), color .3s var(--ease), background-color 1s var(--ease), border-color .8s var(--ease), -webkit-transform .6s var(--ease);
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: translate3d(0, .2rem, 0);
  transform: translate3d(0, .2rem, 0)
}

.alanUpEl:nth-child(1) {
  -webkit-transform: translate3d(0, .2rem, 0);
  transform: translate3d(0, .2rem, 0);
  -webkit-transition-delay: .03s;
  transition-delay: .03s;
}

.alanUpEl.go {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}

.service .bg .map .start {
  position: absolute;
  width: 100%;
  height: 10vw;
  pointer-events: none;
  top: 45%;
}

.service .bg .map .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 2.4s var(--ease);
  transition: opacity 2.4s var(--ease);
}

.service .bg .map .txt .route-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}

.service .bg .map .txt .route-line-draw {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18 14;
  filter: url(#routeDashShadow);
  -webkit-filter: url(#routeDashShadow);
}

.service .bg .map .txt .route-line-mask {
  fill: none;
  stroke: #fff;
  stroke-width: 36;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service .bg .map .txt .step{
  color: rgba(21, 61, 140, 1);
  flex-flow: column;
  align-items: center;
  gap: 5px;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(.4);
  transform: scale(.4);
  -webkit-transition: opacity .45s var(--ease), -webkit-transform .55s var(--ease);
  transition: opacity .45s var(--ease), transform .55s var(--ease);
  cursor: pointer;
}
.service .bg .map .txt .step i{
  font-size: .36rem;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.service .bg .map .txt .step span{
  font-size: .2rem;
  font-weight: bold;
}
.service .bg .map .txt .step i::after{
  content: "\e65e";
  font-family: "iconfont";
  font-size: .375rem;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.service .bg .map .txt .step:hover {
      z-index: 30;
    }

    .service .bg .map .txt .step .step-tips {
      position: absolute;
      top: calc(100% + .1rem);
      left: 50%;
      width: max-content;
      max-width: 2.4rem;
      background: #fff;
      border-radius: .1rem;
      box-shadow: 0 .08rem .3rem rgba(21, 61, 140, .18);
      padding: .12rem .14rem;
      text-align: left;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translate(-50%, .08rem);
      transform: translate(-50%, .08rem);
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      pointer-events: none;
      z-index: 30;
    }

    /* 顶部小箭头 */
    .service .bg .map .txt .step .step-tips::before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      border: .06rem solid transparent;
      border-bottom-color: #fff;
    }

    /* 透明桥接区，防止鼠标移向弹层时中断 hover */
    .service .bg .map .txt .step .step-tips::after {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      height: .12rem;
    }

    .service .bg .map .txt .step:hover .step-tips {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      pointer-events: auto;
    }

    .service .bg .map .txt .step .step-tips ._tipsTitle {
      font-size: .14rem;
      font-weight: bold;
      color: #153d8c;
      margin-bottom: .08rem;
      white-space: nowrap;
    }

    .service .bg .map .txt .step .step-tips ._tipsList {
      display: flex;
      flex-wrap: wrap;
      gap: .06rem;
    }

    .service .bg .map .txt .step .step-tips ._tipsList span {
      font-size: .13rem;
      font-weight: normal;
      line-height: 1.6;
      color: #153d8c;
      background: rgba(21, 61, 140, .08);
      border-radius: 999px;
      padding: .03rem .1rem;
      white-space: nowrap;
    }
.service .bg .map .txt .step.step-1{
  flex-flow: row-reverse;
  left: 13%;
  top: 16%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.service .bg .map .txt .step.step-2{
  flex-flow: row-reverse;
  left: 35%;
  top: 27%;
  -webkit-transition-delay: .94s;
  transition-delay: .94s;
}
.service .bg .map .txt .step.step-3{
  flex-flow: row-reverse;
  right: 21%;
  top: 24%;
  -webkit-transition-delay: 2.36s;
  transition-delay: 2.36s;
}
.service .bg .map .txt .step.step-4{
  flex-flow: row;
  left: 48%;
  bottom: 30%;
  -webkit-transition-delay: 2.92s;
  transition-delay: 2.92s;
}
.service .bg .map .txt .step.step-5{
  right: 8%;
  bottom: 32%;
  -webkit-transition-delay: 3.61s;
  transition-delay: 3.61s;
}
.service .bg .map .txt .step.step-6{
  flex-flow: row-reverse;
  left: 15%;
  top: 46%;
}

.service .bg .map .txt img.step {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(.4);
  transform: scale(.4);
  -webkit-transition: opacity .45s var(--ease), -webkit-transform .55s var(--ease);
  transition: opacity .45s var(--ease), transform .55s var(--ease);
}

.service .bg .map .txt .step-1 {
  -webkit-transform-origin: 90% 59.2%;
  transform-origin: 90% 59.2%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.service .bg .map .txt .step-2 {
  -webkit-transform-origin: 75.9% 25.1%;
  transform-origin: 75.9% 25.1%;
  -webkit-transition-delay: .94s;
  transition-delay: .94s;
}

.service .bg .map .txt .step-3 {
  -webkit-transform-origin: 37.5% 30.7%;
  transform-origin: 37.5% 30.7%;
  -webkit-transition-delay: 2.36s;
  transition-delay: 2.36s;
}

.service .bg .map .txt .step-4 {
  -webkit-transform-origin: 24.9% 20.1%;
  transform-origin: 24.9% 20.1%;
  -webkit-transition-delay: 2.92s;
  transition-delay: 2.92s;
}

.service .bg .map .txt .step-5 {
  -webkit-transform-origin: 16.15% 49.03%;
  transform-origin: 16.15% 49.03%;
  -webkit-transition-delay: 3.61s;
  transition-delay: 3.61s;
}

.service .bg .map .txt .step-6 {
  -webkit-transform-origin: 54.55% 62.41%;
  transform-origin: 54.55% 62.41%;
}
.service .bg .map .txt .txtImg {
  -webkit-clip-path: inset(0 0 0 0% round 0);
  clip-path: inset(0 0 0 0% round 0);
  -webkit-transition: all 6s var(--ease);
  transition: all 6s var(--ease);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}

.service .bg .map .start.go+.txt .step {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*.service .bg .map .start.go+.txt .txtImg {*/
/*  -webkit-clip-path: inset(0 0 0 100% round 0);*/
/*  clip-path: inset(0 0 0 100% round 0);*/
/*}*/

.service-content .indexTitle1 ._slogan{
    max-width: 7rem;
}
.service-content {
  padding-top: 1.6rem;
  padding-bottom: 0.6rem;
  position: relative;
}

.service-content ._btns {
  margin-bottom: 2rem;
  flex-flow: column;
  align-items: flex-start;
}

._mapNum {
  text-align: center;
  font-size: .16rem;
  line-height: 1.6;
  color: rgba(21, 29, 42, 1);
  position: absolute;
  bottom: 0.5rem;
  right: 1.94rem;
}

.partnerList {
  position: relative;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
}

.partnerline {
  width: 100%;
  height: 100px;
  overflow: hidden;
  z-index: 1;
}

.partnerList ul li {
  padding: 0 12px;
}

.partnerList ul li div {
  height: 1rem;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid rgba(21, 29, 42, 0.2);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnerList ul li:not(:last-child) {}

.partnerList ul li img {
  width: 68% !important;
  height: calc(100% - .5rem) !important;
  object-fit: contain;
  transition: all 0.5s;
}

/* MORE HKW */
.moreHKW {
  padding-top: 1.3rem;
  padding-bottom: 1.2rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.moreHKW .indexTitle1{
  max-width: 6.8rem;
}
.moreHKW .about-desc {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  max-width: 5rem;
}

.links-grid {
  align-items: flex-start;
}

.links-grid .business-card:nth-child(even) {
  margin-top: 0;
}

.links-grid .business-img {
  min-height: unset;
  align-items: flex-start;
  background-color: transparent;
}

.links-grid .business-tags {
  padding-top: .3rem;
}

.links-grid .tag {
  padding: 0;
}

.links-grid .business-name {
  padding-right: .8rem;
}


/* consult */
.consult {
  margin: .2rem .3rem 0;
  padding: 1.4rem 0.3rem;
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
}

.consult ._bg {
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: -1;
}

.consult ._bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.consult ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(21, 29, 42, 0.3) 0%, rgba(21, 29, 42, 1) 100%);
  border-radius: 20px 20px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.consult ._cont {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

.consult ._cont ._title {
  font-size: 0.68rem;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
}


/* page*/
.page_body {
  position: relative;
}

.page_body::before {
  content: "";
  width: 100%;
  height: 6.8rem;
  background: linear-gradient(180deg, rgba(232, 233, 235, 1) 0%, rgba(232, 233, 235, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.page_body .header_top {
  margin: 0 .5rem .4rem;
  width: auto;
}

.page_body .header_top::after {
  right: -0.15rem;
}

.page_body .header {
}

.page_body .header .header__nav__container {
  margin: 0 1.3rem;
  padding: 0 0.4rem;
  background-color: #fff;
  border-radius: 0 0 .24rem .24rem;
  position: relative;
}

.page_body .header .header__nav__container::before,
.page_body .header .header__nav__container::after {
  content: "";
  width: 0.3rem;
  height: 0.16rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  visibility: visible;
  z-index: -1;
}

.page_body .header .header__nav__container::before {
  background-image: url(../images/ibg1.png);
  left: -0.3rem;
}

.page_body .header .header__nav__container::after {
  background-image: url(../images/ibg2.png);
  right: -0.3rem;
}
.page_body .header__logo {
  width: 1.32rem;
}

.page_body .header__logo a img {
  opacity: 1;
}

.page_body .header__logo img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.page_body .header__navs {
  margin: 0;
  background: none;
}

.page_body .header .operation {
  padding-right: 0;
}

.page_body .header__rights {
  display: none;
}

.page_body .header__rights .header__search {
  display: none;
}

.page_body .header.header-sticky .header__nav__container {
  margin: 0 1rem;
  padding: 0;
}
.page_body .header.header-sticky .header__nav__container::before,
.page_body .header.header-sticky .header__nav__container::after {
  opacity: 0;
  visibility: hidden;
}

.page-main{
  padding-top: 0.16rem;
}
.subbanner {
  margin: 0 .3rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
}

.subbanner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(16, 16, 16, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.subbanner .bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subbanner ._info {
  margin: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
}

.subbanner ._info ._title {
  line-height: 1;
}

.subbanner.on .bg {
  transform: none;
  pointer-events: none;
}

.subbanner ._info ._title .cn {
  margin-bottom: .1rem;
  font-size: 0.44rem;
  line-height: 1.25;
  font-weight: 600;
  text-transform: capitalize;
}

.subbanner ._info ._title .en {
  font-size: 0.56rem;
  font-weight: 900;
  color: rgba(255, 255, 255, .2);
  text-transform: uppercase;
}

._crumbNav {
  font-size: .16rem;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

._crumbNav a {
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

._crumbNav span {
  font-size: .12rem;
  color: #fff;
  opacity: 0.8;
}
/* page sub menu */
.below {
  margin-top: -0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
}

.below::before {
  content: "";
  width: 100%;
  height: 0.8rem;
  background-image: linear-gradient(-180deg, transparent 13%, rgba(0, 0, 0, .65) 97%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
}

.below .below_l {
  padding-left: 6.25vw;
}

.below .below_l .flex {
  align-items: center;
}

.below .below_l ._index {
  padding-right: 0.2rem;
  height: 1.8em;
  position: relative;
}

.below .below_l ._index i {
  font-size: 0.36rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.below .below_l ._superior {
  padding-right: 2.604166666666667vw;
  transition: background-color 0.3s ease;
}

.below .below_l ._superior span {
  text-align: center;
  padding: 0 5.208333333333334vw;
}

.below .below_r {
  padding-right: calc(0.7rem + 8px);
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.slidenav {
  text-align: center;
  margin: 0;
}

.slidenav .swiper-slide {
  /* padding-left: .3rem; */
  width: auto;
}

.slidenav ._item>a {
  display: block;
  overflow: hidden;
  padding: 0;
  perspective: 100vh;
  height: 1.8em;
  font-size: .18rem;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  transition: color 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  position: relative;
}

.slidenav ._item>a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0.2rem;
  border-left: 1px solid #fff;
  font-size: .16rem;
  color: #fff;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(26deg);
}

.slidenav .swiper-slide:last-of-type ._item>a:after {
  display: none;
}

.slidenav ._item>a span {
  padding: 0 .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  visibility: visible;
}

.slidenav ._item>a span+span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 33.333333333%, 1px) rotateX(-90deg);
  opacity: 0;
}

.slidenav .swiper-slide.active ._item>a,
.slidenav .swiper-slide:hover ._item>a {
  color: #fff;
  font-weight: bold;
}

.slidenav .swiper-slide.active ._item>a span,
.slidenav .swiper-slide:hover ._item>a span {
  transform-style: preserve-3d;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, -66%, 1px) rotateX(90deg);
}

.slidenav .swiper-slide.active ._item>a span+span,
.slidenav .swiper-slide:hover ._item>a span+span {
  transform: none;
  opacity: 1;
}

.below .below_r .slidenav_next {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.7rem;
  z-index: 5;
  display: none;
}

.below .below_r .slidenav_next>a {
  display: block;
  font-size: .22rem;
  color: var(--bg-blue);
  background-color: #c9def6;
  text-align: center;
  transition: all 0.3s ease;
}

/* page about */
.page-about {
  padding: 1.4rem 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

._contBox {
  gap: 1rem;
}

.page-about ._contBox>div {
  flex: 1;
}

.page-about .about-desc {
  max-width: unset;
}

.page-about .about-desc p {
  margin-top: .15rem;
  margin-bottom: .15rem;
}

.page-about .img-box {
  width: 100%;
}

/* page history 发展历程 */
.page-history {
  margin: 0 .3rem .4rem;
  padding: 1.6rem 0 1rem;
  background-color: rgba(21, 29, 42, 1);
  position: relative;
  overflow: hidden;
}

.page-history .hisGroup {
  height: 5rem;
  position: relative;
}

.page-history .hisGroup .eventBox {
  -webkit-transition: opacity .3s var(--ease);
  transition: opacity .3s var(--ease);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-history .hisGroup .eventBox .img-box {
  width: 4.5rem;
  height: 2.5rem;
  border: 1px solid transparent;
  border-radius: .1rem;
  object-fit: cover;
  margin-bottom: .4rem;
  position: relative;
}

.page-history .hisGroup .eventBox .img-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px;
  box-sizing: border-box;
  background: linear-gradient(132.02deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 54.86%, rgba(255, 255, 255, 1) 100%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-history .hisGroup .eventBox .img-box:hover>img {
  transform: none;
}

.page-history .hisGroup .eventBox .list {
  padding: .05rem 0;
  color: #fff;
}

.page-history .hisGroup .eventBox.go {
  opacity: 1;
  pointer-events: painted;
}

.page-history ._setBtn {
  justify-content: flex-start;
  gap: .1rem;
}

.layer-cir {
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  width: .6rem;
  height: .6rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0);
  -webkit-transition: background-color .8s var(--ease);
  transition: background-color .8s var(--ease);
}

.layer-cir>.mask {
  position: absolute;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform .8s var(--ease);
  transition: -webkit-transform .8s var(--ease);
  transition: transform .8s var(--ease);
  transition: transform .8s var(--ease), -webkit-transform .8s var(--ease);
  z-index: 1;
  background-color: var(--bg-color01);
  display: block;
}

.layer-cir:hover>.mask {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.layer-cir i {
  font-size: .16rem;
  position: relative;
  z-index: 6;
  -webkit-transition: color .5s var(--ease), -webkit-transform .6s var(--ease);
  transition: color .5s var(--ease), -webkit-transform .6s var(--ease);
  transition: color .5s var(--ease), transform .6s var(--ease);
  transition: color .5s var(--ease), transform .6s var(--ease), -webkit-transform .6s var(--ease);
}

.layer-cir:hover i {
  color: #fff;
}

.page-history .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.page-history .other {
  position: absolute;
  right: -9.2rem;
  width: 16.2rem;
  height: 16.2rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}

.page-history .other .c1 {
  background: transparent;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-history .other .c1::before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 1px;
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-history .other .c2 {
  border-radius: 50%;
  border: 1.2rem solid rgba(72, 116, 203, .15);
  width: 14.4rem;
  height: 14.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}

.page-history .other .c3 {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

.page-history .other .mask {
  z-index: 9;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(bottom, rgb(21, 29, 42) 0%, rgba(21, 29, 42, 0) 25%, rgba(21, 29, 42, 0) 75%, rgb(21, 29, 42) 100%);
  background: linear-gradient(0deg, rgb(21, 29, 42) 0%, rgba(21, 29, 42, 0) 25%, rgba(21, 29, 42, 0) 75%, rgb(21, 29, 42) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.page-history .other .items {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.page-history .other .items .swiper {
  width: 50%;
  height: 100%;
  margin: 0;
  overflow: visible;
}

.page-history .other .items .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-history .other .items .hisSw .swiper-slide {
  width: 100%;
  position: relative;
  height: .8rem;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  overflow: visible;
}

.page-history .other .items .hisSw .swiper-slide .list {
  align-items: center;
  position: absolute;
  left: -.3rem;
  height: .8rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
}

.page-history .other .items .hisSw .swiper-slide .list .dot {
  width: .6rem;
  height: .6rem;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  -webkit-transition: border-color 1s var(--ease), color .3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: border-color 1s var(--ease), color .3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: border-color 1s var(--ease), transform 1.2s var(--ease), color .3s var(--ease), background-color 1s var(--ease);
  transition: border-color 1s var(--ease), transform 1.2s var(--ease), color .3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
}

.page-history .other .items .hisSw .swiper-slide .list .dot::after {
  content: "";
  display: block;
  width: .08rem;
  height: .08rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 1s var(--ease);
  transition: background-color 1s var(--ease);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.page-history .other .items .hisSw .swiper-slide .list .line {
  width: 1.8rem;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(.2rem, 0, 0);
  transform: translate3d(.2rem, 0, 0);
  -webkit-transition: opacity 1s var(--ease), color .3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: opacity 1s var(--ease), color .3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: opacity 1s var(--ease), transform 1.2s var(--ease), color .3s var(--ease), background-color 1s var(--ease);
  transition: opacity 1s var(--ease), transform 1.2s var(--ease), color .3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
}

.page-history .other .items .hisSw .swiper-slide.swiper-slide-active .list .dot {
  border-color: #fff;
}

.page-history .other .items .hisSw .swiper-slide.swiper-slide-active .list .dot::after {}

.page-history .other .items .hisSw .swiper-slide.swiper-slide-active .list .line {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}

.page-history .other .items .hisSwChild {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.page-history .other .items .hisSwChild .swiper-slide {
  width: 100%;
  position: relative;
  height: .8rem;
  /* -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%; */
}

.page-history .other .items .hisSwChild .swiper-slide .list {
  align-items: center;
  position: absolute;
  left: -.3rem;
  height: .8rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
}

.page-history .other .items .hisSwChild .swiper-slide .list .dot {
  width: .6rem;
  height: .6rem;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: border-color 1s var(--ease), color .3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: border-color 1s var(--ease), color .3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: border-color 1s var(--ease), transform 1.2s var(--ease), color .3s var(--ease), background-color 1s var(--ease);
  transition: border-color 1s var(--ease), transform 1.2s var(--ease), color .3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
}

.page-history .other .items .hisSwChild .swiper-slide .list .dot::after {
  content: "";
  display: block;
  width: .08rem;
  height: .08rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 1s var(--ease);
  transition: background-color 1s var(--ease);
}

.page-history .other .items .hisSwChild .swiper-slide .list .line {
  width: 1.8rem;
  height: 1px;
  visibility: hidden;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(.2rem, 0, 0);
  transform: translate3d(.2rem, 0, 0);
  -webkit-transition: opacity 1s var(--ease), color .3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: opacity 1s var(--ease), color .3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: opacity 1s var(--ease), transform 1.2s var(--ease), color .3s var(--ease), background-color 1s var(--ease);
  transition: opacity 1s var(--ease), transform 1.2s var(--ease), color .3s var(--ease), background-color 1s var(--ease), -webkit-transform 1.2s var(--ease);
}

.page-history .other .items .hisSwChild .swiper-slide .list .txt {
  font-size: .6rem;
  color: #ffffff80;
  cursor: pointer;
  padding-left: 1rem;
  width: calc(100% - 2.4rem);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: color .8s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: color .8s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: color .8s var(--ease), transform 1.2s var(--ease);
  transition: color .8s var(--ease), transform 1.2s var(--ease), -webkit-transform 1.2s var(--ease);
}

.page-history .other .items .hisSwChild .swiper-slide .list .txt h3 {
  font-size: .6rem;
  color: #fff;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: 10% 50%;
  -ms-transform-origin: 10% 50%;
  transform-origin: 10% 50%;
  font-weight: 400;
  -webkit-transition: color .8s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: color .8s var(--ease), -webkit-transform 1.2s var(--ease);
  transition: color .8s var(--ease), transform 1.2s var(--ease);
  transition: color .8s var(--ease), transform 1.2s var(--ease), -webkit-transform 1.2s var(--ease);
}

.page-history .other .items .hisSwChild .swiper-slide.swiper-slide-active .list .txt {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.page-history .other .items .hisSwChild .swiper-slide.swiper-slide-active .list .txt h3 {
  color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


@media screen and (orientation: landscape) {
  .page-history .hisGroup .eventBox {
    width: 58%;
  }
}

/* page exhibition */
.page-exhibition {
  padding: 1.3rem 0 .7rem;
  background-color: rgba(244, 249, 255, 1);
  position: relative;
  overflow: hidden;
}

/* 展会卡片容器 */
.exhibition-container {
  overflow: hidden;
  /* 隐藏轮播溢出部分 */
  position: relative;
}

/* 卡片滚动区域 */
.exhibition-scroll {}

/* 单个展会卡片 */
.exhibition-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* 卡片图片容器 */
.exhibition-card .card-img {
  width: 100%;
  height: 2.65rem;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

.exhibition-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 保持图片比例 */
}

/* 卡片信息区域 */
.exhibition-card .card-info {
  display: flex;
  flex-direction: column;
  gap: .1rem;
}

/* 时间地点行 */
.exhibition-card .card-meta {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  gap: .16rem;
}

.exhibition-card .meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.exhibition-card .meta-item i {
  font-size: .18rem;
  line-height: 1;
  color: var(--bg-color01);
}
.exhibition-card .meta-item span{
  white-space: nowrap;
}

/* 展会标题 */
.exhibition-card .card-title {
  font-size: .24rem;
  font-weight: bold;
  color: rgba(21, 29, 42, 1);
  line-height: 1.6;
}

/* 轮播指示器 */
.exhSwiper .carousel-indicator {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.exhSwiper .carousel-indicator .swiper-pagination-bullet {
  width: .3rem;
  height: .1rem;
  border-radius: 5px;
  opacity: 1;
  background: rgba(21, 29, 40, 1);
  transition: all .5s ease-in-out;
  margin: 0 5px;
}

.exhSwiper .carousel-indicator .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: .6rem;
  background: var(--bg-color01);
}

/* 响应式适配 */
@media (max-width: 1024px) {
  .exhibition-card {
    flex: 0 0 calc(33.33% - 14px);
    /* 平板一行3个 */
  }
}

@media (max-width: 768px) {
  .exhibition-card {
    flex: 0 0 calc(50% - 10px);
    /* 小平板一行2个 */
  }

  .card-img {
    height: 220px;
  }
}

@media (max-width: 480px) {
  .exhibition-card {
    flex: 0 0 100%;
    /* 手机一行1个 */
  }

  .exhibition-card .card-img {
    height: 180px;
  }
}

/* page agent research */
.page-agent {
  padding: 1.4rem 0 .8rem;
}

.docLink {
  padding: .1rem .3rem;
  background-color: rgba(245, 245, 245, 1);
  border-radius: 6px;
  font-size: .16rem;
  color: rgba(84, 96, 112, 1);
  align-items: center;
  gap: .1rem;
  transition: all .3s ease-in-out;
}

.docLink i {
  font-size: .26rem;
  color: rgba(255, 86, 48, 1);
  line-height: 1;
}

.docLink:hover {
  color: #fff;
  background-color: var(--bg-color01);
}

._agentBox {
  gap: .4rem;
}

/* 左侧筛选区 */
.filter-section {
  flex: 0 0 4.5rem;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 24px;
  height: fit-content;
}

.filter-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.filter-item {
  margin-bottom: 20px;
}

.filter-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  display: block;
}

.filter-select,
.filter-input {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: border-color 0.2s;
}

.filter-select:focus,
.filter-input:focus {
  border-color: #4070f4;
}

.filter-input {
  height: 40px;
  line-height: 40px;
}

.custom-select {
  width: 100%;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: border-color 0.2s;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 12px;
  background: #fff;
}

.custom-select:hover {
  border-color: #4070f4;
}

/* 下拉箭头 */
.select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  transition: transform 0.2s;
}

.custom-select:hover .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}

/* 下拉菜单列表 */
.select-dropdown {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 99;
  display: none;
}

/* 鼠标移入父级 显示下拉 */
.custom-select:hover .select-dropdown {
  display: block;
}

/* 下拉选项 a 链接 */
.select-dropdown a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.select-dropdown a:hover {
  background-color: #f5f7fa;
}
/* 下拉列表限高滚动（国家列表较长） */
.select-dropdown {
  max-height: 320px;
  overflow-y: auto;
}

/* 点击展开（触屏设备），与 hover 展开并存 */
.custom-select.open .select-dropdown {
  display: block;
}

.custom-select.open .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}

/* 七大洲分组标题 */
.select-group {
  padding: 8px 12px 4px;
  font-size: 12px;
  font-weight: 600;
  color: #4070f4;
  background-color: #f5f7fa;
  border-top: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 1;
}

.select-group:first-of-type {
  border-top: none;
}

/* 南极洲占位提示 */
.select-empty {
  display: block;
  padding: 8px 12px;
  font-size: 13px;
  color: #bbb;
  cursor: default;
}

/* 当前选中项高亮 */
.select-dropdown a.active {
  color: #4070f4;
  background-color: #eef4ff;
  font-weight: 500;
}

/* 国家搜索框：吸顶固定，滚动列表时保持可见 */
.select-search {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 8px 12px;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.select-search input {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.select-search input:focus {
  border-color: #4070f4;
}

.select-search input::placeholder {
  color: #bbb;
}

/* 国家项相对分组标题缩进错位，层级更明显（不影响其他下拉如主营产品） */
#countrySelect .select-group ~ a {
  padding-left: 26px;
  position: relative;
}

#countrySelect .select-group ~ a::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #c8d4ee;
}

#countrySelect .select-group ~ a.active::before {
  background-color: #4070f4;
}

/* 国家下拉中分组标题吸顶位置下移，避开搜索框（搜索框高 47px） */
#countrySelect .select-group {
  top: 47px;
}

/* 无筛选结果提示 */
.no-result {
  padding: 60px 0;
  text-align: center;
  font-size: 15px;
  color: #999;
  background-color: #fff;
  border: 1px dashed #e0e0e0;
  border-radius: 8px;
}

.query-btn {
  width: 100%;
  height: 48px;
  background-color: var(--bg-color01);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.query-btn:hover {
  background-color: #1d4ed8;
}

/* 右侧内容区 */
.content-section {
  flex: 1;
}

.content-header {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 24px;
}

.partner-count {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-left: 8px;
}

/* 合作伙伴卡片网格 */
.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* 合作伙伴卡片 */
.partner-card {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: .24rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.partner-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}

.partner-info {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 16px;
}

.partner-info p {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}

.partner-info svg {
  width: 16px;
  height: 16px;
  fill: #999;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 2px;
}

.partner-level {
  font-size: 14px;
  color: #999;
  margin-bottom: 16px;
}

.contact-btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 6px 16px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  color: #475569;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.contact-btn:hover {
  background-color: #f1f5f9;
  border-color: #cbd5e1;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.15);
}

/* 响应式适配 */
@media (max-width: 1024px) {
  .partner-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-container {
    flex-direction: column;
  }

  .filter-section {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact-btn {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .partner-card {
    padding: 16px;
  }
}

/* page contact */
.page-contact {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  position: relative;
  /* overflow: hidden; */
}

.contact-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .2rem;
}

/* 联系卡片样式 */
.contact-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  padding: .4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* 图标容器 */
.contact-card .card-icon {
  width: .8rem;
  height: .8rem;
  border: 1px solid var(--bg-color01);
  border-radius: 50%;
  font-size: .3rem;
  line-height: 1;
  color: var(--bg-color01);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .2rem;
  position: relative;
}

/* 卡片标题 */
.contact-card .card-title {
  font-size: .2rem;
  font-weight: 500;
  color: rgba(21, 29, 40, 1);
  margin-bottom: 16px;
}

/* 卡片内容文本 */
.contact-card .card-content {
  font-size: .16rem;
  color: rgba(84, 96, 112, 1);
  line-height: 1.6;
  white-space: pre-line;
}

/* 特殊样式：在线聊天的"需要帮助？" */
.contact-card .help-link {
  color: #3b82f6;
  text-decoration: none;
  display: block;
  margin-top: 4px;
}

.contact-card .help-link:hover {
  text-decoration: underline;
}

/* page contact list */
.branch-title-wrap {
  text-align: center;
  margin-bottom: .5rem;
}

.branch-title-wrap h2 {
  font-size: .3rem;
  color: #102b52;
  margin-bottom: 10px;
}

.branch-title-wrap p {
  color: #555;
  max-width: 7rem;
  margin: 0 auto;
}

/* 网点横向容器，按大洲分行，每行横向平铺多家分公司 */
.paeg-contact-box {
  margin-top: .5rem;
}

.continent-row {
  margin-bottom: .5rem;
}

.continent-name {
  font-size: 22px;
  color: #1a488c;
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 5px solid #4472c4;
}

.branch-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.branch-item {
  background: #fff;
  border-radius: 8px;
  padding: .3rem;
  box-shadow: 0 0 12px rgba(16, 43, 82, 0.05);
  transition: all 0.3s ease;
}

.branch-item h4 {
  font-size: .24rem;
  color: #102b52;
  margin-bottom: 10px;
}

.branch-item p {
  font-size: .16rem;
  color: #333;
  margin: 4px 0;
}

.branch-item p label {
  font-size: .15rem;
  color: #102b52;
  font-weight: bold;
}

.branch-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.15);
}

/* page innovation */
.page-innovation {
  padding-top: 1.3rem;
  padding-bottom: .8rem;
  position: relative;
  /* overflow: hidden; */
}

.innovation-list {
  margin: -.2rem;
  flex-wrap: wrap;
}

.innovation-list .item {
  padding: .2rem;
  width: 25%;
}

.innovation-list .item>div {
  padding: .35rem .4rem;
  box-shadow: 0px 0px 20px rgba(63, 116, 254, .1);
  border-radius: 10px;
  height: 100%;
  background-color: #fff;
  transition: all .2s linear;
}

.innovation-list .item_top {
  margin-bottom: 22px;
  align-items: center;
}

.innovation-list .item_top .item_icon {
  height: 60px;
}

.innovation-list .item_top .item_icon>img {
  height: 100%;
}

.innovation-list .item_top .item_nun {
  margin-left: auto;
  font-size: 40px;
  position: relative;
  font-weight: bold;
}

.innovation-list .item_top .item_nun span {
  display: block;
}

.innovation-list .item_top .item_nun .n1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #afcafd;
}

.innovation-list .item_top .item_nun .n2 {
  color: var(--bg-color01);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(25%, 25%);
  transition: all .5s cubic-bezier(.4, .4, 0, 1);
}

.innovation-list .item_title {
  color: #102b52;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 18px;
}

.innovation-list .item_line {
  color: #787e93;
  font-size: 16px;
  line-height: 1.8;
}

.innovation-list .item>div:hover {
  box-shadow: 0 15px 30px rgba(63, 116, 254, .25);
  transform: translate3d(0, -8px, 0);
}

.innovation-list .item>div:hover .item_top .item_nun .n2 {
  opacity: 1;
  transform: translate(2px, 2px);
}

/* page esg */
.page-esg {
  padding-top: 1.3rem;
  padding-bottom: .8rem;
  position: relative;
  /* overflow: hidden; */
}

.page-esg .section_top {
  margin-bottom: .6rem;
}

.page-esg .section_top .indexTitle1 {
  margin-bottom: 0;
}

.esg_box {
  display: flex;
  gap: 60px;
}

/* 左侧文字Tab区域 */
.esg_box .left-box {
  flex: 1;
}

.esg_box .left-box .tab-nav {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 40px;
}

.esg_box .left-box .tab-btn {
  padding: 12px 0 14px;
  font-size: 18px;
  cursor: pointer;
  color: #555;
  position: relative;
  transition: all 0.3s;
}

.esg_box .left-box .tab-btn.active {
  color: var(--bg-color01);
}

.esg_box .left-box .tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: var(--bg-color01);
}

.esg_box .left-box .tab-content {
  display: none;
}

.esg_box .left-box .tab-content.show {
  display: block;
  animation: fadeIn 0.6s ease;
}

.esg_box .left-box .content-title {
  font-size: 28px;
  color: var(--bg-color01);
  margin-bottom: 16px;
}

.esg_box .left-box .content-desc {
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
}

.esg_box .left-box .item-block {
  margin-bottom: 32px;
}

.esg_box .left-box .item-block h3 {
  font-size: 20px;
  color: var(--bg-color01);
  margin-bottom: 10px;
  padding-left: 14px;
  border-left: 4px solid var(--bg-color01);
}

.esg_box .left-box .item-block p {
  font-size: 15px;
  color: #444;
  padding-left: 18px;
}

/* 右侧图片区域（随Tab切换图片） */
.esg_box .right-box {
  width: 44%;
  flex-shrink: 0;
}

.esg_box .right-box .img-wrap {
  height: 100%;
  display: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(32, 108, 66, 0.12);
}

.esg_box .right-box .img-wrap.show {
  display: block;
  animation: fadeIn 0.6s ease;
}

.esg_box .right-box .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* page contact */
.page-leaveMessage {
  margin: 0 .3rem .4rem;
  padding: 1rem 0;
  background-color: rgba(21, 29, 40, 1);
  position: relative;
  overflow: hidden;
}

.page-leaveMessage ._box {
  justify-content: space-between;
  flex-flow: row;
  gap: 1rem;
}

.page-leaveMessage ._box>div {
  flex: 1;
}

.page-leaveMessage ._leftForm {}

.page-leaveMessage ._rPic {
  width: 7.9rem;
}

._msgForm {
  width: 100%;
}

.booking-form {
  width: 100%;
  opacity: 1;
  visibility: visible;
  margin-top: .2rem;
}

.booking-div {
  justify-content: space-between;
}

.booking-label {
  position: relative;
  width: 45%;
  margin-bottom: .35rem;
}

.booking-all {
  width: 100%;
}

.Message-booking {
  width: 100%;
}

.booking-label span {
  width: auto;
  height: auto;
  line-height: .6rem;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0%;
  bottom: 0%;
  font-size: .14rem;
  -webkit-transition: all .35s;
}

.Message-booking span {
  width: auto;
  height: auto;
  line-height: .45rem;
  font-size: .12rem;
  position: absolute;
  left: 0%;
  bottom: 0%;
  font-size: .14rem;
  -webkit-transition: all .35s;
}

.booking-form input {
  border: none;
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  background-color: transparent;
  border-bottom: 1px solid rgba(136, 136, 136, 1);
  outline: none;
  color: rgba(102, 102, 102, 1);
  text-indent: 0px;
  position: relative;
  font-size: .14rem;
}

.booking-label::after {
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0%;
  bottom: 0%;
  content: '';
  background-color: rgba(255, 255, 255, .2);
  -webkit-transition: all .35s;
}

.booking-consult {
  flex-flow: row;
  gap: 15px;
  justify-content: flex-end;
}

.booking-label.focus::after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: -1px;
  z-index: 2;
}

.booking-label.focus span {
  bottom: .25rem;
  font-size: .12rem;
  opacity: .5;
}

.booking-form input::-webkit-input-placeholder,
.booking-form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .7);
}

.booking-textarea {
  display: block;
  border: none;
  width: 100%;
  height: .9rem;
  background-color: transparent;
  border-bottom: 1px solid rgba(136, 136, 136, 1);
  outline: none;
  color: rgba(102, 102, 102, 1);
  text-indent: 0px;
  position: relative;
  font-size: .14rem;
  resize: none;
}

.Message-booking.focus span {
  bottom: .75rem;
}

.key-label {
  align-items: center;
}

.key-label #verify {
  width: 160px !important;
  height: 58px !important;
  border: 1px solid rgba(222, 222, 222, 1);
  cursor: pointer;
}

.key-label #keyBtn {
  margin-left: .18rem;
  cursor: pointer;
  color: rgba(153, 153, 153, 1);
  font-weight: normal;
  text-decoration: underline;
}
.page-content{
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
}
.page-content .newsDel ._contin{
  font-size: 0.18rem;
  color: #666;
  line-height: 2;
}
.page-content .newsDel ._contin strong{
  color: #333;
}

/* page contact map */
.page-map {
  margin: 0 .3rem .5rem;
}

.page-map iframe {
  display: block;
  pointer-events: none;
  width: 100% !important;
  overflow: hidden;
  /* IE、旧版Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
  position: relative;
}

.page-map iframe::-webkit-scrollbar {
  display: none;
}

.page-map .map-iframe {
  position: relative;
}

.page-map .map-iframe::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .08);
  border-radius: .2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}

.page-map .map-iframe.active iframe {
  pointer-events: auto;
}

.page-map .map-iframe.active::before {
  display: none;
}

/* page Development Opportunity */
.page-development .img-box {
  position: relative;
}

.page-development .img-box ._txt {
  color: rgba(255, 255, 255, 1);
  flex-direction: column;
  justify-content: flex-end;
  padding: .5rem .6rem;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.page-development .img-box ._txt::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: .2rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all .5s;
  pointer-events: none;
  z-index: 0;
}

.page-development .img-box ._txt h4 {
  font-size: .26rem;
  line-height: 2;
  position: relative;
  z-index: 1;
}

.page-development .img-box ._txt p {
  font-size: .16rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

/* page Talent Philosophy */
.page-talent {
  margin: 0 .3rem;
  padding: 1.2rem 0 0;
  background-color: rgba(244, 249, 255, 1);
  position: relative;
  overflow: hidden;
}
.page-talent .section_top{
  gap: 0.6rem;
}
.page-talent .section_top .indexTitle1{
  max-width: 7.2rem;
}
.page-talent .section_top .about-desc{
  max-width: 5.6rem;
}

/* 轮播滑块样式 */
.talentSwiper {
  /* overflow: visible; */
}

.talentSwiper .swiper-slide {
  padding: 0 .1rem;
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center center;
}

/* 中间激活的滑块（高亮展示） */
.talentSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  /* 无旋转，正常展示 */
  z-index: 2;
}

/* 左侧滑块（向左旋转） */
.talentSwiper .swiper-slide-prev {
  transform: scale(0.9) rotate(-12deg) translateX(-40px) translateY(180px);
  /* 左旋转+左偏移 */
  z-index: 1;
}

/* 右侧滑块（向右旋转）*/
.talentSwiper .swiper-slide-next {
  transform: scale(0.9) rotate(12deg) translateX(40px) translateY(180px);
  /* 右旋转+右偏移 */
  z-index: 1;
}

/* 卡片容器 */
.talentSwiper .card {
  width: 100%;
  /* width: 5.7rem; */
  height: 7.2rem;
  border-radius: .2rem .2rem 0 0;
  overflow: hidden;
  position: relative;
}

.talentSwiper .swiper-slide .card::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: .2rem .2rem 0 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  pointer-events: none;
  z-index: 1;
}

.talentSwiper .swiper-slide-active .card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* 卡片图片 */
.talentSwiper .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 保持图片比例 */
}

/* 中间卡片的文本层（仅激活态显示） */
.talentSwiper .card-text {
  width: 100%;
  padding: 0 .4rem .4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  /* 默认隐藏 */
  transition: opacity 0.5s ease;
  z-index: 2;
}

/* 激活态卡片显示文本 */
.talentSwiper .swiper-slide-active .card-text {
  opacity: 1;
}

/* 文本标题 */
.talentSwiper .card-title {
  font-size: .26rem;
  font-weight: 600;
  margin-bottom: .16rem;
  line-height: 1.4;
}

/* 文本描述 */
.talentSwiper .card-desc {
  font-size: 16px;
  line-height: 1.5;
}

.talentSwiper .swiper-slide-active .card::before {
  opacity: 1;
  visibility: visible;
}

/* 响应式适配 */
@media (max-width: 992px) {
  .talentSwiper .card {
    width: 380px;
    height: 480px;
  }

  .talentSwiper .swiper-slide-prev {
    transform: scale(0.9) rotate(6deg) translateX(-30px);
  }

  .talentSwiper .swiper-slide-next {
    transform: scale(0.9) rotate(-6deg) translateX(30px);
  }
}

@media (max-width: 576px) {
  .talentSwiper .card {
    width: 300px;
    height: 380px;
  }

  .talentSwiper .swiper-slide-prev {
    transform: scale(0.9) rotate(4deg) translateX(-10px);
  }

  .talentSwiper .swiper-slide-next {
    transform: scale(0.9) rotate(-4deg) translateX(10px);
  }

  .talentSwiper .card-text {}

  .talentSwiper .card-title {
    font-size: 20px;
  }

  .talentSwiper .card-desc {
    font-size: 14px;
  }
}

/* page join us */
.page-join {
  padding-top: 1.3rem;
  padding-bottom: .6rem;
  position: relative;
  overflow: hidden;
}

._jobList {
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: .4rem;
}

._jobList>div {
  padding: .4rem .6rem;
  width: calc((100% - .4rem) / 2);
  background-color: rgba(244, 249, 255, 1);
}

._jobList ._tHead {
  margin-bottom: .2rem;
  padding-bottom: .2rem;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}

._jobList ._tHead ._title {
  font-size: .24rem;
  font-weight: bold;
  color: rgba(64, 64, 64, 1);
}

._jobList ._tHead ._txt {
  gap: 5px;
  font-size: .14rem;
  color: rgba(102, 102, 102, 1);
  flex-flow: column;
}

._jobList ._info {
  padding-right: .15rem;
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
  max-height: 2.68rem;
  overflow-y: scroll;
}

._jobList ._info div {
  white-space: pre-line;
}

.Layer_Upload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
}

.Layer_Upload .box {
  position: absolute;
  width: min(6.8rem, 90vw);
  margin: auto;
  background: #fff;
  padding: 0.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.Layer_Upload .box .close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 2;
  cursor: pointer;
}

.Layer_Upload .box .close i {
  font-size: .24rem;
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}

.Layer_Upload .box .close:hover i {
  color: var(--bg-color01);
}

.Layer_Upload .box .content1 {
  font-size: .32rem;
  line-height: 1;
  font-weight: bold;
}

.Layer_Upload .box .content2 {
  margin-top: .5rem;
}

.Layer_Upload .box .content2 .upload {
  width: 2.4rem;
  margin: auto;
  cursor: pointer;
  position: relative;
}

.Layer_Upload .box .content2 .upload img {
  width: 100%;
}

.Layer_Upload .box .content2 .upload p {
  font-size: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.3rem;
  min-width: 0.95rem;
  padding: 0 0.3rem;
  line-height: 35px;
  border: 1px solid var(--bg-color01);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.layui-upload-file {
  display: none !important;
  opacity: 0.01;
  filter: Alpha(opacity=1);
}

.Layer_Upload .box .content3 {
  font-size: .18rem;
  color: #666;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}

.Layer_Upload .box .content5 {
  display: flex;
  justify-content: center;
}

/* page service */
.page-service {
  padding-top: 1.3rem;
  padding-bottom: 0.8rem;
  position: relative;
  overflow: hidden;
}
.page-service .service-grid{
  grid-template-columns: repeat(3, 1fr);
}
.service-grid .business-card {
  flex-flow: row wrap;
}

.service-grid .business-card:nth-child(even) {
  margin-top: 0;
}

.service-grid .business-img {
  width: 100%;
  flex: auto;
  min-height: unset;
}

.service-grid .business-img img {
  object-fit: cover;
}

.service-grid .business-name {
  margin-top: .2rem;
  width: 100%;
  line-height: 1.6;
}

.service-grid ._moreBtn.style4:hover {
  border-color: var(--bg-color01);
  background-color: var(--bg-color01);
}

.service-grid ._moreBtn.style4:hover span {
  color: #fff;
}

.service-grid ._moreBtn.style4:hover ._btn::after {
  background-color: #fff;
}

.service-grid ._moreBtn.style4:hover ._btn div .p1 i {
  color: var(--bg-color01);
}


/* page news list */
.page-news {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

/* 筛选搜索容器 - 整体横向布局 */
.filter-search-container {
  margin-bottom: .6rem;
  display: flex;
  align-items: center;
  gap: .8rem;
}

/* 下拉筛选通用样式（分类/时间） */
.filter-search-container .filter-item {
  margin-bottom: 0;
  flex: 0 0 4.6rem;
  height: .7rem;
  border: 1px solid rgba(229, 231, 235, 1);
  border-radius: .4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .3rem;
  cursor: pointer;
  position: relative;
}

/* 筛选文本样式 */
.filter-search-container .filter-text {
  font-size: .16rem;
  color: rgba(84, 96, 112, 1);
}

/* 下拉箭头图标（用CSS模拟，无需图片） */
.filter-search-container .filter-arrow {
  transition: transform 0.2s ease;
}

/* 鼠标悬浮效果 */
.filter-search-container .filter-item:hover {
  border-color: #d1d5db;
  background-color: #f9fafb;
}

.filter-search-container .filter-item:hover .filter-arrow {
  transform: rotate(180deg);
}

/* 下拉菜单容器（默认隐藏，点击<a>后可通过JS显示） */
.filter-search-container .filter-dropdown {
  position: absolute;
  top: .7rem;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  z-index: 10;
  display: none;
  /* 默认隐藏 */
}

/* 下拉菜单选项（用<a>链接实现） */
.filter-search-container .dropdown-option {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  color: #374151;
  text-decoration: none;
}

.filter-search-container .dropdown-option:hover {
  background-color: #f3f4f6;
  color: #1f2937;
}

/* 搜索框模块 */
.filter-search-container .search-item {
  flex: 1;
  /* 占剩余宽度，自适应 */
  height: .7rem;
  border: 1px solid rgba(229, 231, 235, 1);
  border-radius: .4rem;
  display: flex;
  align-items: center;
  padding: 0 .1rem 0 .3rem;
  position: relative;
}

/* 搜索输入框 */
.filter-search-container .search-input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  color: #6b7280;
  background: transparent;
}

/* 搜索输入框占位符样式 */
.filter-search-container .search-input::placeholder {
  color: #9ca3af;
}

/* 搜索按钮（圆形蓝色按钮） */
.filter-search-container .search-btn {
  width: .54rem;
  height: .54rem;
  border-radius: 50%;
  background-color: var(--bg-color01);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

/* 搜索箭头图标 */
.filter-search-container .search-arrow {
  color: #fff;
}

.filter-search-container .search-btn:hover {
  background-color: #1d4ed8;
}

/* 响应式适配 */
@media (max-width: 768px) {
  .filter-search-container {
    flex-direction: column;
    gap: 15px;
  }

  .filter-search-container .filter-item,
  .filter-search-container .search-item {
    flex: none;
    width: 100%;
  }
}

.news-grid {
  grid-template-columns: repeat(auto-fit, minmax(540px, 1fr))
}


.page_num {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
}

.page_num .num {
  padding: .06rem .16rem;
  border: 1px solid rgba(229, 229, 229, 1);
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  margin-right: .15rem;
  cursor: pointer;
}

.page_num .num:last-child {
  margin-right: 0;
}

.page_num .active,
.page_num .num:hover {
  background: var(--bg-color01);
  color: #fff;
}

/*pages*/
.pages {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

#pages li {
  margin: 0 2px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #e6e6e6;
  color: #333;
  display: inline-block;
}

#pages li a {
  font-size: 14px;
  display: block;
  padding: 0 12px;
  color: #333;
}

#pages li span {
  font-size: 14px;
  display: block;
  padding: 0 12px;
}

#pages li.active {
  text-align: center;
  background: var(--bg-color01);
  color: #fff;
  display: inline-block;
}

#pages li:hover {
  color: #fff;
  background: var(--bg-color01);
}

#pages li:hover a {
  color: #fff;
}

/* 新闻详情 */
._newsHead {
  margin-top: .9rem;
  padding-top: .38rem;
}

._newsHead ._place {
  font-size: .16rem;
  color: #999;
}

._titleDate {
  padding-top: .8rem;
  padding-bottom: 1rem;
}

._newsHead ._titleDate ._title {
  margin-bottom: .12rem;
  font-size: .42rem;
  font-weight: bold;
}

._newsHead ._titleDate ._date {
  color: #999;
  font-size: .18rem;
  display: flex;
  align-items: center;
  flex-flow: row;
  gap: .1rem;
}

._newsHead ._titleDate ._date svg path,
.tj_box .list .item a ._date svg path {
  fill: var(--bg-color01);
}

._pageNews {
  padding-bottom: .8rem;
}

.newsDel {
  position: relative;
}

.newsDel ._cnt {
  align-items: flex-start;
}

.newsDel ._info {
  width: 12.36rem;
}

.newsDel ._info ._contin {
  padding-bottom: 0.6rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 2;
}

.newsDel ._info ._contin img {
  max-width: 100%;
  height: auto !important;
}

.newsDel ._info ._skip {
  align-items: center;
  padding-top: 0.6rem;
  border-top: 1px solid #eee;
}

.newsDel ._info ._skip ._jump {
  padding-right: 0.2rem;
  text-align: justify;
}

.newsDel ._info ._skip ._jump>div {
  margin-bottom: 0.15rem;
}

.newsDel ._info ._skip ._jump a {
  transition: color 0.3s ease;
  font-size: 0.14rem;
  color: #666;
  display: inline-block;
}

.newsDel ._info ._skip ._jump>div:last-child {
  margin-bottom: 0;
}

.newsDel ._info ._skip ._back {
  margin-left: auto;
}

.newsDel ._info ._skip ._back>a {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.14rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  transition: box-shadow 0.5s cubic-bezier(0.4, 0.4, 0, 1);
  background-color: var(--bg-color01);
  font-weight: bold;
}

.newsDel ._info ._skip ._back>a:before,
.newsDel ._info ._skip ._back>a:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.4, 0.4, 0, 1);
  background-color: var(--bg-color01);
}

.newsDel ._info ._skip ._back>a:before {
  z-index: -1;
  opacity: 0.2;
}

.newsDel ._info ._skip ._back>a:after {
  z-index: -2;
  opacity: 0.1;
}

.newsDel ._info ._skip ._back>a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.newsDel ._info ._skip ._back>a:hover:before {
  transform: scale(1.4);
}

.newsDel ._info ._skip ._back>a:hover:after {
  transform: scale(1.8);
}

.newsDel ._info ._skip ._jump a:hover {
  color: var(--bg-color01);
}

.newsDel ._place a:hover {
  color: var(--bg-color01);
}

.newsDel .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1rem;
}

.newsDel .tj_box {
  position: sticky;
  top: 1.2rem;
}

.newsDel .tj_box .tj_hd {
  font-size: .32rem !important;
  font-weight: bold !important;
}

.tj_box .list .item {
  padding: 0.35rem 0;
  border-bottom: 1px solid #ddd;
}

.tj_box .list .item a {
  display: block;
}

.tj_box .list .item a ._title {
  font-size: .24rem;
  line-height: 1.4;
  max-height: 2.8em;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.tj_box .list .item a ._date {
  margin-top: .16rem;
  color: #999;
  font-weight: bold;
}

/* page application */
.page-application ._btns {
  gap: .4rem;
}

.page-area-box>div {
  padding: 1rem 0;
}

.page-area-box>div:nth-child(odd) {
  background-color: rgba(244, 249, 255, 1);
}

._areaBox ._head {
  margin-bottom: .5rem;
  font-size: .42rem;
  color: rgba(0, 0, 0, 1);
  line-height: 2;
  text-align: center;
}

._areaList .business-card {
  gap: .4rem;
}

._areaList .business-img {
  flex: auto;
  height: 4.62rem;
  min-height: unset;
}

._areaList .business-img img {
  object-fit: cover;
}

._areaList .business-name {
  padding-right: 1rem;
}

._areaList .card-badge {
  bottom: 0;
  right: 0;
}

._areaList .swiper-slide:nth-child(even) .business-card {
  margin-top: 1.3rem;
}

.page-productDesc {
  padding: 1.3rem 0 1rem;
  background-color: rgba(244, 249, 255, 1);
  position: relative;
  overflow: hidden;
}

.page-productDesc .about-desc {
  max-width: 7.2rem;
}

.page-productDesc .section_top {
  margin-bottom: .7rem;
  gap: 0.6rem;
}

.page-productDesc .indexTitle1 {
  margin-bottom: 0;
}

._proIntroBox {
  flex-flow: column;
  gap: 1rem;
}

._proIntroBox ._item {
  align-items: center;
  gap: 0.6rem;
}

._proIntroBox ._item>div {
  flex: 1;
}

._proIntroBox ._item ._info {
  flex-flow: column;
  gap: 0.3rem;
}

._proIntroBox ._item ._info ._title {
  font-size: .24rem;
  font-weight: bold;
  line-height: 1.3;
}

._proIntroBox ._item ._info p {
  color: rgba(84, 96, 112, 1);
}

._proIntroBox ._item ._info ._cont p {
  margin-bottom: .1rem;
}

._proIntroBox ._item ._list {
  flex-flow: row wrap;
}
._proIntroBox ._item ._list div{
  margin-bottom: .15rem;
}

._proIntroBox ._item ._list p {
  padding-left: .3rem;
  padding-right: 0.3rem;
  width: 100%;
  font-size: .18rem;
  line-height: 2;
  color: rgba(84, 96, 112, 1);
  position: relative;
}

._proIntroBox ._item ._list p::before {
  content: "\e605";
  font-family: "iconfont";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: .16rem;
  color: rgba(84, 96, 112, 1);
}

._proIntroBox ._item ._info ._remark,
._proIntroBox ._item ._info a {
  color: var(--bg-color01);
}

/* 选择适合的回转支承 */
.page-productChange {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.page-productChange ._head {
  margin-bottom: .5rem;
  font-size: .42rem;
  color: rgba(0, 0, 0, 1);
  line-height: 2;
  text-align: center;
}

.proChage-grid {
  grid-template-columns: repeat(4, 1fr)
}

.proChage-grid .business-card .business-img{
  min-height: 3rem;
}

.proChage-grid .business-card:nth-child(even) {
  margin-top: 0;
}

.proChage-grid .business-card:nth-child(odd) {
  margin-top: 0;
}

.proChage-grid .business-name {
  margin-top: .2rem;
  padding-right: 1rem;
  position: relative;
}

.proChage-grid .card-badge {
  bottom: 0;
  right: 0;
}

.proChage-grid ._special {
  margin-top: .2rem;
  white-space: pre-line;
  flex-flow: row wrap;
  gap: .5rem;
}

.proChage-grid ._special span {
  font-size: .16rem;
  color: rgba(84, 96, 112, 1);
  line-height: 2;
}
.cbbProList .business-card{
  
}

.page-coop-consult {
  padding: 1rem 0.3rem;
  border-radius: .2rem;
}

.page-coop-consult ._bg::before {
  background: rgba(21, 29, 42, .6);
}

.page-coop-consult .indexTitle1 {
  margin-bottom: 0;
}

.page-coop-consult .indexTitle1.style2 ._subTitle {
  justify-content: center;
}

/* page product list */
.product-list .business-card:nth-child(even){
  margin-top: 0;
}
.product-list .business-name{
  margin: .2rem 0 .15rem;
  line-height: 1.6;
}
.product-list .business-img{
  min-height: 3.26rem;
}
.product-list ._proDesc{
  padding-right: .6rem;
  white-space: pre-line;
}
.product-list .card-badge{
  right: 0;
  bottom: 0;
  /* position: relative;
  right: 0;
  bottom: auto; */
}
.product-list .business-card:hover .badge-black{
  transform: rotate(0deg);
}

/* page other product */
.page-bearing-box .page-productChange:nth-child(even){
    background-color: rgba(244, 249, 255, 1);
}
.bearing-list{
    grid-template-columns:repeat(1, 1fr)
}
.bearing-list .business-card {
      padding-bottom: .1rem;
      flex-flow: row;
      align-items: center;
      gap: 0.5rem;
    }

    .bearing-list .business-card:nth-child(even) {
      flex-flow: row-reverse;
    }
.bearing-list .business-img{
    width: 1rem;
    flex: auto;
    min-height: unset;
}
.bearing-list .business-info{
    flex: 1;
}

    .bearing-list .business-name {
      margin: .22rem 0 .14rem;
      font-size: 0.28rem;
      line-height: 1.5;
      display: flex;
      align-items: baseline;
      gap: .12rem;
    }

    .bearing-list ._proFeats {
      display: flex;
      flex-direction: column;
      gap: .1rem;
      /* padding-right: .5rem; */
    }

    .bearing-list ._proFeats ._feat {
      font-size: .14rem;
      line-height: 1.7;
      color: #555;
    }

    .bearing-list ._proFeats ._featLabel {
      display: inline-block;
      font-size: .13rem;
      font-weight: 600;
      color: var(--bg-color01, #153d8c);
      background: rgba(21, 61, 140, .08);
      border-radius: 4px;
      padding: .01rem .08rem;
      margin-right: .06rem;
      min-width: 69px;
    }

    .bearing-list .card-badge {
      right: 0;
      bottom: 0;
    }

    .bearing-list .business-card:hover .badge-black {
      transform: rotate(0deg);
    }

/* page login */
.login_body .header{
  background: #fff;
}
.login_body .header .header__nav__container::before, .login_body .header .header__nav__container::after{
  display: none;
}
.login {
  /* background: #fff; */
  padding-top: 6vw;
  padding-bottom: 4vw;
  /*min-height: 60vh;*/
  position: relative
}

.login .footer {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%
}

.login ._container {
  background: #fff;
  margin: auto;
  padding: .4rem;
  width: 25vw
}

.login ._container ._title {
  color: #333;
  font-size: .29rem;
  margin-bottom: .35rem;
  text-align: center
}

.login ._container ._btn,
.login ._container .input {
  margin-bottom: .2rem
}

.login ._container input {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  color: #333;
  font-size: 14px;
  height: .46rem;
  line-height: 1.6;
  padding: 0 .12rem;
  width: 100%
}

.login ._container .layui-input-suffix {
  align-items: center;
  display: flex
}

.login ._container .input .captcha {
  cursor: pointer;
  height: .46rem
}

.login ._container button {
  background-color: var(--bg-color01);
  border: 1px solid var(--bg-color01);
  border-radius: 2px;
  color: #fff;
  font-size: .16rem;
  margin: 0;
  max-height: .48rem !important;
  outline: 0;
  padding: .1rem .2rem;
  width: 100%
}

.login ._container .register {
  text-align: center
}

.login ._container .register a {
  color: #007dff;
  font-size: .14rem
}

.login_btn {
  align-items: center;
  display: flex;
  font-size: .16rem;
  line-height: 1
}

.login_btn i {
  font-size: .25rem
}

.login_btn a {
  align-items: center;
  color: #fff;
  display: flex
}

.login_btn a:hover {
  color: var(--bg-color01)
}

/* footer */
.footer {
  margin: 0 .3rem;
  font-size: 0.16rem;
  color: #fff;
  background-color: rgba(21, 29, 42, 1);
  position: relative;
  z-index: 5;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.footer .container::before,
.footer .container::after {
  display: none;
}

.footer ._top {
  padding-top: .85rem;
  padding-bottom: .85rem;
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.footer ._top.container {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.footer ._top ._ftLeft{
  flex: 1;
}
.footer ._top ._logo {
  display: block;
  height: .32rem;
}

.footer ._top ._logo>img {
  max-height: 100%;
}
.footer ._top ._ftSlogan{
  margin-top: .1rem;
  line-height: 2;
  color: rgba(255,255,255,0.52);
}

.footer ._top ._contactInfo {
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: .2rem;
  flex: 1;
}

.footer ._top ._contactInfo a {
  font-size: .24rem;
  color: #fff;
}

.footer ._top ._contactInfo a._tel {
  font-size: .5rem;
  line-height: 1.2;
  font-weight: bold;
}

.footer ._top ._add {
  flex: 1;
  text-align: right;
}
.footer-menu-columns {
  padding-top: .2rem;
  padding-bottom: .3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .4rem;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.footer-menu-columns .menu-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-menu-columns .menu-title {
  font-size: .18rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
  position: relative;
  padding-bottom: .12rem;
}
.footer-menu-columns .menu-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: .32rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.footer-menu-columns .footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-menu-columns .footer-links li a {
  font-size: .16rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}
.footer-menu-columns .footer-links li a:hover {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .footer-menu-columns {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px 60px;
  }
  }



.footer ._copyright {
  font-size: 0.14rem;
  position: relative;
  z-index: 1;
}

.footer ._copyright.container {
  padding-top: 0.36rem;
  padding-bottom: 0.36rem;
  align-items: center;
}

._fLinks>a {
  padding: 0 .12rem;
  font-size: .16rem;
  line-height: 1;
  position: relative;
}

._fLinks>a:first-child {
  padding-left: 0;
}

._fLinks>a:last-child {
  padding-right: 0;
}

._fLinks>a+a::before {
  content: "";
  width: 1px;
  height: 90%;
  background-color: rgba(164, 177, 194, 1);
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%) rotate(8deg);
  z-index: -1;
}

.footer ._fMedia {}

.footer ._fMedia ._item {
  margin-right: .2rem;
  position: relative;
  display: flex;
}

.footer ._fMedia ._item:last-of-type {
  margin-right: 0;
}

.footer ._fMedia ._item>a {
  width: .5rem;
  height: .5rem;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: color .3s ease-out;
}

.footer ._fMedia ._item>a .iconfont {
  font-size: .18rem;
  color: #fff;
  line-height: 1;
}

.footer ._fMedia ._item>a .img {
  width: .24rem;
  margin-right: 0;
}
.footer ._fMedia ._item>a .img path{
  fill: #a0a0a0;
}

.footer ._fMedia ._item:nth-child(2)>a .iconfont {
  font-size: .24rem;
}

.footer ._fMedia ._item .follow {
  position: absolute;
  bottom: 140%;
  left: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  color: #333;
  border-radius: 5px;
  transform: translate(-50%, 10px);
  padding: .1rem .15rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  transition: all .35s ease;
  visibility: hidden;
  opacity: 0;
  min-width: max-content;
}

.footer ._fMedia ._item .follow .follow_text {
  padding-right: .12rem;
  color: #333;
  text-align: justify;
  white-space: nowrap;
  /* 防止文字换行 */
}

.footer ._fMedia ._item .follow .follow_text .follow_name {
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
}

.footer ._fMedia ._item .follow img {
  display: block;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.footer ._fMedia ._item>a:hover {
  background-color: var(--bg-color01);
}
.footer ._fMedia ._item>a:hover .img path{
  fill: #fff;
}

.footer ._fMedia ._item>a:hover+.follow {
  visibility: visible;
  opacity: 1;
  /* transform: none; */
}

._copyright p br {
  display: none;
}

._copyright p,
._copyright a {
  color: rgba(164, 177, 194, 1);
}

._copyright img {
  margin-right: 5px;
  vertical-align: middle;
}

@media (max-width: 1659px) {
  .header .header__nav__container {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
    /*max-width: 16rem;*/
    margin: 0 auto;
  }

  .navs>li>a {
    padding: 0 20px;
  }

}

@media screen and (max-width: 1440px) {
  .innovation-list {
    margin: 0 -15px;
  }

  .innovation-list .item {
    padding: 15px;
  }

  .innovation-list .item>div {
    padding: 30px 25px;
  }

  .innovation-list .item_top {
    margin-bottom: 18px;
  }

  .innovation-list .item_top .item_icon {
    height: 45px;
  }

  .innovation-list .item_top .item_nun {
    font-size: 36px;
  }

  .innovation-list .item_title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .innovation-list .item_line {
    font-size: 14px;
  }
}

@media (min-width: 1300px) and (max-width: 1549px) {}

@media (max-width: 1280px) {

  .nav-wrapper .nav-item {
    padding: 0 15px;
  }

  .nav-wrapper>.nav-item+.nav-item {
    margin-left: 10px;
  }

  .footer-copyright {
    padding-top: 0.3rem;
  }

  .footer-copyright br {}
}

@media screen and (max-width: 1200px) {
  body{
    --interval: 5vw;
  }
  .contact__wrs {
    width: 80%;
    margin-left: -40%;
  }
}

@media screen and (min-width: 1025px) {
  .header_top {
    display: flex;
    opacity: 1;
    visibility: visible;
  }

  .header_top {
    margin: 0 auto;
    padding: 0 0.1rem;
    width: 66.35vw;
    height: 0.48rem;
    font-size: .14rem;
    line-height: 1.6;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }

  .header_top a {
    color: #fff;
  }

  .header_top::before {
    content: "";
    width: calc(100% - .45rem);
    height: 100%;
    background-color: rgba(48, 48, 48, 1);
    border-radius: 0 0 .24rem .24rem;
    position: absolute;
    left: -0.15rem;
    bottom: 0;
    transform: translateX(0) skew(15deg);
    z-index: -1;
    pointer-events: none;
  }

  .header_top::after {
    content: "";
    width: calc(100% - .45rem);
    height: 100%;
    background-color: rgba(48, 48, 48, 1);
    border-radius: 0 0 .24rem .24rem;
    position: absolute;
    right: -0.15rem;
    bottom: 0;
    transform: translateX(0) skew(-15deg);
    z-index: -1;
    pointer-events: none;
  }

  .top_infos .top__item {
    position: relative;
    padding: 0 .2rem;
    align-items: center;
    gap: 8px;
  }

  .top_infos div+div::before,
  .top_infos a+a::before {
    content: "";
    width: 1px;
    height: 80%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .hoverable:hover .hoverable_txt:after,
  ._tab ._item:hover .hoverable_txt:after,
  ._tab ._item.active .hoverable_txt:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}

@media (min-width: 1025px) and (max-width: 1270px) {
  .container {
    width: 100%;
    /*padding: 0 15px;*/
  }

  .header .header__nav__container {
    max-width: 100%;
  }

  .nav-wrapper .nav-item h2.nav-item-link {
    font-size: 15px;
  }

  .nav-wrapper>.nav-item+.nav-item {
    padding: 0 12px;
  }

  .footer .container {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer .footer-copyright .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .header__rights {
    display: flex;
    justify-content: space-between;
  }

  .navs {
    display: none;
  }

  .menubtn {
    display: block;
  }

  .subbanner {
    height: 68vh;
  }

}

@media screen and (max-width: 768px) {

  .operation i,
  .operation .header__code i {
    font-size: 16px;
  }

  ._bgLogo {
    height: auto;
    opacity: .68;
  }

  .banner-text .heading-text ._wel {
    font-size: 16px;
  }

  .banner-text .heading-text ._cn {
    font-size: .8rem;
  }

  ._crumbNav ._box {
    font-size: 13px;
    -webkit-transform: translateY(-webkit-calc(-100.45%));
    -ms-transform: translateY(calc(-100% - 0.45rem));
    transform: translateY(calc(-100% - 0.45rem));
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 50px !important;
  }

  .ind_body {
    overflow-y: auto !important;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  #header {
    height: 60px;
    background-color: #fff;
    top: 0;
  }

  #header::before {
    display: none;
  }

  #header .header__nav__container {
    margin: 0;
    padding: 0 0.3rem;
    max-width: unset;
    width: 100%;
  }

  .header__navs {
    width: auto;
    margin-right: 0;
  }

  .header__logo {
    /* width: 138px; */
    height: 60px;
  }

  #header.header-sticky::before {
    height: 60px;
  }

  .header__logo img:nth-child(1) {
    opacity: 1;
  }

  .header__logo img:nth-child(2) {
    opacity: 0;
  }

  .navs {
    display: none;
  }

  .header .operation {
    padding-right: .2rem;
  }

  .operation ._item {
    padding: 0 .2rem;
    font-size: 14px;
    color: #333;
  }
  .operation span{
    font-size: 14px;
  }

  .operation i,
  .operation .header__consult i {
    font-size: 18px;
  }
  .header__lang .language .language_item a{
      font-size: 14px;
  }

  .header__search {
    display: none;
  }

  .mobile_search {
    padding: 1rem 0;
    top: 50px;
  }

  .mobile_search .close {
    right: .3rem;
  }

  .mobile_search .close i {
    font-size: .34rem;
  }

  .mobile_search .input input {
    min-height: 46px;
  }

  .mobile_search .label .btn {
    transform: scale(0.8);
  }

  .menubtn {
    display: block;
    width: 36px;
    height: 50px;
    padding-top: 25px;
  }

  #header .menubtn span,
  #header .menubtn span:after,
  #header .menubtn span:before,
  .page_body #header .menubtn span,
  .page_body #header .menubtn span:after,
  .page_body #header .menubtn span:before {
    background-color: #666;
  }

  .section {
    margin: 0;
    padding: 0.6rem 0;
  }

  /*banner*/
  .banner {
    margin-top: 60px;
    padding: 0;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: hidden;
    position: relative;
  }

  .banner .swiper-slide {
    overflow: hidden;
  }

  .banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .banner .swiper-slide.swiper-slide-active .slide-inner {
    -webkit-animation: scaleBigToSmall 4s;
    animation: scaleBigToSmall 4s;
  }

  @-webkit-keyframes scaleBigToSmall {
    0% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }

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

  @keyframes scaleBigToSmall {
    0% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }

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

  .scaleBigToSmall {
    -webkit-animation-name: scaleBigToSmall;
    animation-name: scaleBigToSmall;
    transform-origin: 50% 50%;
  }

  .banner__container {
    padding: 0 5%;
    width: 100%;
    position: absolute;
    bottom: 0.2rem;
  }

  .banner-text .heading-text {
    width: 100%;
    font-size: 0.38rem;
  }
  .banner-text .heading-text ._cn{
    font-size: .68rem;
  }

  .banner-text .heading-text ._en {
    font-size: 13px;
  }

  .pagination-box {
    align-items: center;
  }

  .pagination-box .swiper-pagination {
    margin: 0 auto;
    width: auto;
    font-size: 0;
    position: relative;
    left: auto;
    bottom: auto;
  }

  .pagination-box .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
    width: 0.15rem;
    height: 0.15rem;
    display: inline-block;
    position: relative;
  }

  .pagination-box .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .pagination-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.15rem;
  }

  .pagination-box .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.2rem;
    height: 0.2rem;
    background-color: var(--bg-color01);
  }

  ._moreBtn {
    padding: 0 8px 0 20px;
    height: 42px;
  }

  ._moreBtn span {
    font-size: 13px;
  }

  ._moreBtn ._btn,
  ._moreBtn ._btn div p {
    width: 32px;
    height: 32px;
    overflow: hidden;
  }

  .brd-radius-20 {
    border-radius: 10px;
  }

  .section_top {
    margin-bottom: .4rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .indexTitle1 {
    margin-bottom: .2rem;
  }

  .indexTitle1 ._subTitle {
    font-size: 14px;
    letter-spacing: 0;
  }

  .indexTitle1 ._slogan {
    font-size: 18px;
  }

  .about-desc {
    max-width: unset;
    font-size: 12px;
  }

  .about-digital {
    flex-flow: row wrap;
    gap: .3rem;
  }

  .about-digital .digital-item {
    width: calc((100% - .3rem)/2);
  }

  .about-digital .digital-item .item-header {
    font-size: 26px;
  }

  .about-digital .digital-item .item-title {
    font-size: 15px;
  }

  .about-digital .digital-item .item-desc {
    font-size: 12px;
  }

  .business .section_top {
    gap: .2rem;
  }

  .business .section_top .about-desc,
  .moreHKW .about-desc {
    margin-left: 0;
    max-width: unset;
  }

  .business-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .business-card:nth-child(even) {
    margin-top: .6rem;
  }

  .tag {
    font-size: 10px;
  }

  .innovation-content {
    padding: .3rem;
  }

  .service {
    height: auto;
  }

  .service .bg .map {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  .service .bg .map .txt .step.step-1{
    left: 7%;
    top: 12%;
  }
  .service .bg .map .txt .step.step-2{
    left: 30%;
  }
  .service .bg .map .txt .step.step-5{
    right: 6%;
  }
  .service .bg .map .txt .step.step-6{
    left: 7%;
  }

  ._mapNum {
    right: .3rem;
    bottom: 0;
  }
  .service-content .indexTitle1 ._slogan{
      max-width: 100%;
  }

  .service-content {
    padding-top: .6rem;
    padding-bottom: 0;
  }

  .service-content ._btns {
    margin-bottom: .5rem;
  }

  .partnerline {
    height: 56px;
  }

  .partnerline ul li {
    padding: 0 5px;
    width: 132px !important;
    height: 56px !important;
  }

  .consult {
    margin: .2rem 0 0;
    padding: .8rem 0 .3rem;
  }

  .consult ._cont ._title {
    font-size: 28px;
  }

  .page_body .header__navs {
    margin-left: auto;
  }

  .page_body .header .operation {
    padding-right: .2rem;
  }

  .page_body .header__rights {
    display: flex;
  }

  .subbanner {
    margin: 60px 0 0;
    height: 220px;
  }

  .subbanner .banner-text {
    bottom: 86%;
  }

  ._crumbNav {
    font-size: 14px;
  }

  ._crumbNav a {
    white-space: nowrap;
  }
  .below .below_l {
    display: none;
  }

  .below {
    margin-top: -1rem;
    height: 1rem;
    line-height: 1rem;
  }

  .below .below_r {
    padding-right: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .slidenav .swiper-slide{
    width: auto;
  }

  .slidenav ._item>a {
    padding: 0 5vw;
    font-size: .266rem;
  }

  .below .below_r .slidenav_next {
    padding-right: 0;
    width: 1rem;
    display: block;
  }
  .below .below_r .slidenav_next>a{
  }

  .page-about ._contBox {
    flex-flow: row wrap;
    gap: .3rem;
  }

  .page-about ._contBox>div {
    width: 100%;
    flex: auto;
  }

  .page-history {
    padding-bottom: 54vw;
  }

  .page-history .other {
    width: 162vw;
    height: 162vw;
    top: auto;
    bottom: -115vw;
    right: -31vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .page-history .other .c2 {
    width: 144vw;
    height: 144vw;
  }

  .page-history .other .c3 {
    width: 90vw;
    height: 90vw;
  }

  .page-history .hisGroup {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 90%;
    height: 7rem;
    position: relative;
    z-index: 12;
  }

  .page-history .hisGroup .eventBox .img-box {
    width: 90vw;
    height: 50vw;
    margin-bottom: 6vw;
  }

  .page-history .hisGroup .eventBox .list {
    font-size: 14px;
  }


  .page-history .other .items .hisSw .swiper-slide .list {
    height: 8vw;
  }

  .page-history .other .items .hisSw .swiper-slide .list .dot {
    width: 6vw;
    height: 6vw;
  }

  .page-history .other .items .hisSw .swiper-slide .list .line {
    width: 20vw;
  }

  .page-history .other .items .hisSwChild .swiper-slide {
    overflow: visible;
  }

  .page-history .other .items .hisSwChild .swiper-slide .list .dot {
    width: 6vw;
    height: 6vw;
  }

  .page-history .other .items .hisSwChild .swiper-slide .list .line {
    width: 20vw;
  }

  .page-history .other .items .hisSwChild .swiper-slide .list .txt {
    width: 76%;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .page-history .other .items .hisSwChild .swiper-slide .list .txt h3 {
    -webkit-transform: scale(.6) rotate(-90deg);
    -ms-transform: scale(.6) rotate(-90deg);
    transform: scale(.6) rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .page-history .other .items .hisSwChild .swiper-slide.swiper-slide-active .list .txt {}

  .page-history .other .items .hisSwChild .swiper-slide.swiper-slide-active .list .txt h3 {
    -webkit-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
    transform: scale(1) rotate(-90deg);
  }

  .business-name {
    padding-right: 1rem;
    font-size: 16px;
  }

  .links-grid .business-name {
    padding-right: 1.5rem;
  }

  .card-badge {
    width: .6rem;
    height: .6rem;
    font-size: 14px;
  }

  .business-grid .product-detail-btn {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 16px;
  }

  .business-grid .business-foot {
    gap: 8px;
  }

  .docLink {
    font-size: 14px;
  }

  .docLink i {
    font-size: 16px;
  }

  ._agentBox {
    flex-wrap: wrap;
  }

  .partner-info svg {
    margin-top: 5px;
  }

  .page-contact {
    width: 90vw;
    max-width: 90vw;
    margin: 0 auto;
  }

  .contact-container {
    grid-template-columns: 1fr
  }

  .contact-card {
    padding: .2rem .1rem;
  }

  .contact-card .card-title {
    font-size: 13px;
  }

  .contact-card .card-content {
    font-size: 15px;
  }

  /* page innovation list */
  .page-innovation {
    width: 90vw;
    max-width: 90vw;
    margin: 0 auto;
  }

  .innovation-list {
    margin: 10px -10px 0;
  }

  .innovation-list .item {
    padding: 10px;
    width: 33.33%;
  }

  .innovation-list .item_top .item_icon {
    height: 40px;
  }

  .innovation-list .item_top .item_nun {
    font-size: 28px;
  }

  .innovation-list .item_title {
    font-size: 18px;
  }

  /* page esg box */
  .page-esg {
    width: 90vw;
    max-width: 90vw;
    margin: 0 auto;
  }
  .page-esg .section_top .indexTitle1{
    margin-bottom: .3rem;
  }

  .esg_box {
    flex-direction: column;
    gap: 30px;
  }
  .esg_box .left-box .tab-nav{
    margin-bottom: 30px;
  }
  .esg_box .left-box .content-desc{
    font-size: 14px;
  }
  .esg_box .left-box .item-block p{
    font-size: 13px;
  }
  .esg_box .left-box .item-block h3{
    font-size: 18px;
  }

  .esg_box .right-box {
    width: 100%;
  }

  /* page contact list */
  .continent-name {
    font-size: .38rem;
  }

  .branch-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .branch-item {
    padding: 20px;
  }

  .branch-item h4 {
    font-size: 16px;
  }

  .branch-item p {
    font-size: 14px;
  }

  .branch-item p label {
    font-size: 13px;
  }

  .page-leaveMessage ._box {
    flex-flow: column;
  }

  ._msgForm {
    padding-top: .2rem;
  }

  .booking-div {
    flex-wrap: wrap;
  }

  .booking-label {
    margin-bottom: .45rem;
    width: 100%;
  }

  .booking-label span {
    font-size: .28rem;
    line-height: .8rem;
  }

  .booking-form input,
  .booking-textarea {
    font-size: .28rem;
    height: .8rem;
  }

  .booking-label.focus span {
    bottom: .4rem;
    font-size: .24rem;
  }

  .booking-label.focus::after {
    height: 1px;
  }

  .Message-booking span {
    bottom: auto;
    top: 0;
  }

  .Message-booking.focus span {
    bottom: auto;
    top: -.5rem;
  }

  .booking-textarea {
    height: 1.62rem;
  }

  .captcha-div {
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .captcha-div .booking-label {}

  .captcha-div .key-label {
    width: auto;
    flex: auto;
  }

  .key-label #verify {
    width: 120px !important;
    height: 40px !important;
  }

  .key-label #keyBtn {
    font-size: .28rem;
  }

  .booking-submit .submit-btn {
    padding: .08rem .54rem;
    border-radius: .6rem;
  }

  .booking-submit .submit-btn span::before {
    width: 6px;
    height: 6px;
  }

  .booking-submit .submit-btn span {
    font-size: 14px;
  }

  .page-leaveMessage ._rPic {
    width: 100%;
  }

  .page-map iframe {
    height: 260px !important;
    border-radius: 0;
  }

  .page-development .img-box ._txt {
    padding: .4rem;
  }

  .page-development .img-box ._txt h4 {
    font-size: 18px;
  }

  .page-development .img-box ._txt p {
    font-size: 13px;
  }

  .page-join {
    width: 90vw;
    max-width: 90vw;
    margin: 0 auto;
  }

  ._jobList {}

  ._jobList>div {
    padding: .4rem;
    width: 100%;
  }

  ._jobList ._tHead {
    flex-flow: column;
    align-items: flex-start
  }

  ._jobList ._tHead ._title {
    font-size: .32rem;
    line-height: 2;
  }

  ._jobList ._tHead ._txt {
    font-size: 12px;
  }

  ._jobList ._info {
    font-size: 13px;
    max-height: 3.6rem;
  }

  .Layer_Upload .box .close i {
    font-size: 18px;
  }

  .Layer_Upload .box .content1 {
    font-size: .46rem;
  }

  .Layer_Upload .box .content2 .upload {
    width: 3.8rem;
  }

  .Layer_Upload .box .content3 {
    font-size: .3rem;
  }

  .page-service {
    width: 90vw;
    max-width: 90vw;
    margin: 0 auto;
  }

  .service-grid {
    grid-template-columns: 1fr
  }

  .service-grid .business-card {
    width: 100%;
  }

  .service-grid .business-name {
    padding-right: 0;
    font-size: 18px;
  }

  .service-grid .business-name br {
    display: none;
  }

  .page-news {
    width: 90vw;
    max-width: 90vw;
    margin: 0 auto;
  }

  .filter-search-container .filter-item,
  .filter-search-container .search-item {
    height: .8rem;
  }

  .filter-search-container .filter-text {
    font-size: 14px;
  }

  .filter-search-container .search-arrow {
    font-size: 12px;
  }

  .news-grid {
    grid-template-columns: 1fr
  }

  ._newsHead {
    margin-top: 1rem;
    padding-top: .5rem;
  }

  ._newsHead ._place {
    font-size: 14px;
  }

  ._titleDate {
    padding-bottom: .6rem;
  }

  .newsDel {
    flex-flow: column;
    gap: .6rem;
  }

  .newsDel ._info {
    width: auto;
  }

  .newsDel ._info ._contin {
    font-size: 14px;
  }

  .newsDel ._info ._skip ._jump a {
    font-size: 14px;
  }

  .newsDel ._info ._skip ._back>a {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 14px;
  }

  .newsDel .boxRight {
    padding-left: 0;
  }

  .tj_box .list .item a ._title {
    font-size: 16px;
  }

  .tj_box .list .item a ._date {
    display: flex;
    font-size: 13px;
    align-items: center;
    gap: 8px;
  }

  .tj_box .list .item a ._date svg {}

  ._proIntroBox ._item {
    flex-flow: column;
  }

  ._proIntroBox ._item ._info ._title {
    font-size: 16px;
  }

  ._proIntroBox ._item ._list p {
    width: 100%;
    font-size: 12px;
  }

  ._proIntroBox ._item ._info p {
    font-size: 14px;
  }

  ._proIntroBox ._item ._info ._remark,
  ._proIntroBox ._item ._info a {
    font-size: 14px;
  }

  ._proIntroBox ._item:nth-child(2) {
    flex-flow: column-reverse;
  }

  .page-productChange {
    width: 90vw;
    max-width: 90vw;
    margin: 0 auto;
  }

  .proChage-grid {
    grid-template-columns: 1fr
  }

  .proChage-grid .business-card:nth-child(odd) {
    margin-top: 0;
  }

  .proChage-grid .tag {
    font-size: 12px;
  }

  .proChage-grid ._special {
    gap: 6px;
  }

  .proChage-grid ._special span {
    font-size: 13px;
  }

  .page-coop-consult ._bg img {
    border-radius: .1rem;
  }

  .page-coop-consult ._bg::before {
    border-radius: .1rem;
  }

  .page-area-box {
    padding-bottom: 0;
  }

  .page-area-box>div {
    padding-top: .5rem;
  }
  ._areaList .business-img{
    height: 3.68rem;
  }
  /* page other products */
  .page-bearing-box .page-productChange{
    width: 100%;
    max-width: 100%;
  }
  .page-bearing-box .page-productChange.section{
      padding-top: 0.6rem;
      padding-bottom: 0.6rem;
  }
    .page-bearing-box .indexTitle1{
        margin-bottom: .3rem;
    }
    .bearing-list{
        grid-template-columns:repeat(1, 1fr)
    }
    .bearing-list .business-card,.bearing-list .business-card:nth-child(even){
        flex-flow: column;
    }
    .bearing-list .business-img{
        width: 100%;
    }
    .bearing-list .business-name{
        font-size: 0.32rem;
    }
  .bearing-list ._proFeats {
        padding-right: 0;
        gap: 0.2rem;
    }
    .bearing-list ._proFeats ._feat{
        font-size: .28rem;
    }
    .bearing-list ._proFeats ._featLabel{
        margin-right: 0.1rem;
        font-size: .26rem;
        text-align: center;
    }

  .login {
    padding-top: 1.2rem;
  }

  .login ._container {
    width: 100vw;
  }

  .login ._container ._title {
    font-size: 28px;
    font-weight: bold;
  }

  .login ._container input {
    padding: 0 .2rem;
    height: 46px;
  }

  .layui-form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .layui-form-item a {
    font-size: 14px;
  }

  .login ._container button {
    padding: .2rem .4rem;
    font-size: 16px;
    max-height: unset !important;
  }

  .login ._container .register a {
    font-size: 14px;
  }


  /* footer */
  .footer {
    padding: .3rem 0 0;
  }

  .footer .container {
    flex-direction: column;
    gap: 0;
  }
  .footer-menu-columns .menu-column{
    border-bottom: 1px solid rgba(255, 255, 255, .32);
    margin: 0;
    padding: 0.24rem 0;
    gap: 0;
  }
  .footer-menu-columns .menu-column:last-child{
    border-bottom: none;
  }
  .footer-menu-columns .menu-title{
    font-size: .3rem;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  .footer-menu-columns .footer-links{
    display: none;
  }
  .footer-menu-columns .footer-links li{
    margin: .2rem .2rem 0 0;
    display: inline-block;
  }
  .footer-menu-columns .footer-links li a{
    font-size: .266rem;
  }
  .footer-menu-columns .menu-title::before, .footer-menu-columns .menu-title::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #fff;
    right: 10px;
    top: 50%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .footer-menu-columns .menu-title::before{
    left: auto;
    bottom: auto;
  }
  .footer-menu-columns .menu-title::after{
    left: auto;
    bottom: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .footer-menu-columns .menu-column.active .menu-title::after{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .footer-menu-columns .menu-column.active .footer-links{
    display: block;
  }

  .footer ._fLinks {
    order: 1;
  }

  ._fLinks>a {
    font-size: 12px;
  }

  .footer ._fMedia {
    order: 0;
  }

  .footer ._fMedia ._item>a {
    width: .8rem;
    height: .8rem;
  }

  .footer ._fMedia ._item>a .iconfont {
    font-size: 16px;
  }

  ._copyright p {
    order: 2;
    font-size: 12px;
  }

  .footer ._top {
    padding-top: .3rem;
    padding-bottom: .3rem;
    border-top: none;
  }

  .footer ._top.container {
    gap: .3rem;
    align-items: flex-start;
  }

  .footer ._top ._logo {
    flex: auto;
    height: .8rem;
  }

  .footer ._top ._logo>img {
    width: auto;
    height: 100%;
  }

  .footer ._top ._contactInfo {
    align-items: flex-start;
  }

  .footer ._top ._contactInfo a,
  .footer ._top ._add {
    font-size: 14px;
  }

  .footer ._copyright.container {
    padding: .3rem;
    align-items: flex-start;
    z-index: 3;
  }
  .footer ._copyright.container div:last-child{
      text-align: left;
  }

  .footer ._fMedia ._item .follow {
    left: 0;
    transform: translate(0, 10px);
  }

  .footer ._fMedia ._item:last-child .follow {
    left: auto;
    right: 0;
  }

  .footer ._fMedia ._item .follow .follow_text {
    font-size: 14px;
  }
  .jSqbES{
    width: 0.8rem!important;
    height: 0.8rem!important;
    right: 20px!important;
  }
}

.backTop {
  position: fixed;
  z-index: 51;
  right: 50px;
  bottom: -100px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.backTop img {
  max-width: 48%;
  position: relative;
  z-index: 10;
}

.backTop.active {
  bottom: 50px;
}
/* AI 智能客服引导气泡 */
  .hkw-cs-guide-bubble {
    position: fixed;
    z-index: 999999;
    max-width: 250px;
    padding: 10px 16px;
    background: #ffffff;
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    word-break: break-word;
  }
  .hkw-cs-guide-bubble.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    animation: hkwCsBubbleFloat 2.4s ease-in-out 0.6s infinite;
  }
  .hkw-cs-guide-bubble::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 30px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    transform: rotate(45deg);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.06);
  }
  .hkw-cs-guide-bubble .hkw-cs-guide-text {
    display: block;
    padding-right: 18px;
  }
  /* 关闭按钮 */
  .hkw-cs-guide-bubble .hkw-cs-guide-close {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    border-radius: 50%;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .hkw-cs-guide-bubble .hkw-cs-guide-close:hover {
    color: #ffffff;
    background: #bbbbbb;
  }
  @keyframes hkwCsBubbleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
  }
  @media (max-width: 768px) {
    .hkw-cs-guide-bubble { display: none; }
  }

@media screen and (max-width: 768px) {
  .innovation-list .item {
    width: 50%;
  }

  .esg_box .left-box .tab-btn {
    padding: 10px 0;
    font-size: 16px;
  }

  .esg_box .left-box .content-title {
    font-size: 20px;
  }
}

@media (max-width: 760px) {
  .backTop {
    width: 0.8rem;
    height: 0.8rem;
    right: 20px;
  }

  .backTop.active {
    bottom: 70px;
  }
}

@media screen and (max-width: 560px) {
  .innovation-list .item {
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1900px) {

  /* --- 1. 头部导航 --- */
  .header__logo {
    flex-shrink: 0;
  }

  .header__navs {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }

  .navs {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 .1rem 0 .2rem;
    display: flex;
    align-items: center;
  }

  .navs>li {
    float: none;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }

  .navs>li>a {
    padding: 0 .05rem;
    font-size: .17rem;
  }

  .header .operation {
    width: auto;
    flex-shrink: 0;
    padding-right: .1rem;
  }

  .operation ._item {
    padding: 0 .12rem 0 0;
    gap: 5px;
  }

  .header__search form {
    width: 1.3rem;
  }

  /* --- 2. 服务网络：标题不再压地图标注 --- */
  .service-content .indexTitle1 {
    max-width: 5.2rem;
  }

  .service .bg .map {
    width: min(13.8rem, 68vw);
  }
  .service-content ._btns{
    margin-bottom: 2.36rem;
  }

  /* --- 3. 业务网格：一行固定 4 个 --- */
  .business .business-grid,
  .moreHKW .business-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .navs>li>a {
    font-size: .16rem;
  }

  .business .business-grid,
  .moreHKW .business-grid {
    gap: .24rem;
  }

  .business .business-img {
    min-height: 3.4rem;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .navs>li>a {
    font-size: .15rem;
  }

  .header__logo {
    width: 1.2rem;
  }

  .header__search form {
    width: 1.1rem;
  }

  .business .business-img {
    min-height: 2.9rem;
  }
  .service-content{
    padding-top: 1.8rem;
    padding-bottom: 0.8rem;
  }
}