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

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

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

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

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

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

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

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

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

select {
  max-width: 100%;
}

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

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

blockquote::before {
  color: var(--bg-green);
  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: 0.2rem 0;
  border-color: #f4f4f4;
}

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

img {
  max-width: 100%;
}

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

img[src]:not([src=""]) {
  display: inline-block;
}

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-green);
}

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

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-green) !important;
}

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

.font-white {
  color: white;
}

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

html {
  font-size: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input {
  border: none;
  background-color: transparent;
  outline: none;
}

a {
  text-decoration: none;
}

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

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

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

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

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

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis14 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

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

.incenter {
  text-align: center;
}

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

.clearfix:after {
  clear: both;
}

.bg-fff {
  background-color: #fff;
}

.opacity {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
}

.hidden {
  display: none;
}

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

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

/*global*/
:root {
  --bg-green: rgba(57, 164, 57, 1);
  --bg-black: #000;
  --text-color-white: #fff;
  --text-color-black: #000;
  --text-color-grey: #666;
  --text-color-999: #999;
}

@media screen and (orientation: landscape) {

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

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

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

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

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

/* 字体引用 */

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

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

@font-face {
  font-family: "OswaldBold";
  src: url("../fonts/Oswald-Bold.otf");
}

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

@font-face {
  font-family: "MiSansMedium";
  src: url("../fonts/MiSans-Medium.ttf");
}

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 16rem;
}

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

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

@media (max-width: 1024px) {
  .container {
    padding: 0 0.3rem;
    max-width: inherit;
  }
}

.posi {
  position: relative;
}

.lump {
  display: block;
}

.isshadow {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.ishalo {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.isdarkhalo {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*header*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: .9rem;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: 0.65s;
}

.header .header__nav__container {
  padding: 0 6.25vw 0;
  max-width: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.header__logo {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
}

.header__logo a {
  width: .8rem;
  /* display: flex;
  align-items: center;
  justify-content: flex-start; */
}

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

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

/* 头部电话 */
.operation {
  /* padding-left: .3rem; */
  height: 100%;
  color: rgba(102, 102, 102, 1);
  align-items: center;
}

.operation ._item {
  padding: 0 0.3rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  align-items: center;
}

.operation ._item .iconfont {
  margin-right: .08rem;
  font-size: 0.24rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.operation ._item ._info {
  font-family: "OPPOSans";
  font-size: .24rem;
  color: rgba(255, 255, 255, 1);
}

.operation ._item span {
  font-family: "OPPOSans";
  font-size: .16rem;
  line-height: 1;
}

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

/* 多语言 */
.header__lang .language {
  position: absolute;
  top: 140%;
  width: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.header__lang .language .language_item {
  background-color: #fff;
}

.header__lang .language .language_item a {
  line-height: 0.34rem;
  color: #333;
  transition: all 0.3s ease;
}

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

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

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

/* 移动端菜单按钮 */
.menubtn {
  width: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  transition: 0.4s;
  cursor: pointer;
  display: none;
}

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

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

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

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

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

.menubtn.active span::before {
  opacity: 0;
}

.menubtn.active span::after {
  transform: rotate(-90deg);
  bottom: 0;
}

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

.header.header-sticky .menubtn span {
  background-color: black;
}

.header.header-sticky .menubtn span::before,
.header.header-sticky .menubtn span::after {
  background-color: black;
}

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

.navs {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.navs>li {
  position: relative;
  text-transform: capitalize;
}

.navs>li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 3px;
  width: calc(100% - 6px);
  height: 100%;
  background-color: rgba(57, 164, 57, 1);
  z-index: -1;
  transform: translateX(-50px) skew(-12deg);
  opacity: 0;
  transition: all .3s;
}

.navs>li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/nav-bg.webp) no-repeat center bottom;
  background-size: 96%;
  opacity: 0;
  z-index: 0;
  transition: all .3s;
}

.navs>li.active::before,
.navs>li:hover::before {
  opacity: 1;
  transform: translateX(0) skew(-12deg);
}

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

.navs>li:first-child {}

.navs>li>a {
  padding: 0 0.2rem;
  display: block;
  font-family: "OPPOSans";
  font-size: 0.18rem;
  line-height: 0.9rem;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  z-index: 4;
}

.navs>li>a:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  background: #fff;
  transition: 0.4s;
  width: 0;
  margin-left: 0;
}

.navs>li:hover a,
.navs>li.active a {
  color: #fff;
  font-weight: 700;
}

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

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

.navs>li>.submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 5px 0;
  color: #666;
  min-width: 130px;
  background-color: #fff;
  transform: translateX(-50%) translateY(10px);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.navs>li>.submenu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0px;
  margin-left: -6px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(100, 100, 100, 0.1);
}

.navs>li>.submenu dd {}

.navs>li>.submenu a {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 38px;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}

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

.navs>li>.pro-submenu {
  left: 50%;
  width: 200%;
  margin-left: -100%;
}

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

.navs>li:hover .submenu {
  top: 0.8rem;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

#header.header-sticky {
  background-color: hsla(0, 0%, 100%, .9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px) contrast(1.25);
  backdrop-filter: blur(20px) contrast(1.25);
}

#header.header-sticky .header__logo a img {
  opacity: 1;
}

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

#header.header-sticky .navs>li>a {
  color: rgba(38, 38, 38, 1);
}

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

#header.header-sticky .operation ._item .iconfont,
#header.header-sticky .operation ._item,
#header.header-sticky .operation ._item ._info {
  color: rgba(38, 38, 38, 1);
}

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

@media (max-width: 1659px) {
  .header .header__nav__container {
    padding-left: 0.33rem;
    padding-right: 0.9rem;
    margin: 0 auto;
  }

  /* .navs>li>a {
    padding: 0 0.12rem;
  } */
}

/*Menu*/
.openMenu {
  display: none;
}

.openMenu>a {
  align-items: center;
  outline: none;
}

.openMenu .openMenu_btn {
  width: 24px;
  height: 24px;
}

.openMenu .openMenu_btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: all 0.4s ease;
  background-color: #fff;
}

.openMenu .openMenu_btn span:nth-child(1) {
  top: 3px;
  left: 0;
}

.openMenu .openMenu_btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 16px;
  right: 0;
}

.openMenu .openMenu_btn span:nth-child(3) {
  bottom: 3px;
  left: 0;
}

.header.mobileNav .openMenu .openMenu_btn span:nth-child(1) {
  top: 11px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.header.mobileNav .openMenu .openMenu_btn span:nth-child(2) {
  opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}

.header.mobileNav .openMenu .openMenu_btn span:nth-child(3) {
  bottom: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header.header-sticky .openMenu .openMenu_btn span {
  background-color: rgba(38, 38, 38, 1);
}

/* header code */
.header__code {
  width: .9rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.header__code>a {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--bg-green);
  color: #fff;
}

.header__code>a i {
  font-size: .27rem;
  line-height: 1;
}

.header__code__box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0px;
  position: fixed;
  width: 1px;
  height: 1px;
  top: 1rem;
  left: 0;
  line-height: 30px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.3s, top 0.3s;
  -o-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.header__code__box img {
  width: 100%;
}

.header__code__box p {
  font-size: .14rem;
  color: #666;
  text-align: center;
}

.header__code__box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 18px;
  top: -16px;
  left: 0;
}

.header__code__box::after {
  content: "";
  position: absolute;
  right: .36rem;
  top: -6px;
  width: 13px;
  height: 13px;
  margin-left: -7px;
  border-top: 2px solid #ebeced;
  border-left: 2px solid #ebeced;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

.header__code:hover .header__code__box {
  position: absolute;
  width: 1.8rem;
  padding: 10px 10px 17px;
  height: auto;
  overflow: initial;
  top: .9rem;
  right: 0;
  z-index: 2;
  opacity: 1;
}

.header__code:hover .header__code__box {
  top: .9rem;
}

/*mobile nav*/
.m-nav {
  position: fixed;
  top: 60px;
  /*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;*/
  transform: translateX(100%);
}

.m-nav a {
  outline: none;
}

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

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

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

.m-nav .logo {
  width: 100%;
  margin: 0 auto 20px;
  font-family: "AlimamaShuHeiTiBold";
  font-size: 0.58rem;
  color: var(--text-color-green);
  justify-content: center;
}

/* 
.m-nav .logo img {
  height: 30px;
  display: block;
}

.m-nav .logo img:nth-child(1) {
  margin-right: 0;
  height: 60px;
} */

.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-code-box img {
  display: block;
  width: 40%;
  margin: 0 auto;
}

.m-code-box p {
  font-size: 0.3rem;
  line-height: 2;
}

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

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

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

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

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

.Hbanner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}

#Hbanner {
  width: 100%;
  height: 100%;
}

#Hbanner .swiper-slide {
  overflow: hidden;
}

#Hbanner .swiper-slide>a {
  width: 100%;
  height: 100%;
  display: block;
}

#Hbanner ._bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}

#Hbanner ._bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

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

.pagination-box {
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: .5rem;
  transform: translateX(-50%);
  z-index: 2;
}

.pagination-box .swiper-pagination {
  width: auto;
  font-size: 0;
  position: relative;
  left: auto;
  bottom: auto;
  top: auto;
}

.lb-num {
  margin-right: .2rem;
  color: rgba(255, 255, 255, 1);
  font-size: 0.15rem;
  line-height: 1;
  font-family: "OPPOSans";
  z-index: 10;
}

.lb-num .on {
  color: var(--bg-green);
  font-size: 0.4rem;
}

.lb-num span {
  margin: 0 0.06rem;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: .3rem;
  width: .12rem;
  height: .12rem;
  background-color: #fff;
  opacity: 1;
  transition: all .3s ease-in-out;
  position: relative;
}

