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

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

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

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

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

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

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

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

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

select {
  max-width: 100%;
}

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

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

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

strong {
  font-weight: 600;
}

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

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

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

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

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

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

a {
  color: #232830;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-primary-color {
  color: var(--text-color-red) !important;
}

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

.font-white {
  color: white;
}

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

html {
  font-size: 100px;
}

.ind_body {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  text-decoration: none;
}

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

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

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

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

div {
  -webkit-appearance: none;
}

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

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

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

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

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

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

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

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

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

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

.clearfix:after {
  clear: both;
}


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

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

/*redefine global*/
:root {
  --bg-blue: rgba(2, 100, 209, 1);
  --bg-red: rgba(207, 32, 26, 1);
  --bg-blue2: rgba(0, 74, 139, 1);
  --bg-white: #fff;
  --bg-black: #000;
  --text-color-blue: rgba(2, 100, 209, 1);
  --text-color-red: rgba(207, 32, 26, 1);
  --text-color-blue2: rgba(0, 74, 139, 1);
  --text-color-white: #ffffff;
  --text-color-black: #000;
  --text-color-grey: #666;
  --text-color-999: #999;
}

@media screen and (orientation: landscape) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pc {
  display: block;
}

.mobile {
  display: none;
}

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

/*header*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 116px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent);
  transition: 0.65s;
}

.header:hover,
.header.scroll {}

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

.header__logo {
  position: relative;
  width: 238px;
}

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

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

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

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

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

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

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

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

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

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

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

.navs {}

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

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

.navs>li::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -7px;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  transition: all .3s;
} */
.navs>li span {
  display: block;
  width: .44rem;
  height: .4rem;
  background-color: #0264D1;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: absolute;
  left: .1rem;
  top: 50%;
  transform: rotate(160deg) translateY(50%);
  z-index: 0;
  opacity: 0;
  transition: all .3s;
}

.navs>li span::before {
  content: "";
  display: block;
  /* width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem); */
  background-color: #fff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
  z-index: 1;
}

.navs>li span::after {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 5.5px;
  right: 5.5px;
  bottom: 5.5px;
  background: #0264D1;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

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

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

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

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

.navs>li:first-child {}

.navs>li>a {
  padding: 0 28px;
  display: block;
  color: #fff;
  line-height: 116px;
  font-size: .2rem;
  transition: all .3s;
  position: relative;
  z-index: 4;
}

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

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

/* .header:hover .navs>li>a:before {
  background-color: var(--bg-blue);
} */

.navs>li>.submenu {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.navs>li>.submenu a {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.4rem;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0.4rem;
  padding: 0 10px;
  -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: #333;
}

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

.navs>li>.submenu a:hover {
  color: #fff;
  background: var(--bg-blue);
}

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

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

#header::after {
  content: "";
  width: 2.06rem;
  height: 1.7rem;
  background: url(../images/ibg1.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

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

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

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

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

/* header operation */
.header .operation {
  padding-right: .4rem;
}

.operation ._item {
  color: #fff;
}

.header__tel {
  margin-left: 3vw;
  align-items: center;
  line-height: 1.4;
}

.header__tel b {
  font-size: .18rem;
  font-weight: normal;
}

.operation i {
  margin-right: .05rem;
  font-size: 0.18rem;
  font-size: .26rem;
}

.header__search {
  margin-left: 3vw;
  cursor: pointer;
}

.header__mail {
  margin-left: 2vw;
}

#header.header-sticky .operation ._item {
  /* color: var(--text-color-blue); */
}

#header.header-sticky .operation .header__tel {
  color: var(--bg-red);
}

/* 搜索框弹出层 */
.mobile_search {
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 116px;
  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-blue2);
}

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

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

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

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

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

.m-nav a {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pcbanner {
  height: 100vh;
}

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

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

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

.swiper-pcbanner ._bg::after {
  content: "";
  width: 2.7rem;
  height: 1.86rem;
  background: url(../images/ibg2.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

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

#homeMain .fp-is-overflow>.fp-overflow {
  overflow: visible;
}

.banner-text {
  width: 100%;
  height: 100%;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.banner-text .heading-text {
  /* font-family: "HarmonyOS_Sans_SC_Bold"; */
  color: #fff;
  font-weight: 900;
  line-height: 1.6;
  font-size: 0.68rem;
  -webkit-text-stroke: 0 #fff;
  letter-spacing: 1px;
  text-align: center;
  z-index: -1;
}
.banner-text .heading-text img{
  display: block;
  margin: 0 auto;
  max-width: 86%;
  height: auto;
}
.banner-text .heading-text span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
}


.lb-btn {
  gap: .4rem;
}

.lb-btn .banner-prev,
.lb-btn .banner-next {
  color: #fff;
  font-size: .15rem;
  width: .6rem;
  height: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all .3s ease-in-out;
  z-index: 10;
}

.lb-btn .banner-next {
  left: auto;
  right: .2rem;
  /* margin-top: -.2rem; */
}

.lb-btn .banner-prev i,
.lb-btn .banner-next i {
  z-index: 1;
}

.lb-btn .banner-prev::before,
.lb-btn .banner-next::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--bg-red);
  transform: translateX(0) skew(-15deg);
  position: absolute;
  left: 0%;
  top: 0;
}

.lb-btn .banner-prev i {
  transform: rotate(180deg);
}

.lb-btn .banner-prev:hover,
.lb-btn .banner-next:hover {
  margin-top: -.2rem;
  color: #fff;
}

.lb-btn .banner-prev:hover::before,
.lb-btn .banner-next:hover::before,
.lb-btn .banner-next::before {}

.lb-btn .banner-prev.swiper-button-disabled,
.lb-btn .banner-next.swiper-button-disabled {
  cursor: not-allowed;
}

.lb-btn .banner-prev.swiper-button-disabled::before,
.lb-btn .banner-next.swiper-button-disabled::before {
  background-color: rgba(255, 255, 255, .5);
}

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

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

.lb-pagination {
  height: auto;
  align-items: center;
}

.lb-pagination .line-progress {
  margin: 0 !important;
  width: .6rem;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  opacity: 1;
}

.lb-pagination .line-progress.swiper-pagination-bullet-active {
  background-color: var(--bg-red);
  opacity: 1;
}

.lb-pagination .line-progress i {
  display: block;
  width: .1rem;
  height: .1rem;
  background-color: var(--bg-red);
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s ease-in-out;
}

.lb-pagination .line-progress.swiper-pagination-bullet-active i {
  opacity: 1;
}

.lb-num {
  align-items: center;
  color: rgba(255, 255, 255, 1);
  font-size: 0.16rem;
  line-height: 1;
  font-family: "YSHaoShenTi";
  /* position: absolute;
  right: 0.5rem;
  bottom: .5rem; */
  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*/
}

.fp-slidesNav,
.fp-watermark {
  display: none;
}

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

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

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

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

.banner-mouse i {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #fff;
  width: .4rem;
  height: .4rem;
  line-height: 1;
  transform: rotate(90deg) translate(-50%, -50%);
  animation: linedown linear infinite 1.5s;
  -webkit-animation: linedown linear infinite 1.5s;
  -moz-animation: linedown linear infinite 1.5s;
  -ms-animation: linedown linear infinite 1.5s;
  -o-animation: linedown linear infinite 1.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
}

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

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

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

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

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

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

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

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

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

.incenter {
  text-align: center;
}

.inright {
  text-align: right;
}

.box {
  padding: 0.6rem 0;
}

.title {
  padding: 0.15rem 0;
}

