@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-red: #d21b1e;
  --bg-yellow: #f19f36;
  --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-yellow);
    border-radius: 4px;
  }

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


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

/*top*/
._top {
  padding: 5px 0;
  font-size: .14rem;
  background-color: #000;
  color: #fff;
  transition: all .5s ease-in-out;
}

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

._top a {
  position: relative;
  color: #fff;
}

._topLink a {
  padding: 0 10px;
}

._topLink a+a::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #fff;
  opacity: .4;
  z-index: 0;
}

._topLink a:last-child {
  padding-right: 0;
}

#header.header-sticky ._top {
  display: none;
}

/*header*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  /* background-color: rgba(0, 0, 0, 0.3); */
  transition: 0.65s;
}

.header .header__nav__container {
  height: .9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  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: 3.8rem;
}

.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 {
  color: rgba(102, 102, 102, 1);
  align-items: center;
}

.operation ._item {
  padding: 0 0.3rem;
  font-size: 0.16rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  align-items: flex-start;
}

.operation ._item.header__tel {
  padding: 0;
}

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

.operation ._item ._info {
  flex-flow: column;
  align-items: flex-start;
  gap: 5px;
}

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

.operation ._item ._info a {
  font-family: "OPPOSans";
  font-size: .24rem;
  color: #e88b14;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*width: 100%;*/
  /*order: 99;*/
}

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

.navs>li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  width: calc(100% - 6px);
  height: 56%;
  background: linear-gradient(90deg, rgba(40, 30, 27, 1) 0%, rgba(100, 100, 100, 1) 100%);
  box-shadow: 0 5px 6px rgba(0, 0, 0, .1);
  border-radius: 3px;
  z-index: -1;
  opacity: 1;
  transform: translateX(0) translateY(-50%) skew(-12deg);
  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) translateY(-50%) skew(-12deg);
}

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

.navs>li:first-child {}

.navs>li>a {
  padding: 0 0.3rem;
  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%;
  top: 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 8px;
  color: #666;
  min-width: 130px;
  background-color: #fff;
  transform: translateX(-50%) translateY(10px);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  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%, .68);
  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__nav__container {
  flex-flow: row nowrap;
}

#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 {
  width: auto;
  order: 0;
}

#header.header-sticky .navs>li::before {
  opacity: 0;
}

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

#header.header-sticky .navs>li.active::before,
#header.header-sticky .navs>li:hover::before {
  opacity: 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);
}


/*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;
  background-color: #000;
  position: relative;
  z-index: 5;
}

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

#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%;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  top: 0;
  left: 0;
  z-index: 2;
}

#Hbanner ._bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Hbanner .Hbanner_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  pointer-events: none;
}

#Hbanner .Hbanner_txt ._item ._title {
  font-size: 0.4rem;
  color: #fff;
  margin-bottom: 0.1rem;
  font-weight: bold;
  letter-spacing: 2px;
}

#Hbanner .Hbanner_txt ._item ._subtitle {
  font-size: 0.2rem;
  color: #fff;
  text-transform: capitalize;
}

#Hbanner .Hbanner_txt ._item ._tps {
  font-size: 0.48rem;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.32rem;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

#Hbanner .Hbanner_txt ._item ._btn {
  margin-top: 0.3rem;
  pointer-events: auto;
  display: flex;
  justify-content: center;
}
#Hbanner .Hbanner_txt ._btn a:hover{
  background-color: var(--bg-red);
  border-color: var(--bg-red);
}

#Hbanner .Hbanner_txt .animated {
  animation-duration: 1s;
}

.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;
  justify-content: center;
}

.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 {
  padding: .3rem .65rem;
  font-family: "OswaldBold";
  color: #fff;
  font-size: 0.24rem;
  line-height: 1;
  font-weight: 900;
  background: url(../images/ibg2.webp) no-repeat center;
  background-size: contain;
  filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.9));
  z-index: 1;
}

.indexTitle1 ._cn span {
  padding: .12rem .3rem;
  display: block;
  font-family: "AlimamaShuHeiTiBold";
  font-size: .24rem;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
  text-transform: uppercase;
  background: url(../images/ibg1.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -.45rem;
  top: -.1rem;
  z-index: -1;
}

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

/* 重点产品分类 */
.Hclassify {
  width: 100%;
  position: absolute;
  z-index: 1;
}