.pagination-box div.circle-progress+div.circle-progress::before {
  content: "";
  width: .18rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -125%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.pagination-box .circle-progress.swiper-pagination-bullet-active {
  background-color: var(--bg-green);
}

/*masterBtn1*/
.masterBtn1 {
  margin-right: .4rem;
  height: 0.46rem;
  width: 1.5rem;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.masterBtn1.style1 {
  background-color: var(--bg-green);
  color: #fff;
}

.masterBtn1.style1 ._lines span {
  background-color: #fff;
}

.masterBtn1.style2 {
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 1);
}

/* 公共标题 */
.indexTitle1 {
  margin-bottom: .5rem;
}

.indexTitle1 ._en {
  margin-top: -.35rem;
  font-family: "AlimamaShuHeiTiBold";
  font-size: .44rem;
  color: rgba(46, 125, 50, 0.1);
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}

.indexTitle1 ._cn {
  font-family: "OswaldBold";
  color: rgba(0, 0, 0, 1);
  font-size: 0.34rem;
  line-height: 1;
  font-weight: 900;
}

.indexTitle1 ._cn span {
  color: var(--bg-green);
}

.indexTitle1 ._slogan {
  margin-top: 0.15rem;
  padding-bottom: .15rem;
  font-size: .14rem;
  line-height: 1.6;
  color: rgba(102, 102, 102, 1);
}

.indexTitle1 ._slogan::after {
  content: "";
  width: .3rem;
  height: 2px;
  background-color: var(--bg-green);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
}

.indexTitle1.style2 ._cn {
  color: #fff;
}

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

*:before,
*:after {
  z-index: -1;
}

.box {
  padding: 5.2vw 0;
}

.img-box {
  overflow: hidden;
}

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

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

.more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.more span {
  padding-bottom: 0.05rem;
  font-size: 0.18rem;
  border-bottom: 2px solid rgba(12, 79, 132, 1);
}

.more span i {
  margin-left: 0.2rem;
  font-size: 0.12rem;
  color: rgba(12, 79, 132, 1);
}

.image {
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.loader::before {
  content: "";
  display: inline-block;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -25px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, rgba(67, 181, 189, 1) 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, rgba(67, 181, 189, 1));
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
  z-index: 0;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}

/* 关于我们 */
.Habout {
  /* padding-top: .6rem;
  padding-bottom: .6rem; */
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.Habout ._box {
  width: 100%;
  border-bottom: 1px solid rgba(227, 227, 227, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

._partnerBox {
  position: relative;
  z-index: 1;
}

.Habout .container {
  align-items: stretch;
}

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

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

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

.Habout .Habout_l {
  padding-top: .8rem;
  padding-bottom: .6rem;
  padding-right: .7rem;
  width: 41.25%;
  position: relative;
}

.Habout .Habout_l ._txt {
  padding-bottom: .5rem;
  position: relative;
}

.Habout .Habout_l ._txt::before {
  content: "";
  width: 200%;
  height: 1px;
  background-color: rgba(227, 227, 227, 1);
  position: absolute;
  right: -.7rem;
  bottom: 0;
  z-index: 0;
}

.Habout .Habout_l ._txt h3 {
  font-size: .32rem;
  color: #000;
  line-height: 2;
  font-weight: normal;
}

.Habout .Habout_l ._txt span {
  font-size: .38rem;
  color: #000;
  font-weight: bold;
  line-height: 2;
}

.Habout .Habout_l ._img {
  padding-top: .6rem;
}

.Habout .Habout_l img {
  height: 1.46rem;
  opacity: .5;
}

.Habout .Habout_r {
  padding-top: .8rem;
  padding-bottom: .6rem;
  padding-left: 1rem;
  width: 58.75%;
  border-left: 1px solid rgba(227, 227, 227, 1);
}

.pubInfo .info_text {
  line-height: 2.2;
  color: rgba(102, 102, 102, 1);
}

.pubInfo .info_text p {
  margin-bottom: 0.12rem;
  font-size: .18rem;
  text-align: justify;
}

.pubInfo .info_btn {
  margin-top: .4rem;
  display: inline-block;
  position: relative;
}

.pubInfo .info_btn::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0.1rem;
  background: rgba(142, 142, 142, 1);
  z-index: 1;
}

.pubInfo .info_btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.2rem;
  height: 2px;
  background: rgba(142, 142, 142, 1);
  transition: 0.6s;
  z-index: 1;
}

.pubInfo .info_btn a {
  padding: .1rem .2rem;
  align-items: center;
  color: rgba(102, 102, 102, 1);
  position: relative;
  border: 1px solid rgba(142, 142, 142, .2);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}

.pubInfo .info_btn a::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: 2px;
  height: 0.1rem;
  background: #fff;
  z-index: 1;
}

.pubInfo .info_btn a::after {
  transition: 0.6s;
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: 0.2rem;
  height: 2px;
  background: #fff;
  z-index: 1;
}

.pubInfo .info_btn i {
  margin-left: .08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.pubInfo .info_btn ._lines {
  font-size: .16rem;
  word-break: keep-all;
}

.pubInfo .info_btn a:hover {
  color: #fff;
}

.pubInfo .info_btn.color::before,
.pubInfo .info_btn.color::after,
.pubInfo .info_btn.color a::before,
.pubInfo .info_btn.color a::after {
  background: var(--bg-green);
}

.pubInfo .info_btn:hover::before {
  height: 100%;
}

.pubInfo .info_btn:hover::after {
  width: 100%;
}

.pubInfo .info_btn:hover a::before {
  height: calc(100% + 2px);
}

.pubInfo .info_btn:hover a::after {
  width: calc(100% + 2px);
}

.pubInfo .info_btn.color:hover {
  background-color: var(--bg-green);
  transition-delay: 0.4s;
}

/* about number */
.about-num {
  margin-bottom: .5rem;
  justify-content: space-between;
}

.about-num .item {
  height: 100%;
  color: var(--bg-green);
  flex-direction: column;
  justify-content: center;
}

.about-num .item label {
  display: block;
  position: relative;
}

.about-num .item b {
  font-weight: normal;
  font-size: 0.55rem;
  line-height: 1;
  filter: blur(3px);
  position: absolute;
  left: 0;
  top: -28px;
  z-index: 0;
}

.about-num .item i {
  font-size: 0.46rem;
  font-family: "OPPOSans";
  font-style: normal;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.about-num .item span {
  margin-left: 0.01rem;
  font-size: .18rem;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  line-height: 1;
}

.about-num .item p {
  font-size: .18rem;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
}

.about-num .item+.item {
  margin-left: 0.8rem;
}

/* 热销产品 */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.product-card {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card ._img {
  padding: .8rem;
  height: 4.26rem;
  background-color: rgba(245, 245, 245, 1);
  overflow: hidden;
}

.product-card ._img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-info {
  padding: .6rem .25rem .3rem;
}

.product-title {
  font-size: .2rem;
  font-weight: 500;
  margin-bottom: .2rem;
}

.product-price-dots {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-price {
  font-size: .14rem;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
}

.product-price span {
  font-size: .36rem;
}

.product-dots {
  display: flex;
  gap: 5px;
}

.product-dots .dot {
  height: 12px;
  width: 12px;
  margin: 0 3px;
  background-color: rgba(191, 191, 191, 1);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.product-dots .dot.active {
  background-color: rgba(0, 0, 0, 1);
}

._proCode {
  padding: 5px;
  width: .86rem;
  height: .86rem;
  background-color: var(--bg-green);
  position: absolute;
  top: 0;
  right: .25rem;
  z-index: 1;
  opacity: 0;
  transition: all .62s ease-out;
}

._proCode img {
  width: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product-card:hover .product-price {
  color: var(--bg-green);
}

.product-card:hover .product-dots .dot.active {
  background-color: var(--bg-green);
}

.product-card:hover ._proCode {
  top: -24%;
  opacity: 1;
}


/* 产品 */
.Hproduct {
  background-color: rgba(247, 247, 247, 1);
}

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

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

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

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

.Hproduct ._top .indexTitle1 {
  margin-bottom: 0;
  max-width: 41%;
}

.Hproduct ._top .indexTitle1 ._cn {
  font-size: .4rem;
  line-height: 1.4;
}

.Hproduct ._top .indexTitle1 ._slogan {
  padding-bottom: 0;
  font-size: .18rem;
}

.Hproduct ._top .indexTitle1 ._slogan::after {
  display: none;
}

._proTab {
  justify-content: center;
}

._proTab ._item {
  margin: 0 .4rem;
  font-size: .2rem;
  color: rgba(51, 51, 51, 100);
}

._proTab ._item .hoverable_txt {
  padding-bottom: .03rem;
  z-index: 1;
}

._proTab ._item .hoverable_txt:after {
  height: .12rem;
  background-color: var(--bg-green);
  z-index: 0;
}

._proTab ._item:hover,
._proTab ._item.active {
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
}

._listBox {
  margin-top: .8rem;
}

._proList ._item {
  width: 4.68rem;
}

._proList ._item .imgBox {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}

._proList ._item .imgBox>div {
  width: 100%;
  height: 82%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease-out;
}

._proList ._item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease-out;
}

._proList ._item ._info {
  padding: .25rem .3rem;
  background-color: #fff;
}

._proList ._item ._type {
  margin-bottom: .1rem;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
}

._proList ._item ._type span {
  font-size: .18rem;
  color: rgba(0, 0, 0, .68);
}

._proList ._item ._type i {
  font-size: .3rem;
  color: var(--bg-green);
}

._proList ._item ._name {
  /* margin-bottom: .15rem; */
  font-size: .24rem;
  font-weight: bold;
  line-height: 2;
  color: rgba(0, 0, 0, 1);
}

._proList ._item ._effect {
  flex-flow: row;
  gap: 15px;
  height: min-content;
  overflow: hidden;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

._proList ._item ._effect>div {
  width: calc((100% - 15px)/2);
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  gap: 5px;
  height: min-content;
  overflow: visible;
  padding: 15px 0;
  position: relative;
  color: rgba(102, 102, 102, 1);
}

._proList ._item ._effect>div::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(227, 227, 227, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

._proList ._item ._effect>div h4 {}

._proList ._item ._effect>div p {
  width: 100%;
}

._proList ._item:hover .imgBox>div,
._proList ._item.active .imgBox>div {
  height: 100%;
}

._barBtn {
  margin-top: .5rem;
  align-items: center;
  justify-content: space-between;
}

._scrollBar.swiper-pagination-progressbar {
  width: 87.5%;
  height: 5px;
  background-color: rgba(227, 227, 227, 1);
  border-radius: .2rem;
  position: relative;
}

._scrollBar .swiper-pagination-progressbar-fill {
  background-color: var(--bg-green);
  border-radius: .2rem;
}

._barBtn ._pvn>div {
  margin-left: .2rem;
  width: .42rem;
  height: .42rem;
  font-size: .42rem;
  line-height: 1;
  color: var(--bg-green);
  align-items: center;
  justify-content: center;
  transition: all .3s ease-out;
  cursor: pointer;
}

._barBtn ._pvn>div.swiper-button-disabled {
  color: rgba(184, 184, 184, 1);
  cursor: not-allowed;
}

/* 选择我们的四大理由 */
.Hadvantage {
  width: 100%;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.advList {
  width: 60%;
  height: 9.8rem;
  position: relative;
}

#advSwiper {
  height: 100%;
  overflow: visible;
}

.advList ._bg {
  height: 100%;
  position: relative;
  overflow: hidden;
}

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


._advInfoBox {
  padding: .7rem .7rem .9rem;
  width: 5.2rem;
  color: #fff;
  background: url(../images/adv-bg1.webp) repeat 0 0;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 76%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 76%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

._advInfoBox::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/adv-bg2.png)no-repeat right bottom;
  background-size: 68%;
  position: absolute;
  right: -.7rem;
  bottom: -.3rem;
  z-index: 0;
}

._advInfoBox ._top {
  justify-content: space-between;
}

._advInfoBox ._title {
  flex: 0 0 auto;
  flex-flow: column;
  gap: 0;
  height: min-content;
  overflow: visible;
}

._advInfoBox ._title span {
  font-size: .32rem;
}

._advInfoBox ._title p {
  font-size: .16rem;
  line-height: 1.2;
  font-weight: lighter;
  text-transform: capitalize;
  opacity: .8;
}

._advInfoBox ._top i {
  font-size: .76rem;
  line-height: 1;
}

._advInfoBox ._line {
  margin: .3rem 0;
  width: .3rem;
  height: 2px;
  background-color: #fff;
}

.advRight {
  padding: .9rem .8rem;
  width: 40%;
  height: 9.8rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  flex-flow: column;
  align-items: flex-start;
  gap: 0px;
  /* height: min-content; */
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.indexTitle2 {
  margin-bottom: .6rem;
  padding-right: .9rem;
  flex-flow: column;
  align-items: flex-end;
  gap: 0px;
  height: min-content;
  position: relative;
}

.indexTitle2::after {
  content: "\e64c";
  font-family: "iconfont";
  margin-right: .1rem;
  font-size: .56rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.indexTitle2 ._t {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  gap: 0px;
  height: min-content;
  font-size: .4rem;
  line-height: 1;
  position: relative;
}

.indexTitle2 ._t::before {
  content: "\e64c";
  font-family: "iconfont";
  margin-right: .1rem;
  font-size: .56rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  z-index: 0;
}

.indexTitle2 ._cn {
  font-size: .5rem;
  line-height: 1.6;
  font-weight: bold;
}

.indexTitle2 ._cn em {
  font-style: normal;
  color: rgba(57, 164, 57, 1);
}

.indexTitle2 ._en {
  font-size: .18rem;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 1px;
}

.advTab {
  margin-bottom: .3rem;
  flex-flow: column;
  align-items: flex-start;
  gap: 0px;
  height: min-content;
  position: relative;
}


.advTab .item {
  padding: .3rem 0;
}

.advTab .item .hoverable_txt {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  gap: 26px;
  height: min-content;
  cursor: pointer;
}

.advTab .item .hoverable_txt:after {
  height: 8px;
  background-color: rgba(57, 164, 57, 1);
  z-index: 0;
}

.advTab .item .item_icon {
  font-size: .36rem;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(142, 142, 142, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-clip-path: inset(1px 1px 1px 1px);
  clip-path: inset(1px 1px 1px 1px);
  position: relative;
  z-index: 1;
}

.advTab .item .item_name {
  font-size: .2rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
  z-index: 1;
}

.advContactInfo {
  width: 100%;
  background-color: rgba(135, 189, 102, 1);
  padding: .2rem .4rem;
  flex-flow: row;
  align-items: center;
  gap: 100px;
  height: min-content;
  position: absolute;
  left: 0;
  bottom: 0;
}

.advContactInfo span {
  font-size: .18rem;
  font-weight: bold;
  line-height: 1.4;
}

.advContactInfo>div {
  align-items: center;
}

.advContactInfo>div i {
  margin-right: .1rem;
  font-size: .32rem;
  line-height: 1;
}

.advContactInfo>div p {
  font-size: .22rem;
  line-height: 1;
}

/* 代工 */
.Horiginal {
  flex-flow: row;
  align-items: stretch;
  gap: 0;
  height: min-content;
}

.Horiginal ._item {
  flex: 1;
}

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

.Horiginal ._item ._img {
  height: 6rem;
  overflow: hidden;
  position: relative;
}

.Horiginal ._item ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  overflow: hidden;
}

.Horiginal ._item ._info {
  padding: .3rem .5rem;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  transition: all .5s ease-out;
  z-index: 2;
}

.Horiginal ._info ._en {
  font-size: .16rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.65);
  text-transform: capitalize;
  font-weight: lighter;
}

.Horiginal ._info ._name {
  font-size: .32rem;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}

.Horiginal ._info ._line {
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: .2rem 0;
  height: min-content;
}

.Horiginal ._info ._line span {
  width: 6px;
  height: 6px;
  background-color: rgba(204, 204, 204, 1);
  border-radius: 50%;
}
.Horiginal ._info ._text{
  flex-flow: column;
  align-items: center;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.Horiginal ._info ._text div{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.Horiginal ._info ._fname {
  margin-bottom: .1rem;
  font-size: .18rem;
  color: #fff;
  line-height: 2;
  font-weight: normal;
}

.Horiginal ._info ._desc {
  margin: 0 auto;
  max-width: 80%;
  font-size: .16rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}

._lineBtn {
  margin-top: .4rem;
  margin-bottom: .12rem;
  padding: .12rem .26rem;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: min-content;
  font-size: .16rem;
  line-height: 1;
  color: #fff;
}

._lineBtn::before,
._lineBtn::after {
  content: "";
  border-color: #fff;
  position: absolute;
  transition: all .4s ease-out;
  z-index: 0;
}

._lineBtn::before {
  width: calc(100% + 16px);
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-width: 1px;
  border-style: solid;
}

._lineBtn::after {
  width: 100%;
  height: calc(100% + 12px);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-width: 2px;
  border-style: solid;
}
.Horiginal ._item:hover ._img img {
  transform: scale(1.12);
}
.Horiginal ._item:hover::before {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}

.Horiginal ._item:hover ._text {
  max-height: min-content;
  opacity: 1;
}

._lineBtn:hover {
  background-color: var(--bg-green);
}

._lineBtn:hover::before,
._lineBtn:hover::after {
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: var(--bg-green);
}

/* footer */
.footer {
  height: auto !important;
  color: rgba(102, 102, 102, 1);
  font-size: 0.16rem;
  background: rgba(250, 252, 255, 1) url(../images/ft-bg.png) no-repeat center;
  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;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

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

.footer ._top {}

.footer ._top .container {
  padding-top: .5rem;
  padding-bottom: .3rem;
  border-bottom: 1px solid rgba(237, 237, 237, .5);
}

.footer ._ftBtn {
  padding: .3rem 0 0;
}

.footer ._ftBtn ._item {
  margin-right: .3rem;
  position: relative;
  display: flex;
}

.footer ._ftBtn ._item:last-of-type {
  margin-right: 0;
}

.footer ._ftBtn ._item>a {
  width: .56rem;
  height: .56rem;
  border: 1px solid rgba(153, 153, 153, .8);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: color .3s ease-out;
}

.footer ._ftBtn ._item>a .iconfont {
  font-size: .28rem;
  color: rgba(153, 153, 153, .8);
}

.footer ._ftBtn ._item .follow {
  position: absolute;
  bottom: 120%;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  color: #333;
  border-radius: 5px;
  transform: translateY(10px);
  padding: .1rem .15rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  transition: all .35s ease;
  visibility: hidden;
  opacity: 0;
  min-width: max-content;
}

.footer ._ftBtn ._item .follow .follow_text {
  padding-right: .12rem;
  color: #333;
  text-align: justify;
  white-space: nowrap;
  /* 防止文字换行 */
}

.footer ._ftBtn ._item .follow .follow_text .follow_name {
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
}

.footer ._ftBtn ._item .follow img {
  display: block;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.footer ._ftBtn ._item>a:hover+.follow {
  visibility: visible;
  opacity: 1;
  transform: none;
}

._ftTel ._phone {
  color: rgba(51, 51, 51, 1);
}

._ftTel ._phone .name {
  font-size: .2rem;
  align-items: center;
}

._ftTel ._phone .des {
  font-size: .4rem;
  font-family: "opposans";
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 2px;
}

.bottom {
  padding-top: .6rem;
  padding-bottom: 0;
  align-items: center;
}

.bottom-contact {}

.ft_contact ._item {
  margin-bottom: .2rem;
}

.ft_contact ._hd {
  margin-bottom: .1rem;
  align-items: center;
  justify-content: flex-start;
  font-size: .18rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
}

.ft_contact ._hd i {
  margin-right: .08rem;
  width: .28rem;
  height: .28rem;
  font-size: .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  line-height: 1;
}

.ft_contact p {
  color: rgba(102, 102, 102, 1);
  line-height: 2;
}

._rssBox form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: min(10rem, 100%);
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}

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

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

._rssBox .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: 80px;
  height: 40px;
  border-radius: 10px;
  background: var(--bg-green);
  color: #fff;
  cursor: pointer;
}

.f-menu {
  padding-bottom: .4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.f-menu div.f-menu-item {
  margin: 0;
}

.f-menu div.f-menu-item+div.f-menu-item {
  margin-left: .92rem;
}

.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 li a {
  margin: 0.05rem 0;
  display: inline-block;
  color: rgba(102, 102, 102, 1);
  font-size: 0.16rem;
  line-height: 2;
  font-weight: lighter;
}

.f-menu ol li a .hoverable_txt:after {
  background-color: var(--bg-green);
}

.footer .footerWave {
  width: 100%;
  height: 120px;
}

.footer .footerWave>svg {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .footerWave .wave-g>use {
  animation: move-forever 12s linear infinite;
}

.footer .footerWave .wave-g>use:nth-child(1) {
  animation-delay: -2s;
  opacity: .5;
}

.footer .footerWave .wave-g>use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
  opacity: .7;
}

.footer .footerWave .wave-g>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }

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

.footer .footer-copyright {
  padding: 0.15rem 0;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
  background-color: var(--bg-green);
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer .footer-copyright .container {
  display: block;
}


.footer-copyright p br {
  display: none;
}

.footer-copyright p,
.footer-copyright a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-copyright img {
  margin-right: 5px;
  vertical-align: middle;
}

.footer-copyright .backTop {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(2, 111, 180, 1);
  width: 1.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.footer-copyright .backTop i {
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  color: #fff;
}

/* 右侧悬浮咨询框 */
.fixed_server {
  position: fixed;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  z-index: 4;
  width: 1rem;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.fixed_top {
  width: 1.28rem;
  position: absolute;
  right: 0;
  top: 0;
}

.fixed_top img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-58%);
  transition: ease 0.5s;
}

.fixed_box {
  padding: 0.1rem 0 0.2rem;
  background-color: var(--bg-green);
  border-radius: 0.1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.fixed_box_hd {
  padding: 0 0.05rem;
  color: #fff;
  text-align: center;
}

.fixed_box_hd span {
  font-size: 0.13rem;
  line-height: 1.6;
}

.fixed_box_hd p {
  font-size: 0.12rem;
  line-height: 1.8;
}

.fixed_server .fixed_btn {
  margin: 0.1rem 0.15rem 0;
  padding: 0.08rem;
  display: block;
  position: relative;
  font-size: 0.12rem;
  background-color: #fff;
  border-radius: 0.1rem;
  cursor: pointer;
}

.fixed_server .fixed_btn .iconfont {
  line-height: 1;
  text-align: center;
  color: var(--bg-green);
  font-size: 0.24rem;
}

.fixed_server .fixed_btn p {
  font-size: 0.12rem;
  color: var(--bg-green);
  line-height: 2;
}

.fixed_server .fixed_btn .fixed_n {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  color: var(--bg-green);
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.fixed_server .weixin_btn .fixed_n {
  position: relative;
}

.fixed_server .fixed_btn .fixed_n>.sec_box {
  position: absolute;
  white-space: nowrap;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0.1rem 0.2rem 0.3rem -0.05rem rgba(0, 103, 171, 0.2);
  opacity: 0;
  pointer-events: none;
  right: 115%;
  top: 50%;
  transform: translate(-30px, -50%);
  font-size: 0.18rem;
  color: #232830;
  line-height: 1.5;
}

.fixed_server .fixed_btn .fixed_n>.sec_box p {
  font-size: 0.18rem;
}

.fixed_server .fixed_btn .fixed_n>.sec_box img {
  display: block;
  width: 150px;
  max-height: 150px;
  max-width: none;
}

.fixed_server .fixed_btn .fixed_n>.sec_box:before {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  background-color: #ffffff;
  box-shadow: 0.1rem 0.2rem 0.3rem -0.05rem rgba(0, 103, 171, 0.2);
}

.fixed_server .fixed_btn .fixed_n:hover>.sec_box {
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: all;
}

#back_top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 888;
  transition: all 0.6s ease;
}

#back_top.onshow {
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
}

/* page*/
.subbanner {
  width: 100%;
  height: 7rem;
  position: relative;
  overflow: hidden;
}

.subbanner::before {
  content: "";
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, rgba(2, 111, 180, 1) 0%, rgba(7, 55, 134, 0) 100%); */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.subbanner .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transform-origin: center;
  transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  position: relative;
  z-index: 0;
}

.subbanner.on .img {
  transform: none;
}

.subbanner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: calc(50% + 0.5rem);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.subbanner .container ._cn {
  font-size: 0.8rem;
  font-weight: 800;
  font-family: "MiSansMedium";
  line-height: 1;
  letter-spacing: 0px;
  color: var(--bg-green);
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.subbanner .container ._cn::after {
  content: "";
  margin-left: .1rem;
  width: 10px;
  height: 10px;
  background-color: var(--bg-green);
}

.subbanner .container ._en {
  font-family: "Limelight";
  font-size: 1.32rem;
  font-weight: normal;
  margin-top: -.56rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}

.subbanner .container ._desc {
  font-size: 0.18rem;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
}

/* 次页版块标题 */
.masterTitle3 {
  line-height: 1;
  flex-flow: column;
  /* width: min-content; */
  align-items: flex-start;
  gap: .1rem;
  overflow: hidden;
}

.masterTitle3 .en {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}

.masterTitle3 .cn {
  font-size: .2rem;
}

.masterTitle3 .slogan {
  margin-top: .1rem;
  font-size: .42rem;
  color: rgba(51, 51, 51, 1);
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.masterTitle3 .slogan span {
  color: var(--bg-green);
}

.masterTitle3 .slogan::after {
  content: "";
  width: 62.5%;
  height: .2rem;
  background: linear-gradient(93.5deg, rgba(57, 164, 57, 1) 0%, rgba(57, 164, 57, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .3;
  z-index: -1;
}

/* 次页子菜单栏 */
.below {
  margin-top: -0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
}

.below::before {
  content: "";
  width: 100%;
  height: 0.6rem;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

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

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

.below .below_l ._index {
  /* padding-right: 0.2rem; */
  /* height: 1.8em; */
  color: #fff;
  position: relative;
}

.below .below_l ._index i {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 0.56rem; */
  height: 100%;
  font-size: 0.36rem;
  line-height: 1;
  /* position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); */
}

.below .below_l ._index i img {
  width: 100%;
}

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

.below .below_l ._superior:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

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

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

.below .below_r .slidenav_next>a:hover {
  color: #fff;
  background-color: var(--bg-green);
}

.slidenav ._item>a:hover {
  color: var(--bg-green);
}

.slidenav {
  padding-top: 0.1rem;
  transform: translateY(-0.1rem);
  text-align: center;
  overflow: visible;
}

.slidenav .swiper-slide {
  margin-right: .1rem;
  width: 12.8%;
}

.slidenav ._item>a {
  overflow: hidden;
  padding: 0;
  perspective: 100vh;
  height: 0.6rem;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 1);
  /* transition: all 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99); */
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

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

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

.slidenav .swiper-slide.active ._item>a,
.slidenav .swiper-slide:hover ._item>a {
  color: var(--bg-green);
  font-weight: bold;
  background-color: #fff;
  transform: translateY(-0.1rem);
}

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

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

.below .below_r .slidenav_next {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  /* padding-right: 8px; */
  z-index: 5;
}

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

.slidenav ._item>.submenu {
  position: absolute;
  top: 120%;
  left: 50%;
  padding: 5px 0;
  color: #666;
  width: 100%;
  background-color: #fff;
  transform: translateX(-50%) translateY(10px);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.slidenav ._item>.submenu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0px;
  margin-left: -6px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(100, 100, 100, 0.1);
}

.slidenav ._item>.submenu a {
  padding: 3px 0;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}

.slidenav ._item:hover .submenu {
  top: 0.5rem;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

._pageBox {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

/* 关于我们 - 公司简介 */
._pageIntroduce {
  padding-bottom: 1rem;
  background-color: #fff;
  overflow: hidden;
}

._pageIntroduce .container {
  align-items: stretch;
  justify-content: space-between;
  z-index: 2;
}

._pageIntroduce ._left {
  width: 44.375%;
  padding-right: .6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

._pageIntroduce ._left ._title {
  font-size: .36rem;
  color: rgba(0, 0, 0, 1);
}

._pageIntroduce ._left ._subtitle {
  margin-top: .1rem;
  font-size: .4rem;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(0, 0, 0, 1);
}

._pageIntroduce ._left ._en {
  font-size: 1.68rem;
  color: rgba(138, 191, 103, .2);
  line-height: 1.8;
  font-weight: bold;
}

.page-advantage {
  margin-top: .5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-advantage .adv-card {
  flex: 1;
  cursor: default;
}

.page-advantage .adv-card label {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-weight: normal;
}

.page-advantage .adv-card i {
  font-size: .4rem;
  font-family: "OPPOSans";
  line-height: 1.6;
  font-style: normal;
  font-weight: bold;
}

.page-advantage .adv-card i,
.page-advantage .adv-card span {
  color: var(--bg-green);
  line-height: 1;
}

.page-advantage .adv-card span {
  line-height: 1.4;
}

.page-advantage .adv-card em {
  margin-left: .05rem;
  font-size: .14rem;
  font-style: normal;
  color: rgba(102, 102, 102, 1);
}

.page-advantage .adv-card h4,
.page-advantage .adv-card p {
  font-size: .18rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
}

._pageIntroduce ._right {
  width: 55.625%;
}

._pageIntroduce ._right p {
  font-size: .18rem;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
  text-align: justify;
}

._pageIntroduce ._right p+p {
  margin-top: .12rem;
}

._pageIntroduce ._right p strong {
  color: rgba(51, 51, 51, 1);
}

._pageFontStyle {
  margin-top: -1.2rem;
  font-size: 2.7rem;
  color: rgba(57, 164, 57, 0.05);
  font-weight: 700;
  line-height: 1.4;
  text-align: justify;
  text-transform: uppercase;
  z-index: 1;
}

._pageFontStyle::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 110%;
  top: -10%;
  width: 100%;
  background: linear-gradient(to bottom, white 5%, rgba(255, 255, 255, 0) 100%);
}

._pageIntroduce .bg_img {
  position: absolute;
  width: 100%;
  bottom: -.8rem;
  left: 0;
  z-index: 3;
}

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

/* 关于我们 - 企业文化 */
._pageCulture {
  overflow: hidden;
}

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

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

._pageCulture .masterTitle3 .en {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
}

._pageCulture .masterTitle3 .cn {
  font-size: .84rem;
  color: #fff;
  font-weight: bold;
  align-items: flex-end;
}

._pageCulture .masterTitle3 .cn::after {
  content: "";
  margin-left: .3rem;
  width: 20px;
  height: 20px;
  background-color: var(--bg-green);
}

._cultureList {
  margin-top: .8rem;
  flex-wrap: wrap;
  align-items: stretch;
}

._cultureList ._item {
  margin-right: .48rem;
  width: 16.2%;
  height: 3.62rem;
  transition: all 0.3s ease-in-out;
}

._cultureList ._item.active,
._cultureList ._item:hover {
  width: 42%;
}

._cultureList ._item:last-child {
  margin-right: 0;
}

._cultureList ._item>div {
  padding: .76rem .5rem;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: .18rem;
  flex-flow: column;
  gap: .3rem;
  overflow: hidden;
  cursor: pointer;
}

._cultureList ._item ._top {
  flex-flow: column-reverse;
  align-items: center;
  gap: 10px;
  height: min-content;
  overflow: visible;
}

._cultureList ._item ._icon {
  margin-top: .5rem;
  font-size: .5rem;
  color: var(--bg-green);
  line-height: 1;
  transition: all 0.3s ease;
  position: relative;
}

._cultureList ._item ._icon::before {
  content: "";
  width: 1.24rem;
  height: 1.24rem;
  background: url(../images/circle.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._cultureList ._item ._hd {
  margin-top: .6rem;
  padding-top: .3rem;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  gap: 12px;
  height: min-content;
  color: var(--bg-green);
  overflow: visible;
  transition: all 0.3s ease;
  position: relative;
}

._cultureList ._item ._hd::before {
  content: "";
  width: .32rem;
  height: 4px;
  background-color: var(--bg-green);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

._cultureList ._item ._hd h3 {
  font-size: .26rem;
  font-weight: bold;
  line-height: 1;
}

._cultureList ._item ._hd p {
  font-size: .16rem;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: all 0.3s ease
}

._cultureList ._list {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  gap: 0px;
  height: min-content;
  overflow: visible;
  padding: 0px;
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

._cultureList ._list>p {
  align-items: flex-start;
  display: flex;
  flex-flow: row;
  gap: 10px;
  height: min-content;
  overflow: hidden;
  padding: 8px 0px;
  position: relative;
  width: 100%;
  font-size: .16rem;
  color: #fff;
  line-height: 1.6;
}

._cultureList ._list>p:before {
  content: "";
  margin-top: 8px;
  aspect-ratio: 1 / 1;
  width: 10px;
  height: 10px;
  line-height: 1.5;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 100%;
  overflow: visible;
  z-index: 0;
}


._cultureList ._item.active>div,
._cultureList ._item:hover>div {
  padding: .6rem;
  background-color: rgba(138, 191, 103, 1);
  border-color: rgba(138, 191, 103, 1);
}

._cultureList ._item.active ._top,
._cultureList ._item:hover ._top {
  flex-flow: row;
  justify-content: space-between;
}

._cultureList ._item.active ._icon,
._cultureList ._item:hover ._icon {
  margin-top: 0;
}

._cultureList ._item.active ._icon::before,
._cultureList ._item:hover ._icon::before {
  display: none;
}

._cultureList ._item.active ._hd,
._cultureList ._item:hover ._hd {
  margin-top: 0;
  padding-top: 0;
  color: #fff;
  align-items: flex-start;
}

._cultureList ._item.active ._hd::before,
._cultureList ._item:hover ._hd::before {
  display: none;
}

._cultureList ._item.active ._icon,
._cultureList ._item:hover ._icon {
  color: #fff;
}

._cultureList ._item.active ._hd p,
._cultureList ._item:hover ._hd p {
  opacity: 1;
  visibility: visible;
  position: relative;
  left: auto;
  bottom: auto;
}

._cultureList ._item.active ._list,
._cultureList ._item:hover ._list {
  opacity: 1;
  visibility: visible;
  position: relative;
  left: auto;
  bottom: auto;
}

/* 关于我们 - 发展历程 */
._pageHistory {
  overflow: hidden;
}

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

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

.courseBox {
  padding: 0 5%;
}

.courseBox .masterCut_btn>a {
  /* color: var(--color03); */
}

#courseSwiper .item {
  padding: .6rem 0 .2rem;
  align-items: center;
  /* margin: 0 -35px; */
}

#courseSwiper .itemImg {
  /* padding: 0 .5rem 0 .35rem; */
  width: 44.5%;
}

#courseSwiper .itemImg>div {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
}

#courseSwiper .itemImg>div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#courseSwiper .itemInfo {
  padding: 0 .5rem;
  flex: 1;
}

#courseSwiper .itemInfo .time {
  font-size: .86rem;
  line-height: 1;
  font-family: "OPPOSansRegular";
  margin-bottom: .2rem;
  color: var(--bg-green);
}

#courseSwiper .itemInfo .topic {
  font-size: .26rem;
  color: var(--bg-green);
}

#courseSwiper .itemInfo .box {
  padding: .4rem 0 .1rem;
}

#courseSwiper .itemInfo .box .tag {
  font-size: 20px;
  padding: 0 20px;
  margin-bottom: 20px;
  background: linear-gradient(to left, #05bda3, var(--bg-green));
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

#courseSwiper .itemInfo .box .line {
  line-height: 36px;
  font-size: 16px;
  height: 180px;
  margin-right: 0 !important;
}

#courseSwiper .itemInfo .box .line p {
  padding-left: 25px;
  position: relative;
}

#courseSwiper .itemInfo .box .line p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--bg-green);
}

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

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

.curve {
  margin-top: 100px;
}

.courseTab {
  position: relative;
  z-index: 2;
}

.courseTab::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(217, 217, 217, 1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
  z-index: -1;
}

#courseTab {
  padding: .6rem 0;
}

#courseTab .item {
  text-align: center;
  position: relative;
  cursor: pointer;
}

#courseTab .item::after {}

#courseTab .item ._year {
  font-family: "OPPOSans";
  color: rgba(153, 153, 153, 1);
  font-size: .2rem;
  position: absolute;
  left: 0;
  width: 100%;
  padding: .3rem 0 .15rem;
  transition: all .3s ease-in-out;
  line-height: 1;
  bottom: 0;
  transform: translateY(100%);
}

#courseTab .item ._spot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  background: rgba(102, 102, 102, 1);
  margin: 0 auto;
  position: relative;
}

#courseTab .item ._spot::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0;
  transform: translate(-25%, -25%);
  border: 2px solid rgba(153, 153, 153, 1);
  background: transparent;
  z-index: -1;
  border-radius: 50%;
  opacity: 1;
  transition: all .3s ease-in-out;
}

#courseTab .item ._spot::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: none;
  background: rgba(153, 153, 153, 1);
  z-index: -1;
  border-radius: 50%;
  opacity: 1;
  transition: all .3s ease-in-out;
}

#courseTab .swiper-slide-thumb-active .item ._spot {
  /* background: var(--bg-green); */
  transform: scale(1.8);
}

#courseTab .swiper-slide-thumb-active .item ._spot::before {
  border-color: var(--bg-green);
}

#courseTab .swiper-slide-thumb-active .item ._spot:after {
  background-color: var(--bg-green);
  opacity: 1;
}

#courseTab .swiper-slide-thumb-active .item ._year {
  font-size: .24rem;
  font-weight: bold;
  color: var(--bg-green);
}

/*masterCut_btn*/
.masterCut_btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: all .3s ease-in-out;
}

.masterCut_btn>a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 5px 5px 15px rgba(63, 116, 254, .2);
  color: #fff;
  transition: all .3s ease-in-out;
  background-color: var(--bg-green);
}

.masterCut_btn>a>i {
  font-size: 26px;
}

.masterCut_prev {
  left: 0;
}

.masterCut_next {
  right: 0;
}

.masterCut_btn>a:hover {
  background-color: var(--bg-green);
  color: #fff !important;
}

.btn_hidden {
  opacity: 0;
  visibility: hidden;
}

/* page 荣誉资质 */
._pageHonor {
  width: 100%;
  overflow: hidden;
}

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

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

.honor-num {
  margin-top: .6rem;
  justify-content: flex-start;
  gap: .6rem;
}

.honor-num .item label {
  color: rgba(51, 51, 51, 1);
}

.honor-num .item i {
  font-weight: normal;
}

.honorListSwiper {
  padding-bottom: .8rem;
  overflow: visible;
}

.honorListSwiper::after {
  content: "";
  width: 200%;
  height: .58rem;
  background: url(../images/line-bg.png) repeat-x 0 bottom;
  position: absolute;
  left: -50%;
  bottom: 0;
  z-index: -1;
}

.honorBox .swiper-wrapper {
  padding-top: .3rem;
}

.honorBox .swiper-slide {
  height: 3.6rem;
  align-items: flex-end;
  cursor: url(../images/move-1.png), default !important;
}

.honorBox .swiper-slide>a {
  margin: 0 .2rem;
}

.honorBox .swiper-slide>a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 6px solid rgba(204, 204, 204, 1);
}

