@import "animate.min.css";
@import url("../fonts/iconfont.css");
@import url("https://chinese-fonts-cdn.deno.dev/packages/cqscbbt/dist/YunFengZiKuZhongQingShanChengBangBangTi-2/result.css");

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

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

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

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

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

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

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

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

select {
  max-width: 100%;
}

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

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

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

strong {
  font-weight: 600;
}

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

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

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

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

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

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

a {
  color: #232830;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-primary-color {
  color: var(--bg-red) !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;
}

.ind_body {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  text-decoration: none;
}

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

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

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

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

div {
  -webkit-appearance: none;
}

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

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

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

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

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

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

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

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

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

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

.clearfix:after {
  clear: both;
}


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

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

/*redefine global*/
:root {
  --bg-red: rgba(112, 17, 11, 1);
  --bg-white: #fff;
  --bg-black: #000;
  --text-color-white: #ffffff;
  --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(--bg-red);
    border-radius: 4px;
  }

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

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

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

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

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

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

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 16rem;
  position: relative;
  z-index: 1;
}

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

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

.pc {
  display: block;
}

.mobile {
  display: none;
}

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

/*header*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 1.2rem;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: 0.65s;
}

.header:hover,
.header.scroll {}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navs {
  padding: 0 .4rem;
}

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

/* .navs>li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: all .3s;
}

.navs>li::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -7px;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  transition: all .3s;
} */

.navs>li:hover a:before,
.navs>li.active a:before {
  width: 32px;
  margin-left: -16px;
}

.navs>li:hover::after,
.navs>li.active::after {
  opacity: 1;
}

.navs>li:hover>a,
.navs>li.active>a {
  font-weight: 800;
}

.navs>li:first-child {}

.navs>li>a {
  padding: 0 .3rem;
  display: block;
  /*color: #fff;*/
  line-height: 1.2rem;
  font-size: .18rem;
  transition: all .3s;
  position: relative;
  z-index: 4;
}

/* .navs>li>a:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  background: var(--bg-blue);
  transition: 0.4s;
  width: 0;
  margin-left: 0;
} */

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

/* .header:hover .navs>li>a:before {
  background-color: var(--bg-blue);
} */
.navs>li>._subSection {
  position: absolute;
  background: #fff;
  left: 0;
  width: 100%;
  align-items: stretch;
  border-top: 1px solid #eee;
  justify-content: space-between;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 8;
  opacity: 0;
}

.navs>li>._subSection::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(212, 174, 116, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.navs>li>._subSection ._line {
  width: 2.46rem;
  height: 10px;
  background-color: var(--bg-red);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.navs>li>._subSection ._line::before {
  content: "";
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.navs>li>._subSection ._line::after {
  content: "";
  width: 0;
  height: 10px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-right: 5px solid rgba(212, 174, 116, 1);
  position: absolute;
  right: -9px;
  top: 0;
  z-index: 1;
}
._subSection ._image {
  /* width: 6.4rem; */
  height: 2.48rem;
  position: relative;
  padding-left: .6rem;
}

._subSection ._image>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


._subSection ._rBox {
  /* width: calc(100% - 6.4rem); */
  padding: 0.3rem .6rem 0.4rem .4rem;
  justify-content: space-between;
  gap: .56rem;
  position: relative;
  flex: 1;
}

._subSection ._rBox::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(245, 245, 245, 1) url(../images/submenu-logo.png) no-repeat right center;
  background-size: auto 4rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

._subSection ._rBox ._text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._subSection ._rBox ._text ._tHd {
  margin-bottom: .15rem;
  font-size: .24rem;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

._subSection ._rBox ._text ._desc {
  font-size: .18rem;
  line-height: 1.8;
  color: rgba(128, 128, 128, 1);
  margin-bottom: .2rem;
}

._subSection ._rBox ._text ._moreBtn {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--bg-red);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s;
}

._subSection ._rBox ._text ._moreBtn:hover {
  background-color: var(--bg-red);
}

._subSection ._rBox ._text ._moreBtn::after {
  content: '→';
  margin-left: 8px;
  font-size: 12px;
}

._subSection ._rBox .sidebar {
  width: 7.6rem;
  max-height: 1.78rem;
  position: relative;
  overflow-y: scroll;
}

._subSection .sidebar ._navMenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 15px;
  position: relative;
  z-index: 1;
}
._subSection .sidebar ._subComMenu._navMenu {
  grid-template-columns: repeat(2, 1fr);
}

._subSection .sidebar ._navMenu>a {
  /*font-family:'YunFengchongqingbangbangti';*/
  font-size: .18rem;
  cursor: pointer;
}

.navs>li:hover>._subSection {
  visibility: visible;
  opacity: 1;
}

#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::after {
  content: '';
  display: block;
  width: calc(100% - 1.08rem);
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  transition: all .5s;
  pointer-events: none;
}

#header.play::after {
  width: 0;
}

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

#header.header-sticky::before,
#header:hover::before {
  height: 1.2rem;
}

#header.header-sticky::after {}

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

#header.header-sticky .navs>li>a,
#header:hover .navs>li>a {
  color: #333;
}

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

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

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

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

.operation ._item {
  padding: 0 0.24rem;
  /*color: #fff;*/
  cursor: pointer;
}

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

.header__search {}

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

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


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

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

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

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

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

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

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

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

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

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