._proClassify {
  margin-top: -1.25rem;
  align-items: stretch;
  justify-content: center;
  gap: .5rem;
}

._proClassify a {
  width: calc(100% / 11);
  text-align: center;
}

._proClassify a ._img {
  width: 100%;
  height: 1.18rem;
  align-items: center;
  justify-content: center;
  -webkit-transition: -webkit-transform .62s ease-out;
  -moz-transition: -moz-transform .62s ease-out;
  -o-transition: -o-transform .62s ease-out;
  -ms-transition: -ms-transform .62s ease-out;
  transition: transform .62s ease-out;
}

._proClassify a ._img img {
  display: block;
}

._proClassify a ._pic {
  width: 90%;
  height: 60%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._proClassify a ._name {
  margin-top: 8px;
  font-size: .15rem;
  color: #333;
  font-weight: bold;
  line-height: 2;
}

._proClassify a:hover ._img {
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
._proClassify a:hover ._name {
  background-color: #000;
  color: #fff;
}

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

._proTab {
  justify-content: center;
  gap: .2rem;
}

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

._proTab ._item .hoverable_txt {
  padding: 8px 10px;
  border: 1px solid #000;
  z-index: 1;
}

._proTab ._item .hoverable_txt::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 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: -1;
}

._proTab ._item .hoverable_txt::after {
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

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

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

._proList {
  width: 100%;
  height: 6.62rem;
}

._proList ._item {
  width: 4.68rem;
  height: calc((100% - 30px)/2) !important;
  perspective: 1000px;
}

._proList ._item .imgBox {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

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

._proList ._item ._info {
  padding: .3rem .5rem;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, .68);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  opacity: 0;
  transform: rotateX(-90deg);
  transform-origin: top center;
  transition: all 0.5s ease;
}

._proList ._item:hover ._info {
  opacity: 1;
  transform: rotateX(0deg);
}

._proList ._item ._name {
  font-size: .16rem;
  line-height: 2;
  color: rgba(255, 255, 255, 1);
}

._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-yellow);
  border-radius: .2rem;
}

._barBtn ._pvn>div {
  margin-left: .2rem;
  width: .42rem;
  height: .42rem;
  font-size: .42rem;
  line-height: 1;
  color: var(--bg-yellow);
  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;
}

/* 关于我们 */
.Habout {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

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

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

.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 .container {
  position: relative;
}

.Habout .pubInfo {
  margin: 0 auto;
  padding: .4rem 1.2rem;
  width: 70%;
  height: 6.12rem;
  background: url(../images/about-bg.webp) no-repeat center;
  background-size: contain;
}

.pubInfo .info_name {
  margin-bottom: .15rem;
  font-size: .24rem;
  color: #000;
  line-height: 2;
  font-weight: bolder;
  text-transform: uppercase;
}

.pubInfo .info_text {
  margin-right: -15px;
  padding-right: 15px;
  max-height: 4rem;
  line-height: 2;
  color: #000;
  overflow-y: scroll;
}

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

.Habout .info_btn {
  width: 100%;
  justify-content: space-between;
  position: relative;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.Habout .info_btn a {
  width: .8rem;
  height: .8rem;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}

.pubInfo .info_text::-webkit-scrollbar,
.pubInfo .info_text::-webkit-scrollbar {
  width: 2px;
  border-radius: 1.5px;
}

.pubInfo .info_text::-webkit-scrollbar-button,
.pubInfo .info_text::-webkit-scrollbar-button {
  display: none;
}

.pubInfo .info_text::-webkit-scrollbar-track,
.pubInfo .info_text::-webkit-scrollbar-track {
  background-color: #666;
  opacity: 0.4;
}

.pubInfo .info_text::-webkit-scrollbar-thumb,
.pubInfo .info_text::-webkit-scrollbar-thumb {
  background-color: #000;
  width: 4px;
  border-radius: 4px;
}

.pubInfo .info_text::-webkit-scrollbar:horizontal {
  height: 2px;
}

/* 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;
}


/* 我们的优势 */
.Hadvantage {
  position: relative;
  overflow: hidden;
}

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

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

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

.advList {
  position: relative;
}

#advSwiper {
  height: 100%;
}
#advSwiper .swiper-wrapper{
  justify-content: center;
}
.advList ._bg {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

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


._advItem {
  padding: .8rem 0 .6rem;
  flex-flow: column;
  align-items: center;
  gap: 10px;
  color: #fff;
}

._advItem .icon {
  width: .88rem;
  height: .88rem;
  align-items: center;
  justify-content: center;
}

._advItem ._title {
  width: 100%;
  height: .8rem;
  align-items: center;
  justify-content: center;
  background: url(../images/line-bg.webp) no-repeat center;
  background-size: contain;
}

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

/* 最新动态 */
.Hnews {
  background-color: #d9d9d9;
}

.Hnews ._cont {
  flex-flow: row nowrap;
  gap: 1rem;
}

._factoryList {
  padding-left: .5rem;
  overflow: hidden;
}

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

#factorySwiper {
  width: 4.68rem;
  height: 4.68rem;
  background-color: #181818;
  border-radius: 100%;
}