.honorBox ._item {
  position: relative;
}

.honorBox ._item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .16);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  z-index: 0;
}

.honorBox ._item ._icon {
  width: .4rem;
  height: .4rem;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  background-color: var(--bg-green);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

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

.honorBox ._item:hover ._icon {
  opacity: 1;
  visibility: visible;
}

.honorBox ._item:hover ._icon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: var(--bg-green);
  border-radius: 50%;
  animation: scaleAnimate 1s ease infinite;
  -webkit-animation: scaleAnimate 1s ease infinite;
}

.swiper-footer {
  margin-top: .3rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper-footer ._left {
  padding-left: 37px;
  background: url(../images/move-1.png) no-repeat left center;
  background-size: auto 14px;
  font-size: 16px;
  color: #666;
  line-height: 20px;
  flex: 1;
}

.swiper-footer ._right {
  width: 38.8vw;
  position: relative;
  flex-flow: column;
  align-items: flex-start;
  gap: .1rem;
}

.lbpic-num {
  font-size: .16rem;
  align-items: flex-end;
  line-height: 1;
  color: rgba(51, 51, 51, 1);
  letter-spacing: 2px;
}

.lbpic-num .on {
  font-size: .24rem;
  color: var(--bg-green);
  line-height: 1;
}

.swiper-footer ._right .swiper-pagination {
  height: 2px !important;
  position: relative;
}

.swiper-footer ._right .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--bg-green)
}

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

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

