@charset "UTF-8";
@font-face {
  font-family: "iconfont"; /* project id 1420729 */
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-top: 3.75rem; /* 为容器添加顶部内边距，等于导航栏高度 */
}

.wrap {
  max-width: 1280px;
  margin: 0 auto;
  width: 96%;
  box-sizing: border-box;
}

.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.main {
  padding: 3.75rem 0 0; /* 为容器添加顶部内边距，等于导航栏高度 */
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.c_l {
  clear: both;
  height: 0px;
  font-size: 0px;
  overflow: hidden;
}

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

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

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

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-grid {
  display: inline-grid;
}

.divhidden {
  display: none;
}

.o-hide {
  overflow: hidden;
}

.vmd {
  display: inline-block;
  vertical-align: middle;
}

.relative {
  position: relative;
}

/*清除浮动*/
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  width: 6px;
  z-index: 999;
  /* background-color: #dfdfdf; */
  /* background: linear-gradient(0, #acaef3, #bec6ed); */
}

::-webkit-scrollbar:hover {
  transform: scaleX(1.45);
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  border-radius: 4px;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  background: linear-gradient(-90deg, #72b5ff, #409dfc);
  border-radius: 4px;
  cursor: grab;
  margin: 2px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
}

/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(-90deg, #72b5ff, #409dfc);
  border-radius: 10px;
  cursor: grab;
  margin: 2px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
}

.scroll-type-a::-webkit-scrollbar {
  width: 11px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.18);
}

/*定义滚动条轨道 内阴影+圆角*/
.scroll-type-a::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.18);
}

/*定义滑块 内阴影+圆角*/
.scroll-type-a::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ffffff;
}

/*滑块效果*/
.scroll-type-a::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  background-color: #ffffff;
}

input[type=text], textarea {
  color: #333333;
  border-color: #DFE7F9;
  border: 2px solid #DFE7F9;
  transition: all 0.3s ease;
}
input[type=text]:focus, textarea:focus {
  border-color: #2554FE;
  border: 2px solid #2554FE;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
  outline: none;
}

input, textarea {
  color: #333333;
  border-color: #DFE7F9;
}