._factoryList .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

#thumbsSlider {
  padding: 10px 30px;
  width: 68%;
  height: .62rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .85);
  z-index: 2;
}

.factory-thumbs {
  height: 100%;
}

.factory-thumbs .swiper-slide {
  border: 3px solid #666;
  cursor: pointer;
}

.factory-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #a8a8a8;
}

#thumbsSlider .iBtn {
  width: 30px;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

#_gPrevBtn {
  left: 0;
}

#_gNextBtn {
  right: 0;
}

.Hnews ._newsListBox {
  flex: 1;
  flex-flow: column;
  gap: .2rem;
  align-items: flex-start;
  justify-content: flex-start;
}

._hotNews {
  padding-bottom: .2rem;
  flex-flow: column;
  gap: 8px;
}

._hotNews::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

._hotNews ._title {
  font-size: .18rem;
  color: #333;
  line-height: 2;
  font-weight: bold;
}

._hotNews ._time {
  font-size: .14rem;
  line-height: 2;
}

._hotNews ._desc {
  font-size: .14rem;
  line-height: 1.6;
  color: #666;
}

._hotNews ._desc::after {
  content: "【详细】";
  padding-left: .08rem;
  color: var(--bg-red);
  font-size: .14rem;
  line-height: 1.6;
}

._hotNews:hover ._title {
  font-weight: bold;
}

._newsList {
  width: 100%;
  flex-flow: column;
  gap: .1rem;
}

._newsList a {
  font-size: .14rem;
  line-height: 2;
  color: #666;
  flex-flow: row-reverse;
  gap: .1rem;
  justify-content: flex-end;
}

._newsList a:hover ._title {
  color: #333;
}

/* 首页联系横幅 */
.Hcontact {
  color: #fff;
  padding: .2rem 0;
  flex-flow: column;
  align-items: center;
  gap: .2rem;
}

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

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

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

.Hcontact .container {
  padding: .3rem .8rem;
  border: 1px solid #fff;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.Hcontact ._lTel {
  padding: .2rem .24rem;
  font-size: .16rem;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  gap: .2rem;
  align-items: center;
}

.Hcontact ._lTel ._img {
  width: .44rem;
}

.Hcontact ._lTel div {
  flex-flow: column;
  gap: 15px;
}

.Hcontact ._lTel a {
  font-size: .24rem;
  color: #fff;
  font-weight: bold;
}

._circle {
  width: .7rem;
  height: .7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
._circle::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 100%;
  background: url(../images/ibg5.webp) no-repeat center;
  background-size: contain;
  animation: round 1s infinite linear;
}

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

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

.Hcontact ._rBtn {
  flex-flow: row wrap;
  gap: 10px;
  justify-content: flex-end;
}

.Hcontact ._ftBtn {
  padding: 0;
  flex-flow: row nowrap;
  gap: .3rem;
}

.Hcontact ._ftBtn ._item {
  position: relative;
  display: flex;
}

/* .Hcontact ._ftBtn ._item:last-of-type {
  margin-right: 0;
} */