.m-nav a {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-nav-tel {
  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;
}
/* 开屏动画 */
.logo-animate-home {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

.logo-animate-home .item {
  position: absolute;
  top: 0;
  height: 33.33%;
  width: 100%;
  left: 0;
  background: #fff;
}

.logo-animate-home .item+.item {
  top: 33.33%;
}

.logo-animate-home .item+.item+.item {
  top: 66.66%;
}

.logo-animate-home .item.play {
  animation: animate-logo-bg 0.6s forwards ease;
}

.logo-animate-home .next {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  font-size: 0.3rem;
  display: none;
}

.logo-animate-home.play .next {
  display: none;
}

@keyframes animate-logo-bg {
  0% {
      transform: translate(0%, 0);
  }

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

.logo-animate-home .home-logo {
  width: 4.3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.logo-animate-home .home-logo * {
  fill: #71120C;
}

.logo-animate-home .animate-r {
  stroke: #023886;
  stroke-width: 4px;
  stroke-dasharray: 50.4;
  fill: none;
}

.logo-animate-home.play .animate-r {
  animation: animate-r 1s forwards ease-in;
}

.logo-animate-home .animate-j {
  stroke: #16A7A8;
  stroke-width: 4px;
  stroke-dasharray: 20.45;
  fill: none;
}


.logo-animate-home.play .animate-j {
  animation: animate-j 0.8s forwards ease-in;
}

.logo-animate-home.play .animate-zm {
  animation: animate-zm 1s forwards ease-in;
}

.logo-animate-home.play .animate-zw {
  animation: animate-zw 1.2s forwards ease-in;
}
/* 动画 */
@keyframes animate-r {
  0% {
      stroke-dashoffset: 20;
  }

  100% {
      stroke-dashoffset: 50.4;
  }
}

@keyframes animate-j {
  0% {
      stroke-dashoffset: 0;
  }

  100% {
      stroke-dashoffset: 20.45;
  }
}

@keyframes animate-zm {
  0% {
      transform: translate(0, 0%);
  }

  100% {
      transform: translate(0, -100%);
  }
}

@keyframes animate-zw {
  0% {
      transform: translate(0, 0%);
  }

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

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

/*banner*/
.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.swiper-pcbanner {
  height: 100vh;
}

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

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

.swiper-pcbanner ._bg::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

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

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

._bgLogo {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(30%);
  z-index: 2;
}

._bgLogo.play {
  animation: animate-banner-logo 2s forwards ease;
}

@keyframes animate-banner-logo {
  0% {
    bottom: 0;
    transform: translateY(0%);
  }

  100% {
    bottom: 50%;
    transform: translateY(30%);
  }
}

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

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

.banner-text .heading-text ._cn {
  font-size: .56rem;
}

.banner-text .heading-text ._en {
  font-size: .3rem;
  text-transform: uppercase;
  font-weight: lighter;
}

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

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

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


.banner-mouse {
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  bottom: .4rem;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
}

.banner-mouse-circle {
  background: url(../images/sroll.svg) no-repeat center;
  background-size: contain;
  position: relative;
  width: .9rem;
  height: .9rem;
  overflow: hidden;
  pointer-events: none;
  animation: round 10s infinite linear;
}

@keyframes round {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.banner-mouse i {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #fff;
  width: .4rem;
  height: .4rem;
  line-height: 1;
  transform: translate(-50%, -50%);
  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;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
}

@keyframes linedown {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

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

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

@-webkit-keyframes linedown {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

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

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

@-moz-keyframes linedown {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

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

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

.incenter {
  text-align: center;
}

.img-box {
  overflow: hidden;
}

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

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

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

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

/* home service */
.service {
  height: 100vh;
  position: relative;
}

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

.service ._bgs::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.service ._bgs ._item {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  opacity: 1;
  transition: all 1s;
}

/* .service ._bgs ._item>img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.service ._bgs ._item.active {
  opacity: 1;
  z-index: 1;
  animation: service-bg 1s;
}

@keyframes service-bg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.service ._list {
  display: flex;
  flex-flow: row wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.service ._list>a {
  display: block;
  font-size: 0.16rem;
  padding: 0.4rem;
  box-sizing: border-box;
  transition: all 1s;
  height: 50%;
  position: relative;
}

.service ._list>a:nth-child(-n+4) {
  width: 25%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.service ._list>a:nth-child(n+5) {
  width: 20%;
}

.service ._list>a::before,
.service ._list>a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.service ._list>a::before {
  transition: height 1s;
  height: 0;
  top: 1.2rem;
  z-index: 3;
  width: 0;
  border-left: 0.06rem solid var(--bg-red);
  transform: translate(calc(-100% + 1px), 0);
}

.service ._list>a .bg {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s;
  position: relative;
}

.service ._list>a .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.32);
}

.service ._list>a.active {
  /* width: 34%; */
}

.service ._list>a.active::before {
  height: 1rem;
}

.service ._list>a .details {
  width: calc(100% - 0.8rem);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  line-height: 1.8;
  color: #fff;
  position: absolute;
  bottom: .5rem;
  z-index: 2;
}

.service ._list ._cn {
  font-size: 0.3rem;
  font-weight: bold;
}

.service ._list ._en {
  width: 100%;
  font-size: 0.16rem;
  font-weight: normal;
  text-transform: uppercase;
}
.service ._list>a .details i{
  font-size: .5rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* about */
.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  height: 10rem;
  min-height: 10rem
}

.about .about-video {
  width: 50%;
  /* height: 100%; */
  position: relative
}

.about .about-video .videos {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.about .about-video .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(27, 28, 32)), to(rgb(112, 17, 11)));
  background: linear-gradient(90deg, rgba(27, 28, 32, 1) 0%, rgba(112, 17, 11, 1) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.about .about-video .video-button svg{
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: round 10s infinite linear;
}
@keyframes round {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}
.about .about-video .video-button .iconfont {
  font-size: .5rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.about .about-video .video-button.active {
  opacity: 0
}

.about .about-video:hover .video-button.active {
  opacity: 1
}

.about .about-video .video-button:hover .iconfont {
  color: var(--bg-red)
}

.about .about-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.about .about-content .about-infos {
  width: 100%;
  height: 100%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
  position: relative
}

.about .about-content .about-infos::before {
  content: "";
  width: 5rem;
  height: 100%;
  background: url("../images/about-bg1.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1
}

.about .about-content .about-infos::after {
  content: "";
  width: 5rem;
  height: 100%;
  background: url("../images/about-bg2.png") no-repeat 0 bottom;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1
}

.about .about-infos .about-found {
  font-family: "HarmonyOS Sans SC";
  text-transform: uppercase;
  font-size: .72rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(184, 184, 184, 1);
}

.about .about-infos .about-title {
  font-family: "HarmonyOS Sans SC";
  font-size: .32rem;
  color: var(--bg-red);
  line-height: 1.6;
  font-weight: bold;
  margin-top: .1rem;
  margin-bottom: .1rem;
}

.about .about-infos .about-desc {
  font-size: .16rem;
  line-height: 2;
  color: #666;
  margin-top: .3rem;
  text-align: justify;
}

.about .about-infos .about-desc p {
  margin-top: .2rem
}

.about .about-infos .about-more {
  font-size: .18rem;
  color: var(--bg-red);
  margin-top: .35rem;
  align-items: center;
}

.about .about-infos .about-more i {
  margin-right: .15rem;
  width: .6rem;
  height: .6rem;
  align-items: center;
  justify-content: center;
  font-size: .6rem;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s
}

.about .about-infos .about-more:hover i {
  font-size: .4rem;
  color: var(--bg-red);
  transform: rotate(45deg);
}

.about .about-infos .about-more i::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: var(--bg-red);
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.about .about-infos .about-more i::before {
  opacity: 0.3;
}

@-webkit-keyframes scaleAnimate {
  from {
    -webkit-transform: scale(1);
    opacity: 0.5;
  }

  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

.about .about-content .about-digital {
  /* width: 2.45rem; */
  flex-flow: column;
  background-color: var(--bg-red);
  align-items: flex-start;
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 1;
}

.about .about-content .about-digital .digital-item {
  width: 100%;
  padding: .2rem .3rem;
  position: relative
}

.about .about-content .about-digital .digital-item .item-header {
  margin-bottom: .05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  font-size: .4rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin-top: .05rem;
  z-index: 2;
  position: relative
}

.about .about-content .about-digital .digital-item .item-header span {
  color: #fff;
  line-height: 1
}

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

.about .about-content .about-digital .digital-item .item-title {
  color: rgba(255, 255, 255, .38);
  z-index: 2;
  position: relative
}

/* news */
.news {
  align-items: stretch;
  flex-flow: row-reverse;
  position: relative;
}

.news::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/news-bg.png) no-repeat right 0;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.news ._left {
  padding-left: 0.6rem;
  padding-right: 1.2rem;
  width: 4.7rem;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  border-right: 1px solid rgba(229, 229, 229, 1);
}

.news ._left .indexTitle1 {
  width: 100%;
}

.indexTitle1 ._title {
  font-size: .4rem;
  font-weight: bold;
  line-height: 1.8;
  color: rgba(51, 51, 51, 1);
}

.indexTitle1 ._en {
  width: auto;
  height: .48rem;
}

.news ._tab {
  margin-top: .68rem;
  margin-bottom: 1.2rem;
  width: 100%;
  flex-flow: column;
  font-size: .16rem;
  line-height: 2;
  gap: .3rem;
}

.news ._tab a {
  color: rgba(101, 101, 101, 1);
  font-size: .18rem;
}

.news ._tab a.active,
.news ._tab a:hover {
  color: var(--bg-red);
  font-weight: bold;
}

.news ._left ._more {
  padding: 15px 20px;
  border: 1px solid rgba(64, 64, 64, 1);
  border-left: none;
  border-right: none;
  align-items: center;
  gap: .1rem;
  font-size: .14rem;
  color: rgba(64, 64, 64, 1);
  line-height: 1;
}

.news ._left ._more i {
  font-size: .12rem;
}

.news ._right {
  width: calc(100% - 4.7rem);
}

.newsList ._item>a {
  padding: 2rem .5rem;
  flex-flow: column;
  border-right: 1px solid rgba(229, 229, 229, 1);
}

.newsList ._item ._times {
  flex-flow: column;
}

.newsList ._item ._times .date {
  font-family: "OPPOSans-B";
  font-size: .68rem;
  color: var(--bg-red);
  line-height: 1;
}

.newsList ._item ._times .year {
  font-size: .16rem;
  color: rgba(176, 176, 176, 1);
  line-height: 2;
}

.newsList ._item ._title {
  margin-bottom: .3rem;
  font-size: .18rem;
  line-height: 2;
  color: #333;
  transition: all 0.3s ease-in;
}

.newsList ._item ._img {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}

.newsList ._item ._img>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.newsList ._item ._desc {
  margin-top: .3rem;
  font-size: .16rem;
  line-height: 1.8;
  color: #666;
  text-align: justify;
}

.newsList ._item ._more {
  margin-top: 1.2rem;
  font-size: .14rem;
  color: rgba(27, 28, 32, 1);
  align-items: center;
  gap: .1rem;
}

.newsList ._item ._more i {
  font-size: .15rem;
}

.newsList ._item:hover ._title {
  font-weight: bold;
  color: var(--bg-red);
}

.newsList ._item:hover ._img>img {
  transform: scale(1.1);
}

.newsList ._item:hover ._more {
  color: var(--bg-red);
}

/* dongsen slogan */
.dsSlogan {
  padding: .8rem;
  position: relative;
  overflow: hidden;
}

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

.dsSlogan ._bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(15px);
}

.dsSlogan ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

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

.dsSlogan ._cont ._title {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: 900;
}

.dsSlogan ._cont ._desc {
  font-size: 0.2rem;
  line-height: 1.6;
}

/*masterBtn1*/
.masterBtn1 {
  height: 0.46rem;
  width: 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  background-color: rgba(255, 255, 255, .5);
  border-radius: .3rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
  transition: all .3s;
}

.masterBtn1.style2 {
  color: rgba(255, 255, 255, 1);
}

.masterBtn1.style2:hover {
  background-color: var(--bg-red);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, .3);
}

/* page*/
.subbanner ._bg::after {
  content: "";
  width: 100%;
  height: 100%;
  /*background: linear-gradient(180deg, rgba(212, 174, 116, .5) 0%, rgba(212, 174, 116, 0) 100%);*/
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

._crumbNav {
  height: 0;
  position: relative;
  z-index: 2;
}

._crumbNav ._box {
  font-size: .16rem;
  color: #fff;
  opacity: 0.9;
  -webkit-transform: translateY(-webkit-calc(-100.7%));
  -ms-transform: translateY(calc(-100% - 0.7rem));
  transform: translateY(calc(-100% - 0.7rem));
}

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

._crumbNav ._box span {
  color: #fff;
  opacity: 0.8;
}

/* page about */
._pageAbout {
  padding-top: .6rem;
}

._dsCont {
  position: relative;
  align-items: stretch;
}

._dsCont::before,
._dsCont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

._dsCont::before {
  width: 10px;
  height: 10px;
  background-color: var(--bg-red);
  border-radius: 100%;
  z-index: 0;
}

._dsCont::after {
  width: 2px;
  height: 2.4rem;
  background: var(--bg-red);
  z-index: -1;
}

._dsCont ._left {
  flex: 1;
}

.about_tit {
  color: rgba(64, 64, 64, 1);
  line-height: 2;
}

.about_tit ._cn {
  font-size: .32rem;
  line-height: 1.4;
  font-weight: bold;
}

._dsCont ._since {
  margin-top: .5rem;
  margin-bottom: 1.2rem;
  margin-right: .7rem;
  color: var(--bg-red);
  font-size: 1.74rem;
  line-height: 1;
  flex-direction: column;
}

._dsCont ._since ._tit {
  font-weight: lighter;
  text-transform: uppercase;
}

._dsCont ._since ._year {
  /* padding-left: 2.6rem; */
  text-align: right;
  font-family: "OPPOSans-B";
  font-size: 1.8rem;
  font-weight: bold;
}

._dsCont ._right {
  flex: 1;
  position: relative;
}

._dsCont ._right::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(204, 204, 204, 1);
  position: absolute;
  left: -.5px;
  top: 0;
  z-index: -1;
}

._dsCont .about_txt {
  padding-top: 1rem;
  padding-bottom: .5rem;
  padding-left: .7rem;
  font-size: .18rem;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
  text-indent: 2em;
  text-align: justify;
}

._dsCont .about_txt p {
  margin-bottom: .1rem;
}

/* page culture */
._pageCulure {
  padding: .6rem 0;
  background-color: rgba(249, 250, 252, 1);
  position: relative;
}

._pageCulure .about_tit {
  color: var(--bg-red);
}

._cultureList {
  margin-top: .6rem;
  gap: .2rem;
}

._cultureList ._item {
  transition: 0.6s;
  position: relative;
  /*flex: 1;*/
  border-radius: 0.2rem;
  overflow: hidden;
}

._cultureList ._item .box1 {
  transition: 0.4s;
  position: relative;
  border-radius: inherit;
}

._cultureList ._item ._bg {
  width: 100%;
  border-radius: inherit;
  position: relative;
  overflow: hidden;
}
._cultureList ._item ._bg::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .12);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

._cultureList ._item ._bg img {
  display: block;
  width: 100%;
  height: 3.08rem;
  object-fit: cover;
  border-radius: inherit;
  transition: all .4s;
  filter: blur(3px);
}

._cultureList ._item .box1 ._post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: flex;
  padding: 0.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

._cultureList ._item .box1 ._post>div {
  width: 100%;
  margin: auto 0 0;
}

._cultureList ._item .box1 ._post>div ._t1 {
  font-size: .26rem;
  color: rgba(255, 255, 255, .8);
}

._cultureList ._item .box1 ._post>div ._t2 {
  margin-top: 0.1rem;
  color: var(--bg-red);
  font-size: .46rem;
  line-height: 1.4;
  font-family: "OPPOSans-B";
  font-weight: bold;
  opacity: 0;
  display: none;
}

._cultureList ._item .box2 {
  transition: 0.4s;
  width: 100%;
  height: 100%;
  overflow: inherit;
}

._cultureList ._item .box2 ._post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: inherit;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .36) 100%);
  padding: 0.4rem;
  display: flex;
}

._cultureList ._item .box2 ._post>div {
  transition: 0.4s;
  opacity: 1;
  transform: translateY(0);
  width: 100%;
  margin: auto 0 0;
}

._cultureList ._item .box2 ._post>div ._t1 {
  font-size: .2rem;
  color: #fff;
  font-weight: bold;
}
._cultureList ._item:nth-child(1) .box2 ._post>div ._t1{
  display: none;
}

._cultureList ._item .box2 ._post>div ._t2 {
  margin-top: 0.1rem;
  color: #fff;
  font-size: .36rem;
  line-height: 1.4;
  white-space: pre;
}
._cultureList ._item .box2 ._post>div ._t3 {
  margin-top: 0.1rem;
  color: #fff;
  font-size: .16rem;
  line-height: 1.6;
  /* height: 1.2rem;
  overflow-y: scroll; */
}

/*._cultureList ._item:hover {*/
/*  flex: 2.8;*/
/*}*/

._cultureList ._item:hover .box1 {
  opacity: 0;
}

._cultureList ._item:hover .box2 {
  opacity: 1;
}

._cultureList ._item:hover .box2 ._post>div {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

._cultureList ._item:hover .box2 ._bg img {
  transform: scale(1.12);
}

/* page history */
._pageHistory {
  padding-top: .6rem;
  padding-bottom: .6rem;
  position: relative;
  overflow: hidden;
}

._pageHistory::after {
  content: "";
  width: 100%;
  height: 2.3rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}

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

._pageHistory ._bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._historyBox {
  align-items: stretch;
  gap: .4rem;
}

._historyBox ._left {
  padding-top: .6rem;
  padding-bottom: 1rem;
  width: 4.2rem;
  flex-flow: column;
  gap: .4rem;
  justify-content: space-between;
}

._historyBox ._left ._img {
  width: 100%;
  height: 8rem;
}

._historyBox ._left ._img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._historyBox ._right {
  padding-top: 1.5rem;
  width: calc(100% - 4.6rem);
  position: relative;
}

._historyBox ._right::before {
  content: "";
  width: 1.3rem;
  height: 100%;
  background-color: rgba(212, 174, 116, 1);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

._historyList {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._historyList ._item {
  align-items: center;
}

._historyList ._item:nth-child(even) {
  flex-flow: row-reverse;
}

._historyList ._item .timeline-year {
  width: 1.3rem;
  position: relative;
}

._historyList ._item .timeline-year ._year {
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: .18rem;
  line-height: 2;
  color: #fff;
  position: relative;
}

._historyList ._item .timeline-year ._year p {
  display: block;
  white-space: pre;
}

._historyList ._item .timeline-year ._year::before {
  content: "";
  width: .2rem;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._historyList ._item .timeline-year ._dot {
  width: .4rem;
  height: 1px;
  background-color: var(--bg-red);
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

._historyList ._item .timeline-year ._dot::after {
  content: "";
  width: .12rem;
  height: .12rem;
  background-color: var(--bg-red);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

._historyList ._item .timeline-content {
  width: calc((100% - 1.3rem) / 2);
  font-size: .14rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
  text-align: justify;
  white-space: pre-line;
  padding-right: 10px;
  max-height: 1.88rem;
  overflow-y: scroll;
}

._historyList ._item:nth-child(odd) .timeline-content:first-child {
  padding-right: .62rem;
}

._historyList ._item:nth-child(even) .timeline-content:first-child {
  padding-left: .62rem;
}

._historyList ._item:nth-child(even) .timeline-year ._dot {
  left: 100%;
}

._historyList ._item:nth-child(even) .timeline-year ._dot::after {
  left: auto;
  right: 0;
}

/* Organizational Structure */
.orgStructure {
  padding-top: .5rem;
  padding-bottom: .6rem;
  position: relative;
  overflow: hidden;
}

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

.orgStructure ._bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orgStructure ._title {
  padding: 6px 35px;
  font-family: "Alimamashuheiti";
  font-size: .32rem;
  line-height: 2;
  color: var(--bg-red);
  background: url(../images/tit-bg.svg) no-repeat center center;
  background-size: contain;
  text-align: center;
}

.org-chart {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
}

.level {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

/* 卡片样式 */
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 142px;
  color: rgba(56, 56, 74, 1);
  padding: 10px;
  background-color: #fff;
  border: 1px solid rgba(56, 56, 56, 1);
  position: relative;
}

.avatar {
  width: 120px;
  height: 170px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._posName {
  flex-flow: row;
  gap: 5px;
  justify-content: center;
}

.org-chart .first ._posName,
.org-chart .second ._posName {
  font-weight: bold;
}

.company {
  padding-bottom: 6px;
  font-size: 12px;
}

.name {
  font-size: 14px;
  text-align: center;
}

.position {
  font-size: 14px;
  text-align: center;
}

.org-chart::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 40px;
  background-color: #333;
}

.level.first .card,
.level.second .card {
  width: 208px;
}

.level.first .avatar,
.level.second .avatar {
  width: 186px;
  height: 206px;
}

.level.first .card::after,
.level.second .card::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid rgba(56, 56, 56, 1);
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
}

.level.first {
  z-index: 3;
}

.level.second {
  z-index: 2;
}

.level.third {
  z-index: 1;
}

.level.third ._posName {
  width: 100%;
  border-top: 1px solid rgba(56, 56, 74, 1);
}

.level.second::before,
.level.third::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background-color: #333;
}

.level.second::before {
  height: 60px;
  top: -60px;
}

.level.third::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30px);
  width: calc(100% - 140px);
  height: 2px;
  background-color: #333;
}

.level.third .card::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background-color: #333;
}

/* 适配小屏幕 */
@media (max-width: 1200px) {
  .level.third {
    flex-wrap: wrap;
    max-width: 900px;
  }
  .level.third::after{
    width: calc(100% - 266px);
  }
}

/* page honor */
._pageHonor {
  padding-top: .8rem;
  position: relative;
  overflow: hidden;
}

._pageHonor ._top,
._pageETrain ._top {
  align-items: center;
  justify-content: space-between;
}

.indexTitle1 ._en,
._pageHonor ._top .indexTitle1 ._en,
._pageETrain ._top .indexTitle1 ._en,
._pageTeam ._top .indexTitle1 ._en {
  height: .32rem;
}

._pageHonor ._tab,
._pageETrain ._tab {
  gap: .15rem;
}

._pageHonor ._tab a,
._pageETrain ._tab a {
  padding: 5px .2rem;
  font-size: .16rem;
  line-height: 2;
  color: rgba(128, 128, 128, 1);
  background-color: rgba(242, 242, 242, 1);
  border-radius: .3rem;
  transition: all .3s;
}

._pageHonor ._tab a.active,
._pageHonor ._tab a:hover,
._pageETrain ._tab a.active,
._pageETrain ._tab a:hover {
  color: #fff;
  background-color: var(--bg-red);
}

._honorList {
  margin-top: .5rem;
  padding-bottom: 0;
}

._honorList::before,
._honorList::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}

._honorList::before {
  height: .68rem;
  background: linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(250, 250, 250, 1) 100%);
  bottom: 1rem;
}

._honorList::after {
  height: 1rem;
  background-color: rgba(240, 240, 240, 1);
  bottom: 0;
}

._honorList .swiper-wrapper {
  align-items: flex-end;
}

._honorList .swiper-slide {
  transform: scale(.8);
  transition: all .75s;
}

._honorList ._img {
  position: relative;
}

._honorList ._img ._bg {
  width: 100%;
  position: relative;
}

._honorList ._img ._pic {
  display: block;
  width: 86%;
  height: 80%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._honorList ._name {
  height: 1rem;
  font-size: .2rem;
  line-height: 1rem;
  color: rgba(102, 102, 102, 1);
  transition: all .75s;
  opacity: 0;
}

._honorList .swiper-slide.swiper-slide-active {
  transform: none;
}

._honorList .swiper-slide.swiper-slide-active ._name {
  opacity: 1;
}

.honor-navigation {
  width: 100%;
  height: 1rem;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.swiper-btn .honor_switch {
  margin-right: .1rem;
  font-size: .26rem;
  line-height: 1;
}

.swiper-btn #honor_prev {
  transform: rotate(180deg);
}

/* page team */
._pageTeam {
  padding: .6rem 0;
  position: relative;
  overflow: hidden;
}

._pageTeam ._top {
  margin-bottom: .6rem;
  align-items: center;
  justify-content: space-between;
}

._pageTeam ._top ._pvBtn {
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: .4rem;
}

._pvBtn ._switch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .6rem;
  height: .6rem;
  background-color: var(--bg-red);
  border-radius: 100%;
  font-size: .32rem;
  color: #fff;
  transition: all .35s;
  z-index: 1;
}

._pvBtn ._switch.swiper-button-disabled {
  background-color: rgba(217, 215, 215, 1);
  cursor: not-allowed;
}

._pvBtn ._switch:hover {
  color: #fff;
}

._teamList ._item .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  border-radius: .2rem;
}

._teamList ._item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._teamList ._item h4._title {
  margin-bottom: .1rem;
  font-size: .2rem;
  color: rgba(0, 0, 0, 1);
  line-height: 2;
}

/* page leader remark */
._pageRemark {
  padding: .6rem 0;
  position: relative;
  overflow: hidden;
}

._pageRemark ._bg img {
  object-fit: contain;
}

._pageRemark .container {
  flex-flow: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}

._pageRemark ._left {
  width: 5.4rem;
  flex-direction: column;
  align-items: flex-start;
  gap: .15rem;
}

._pageRemark ._left .name-box {
  font-size: .2rem;
  color: rgba(51, 51, 51, 1);
  line-height: 2;
}

._pageRemark ._right {
  width: calc(100% - 5.55rem);
}

._pageRemark .about_txt {
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
  text-align: justify;
}

._pageRemark .about_txt p {
  text-indent: 2em;
}

/* Supply Chain 供应链 */
/* page-chain */
.page-chain {
  position: relative;
  padding: .6rem 0;
  overflow: hidden;
}

.chain-text {
  position: absolute;
  left: 50%;
  top: .7rem;
  transform: translateX(-50%);
  font-size: 2.6rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.03);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  font-family: "AlimamaShuHeiTi_Bold";
}

.chain__inner {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.chain__content {
  flex: 1;
  min-width: 0;
}

.chain__title {
  font-size: .32rem;
  font-weight: bold;
  color: #1B1C20;
}

.chain__sub {
  font-size: .22rem;
  color: #1B1C20;
  margin-bottom: .3rem;
}

.chain__desc {
  font-size: .2rem;
  color: #808080;
  line-height: 2;
}

.chain__img {
  flex: 0 0 50%;
  max-width: 50%;
}

.chain__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


/* page-guarantee */
.page-guarantee {
  padding: .64rem 0 .75rem;
  background: #F5F5F5;
}

.guarantee__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .4rem;
  margin-bottom: .4rem;
}

.guarantee__desc {
  font-size: .2rem;
  color: #666;
  line-height: 2;
  max-width: 5.28rem;
}

.guarantee__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .26rem;
}