@media screen and (max-width: 1200px) {
  .container {
    padding-top: 6rem; /* 移动端导航栏高度为6rem */
  }
}
.footer-bg {
  background: linear-gradient(135deg, #20222E 0%, #2D3042 100%);
  width: 100%;
}
.footer-bg .footer-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  background: url(../images/app-promotion-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.footer-bg .footer-banner .footer-en-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
}
.footer-bg .footer-banner .footer-en-title.no-subtitle {
  margin-bottom: 1.25rem;
}
.footer-bg .footer-banner .lx-button-plain {
  padding: 1rem 3rem;
  background: hsla(0, 0%, 100%, 0.25);
  border: 1px solid #fff;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
}
.footer-bg .footer-banner .lx-button-plain:hover {
  background-color: #ffffff;
  color: #007bff;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.footer-bg .footer-banner .lx-button-plain:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1200px) {
  .footer-bg .footer-banner {
    padding: 2.5rem 2.5rem;
  }
  .footer-bg .footer-banner .footer-en-title {
    font-size: 3rem;
    line-height: 2.2;
    margin-bottom: 3rem;
  }
  .footer-bg .footer-banner .footer-en-title.no-subtitle {
    margin-bottom: 2.5rem;
  }
  .footer-bg .footer-banner .lx-button-plain {
    font-size: 1.5rem;
    min-width: 15rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1200px - 1)) {
  .footer-bg .footer-banner {
    padding: 6rem 1rem;
  }
  .footer-bg .footer-banner .footer-en-title {
    font-size: 2.5rem;
    line-height: 2;
    margin-bottom: 2rem;
  }
  .footer-bg .footer-banner .footer-en-title.no-subtitle {
    margin-bottom: 6rem;
  }
  .footer-bg .footer-banner .lx-button-plain {
    padding: 1rem 6rem;
    font-size: 1.25rem;
    min-width: 14rem;
  }
}
@media screen and (min-width: 768px) and (max-width: calc(1024px - 1)) {
  .footer-bg .footer-banner {
    padding: 3rem 1rem;
  }
  .footer-bg .footer-banner .footer-en-title {
    font-size: 1.75rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    max-width: 45rem;
  }
  .footer-bg .footer-banner .footer-en-title.no-subtitle {
    margin-bottom: 3rem;
  }
  .footer-bg .footer-banner .lx-button-plain {
    padding: 1rem 4rem;
    font-size: 1rem;
    min-width: 12rem;
  }
}
@media screen and (min-width: 480px) and (max-width: calc(768px - 1)) {
  .footer-bg .footer-banner {
    padding: 2rem 1rem;
  }
  .footer-bg .footer-banner .footer-en-title {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    max-width: 35rem;
    letter-spacing: 0.5px;
  }
  .footer-bg .footer-banner .footer-en-title.no-subtitle {
    margin-bottom: 2rem;
  }
  .footer-bg .footer-banner .lx-button-plain {
    padding: 1rem 2rem;
    font-size: 1rem;
    min-width: 10rem;
  }
}
@media screen and (max-width: calc(480px - 1)) {
  .footer-bg .footer-banner {
    padding: 2rem 0.5rem;
  }
  .footer-bg .footer-banner .footer-en-title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    max-width: 25rem;
    letter-spacing: 0.3px;
  }
  .footer-bg .footer-banner .footer-en-title.no-subtitle {
    margin-bottom: 2rem;
  }
  .footer-bg .footer-banner .lx-button-plain {
    padding: 1rem 2rem;
    font-size: 0.875rem;
    min-width: 8rem;
    width: 100%;
    max-width: 12rem;
  }
}
.footer {
  padding: 50px 0;
  background-color: #20222E;
}
.footer .f-l {
  width: 30%;
  color: #ffffff;
}
.footer .f-l span {
  font-size: 2.5rem;
  font-weight: 900;
}
.footer .f-l p {
  color: #ABACB0;
}
.footer .f-l p a {
  color: #ffffff;
}
.footer .f-l p a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer .f-l p a.active {
  color: #ffffff;
  text-decoration: underline;
}
.footer .f-r {
  display: flex;
  width: 70%;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: flex-end;
}
.footer .f-r .f-memu {
  color: #ffffff;
  padding-bottom: 1rem;
}
.footer .f-r .f-memu a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 0.5rem;
}
.footer .f-r .f-memu a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer .f-r .f-memu a.active {
  color: #ffffff;
  text-decoration: underline;
}
.footer .f-r .f-memu:first-child {
  padding-left: 0rem;
}
.footer .f-r .f-memu:last-child {
  padding-right: 0rem;
}
.footer .f-r .f-r-line {
  border-top: 1px solid #41424D;
  font-size: 1.25rem;
  padding-top: 2rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.45);
}