.Hcontact ._ftBtn ._item>a {
  width: .5rem;
  height: .5rem;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: all .35s ease;
}

.Hcontact ._ftBtn ._item>a .iconfont {
  font-size: .24rem;
  color: rgba(255, 255, 255, .8);
}

.Hcontact ._ftBtn ._item .follow {
  position: absolute;
  bottom: 120%;
  right: 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;
}

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

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

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

.Hcontact ._ftBtn ._item>a:hover {
  background-color: var(--bg-yellow);
  border-color: var(--bg-yellow);
}

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

/* .Hcontact ._rBtn a {
  padding: 0 0.3rem;
  min-width: 1.36rem;
  display: inline-block;
  color: #fff;
  outline: 2px solid #fff;
  line-height: .42rem;
  border-radius: 5px;
  text-align: center;
}

.Hcontact ._rBtn a::before {
  transition: 0.6s;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.Hcontact ._rBtn a:hover::before {
  left: 0;
  width: 100%;
}

.Hcontact ._rBtn a:hover {
  color: #000;
} */

.Hcontact ._rBtn p {
  width: 100%;
  font-size: .16rem;
  line-height: 2;
  font-weight: bold;
  text-align: right;
  letter-spacing: 2px;
}

/* 联系我们 box */
.HcontactBox {
  padding-bottom: .6rem;
  width: 100%;
  overflow: hidden;
}

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

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

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

.HcontactBox ._cont {
  padding-bottom: .6rem;
  flex-flow: column;
  gap: .5rem;
  position: relative;
}
.HcontactBox ._cont::after{
  content: "";
  position: absolute;
  width: 200%;
  height: 10px;
  bottom: 0;
  left: 50%;
  background: rgba(67, 67, 67);
  transform: translateX(-50%);
  z-index: 1;
}

.HcontactBox ._codeList {
  margin: 0 auto;
  max-width: 40%;
  flex-flow: row;
  gap: .5rem;
}