/* 合作伙伴 */
._pagePartner {
  background-color: rgba(249, 249, 249, 1);
}

._pagePartner .masterTitle3 .slogan::after {
  /* z-index: 0; */
}

.partnerList {
  margin-top: .4rem;
  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: 100px;
  overflow: hidden;
  z-index: 1;
}

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

.partnerList ul li div {
  height: 1rem;
  border-radius: 3px;
  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: calc(100% - .2rem) !important;
  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);
}

/* page 产品列表 */
._pageProduct {
  position: relative;
  background-color: rgba(245, 245, 245, 1);
}

._pageProduct ._top {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: .5rem;
}

._pageProduct .subNav {
  flex-flow: row;
  gap: .2rem;
}

._pageProduct .subNav a {
  padding: .15rem .3rem;
  flex-flow: row;
  align-items: center;
  gap: .1rem;
  border: 1px solid rgba(102, 102, 102, 1);
  border-radius: .3rem;
  font-size: .16rem;
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  transition: all .3s;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}

._pageProduct .subNav a i {
  font-size: .14rem;
  line-height: 1;
  transform: rotate(-45deg) translate(-200%, -200%);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

._pageProduct .subNav a:hover,
._pageProduct .subNav>div.active a {
  border-color: var(--bg-green);
  color: var(--bg-green);
}

._pageProduct .subNav a:hover i,
._pageProduct .subNav>div.active a i {
  display: inline-block;
  transform: rotate(-45deg) translate(0, 0);
  opacity: 1;
  visibility: visible;
}

/* page product list */
._pageProlist {
  flex-flow: column;
  gap: .4rem;
}

._pageProlist ._item {
  background-color: #fff;
}

._pageProlist ._item>div {
  display: flex;
  align-items: stretch;
  flex-flow: row;
}

._pageProlist ._item ._img {
  width: 50%;
}

._pageProlist ._item ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._pageProlist ._item ._info {
  flex: 1;
  padding: .5rem .7rem;
  flex-flow: column;
  gap: .3rem;
}

._pageProlist ._info ._type {
  display: inline-block;
  padding: .1rem .2rem;
  font-size: .14rem;
  color: rgba(182, 187, 193, 1);
  line-height: 1;
  border: 1px solid rgba(182, 187, 193, 1);
  border-radius: .3rem;
  width: min-content;
  white-space: nowrap;
}

._pageProlist ._info ._name {
  font-size: .32rem;
  line-height: 1.2;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
}

._pageProlist ._info ._desc {
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
}

._pageProlist ._info ._priceMore {
  padding-top: .3rem;
  border-top: 1px solid rgba(234, 235, 237, 1);
  justify-content: space-between;
}

._pageProlist ._priceMore ._price {
  font-size: .14rem;
  color: rgba(0, 0, 0, 1);
  line-height: 1;
}

._pageProlist ._priceMore ._price span {
  font-size: .32rem;
}

._pageProlist ._priceMore ._more {
  gap: .2rem;
}

._pageProlist ._priceMore ._more>a {
  padding: .1rem .15rem;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: .2rem;
  font-size: .16rem;
  color: var(--bg-green);
  border: 1px solid var(--bg-green);
  line-height: 1;
  border-radius: .3rem;
}

._pageProlist ._priceMore ._more>a i {
  width: .24rem;
  height: .24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--bg-green);
  background-color: rgba(57, 164, 57, 0.1);
}

._pageProlist ._priceMore ._more>a+a {
  background-color: var(--bg-green);
  color: #fff;
}

._pageProlist ._priceMore ._more>a+a i {
  background-color: #fff;
}

/* page product detail */
._productDel {
  padding-bottom: 7.8125vw;
  padding-top: 0.4rem;
  background-color: #fff;
  position: relative;
}

.page-product-container {
  margin-top: .4rem;
}

.page-product-top {
  display: flex
}

.page-product-top-left {
  width: 60%;
  position: relative;
  display: flex;
  height: 6.8rem;
}

.page-product-album {
  width: 84%;
}

.page-product-album .swiper-album {
  height: 100%
}

.page-product-thumbnail {
  width: 14%;
  margin-right: 2%;
  height: 100%
}

.swiper-thumbnail {
  height: 100%
}

.page-product-top-right {
  width: 40%;
  padding-left: .5rem
}

.page-product-album {
  border: solid 1px #dedede;
  position: relative
}

.page-product-album ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.page-product-thumbnail ul li {
  border: 2px solid #dedede;
  cursor: pointer;
  height: auto;
  overflow: hidden
}

.page-product-thumbnail ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.page-product-thumbnail ul li.swiper-slide-thumb-active {
  border-color: var(--bg-green)
}