.guarantee__item {
  background: #fff;
  border-radius: .1rem;
  padding: .4rem;
  transition: box-shadow .3s;
}

.guarantee__item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.guarantee__icon {
  margin-bottom: .2rem;
  color: #333;
  font-size: .5rem;
}

.guarantee__name {
  font-size: .24rem;
  font-weight: 500;
  color: #1B1C20;
  margin-bottom: .17rem;
}

.guarantee__text {
  font-size: .16rem;
  color: #808080;
  line-height: 1.8;
}

/* page-chain-swiper */
.page-chain-swiper {
  padding: .8rem 0 1rem;
  background: #fff;
}

.chain-swiper__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .3rem;
}

.chain-swiper__btns {
  display: flex;
  gap: .5rem;
}

.chain-swiper-prev,
.chain-swiper-next {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s;
  color: #fff;
}

.chain-swiper-next,
.chain-swiper-prev {
  background: var(--bg-red);
  color: #fff;
}

.chain-swiper-prev:hover,
.chain-swiper-next:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.swiper-button-disabled {
  cursor: default;
  background: rgba(217, 215, 215, 1);
}

.chain-swiper-prev i,
.chain-swiper-next i {
  font-size: .38rem;
}

.chain-swiper__item {
  cursor: pointer;
}

.chain-swiper__img {
  overflow: hidden;
  margin-bottom: .18rem;
}

.chain-swiper__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  display: block;
}

.chain-swiper__item:hover .chain-swiper__img img {
  transform: scale(1.05);
}

.chain-swiper__name {
  font-size: .18rem;
  color: #1B1C20;
  text-align: center;
}

/* page-catering */
.page-catering {
  padding-top: .53rem;
  padding-bottom: .3rem;
}

.catering__top {
  margin-bottom: .5rem;
}

.catering__label {
  font-size: .16rem;
  color: #BFBFBF;
  margin-bottom: .07rem;
}

.catering__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .4rem;
}

.catering__title {
  font-size: .42rem;
  font-weight: bold;
  color: #323232;
  line-height: 1.4;
}

.catering__top-right {
  max-width: 5.6rem;
  padding-left: .55rem;
  border-left: 2px solid #EEEEEE;
}

.catering__slogan {
  font-size: .24rem;
  color: #666;
  line-height: 1.4;
  margin-bottom: .4rem;
}

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

.catering__banner {
  width: 100%;
  overflow: hidden;
  /*max-height: 5rem;*/
}

.catering__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.catering__bottom {
  padding-top: .66rem;
}

.catering__bottom-info {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: .7rem;
}

.catering__bottom-left {
  /* flex: 1; */
}

.catering__highlight {
  font-family: "YunFengchongqingbangbangti";
  font-size: .32rem;
  color: #000;
  line-height: 1.6;
}

.catering__bottom-right {
  flex: 1;
  min-width: 0;
}

.catering__intro {
  font-size: .17rem;
  color: #666;
  line-height: 2;
}
.catering__intro p{
  text-indent: 2em;
  text-align: justify;
}

.catering__stats {
  display: flex;
  justify-content: flex-end;
  gap: .66rem;
}

.catering__stat-item {
  width: 2.2rem;
  height: 2.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #FCEEED;
}

.catering__stat-num {
  font-size: .42rem;
  font-weight: 500;
  color: var(--bg-red);
  line-height: 1;
}

.catering__stat-num .countup {
  font-style: normal;
}

.catering__stat-label {
  font-size: .2rem;
  color: #666;
}

/* page-cooperate */
.page-cooperate {
  padding: .6rem 0 .65rem;
  background: #fff;
}

.cooperate__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.12rem;
}

.cooperate__head {
  text-align: center;
  margin-bottom: .36rem;
}

.cooperate__title {
  font-size: .4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}

.cooperate__en {
  height: .48rem;
  font-size: .4rem;
  color: transparent;
  -webkit-text-stroke: 1px #333;
}

.cooperate__en img {
  height: 100%;
}

.cooperate__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .16rem .3rem;
}

.cooperate__item {
  border-radius: 2rem;
  padding: .1rem .22rem;
  font-size: .16rem;
  color: #1B1C20;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: .1rem;
}

.cooperate__item::before {
  content: '';
  flex-shrink: 0;
  width: .11rem;
  height: .11rem;
  border-radius: 50%;
}

.institution .cooperate__item {
  border: 2px solid #276FB2;
}

.institution .cooperate__item::before {
  background: #D4AE74;
}

.enterprise .cooperate__item {
  border: 2px solid #D4AE74;
}

.enterprise .cooperate__item::before {
  background: #276FB2;
}

/* page-certification */
.page-certification {
  padding: .8rem 0 1rem;
  background: url('../images/certification-bg.webp') no-repeat center top / cover;
}

.cert__head {
  margin-bottom: .4rem;
}

.cert__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .45rem;
}

.cert__item {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  transition: box-shadow .3s, transform .3s;
}

.cert__item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  transform: translateY(-.04rem);
}

.cert__img {
  overflow: hidden;
  position: relative;
}

.cert__img .cert__icon {
  width: .32rem;
  height: .32rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: var(--bg-red);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  opacity: 0;
}

.cert__img .cert__icon i {
  font-size: .16rem;
  color: #fff;
}

.cert__img .cert__icon::before,
.cert__img .cert__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(112, 17, 11, 0.5);
  transition: .3s ease-in-out;
  border-radius: 50%;
  z-index: -1;
}

.cert__item:hover .cert__img .cert__icon {
  opacity: 1;
}

.cert__item:hover .cert__img .cert__icon::before {
  transform: translate(-50%, -50%) scale(1.5625);
}

