@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%;
}

iframe {
  border: none !important;
}

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

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

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

a {
  color: #232830;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-primary-color {
  color: var(--bg-green) !important;
}

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

.font-white {
  color: white;
}

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

html {
  font-size: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.incenter {
  text-align: center;
}

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

.clearfix:after {
  clear: both;
}

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

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

.hidden {
  display: none;
}

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

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

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

@media screen and (orientation: landscape) {

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

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

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

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

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

/* 字体引用 */
@font-face {
  font-family: "MiSansBold";
  src: url("../fonts/MiSans-Bold.otf");
}

@font-face {
  font-family: "MiSansLatinMedium";
  src: url("../fonts/MiSansLatin-Medium.otf");
}

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

@font-face {
  font-family: "MiSansLatinLight";
  src: url("../fonts/MiSansLatin-Light.otf");
}

@font-face {
  font-family: "MiSansLatinThin";
  src: url("../fonts/MiSansLatin-Thin.otf");
}

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

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

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

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

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

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

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

.posi {
  position: relative;
}

.lump {
  display: block;
}

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

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

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

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

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

.header__logo {
  position: relative;
  margin-right: 0.1rem;
}

.header__logo a {
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header__logo a img {
  opacity: 1;
  height: 100%;
  transition: ease 0.5s;
}

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

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

.operation ._item .iconfont {
  /* width: 0.36rem;
  height: 0.36rem; */
  font-size: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.operation ._itemBtn {
  height: 100%;
  font-size: 0.14rem;
  line-height: 1;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

/* 多语言 */
.operation ._item.header__lang {
  padding: 0;
}

.header__lang .language {
  display: flex;
  transition: all 0.3s ease-in-out;
}

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

.header__lang .language .language_item a {
  padding: 0 8px;
  color: rgba(204, 204, 204, 1);
  line-height: 1;
  transition: all 0.3s ease;
}

.header__lang .language .language_item:first-child a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: rgba(204, 204, 204, 1);
  transform: translateY(-50%);
}

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

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

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

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

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

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

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

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

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

.header.onWhite::before {
  height: 0.8rem;
}

#header.header-sticky .header__tel {}

#header.header-sticky .header__websites {
  /* color: #000; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navs>li:first-child {}

.navs>li>a {
  padding: 0 0.3rem;
  display: block;
  color: rgba(51, 51, 51, 100);
  /* font-family: "AlibabaPuHuiTiSemiBold"; */
  /* font-weight: bold; */
  font-size: 0.2rem;
  line-height: 0.8rem;
  transition: all 0.3s;
  position: relative;
  z-index: 4;
}

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

.navs>li:hover a,
.navs>li.active a {
  color: var(--text-color-green);
}

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

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

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

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

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

.navs>li>.submenu dd {}

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

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

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

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

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

#header.header-sticky {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

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

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

#header.header-sticky .navs>li>a {
  /* color: #000; */
}

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

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

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

  .navs>li>a {
    padding: 0 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: #3b3b3b;
}

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

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

.m-nav a {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-code-box img {
  display: block;
  width: 40%;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

/* #Hbanner .swiper-slide:nth-child(3) {
  transform: rotateY(180deg);
}

#Hbanner .swiper-slide:nth-child(3) .Hbanner_txt ._item {
  text-align: right;
  transform: rotateY(180deg);
} */

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

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

#Hbanner ._bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(32, 161, 98, 1) 0%,
    rgba(32, 161, 98, 0) 100%
  );
}

#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;
  display: flex;
  pointer-events: none;
}

#Hbanner .Hbanner_txt ._item ._subtitle {
  font-size: 0.36rem;
  color: rgba(255,255,255,.82);
  /*color: rgba(46, 125, 50, 1);*/
  font-family: "AlimamaShuHeiTiBold";
}

#Hbanner .Hbanner_txt ._item ._title {
  font-size: 0.76rem;
  color: #fff;
  margin-bottom: 0.1rem;
  font-weight: 500;
}

#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 .animated {
  animation-duration: 1s;
}

._points {
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

._points>div {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 20;
}

/* ._points>div:nth-child(1) {
  bottom: 14%;
  left: 28.22%;
}

._points>div:nth-child(2) {
  top: 34.68%;
  left: 62.32%;
}

._points>div:nth-child(3) {
  top: 48.6%;
  left: 54.45%;
}

._points>div:nth-child(4) {
  bottom: 29.6%;
  left: 52.58%;
}

._points>div:nth-child(5) {
  bottom: 18.32%;
  left: 61.28%;
}

._points>div:nth-child(6) {
  bottom: 12.32%;
  left: 60.28%;
}

._points>div:nth-child(7) {
  top: 46.32%;
  left: 65.12%;
}

._points>div:nth-child(8) {
  top: 53.32%;
  left: 70.12%;
}

._points>div:nth-child(9) {
  bottom: 35.32%;
  left: 75.12%;
}

._points>div:nth-child(10) {
  bottom: 23.32%;
  left: 75.12%;
}

._points>div:nth-child(11) {
  top: 48.32%;
  right: 14.12%;
}

._points>div:nth-child(12) {
  flex-direction: row-reverse;
  bottom: 18.32%;
  right: -1%;
}

._points>div:nth-child(12) span {
  margin-left: 0;
  margin-right: 8px;
} */

._points>div:nth-child(1) {
  top: 34.68%;
  left: 62.32%;
}

._points>div:nth-child(2) {
  top: 48.6%;
  left: 55%;
}

._points>div:nth-child(3) {
  bottom: 12.32%;
  left: 64%;
}

._points>div:nth-child(4) {
  top: 53.32%;
  left: 69%;
}

._points>div:nth-child(5) {
  bottom: 36.5%;
  left: 75.12%;
}

._points ._circle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
}

._points ._circle::before {
  content: "";
  width: 40%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(150, 194, 78, 1);
  border-radius: 100%;
  z-index: 1;
}

._points .on ._circle::before {
  background-color: var(--bg-green);
}

._points ._circle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  animation: round1 3s linear infinite;
  opacity: 0;
}

._points ._circle div:nth-child(2) {
  animation: round1 3s 1s linear infinite;
}

._points ._circle div:nth-child(3) {
  animation: round1 3s 2s linear infinite;
}

._points span {
  margin-left: 8px;
  font-size: 0.2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 1);
  position: relative;
}

._points>div.on span {
  font-family: "AlimamaShuHeiTiBold";
  color: var(--bg-green);
  font-weight: bold;
  text-shadow: none;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 1);
}

._points>div.on span::before {
  content: attr(data-text);
  color: var(--bg-green);
  -webkit-text-stroke: 0;
  position: absolute;
  z-index: 0;
}

@keyframes round1 {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

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

.lb-num .on {
  color: #fff;
  font-size: 0.3rem;
}

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

@keyframes first {
  0% {
    transform: scaleX(0);
    left: 0px;
  }

  /*091*/
  100% {
    transform: scaleX(1);
    left: 0px;
  }

  /*0915*/
}

@keyframes last {
  0% {
    transform: scaleX(0);
    left: 0px;
  }

  /*1090*/
  20% {
    transform: scaleX(0.5);
    left: 0px;
  }

  /*090*/
  100% {
    transform: scaleX(1);
    left: 0px;
  }

  /*090*/
}

@keyframes middle {
  0% {
    transform: scaleX(0);
    left: 0px;
  }

  /*1091*/
  20% {
    transform: scaleX(0.5);
    left: 0px;
  }

  /*092*/
  100% {
    transform: scaleX(1);
    left: 0px;
  }

  /*0913*/
}

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

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

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

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

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

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

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

.box {
  padding: 5.2vw 0;
}

.img-box {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.Habout ._en {
  font-family: "AlimamaShuHeiTiBold";
  white-space: nowrap;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.03);
  line-height: 1;
  font-weight: normal;
  position: absolute;
  top: 2rem;
  left: 1rem;
}

.Habout .Habout_l {
  padding-right: .7rem;
  width: 56.33333333%;
  position: relative;
  overflow: hidden;
}

.Habout .Habout_l img {}

.Habout .Habout_l:hover img {
  transform: scale(1.1);
}

.Habout .Habout_r {
  width: 43.66666667%;
}

.Habout .Habout_r ._bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  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;
}

.Habout .Habout_r ._img {
  max-width: 68%;
  position: absolute;
  left: 0;
  bottom: .3rem;
}

.pubInfo {}

.pubInfo .info_btn {
  margin-top: .3rem;
  display: inline-block;
}

.pubInfo .info_btn a {
  padding: .12rem .2rem;
  align-items: center;
  color: #fff;
  position: relative;
  background: linear-gradient(90deg, rgba(26, 103, 64, 1) 0%, rgba(250, 219, 147, 1) 100%);
  border-radius: 30px;
}