.page-product-top-right ._type {
  padding: .05rem .1rem;
  font-size: .14rem;
  line-height: 1;
  color: #fff;
  background-color: var(--bg-green);
}

.page-product-top-right ._brand {
  margin-top: .15rem;
  font-size: .18rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1;
  text-transform: uppercase;
}

.page-product-top-right .page-product-title {
  font-size: .24rem;
  font-weight: 700;
  position: initial;
  color: rgba(0, 0, 0, 1);
  line-height: 2;
}

.page-product-top-right ._overView {
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
}

.page-product-top-right ._price {
  margin-top: .15rem;
  margin-bottom: .15rem;
  gap: .2rem;
  align-items: flex-end;
  line-height: 1;
}

.page-product-top-right ._price p {
  font-size: .16rem;
  color: rgba(153, 153, 153, 1);
}

.page-product-top-right ._price p span {
  font-size: .3rem;
}

.page-product-top-right ._price ._nowPrice {
  color: rgba(0, 0, 0, 1);
}

.page-product-top-right ._price ._marketPrice {
  text-decoration: line-through;
}

.page-product-top-summary {
  margin-bottom: .15rem;
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
}

.page-product-top-summary ._hd {
  font-family: "AlimamaShuHeiTiBold";
  font-size: .2rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  line-height: 2;
}

._proSpecs {
  flex-flow: row wrap;
  gap: .2rem;
}

._proSpecs span {
  padding: .06rem .12rem;
  font-size: .16rem;
  line-height: 1;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 3px;
  cursor: pointer;
  transition: all .2s;
}

._proSpecs span:hover {
  border-color: var(--bg-green);
  background-color: var(--bg-green);
  color: #fff;
}

.page-product-button {
  margin-top: .3rem;
  margin-bottom: .3rem;
  display: flex;
  flex-flow: row;
  gap: .12rem;
}

.page-product-button a {
  padding: 0 .5rem;
  height: .5rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .18rem;
  color: #fff;
  background-color: var(--bg-green);
}

.page-product-button a._addCart {
  color: rgba(57, 164, 57, 1);
  background-color: rgba(222, 247, 205, 1);
}

.page-product-top-right ._proNotice {
  padding-top: .3rem;
  flex-flow: row;
  gap: .2rem;
  align-items: center;
  border-top: 1px solid rgba(239, 241, 243, 1);
}

.page-product-top-right ._proNotice ._img {
  width: 1.32rem;
}

.page-product-top-right ._proNotice p {
  font-size: .16rem;
  white-space: pre-line;
}

.page-product-bottom {
  display: flex;
  margin-top: .5rem
}

.page-product-bottom-left {
  width: 75%;
}

.page-product-bottom-right {
  width: 22%;
  margin-left: 3%;
}

.page-product-hot-box,
.page-product-bottom-left-box {
  overflow: hidden
}

.page-product-bottom-title {
  font-size: .32rem;
  color: var(--bg-green);
  line-height: 2;
  font-weight: 700;
  font-family: "AlimamaShuHeiTiBold";
  position: relative;
}

.page-product-bottom-title span {
  display: inline-block;
}

._pageFuctions {
  margin-top: .2rem;
  margin-bottom: .3rem;
  flex-flow: row wrap;
  gap: .4rem;
}

._pageFuctions>div {
  width: calc(50% - .2rem);
  flex-flow: row;
  gap: .2rem;
}

._pageFuctions>div i {
  font-size: .48rem;
  line-height: 1;
  color: rgba(51, 51, 51, 1);
}

._pageFuctions>div h4 {
  font-size: .24rem;
  font-family: "OPPOSans";
  color: rgba(51, 51, 51, 1);
  line-height: 2;
}

._pageFuctions>div p {
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
}
._pageParameter{
  flex-flow: row wrap;
  gap: 0;
  align-items: stretch;
}
._pageParameter>div{
  display: flex;
  align-items: stretch;
  width: 50%;
  line-height: 1.6;
  border: 1px solid rgba(240, 240, 240, 1);
}
._pageParameter>div span{
  width: 1.86rem;
  font-size: .15rem;
  color: rgba(0, 0, 0, 1);
  white-space: nowrap;
  font-weight: bold;
  background-color: rgba(249, 250, 252, 1);
  padding: 10px 15px;
}
._pageParameter>div p{
  padding: 12px 15px;
  flex: 1;
  font-size: .16rem;
}
._pageParameter table {
  width: 100%;
  position: relative;
  border: none;
  margin: 0 auto 10px;
  border-collapse: collapse;
  color: #343434;
}

._pageParameter table td {
  border: 1px solid rgba(240, 240, 240, 1);
  white-space: nowrap;
  padding: .1rem;
  line-height: 2;
  transition: height 0.15s ease-in-out;
  text-align: center;
}

._pageParameter table td:first-of-type {
  /* position: -webkit-sticky;
  position: sticky;
  left: 0px;
  text-align: left;
  font-size: 15px;
  line-height: 23px;
  z-index: 2; */
}

._pageParameter table td:nth-child(odd) {
  width: 1.86rem;
  font-size: .15rem;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
  background-color: rgba(249, 250, 252, 1);
}

._pageParameter table td:nth-child(even) {
  text-align: left;
}

.page-product-details {
  padding: .3rem 0;
}

.page-product-text {
  font-size: .16rem;
  color: gray;
  line-height: 2
}
.page-product-text img[src]:not([src=""]){
  display: block;
  margin: 0 auto;
}
.page-product-text img {
  max-width: 100%;
  height: auto !important;
}

.page-product-hot {
  padding: .2rem .15rem 0;
}

.page-product-hot-item {
  border: solid 1px #dedede;
  margin-bottom: .2rem;
}

.page-product-hot-item a {
  background: #fff
}

.page-product-hot-item .product-title {
  margin-top: .15rem;
  margin-bottom: .1rem;
  font-size: .15rem;
  line-height: 2;
  color: #333;
  text-align: center;
}

.page-product-hot-item:hover {
  border-color: var(--bg-green);
}

.product-img-block {
  overflow: hidden
}

.product-img {
  height: 2.24rem;
  overflow: hidden;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s
}

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

.page-product-hot-item:hover .product-img {
  transform: scale(1.2)
}

.page-product-hot-item:hover .product-title {
  color: rgba(0, 0, 0, 1);
}

.album-pagination {
  width: .7rem;
  right: .15rem !important;
  background: var(--bg-green);
  border-radius: .1rem;
  font-size: .12rem;
  line-height: 2;
  color: #fff;
  left: auto
}

.album-pagination span:first-child {
  font-size: .16rem;
  font-weight: 700
}

/* 弹窗 */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.popup.open {
  opacity: 1;
  visibility: visible
}

.popup.slideFadeIn-enter,
.popup.slideFadeIn-leave-to {
  background: transparent
}

.popup.slideFadeIn-enter .body,
.popup.slideFadeIn-leave-to .body {
  transform: translateY(.8rem);
  opacity: 0
}

.popup.slideFadeIn-enter .mask,
.popup.slideFadeIn-leave-to .mask {
  opacity: 0
}

.popup.slideFadeIn-enter .video-box,
.popup.slideFadeIn-leave-to .video-box {
  opacity: 0;
  transform: scale(0)
}

.popup.slideFadeIn-enter .img-box,
.popup.slideFadeIn-leave-to .img-box {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0)
}

.popup.slideFadeIn-enter-active,
.popup.slideFadeIn-leave-active {
  transition: background .3s ease
}

.popup.slideFadeIn-enter-active .mask,
.popup.slideFadeIn-leave-active .mask {
  transition: opacity .3s ease
}

.popup.slideFadeIn-enter-active .body,
.popup.slideFadeIn-enter-active .img-box,
.popup.slideFadeIn-enter-active .video-box,
.popup.slideFadeIn-leave-active .body,
.popup.slideFadeIn-leave-active .img-box,
.popup.slideFadeIn-leave-active .video-box {
  transition: transform .3s ease, opacity .3s ease
}

.popup .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 999
}

.popup .body {
  position: relative;
  z-index: 999;
  background: #fff;
  transform: translateY(0);
  /* width: 10.5rem; */
  height: 5rem;
  opacity: 1
}

.popup .body .deal {
  font-size: .14rem;
  color: #999;
  display: flex;
  cursor: pointer;
  align-items: center
}

.popup .body .deal.active i b {
  opacity: 1
}