.cert__item:hover .cert__img .cert__icon::after {
  transform: translate(-50%, -50%) scale(2.125);
}

.cert__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.cert__item:hover .cert__img img {
  transform: scale(1.04);
}

.cert-swiper {
  overflow: hidden;
}

/* page-style */
.page-style {
  padding: .8rem 0 1rem;
  background: #fff;
}

.style__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .6rem;
}

.style__tabs {
  display: flex;
  gap: .16rem;
  align-items: center;
}

.style__tab {
  padding: .08rem .22rem;
  border-radius: 2rem;
  background: #F2F2F2;
  font-size: .16rem;
  color: #808080;
  cursor: pointer;
  transition: all .3s;
  font-family: inherit;
}

.style__tab.active {
  background: var(--bg-red);
  color: #fff;
}

.style__tab:hover:not(.active) {
  border-color: #999;
  color: #333;
}

.style__panels {
  position: relative;
}

.style__panel {
  max-height: 0;
  overflow: hidden;
}

.style__panel.active {
  max-height: 9999px;
  overflow: visible;
}

.style-swiper {
  overflow: hidden;
}

.style__item {
  cursor: pointer;
}

.style__img {
  overflow: hidden;
  height: 3.26rem;
  margin-bottom: .18rem;
}

.style__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.style__item:hover .style__img img {
  transform: scale(1.05);
}

.style__name {
  font-size: .18rem;
  color: #1B1C20;
  text-align: center;
}

/* page subsidiaries */
._pageCompany {
  padding-top: .8rem;
}

.sub_compyBox {
  position: relative;
}

._subCompyLeft {
  width: 7.6rem !important;
  padding-right: 0;
  padding-left: .9rem;
  min-width: 7.6rem;
  padding-bottom: .5rem;
  position: sticky;
  top: 1.3rem;
}

.mc_process {
  position: absolute;
  left: auto;
  right: -30px;
  top: 15px;
  width: 2px;
  height: 55vh;
  background: rgba(229, 229, 229, 1);
  z-index: 99;
}

.mc_process::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bg-red);
}

.mc_process span {
  display: block;
  width: 100%;
  height: 0;
  background: var(--bg-red);
  transition: all .3s ease-out;
}

.sub_compyItem {
  cursor: pointer;
}

._compyName {
  font-size: .18rem;
  color: #b5b5b5;
  font-weight: bold;
  line-height: 1.75;
  height: 31px;
  overflow: hidden;
}

._compyDesc {
  margin-top: .1rem;
  font-size: .16rem;
  line-height: 1.875;
  color: #666;
  text-align: justify;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

._compyDesc p {
  margin-bottom: .1rem;
}

._compyDesc strong {
  color: var(--bg-red);
}

.sub_compyItem.act ._compyName {
  color: #333;
}

.sub_compyItem.act ._compyDesc {
  max-height: 600px;
}

._compyPicItem ._compyMob {
  display: none;
}

._subCompyRight {
  width: calc(100% - 7.6rem);
}

._compyPicItem {
  width: 100%;
  margin-bottom: .7rem;
  opacity: 0.4;
  transition: all 0.36s;
}

._compyPicItem ._compyPic ._pic {
  width: 100%;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}

._compyPicItem ._compyPic ._pic ._img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

._compyPicItem ._compyPic ._pic ._img1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

._compyPicItem ._compyPic ._logo {
  margin-top: .58rem;
  margin-bottom: .32rem;
  width: 3.84rem;
}

._compyPicItem ._compyPic ._logo img {
  width: auto;
  height: .5rem;
}

._compyPicItem ._compyPic a {
  font-size: .18rem;
  line-height: 1.75;
  color: var(--bg-red);
  transition: all 0.36s;
}

._compyPicItem.act {
  opacity: 1;
}


/* page PEGASUS */
.page-pksgd_intro {
  padding: .6rem 0 1.2rem;
}

.pksgd-intro__layout {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.pksgd-intro__content {
  flex: 1;
  min-width: 0;
}

.pksgd-intro__label {
  font-size: .32rem;
  color: #1B1C20;
  margin-bottom: .24rem;
}

.pksgd-intro__title {
  font-size: .42rem;
  font-weight: bold;
  color: var(--bg-red);
  margin-bottom: .4rem;
}

.pksgd-intro__line {
  width: .3rem;
  height: .03rem;
  background: var(--bg-red);
  margin-bottom: .4rem;
}

.pksgd-intro__text {
  font-size: .18rem;
  color: #808080;
  line-height: 2;
}

.pksgd-intro__img {
  flex: 0 0 7.74rem;
  overflow: hidden;
  box-shadow: .4rem .4rem 0 rgba(112, 17, 11, .1);
}

.pksgd-intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 3;
}


/* page-business (pksgd) */
.page-business {
  padding-bottom: .5rem;
  background: url('../images/business-bg.png') no-repeat;
  background-size: auto 100%;
  background-position: 0 100%;
  position: relative;
}

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

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

.biz__head {
  padding-top: .3rem;
  margin-bottom: .5rem;
}

.biz__title {
  font-size: .5rem;
  font-weight: 700;
  color: #1a1a1a;
  font-family: "思源黑体", "PingFang SC", "Microsoft YaHei", sans-serif;
  margin-bottom: .06rem;
}

.biz__en {
  font-size: .3rem;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, .07);
  letter-spacing: .06rem;
  font-family: 'Poppins', sans-serif;
}

.biz-main-swiper {
  max-width: 37.5%;
  min-height: 2.4rem;
  overflow: hidden;
  margin: 0;
  margin-bottom: .68rem;
}

.biz__sub-title {
  font-size: .4rem;
  font-weight: 500;
  color: #404040;
  margin-bottom: .17rem;
}

.biz__text {
  font-size: .2rem;
  line-height: 2.5;
  color: #808080;
}

.biz-main-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.biz__dots {
  text-align: left;
  position: relative;
  bottom: 0;
}

.biz__dots .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #808080;
  opacity: 1;
  margin: 0 .21rem !important;
}

.biz__dots .swiper-pagination-bullet-active {
  background: var(--bg-red);
  position: relative;
}

.biz__dots .swiper-pagination-bullet-active::before {
  content: "";
  width: .24rem;
  height: .24rem;
  border-radius: 50%;
  border: 1px solid var(--bg-red);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.biz-swiper {
  overflow: visible;
  margin-top: .7rem;
}

.biz-swiper .swiper-wrapper {
  align-items: flex-end;
}

.biz__slide {
  width: 2.1rem;
  height: 1.3rem;
  cursor: pointer;
}

.biz__slide.swiper-slide-thumb-active {
  width: 3.67rem;
  height: 2.05rem;
}

.biz__thumb-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: .12rem;
  margin-bottom: .1rem;
}

.biz__thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}

.biz__slide:hover .biz__thumb-img img {
  transform: scale(1.05);
}

.biz__thumb-name {
  font-size: .16rem;
  color: #808080;
  text-align: center;
}

.page-strength {
  background: url(../images/strength-bg.webp) no-repeat center;
  background-size: cover;
  padding: .8rem 0;
}

.strength_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.strength__right {
  width: 7.8rem;
  max-width: 100%;
  font-size: .16rem;
  line-height: 2;
  color: #666666;
}

.strength__right span {
  font-weight: 500;
  color: #333333;
}

._advlist {
  margin-top: .5rem;
}

._advlist .swiper-wrapper {
  gap: .4rem;
}

._advlist ._item {
  /* padding: .2rem; */
  width: calc((100% - 1.2rem)/4);
}

._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(--bg-red);
  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(51, 51, 51, 0.05);
  line-height: 1;
}

._advlist .item_title {
  color: var(--bg-red);
  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(--bg-red);
}

._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);
}

/* page-case */
.page-case {
  padding: .8rem 0 1rem;
  background: #fff;
}

.case__swiper-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: .16rem;
  margin-top: .5rem;
}

.case-swiper {
  flex: 1;
  overflow: visible;
  width: 100%;
}

.case-swiper-prev,
.case-swiper-next,
.product-swiper-prev,
.product-swiper-next {
  position: absolute;
  flex-shrink: 0;
  width: .46rem;
  height: .46rem;
  border: 1px solid var(--bg-red);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s;
  color: var(--bg-red);
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-disabled {
  border-color: #868686;
  color: #868686;
  cursor: not-allowed;
}

.case-swiper-prev {
  left: -.23rem;
  transform: scaleX(-1) translateY(-50%);
}

.case-swiper-next {
  right: -.23rem;
}

.case-swiper-prev i,
.case-swiper-next i,
.product-swiper-prev i,
.product-swiper-next i {
  font-size: .16rem;
}

.case__item {
  cursor: pointer;
}

.case__img {
  overflow: hidden;
  margin-bottom: .3rem;
  height: 2.9rem;
}

.case__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}

.case__item:hover .case__img img {
  transform: scale(1.05);
}

.case__name {
  font-size: .18rem;
  color: #808080;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* page-mrs_intro */
.page-mrs_intro {
  padding: .8rem 0 1rem;
}

.mrs-intro__layout {
  display: flex;
  gap: .6rem;
  align-items: center;
}

.mrs-intro__left {
  flex: 1;
}

.mrs-intro__title {
  font-size: .38rem;
  font-weight: bold;
  color: #1B1C20;
  line-height: 1.4;
  margin-bottom: .46rem;
}

.mrs-intro__text {
  font-size: .17rem;
  color: #808080;
  line-height: 2;
  text-align: justify;
}

.mrs-intro__text p:not(:last-child) {
  margin-bottom: .2rem;
}

.mrs-intro__right {
  flex: 1;
  min-width: 0;
}

.mrs-intro__stats {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  margin-bottom: .46rem;
}

.mrs-intro__stat-num {
  font-size: .16rem;
  color: #1B1C20;
  line-height: 1.2;
}

.mrs-intro__stat-num span {
  font-size: .36rem;
  font-weight: 700;
  font-family: "OPPOSansRegular";
}

.mrs-intro__stat-num span:last-child {
  margin-right: .08rem;
}

.mrs-intro__stat-label {
  font-size: .14rem;
  color: #808080;
}

.mrs-intro__img-wrap {
  width: 7.77rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
  border-radius: .06rem;
  max-width: 100%;
}

.mrs-intro__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.mrs-intro__watermark {
  position: absolute;
  right: -.1rem;
  bottom: -.1rem;
  font-size: 2.4rem;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, .25);
  font-family: 'Poppins', sans-serif;
  letter-spacing: -.05rem;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* page-product */
.page-product {
  padding: .7rem 0 .9rem;
  background: url('../images/product-bg.webp') no-repeat center center;
  background-size: 100% 100%;
}

.mrs-title {
  font-size: .36rem;
  font-weight: bold;
  color: var(--bg-red);
  text-align: center;
  margin-bottom: .5rem;
}

.product__swiper-wrap {
  display: flex;
  align-items: center;
  gap: .16rem;
  position: relative;
}

.product-swiper {
  flex: 1;
  overflow: hidden;
}

.product__item {
  cursor: pointer;
}

.product__img {
  overflow: hidden;
  margin-bottom: .2rem;
  background: #f5f5f5;
  height: 3rem;
}

.product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}

.product__item:hover .product__img img {
  transform: scale(1.05);
}

.product__name {
  font-size: .2rem;
  color: #1B1C20;
  text-align: center;
}

.product__swiper-wrap .product-swiper-prev {
  left: 0;
  transform: scaleX(-1) translateY(-50%);
}

.product__swiper-wrap .product-swiper-next {
  right: 0;
}

/* page-mrs_honor */
.page-mrs_honor {
  padding: .58rem 0;
  background: url('../images/honor-bg2.webp') no-repeat center center;
  background-size: 100% 100%;
}

.page-mrs_honor .mrs-title {
  color: var(--bg-red);
}

.mrs-honor-swiper {
  overflow: visible;
  padding-bottom: .5rem;
}

.mrs-honor-wrapper {
  cursor: url(../images/move-1.png), default !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mrs-honor__item {
  cursor: pointer;
}

.mrs-honor__img {
  display: block;
  overflow: hidden;
  height: 2.8rem;
  margin-bottom: .43rem;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}

.mrs-honor__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}

.mrs-honor__item:hover .mrs-honor__img img {
  transform: scale(1.04);
}

.mrs-honor__name {
  font-size: .2rem;
  color: #1B1C20;
  text-align: center;
}