.title .en {
  margin-top: -.9rem;
  font-size: .6rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.6;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.title h3 {
  font-size: 0.42rem;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 2px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 2;
}

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

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

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

/* about */
.about {
  padding-top: 1rem;
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(53, 71, 96, 0.5); */
}

.about .about-wrapper {
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.about .Habout_l {
  width: 51%;
}

.about .crumbs {
  height: 5.12rem;
}

.about .crumbs .item {
  height: 100%;
  position: relative;
}

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

.about .crumbs .item_bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about .crumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px 0 0 60px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.about .Habout_r {
  width: 49%;
  position: relative;
}

.about ._info {
  height: 100%;
  position: relative;
  padding: .3rem 6.25vw .4rem 4.6875vw;
  overflow: hidden;
}

/* about info detail */
.indexTitle1 {}

.indexTitle1 ._mTitle {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 1);
  font-size: 0.26rem;
  line-height: 1.2;
  align-items: center;
  flex-flow: row;
  gap: .2rem;
  position: relative;
  z-index: 1;
}

.indexTitle1 ._mTitle::before {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  background: url(../images/ibg3.png) no-repeat center;
  background-size: contain;
  z-index: 0;
}

.indexTitle1 ._fTitle {
  font-size: .28rem;
  color: rgba(29, 36, 50, 1);
  line-height: 2;
}

.indexTitle1 ._fTitle span {
  color: var(--bg-blue);
}

.indexTitle1 ._slogan {
  margin-bottom: 0.5rem;
  font-size: .32rem;
  color: rgba(29, 36, 50, 1);
  line-height: 1.4;
  font-weight: 400;
  position: relative;
}

.pubInfo {
  flex-flow: row wrap;
  gap: .3rem;
}

.pubInfo .info_text {
  width: 100%;
  font-size: .18rem;
  line-height: 2;
  color: rgba(51, 51, 51, 1);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  work-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.pubInfo .info_text p {
  text-align: justify;
  text-indent: 2em;
  line-height: 2;
}
.pubInfo .info_text p+p{
  margin-top: 0.2rem;
}
.about ._info ._bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

._moreBtn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid var(--bg-blue);
  height: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px 0 35px;
  border-radius: 40px;
  background: var(--bg-blue);
  overflow: hidden;
  cursor: pointer;
}

._moreBtn span {
  font-size: .16rem;
  color: #fff;
  transition: 0.4s;
}

._moreBtn ._btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: 0.26rem;
  position: relative;
}

._moreBtn ._btn::after {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  z-index: 0;
}

._moreBtn ._btn div {
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 2;
  width: 100%;
  width: 200%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

._moreBtn ._btn div p {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._moreBtn ._btn div p i {
  margin: auto;
  color: var(--bg-blue);
  font-size: 12px;
  transition: 0.4s;
}

._moreBtn ._btn div .p1 i {
  color: transparent;
}

._moreBtn:hover ._btn::after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

._moreBtn:hover ._btn div {
  left: 0;
}

._moreBtn:hover ._btn div .p1 i {
  color: var(--bg-blue);
}

._moreBtn:hover ._btn div .p2 i {
  color: transparent;
}

/* 发展历程 */
.history_warp {
  margin-top: .5rem;
}

.history_warp .tabnavwarp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.history_warp .tabnavwarp .itembox {
  border-left: 1px solid #c5c5c5;
  overflow: hidden;
  min-width: 25%
}

.history_warp .tabnavwarp .itembox:nth-child(2),
.history_warp .tabnavwarp .itembox:nth-child(3) {
  min-width: 25%
}

.history_warp .tabnavwarp .itembox:hover .titbox,
.history_warp .tabnavwarp .itembox.active .titbox {
  color: var(--bg-blue);
  font-weight: bold
}

.history_warp .tabnavwarp .itembox:hover ul,
.history_warp .tabnavwarp .itembox.active ul {
  background: linear-gradient(180deg, rgba(2, 100, 209, .1) 0%, rgba(2, 100, 209, 0) 100%)
}

.history_warp .tabnavwarp .titbox {
  height: 3.0208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  padding: 0 1.1458333333vw;
  color: #80838c;
  font-size: .8333333333vw;
  border-bottom: 1px solid #c5c5c5;
  font-family: 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;
}

@media screen and (max-width: 1680px) {
  .history_warp .tabnavwarp .titbox {
    font-size: 1.0083333333vw;
    font-size: 1.0666666667vw
  }
}

@media screen and (max-width: 980px) {
  .history_warp .tabnavwarp .titbox {
    font-size: 14px
  }
}

.history_warp .tabnavwarp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  margin-left: -.5208333333vw;
  padding: 0 1.1458333333vw;
  position: relative;
  width: calc(100% + .5208333333vw);
  -webkit-transition: background 1s;
  transition: background 1s
}

.history_warp .tabnavwarp ul:hover {
  background: url(../img/line.png) repeat-x
}

.history_warp .tabnavwarp ul li {
  display: inline-block;
  height: 28px;
  border-radius: 14px;
  line-height: 28px;
  color: #80838c;
  font-size: .9375vw;
  position: relative;
  padding: 0 .5208333333vw;
  cursor: pointer;
  -webkit-transition: ease .5s;
  transition: ease .5s
}

@media screen and (max-width: 1680px) {
  .history_warp .tabnavwarp ul li {
    font-size: 1.134375vw
  }
}

@media screen and (max-width: 980px) {
  .history_warp .tabnavwarp ul li {
    font-size: 14px
  }
}

.history_warp .tabnavwarp ul li:hover,
.history_warp .tabnavwarp ul li.active {
  background: var(--bg-blue);
  color: #fff
}

/* product */
.product {
  padding-top: 1rem;
  position: relative;
  overflow: hidden;
}

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

.product-wrapper ._top {
  align-items: flex-start;
}

.product-wrapper ._top .indexTitle1 ._slogan {
  margin-bottom: .3rem;
}

._tab {
  margin: 0 0 0 auto;
  justify-content: center;
}

.product-wrapper ._top ._item,
._tab ._item {
  margin: 0 .5rem 0 0;
  font-size: .2rem;
  color: rgba(51, 51, 51, 100);
}

.product-wrapper ._top ._proMore ._item {
  margin: 0;
}

.product-wrapper ._top ._item .hoverable_txt,
._tab ._item .hoverable_txt {
  /* padding-bottom: .03rem; */
}

.product-wrapper ._top ._item .hoverable_txt:after,
._tab ._item .hoverable_txt::after {
  height: .06rem;
  bottom: 2px;
  background-color: var(--bg-blue);
  z-index: -1;
}

.product-wrapper ._top ._item:hover,
.product-wrapper ._top ._item.active,
._tab ._item:hover,
._tab ._item.active {
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
}

._listItem {
  position: relative;
  background: url(../images/logo-text.png) no-repeat center;
  background-size: contain;
}

._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%;
  color: rgba(153, 153, 153, 1);
  line-height: 1;
  transition: all .3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.pro-carousel__control--prev {
  left: 0;
}

.pro-carousel__control--next {
  right: 0;
}

._carouselBtn i {
  font-size: .25rem;
}

.pro-carousel__control--prev i {
  transform: rotateY(180deg);
}

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

.pro-carousel__swiper .swiper-slide {
  transition: 300ms;
  transform: scale(0.68);
}

.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;
  height: 4rem;
  /* width: 368px; */
  /* aspect-ratio: 3/2; */
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.pro-carousel__swiper .swiper-card>div>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

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

.pro-carousel__swiper .swiper-card ._desc {
  color: rgba(102, 102, 102, 1);
  font-size: .16rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro-carousel__swiper .swiper-slide-active {
  transform: scale(1);
}

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

._listBox ._more,
._advHd ._more {
  font-size: .16rem;
  line-height: 1;
  color: rgba(51, 51, 51, 1);
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -.68rem;
  transform: translateX(-50%);
  z-index: 2;
}

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

/* advantage */
.advantage {
  padding-top: 1rem;
  position: relative;
}

.advantage .fp-bg>img {
  opacity: 1;
}

.advantage .fp-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(42, 130, 228, .6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.advantage-wrapper {
  color: #fff;
  flex-flow: column;
  align-items: center;
  gap: .6rem;
}

._advHd {
  flex-flow: column;
  align-items: center;
}

._advHd ._mTitle {
  margin-bottom: .3rem;
  font-size: .38rem;
  line-height: 2;
}

._advHd ._subTitle {
  margin-bottom: .1rem;
  font-size: .2rem;
}

._advHd ._desc {
  max-width: 70%;
  font-size: .16rem;
  opacity: .82;
}

._advHd ._more {
  margin-top: .4rem;
  color: #fff;
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
}

._advHd ._more i {
  background-color: var(--bg-blue);
  transform: rotate(-45deg);
}

._advBd {
  flex-flow: row;
  justify-content: center;
  gap: 1rem;
}

._advBd>div._item {
  flex-flow: column;
  align-items: center;
  gap: .15rem;
}

._advBd>div._item i {
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .6rem;
  line-height: 1;
}

._advBd>div._item:first-child i {
  font-size: .68rem;
}


/* Layout */
.layout {
  padding-top: 1.6rem;
  position: relative;
}

.layout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(244, 244, 244, 1);
}

.layout-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 36vw;
  position: relative;
  z-index: 2;
}

.layout .indexTitle1 {
  width: 20vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.layout .indexTitle1 ._found {
  font-size: .36rem;
  color: rgba(29, 36, 50, 1);
  line-height: 2;
}

.layout .indexTitle1 ._found span {
  color: var(--bg-blue);
  font-weight: 500;
}

.layout .indexTitle1 ._desc {
  font-size: .16rem;
  color: #80848c;
  line-height: 1.8;
  text-align: justify;
}

.layout ._layoutBox {
  width: 20vw;
  position: absolute;
  left: 0;
  bottom: 0;
}

._layoutList li {
  padding-left: 1.6666666667vw;
  padding-bottom: 1.8229166667vw;
  position: relative;
}

._layoutList li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #d3d7da;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 0;
}

._layoutList li:last-child::before {
  display: none;
}

._layoutList li h3 {
  font-size: .9375vw;
  color: var(--bg-blue);
  font-weight: bold;
  margin-bottom: 6px;
  position: relative;
}

._layoutList li h3::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: var(--bg-blue);
  border-radius: 50%;
  position: absolute;
  left: calc(-1.6666666667vw - 2.8px);
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

._layoutList li ._desc {
  font-family: "NotoSansHans";
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: .8333333333vw;
  font-weight: 400;
  color: #80848c;
  line-height: 1.8;
}

._earthBox {
  width: 42.96875vw;
  height: 42.96875vw;
}

._earthBox #earth {
  width: 100%;
  height: 100%;
}