.popup .body .deal i {
  width: 14PX;
  height: 14PX;
  border: 1px solid #ed5400;
  border-radius: 100%;
  margin-right: .05rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.popup .body .deal i b {
  width: 8PX;
  height: 8PX;
  background: #ed5400;
  border-radius: 100%;
  opacity: 0;
  transition: .1s
}

.popup .body .deal span {
  color: #ed5400
}

.popup .body .close {
  width: .18rem;
  height: .18rem;
  display: block;
  position: absolute;
  right: .3rem;
  top: .3rem;
  cursor: pointer;
  transition: .3s;
  z-index: 3;
}

.popup .body .close img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.popup .body .close img:nth-child(1) {
  opacity: 1;
}

.popup .body .close:hover {
  transform: rotate(-90deg)
}

.make-applet .body {
  /* height: 4.7rem !important; */
  background: transparent
}

.make-applet .body>div {
  display: flex
}

.make-applet .body>div .right {
  /* width: 4.65rem; */
  padding: .5rem .3rem;
  display: flex;
  flex-flow: column;
  gap: .2rem;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.make-applet .body>div .right.active {}

.make-applet .body>div .right.active::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(57, 164, 57, .88);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.make-applet .body>div .right>div {
  margin-top: .2rem;
  width: 68%;
}

.make-applet .body>div .right p {
  font-size: .18rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  text-align: center
}

.make-applet .body>div .right>div img {
  /* width: 1.32rem;
  height: 1.32rem; */
  display: block;
  margin: 0 auto
}

/* page management */
._pageMake {
  background-color: #fff;
  overflow: hidden;
}

._pageManage {
  background-color: #fff;
  overflow: hidden;
}

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

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

/* page adv tab */
.ptFeatureTab {
  margin-top: -.4rem;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  z-index: 1;
}

.ptFeatureTab>div {
  flex-flow: row;
  gap: 1.8rem;
  justify-content: center;
}

.ptFeatureTab ._item {
  align-items: flex-start;
}

.ptFeatureTab ._item>a {
  font-size: .16rem;
  padding: 0 .05rem;
  transition: all .3s ease-in-out;
}

.ptFeatureTab ._item .item_icon {
  width: .8rem;
  height: .8rem;
  line-height: .8rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(242, 242, 242, 1);
  border-radius: 50%;
  margin: 0 auto;
  transition: backgroundcolor .3s ease-in-out;
}

.ptFeatureTab ._item .item_icon i {
  font-size: .32rem;
  line-height: 1;
}

.ptFeatureTab ._item .item_name {
  margin-top: .15rem;
  justify-content: center;
  white-space: nowrap;
}

.ptFeatureTab ._item>a.on {
  color: var(--bg-green);
}

.ptFeatureTab ._item>a.on .item_icon {
  background-color: var(--bg-green);
  color: #fff;
}

#ptFeatureSwiper {
  margin-top: .5rem;
}

.ptFeatureList .item {
  margin: 0 .45rem;
  padding: .5rem .5rem 1rem;
  background-color: #fff;
  border: 1px solid rgba(137, 189, 103, 1);
  position: relative;
}

.ptFeatureList .swiper-slide::before {
  content: "";
  width: 100%;
  height: 81%;
  background: linear-gradient(90deg, rgba(57, 164, 57, 1) 0%, rgba(137, 189, 103, 1) 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ptFeatureList .item>div {
  overflow: hidden;
  transition: all .35s ease;
}

.ptFeatureList .item_img {
  width: 45%;
  z-index: 2;
}

.ptFeatureList .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ptFeatureList .item_info {
  width: 55%;
  padding-right: .35rem;
  background-color: #fff;
}

.ptFeatureList .item_info .item_subtitle {
  font-size: .24rem;
  line-height: 2;
  color: rgba(0, 0, 0, 1);
}

.ptFeatureList .item_info .item_title {
  font-size: .36rem;
  color: rgba(0, 0, 0, 1);
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .2rem;
  font-weight: bold;
}

.ptFeatureList .item_info .item_line {
  padding-right: .1rem;
  line-height: .32rem;
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  /* height: 2rem; */
  text-align: justify;
  overflow-y: scroll;
  /*white-space: pre-line;*/
}

.ptFeatureList .item_info .item_line p {
  position: relative;
}

.ptFeatureList .item_info .item_line p:before {
  content: '';
  width: .04rem;
  height: .04rem;
  border-radius: 50%;
  background-color: #666;
  left: 0;
  top: .15rem;
  position: absolute;
}

.ptFeatureList .item>div:hover {
  /* transform: translate3d(0, -.08rem, 0); */
}

/* page supply */
._pageSupplyChains {
  width: 100%;
  overflow: hidden;
}

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

._pageSupplyChains ._bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/adv-bg1.webp) repeat 0 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

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

._pageSupplyChains .masterTitle3 .cn {
  color: #fff;
}

._pageSupplyChains .masterTitle3 .slogan {
  color: #fff;
}

._pageSupplyChains .masterTitle3 .slogan span {
  color: rgba(255, 235, 59, 1);
}

._pageSupplyChains .masterTitle3 .slogan::after {
  background: linear-gradient(93.5deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

._pageSupplyChains ._pvnBox {
  flex-flow: row;
  gap: .2rem;
  position: relative;
}

._pageSupplyChains ._pvnBox>a {
  width: .4rem;
  height: .4rem;
  align-items: center;
  justify-content: center;
  font-size: .18rem;
  line-height: 1;
  background-color: #fff;
  color: var(--bg-green);
  transition: all .3s ease-in-out;
}

._pageSupplyChains ._pvnBox>a:hover {
  background-color: var(--bg-green);
  color: #fff;
}

._pageSupplyChains ._pvnBox>a._prev {
  transform: rotate(180deg);
}

._supplyList ._item ._img {
  height: 3.26rem;
  overflow: hidden;
}

._supplyList ._item ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._supplyList ._item ._info {
  padding: .2rem .3rem .3rem;
  border: 2px solid rgba(229, 229, 229, 1);
  border-top: none;
  display: flex;
  flex-flow: column;
  align-items: center;
  transition: all .3s ease-in-out;
  cursor: default;
}

._supplyList ._info ._title {
  font-size: .26rem;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
}

._supplyList ._info ._nations {
  font-size: .18rem;
  color: rgba(0, 0, 0, 1);
  line-height: 2;
}

._supplyList ._info ._desc {
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  text-align: left;
  line-height: 1.8;
}
._supplyList ._info ._desc p{
  white-space: pre-line;}

._supplyList ._lineBtn {
  color: rgba(102, 102, 102, 1);
}

._supplyList ._item:hover ._info {
  background-color: rgba(137, 190, 102, 1);
  border-color: rgba(137, 190, 102, 1);
}

._supplyList ._item:hover ._info ._title,
._supplyList ._item:hover ._info ._nations {
  color: #fff;
}

._supplyList ._item:hover ._info ._desc {
  color: rgba(255, 255, 255, 0.6);
}

._supplyList ._lineBtn:hover {
  color: var(--bg-green);
  background-color: #fff;
}

._supplyList ._lineBtn::before,
._supplyList ._lineBtn::after {
  border-color: rgba(229, 229, 229, 1);
}

._supplyList ._item:hover ._lineBtn::before,
._supplyList ._item:hover ._lineBtn::after {
  border-color: #fff;
}

._supplyList ._item:hover ._lineBtn {
  color: #fff;
  background-color: var(--bg-green);
}

/* page quality */
._pageQuality {
  padding-bottom: .6rem;
}

._qualityBox {
  margin-top: .6rem;
  gap: .6rem;
}

._qualityList>div+div {
  margin-top: .1rem;
}

._qualityList>div ._tHd {
  margin-bottom: .1rem;
  padding: .16rem .2rem;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(229, 229, 229, 1);
  border-radius: 8px;
  cursor: pointer;
}

._qualityList>div ._tHd ._tit {
  font-family: "OPPOSansB";
  font-size: .2rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
}

._qualityList>div ._tHd i {
  color: rgba(153, 153, 153, 1);
  font-size: .18rem;
  line-height: 1;
}

._qualityList>div ._tHd ._num {
  padding-right: 1rem;
  position: relative;
}

._qualityList>div ._tHd ._num span {
  font-family: "OPPOSansB";
  font-size: .86rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  position: absolute;
  right: 0;
  top: -.15rem;
}

._qualityList>div ._tBd {
  /*height: 0px; */
  overflow: hidden;
  transition: height 0.3s ease-out;
}

._qualityList>div ._tBd ._txt {
  height: 0px;
  overflow: hidden;
}

._qualityList ._tBd ._txt>div {
  padding-left: .2rem;
  font-size: .18rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
}
._qualityList ._tBd ._txt>div p{
  white-space: pre-line;
}

._qualityBox ._img {
  width: 60%;
  /* height: 6.6rem; */
}

._qualityBox ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

._qualityBox ._img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/adv-bg1.webp) repeat 0 0;
  position: absolute;
  left: .2rem;
  top: .2rem;
  z-index: 0;
}

._qualityList>div ._tHd.on {
  background-color: var(--bg-green);
}

._qualityList>div ._tHd.on ._tit {
  color: #fff;
}

._qualityList>div ._tHd.on i {
  color: #fff;
}

/* page process */
._pageProcess {
  padding-top: .6rem;
  padding-bottom: .8rem;
}

._processList {
  margin-top: .6rem;
  border: 1px solid rgba(234, 234, 234, 1);
  border-radius: .15rem;
}

.processTab {
  padding-top: .2rem;
  border-bottom: 1px solid rgba(234, 234, 234, 1);
  overflow-x: auto;
  overflow-y: hidden;
}

.processTab>div {
  justify-content: center;
}

.processTab .item {
  align-items: flex-end;
}

.processTab .item>a {
  font-size: .16rem;
  padding: 0 .05rem;
  flex-flow: column;
  gap: .1rem;
  align-items: center;
  transition: all .3s ease-in-out;
}

.processTab .item .item_icon {
  width: .4rem;
  height: .4rem;
  line-height: .4rem;
  font-size: .2rem;
  color: var(--bg-green);
  border-radius: 50%;
  margin: 0 auto;
  transition: background-color .3s ease-in-out;
}

.processTab .item .item_name {
  font-size: .18rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
  white-space: nowrap;
}

.processTab .item .item_line {
  width: 2px;
  height: 14px;
  background-color: rgba(204, 204, 204, 1);
}

.processTab .item .item_arrow {
  flex-flow: column;
  align-items: center;
  gap: .05rem;
  width: 1.2rem;
}
.processTab .item:last-child .item_arrow{
  display: none;
}
.processTab .item ._icon {
  width: .2rem;
  height: .24rem;
  overflow: hidden;
}

.processTab .item ._icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.processTab .item ._icon img:nth-child(1) {
  opacity: 1;
  visibility: visible;
}

.processTab .item ._line {
  width: 2px;
  height: 24px;
  background-color: rgba(204, 204, 204, 1);
}

.processTab .item.on .item_icon {
  color: #fff;
  background-color: var(--bg-green);
}

.processTab .item.on .item_name {
  font-weight: bold;
}

.processTab .item.on ._icon img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.processTab .item.on ._icon img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

#ygProcessSwiper .swiper-slide {
  padding: .5rem;
}

.ygProcessList .item {
  flex-flow: row;
  gap: .6rem;
  align-items: stretch;
}

.ygProcessList .item .item_info {
  flex: 1;
}

.ygProcessList .item .item_info .item_title {
  margin-bottom: .2rem;
  font-size: .28rem;
  color: #000;
}

.ygProcessList .item .item_info .item_line {
  padding-right: .12rem;
  font-size: .18rem;
  color: rgba(102, 102, 102, 1);
  line-height: .36rem;
  height: 2.16rem;
  text-align: justify;
  overflow-y: scroll;
  white-space: pre-line;
}
.ygProcessList .item .item_info .item_line::first-line{
  line-height: 0;
  font-size: 0;
}

.ygProcessList .item .item_img {
  width: 6.8rem;
}

.pageCut_btn {
  gap: .1rem;
  position: absolute;
  left: .5rem;
  bottom: .5rem;
  z-index: 2;
}

.pageCut_btn>a {
  width: .6rem;
  height: .6rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(247, 247, 247, 1);
  border-radius: 100%;
  transition: all .3s ease-in-out;
}

.pageCut_btn>a i {
  font-size: .24rem;
  line-height: 1;
  color: rgba(153, 153, 153, 1);
}

.pageCut_btn>a.pageCut_prev {
  transform: rotate(180deg);
}

.pageCut_btn>a:hover {
  background-color: var(--bg-green);
}

.pageCut_btn>a:hover i {
  color: #fff;
}

/* page OEM&ODM */
._pageOEM {
  background-color: rgba(251, 249, 249, 1);
  position: relative;
}

._pageOEM .Horiginal {
  flex-flow: column;
}

._pageOEM .Horiginal ._item {
  display: flex;
  flex-flow: row;
  align-items: center;
}

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

._pageOEM .Horiginal ._item ._img {
  flex: 1;
}

._pageOEM .Horiginal ._item::before {
  display: none;
}

._pageOEM .Horiginal ._item ._info {
  width: 50%;
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  visibility: visible;
}

._pageOEM .Horiginal ._info ._en {
  color: rgba(0, 0, 0, 1);
}

._pageOEM .Horiginal ._info ._name {
  color: rgba(0, 0, 0, 1);
}

._pageOEM .Horiginal ._info ._line span {
  background-color: rgba(204, 204, 204, 1);
}

._pageOEM .Horiginal ._info ._fname {
  color: rgba(0, 0, 0, 1);
}

._pageOEM .Horiginal ._info ._desc {
  color: rgba(0, 0, 0, .68);
}

._pageOEM .Horiginal ._lineBtn {
  color: rgba(0, 0, 0, 1);
}

._pageOEM .Horiginal ._lineBtn::before,
._pageOEM .Horiginal ._lineBtn::after {
  border-color: rgba(0, 0, 0, 1);
}

._pageOEM .Horiginal ._lineBtn:hover {
  color: #fff;
}

._pageOEM .Horiginal ._lineBtn:hover::before,
._pageOEM .Horiginal ._lineBtn:hover::after {
  border-color: var(--bg-green);
}

/* page news list */
._pageNews {
  padding-top: .8rem;
  padding-bottom: .8rem;
  background-color: #fff;
}

.pageNews__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.pageNews__list .item a {
  display: block;
}

.pageNews__list .item a figure {
  height: 2.78rem;
  overflow: hidden;
}

.pageNews__list .item a figure img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
  transition: all 0.4s;
}

.pageNews__list .item a figure img:hover {
  transform: scale(1.1);
}

.pageNews__list .item a figcaption {
  background-color: #f3f3f3;
  padding: 0.35rem 0.35rem 0.4rem;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}

.pageNews__list .item a figcaption ._title {
  font-size: 0.24rem;
  color: #000;
  height: 2.8em;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

._pageNews ._date {
  font-family: 'gilroy_Medium';
  color: #999;
  font-size: .18rem;
  line-height: 1;
  margin-top: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row;
  gap: .1rem;
}

.pageNews__list .item a figcaption ._desc {
  margin-top: .3rem;
  font-size: .18rem;
  color: #666;
  height: 3.6em;
  line-height: 1.8;
}

._place {
  font-size: 0.14rem;
  line-height: 1;
}

._place span,
._place a {
  color: #666;
  transition: color 0.3s ease;
}

/* page 新闻详情 */
._newsHead {
  margin-top: .9rem;
  padding-top: .38rem;
  background-color: #f6f6f6;
}

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

._titleDate {
  padding-top: .94rem;
  padding-bottom: 1.5rem;
}

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

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

/* 新闻详情 */
.newsDel {
  position: relative;
}

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

.newsDel ._info {
  width: 10.36rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* page 招贤纳士 */
.page-job-main .subbanner::before {
  background-color: rgba(0, 0, 0, .13);
}

.page-job-main .subbanner .container ._cn {
  color: #fff;
}

.page-job-main .subbanner .container ._cn::after {
  background-color: #fff;
}

.page-job-main .subbanner .container ._desc {
  color: rgba(255, 255, 255, 0.5);
}

._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 {
  font-weight: lighter;
}

.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-green);
  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-green);
  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-green);
  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 3.125vw;
  line-height: 2.125;
  color: #666;
  border-bottom: 1px solid rgba(0, 64, 152, 0.1);
  position: relative;
}
._recruitItem ._info ._txt>div p{
  white-space: pre-line;
}
._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-green);
  font-weight: bold;
}

._recruitItem ._check.on ._btn {
  background-color: var(--bg-green);
  border-color: var(--bg-green);
}

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

._sendBtn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #000;
  height: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px 0 35px;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
}

._sendBtn span {
  font-size: .16rem;
  color: #000;
  font-weight: bold;
  transition: 0.4s;
}

._sendBtn ._btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: 0.26rem;
  position: relative;
}

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

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

.cooperate__form {
  margin-top: 0.6rem;
}

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

.cooperate__item {
  position: relative;
  margin-bottom: 0.3rem;
  width: 48.04%;
}

.cooperate__item i {
  position: absolute;
  right: 0.16rem;
  top: 0;
  line-height: 0.44rem;
  color: #f00;
  font-size: 16px;
  font-style: normal;
}

.cooperate__item .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;
}

.cooperate__item .text:focus {
  border-color: #19AEBF;
}

.cooperate__item .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.cooperate__item .text::-webkit-input-placeholder {
  color: #666666;
}

.cooperate__row1 .cooperate__item {
  width: 100%;
}

.cooperate__row1 .cooperate__item .text {
  padding: 0.08rem 0.14rem;
  height: 1.36rem;
  font-family: "HarmonyOS_Sans_Regular";
  resize: none;
}

.cooperate__subs {
  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-green);
  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-green);
  cursor: pointer;
  transition: 0.35s;
}

.code__sub .val:hover {
  background: rgba(57, 164, 57, .8);
}