.honor-footer {
  margin-top: .88rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drag-title {
  padding-left: 37px;
  background: url(../images/move.svg) no-repeat left center;
  background-size: auto 14px;
  font-size: .16rem;
  color: #1B1C20;
  white-space: nowrap;
  margin-right: 20px;
}

.mrs-honor-pagination {
  position: static;
  height: 2px !important;
  background: #e8e8e8;
  width: 7.45rem !important;
}

.mrs-honor-pagination .swiper-pagination-progressbar-fill {
  background: var(--bg-red);
}

/* page-team */
.page-team {
  padding: .6rem 0 .44rem;
  background: #F9FAFC;
}

.team-swiper {
  overflow: visible;
}

.team-swiper .swiper-slide {
  width: 4.19rem;
  padding-left: .4rem;
}

.team__photo-wrap {
  margin-bottom: .18rem;
  position: relative;
}

.team__photo-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: .1rem;
  position: absolute;
  bottom: -.7rem;
  left: -.4rem;
  background: #fff;
  transition: all .4s ease;
  z-index: -1;
}

.team__photo {
  width: 3.79rem;
  height: 3.79rem;
  border-radius: .1rem;
  object-fit: cover;
  display: block;
}

.team__name {
  font-size: .2rem;
  font-weight: bold;
  color: #1B1C20;
  transition: all .4s ease;
}

.team-swiper .swiper-slide.swiper-slide-active .team__photo-wrap::after,
.team-swiper .swiper-slide:hover .team__photo-wrap::after {
  background: var(--bg-red);
}

.team-swiper .swiper-slide.swiper-slide-active .team__name,
.team-swiper .swiper-slide:hover .team__name {
  color: #fff;
}

.team__tags {
  font-size: .16rem;
  color: #808080;
  line-height: 2;
  margin-top: .26rem;
}

/* page-application */
.page-application {
  padding: .65rem 0 .9rem;
  background: #fff;
  overflow: hidden;
}

.app-swiper {
  overflow: visible;
}

.app-swiper .swiper-wrapper {
  align-items: center;
}

.app-swiper .swiper-slide {
  width: 3.2rem;
}

.app-swiper .app__item {
  width: 100%;
  height: 5.12rem;
  transition: .4s ease;
  border-radius: .12rem;
  overflow: hidden;
  position: relative;
}

.app-swiper .app__item::after {
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  left: 0;
  top: 0;
  position: absolute;
  transition: all .4s ease;
  opacity: 0.5;
}

.app-swiper .swiper-slide-active .app__item::after,
.app-swiper .swiper-slide:hover .app__item::after {
  background: rgba(112, 17, 11, 1);
}

.app__item {
  position: relative;
  height: 3.6rem;
  overflow: hidden;
  border-radius: .08rem;
  cursor: pointer;
}

.app__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}

.app__item:hover .app__img {
  transform: scale(1.05);
}

.app__info {
  position: absolute;
  bottom: .24rem;
  left: .2rem;
  right: .2rem;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .4s ease;
}

.app__num {
  font-size: .48rem;
  font-weight: 700;
  font-family: 'OPPOSansRegular';
}

.app__cn {
  font-size: .2rem;
  line-height: 1;
  margin-bottom: .04rem;
  white-space: nowrap;
}

.app__en {
  font-size: .16rem;
  white-space: nowrap;
}

/* 非 active 时编号居中显示 */
.app-swiper .swiper-slide.swiper-slide-active .app__info,
.app-swiper .swiper-slide:hover .app__info {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  flex-direction: column-reverse;
  text-align: center;
  width: max-content;
}

/* 合作伙伴 */
.page-partner {
  background: #F9FAFC;
  padding: .6rem 0 .8rem;
}

.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: 105px;
  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.45rem;
  height: 1.05rem; */
  /* box-shadow: 0 0 5px 0 rgba(133, 133, 133, 0.17); */
  border: 1px solid #E0E0E0;
  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;
}

/* page-app_case */
.page-app_case {
  padding: .8rem 0 1rem;
  background: #fff;
}

.app-case__title {
  font-size: .36rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: .36rem;
  font-family: "思源黑体", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.app-case__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .1rem;
  justify-content: center;
  margin-bottom: .5rem;
}

.app-case__tab {
  padding: .07rem .2rem;
  border-radius: 2rem;
  background: #F2F2F2;
  font-size: .16rem;
  color: #808080;
  cursor: pointer;
  transition: all .3s;
  font-family: inherit;
}

.app-case__tab.active,
.app-case__tab.active-red {
  background: var(--bg-red);
  color: #fff;
}

.app-case__tab:hover:not(.active):not(.active-red) {
  border-color: #999;
  color: #333;
}

.app-case__swiper-wrap {
  display: flex;
  align-items: center;
  gap: .16rem;
  padding: 0 .3rem;
}

.app-case-swiper {
  flex: 1;
  overflow: visible;
  width: 100%;
}

/* centeredSlides 中间大两侧小 */
.app-case-swiper .swiper-slide {
  transition: transform .3s, opacity .3s;
  opacity: .6;
  transform: scale(.85);
}

.app-case-swiper .swiper-slide-active,
.app-case-swiper .swiper-slide-prev,
.app-case-swiper .swiper-slide-next {
  opacity: 1;
  transform: scale(1);
}

.app-case__swiper-wrap .case-swiper-prev {
  left: .75rem;
}

.app-case__swiper-wrap .case-swiper-next {
  right: .75rem;
}

.app-case-prev i,
.app-case-next i {
  font-size: .16rem;
}

.app-case__item {
  cursor: pointer;
}

.app-case__img {
  overflow: hidden;
  height: 4.9rem;
}

.app-case__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}

.app-case__item:hover .app-case__img img {
  transform: scale(1.05);
}

.app-case__name {
  font-size: .18rem;
  color: #808080;
  text-align: center;
  margin-top: .18rem;
}

.app-case__panels {
  position: relative;
}

.app-case__panel {
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
}

.app-case__panel.active {
  max-height: 9999px;
  overflow: visible;
  pointer-events: auto;
}

/* Core Business核心业务 */
._pageCoreBusiness {
  padding: .6rem 0;
  position: relative;
}

._pageCoreBusiness ._top {
  margin-bottom: .5rem;
  justify-content: space-between;
  align-items: center;
}

._classifyBox {
  flex-flow: column;
  gap: .15rem;
  align-items: flex-start;
}

._classifyBox ._name {
  font-size: .2rem;
  color: #333;
  font-weight: bold;
  line-height: 2;
}

._filter {
  flex-flow: row;
  gap: .15rem;
  justify-content: flex-start;
}

._filter a {
  padding: 6px 30px;
  font-size: .16rem;
  line-height: 2;
  color: rgba(128, 128, 128, 1);
  background-color: rgba(242, 242, 242, 1);
  border-radius: .3rem;
  transition: all .3s;
}

._filter a.active,
._filter a:hover {
  color: #fff;
  background-color: var(--bg-red);
}

._searchBox>div {
  padding: .12rem .15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .1rem;
  border: 1px solid rgba(236, 236, 236, 1);
  border-right: none;
}

._searchBox>div input {
  width: 2.66rem;
}

._searchBox ._btn {
  padding: 6px 30px;
  font-size: .16rem;
  color: #fff;
  background-color: var(--bg-red);
  cursor: pointer;
}

._busList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
._busList .img-box{
  height: 5.2rem;
  overflow: hidden;
}
._busList .img-box>img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._busList ._title {
  padding: .15rem;
  font-size: .2rem;
  line-height: 2;
  transition: all .3s;
}

._busList ._item:hover ._title {
  color: var(--bg-red);
}

._pageNews {
  padding: .6rem 0;
  position: relative;
  overflow: hidden;
}

/* page news list */
._pageNewsList {
  align-items: stretch;
  flex-wrap: wrap;
}

._pageNewsList ._item {
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  width: calc((100% - .6rem) / 3);
  background-color: rgba(248, 248, 248, 1);
  border-radius: 0 0 15px 15px;
  transition: all .5s;
}

._pageNewsList ._item:nth-child(3n) {
  margin-right: 0;
}

._pageNewsList ._item .img-box {
  height: 3.15rem;
  position: relative;
}

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

._pageNewsList ._item ._text {
  padding: .3rem;
  height: calc(100% - 3.15rem);
  position: relative;
}

._pageNewsList ._item ._text::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 3px solid var(--bg-red);
  border-top: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  z-index: 0;
}

._pageNewsList ._item ._title {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
  min-height: calc(.18rem * 2);
  line-height: 1.6;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

._pageNewsList ._item ._more2 {
  align-items: center;
  font-size: 0.13rem;
  color: rgba(128, 128, 128, 1);
}

._pageNewsList ._item ._date {
  font-size: 0.13rem;
  color: rgba(128, 128, 128, 1);
  line-height: 2;
}

._pageNewsList ._item:hover ._title,
._pageNewsList ._item:hover ._more2 {
  color: var(--bg-red);
}

._pageNewsList ._item:hover ._text::before {
  opacity: 1;
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

/* 新闻详情 */
._pageNewsDel {
  padding-top: 0.6rem;
  padding-bottom: .6rem;
  /* background-color: #f0f4f7; */
  position: relative;
}

._pageNewsDel ._cnt {
  align-items: flex-start;
  flex-flow: row;
  gap: .3rem;
}

._pageNewsDel ._info {
  padding-bottom: 4.166666666666667vw;
  width: calc(100% - 5.1rem);
  background-color: #fff;
}

._pageNewsDel ._info ._top {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.2rem;
}

._pageNewsDel ._info ._top ._title {
  font-size: 0.3rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

._pageNewsDel ._info ._top ._line {
  font-size: .14rem;
  color: #999;
  align-items: center;
  gap: .15rem;
}

._pageNewsDel ._info ._top ._line span {
  align-items: center;
  gap: .1rem;
}

._pageNewsDel ._info ._contin {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  font-size: .16rem;
  color: #666;
  line-height: 2;
  text-align: justify;
}

._pageNewsDel ._info ._contin p {
  margin-bottom: 15px;
}

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

._pagePvnBtn {
  background-color: rgba(249, 249, 249, 1);
  padding: .18rem .4rem;
  align-items: center;
  justify-content: space-between;
}

._pagePvnBtn p>a {
  position: relative;
  color: rgba(27, 28, 32, 1);
}

._pagePvnBtn p:first-child a,
._pagePvnBtn p:last-child a {
  display: flex;
  align-items: center;
  gap: .1rem;
}

._pagePvnBtn p:first-child a::before {
  content: "\e663";
  font-family: "iconfont";
  font-size: .18rem;
  line-height: 1;
}

._pagePvnBtn p:last-child a::after {
  content: "\e65f";
  font-family: "iconfont";
  font-size: .18rem;
  line-height: 1;
}

._pagePvnBtn p:nth-child(2)>a {
  padding: .2rem .4rem;
  background-color: var(--bg-red);
  color: #fff;
}

._pageNewsDel ._sell {
  width: 4.9rem;
  position: sticky;
  top: 1.2rem;
}

._pageNewsDel ._sell ._cont {
  padding: 0 0.3rem;
  background-color: #fff;
}

/* ._pageNewsDel ._sell ._title {
  font-size: .16rem;
  font-weight: bold;
  color: var(--bg-green);
} */

._pageNewsDel ._sell ._list {}

._pageNewsDel ._sell ._list ._item {
  margin-bottom: .2rem;
}

._pageNewsDel ._sell ._list ._item>a {
  border-bottom: 1px solid #ddd;
  position: relative;
}

._pageNewsDel ._sell ._list ._item>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  transition: width 0.6s ease;
}

._pageNewsDel ._sell ._list ._item>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid var(--bg-red);
  transition: width 0.6s ease;
}

._pageNewsDel ._sell ._list ._item ._img {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.20608899297423%;
  overflow: hidden;
}

._pageNewsDel ._sell ._list ._item ._img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

._pageNewsDel ._sell ._list ._item ._txt {
  padding: 0.3rem 0 .2rem;
  line-height: 1;
}

._pageNewsDel ._sell ._list ._item ._txt ._name {
  font-size: .16rem;
  color: #333;
  margin-bottom: 0.15rem;
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._pageNewsDel ._sell ._list ._item ._txt ._desc {
  font-size: .14rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0.1rem;
}

._pageNewsDel ._sell ._list ._item ._txt ._more {
  font-size: .14rem;
  color: #999;
  align-items: center;
  gap: .08rem;
}

._pageNewsDel ._sell ._list ._item:hover>a:after {
  width: 100%;
}

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

._pageContact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(249, 249, 249, 1) url(../images/map-bg.png) no-repeat right 0;
  background-size: contain;
  z-index: -1;
}

._pageContact ._cnt {
  margin-bottom: .4rem;
  gap: .4rem;
}

/* 左侧表单区域 */
.form-section {
  padding: .5rem .6rem;
  flex: 1;
  position: relative;
  background-color: #fff;
}

/* 右侧联系信息区域 */
.info-section {
  flex: 1;
  padding: 0 20px;
}

/* 标题样式 */
.section-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}

/* 表单副标题 */
.form-desc {
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
}

/* 表单网格布局 */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

/* 表单控件通用样式 */
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  outline: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: #999;
}