.HcontactBox ._codeList>div {
  padding: .3rem;
  background-color: #fff;
  border-radius: 5px;
  flex: 1;
  flex-flow: column;
  gap: 10px;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.HcontactBox ._infoList {
  align-items: stretch;
  justify-content: space-between;
}

.HcontactBox ._infoList ._item {
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 2.32rem;
  height: 2.32rem;
  background: url(../images/ibg5.webp) no-repeat center center;
  background-size: contain;
}

.HcontactBox ._infoList img {
  width: 1rem;
  height: 1rem;
}

.HcontactBox ._infoList ._item>div {
  padding: 0 5px;
  flex: 0 0 auto;
  width: 100%;
  height: min-content;
  gap: 0px;
  flex-flow: row;
  align-items: flex-start;
  justify-content: center;
  font-size: .14rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  overflow: hidden;
}

.HcontactBox ._infoList ._item>div ._name {
  flex: 0 0 auto;
  /* width: 42px; */
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

.HcontactBox ._infoList ._item>div ._num {}

/* 合作伙伴 */
._cooperBox {
  padding: .45rem 0 0;
}

._cooperBox .container {
  gap: .2rem;
  align-items: center;
}

._cooperBox ._tHd {
  padding: .3rem .5rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: .2rem;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  background: url(../images/circle.png) no-repeat center;
  background-size: contain;
}

._cooperList {
  flex: 1;
  height: 1rem;
}

._cooperList .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

._cooperList .swiper-slide {
  width: auto !important;
}

._cooperList .swiper-slide img {
  width: auto;
  height: 100%;
}

/* footer */
.footer {
  height: auto !important;
  color: rgba(102, 102, 102, 1);
  font-size: 0.16rem;
  background: rgba(250, 252, 255, 1);
  position: relative;
  z-index: 2;
}

.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(1, 16, 23);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .4rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

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

.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(255, 255, 255, 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(255, 255, 255, .6);
  line-height: 2;
}
.f-menu {
  padding-bottom: .4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .9rem;
}

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

.f-menu .menu-extra-title {
  margin-bottom: 0.1rem;
  /* padding-bottom: 0.1rem; */
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  position: relative;
}

.f-menu .menu-extra-title a {
  color: rgba(255, 255, 255, .8);
}

.f-menu ol li a {
  margin: 0.05rem 0;
  display: inline-block;
  color: rgba(255, 255, 255, .6);
  font-size: 0.15rem;
  line-height: 2;
}

.f-menu ol li a .hoverable_txt:after {
  background-color: var(--bg-yellow);
}
.f-menu>div:nth-child(2) ol{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
}

.footer .footer-copyright {
  padding: 0.1rem 0;
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgb(1, 16, 23);
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer .footer-copyright .container {
  justify-content: space-between;
}


.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;
}
/* right fix case */
.fixed_case {
  position: fixed;
  right: .1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(210, 27, 30, .9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  z-index: 10;
  width: .8rem;
  padding: 0 .1rem;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.fixed_case .fixed_btn {
  display: block;
  position: relative;
  font-size: .12rem;
  cursor: pointer;
}

.fixed_case .fixed_btn::before {
  content: '';
  display: block;
  left: 50%;
  bottom: 0;
  width: 2em;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  margin-left: -1em;
}

.fixed_case .fixed_btn .icon {
  line-height: 1;
  text-align: center;
  padding-top: .16rem;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.fixed_case .fixed_btn .icon img{
  width: auto;
  height: 32px;
}

.fixed_case .fixed_btn .fixed_n {
  text-align: center;
  color: #fff;
  font-size: .13rem;
  line-height: 1;
  padding: .1rem 0 .2rem;
  transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.fixed_case .fixed_btn>.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: 110%;
  top: 50%;
  transform: translate(-30px, -50%);
  font-size: 18px;
  color: #232830;
  line-height: 1.5;
}
.fixed_case .fixed_btn>.num_b ._li{
  align-items: flex-start;
  justify-content: flex-start;
}
.fixed_case .fixed_btn>.num_b ._li span{
  width: 90px;
  text-align: right;
}
.fixed_case .fixed_btn>.num_b ._li p{
  flex: 1;
}
.fixed_case .fixed_btn>.wx_b{
  display: flex;
}
.fixed_case .fixed_btn>.wx_b img {
  display: block;
  width: 120px;
  max-height: 150px;
  max-width: none;
}

.fixed_case .fixed_btn>.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_case .fixed_btn:hover>.sec_box {
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: all;
}

.backTop {
  padding-bottom: .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fixed_case .backTop.fixed_btn .iconfont {
  font-size: .18rem;
}

.fixed_case .backTop.fixed_btn::before {
  display: none;
}

.backTop.active {
  bottom: 50px;
}

/* 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 {}

.masterTitle3 .cn {
  display: inline-block;
  padding: .2rem 1.2rem;
  font-size: .24rem;
  line-height: 2;
  color: #fff;
  font-weight: bold;
  background: url(../images/line-bg.webp) no-repeat center;
  background-size: contain;
}


/* 次页子菜单栏 */
.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;
}

/* 关于我们 - 公司简介 */
._pageAbout .container{
  align-items: flex-start;
  gap: .5rem;
}
._pageAbout .pubInfo{
  margin: 0;
  padding: 0;
  width: 65%;
  background: none;
  height: auto;
}
._pageAbout .pubInfo .info_text{
  max-height: none;
  overflow: hidden;
}
._pageAbout ._factoryList{
  flex: 1;
}
._pageAbout #factorySwiper{
  border-radius: 0;
  width: 100%;
  height: 3.68rem;
}
._pageAbout #thumbsSlider{
  right: 10px;
  bottom: 10px;
}

._pageHonor{
  padding: .6rem 0;
  background-color: #d9d9d9;
}
._honorList{
  margin-top: .3rem;
}
.honorSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

.honorSwiper .swiper-slide {
  width: auto !important;
  height: 1.68rem;
}

.honorSwiper .swiper-slide img {
  width: auto;
  height: 100%;
}

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

._pageMain ._cont {
  flex-flow: row nowrap;
  gap: .6rem;
  align-items: flex-start;
}
._pageMain ._left{
  width: 3.2rem;
}
._subMenu{
  margin-bottom: .3rem;
}
._subMenu .pub-nav {
  flex-flow: column;
  gap: .2rem;
}

._subMenu .pub-nav li {
  font-size: .16rem;
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  position: relative;
  filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.9));
  overflow: hidden;
  transition: all .3s;
}
._subMenu .pub-nav li::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;
  background: linear-gradient(90deg, rgba(40, 30, 27, 1) 0%, rgba(100, 100, 100, 1) 100%);
  /* box-shadow: 0 5px 6px rgba(0, 0, 0, .1); */
  border-radius: 8px;
  transform: translateY(-50%);
  z-index: 0;
  opacity: 1;
  transition: all .3s;
}
._subMenu .pub-nav li a{
  padding: .12rem .2rem;
  display: block;
  font-size: .16rem;
  line-height: 1.6;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 1;
}
._subMenu .pub-nav li:hover::before,._subMenu .pub-nav li.active::before{
  transform: translateX(0) translateY(-50%) skew(-20deg);
}