@media screen and (max-width: 1024px) {
  .footer .f-l {
    width: 100%;
  }
  .footer .f-r {
    width: 100%;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 820px) {
  .footer .f-r {
    width: 100%;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .f-r {
    width: 100%;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .footer .f-r {
    width: 100%;
    padding-top: 1rem;
  }
}
/*返回顶部*/
.aside-top {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.aside-top.show {
  opacity: 1;
  visibility: visible;
}

.aside-top a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.aside-top .iconfont {
  font-size: 24px;
}

.aside-top:hover {
  background-color: #2554FE;
  transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .aside-top {
    display: none;
    right: 10px;
    bottom: 80px;
    width: 40px;
    height: 40px;
  }
  .aside-top .iconfont {
    display: none;
    font-size: 20px;
  }
}
@keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-o-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-moz-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-webkit-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-o-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
@-moz-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
@-webkit-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
.header {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  width: 100%;
  height: 3.75rem;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed; /* 改为fixed确保在所有浏览器中都能固定 */
  top: 0;
  z-index: 105; /* 提高z-index确保在最上层 */
  border-bottom: 1px solid #f0f2f7;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: translateY(0);
}
.header.small {
  transform: translateY(-2px);
  height: 5rem;
  padding-bottom: 0.5rem;
}
.header.show-box-shadow {
  box-shadow: 0 2px 10px 0 rgba(180, 189, 221, 0.25) !important;
}

.header .logo {
  float: left;
  overflow: hidden;
  height: auto;
  margin-top: 15px;
}

.header .logo img {
  max-width: 82%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.header .wight {
  display: flex;
  width: 80%;
  justify-content: end;
}

.header .search-box {
  float: left;
  margin-top: 10px;
  position: relative;
}

.header .search-box .search-btn {
  width: 40px;
  height: 40px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
}

.header .search-box .search-btn:hover {
  width: 40px;
  height: 40px;
  background: url(../images/search_on.png) no-repeat center;
  cursor: pointer;
}

.header .search-box .search-bar {
  width: 830px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 95;
  background: #fff;
  padding: 0px 10px;
  margin-top: 6px;
  display: none;
}

.header .search-box .search-bar .close {
  width: 40px;
  height: 40px;
  float: right;
  background: url(../images/close.png) no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.header .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.header .search-box .search-bar .btn {
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 0.4rem;
  background: url(../images/search.png) no-repeat center;
}

.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
  border: solid 1px #DFE7F9;
  border-radius: 4px 0 0 4px;
}

.header .search-box .search-bar .inpu {
  width: 84%;
  padding: 5px 40px;
}

.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  color: #1A2035;
  background: #F8F9FF;
  border: solid 1px #DFE7F9;
  border-radius: 0px 4px 4px 0px;
}

.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #5C5E66;
}

.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #5C5E66;
}

.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #5C5E66;
}

.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #5C5E66;
}

.header .denglu {
  display: grid;
  width: 20px;
  height: 20px;
  padding-top: 20px;
}

.header .denglu .iconfont {
  display: block;
  color: #666666;
  font-size: 14px;
  margin-top: 4px;
}

.header .denglu a .iconfont {
  color: #666666;
}

.header .denglu a:hover .iconfont {
  color: #2554FE;
}

.header .language {
  position: relative;
  top: 20px;
  left: 20px;
}

.header .language .tit {
  height: 20px;
  line-height: 20px;
  padding: 0 14px 0 12px;
  cursor: pointer;
  background: url(../images/arrow1.png) no-repeat right 0 center;
  font-size: 16px;
  color: #666;
}

.header .language .tit.on {
  color: #2554FE;
  background-image: url(../images/arrow2.png);
}

.header .language .list {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 5;
  width: 100px;
  padding-top: 10px;
  text-align: center;
  display: none;
}

.header .language ul {
  background: #fff;
  position: relative;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  box-shadow: 0 2px 10px 0 rgba(180, 189, 221, 0.25);
  border: 1px solid #ededef;
}

.header .language ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ededef;
  border-width: 6px;
  margin-left: -4px;
}