.pubInfo .info_btn i {
  margin-left: .1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  line-height: 1;
  color: #fff;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}

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

.pubInfo .info_btn a:hover i {}

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

.pubInfo .info_text h3 {
  font-size: .42rem;
  line-height: 1.4;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
  max-width: 60%;
}

.pubInfo .info_text h4 {
  margin-top: .2rem;
  margin-bottom: .3rem;
  font-size: .2rem;
  line-height: 2;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  position: relative;
}

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

/* 产品优势 */
.Hadvantage ._top {
  width: 100%;
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 2;
}
.Hadvantage .indexTitle1.style2 ._cn{
  font-size: .36rem;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}
.Hadvantage .indexTitle1 ._slogan {
  margin: .3rem auto 0;
  max-width: 52%;
  font-size: .16rem;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

.Hadvantage ._picBox {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.Hadvantage ._picBox ._slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

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

.Hadvantage ._picBox ._slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.Hadvantage ._picBox ._slide ._txt {
  padding-bottom: 3rem;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.Hadvantage ._picBox ._slide ._txt p {
  max-width: 80%;
  margin: 0 auto;
  font-size: .24rem;
  line-height: 1.8;
  font-family: "MiSansBold";
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  color: #fff;
}

._advList {
  width: 86%;
  position: absolute;
  align-items: flex-end;
  justify-content: space-between;
  left: 50%;
  bottom: .7rem;
  transform: translateX(-50%);
  z-index: 2;
}

._advList ._item {
  padding: .2rem .06rem;
  width: calc((100% - .2rem)/6);
  font-size: .2rem;
  color: #fff;
  line-height: 1.36;
  text-transform: capitalize;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  transition: ease 1s;
  cursor: pointer;
}

._advList ._item:first-child {
  border-radius: 12px 0 0 12px;
}

._advList ._item:last-child {
  border-radius: 0 12px 12px 0;
}

._advList ._item i {
  font-size: .48rem;
  color: #fff;
  line-height: 1;
  opacity: 0;
  transition: ease 1s;
  transform: translateY(-100%);
  position: absolute;
}

._advList ._item ._cont {
  transition: ease 1s;
}

._advList ._item ._title {
  font-size: .18rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  line-height: 2;
}

._advList ._item ._en {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(153, 153, 153, 1);
  text-transform: capitalize;
}

.Hadvantage ._picBox ._slide.active {
  opacity: 1;
  visibility: visible;
}

._advList ._item.active {
  /* height: 1.86rem; */
  padding: .3rem .06rem;
  align-items: center;
  justify-content: center;
  background: linear-gradient(132.7deg, rgba(26, 103, 64, 1) 0%, rgba(250, 219, 147, 1) 100%);
  border-radius: 8px 8px 0 0;
}

._advList ._item.active i {
  margin-bottom: .1rem;
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

._advList ._item.active ._cont {
  transform: translateY(0);
}

._advList ._item.active ._title {
  color: #fff;
}

._advList ._item.active ._en {
  color: #fff;
}

/* 品牌产品 */
.Hproduct {
  padding: .8rem 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.Hproduct::after {
  content: "";
  width: 94%;
  height: 66%;
  background-color: rgba(248, 248, 248, 1);
  border-radius: 47% / 47%;
  position: absolute;
  left: 50%;
  bottom: -50%;
  transform: translateX(-50%);
  z-index: 0;
}

.Hproduct .indexTitle1 ._cn {
  font-family: "MiSansBold";
}

._proTab {
  margin: .5rem auto;
  justify-content: center;
}

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

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

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

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

._listItem {
  position: relative;
  /* width: 95vw; */
  /* aspect-ratio: 16/9; */
}

.pro-carousel__swiper {
  padding-bottom: 160px;
}

.pro-carousel__actions {
  position: absolute;
  bottom: .36rem;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

._carouselBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: .6rem;
  height: .6rem;
  background-color: #fff;
  border: 1px solid rgba(153, 153, 153, 1);
  border-radius: 50%;
  font-size: .22rem;
  color: rgba(153, 153, 153, 1);
  line-height: 1;
  transition: all .3s;
}

._carouselBtn:hover {
  cursor: pointer;
  background-color: var(--bg-green);
  border-color: var(--bg-green);
  color: #fff;
}

.pro-carousel__swiper .swiper-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pro-carousel__swiper .swiper-card>div._img {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  /* width: 368px; */
  aspect-ratio: 3/2;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.pro-carousel__swiper .swiper-card>div>img {
  width: 90%;
  aspect-ratio: 16/12;
  object-fit: contain;
}

.pro-carousel__swiper .swiper-card ._txt {
  padding: 0 .15rem;
  opacity: 1;
  transition: all .3s;
}

.pro-carousel__swiper .swiper-card ._title {
  font-size: .24rem;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 2;
}

.pro-carousel__swiper .swiper-card ._desc {
  color: rgba(102, 102, 102, 1);
  font-size: .16rem;
  line-height: 1.8;
}

.pro-carousel__swiper .swiper-slide-prev .swiper-card ._txt {
  opacity: 1;
}

._listBox ._more {
  font-size: .16rem;
  line-height: 1;
  color: rgba(51, 51, 51, 1);
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

._listBox ._more i {
  margin-right: .1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .32rem;
  height: .32rem;
  color: #fff;
  background-color: rgba(150, 194, 78, 1);
  border-radius: 100%;
}

/* 服务与支持 */
.Hservice {
  padding: .8rem 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

._serviceList ._item {
  margin-bottom: .5rem;
  align-items: center;
}

._serviceList ._item:nth-child(even) {
  flex-direction: row-reverse;
}

._serviceList ._item ._img {
  width: 56%;
  height: 5.12rem;
  overflow: hidden;
}

._serviceList ._item ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

._serviceList ._item ._txt {
  padding-left: .6rem;
  width: 44%;
  color: #000;
}

._serviceList ._item h3 {
  margin-bottom: .3rem;
  font-size: .4rem;
  font-weight: bold;
  line-height: 1.4;
}

._serviceList ._item h4 {
  font-size: .2rem;
  font-weight: bold;
  line-height: 2;
}

._serviceList ._item p {
  font-size: .18rem;
  line-height: 1.8;
}

._serviceList ._item ._more {
  margin-top: .5rem;
  padding: .12rem .3rem;
  display: inline-block;
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1;
  border: 1px solid rgba(102, 102, 102, 1);
  border-radius: .3rem;
}

._serviceList ._item:nth-child(even) ._txt {
  padding-left: 0;
  padding-right: .6rem;
}

/* 适用案例展示 */
.Hcase {
  position: relative;
  overflow: hidden;
}

.Hcase .indexTitle1 ._line {
  margin-top: .1rem;
  position: relative;
  display: flex;
  justify-content: center;
}

.Hcase .indexTitle1 ._line::before,
.Hcase .indexTitle1 ._line::after {
  content: "";
  height: 5px;
  background-color: var(--bg-green);
  border-radius: 10px;
}

.Hcase .indexTitle1 ._line::before {
  margin-right: 3px;
  width: .35rem;
}

.Hcase .indexTitle1 ._line::after {
  width: .1rem;
}

.Hcase ._box {
  margin-top: .3rem;
  padding: .5rem;
  width: 100%;
  height: 100vh;
  position: relative;
  background: linear-gradient(132.7deg, rgba(26, 103, 64, 1) 0%, rgba(250, 219, 147, 1) 100%);
  overflow: hidden;
}

._maskSection {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

._maskSection.act {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.Hcase ._caseWrap {
  /*padding-top: 1.5rem;*/
  /*padding-bottom: .5rem;*/
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*z-index: 1;*/
  /*transform: translate(-50%, -50%);*/
  /*max-width: none;*/
  /*overflow: hidden;*/
  width: 100%;
  height: calc(100vh - 1rem);
  position: relative;
}

._caseWrap ._img1,
._caseWrap ._img3,
._caseWrap ._img4,
._caseWrap ._img6 {
  width: 31.12%;
  position: absolute;
}

._caseWrap ._img2,
._caseWrap ._img5 {
  width: 35.55%;
  position: absolute;
}

._caseWrap ._img1 {
  height: 22%;
  left: 0;
  top: 0;
}

._caseWrap ._img2 {
  height: 34.69%;
  top: 0;
  left: 32.22%;
}

._caseWrap ._img3 {
  height: 42.85%;
  top: 0;
  right: 0;
}

._caseWrap ._img4 {
  height: 47.34%;
  left: 0;
  top: 24.08%;
}

._caseWrap ._img5 {
  height: 34.69%;
  left: 32.22%;
  top: 36.73%;
}

._caseWrap ._img6 {
  top: 44.89%;
  right: 0;
}

._caseWrap ._img6,
._caseWrap ._img7,
._caseWrap ._img8,
._caseWrap ._img9 {
  height: 26.53%;
  position: absolute;
  bottom: 0;
}

._caseWrap ._img7 {
  width: 41.79%;
  left: 0;
}

._caseWrap ._img8 {
  width: 20.51%;
  left: 42.88%;
}

._caseWrap ._img9 {
  width: 35.55%;
  right: 0;
}

.Hcase ._caseImg {
  overflow: hidden;
}

.Hcase ._caseImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.Hcase ._caseImg:hover img {
  transform: scale(1.1)
}

._caseMask {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35.55%;
  height: 34.69%;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease;
}

._maskSection.act ._caseMask {
  opacity: 1;
  z-index: 10;
  /* transform: scale(1); */
}

._caseSwiper .swiper-slide {
  overflow: hidden;
}

._caseSwiper .swiper-slide::before {
  content: "";
  width: 50%;
  height: 50%;
  background: url(../images/case-bg.avif) no-repeat 0 0;
  background-size: 100% auto;
  transform: rotate(-5.72deg);
  opacity: .9;
  position: absolute;
  left: 0;
  bottom: -1rem;
  z-index: 0;
}

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

._caseSwiper ._bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: transform 2s;
}

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

._caseSwiper .case_txt {
  width: 50%;
  padding: .6rem .1rem .6rem .7rem;
  align-items: flex-end;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .5s ease;
}

._maskSection.act ._caseSwiper .case_txt {
  opacity: 1;
}

._caseSwiper .case_txt ._catNmae {
  margin-right: .4rem;
  padding-right: .4rem;
  font-family: "MiSansLatin";
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
}

._caseSwiper .case_txt ._year {
  font-size: .3rem;
}

._caseSwiper .case_txt ._title {
  font-size: .4rem;
  line-height: 1.4;
}

._caseSwiper .case_txt ._catNmae::after {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(-150deg);
}

._caseMask ._pvn {
  cursor: pointer;
  transform: translateY(-50%);
}

._caseMask ._pvn i {
  font-size: .34rem;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._prevBtn {
  position: absolute;
  left: .7rem;
  top: 50%;
  z-index: 1;
}

._caseMask ._prevBtn i {
  left: 62%;
}

._nextBtn {
  position: absolute;
  right: .7rem;
  top: 50%;
  z-index: 1;
}

._caseMask ._nextBtn i {
  left: 42%;
  transform: translate(-50%, -50%) rotateY(-180deg);
}

._caseSwiper .pagination-box {
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 1rem;
  bottom: .6rem;
  z-index: 2;
}

.cslb-num {
  color: #fff;
  flex-direction: column;
  align-items: flex-end;
  font-size: .24rem;
  font-family: "MiSansLatin";
  line-height: 1.3;
}

.cslb-num .on {
  font-size: .48rem;
  line-height: 1.3;
}

.cslb-num .sum {
  opacity: .6;
}

/* 服务套餐 */
.HserPackage {
  padding: .6rem 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

._packageList {
  margin-top: .6rem;
  align-items: stretch;
  justify-content: space-between;
}

._packageList ._item {
  width: calc((100% - .68rem)/2);
  background-color: rgba(247, 247, 247, 1);
}

._packageList ._item ._img {
  width: 100%;
  height: 2.9rem;
  overflow: hidden;
}

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

._packageList ._item ._img:hover img {
  transform: scale(1.1)
}

._packageList ._item ._txt {
  padding: .3rem .5rem;
  line-height: 2;
  flex-direction: column;
  color: rgba(102, 102, 102, 1);
  align-items: center;
}

._packageList ._item ._title {
  font-size: .2rem;
  font-weight: 400;
  margin-bottom: .1rem;
  font-family: "MiSansBold";
}

._packageList ._item ._price {
  font-size: .3rem;
  color: var(--text-color-green);
  line-height: 1.5;
}

._packageList ._item ._price span {
  font-size: .4rem;
}
._packageList ._item ._area {
  color: rgba(51, 51, 51, 1);
}

._packageList ._item ._desc {
  font-size: .14rem;
  white-space: pre-line;
}

._packageList ._item ._include {
  margin-top: .1rem;
  margin-bottom: .1rem;
  flex-wrap: wrap;
  justify-content: center;
  font-size: .15rem;
  line-height: 1;
}
._packageList ._item ._include ._iItem{
  margin-bottom: .15rem;
  align-items: center;
}
._packageList ._item ._include ._iItem i {
  margin-right: 4px;
}

._packageList ._item ._include ._iItem+._iItem {
  margin-left: .2rem;
}

._packageList ._item ._btn {
  margin-top: .15rem;
  padding: .15rem .3rem;
  background-color: var(--bg-green);
  color: #fff;
  font-size: .18rem;
  line-height: 1;
  border-radius: .3rem;
}
._remark{
  margin-top:.3rem;
  font-size: .14rem;
  line-height: 1.4;
  color: #999;
}
/* footer */
.footer {
  height: auto !important;
  color: rgba(102, 102, 102, 1);
  font-size: 0.16rem;
  background-color: #fff;
  position: relative;
  z-index: 51;
}

.footer::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/ft-bg.webp) no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

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

.footer .container {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

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

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

.bottom-left {
  color: #fff;
}

.conAddress {
  align-items: center;
}
.conAddress .code{
  max-width: 1.4rem;
}
.conAddress li+li {
  margin-left: .2rem;
}

.conAddress .conInfo {}

.conInfo i {
  margin-right: 0.1rem;
  font-size: 0.22rem;
}

.conInfo .des {
  padding-left: .2rem;
  padding-right: .3rem;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 2;
}

.conInfo .des p {
  font-size: .2rem;
  line-height: 1.8;
}

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

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

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

.footer ._ftBtn ._item>a {
  width: .36rem;
  height: .36rem;
  border: 1px solid #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: color .3s ease-out;
}

.footer ._ftBtn ._item>a .iconfont {
  font-size: .24rem;
  color: #fff;
}

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

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

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

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

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

.f-menu {
  padding-top: .6rem;
  padding-bottom: .4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

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

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

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

.f-menu ol li a .hoverable_txt:after {
  background-color: #fff;
}

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

.footer-copyright 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(47, 49, 139, 1);
  width: 1.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

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

/* 右侧悬浮咨询框 */
.fixed_server {
  position: fixed;
  right: 0;
  top: 36%;
  transform: translateY(-50%);
  z-index: 100;
  width: 0.58rem;
  background-color: var(--bg-green);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.fixed_top {
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "AlimamaShuHeiTiBold";
  font-size: 0.2rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

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

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

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

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

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

.fixed_server .fixed_btn {
  /* padding: 0.08rem; */
  height: 0.56rem;
  display: block;
  position: relative;
  font-size: 0.12rem;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.fixed_server .fixed_btn .iconfont {
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
}

/* .fixed_server .fixed_btn p {
  font-size: 0.12rem;
  color: rgba(26, 45, 122, 1);
  line-height: 2;
} */

.fixed_server .fixed_btn .fixed_n {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

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

.fixed_server .fixed_btn .fixed_n>.sec_box {
  font-family: "archivonarrowbold";
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
  padding: 0 0.18rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  background-color: rgba(195, 214, 0, 1);
  box-shadow: 0.1rem 0.2rem 0.3rem -0.05rem rgba(0, 103, 171, 0.2);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(-30px, -50%);
}

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

.fixed_server .weixin_btn .fixed_n>.sec_box {
  padding: 0.18rem;
  height: auto;
  flex-direction: column;
}

.fixed_server .weixin_btn .fixed_n>.sec_box p {
  font-size: 0.14rem;
  line-height: 2;
}

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

.fixed_server .fixed_btn .fixed_n:hover {
  background-color: rgba(195, 214, 0, 1);
}

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

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

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

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

.subbanner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(32, 161, 98, 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: 50% 100%;
  transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  position: relative;
  z-index: 0;
}

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

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

.subbanner .container h2 {
  font-size: 0.48rem;
  font-family: "AlimamaShuHeiTiBold";
  font-weight: 800;
  letter-spacing: 5px;
  color: #fff;
}

.subbanner .container p {
  font-size: 0.18rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

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

/* 关于我们-公司简介 */
.page-about {
  position: relative;
}

.page-about .container {
  align-items: stretch;
}

.page-about-box {
  padding-top: 0.6rem;
}

.page-about-bd {
  padding-bottom: 1.2rem;
  justify-content: space-between;
}

.about_left {
  margin: 0;
  padding-right: 0.8rem;
  width: 48%;
}

.about_txt {
  margin: 0;
}

.about_txt .p-thd {
  margin-bottom: 0.3rem;
  font-size: 0.26rem;
  line-height: 2;
  font-weight: 600;
}

.about_txt .p-slogan {
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 0.32rem;
  font-weight: 800;
  color: var(--bg-green);
  line-height: 1;
  position: relative;
}

.about_txt .p-slogan::before {
  content: "";
  width: 0.3rem;
  height: 3px;
  background-color: var(--bg-red);
  position: absolute;
  left: 0;
  bottom: 0;
}

.about_txt p {
  margin-bottom: 0.1rem;
  font-size: 0.18rem;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
  text-indent: 2em;
  text-align: justify;
}

.about_pic {
  margin: 0;
  width: 48%;
  position: relative;
}

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

.about_pic::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(47, 49, 139, 0.2);
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  display: none;
}

/* 关于我们-企业文化 */
.page-culture .cont {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.culture-bg {
  align-items: center;
  justify-content: center;
}

.culture-bg>img {
  display: block;
}

._hexagon {
  width: 4.25rem;
  height: 4.75rem;
  position: relative;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  overflow: hidden;*/
}

._hexagon::before,
._hexagon::after {
  content: "";
  width: 122%;
  height: 122%;
  background: url(../images/hexagon2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: scale 2s infinite;
}

._hexagon::before {
  transform: translate(-50%, -50%);
}

._hexagon::after {
  width: 150%;
  height: 150%;
  background-image: url(../images/hexagon3.svg);
  animation: scale2 2s infinite;
}

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

  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

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

  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}

._hexagon ._bg1 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._hexagon ._img {
  width: 88%;
  height: 88%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.culture-list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.culture-list ._item {
  width: 4.8rem;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: 0.1rem;
  top: 0.4rem;
}

.culture-list ._item ._tName {
  margin-bottom: 0.15rem;
  padding-bottom: 0.15rem;
  width: 100%;
  font-size: 0.24rem;
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  font-weight: bold;
  align-items: center;
  position: relative;
}

.culture-list ._item ._tName i {
  margin-right: 0.1rem;
  font-size: 0.36rem;
  line-height: 1;
  font-weight: normal;
}

.culture-list ._item ._tName::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(227, 227, 227, 1);
  position: absolute;
  left: 0;
  bottom: 0;
}

.culture-list ._item ._tName em {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(227, 227, 227, 1);
  border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: -2px;
}

.culture-list ._item ._tName em::before {
  content: "";
  width: 1rem;
  height: 0;
  border-top: 1px dashed rgba(212, 212, 212, 1);
  transform: rotate(40.34deg);
  position: absolute;
  right: -0.9rem;
  bottom: -400%;
}

.culture-list ._item:nth-child(2n) {
  align-items: flex-end;
  left: auto;
  right: 0.1rem;
}

.culture-list ._item:nth-child(2n) ._tName {
  justify-content: flex-end;
}

.culture-list ._item:nth-child(2n) ._tName em {
  right: auto;
  left: 0;
}

.culture-list ._item.no3,
.culture-list ._item.no4 {
  top: auto;
  bottom: 0.55rem;
}

.culture-list ._item.no2 ._tName em::before {
  right: auto;
  left: -0.9rem;
  transform: rotate(-40.34deg);
}

.culture-list ._item.no3 ._tName em::before {
  bottom: 500%;
  transform: rotate(-40.34deg);
}

.culture-list ._item.no4 ._tName em::before {
  right: auto;
  left: -0.9rem;
  bottom: auto;
  top: -400%;
  transform: rotate(-139.66deg);
}

/* page history */
.page-history {
  padding: 0.8rem 0;
  background: linear-gradient(to top, #96c24e, #4baa35, #20a162);
  position: relative;
}

.page-history .indexTitle1 ._cn {
  color: #fff;
}

.page-history .indexTitle1 ._cn::before {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(166, 166, 166, 1) 100%);
}

.page-history .indexTitle1 ._en {
  color: rgba(255, 255, 255, 0.04);
}

.page-history .indexTitle1 ._desc {
  color: rgba(166, 166, 166, 1);
}

.page-history .cont {
  margin-top: 0.5rem;
  position: relative;
  align-items: center;
  justify-content: center;
}

.page-history ._circle {
  width: 7rem;
  height: 7rem;
  background: url(../images/history-bg.png) repeat-x center;
  background-size: auto 100%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0.6;
}

.page-history ._circle::after {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%,
      rgba(204, 204, 204, 0) 88.89%,
      rgba(204, 204, 204, 0.18) 100%);
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 1;
}

#courseTab:before {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  top: 25px;
  left: 0;
  z-index: -1;
}

.swiper-history {
  padding: 0 .2rem .2rem;
  width: 100%;
}

.swiper-history ._item {
  padding-top: 0.2rem;
  color: #fff;
  cursor: pointer;
}

.swiper-history ._item ._cil {
  margin-bottom: 0.5rem;
  width: 13px;
  height: 13px;
  position: relative;
}

.swiper-history ._item ._cil::before,
.swiper-history ._item ._cil::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.swiper-history ._item ._cil::before {
  z-index: 2;
}

.swiper-history ._item ._cil::after {
  transform: scale(2);
  z-index: -1;
  opacity: 0;
}

.swiper-history ._item .img {
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.swiper-history ._item .pic {
  width: 100%;
  opacity: 0;
}

.swiper-history ._item .img ._img {
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  /* z-index: 1; */
}

.swiper-history ._item h4 {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 2;
}

.swiper-history ._item .desc {
  margin-bottom: 0.3rem;
  height: .81rem;
  font-size: 0.16rem;
  line-height: 1.7;
  overflow-y: auto;
}

.swiper-history ._item .desc p {
  white-space: pre-line;
}

.swiper-history ._item:hover .img {
  overflow: visible;
}

.swiper-history ._item:hover .img ._img {
  transform: scale(1.2);
}

.swiper-history .swiper-slide-active ._item ._cil {
  width: 15px;
  height: 15px;
}

.swiper-history .swiper-slide-active ._item ._cil::before {
  background: linear-gradient(132.7deg, rgba(26, 103, 64, 1) 0%, rgba(250, 219, 147, 1) 100%);
}

.swiper-history .swiper-slide-active ._item ._cil::after {
  opacity: .5;
}

.swiper-history .swiper-slide-active ._item h4 {
  font-weight: bold;
}

._lock {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

#courseswr ._item ._year {
  color: rgba(255, 255, 255, 0.1);
  font-size: 0.6rem;
  line-height: 1;
  font-weight: bold;
}

#courseswr ._item ._line {
  margin-top: -0.25rem;
  padding-left: 0.2rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.6;
}

.courseswr_btn a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(to right, #96c24e, #20A162);
  color: #fff;
  transition: all 0.35s ease;
}

.courseswr_btn a i {
  font-size: 0.18rem;
}

.courseswr_btn .courseswr_prev i {
  display: block;
  transform: rotateY(180deg);
}

.courseswr_btn .courseswr_next {
  margin-left: 0.2rem;
}

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

.page-advantage .adv-card {
  margin-top: 0.46rem;
  width: 49%;
  cursor: default;
}

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

.page-advantage .adv-card i {
  font-size: 0.4rem;
  font-family: "MiSansMedium";
  line-height: 1.6;
  font-style: normal;
}

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

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

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

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

/* page product */
.page-product {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

._pageProList {
  flex-wrap: wrap;
}

._pageProList ._item {
  width: 33.33%;
  padding: .12rem .1rem;
}

._pageProList ._item>div {
  padding: .3rem;
  background-color: #F8FAFD;
  -webkit-transition: ease-in-out .3s;
}

._pageProList ._item ._img {
  height: 3.12rem;
  overflow: hidden;
}

._pageProList ._item ._img img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

._pageProList ._item ._title {
  font-size: .2rem;
  font-weight: bold;
  line-height: 2;
  color: #333;
  -webkit-transition: ease-in-out .3s;
}

._pageProList ._item ._desc {
  color: #666;
  font-size: .14rem;
  line-height: 1.8;
}

._pageProList ._item:hover>div {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  transform: translateY(-10px);
}

._pageProList ._item:hover ._title {
  color: var(--bg-green);
}

/* 次页面包屑导航 */
.page-crumb {
  margin-top: .8rem;
  padding: .2rem 0;
  background-color: #fff;
  font-size: .14rem;
  transition: all .3s ease-in-out;
}

.page-crumb a {
  color: #333;
}

.page-crumb ._back {
  font-size: .16rem;
  line-height: 1;
  font-weight: bold;
  color: var(--bg-green);
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.page-crumb ._back svg {
  margin-right: .1rem;
  width: .24rem;
  height: .24rem;
}

/* 产品详情 */
.page-product-detail {
  padding-top: 0;
}

.page-product-top {
  padding: .5rem 0;
  background-color: rgb(248, 248, 248);
}

.page-product-top .container {
  justify-content: space-between;
  align-items: center;
}

.page-product-detail ._proPics {
  width: 40%;
  background-color: #fff;
}

.page-product-detail ._proPics .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-product-detail ._proPics .swiper-pagination-current {
  font-size: .18rem;
  color: var(--bg-green);
}

.page-product-detail ._proInfo {
  width: 55%;
}

._proPics .pro-pagination {
  font-size: .14rem;
  color: #333;
  text-align: right;
  padding-right: .2rem;
}

.page-product-detail ._proInfo ._title {
  margin-bottom: .2rem;
  font-size: .32rem;
}

.page-product-detail ._proInfo ._desc {
  font-size: .18rem;
  line-height: 2;
  color: #666;
}

.page-product-content {
  padding-top: .6rem;
}

.page-product-content ._channel {
  font-size: .24rem;
  font-weight: bold;
  color: #333;
  line-height: 2;
}

.page-product-content ._channel::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.04rem;
  background-color: var(--bg-green);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.page-product-content ._content {
  margin-top: .3rem;
}

.page-product-content ._left {
  width: 18%;
  font-size: .18rem;
  color: #333;
  line-height: 2;
}

.page-product-content ._right {
  width: 80%;
}

._detailTxt {
  font-size: .16rem;
  color: #666;
  line-height: 1.75;
  text-align: justify;
}

/* 解决方案 */
.solution-container {
  /* max-width: 12rem; */
}

.solution-container .sub-title {
  margin-bottom: .3rem;
  padding-bottom: 0.05rem;
  font-size: 0.28rem;
  font-weight: bold;
  position: relative;
}

.solution-container .sub-title::after {
  content: "";
  width: 0.6rem;
  height: 0.04rem;
  background-color: var(--bg-green);
  border-radius: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
}

.solution-summary {
  justify-content: space-between;
}

.solution-summary .cont {
  padding-right: .8rem;
  width: 47.5%;
}

.sol-subname {
  margin-bottom: 0.1rem;
  padding-left: 0.1rem;
  font-size: 0.2rem;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  position: relative;
}

.sol-subname::before {
  content: "";
  width: 4px;
  height: 52%;
  background-color: var(--bg-green);
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.solution-summary .cont p {
  text-indent: 0em;
  color: #333;
  white-space: pre-line;
  font-size: .18rem;
  line-height: 2;
}

.solution-summary .solution-pic {
  width: 52.5%;
  background-color: rgba(204, 204, 204, 1);
}

.project-solution-section {
  background-color: rgba(241, 245, 255, 1);
}

.function-item {
  margin-bottom: 0.5rem;
  justify-content: space-between;
}

.function-item .info {
  margin-right: 0.64rem;
  width: calc(47% - 0.64rem);
}

.function-item .info p {
  color: rgba(102, 102, 102, 1);
}

.function-item .img {
  padding: 0.2rem;
  width: 53%;
  background-color: rgba(241, 245, 255, 1);
  border-radius: 0.1rem;
  align-items: center;
  justify-content: center;
}

.application-solution-section {
  background-color: rgba(247, 248, 250, 1);
}

.application-list {
  overflow: visible;
  position: relative;
}

.application-list .swiper-slide .img-box {
  height: 4rem;
  background-color: rgba(204, 204, 204, 1);
  border-radius: 0.1rem;
}

.application-list .swiper-slide h4 {
  padding: 0.1rem 0;
  text-align: center;
  font-size: 0.18rem;
  line-height: 2;
  font-weight: normal;
}

.application-list .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}

.application-list .swiper-slide.swiper-slide-active,
.application-list .swiper-slide.swiper-slide-prev,
.application-list .swiper-slide.swiper-slide-next {
  transform: scale(1);
}

.application-btn {
  align-items: center;
  justify-content: center;
  width: 0.52rem;
  height: 0.52rem;
  font-size: 0.2rem;
  line-height: 1;
  color: var(--bg-green);
  border: 1px solid var(--bg-green);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: -0.6rem;
  top: calc(50% - 0.2rem);
  transform: translateY(-50%);
  z-index: 2;
}

.application-next {
  left: auto;
  right: -0.6rem;
  transform: rotateY(180deg) translateY(-50%);
}

.solution-case-list {
  padding-bottom: 0.5rem;
}

.solution-case-list .swiper-slide {
  padding: 0.2rem 0.32rem;
  border: 1px solid rgba(233, 233, 233, 1);
  border-radius: 0.1rem;
  cursor: pointer;
  transition: all 0.3s;
}

.solution-case-list .thead {
  margin-bottom: 0.15rem;
  align-items: center;
  justify-content: flex-start;
}

.solution-case-list .thead .mlogo {
  margin-right: 0.1rem;
  width: 0.56rem;
  height: 0.56rem;
  background-color: rgba(204, 204, 204, 1);
  border-radius: 6px;
}

.solution-case-list .thead .mlogo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-case-list .thead .mname {
  width: calc(100% - 0.66rem);
  font-size: 0.18rem;
  line-height: 2;
}

.solution-case-list p {
  font-size: 0.14rem;
  line-height: 1.8;
  height: 1.48rem;
  color: rgba(102, 102, 102, 1);
  text-align: justify;
}

.solution-case-list a.more {
  margin-top: 0.3rem;
  padding: 0 0.2rem;
  width: 1rem;
  font-size: 0.14rem;
  background-color: rgba(234, 238, 254, 1);
  border-color: rgba(234, 238, 254, 1);
}

.solution-case-list .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.05rem;
  border-radius: 0.05rem;
  background-color: rgba(204, 204, 204, 1);
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.solution-case-list .swiper-pagination-bullet-active {
  width: 0.5rem;
  background-color: var(--bg-green);
}

.solution-case-list .swiper-slide:hover {
  background-color: var(--bg-green);
}

.solution-case-list .swiper-slide:hover .thead .mname,
.solution-case-list .swiper-slide:hover p {
  color: #fff;
}

.solution-case-list .swiper-slide:hover a.more {
  background-color: #fff;
}

/* 科技创新 */
._innovIntroduce {
  padding-top: .6rem;
  padding-bottom: .6rem;
  background: #fff;
  background-size: 100% auto;
}

._innovProList {
  margin-top: .3rem;
  margin-bottom: .5rem;
  flex-wrap: wrap;
}

._innovProList ._item {
  margin-right: .26rem;
  margin-bottom: .26rem;
  padding: .2rem;
  width: calc((100% - .78rem)/4);
  background-color: #f5f9fc;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

._innovProList ._item:nth-child(4n) {
  margin-right: 0;
}

._innovProList ._item ._img {
  max-width: 56%;
}

._innovProList ._item ._img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

._innovProList ._item ._title {
  font-size: .18rem;
  color: #333;
  line-height: 1.6;
  font-weight: normal;
}

._innovProList ._item ._desc {
  width: 100%;
  height: 100%;
  padding: .2rem;
  background: url(../images/bg_product_01@3x.webp) no-repeat center;
  background-size: cover;
  font-size: .14rem;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

._innovProList ._item:hover {
  box-shadow: 4px 7px 18px 0 #edeef2;
}

._innovProList ._item:hover ._desc {
  opacity: 1;
  visibility: visible;
}

._innovCaseList {
  margin-top: .3rem;
  flex-wrap: wrap;
}

._innovCaseList ._item {
  margin-right: .26rem;
  margin-bottom: .26rem;
  padding: .3rem .2rem 0;
  width: calc((100% - .78rem)/4);
  height: 3.62rem;
  background: #f5f7f9 url(../images/bg_4_default@3x.webp) no-repeat right bottom;
  background-size: 42% auto;
  transition: all .3s;
}

._innovCaseList ._item ._title {
  font-size: .2rem;
  line-height: 1.8;
  font-weight: bolder;
  color: #262626;
  margin-bottom: 10px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

._innovCaseList ._item ._desc {
  font-size: .14rem;
  color: #787878;
  line-height: 20px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

._innovCaseList ._item ._more {
  position: absolute;
  font-size: .16rem;
  color: #4285f4;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}

._innovCaseList ._item ._more::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 9px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAbCAMAAACUTyX1AAAAUVBMVEUAAABChvVChvREh/dDiPZDhfVChvRChvVDhfVDh/RDhvZDhvVDhvZFifZChvVEhvZFhvlGifhChvVCh/VDh/VDh/VDh/ZCh/VDhfVDhvRChfUqktoQAAAAGnRSTlMA/PE8NfXs6OV2b15XLuJDKiXdemlkUUyfkZAec20AAABmSURBVBjTbdFHAsAQEAVQUqUh0v/9Dxo7U9h5DOMzX3oMHQn2pvPQw64UWgUN7EKhqwAuBgNwUtgyzAxGATHDRGF3wMHAix0BcKyArcdSX87n94v+RP/ifSoQPdX56Xy9yP/17H9+TVkHb+hEZbgAAAAASUVORK5CYII=);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}

._innovCaseList ._item:nth-child(4n) {
  margin-right: 0;
}

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

._innovCaseList ._item:hover ._title {
  color: #fff;
}

._innovCaseList ._item:hover ._desc {
  color: rgba(255, 255, 255, .6);
}

._innovCaseList ._item:hover ._more {
  color: #fff;
}

._innovCaseList ._item:hover ._more::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAbCAMAAACUTyX1AAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMA8fz67Ojldm8q9eJYUkM6Ni4l3XppZWBcPjKfkU1MrNT3bwAAAHFJREFUGNN10EcWgCAMBFB7AcWCitjm/reU5YSn7PIhECa57J3wssh7ro1C3jH4FJmAIcDOMAZwEWBjOApgZZgCNAxt+QE1w1wBiwAdnTBAJRt4vxX98f0Tvc/z8fzyfzIQ95uPVyI/o2TgOsr/1A+XL4xKCOjrAVwhAAAAAElFTkSuQmCC);
}

/* 服务与支持 */
._pageService {
  padding: .6rem 0 0;
}

._supportBox {
  padding: .6rem 0;
  background-color: rgb(241, 243, 245);
}

._supportBox .mastertitle {
  margin-bottom: .3rem;
  font-size: .36rem;
  color: #333;
  font-weight: bold;
  line-height: 2;
}

._supportSwiper {
  padding: 0 6.25vw;
}

._supportSwiper .swiper-wrapper {}

._supportSwiper .swiper-slide {
  transition-property: all;
}

._supportSwiper .swiper-slide>div {
  padding: .4rem 2.5vw;
  border-radius: 8px;
  background-color: #fff;
}

._supportSwiper .swiper-slide ._img img {
  width: 100%;
  height: auto;
  will-change: transform;
}

@media (min-width: 1080px) {
  ._supportSwiper .swiper-slide ._img {
    width: 2.917vw;
    height: 2.917vw;
  }

  ._supportSwiper .swiper-slide ._title {
    padding: .833vw 0 .625vw 0;
    display: flex;
    align-items: center;
    font-size: .2rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    position: relative;
  }

  /*._supportSwiper .swiper-slide ._title::after{*/
  /*  content: "";*/
  /*  display: inline-block;*/
  /*  width: 1.25vw;*/
  /*  height: 1.5vw;*/
  /*  background: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3E%20%3Cg%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%20%3Cg%20transform='translate(-894.000000,%20-495.000000)'%20stroke='%23000000'%20stroke-width='2'%3E%20%3Cg%20transform='translate(50.000000,%20185.000000)'%3E%20%3Cg%20transform='translate(0.000000,%2046.000000)'%3E%20%3Cg%20transform='translate(452.000000,%20224.000000)'%3E%20%3Cg%20transform='translate(404.000000,%2052.000000)%20rotate(-360.000000)%20translate(-404.000000,%20-52.000000)%20translate(392.000000,%2040.000000)'%3E%20%3Cpolyline%20transform='translate(12.000000,%2012.000000)%20rotate(-45.000000)%20translate(-12.000000,%20-12.000000)%20'%20points='10%2010%2010%2014%2014%2014'%3E%3C/polyline%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E") no-repeat center;*/
  /*  -webkit-transform: rotate(-90deg);*/
  /*  transform: rotate(-90deg);*/
  /*  -webkit-transition: .3s ease-out;*/
  /*  transition: .3s ease-out;*/
  /*  z-index: 1;*/
  /*}*/
  ._supportSwiper .swiper-slide ._subTitle {
    font-size: .16rem;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.3;
  }
}

/* page case */
.page-case {
  padding: .7rem 0;
}

.page-case-list {
  flex-wrap: wrap;
}

.page-case-list a {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-bottom: 2px solid rgba(0, 0, 0, .05);
}

.page-case-list a:nth-child(2n) {
  margin-right: 0;
}

.page-case-list a .case-img {
  border-radius: .1rem;
  height: 4.2rem;
}

.page-case-list a h4 {
  padding: .2rem 0;
  font-size: 18px;
}

.page-case {
  background: #F2F3F2;
}

.page-case-content {
  align-items: flex-start;
}

.page-case-content .caseLeft {
  width: 50%;
  padding-right: 10vw;
}

.page-case-content .caseLeft .cn {
  font-size: .3rem;
  line-height: 1.4;
}

.page-case-content .caseLeft .desc {
  margin-top: .3rem;
  font-size: .18rem;
  color: var(--bg-green);
}

.page-case-content .caseLeft .img {
  margin-top: .3rem;
}

.page-case-content .caseLeft .img img {
  width: 100%;
}

.page-case-content .caseRight {
  width: 50%;
}

.case-det-box .tit {
  font-size: .2rem;
  color: var(--bg-green);
}

.case-det-box .page-text {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

/* 公司公告 */
.pageComNotice {
  background-color: #fff;
  position: relative;
}

.Cnotice-top {
  background: rgba(247, 247, 247, 1);
}

.Cnotice-top .Cnotice-title {
  position: relative;
}

.Cnotice-top .Cnotice-title>span {
  font-size: .4rem;
  font-weight: 700;
  color: var(--bg-green);
}

.Cnotice-top .cnoticeSwiper {
  margin-top: .48rem;
  height: 25.26vw;
}

.Cnotice-top .cnoticeSwiper .swiper-slide {
  display: flex;
}

.Cnotice-top ._left {
  width: 50%;
}

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

.Cnotice-top ._right {
  width: 50%;
  padding: .58rem .52rem;
  background: #fff;
}

.Cnotice-top ._right ._time {
  display: flex;
  align-items: flex-end;
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
}

.Cnotice-top ._right ._time span {
  font-size: .76rem;
  font-weight: 500;
  line-height: 1;
  color: var(--bg-green);
}

.Cnotice-top ._right ._title {
  font-size: .2rem;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  text-align: justify;
  margin-top: .35rem;
  transition: .3s;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.Cnotice-top .swiper-slide:hover ._title {
  color: var(--bg-green);
}

.Cnotice-top ._right ._desc {
  font-size: .14rem;
  line-height: 1.6;
  color: rgba(102, 102, 102, 1);
  margin-top: .27rem;
  text-align: justify;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.Cnotice-top ._right .more {
  font-size: .14rem;
  color: rgba(102, 102, 102, 1);
  text-align: right;
  margin-top: .2rem;
  transition: .3s;
  justify-content: flex-end;
}

.Cnotice-top .swiper-slide:hover .more {
  color: var(--bg-green);
}

.Cnotice-top ._right .more i {
  font-size: .14rem;
}

.Cnotice-top .prev-next {
  position: relative;
  height: .55rem;
  margin-top: .4rem;
}

.Cnotice-top .prev-next i {
  font-size: .18rem;
}

.Cnotice-top .swiper-button-prev {
  left: calc(100% - 1.3rem);
  transform: rotateY(180deg);
}

.Cnotice-top .swiper-button-prev,
.Cnotice-top .swiper-button-next {
  width: .55rem;
  height: .55rem;
  background: rgba(204, 204, 204, 1);
  color: #fff;
  top: 0;
  margin-top: 0;
  transition: .3s;
}

.Cnotice-top .swiper-button-prev:hover,
.Cnotice-top .swiper-button-next:hover {
  background: var(--bg-green);
}

.Cnotice-top .swiper-button-prev::after,
.Cnotice-top .swiper-button-next::after {
  content: none;
}

.Cnotice-top .swiper-pagination {
  text-align: right;
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
}

.Cnotice-top .swiper-pagination span:first-child {
  font-size: .2rem;
  color: var(--bg-green);
}

.Cnotice-main .cnotice_list {}

.cnotice_list .cnotice_item {
  padding: .48rem 0;
  display: flex;
  border-bottom: 1px solid rgba(218, 218, 218, 1);
  transition: .3s;
  position: relative;
}

.cnotice_list .cnotice_item::after {
  content: "";
  height: 1px;
  width: 0;
  background: var(--bg-green);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s;
}

.cnotice_list .cnotice_item:hover::after {
  width: 100%;
}

.cnotice_list .cnotice_item ._right {
  width: 4rem;
  overflow: hidden;
}

.cnotice_list .cnotice_item ._right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}

.cnotice_list .cnotice_item:hover ._right img {
  transform: scale(1.1);
}

.cnotice_list .cnotice_item ._left {
  width: calc(100% - 4rem);
  padding-right: 2.86rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cnotice_list .cnotice_item ._left ._time {
  font-size: .14rem;
  color: rgba(102, 102, 102, 1);
  margin-bottom: .1rem;
}

.cnotice_list .cnotice_item ._left ._title {
  font-size: .2rem;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  text-align: justify;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: .3s;
}

.cnotice_list .cnotice_item:hover ._left ._title {
  color: var(--bg-green);
}

.cnotice_list .cnotice_item ._left ._desc {
  font-size: .14rem;
  line-height: 1.8;
  color: rgba(102, 102, 102, 1);
  text-align: justify;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: .2rem;
}

/* 联系我们 */
.page-contact {
  background: #F7F7F7;
}

.page-contact .container {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.page-contact-left {
  padding-right: 3vw;
  width: 44.6%;
}

.page-contact-left .page-title {
  font-size: .34rem;
  color: #000;
  margin-bottom: .3rem;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’, source-han-serif-sc, serif;
  font-weight: bold
}

.page-contact-tel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: .4rem;
}

.page-contact-tel i svg {
  width: .5rem;
  height: .5rem;
  fill: var(--bg-green)
}

.page-contact-tel i svg path {
  fill: var(--bg-green)
}

.page-contact-tel p {
  margin-left: .1rem;
  font-size: .16rem;
  color: var(--bg-green);
}

.page-contact-tel p b {
  display: block;
  font-size: .4rem;
  color: var(--bg-green);
  line-height: 1;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’, source-han-serif-sc, serif;
}

.page-contact-adds {
  margin-bottom: .3rem;
}

.page-contact-adds p {
  align-items: center;
  font-size: .16rem;
  color: #333;
  line-height: 2;
}

.page-contact-adds p i {
  margin-right: .1rem;
  font-size: .18rem;
  color: var(--bg-green);
  line-height: 1;
}

.page-contact-code {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.page-contact-code-item {
  margin-right: 2vw;
  text-align: center;
  width: calc((100% - 6vw) / 4)
}

.page-contact-code-item img {
  display: block;
  width: 100%;
}

.page-contact-code-item:last-child {
  margin-right: 0
}

.page-contact-code-item p {
  font-size: .16rem;
  color: #333;
  margin-top: .1rem;
}

.page-contact-info {
  margin-top: .6rem;
  font-size: .16rem;
  color: #999;
  line-height: 2
}

.page-contact-right {
  width: 55.4%
}

.message {}

._pTitle {
  margin-bottom: 0.15rem;
  padding-bottom: 0.1rem;
  font-size: 0.28rem;
  font-weight: 600;
  line-height: 2;
  color: #333;
  position: relative;
}

._pTitle p {
  font-size: .18rem;
  line-height: 1.4;
  color: rgba(102, 102, 102, 1);
  font-weight: normal;
}

._formBox {
  width: 100%;
}

._formBox .form-item {
  margin-top: 0.2rem;
  padding: 0 0.3rem 0 0;
  flex-direction: column;
}

._formBox .form-item.col-2 {
  width: 50%;
}

._formBox .form-item.col-1 {
  width: 100%;
}

._formBox .form-item label {
  margin-bottom: 0.05rem;
  line-height: 2;
  color: #333;
}

._formBox .form-item label span.layui-form-item-required {
  color: #f00;
}

.form-item input,
.form-item input[type="text"],
.form-item input[type="password"],
.form-item input[type="email"],
.form-item input[type="tel"],
.form-item textarea {
  padding: 12px 15px;
  background: #eee;
  border: none;
  color: #5a646c;
  display: block;
  font-size: 0.16rem;
  line-height: 1.4;
  width: 100%;
}

._formBox .form-item:nth-of-type(3) {
  width: 100%;
}

._formBox .form-item .form_field_textarea {
  resize: none;
  height: 1.35rem;
}

._formBox .captcha-item {
  flex-direction: row;
}

._formBox .form-item-notice {
  clear: both;
  padding: 0.1rem 0.3rem;
  color: #999;
}

._formBox .form-item .form_btn {
  background-color: var(--bg-green);
  color: #fff;
  cursor: pointer;
  padding: 0 0.5rem;
  height: 50px;
  border-radius: 25px;
  border: none;
}

._contactMap {
  width: 100%;
  height: 6.2rem
}

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

.slidenav .swiper-slide {
  width: 11.2%;
}

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

/* 新闻详情 */
.newsDel {
  padding-bottom: 7.8125vw;
  padding-top: 0.4rem;
  background-color: #f0f4f7;
  position: relative;
}

.newsDel ._place {
  font-size: 0.14rem;
  line-height: 1;
}

.newsDel ._place span,
.newsDel ._place a {
  color: #666;
  transition: color 0.3s ease;
}

.newsDel ._cnt {
  margin-top: 0.5rem;
  align-items: flex-start;
}

.newsDel ._info {
  margin-right: 0.2rem;
  padding: 3.125vw;
  padding-bottom: 4.166666666666667vw;
  width: calc(100% - 5.1rem);
  background-color: #fff;
}

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

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

.newsDel ._info ._top ._line {
  font-size: 0.14rem;
  color: #999;
}

.newsDel ._sell {
  width: 4.9rem;
  position: sticky;
  top: 0.8rem;
}

.newsDel ._sell ._cont {
  padding: 3.125vw 0.3rem;
  background-color: #fff;
}

.newsDel ._sell ._title {
  font-size: 0.16rem;
  font-weight: bold;
  color: var(--bg-green);
}

.newsDel ._sell ._list {
  margin-top: 0.3rem;
}

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

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

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

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

.newsDel ._sell ._list ._item ._txt {
  padding: 0.4rem 0;
  line-height: 1;
}

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

.newsDel ._sell ._list ._item ._txt ._time {
  font-size: 0.14rem;
  color: #999;
}

.newsDel ._info ._contin {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 2;
}

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

.newsDel ._info ._skip {
  align-items: center;
  padding-top: 0.6rem;
  border-top: 1px solid #eee;
}

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

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

.newsDel ._info ._skip ._jump a {
  transition: color 0.3s ease;
  font-size: 0.14rem;
  color: #666;
  display: inline-block;
}

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

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

.newsDel ._info ._skip ._back>a {
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.14rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  transition: box-shadow 0.5s var(--bcr1);
  background-color: var(--bg-green);
  font-weight: bold;
}

.newsDel ._info ._skip ._back>a:before,
.newsDel ._info ._skip ._back>a:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s var(--bcr1);
  background-color: var(--bg-green);
}

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

.newsDel ._info ._skip ._back>a:after {
  z-index: -2;
  opacity: 0.1;
}


/* page path */
.path {
  font-size: 0.16rem;
  color: rgba(102, 102, 102, 1);
  display: flex;
  align-items: center;
  line-height: 2;
}

.path a {
  color: rgba(102, 102, 102, 1);
}

/* page sub menu */
.page-subMenu {
  position: absolute;
  width: 100%;
  left: 0;
  top: -0.58rem;
}

.pub-nav {
  height: 0.58rem;
}

.pub-nav li {
  width: 180px;
  height: 100%;
  text-align: center;
  position: relative;
}

.pub-nav li a {
  font-size: 0.18rem;
  line-height: 1;
  color: #fff;
  position: relative;
  word-break: keep-all;
}

.pub-nav li:first-child {
  padding-left: 0;
}

.pub-nav li.active,
.pub-nav li:hover {}

.pub-nav li.active a::before,
.pub-nav li:hover a::before {
  width: 30%;
}

.pub-nav li.active a,
.pub-nav li:hover a {
  font-weight: 800;
}

#bump {
  position: absolute;
  bottom: 0;
  left: 158px;
  width: 400px;
  height: 20px;
  background: url(../images/nav-bg.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 200;
  pointer-events: none;
}

/* page next */
.page-next {
  margin-top: 30px;
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.page-next p {
  width: 48%;
  flex: 1;
  line-height: 20px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding: 0.2rem;
  box-sizing: border-box;
  display: block;
}

.page-next .post_next {
  direction: rtl;
}

.page-next span {
  display: block;
  font-size: 0.14rem;
  padding-bottom: 1vw;
  color: rgba(102, 102, 102, 1);
}

.page-next a {
  font-size: 0.16rem;
  line-height: 1.6;
  font-weight: 600;
}

.page-next .post_next a {
  display: flex;
  justify-content: flex-end;
  direction: ltr;
}

/* page contact */
.page-contact {
  padding-top: 0;
  background: #f5f6f5;
}

.page-contact-list {
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.page-contact-list ._item {
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  width: calc((100% - 0.6rem) / 3);
}

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

.page-contact-list ._item .img-box {
  position: relative;
  overflow: hidden;
}

.page-contact-list ._item .img-box::before {
  content: "";
  display: block;
  padding-top: 65.0095602294%;
}

.page-contact-list ._item .img-box img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.page-contact-list ._item .item-cont {
  padding: 2.5em 4.5em 2.5em 2.8em;
  background-color: #fff;
  font-size: 0.2rem;
}

.page-contact-list ._item .item-title {
  font-size: 0.24rem;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.page-contact-list ._item .item-txt {
  line-height: 1.5;
  font-size: 0.16rem;
}

@media screen and (min-width: 1025px) {
  .hoverable:hover .hoverable_txt:after,
  ._proTab ._item:hover .hoverable_txt:after,
  ._proTab ._item.active .hoverable_txt:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}

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

/*pages*/
.pages {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
}

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

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

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

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

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

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

@media (max-width: 1024px) {
  .navs {
    display: none;
  }

  .openMenu {
    display: flex;
    align-items: center;
  }

  .banner {
    height: 68vh;
  }
}

@media (max-width: 760px) {}

@media (max-width: 560px) {}

@media screen and (orientation: portrait) {
  .ind_body {
    overflow-y: auto !important;
  }

  #header {
    height: 60px;
  }

  #header .header__nav__container {
    padding: 0 0.3rem;
    height: 100%;
  }

  .header__logo {
    margin-right: 0;
  }

  .header__logo a {
    height: .76rem;
  }

  .header__search {
    display: none;
  }

  .navs {
    display: none;
  }

  .operation {
    margin-left: auto;
    margin-right: .2rem;
  }

  .operation ._item .iconfont {
    font-size: .36rem;
  }

  .header__lang .language .language_item a {
    font-size: .28rem;
  }

  .Hbanner {
    margin-top: 60px;
    height: 36vh;
  }
  ._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: .2rem;
  }

  .fixed_server {
    display: none;
  }
  .Habout .container{
    flex-direction: column-reverse;
  }
  .Habout .Habout_l{
    padding: 0;
    width: 100%;
  }
  .pubInfo .info_text h3{
    font-size: .36rem;
  }
  .pubInfo .info_text h4{
    font-size: .266rem;
  }
  .pubInfo .info_text p{
    font-size: .24rem;
  }
  .Habout .Habout_r{
    margin-bottom: .3rem;
    padding: 0;
    width: 100%;
  }
  .Habout .Habout_r ._bg{
    display: none;
  }
  .Habout .Habout_r ._img{
    max-width: 100%;
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
  }
  .Hadvantage .indexTitle1 ._slogan{
    max-width: 100%;
    font-size: .2rem;
  }
  .Hadvantage ._picBox{
    height: 62vh;
  }
  .Hadvantage ._picBox ._slide ._txt{
    justify-content: center;
  }
  .Hadvantage ._picBox ._slide ._txt p{
    max-width: 100%;
    font-size: .266rem;
  }
  ._advList{
    flex-wrap: wrap;
  }
  ._advList ._item{
    margin-bottom: .15rem;
    width: calc((100% - .3rem)/3);
    align-items: center;
    justify-content: center;
  }
  ._advList ._item:nth-child(3n){
    margin-right: 0;
  }
  ._advList ._item ._title{
    font-size: .24rem;
  }
  ._advList ._item ._en{
    display: none;
    font-size: .2rem;
  }
  ._advList ._item.active{
    padding: .2rem .06rem;
  }
  ._advList ._item:first-child,._advList ._item:last-child{
    border-radius: unset;
  }
  ._advList ._item:first-child.active,._advList ._item:last-child.active{
    border-radius: 8px 8px 0 0;
  }
  ._proTab ._item{
    font-size: .266rem;
  }
  ._proTab ._item.active .hoverable_txt:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .pro-carousel__swiper .swiper-card ._desc{
    display: none;
  }
  .pro-carousel__swiper{
    padding-bottom: .8rem;
  }
  .pro-carousel__swiper .swiper-card ._title{
    font-size: .28rem;
  }
  ._listBox ._more{
    padding-top: .2rem;
    font-size: .24rem;
  }
  ._listBox ._more i{
    width: .5rem;
    height: .5rem;
  }
  .Hproduct::after{
    height: 55%;
    bottom: -46%;
  }
  /* mobile case */
  .Hcase ._box{
    height: auto;
  }
  ._maskSection{
    padding: 0;
    height: auto;
  }
  .Hcase ._caseWrap{
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    transform: none;
  }
  .Hcase ._caseImg{
    display: none;
  }
  ._caseMask{
    width: 100%;
    height: 5.12rem;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    z-index: 1;
  }
  ._caseSwiper .case_txt{
    padding: .6rem .2rem .35rem .3rem;
    width: 100%;
    opacity: 1;
  }
  ._caseSwiper .case_txt ._catNmae{
    padding-right: .3rem;
    margin-right: .3rem;
    font-size: .46rem;
    display: none;
  }
  ._caseSwiper .case_txt ._year{
    font-size: .24rem;
    line-height: 1.4;
  }
  ._caseSwiper .case_txt ._title{
    font-size: .28rem;
  }
  ._caseMask ._pvn._prevBtn{
    left: .3rem;
  }
  ._caseMask ._pvn._nextBtn{
    right: .3rem;
  }
  ._caseMask ._pvn svg{
    width: .6rem;
  }
  ._caseSwiper .pagination-box{
    right: .3rem;
    bottom: .3rem;
  }
  .cslb-num{
    flex-direction: row;
  }
  .cslb-num span{
    padding: 0 3px;
  }
  ._packageList{
    flex-wrap: wrap;
  }
  ._packageList ._item{
    margin-bottom: .3rem;
    width: 100%;
  }
  ._packageList ._item ._title{
    font-size: .3rem;
  }
  ._packageList ._item ._area{
    font-size: .266rem;
  }
  ._packageList ._item ._des{
    font-size: .22rem;
  }
  ._packageList ._item ._include{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  ._packageList ._item ._include ._iItem{
    align-items: center;
    font-size: .24rem;
  }
  ._packageList ._item ._btn{
    font-size: .24rem;
  }
  ._remark{
    font-size: .18rem;
    line-height: 1.4;
  }

  /* page */
  .page-main {
    margin-top: 60px;
    overflow: hidden;
  }

  .subbanner {
    height: 18vh;
  }

  .subbanner .container {
    top: 50%;
  }
  .subbanner .container h2{
    font-size: .4rem;
    letter-spacing: 2px;
  }
  .subbanner .container p {
    font-size: 0.24rem;
    line-height: 1.6;
  }

  .page-subMenu {
    margin-top: 0;
    background-color: transparent;
    box-shadow: 0px 2px 8px rgba(135, 135, 135, 0.2);
    position: relative;
    left: inherit;
    top: inherit;
  }

  .page-subMenu .container {
    max-width: 100%;
    padding: 0;
    height: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .container-left {
    width: 100%;
  }

  .page-name {
    display: none;
  }

  .pub-nav {
    width: 100%;
  }

  .pub-nav ul {
    width: 100%;
    /* display: block; */
  }

  .pub-nav li {
    width: auto;
    padding: 0;
    flex: auto;
  }

  .pub-nav li a {
    display: block;
    padding: 0.15rem 0.2rem;
    font-size: 0.28rem;
    line-height: 2;
    color: #343434;
  }

  #bump {
    display: none;
  }

  .path {
    width: 100%;
    padding: 0.2rem 0;
    font-size: 0.24rem;
  }

  /* mobile page about */
  .page-about .container {
    flex-wrap: wrap;
  }
  .page-about-bd{
    flex-direction: column;
  }

  .about_left {
    margin-bottom: .3rem;
    padding-right: 0;
    width: 100%;
  }
  .about_txt .p-thd{
    font-size: .3rem;
  }

  .about_pic {
    width: 100%;
  }
  .about_pic::before{
    left: .3rem;
    top: .3rem;
  }
  .about_txt p{
    font-size: .266rem;
  }
  .about-title h3 {
    font-size: .4rem;
  }

  .about-cont {
    padding-right: 0;
    overflow-y: hidden;
    max-height: none;
  }

  .about-cont p {
    font-size: .266rem;
  }
  .page-advantage .adv-card{
    margin-bottom: .3rem;
    width: 50%;
  }
  .page-advantage .adv-card i{
    font-size: .52rem;
  }
  .page-advantage .adv-card h4, .page-advantage .adv-card p{
    font-size: .28rem;
    line-height: 2;
  }
  .page-advantage .adv-card span,.page-advantage .adv-card em{
    font-size: .24rem;
  }
  .page-culture .cont{
    margin: .5rem 0 0;
  }
  ._hexagon{
    display: none;
    width: 3rem;
    height: auto;
  }
  .culture-list{
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    transform: none;
    flex-direction: column;
  }
  .culture-list ._item{
    margin-top: .24rem;
    margin-bottom: .24rem;
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
  .culture-list ._item ._tName{
    font-size: .3rem;
  }
  .culture-list ._item ._tName::before{
    height: 1px;
  }
  .culture-list ._item p{
    font-size: .24rem;
  }
  .culture-list ._item:nth-child(2n){
    align-items: flex-start;
    right: auto;
  }
  .culture-list ._item:nth-child(2n) ._tName em{
    right: 0;
    left: auto;
  }
  .culture-list ._item ._tName em::before{
    display: none;
  }
  .culture-list ._item.no3, .culture-list ._item.no4{
    bottom: auto;
  }
  .culture-list ._item:nth-child(2n) ._tName{
    justify-content: flex-start;
  }
  .page-history ._circle{
    width: 6rem;
    height: 6rem;
  }
  .swiper-history{
    padding: 0 .3rem;
  }
  #courseTab:before{
    top: 18px;
    border-bottom-width: 1px;
  }
  .swiper-history ._item h4{
    font-size: .36rem;
  }
  .swiper-history ._item .desc{
    font-size: .266rem;
    line-height: 1.8;
  }
  #courseswr ._item ._line{
    font-size: .3rem;
  }
  .courseswr_btn{
    margin-top: .3rem;
  }

  .below {
    margin-top: -0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }

  .below::before {
    height: 100%;
  }

  .below .below_l {
    padding-left: 0.3rem;
    /* display: none; */
  }

  .below .below_r {
    padding-right: 1rem;
    /* background-color: #f5f5f5; */
    display: flex;
    align-items: center;
  }

  .slidenav {
    margin: 0;
  }

  .slidenav .swiper-slide {
    width: auto;
  }

  .slidenav ._item>a {
    padding: 0 5vw;
    height: 0.8rem;
    /* color: #333; */
  }

  .slidenav ._item>a span {
    font-size: 0.266rem;
  }

  .slidenav .swiper-slide.active ._item>a,
  .slidenav .swiper-slide:hover ._item>a {
    /* color: #333; */
  }

  .below .below_r .slidenav_next {
    width: 1rem;
    padding-right: 0;
  }

  .below .below_r .slidenav_next>a {
    display: block;
    font-size: 0.28rem;
  }

  ._topNotice {
    font-size: 0.24rem;
  }
  /* mobile page product */
  .page-product{
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  ._pageProList ._item{
    width: 100%;
  }
  ._pageProList ._item ._title{
    font-size: .3rem;
  }
  ._pageProList ._item ._desc{
    font-size: .24rem;
  }
  /* mobile page product detail */
  .page-crumb{
    margin-top: 0;
    font-size: .24rem;
  }
  .page-crumb ._back{
    font-size: .266rem;
  }
  .page-product-detail{
    padding: 0;
  }
  .page-product-top{
    padding: .3rem 0;
  }
  .page-product-top .container{
    flex-direction: column;
  }
  .page-product-detail ._proPics{
    margin-bottom: .3rem;
  }
  .page-product-detail ._proPics,.page-product-detail ._proInfo{
    width: 100%;
  }
  ._proPics .pro-pagination{
    font-size: .2rem;
  }
  .page-product-detail ._proPics .swiper-pagination-current{
    font-size: .266rem;
  }
  .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;
  }

  /* mobile page solution */
  .application-solution-section {
    overflow: hidden;
  }
  .solution-container .sub-title{
    font-size: 0.36rem;
    font-weight: 600;
  }
  .solution-summary{
    flex-direction: column-reverse;
  }
  .solution-summary .solution-pic {
    width: 100%;
    height: 3rem;
  }
  .solution-summary.about-text .cont{
    margin-top: 0.2rem;
    padding-right: 0;
    width: 100%;
  }
  .solution-summary .cont p{
    font-size: .266rem;
  }
  .application-list .swiper-slide .img-box{
    height: 2.68rem;
  }

  .sol-subname {
    padding-left: 0.3rem;
    font-size: 0.32rem;
  }

  .function-item {
    flex-direction: column;
  }

  .function-item .info {
    margin-right: 0;
    margin-bottom: 0.3rem;
    width: 100%;
  }

  .function-item .img {
    width: 100%;
  }

  .application-list .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }

  .application-list .swiper-slide.swiper-slide-prev,
  .application-list .swiper-slide.swiper-slide-next {
    transform: scale(0.8);
  }

  .application-list .swiper-slide h4 {
    font-size: 0.3rem;
  }

  .solution-case-list .thead .mlogo {
    margin-right: 0.2rem;
    width: 0.68rem;
    height: 0.68rem;
  }

  .solution-case-list .thead .mname {
    width: calc(100% - 0.88rem);
    font-size: 0.28rem;
  }

  .solution-case-list p {
    font-size: 0.266rem;
  }

  .solution-case-list a.more {
    margin-top: 0.1rem;
    padding: 0.05rem 0.15rem;
    width: 1.6rem;
    height: auto;
    line-height: 2;
    font-size: 0.24rem;
    text-align: center;
  }

  .relative-list {
    height: 6.2rem;
  }

  .relative-list .swiper-slide .img-box {
    width: 1.96rem;
  }

  .relative-list .swiper-slide .txt-box {
    width: calc(100% - 1.96rem);
  }

  .relative-list .swiper-slide .txt-box .time {
    font-size: 0.24rem;
  }

  .relative-list .swiper-slide .txt-box .title {
    font-size: 0.266rem;
  }

  .relative-list .swiper-slide .txt-box .rmore {
    font-size: 0.26rem;
  }

  .relative-section .icon-btn {
    position: absolute;
  }

  /* mobile service support */
  ._serviceList ._item,
  ._serviceList ._item:nth-child(even) {
    flex-direction: column;
  }

  ._serviceList ._item ._img {
    margin-bottom: .3rem;
    width: 100%;
    height: 3.32rem;
  }

  ._serviceList ._item ._img img {
    border-radius: 6px;
  }

  ._serviceList ._item ._txt {
    width: 100%;
    padding: 0;
  }

  ._serviceList ._item h3 {
    font-size: .32rem;
  }

  ._serviceList ._item h4 {
    font-size: .28rem;
  }

  ._serviceList ._item p {
    font-size: .266rem;
  }

  ._serviceList ._item ._more {
    margin-top: .3rem;
    padding: .15rem .3rem;
    font-size: .24rem;
  }

  ._supportSwiper {
    padding: 0 .3rem;
  }

  ._supportSwiper .swiper-slide>div {
    padding: .3rem;
  }

  ._supportSwiper .swiper-slide ._img img {
    width: 32%;
  }

  ._supportSwiper .swiper-slide ._title {
    font-size: .22rem;
  }

  ._supportSwiper .swiper-slide ._subTitle {
    font-size: .18rem;
  }

  /* mobile news detail */

  .newsDel {
    padding-top: 0.5rem;
    padding-bottom: 0.6rem;
  }

  .newsDel ._place {
    padding-right: 0;
    font-size: 0.24rem;
  }

  .newsDel ._sell {
    display: none;
  }

  .newsDel ._info {
    margin-right: 0;
    width: 100%;
  }

  .newsDel ._info ._contin {
    padding: 0.3rem 0;
    text-align: left;
    line-height: 2;
    font-size: 0.26rem;
  }

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

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

  /* mobile case list */
  .page-case-list a .case-img {
    height: 2.2rem
  }

  .page-case-list a h4 {
    font-size: .28rem;
  }

  /* mobile page case detail */
  .page-case {
    padding: .5rem 0;
  }

  .page-case-content {
    flex-direction: column;
  }

  .page-case-content .caseLeft {
    width: 100%;
    padding-right: 0;
    position: relative;
    top: auto;
  }

  .page-case-content .caseLeft .desc {
    font-size: .266rem;
  }

  .page-case-content .caseRight {
    width: 100%;
  }

  .case-det-box .tit {
    font-size: .3rem;
  }

  .pageNoticeList ._item {
    margin-right: 0;
    margin-bottom: 0.2rem;
    width: 100%;
  }

  .pageNoticeList ._item ._name {
    font-size: 0.2rem;
  }

  .pageNoticeList ._item ._name h4 {
    font-size: 0.28rem;
  }

  .pageNoticeList ._item ._desc {
    font-size: 0.22rem;
  }

  .Cnotice-top .cnoticeSwiper {
    margin-top: .3rem;
    width: 100%;
    height: 360px;
  }

  .Cnotice-top .cnoticeSwiper .swiper-slide {
    flex-direction: column;
  }

  .Cnotice-top ._left,
  .Cnotice-top ._right {
    width: 100%;
  }

  .Cnotice-top ._left {
    height: 5rem;
    overflow: hidden;
  }

  .Cnotice-top ._right {
    padding: 0.3rem;
  }

  .Cnotice-top ._right ._time {
    font-size: 0.24rem;
  }

  .Cnotice-top ._right ._time span {
    font-size: 0.66rem;
  }

  .Cnotice-top ._right ._title {
    font-size: 0.266rem;
    -webkit-line-clamp: 1
  }

  .Cnotice-top ._right ._desc {
    margin-top: 0.1rem;
    font-size: 0.24rem;
  }

  .Cnotice-top ._right .more {
    font-size: 0.2rem;
  }

  .Cnotice-top .prev-next i {
    font-size: 0.3rem;
  }

  .cnotice_list .cnotice_item {
    padding: 0.2rem 0;
  }

  .cnotice_list .cnotice_item ._left {
    padding-right: 0.3rem;
    width: 70%;
  }

  .cnotice_list .cnotice_item ._left ._time {
    font-size: 0.2rem;
  }

  .cnotice_list .cnotice_item ._left ._title {
    font-size: 0.28rem;
  }

  .cnotice_list .cnotice_item ._left ._desc {
    margin-top: 0.1rem;
    font-size: 0.2rem;
    -webkit-line-clamp: 1;
  }

  .cnotice_list .cnotice_item ._right {
    width: 30%;
  }

  /* page news detail */
  .page-news-box {
    padding: 0.5rem 0;
    background-color: #fff;
    position: relative;
  }

  .page-news-detail {
    padding: 0;
    max-width: 100%;
    flex-direction: column;
  }

  .news-detail-left {
    width: 100%;
  }

  .page-title {
    font-size: 0.32rem;
  }

  .news-detail-left .page-info {
    font-size: 0.24rem;
    margin: 0.2rem 0;
    padding: 0.15rem 0;
  }

  .news-detail-right {
    width: 100%;
  }

  .news-detail-right h3 {
    font-size: 0.32rem;
  }

  .page-text,
  .page-text p {
    font-size: 0.26rem;
  }

  .page-about-cont .page-text strong {
    font-size: 0.3rem;
  }

  .page-next .post_prev,
  .page-next .post_next {
    padding: 10px;
  }

  .page-next a {
    font-size: 0.26rem;
  }

  .page-info {
    margin: 0.38rem 0;
    padding-bottom: 0.285rem;
    font-size: 0.24rem;
  }

  .page-next {
    margin-top: 0.38rem;
  }

  /* mobile page innovations */
  ._innovProList ._item {
    margin-right: .2rem;
    margin-bottom: .2rem;
    width: calc((100% - 0.2rem) / 2);
  }

  ._innovProList ._item ._img {
    max-width: 78%;
  }

  ._innovProList ._item ._title {
    font-size: .266rem;
  }

  ._innovProList ._item ._desc {
    font-size: .2rem;
  }

  ._innovProList ._item:nth-child(2n) {
    margin-right: 0;
  }

  ._innovCaseList ._item {
    margin-right: .2rem;
    margin-bottom: .2rem;
    width: calc((100% - 0.2rem) / 2);
    height: 4.22rem;
  }

  ._innovCaseList ._item ._title {
    font-size: .3rem;
    line-height: 1.6;
  }

  ._innovCaseList ._item ._desc {
    font-size: .2rem;
  }

  ._innovCaseList ._item ._more {
    font-size: .24rem;
  }

  ._innovCaseList ._item:nth-child(2n) {
    margin-right: 0;
  }

  /* mobile page contact */
  .page-contact {
    padding-top: 0;
  }

  .page-contact .container {
    padding-top: .4rem;
    padding-bottom: .4rem;
    flex-direction: column;
  }

  .page-contact-left {
    padding-right: 0;
    width: 100%;
  }

  .page-contact-left {
    width: 100%;
  }

  .page-contact-left .page-title {
    font-size: .4rem;
    margin-bottom: .3rem;
  }

  .page-contact-tel {
    margin-bottom: .2rem;
  }

  .page-contact-tel i {
    display: flex;
    width: .8rem;
    height: .8rem
  }

  .page-contact-tel i svg {
    width: .8rem;
    height: .8rem
  }

  .page-contact-tel p {
    font-size: .24rem
  }

  .page-contact-tel p b {
    font-size: .42rem
  }

  .page-contact-adds p {
    margin: .3rem 0;
    font-size: .26rem;
    align-items: flex-start;
    line-height: 1.4;
  }

  .page-contact-adds p i {
    margin-right: .15rem;
    font-size: .3rem;
    line-height: 1.4;
  }

  .page-contact-code-item p {
    font-size: .24rem
  }

  .page-contact-adds {
    margin-bottom: .3rem;
    font-size: .28rem;
  }

  .page-contact-info {
    margin-top: .3rem;
    font-size: .24rem;
  }

  ._formBox {
    width: 100%;
  }

  ._pTitle {
    font-size: .36rem;
  }

  ._pTitle p {
    font-size: .24rem;
  }

  ._formBox .form-item {
    margin-bottom: 0.2rem;
    width: 100%;
    float: none;
  }

  ._formBox .form-item.col-2 {
    width: 100%;
  }

  ._formBox .form-item label {
    font-size: 14px;
  }

  .form-item input,
  .form-item input[type="text"],
  .form-item input[type="password"],
  .form-item input[type="email"],
  .form-item input[type="tel"],
  .form-item textarea {
    font-size: 14px;
  }

  ._formBox .form-item .form_field_textarea {
    height: 2rem;
  }

  ._formBox .captcha-item input {
    max-width: 50% !important;
  }

  .page-contact-right {
    padding-top: .4rem;
    width: 100%
  }

  ._contactMap {
    width: 100%;
    height: 5rem;
  }

  /* footer */
  #footer {}

  .bottom {
    padding: 0.2rem 0.3rem .5rem;
  }

  #footer .container {
    flex-direction: column;
  }

  .bottom-left {
    width: 100%;
  }

  .conAddress {
    font-size: 0.26rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .conAddress .code {
    width: 36%;
    display: none;
  }

  /* .conAddress .code img{
    width: 100%;
  } */
  .conAddress .conInfo {
    width: 100%;
    flex-direction: column;
  }

  .conAddress li+li {
    margin-left: 0;
  }

  .conInfo i {
    font-size: 0.28rem;
  }

  .conInfo .des {
    padding: 0;
    border-left: none;
    flex-direction: row;
    align-items: center;
  }

  .conInfo .des span {
    display: none;
  }

  .conInfo .des p {
    font-size: .266rem;
  }

  .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 {
    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;
    border-top: 1px solid rgba(235, 235, 235, 0.1);
    text-align: center;
    z-index: 5;
  }

  .footer-copyright p,
  .footer-copyright span,
  .footer-copyright a {
    font-size: 0.22rem;
  }

  .footer-copyright .backTop {
    width: 0.66rem;
    height: 0.66rem;
    top: -40px;
    right: 0;
    transform: none;
  }

  .footer-copyright .backTop i::before {
    z-index: 0;
  }
}