/* 必选标记 */
.form-item {
  position: relative;
}

.form-item.required::after {
  content: '*';
  position: absolute;
  right: 10px;
  top: 12px;
  color: red;
}

/* 文本域 */
.form-textarea {
  grid-column: 1 / 3;
  height: 120px;
  resize: none;
}

/* 验证码区域 */
.captcha-group {
  display: flex;
  align-items: center;
  gap: 10px;
  grid-column: 1 / 3;
}

.captcha-input {
  flex: 1;
}

.captcha-img {
  width: 140px;
  height: 42px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 2px;
  color: #666;
}

.submit-btn {
  width: 120px;
  height: 42px;
  background-color: #990000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #800000;
}

/* 联系信息项 */
.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.info-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}

.info-text {
  flex: 1;
  align-items: center;
  gap: .1rem;
}

.info-label {
  font-size: 14px;
  color: rgba(27, 28, 32, 1);
}

.info-value {
  font-size: 16px;
  color: rgba(128, 128, 128, 1);
}

/* 二维码区域 */
.qrcode-group {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  gap: .3rem;
}

.qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.qrcode-img {
  width: 120px;
  height: 120px;
  border: 1px solid #eee;
}

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

.qrcode-label {
  font-size: 14px;
  color: #666;
}

/* 响应式适配 */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    padding: 30px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-textarea,
  .captcha-group {
    grid-column: 1 / 2;
  }

  .qrcode-group {
    flex-wrap: wrap;
    gap: 20px;
  }
}

/* page job */
._pageRecruit {
  padding: .8rem 0;
  background-color: #fff;
}

.recruitList ._table {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(0, 64, 152, 0.1);
  border-bottom: none;
}

.recruitList ._table thead {
  background-color: #f3f3f3;
  height: 0.7rem;
  font-size: .22rem;
  font-weight: bold;
  color: #333;
}

.recruitList ._table tr {
  /* border-bottom: 1px solid rgba(0, 64, 152, 0.1); */
}

.recruitList ._table th {
  color: #333;
  font-weight: bold;
}

.recruitList ._table th i {
  margin-right: .05rem;
}

.recruitList ._table th:first-of-type,
.recruitList ._table td:first-of-type {
  padding-left: 3.125vw;
}

.recruitList ._table th:last-of-type,
.recruitList ._table td:last-of-type {
  padding-right: 3.125vw;
}

._recruitItem ._check {
  cursor: pointer;
  height: 0.7rem;
}

._recruitItem tr:nth-child(4n + 1) {
  background-color: rgba(247, 248, 250, 1);
}

._recruitItem:nth-child(2n+1) tr {
  background-color: #fff;
}

._recruitItem ._check td {
  position: relative;
}

._recruitItem ._check ._btn {
  margin-left: auto;
  align-items: center;
  justify-content: flex-end;
  width: 40px;
  height: 40px;
  border: 1px solid #111;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

._recruitItem ._check ._btn span {
  display: block;
  width: 11px;
  height: 1px;
  margin: auto;
  background: var(--bg-red);
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

._recruitItem ._check ._btn span::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--bg-red);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: 0;
}

._recruitItem ._check td:first-of-type:before {
  content: "";
  width: 8px;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--bg-red);
  transition: all 0.35s ease;
  opacity: 0;
  z-index: 0;
}

._recruitItem ._info {
  border-bottom: none;
}

.recruitList ._recruitItem ._info td {
  height: auto;
  padding: 0;
}

._recruitItem ._info ._txt {
  height: 0;
  overflow: hidden;
}

._recruitItem ._info ._txt>div {
  padding: 2.604166666666667vw 0.6rem;
  line-height: 2.125;
  color: #666;
  background-color: rgba(255, 230, 212, .15);
  border-bottom: 1px solid rgba(0, 64, 152, 0.1);
  position: relative;
  flex-flow: row wrap;
  gap: .6rem;
}

._recruitItem ._info ._txt ._jobCnt div:nth-child(1),
._recruitItem ._info ._txt ._jobCnt div:nth-child(2) {
  width: calc((100% - 0.6rem) / 2);
}

._recruitItem ._info ._txt ._jobCnt ._tp {
  font-size: .18rem;
  font-weight: bold;
  color: var(--bg-red);
  line-height: 2;
}

._recruitItem ._info ._txt>div::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

._recruitItem ._check.on td:first-of-type:before {
  height: 26px;
  opacity: 1;
}

._recruitItem ._check.on td:first-of-type b {
  color: var(--bg-red);
  font-weight: bold;
}

._recruitItem ._check.on ._btn {
  background-color: var(--bg-red);
  border-color: var(--bg-red);
}

._recruitItem ._check.on ._btn span::before {
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

._recruitItem ._info ._txt>div p,
._recruitItem ._info ._txt>div span,
._recruitItem ._info ._txt>div em {
  font-size: 16px !important;
}

._recruitItem ._info ._txt>div p {
  white-space: pre-line;
}

._btnDiv {}

._sendBtn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: .1rem;
  align-items: center;
  background-color: var(--bg-red);
  height: 52px;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

._sendBtn span {
  font-size: .16rem;
  transition: 0.4s;
}

._sendBtn::before {
  content: '\e6b2';
  font-family: "iconfont";
  color: #fff;
  z-index: 0;
}

._sendBtn::after {
  content: '\e6b2';
  font-family: "iconfont";
  color: #fff;
  transform: rotate(180deg);
  z-index: 0;
}

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

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

._sendBtn ._btn div p i {
  margin: auto;
  color: #fff;
  font-size: 12px;
  transition: 0.4s;
}

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

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

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

._sendBtn:hover ._btn div .p1 i {
  color: #fff;
}

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

/* 申请职位 */
.contact__pops {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 399;
  display: none;
}

.contact__bs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}

.contact__wrs {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 50%;
  width: 1000px;
  transform: translateY(-50%);
  z-index: 4;
  background: #fff;
  box-sizing: border-box;
}

.contact__wrs .advice {
  width: auto;
}

.contact__close {
  position: absolute;
  right: -0.4rem;
  line-height: 1;
  top: 0;
  z-index: 5;
  color: #fff;
  font-size: 0.3rem;
  cursor: pointer;
  transition: 0.3s;
}

.contact__close:hover {
  transform: rotate(180deg);
}

.advice {
  box-sizing: border-box;
  padding: 3.8542vw 2.7604vw 3.75vw;
  width: 50%;
  box-shadow: 0 0 0.28rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
}

.contact__tts strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #000000;
  font-size: 0.32rem;
}

.contact__tts p {
  color: #333333;
  font-size: 0.16rem;
}

._applyForm {
  margin-top: 0.6rem;
}

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

._applyItem {
  position: relative;
  margin-bottom: 0.3rem;
  width: 48.04%;
}

._applyItem i {
  position: absolute;
  right: 0.16rem;
  top: 0;
  line-height: 0.44rem;
  color: #f00;
  font-size: 16px;
  font-style: normal;
}

._applyItem .text {
  box-sizing: border-box;
  padding-left: 0.14rem;
  width: 100%;
  height: 0.4rem;
  border: 1px solid #E7E7E7;
  border-radius: 0.1rem;
  line-height: 0.38rem;
  color: #666666;
  font-size: 0.16rem;
  transition: 0.4s;
}

._applyItem .text:focus {
  border-color: #19AEBF;
}

._applyItem .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

._applyItem .text::-webkit-input-placeholder {
  color: #666666;
}

._applyRow1 ._applyItem {
  width: 100%;
}

._applyRow1 ._applyItem .text {
  padding: 0.08rem 0.14rem;
  height: 1.36rem;
  font-family: "HarmonyOS_Sans_Regular";
  resize: none;
}

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

.code {
  display: flex;
  align-items: center;
  position: relative;
  width: 66.449%;
  border: 1px solid #E7E7E7;
  border-radius: 0.1rem;
}

.code i {
  display: inline-block;
  padding-left: 0.14rem;
  width: 0.78rem;
  color: var(--bg-red);
  font-size: 0.2rem;
  font-style: normal;
}

.code .text {
  width: 0;
  flex: 1;
  line-height: 0.38rem;
  color: #666666;
  font-size: 0.16rem;
  background: none;
  border: none;
  outline: none;
}

.code .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.code .text::-webkit-input-placeholder {
  color: #666666;
}

.code .code__yz {
  position: absolute;
  right: 0.16rem;
  top: 0;
  bottom: 0;
  max-height: 100%;
  cursor: pointer;
}

.code__sub .val {
  padding: 0;
  border: 0;
  width: 1.55rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
  border-radius: 0.1rem;
  background: var(--bg-red);
  cursor: pointer;
  transition: 0.35s;
}

.code__sub .val:hover {
  /* background: rgba(57, 164, 57, .8); */
}

/* talent concept */
._pageTConcept {
  padding: .5rem 0;
  position: relative;
  background-color: rgba(249, 249, 249, 1);
}

._conceptList {
  margin-top: .3rem;
  flex-flow: row wrap;
  gap: .4rem;
}