._marketContact {
  position: absolute;
  right: 0;
  top: 1.98125vw;
  width: 21.0416666667vw;
}

._marketContact ._item {
  border-radius: 1.04vw;
  overflow: hidden;
  background: var(--bg-blue2);
  cursor: pointer;
  padding: 2.0833333333vw 2.0833333333vw 2.0833333333vw 2.0833333333vw;
  color: #fff;
  position: relative;
  margin-top: -1.5625vw;
}

._marketContact ._item ._tit {
  font-size: 1.249999992vw;
  opacity: .5;
}

._marketContact ._item ._conbox {
  display: none;
}

._marketContact ._item ._desc {
  line-height: 1.8;
  font-size: .781249995vw;
  margin-top: .78125vw;
  color: #80838c;
  text-align: justify;
}

._marketContact ._item li {
  margin-top: 0.5208333333vw;
  color: #80838c;
}

._marketContact ._item li h3 {
  font-size: .16rem;
  color: var(--bg-blue2);
}

._marketContact ._item li.flex {
  flex-flow: row;
  gap: .2rem;
}

._marketContact ._item li.flex h3 {
  width: .68rem;
}

._marketContact ._item li div {
  width: calc(100% - .88rem);
}

._marketContact ._item li div span {
  min-width: 32%;
  -ms-flex: 1 1 32%;
  flex: 1 1 32%;
  -webkit-box-flex: 1;
  text-align: justify;
  text-align-last: justify;
  -webkit-text-align-last: justify;
  text-justify: distribute;
  vertical-align: top;
  position: relative;
}

._marketContact ._item li div p {
  min-width: 68%;
  padding-left: .15rem;
  -ms-flex: 1 1 68%;
  flex: 1 1 68%;
  -webkit-box-flex: 1;
}

._marketContact ._item.on {
  padding: 2.0833333333vw;
  background: #fff;
  color: #333;
  z-index: 1;
}

._marketContact ._item.on ._tit {
  opacity: 1;
}

.layout .slgtext {
  font-size: 21.25vw;
  font-family: Montserrat;
  font-weight: 600;
  color: rgba(2, 100, 209, .2);
  position: absolute;
  right: 4.1666666667vw;
  bottom: 0;
  z-index: 0;
}

/* news */
.news {
  padding-top: 1rem;
  position: relative;
  overflow: hidden;
}

.news .news-wrapper {}

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

.news ._top .indexTitle1 ._slogan {
  margin-bottom: 0;
}

._newsItem {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  gap: .2rem;
}

._newsItem ._item {
  flex: 1;
  display: inline-block;
  overflow: hidden;
  position: relative;
  background: #f6f6f6;
  height: 5.68rem;
  z-index: 2;
}

