@font-face {
  font-family: 'hm';
  src: url('../fonts/HarmonyOS/Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'hm';
  src: url('../fonts/HarmonyOS/Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hm';
  src: url('../fonts/HarmonyOS/Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'hm';
  src: url('../fonts/HarmonyOS/Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
* {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
}
body {
  padding: 0;
  margin: 0 auto;
  color: #000;
  font-family: 'hm', arial, sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: none;
  /*取出点击出现半透明的灰色背景*/
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  /*控制内容的可选择性*/
  /*-webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;*/
}
section {
  width: 100%;
  margin: 0;
  padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  resize: none!important;
  /* 禁止用户手动拖动调整大小 */
}
.ul,
.ul li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  border-collapse: collapse;
}
select,
input,
textarea {
  font-size: 0.16rem;
  color: #333;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-family: arial, sans-serif;
}
img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  /*color:var(--hover_color);*/
  text-decoration: none;
}
/* a:focus {color: #000;outline: none;-moz-outline: none;}
a:active {color: #000;} */
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  margin: 0;
  font-family: arial, sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
}
.re {
  position: relative;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  zoom: 0;
}
.clearfix {
  *zoom: 1;
}
/*IE/7/6*/
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*多行文本省略号*/
.dot2,
.dot3,
.dot4,
.dot5 {
  display: -moz-box;
  display: box;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
}
/*2行文本省略号*/
.dot2 {
  -webkit-line-clamp: 2;
}
/*3行文本省略号*/
.dot3 {
  -webkit-line-clamp: 3;
}
/*4行文本省略号*/
.dot4 {
  -webkit-line-clamp: 4;
}
/*5行文本省略号*/
.dot5 {
  -webkit-line-clamp: 5;
}
.Ispic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.Isimg {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.Isimg_2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}
/*:before,
:after{ position:absolute; content:'';}*/
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #000;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url(../images/select.svg) no-repeat scroll 98% center transparent;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
.w1680 {
  max-width: 16.8rem;
  margin: 0 auto;
  width: 92%;
}
.w1600 {
  max-width: 16rem;
  margin: 0 auto;
  width: 92%;
}
.w1300 {
  max-width: 13rem;
  margin: 0 auto;
  width: 92%;
}
.w1280 {
  max-width: 12.8rem;
  margin: 0 auto;
  width: 92%;
}
.w1200 {
  max-width: 12rem;
  margin: 0 auto;
  width: 92%;
}
.w1100 {
  max-width: 11rem;
  margin: 0 auto;
  width: 92%;
}
.w1440 {
  max-width: 14.4rem;
  margin: 0 auto;
  width: 92%;
}
@media screen and (max-width: 1600px) {
  .w1680 {
    max-width: 1680px;
  }
  .w1600 {
    max-width: 1600px;
  }
  .w1280 {
    max-width: 1280px;
  }
  .w1200 {
    max-width: 1200px;
  }
  .w1440 {
    max-width: 1440px;
  }
  .w1300 {
    max-width: 1300px;
  }
  .w1100 {
    max-width: 1100px;
  }
}
/* 设置滚动条的样式 */
.scroll {
  overflow-y: auto;
}
.scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
/* 滚动槽 */
.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  background: rgba(215, 11, 36, 0.07);
}
/* 滚动条滑块 */
.scroll::-webkit-scrollbar-thumb {
  background: var(--hover_color);
}
i {
  font-style: normal;
}
a.box:hover img.ani {
  transform: scale(1.1);
}
.after {
  content: '';
  display: inline-block;
}
.after_a {
  content: '';
  position: absolute;
}
.el-color-picker__icon,
.el-input,
.el-textarea {
  display: block;
}
.el-form-item__content {
  line-height: 0.5rem;
}
[class*=flex_] {
  display: flex;
}
[class*=_ac] {
  align-items: center;
}
[class*=_ae] {
  align-items: flex-end;
}
[class*=_as] {
  align-items: flex-start;
}
[class*=_jc] {
  justify-content: center;
}
[class*=_js] {
  justify-content: space-between;
}
[class*=_je] {
  justify-content: flex-end;
}
[class*=_jf] {
  justify-content: flex-start;
}
[class*=_row] {
  flex-flow: row wrap;
}
.flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
:root {
  --hover_color: #ff7f00;
  --ww: 1920 * 100vw;
  --medium: 600;
  --light: 200;
  --f12: 0.12rem;
  --f14: 0.14rem;
  --f15: 0.15rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f62: 0.62rem;
  --f80: 0.8rem;
}
@media (max-width: 1600px) {
  :root {
    --ww: 1600 * 100vw;
  }
}
@media (max-width: 1024px) {
  :root {
    --ww: 1200 * 100vw;
  }
}
@media (max-width: 768px) {
  :root {
    --ww: 1024 * 100vw;
  }
}
@media (max-width: 640px) {
  :root {
    --ww: 600 * 100vw;
    --f12: 0.18rem;
    --f14: 0.18rem;
    --f15: 0.2rem;
    --f16: 0.2rem;
    --f18: 0.22rem;
    --f20: 0.24rem;
    --f22: 0.26rem;
    --f24: 0.28rem;
  }
}
.block {
  display: block;
  width: 100%;
}
html {
  font-size: calc(100 / var(--ww));
}
body {
  font-size: var(--f12);
  overflow-x: hidden;
 /*  word-break: break-all; */
}
@media (min-width: 1921px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  body {
    overflow-x: inherit;
  }
}
.mb190 {
  margin-bottom: 1.9rem;
}
.mb150 {
  margin-bottom: 1.5rem;
}
.mb140 {
  margin-bottom: 1.4rem;
}
.mb120 {
  margin-bottom: 1.2rem;
}
.mb110 {
  margin-bottom: 1.1rem;
}
.mb100 {
  margin-bottom: 1rem;
}
.mb95 {
  margin-bottom: 0.95rem;
}
.mb90 {
  margin-bottom: 0.9rem;
}
.mb85 {
  margin-bottom: 0.85rem;
}
.mb80 {
  margin-bottom: 0.8rem;
}
.mb75 {
  margin-bottom: 0.75rem;
}
.mb70 {
  margin-bottom: 0.7rem;
}
.mb65 {
  margin-bottom: 0.65rem;
}
.mb60 {
  margin-bottom: 0.6rem;
}
.mb50 {
  margin-bottom: 0.5rem;
}
.mb55 {
  margin-bottom: 0.55rem;
}
.mb45 {
  margin-bottom: 0.45rem;
}
.mb40 {
  margin-bottom: 0.4rem;
}
.mb35 {
  margin-bottom: 0.35rem;
}
.mb30 {
  margin-bottom: 0.3rem;
}
.mb25 {
  margin-bottom: 0.25rem;
}
.mb20 {
  margin-bottom: 0.2rem;
}
.mb10 {
  margin-bottom: 0.1rem;
}
.mb15 {
  margin-bottom: 0.15rem;
}
.mb5 {
  margin-bottom: 0.05rem;
}
.mt190 {
  margin-top: 1.9rem;
}
.mt150 {
  margin-top: 1.5rem;
}
.mt140 {
  margin-top: 1.4rem;
}
.mt120 {
  margin-top: 1.2rem;
}
.mt110 {
  margin-top: 1.1rem;
}
.mt100 {
  margin-top: 1rem;
}
.mt95 {
  margin-top: 0.95rem;
}
.mt90 {
  margin-top: 0.9rem;
}
.mt85 {
  margin-top: 0.85rem;
}
.mt80 {
  margin-top: 0.8rem;
}
.mt75 {
  margin-top: 0.75rem;
}
.mt70 {
  margin-top: 0.7rem;
}
.mt65 {
  margin-top: 0.65rem;
}
.mt60 {
  margin-top: 0.6rem;
}
.mt50 {
  margin-top: 0.5rem;
}
.mt55 {
  margin-top: 0.55rem;
}
.mt45 {
  margin-top: 0.45rem;
}
.mt40 {
  margin-top: 0.4rem;
}
.mt35 {
  margin-top: 0.35rem;
}
.mt30 {
  margin-top: 0.3rem;
}
.mt25 {
  margin-top: 0.25rem;
}
.mt20 {
  margin-top: 0.2rem;
}
.mt10 {
  margin-top: 0.1rem;
}
.mt15 {
  margin-top: 0.15rem;
}
.mt5 {
  margin-top: 0.05rem;
}
.pt190 {
  padding-top: 1.9rem;
}
.pt150 {
  padding-top: 1.5rem;
}
.pt140 {
  padding-top: 1.4rem;
}
.pt120 {
  padding-top: 1.2rem;
}
.pt110 {
  padding-top: 1.1rem;
}
.pt100 {
  padding-top: 1rem;
}
.pt95 {
  padding-top: 0.95rem;
}
.pt90 {
  padding-top: 0.9rem;
}
.pt85 {
  padding-top: 0.85rem;
}
.pt80 {
  padding-top: 0.8rem;
}
.pt75 {
  padding-top: 0.75rem;
}
.pt70 {
  padding-top: 0.7rem;
}
.pt65 {
  padding-top: 0.65rem;
}
.pt60 {
  padding-top: 0.6rem;
}
.pt50 {
  padding-top: 0.5rem;
}
.pt55 {
  padding-top: 0.55rem;
}
.pt45 {
  padding-top: 0.45rem;
}
.pt40 {
  padding-top: 0.4rem;
}
.pt35 {
  padding-top: 0.35rem;
}
.pt30 {
  padding-top: 0.3rem;
}
.pt25 {
  padding-top: 0.25rem;
}
.pt20 {
  padding-top: 0.2rem;
}
.pt10 {
  padding-top: 0.1rem;
}
.pt15 {
  padding-top: 0.15rem;
}
.pt5 {
  padding-top: 0.05rem;
}
.pb190 {
  padding-bottom: 1.9rem;
}
.pb150 {
  padding-bottom: 1.5rem;
}
.pb140 {
  padding-bottom: 1.4rem;
}
.pb120 {
  padding-bottom: 1.2rem;
}
.pb110 {
  padding-bottom: 1.1rem;
}
.pb100 {
  padding-bottom: 1rem;
}
.pb95 {
  padding-bottom: 0.95rem;
}
.pb90 {
  padding-bottom: 0.9rem;
}
.pb85 {
  padding-bottom: 0.85rem;
}
.pb80 {
  padding-bottom: 0.8rem;
}
.pb75 {
  padding-bottom: 0.75rem;
}
.pb70 {
  padding-bottom: 0.7rem;
}
.pb65 {
  padding-bottom: 0.65rem;
}
.pb60 {
  padding-bottom: 0.6rem;
}
.pb50 {
  padding-bottom: 0.5rem;
}
.pb55 {
  padding-bottom: 0.55rem;
}
.pb45 {
  padding-bottom: 0.45rem;
}
.pb40 {
  padding-bottom: 0.4rem;
}
.pb35 {
  padding-bottom: 0.35rem;
}
.pb30 {
  padding-bottom: 0.3rem;
}
.pb25 {
  padding-bottom: 0.25rem;
}
.pb20 {
  padding-bottom: 0.2rem;
}
.pb10 {
  padding-bottom: 0.1rem;
}
.pb15 {
  padding-bottom: 0.15rem;
}
.pb5 {
  padding-bottom: 0.05rem;
}
@media screen and (max-width: 1024px) {
  .pt100,
  .pt120 {
    padding-top: 0.7rem;
  }
  .pb100,
  .pb120 {
    padding-bottom: 0.7rem;
  }
}
.gap_5 {
  gap: 0.05rem;
}
.gap_10 {
  gap: 0.1rem;
}
.gap_20 {
  gap: 0.1rem 0.2rem;
}
.gap_30 {
  gap: 0.1rem 0.4rem;
}
.gap_40 {
  gap: 0.1rem 0.4rem;
}
.gap_60 {
  gap: 0.1rem 0.6rem;
}
.hidden {
  overflow: hidden;
}
.re {
  position: relative;
  z-index: 3;
}
.ani {
  transition: all 0.5s;
}
a:hover .ani {
  transform: scale(1.15);
}
.color {
  color: var(--hover_color);
}
.line_em {
  width: 1px;
  height: 0.2rem;
  display: inline-flex;
  vertical-align: middle;
  background-color: #e2e2e2;
  margin: 0 0.3rem;
}
.header_box {
  height: 0.9rem;
}
.header {
  width: 100%;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  background-color: #000000;
}
.header.show {
  top: -0.9rem;
}
.header .left {
  max-width: 9.3rem;
  flex: 1;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo img {
  max-width: 1.3rem;
}
.header .right {
  display: inline-flex;
  align-items: center;
}
.header .menuIcon {
  display: none;
}
.header .search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .search.search_show .top_search {
  opacity: 1;
  top: 150%;
  pointer-events: auto;
}
.header .open_search {
  display: inline-flex;
  align-items: center;
  color: #666666;
  position: relative;
  z-index: 11;
}
.header .open_search i {
  width: 0.19rem;
  height: 0.19rem;
  background: url(../images/search.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
}
.header .open_search.on i {
  background: none;
  position: relative;
}
.header .open_search.on i:before,
.header .open_search.on i:after {
  position: absolute;
  content: '';
  width: 0.2rem;
  left: 50%;
  height: 1px;
  top: 50%;
  margin-left: -0.12rem;
  margin-top: -1.5px;
  background: var(--hover_color);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header .open_search.on i:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header .top_search {
  width: 3.5rem;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 200%;
  pointer-events: none;
}
.header .top_search .warp {
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.12)
}
.header .top_search .btn {
  width: 0.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search2.svg) no-repeat center;
  background-size: 0.2rem;
}
.header .top_search .text {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.2rem;
  padding-right: 0.5rem;
  border: none;
  background-color: #ffffff;
}
.header .top_search .text::placeholder {
  color: #999999;
}
.header .lang {
  flex-shrink: 0;
  align-items: center;
  display: inline-flex;
  line-height: 0.24rem;
  position: relative;
  font-size: var(--f12);
  margin-left: 0.4rem;
  height: 0.9rem;
}
.header .lang span {
  display: flex;
  align-items: center;
  color: #fff;
}
.header .lang span::before {
  content: '';
  width: 0.19rem;
  height: 0.19rem;
  background: url(../images/lang.svg) no-repeat center;
  background-size: contain;
  margin-right: 0.08rem;
  filter: brightness(0) invert(1);
}
.header .lang span::after {
  content: '';
  width: 0.12rem;
  height: 0.06rem;
  background: url(../images/top_arrow.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.1rem;
  filter: brightness(0) invert(1);
}
.header .lang .box {
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 10px, 0);
  -webkit-transform: translate3d(-50%, 10px, 0);
  -moz-transform: translate3d(-50%, 10px, 0);
  -o-transform: translate3d(-50%, 10px, 0);
  -ms-transform: translate3d(-50%, 10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  background-color: #fff;
  width: 1.2rem;
  text-align: center;
  padding: 0.1rem;
}
.header .lang a {
  display: block;
}
.header .lang a:hover {
  color: var(--hover_color);
}
.header .lang.on .box {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
.header .navTop li span {
  display: block;
  position: relative;
}
.header .navTop li span a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  height: 0.9rem;
  color: #fff;
  font-size: var(--f12);
}
@media (min-width: 1025px) {
  .header .navTop li {
    margin-right: 0.7rem;
  }
  .header .navTop li:last-child {
    margin-right: 0;
  }
  .header .navTop li.aon span a::after,
  .header .navTop li:hover span a::after {
    opacity: 1;
    width: 100%;
  }
  .header .navTop li span a::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    top: 70%;
    background-color: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s;
  }
}
.header .navTop li .sub {
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -10px, 0);
  -webkit-transform: translate3d(-50%, -10px, 0);
  -moz-transform: translate3d(-50%, -10px, 0);
  -o-transform: translate3d(-50%, -10px, 0);
  -ms-transform: translate3d(-50%, -10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100%;
  padding: 0.5rem 0;
}
.header .navTop li .sub .box {
  justify-content: space-evenly;
}
.header .navTop li .sub a {
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  display: block;
  font-size: var(--f14);
}
.header .navTop li .sub a:hover {
  color: var(--hover_color);
}
.header .navTop li .sub_pro {
  padding: 0;
}
.header .navTop li .sub_pro .textwarp {
  flex: 1;
  min-width: 0;
  padding: 0.5rem 0;
}
.header .navTop li .sub_pro .picbox {
  width: 44.095%;
  background-color: #f5f5f5;
}
.header .navTop li .sub_pro .picbox .con {
  display: block;
  padding: 0.5rem;
  text-align: center;
}
.header .navTop li .sub_pro .picbox .stit {
  font-size: var(--f18);
  color: #999999;
  font-weight: var(--light);
}
.header .navTop li .sub_pro .picbox .title {
  font-size: var(--f24);
  font-weight: var(--medium);
  color: #000;
}
.header .navTop li .sub_pro .picbox .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.6rem;
}
.header .navTop li .sub_pro .picbox .pic img {
  max-height: 90%;
}
.header .navTop li .sub_pro .picbox a:hover .Hmore {
  border-color: var(--hover_color);
  color: #fff;
  background-color: var(--hover_color);
}
.header .navTop li .sub_pro .picbox a:hover .Hmore:after {
  border-color: #fff;
}
.header .navTop li .sub_pro .warp {
  max-width: 8.4rem;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  width: 92%;
}
.header .navTop li .sub_pro dl {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 0.5rem;
}
.header .navTop li .sub_pro dl:nth-child(3n) {
  margin-right: 0;
}
.header .navTop li .sub_pro dd {
  margin-top: 0.3rem;
}
.header .navTop li .sub_pro dd a {
  display: block;
  margin: 0.2rem 0;
  font-size: var(--f12);
  font-weight: var(--light);
}
.header .navTop li.hover .sub {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .header .logo {
    height: 0.8rem;
  }
  .header .navTop li span a {
    color: #fff;
  }
  .header .menuIcon {
    display: inline-flex;
    align-items: center;
    margin-left: 0.3rem;
  }
  .header #open_menu {
    z-index: 100;
    width: 0.25rem;
    height: 0.18rem;
    cursor: pointer;
    position: relative;
  }
  .header #open_menu i {
    display: inline-block;
    width: 80%;
    height: 2px;
    transform: translateY(-50%);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    left: 0;
    content: '';
    position: absolute;
  }
  .header #open_menu::before {
    top: 0;
  }
  .header #open_menu::after {
    bottom: 0;
    top: auto;
  }
  .header #open_menu.open_menu_on i {
    opacity: 0;
  }
  .header #open_menu.open_menu_on:before {
    transform: rotate(45deg);
    top: 0.1rem;
  }
  .header #open_menu.open_menu_on:after {
    transform: rotate(-45deg);
    bottom: auto;
    top: 0.1rem;
  }
  .header .search {
    width: auto;
    border: none;
  }
  .header .navTop {
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    line-height: 40px;
    margin-left: 0;
    display: block;
    padding: 0;
    transition: all 0.5s;
    opacity: 0;
    background-image: none;
    margin-right: 0;
    z-index: 106;
    padding-top: 0.8rem;
    background-color: transparent;
  }
  .header .navTop::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 0.8rem);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .navTop.show {
    visibility: visible;
    right: 0;
    opacity: 1;
  }
  .header .navTop .ul {
    position: relative;
    height: 100%;
    max-height: 100%;
    width: 3rem;
    margin: 0 0 0 auto;
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    display: block;
  }
  .header .navTop .ul li {
    float: none;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #eee;
    margin: 0;
    width: 100%;
  }
  .header .navTop .ul li:hover span a,
  .header .navTop .ul li.aon span a {
    color: #333;
  }
  .header .navTop .ul li span {
    display: block;
    line-height: 0.8rem;
  }
  .header .navTop .ul li span a {
    padding-bottom: 0;
    line-height: normal;
    height: 0.8rem;
    justify-content: flex-start;
    display: inline-flex;
    color: #333;
    padding: 0 10%;
  }
  .header .navTop .ul li span a::before {
    display: none;
  }
  .header .navTop .ul li .sub {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    color: #999999;
    width: 100%;
    background-color: transparent;
    text-align: left;
    padding: 0.2rem 0;
    min-width: auto;
    display: none;
    opacity: 1;
    white-space: normal;
    backface-visibility: hidden;
    pointer-events: auto;
  }
  .header .navTop .ul li .box {
    top: 0;
    box-shadow: none;
    text-align: left;
    display: block;
  }
  .header .navTop .ul li .box::before {
    display: none;
  }
  .header .navTop .ul li .box a {
    margin: 0;
    padding: 0;
    line-height: 0.46rem;
    text-align: center;
    display: block;
    color: #333;
    background-color: transparent;
    min-height: auto;
  }
  .header .navTop .ul li .box .ul {
    width: 100%;
  }
  .header .navTop .ul li .box li {
    width: 100%;
    text-align: center;
  }
  .header .navTop .ul .li_sub span {
    position: relative;
    display: block;
    padding-right: 0.2rem;
  }
  .header .navTop .ul .li_sub .op {
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .header .navTop .ul .li_sub .op::before,
  .header .navTop .ul .li_sub .op::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #333;
    transform: translate(-50%, -50%);
  }
  .header .navTop .ul .li_sub .op::before {
    width: 100%;
    height: 0.02rem;
  }
  .header .navTop .ul .li_sub .op::after {
    width: 0.02rem;
    height: 100%;
  }
  .header .navTop .ul .li_sub.hover .op::after {
    opacity: 0;
  }
  .header .navTop .ul .sub_pro .textwarp {
    width: 100%;
    flex: auto;
    padding: 0.2rem 0;
  }
  .header .navTop .ul .sub_pro .picbox {
    display: none;
  }
  .header .navTop .ul .sub_pro .warp {
    margin: 0 auto;
  }
  .header .navTop .ul .sub_pro dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .header .navTop .ul .sub_pro dd {
    margin-top: 0.1rem;
  }
  .header .navTop .ul .sub_pro dd a {
    line-height: normal;
    margin: 0.1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .header .top_search {
    width: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .header .search {
    position: static;
    line-height: normal;
  }
  .header .top_search {
    width: 100%;
    top: 100%;
  }
  .header .top_btn,
  .header .menuIcon {
    margin-left: 0.2rem;
  }
  .header .line {
    margin: 0 0.1rem;
  }
}
.footer {
  background-color: #000000;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.4rem;
  margin-bottom: 0.55rem;
}
.footer .tel {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: var(--f20);
}
.footer .tel::before {
  content: '';
  display: inline-flex;
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/foot_tel.svg) no-repeat center;
  background-size: contain;
  opacity: 0.5;
  margin-right: 0.14rem;
}
.footer nav {
  width: calc(705 / 1440 * 100%);
}
.footer nav a {
  display: block;
}
.footer nav dt {
  font-size: var(--f14);
}
.footer nav dd {
  line-height: calc(40 / 12);
  margin-top: 0.3rem;
}
.footer .share a {
  margin-left: 0.3rem;
  position: relative;
  display: block;
}
.footer .share .icon {
  max-width: 0.25rem;
}
.footer .share .qrcode {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 1.2rem;
  display: none;
}
.footer .share .qrcode img {
  width: 100%;
}
.footer .copyright {
  padding-bottom: 1rem;
  padding-top: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .copyright .back {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.footer .copyright .back .icon {
  display: inline-flex;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0.1rem;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 100%;
  position: relative;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.footer .copyright .back .icon::after {
  content: '';
  position: absolute;
  background: url(../images/foot_back.svg) no-repeat center;
  background-size: contain;
  background-size: 0.12rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.06rem;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.footer .copyright .back:hover {
  color: #fff;
}
.footer .copyright .back:hover .icon {
  background-color: rgba(255, 255, 255, 0.5);
}
.footer .copyright .back:hover .icon::after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .footer nav {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .footer .copyright {
    padding: 0.3rem 0 0.2rem;
    text-align: center;
  }
  .footer .copyright p {
    order: 2;
  }
  .footer .copyright .right {
    text-align: center;
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.poImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.Hmore {
  min-width: 1.86rem;
  height: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hmore::after {
  content: '';
  display: inline-flex;
  margin-left: 0.15rem;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #000;
  border-width: 0.01rem 0.01rem 0 0;
  transform: rotate(45deg);
}
.Hmore:hover {
  background-color: var(--hover_color);
  color: #fff;
  border-color: var(--hover_color);
}
.Hmore:hover::after {
  border-color: #fff;
}
.swiper-button {
  opacity: 1;
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.swiper-button::after {
  color: #fff;
  font-size: 0.16rem;
}
.swiper-button:hover {
  opacity: 1;
  background-color: var(--hover_color);
}
.swiper-button:hover::after {
  filter: brightness(0) invert(1);
}
.swiper-button-prev {
  left: -5%;
}
.swiper-button-next {
  right: -5%;
}
@media screen and (max-width: 640px) {
  .swiper-button-prev {
    left: -3%;
  }
  .swiper-button-next {
    right: -3%;
  }
}
.pagebtn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  z-index: 5;
  gap: 0.3rem;
  bottom: 0.1rem;
}
.pagebtn .swiper-button {
  position: relative;
  top: auto;
  margin-top: auto;
  right: auto;
  left: auto;
}
.swiper .swiper-pagination {
  bottom: 0.2rem;
  text-align: center;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.06rem;
  height: 0.06rem;
  position: relative;
  background-color: transparent;
  margin: 0 0.13rem;
  background-color: #fff;
  border-radius: 0;
  opacity: 0.4;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.Hbanner {
  position: relative;
  overflow: hidden;
}
.Hbanner .swiper {
  width: 100%;
}
.Hbanner .swiper-slide {
  overflow: hidden;
  width: 100%;
}
.Hbanner .pic {
  overflow: hidden;
}
.Hbanner .pic img {
  width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  transition: all 5s;
}
.Hbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding-top: 0.9rem;
}
.Hbanner .stit {
  font-size: var(--f20);
  font-weight: var(--light);
  margin-bottom: 0.2rem;
}
.Hbanner .stit span {
  text-decoration: underline;
}
.Hbanner .title {
  font-size: var(--f54);
  line-height: calc(64 / 54);
  font-weight: var(--medium);
  margin-bottom: 0.5rem;
}
.Hbanner .Hmore {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.Hbanner .Hmore::after {
  border-color: #fff;
}
.Hbanner .animation {
  transition: all 1.5s;
  transform: translateY(0.2rem);
  opacity: 0;
}
.Hbanner .swiper-slide-active .animation {
  opacity: 1;
  transform: translateX(0);
}
.Hbanner .swiper-slide-active .animation:nth-child(1) {
  transition-delay: 0.2s;
}
.Hbanner .swiper-slide-active .animation:nth-child(2) {
  transition-delay: 0.6s;
}
.Hbanner .swiper-slide-active .animation:nth-child(3) {
  transition-delay: 0.8s;
}
.Hbanner .swiper-button-prev,
.Hbanner .swiper-button-next {
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.Hbanner .swiper-button-prev::after,
.Hbanner .swiper-button-next::after {
  font-size: var(--f18);
  color: rgba(255, 255, 255, 0.5);
  padding: 0.2rem;
  border-bottom: 1px solid #fff;
}
.Hbanner .swiper-button-prev::before,
.Hbanner .swiper-button-next::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
}
.Hbanner .swiper-button-prev:hover::after,
.Hbanner .swiper-button-next:hover::after {
  color: #fff;
}
.Hbanner .swiper-button-prev {
  left: 0;
  padding-left: 0.4rem;
}
.Hbanner .swiper-button-prev::after {
  content: 'PREV';
}
.Hbanner .swiper-button-next {
  right: 0;
  padding-right: 0.4rem;
}
.Hbanner .swiper-button-next::after {
  content: 'NEXT';
}
.Hbanner .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  display: inline-flex;
  width: auto;
}
.Hbanner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0.4rem;
  order: 3;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.3rem;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500%;
  height: 500%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .Hbanner .box {
    padding-bottom: 0;
  }
  .Hbanner .pic {
    height: auto;
  }
  .Hbanner .pic img {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .Hbanner .textwarp {
    padding-top: 0.3rem;
  }
  .Hbanner .stit {
    font-size: var(--f18);
  }
  .Hbanner .title {
    font-size: var(--f28);
    margin-bottom: 0.3rem;
  }
}
.NYbanner {
  position: relative;
}
.NYbanner img {
  width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.NYbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  color: #fff;
  align-items: center;
  text-align: center;
}
.NYbanner .textwarp .cn {
  font-size: var(--f50);
}
.NYbanner .textwarp .cn::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 1.97rem;
  height: 0.06rem;
  background: url(../images/line.svg) no-repeat center;
  background-size: contain;
}
.NYbanner .textwarp .ban_tit {
  font-size: var(--f50);
}
.NYbanner .textwarp .des {
  font-size: var(--f18);
  margin-top: 0.15rem;
  max-width: 8rem;
  line-height: calc(34 / 18);
}
.NYbanner.black .textwarp {
  color: #333333;
}
.NYbanner.black .textwarp .cn,
.NYbanner.black .textwarp .ban_tit {
  color: #000000;
}
@media screen and (max-width: 640px) {
  .NYbanner img {
    min-height: 3rem;
  }
}
.current_line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.current_sticky {
  background-color: #fff;
  z-index: 4;
  top: 0;
  position: sticky;
}
.nymenu li:not(:last-child) {
  margin-right: 0.4rem;
}
.nymenu a {
  display: flex;
  align-items: center;
  line-height: 0.36rem;
  position: relative;
  font-size: var(--f18);
  color: #000000;
}
.nymenu a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #000;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.nymenu a:hover {
  font-weight: bold;
}
.nymenu a:hover::after {
  opacity: 1;
  width: 100%;
}
.nymenu .onLi a {
  font-weight: bold;
}
.nymenu .onLi a::after {
  opacity: 1;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .nymenu {
    order: 2;
    width: 100%;
  }
  .nymenu li:not(:last-child) {
    margin-right: 0.25rem;
  }
  .nymenu a {
    height: 0.6rem;
  }
}
.location {
  color: #000;
  text-align: left;
  padding: 0.2rem 0;
}
.location em {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-style: normal;
}
.location i {
  display: inline-flex;
  margin: 0 0.05rem;
}
.location a {
  color: #000;
}
.current {
  border-bottom: 1px solid #d5d5d5;
}
.current .menubox .ul {
  gap: 0.4rem;
}
.current .menubox a {
  height: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.current .menubox a::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #000;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  .current .menubox a:hover::after {
    width: 100%;
  }
}
.current .menubox .onLi a::after {
  width: 100%;
}
.current .menubox.f15 {
  font-size: var(--f15);
}
@media screen and (max-width: 640px) {
  .current .menubox .ul {
    gap: 0.15rem;
  }
}
.link_list {
  gap: 0.2rem;
}
.link_list li {
  width: calc((100% - 0.2rem * 4) / 5);
}
.link_list .box {
  border: 1px solid #eeeeee;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.link_list .box img {
  max-height: 100%;
  max-width: 90%;
}
.link_list .box:hover {
  border-color: var(--hover_color);
}
.web_link ul li {
  padding: 0.1rem 0;
  border-bottom: dotted 1px #e4e4e4;
}
.web_link ul li b {
  display: block;
  font-weight: normal;
  font-size: var(--f18);
}
.web_link ul li span {
  opacity: 0.8;
  display: inline-block;
  white-space: nowrap;
  padding-right: 0.2rem;
}
.video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.65);
}
.video-box .close {
  cursor: pointer;
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  z-index: 4;
  right: 0.1rem;
  top: 0.1rem;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.video-box .close::before,
.video-box .close::after {
  position: absolute;
  content: '';
  width: 50%;
  left: 50%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background: #fff;
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
}
.video-box .close::before {
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
}
.video-box .flex_jc_ac {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box .inner {
  width: 90%;
  max-width: 10.8rem;
  position: relative;
}
.video-box video {
  width: 100%;
}
.Pages {
  text-align: center;
  margin-top: 0.6rem;
  margin-bottom: 1.2rem;
}
.Pages span:not(.p_page),
.Pages .p_page a.a_first,
.Pages .p_page a.a_end {
  display: none;
}
.Pages .p_page,
.Pages .p_page em {
  display: flex;
  justify-content: center;
  align-content: center;
}
.Pages .p_page em {
  font-style: normal;
}
.Pages .p_page a {
  color: #666666;
  display: inline-block;
  min-width: auto;
  margin: 0 0.2rem;
  overflow: hidden;
  position: relative;
  font-size: var(--f20);
}
.Pages .p_page a:not(.no):hover,
.Pages .p_page .a_cur {
  color: var(--hover_color);
}
.Pages .p_page .a_prev,
.Pages .p_page .a_next {
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.Pages .p_page .a_prev:before,
.Pages .p_page .a_next:before {
  content: '';
  width: 0.12rem;
  height: 0.12rem;
  border: solid #b2b2b2;
  border-width: 0 0.03rem 0.03rem 0;
  transform: rotate(-45deg);
  display: block;
  margin-right: 0.05rem;
}
.Pages .p_page .a_prev:before {
  border-width: 0.03rem 0 0 0.03rem;
  margin-left: 0.05rem;
  margin-right: auto;
}
.Pages .p_page .a_prev:not(.no):hover::before,
.Pages .p_page .a_next:not(.no):hover::before {
  border-color: #000000;
}
.Pages .p_page a.no {
  cursor: default;
}
@media (max-width: 768px) {
  .Pages {
    line-height: 0.46rem;
  }
  .Pages .p_page a {
    min-width: 0.46rem;
    margin: 0px 5px;
  }
}
.bg_f6f6f6 {
  background-color: #f6f6f6;
}
.bg_f6f9fd {
  background-color: #f6f9fd;
  padding-bottom: 1px;
}
.news_list {
  margin: 0 -0.12rem;
}
.news_list li {
  width: 33.33%;
  padding: 0 0.12rem;
  margin-bottom: 0.8rem;
}
.news_list .box {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.news_list .box:hover .more {
  color: var(--hover_color);
}
.news_list .box:hover .more::after {
  border-color: var(--hover_color);
}
.news_list .pic {
  position: relative;
  padding-top: calc(310 / 464 * 100%);
  margin-bottom: 0.4rem;
}
.news_list .textwarp {
  color: #000000;
}
.news_list .title {
  font-size: var(--f18);
  font-weight: normal;
  margin-bottom: 0.4rem;
}
.news_list .des {
  margin-top: 0.1rem;
}
@media (max-width: 640px) {
  .news_list li {
    width: 100%;
  }
  .news_list .textwarp {
    height: auto;
  }
  .news_list .time {
    margin-top: 0.1rem;
  }
}
.loading .more {
  cursor: pointer;
}
.loading .icon {
  width: 0.37rem;
  height: 0.37rem;
  display: block;
  background: url(../images/loading.png) no-repeat center;
  background-size: contain;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}
.loading span {
  display: inline-block;
  margin-top: 0.1rem;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.news_details .details_title {
  border-bottom: 1px solid rgba(15, 9, 3, 0.1);
  position: relative;
  padding-bottom: 0.3rem;
  margin-bottom: 0.35rem;
  color: #333333;
}
.news_details .details_title .title {
  font-size: var(--f32);
  font-weight: var(--medium);
  line-height: calc(40 / 32);
  margin-bottom: 0.25rem;
}
.news_details .details_title .other {
  gap: 0.1rem 0.6rem;
}
.news_details .Single {
  line-height: calc(32 / 16);
  color: #666666;font-size: 0.16rem;
  padding: 0 5vw;
}
/* .news_details .Single .tc{text-align: center;} */
.news_details .Single img {
  height: auto!important;margin: 0px auto;max-width: 8rem;display: block;
}
.news_details .Single p {
  margin: 2em 0;
  text-indent: 2em;
}
.news_details .dotBox {
  padding-top: 0.35rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news_details .Single * {font-family: 'hm', arial, sans-serif !important;line-height: 1.6 !important;background: none !important;color: #333 !important;}
.news_details .dotBox .right {
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.news_details .dotBox .left {
  flex: 1;
  min-width: 0;
  line-height: calc(36 / 16);
}
.news_details .dotBox .left .dot {
  color: #666666;
}
.news_details .dotBox .left a {
  color: #666666;
}
.news_details .dotBox .left a:hover {
  color: var(--hover_color);
}
.news_details .dotBox .back {
  color: var(--hover_color);
  padding-left: 0.3rem;
  line-height: 0.24rem;
  background: url(../images/back.png) no-repeat left center;
  background-size: 0.14rem;
}
@media(max-width:1024px){
  .news_details .Single img{max-width: 100%;}
}
@media (max-width: 640px) {
  .news_details {
    margin-bottom: 0.5rem;
  }
  .news_details .right {
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .news_details .left {
    width: 100%;
    flex: auto;
    order: 2;
  }
}
.Introduction {
  font-size: var(--f15);
  color: #333333;
  line-height: calc(30 / 15);
}
.job_box .job_title {
  gap: 0 0.5rem;
  font-size: var(--f15);
  padding: 0.2rem 0.25rem;
}
.job_box .job_title li {
  width: 1.8rem;
}
.job_box .job_title .title {
  flex: 1;
}
.job_box .job_title .cz {
  width: 0.3rem;
}
.job_box .job_title_top {
  font-size: var(--f12);
  min-height: 0.6rem;
}
.job_box .job_item {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.job_box .job_item .job_title {
  cursor: pointer;
}
.job_box .icon {
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
}
.job_box .icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: solid #666666;
  border-width: 0.02rem 0.02rem 0 0;
  width: 0.11rem;
  height: 0.11rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.job_box .content {
  padding: 0.25rem 0.25rem 1px;
  display: none;
}
.job_box .item {
  display: flex;
  margin-bottom: 0.5rem;
}
.job_box .item .tit {
  width: 1.4rem;
  flex-shrink: 0;
  font-size: var(--f18);
  font-weight: normal;
  line-height: calc(36 / 18);
}
.job_box .item .con {
  flex: 1;
  line-height: calc(36 / 15);
  font-size: var(--f15);
}
.job_box .active .icon::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
@media screen and (max-width: 640px) {
  .job_box .job_title {
    gap: 0;
  }
  .job_box .job_title li {
    width: 1.5rem;
  }
  .job_box .job_title .title {
    width: 100%;
    flex: auto;
    margin-bottom: 0.1rem;
  }
  .job_box .job_title .num {
    display: none;
  }
}
.contact_box .left {
  flex: 1;
  min-width: 0;
}
.contact_box .title {
  font-size: var(--f18);
}
.contact_box .title .red {
  color: #c6111a;
}
.contact_box select,
.contact_box .text {
  background-color: #f7f8f9;
  border-radius: 4px;
  width: 100%;
  border: none;
  line-height: 0.5rem;
  height: 0.5rem;
  padding: 0 0.2rem;
}
.contact_box select{width: 48%;float: left;margin-right: 2%;}
.contact_box select:nth-child(3){float:right;margin-right: 0;}
.contact_box select::placeholder,
.contact_box .text::placeholder {
  color: #999999;
}
.contact_box select {
  background-image: url(../images/top_arrow.svg);
  background-size: 0.13rem;
}
.contact_box textarea.text {
  height: 1.5rem;
}
.contact_box .radioBox label {
  min-width: 23%;
  font-size: var(--f14);
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.contact_box .radioBox label input{margin-right: 0.1rem;}
.contact_box .radioBox .icon {
  width: 0.15rem;
  height: 0.15rem;
  border: solid 1px #cccccc;
  background-color: #fff;
  display: inline-flex;
  margin-right: 0.1rem;
}
.contact_box .radioBox input[type="radio"]:checked + .icon {
  border: solid 1px #c6111a;
  background-color: #c6111a;
}
.contact_box .two_ul li {
  width: calc(400 / 900 * 100%);
  margin-bottom: 0.2rem;
}
.contact_box .two_ul li:nth-child(2n) {
  width: calc(480 / 900 * 100%);
}
.contact_box .btn {
  width: 2rem;
  background-color: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.5rem;
  font-size: var(--f15);
  cursor: pointer;
}
.contact_box .right {
  width: calc(440 / 1440 * 100%);
  margin-left: calc(100 / 1440 * 100%);
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 0.6rem 0.47rem;
  font-size: var(--f15);
  line-height: calc(30 / 15);
  min-height: 4.8rem;
}
.contact_box .right .tel {
  font-size: var(--f40);
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .contact_box .left,
  .contact_box .right {
    width: 100%;
    margin-left: 0;
    flex: auto;
  }
  .contact_box .left {
    order: 2;
    margin-top: 0.5rem;
  }
}
.contact_khzc {
  max-width: 6.4rem;
  margin-left: auto;
  margin-right: auto;
}
.contact_khzc .btn {
  width: 100%;
}
.contact_khzc p a {
  text-decoration: underline;
}
.about_title {
  font-size: 0.85rem;
  font-weight: normal;
}
@media (max-width: 640px) {
  .about_title {
    font-size: 0.6rem;
  }
}
.about_ban {
  position: relative;
  min-height: 7.8rem;
}
.about_ban .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about_ban .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.about_ban .textwarp {
  position: relative;
  z-index: 2;
}
.about_ban .des {
  max-width: 13rem;
  margin: 0.05rem auto 0;
  font-size: var(--f15);
  line-height: calc(30 / 15);
}
.about_info .pic {
  width: calc(600 / 1440 * 100%);
}
.about_info .textwarp {
  width: calc(735 / 1440 * 100%);
  border-top: 1px solid #000;
  padding-top: 0.7rem;
  font-size: var(--f15);
  line-height: calc(30 / 15);
}
.about_info .textwarp b {
  font-weight: var(--medium);
}
.about_info .textwarp .title {
  font-weight: var(--medium);
  font-size: var(--f24);
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  .about_info .pic,
  .about_info .textwarp {
    width: 100%;
  }
}
.about_num li {
  width: 25%;
  position: relative;
  font-size: var(--f15);
  text-align: center;
  padding: 0 0.1rem;
}
.about_num li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #333;
  opacity: 0.1;
}
.about_num .numbox {
  font-size: 0.64rem;
  font-weight: var(--medium);
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .about_num li {
    width: 50%;
    margin: 0.2rem 0;
  }
  .about_num li:nth-child(2n)::after {
    display: none;
  }
}
/* .honor_list {
  margin-left: -0.12rem;
  margin-right: -0.12rem;
} */
.honor_list .swiper-slide{display: flex;flex-wrap: wrap;justify-content: space-between;}
.honor_list .swiper-slide:after{content: "";width: 30%;}
.honor_list .item {
  width: 30%;
  /* padding: 0 0.12rem; */
  font-size: var(--f15);
  margin-bottom: 0.7rem;
}
.honorbox .swiper-pagination{position: static;top: auto;display: flex;align-items: center;justify-content: center;}
.honorbox .swiper .swiper-pagination .swiper-pagination-bullet{width: 0.15rem;height: 0.15rem;border-radius: 50%;cursor: pointer;background-color: rgba(0,0,0,0.25);}
.honorbox .swiper-pagination span:not(:last-child){margin-right: 0.12rem;}
.honorbox .swiper-pagination .swiper-pagination-bullet-active{background: #ff8000;}
.honorbox .swiper-button-prev{background: #ff8000 url(../images/prev-on.svg) no-repeat center center/0.22rem 0.22rem;left: 0;}
.honorbox .swiper-button-prev:after{display: none;}
.honorbox .swiper-button-next{background: #ff8000 url(../images/next-on.svg) no-repeat center center/0.22rem 0.22rem;; right: 0;}
.honorbox .swiper-button-next:after{display: none;}
.honor_list .pic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 0.1rem;
  margin-bottom: 0.4rem;
  height: 2.46rem;
}
.honor_list .pic img {
  max-height: 90%;
}
.honor_list .time {
  font-size: var(--f24);
}
.honor_list .title {
  margin: 0.1rem 0 0.08rem;
}
.honor_list .des {
  color: #666666;
}
@media screen and (max-width: 640px) {
   .honor_list .item {
    width: 46%;
  }
}
.history_box {
  background: url(../images/history.jpg) no-repeat center bottom;
  background-size: cover;
}
.history_box .swiper {
  height: 8rem;
  margin-bottom: 0.5rem;
}
.history_box .title {
  font-size: var(--f40);
}
.history_box .con {
  font-size: var(--f15);
  line-height: calc(30 / 15);
  margin-top: 0.15rem;
  min-height: 0.6rem;
}
.history_box .con *{font-family:initial !important;}
.history_box .box {
  width: 50%;
  padding-right: 0.75rem;
  text-align: right;
  position: relative;
}
.history_box .box::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0.25rem;
  width: 0.4rem;
  height: 1px;
  background-color: #000;
  opacity: 0.8;
}
.history_box .line {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 100%;
  position: absolute;
  right: -0.1rem;
  top: 0.15rem;
  background-color: transparent;
}
.history_box .line::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 100%;
  background-color: #000;
  transform: translate(-50%, -50%);
}
.history_box .list {
  padding-top: 0.1rem;
  position: relative;
}
.history_box .list::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
}
.history_box .swiper-slide:nth-child(2n) .box {
  margin-left: auto;
  padding-right: 0;
  padding-left: 0.75rem;
  text-align: left;
}
.history_box .swiper-slide:nth-child(2n) .box::before {
  left: 0;
  right: auto;
}
.history_box .swiper-slide:nth-child(2n) .line {
  right: auto;
  left: -0.1rem;
}
.history_box .active .line {
  background-color: #ff7f00;
}
.history_box .active .line::before {
  background-color: #fff;
  width: 0.06rem;
  height: 0.06rem;
}
.history_box .last {
  height: 1rem;
}
.history_box .mouse {
  width: 0.2rem;
  height: 0.32rem;
  background: url(../images/icon_mouse.svg) no-repeat center;
  background-size: contain;
}
.fwzc_box .pic {
  width: calc(708 / 1440 * 100%);
}
.fwzc_box .item {
  width: calc(346 / 1440 * 100%);
  margin-left: calc(20 / 1440 * 100%);
}
.fwzc_box .box {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  text-align: center;
  height: 100%;
  padding: 0.6rem;
  background-color: #f5f5f5;
}
.fwzc_box .icon {
  width: 0.4rem;
  text-align: center;
  margin: 0 auto;
}
.fwzc_box .title {
  font-size: var(--f18);
  color: #000000;
  margin: 0.35rem 0 0.25rem;
}
.fwzc_box .des {
  font-size: var(--f15);
  color: #333333;
  line-height: calc(30 / 15);
  max-width: 1.8rem;
  margin: 0 auto;
}
.fwzc_box .btn {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
  line-height: 0.6rem;
  font-size: var(--f15);
}
@media screen and (max-width: 640px) {
  .fwzc_box .pic {
    width: 100%;
  }
  .fwzc_box .item {
    width: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
  }
  .fwzc_box .des {
    max-width: 2rem;
    margin-bottom: 0.5rem;
  }
}
.center {
  text-align: center;
}
.Column {
  font-size: var(--f36);
  font-weight: var(--medium);
}
.Column.f42 {
  font-size: var(--f42);
}
.open_inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.open_inner .flexbox {
  width: 100%;
  height: 100%;
}
.open_inner .close {
  cursor: pointer;
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  z-index: 4;
  right: 0.2rem;
  top: 0.2rem;
  border-radius: 100%;
}
.open_inner .close::before,
.open_inner .close::after {
  position: absolute;
  content: '';
  width: 60%;
  left: 50%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background: #666666;
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
}
.open_inner .close::before {
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
}
.open_inner .inner {
  position: relative;
  max-width: 10.8rem;
  background-color: #fff;
  padding: 0.6rem 0.4rem;
  width: 92%;
}
.open_inner .inner .scroll {
  width: 100%;
  padding-right: 0.25rem;
  padding-left: 0.2rem;
  max-height: 70vh;
}
.open_sh .inner {
  max-width: 6.4rem;
  padding: 0.8rem;
  text-align: center;
}
.open_sh .icon {
  max-width: 1.5rem;
  margin: 0 auto;
}
.open_sh .title {
  margin: 0.35rem 0 0.2rem;
  font-size: var(--f36);
}
.open_sh .des {
  color: #1d191a;
  font-size: var(--f16);
}
.case_list li {
  width: calc(708 / 1440 * 100%);
  margin-bottom: 0.6rem;
}
.case_list .pic {
  padding-top: calc(471 / 708 * 100%);
  position: relative;
  overflow: hidden;
}
.case_list .label {
  position: absolute;
  border-radius: 0.15rem 0px 0px 0px;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 0.4rem;
  min-width: 1rem;
  padding: 0 0.1rem;
  text-align: center;
  font-weight: var(--light);
}
.case_list .title {
  margin: 0.35rem 0 0.1rem;
  font-size: var(--f36);
  position: relative;
  padding-right: 0.4rem;
  font-weight: var(--medium);
}
.case_list .title::after {
  content: '';
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.12rem;
  height: 0.12rem;
  border: solid #000;
  border-width: 0.02rem 0.02rem 0 0;
}
.case_list .des {
  font-size: var(--f15);
  font-weight: var(--light);
  line-height: calc(30 / 15);
  max-width: 5.5rem;
}
@media screen and (max-width: 640px) {
  .case_list li {
    width: 100%;
  }
}
.case_description .left {
  width: calc(708 / 1440 * 100%);
}
.case_description .left .swiper-button-prev {
  left: 0.1rem;
}
.case_description .left .swiper-button-next {
  right: 0.1rem;
}
.case_description .right {
  width: calc(660 / 1440 * 100%);
  font-size: var(--f15);
  line-height: calc(30 / 15);
}
.case_description .title {
  font-size: var(--f36);
  font-weight: normal;
  line-height: 1;
}
.case_description .des {
  color: #333;
  margin: 0.25rem 0 0.4rem;
}
.case_description .des b {
  font-weight: normal;
  color: #000000;
}
.case_description .info {
  color: #333333;
  margin-bottom: 0.65rem;
}
.case_description .btn {
  min-width: 1.8rem;
  line-height: 0.6rem;
  padding: 0 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px rgba(0, 0, 0, 0.5);
  color: #000;
  font-size: var(--f18);
  border-radius: 0.3rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.case_description .btn::before {
  content: '';
  display: inline-flex;
  width: 0.21rem;
  height: 0.21rem;
  background: url(../images/icon_lx.svg) no-repeat center;
  margin-right: 0.1rem;
  background-size: contain;
}
.case_description .btn:hover {
  border-color: var(--hover_color);
  color: #fff;
  background-color: var(--hover_color);
}
.case_description .btn:hover::before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .case_description .left,
  .case_description .right {
    width: 100%;
  }
  .case_description .right {
    padding-top: 0.5rem;
  }
}
.yyfa_description > .flex_js_row {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  width: 100%;
}
.yyfa_description .right {
  flex: 1;
  width: 100%;
  padding: 0.6rem 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
}
@media screen and (max-width: 640px) {
  .yyfa_description .right {
    padding: 0.5rem 0.3rem;
  }
}
.ms_xgzs {
  position: relative;
  padding: 0 calc(120 / 1440 * 100%);
  margin-bottom: 0.36rem;
  z-index: 1;
}
.ms_xgzs::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 81.25%;
  background-color: #f5f5f5;
  transform: translateY(-50%);
}
.ms_xgzs .swiper-button-prev {
  left: calc(40 / 1440 * 100%);
}
.ms_xgzs .swiper-button-next {
  right: calc(40 / 1440 * 100%);
}
.ms_xgzs .swiper-pagination {
  bottom: -0.36rem;
  text-align: center;
}
.ms_xgzs .swiper-pagination .swiper-pagination-bullet {
  width: 0.06rem;
  height: 0.06rem;
  position: relative;
  background-color: transparent;
  margin: 0 0.1rem;
  background-color: #000;
  border-radius: 0;
  opacity: 0.4;
}
.ms_xgzs .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.case_title {
  font-size: var(--f18);
}
.case_title span {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #000;
}
.case_info .content {
  color: #333333;
  font-size: var(--f15);
  line-height: calc(30 / 15);
}
.case_info .tit {
  position: relative;
  padding-left: 0.15rem;
  font-size: var(--f24);
  font-weight: normal;
  color: #000000;
  margin-bottom: 0.1rem;
}
.case_info .tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 0.05rem;
  height: 0.2rem;
  background-color: #ff7f00;
}
.case_info b {
  color: #000;
}
.case_info p {
  margin: 0.1rem 0;
}
.pro_list li {
  width: calc(708 / 1440 * 100%);
  margin-bottom: 0.2rem;
  padding: 0.6rem;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.pro_list .pic {
  height: 3.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_list .pic img {
  max-height: 100%;
}
.pro_list .title {
  font-size: var(--f18);
  margin: 0.1rem 0;
}
.pro_list .des {
  font-size: var(--f15);
  font-weight: var(--light);
  margin-bottom: 0.4rem;
}
.pro_list .btn {
  display: inline-flex;
  padding: 0 0.2rem;
  border: 1px solid #000;
  font-weight: var(--light);
  align-items: center;
  justify-content: center;
  height: 0.4rem;
  margin: 0 0.05rem;
  border-radius: 0.3rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.pro_list .btn:hover {
  background: var(--hover_color);
  color: #fff;
  border-color: var(--hover_color);
}
@media (max-width: 640px) {
  .pro_list .pic {
    height: 1.5rem;
  }
  .pro_list .btn {
    margin-bottom: 0.1rem;
  }
  .pro_list li {
    padding: 0.3rem;
  }
}
.pro_description .left {
  width: calc(650 / 1440 * 100%);
}
.pro_description .left .swiper-button-prev {
  left: -7%;
}
.pro_description .left .swiper-button-next {
  right: -7%;
}
.pro_description .left .swiper_nav {
  position: relative;
}
.pro_description .left .swiper_nav li {
  width: 1.28rem;
  height: 0.86rem;
  border: solid 1px #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pro_description .left .swiper_nav li img {
  max-height: 90%;
  max-width: 90%;
}
.pro_description .left .swiper_nav li.swiper-slide-thumb-active{background:#FF8000;border-color:#FF8000}
.pro_description .left .swiper_for {
  margin-bottom: 0.2rem;
}
.pro_description .left .swiper_for li {
  height: 3.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_description .left .swiper_for li img {
  max-height: 100%;
}
.pro_description .right {
  width: calc(660 / 1440 * 100%);
  font-size: var(--f15);
  line-height: calc(30 / 15);
}
.pro_description .title {
  font-size: var(--f28);
  font-weight: normal;
  line-height: 1;
}
.pro_description .des {
  color: #333333;
  margin: 0.2rem 0 0.45rem;
  font-weight: var(--light);
}
.pro_description .list_icon li {
  width: 20%;
  text-align: center;
  font-weight: var(--light);
  margin-bottom: 0.2rem;
}
.pro_description .list_icon .pic {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.05rem;
  background-color: #f5f5f5;
}
.pro_description .list_icon .pic img {
  max-height: 100%;
}
.pro_description .info {
  color: #333333;
  margin-bottom: 0.65rem;
}
.pro_description .btn {
  min-width: 2rem;
  line-height: 0.6rem;
  padding: 0 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px rgba(0, 0, 0, 0.5);
  font-size: var(--f18);
  border-radius: 0.3rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  color: #000;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.pro_description .btn:last-child {
  margin-right: 0;
}
.pro_description .btn::before {
  content: '';
  display: inline-flex;
  width: 0.21rem;
  height: 0.21rem;
  background: url(../images/icon_lx.svg) no-repeat center;
  margin-right: 0.1rem;
  background-size: contain;
}
.pro_description .btn:hover {
  border-color: var(--hover_color);
  color: #fff;
  background-color: var(--hover_color);
}
.pro_description .btn:hover::before {
  filter: brightness(0) invert(1);
}
.pro_description .btn_zx {
  color: #fff;
  background-color: #000;
}
.pro_description .btn_zx::before {
  filter: brightness(0) invert(1);
}
.pro_description .btn_tel {
  min-width: 2.2rem;
}
.pro_description .btn_tel::before {
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(../images/icon_tel.svg);
}
.pro_description .btn_down::before {
  width: 0.26rem;
  height: 0.21rem;
  background-image: url(../images/icon_down.svg);
}
@media (max-width: 768px) {
  .pro_description .left,
  .pro_description .right {
    width: 100%;
  }
  .pro_description .right {
    padding-top: 0.5rem;
  }
}
@media (max-width: 640px) {
  .pro_description .left .swiper_nav li {
    width: 1.2rem;
  }
  .pro_description .list_icon li {
    width: 25%;
  }
}
.pro_info .content {
  line-height: calc(40 / 15);
  font-weight: var(--light);
  font-size: var(--f15);
}
.pro_info table {
  width: 100%;
}
.pro_info table tr {
  background-color: #f5f5f5;
}
.pro_info table tr:nth-child(even) {
  background-color: #fff;
}
.pro_info table td {
  padding: 0.05rem 0;
  padding-left: 0.6rem;
}
@media (max-width: 640px) {
  .pro_info table td {
    padding-left: 0.2rem;
  }
}
.case_info_cz table tr {
  background-color: #fff;
}
.case_info_cz table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.case_info_cz table tr:first-child {
  background-color: #000;
  color: #fff;
}
.swiper_row_3 .pic {
  padding-top: calc(310 / 464 * 100%);
  position: relative;
  overflow: hidden;
}
.pro_video .box {
  display: block;
  position: relative;
}
.pro_video .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon_play.svg) no-repeat center rgba(0, 0, 0, 0.5);
  background-size: 0.4rem;
  z-index: 3;
}
.pro_yyfa .title {
  font-size: var(--f18);
  margin: 0.4rem 0 0.1rem;
}
.pro_yyfa .des {
  color: #333333;
  font-weight: var(--light);
  line-height: calc(30 / 15);
}
.pro_yyfa .label {
  position: absolute;
  border-radius: 0.15rem 0px 0px 0px;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 0.4rem;
  min-width: 1rem;
  padding: 0 0.1rem;
  text-align: center;
  font-weight: var(--light);
}
.pro_yycj .title {
  font-size: var(--f18);
  margin: 0.4rem 0 0.3rem;
}
.pro_yycj .des {
  color: #333333;
  font-weight: var(--light);
  line-height: calc(30 / 15);
}
.other_case_list .pro_list {
  padding: 0.15rem;
  margin: -0.15rem;
}
.category_info .left {
  width: calc(540 / 1440 * 100%);
  font-size: var(--f15);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  padding-bottom: 0.2rem;
}
.category_info .left::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0.6rem;
  height: 1px;
  background-color: #333;
}
.category_info .right {
  width: calc(800 / 1440 * 100%);
}
.category_info .title {
  font-size: var(--f36);
  margin-bottom: 0.2rem;
}
.category_info .des {
  line-height: calc(30 / 15);
  font-weight: var(--light);
}
.category_info .stit {
  font-size: var(--f18);
  margin: 0.5rem 0 0.2rem;
}
.category_info .info {
  line-height: calc(35 / 15);
  font-weight: var(--light);
}
@media screen and (max-width: 640px) {
  .category_info .left,
  .category_info .right {
    width: 100%;
  }
  .category_info .left {
    margin-bottom: 0.5rem;
  }
}
.result_box {
  font-size: var(--f15);
}
.result_box .right {
  display: flex;
  align-items: center;
}
.result_box .right span {
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.result_box .right .box {
  position: relative;
}
.result_box .right .box::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  top: 50%;
  width: 0.16rem;
  height: 0.17rem;
  background: url(../images/icon_data.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.result_box .right select {
  width: 3.1rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border: solid 1px #e6e6e6;
  padding: 0 0.5rem;
  color: #666666;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .result_box .right {
    width: 100%;
    margin-top: 0.1rem;
  }
}
.leftMenu {
  width: 3rem;
  background-color: #f5f5f5;
}
.leftMenu .title {
  background-color: #000;
  color: #fff;
  padding: 0.2rem;
  font-size: var(--f20);
}
.leftMenu .warp {
  padding: 0.3rem 0.2rem;
}
.leftMenu .search {
  position: relative;
  margin-bottom: 0.3rem;
}
.leftMenu .search .text {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  padding-left: 0.45rem;
  padding-right: 0.1rem;
  font-size: var(--f14);
}
.leftMenu .search .text::placeholder {
  color: #666;
}
.leftMenu .search .btn {
  position: absolute;
  left: 0.15rem;
  width: 0.3rem;
  height: 100%;
  top: 0;
  background: url(../images/search2.svg) no-repeat center;
  background-size: 0.16rem;
}
.leftMenu dl:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0.3rem;
}
.leftMenu dl dt {
  position: relative;
  font-size: var(--f18);
  padding-right: 0.25rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.leftMenu dl .icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.14rem;
  height: 0.14rem;
  transform: translateY(-50%);
}
.leftMenu dl .icon::before,
.leftMenu dl .icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0.5;
}
.leftMenu dl .icon::before {
  width: 100%;
  height: 0.02rem;
}
.leftMenu dl .icon::after {
  width: 0.02rem;
  height: 100%;
}
.leftMenu dl dd {
  padding: 0 0 0.2rem;
}
.leftMenu dl .active .icon::after {
  opacity: 0;
}
.leftMenu select {
  width: 100%;
  margin-bottom: 0.1rem;
  background-color: #fff;
  border: none;
  line-height: 0.4rem;
  height: 0.4rem;
  padding: 0 0.5rem 0 0.2rem;
  background-position: 95% center;
  color: #000000;
  font-size: var(--f14);
}
.leftMenu .label {
  position: relative;
  display: block;
  padding-left: 0.3rem;
  margin-bottom: 0.2rem;
  font-size: var(--f15);
  cursor: pointer;
}
.leftMenu .label .line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 100%;
}
.leftMenu .on .line {
  border-color: #000;
}
.leftMenu .on .line::before {
  content: '';
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #000;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .leftMenu {
    width: 100%;
  }
}
.rightMain {
  flex: 1;
  min-width: 0;
  margin-left: calc(60 / 1440 * 100%);
}
@media screen and (max-width: 640px) {
  .rightMain {
    flex: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.down_list .box {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: var(--f15);
}
.down_list .box:hover .btn {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.down_list .box:hover .btn::before {
  filter: brightness(0) invert(1);
}
.down_list .icon {
  width: 1.2rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}
.down_list .icon img {
  max-height: 90%;
}
.down_list .textwarp {
  flex: 1;
  min-width: 0;
  padding: 0 0.2rem;
}
.down_list .title {
  font-size: var(--f18);
}
.down_list .des {
  margin-top: 0.15rem;
}
.down_list .btn {
  min-width: 1.2rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.3rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.down_list .btn::before {
  content: '';
  display: inline-flex;
  background: url(../images/icon_down.svg) no-repeat center;
  background-size: contain;
  width: 0.26rem;
  height: 0.21rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.Hdes {
  color: #333333;
  font-size: var(--f16);
}
.Hbrand .swiper {
  height: 2rem;
}
.Hbrand li {
  display: inline-flex;
  flex-flow: column wrap;
}
.Hbrand .box {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(100) opacity(0.7);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  width: 100%;
  width: 2.5rem;
  height: 1rem;
}
.Hbrand .box img {
  max-height: 100%;
}
.Hbrand .box:hover {
  filter: initial;
}
.Hbrand .pagebtn {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0.5rem;
  justify-content: space-between;
  gap: 0.35rem;
}
.Hbrand .swiper-pagination {
  flex: 1;
  min-width: 0;
  position: relative;
  left: 0;
  bottom: auto;
  background-color: rgba(51, 51, 51, 0.2);
  height: 1px;
}
.Hbrand .swiper-pagination::before {
  content: '';
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
}
.Hbrand .swiper-button {
  width: auto;
  height: auto;
  background-color: transparent;
}
.Hbrand .swiper-button::after {
  font-weight: bold;
  color: #000;
}
.Hbrand .swiper-button:hover {
  background-color: transparent;
}
.Hbrand .swiper-button:hover::after {
  color: var(--hover_color);
  filter: none;
}
.Hbrand .scroller-inner {
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
}
.Hbrand .list {
  overflow: hidden;
}
.Hbrand .list:hover .scroller-inner {
  animation-play-state: paused;
}
.HApplication {
  overflow: hidden;
}
.HApplication .list {
  background-color: #000;
  padding: calc(140 / 1920 * 100%) 0;
}
.HApplication .w1440 {
  padding: 0 calc(130 / 1920 * 100%);
}
.HApplication .pic {
  width: 7rem;
  position: relative;
}
.HApplication .pic figure {
  position: relative;
  padding-top: calc(280 / 420 * 100%);
  overflow: hidden;
}
.HApplication .textwarp {
  color: #fff;
  flex: 1;
  min-width: 0;
  padding-left: 0.5rem;
}
.HApplication .title {
  font-size: var(--f40);
}
.HApplication .title::before {
  content: '';
  display: block;
  width: 0.4rem;
  height: 1px;
  background-color: var(--hover_color);
  margin-bottom: 0.55rem;
}
.HApplication .des {
  opacity: 0.8;
  font-size: var(--f15);
  line-height: calc(28 / 15);
  margin: 0.15rem 0 0.5rem;
}
.HApplication .Hmore {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.HApplication .Hmore::after {
  border-color: #fff;
}
.HApplication .box:hover .Hmore {
  border-color: var(--hover_color);
  background-color: var(--hover_color);
}
.HApplication .swiper-button {
  border: 1px solid #fff;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.4;
}
.HApplication .swiper-button::after {
  color: #fff;
}
.HApplication .swiper-button:hover {
  opacity: 1;
  border-color: var(--hover_color);
}
.HApplication .swiper-button-prev {
  left: 0;
}
.HApplication .swiper-button-next {
  right: 0;
}
.HApplication .swiper-pagination {
  bottom: 0;
  left: calc(170 / 1440 * 100%);
  display: flex;
  flex-flow: column wrap;
  gap: 0.3rem;
}
.HApplication .swiper-pagination .swiper-pagination-bullet {
  width: 0.06rem;
  height: 0.06rem;
  position: relative;
  background-color: transparent;
  margin: 0 0.13rem;
  background-color: #fff;
  border-radius: 0;
  opacity: 0.4;
}
.HApplication .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 768px) {
  .HApplication .pic {
    width: 3.5rem;
  }
  .HApplication .textwarp {
    padding-left: 0.5rem;
  }
}
@media (max-width: 640px) {
  .HApplication .pic {
    width: 100%;
  }
  .HApplication .textwarp {
    padding-left: 0;
    width: 100%;
    flex: auto;
    padding-top: 0.3rem;
    margin-bottom: 0.5rem;
  }
  .HApplication .swiper-pagination {
    flex-flow: row wrap;
    gap: 0;
  }
  .HApplication .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.05rem;
  }
  .HApplication .des {
    margin-bottom: 0.5rem;
  }
}
.Hnews .box {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hnews .box:hover .more {
  color: var(--hover_color);
}
.Hnews .box:hover .more::after {
  border-color: var(--hover_color);
}
.Hnews .pic {
  position: relative;
  padding-top: calc(310 / 464 * 100%);
  margin-bottom: 0.4rem;
}
.Hnews .textwarp {
  color: #000000;
}
.Hnews .title {
  font-size: var(--f18);
  font-weight: normal;
  margin-bottom: 0.35rem;
}
.Hnews .des {
  margin-top: 0.05rem;
}
@media (max-width: 640px) {
  .Hnews {
    padding: 0.7rem 0.2rem;
  }
}


/*TextList002855 */
.TextList002855 li{line-height: 4.5625em;  border-bottom: 1px dotted #a8a8a8;}
.TextList002855 li time{float: right;color: #c8c8c8; margin-left: 15px;}
.TextList002855 li a{padding-left: 30px; background: url("../images/TextList002855_icon.png") no-repeat left center;}
@media(min-width:481px){
 .TextList002855 li{font-size: 16px;}
}


