﻿@import url("animate.min.css");
@import url("../fonts/iconfont.css");
@import url("roll.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;
  /* Requiyellow, 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: "OPPOSans", "思源黑体", "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #232830;
  background-color: #ffffff;
}

: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(--color01);
  padding: 0 1.75rem 1.25rem;
  margin-top: 1.421875rem;
  line-height: 2;
  font-size: 1rem;
}

blockquote::before {
  color: var(--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: .2rem 0;
  border-color: #f4f4f4;
}

hr.black {
  border-color: rgba(255, 255, 255, 0.1);
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

.row {
  width: 87.5%;
  margin: 0 auto;
}

/* ======================================================
   <!-- 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(--color01);
}

a.link:hover {
  color: var(--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(--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;
}

@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);
}

/*href_hover*/
.hoverable .hoverable_txt {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.hoverable .hoverable_txt:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -50%;
  -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;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis14 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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;
}

.mobile{
  display: none;
}

.pc{
  display: block;
}

@media screen and (max-width: 750px) {
  .mobile{
    display: block;
  }

  .pc{
    display: none;
  }
}

.flex {
  display: flex;
  align-items: center;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.incenter {
  text-align: center;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.bg-fff {
  background-color: #fff;
}

.opacity {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
}

.hidden {
  display: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: auto;
  overflow-x: hidden;
}

/*global*/
:root {
  --color01: rgba(230, 33, 41, 1);
  --bg-black: #000;
  --text-color-white: #fff;
  --text-color-black: #000;
  --text-color-grey: #666;
  --text-color-999: #999;
}

@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(--color01);
    border-radius: 4px;
  }

  *::-webkit-scrollbar:horizontal {
    height: 4px;
  }
}

/* @media (max-width:6000px) {
  html {
    font-size: calc(100vw/19.2) !important;
  }
}

@media (max-width:750px) {
  html {
    font-size: calc(100vw/12) !important;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
} */

/* 字体引用 */
@font-face {
  font-family: "DingTalkJinBuTi";
  src: url("../fonts/DingTalk-JinBuTi.ttf");
}

@font-face {
  font-family: "AlimamaShuHeiTiBold";
  src: url("../fonts/AlimamaShuHeiTi-Bold.ttf");
}

@font-face {
  font-family: "AlibabaPuHuiTiSemiBold";
  src: url("../fonts/AlibabaPuHuiTiSemiBold.ttf");
}

@font-face {
  font-family: "archivonarrowbold";
  src: url("../fonts/archivonarrowbold.ttf");
}

@font-face {
  font-family: "GFSDidot";
  src: url("../fonts/GFSDidot.ttf");
}

@font-face {
  font-family: "OPPOSans";
  src: url("../fonts/OPPOSansRegular.otf");
}

@font-face {
  font-family: "MiSansMedium";
  src: url("../fonts/MiSans-Medium.ttf");
}

@font-face {
  font-family: "KingsoftCloud";
  src: url("../fonts/Kingsoft_Cloud_Font.ttf");
}

@font-face {
  font-family: "Limelight";
  src: url("../fonts/Limelight.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");
}

@font-face {
  font-family: "Monoton";
  src: url("../fonts/Monoton.ttf");
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 16rem;
}

@media (max-width: 1659px) {
  .container {
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    max-width: 16rem;
  }
}

@media (max-width: 1259px) {
  .container {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    max-width: calc(100% - 0.3rem);
    /* margin: 0; */
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 0 .3rem;
    max-width: inherit;
  }
}

.posi {
  position: relative;
}

.lump {
  display: block;
}

.isshadow {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}

.ishalo {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.isdarkhalo {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

/*header*/

.header.mobileNav .openMenu .openMenu_btn span:nth-child(1) {
  top: 11px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.header.mobileNav .openMenu .openMenu_btn span:nth-child(2) {
  opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}

.header.mobileNav .openMenu .openMenu_btn span:nth-child(3) {
  bottom: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*页头*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.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;
}

.header.header-sticky::before {
  height: 100%;
}

.pc-nav {
  height: .9rem;
}

.pc-nav ._logo>a {
  align-items: center;
  height: 100%;
  /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
}

.pc-nav ._logo>a>div {
  height: 0.5rem;
}

.pc-nav ._logo>a>div img {
  height: 100%;
}

.header.header-sticky .logo-white {
  display: none;
}

.header .logo {
  display: none;
}

.header.header-sticky .logo {
  display: block;
}

.pc-nav .nav {
  margin-left: auto;
}

.pc-nav .nav .nav_a>a {
  height: .9rem;
  line-height: .9rem;
  padding: 0 0.4rem;
  font-size: .18rem;
  transition: all 0.3s ease;
  position: relative;
}

.header .pc-nav .nav .nav_a>a {
  color: #fff;
  transition: .3s;
}

.header.header-sticky .pc-nav .nav .nav_a>a {
  color: #333;
}

/* .pc-nav .nav .nav_a:last-of-type > a:after {
  display: none;
}
.pc-nav .nav .nav_a > a .hoverable_txt:after {
  background-color: var(--color01);
  height: 2px;
  border-radius: 2px;
} */
.header .pc-nav .nav .nav_a>a:hover {
  color: var(--color01);
  font-weight: 700;
}

.pc-nav .nav .nav_a>a:hover:after {
  opacity: 1;
  transform: none;
}

.pc-nav .nav .nav_a>.nav_b {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 5px 0;
  color: #666;
  min-width: 130px;
  background-color: #fff;
  transform: translateX(-50%) translateY(10px);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease-in-out;
}

.pc-nav .nav .nav_a>.nav_b:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0px;
  margin-left: -6px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(100, 100, 100, 0.1);
}

.pc-nav .nav .nav_a>.nav_b>.nav_b_list>li>a {
  white-space: nowrap;
  line-height: 38px;
  color: #666;
  transition: all 0.3s ease;
  padding: 0 15px;
  font-weight: normal;
}

/* header tel */
.header .header__tel {
  align-items: center;
  font-size: .24rem;
  color: #fff;
  line-height: 1;
  transition: .3s;
}

.header .header__tel a {
  margin-right: .08rem;
  font-size: .24rem;
  line-height: 1;
  position: relative;
  color: #fff;
  transition: .3s;
}

.header.header-sticky .header__tel,
.header.header-sticky i {
  color: #333;
}

.header.header-sticky a {
  color: var(--color01);
}

.header.onWhite::before {
  height: 1rem;
}

/* .header.onShow::before {
  height: 5.2rem;
} */

/* header tel */
.header__tel {
  margin-left: .1rem;
  align-items: center;
  font-size: .24rem;
  color: #fff;
  line-height: 1;
}

.header__tel span {
  margin-right: .1rem;
  font-size: .2rem;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

.header_search {
  margin-left: .4rem;
}

.header_search i {
  line-height: 1;
  font-size: .22rem;
  color: #666;
  cursor: pointer;
  transition: .3s;
}

.header_search i:hover {
  color: var(--color01);
}

/* 搜索弹层 */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  backdrop-filter: blur(4px);
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-box {
  position: relative;
  width: 7rem;
  max-width: 90vw;
  transform: translateY(-20px);
  transition: transform .3s;
}

.search-overlay.active .search-box {
  transform: translateY(0);
}

.search-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: .06rem;
  overflow: hidden;
}

.search-input {
  flex: 1;
  height: .64rem;
  padding: 0 .24rem;
  font-size: .18rem;
  border: none;
  outline: none;
  color: #333;
  background: transparent;
}

.search-input::placeholder {
  color: #bbb;
}

.search-submit {
  width: .64rem;
  height: .64rem;
  background: var(--color01);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .3s;
}

.search-submit:hover {
  background: #c0151c;
}

.search-submit .iconfont {
  font-size: .22rem;
  color: #fff;
}

.search-close {
  position: absolute;
  top: -.6rem;
  right: 0;
  width: .4rem;
  height: .4rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .3s;
}

.search-close:hover {
  border-color: #fff;
}

.search-close .iconfont {
  font-size: .16rem;
  color: #fff;
  transform: rotate(45deg);
  display: block;
}


.header.onWhite::before {
  height: 0.9rem;
}

#header.header-sticky .header__tel {}

.menubtn {
  width: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  transition: 0.4s;
  cursor: pointer;
  display: none;
}

.menubtn span {
  border-radius: 4px;
  margin: auto;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  transition: 0.45s;
}

.menubtn span:after,
.menubtn span:before {
  content: "";
  border-radius: 4px;
  position: absolute;
  display: inline-block;
  width: 100%;
  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(45deg);
}

.menubtn.active span::before {
  opacity: 0;
}

.menubtn.active span::after {
  transform: rotate(-90deg);
  bottom: 0;
}

.header:hover .menubtn span,
.header:hover .menubtn span::before,
.header:hover .menubtn span::after {
  /* background: #fff; */
}

.header.header-sticky .menubtn span {
  background-color: black;
}

.header.header-sticky .menubtn span::before,
.header.header-sticky .menubtn span::after {
  background-color: black;
}

.navs {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.navs>li {
  position: relative;
  text-transform: capitalize;
}

.navs>li:first-child {}

.navs>li>a {
  padding: 0 .3rem;
  display: block;
  color: #fff;
  font-size: .18rem;
  line-height: .9rem;
  transition: all .3s;
  position: relative;
  z-index: 4;
}

.navs>li:hover a.hoverable,
.navs>li.active a.hoverable {
  font-weight: 700;
  color: var(--color01) !important;
}

.navs>li:hover a::before,
.navs>li.active a::before {
  width: 32px;
  margin-left: -16px;
}

.navs>li:hover a::after,
.navs>li.active a::after {
  opacity: 1;
}

.navs>li>.submenu {
  padding: .22rem 0;
  position: absolute;
  top: 1rem;
  left: 0;
  width: auto;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.navs>li>.submenu::before {
  content: "";
  width: 2000%;
  height: 100%;
  background: rgba(23, 23, 23, .3);
  position: absolute;
  left: -1000%;
  top: 0;
  z-index: 0;
}

.navs>li>.submenu dt {
  padding-right: .4rem;
  font-size: .16rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  position: relative;
}

.navs>li>.submenu dt::after {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.navs>li>.submenu a {
  font-size: .16rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: .4rem;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

.navs>li>.submenu a:last-child {
  border-bottom: 0;
}

.navs>li>.pro-submenu {
  left: 50%;
  width: 200%;
  margin-left: -100%;
}

/* .navs>li>.submenu a:hover {
  color: #fff;
  background: var(--color01);
} */

.navs>li>.submenu a:hover:after {
  right: 15px;
  visibility: visible;
}

.navs>li:hover .submenu {
  top: .9rem;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

#header.header-sticky {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  /* transform: translate(0, -30%); */
}

#header.header-sticky .header__logo a img {
  opacity: 1;
}

#header.header-sticky .header__logo a img:nth-child(2) {
  opacity: 0;
}

#header.header-sticky .navs>li>a {
  /* color: #000; */
}

#header.header-sticky .navs>li.active>a,
#header.header-sticky .navs>li:hover>a {
  /* color: #000; */
}

#header.header-sticky .navs>li:hover a::before,
#header.header-sticky .navs>li.active a::before {
  /* background-color: #000; */
}

@media (max-width: 1659px) {
  .header .header__nav__container {
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    margin: 0 auto;
  }

  .navs>li>a {
    padding: 0 .12rem;
  }
}

/*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 20px;
  font-family: "AlimamaShuHeiTiBold";
  font-size: .58rem;
  color: var(--color01);
  justify-content: center;
}

.m-nav .logo img {
  max-width: 45%;
  display: block;
}

/* 
.m-nav .logo img:nth-child(1) {
  margin-right: 0;
  height: 60px;
} */

.m-nav .ul {
  margin-top: 30px;
}

.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-code-box img {
  display: block;
  width: 40%;
  margin: 0 auto;
}

.m-code-box p {
  font-size: .3rem;
  line-height: 2;
}

.m-nav-tel {
  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 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.banner ._bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}

/* .banner ._bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-size: contain;
  top: 0;
  left: 0;
  z-index: 2;
} */

.banner ._bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .Hbanner_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  /* pointer-events: none; */
  z-index: 9;
}

.banner .Hbanner_txt ._item ._title {
  font-size: 0.72rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.banner .Hbanner_txt ._item ._title p {
  display: inline;
}

.banner .Hbanner_txt ._item ._title .title-dec {
  font-size: .9rem;
  font-weight: 900;
  position: relative;
  background: linear-gradient(90deg, red 0%, var(--color01) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.banner .Hbanner_txt ._item ._title .symbol1 {
  background: linear-gradient(90deg, #ED7276 0%, #E62129 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  display: inline-block;
  transform: translateY(-.35rem);
}

.banner .Hbanner_txt ._item ._title .symbol2 {
  background: linear-gradient(90deg, #AD0B05 0%, #FF8D1A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  display: inline-block;
  transform: translateY(.1rem);
}

.banner .Hbanner_txt ._item ._title .title-dec::before {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-text-stroke: 3px #fff;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  z-index: -1;
}

.banner .Hbanner_txt ._item ._tps {
  text-align: center;
  font-size: .5rem;
}

.banner .Hbanner_txt ._item ._desc {
  text-align: center;
  font-size: .36rem;
}

.swiper-pagination .swiper-pagination-bullet {
  display: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
  display: block;
}

.swiper-pagination .circle-progress {
  width: 92px;
  height: 92px;
  background-color: transparent;
  opacity: 1;
  transition: ease-in .3s;
  position: relative;
  margin: auto 5px !important
}

.swiper-pagination .circle-progress i {
  display: inline-block;
  opacity: 1;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: rgba(153, 153, 153, 1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-pagination .circle-progress .content {
  position: absolute;
  top: 0;
  width: 46px;
  height: 46px;
  overflow: hidden
}

.swiper-pagination .circle-progress .left {
  left: 0px
}

.swiper-pagination .circle-progress .left::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.swiper-pagination .circle-progress .right {
  right: 0px
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active i {
  background-color: rgba(255, 255, 255, 1);
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active {
  width: 92px;
  height: 92px;
  /* border: 1px solid rgba(255, 255, 255, 1); */
  background: transparent
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active .left {
  left: 0px
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active .right {
  right: 0px
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active .content {
  position: absolute;
  top: 0;
  width: 46px;
  height: 92px;
  overflow: hidden
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active .circle {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  z-index: 2;
  border: solid 2px rgba(255, 255, 255, 1);
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active .left-circle {
  left: 0;
  border-top-color: var(--color01);
  border-left-color: var(--color01);
  animation: circle-left 5.05s linear;
  transform: rotate(136deg);
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active .right-circle {
  right: 0;
  border-bottom-color: var(--color01);
  border-left-color: var(--color01);
  animation: circle-right 5.05s linear;
  transform: rotate(46deg);
}

@keyframes circle-right {
  0% {
    transform: rotate(46deg);
  }

  50%,
  100% {
    transform: rotate(224deg);
  }
}

@keyframes circle-left {

  0%,
  50% {
    transform: rotate(136deg);
  }

  100% {
    transform: rotate(315deg);
  }
}

.pagination-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 2;
}

.pagination-box .swiper-pagination {
  width: auto;
  font-size: 0;
  /* position: absolute;
  left: auto;
  right: 0;
  bottom: auto; */
}

.swiper-banner .banner-prev,
.swiper-banner .banner-next {
  position: relative;
  cursor: pointer;
  color: #fff;
  transition: .3s;
}

.swiper-banner .banner-prev i,
.swiper-banner .banner-next i {
  font-size: .3rem;
}

.swiper-banner .banner-prev {
  transform: rotate(180deg);
}

.swiper-banner .banner-prev::after,
.swiper-banner .banner-next::after {
  display: none;
}

.swiper-banner .banner-prev:hover,
.swiper-banner .banner-next:hover {
  color: var(--color01);
}

.swiper-banner .banner-prev:hover::before,
.swiper-banner .banner-next:hover::before {
  background-color: var(--color01);
}

.pagination-box {
  justify-content: space-between;
  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: relative;
  left: auto;
  bottom: auto;
  top: auto;
  /* position: absolute;
  left: auto;
  right: 0;
  bottom: auto; */
}

.lb-num {
  width: .96rem;
  height: .96rem;
  margin-left: .2rem;
  color: rgba(255, 255, 255, 1);
  font-size: 0.2rem;
  line-height: 1;
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.lb-num .left-circle {
  width: .48rem;
  height: .96rem;
  border-radius: 1rem 0 0 1rem;
  border: 2px solid rgba(255, 255, 255, 1);
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  transform-origin: right center;
}

.lb-num .right-circle {
  width: .48rem;
  height: .96rem;
  border-radius: 0 1rem 1rem 0;
  border: 2px solid var(--color01);
  border-left: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  transform-origin: left center;
}

.lb-num .right-circle::before {
  content: "";
  width: .11rem;
  height: .11rem;
  background: var(--color01);
  border-radius: 50%;
  position: absolute;
  left: -.06rem;
  bottom: -.06rem;
  z-index: 3;
}

.lb-num .right-circle::after {
  content: "";
  width: .11rem;
  height: .11rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -.06rem;
  top: -.06rem;
  z-index: 3;
}

.lb-num span {
  margin: 0 0.03rem;
}

.lb-num .on {
  color: #fff;
  font-size: 0.34rem;
  margin-bottom: .04rem;
}

.lb-num .symbol {
  margin-top: .1rem;
}

.lb-num .sum {
  margin-top: .2rem;
}

@keyframes first {
  0% {
    transform: scaleX(0);
    left: 0px;
  }

  /*091*/
  100% {
    transform: scaleX(1);
    left: 0px;
  }

  /*0915*/
}

@keyframes last {
  0% {
    transform: scaleX(0);
    left: 0px;
  }

  /*1090*/
  20% {
    transform: scaleX(0.5);
    left: 0px;
  }

  /*090*/
  100% {
    transform: scaleX(1);
    left: 0px;
  }

  /*090*/
}

@keyframes middle {
  0% {
    transform: scaleX(0);
    left: 0px;
  }

  /*1091*/
  20% {
    transform: scaleX(0.5);
    left: 0px;
  }

  /*092*/
  100% {
    transform: scaleX(1);
    left: 0px;
  }

  /*0913*/
}

/* *:before,
*:after {
  z-index: -1;
} */

.box {
  padding: 5.2vw 0;
}

.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);
}

.more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.more span {
  padding-bottom: .05rem;
  font-size: .18rem;
  border-bottom: 2px solid rgba(12, 79, 132, 1);
}

.more span i {
  margin-left: .2rem;
  font-size: .12rem;
  color: rgba(12, 79, 132, 1);
}

.image {
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.loader::before {
  content: "";
  display: inline-block;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -25px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(farthest-side, rgba(67, 181, 189, 1) 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, rgba(67, 181, 189, 1));
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
  z-index: 0;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn)
  }
}

/* Habout 公司简介 */
.Habout {
  background-color: #fff;
  overflow: hidden;
}

.Habout-inner {
  display: flex;
  align-items: stretch;
  /* min-height: 5.6rem; */
  padding-left: 8.3vw;
  position: relative;
}

.Habout-left {
  width: 31.25%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Habout-en {
  font-family: "Limelight";
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.05);
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: -.75rem;
  left: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.Habout-title {
  font-size: .5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: .3rem;
  position: relative;
  z-index: 1;
}

.Habout-slogan {
  font-size: .24rem;
  color: #333;
  line-height: 2;
  margin-bottom: .5rem;
}

.Habout-slogan em {
  font-style: normal;
  font-weight: 700;
  color: var(--color01);
}

.Habout-desc {
  font-size: .18rem;
  color: #666;
  line-height: 2.8;
  margin-bottom: 1.1rem;
  text-align: justify;
  overflow: hidden;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.Habout-more {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #333333;
  font-size: .18rem;
  transition: all .3s;
}

.Habout-more .more-text {
  z-index: 3;
}

.Habout-more .more-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: .46rem;
  height: .46rem;
  border-radius: 50%;
  background: var(--color01);
  position: relative;
  color: #fff;
  margin-left: -.1rem;
}

.Habout-more .more-icon::before,
.Habout-more .more-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  will-change: transform, opacity;
  width: 100%;
  height: 100%;
  background: var(--color01);
}

.Habout-more .more-icon::before {
  animation: ripple 2s ease-out infinite;
}

.Habout-more .more-icon::after {
  animation: ripple 2s ease-out infinite 1s;
}

@keyframes ripple {
  0%   { transform: translate3d(-50%, -50%, 0) scale(1); opacity: 1; }
  100% { transform: translate3d(-50%, -50%, 0) scale(2); opacity: 0; }
}

.Habout-more .iconfont {
  font-size: .16rem;
  z-index: 2;
}

/* 右侧 */
.Habout-right {
  width: 12.66rem;
  max-width: 66%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
}

.Habout-imgs {
  flex: 1;
  position: relative;
  overflow: hidden;
  clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.Habout-imgs .imgs-box {
  width: 100%;
  height: 100%;
}

.Habout-imgs .imgs-box img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

/* 数字栏 */
.Habout-nums {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.Habout-nums .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .3rem .5rem;
  gap: .5rem;
}

.Habout-nums .num-item {
  flex: 1;
  color: #fff;
}

.Habout-nums .num-label {
  font-size: .18rem;
  color: #fff;
  margin-bottom: .06rem;
}

.Habout-nums .num-val {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.Habout-nums .num-val i {
  font-style: normal;
  font-size: .8rem;
  font-weight: 500;
  color: #fff;
}

.Habout-nums .num-val span {
  font-size: .18rem;
  color: #fff;
  margin-left: .07rem;
  margin-bottom: .06rem;
}

.Habout-nums .num-divider {
  font-size: .4rem;
  color: rgba(255, 255, 255, .4);
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .Habout-inner {
    flex-direction: column;
  }

  .Habout-imgs {
    clip-path: none;
    height: 4rem;
  }

  .Habout-imgs .img1,
  .Habout-imgs .img2 {
    width: 50%;
  }

  .Habout-imgs .img2 {
    left: 50%;
  }

  .Habout-nums .num-label,
  .Habout-nums .num-val span {
    font-size: .24rem;
  }

  .Habout-nums .num-val i {
    font-size: .44rem;
  }

  .Habout-nums .row {
    gap: 0;
  }
}

/* Hservice 产品服务 */
.Hservice {
  position: relative;
  padding: 1rem 0 .9rem;
  overflow: hidden;
}

.Hservice-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.Hservice-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Hservice .container {
  position: relative;
  z-index: 1;
}

.pub-hd {
  /* margin-bottom: .3rem; */
}

.pub-hd .pub-sub {
  font-size: .36rem;
  color: #EDEDED;
  margin-bottom: .04rem;
}

.pub-hd .pub-title {
  font-size: .54rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.pub-hd.black .pub-sub {
  color: #666;
}

.pub-hd.black .pub-title {
  color: #333;
}

.Hservice-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: .5rem;
}

.Hservice-desc {
  font-size: .16rem;
  color: rgba(255, 255, 255, 1);
  line-height: 2;
  width: 50%;
  max-width: 8.3rem;
}

.Hservice-nav {
  display: flex;
  gap: .12rem;
  flex-shrink: 0;
  margin-top: .1rem;
  position: static;
}

.Hservice-nav-prev,
.Hservice-nav-next {
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .2rem;
  cursor: pointer;
  transition: all .3s;
}

.Hservice-nav .iconfont.swiper-button-disabled {
  cursor: default;
}

.Hservice-nav-prev {
  transform: scaleX(-1);
}

.Hservice-nav-prev:hover,
.Hservice-nav-next:hover {
  background-color: var(--color01);
  border-color: var(--color01);
}

.Hservice-list {
  overflow: visible;
}

.Hservice-list .swiper-wrapper {
  align-items: flex-end;
}

.Hservice-item {
  cursor: pointer;
  /* transition: all .3s; */
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.Hservice-item .item-content {
  background: rgba(255, 255, 255, .9);
  border-radius: .15rem;
  padding: .2rem .4rem;
  position: relative;
}

.Hservice-item .item-content::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, .9);
}

.Hservice-item.swiper-slide-active .item-content::after {
  border-top: 10px solid rgba(255, 255, 255, 1);
}

.Hservice-item.swiper-slide-active .item-content {
  background: #fff;
  /* height: 3rem; */
  padding: .4rem;
}

.Hservice-item .item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .16rem;
}

.Hservice-item:not(.swiper-slide-active) .item-top {
  /* justify-content: center; */
  margin-top: .1rem;
}

.item-num {
  font-size: .72rem;
  font-weight: 700;
  color: var(--color01);
  line-height: 1;
  display: none;
}

.Hservice-item.swiper-slide-active .item-num {
  display: block;
}

.item-icon {
  width: .7rem;
  height: .8rem;
  background: rgba(230, 33, 41, .08);
  border-radius: .08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: url(../images/service_icon-bg.png) no-repeat;
  background-size: 100% 100%;
}

.item-icon .iconfont {
  font-size: .34rem;
  color: var(--color01);
}

.Hservice-item.swiper-slide-active .item-icon {
  width: 1.26rem;
  height: 1.46rem;
}

.Hservice-item.swiper-slide-active .item-icon .iconfont {
  font-size: .48rem;
}

.item-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.item-name {
  font-size: .2rem;
  font-weight: 500;
  color: #111;
}

.item-en {
  font-size: .16rem;
  color: #666;
  text-transform: uppercase;
}

.item-num-corner {
  position: absolute;
  right: .11rem;
  bottom: .2rem;
  font-size: .48rem;
  font-weight: 700;
  color: #3D3F3F;
  line-height: 1;
}

.Hservice-item.swiper-slide-active .item-name {
  font-size: .3rem;
  color: #333;
}

.Hservice-item.swiper-slide-active .item-num-corner {
  display: none;
}

.Hservice-track {
  width: 100vw;
  position: absolute;
  left: 50%;
  bottom: .17rem;
  transform: translateX(-50%);
}

.track-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .5);
}

/* dot 放在 slide 内部，绝对定位到卡片底部中心 */
.Hservice-item .track-dot {
  width: .33rem;
  height: .33rem;
  border-radius: 50%;
  background: rgba(230, 33, 41, .24);
  /* cursor: pointer; */
  z-index: 2;
  margin: .4rem auto 0;
  position: relative;
}

.Hservice-item .track-dot::before {
  content: "";
  width: .18rem;
  height: .18rem;
  background: var(--color01);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Hsystem {
  background: #fff;
  padding: .9rem 0 .8rem;
  position: relative;
}

.system-header {
  position: relative;
  margin-bottom: .5rem;
}

.system-header .system-logo {
  position: absolute;
  top: -25%;
  right: 0;
  height: 1.76rem;
  opacity: .12;
}

.system-header .system-logo img {
  height: 100%;
}

/* 左右布局 */
.system-body {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
}

/* 左侧 tabs */
.system-tabs {
  width: 38%;
  flex-shrink: 0;
}

.system-tab {
  margin-bottom: .12rem;
  overflow: hidden;
  transition: all .3s;
}

.tab-hd {
  display: flex;
  align-items: center;
  padding: .18rem .24rem;
  position: relative;
  background: #E5E5E5;
  border-radius: .07rem;
  cursor: pointer;
}

.system-tab.active .tab-hd {
  background: var(--color01);
}

.tab-name {
  font-size: .22rem;
  font-weight: 700;
  color: #666;
  flex: 1;
  transition: color .3s;
}

.system-tab.active .tab-name {
  color: #fff;
}

.tab-arrow {
  font-size: .3rem;
  color: #999;
  transition: color .3s;
  line-height: 1;
  margin-right: .7rem;
  z-index: 2;
}

.system-tab.active .tab-arrow {
  color: #fff;
}

.tab-num {
  font-size: .9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .2);
  line-height: 1;
  position: absolute;
  right: .1rem;
  top: .06rem;
}

.tab-content {
  display: none;
  padding: .24rem;
}

.system-tab.active .tab-content {
  display: block;
}

.tab-content ul li {
  font-size: .18rem;
  color: #333333;
  line-height: 1.4;
  padding-left: .16rem;
  margin-bottom: .25rem;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tab-content ul li::before {
  content: "";
  position: absolute;
  width: .07rem;
  height: .07rem;
  border-radius: 50%;
  line-height: 1;
  left: 0;
  background: #CCCCCC;
  top: 50%;
  transform: translateY(-50%);
}

/* 右侧图片 */
.system-pic {
  flex: 1;
  position: relative;
  width: 9.45rem;
}

/* 多个 swiper-wrap，默认隐藏，active 显示 */
.system-swiper-wrap {
  display: none;
}

.system-swiper-wrap.active {
  display: block;
}

.system-swiper-wrap .img-box {
  width: 100%;
  height: 6.44rem;
  overflow: hidden;
}

.system-swiper-wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-desc {
  font-size: .16rem;
  color: #333;
}

.slide-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .16rem 0 0;
}

.system-pic-footer {
  display: none;
}

.system-pic-more {
  font-size: .18rem;
  color: #333;
  display: flex;
  align-items: center;
  gap: .06rem;
  transition: color .3s;
}

.system-pic-more:hover {
  color: var(--color01);
}

.system-pic-more .iconfont {
  font-size: .2rem;
}

/* 图片翻页箭头 */
.system-pic-nav {
  display: flex;
  position: absolute;
  left: -.69rem;
  bottom: .51rem;
  z-index: 9;
}

.system-pic-prev,
.system-pic-next {
  width: .69rem;
  height: .69rem;
  background: var(--color01);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .16rem;
  cursor: pointer;
  transition: background .3s;
}

.system-pic-prev {
  background: rgba(0, 0, 0, .4);
  transform: scaleX(-1);
}

.system-pic-prev:hover,
.system-pic-next:hover {
  background: var(--color01);
}

@media (max-width: 1024px) {
  .system-body {
    flex-direction: column;
  }

  .system-tabs {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .Hservice-title {
    font-size: .36rem;
  }

  .Hservice-body {
    flex-direction: column;
    gap: .2rem;
  }

  .Hservice-item {
    height: auto;
    min-height: 2rem;
  }

  .Hservice-item.swiper-slide-active {
    height: auto;
  }
}

/* Hcase 服务案例 */
.Hcase {
  background: #fff;
  padding: .9rem 0 .7rem;
}

.case-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.case-tabs {
  display: flex;
  gap: .12rem;
  align-items: center;
  padding-bottom: .08rem;
}

.case-tab {
  padding: .1rem .2rem;
  border: 1px solid #ddd;
  border-radius: 2rem;
  font-size: .2rem;
  color: #666;
  cursor: pointer;
  transition: all .3s;
  display: flex;
  align-items: center;
  gap: .06rem;
}

.case-tab .iconfont {
  font-size: .12rem;
  display: none;
  transform: rotate(-45deg);
}

.case-tab.active {
  border-color: var(--color01);
  color: var(--color01);
}

.case-tab.active .iconfont {
  display: inline-block;
}

.case-tab:hover {
  border-color: var(--color01);
  color: var(--color01);
}

/* 卡片 swiper */
.case-swipers {
  position: relative;
}

.case-swiper-wrap {
  display: none;
}

.case-swiper-wrap.active {
  display: block;
}

.caseSwiper {
  /* overflow: visible; */
}

.caseSwiper .swiper-wrapper {
  align-items: stretch;
}

._pageCase {
  padding-top: .9rem;
  padding-bottom: 1.4rem;
  background: #fff;
}

.case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
}

.case-card {
  border-radius: .1rem;
  overflow: hidden;
  background: #F9F9F9;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.case-img {
  height: 2.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}

.case-card:hover .case-img img {
  transform: scale(1.1);
}

.case-body {
  padding: .28rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.case-name {
  font-size: .22rem;
  font-weight: 700;
  color: #333;
  margin-bottom: .06rem;
}

.case-desc {
  font-size: .18rem;
  color: #666;
  line-height: 2.3;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.case-more {
  display: flex;
  align-items: center;
  gap: .06rem;
  font-size: .18rem;
  color: #333;
  margin-top: .2rem;
  transition: color .3s;
}

.case-more .iconfont {
  font-size: .2rem;
}

.case-card:hover .case-more {
  color: var(--color01);
}

/* 底部进度条 + 箭头 */
.case-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .3rem;
}

/* scrollbar */
.case-scrollbar0,
.case-scrollbar1,
.case-scrollbar2,
.case-scrollbar3 {
  flex: 1;
  height: 2px;
  margin-right: .3rem;
  background: #eee;
  border-radius: 2px;
}

.case-scrollbar0 .swiper-scrollbar-drag,
.case-scrollbar1 .swiper-scrollbar-drag,
.case-scrollbar2 .swiper-scrollbar-drag,
.case-scrollbar3 .swiper-scrollbar-drag {
  background: var(--color01);
  border-radius: 2px;
}

.case-footer .swiper-pagination-progressbar-fill {
  background: var(--color01);
  border-radius: 3px;
  cursor: grab;
}

.case-nav {
  display: flex;
  gap: 2px;
}

.case-btn {
  /* width: .44rem;
  height: .44rem;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center; */
  font-size: .44rem;
  color: #B8B8B8;
  cursor: pointer;
  color: var(--color01);
  /* transition: all .3s; */
}

.case-nav .case-btn:nth-child(1) {
  transform: scaleX(-1);
}

.case-btn.swiper-button-disabled {
  color: #B8B8B8;
}

/* Hcooperation 合作项目 */
.Hcooperation {
  background: url('../images/cooperate-bg.webp') no-repeat center center / cover;
  padding: .9rem 0;
  overflow: hidden;
}

.Hcoop-inner {
  display: flex;
  /* align-items: center; */
  padding-left: 8.3vw;
}

.Hcoop-left {
  flex-shrink: 0;
  width: 7.4rem;
}

.Hcoop-desc {
  font-size: .2rem;
  color: #EDEDED;
  line-height: 2;
  margin: .45rem 0 1.4rem;
  width: 8.4rem;
}

.Hcoop-cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: .8rem;
}

.coop-card {
  width: 1.4rem;
  height: 1.4rem;
  background: rgba(255, 255, 255, .8);
  border-radius: .15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .16rem;
  cursor: pointer;
  transition: background .3s;
}

.coop-card:hover {
  background: rgba(255, 255, 255, 1);
}

.coop-card .iconfont {
  font-size: .32rem;
  color: var(--color01);
  line-height: 1;
}

.coop-card span {
  font-size: .18rem;
  color: var(--color01);
}

.Hcoop-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stat-item {
  /* flex: 1; */
  text-align: center;
}

.stat-label {
  font-size: .22rem;
  color: #eee;
}

.stat-val {
  font-size: .26rem;
  color: #fff;
}

.stat-label i,
.stat-val i {
  font-style: normal;
}

.stat-divider {
  width: 1px;
  height: .4rem;
  background: rgba(255, 255, 255, .15);
  flex-shrink: 0;
}

.Hcoop-map {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.map-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
}

.map-img {
  width: 100%;
  display: block;
}

.map-tag {
  position: absolute;
  display: flex;
  align-items: center;
  gap: .08rem;
}

.tag-north {
  top: 30%;
  left: 14%;
}

.tag-south {
  bottom: 42%;
  left: 15%;
}

.tag-name {
  color: var(--color01);
  font-size: .18rem;
}

.tag-line {
  width: .3rem;
  height: 1px;
  background: rgba(255, 255, 255, .4);
  flex-shrink: 0;
}

.tag-new {
  display: flex;
  align-items: center;
  gap: .1rem;
}

.tag-line {
  height: 1px;
  width: .8rem;
  background: var(--color01);
  position: relative;
}

.tag-line::before {
  content: '';
  position: absolute;
  width: 1.3rem;
  height: 1px;
  background: var(--color01);
  left: -1.3rem;
  top: 0;
}

.tag-north .tag-new {
  position: absolute;
  top: -0.9rem;
  right: -3rem;
}

.tag-north .tag-line::before {
  transform: rotate(-35deg);
  transform-origin: right;
}

.tag-south .tag-line {
  width: .45rem;
}

.tag-south .tag-new {
  position: absolute;
  bottom: -1.6rem;
  right: -1.2rem;
}

.tag-south .tag-line::before {
  transform: rotate(80deg);
  transform-origin: right;
}

.tag-label {
  font-size: .18rem;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
}

.map-star {
  position: absolute;
  bottom: 30.5%;
  left: 46.5%;
  display: flex;
  align-items: center;
  gap: 2px;
}

.map-star .iconfont {
  font-size: .16rem;
  color: #fff;
}

.map-star span {
  font-size: .18rem;
  color: #fff;
  white-space: nowrap;
}

/* Hpartner 合作伙伴 */
.Hpartner {
  padding: .8rem 0;
  background: #F9F9F9;
  overflow: hidden;
}

.partner-hd {
  text-align: center;
  position: relative;
  margin-bottom: .6rem;
}

.partner-bg-title {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.05);
  line-height: 1;
  font-family: 'Limelight';
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  margin-bottom: -.5rem;
}

.partner-title {
  font-size: .5rem;
  font-weight: 700;
  color: #333;
  position: relative;
  z-index: 1;
  margin-bottom: .06rem;
}

.partner-desc {
  font-size: .24rem;
  color: #333;
  position: relative;
  z-index: 1;
}


/* 合作伙伴 */
.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 {
  margin-top: .2rem;
  width: 100%;
  height: 150px;
  overflow: hidden;
  z-index: 1;
}

.partnerList ul li {
  padding: 10px;
}

.partnerList ul li div {
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnerList ul li:not(:last-child) {
  /*margin-right: .2rem;*/
}

.partnerList ul li img {
  width: 90% !important;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}

.partnerList ul li:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.partnerline1 {
  width: 100%;
  height: auto;
  margin-bottom: .2rem;
  z-index: 1;
}

.partnerList ul li {
  width: 2.24rem;
  height: 1rem;
  border-radius: .1rem;
  /* box-shadow: 0 0 5px 0 rgba(133, 133, 133, 0.17); */
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partnerList ul li:hover {
  box-shadow: 10px 10px 20px  rgba(0, 0, 0, 0.05);
}

.partnerList ul li:not(:last-child) {
  margin-right: .2rem;
}

.partnerList ul li:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.partnerList.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: linear;
}

.partnerline2 {
  width: calc(100% - .2rem);
  height: auto;
  margin-bottom: .2rem;
  margin-left: .2rem;
  z-index: 1;
}

.partnerline2.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: linear;
}

/* Hcontact 联系 */
.Hcontact {
  background: url('../images/contact-bg.webp') no-repeat center;
  background-size: cover;
  padding: .44rem 0;
  position: relative;
  overflow: hidden;
}

.Hcontact .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .6rem;
}

.contact-logo {
  flex-shrink: 0;
  height: .87rem;
}

.contact-logo img {
  height: 100%;
  object-fit: contain;
}

.Hcontact .contact-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-info {
  flex: 1;
  display: flex;
  /*align-items: center;*/
  gap: .96rem;
}

.contact-col {
  display: flex;
  flex-direction: column;
  gap: .14rem;
}

.contact-col p {
  font-size: .2rem;
  color: rgba(255, 255, 255, 1);
  line-height: 1.6;
  white-space: pre-line;
}

.contact-btn-wrap {
  flex-shrink: 0;
}

.contact-btn {
  display: inline-block;
  padding: .15rem .4rem;
  border-radius: 2rem;
  background: #fff;
  color: var(--color01);
  font-size: .18rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}

/* footer */
.footer {
  background: url('../images/footer-bg.webp') no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 51;
  color: #fff;
}

.footer-inner {
  padding: 1rem 0;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
}

.footer-nav-col {
  /* flex: 1; */
  min-width: 0;
}

.footer-nav-title {
  font-size: .2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .14rem;
  padding-bottom: .24rem;
  position: relative;
}

.footer-nav-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: .2rem;
  height: 2px;
  background: var(--color01);
}

.footer-nav-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-col ul li:not(:last-child) {
  margin-bottom: .38rem;
}

.footer-nav-col ul li a {
  font-size: .18rem;
  color: #92A3AA;
  text-decoration: none;
  line-height: 1;
  transition: color .3s;
  display: inline-block;
}

.footer-nav-col ul li a:hover {
  color: rgba(255, 255, 255, .9);
}

.footer-social {
  display: flex;
  gap: .4rem;
  justify-content: flex-end;
}

.social-icon {
  width: .6rem;
  height: .6rem;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808080;
  text-decoration: none;
  transition: .3s;
  position: relative;
}

.social-icon:hover {
  color: #fff;
}

.social-icon .iconfont {
  font-size: .3rem;
}

.social-qrcode {
  position: absolute;
  bottom: calc(100% + .14rem);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: #fff;
  border-radius: .08rem;
  padding: .1rem;
  width: 1.4rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, transform .25s, visibility .25s;
  pointer-events: none;
  z-index: 10;
}

.social-qrcode::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #fff;
}

.social-qrcode img {
  width: 100%;
  display: block;
  border-radius: .04rem;
}

.social-qrcode span {
  display: block;
  font-size: .16rem;
  color: #666;
  margin-top: .08rem;
  white-space: nowrap;
}

.social-icon:hover .social-qrcode {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.footer-copyright {
  font-size: .18rem;
  padding: .2rem 0;
  background: #000000;
  position: relative;
}

.footer-copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright p,
.footer-copyright a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.footer-copyright .get-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.2rem;
  height: 100%;
  background: var(--color01);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s;
}

.footer-copyright .get-top:hover {
  transform: translateY(-10px);
}

.footer-copyright .get-top .iconfont {
  font-size: .16rem;
  color: #fff;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* page*/
.subbanner {
  width: 100%;
  height: 7rem;
  position: relative;
  overflow: hidden;
}

.subbanner .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transform-origin: 50% 100%;
  transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  position: relative;
  z-index: 0;
}

.subbanner.on .img {
  transform: none;
}

.subbanner>.container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.subbanner>.container h2 {
  margin-top: -.6rem;
  font-size: .44rem;
  font-weight: 800;
  color: #fff;
}

.subbanner>.container ._en {}

.subbanner>.container p {
  font-size: .18rem;
  line-height: 2;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 3px;
}


.banner-mouse {
  margin-top: .68rem;
  animation: linedown linear infinite 1.5s;
  -webkit-animation: linedown linear infinite 1.5s;
  -moz-animation: linedown linear infinite 1.5s;
  -ms-animation: linedown linear infinite 1.5s;
  -o-animation: linedown linear infinite 1.5s;
  cursor: pointer;
  z-index: 10;
}

.banner-mouse-line {
  background: url(../images/mouse.svg) no-repeat center;
  background-size: contain;
  position: relative;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin-right: 4px;
}

.banner-mouse-line::after {
  position: absolute;
  left: 50%;
  top: 5px;
  width: 2px;
  height: 5px;
  background: #fff;
  content: "";
  animation: FmovefadeInDown linear infinite 1.5s;
  -webkit-animation: FmovefadeInDown linear infinite 1.5s;
  -moz-animation: FmovefadeInDown linear infinite 1.5s;
  -ms-animation: FmovefadeInDown linear infinite 1.5s;
  -o-animation: FmovefadeInDown linear infinite 1.5s;
  margin-left: -1px;
  border-radius: 0;
}

.banner-mouse span {
  font-size: .14rem;
  color: #fff;
}

@keyframes FmovefadeInDown {
  0% {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  35% {
    opacity: 0;
    transform: translate(0px, 50%);
  }

  65% {
    opacity: 0;
    transform: translate(0px, -50%);
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@-webkit-keyframes FmovefadeInDown {
  0% {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  35% {
    opacity: 0;
    transform: translate(0px, 50%);
  }

  65% {
    opacity: 0;
    transform: translate(0px, -50%);
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@-moz-keyframes FmovefadeInDown {
  0% {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  35% {
    opacity: 0;
    transform: translate(0px, 50%);
  }

  65% {
    opacity: 0;
    transform: translate(0px, -50%);
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes linedown {
  0% {
    transform: translateY(30px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(30px);
  }
}

@-webkit-keyframes linedown {
  0% {
    transform: translateY(30px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(30px);
  }
}

@-moz-keyframes linedown {
  0% {
    transform: translateY(30px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(30px);
  }
}

/* _pagePartner 合作伙伴 */
._pagePartner {
  padding: .8rem 0;
  background: #F9F9F9;
}

.page-partner-hd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: .7rem;
}

.page-partner-hd .pub-hd {
  text-align: left;
  margin-bottom: 0;
}

.page-partner-nav {
  display: flex;
  flex-shrink: 0;
}

.page-partner-nav .partner-prev,
.page-partner-nav .partner-next {
  width: .7rem;
  height: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .2rem;
  cursor: pointer;
  transition: background .3s, color .3s, border-color .3s;
  background: var(--color01);
  color: #fff;
}

.page-partner-nav .partner-prev {
  transform: scaleX(-1);
}

.page-partner-nav .iconfont:hover {
  color: #555;
}

.page-partner-nav .swiper-button-disabled {
  background: #E5E5E5;
  color: #666;
}

.partner-grid-item {
  border-radius: .1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2rem;
  transition: box-shadow .3s;
  background: #fff;
  height: 1.5rem;
  box-sizing: border-box;
}

.partner-grid-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
}

.partner-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* _pageHistory 发展历程 */
._pageHistory {
  background: url('../images/develop-bg.webp') no-repeat center;
  background-size: cover;
  padding: .9rem 0;
  overflow: hidden;
}

._pageHistory .pub-hd {
  text-align: center;
  margin-bottom: .9rem;
}

.history-body {
  position: relative;
  margin-bottom: .5rem;
}

#courseSwiper .swiper-slide {
  padding-left: .54rem;
  position: relative;
  min-height: 2.6rem;
}

#courseSwiper .swiper-slide::before {
  content: "";
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  border: .05rem solid var(--color01);
  position: absolute;
  top: 0;
  left: 0;
}

#courseSwiper .swiper-slide::after {
  content: "";
  width: .05rem;
  height: 100%;
  position: absolute;
  top: .25rem;
  left: .1rem;
  background: linear-gradient(180deg, rgba(236, 19, 0, 1) 0%, rgba(236, 19, 0, 0) 90%, rgba(255, 255, 255, 0) 100%);
}

.history-year {
  font-size: .3rem;
  font-weight: 700;
  color: var(--color01);
}

.history-events {
  font-size: .18rem;
  line-height: 2.3;
  color: #666666;
}

/* 时间轴 tab */
.history-tab {
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding: .22rem 0 .3rem;
  position: relative;
}

.history-tab::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, .15);
}

.history-tab .swiper-slide {
  text-align: center;
  cursor: pointer;
  position: relative;
  /* padding-top: .18rem; */
}

.history-tab .swiper-slide .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.history-tab .swiper-slide .tab-line {
  width: 100%;
}

.tab-year {
  font-size: .24rem;
  font-weight: 500;
  color: #666666;
  display: block;
}

.history-tab .swiper-slide.swiper-slide-thumb-active .tab-year {
  color: var(--color01);
  font-weight: 600;
}

/* _pageCulture 企业文化 */
._pageCulture {
  position: relative;
  background: url(../images/culture-bg.webp) no-repeat center;
  background-size: cover;
}

._pageCulture::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
}

._pageCulture .container {
  position: relative;
  padding-bottom: 2rem;
}

.culture-main {
  height: 6.8rem;
}

.culture-main .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 1.5rem;
}

.culture-slide-inner {
  color: #fff;
}

.culture-slide-title {
  font-size: .54rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .5rem;
}

.culture-slide-list {
  font-size: .18rem;
  color: rgba(255, 255, 255, 1);
  line-height: 1.8;
  padding-left: .78rem;
}

.culture-slide-list p {
  position: relative;
  margin-bottom: .3rem;
}

.culture-slide-list p::before {
  content: '';
  position: absolute;
  left: -.28rem;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #fff;
  width: .15rem;
  height: .15rem;
  border-radius: 50%;
}

.culture-slide-list p::after {
  content: '';
  position: absolute;
  left: -.24rem;
  top: 50%;
  transform: translateY(-50%);
  width: .07rem;
  height: .07rem;
  background: #fff;
  border-radius: 50%;
}

.culture-thumbs {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 1.8rem;
  border-radius: .2rem .2rem 0 0;
}

.culture-thumb-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .3s;
}

.culture-thumb-item:last-child {
  border-right: none;
}

.culture-thumb-item .iconfont {
  font-size: .42rem;
  color: var(--color01);
  margin-bottom: .2rem;
}

.culture-thumb-item img {
  width: .42rem;
  height: .42rem;
  object-fit: contain;
}

.culture-thumb-item .thumb-name {
  font-size: .2rem;
  color: #000;
}

.culture-thumb-item .thumb-en {
  font-size: .2rem;
  color: #666666;
}

.culture-thumb-item.swiper-slide-thumb-active,
.culture-thumb-item:hover {
  background: #fafafa;
}

/* _pageIntro 公司简介 */
._pageIntro {
  background: #fff;
}

.intro-body {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  padding: .8rem 0;
}

.intro-left {
  flex-shrink: 0;
  width: 4rem;
}

.intro-title {
  font-size: .5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: .2rem;
  line-height: 1.3;
}

.intro-slogan {
  font-size: .18rem;
  color: #333;
  line-height: 2.7;
}

.intro-slogan em {
  font-style: normal;
  font-weight: 700;
  color: var(--color01);
}

.intro-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  font-size: .18rem;
  color: #666;
  line-height: 2.7;
}

.intro-right p {
  margin-bottom: .1rem;
}

.intro-stats {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: .5rem 0;
}

.intro-stat-item {
  padding-right: .3rem;
}

.intro-stat-item+.intro-stat-item {
  /* padding-left: .3rem;
  padding-right: .3rem; */
}

.intro-stat-label {
  font-size: .18rem;
  color: #333;
  margin-bottom: .25rem;
}

.intro-stat-val {
  display: flex;
  align-items: flex-end;
  gap: .1rem;
  line-height: 1;
}

.intro-stat-val i {
  font-style: normal;
  font-size: .6rem;
  font-weight: 500;
  color: var(--color01);
  line-height: 1;
}

.intro-stat-val span {
  font-size: .18rem;
  color: #333;
  padding-bottom: .06rem;
}

/* subnav 面包屑 + 页内导航 */
.subnav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 5;
}

.subnav .container {
  height: .8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-location {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: .14rem;
  color: #fff;
  white-space: nowrap;
}

.page-location .iconfont {
  width: 3px;
  height: .2rem;
  background: #fff;
  margin-right: .06rem;
}

.page-location a {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.page-location a:hover {
  color: #fff;
}

.page-location .loc-sep {
  color: #fff;
  margin: 0 .02rem;
}

.page-location .loc-cur {
  color: rgba(255, 255, 255, .9);
}

.submenu {
  display: flex;
  align-items: center;
  gap: .6rem;
  height: 100%;
}

.submenu-item {
  font-size: .18rem;
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: color .3s;
  white-space: nowrap;
}

.submenu-item::after {
  /* content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color01);
  transition: width .3s; */
}

.submenu-item:hover,
.submenu-item.active {
  color: #fff;
}

.submenu-item:hover::after,
.submenu-item.active::after {
  width: 100%;
}

/* 服务体系 */
._pageSystem {
  background: url(../images/system-bg.webp) no-repeat center;
  background-size: cover;
  padding: 1rem 0 .8rem;
}

._pageSystem .pub-hd{
  margin-bottom: .9rem;
}

._advlist ._item {
  padding: .2rem;
  width: 25%;
}

._advlist ._item>div {
  padding: .6rem .3rem .8rem;
  height: 100%;
  background-color: rgba(249, 249, 249, 1);
  clip-path: polygon(100% 0, 100% 78%, 85% 100%, 0 100%, 0 0);
  position: relative;
  transition: all .2s linear;
  cursor: pointer;
}

._advlist .item_top {
  align-items: center;
  margin-bottom: .18rem;
}

._advlist .item_top .item_icon>i {
  font-size: .9rem;
  color: var(--color01);
  line-height: 1;
}

._advlist .item_top .item_num {
  margin-left: auto;
  font-size: .9rem;
  font-weight: 700;
  position: relative;
  position: absolute;
  right: 0rem;
  top: 0rem;
}

._advlist .item_top .item_num span {
  display: block;
}

._advlist .item_top .item_num .n1 {
  color: rgba(0, 101, 181, 0.05);
  line-height: 1;
}

._advlist .item_title {
  color: var(--color01);
  font-size: .21rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: .18rem;
}

._advlist .item_line {
  color: rgba(102, 102, 102, 1);
  font-size: .16rem;
  line-height: 2;
  height: 1.44rem;
}

._advlist ._item:hover>div {
  background-color: var(--color01);
}

._advlist ._item:hover .item_top .item_icon>i {
  color: #fff;
}

._advlist ._item:hover .item_top .item_num .n1 {
  color: rgba(255, 255, 255, 0.1);
}

._advlist ._item:hover .item_title {
  color: rgba(255, 255, 255, 1);
}

._advlist ._item:hover .item_line {
  color: rgba(255, 255, 255, 0.68);
}


/* 企业荣誉 */
._pageGlory {
  padding-top: 0.9rem;
}

._pageGlory ._header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._pageGlory .pub-hd {
  text-align: left;
  margin-bottom: 0;
}

._pageGlory .glory-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._pageGlory .glory-data .data-item {
  width: 2.3rem;
}

._pageGlory .glory-data .data-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: var(--color01);
  font-size: 0.48rem;
  line-height: 69px;
}

._pageGlory .glory-data .data-top span {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 0.8rem;
  font-family: "AlimamaShuHeiTiBold";
  margin-right: 0.09rem;
}

._pageGlory .glory-data .data-footer {
  font-size: 0.18rem;
  color: rgb(102, 102, 102);
  margin-top: 5px;
  white-space: nowrap;
}

._pageGlory .glory-swiper {
  margin-top: 1rem;
  height: 5.2rem;
}

._pageGlory .glory-swiper .swiper-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._pageGlory .glory-swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._pageGlory .glory-swiper .swiper-wrapper .swiper-slide-active {
  transform: translateX(-.12rem);
}

._pageGlory .glory-swiper .glory-img {
  height: 4.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

._pageGlory .glory-swiper ._item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

._pageGlory .glory-swiper ._item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

._pageGlory .glory-swiper ._item ._icon {
  width: 0.4rem;
  height: 0.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  background-color: var(--color01);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

._pageGlory .glory-swiper ._item:hover::before {
  opacity: 1;
  visibility: visible;
}

._pageGlory .glory-swiper ._item:hover ._icon {
  opacity: 1;
  visibility: visible;
}

._pageGlory .glory-swiper ._item:hover ._icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: var(--color01);
  border-radius: 50%;
  animation: scaleAnimate 1s ease infinite;
  -webkit-animation: scaleAnimate 1s ease infinite;
}

@-webkit-keyframes scaleAnimate {
  from {
    -webkit-transform: scale(1);
    opacity: 0.5;
  }

  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

._pageGlory .glory-swiper .swiper-slide-active .glory-img {
  height: 5.2rem;
}

._pageGlory .glory-swiper-footer {
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
  background: rgb(240, 240, 240);
  margin-top: 0.4rem;
  position: relative;
}

._pageGlory .glory-swiper-footer::before {
  content: "";
  width: 100%;
  height: 0.82rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 240, 240)), to(rgb(250, 250, 250)));
  background: linear-gradient(180deg, rgb(240, 240, 240) 0%, rgb(250, 250, 250) 100%);
  position: absolute;
  left: 0;
  top: -50%;
  z-index: 0;
}

._pageGlory .glory-swiper-footer .container {
  position: relative;
}

._pageGlory .glory-swiper-footer .swiper-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._pageGlory .glory-swiper-footer .swiper-btn .glory-prev {
  transform: scaleX(-1);
}

._pageGlory .glory-swiper-footer .swiper-btn div {
  cursor: pointer;
}

._pageGlory .glory-swiper-footer .swiper-btn div i {
  font-size: 0.4rem;
  color: rgb(102, 102, 102);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

._pageGlory .glory-swiper-footer .swiper-btn div:hover i {
  color: var(--color01);
}

._pageGlory .glory-swiper-footer .swiper-title {
  font-size: 0.24rem;
  color: rgb(102, 102, 102);
}


/* product-intro 概况 */
.product-intro {
  padding: .8rem 0 .7rem;
  background-color: #F3F4F6;
  background-image: url(../images/pro_intro-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.product-intro-title {
  font-size: .5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: .2rem;
}

.product-intro-slogan {
  font-size: .18rem;
  color: #333;
  margin-bottom: .4rem;
}

.product-intro-slogan em {
  font-style: normal;
  font-weight: 700;
  color: var(--color01);
}

.product-intro-body {
  width: 13rem;
  max-width: 81.25%;
  font-size: .18rem;
  color: #666;
  line-height: 2.3;
}

.product-intro-body p {
  margin-bottom: .1rem;
}


/* product-advantage 服务优势 */
.product-advantage {
  background: #fff;
  padding-top: .8rem;
}

.advantage-hd {
  display: flex;
  align-items: center;
  gap: .2rem;
  margin-bottom: .36rem;
}

.advantage-badge {
  width: .8rem;
  height: .8rem;
  background: var(--color01);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .36rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.advantage-title {
  font-size: .36rem;
  font-weight: 700;
  color: #333;
}

.advantage-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 1rem;
  font-size: .18rem;
  color: #666;
  line-height: 2.7;
}

.advantage-body {
  display: flex;
  position: relative;
  margin-top: .5rem;
  min-height: 5rem;
}

.advantage-img {
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
}

.advantage-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.advantage-swiper-wrap {
  width: 50%;
  background: #2a2a2a;
  padding: .53rem 8.3vw .7rem .55rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advantage-body .swiper {
  flex: 1;
  width: 100%;
}

.adv-slide-title {
  font-size: .26rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: .3rem;
}

.adv-slide-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .18rem;
  color: #CCCCCC;
  line-height: 2.7;
  padding-left: 0;
  text-align: justify;
}

.advantage-nav {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.adv-prev,
.adv-next {
  width: .7rem;
  height: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .2rem;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  transition: .3s;
  background: var(--color01);
  color: #fff;
}

.adv-prev {
  transform: scaleX(-1);
}

.adv-prev.swiper-button-disabled,
.adv-next.swiper-button-disabled {
  background: #E5E5E5;
  pointer-events: none;
  color: #666666;
}

.product-advantage.alt {
  background: #f8f8f8;
}

/* product-solution 解决方案 */
.product-solution {
  position: relative;
  padding: .6rem 0 1rem;
  overflow: hidden;
}

.solution-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.solution-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-solution .container {
  position: relative;
  z-index: 1;
}

.solution-hd {
  text-align: center;
  margin-bottom: .7rem;
}

.solution-title {
  font-size: .5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .18rem;
}

.solution-desc {
  font-size: .15rem;
  color: rgba(255, 255, 255, 1);
}

.solution-desc span {
  color: var(--color01);
}

.solution-list {
  display: flex;
  gap: .25rem;
}

.solution-item {
  flex: 1;
  border: 1px solid #FFFFFF;
  border-radius: .2rem;
  padding: .2rem;
  transition: background .3s, border-color .3s;
}

.solution-item:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .3);
}

.solution-num {
  font-size: .8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .12);
  line-height: 1;
  height: .57rem;
  overflow: hidden;
  margin-bottom: .1rem;
}

.solution-name {
  font-size: .24rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .4rem;
  position: relative;
}

.solution-name::before {
  content: "";
  width: .6rem;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  left: 0;
  bottom: -.2rem;
}

.solution-text {
  font-size: .18rem;
  color: #BABABA;
  line-height: 1.7;
}


@media (min-width: 1921px) {}

@media screen and (min-width: 1025px) {
  .pc-nav .nav .nav_a:hover .nav_b {
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
  }

  .pc-nav .nav .nav_a>.nav_b>.nav_b_list>li>a:hover {
    color: var(--color01);
    background-color: #f5f5f5;
  }
}

@media (min-width: 2170px) and (max-width: 2556px) {
  .navs>li>a {
    padding: 0 .25rem;
    font-size: .19rem;
  }
}

@media (min-width: 1921px) and (max-width: 6000px) {
  .navs>li>a {
    font-size: .18rem;
  }
}

@media (min-width: 1660px) and (max-width: 1920px) {
  .navs>li>a {
    padding: 0 .15rem;
  }
}

@media (max-width: 1659px) {}

@media (max-width: 1440px) {}

@media (min-width: 1300px) and (max-width: 1549px) {}

@media (max-width: 1281px) and (max-width: 1299px) {}

@media (max-width: 1280px) {
  .box {
    padding: 0.5rem 0;
  }

  .footer-copyright {
    padding-top: 0.3rem;
  }

  .footer-copyright br {
    display: block;
  }
}

@media (min-width: 1025px) and (max-width: 1270px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  .footer .container {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer .footer-copyright .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*pages*/
.pages {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
}

#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(--color01);
  color: #fff;
  display: inline-block;
}

#pages li:hover {
  color: #fff;
  background: var(--color01);
}

#pages li:hover a {
  color: #fff;
}


/* ======================================================
   _pageSupport - 服务支持图文交替板块
   ====================================================== */
._pageSupport {
  background: #fff;
  padding-bottom: .9rem;
}

.support-block {
  padding-top: .9rem;
}

.support-row {
  display: flex;
  align-items: center;
  gap: .7rem;
}

.support-block:nth-child(even) .support-row {
  flex-direction: row-reverse;
}

.support-img {
  flex: 0 0 57.5%;
  /* height: 5.17rem; */
  border-radius: .22rem;
  overflow: hidden;
}

.support-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.support-txt {
  flex: 1;
  padding: 0 .1rem;
}

.support-hd {
  display: flex;
  align-items: center;
  gap: .15rem;
  margin-bottom: .3rem;
}

.support-hd .iconfont {
  font-size: .36rem;
  color: #333;
  line-height: 1;
}

.support-hd h3 {
  font-size: .36rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
  line-height: 1.2;
}

.support-desc {
  font-size: .18rem;
  color: #666;
  line-height: 2.7;
  text-align: justify;
}


/* 专业团队 */
._pageTeam {
  background: #fff;
  padding-top: .9rem;
  padding-bottom: 1.4rem;
}

._pageTeam .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

._pageTeam ._item {
  margin-bottom: 1.08rem;
  width: 45%
}

._pageTeam ._item ._top {
  margin: 0 auto;
  padding-bottom: .8rem;
  padding-right: .8rem;
  position: relative;
  width: 6.49rem
}

._pageTeam ._item .img-box {
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  height: 4.65rem;
  overflow: hidden;
  position: relative;
  width: 100%
}

._pageTeam ._item .img-box img {
  display: block;
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 2
}

._pageTeam ._item ._top:before {
  background: #F5F5F5;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  content: "";
  height: 4.65rem;
  left: .7rem;
  position: absolute;
  top: .8rem;
  width: calc(100% - .8rem);
  z-index: 0;
  transition: .3s;
}

._pageTeam ._item:hover ._top:before {
  background: #FFF1F0;
}

._pageTeam ._item ._top:after {
  align-items: center;
  background-color: var(--color01);
  bottom: 0;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  color: #fff;
  display: flex;
  font-family: iconfont;
  font-size: .48rem;
  height: .8rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: .8rem;
  width: 1rem;
  z-index: 1
}

._pageTeam ._item.no1 ._top:after {
  content: "\e60a"
}

._pageTeam ._item.no2 ._top:after {
  content: "\e736"
}

._pageTeam ._item.no3 ._top:after {
  content: "\e6a5"
}

._pageTeam ._item.no4 ._top:after {
  content: "\e631"
}

._pageTeam ._info {
  margin-top: .19rem
}

._pageTeam ._item ._title {
  color: #333;
  font-size: .32rem;
  font-weight: 700;
  text-align: center;
  transition: .3s
}

._pageTeam ._item:hover ._title {
  color: var(--color01)
}

._pageTeam ._item ._desc {
  color: #666;
  font-size: .18rem;
  line-height: 2;
  text-align: center
}


._pageNews {
  padding-top: .8rem;
  padding-bottom: .8rem;
  background-color: #fff;
}

.pageNews__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.pageNews__list .item a {
  display: block;
}

.pageNews__list .item a figure {
  height: 2.78rem;
  overflow: hidden;
}

.pageNews__list .item a figure img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
  transition: all 0.4s;
}

.pageNews__list .item a figure img:hover {
  transform: scale(1.1);
}

.pageNews__list .item a figcaption {
  background-color: #f3f3f3;
  padding: 0.35rem 0.35rem 0.4rem;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}

.pageNews__list .item a figcaption ._title {
  font-size: 0.24rem;
  color: #000;
  height: 2.8em;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

._pageNews ._date {
  font-family: 'gilroy_Medium';
  color: #999;
  font-size: .18rem;
  line-height: 1;
  margin-top: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row;
  gap: .1rem;
}

.pageNews__list .item a figcaption ._desc {
  margin-top: .3rem;
  font-size: .18rem;
  color: #666;
  height: 3.6em;
  line-height: 1.8;
}

.pages{
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.pages b, .page-this{
	display: inline-block;
	background: var(--color01);
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	font-weight: 400;
	margin: 0 5px;
}
.pages a, .page-end, .page-start{
	margin-bottom: 10px;
	display: inline-block;
	background: #efefef;
	padding: 0 15px;
	font-size: 12px;
	color: #666;
	height: 40px;
	line-height: 40px;
}
.pages a:hover, .pages b{
	background: var(--color01);
  color: #fff;
}

.Total{
  background:var(--color01) !important;
  color: #fff !important;
}
.Total b{padding: 0;}
.pages a, .pages b, .page-end, .page-start, .page-this{line-height:40px}

._newsHead ._place {
  font-size: .16rem;
  color: #999;
}

._titleDate {
  padding-bottom: .5rem;
  border-bottom: 1px solid #eee;
  margin-bottom: .3rem;
}

._newsHead ._titleDate ._title {
  font-size: .42rem;
  font-weight: bold;
}

._newsHead ._titleDate ._date {
  color: #999;
  font-size: .18rem;
  display: flex;
  align-items: center;
  flex-flow: row;
  gap: .1rem;
}

.newsDel {
  position: relative;
  display: flex;
}

.newsDel ._cnt {
  align-items: flex-start;
}

.newsDel ._info {
  width: 10.36rem;
}

.outsource-detail .newsDel ._info{
  width: 100%;
}

._pageCase .newsDel ._info{
  width: 100%;
}

.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 {
  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(--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;
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.4, 0.4, 0, 1);
  background-color: var(--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:before {
  transform: scale(1.4);
}

.newsDel ._info ._skip ._back>a:hover:after {
  transform: scale(1.8);
}

.newsDel .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.65rem;
}

.newsDel .tj_box {
  position: sticky;
  top: 0.9rem;
}

.newsDel .tj_box .h5 {
  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;
}


/* 联系我们 */
._pageContact .contact_info{
  padding-top: .9rem;
  padding-bottom: 1.4rem;
  background: #fff;
}
.contact_info .container{
  display: flex;
}
.contact_info .infos,
.contact_info .contact_form{
  width: 50%;
}
.contact_info .infos{
  padding-right: 2rem;
}
.contact_info .infos ._name{
  font-size: .4rem;
  font-weight: 500;
  line-height: .6rem;
  color: rgba(51, 51, 51, 1);
}
.contact_info .infos .phone{
  display: flex;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .3rem;
}
.contact_info .infos .phone .iconfont{
  font-size: .7rem;
  color: var(--color01);
  margin-right: .1rem;
}
.contact_info .infos .text ._title{
  font-size: .16rem;
  line-height: .18rem;
  color: rgba(102, 102, 102, 1);
}
.contact_info .infos .text ._num{
  font-size: .6rem;
  font-weight: 700;
  line-height: .6rem;
  color: var(--color01);
  margin-top: .1rem;
}
.contact_info .infos .email{
  font-size: .18rem;
  line-height: .5rem;
  color: rgba(102, 102, 102, 1);
  white-space: pre-line;
}
.contact_info .infos .codes{
  display: flex;
  margin: .64rem 0;
}
.contact_info .infos .code_item{
  width: 1.24rem;
  margin-right: .47rem;
}
.contact_info .infos .code_item img{
  width: 100%;
}
.contact_info .infos .code_item .code_text{
  margin-top: .11rem;
  font-size: .16rem;
  line-height: .36rem;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}
.contact_info .infos .desc{
  font-size: .16rem;
  line-height: .36rem;
  color: rgba(153, 153, 153, 1);
}
.contact_form .form_header ._title{
  font-size: .34rem;
  font-weight: 700;
  line-height: .5rem;
  color: rgba(51, 51, 51, 1);
}
.contact_form .form_header ._subtitle{
  font-size: .18rem;
  line-height: .26rem;
  color: rgba(102, 102, 102, 1);
}
.contact_form .form_item{
  margin-top: .5rem;
}
.contact_form .form ._name{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_form .form .form_item input,
.contact_form .form .form_item select{
  width: 100%;
  height: .57rem;
  padding: 0 .23rem;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(217, 217, 217, 1);
}
.contact_form .form .form_item textarea{
  width: 100%;
  padding: .1rem .23rem;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(217, 217, 217, 1);
  min-height: 1rem;
}
.contact_form .form ._name input{
  width: 48%;
  height: .57rem;
  padding: 0 .23rem;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(217, 217, 217, 1);
}
.contact_form .form .btn_box{
  display: flex;
  align-items: center;
}
.contact_form .form .btn_box .form-submit{
  width: 1.62rem;
  height: .57rem;
  line-height: .57rem;
  background: var(--color01);
  font-size: .18rem;
  font-weight: 500;
  line-height: .26rem;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  border: 1px solid var(--color01);
  margin-left: .29rem;
  cursor: pointer;
}
.contact_form .form .code_input{
  position: relative;
  width: 100%;
  border: 1px solid rgba(217, 217, 217, 1);
}
.contact_form .form .code_input input{
  padding-right: 1.2rem;
  border: none;
}
.contact_form .form .code_input #canvas{
  position: absolute;
  width: 1.2rem;
  height: .55rem;
  opacity: 1;
  top: .01rem;
  right: .01rem;
}
._pageContact .contact_map{
  width: 100%;
}


.search_container{
  margin: 1rem auto;
  padding: 0 1.6rem;
}
.search_container ._header{
  background-color: var(--color01);
  padding: .32rem;
  color: #fff;
}
.search_container ._result{
  font-size: .3rem;
  font-weight: 600;
  margin-bottom: .2rem;
}
.search_container ._subtitle{
  font-size: .2rem;
}
.search_container ._list ._item{
  display: block;
  padding: .4rem 0;
  color: #333;
  border-bottom: 1px solid rgba(241, 241, 241, 1);
}
.search_container ._item ._title{
  font-size: 1.5em;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.search_container ._item .smalltext{
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.search_container ._list ._item:hover {
  color: var(--color01);
}


@media screen and (max-width: 1700px) {
  .footer-copyright{
    padding-right: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .navs {
    display: none;
  }

  .menubtn {
    display: block;
  }

  .banner {
    height: 68vh;
  }

  .subbanner .container ._en {
    height: 1rem;
  }

  .subbanner .container ._en img {
    height: 1rem;
  }

  .subbanner .container p {
    letter-spacing: 0px;
  }
}

@media (max-width: 560px) {}

@media screen and (orientation: portrait) {
  .ind_body {
    overflow-y: auto !important;
  }

  #header {
    height: 60px;
    background-color: #fff;
  }

  .header::before {
    content: none;
  }

  .pc-nav {
    height: 100%;
  }

  .pc-nav ._logo {
    height: 85%;
  }

  .pc-nav ._logo>a>div {
    height: 100%;
  }

  .header .logo-white {
    display: none;
  }

  .header .logo {
    display: block;
  }

  #header .header__nav__container {
    padding: 0 0.3rem;
    height: 100%;
  }

  .header__logo {
    margin-right: 0;
  }

  .header__logo a {
    font-size: .5rem;
  }

  .header__search {
    display: none;
  }

  .header__tel {
    margin-right: .2rem;
    padding-left: .3rem;
    font-size: .28rem;
    color: #333;
    display: none;
  }

  .header__tel span {
    display: none;
  }

  .navs {
    display: none;
  }

  .pc-nav .nav .nav_a>.nav_b {
    display: none;
  }

  .menubtn {
    display: block;
    width: 20px;
  }

  #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: var(--color01);
  }

  .banner {
    margin-top: 60px;
    height: 36vh;
  }

  .banner-text ._title {
    font-size: .4rem;
  }

  .banner-text ._tps {
    letter-spacing: 0;
  }

  .pagination-box .swiper-pagination {
    /* margin: 0 auto; */
    width: auto;
    font-size: 0;
    position: relative;
    left: auto;
    bottom: auto;
  }

  .swiper-pagination .circle-progress {
    width: 14px;
    height: 14px;
  }

  .swiper-pagination .circle-progress .content {
    width: 7px;
    height: 7px;
  }

  .swiper-pagination .circle-progress i {
    width: 4px;
    height: 4px;
  }

  .swiper-pagination .circle-progress.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
  }

  .swiper-pagination .circle-progress.swiper-pagination-bullet-active .content {
    width: 7px;
    height: 14px;
  }

  .swiper-pagination .circle-progress.swiper-pagination-bullet-active .circle {
    width: 14px;
    height: 14px;
    border-width: 1px;
  }

  .box {
    padding: .6rem 0;
  }

  .more {
    margin-top: .3rem;
    padding: 0;
    width: auto;
    height: .7rem;
    font-size: .26rem
  }

  .more i {
    margin-right: .1rem
  }

  /*banner*/
  .banner {
    width: 100%;
    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;
    left: 0;
  }

  .pagination-box {
    justify-content: space-between;
  }

  .banner-mouse {
    transform: translate(-50%, .4rem);
    margin-top: 0;
  }

  /* page */
  .page-main {
    margin-top: 60px;
    overflow: hidden
  }

  .subbanner {
    height: 24vh;
  }

  .subbanner>.container {
    top: .5rem;
    transform: translate(-50%, 0%);
  }

  .banner-mouse span {
    font-size: .24rem;
  }

  .subnav>.container {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: .2rem .4rem;
  }

  .page-location {
    font-size: .266rem;
  }

  .submenu {
    overflow-x: scroll;
    width: 100%;
  }

  .submenu-item {
    font-size: .3rem;
  }

  .subbanner .container p {
    font-size: .24rem;
    line-height: 1.6;
  }

  .page-subMenu {
    margin-top: 0;
    box-shadow: 0px 2px 8px rgba(135, 135, 135, 0.2);
    position: relative;
    left: inherit;
    top: inherit;
  }

  .page-subMenu .container {
    max-width: 100%;
    padding: 0;
    height: auto;
    justify-content: flex-start;
    flex-wrap: wrap-reverse;
  }

  .container-left {
    width: 100%;
  }

  .page-name {
    display: none;
  }

  .pub-nav {
    width: 100%;
  }

  .pub-nav ul {
    width: 100%;
    /* display: block; */
  }

  .pub-nav li {
    width: auto;
    padding: 0;
    flex: auto;
  }

  .pub-nav li a {
    display: block;
    padding: .15rem .2rem;
    font-size: .28rem;
    line-height: 2;
    color: #343434;
    white-space: nowrap;
  }

  #bump {
    display: none;
  }

  .path {
    width: 100%;
    padding: .2rem .3rem;
    font-size: .24rem;
  }

  .path a:first-child::before {
    font-size: .32rem;
  }

  /* footer */
  #footer {}

  .bottom {
    padding: .5rem 0;
  }

  #footer .container {
    flex-direction: column;
  }

  .footer-media-items {
    /* margin: .45rem auto 0; */
    justify-content: flex-start;
    width: 100%;
  }

  .f-menu {
    flex-wrap: wrap;
    /* display: none; */
  }

  .f-menu div.f-menu-item {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0.3rem 0;
  }

  .f-menu div.f-menu-item+div.f-menu-item {
    margin-left: 0;
  }

  .f-menu .menu-extra-title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: .28rem;
  }

  .f-menu .menu-extra-title::before,
  .f-menu .menu-extra-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;
  }

  .f-menu .menu-extra-title::before {
    left: auto;
    bottom: auto;
  }

  .f-menu .menu-extra-title::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .f-menu .f-menu-item.on .menu-extra-title::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .f-menu ol {
    padding-top: .1rem;
    display: none;
    width: 100%;
  }

  .f-menu ol li {
    margin: .2rem .2rem 0 0;
    display: inline-block;
  }

  .f-menu ol li a {
    font-size: .24rem;
  }

  .footer .footer-copyright {
    flex-direction: column;
    align-items: center;
    padding: 0.3rem 0 0.2rem;
    border-top: 1px solid rgba(235, 235, 235, 0.1);
    text-align: center;
    z-index: 5;
  }

  .footer-copyright p,
  .footer-copyright span,
  .footer-copyright a {
    font-size: 0.266rem;
  }

  .footer-copyright .backTop {
    width: .8rem;
    height: .8rem;
    top: -.8rem;
    right: 0;
    transform: none;
  }

  .footer-copyright .backTop i::before {
    z-index: 0;
  }

  .banner .Hbanner_txt ._item ._desc {
    font-size: .36rem;
  }

  .banner .Hbanner_txt ._item ._title,
  .banner .Hbanner_txt ._item ._title .title-dec {
    font-size: .4rem;
  }

  .banner .Hbanner_txt ._item ._title .symbol1 {
    transform: translateY(-.1rem)
  }

  .banner .Hbanner_txt ._item ._tps {
    font-size: .3rem;
  }

  .header_search {
    margin-right: 20px;
  }

  .header_search i {
    font-size: .3rem;
  }

  .search-input,
  .search-submit .iconfont {
    font-size: .266rem;
  }

  .search-close .iconfont {
    font-size: .24rem;
  }

  .Habout-inner {
    padding: 0;
  }

  .Habout-left {
    width: 100%;
    padding: 0 .3rem;
  }

  .Habout-right {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }

  .Habout-slogan {
    font-size: .266rem;
  }

  .Habout-desc {
    font-size: .26rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .Habout-more {
    font-size: .24rem;
  }

  .Hservice-desc {
    width: 100%;
    font-size: .266rem;
  }

  .item-en {
    font-size: .24rem;
  }

  .tab-name {
    font-size: .3rem;
  }

  .tab-content ul li,
  .slide-desc {
    font-size: .266rem;
  }

  .system-swiper-wrap .img-box {
    height: auto;
  }

  .system-pic {
    width: 100%;
  }

  .system-pic-nav {
    left: 0;
    bottom: .61rem;
  }

  .system-pic-more {
    font-size: .24rem;
  }

  .Hcoop-inner {
    padding: 0 .3rem;
    flex-direction: column;
  }

  .Hcoop-left {
    width: 100%;
  }

  .Hcoop-desc {
    width: 100%;
    font-size: .266rem;
  }

  .coop-card .iconfont {
    font-size: .4rem;
  }

  .coop-card span,
  .tag-label,
  .tag-name {
    font-size: .24rem;
  }

  .case-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .case-tab {
    font-size: .25rem;
  }

  .case-img {
    height: 3rem;
  }

  .case-name {
    font-size: .3rem;
  }

  .case-desc,
  .partner-desc {
    font-size: .266rem;
  }

  .case-more,
  .case-more .iconfont {
    font-size: .24rem;
  }

  .case-btn {
    font-size: .6rem;
  }

  .Hcontact .container,
  .Hcontact .contact-content,
  .contact-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-info {
    gap: 20px;
  }

  .contact-col p {
    font-size: .266rem;
  }

  .Hcontact .contact-content {
    gap: 30px;
  }

  .contact-btn {
    font-size: .266rem;
  }



  ._pageGlory ._header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._pageGlory ._header .desc {
    font-size: 0.266rem;
  }

  ._pageGlory ._header .glory-data {
    margin-top: 30px;
    width: 100%;
  }

  ._pageGlory ._header .glory-data .data-item {
    width: 33.33%;
  }

  ._pageGlory ._header .glory-data .data-footer {
    font-size: 0.266rem;
  }

  ._pageGlory .glory-swiper-footer .swiper-title {
    font-size: 0.266rem;
  }

  .footer-nav {
    flex-direction: column;
    gap: 0;
  }

  .footer-nav-col {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .footer-nav-title {
    padding: .18rem 0;
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .3rem;
  }

  .footer-nav-title::before {
    content: '+';
    font-size: .3rem;
    color: rgba(255, 255, 255, .5);
    font-weight: 300;
    transition: transform .3s;
    order: 2;
  }

  .footer-nav-col.open .footer-nav-title::before {
    transform: rotate(45deg);
  }

  .footer-nav-title::after {
    display: none;
  }

  .footer-nav-col ul {
    display: none;
    padding-bottom: .16rem;
  }

  .footer-nav-col ul li:not(:last-child) {
    margin-bottom: .3rem;
  }

  .footer-nav-col ul li a {
    font-size: .266rem;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: .2rem;
    padding-bottom: .2rem;
  }
  .footer-social .social-icon:nth-child(1) .social-qrcode{
    left: -.1rem;
    transform: none;
  }
  .footer-social .social-icon:nth-child(1) .social-qrcode::after{
    left: .27rem;
    transform: none;
  }

  .social-qrcode {
    width: 2rem;
  }

  .social-qrcode span {
    font-size: .24rem;
  }

  .intro-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 0;
  }

  .intro-left {
    width: 100%;
  }

  .intro-slogan,
  .intro-right {
    font-size: .266rem;
    line-height: 1.8;
  }

  .intro-stats {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 0;
  }

  .intro-stat-item {
    width: 33.33%;
  }

  .intro-stat-label,
  .intro-stat-val span {
    font-size: .24rem;
  }

  .culture-slide-list {
    font-size: .266rem;
    padding-left: .5rem;
  }

  .culture-slide-list p {
    margin-bottom: .1rem;
  }

  .culture-thumbs {
    left: 50%;
    transform: translateX(-50%);
  }

  .culture-thumb-item .iconfont {
    font-size: .5rem;
    line-height: 1;
  }

  .culture-thumb-item .thumb-name,
  .culture-thumb-item .thumb-en {
    font-size: .24rem;
  }

  .history-year {
    font-size: .4rem;
  }

  .history-events {
    font-size: .266rem;
  }

  ._pageSystem .swiper-wrapper {
    flex-direction: column;
  }

  ._advlist ._item {
    width: 100%;
  }

  ._advlist .item_top .item_icon>i {
    font-size: 1.4rem;
  }

  ._advlist .item_title {
    font-size: .3rem;
  }

  ._advlist .item_line {
    font-size: .266rem;
    height: auto;
  }


  .product-intro-slogan{
    font-size: .266rem;
  }
  .product-intro-body{
    width: 100%;
    max-width: 100%;
    font-size: .266rem;
  }

  .solution-desc{
    font-size: .266rem;
  }

  .solution-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .solution-name{
    font-size: .3rem;
  }
  .solution-text{
    font-size: .24rem;
  }

  .advantage-list{
    font-size: .266rem;
    line-height: 1.5;
  }
  .advantage-body{
    flex-direction: column;
  }
  .advantage-img{
    width: 100%;
    height: 3rem;
  }
  .advantage-swiper-wrap{
    width: 100%;
    padding-bottom: .9rem;
  }
  .adv-slide-title{
    font-size: .3rem;
  }
  .adv-slide-list{
    font-size: .266rem;
    line-height: 1.5;
  }
  .advantage-nav{
    left: .55rem;
    transform: none;
  }
  

  .support-row,
  .support-row--reverse {
    flex-direction: column;
  }
  .support-img {
    flex: none;
    width: 100%;
    height: 4rem;
  }
  .support-block {
    padding: .6rem 0;
  }
  .support-hd h3 {
    font-size: .3rem;
  }
  .support-desc{
    font-size: .266rem;
    line-height: 1.6;
  }

  .support-block:nth-child(even) .support-row{
    flex-direction: column;
  }

  ._pageTeam ._item {
    margin-bottom: .4rem;
    width: 100%
  }

  ._pageTeam ._item ._desc {
    font-size: .24rem
  }


  .case-list{
    grid-template-columns: repeat(1, 1fr);
  }


  ._pageNews {
    padding: .5rem 0;
  }

  .pageNews__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }

  .pageNews__list .item a figure {
    height: 3.92rem;
  }

  .pageNews__list .item a figcaption ._title {
    font-size: .34rem;
  }

  ._pageNews ._date {
    margin-top: .3rem;
    font-size: .3rem;
  }

  .pageNews__list .item a figcaption ._desc {
    font-size: .3rem;
  }

  

  ._newsHead ._place {
    font-size: .28rem;
  }

  ._newsHead ._titleDate ._date {
    margin-top: .25rem;
    font-size: .3rem;
  }
  .newsDel {
    padding-top: 0;
    padding-bottom: 0;
    flex-flow: column;
    gap: .3rem;
  }

  .newsDel ._sell {
    display: none;
  }

  .newsDel ._info {
    margin-right: 0;
    width: 100%;
  }

  .newsDel ._info ._contin {
    padding: 0 0 .3rem;
    text-align: left;
    line-height: 2;
    font-size: 0.3rem;
  }

  .newsDel ._info ._top ._line {
    font-size: 0.2rem;
  }

  .newsDel ._info ._contin img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
  }

  .newsDel ._info ._skip {
    padding-top: 0.3rem;
  }

  .newsDel ._info ._skip ._back {
    display: none;
  }

  .newsDel ._info ._skip ._jump {
    padding-right: 0;
    width: 100%;
  }

  .newsDel ._info ._skip ._jump a {
    font-size: 0.3rem;
  }

  .newsDel .boxRight {
    padding-left: 0;
  }

  .newsDel .tj_box .h5 {
    font-size: .4rem !important;
  }

  .tj_box .list .item a ._title {
    font-size: .34rem;
  }

  ._back {
    padding: 0.15rem 0.3rem;
  }

  ._back a {
    font-size: 0.266rem;
    line-height: 1;
  }

  ._skip ._jump>div {
    padding: 0;
  }

  ._skip ._jump>div a h4 {
    font-size: 0.28rem;
    line-height: 1.7;
    white-space: wrap;
  }

  ._skip ._jump>div a p {
    display: none;
  }

  ._skip ._jump>div a span {
    padding: 0.15rem 0.2rem;
    font-size: 0.24rem;
  }

  .contact_info .container{
    flex-direction: column;
  }
  .contact_info .infos, .contact_info .contact_form{
    width: 100%;
  }
  .contact_info .infos{
    padding-right: 0;
  }

  .contact_info .infos .text ._title{
    font-size: .3rem;
  }

  .contact_info .infos .email{
    font-size: .266rem;
  }

  .contact_info .infos .code_item{
    width: 33.33%;
  }
  .contact_info .infos .code_item .code_text,
  .contact_info .infos .desc{
    font-size: .24rem;
  }

  .contact_info .contact_form{
    margin-top: .3rem;
  }
  .contact_form .form_header ._subtitle{
    font-size: .24rem;
  }

  .contact_form .form .code_input #canvas{
    width: 1.6rem;
  }

  .search_container{
    padding: 0 .3rem;
    margin: 1.2rem auto;
  }
  .search_container ._result{
    font-size: .5rem;
  }
  .search_container ._subtitle{
    font-size: .32rem;
  }
}