/* page 联系我们 */
._pageContact {
  background-color: #fff;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

._pContactBox {
  background-color: #f3f3f3;
  padding: 0.7rem 0.65rem;
}

._pContactBox ._top {
  color: #666;
  font-size: .18rem;
  line-height: 1;
}

._contactPhone {
  flex: 1;
}

._contactPhone ._tel {
  font-size: .48rem;
  color: #000;
  font-weight: bold;
}

._contactPhone ._notice {
  font-size: .3rem;
  color: #666;
  margin-top: .8rem;
  line-height: 1.3;
}

._contactPhone ._code {
  margin-top: .4rem;
}

._contactPhone ._code img {
  width: 1.3rem;
}

._pContactBox ._contactInfo {
  width: 7.7rem;
  padding-left: 1.4rem;
  border-left: 1px solid #d9d9d9;
}

._pContactBox ._contactInfo ._infoList {
  flex-flow: column;
  gap: 1rem;
}

._contactInfo ._infoList ._item ._top {
  align-items: center;
}

._contactInfo ._infoList ._item ._top span {
  display: inline-block;
  width: 46px;
}

._contactInfo ._infoList ._item ._top span img {
  width: .32rem;
}

._contactInfo ._infoList ._item ._bot {
  margin-top: .1rem;
}

._contactInfo ._infoList ._item a,
._contactInfo ._infoList ._item ._bot span {
  font-size: .28rem;
  display: block;
  line-height: 1.2;
}

@media screen and (min-width: 1025px) {

  .pc {
    display: block;
  }

  .mob {
    display: none;
  }

  .hoverable:hover .hoverable_txt:after,
  ._proTab ._item:hover .hoverable_txt:after,
  ._proTab ._item.active .hoverable_txt:after,
  .advTab .item:hover .hoverable_txt:after,
  .advTab .item .hoverable.active .hoverable_txt:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  .newsDel ._sell ._list ._item>a:hover ._img>img {
    transform: scale(1.1);
  }

  .newsDel ._sell ._list ._item>a:hover ._txt ._name {
    color: var(--bg-green);
  }

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

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

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

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

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

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

@media (min-width: 1660px) and (max-width: 1920px) {
  .navs>li>a {
    /* padding: 0 0.15rem; */
  }
}

@media (max-width: 1659px) {
  .about-text .cont {
    -webkit-line-clamp: 12;
  }
}

@media (max-width: 1440px) {
  .about-text .cont {
    -webkit-line-clamp: 12;
  }
}

@media (min-width: 1300px) and (max-width: 1549px) {
  .about-text .cont {
    -webkit-line-clamp: 12;
  }
}

@media (max-width: 1281px) and (max-width: 1299px) {
  .about-text .cont {
    -webkit-line-clamp: 12;
  }
}

@media (max-width: 1280px) {
  .box {
    padding: 0.5rem 0;
  }

  .nav-wrapper .nav-item {
    padding: 0 15px;
  }

  .nav-wrapper>.nav-item+.nav-item {
    margin-left: 10px;
  }

  .about-text .cont {
    -webkit-line-clamp: 12;
  }

  .footer-copyright {
    padding-top: 0.3rem;
  }

  .footer-copyright p br {
    display: block;
  }
}

@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;
  }

  .page-about-box {
    padding-top: 0.6rem;
  }

  .cases_detail_logo {
    right: 15px;
  }

  .footer .container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .footer .footer-copyright .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ptPAvgList .item_top .item_num .item_num_nunber {
    font-size: 42px;
  }

  .ptPAvgList .item_top .item_num .item_num_icon {
    width: 28px;
  }

  .ptPAvgList .item_info .item_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .contact__wrs {
    width: 80%;
    margin-left: -40%;
  }
}

/*pages*/
.pages {
  margin-top: 0.68rem;
  padding-bottom: 0.3rem;
  text-align: center;
}

#pages li {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  /* background: #e6e6e6; */
  color: #000;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

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

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

#pages li:hover a {
  color: var(--bg-green);
}

@media (max-width: 1024px) {

  .navs,
  .header__code {
    display: none;
  }

  .header {
    background-color: rgba(57, 164, 57, 1);
  }

  .openMenu {
    display: flex;
    align-items: center;
  }

  .banner {
    height: 68vh;
  }

  .footer .footerWave {
    height: 36px;
  }

  /* footer */
  #footer {}

  .bottom {
    padding: 0.2rem 0.3rem .5rem;
  }

  #footer .container {
    flex-direction: column-reverse;
  }

  .bottom-left {
    width: 100%;
  }

  .bottom-contact {
    width: 100%;
  }

  ._ftTel ._phone .name,
  .ft_contact ._hd,
  ._rssBox .label .btn {
    font-size: .266rem;
  }

  .ft_contact ._hd {
    font-weight: normal;
  }

  .ft_contact ._hd i {
    width: .56rem;
    height: .56rem;
    font-size: .3rem;
  }

  .ft_contact p {
    font-size: 0.24rem;
  }

  ._rssBox .input input {
    min-height: 42px;
  }

  .footer ._ftBtn {
    padding-top: .3rem;
    width: 100%;
  }

  .footer ._ftBtn ._item {
    margin-left: 0;
    margin-right: .3rem;
  }

  .footer ._ftBtn ._item>a {
    width: .7rem;
    height: .7rem;
  }

  .footer ._ftBtn ._item>a .iconfont {
    font-size: .46rem;
  }

  .footer ._ftBtn ._item .follow {
    right: auto;
    left: 0;
  }

  .footer ._ftBtn ._item .follow .follow_text {
    font-size: .244rem;
  }

  .footer ._ftBtn ._item .follow .follow_text .follow_name {
    font-size: .3rem;
  }

  .f-menu {
    width: 100%;
    flex-wrap: wrap;
    display: none;
  }

  .f-menu div.f-menu-item {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0.3rem 0;
  }

  .f-menu div.f-menu-item+div.f-menu-item {
    margin-left: 0;
  }

  .f-menu .menu-extra-title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 0.28rem;
  }

  .f-menu .menu-extra-title::before,
  .f-menu .menu-extra-title::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #fff;
    right: 10px;
    top: 50%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }

  .f-menu .menu-extra-title::before {
    left: auto;
    bottom: auto;
  }

  .f-menu .menu-extra-title::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .f-menu .f-menu-item.on .menu-extra-title::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .f-menu ol {
    padding-top: 0.1rem;
    display: none;
    width: 100%;
  }

  .f-menu ol li {
    margin: 0.2rem 0.2rem 0 0;
    display: inline-block;
  }

  .f-menu ol li a {
    font-size: 0.24rem;
  }

  .footer .footer-copyright {
    flex-direction: column;
    align-items: center;
    padding: 0.3rem 0 0.2rem;
    text-align: center;
    z-index: 5;
  }

  .footer-copyright p,
  .footer-copyright span,
  .footer-copyright a {
    font-size: 0.22rem;
  }
}

@media (max-width: 760px) {}

@media (max-width: 560px) {}