/* 左侧联系方式 */
._lContact{
  padding: .08rem;
  border: 1px solid #000;
}
._lContact ._info{
  padding: .15rem;
  background: url(../images/contact-bg.webp) no-repeat center;
  background-size: cover;
}
._lContact ._info ._title{
  font-size: .2rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
._lContact ._infoBox{
  flex-flow: column;
  gap: .05rem;
}
._lContact ._infoBox>div{
  align-items: flex-start;
  font-size: .14rem;
  color: #fff;
}
._lContact ._infoBox>div span{
  min-width: 0.6rem;
  -ms-flex: 1 1 0.6rem;
  flex: 1 1 0.6rem;
  -webkit-box-flex: 1;
  text-align: justify;
  text-align-last: justify;
  -webkit-text-align-last: justify;
  text-justify: distribute;
  vertical-align: top;
  position: relative;
}
._lContact ._infoBox>div p{
  padding-left: .15rem;
  min-width: calc(100% - 0.6rem);
  -ms-flex: 1 1 calc(100% - 0.6rem);
  flex: 1 1 calc(100% - 0.6rem);
}
._pageMain ._right{
  flex: 1;
}
/* page product list */
._pageProductList {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .3rem;
}

._pageProductList ._item {
  background-color: #fff;
  transition: all .3s ease-in-out;
  /* box-shadow: 0 0 20px 0 rgba(229, 229, 229, 0.68); */
}

._pageProductList ._item ._img {
  width: 100%;
  height: 2.26rem;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

._pageProductList ._item ._img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._pageProductList ._name {
  padding: .1rem .2rem 5px;
  font-size: .16rem;
  line-height: 1.6;
  color: var(--bg-yellow);
}
._pageProductList ._info{
  padding: .05rem 0.2rem .15rem;
  transition: all .3s ease-in-out;
}
._pageProductList ._desc{
  font-size: .14rem;
  color: #666;
  line-height: 1.6;
}
._pageProductList ._item:hover{
  background-color: var(--bg-yellow);
  box-shadow: 0 0 20px 0 rgba(229, 229, 229, 0.68);;
}
._pageProductList ._item:hover ._img{
  border-color: var(--bg-yellow);
}
._pageProductList ._item:hover ._name{
  color: #fff;
}
._pageProductList ._item:hover ._desc{
  color: rgba(255, 255, 255, .86);
}

/* page partner */
.page-main ._cooperBox{
  padding-bottom: .45rem;
  background-color: #d9d9d9;
}
/* page pagination */
.pages {
  margin-top: 0.3rem;
  text-align: center;
}

.pages a,
.pages b {
  margin: 5px;
  display: inline-block;
  font-size: 0.14rem;
  color: #777777;
  border: none;
  line-height: 32px;
  height: 32px;
  padding: 0 12px;
  background-color: #f6f6f6;
}

.pages b {
  background: var(--bg-yellow);
  color: #fff;
}

.pages a:hover {
  color: var(--bg-yellow);
}

.pages a:first-child {
  display: none;
}

@media (max-width: 760px) {

  .pages a,
  .pages b {
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
  }
}

/* page product detail */
._productDel {
  width: 100%;
  background-color: #fff;
  position: relative;
}

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

.page-product-top {
  display: flex;
  flex-flow: row;
  gap: .5rem;
}

.page-product-top-left {
  position: relative;
  display: flex;
}

.page-product-album {
  width: 4.86rem;
  height: 5rem;
}
.page-product-album img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-product-top-right {
  flex: 1;
}

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

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


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


.page-product-bottom {
  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: .24rem;
  color: var(--bg-yellow);
  line-height: 2;
  font-weight: 700;
  font-family: "AlimamaShuHeiTiBold";
  position: relative;
  border-bottom: 1px solid #d4d4d4;
}

.page-product-bottom-title span {
  display: inline-block;
}
.page-product-bottom-title span::after{
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--bg-yellow);
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 0;
}
.page-product-details {
  padding: .3rem 0;
}

.page-product-text {
  font-size: .16rem;
  color: #555;
  line-height: 2
}

.page-product-text img {
  max-width: 100%;
  height: auto !important;
}
.page-product-text table{
  border-right: 1px solid #555555;
  border-bottom: 1px solid #555555;
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-size-adjust: none;
}
.page-product-text table td{
  padding: 3px;
  border-left: 1px solid #555555;
  border-top: 1px solid #555555;
  text-align: center;
  white-space: nowrap;
}
.proview_con{
  margin-top: .4rem;
  overflow: hidden;
}
.proview_con h3{
  padding: 0 .25rem;
  height: 45px;
  line-height: 45px;
  background: var(--bg-yellow);
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  border-radius: 5px;
}
.proview_con02{
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
  font-size: 16px;
  line-height: 35px;
}

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

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

/* page news list */
._pageNewsList ._item {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: .3rem;
  flex-flow: row-reverse;
  align-items: center;
  border-bottom: 1px solid rgba(247, 247, 247, 1);
}

._pageNewsList ._item ._imgBox {
  width: 2.4rem;
  height: 1.8rem;
  overflow: hidden;
}
._pageNewsList ._item ._imgBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._pageNewsList ._item ._infoBox {
  padding-left: .3rem;
  padding-right: .5rem;
  flex: 1
}
._pageNewsList ._item ._title{
  font-size: .18rem;
  line-height: 2;
  color: #333;
}
._pageNewsList ._item ._summary{
  font-size: .16rem;
  color: #666;
}
._pageNewsList ._item ._infoBox ._more {
  margin-top: .15rem;
  padding: .06rem .3rem;
  display: inline-block;
  color: rgba(153, 153, 153, 1);
  font-size: .13rem;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: .3rem;
}

._pageNewsList ._item ._time {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .2rem .18rem;
  background-color: rgba(247, 247, 247, 1);
  font-size: .14rem;
  color: rgba(102, 102, 102, 1);
}

._pageNewsList ._item ._time b {
  font-weight: normal;
  font-size: .3rem;
}

._pageNewsList ._item:hover {
  padding-left: .3rem;
  background-color: var(--bg-yellow);
  border-bottom-color: var(--bg-yellow);
}

._pageNewsList ._item:hover ._title,
._pageNewsList ._item:hover ._summary {
  color: #fff;
}

._pageNewsList ._item:hover ._more {
  color: var(--bg-yellow);
  background-color: #fff;
  border-color: #fff;
  font-weight: 800;
}

/* page news detail */
._pageNewsDel {
  position: relative;
}
._pageNewsDel ._title {
  font-size: .3rem;
  font-weight: bold;
  line-height: 2;
}

._pageNewsDel ._date {
  padding: 10px 0 20px;
  color: #999;
  font-size: .16rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  gap: .1rem;
}

._pageNewsDel ._info {
}

._pageNewsDel ._info ._contin {
  font-size: 0.18rem;
  color: #666;
  line-height: 2;
  text-align: justify;
}

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

._skip {
  align-items: center;
  margin-top: .3rem;
  padding-top: 0.3rem;
  border-top: 1px solid #eee;
}

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

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

._skip ._jump a {
  transition: color 0.3s ease;
  font-size: 0.14rem;
  color: #666;
  display: inline-block;
}
._skip ._jump a:hover{
  color: var(--bg-yellow);
  text-decoration: underline;
}

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

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

._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-yellow);
  font-weight: bold;
}