._newsItem ._item img {
  transition: all 1s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

._newsItem ._item:hover img {
  transform: scale(1.1);
}

._newsItem ._item ._info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  font-size: 0.2rem;
  color: #fff;
  padding: 0.45rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

._newsItem ._item ._info h4 {
  padding-top: 0.3rem;
  height: calc(3em + 0.3rem);
  overflow: hidden;
  transition: all 1s;
}

._newsItem ._item ._info ._time {
  padding-top: 0.3rem;
  font-size: 0.2rem;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._newsItem ._item ._info ._time::after {
  content: "\e624";
  font-family: "iconfont";
  color: #fff;
  transition: all 1s;
}

._newsItem ._item._list {
  padding-top: 0.25rem;
  z-index: 0;
}

._newsItem ._item._list a {
  display: block;
}

._newsItem ._item._list ._info {
  color: inherit;
  position: static;
  padding: 0 0.45rem 0 0.45rem;
  background: transparent;
}

._newsItem ._item._list ._info h4 {
  padding-top: 0;
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
  transition: all .3s;
  line-height: 1.5em;
  height: 3em;
  /* font-weight: normal; */
  overflow: hidden;
}

._newsItem ._item._list ._info ._time {
  font-size: 0.2rem;
  border: none;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
  position: relative;
  letter-spacing: 0;
  padding-top: 0;
  color: rgba(102, 102, 102, 1);
}

._newsItem ._item._list ._info ._time::after {
  color: inherit;
}

._newsItem ._item._list a+a ._info {
  border-top-color: rgba(237, 237, 237, 1);
}

._newsItem ._item._list a:hover ._info h4,
._newsItem ._item._list a:hover ._info ._time {
  color: var(--bg-blue);
}


/* page*/
.page-main {}

.subbanner {
  width: 100%;
  height: 6rem;
  position: relative;
  overflow: hidden;
}

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

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

.subbanner ._info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
}

.subbanner ._info ._title {
  line-height: 1;
}

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

.subbanner ._info ._title .cn {
  margin-bottom: .1rem;
  font-size: 0.44rem;
  line-height: 1.25;
  font-weight: 600;
}

.subbanner ._info ._title .en {
  font-size: 0.56rem;
  font-weight: 900;
  color: rgba(255, 255, 255, .2);
  text-transform: uppercase;
}

/* page sub menu */
.below {
  margin-top: -0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
}

.below::before {
  content: "";
  width: 100%;
  height: 0.8rem;
  background-image: linear-gradient(-180deg, transparent 13%, rgba(0, 0, 0, .65) 97%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  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;
  position: relative;
}

.below .below_l ._index i {
  font-size: 0.36rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

.slidenav {
  text-align: center;
}

.slidenav .swiper-slide {
  /* padding-left: .3rem; */
  width: auto;
}

.slidenav ._item>a {
  display: block;
  overflow: hidden;
  padding: 0;
  perspective: 100vh;
  height: 1.8em;
  font-size: .18rem;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  transition: color 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  position: relative;
}

.slidenav ._item>a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0.2rem;
  border-left: 1px solid #fff;
  font-size: .16rem;
  color: #fff;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(26deg);
}

.slidenav .swiper-slide:last-of-type ._item>a:after {
  display: none;
}

.slidenav ._item>a span {
  padding: 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: #fff;
  font-weight: bold;
}

.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;
  top: 0;
  width: 0.7rem;
  z-index: 5;
  display: none;
}

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

/* page about */
._pAbout {
  padding: .6rem 0 2rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
._pAbout ._bg{
  width: 100%;
  height: 82%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
._pAbout ._bg>img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*._pAbout::before {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 4.68rem;*/
/*  background-color: rgba(245, 245, 245, 1);*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  z-index: 0;*/
/*}*/

._pAbout ._box {
  padding: 0 8.3333333vw;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

._pAbout ._left {
  width: 6.3rem;
  /*flex-flow: column;*/
  /*justify-content: space-between;*/
}

._pAbout ._right {
  width: calc(100% - 7.3rem);
}

.about-pic {
  margin-top: .3rem;
  width: 100%;
  /*height: 5.8rem;*/
  position: relative;
  overflow: hidden;
}

.about-pic img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._pAbout .pubInfo .info_text{
  -webkit-line-clamp:initial
}

/* page history */
._pHistory {
  padding: 4.1666666vw 0 5.20833333vw;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

._pHistory .history_warp {
  margin-top: 0;
  padding: 0 8.3333333vw;
}

.history_warp .history_swiper {
  margin-top: 4.6875vw;
  position: relative;
  width: 100%;
  overflow: unset;
}

@media screen and (max-width: 980px) {
  .history_warp .history_swiper {
    margin-top: 20px
  }
}

.history_swiper.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.history_swiper.swiper-fade .swiper-slide-active,
.history_swiper.swiper-fade .swiper-slide-active {
  pointer-events: auto;
  z-index: 3
}

.history_swiper.swiper-fade .swiper-slide {
  opacity: 0 !important
}

.history_swiper.swiper-fade .swiper-slide-active {
  opacity: 1 !important
}

.history_warp .history_swiper li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.history_warp .history_swiper li .imgbox {
  width: 41.6666666667vw;
  height: 25vw;
  overflow: unset;
  position: relative;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateX(-2.6041666667vw);
  transform: translateX(-2.6041666667vw)
}

@media screen and (max-width: 980px) {
  .history_warp .history_swiper li .imgbox {
    width: 100%;
    height: 50vw
  }
}

.history_warp .history_swiper li .imgbox .imgbg {
  width: 100%;
  height: 100%;
  -webkit-transition: ease 1s;
  transition: ease 1s;
  border-radius: 1.04vw;
  overflow: hidden
}

.history_warp .history_swiper li .imgbox .imgbg>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.04vw;
  overflow: hidden
}

.history_warp .history_swiper li .imgbox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e5e6e8;
  z-index: -1;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  border-radius: 1.04vw
}

.history_warp .history_swiper li .infobox {
  display: flex;
  flex-flow: column;
  gap: .15rem;
  padding-left: 1rem;
  flex: 1;
}

.history_warp .history_swiper li .year {
  font-family: "MiSansLatin-Demibold";
  font-size: 7.2916666667vw;
  color: var(--bg-blue);
  line-height: 6.25vw;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  position: absolute;
  opacity: 0;
}

@media screen and (max-width: 980px) {
  .history_warp .history_swiper li .year {
    font-size: 24px
  }
}

@media screen and (max-width: 980px) {
  .history_warp .history_swiper li .year {
    line-height: 24px
  }
}

.history_warp .history_swiper li .title {
  font-size: 1.0416666667vw;
  font-weight: bold;
  color: #0e0e0e;
  line-height: 1.5625vw;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  overflow: hidden;
}

.history_warp .history_swiper li .desc {
  font-size: 0.9375vw;
  /* font-weight: bold; */
  color: rgba(128, 128, 128, 1);
  line-height: 1.6;
  /* width: 20.8333333333vw; */
  /* margin: 2.6041666667vw 0; */
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4
}

@media screen and (max-width: 980px) {
  .history_warp .history_swiper li .desc {
    font-size: 14px
  }
}

@media screen and (max-width: 1680px) {
  .history_warp .history_swiper li .desc {
    line-height: 1.8125vw
  }
}

@media screen and (max-width: 980px) {
  .history_warp .history_swiper li .desc {
    line-height: 24px
  }
}

@media screen and (max-width: 980px) {
  .history_warp .history_swiper li .desc {
    width: 100%
  }
}

.history_warp .history_swiper li.swiper-slide-active .imgbox {
  -webkit-transform: perspective(2500px) rotateX(0) rotateY(24deg) scale3d(1, 1, 1);
  transform: perspective(2500px) rotateX(0) rotateY(24deg) scale3d(1, 1, 1);
  margin-left: 2.6041666667vw
}

.history_warp .history_swiper li.swiper-slide-active .imgbox::before {
  -webkit-transform: translateX(-2.6041666667vw);
  transform: translateX(-2.6041666667vw)
}

.history_warp .history_swiper li.swiper-slide-active .desc {
  -webkit-transform: translateX(0%);
  transform: translateX(0%)
}

.history_warp .history_swiper li.swiper-slide-active .year {
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  opacity: 1
}

.history_warp .history_swiper li.swiper-slide-active .title {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1
}

.history_warp .history_swiper li:hover .imgbox {
  -webkit-transform: perspective(2500px) rotateX(0) rotateY(-24deg) scale3d(1, 1, 1) translateX(-10%);
  transform: perspective(2500px) rotateX(0) rotateY(-24deg) scale3d(1, 1, 1) translateX(-10%)
}

.history_warp .history_swiper li:hover .imgbox::before {
  -webkit-transform: translateX(2.6041666667vw);
  transform: translateX(2.6041666667vw)
}

@media screen and (max-width: 980px) {
  .history_warp .tabnavwarp {
    display: block;
    white-space: nowrap;
    overflow-x: auto
  }

  .history_warp .tabnavwarp .itembox {
    display: inline-block;
    margin-left: -4px;
    min-width: auto
  }

  .history_warp .tabnavwarp .itembox:first-child {
    width: 60%
  }

  .history_warp .tabnavwarp .itembox .titbox {
    height: 55px;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 10px;
    white-space: normal
  }

  .history_warp .tabnavwarp .itembox ul {
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .history_warp .tabnavwarp .itembox ul li {
    padding: 0 10px
  }

  .history_warp .history_swiper .text {
    display: none
  }

  .history_warp .history_swiper li a {
    display: block
  }

  .history_warp .history_swiper li .year {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1
  }

  .history_warp .history_swiper li .desc {
    margin: 0 0 15px;
    font-size: .24rem;
  }

  .history_warp .history_swiper li{
    display: block;
  }
  .history_warp .history_swiper li.swiper-slide-active .imgbox {
    -webkit-transform: unset;
    transform: unset;
    margin: 0;
    margin-bottom: 20px
  }
  .history_warp .history_swiper li .infobox{
    width: 100%;
    padding-left: 0;
  }

  .history_warp .history_swiper li.swiper-slide-active .imgbox::before {
    display: none
  }

  .history_warp .history_swiper li.swiper-slide-active .year {
    font-weight: bold;
    -webkit-text-stroke:unset;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .history_warp .history_swiper li .title{
    font-size: .3rem;
    line-height: 1.8;
  }
}

/* page culure */
._pCulture {
  /* padding: 4.1666666vw 0 5.20833333vw; */
  position: relative;
  overflow: hidden;
}

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

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

._pCulture ._box {}

._pCulture ._left {
  padding-top: .6rem;
  width: 53.125vw;
  position: relative;
  flex-flow: column;
}

._pCulture ._left .indexTitle1 {
  padding-left: 8.33333vw;
}

._pCulture ._left ._pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._pCulture ._left::after {
  content: "";
  width: 23.95833333vw;
  height: .64rem;
  display: block;
  background: url(../images/cul-bg3.webp) no-repeat center;
  background-size: cover;
  z-index: 0;
}

._pCulture ._right {
  width: 46.875vw;
  flex-flow: column;
  gap: .3rem;
  position: relative;
}

._pCulture ._right::before {
  content: "";
  width: 100%;
  height: 2.86rem;
  display: block;
  background: url(../images/cul-bg2.png) no-repeat center rgba(230, 230, 230, 1);
  background-size: cover;
  /* position: absolute;
  left: 0;
  top: 0; */
  z-index: 0;
}

.cultureList {
  padding: 0 8.33333vw 0 .8rem;
  flex: 1;
  flex-flow: column;
  gap: .1rem;
}

.cultureList ._item {
  padding-top: .3rem;
  padding-bottom: .3rem;
  position: relative;
  align-items: flex-start;
  cursor: pointer;
}

.cultureList ._item::before {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--bg-blue);
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1
}

.cultureList ._item::after {
  width: 100%;
  height: 1px;
  background: rgba(236, 237, 241, 1);
  position: absolute;
  display: block;
  content: "";
  bottom: 1px;
  left: 0;
}

.cultureList ._item .name {
  width: 2.62rem;
  font-size: .22rem;
  line-height: 2;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  transition: all 0.25s;
}

.cultureList ._item .text {
  flex: 1;
  font-size: .2rem;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
  white-space: pre;
}

.cultureList ._item:hover::before {
  width: 100%;
}

/* page honor */
._pHonor {
  padding: 4.1666666vw 0 5.20833333vw;
  position: relative;
  background-color: rgba(250, 250, 250, 1);
  overflow: hidden;
}

._pHonor ._top {
  padding-left: 6.25vw;
  width: 100%;
}

._pHonor ._top .indexTitle1 {
  padding-right: 3.18rem;
}

._pHonor ._bottom .honorList .swiper-wrapper {
  /* justify-content: flex-end; */
}

.honorList {
  width: 56%;
  position: relative;
  flex-flow: column;
  gap: .5rem;
}

.honorListSwiper {
  width: 100%;
}

.honorList .swiper-wrapper {}

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

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

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

.honorList ._item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

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

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

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

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

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

._lineBg {
  width: 100%;
  height: .3rem;
  background-color: #fff;
  position: relative;
}

._lineBg::after {
  content: "";
  width: 100%;
  height: 1rem;
  background: linear-gradient(180deg, rgba(199, 199, 199, 1) 0%, rgba(199, 199, 199, 0) 100%);
  transform: translateX(0) skew(30deg);
  position: absolute;
  top: .3rem;
  left: 28px;
  z-index: 0;
}

._pHonor ._bottom {
  margin-top: .8rem;
}

._pHonor ._bottom ._lineBg::after {
  transform: translateX(0) skew(-30deg);
  left: auto;
  right: 28px;
}

/* page product */
.page-product {
  background-color: rgba(245, 245, 245, 1);
}

._proBox {
  /* padding: 0 8.33333333vw; */
  align-items: stretch;
}

._classifySidebar {
  width: 20.333vw;
  position: relative;
}
._proClassify{
  position: sticky;
  top: 116px;
}
._classifySidebar ._hd {
  background-color: var(--bg-blue);
  height: 1rem;
  position: relative;
}

._classifySidebar ._hd>div {
  padding: 0 .3rem;
  width: 100%;
  font-size: .3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  gap: .1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._classifySidebar ._hd>div::before {
  content: "\e602";
  font-family: "iconfont";
  font-size: .2rem;
  color: #fff;
  line-height: 1;
  z-index: 0;
}

._classifySidebar ._hd p {
  font-family: "Monoton";
  font-size: .62rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1.7;
}

._classifyList {
  padding: .3rem .5rem .3rem 0;
  display: flex;
  flex-flow: column;
  gap: .3rem;
}

._classifyList ._item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .15rem .3rem;
  background-color: rgba(89, 86, 86, 1);
  border-radius: 0 .5rem .5rem 0;
  transition: all .3s;
}

._classifyList ._item::before {
  content: "";
  margin-right: .1rem;
  width: .18rem;
  height: .18rem;
  border: 2px solid #fff;
  border-radius: 100%;
  z-index: 0;
}

._classifyList ._item::after {
  content: "\e624";
  font-size: .2rem;
  line-height: 1;
  font-family: "iconfont";
  margin-left: auto;
  color: #fff;
  z-index: 0;
}

._classifyList ._item a {
  font-size: .2rem;
  color: #fff;
}

._classifyList ._item:hover,
._classifyList ._item.active {
  background-color: var(--bg-blue);
}

._productList {
  flex: 1;
  padding: .5rem 0 .5rem .5rem;
  display: flex;
  flex-flow: column;
  gap: .4rem;
  position: relative;
}

._productList::before {
  content: "";
  width: 200%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

._productList ._item {
  padding: .3rem;
  border: 1px solid rgba(229, 229, 229, 1);
  position: relative;
  z-index: 1;
}

._productList ._item>a {
  display: flex;
  align-items: stretch;
  flex-flow: row;
  gap: .4rem;
}

._productList ._item ._img {
  width: 42%;
  height: 4rem;
  overflow: hidden;
}

._productList ._item ._img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .3s;
}

._productList ._item ._info {
  flex: 1;
  flex-flow: column;
  align-items: flex-start;
  gap: .2rem;
}

._productList ._info ._name {
  font-size: .26rem;
  line-height: 2;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
}

._productList ._info ._desc {
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

._productList ._info ._phone {
  font-size: .18rem;
  color: rgba(153, 153, 153, 1);
  line-height: 1;
  width: min-content;
  white-space: nowrap;
}

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

._productList ._item>a:hover ._info ._name {
  color: var(--bg-blue);
}

/* 产品详情 */
._productDel {
  padding-bottom: .5rem;
  padding-top: 0.4rem;
  background-color: #fff;
  position: relative;
}

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

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

.page-product-top-left {
  padding: .4rem;
  width: 44.5%;
  position: relative;
  display: flex;
  flex-flow: column;
  gap: .1rem;
  border: 1px solid rgba(202, 210, 224, 1);
}

.page-product-album {
  width: 100%;
  height: 4.52rem;
}

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

.page-product-thumbnail {
  width: 100%;
  height: 1.02rem
}

.swiper-thumbnail {
  height: 100%
}

.page-product-top-right {
  flex: 1;
  padding-left: .5rem
}

.page-product-album {
  position: relative
}

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

.page-product-thumbnail ul li {
  border: solid 2px rgba(202, 210, 224, 1);
  border-radius: 5px;
  cursor: pointer;
  height: auto;
  overflow: hidden
}

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

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

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

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

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

.page-product-top-right .page-product-title::before {
  content: "PRODUCT";
  font-size: .6rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(197, 25, 38, .2);
  text-transform: uppercase;
  font-weight: bolder;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

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

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

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

.page-product-button a i {
  font-size: .24rem;
  color: #fff;
  line-height: 1;
}

.page-product-button a:nth-child(2) {
  background-color: var(--bg-blue);
}

.page-product-bottom {
  margin-top: .5rem;
  padding-top: .5rem;
  padding-bottom: .8rem;
  background-color: #f4f7fa;
}

.page-product-bottom-title {
  margin-bottom: .3rem;
  font-size: .32rem;
  color: rgba(51, 51, 51, 1);
  line-height: 2;
  font-weight: 700;
  position: relative;
}

.page-product-bottom-title span {
  display: inline-block;
}
._pageParameter{
  font-size: .16rem;
  line-height: 2;
  overflow-x: scroll;
}
._pageParameter img {
  max-width: 100%;
  height: auto !important;
}

._pageParameter table {
  width: 100%;
  position: relative;
  border: none;
  margin: 0 auto 10px;
  border-collapse: collapse;
  color: #343434;
}

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

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

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

.page-product-text img {
  max-width: 100%;
  height: auto !important;
}

._relateProBox {
  padding-top: .3rem;
}

/*masterTitle3*/
.masterTitle3 {
  display: flex;
  flex-flow: column;
  width: min-content;
  line-height: 1;
}

.masterTitle3 .en {
  font-size: .56rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(197, 25, 38, .2);
  text-transform: uppercase;
  font-weight: bolder;
  position: relative;
  z-index: 1;
}

.masterTitle3 .en::after {
  content: "";
  width: 1.2rem;
  height: .12rem;
  background: linear-gradient(90deg, rgba(197, 25, 38, .5) 0%, rgba(197, 25, 38, 0) 100%);
  position: absolute;
  right: 0;
  bottom: .12rem;
  z-index: 0;
}

.masterTitle3 .cn {
  margin-top: -.3rem;
  margin-bottom: .3rem;
  font-size: .26rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

._relateProList ._item {
  border: 1px solid rgba(202, 210, 224, 1);
}

._relateProList ._item ._img {
  height: 3.2rem;
  border-bottom: 1px solid rgba(202, 210, 224, 1);
}

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

._relateProList ._item ._title {
  padding: .1rem .2rem;
  font-size: .16rem;
  line-height: 2;
}

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

._pagePvnBtn>p {
  padding: .1rem .8rem;
  font-size: .16rem;
  line-height: 1.6;
  background-color: rgba(240, 240, 240, 1);
  border-radius: .3rem;
}

._pagePvnBtn>p a {}

._pagePvnBtn>p:nth-child(2) {
  background-color: var(--bg-red);
}

._pagePvnBtn>p:nth-child(2) a {
  color: #fff;
}

/* page news */
.page-news {
  padding: 4.1666666vw 0 5.20833333vw;
  position: relative;
  background-color: rgba(250, 250, 250, 1);
  overflow: hidden;
}

.page-news ._box {
  padding: 0 8.3333333vw;
}

.news-list {
  margin-bottom: .5rem;
  align-items: stretch;
  flex-wrap: wrap;
}

.news-list ._item {
  margin-right: .3rem;
  width: calc((100% - .6rem)/3);
}

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

.news-list ._item .img-box {
  height: 2.8rem;
}

.news-list ._item .text-box {
  width: 100%;
  padding: 15px 20px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.news-list ._item ._title {
  min-height: .8rem;
  font-size: 0.833333vw;
  line-height: 1.7;
  overflow: hidden;
}

.news-list ._item ._time {
  font-size: .14rem;
  line-height: 2;
  color: #666;
}

.news-list ._item:hover ._title {
  color: var(--bg-blue);
}

.news-list ._item:hover .text-box {
  background-color: #f2f2f2;
}

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .news-list ._item {
    margin-bottom: .3rem;
  }
}

/*page news details*/
.page-news-detail {
  padding-top: .5rem;
}

.page-title {
  font-size: .24rem;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
}

.page-info {
  font-size: .14rem;
  color: #999;
  padding: .1rem 0;
  border-bottom: 1px solid rgba(242, 242, 242, 1);
  margin-bottom: .3rem;
}

.page-info span {
  margin-left: .2rem;
}

.page-text,
.page-text p {
  margin-bottom: 0.12rem;
  text-align: justify;
  font-size: 0.16rem;
  line-height: 2;
  color: #2b2b2b;
}

.page-text img {
  max-width: 100%;
  height: auto !important;
}
.page-text table{
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 20px 0;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.page-text table th{
    background-color: #f1f5f9;
    font-weight: 600;
    color: #0f172a;
}
.page-text table th,.page-text table td{
    border: 1px solid #666;
    padding: 12px 10px;
    text-align: left;
    vertical-align: top;
}

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

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

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

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

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

.page-next .post_next a {
  display: flex;
  justify-content: flex-end;
  direction: ltr
}
/* page service */
.page-service ._top{
  padding-top: 3.38541666667vw;
  padding-bottom: 4.4270833333vw;
}
.page-service ._serTit p{
  letter-spacing: 2px;
  color: #b3c3cf;
  text-transform: uppercase;
  font-size: .14rem;
}
.page-service ._serTit span{
  font-size: .34rem;
  font-weight: bold;
  margin-top: 10px;
}
._qualityList{
  margin-top: .6rem;
  flex-flow: row;
  justify-content: space-between;
}
._qualityList ._item{
  padding: 0 .2rem;
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
._qualityList ._item span{
  display: block;
  font-size: .24rem;
  font-weight: bold;
  margin: .3rem 0 .15rem;
}
.page-service ._bottom{
  padding-top: 3.38541666667vw;
  padding-bottom: 4.4270833333vw;
  background-color: #f1f5f7;
}
.page-service ._bottom .container{
  flex-flow: row;
  gap: .5rem;
}
.page-service ._bottom ._left{
  width: 42%;
  padding: 2.5%;
  background-color: #fff;
  flex-flow: column;
}
._serNum{
  margin-top: .25rem;
  flex-flow: row;
  gap: .15rem;
  justify-content: flex-start;
}
._serNum ._item{
  width: calc((100% - .3rem)/3);
  flex-flow: column;
}
._serNum ._item span{
  font-size: .2rem;
  font-weight: bold;
}
._serNum ._item p{
  font-size: .16rem;
  color: #777;
}
.page-service ._bottom ._infoList{
  margin-top: .6rem;
  flex-flow: row wrap;
  gap: .1rem;
}
.page-service ._bottom ._infoList ._item{
  width: 100%;
  color: #73757f;
  font-size: .16rem;
  flex-flow: row;
  gap: .2rem;
  align-items: flex-start;
  position: relative;
  white-space: pre-line;
}
.page-service ._bottom ._infoList ._item::before{
  content: '';
  width: 4px;
  height: 4px;
  background: var(--bg-blue);
  border-radius: 100%;
  margin-top: .12rem;
  z-index: 9;
}
._serList{
  flex: 1;
  flex-flow: column;
  align-items: flex-start;
  gap: 5px;
}
._serList ._item{
  width: 100%;
  flex-flow: row;
  background-color: #fff;
}
._serList ._item ._icon{
  width: 22%;
  min-height: 1.6rem;
  font-size: .16rem;
  line-height: 1;
  color: #fff;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: .1rem;
  background: linear-gradient(45deg, #2894aa, #0264D1);
  position: relative;
}
._serList ._item ._txt{
  padding: .16rem 6%;
  width: 78%;
  font-size: .16rem;
  color: #777;
  align-items: center;
  line-height: 1.7;
  white-space: pre-line;
}
/* page Standards */
.pageStandards__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.pageStandards__list .item a {
  display: block;
}
.pageStandards__list .item a:hover{
  transform: translateY(-8px);
  box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.15);
}

.pageStandards__list .item a figcaption {
  background-color: #f3f3f3;
  padding: 0.35rem 0.35rem 0.4rem;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}

.pageStandards__list .item a figcaption ._title {
  font-size: 0.24rem;
  color: #000;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}


.pageStandards__list .item a figcaption ._desc {
  margin-top: .15rem;
  font-size: .18rem;
  color: #666;
  height: 3.6em;
  line-height: 1.8;
}
.pageStandards__list .item a figcaption ._more{
    margin-top: 12px;
    color: #e03a3e;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* page contact */
.page-contact {
  padding: 4.1666666vw 0 5.20833333vw;
  position: relative;
  overflow: hidden;
}

._contactList {
  flex-flow: row wrap;
  gap: .3rem;
}

._contactList ._item {
  width: calc((100% - .6rem)/3);
  flex-flow: row;
  align-items: flex-start;
  gap: .2rem;
}

._contactList ._item i {
  height: 0.28rem;
  font-size: .24rem;
  line-height: 1;
  color: var(--bg-red);
}

._contactList ._item>div {
  flex-flow: column;
  gap: .1rem;
  align-items: flex-start;
}

._contactList ._item>div h3 {
  font-size: .2rem;
  line-height: 1.4;
}

._contactList ._item:last-child {
  width: 100%;
}

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

._areaList ._item {
  padding: .2rem;
  width: calc((100% - .6rem)/3);
  border: 1px solid #e4e4e4;
  flex-flow: row;
  gap: .2rem;
  transition: all .3s ease-out;
  cursor: pointer;
}

._areaList ._item ._icoImg {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

._areaList ._item ._icoImg>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._areaList ._item ._info {
  font-size: .14rem;
  flex-flow: column;
  align-items: flex-start;
}

._areaList ._item ._info ._name {
  font-size: .16rem;
}

._areaList ._item ._info ._sArea {
  color: #2b2b2b;
}

._areaList ._item:hover {
  box-shadow: 0 0 1.25em rgba(0, 0, 0, .1);
  border: 1px solid #fff;
}

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

.footer::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

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

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

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

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

.footer ._top ._logo {
  display: block;
  height: 1rem;
}

.footer ._top ._logo>img {
  max-height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.bottom-contact {}

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

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

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

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

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

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

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

._rssBox .label .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 40px;
  border-radius: 10px;
  background: var(--bg-blue2);
  color: #fff;
  cursor: pointer;
}

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

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

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

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

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

.f-menu ol {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: .08rem;
}

.f-menu div.f-menu-item:nth-child(2) {
  width: 3.8rem;
}

.f-menu div.f-menu-item:nth-child(2) ol {
  grid-template-columns: repeat(2, 1fr);
}

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

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

.footer .footer-copyright {
  font-size: 0.14rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer .footer-copyright .container {
  padding: 0.15rem 0;
  border-top: 1px solid rgba(217, 217, 217, 1);
}


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

.footer-copyright p,
.footer-copyright a {
  color: rgba(84, 84, 84, 1);
}

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

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

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

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

  .navs>li>a {
    padding: 0 20px;
  }

  .cases_detail_logo {
    right: .33rem;
  }
}

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

@media (min-width: 1300px) and (max-width: 1549px) {}

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

  .title-box h2 {
    font-size: 0.24rem;
  }

  .title-box p {
    font-size: 0.18rem;
  }

  .footer-copyright {
    padding-top: 0.3rem;
  }

  .footer-copyright br {}
}

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

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

@media (min-width: 1025px) and (max-width: 1270px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  .header .header__nav__container {
    max-width: 100%;
  }

  .nav-wrapper .nav-item h2.nav-item-link {
    font-size: 15px;
  }

  .nav-wrapper>.nav-item+.nav-item {
    padding: 0 12px;
  }

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

  .cases_detail_logo {
    right: 15px;
  }

  .footer .container {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer .footer-copyright .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

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

  .menubtn {
    display: block;
  }

  .banner {
    height: 68vh;
  }
  .below .below_l {
    display: none;
  }

  .below {
    margin-top: -1rem;
    height: 1rem;
    line-height: 1rem;
  }

  .below .below_r {
    padding-right: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .slidenav .swiper-slide{
    width: auto;
  }

  .slidenav ._item>a {
    padding: 0 5vw;
    font-size: .266rem;
  }

  .below .below_r .slidenav_next {
    padding-right: 0;
    width: 1rem;
    display: block;
  }
  .below .below_r .slidenav_next>a{
  }
  .history_warp .tabnavwarp .itembox{
    display: inline-block;
    margin-left: -4px;
    min-width: auto;
  }
}

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

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  #header {
    height: 50px;
    background: #fff;
  }
  #header::after{
    display: none;
  }

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

  .header__logo {
    width: 138px;
    height: 50px;
  }

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

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

  .navs {
    display: none;
  }
  .header .operation{
    padding-right: .2rem;
  }

  .header__tel {
    margin-right: 0;
  }

  .header__tel i {
    font-size: .4rem;
    color: var(--bg-red);
  }
  .header__tel b{
    font-size: .24rem;
    color: var(--bg-red);
  }
  .header__search,.header__mail{
    display: none;
  }

  .menubtn {
    display: block;
    width: 36px;
    height: 50px;
    padding-top: 25px;
  }

  #header .menubtn span,
  #header .menubtn span:after,
  #header .menubtn span:before,
  .page_body #header .menubtn span,
  .page_body #header .menubtn span:after,
  .page_body #header .menubtn span:before {
    background-color: #666;
  }

  .banner {
    margin-top: 50px;
    height: 28vh;
  }
  .banner-text .heading-text{
    font-size: 0.38rem;
  }

  /* .box {}

  .title-box h2 {
    color: #000;
    font-size: 0.48rem;
    font-weight: 600;
  }

  .title-box p {
    font-size: 0.26rem;
  }

  .title-box p br {
    display: none;
  }

  .title {
    flex-direction: column;
  }

  .title .cn {
    padding-left: 0;
    font-size: 0.4rem;
    line-height: 1.6;
    text-align: center;
  }

  .title .en {
    margin-top: -.82rem;
    padding-left: 0;
    font-size: 0.36rem;
    font-weight: 600;
  }

  .more {
    margin-top: .3rem;
    padding: 0;
    width: auto;
    height: .7rem;
    font-size: .26rem
  }

  .more i {
    margin-right: .1rem
  } */

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

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

  .banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .banner .swiper-slide.swiper-slide-active .slide-inner {
    -webkit-animation: scaleBigToSmall 4s;
    animation: scaleBigToSmall 4s;
  }

  @-webkit-keyframes scaleBigToSmall {
    0% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }

    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes scaleBigToSmall {
    0% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }

    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }

  .scaleBigToSmall {
    -webkit-animation-name: scaleBigToSmall;
    animation-name: scaleBigToSmall;
    transform-origin: 50% 50%;
  }

  .banner__container {
    padding: 0 5%;
    width: 100%;
    position: absolute;
    bottom: 0.2rem;
  }

  .pagination-box {
    justify-content: space-between;
    align-items: center;
  }

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

  .pagination-box .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
    width: 0.15rem;
    height: 0.15rem;
    display: inline-block;
    position: relative;
  }

  .pagination-box .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .pagination-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.15rem;
  }

  .pagination-box .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.2rem;
    height: 0.2rem;
    background-color: var(--bg-blue);
  }
  .indexTitle1 ._mTitle{
    font-size: .32rem;
  }

  .about {
    height: auto;
    padding: .6rem 0 0;
  }
  .about .about-wrapper{
    flex-direction: column;
  }
  .about .Habout_l{
    width: 100%;
  }
  .about ._info{
    padding-top: 0;
  }
  .pubInfo .info_text{
    font-size: .266rem;
  }
  ._moreBtn{
    padding: 0 10px 0 20px;
    height: 36px;
  }
  ._moreBtn span{
    font-size: .2rem;
  }
  ._moreBtn ._btn{
    width: 24px;
    height: 24px;
  }
  ._moreBtn ._btn div p{
    width: 24px;
    height: 24px;
  }
  .about .Habout_r{
    width: 100%;
  }
  .about .crumbs img{
    border-radius: 0;
  }
  .history_warp{
    display: none;
  }
  .product{
    padding: .6rem 0;
  }
  .product::after{
    bottom: -60%;
  }
  .product-wrapper ._top{
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: .2rem;
  }
  
  .product-wrapper ._top .indexTitle1{
  }
  .product-wrapper ._top .indexTitle1 ._slogan{
    display: none;
  }
  ._tab{
    gap: .4rem;
    flex-flow: row wrap;
  }
  ._proMore{
    display: none;
  }
  .product-wrapper ._top ._item, ._tab ._item{
    margin: 0;
    font-size: .3rem;
  }
  .pro-carousel__swiper .swiper-card>div._img{
    height: 4.2rem;
  }
  .pro-carousel__swiper .swiper-card ._title{
    font-size: .3rem;
  }
  .pro-carousel__swiper .swiper-card ._desc{
    display: none;
  }
  .advantage{
    padding: .8rem 0;
  }
  ._advHd ._mTitle{
    margin-bottom: .15rem;
  }
  ._advHd ._subTitle{
    font-size: .26rem;
  }
  ._advHd ._desc{
    max-width: 100%;
    font-size: .24rem;
  }
  ._listBox ._more, ._advHd ._more{
    font-size: .266rem;
    bottom: 0;
  }
  ._listBox ._more i, ._advHd ._more i{
    font-size: 14px;
  }
  ._advBd{
    flex-flow: row wrap;
    gap: .2rem;
  }
  ._advBd>div._item{
    gap: .1rem;
    width: calc((100% - .4rem)/3);
  }
  ._advBd>div._item i{
    height: .8rem;
  }
  ._advBd>div._item span{
    font-size: .24rem;
  }
  .layout{
    padding: .6rem 0;
  }
  .layout-wrapper{
    flex-flow: column;
  }
  .layout .indexTitle1{
    width: 100%;
    position: relative;
  }
  .layout .indexTitle1 ._desc{
    font-size: .24rem;
  }
  .layout ._layoutBox{
    margin-top: .3rem;
    width: 100%;
    position: relative;
  }
  ._layoutList li h3{
    font-size: .24rem;
  }
  ._layoutList li ._desc{
    font-size: .24rem;
  }
  
  ._earthBox{
    margin: 0 auto;
    width: 80%;
    height: 80vw;
  }
  ._marketContact{
    width: 100%;
    position: relative;
  }
  ._marketContact ._item{
    padding: 15px 10px !important;
    border-radius: 10px;
  }
  ._marketContact ._item ._tit{
    font-size: .28rem;
  }
  ._marketContact ._item ._desc{
    font-size: .24rem;
  }
  ._marketContact ._item li{
    margin-top: .2rem;
  }
  ._marketContact ._item li div{
    font-size: .24rem;
    width: calc(100% - 1.2rem);
  }
  ._marketContact ._item li div span{
    min-width: 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  ._marketContact ._item li div p{
    min-width: 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;  
  }
  ._marketContact ._item li.flex h3{
    width: 1.2rem;
  }
  ._marketContact ._item li h3{
    font-size: .266rem;
  }
  ._marketContact ._item li p{
    font-size: .24rem;
  }
  .news{
    padding: .6rem 0;
  }
  .news ._top .indexTitle1 ._slogan{
    display: none;
  }
  ._newsItem{
    flex-direction: column;
  }
  ._newsItem ._item ._info{
    font-size: .28rem;
  }
  ._newsItem ._item ._info ._time{
    font-size: .24rem;
  }

  /* page */
  .page-main {
    margin-top: 50px;
    overflow: hidden;
  }

  .subbanner {
    height: 24vh;
  }

  .subbanner h2 {
    font-size: .42rem;
  }
  .subbanner ._info ._title .en{
    font-size: .36rem;
  }
  ._pAbout{
    padding: .6rem 0 2rem;
  }
  ._pAbout ._bg{
    height: 30%;
  }
  ._pAbout::before{
    height: 2.4rem;
  }
  ._pAbout ._box{
    padding: 0 .3rem;
    gap: 0.3rem;
    flex-direction: column;
  }
  ._pAbout ._left{
    width: 100%;
  }
  ._pAbout ._left.indexTitle1 ._slogan{
    margin-bottom: .2rem;
  }
  ._pAbout ._right{
    width: 100%;
  }
  .about-pic{
    margin-top: 0;
    height: 3.68rem;
  }
  .about-pic img{
    border-radius: 10px;
  }
  ._pCulture ._box{
    padding: 0 .3rem;
    flex-flow: column;
  }
  ._pCulture ._left,._pCulture ._right{
    width: 100%;
  }
  ._pCulture ._left .indexTitle1{
    padding-left: 0;
  }
  ._pCulture ._right{
    padding-bottom: .3rem;
  }
  ._pCulture ._left::after,._pCulture ._right::before{
    display: none;
  }
  .cultureList{
    padding: 0;
  }
  .cultureList ._item{
    padding: .1rem 0;
    flex-flow: column;
  }
  .cultureList ._item .name{
    width: 100%;
    font-size: .24rem;
  }
  .cultureList ._item .text{
    flex: auto;
    font-size: .24rem;
  }
  ._pHistory{
    padding: .6rem 0;
  }
  ._pHistory .history_warp{
    padding: 0 .3rem;
    display: block;
  }
  ._pHonor{
    padding: .6rem 0;
  }
  ._pHonor ._top{
    width: 90%;
    padding: 0;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
  }
  ._pHonor ._top .indexTitle1{
    padding: 0;
  }
  ._pHonor ._top .indexTitle1 ._slogan{
    margin-bottom: .2rem;
  }
  ._pHonor ._top .indexTitle1 ._desc{
    margin-bottom: .2rem;
    font-size: .22rem;
  }
  .honorList{
    width: 100%;
  }
  .honorList .swiper-wrapper{
    padding-top: 0;
  }
  .honorList .swiper-slide{
    height: 1.68rem;
  }
  .honorList .swiper-slide>a img{
    border-width: 4px;
  }
  ._pHonor ._bottom{
    width: 90%;
    margin: .6rem auto 0;
    padding: 0;
  }
  ._lineBg::after{
    left: 14px;
  }
  ._pHonor ._bottom ._lineBg::after{
    right: 14px;
  }
  ._proBox{
    flex-direction: column;
  }
  ._classifySidebar{
    width: 100%;
  }
  ._classifySidebar ._hd{
    display: none;
  }
  ._classifyList{
    padding-right: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .2rem;
  }
  ._classifyList ._item a{
    font-size: .2rem;
  }
  ._productList{
    padding-left: 0;
  }
  ._productList::before{
    left: -10%;
  }
  ._productList ._item ._img{
    width: 40%;
    height: auto;
  }
  ._productList ._info ._desc{
    font-size: .24rem;
    -webkit-line-clamp: 1;
  }
  ._productList ._info ._phone{
    display: none;
  }
  ._place {
    font-size: .24rem;
  }

  .page-product-top {
    flex-flow: column;
  }

  .page-product-top-left {
    margin-bottom: .2rem;
    width: 100%;
    padding: .2rem;
  }

  .album-pagination {
    font-size: .22rem;
  }

  .album-pagination span:first-child {
    font-size: .3rem;
  }

  .page-product-top-right {
    padding-left: 0;
  }

  .page-product-top-right .page-product-title {
    font-size: .36rem;
  }

  .page-product-button a {
    font-size: .24rem;
    height: .6rem;
    line-height: 2;
  }

  .page-product-top-summary {
    font-size: .24rem;
  }
  ._pageParameter{
    font-size: .266rem;
  }

  ._pagePvnBtn {
    gap: .3rem;
  }

  ._pagePvnBtn>p {
    padding: .1rem .3rem;
    font-size: .24rem;
  }

  .masterTitle3 .cn {
    font-size: .36rem;
  }
  ._pageParameter table{
    width: 100%!important;
    height: auto!important;
  }
  ._pageParameter table tr{
    height: auto!important;
  }
  ._pageParameter table td{
    font-size: .24rem;
  }
  ._relateProList ._item ._title{
    font-size: .24rem;
  }
  .page-news{
    padding: .6rem 0;
  }
  .news-list ._item{
    margin-right: 0;
    margin-bottom: .3rem;
    width: 100%;
  }
  .news-list ._item .img-box{
    height: 4rem;
  }
  .news-list ._item ._title{
    font-size: .266rem;
  }
  .news-list ._item ._time{
    font-size: .24rem;
  }
  .page-news-detail {
    padding: .6rem 0;
    max-width: 100%;
    flex-direction: column;
  }
  .page-title{
    font-size: .32rem;
  }
  .page-news-detail .page-party-detail{
      padding: 0 .3rem;
  }
  .page-text,
  .page-text p {
    font-size: 0.26rem;
  }
  .page-text h1{
      font-size: 28px;
      line-height: 42px;
  }

  .page-about-cont .page-text strong {
    font-size: .3rem;
  }

  .page-next .post_prev,
  .page-next .post_next {
    padding: 10px;
  }

  .page-next .post_prev span,
  .page-next .post_next span{
    font-size: 0.26rem;
  }

  .page-next a {
    font-size: 0.26rem;
  }

  .page-info {
    margin: 0.38rem 0;
    padding-bottom: 0.285rem;
    font-size: .24rem;
  }

  .page-next {
    margin-top: 0.38rem;
  }
  .page-service ._serTit p{
    font-size: .24rem;
  }
  ._qualityList{
    flex-flow: row wrap;
  }
  ._qualityList ._item{
    padding-bottom: .3rem;
    width: 50%;
    flex: auto;
  }
  ._qualityList ._item span{
    font-size: .28rem;
  }
  ._qualityList ._item p{
    font-size: .2rem;
  }
  .page-service ._bottom .container{
    flex-flow: column;
  }
  .page-service ._bottom ._left{
    width: 100%;
  }
  ._serNum{
    flex-flow: column;
  }
  ._serNum ._item span{
    font-size: .3rem;
  }
  ._serNum ._item p{
    font-size: .24rem;
  }
  .page-service ._bottom ._infoList ._item{
    font-size: .3rem;
  }
  ._serList ._item ._icon{
    font-size: .28rem;
  }
  ._serList ._item ._txt{
    font-size: .24rem;
  }
  ._contactList{
    flex-flow: column;
  }
  ._contactList ._item{
    width: 100%;
  }
  ._contactList ._item i{
    font-size: .36rem;
  }
  ._contactList ._item>div h3{
    font-size: .266rem;
    font-weight: normal;
    color: #777;
  }
  ._contactList ._item>div p{
    font-size: .28rem;
  }

  ._areaList{
    flex-flow: column;
  }
  ._areaList ._item{
    width: 100%;
  }
  ._areaList ._item ._info{
    font-size: .24rem;
  }
  ._areaList ._item ._info ._name{
    font-size: .266rem;
  }

.pageStandards__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }

  .pageStandards__list .item a figcaption ._title {
    font-size: .34rem;
  }

  .pageStandards__list .item a figcaption ._desc {
    font-size: .3rem;
  }


  /* footer */
  .footer {}

  .footer .container {
    flex-direction: column;
  }
  .footer ._top .container{
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer ._top ._logo{
    width: 100%;
  }
  ._ftTel {
    width: 100%;
  }
  ._ftTel ._phone .name,.ft_contact ._hd{
    font-size: .266rem;
  }
  .ft_contact p{
    font-size: .24rem;
  }
  .footer .bottom.container{
    padding-top: 0;
    padding-left: .15rem;
    padding-right: .15rem;
    padding-bottom: 0;
  }
  .bottom-contact{
    width: 100%;
  }
  .footer ._ftBtn ._item .follow{
    left: 0;
    right: auto;
  }
  .footer ._ftBtn ._item .follow .follow_text{
    font-size: 14px;
  }
  .footer .footer-copyright .container{
    align-items: center;
  }
  .footer-copyright p br{
    display: block;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: center;
    padding: 0.3rem 0 0.2rem;
    border-top: 1px solid rgba(235, 235, 235, 0.1);
    text-align: center;
  }

  .footer-copyright p,
  .footer-copyright span,
  .footer-copyright a {
    font-size: 0.24rem;
  }

  .f-menu {
    display: none;
  }

  .ft-media i {
    font-size: .3rem
  }
}

.backTop {
  position: fixed;
  z-index: 51;
  right: 50px;
  bottom: -100px;
  width: 0.52rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.backTop img {
  max-width: 48%;
  position: relative;
  z-index: 10;
}

.backTop.active {
  bottom: 50px;
}

@media (max-width: 760px) {
  .backTop {
    width: 0.8rem;
    height: 0.8rem;
    right: 20px;
  }

  .backTop.active {
    bottom: 80px;
  }
}