@media screen and (orientation: portrait) {

  .pc {
    display: none;
  }

  .mob {
    display: block;
  }

  .ind_body {
    overflow-y: auto !important;
  }

  #header {
    height: 60px;
  }

  .header::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  #header .header__nav__container {
    padding: 0 0.3rem;
    height: 100%;
  }

  .header__logo {
    margin-right: 0;
  }

  .header__logo::after {
    display: none;
  }

  .header__logo a {
    height: .7rem;
  }

  .header__search {
    display: none;
  }

  .navs {
    display: none;
  }

  .operation {
    margin-left: auto;
    margin-right: .2rem;
  }

  .operation ._item {
    padding-right: 0;
  }

  .operation ._item .iconfont {
    font-size: .36rem;
  }

  .operation ._item span {
    font-size: .266rem;
  }

  .operation ._item ._info {
    font-size: .3rem;
    font-weight: bold;
  }

  .Hbanner {
    margin-top: 60px;
    height: 24vh;
  }

  ._points {
    display: none;
  }

  #Hbanner .Hbanner_txt ._item ._subtitle {
    font-size: .28rem;
  }

  #Hbanner .Hbanner_txt ._item ._title {
    font-size: .58rem;
  }

  #Hbanner .Hbanner_txt ._item ._tps {
    font-size: .28rem;
  }

  .box {
    /* padding: 0.6rem 0; */
  }

  .title {
    flex-direction: column;
  }

  .title h4 {
    padding-left: 0;
    font-size: 0.28rem;
    line-height: 1.6;
    text-align: center;
  }

  .title .en {
    padding-left: 0;
    font-size: 0.36rem;
    font-weight: 600;
  }

  .title .en::after {
    height: 3px;
  }

  .more {
    margin-top: 0.3rem;
    padding: 0;
    width: auto;
    height: 0.7rem;
    font-size: 0.26rem;
  }

  .more i {
    margin-right: 0.1rem;
  }

  .indexTitle1 ._cn {
    font-size: 0.42rem;
  }

  .indexTitle1 ._en {
    font-size: 0.56rem;
  }

  .indexTitle1 ._desc {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.6;
  }

  .indexTitle1 ._slogan {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: .24rem;
  }

  .fixed_server {
    display: none;
  }

  .Habout .container {
    flex-direction: column;
  }

  .Habout .Habout_l {
    padding: 0;
    width: 100%;
  }

  .Habout .Habout_l img {
    height: 1rem;
  }


  .pubInfo .info_text h3 {
    font-size: .36rem;
  }

  .pubInfo .info_text h4 {
    font-size: .266rem;
  }

  .pubInfo .info_text p {
    font-size: .24rem;
  }

  .pubInfo .info_btn ._lines {
    font-size: .266rem;
  }

  .pubInfo ._list {
    margin-top: .4rem;
  }

  .pubInfo ._list ._item {
    font-size: .266rem;
  }

  .pubInfo ._list ._item i {
    font-size: .6rem;
  }

  .Habout .Habout_l ._txt {
    padding: .4rem 0;
  }

  .Habout .Habout_r {
    margin-top: .3rem;
    margin-left: 0;
    padding: 0;
    width: 100%;
    border-left: none;
  }

  .Habout_r ._pvn {
    left: 0;
  }

  .Habout .Habout_r ._bg {
    display: none;
  }

  .Habout .Habout_r ._img {
    max-width: 100%;
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
  }

  .about-num {
    margin-bottom: .3rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-num .item {
    margin: 0 0 .15rem .15rem;
    width: calc((100% - .15rem*4)/4);
    align-items: flex-start;
  }

  .about-num .item+.item {
    margin-left: .15rem;
  }

  .about-num .item .subtitle {
    font-size: .24rem;
  }

  .about-num .item i {
    font-size: .32rem;
  }

  .about-num .item p,
  .about-num .item span {
    font-size: .24rem;
  }

  .pubInfo {
    margin-bottom: .3rem;
  }

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

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

  .product-card ._img {
    padding: .4rem .3rem;
    height: 3rem;
  }

  .product-info {
    padding-top: .3rem;
  }

  ._proCode {
    opacity: 0;
    visibility: hidden;
    z-index: -2;
  }

  .product-title {
    font-size: .266rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .product-dots .dot {
    width: 6px;
    height: 6px;
  }

  .Hproduct ._bg {
    height: 100%;
  }

  .Hproduct ._bg::before {
    background: linear-gradient(-180deg, transparent 13%, rgba(0, 0, 0, .65) 97%);
  }

  .Hproduct ._top {
    flex-flow: column;
    align-items: flex-start;
    gap: .2rem;
  }

  .Hproduct ._top .indexTitle1 {
    max-width: 100%;
  }

  .Hproduct ._top .indexTitle1 ._slogan {
    display: none;
  }

  ._proTab ._item {
    margin-left: 0;
    margin-right: .6rem;
    font-size: .28rem;
  }

  ._proList ._item ._effect {
    display: none;
  }

  ._barBtn {
    margin-top: .3rem;
  }

  ._scrollBar.swiper-pagination-progressbar {
    height: 2px;
  }

  ._proList ._item ._type span {
    font-size: .24rem;
  }

  ._proList ._item ._name {
    font-size: .3rem;
  }

  ._barBtn ._pvn>div {
    background-color: var(--bg-green);
    color: #fff;
  }

  .Hadvantage {
    padding: 0;
    flex-flow: column-reverse;
  }

  .advRight {
    padding: .5rem .3rem .4rem;
    width: 100%;
    height: auto;
  }

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

  .advTab {
    margin-bottom: 0;
    flex-flow: row;
    gap: 10px;
  }

  .advTab .item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .advTab .item .hoverable_txt {
    flex-flow: column;
    align-items: flex-start;
    gap: 8px;
  }

  .advTab .item .item_name {
    font-size: .28rem;
  }

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

  .advContactInfo {
    display: none;
  }

  .advList {
    width: 100%;
    height: auto;
  }

  .advList ._bg {
    display: none;
  }

  ._advInfoBox {
    padding: .5rem;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    clip-path: none
  }

  ._advInfoBox ._title span {
    font-weight: bold;
  }

  ._advInfoBox ._desc {
    font-size: .24rem;
  }

  #advSwiper .swiper-slide {
    display: flex;
  }

  .Horiginal {
    flex-flow: column;
  }

  .Horiginal ._item ._img::before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }

  .Horiginal ._item ._info {
    opacity: 1;
    visibility: visible;
  }

  .Horiginal ._info ._fname {
    font-size: .266rem;
  }

  .Horiginal ._info ._desc {
    max-width: 100%;
    font-size: .24rem;
  }

  ._lineBtn {
    font-size: .24rem;
  }

  ._lineBtn::after {
    border-width: 1px;
  }

  /* page */
  .page-main {
    margin-top: 60px;
    overflow: hidden;
  }

  .subbanner {
    height: 24vh;
  }

  .subbanner .container {
    top: 50%;
  }

  .subbanner .container ._cn {
    font-size: .54rem;
  }

  .subbanner .container ._en {
    font-size: .68rem;
  }

  .subbanner .container ._desc {
    font-size: .22rem;
    line-height: 1.8;
  }

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

  ._pageIntroduce .container {
    flex-flow: column;
    align-items: flex-start;
    gap: 10px;
  }

  ._pageIntroduce ._left {
    width: 100%;
    padding-right: 0;
  }

  ._pageIntroduce ._left ._en {
    display: none;
  }

  ._pageIntroduce ._right {
    width: 100%;
  }

  ._pageIntroduce ._right p {
    font-size: .266rem;
  }

  .page-advantage .adv-card em {
    font-size: .2rem;
  }

  .page-advantage .adv-card span {
    font-size: .24rem;
  }

  ._pageFontStyle {
    font-size: 1.04rem;
  }

  .masterTitle3 .en {
    font-size: .6rem;
  }

  ._pageCulture .masterTitle3 .cn {
    font-size: .5rem;
  }

  ._pageCulture .masterTitle3 .en {
    -webkit-text-stroke: .3px rgba(255, 255, 255, .8)
  }

  ._pageCulture .masterTitle3 .cn::after {
    width: 12px;
    height: 12px;
  }

  ._cultureList {
    margin-top: .5rem;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 15px;
  }

  /* ._cultureList ._item {
    margin-right: 0;
    width: calc((100% - 15px)/2);
  } */
  ._cultureList ._item,
  ._cultureList ._item.active,
  ._cultureList ._item:hover {
    margin-right: 0;
    width: 100%;
  }

  ._cultureList ._item {
    height: auto;
  }

  ._cultureList ._item ._hd {
    gap: 8px;
  }

  ._cultureList ._item ._hd h3 {
    font-size: .36rem;
  }

  ._cultureList ._item ._hd p {
    font-size: .24rem;
  }

  ._cultureList ._item ._icon {
    font-size: .76rem;
  }

  ._cultureList ._list {
    padding-right: 8px;
    display: block;
    height: 82px;
    overflow-y: auto;
  }

  ._cultureList ._list>div span {
    margin-top: 6px;
  }

  ._cultureList ._list>div p {
    font-size: .24rem;
  }

  .masterTitle3 .cn {
    font-size: .28rem;
  }

  .masterTitle3 .slogan {
    font-size: .38rem
  }

  .masterCut_btn,
  .masterCut_btn>a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .masterCut_btn>a>i {
    font-size: 18px;
  }

  /* mobile page about history */
  #courseSwiper .item {
    flex-direction: column-reverse;
  }

  #courseSwiper .itemImg {
    margin-top: .3rem;
    padding: 0;
    width: 100%;
  }

  #courseSwiper .itemImg>div::before {
    display: none;
  }

  #courseSwiper .itemInfo {
    padding: 0 0 0 .3rem;
  }

  #courseSwiper .itemInfo .time {
    font-size: .52rem;
  }

  #courseSwiper .itemInfo .box {
    padding: 0;
  }

  #courseSwiper .itemInfo .box .line {
    padding-right: 8px;
    height: 128px;
    overflow-y: auto;
    line-height: 28px;
  }

  #courseSwiper .itemInfo .box .line p {
    padding-left: 15px;
    font-size: 14px;
  }

  #courseSwiper .itemInfo .box .line p:before {
    width: 6px;
    height: 6px;
    top: 13px;
  }

  #courseTab .item ._spot {
    width: 8px;
    height: 8px;
  }

  #courseTab .item ._spot::before {
    border-width: 1px;
  }

  #courseTab .swiper-slide-thumb-active .item ._spot {
    transform: scale(1.3);
  }

  #courseTab .item ._year {
    font-size: .3rem;
  }

  #courseTab .swiper-slide-thumb-active .item ._year {
    font-size: .32rem;
  }

  ._pageStatement ._statCont {
    flex-wrap: wrap;
  }

  .honor-num {
    margin-top: .3rem;
    gap: .3rem;
  }

  .honorBox .swiper-wrapper {
    padding-top: .6rem;
  }

  .swiper-footer ._left {
    font-size: 14px;
  }

  .partnerline {
    height: 40px;
  }

  .partnerList ul li {
    width: 100px !important;
    height: 40px !important;
  }

  .partnerList ul li div {
    height: 100%;
  }

  ._pageProduct ._top {
    flex-flow: column;
    align-items: flex-start;
    gap: .3rem;
  }

  ._pageProduct .subNav a {
    padding: .15rem .2rem;
    font-size: .266rem;
  }

  ._pageProlist ._item>div {
    flex-flow: column;
  }

  ._pageProlist ._item ._img {
    width: 100%;
  }

  ._pageProlist ._item ._info {
    padding: .3rem .4rem;
    gap: 10px;
  }

  ._pageProlist ._info ._type {
    font-size: .2rem;
    line-height: 1.2;
  }

  ._pageProlist ._info ._name {
    line-height: 1.6;
  }

  ._pageProlist ._info ._desc {
    font-size: .24rem;
  }

  ._pageProlist ._info ._priceMore {
    align-items: center;
  }

  ._pageProlist ._priceMore ._price {
    font-size: .2rem;
  }

  ._pageProlist ._priceMore ._more>a {
    font-size: .24rem;
    line-height: 1.4;
  }

  ._place {
    font-size: .24rem;
  }

  .page-product-detail {
    padding: 0;
  }

  .page-product-top {
    flex-flow: column;
    gap: .3rem;
  }

  .page-product-top-left,
  .page-product-top-right {
    width: 100%;
  }

  .page-product-top-left {
    height: auto;
    flex-flow: column-reverse;
    gap: 10px;
  }

  .page-product-album {
    width: 100%;
    height: 4.36rem;
  }

  .page-product-thumbnail {
    width: 100%;
    height: 40px;
  }

  .album-pagination {
    width: .8rem;
    font-size: .18rem;
  }

  .album-pagination span:first-child {
    font-size: .24rem;
  }

  .page-product-top-right {
    padding-left: 0;
  }

  .page-product-top-right ._type,
  .page-product-top-right ._overView {
    font-size: .24rem;
  }

  .page-product-top-right ._brand {
    font-size: .266rem;
  }

  .page-product-top-right .page-product-title {
    font-size: .32rem;
  }

  .page-product-top-right ._price p {
    font-size: .24rem;
  }

  .page-product-top-right ._price p span {
    font-size: .36rem;
  }

  .page-product-top-summary {
    font-size: .24rem;
  }

  .page-product-top-summary ._hd {
    font-size: .266rem;
    font-weight: normal;
  }

  ._proSpecs span {
    font-size: .24rem;
  }

  .page-product-button a {
    padding: .12rem .3rem;
    font-size: .28rem;
    height: auto;
    line-height: 1.4;
  }

  .make-applet .body {
    height: auto;
  }

  .make-applet .body>div .right p {
    font-size: .266rem;
  }

  .page-product-top-right ._proNotice ._img {
    width: 2rem;
  }

  .page-product-top-right ._proNotice p {
    flex: 1;
    font-size: .266rem;
  }

  .page-product-bottom-left {
    width: 100%;
  }

  ._pageParameter {
    overflow-x: scroll;
  }

  ._pageParameter table td {
    font-size: .24rem;
  }

  ._pageParameter table td:nth-child(odd) {
    font-size: .24rem;
  }

  .page-product-detail ._proInfo ._info {
    font-size: .24rem;
  }

  .page-product-content {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .page-product-content ._channel {
    font-size: .36rem;
  }

  .page-product-content ._content {
    flex-direction: column;
  }

  .page-product-content ._left {
    width: 100%;
    font-size: .266rem;
    font-weight: bold;
  }

  .page-product-content ._right {
    width: 100%;
  }

  ._detailTxt {
    font-size: .24rem;
  }

  .ptFeatureList .item {
    margin: 0 .3rem;
    padding: .3rem .3rem .5rem;
    flex-flow: column;
  }

  .ptFeatureList .item>div {
    width: 100%;
  }

  .ptFeatureList .item_info {
    padding-right: 0;
  }

  .ptFeatureTab {
    margin-bottom: 0;
  }

  .ptFeatureTab>div {
    justify-content: flex-start;
    gap: .3rem;
  }

  .ptFeatureTab ._item>a {
    font-size: .24rem;
  }

  .ptFeatureTab ._item .item_icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .ptFeatureTab ._item .item_line {
    width: 40px;
  }

  .ptFeatureList .item_top {
    height: auto;
  }

  .ptFeatureList .item_top .item_num {
    padding: 25px 20px;
  }

  .ptFeatureList .item_top .item_num .item_num_nunber {
    font-size: .6rem;
  }

  .ptFeatureList .item_info .item_title {
    font-size: .3rem;
  }

  .ptFeatureList .item_info .item_line {
    padding-right: .2rem;
    font-size: .266rem;
    line-height: 1.8;
    height: 3rem;
  }

  ._pageSupplyChains ._pvnBox {
    display: none;
  }

  ._supplyList ._info ._title {
    font-size: .3rem;
  }

  ._supplyList ._info ._nations {
    font-size: .24rem;
  }

  ._supplyList ._info ._desc {
    font-size: .24rem;
  }

  ._qualityBox {
    margin-top: .4rem;
  }

  ._qualityBox ._img {
    display: none;
  }

  ._qualityList>div ._tHd ._tit {
    font-size: .266rem;
  }

  ._qualityList ._tBd ._txt>div {
    font-size: .24rem;
  }

  ._processList {
    margin-top: .4rem;
  }

  .processTab>div {
    justify-content: flex-start;
  }

  .processTab .item>a {
    padding: 0 .2rem;
    font-size: .24rem;
  }

  .processTab .item .item_icon {
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .3rem;
  }

  .processTab .item .item_name {
    font-size: .24rem;
  }

  .processTab .item .item_line {
    height: 8px;
  }

  .processTab .item .item_arrow {
    width: .9rem;
  }

  .processTab .item ._icon {
    width: .3rem;
    height: .3rem;
  }

  .processTab .item ._line {
    height: 15px;
  }

  .ygProcessList .item {
    flex-flow: column-reverse;
    gap: .3rem;
  }

  .ygProcessList .item .item_img {
    width: 100%;
  }

  .ygProcessList .item .item_info .item_title {
    font-size: .3rem;
  }

  .ygProcessList .item .item_info .item_line {
    font-size: .24rem;
    line-height: 1.8;
  }

  .ygProcessList .pageCut_btn {
    display: none;
  }

  ._pageOEM .Horiginal ._item {
    flex-flow: column;
  }

  ._pageOEM .Horiginal ._item ._info {
    width: 100%;
  }

  ._pageOEM .Horiginal ._item:nth-child(even) {
    flex-flow: column;
  }

  ._pageNews {
    padding: .5rem 0;
  }

  .pageNews__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }

  .pageNews__list .item a figcaption ._title {
    font-size: .34rem;
  }

  ._pageNews ._date {
    margin-top: .3rem;
    font-size: .3rem;
  }

  .pageNews__list .item a figcaption ._desc {
    font-size: .3rem;
  }

  ._newsHead {
    margin-top: 0;
  }

  ._newsHead ._place {
    font-size: .28rem;
  }

  ._newsHead ._titleDate ._date {
    margin-top: .25rem;
    font-size: .3rem;
  }

  /* mobile page news detail */
  .newsDel {
    padding-top: 0;
    padding-bottom: 0;
    flex-flow: column;
    gap: .3rem;
  }

  .newsDel ._sell {
    display: none;
  }

  .newsDel ._info {
    margin-right: 0;
    width: 100%;
  }

  .newsDel ._info ._contin {
    padding: 0 0 .3rem;
    text-align: left;
    line-height: 2;
    font-size: 0.3rem;
  }

  .newsDel ._info ._top ._line {
    font-size: 0.2rem;
  }

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

  .newsDel ._info ._skip {
    padding-top: 0.3rem;
  }

  .newsDel ._info ._skip ._back {
    display: none;
  }

  .newsDel ._info ._skip ._jump {
    padding-right: 0;
    width: 100%;
  }

  .newsDel ._info ._skip ._jump a {
    font-size: 0.3rem;
  }

  .newsDel .boxRight {
    padding-left: 0;
  }

  .newsDel .tj_box .h5 {
    font-size: .4rem !important;
  }

  .tj_box .list .item a ._title {
    font-size: .34rem;
  }

  ._back {
    padding: 0.15rem 0.3rem;
  }

  ._back a {
    font-size: 0.266rem;
    line-height: 1;
  }

  ._skip ._jump>div {
    padding: 0;
  }

  ._skip ._jump>div a h4 {
    font-size: 0.28rem;
    line-height: 1.7;
    white-space: wrap;
  }

  ._skip ._jump>div a p {
    display: none;
  }

  ._skip ._jump>div a span {
    padding: 0.15rem 0.2rem;
    font-size: 0.24rem;
  }

  #pages li {
    margin: 0 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

  #pages li span {
    padding: 0;
    font-size: .24rem;
  }

  .xs-hidden {
    display: none;
  }

  /* mobile page job */
  .recruitList ._table th:nth-child(3),
  ._recruitItem ._check td:nth-child(3),
  .recruitList ._table th:nth-child(4),
  ._recruitItem ._check td:nth-child(4),
  .recruitList ._table th:nth-child(5),
  ._recruitItem ._check td:nth-child(5) {
    display: none;
  }

  ._recruitItem ._check,
  .recruitList ._table thead {
    height: 0.9rem;
    font-size: 15px;
  }

  ._recruitItem ._check ._btn {
    width: 20px;
    height: 20px;
  }

  ._recruitItem ._info ._txt>div p,
  ._recruitItem ._info ._txt>div span,
  ._recruitItem ._info ._txt>div em {
    font-size: 14px !important;
  }

  .recruitList ._table td:last-of-type {
    font-size: 12px;
  }

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

  .cooperate__form {
    margin-top: .3rem;
  }

  .cooperate__row {
    flex-flow: column;
  }

  .cooperate__item {
    margin-bottom: .2rem;
    width: 100%;
  }

  .cooperate__item .text,
  .code .text {
    font-size: .24rem;
    height: .66rem;
  }

  .cooperate__row1 .cooperate__item .text {
    height: 1.62rem;
  }

  .cooperate__item i {
    line-height: .66rem;
  }

  .code i {
    width: .6rem;
    font-size: .36rem;
  }

  .code .code__yz {
    right: 0;
    width: 2.4rem;
    height: 100%;
  }

  .code__sub .val {
    width: 2rem;
    height: .68rem;
    font-size: .28rem;
  }

  ._pageContact {
    padding: 0;
  }

  ._pContactBox {
    padding: .5rem;
    flex-flow: row wrap;
  }

  ._pContactBox ._top {
    font-size: .3rem;
  }

  ._contactPhone ._tel {
    font-size: .42rem;
  }

  ._contactPhone ._notice {
    margin-top: .5rem;
  }

  ._pContactBox ._contactInfo {
    border: 0;
    width: 100%;
    padding-left: 0;
    margin: 0.5rem 0 0;
  }

  ._pContactBox ._contactInfo ._infoList {
    gap: .5rem;
  }

  ._contactInfo ._infoList ._item ._top span {
    width: 36px;
  }

  ._contactInfo ._infoList ._item ._bot {
    margin-top: 10px;
  }

}