._skip ._back>a:before,
._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-yellow);
}

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

._skip ._back>a:after {
  z-index: -2;
  opacity: 0.1;
}
/* page 单页 */
._pageContent .pubInfo{
  width: auto;
}
/* page 在线留言 */
._pageContent ._factoryList{
  padding-left: 0;
}
._messageBox {
  width: 9rem;
  padding: .5rem;
  background-color: #fff;
  border-radius: .12rem;
  box-shadow: 0 .1rem .4rem rgba(0, 0, 0, 0.08);
}

._messageBox ._formTitle {
  margin-bottom: .3rem;
  text-align: center;
}

._messageBox ._formTitle h3 {
  font-size: .28rem;
  font-weight: 600;
  color: #333;
  margin-bottom: .1rem;
}

._messageBox ._formTitle p {
  font-size: .14rem;
  color: #999;
}

._messageBox ._formRow {
  margin-bottom: .2rem;
}

._messageBox ._formRow.flex {
  gap: .2rem;
}

._messageBox ._formRow.flex ._formItem {
  flex: 1;
}

._messageBox ._formItem {
  width: 100%;
}

._messageBox ._label {
  display: block;
  font-size: .14rem;
  color: #666;
  margin-bottom: .1rem;
}

._messageBox ._label .iconfont {
  margin-right: .08rem;
  color: var(--bg-yellow);
}