._conceptList ._item {
  width: calc((100% - .4rem) / 2);
  display: flex;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

._conceptList ._item:nth-child(2n) {
  margin-right: 0;
}

._conceptList ._item ._left {
  width: 50%;
  padding: .24rem .34rem;
  position: relative;
}

._conceptList ._item ._left ._ititle {
  font-size: .2rem;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
}

._conceptList ._item ._left ._info {
  font-size: .16rem;
  line-height: 2.5;
  color: rgba(102, 102, 102, 1);
  margin-top: .16rem;
}

._conceptList ._item ._left .etitle {
  position: absolute;
  font-family: 'Noto', 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;
  font-size: .32rem;
  font-weight: lighter;
  color: rgba(204, 204, 204, .5);
  bottom: -5px;
  left: 50%;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}

._conceptList ._item ._right {
  width: 50%;
  height: 2.62rem;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
  border-radius: 10px;
  overflow: hidden;
}

._conceptList ._item ._right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Employee Training */
._pageETrain {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

._pageETrain ._top {
  margin-bottom: .5rem;
}

._pageETrain ._bottom {
  padding-top: .5rem;
  overflow: hidden;
}

._trainList {
  /* width: 10rem; */
  position: relative;
  overflow: visible;
}

._trainImg {
  display: block;
  width: 100%;
  height: 100%;
}

._trainImg ._img {
  width: 100%;
  height: 6.2rem;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}

._trainImg ._num {
  font-size: 1rem;
  font-family: "OPPOSans-B";
  font-style: normal;
  line-height: 1;
  font-weight: bold;
  color: var(--bg-red);
  position: absolute;
  top: -.5rem;
  right: .3rem;
  transition: all .75s;
  opacity: 0;
}

._trainImg ._img>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._trainList ._name {
  padding-top: .5rem;
  line-height: .46rem;
  font-size: .24rem;
  color: rgba(51, 51, 51, 1);
  transition: all .75s;
  opacity: 0;
}

._trainList .swiper-slide.swiper-slide-active ._trainImg ._num {
  opacity: 1;
}

._trainList .swiper-slide.swiper-slide-active ._name {
  opacity: 1;
}

.train-navigation {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
}

.train-navigation .swiper-btn {
  gap: .2rem;
}

.train-navigation .lb-num {
  font-family: "OPPOSans-B";
  font-size: .2rem;
  color: rgba(27, 28, 32, 1);
  line-height: 1;
  align-items: flex-end;
  gap: 0.05rem;
}

.train-navigation .lb-num .on {
  font-size: .3rem;
  color: var(--bg-red);
}

.train_switch {
  width: .42rem;
  height: .42rem;
  font-size: .16rem;
  line-height: 1;
  color: var(--bg-red);
  border: 1px solid var(--bg-red);
  align-items: center;
  justify-content: center;
}

.train_switch.btn_hidden {
  border-color: rgba(134, 134, 134, 1);
  color: rgba(134, 134, 134, 1);
  cursor: not-allowed;
}

/* page Office Environment */
.environSwiper .swiper-slide {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.environSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  left: 0;
  top: 0;
  z-index: 1;
}

.environSwiper .swiper-slide ._img {
  width: 100%;
  height: 4.62rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.environSwiper .swiper-slide ._img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.environSwiper .swiper-slide ._title {
  padding: .3rem 0;
  width: 100%;
  font-size: .24rem;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  transition: all .4s;
}

.environSwiper .swiper-slide:hover ._title {
  /* color: var(--bg-red); */
}

/* footer */
.footer {
  height: auto !important;
  color: rgba(102, 102, 102, 1);
  font-size: 0.16rem;
  background: rgba(246, 246, 246, 1);
  background-size: cover;
  position: relative;
  z-index: 51;
}

.footer::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

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

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

.footer ._top {
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.footer ._top .container {
  align-items: center;
}

.footer ._left {
  padding-right: 1rem;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}

.footer ._right {
  padding-top: .4rem;
  padding-bottom: .3rem;
  padding-left: .9rem;
  width: 5.4rem;
  border-left: 1px solid rgba(223, 224, 226, 1);
}

.footer ._top ._logo {
  display: block;
  height: 1rem;
}

.footer ._top ._logo>img {
  max-height: 100%;
}

.search-box {
  width: 29.1666vw;
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
}

.search-box .search-input {
  padding: .8333vw;
  font-size: .16rem;
  line-height: 1.6;
  width: calc(100% - 6.25vw);
}

.search-box .search-input::placeholder {
  font-size: .16rem;
  line-height: 1.6;
  color: rgba(204, 204, 204, 1);
}

.search-box .search-btn {
  display: block;
  width: 6.25vw;
  height: 3.125vw;
  font-size: .16rem;
  color: #fff;
  line-height: 1;
  border: none;
  background-color: var(--bg-red);
  cursor: pointer;
}

._ftTel ._phone {
  color: rgba(51, 51, 51, 1);
}

._ftTel ._phone .name {
  font-size: .2rem;
  align-items: center;
  gap: .1rem;
}

._ftTel ._phone .name i {
  font-size: 0.26rem;
  line-height: 1;
  transform: rotateY(180deg);
}

._ftTel ._phone .des {
  font-size: .4rem;
  font-family: "OPPOSans-B";
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1px;
}

.footer .bottom .f-menu {
  padding-top: .5rem;
  padding-bottom: .4rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: .3rem;
}


.f-menu .menu-extra-title {
  margin-bottom: 0.1rem;
  /* padding-bottom: 0.1rem; */
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
  position: relative;
}

.f-menu .menu-extra-title a {
  color: rgba(0, 0, 0, 1);
}

.f-menu ol {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: .08rem;
}

/* .f-menu div.f-menu-item:nth-child(3) {
  width: 2rem;
}

.f-menu div.f-menu-item:nth-child(3) ol {
  grid-template-columns: repeat(2, 1fr);
} */

.f-menu ol li a {
  margin: 0.05rem 0;
  display: inline-block;
  color: rgba(102, 102, 102, 1);
  font-size: 0.16rem;
  line-height: 1.6;
  font-weight: lighter;
}

.f-menu ol li a .hoverable_txt:after {
  background-color: var(--bg-red);
}

.bottom-contact {
  padding-top: .6rem;
  padding-bottom: .3rem;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: .5rem;
}

.bottom-contact ._link {
  width: 100%;
  flex-flow: row;
  gap: .4rem;
  justify-content: flex-start;
}

.bottom-contact ._link>a {
  width: calc((100% - .8rem)/3);
  font-size: .13rem;
  line-height: 1;
  color: rgba(128, 128, 128, 1);
  align-items: center;
  gap: 5px;
}

.bottom-contact ._link>a i {
  font-size: .2rem;
}

.bottom-contact ._codeList {
  width: 100%;
  flex-flow: row;
  gap: .4rem;
  justify-content: flex-start;
}

.bottom-contact ._codeList>div {
  width: calc((100% - .8rem)/3);
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: rgba(128, 128, 128, 1);
}

.bottom-contact ._codeList>div img {
  display: block;
  width: 100%;
  height: 1.2rem;
  object-fit: contain;
  border: 1px solid rgba(223, 224, 226, 1);
}

.bottom-contact ._codeList>div span {
  font-size: .14rem;
  line-height: 2;
}

.footer .footer-copyright {
  font-size: 0.14rem;
  border-top: 1px solid rgba(223, 224, 226, 1);
  position: relative;
  z-index: 1;
}

.footer .footer-copyright .container {
  padding: 0.15rem 0;
}


.footer-copyright p br {
  display: none;
}

.footer-copyright p,
.footer-copyright a {
  color: rgba(128, 128, 128, 1);
}

.footer-copyright img {
  margin-right: 5px;
  vertical-align: middle;
}

@media (max-width: 1659px) {
  .header .header__nav__container {
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    max-width: 16rem;
    margin: 0 auto;
  }

  .navs>li>a {
    padding: 0 20px;
  }

}

@media (max-width: 1440px) {}

@media (min-width: 1300px) and (max-width: 1549px) {}

@media (max-width: 1280px) {

  .nav-wrapper .nav-item {
    padding: 0 15px;
  }

  .nav-wrapper>.nav-item+.nav-item {
    margin-left: 10px;
  }

  .footer-copyright {
    padding-top: 0.3rem;
  }

  .footer-copyright br {}
}

@media screen and (max-width: 1200px) {
  .contact__wrs {
    width: 80%;
    margin-left: -40%;
  }
}

@media screen and (min-width: 1025px) {

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

@media (min-width: 1025px) and (max-width: 1270px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  .header .header__nav__container {
    max-width: 100%;
  }

  .nav-wrapper .nav-item h2.nav-item-link {
    font-size: 15px;
  }

  .nav-wrapper>.nav-item+.nav-item {
    padding: 0 12px;
  }

  .footer .container {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer .footer-copyright .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .navs {
    display: none;
  }

  .menubtn {
    display: block;
  }

  .subbanner {
    height: 68vh;
  }

}

@media screen and (max-width: 768px) {

  .operation i,
  .operation .header__code i {
    font-size: 16px;
  }

  .swiper-pcbanner {
    height: 100%;
  }

  ._bgLogo {
    height: auto;
    opacity: .68;
  }


  .banner-text .heading-text ._cn {
    font-size: .5rem;
  }

  .banner-mouse {
    bottom: 0;
  }

  ._crumbNav ._box {
    font-size: 13px;
    -webkit-transform: translateY(-webkit-calc(-100.45%));
    -ms-transform: translateY(calc(-100% - 0.45rem));
    transform: translateY(calc(-100% - 0.45rem));
  }

  ._pageCompany {
    padding: .3rem 0;
  }

  ._subCompyLeft {
    display: none;
  }

  ._subCompyRight {
    width: 100%;
    float: none;
  }

  ._compyPicItem {
    margin-bottom: 24px;
  }

  ._compyPicItem ._compyMob {
    display: block;
  }

  ._compyName {
    font-size: 18px;
    color: #333;
  }

  ._compyDesc {
    font-size: 14px;
    max-height: inherit !important;
  }

  ._compyPicItem ._compyPic ._pic {
    border-radius: 20px;
  }

  ._compyPicItem ._compyPic ._logo {
    margin-top: 20px;
    margin-bottom: 17px;
  }

  ._compyPicItem ._compyPic ._logo img {
    height: 32px;
  }

  ._compyPicItem ._compyPic a {
    font-size: 16px;
  }
}

@media screen and (orientation: portrait) {
  .ind_body {
    overflow-y: auto !important;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  #header {
    height: 50px;
    background-color: #fff;
  }

  #header::before {
    display: none;
  }

  #header .header__nav__container {
    padding: 0 0.3rem;
  }

  .header__logo {
    /* width: 138px; */
    height: 50px;
  }

  #header.header-sticky::before {
    height: 50px;
  }

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

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

  .navs {
    display: none;
  }

  .header .operation {
    padding-right: .2rem;
  }

  .operation ._item {
    color: #333;
  }

  .header__search {
    /* display: none; */
  }

  .mobile_search {
    padding: 1rem 0;
    top: 50px;
  }

  .mobile_search .close {
    right: .3rem;
  }

  .mobile_search .close i {
    font-size: .34rem;
  }

  .mobile_search .input input {
    min-height: 46px;
  }

  .mobile_search .label .btn {
    transform: scale(0.8);
  }

  .menubtn {
    display: block;
    width: 36px;
    height: 50px;
    padding-top: 25px;
  }

  #header .menubtn span,
  #header .menubtn span:after,
  #header .menubtn span:before,
  .page_body #header .menubtn span,
  .page_body #header .menubtn span:after,
  .page_body #header .menubtn span:before {
    background-color: #666;
  }

  .banner-text .heading-text {
    font-size: 0.38rem;
  }

  /*banner*/
  .banner {
    margin-top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    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;
  }

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

  .pagination-box .swiper-pagination {
    margin: 0 auto;
    width: auto;
    font-size: 0;
    position: relative;
    left: auto;
    bottom: auto;
  }

  .pagination-box .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
    width: 0.15rem;
    height: 0.15rem;
    display: inline-block;
    position: relative;
  }

  .pagination-box .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .pagination-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.15rem;
  }

  .pagination-box .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.2rem;
    height: 0.2rem;
    background-color: var(--bg-blue);
  }

  .indexTitle1 ._mTitle {
    font-size: .32rem;
  }

  .service {
    height: auto;
  }

  .service ._bgs {
    display: none;
  }

  .service ._list {
    flex-direction: column;
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: .3rem;
  }

  .service ._list>a,
  .service ._list>a:nth-child(-n+4),
  .service ._list>a:nth-child(n+5) {
    padding: .3rem .3rem 0;
    width: 100%;
  }

  .service ._list>a .bg {
    opacity: 1;
  }

  .service ._list>a .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service ._list>a .details {
    padding: 0.2rem;
    bottom: 0;
  }

  .service ._list ._cn {
    font-size: 20px;
  }

  .service ._list ._en {
    font-size: 16px;
  }

  .about {
    flex-flow: column;
    height: auto;
    min-height: unset;
  }

  .about .about-content {
    width: 100%;
  }

  .about .about-content .about-infos {
    padding: .5rem .3rem;
  }

  .about .about-content .about-infos::before {
    width: 100%;
  }

  .about .about-infos .about-found {
    font-size: .68rem;
  }

  .about .about-content .about-digital {
    flex-flow: row;
    position: relative;
    left: auto;
    bottom: auto;
  }

  .about .about-content .about-digital .digital-item .item-title {
    font-size: 15px;
  }

  .about .about-video {
    width: 100%;
    height: 6rem;
  }

  .about .about-infos .about-desc {
    font-size: 14px;
  }

  .about .about-infos .about-more {
    font-size: 16px;
  }

  .news {
    padding: .5rem .4rem;
    flex-flow: column;
  }

  .news ._left {
    padding: 0;
    width: 100%;
    border-right: none;
  }

  .news ._tab {
    margin-top: .36rem;
    margin-bottom: .4rem;
    font-size: 16px;
    flex-flow: row wrap;
    gap: 15px;
  }
  .news ._tab a{
    font-size: 16px;
  }

  .news ._left ._more {
    display: none;
  }

  .news ._right {
    width: 100%;
  }

  .newsList ._item>a {
    padding: .5rem .3rem;
  }

  .newsList ._item ._times .year {
    font-size: 13px;
  }

  .newsList ._item ._title {
    font-size: 18px;
    font-weight: bold;
  }
  .newsList ._item ._img{
    height: 3.2rem;
  }

  .newsList ._item ._desc {
    font-size: 15px;
  }

  .newsList ._item ._more {
    margin-top: 30px;
    font-size: 13px;
  }

  .dsSlogan {
    padding: .6rem .2rem;
  }
  .dsSlogan ._cont{
    gap: 15px;
  }

  .dsSlogan ._cont ._title {
    font-size: 22px;
  }

  .dsSlogan ._cont ._desc {
    font-size: 13px;
  }

  .masterBtn1 {
    padding: 10px 20px;
    width: auto;
    height: auto;
    font-size: 13px;
  }

  .subbanner {
    height: 220px;
  }

  .subbanner .banner-text {
    bottom: 86%;
  }

  .subbanner .banner-mouse {
    display: none;
  }

  ._dsCont {
    flex-flow: column;
  }

  ._dsCont::before,
  ._dsCont::after {
    display: none;
  }

  ._dsCont ._since {
    margin: .3rem 0 .2rem;
    flex-flow: row;
    font-size: .66rem;
  }

  ._dsCont ._since ._year {
    font-size: .66rem;
  }

  ._dsCont ._right::before {
    display: none;
  }

  ._dsCont .about_txt {
    padding: .3rem 0;
    font-size: 15px;
  }

  .about_tit ._cn {
    font-size: 20px;
  }

  ._cultureList {
    margin-top: .3rem;
    flex-flow: column;
  }

  ._cultureList ._item ._bg img {
    height: 4.12rem;
  }

  ._cultureList ._item .box1 {
    opacity: 0;
  }

  ._cultureList ._item .box2 {
    opacity: 1;
  }

  ._cultureList ._item .box2 ._post>div {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
  ._cultureList ._item .box2 ._post>div ._t1{
    font-size: 16px;
  }

  ._cultureList ._item .box2 ._post>div ._t3 {
    font-size: 14px;
  }

  ._historyBox {
    flex-flow: column;
    gap: 0;
  }

  ._historyBox ._left {
    padding-top: .3rem;
    padding-bottom: .4rem;
    width: 100%;
  }

  ._historyBox ._left ._img {
    display: none;
  }

  ._historyBox ._right {
    padding-top: 0;
    width: 100%;
    height: auto;
  }

  ._historyBox ._right::before {
    width: 1px;
    left: 0;
    transform: translateX(0);
  }

  ._historyList {
    padding-left: 6.5vw;
    overflow: visible;
  }

  ._historyList .swiper-wrapper {
    height: auto !important;
  }

  ._historyList ._item {
    margin-bottom: .2rem;
    width: 100%;
    height: auto !important;
    flex-flow: column;
    align-items: flex-start;
  }

  ._historyList ._item:nth-child(even) {
    flex-flow: column;
  }

  ._historyList ._item .timeline-content:last-child {
    display: none;
  }

  ._historyList ._item .timeline-year {
    width: auto;
    order: -1;
    flex-shrink: 0;
  }

  ._historyList ._item .timeline-year ._year {
    font-size: 16px;
    color: #333;
    align-items: flex-start;
    font-weight: bold;
    flex-flow: row;
    gap: .3rem;
  }

  ._historyList ._item .timeline-year ._year::before {
    background-color: #333;
    height: 1px;
  }

  ._historyList ._item .timeline-year ._dot,
  ._historyList ._item:nth-child(even) .timeline-year ._dot {
    right: auto;
    left: -6.5vw;
  }

  ._historyList ._item .timeline-year ._dot::after,
  ._historyList ._item:nth-child(even) .timeline-year ._dot::after {
    left: -0.06rem;
  }


  ._historyList ._item .timeline-content {
    padding: 0;
    width: 100%;
    max-height: unset;
    font-size: 13px;
    white-space: normal;
    order: 1;
  }

  ._historyList ._item:nth-child(odd) .timeline-content:first-child {
    padding-right: 0;
  }

  ._historyList ._item:nth-child(even) .timeline-content:first-child {
    padding-left: 0;
  }

  ._pageHonor {
    padding-top: .5rem;
  }

  ._pageHonor ._top,
  ._pageETrain ._top {
    flex-flow: column;
  }

  ._pageHonor ._tab,
  ._pageETrain ._tab {
    flex-flow: row wrap;
    justify-content: center;
  }

  ._pageHonor ._tab a,
  ._pageETrain ._tab a {
    padding: 4px 15px;
    font-size: 14px;
  }

  ._honorList ._name {
    font-size: 13px;
  }

  ._teamList ._item .img-box {
    height: 4.12rem;
  }

  ._teamList ._item h4._title {
    padding-top: 5px;
    font-size: 15px;
  }

  ._pageRemark .container {
    flex-flow: column;
    gap: .3rem;
  }

  ._pageRemark ._left {
    width: 100%;
    align-items: center;
  }

  ._pageRemark ._left .img-box {
    width: 100%;
    height: 7rem;
  }

  ._pageRemark ._left .name-box {
    font-size: 16px;
  }

  ._pageRemark ._right {
    width: 100%;
  }

  ._pageRemark .about_txt {
    font-size: 14px;
  }

  /* mobile page supply chain */
  .guarantee__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .subbanner ._logo-wrap {
    bottom: 30%;
  }

  .chain__inner {
    flex-direction: column;
  }

  .chain__img {
    flex: 1;
    max-width: 100%;
  }

  .chain__sub {
    font-size: .3rem;
  }

  .chain__desc {
    font-size: .266rem;
  }

  .guarantee__header {
    flex-direction: column;
    gap: 0;
  }

  .guarantee__desc {
    max-width: 100%;
  }

  .guarantee__icon {
    font-size: .6rem;
  }

  .guarantee__name {
    font-size: .3rem;
  }

  .guarantee__text {
    font-size: .24rem;
  }

  .chain-swiper__name {
    font-size: .266rem;
  }

  .catering__top {
    flex-direction: column;
  }

  .catering__top-right {
    max-width: 100%;
    padding-left: 0;
    border: none;
  }

  .catering__bottom {
    flex-direction: column;
  }

  .catering__bottom-left {
    flex: none;
  }

  .catering__stats {
    flex-wrap: wrap;
    gap: .3rem;
    justify-content: center;
  }

  .catering__content {
    flex-direction: column;
  }

  .catering__brand,
  .catering__stat-label {
    font-size: .24rem;
  }

  .catering__bottom-info {
    flex-direction: column;
    gap: 20px;
  }

  .style__tab {
    font-size: .266rem;
  }

  .style__name {
    font-size: .266rem;
  }

  .pksgd-intro__layout {
    flex-direction: column;
  }

  .pksgd-intro__img {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .pksgd-intro__text,
  .biz__text {
    font-size: .266rem;
    line-height: 1.8;
  }

  .page-business {
    background: #fff;
    padding-bottom: 1rem;
    overflow: hidden;
  }

  .biz-main-swiper {
    max-width: 100%;
  }

  .biz__thumb-name {
    font-size: .24rem;
  }

  .strength_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .strength__right {
    width: 100%;
    font-size: .24rem;
  }

  ._advlist ._item {
    width: 100%;
  }

  .page-strength .swiper-wrapper {
    flex-direction: column;
  }

  ._advlist .item_top .item_icon>i {
    font-size: 1.4rem;
  }

  ._advlist .item_title {
    font-size: .3rem;
  }

  ._advlist .item_line {
    font-size: .266rem;
    height: auto;
  }

  .page-case {
    overflow: hidden;
  }

  .case__name {
    font-size: .266rem;
  }

  .case-swiper-prev,
  .case-swiper-next {
    width: .6rem;
    height: .6rem;
  }

  .case-swiper-prev i,
  .case-swiper-next i {
    font-size: .24rem;
  }

  .mrs-intro__layout {
    flex-direction: column;
  }

  .mrs-intro__left {
    flex: none;
    width: 100%;
  }

  .mrs-intro__text {
    font-size: .266rem;
  }

  .mrs-intro__right {
    flex: none;
    width: 100%;
  }

  .mrs-intro__stat-num,
  .mrs-intro__stat-label {
    font-size: .24rem;
  }

  .mrs-intro__stat-num span {
    font-size: .4rem;
  }

  .product__name,
  .mrs-honor__name {
    font-size: .266rem;
  }

  .page-mrs_honor {
    overflow: hidden;
  }

  .page-team {
    overflow: hidden;
  }

  .drag-title,
  .team__tags {
    font-size: .24rem;
  }

  .team__name {
    font-size: .3rem;
  }

  .app__cn {
    font-size: .266rem;
  }

  .app__en {
    font-size: .24rem;
  }

  .page-app_case {
    overflow: hidden;
  }

  .app-case__tab {
    font-size: .24rem;
  }

  .app-case__name {
    font-size: .266rem;
  }

  .catering__intro {
    font-size: 13px;
  }

  .cooperate__cols {
    grid-template-columns: 1fr;
  }

  .cooperate__list {
    grid-template-columns: 1fr;
  }

  .cooperate__item {
    font-size: .266rem;
  }

  .cert__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .style__head {
    flex-direction: column;
    gap: .2rem;
  }

  ._classifyBox ._name {
    font-size: 16px;
  }

  ._filter {
    flex-flow: row wrap;
  }

  ._filter a {
    padding: 3px 20px;
    font-size: 14px;
  }

  ._searchBox {
    display: none;
  }

  ._busList ._title {
    font-size: 16px;
  }

  ._pageNews {
    padding: .3rem 0;
  }

  ._pageNewsList ._item {
    margin-right: 0;
    width: 100%;
    border-radius: 0;
  }

  ._pageNewsList ._item ._date {
    font-size: 13px;
  }

  ._pageNewsList ._item ._title {
    font-size: 18px;
  }

  ._pageNewsList ._item ._more2 {
    font-size: 13px;
  }

  ._pageNewsDel ._info {
    width: 100%;
  }

  ._pageNewsDel ._info ._top ._title {
    font-size: 22px;
  }

  ._pageNewsDel ._info ._top ._line {
    font-size: 13px;
  }

  ._pageNewsDel ._info ._contin {
    font-size: 14px;
  }

  ._pageNewsDel ._sell {
    display: none;
  }

  ._pagePvnBtn {
    font-size: 13px;
  }

  ._pageContact ._cnt {
    flex-flow: column-reverse;
  }

  .info-section {
    padding: 0;
  }
  .info-item{
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .info-label{
    width: 60px;
  }
  .info-value{
    font-size: 14px;
  }

  .section-title {
    font-size: 24px;
  }

  .qrcode-group {
    margin-top: 20px;
    gap: 5px;
  }

  .qrcode-item {
    flex: 1;
  }

  .form-section {
    padding: 15px 20px;
  }

  .captcha-img {
    width: 100px;
  }

  ._pageMap iframe {
    height: 320px;
  }

  .recruitList .xs-hidden {
    display: none;
  }

  ._recruitItem ._check,
  .recruitList ._table thead {
    height: 0.9rem;
    font-size: 15px;
  }

  ._recruitItem ._check td:first-of-type:before {
    width: 4px;
  }

  ._recruitItem ._check ._btn {
    width: 24px;
    height: 24px;
  }

  ._recruitItem ._info ._txt>div {
    padding: 15px 20px;
    flex-flow: column;
  }

  ._recruitItem ._info ._txt ._jobCnt div:nth-child(1),
  ._recruitItem ._info ._txt ._jobCnt div:nth-child(2) {
    width: 100%;
  }

  ._recruitItem ._info ._txt ._jobCnt ._tp {
    font-size: 18px;
  }

  ._recruitItem ._info ._txt>div p,
  ._recruitItem ._info ._txt>div span,
  ._recruitItem ._info ._txt>div em {
    font-size: 14px !important;
  }

  ._sendBtn {
    height: 46px;
  }

  .contact__wrs {
    margin-left: auto;
    width: 88%;
    transform: translate(-50%, -50%);
  }

  .contact__close {
    right: 0;
    top: -0.6rem;
    font-size: .46rem;
  }

  .contact__tts strong {
    font-size: .42rem;
  }

  ._applyForm {
    margin-top: .3rem;
  }

  ._applyRow {
    flex-flow: column;
  }

  ._applyItem {
    margin-bottom: .2rem;
    width: 100%;
  }

  ._applyItem .text,
  .code .text {
    font-size: .24rem;
    height: .66rem;
  }

  ._applyRow1 ._applyItem .text {
    height: 1.62rem;
  }

  ._applyItem i {
    line-height: .66rem;
  }

  .code i {
    width: .6rem;
    font-size: .36rem;
  }

  .code .code__yz {
    right: 0;
    width: 2rem;
    height: 100%;
  }

  .code__sub .val {
    width: 2rem;
    height: .68rem;
    font-size: .28rem;
  }

  ._conceptList {
    margin-top: .4rem;
  }

  ._conceptList ._item {
    margin-right: 0;
    margin-bottom: .3rem;
    width: 100%;
  }

  ._conceptList ._item ._left ._ititle {
    font-size: 16px;
  }

  ._conceptList ._item ._left ._info {
    font-size: 14px;
    line-height: 2;
  }

  ._pageETrain ._top {
    align-items: flex-start;
    gap: .2rem;
  }

  ._trainImg ._img {
    height: 4.2rem;
  }

  .environSwiper .swiper-slide ._img {
    height: 3.68rem;
  }

  /* footer */
  .footer {}

  .footer .container {
    flex-direction: column;
  }

  .footer ._top,
  .footer .bottom {
    display: none;
  }

  .footer ._top .container {
    border-bottom: none;
    padding-bottom: 0;
  }

  .footer ._top ._logo {
    width: 100%;
  }

  ._ftTel {
    width: 100%;
  }

  ._ftTel ._phone .name,
  .ft_contact ._hd {
    font-size: .266rem;
  }

  .ft_contact p {
    font-size: .24rem;
  }

  .footer .bottom.container {
    padding-top: 0;
    padding-left: .15rem;
    padding-right: .15rem;
    padding-bottom: 0;
  }

  .bottom-contact {
    width: 100%;
  }

  .footer .footer-copyright .container {
    align-items: center;
  }

  .footer-copyright p br {
    display: block;
  }

  .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;
  }

  .footer-copyright p,
  .footer-copyright span,
  .footer-copyright a {
    font-size: 0.24rem;
  }

  .f-menu {
    display: none;
  }

  .ft-media i {
    font-size: .3rem
  }
}

.backTop {
  position: fixed;
  z-index: 51;
  right: 50px;
  bottom: -100px;
  width: 0.52rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.backTop img {
  max-width: 48%;
  position: relative;
  z-index: 10;
}

.backTop.active {
  bottom: 50px;
}

@media (max-width: 760px) {
  .backTop {
    width: 0.8rem;
    height: 0.8rem;
    right: 20px;
  }

  .backTop.active {
    bottom: 80px;
  }
}