.header .language li a {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.header .language li a:hover {
  color: #ffffff;
  background: #2554FE;
}

.header .nav {
  float: left;
}

.header .nav > ul > li {
  float: left;
  position: relative;
}

.header .nav > ul > li > a {
  height: 50px;
  line-height: 40px;
  margin-top: 10px;
  display: block;
  font-size: 1.5rem;
  color: #1A2035;
  letter-spacing: -0.07px;
  overflow: hidden;
  position: relative;
  padding: 0 24px;
  text-decoration: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.header .nav > ul > li > a::after,
.header .nav > ul > li > a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #2554FE;
  position: absolute;
  left: 24px;
  bottom: 10px;
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.header .nav > ul > li > a::after {
  bottom: 5px;
  background: #2554FE;
}

.header .nav > ul > li .arrow {
  display: none;
}

.header .nav > ul > li.on > a {
  color: #2554FE;
  font-size: 1.5rem;
  font-weight: 700;
}

.header .nav > ul > li.on > a::before {
  width: 15px;
}

.header .nav > ul > li.on > a::after {
  width: 23px;
}

.header .nav > ul > li.on:hover > a::before,
.header .nav > ul > li:hover > a::before {
  animation: headline1 0.5s infinite alternate;
  -moz-animation: headline1 0.5s infinite alternate;
  -webkit-animation: headline1 0.5s infinite alternate;
  -o-animation: headline1 0.5s infinite alternate;
  animation-fill-mode: forwards;
}

.header .nav > ul > li.on:hover > a::after,
.header .nav > ul > li:hover > a::after {
  animation: headline2 0.6s infinite alternate;
  -moz-animation: headline2 0.6s infinite alternate;
  -webkit-animation: headline2 0.6s infinite alternate;
  -o-animation: headline2 0.6s infinite alternate;
  animation-fill-mode: forwards;
}

.header .nav .sub {
  min-width: 140px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  padding: 1rem 1rem;
  background: #fff;
  display: none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  box-shadow: 0 2px 10px 0 rgba(180, 189, 221, 0.25);
  border: 1px solid #ededef;
}

.header .nav .sub li {
  margin-top: 0px;
  border-bottom: solid 1px #ededef;
}

.header .nav .sub li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #1A2035;
  white-space: nowrap;
  background: #fff;
  padding: 0 10px;
  text-decoration: none;
}

.header .nav .sub li a:hover {
  color: #ffffff;
  background: #2554FE;
}

.header .menu-btn {
  display: none;
}

/* 搜索遮罩层样式 */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 104;
  display: none;
}