._messageBox ._input,
._messageBox ._textarea {
  width: 100%;
  padding: .12rem .15rem;
  font-size: .14rem;
  color: #333;
  background-color: #f8f9fa;
  border: 1px solid #e8e8e8;
  border-radius: .06rem;
  transition: all .3s ease;
}

._messageBox ._input:focus,
._messageBox ._textarea:focus {
  border-color: var(--bg-yellow);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(234, 159, 67, 0.1);
}

._messageBox ._input::placeholder,
._messageBox ._textarea::placeholder {
  color: #bbb;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

._messageBox ._textarea {
  resize: vertical;
  min-height: 1.2rem;
  resize: none;
}

._messageBox ._formBtns {
  display: flex;
  gap: .15rem;
  margin-top: .3rem;
}

._messageBox ._submitBtn,
._messageBox ._resetBtn {
  padding: .12rem .4rem;
  font-size: .16rem;
  border-radius: .06rem;
  cursor: pointer;
  transition: all .3s ease;
}

._messageBox ._submitBtn {
  background-color: var(--bg-red);
  color: #fff;
  border: none;
}

._messageBox ._submitBtn:hover {
  background-color: var(--bg-yellow);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(234, 159, 67, 0.3);
}

._messageBox ._resetBtn {
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
}

._messageBox ._resetBtn:hover {
  border-color: #bbb;
  color: #333;
}

/* page 网站地图 */
._pageSitemap{
  padding-top: 2.4rem;
}
._topHead{
  padding-bottom: .4rem;
  font-size: .32rem;
  border-bottom: 1px solid #ccc;
}
._pageSitemap ._list{
  flex-flow: column;
}
._pageSitemap ._list>div._item{
  padding: .4rem 0;
  border-bottom: 1px solid #ccc;
}
._pageSitemap ._item ._shd{
  font-size: .26rem;
  color: #000;
  transition: 0.4s;
}
._pageSitemap ._item ._sct{
  margin-top: .22rem;
  font-size: .22rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
._pageSitemap ._item ._sct a{
  color: #666;
  transition: 0.4s;
}
._pageSitemap ._item a:hover{
  color: var(--bg-yellow);
}


@media screen and (min-width: 1025px) {

  .pc {
    display: block;
  }

  .mob {
    display: none;
  }

  .hoverable:hover .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;
  }

  ._proTab ._item:hover .hoverable_txt,
  ._proTab ._item.active .hoverable_txt {
    color: #fff;
  }

  ._proTab ._item:hover .hoverable_txt::before,
  ._proTab ._item.active .hoverable_txt::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  ._proTab ._item:hover .hoverable_txt::after,
  ._proTab ._item.active .hoverable_txt::after {
    -webkit-transform: scaleX(1) translate(-50%, -50%);
    transform: scaleX(1) translate(-50%, -50%);
  }

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

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

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

}