@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: 100;
  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: #666666;
  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: #222;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: var(--blue_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;
}
.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: #e8ebed;
}
/* 滚动条滑块 */
.scroll::-webkit-scrollbar-thumb {
  background: var(--blue_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 {
  --ww: 1920 * 100vw;
  --hover_color: #ed1c24;
  --blue_color: #0054a6;
  --medium: 600;
  --light: 100;
  --f14: 0.14rem;
  --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;
    --f14: 0.18rem;
    --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: 0.16rem;
  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 {
    padding-top: 0.7rem;
  }
  .pb100 {
    padding-bottom: 0.7rem;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 0.22rem;
  }
}
.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 {
  width: 100%;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  padding: 0 calc(60 / 1920 * 100%);
}
.header .inner {
  width: 100%;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo img {
  max-width: 1.8rem;
}
.header .logo .img2 {
  display: none;
}
.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;
  padding-left: 0.2rem;
}
.header .search::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.15rem;
  background-color: rgba(0, 0, 0, 0.2);
  filter: brightness(0) invert(1);
}
.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.2rem;
  height: 0.2rem;
  background: url(../images/search.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.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;
}
.header .top_search .btn {
  width: 0.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search.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;
  margin-right: 0.2rem;
  display:none;
}
.header .lang a {
  color: #fff;
}
.header .top_btn {
  min-width: 1.3rem;
  height: 0.44rem;
  background-color: #1e2c5b;
  border-radius: 0.22rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  line-height: normal;
  margin-left: 0.5rem;
}
.header .navTop li {
  position: relative;
}
.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;
}
@media (min-width: 1025px) {
  .header .navTop li {
    margin-right: 0.6rem;
  }
  .header .navTop li.aon span a::after,
  .header .navTop li:hover span a::after {
    width: 100%;
    opacity: 1;
  }
  .header .navTop li span a::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    top: 72%;
    background-color: var(--hover_color);
    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: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 1.6rem;
}
.header .navTop li .sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0.6rem;
  text-align: center;
  color: #555555;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.header .navTop li .sub a:hover {
  color: #fff;
  background-color: var(--hover_color);
}
.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: var(--hover_color);
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: var(--hover_color);
    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 0 0.2rem;
    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.2rem;
    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;
  }
}
@media screen and (max-width: 768px) {
  .header .top_search {
    width: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .header .logo img {
    max-width: 2rem;
  }
  .header .search {
    position: static;
    line-height: normal;
  }
  .header .search.search_show .top_search {
    top: 100%;
  }
  .header .top_search {
    width: 100%;
    top: 100%;
  }
  .header .top_btn,
  .header .menuIcon {
    margin-left: 0.2rem;
  }
  .header .line_em {
    margin: 0 0.15rem;
  }
}
@media screen and (min-width: 1025px) {
  .header_on .logo .img1 {
    display: none;
  }
  .header_on .logo .img2 {
    display: block;
  }
  .header_on .lang a {
    color: #333;
  }
  .header_on .search::before {
    filter: none;
  }
  .header_on .search .open_search i {
    filter: none;
  }
  .header_on .navTop li span a {
    color: #333;
  }
}
.header_white .logo .img1,
.header_hover .logo .img1 {
  display: none;
}
.header_white .logo .img2,
.header_hover .logo .img2 {
  display: block;
}
.header_white .lang a,
.header_hover .lang a {
  color: #333;
}
.header_white .search::before,
.header_hover .search::before {
  filter: none;
}
.header_white .search .open_search i,
.header_hover .search .open_search i {
  filter: none;
}
.header_white .navTop li span a,
.header_hover .navTop li span a {
  color: #333;
}
.header_white,
.header_hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.footer {
  background-color: #f5f7fa;
}
.footer .w1600 {
  flex-flow: column wrap;
  min-height: 100vh;
}
.footer .w1600 > * {
  width: 100%;
}
.footer .logo {
  padding: 0.8rem 0;
}
.footer .logo figure {
  max-width: 2.06rem;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.footer .logo figure img{ display:none;}
.footer .logo .txt {
  font-size: var(--f30);
  color: #333;
  background-image:url('/upload/image/2025-09/col26/1756881490399.png');
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: .2rem;
}
.footer nav {
  border-top: 1px solid #e6e6e6;
  padding-top: 0.6rem;
  margin-bottom: 0.3rem;
}
.footer nav a {
  display: block;
  line-height: calc(34 / 16);
  color: #666666;
}
.footer nav a:hover {
  color: var(--hover_color);
}
.footer nav dt {
  margin-bottom: 0.2rem;
  position: relative;
}
.footer nav dt::after {
  content: '';
  position: absolute;
  left: -0.36rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/icon_more.svg) no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.footer nav dt a {
  color: #333333;
  font-size: var(--f18);
}
.footer nav dd {
  font-weight: var(--light);
}
.footer nav dl:hover dt::after {
  opacity: 1;
}
.footer .list .left {
  width: 66.25%;
  color: #999999;
  font-weight: var(--light);
}
.footer .list .left li {
  display: flex;
  align-items: center;
}
.footer .list .left figure {
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.footer .list .left figure img {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.footer .list .left p {
  color: #333333;
  font-weight: normal;
}
.footer .list .right li {
  position: relative;
  margin-left: 0.2rem;
}
.footer .list .right li:first-child {
  margin-left: 0;
}
.footer .list .right li:hover .icon {
  background-color: var(--hover_color);
}
.footer .list .right li:hover .icon img {
  filter: brightness(0) invert(1);
}
.footer .list .right .icon {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #e4e7eb;
  overflow: hidden;
  display: block;
}
.footer .list .right .icon img {
  width: 100%;
}
.footer .list .right .hover {
  position: absolute;
  left: 50%;
  bottom: 100%;
  padding-bottom: 0.1rem;
  transform: translateX(-50%);
  width: 1.6rem;
  text-align: center;
  display: none;
}
.footer .list .right aside {
  padding: 0.15rem;
  background-color: #fff;
  border-radius: 0.1rem;
  color: #666666;
  font-size: var(--f14);
  position: relative;
}
.footer .list .right aside img {
  width: 100%;
  margin-bottom: 0.1rem;
}
.footer .list .right aside::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 0.07rem solid transparent;
  border-top-color: #fff;
}
.footer .Copyright {
  border-top: 1px solid #e6e6e6;
  font-size: var(--f14);
  margin-top: 0.6rem;
  padding: 0.3rem 0 0.5rem;
  color: #999999;
}
.footer .Copyright a {
  color: #999999;
}
.footer .Copyright a:hover {
  color: var(--hover_color);
}
.footer .Copyright .flink a {
  margin-left: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .footer .w1600 {
    min-height: auto;
  }
  .footer nav {
    display: none;
  }
  .footer .logo {
    padding: 0.3rem 0;
  }
  .footer .logo .txt {
    width: 39%;
  }
  .footer .bottom .left,
  .footer .bottom .right {
    width: 100%;
  }
  .footer .bottom .right {
    justify-content: center;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .footer .bottom .left li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .footer .bottom .right {
    margin-top: 0.1rem;
  }
  .footer .Copyright {
    flex-flow: column wrap;
    justify-content: center;
    text-align: center;
    margin-top: 0.3rem;
    padding: 0.1rem 0;
  }
}
.poImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.swiper-button {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.swiper-button::after {
  font-size: var(--f22);
  color: #d8d8d8;
}
.swiper-button:hover {
  opacity: 1;
}
.swiper-button:hover::after {
  color: var(--hover_color);
}
.swiper-button-prev {
  left: 0.4rem;
}
.swiper-button-next {
  right: 0.4rem;
}
.pagebtn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  z-index: 5;
  gap: 0.2rem;
  bottom: 0.1rem;
}
.pagebtn .swiper-button {
  position: relative;
  top: auto;
  margin-top: auto;
  right: auto;
  left: auto;
}
.swiper-pagination {
  bottom: 0.2rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.04rem;
  position: relative;
  background-color: #f7edec;
  margin: 0 0.05rem;
  border-radius: 0;
  opacity: 1;
  display: inline-flex;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--hover_color);
}
.Hbanner {
  position: relative;
  overflow: hidden;
}
.Hbanner .swiper {
  width: 100%;
}
.Hbanner .swiper-slide {
  overflow: hidden;
  width: 100% !important;
}
.Hbanner .pic {
  overflow: hidden;
}
.Hbanner .pic img {
  width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  transition: all 5s;
  height: 100vh;
}
.Hbanner .video{ z-index:6;object-fit: cover; }
.Hbanner .video,
.Hbanner .link_a{position: absolute;left: 0; top: 0; height: 100%; width: 100%; z-index:5;}
.Hbanner .flexbox {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
}
.Hbanner .des {
  font-weight: var(--light);
  font-size: var(--f60);
}
.Hbanner .des:nth-child(2) {
  margin-left: 1.3em;
}
.Hbanner .tit {
  font-size: var(--f60);
  margin-top: 0.05rem;
}
.Hbanner .text {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: left;
  padding-left: 0.55rem;
  opacity: 0;
  transform: translateX(0.5rem);
  transition: all 0.8s ease-in-out;
}
.Hbanner .text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.82rem;
  height: 1.58rem;
  background: url(../images/ban_line.png) no-repeat left center;
  background-size: contain;
  z-index: -1;
}
.Hbanner .warp_right {
  text-align: right;
}
.Hbanner .warp_one .text {
  margin-bottom: 13%;
  text-align-last: justify;
  padding-left: 0.74rem;
}
.Hbanner .warp_one .des {
  font-size: var(--f40);
}
.Hbanner .warp_two .text {
  margin-bottom: 16%;
  padding-left: 0.3rem;
}
.Hbanner .warp_two .tit {
  font-size: var(--f50);
}
.Hbanner .warp_three .text {
  margin-bottom: 13%;
}
.Hbanner .warp_three .des span {
  font-weight: normal;
}
.Hbanner .warp_four .text {
  padding-right: 1.15rem;
}
.Hbanner .warp_five .text {
  margin-top: 21%;
}
.Hbanner .swiper-slide-active .text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.Hbanner .swiper-button::after {
  color: #fff;
  font-size: var(--f26);
  font-weight: bold;
}
.Hbanner .swiper-button-prev {
  left: calc(70 / 1920 * 100%);
}
.Hbanner .swiper-button-next {
  right: calc(70 / 1920 * 100%);
}
.Hbanner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 5.5%;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  position: relative;
  background-color: transparent;
  display: inline-flex;
  margin: 0 0.08rem;
  border: 2px solid transparent;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet::before,
.Hbanner .swiper-pagination .swiper-pagination-bullet::after,
.Hbanner .swiper-pagination .swiper-pagination-bullet i {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #fff;
  left: 0;
  width: 2px;
  height: 2px;
  transform: translateY(-50%);
}
.Hbanner .swiper-pagination .swiper-pagination-bullet::before {
  left: auto;
  right: 0;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet i {
  width: 3px;
  height: 6px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Hbanner .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet-active::before,
.Hbanner .swiper-pagination .swiper-pagination-bullet-active::after {
  display: none;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet-active i {
  width: 6px;
  border-radius: 100%;
}

@media screen and (max-width: 1024px) {
  .Hbanner .pic .img {
    height: auto;
  }
  .Hbanner .tit,
  .Hbanner .des {
    font-size: var(--f40) !important;
  }
}
@media screen and (max-width: 640px) {
  .Hbanner .pic .img {
    min-height: 4.5rem;
  }
  .Hbanner .text {
    margin-bottom: 0!important;
  }
  .Hbanner .text::before {
    width: 1.5rem;
    height: 0.8rem;
  }
}
.H_item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Htitle {
  color: #333333;
}
.Htitle .cn {
  font-size: var(--f40);
  font-weight: var(--medium);
}
.Htitle .hdes {
  font-size: var(--f24);
  font-weight: var(--light);
}
.Htitle.center {
  text-align: center;
}
.Hmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  line-height: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--blue_color);
  color: #fff;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hmore::after {
  content: '';
  display: inline-flex;
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/icon_more2.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.2rem;
}
.Hmore:hover {
  background-color: var(--hover_color);
  color: #fff;
}
.Hmore.border {
  border: 2px solid var(--blue_color);
  background-color: #fff;
  color: var(--blue_color);
}
.Hmore.border::after {
  background-image: url(../images/icon_more4.svg);
  transform: rotate(-90deg);
}
.Hmore.border:hover {
  background-color: var(--blue_color);
}
a.box:hover .Hmore {
  background-color: var(--hover_color);
  color: #fff;
}
a.box:hover .Hmore.border {
  background-color: var(--blue_color);
}
a.box:hover .Hmore.border::after {
  filter: brightness(0) invert(1);
}
.H_about {
  background-image: url(../images/Habout_bg.jpg);
}
.H_about .inner {
  height: 100%;
}
.H_about .pic {
  width: 50%;
  height: 100%;
}
.H_about .pic img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  -webkit-object-fit: contain;
}
.H_about .left {
  width: 50%;
}
.H_about .textwarp {
  max-width: 8rem;
  width: 92%;
  margin-left: auto;
  padding-right: 0.4rem;
}
.H_about .textwarp .logo {
  max-width: 2.4rem;
  margin-bottom: 0.5rem;
}
.H_about .textwarp .text {
  color: #333333;
  line-height: calc(36 / 18);
  font-size: var(--f18);
  font-weight: var(--light);
  text-align: justify;
  margin-bottom: 0.75rem;
}
.H_about .textwarp ul {
  margin: 0 0 0.8rem;
}
.H_about .textwarp ul li {
  width: calc((100% - 0.3rem * 2) / 3);
  min-height: 0.78rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333333;
  font-size: var(--f24);
  line-height: calc(32 / 24);
  padding: 0 0.35rem;
  margin-right: 0.3rem;
}
.H_about .textwarp ul li:nth-child(3n) {
  margin-right: 0;
}
.H_about .textwarp ul li::before,
.H_about .textwarp ul li::after {
  content: '';
  position: absolute;
  width: 0.33rem;
  height: 0.78rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/about_line.png) no-repeat center;
  background-size: contain;
}
.H_about .textwarp ul li::before {
  left: 0;
}
.H_about .textwarp ul li::after {
  right: 0;
  transform: translateY(-50%) rotateY(180deg);
}
.H_about .btn_play {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 1.6rem;
  line-height: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: 2px solid var(--blue_color);
  color: var(--blue_color);
  padding: 0 0.07rem 0 0.3rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.H_about .btn_play:not(:first-child) {
  margin-left: 0.2rem;
}
.H_about .btn_play::after {
  content: '';
  display: inline-flex;
  width: 0.36rem;
  height: 0.36rem;
  background: url(../images/icon_play.svg) no-repeat center var(--blue_color);
  border-radius: 100%;
  background-size: contain;
}
.H_about .btn_play:hover {
  border-color: var(--hover_color);
  color: var(--hover_color);
}
.H_about .btn_play:hover::after {
  background-color: var(--hover_color);
}
@media screen and (max-width: 1024px) {
  .H_about {
    padding: 0.8rem 0;
  }
  .H_about .left {
    width: 60%;
  }
  .H_about .pic {
    width: 40%;
  }
  .H_about .textwarp {
    padding-right: 0;
  }
  .H_about .textwarp ul li {
    margin-right: 0.1rem;
    width: calc((100% - 0.1rem * 2) / 3);
  }
}
@media screen and (max-width: 640px) {
  .H_about .left,
  .H_about .pic {
    width: 100%!important;
  }
  .H_about .textwarp {
    margin-right: auto;
  }
  .H_about .textwarp ul {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }
  .H_about .textwarp ul li {
    width: 3rem;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
}
.ny_about {
  background-image: url(../images/about_bg.jpg);
}
.ny_about .pic {
  width: 50%;
}
.ny_about .box {
  max-width: 6.6rem;
  padding-top: 1.4rem;
  position: relative;
  z-index: 1;
  padding-bottom: 0.2rem;
}
.ny_about .other {
  position: absolute;
  right: 0;
  top: 83%;
  color: var(--blue_color);
  font-size: calc(200 / 1920 * 100vw);
  opacity: 0.05;
  line-height: 0.9;
  text-align: right;
  z-index: -1;
}
.ny_about .other .en {
  font-weight: var(--light);
  padding-right: 1em;
  white-space: nowrap;
}
.ny_about .other .year {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .ny_about .box {
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
  }
  .ny_about .other {
    top: auto;
    bottom: 0;
  }
}
.H_industry{ overflow:hidden;}
.H_industry li {
  width: 20%;
  position: relative;
  z-index: 2;
}
.H_industry li:before{ display:none; content:''; width:3.27rem; height:100%;pointer-events: none; top:0; right: 59%; -ms-transform: rotate(0.6deg);  -webkit-transform: rotate(0.6deg);  -moz-transform: rotate(0.6deg);  -o-transform: rotate(0.6deg); transform: rotate(.6deg); background:url('/upload/image/2025-09/1759047594475.png') no-repeat center top; background-size:auto 100%;z-index: 2;position: absolute;}
.H_industry li:first-child:before{ display:none;}
.H_industry li:last-child:before{right: 55.6%;}
.H_industry li:hover .pic::after {
  /*opacity: 0;*/
}
.H_industry li:last-child {
  z-index: 1;
}
.H_industry .pic {
  width: 100%;
  height: 100vh;
  position: relative;
  pointer-events: none;
}
.H_industry .pic::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 186%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
    background-image: -moz-linear-gradient(-90deg, rgba(3, 67, 129, 0) 50%, rgba(3, 67, 129, .9) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(3, 67, 129, 0) 50%, rgba(3, 67, 129, .9) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(3, 67, 129, 0) 50%, rgba(3, 67, 129, .9) 100%);
}
.H_industry li:not(:last-child, :first-child) .pic::before{ content:'';left: 50%; top: 0;transform: translateX(-50%); position:absolute; background:url('/upload/image/2025-10/1760424660453.png') no-repeat center; background-size:100% 100%;width: 186%; height: 100%; z-index:2; }
.H_industry .pic img {
  width: 186%;
  height: 100vh;
  object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: none;
}
.H_industry li:not(:last-child, :first-child) .pic::after {
  mask: url(../images/Hindustry_item_bg.png) no-repeat center;
  mask-size: 100% 100%;
  -webkit-mask: url(../images/Hindustry_item_bg.png) no-repeat center;
  -webkit-mask-size: 100% 100%;
}
.H_industry li:not(:last-child, :first-child) .pic img {
  mask: url(../images/Hindustry_item_bg.png) no-repeat center;
  mask-size: 100% 100%;
  -webkit-mask: url(../images/Hindustry_item_bg.png) no-repeat center;
  -webkit-mask-size: 100% 100%;
}
.H_industry .textwarp {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0.1rem;
  color: #fff;
  text-align: center;
  
}
.H_industry .textwarp .Hmore{ display:none; background-color:#217dd5!important; margin-top:.4rem;animation: heartbeat 1.2s ease infinite;}
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.H_industry .textwarp .title{font-size: var(--f40);}
.H_industry .icon {
  width: 1rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.3rem;
}
.H_industry .icon img{ height:.7rem;}
@media screen and (min-width: 641px) {

.H_industry li:last-child .pic img, 
.H_industry li:first-child .pic img {object-position: left center;}
.H_industry li:first-child .pic img{left: 0; transform: translateX(0%); width: 150%;}
.H_industry li:last-child .pic img{left: 40%;}
.H_industry .textwarp{ top:74%;left: -14%;}
.H_industry li:first-child .textwarp{left: -9%;}
.H_industry li:last-child .textwarp{left: 0;}
.H_industry li:hover .textwarp{ left:0; top:50%;}
.H_industry li:hover .pic:after{ background-image: -moz-linear-gradient(-90deg, #0d56a1 20%, rgba(3, 67, 129, .8), #0d56a1);
    background-image: -webkit-linear-gradient(-90deg, #0d56a1 20%, rgba(3, 67, 129, .8), #0d56a1);
    background-image: -ms-linear-gradient(-90deg, #0d56a1 20%, rgba(3, 67, 129, .8), #0d56a1); }
.H_industry li:hover .textwarp .Hmore{ display:inline-flex;}
.H_industry li:hover .textwarp .title{ font-weight:bold;}
}

@media screen and (max-width: 1024px) {
.H_industry .pic{height: 7.68rem;}
.H_industry .pic img{height: 100%; }
}
@media screen and (max-width: 640px) {
        .H_industry li:not(:last-child, :first-child) .pic::before{ display:none;}
  .H_industry .ul {
    flex-wrap: wrap;
  }
  .H_industry li {
    width: 100%;
  }
  .H_industry li .pic {
    height: 3.5rem;
    overflow: hidden;
  }
  .H_industry li .pic::after {
    background-color: rgba(0, 0, 0, 0.3);
    mask: none!important;
  }
  .H_industry li .pic img {
    height: 100%;
    width: 100%;
    mask: none!important;
  }
  .H_industry .textwarp .Hmore{ display:inline-flex;}
  .H_industry li:before{ display:none;}
  .H_industry .icon {
  width: .5rem;
  height: 0.5rem;
}
.H_industry .icon img{ height:.5rem;}
}
.H_news {
  background-image: url(../images/Hnews_bg.jpg);
}
.H_news dd {
  width: calc(490 / 1600 * 100%);
  background-color: #fff;
  margin-right: calc(55 / 1600 * 100%);
}
.H_news dd .title {
  font-size: var(--f28);
  line-height: calc(40 / 28);
}
.H_news dd .pic {
  position: relative;
}
.H_news dd .pic::before {
  content: '';
  position: relative;
  width: 100%;
  padding-top: calc(326 / 490 * 100%);
  display: block;
}
.H_news dt {
  width: calc(510 / 1600 * 100%);
}
.H_news time {
  color: #999999;
}
.H_news .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0.9rem;
  line-height: 0.3rem;
  border-radius: 0.15rem;
  color: var(--blue_color);
  background-color: #e5eef6;
  font-weight: var(--light);
  cursor: pointer;
}
.H_news .label[title="媒体报道"] {
  color: var(--hover_color);
  background-color: #fde8e9;
}
.H_news .des {
  color: #999999;
  line-height: calc(30 / 16);
  font-weight: var(--light);
}
.H_news .dd_one .box {
  width: 100%;
  display: block;
}
.H_news .dd_one .textwarp {
  padding: 0.4rem 0.4rem 0.6rem;
}
.H_news .dd_two .box {
  padding: 0.8rem 0.4rem;
  min-height: 100%;
}
.H_news .dd_two .textwarp {
  width: 100%;
}
.H_news .dd_two .more {
  margin-top: auto;
  color: #333333;
  font-weight: var(--light);
}
.H_news .dd_two .more::after {
  content: '';
  display: inline-flex;
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/icon_more3.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.1rem;
}
.H_news li .pic {
  width: calc(225 / 510 * 100%);
}
.H_news li .pic i {
  position: relative;
  padding-top: calc(150 / 225 * 100%);
  display: block;
}
.H_news li .textwarp {
  width: calc(255 / 510 * 100%);
}
.H_news li .title {
  font-size: var(--f18);
  line-height: calc(30 / 18);
}
.H_news li .des {
  line-height: calc(26 / 16);
}
.H_news li:not(:last-child) {
  margin-bottom: 0.3rem;
  padding-bottom: 0.31rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .H_news {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 640px) {
  .H_news .dd_one,
  .H_news .dd_two {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .H_news dt {
    width: 100%;
  }
}
.H_job {
  color: #fff;
}
.H_job .Htitle {
  color: #fff;
}
.H_job li {
  max-width: 5.8rem;
}
.H_job li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.H_job .box {
  min-height: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.2rem;
  padding: 0 0.8rem;
  color: #fff;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.H_job .box::after {
  content: '';
  display: inline-flex;
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/icon_more2.svg) no-repeat center;
  background-size: contain;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.H_job .box:hover {
  border-color: #fff;
}
.H_job .box:hover::after {
  opacity: 1;
}
.H_job .img {
  width: 0.5rem;
}
.H_job .tit {
  font-size: var(--f24);
  font-weight: var(--medium);
  flex: 1;
  padding: 0 0.25rem;
}
@media screen and (max-width: 1024px) {
  .H_job {
    padding: 0.8rem 0;
  }
}
.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;
  padding-top: 0.6rem;
}
.NYbanner .textwarp .cn {
  font-size: var(--f50);
}
.NYbanner .textwarp .des {
  font-size: var(--f18);
  margin-top: 0.2rem;
  font-weight: var(--light);
  max-width: 7.56rem;
  line-height: calc(32 / 18);
  background-color: rgba(0, 0, 0, .5);
    padding: .1rem;
    display: inline-block;
}
@media screen and (max-width: 640px) {
  .NYbanner img {
    min-height: 4.5rem;
  }
}
.current_line {
  border-bottom: 1px solid #ebebeb;
}
.nymenu li:not(:last-child) {
  margin-right: 0.65rem;
}
.nymenu a {
  display: flex;
  align-items: center;
  height: 0.8rem;
  position: relative;
}
.nymenu a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: var(--blue_color);
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.nymenu a:hover {
  color: var(--blue_color);
}
.nymenu a:hover::after {
  opacity: 1;
  width: 100%;
}
.nymenu .onLi a {
  color: var(--blue_color);
}
.nymenu .onLi a::after {
  opacity: 1;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .nymenu {
    order: 2;
  }
  .nymenu li:not(:last-child) {
    margin-right: 0.25rem;
  }
  .nymenu a {
    height: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .nymenu li:not(:last-child) {
    margin-right: 0.2rem;
  }
}
.location {
  color: #999999;
  text-align: right;
  font-weight: var(--light);
  padding: 0.3rem 0;
}
.location i {
  display: inline-flex;
  margin: 0 0.1rem;
}
.location a {
  color: #999999;
}
.location a:hover {
  color: var(--hover_color);
}
@media screen and (max-width: 1024px) {
  .location {
    width: 100%;
    padding: 0.1rem 0;
  }
}
.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%;
}
.contactbox {
  background-color: #f7f9fa;
}
.contactbox .pic {
  width: calc(800 / 1600 * 100%);
}
.contactbox .textwarp {
  width: calc(680 / 1600 * 100%);
}
.contactbox .title {
  color: #333333;
  font-size: var(--f40);
  margin-bottom: 0.4rem;
}
.contactbox li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.contactbox li {
  display: flex;
  align-items: flex-start;
  line-height: 0.26rem;
  font-size: var(--f18);
  color: #333333;
  font-weight: var(--light);
}
.contactbox p span {
  font-weight: var(--medium);
}
.contactbox .icon {
  width: 0.25rem;
  height: 0.26rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.contactbox a {
  color: var(--blue_color);
}
@media screen and (max-width: 768px) {
  .contactbox .pic,
  .contactbox .textwarp {
    width: 100%;
  }
  .contactbox .textwarp {
    padding: 0.3rem;
  }
  .contactbox .icon {
    margin-right: 0.1rem;
  }
}
.bg_f7f9fa {
  background-color: #f7f9fa;
}
.jcgl_item {
  background-color: #f7f9fa;
  padding: 1rem 0;
}
.jcgl_item:nth-child(2n) {
  background-color: #fff;
}
.jcgl_item .top {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.jcgl_item .left {
  width: calc(1000 / 1600 * 100%);
}
.jcgl_item .right {
  width: calc(500 / 1600 * 100%);
}
.jcgl_item .title {
  font-size: var(--f40);
  color: #333333;
}
.jcgl_item .des {
  color: #333333;
  font-weight: var(--light);
  font-size: var(--f18);
  line-height: calc(32 / 18);
  margin: 0.3rem 0 0.35rem;
}
.jcgl_item .info {
  font-weight: var(--light);
  font-size: var(--f18);
  line-height: calc(32 / 18);
  color: #333333;
}
.jcgl_item .info a {
  color: var(--blue_color);
}
.jcgl_item .ewm_list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.jcgl_item .ewm_list .ewm {
  text-align: center;
  font-weight: var(--light);
  color: #333333;
  margin-left: 0.4rem;
  margin-bottom: 0.2rem;
  max-width: 1.5rem;
}
.jcgl_item .ewm_list .ewm:first-child {
  margin-left: 0;
}
.jcgl_item .ewm_list .ewm img {
  width: 1.22rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .jcgl_item .left,
  .jcgl_item .right {
    width: 100%;
  }
  .jcgl_item .left {
    margin-bottom: 0.5rem;
  }
  .jcgl_item .ewm_list {
    justify-content: flex-start;
  }
  .jcgl_item .ewm_list .ewm {
    max-width: 2rem;
  }
}
.Pages {
  text-align: center;
  line-height: 0.65rem;
  margin-top: 1rem;
}
.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: #333333;
  display: inline-block;
  min-width: 0.65rem;
  box-shadow: inset 0 0 0 1px #e0e5eb;
  margin: 0 0.1rem;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.Pages .p_page a:not(.no):hover,
.Pages .p_page .a_cur {
  box-shadow: none;
  background: var(--blue_color);
  color: #ffffff;
}
.Pages .p_page .a_prev,
.Pages .p_page .a_next {
  text-indent: -200px;
}
.Pages .p_page .a_prev:before,
.Pages .p_page .a_next:before {
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  border: solid #333;
  border-width: 0 0.02rem 0.02rem 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: -0.025rem;
}
.Pages .p_page .a_prev:before {
  border-width: 0.02rem 0 0 0.02rem;
  margin-left: 0.025rem;
}
.Pages .p_page .a_prev:not(.no):hover,
.Pages .p_page .a_next:not(.no):hover {
  background-color: #f7f9fa;
  border-color: #f7f9fa;
}
.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;
  }
}
.news_top .pic {
  width: calc(750 / 1600 * 100%);
}
.news_top .pic i {
  display: block;
  width: 100%;
  padding-top: calc(500 / 750 * 100%);
  position: relative;
}
.news_top .textwarp {
  width: calc(750 / 1600 * 100%);
}
.news_top time {
  color: #999999;
}
.news_top .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0.9rem;
  line-height: 0.3rem;
  border-radius: 0.15rem;
  color: var(--blue_color);
  background-color: #e5eef6;
  font-weight: var(--light);
}
.news_top .des {
  color: #333333;
  line-height: calc(32 / 18);
  font-weight: var(--light);
  font-size: var(--f18);
}
.news_top .title {
  font-size: var(--f40);
  font-weight: var(--medium);
  line-height: calc(54 / 40);
}
@media screen and (max-width: 640px) {
  .news_top .pic,
  .news_top .textwarp {
    width: 100%;
  }
  .news_top .textwarp {
    padding: 0.3rem 0;
  }
}
.newsList {
  margin: 0 calc(-0.65 / 2 * 1rem);
  gap: 0.65rem 0;
}
.newsList li {
  width: 33.33%;
  padding: 0 calc(0.65 / 2 * 1rem);
}
.newsList .box {
  display: block;
  height: 100%;
  background-color: #f7f9fa;
}
.newsList .pic {
  position: relative;
  padding-top: calc(326 / 490 * 100%);
}
.newsList .textwarp {
  padding: 0.3rem;
  display: flex;
  justify-content: space-between;
  height: 1.5rem;
  flex-flow: column wrap;
}
.newsList .title {
  width: 100%;
  font-size: var(--f22);
  line-height: calc(40 / 28);
}
.newsList time {
  color: #999999;
}
@media screen and (max-width: 1024px) {
  .newsList {
    margin: 0 calc(-0.3 / 2 * 1rem);
  }
  .newsList li {
    padding: 0 calc(0.3 / 2 * 1rem);
  }
  .newsList .textwarp {
    padding: 0.3rem 0.2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .newsList {
    margin: 0 calc(-0.15 / 2 * 1rem);
  }
  .newsList li {
    padding: 0 calc(0.15 / 2 * 1rem);
    width: 50%;
  }
}
.news_details .details_title {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 0.2rem;
  color: #999999;
  margin-bottom: 0.55rem;
}
.news_details .details_title .title {
  font-size: var(--f40);
  font-weight: var(--medium);
  line-height: calc(54 / 40);
  max-width: 8.7rem;
  margin: 0 auto 0.4rem;
  color: #333333;
}
.news_details .details_title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 2px;
}
.news_details .details_title .other{ display:flex; flex-wrap:wrap; gap:.15rem; justify-content:center; align-items:center;}
.news_details .details_title .other a{ color:var(--blue_color);}
.news_details .Single {
  line-height: calc(32 / 18);
  color: #333333;
  font-size: var(--f18);
  font-weight: var(--light);
}
.news_details .Single img {
  height: auto!important;
}
.news_details .Single video {margin:0 auto; display:block; max-height:8rem; width:auto; max-width:100%; height:auto!important;}
.news_details .Single p {
  margin: 2em 0;
}
.news_details .dotBox {
  padding-top: 0.3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news_details .dotBox .right {
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.news_details .dotBox .left {
  flex: 1;
  min-width: 0;
  font-size: var(--f18);
}
.news_details .dotBox .left .dot {
  margin: 0.12rem 0;
}
.news_details .dotBox .left a {
  font-weight: var(--light);
}
.news_details .dotBox .left a:hover {
  text-decoration: underline;
}
.news_details .dotBox .back::after {
  width: 0.16rem;
  height: 0.17rem;
  background-image: url(../images/icon_back.svg);
  margin-left: 0.1rem;
}
.news_details .imgsbox {padding:0 10%; position:relative;}
.news_details .imgsbox .swiper-wrapper {height:auto;}
.news_details .imgsbox .swiper-slide {display:flex; align-items:center; height:auto; justify-content:center;width:100% !important;}
.news_details .imgsbox img {display:block; max-height:8rem; width:auto; max-width:100%;}
.news_details .imgsbox .swiper-button-prev {left:0;}
.news_details .imgsbox .swiper-button-next {right:0;}
@media screen and (max-width: 640px) {
  .news_details .dotBox .right,
  .news_details .dotBox .left {
    width: 100%;
  }
  .news_details .dotBox .left {
    order: 2;
  }
  .news_details .dotBox .right {
    text-align: center;
  }
}
.left_menu {
  width: 1.7rem;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.left_menu .menu_title {
  position: relative;
  padding-right: 0.2rem;
  color: #333333;
  font-weight: var(--medium);
  font-size: var(--f18);
}
.left_menu .menu_title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  border: solid #333;
  border-width: 0 0.02rem 0.02rem 0;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -0.025rem;
}
.left_menu li {
  margin-bottom: 0.25rem;
}
.left_menu li a {
  display: block;
  position: relative;
  padding-left: 0.3rem;
  font-size: var(--f18);
}
.left_menu li .line {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.left_menu .aon .line {
  border-color: var(--hover_color);
}
.left_menu .aon .line::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.06rem;
  height: 0.06rem;
  background-color: var(--hover_color);
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
@media screen and (max-width: 640px) {
  .left_menu {
    width: 100%;
  }
  .left_menu .ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
  }
}
.rightMain {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 640px) {
  .rightMain {
    flex: auto;
  }
}
.filter_txt {
  color: #999999;
  font-weight: var(--light);
  margin-bottom: 0.3rem;
}
.filter_txt .red {
  color: var(--hover_color);
}
.notice_list .box {
  background-color: #f7f9fa;
  padding: 0.3rem 0.4rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.notice_list .box time {
  order: 2;
  color: #999999;
  margin-left: 0.1rem;
}
.notice_list .box span {
  font-size: var(--f18);
  flex: 1;
  min-width: 0;
}
.notice_list .box:hover {
  background-color: var(--blue_color);
  color: #fff;
}
.notice_list .box:hover time {
  color: #fff;
}
.notice_list li:nth-child(2n) .box:not(:hover) {
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .notice_list .box {
    flex-flow: column wrap;
  }
  .notice_list .box span {
    flex: auto;
    width: 100%;
  }
  .notice_list .box time {
    width: 100%;
    text-align: right;
    margin-top: 0.1rem;
  }
}
.center {
  text-align: center;
}
.esg_info .con {
  color: #333333;
  font-size: var(--f18);
  font-weight: var(--light);
  line-height: calc(32 / 18);
  max-width: 10.9rem;
  margin: 0 auto;
}
.report_list .item {
  padding: 0.8rem;
  background-color: #f7f9fa;
}
.report_list .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.report_list .pic {
  position: relative;
  width: calc(680 / 1440 * 100%);
}
.report_list .pic .img {
  position: relative;
  padding-top: calc(452 / 680 * 100%);
}
.report_list .pic .btn_play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon_play2.svg) no-repeat center rgba(0, 0, 0, 0.4);
  background-size: 0.5rem;
}
.report_list .textwarp {
  flex: 1;
  min-width: 0;
  padding-left: 1.2rem;
  padding-top: 0.75rem;
}
.report_list .title {
  color: #333333;
  font-size: var(--f40);
  line-height: calc(56 / 40);
  margin-bottom: 0.6rem;
}
.report_list .link_a {
  display: inline-flex;
  align-items: center;
  margin-right: 0.7rem;
  color: var(--blue_color);
}
.report_list .link_a::after {
  content: '';
  display: inline-flex;
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/icon_more4.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.15rem;
}
.report_list .link_see {
  margin-right: 0;
}
.report_list .link_see::after {
  width: 0.16rem;
  height: 0.16rem;
  background-image: url(../images/icon_link.svg);
}
.report_list.report_list_row {
  margin-top: 0.6rem;
}
.report_list.report_list_row .item {
  width: calc(770 / 1600 * 100%);
  padding: 0;
  margin-bottom: 0.6rem;
}
.report_list.report_list_row .box {
  width: 100%;
}
.report_list.report_list_row .box:hover .title {
  color: var(--blue_color);
}
.report_list.report_list_row .pic {
  width: calc(328 / 770 * 100%);
}
.report_list.report_list_row .pic .img {
  padding-top: calc(330 / 328 * 100%);
}
.report_list.report_list_row .pic img {
  object-fit: contain;
  -webkit-object-fit: contain;
}
.report_list.report_list_row .textwarp {
  padding: 0 0.45rem;
}
.report_list.report_list_row .title {
  font-size: var(--f24);
  line-height: calc(32 / 24);
}
.Honorbox {
  background: url(/upload/image/2025-09/col33/1758527040408.jpg) no-repeat center;
  background-size: cover;
}
.Honorbox .topbox{
    justify-content: space-evenly;margin-top: -.4rem;
}
.Honorbox .topbox li {
  width: 33.33%;
  text-align: center;
  color: #333333;
  font-size: var(--f18);
  margin-bottom: 0.2rem;
}

.Honorbox .topbox li .box {
  min-height: 0.78rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.35rem;
  font-size: var(--f24);
  line-height: calc(32 / 24);
  max-width: 2.35rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.1rem;
  font-weight: var(--medium);
}
.Honorbox .topbox li .box::before,
.Honorbox .topbox li .box::after {
  content: '';
  position: absolute;
  width: 0.33rem;
  height: 0.78rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/about_line.png) no-repeat center;
  background-size: contain;
}
.Honorbox .topbox li .box::before {
  left: 0;
}
.Honorbox .topbox li .box::after {
  right: 0;
  transform: translateY(-50%) rotateY(180deg);
}
.Honorbox .topbox li p {
  font-weight: var(--light);
}
.Honorbox .list {
  margin: 0 -0.18rem;
  justify-content:center;
}
.Honorbox .list li {
  min-height: 0.8rem;
  margin-bottom: 0.1rem;
  margin-right:.1rem;
  width: calc(20% - 0.1rem);
}
.Honorbox .list li:nth-child(5n){
    margin-right:0
}
.Honorbox .list .box {
  height: 100%;
  text-align: center;
  padding: .4rem 0.15rem;
  border-radius: 0.25rem;
  font-size: var(--f24);
  color: #333333;
  line-height:.32rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Honorbox .list .box .honor-icon{
    margin-bottom:.2rem;
    width:.6rem;
    height:.45rem;
    object-fit: contain;
}
.about_item.Honorbox .topbox li{ padding:.3rem 0; position:relative; z-index:1;}
.about_item.Honorbox .topbox li:before{ content:''; position:absolute; left:0; top:0; width:100%; height:100%; border-radius: 20px;
        background-image: -moz-linear-gradient( -90deg, rgb(255,248,233) 0%, rgb(255,255,255) 0%, rgba(255,246,228,0.89) 11%, rgba(255, 246, 228,0)) 100%);
        background-image: -webkit-linear-gradient(-90deg, rgb(255, 248, 233) 0%, rgb(255, 255, 255) 0%, rgba(255, 246, 228, 0.89) 11%, rgba(255, 246, 228,0) 100%);
        background-image: -ms-linear-gradient( -90deg, rgb(255,248,233) 0%, rgb(255,255,255) 0%, rgba(255,246,228,0.89) 11%, rgba(255, 246, 228,0) 100%); opacity:.6}
@media screen and (min-width: 769px) {
    .about_item.Honorbox .topbox li{ width:20%;}
}
@media screen and (max-width: 768px) {
  .Honorbox .topbox li {
    width: 50%;
  }
  .Honorbox .topbox li .box {
    font-size: var(--f20);
  }
  .Honorbox .list {
    margin: 0 -0.05rem;
  }
  .Honorbox .list li {
    width: 48%;
    padding: 0 0.05rem;
  }
  .Honorbox .list .box {
    font-size: var(--f18);
  }
}
.organize_box {
  background: url(../images/organize_bg.jpg) no-repeat center;
  background-size: cover;
}
.organize_box .tabs_li li {
  min-width: 1.6rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: solid 1px #cccccc;
  color: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0.15rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  cursor: pointer;
}
.organize_box .tabs_li li.active,
.organize_box .tabs_li li:hover {
  background-color: var(--blue_color);
  color: #fff;
  border-color: var(--blue_color);
}
.organize_box .con {
  display: none;
}
.organize_box .con .Htitle .cn {
  font-size: var(--f30);
}
.organize_box .con .top_tit .cn {
  font-size: var(--f18);
  color:#fff;
  background-color: var(--blue_color);
  min-width: 1.4rem;
  text-align:center;
  padding:.13rem 0;
  width: fit-content;
  margin: 0 auto;
  border-radius: .1rem;
  position:relative;
}
.organize_box .con .top_tit .cn::after{
    content:'';
    position:absolute;
    width: .01rem;
    height: .5rem;
    border-left: .01rem dashed #0054a6;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.organize_box img{
    max-height:70vh;
    object-fit: contain;
    width: 100%;
}
.brandbox{ padding:1.2rem 0;background-size: cover;}
.brandbox .pic {
  width: calc(1160 / 1920 * 100%);
}
.brandbox .textwarp {
  flex: 1;
  min-width: 0;
  padding-left: 1rem;
  padding-top: 1.3rem;
}
.brandbox .box {
  max-width: 5.65rem;
  margin:0 auto;
  background-color:rgba(255,255,255,.85);
  padding:.4rem;
}
.brandbox .txt {
  margin-bottom: 0.3rem;
  color: #333333;
  font-size: var(--f18);
  font-weight: var(--light);
  line-height: 2;
}
.brandbox .txt strong {
      font-weight: var(--medium);
}
.brandbox .txt:last-child strong {
    width: .28rem;
    height: .28rem;
    border-radius: 100%;
    background-color: var(--blue_color);
    color: #fff;
    line-height: .28rem;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    margin-right: .1rem;
}
.brandbox .txt:last-child p{ margin-bottom: 0.05rem;}
.brandbox .left,
.brandbox .right{ width:50%;}
.brandbox .left{ text-align:center;}
.brandbox .left img{ max-width:70%;}
@media screen and (max-width: 768px) {
  .brandbox .left,
  .brandbox .right {
    width: 100%;
  }
  .brandbox .pic {
    order: 2;
  }
  .brandbox .left{ margin-bottom:.5rem}
}
.culturebox {
  background-color: #f7f9fa;
  padding-bottom: 0.75rem;
  padding-top: 1.1rem;
}
.culturebox .item {
  margin-bottom: 0.35rem;
  position: relative;
  padding: 0 0.15rem;
  width: 25%;
  z-index: 1;
}
.culturebox .item:hover {
  z-index: 10;
}
.culturebox .item:nth-child(-n+3) {
  width: 33.33%;
}
.culturebox .title {
  font-size: var(--f24);
  font-weight: var(--light);
}
.culturebox .title::after {
  content: '';
  display: block;
  width: 0.3rem;
  height: 0.03rem;
  background-color: var(--blue_color);
  margin: 0.15rem auto;
}
.culturebox .con {
  font-size: var(--f28);
  line-height: calc(40 / 28);
  font-weight: var(--medium);
  white-space: pre-wrap;
}
.culturebox .info {
  font-size: var(--f20);
  font-weight: var(--light);
  white-space: pre-wrap;
  margin-top: 0.35rem;
  padding-bottom: 0.2rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.culturebox .box {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 0.3rem 0;
  text-align: center;
  color: #333;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.culturebox .item:nth-child(-n+3) .box {
  padding: 0.8rem 0;
}
.culturebox .box .bg {
  z-index: 1;
  box-shadow: 0px 0px 24px 0px rgba(0, 71, 143, 0.08);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}

.culturebox .box .bg i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  background: #ffffff;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.culturebox .box article {
  position: relative;
  z-index: 2;
}
.culturebox .box .hover_bg{
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
transition:.5s;
z-index:3;
transform-origin: center center;
opacity: 0;
}
.culturebox .box .hover_bg img{
    object-fit:contain;
}
.culturebox .box:hover {
  color: #fff;
}
.culturebox .item:hover .box .hover_bg {
  transform: scale(1.45);
  opacity: 1;
}
.culturebox .item:nth-child(-n+3):hover .box .hover_bg {
  transform: scale(1.15);
}
.culturebox .box:hover .bg::before {
  opacity: 1;
}

.culturebox .box:hover .bg img {
  filter: brightness(0) invert(1);
}
.culturebox .box:hover .title::after {
  background-color: #fff;
}
.culturebox .box:hover .info {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .culturebox .item:nth-child(-n+3) .box{
      padding:0.4rem 0
  }
  .culturebox .item:hover .box .hover_bg {
  transform: scale(1.15);
  .culturebox .box .hover_bg img{ object-fit: cover;}
}
.culturebox .box{ padding:.2rem 0;}
.culturebox .title{ font-size:var(--f20);}
.culturebox .con{font-size: var(--f18); }
.culturebox .title::after{ margin:.15rem auto;}
}
@media screen and (max-width: 768px) {
  .culturebox .item {
    width: 50%;
  }
  .culturebox .item:nth-child(-n+3) {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .culturebox .item {
    width: 100%;
    min-height:2.5rem;
  }
  .culturebox .item:nth-child(-n+3) {
    width: 100%;
  }
  .culturebox .item .box{
      padding:0.6rem 0
  }
}
.Employeecare .list {
  margin: 0 -0.15rem;
}
.Employeecare .item {
  width: 33.33%;
  padding: 0 0.15rem;
}
.Employeecare .box {
  display: block;
  width: 100%;
}
.Employeecare .pic {
  position: relative;
  padding-top: calc(540 / 770 * 100%);
}
.Employeecare .title {
  margin-top: 0.4rem;
  font-size: var(--f30);
  font-weight: var(--medium);
}
.Employeecare .des {
  color: #333333;
  font-weight: var(--light);
  line-height: 2;
  margin: 0.15rem 0 0.35rem;
  font-size: var(--f18);
}
@media screen and (max-width: 640px) {
  .Employeecare .item {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.societyBox {
  padding-top: 0.5rem;
}
.societyBox .itembox_one {
  width: calc(690 / 1600 * 100%);
}
.societyBox .itembox_one .Htitle {
  height: 2.1rem;
  display: flex;
  align-items: center;
}
.societyBox .itembox_one .item {
  height: 3.9rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
  overflow:hidden;
}
.societyBox .itembox_one .item .bg_img{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;
transition:all .5s;
}
.societyBox .itembox_one .item:hover .bg_img{
    transform:scale(1.15)
}
.societyBox .itembox_one .pic {
  width: calc(310 / 690 * 100%);
}
.societyBox .itembox_one .pic .img {
  padding-top: calc(330 / 310 * 100%);
  position: relative;
}
.societyBox .itembox_one .pic img {
  object-fit: contain;
  -webkit-object-fit: contain;
}
.societyBox .itembox_one .textwarp {
  padding-right: 0.45rem;
  flex: 1;
  min-width: 0;
  color: #fff;
  transform: translateX(-0.25rem);
}
.societyBox .itembox_one .textwarp .title {
  font-size: var(--f24);
  margin-bottom: 0.4rem;
  line-height: calc(36 / 24);
}
.societyBox .itembox_one .link_a {
  display: inline-flex;
  align-items: center;
  margin-right: 0.36rem;
  color: #fff;
}
.societyBox .itembox_one .link_a::after {
  content: '';
  display: inline-flex;
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/icon_more2.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.15rem;
  opacity: 0.6;
}
.societyBox .itembox_one .link_a::after {
  transform: rotate(90deg);
  transition:all .3s;
}

.societyBox .itembox_one .link_a:hover::after {
  transform: rotate(0deg);
}
.societyBox .itembox_one .link_more {
  margin-right: 0;
}
.societyBox .itembox_one .link_more::after {
  background-image: url(../images/icon_more2.svg);
}
.societyBox .box_item {
  position: relative;
}
.societyBox .box_item .pic {
  width: 100%;
  height: 2.6rem;
  position: relative;
}
.societyBox .box_item .society_title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
.societyBox .box_item .society_title .tit {
  font-size: var(--f28);
}
.societyBox .box_item .society_title .more {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/icon_more2.svg) no-repeat center var(--blue_color);
  border-radius: 100%;
  margin: 0.15rem auto -0.5rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.societyBox .box_item:hover .more {
  margin-bottom: 0;
  opacity: 1;
}
.societyBox .itembox_two {
  width: calc(300 / 1600 * 100%);
}
.societyBox .itembox_two .pic {
  height: 6rem;
}
.societyBox .itembox_three {
  width: calc(590 / 1600 * 100%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.societyBox .itembox_three .box_item {
  width: calc(290 / 590 * 100%);
  display: block;
}
.societyBox .itembox_three .box_item:first-child {
  width: 100%;
}
.societyBox .itembox_three .box_item:first-child .pic {
  height: 3.3rem;
}
@media screen and (max-width: 640px) {
  .societyBox {
    padding-top: 0;
  }
  .societyBox .itembox_one,
  .societyBox .itembox_two,
  .societyBox .itembox_three {
    width: 100%;
  }
  .societyBox .itembox_one .Htitle {
    height: auto;
    margin-bottom: 0.5rem;
  }
  .societyBox .itembox_one .textwarp {
    padding-right: 0;
  }
  .societyBox .itembox_two .pic {
    height: 3rem;
  }
}
.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%;
  background-color: rgba(0, 0, 0, 0.2);
}
.open_inner .close::before,
.open_inner .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);
}
.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;
}
@media screen and (max-width: 640px) {
  .open_inner .inner {
    padding: 0.35rem 0.2rem;
  }
}
.open_lsfz .Htitle {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0.3rem;
}
.open_lsfz .Htitle .info {
  font-size: var(--f18);
  line-height: calc(32 / 18);
  font-weight: var(--light);
  color: #333;
}
.open_lsfz .list .item {
  margin-bottom: 0.3rem;
}
.open_lsfz .list .item:nth-child(2n) .textwarp {
  order: 2;
  padding-left: 0.4rem;
  padding-right: 0;
}
.open_lsfz .list .pic {
  width: 50%;
}
.open_lsfz .list .textwarp {
  color: #333;
  width: 50%;
  padding-right: 0.4rem;
}
.open_lsfz .list .textwarp .tit {
  font-size: var(--f24);
}
.open_lsfz .list .textwarp .tit::after {
  content: '';
  display: block;
  width: 0.3rem;
  height: 2px;
  background-color: var(--blue_color);
  margin: 0.2rem 0 0.3rem;
}
.open_lsfz .list .textwarp .con {
  font-size: var(--f18);
  font-weight: var(--light);
  line-height: calc(32 / 18);
}
@media screen and (max-width: 640px) {
  .open_lsfz .list .pic,
  .open_lsfz .list .textwarp {
    width: 100%;
    padding: 0.2rem 0 !important;
  }
  .open_lsfz .list .textwarp {
    order: 0!important;
  }
}
.history {
  overflow: hidden;
}
.history .Htitle{margin-bottom: .3rem;  padding-top: .4rem;}
.history .tab_span {
  color: #333333;
  font-size: var(--f18);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.history .tab_span span {
  position: relative;
  padding-top: 0.1rem;
  border-top: 0.02rem solid transparent;
  cursor: pointer;
}
.history .tab_span span:not(:first-child) {
  margin-left: 0.6rem;
}
.history .tab_span .active {
  color: var(--blue_color);
  border-color: var(--blue_color);
}
.history .swiper {
  overflow: initial;
  position: relative;
}
.history .swiper::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin-top: -0.415rem;
  width: 100vw;
  height: 1px;
  background-color: #e6e6e6;
}
.history .swiper .swiper-scrollbar {
  background-color: #ebeff2;
  height: 0.04rem;
  border-radius: 0;
  margin-top: 0.6rem;
  position: relative;
}
.history .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--blue_color);
  border-radius: 0;
}
.history .swiper .swiper-scrollbar .swiper-scrollbar-drag::before {
  content: '';
  position: absolute;
  width: 0.32rem;
  height: 0.15rem;
  right: 0;
  top: -0.17rem;
  background: url(../images/icon_scroll.svg) no-repeat center;
  background-size: contain;
}
.history .swiper-wrapper {
  padding-right: 4.7rem;
}
.history .swiper-slide {
  width: 4.7rem;
}
.history .swiper-slide .box {
  height: 2.8rem;
  position: relative;
  padding-left: 0.2rem;
  border-left: 1px solid #e6e6e6;
  width: 180%;
  z-index:1;
  /*transform: translateX(-50%);*/
}
.history .swiper-slide .box .bg{
    transition:.5s;
    position: absolute;
    z-index: -1;
    top:0;
}
.history .swiper-slide .box .bg:before{ content: ''; position: absolute; left:0; bottom:0; width:100%; height:.05rem; background: linear-gradient(to right, rgba(237,28,36,0) , rgba(237,28,36,1));}
.history .swiper-slide .box::before {
  content: '';
  position: absolute;
  left: -0.075rem;
  bottom: -0.075rem;
  width: 0.15rem;
  height: 0.15rem;
  border: 0.03rem solid var(--blue_color);
  border-radius: 100%;
  background-color: #fff;
}
.history .swiper-slide.prent_slide .box::before{ background-color:var(--hover_color); border-color:var(--hover_color); }
.history .swiper-slide:first-child .box,
.history .swiper-slide:nth-child(2n) .box {
  transform: translateX(0);
}
.history .swiper-slide:nth-child(2n) .box {
  margin-top: 3.2rem;
}
.history .swiper-slide:nth-child(2n) .box::before {
  bottom: auto;
  top: -0.075rem;
}
.history .time {
  display: block;
  font-size: var(--f40);
  color: #333;
  padding: 0.25rem 0 0.05rem;
}
.history .con {
  max-height: 2.1rem;
  overflow: auto;
  padding-right: 0.45rem;
  font-size: var(--f18);
  color: #333;
  line-height: calc(30 / 18);
  font-weight: var(--light);
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.history .con ul{
    padding-left:.2rem
}
.history .con ul li::marker{
    color:var(--blue_color);
}
.history .con::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.history .con::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  background: transparent;
}
.history .con::-webkit-scrollbar-thumb {
  background: #e4e5e5;
}
.history .prent_time,
.history .prent {
  color:#fff;
  padding-left:.2rem;
}
.history .prent {
  font-size: var(--f30);
}
@media screen and (max-width: 1680px) {
.history .swiper-slide .box{height: 2rem;}
.history .con{max-height: 1.8rem;}
.history .time{ padding-top:0;}
}
@media screen and (max-width: 640px) {
  .history .tab_span {
    width: 100%;
    margin-top: 0.5rem;
    justify-content: flex-start;
  }
  .history .tab_span span {
    margin-bottom: 0.1rem;
  }
  .history .tab_span span:not(:first-child) {
    margin-left: 0;
  }
  .history .tab_span span:not(:last-child) {
    margin-right: 0.2rem;
  }
  .history .time{ padding-top:.1rem;}
}
.activity_list {
  margin: 0 auto -0.175rem;
  gap: 0.4rem 0;
}
.activity_list li {
  width: 33.33%;
  padding: 0 0.175rem;
}
.activity_list .box {
  position: relative;
  display: block;
}
.activity_list .pic {
  padding-top: calc(336 / 510 * 100%);
  position: relative;
}
.activity_list .pic::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-image: linear-gradient(0deg, #000000, transparent 80%);
  opacity:0.9;
}
.activity_list .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.1rem 0.4rem 0.1rem 0.25rem;
  line-height: 0.24rem;
  color: #fff;
}
.activity_list .title::after {
  content: '';
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon_play3.svg) no-repeat center;
  background-size: contain;
}
.activity_list_row4 {
  margin: 0 auto -0.135rem;
}
.activity_list_row4 li {
  width: 25%;
  padding: 0 0.135rem;
}
.activity_list .nov .title:after {
    display:none;
}
.submenu {
  margin-bottom: 0.5rem;
}
.submenu li {
  min-width: 1.6rem;
  margin: 0 0.1rem;
}
.submenu a {
  display: block;
  padding: 0 0.1rem;
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 0.48rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.submenu a:hover {
  color: #fff;
  background-color: var(--blue_color);
  border-color: var(--blue_color);
}
.submenu .onLi a {
  color: #fff;
  background-color: var(--blue_color);
  border-color: var(--blue_color);
}
.pc_box {
  position: absolute;
  z-index: 999;
}
.pc_box .close {
  cursor: pointer;
  width: 0.17rem;
  height: 0.17rem;
  position: absolute;
  z-index: 4;
  right: 0.1rem;
  top: 0.1rem;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.pc_box .close::before,
.pc_box .close::after {
  position: absolute;
  content: '';
  width: 50%;
  left: 50%;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  background: #fff;
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
}
.pc_box .close::before {
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
}
.pc_box .link img {
  width: 3.85rem;
}
.header.hide{opacity: 0; transform: translateY(-100%);}
.current.highlight .about_nav{position: fixed;  left: 0; top: 0;  width: 100%; background-color: #fff; z-index: 10;}
.current.highlight .about_nav .ul{ }
.current .about_nav .Hmore{display:none}
.current.highlight .about_nav .Hmore{display:flex;}
.current.highlight .about_nav .nav_box{display:flex;align-items:center;justify-content:space-between;max-width:1600px; margin:0 auto;width:92%;}

.news_search  .warp{ width:100%; max-width:4.9rem; position:relative;}
.news_search  .warp .btn {
  width: 0.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search.svg) no-repeat center;
  background-size: 0.2rem;
}
.news_search  .warp .text {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.2rem;
  padding-right: 0.5rem;
  border: 1px solid #999;
  background-color: #ffffff;
}
.news_search  .warp .text::placeholder {
  color: #999999;
}

.tabs{
    display:flex;
    justify-content:center;
    margin-bottom:.3rem;
    /* border-bottom:1px solid #99999910; */
    padding-top: .1rem;
}

.tabs a{padding: 0 .26rem;position:relative;display: inline-flex;border: 1px solid var(--blue_color);align-items: center;justify-content: center;border-radius: .2rem;margin: 0 .1rem;line-height: .4rem;background: #fff;color: var(--blue_color);}
.tabs .a_act{color: #fff;background-color: var(--blue_color);}
.tabs a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: var(--blue_color);
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  display:none;
}

.tabs .a_act::after{
    opacity: 1;
    width: 50%;
}