@media (min-width: 1024px) {
  .header {
    height: 6rem;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
    transition: all 0.3s ease;
  }
  .header.show-box-shadow {
    box-shadow: 0 2px 10px 0 rgba(180, 189, 221, 0.25);
  }
}
@media screen and (max-width: 1820px) {
  .header {
    padding: 0;
  }
}
@media screen and (max-width: 1440px) {
  .header .wight {
    width: 80%;
  }
}
@media screen and (max-width: 1400px) {
  .header .nav > ul > li > a {
    padding: 0 20px;
  }
  .header .nav > ul > li > a::after,
  .header .nav > ul > li > a::before {
    left: 20px;
  }
  .header .search-box .search-bar {
    width: 740px;
  }
}
@media screen and (max-width: 1200px) {
  * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .header {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    height: 6rem;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed; /* 移动端也使用fixed */
    top: 0;
    z-index: 105;
    border-bottom: 1px solid #f0f2f7;
    transition: top 0.2s ease, box-shadow 0.3s ease;
  }
  .header.show-box-shadow {
    box-shadow: 0 2px 10px 0 rgba(180, 189, 221, 0.25);
  }
  .header.small {
    transform: translateY(-2px);
    height: 5.5rem;
    padding-bottom: 0.5rem;
  }
  .header .logo {
    margin-top: 2rem;
  }
  .header .logo img {
    max-width: 65%;
    height: auto;
    align-items: center;
  }
  .header .wight {
    width: auto; /* 修改为自动宽度 */
    display: flex; /* 添加flex布局 */
    align-items: center; /* 垂直居中 */
    justify-content: flex-end; /* 向右对齐 */
    position: absolute; /* 绝对定位 */
    right: 0px; /* 距离右侧70px，为菜单按钮留出空间 */
    top: 10px; /* 顶部对齐 */
  }
  .header .denglu {
    display: grid;
    width: 20px;
    height: 20px;
    padding-top: 0px;
    margin-left: 10px; /* 添加左边距 */
  }
  .header .language {
    float: left;
    position: relative;
    top: 2px;
    margin-right: 92px; /* 添加左边距 */
  }
  .header .language .tit {
    height: 20px;
    line-height: 20px;
    padding: 0 16px 0 0;
  }
  .header .language .list {
    top: 30px;
    width: 100px;
    z-index: 999;
  }
  .header .search-box {
    margin: 0;
    margin-left: 10px; /* 添加左边距 */
  }
  .header .search-box .search-btn {
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
  .header .search-box .search-bar {
    width: 80%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
    padding: 0px;
  }
  .header .search-box .search-bar .close {
    display: none;
  }
  .header .search-box .search-bar .btn {
    width: 50px;
    height: 50px;
    float: right;
    margin-top: 0rem;
  }
  .header .search-box .search-bar .btn input {
    border-radius: 0px 4px 4px 0px;
  }
  .header .search-box .search-bar .inpu {
    width: 100%;
    height: 50px;
    padding: 0 50px 0 0;
    border-radius: 4px 0px 0px 4px;
  }
  .header .search-box .search-bar .inpu input {
    background: #fff;
    height: 50px;
  }
  .header .menu-btn {
    width: 45px;
    display: block;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 3;
    cursor: pointer;
  }
  .header .menu-btn span {
    width: 22px;
    height: 2px;
    background: #2554FE;
    border-radius: 2px;
    position: absolute;
    left: 15px;
    top: 23px;
    z-index: 2;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .header .menu-btn span.line1 {
    top: 16px;
  }
  .header .menu-btn span.line3 {
    top: 30px;
  }
  .menu-btn.on span.line1 {
    top: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .menu-btn.on span.line2 {
    opacity: 0;
  }
  .menu-btn.on span.line3 {
    top: 23px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  .header .nav {
    float: none;
    position: fixed;
    top: 5.5rem;
    left: 0;
    width: 100vw; /* 使用视口宽度 */
    height: calc(100vh - 5.5rem); /* 修复：使用视口高度减去header高度 */
    z-index: 200;
    background: #fff;
    overflow: auto;
    max-height: calc(100vh - 5.5rem);
    display: none;
    box-sizing: border-box; /* 确保padding和border包含在宽度内 */
  }
  .header .nav > ul > li {
    float: none;
  }
  .header .nav > ul > li:hover > a,
  .header .nav > ul > li > a {
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 15px;
    color: #000000;
    padding: 0 20px;
    border-bottom: solid 1px #DFE7F9;
    position: relative;
  }
  .header .nav > ul > li:hover > a::before,
  .header .nav > ul > li > a::after,
  .header .nav > ul > li > a::before {
    display: none;
  }
  .header .nav > ul > li .arrow {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    background: url(../images/arrow4.png) no-repeat center;
  }
  .header .nav > ul > li.now .arrow {
    background-image: url(../images/arrow3.png);
  }
  .header .nav > ul > li.on > a,
  .header .nav > ul > li.now > a,
  .header .nav > ul > li.on:hover > a {
    color: #2554FE;
    border-bottom: solid 1px #2554FE;
  }
  .header .nav .sub {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    padding-top: 10px;
    border-radius: 0rem;
  }
  .header .nav .sub li {
    margin-top: 0;
  }
  .header .nav .sub li a:hover,
  .header .nav .sub li a {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #1a2035;
    background: #F8F9FF;
    text-align: left;
    padding: 0 30px;
    border-bottom: solid 0px #eee;
    text-decoration: none;
  }
  .header .nav .sub li a:active {
    color: #2554FE;
  }
}
@media screen and (max-width: 912px) {
  .header .menu-btn {
    right: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .header-biaoyu {
    padding: 5px 0px 5px 0px;
  }
  .header-biaoyu i {
    display: none;
  }
}
html {
  font-size: 71.4%;
}

body {
  font: normal 100% Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

body {
  color: #333333;
  font-family: "Arial", "Helvetica", "Microsoft YaHei", sans-serif;
}

.index_About {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 2rem 0rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.index_About .f-l {
  padding-top: 1rem;
  padding-right: 2rem;
}
.index_About .f-l .index_About_title {
  color: #3A4057;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.2;
}
.index_About .f-l .index_About_content {
  display: inline-block;
  color: #666;
  font-size: 1.75rem;
  padding-top: 20px;
  line-height: 1.2;
}
.index_About .f-r {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .index_About {
    flex-direction: column;
  }
  .index_About .f-r {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-top: 1rem;
  }
  .index_About .f-r #videoPlay {
    padding-top: 1rem;
  }
}
.index_logo {
  position: relative;
  padding: 50px 0;
}
.index_logo .owl-carousel {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index_logo .owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.index_logo .owl-carousel .owl-stage {
  display: flex;
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.index_logo .owl-carousel .owl-item {
  flex-shrink: 0;
  width: auto;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.index_logo #owl-demo3 .owl-carousel .owl-item {
  width: 120px !important;
  margin: 0 15px;
}
.index_logo #owl-demo3 .owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.index_logo #owl-demo3 .owl-carousel .item img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: grayscale(30%);
}
.index_logo #owl-demo3 .owl-carousel .item:hover img {
  transform: scale(1.1);
  filter: grayscale(0%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.index_logo .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1000;
}
.index_logo .owl-nav .owl-prev, .index_logo .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2) !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: white !important;
  font-size: 20px !important;
  transition: all 0.3s ease;
  z-index: 101;
  cursor: pointer;
  border: none;
  outline: none;
  opacity: 1 !important;
}
.index_logo .owl-nav .owl-prev:hover, .index_logo .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.3) !important;
  transform: translateY(-50%) scale(1.1);
}
.index_logo .owl-nav .owl-prev {
  left: 10px;
}
.index_logo .owl-nav .owl-next {
  right: 10px;
}
.index_logo .owl-nav .disabled {
  opacity: 0.5 !important;
  cursor: default;
  pointer-events: none;
}
.index_logo .owl-dots {
  display: none;
}

.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
  opacity: 1 !important;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  #owl-demo3 .owl-carousel .owl-item {
    margin: 0 5px;
  }
  #owl-demo3 .item img {
    max-width: 80px;
  }
}
.index_features {
  display: flex;
  width: 100%;
  padding: 6rem 0rem;
  background-color: #F8F9FF;
}
.index_features .featuresTitle {
  text-align: center;
  color: #1A2035;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index_features .featuresTitle span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: normal;
  color: #5C5E66;
  padding: 1.25rem 0rem;
}
.index_features .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
  row-gap: 2.5rem;
  -webkit-row-gap: 2.5rem;
  -moz-row-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  column-gap: 2rem;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  grid-column-gap: 2rem;
}
.index_features .list li {
  display: grid;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 0.625rem;
  box-shadow: 0 0 10px rgba(180, 189, 221, 0.08), 0 6px 14px hsla(0, 0%, 100%, 0.3), 0 12px 20px rgba(180, 189, 221, 0.2);
}
.index_features .list li .img {
  text-align: center;
}
.index_features .list li .img .icon {
  width: 5rem;
  height: 5rem;
}
.index_features .list li .title {
  font-size: 1.5rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .index_features .list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .index_features .list li {
    padding: 2rem 1.5rem 2rem;
    row-gap: 1rem;
    -webkit-row-gap: 1rem;
    -moz-row-gap: 1rem;
    grid-row-gap: 1rem;
    column-gap: 2rem;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    grid-column-gap: 2rem;
  }
  .index_features .list li .title {
    font-size: 1.75rem;
    color: #333333;
    text-align: center;
    margin-top: 1rem;
  }
}
.index_Supply_Chain_Management {
  display: flex;
  flex-direction: column;
  padding: 8rem 0rem;
}
.index_Supply_Chain_Management .wrap {
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.index_Supply_Chain_Management .wrap:nth-child(odd) .item {
  flex-direction: row-reverse;
}
.index_Supply_Chain_Management .wrap .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
.index_Supply_Chain_Management .wrap .f-l {
  width: 35rem;
  padding-top: 1rem;
  padding-left: 2rem;
}
.index_Supply_Chain_Management .wrap .f-l .title {
  color: #3A4057;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.2;
}
.index_Supply_Chain_Management .wrap .f-l span {
  display: inline-block;
  color: #666;
  font-size: 1.5rem;
  padding-top: 20px;
  line-height: 1.6;
}
.index_Supply_Chain_Management .wrap .f-r {
  display: block;
  width: 56rem;
}
.index_Supply_Chain_Management .wrap .f-r.img-container {
  display: block;
}
.index_Supply_Chain_Management .wrap .f-r.img-container img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .index_Supply_Chain_Management {
    flex-direction: column;
  }
  .index_Supply_Chain_Management .wrap:nth-child(odd) .item {
    flex-direction: column;
  }
  .index_Supply_Chain_Management .wrap .item {
    flex-direction: column;
    align-items: center;
  }
  .index_Supply_Chain_Management .wrap .item .f-l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .index_Supply_Chain_Management .wrap .item .f-l span {
    text-align: left;
  }
  .index_Supply_Chain_Management .wrap .f-r {
    width: 100%;
    padding-top: 1rem;
  }
  .index_Supply_Chain_Management .wrap .f-r.img-container {
    width: 100%;
  }
  .index_Supply_Chain_Management .wrap .f-r.img-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.index_Financial_Management {
  display: flex;
  flex-direction: column;
  padding: 8rem 0rem;
  background-color: #F8F9FF;
}
.index_Financial_Management .wrap {
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.index_Financial_Management .wrap .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
.index_Financial_Management .wrap .f-l {
  width: 35rem;
  padding-top: 1rem;
  padding-left: 2rem;
}
.index_Financial_Management .wrap .f-l .title {
  color: #3A4057;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.2;
}
.index_Financial_Management .wrap .f-l span {
  display: inline-block;
  color: #666;
  font-size: 1.5rem;
  padding-top: 20px;
  line-height: 1.6;
}
.index_Financial_Management .wrap .f-r {
  display: block;
  width: 56rem;
}
.index_Financial_Management .wrap .f-r.img-container {
  display: block;
}
.index_Financial_Management .wrap .f-r.img-container img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .index_Financial_Management {
    flex-direction: column;
  }
  .index_Financial_Management .wrap:nth-child(odd) .item {
    flex-direction: column;
  }
  .index_Financial_Management .wrap .item {
    flex-direction: column;
    align-items: center;
  }
  .index_Financial_Management .wrap .item .f-l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .index_Financial_Management .wrap .item .f-l span {
    text-align: left;
  }
  .index_Financial_Management .wrap .f-r {
    width: 100%;
    padding-top: 1rem;
  }
  .index_Financial_Management .wrap .f-r.img-container {
    width: 100%;
  }
  .index_Financial_Management .wrap .f-r.img-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.Profit_Reports {
  display: flex;
  flex-direction: column;
  padding: 8rem 0rem;
  background-color: #F8F9FF;
}
.Profit_Reports .wrap {
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.Profit_Reports .wrap:nth-child(odd) .item {
  flex-direction: row-reverse;
}
.Profit_Reports .wrap .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
.Profit_Reports .wrap .f-l {
  width: 35rem;
  padding-top: 1rem;
  padding-left: 2rem;
}
.Profit_Reports .wrap .f-l .title {
  color: #3A4057;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.2;
}
.Profit_Reports .wrap .f-l span {
  display: inline-block;
  color: #666;
  font-size: 1.5rem;
  padding-top: 20px;
  line-height: 1.6;
}
.Profit_Reports .wrap .f-r {
  display: block;
  width: 56rem;
}
.Profit_Reports .wrap .f-r.img-container {
  display: block;
}
.Profit_Reports .wrap .f-r.img-container img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .Profit_Reports {
    flex-direction: column;
  }
  .Profit_Reports .wrap:nth-child(odd) .item {
    flex-direction: column;
  }
  .Profit_Reports .wrap .item {
    flex-direction: column;
    align-items: center;
  }
  .Profit_Reports .wrap .item .f-l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .Profit_Reports .wrap .item .f-l span {
    text-align: left;
  }
  .Profit_Reports .wrap .f-r {
    width: 100%;
    padding-top: 1rem;
  }
  .Profit_Reports .wrap .f-r.img-container {
    width: 100%;
  }
  .Profit_Reports .wrap .f-r.img-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.Performance_Reports {
  display: flex;
  flex-direction: column;
  padding: 8rem 0rem;
}
.Performance_Reports .wrap {
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.Performance_Reports .wrap .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
.Performance_Reports .wrap .f-l {
  width: 35rem;
  padding-top: 1rem;
  padding-left: 2rem;
}
.Performance_Reports .wrap .f-l .title {
  color: #3A4057;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.2;
}
.Performance_Reports .wrap .f-l span {
  display: inline-block;
  color: #666;
  font-size: 1.5rem;
  padding-top: 20px;
  line-height: 1.6;
}
.Performance_Reports .wrap .f-r {
  display: block;
  width: 56rem;
}
.Performance_Reports .wrap .f-r.img-container {
  display: block;
}
.Performance_Reports .wrap .f-r.img-container img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .Performance_Reports {
    flex-direction: column;
  }
  .Performance_Reports .wrap:nth-child(odd) .item {
    flex-direction: column;
  }
  .Performance_Reports .wrap .item {
    flex-direction: column;
    align-items: center;
  }
  .Performance_Reports .wrap .item .f-l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .Performance_Reports .wrap .item .f-l span {
    text-align: left;
  }
  .Performance_Reports .wrap .f-r {
    width: 100%;
    padding-top: 1rem;
  }
  .Performance_Reports .wrap .f-r.img-container {
    width: 100%;
  }
  .Performance_Reports .wrap .f-r.img-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.privacyPolicy_content {
  padding: 0rem 0rem 3rem 0rem;
  line-height: 1.6;
}
.privacyPolicy_content .title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #DFE7F9;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.privacyPolicy_content .title2 {
  font-size: 2rem;
  text-align: left;
  font-weight: 700;
  margin-top: 1rem;
}
.privacyPolicy_content p {
  margin: 0;
  padding: 0;
}
.privacyPolicy_content p:first-child {
  margin-top: 0rem;
}
.privacyPolicy_content p:last-child {
  margin-bottom: 0rem;
}
.privacyPolicy_content p > a {
  text-decoration: underline;
}
.privacyPolicy_content p > a:hover {
  text-decoration: none;
}
.privacyPolicy_content p > a:active {
  text-decoration: none;
  color: #2554FE;
}
.privacyPolicy_content p span {
  font-weight: 700;
}

.about_content {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 33.75rem;
  margin: 0rem 2rem 0rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.about_content .f-l {
  padding-top: 1rem;
  padding-right: 2rem;
}
.about_content .f-l .about_tittle {
  color: #3A4057;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.2;
}
.about_content .f-l span {
  display: inline-block;
  color: #666;
  font-size: 1.75rem;
  padding-top: 20px;
  line-height: 1.2;
}
.about_content .r-l {
  display: flex;
  width: 70%;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: flex-end;
}
.about_content .r-l .img {
  width: 100%;
  height: auto;
}

.about_Introduction {
  margin: 2rem 0rem 6rem 0rem;
  line-height: 1.6;
}
.about_Introduction .Introduction_tittle {
  color: #3A4057;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.2;
  padding: 2rem 0rem;
}

@media screen and (max-width: 1024px) {
  .about_content {
    flex-direction: column;
  }
  .about_content .r-l {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-top: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
