* {
  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: #342c2a;
  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: #e5e5e5;
}
/* 滚动条滑块 */
.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 {
  --ww: 1920 * 100vw;
  --hover_color: #1ba045;
  --blue_color: #0154a4;
  --red_color: #d41005;
  --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;
  color: #342c2a;
}
@media (min-width: 1921px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  body {
    overflow: inherit!important;
  }
}
.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;
}
.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;
}
.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.17rem;
  height: 0.17rem;
  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;
  position: relative;
  margin-left: 0.4rem;
}
.header .lang span {
  display: flex;
  align-items: center;
  filter: brightness(0) invert(1);
  line-height: 1rem;
}
.header .lang span::before {
  content: '';
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/lang.svg) no-repeat center;
  background-size: contain;
  margin-right: 0.05rem;
}
.header .lang span::after {
  content: '';
  width: 0.05rem;
  height: 0.05rem;
  border: solid #342c2a;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  margin-left: 0.05rem;
}
.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;
  margin: 0.1rem 0;
}
.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 {
  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: 1rem;
  color: #fff;
  font-size: var(--f18);
}
@media (min-width: 1025px) {
  .header .navTop li {
    margin-right: 0.55rem;
  }
  .header .navTop li:last-child {
    margin-right: 0;
  }
  .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: 0;
    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: #ffffff;
  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(--blue_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(--blue_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;
    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 .top_search {
    width: 100%;
    top: 100%;
  }
  .header .top_btn,
  .header .menuIcon {
    margin-left: 0.2rem;
  }
  .header .line_em {
    margin: 0 0.15rem;
  }
}
.header_white .logo .img1,
.header_on .logo .img1,
.header_hover .logo .img1 {
  display: none;
}
.header_white .logo .img2,
.header_on .logo .img2,
.header_hover .logo .img2 {
  display: block;
}
.header_white .lang span,
.header_on .lang span,
.header_hover .lang span {
  filter: none;
  color: #342c2a;
}
.header_white .search::before,
.header_on .search::before,
.header_hover .search::before {
  filter: none;
}
.header_white .search .open_search i,
.header_on .search .open_search i,
.header_hover .search .open_search i {
  filter: none;
}
.header_white .navTop li span a,
.header_on .navTop li span a,
.header_hover .navTop li span a {
  color: #342c2a;
}
.header_white,
.header_hover {
  background-color: #ffffff;
}
.footer {
  background-color: #082340;
  color: #738698;
  font-size: var(--f14);
}
.footer a {
  color: #738698;
}
.footer a:hover {
  color: #fff;
}
.footer .left {
  width: 3.2rem;
  position: relative;
  padding-bottom: 1rem;
}
.footer .left::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #738698;
  opacity: 0.3;
}
.footer .logo {
  padding: 1rem 0 0.35rem;
}
.footer .logo figure {
  max-width: 2rem;
}
.footer .txt {
  max-width: 2.4rem;
}
.footer .txt .tel {
  color: #fff;
  font-size: var(--f30);
  font-weight: var(--medium);
  padding-left: 0.3rem;
  background: url(../images/foot_tel.svg) no-repeat left center;
  line-height: 0.24rem;
  margin: 0.2rem 0;
  background-size: 0.22rem;
}
.footer .right {
  flex: 1;
  padding-left: 1rem;
  padding-top: 1rem;
}
.footer nav {
  width: 8.8rem;
}
.footer nav a {
  display: block;
}
.footer nav dt {
  margin-bottom: 0.3rem;
  font-size: var(--f18);
}
.footer nav dt a {
  color: #fff;
}
.footer nav dd {
  line-height: calc(36 / 14);
  max-height: 1.8rem;
  overflow: auto;
  width: 1rem;
  margin-top: -0.06rem;
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.footer nav dd::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.footer nav dd::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  background: rgba(115, 134, 152, 0.3);
}
.footer nav dd::-webkit-scrollbar-thumb {
  background: var(--hover_color);
}
.footer .link_b a {
  display: block;
  text-align: center;
  min-width: 1.8rem;
  line-height: 0.4rem;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 0.2rem;
  margin-bottom: 0.24rem;
  padding: 0 0.1rem;
}
.footer .link_b .oa {
  background-color: var(--blue_color);
  color: #fff;
  border-color: var(--blue_color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .link_b .oa img {
  display: inline-flex;
  width: 0.13rem;
  margin-right: 0.1rem;
}
.footer .Copyright {
  border-top: 1px solid rgba(115, 134, 152, 0.3);
  padding: 0.35rem 0;
}
@media screen and (max-width: 1600px) {
  .footer nav {
    width: 7.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer .right {
    justify-content: flex-end;
  }
  .footer nav {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .footer .left {
    width: 100%;
    padding: 0 0 0.6rem;
  }
  .footer .left::after {
    display: none;
  }
  .footer .logo {
    padding: 0.5rem 0 0.3rem;
  }
  .footer .right {
    padding: 0;
    justify-content: center;
  }
  .footer .link_b {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
  }
  .footer .Copyright {
    text-align: center;
    padding: 0.15rem 0;
  }
  .footer .Copyright .w1600 {
    justify-content: center;
  }
}
.Hmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-width: 1.8rem;
  padding: 0 0.1rem;
  line-height: 0.54rem;
  background-image: linear-gradient(90deg, #0154a4 0%, #1ba045 100%);
  border-radius: 0.3rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  font-weight: var(--light);
}
.Hmore.back::before {
  content: '';
  width: 0.18rem;
  height: 0.14rem;
  background: url(../images/icon_back.svg) no-repeat center;
  background-size: contain;
  display: inline-flex;
  margin-right: 0.1rem;
}
.Hmore:hover {
  color: #fff;
  box-shadow: 0 0 0.2rem 0.1rem rgba(26, 157, 72, 0.4);
}
.Hmore.Hicon::after {
  content: '';
  width: 0.16rem;
  height: 0.08rem;
  background: url(../images/icon_arrow.svg) no-repeat center;
  display: inline-flex;
  margin-left: 0.1rem;
}
.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;
  width: 0.6rem;
  height: 0.6rem;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  border: solid 1px #dbdbdb;
  background-color: #fff;
  border-radius: 100%;
}
.swiper-button::after {
  font-size: var(--f18);
  color: #d8d8d8;
  font-weight: bold;
}
.swiper-button:hover {
  opacity: 1;
  background-image: linear-gradient(90deg, #0154a4 0%, #1ba045 100%);
  border-color: transparent;
}
.swiper-button:hover::after {
  color: #fff;
}
.swiper-button-prev {
  left: -9%;
}
.swiper-button-next {
  right: -9%;
}
.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 {
  background-color: #f7fafc;
  border: solid 1px #bbbebf;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 100%;
  margin: 0 0.08rem;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--hover_color);
  border-color: var(--hover_color);
}
.Hbanner {
  position: relative;
  overflow: hidden;
}
.Hbanner .swiper {
  width: 100%;
}
.Hbanner .swiper-slide {
  overflow: hidden;
  width: 100%;
}
.Hbanner .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 1600px;
  transform: translate(-50%,-50%);
  z-index: 3;
  width: 92%;
  height:calc(100% - 2.5rem);
}
.Hbanner .txt img{
  position: absolute;
}
.Hbanner .txt img.居中{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.Hbanner .txt img.右下角{
  right: 0;
  bottom: 0;
}
.Hbanner .pic {
  overflow: hidden;
  height: 100vh;
}
.Hbanner .pic img {
  width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  transition: all 5s;
  height: 100vh;
}
.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 .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 .other {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  color: #fff;
  max-width: 1600px;
  transform: translateX(-50%);
  z-index: 3;
  width: 92%;
  line-height: 0.2rem;
  gap: 0.15rem;
}
.Hbanner .other .mouse {
  display: inline-flex;
  padding-left: 0.15rem;
  background: url(../images/icon_mouse.svg) no-repeat left center;
  background-size: 0.11rem;
}
.Hbanner .other::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  flex: 1;
  opacity: 0.2;
}
.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: 5.5%;
  order: 3;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet {
  border-radius: 100%;
  position: relative;
  background-color: transparent;
  display: inline-flex;
  margin: 0 0.08rem;
  width: auto;
  height: auto;
  font-size: var(--f14);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .Hbanner .pic {
    height: auto;
  }
  .Hbanner .pic img {
    height: auto;
  }
  .Hbanner .txt img{
    max-width:70%;
  }
  .Hbanner .other {
    bottom: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .Hbanner .pic .img {
    min-height: 5.5rem;
  }
}
.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;
}
.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);
}
@media screen and (max-width: 640px) {
  .NYbanner .banner img {
    min-height: 3rem;
  }
}
.current_line {
  border-bottom: 1px solid #ebebeb;
}
.nymenu li:not(:last-child) {
  margin-right: 0.45rem;
}
.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;
    width: 100%;
  }
  .nymenu li:not(:last-child) {
    margin-right: 0.25rem;
  }
  .nymenu a {
    height: 0.6rem;
  }
}
.location {
  color: #999999;
  text-align: right;
  font-weight: var(--light);
}
.location em {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0.27rem;
  background: url(../images/home.svg) no-repeat left center;
  background-size: 0.15rem;
  height: 0.8rem;
  font-style: normal;
}
.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 {
    text-align: right;
    width: 100%;
    padding: 0.1rem 0;
  }
  .location em {
    height: auto;
  }
}
.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:#f8f9fb;}
.contactbox .pic {
  width: 50%;
}
.contactbox .textwarp {
  width: 50%;
  padding:1rem 0.9rem;
}
.contactbox .title {
  font-size: var(--f30);
  margin: 0.15rem 0 0.55rem;
  font-weight: var(--medium);
}
.contactbox dl {
  display: flex;
  align-items: flex-start;
  line-height: 0.24rem;
  margin-bottom: 0.3rem;
}
.contactbox dd {
  font-size: var(--f20);
  flex: 1;
}
.contactbox dd span {
  font-weight: var(--light);
  font-size: var(--f16);
  opacity: 0.6;
  display: block;
  margin-bottom: 0.1rem;
}
.contactbox dt {
  width: 0.24rem;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.contactbox dt img {
  display: block;
  height: auto;
}
.contactbox .ewm {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  border-top: 1px solid #e6e6e6;
  padding-top: 0.5rem;
}
.contactbox .ewm .img {
  width: 1.4rem;
  margin-right: 0.2rem;
}
.contactbox .ewm .text {
  opacity: 0.6;
}
@media (max-width: 640px) {
  .contactbox{ flex-direction: column-reverse;}
  .contactbox .pic,
  .contactbox .textwarp {
    width: 100%;
  }
  .contactbox .pic {
    margin-top: 0.5rem;
  }
}
.left_search {
  width: 3rem;
  margin-right: 0.2rem;
}
.left_search select {
  width: 100%;
  line-height: 0.54rem;
  border-radius: 0.27rem;
  background-color: #f7f9fa;
  color: #342c2a;
  padding: 0 0.3rem;
  border: none;
  margin-bottom: 0.15rem;
  padding-right: 0.5rem;
  background-image: url(../images/select2.svg);
  background-position: 90% center;
}
.left_search .search {
  position: relative;
  margin-bottom: 0.15rem;
}
.left_search .search .text {
  width: 100%;
  border: none;
  background-color: #f7f9fa;
  padding: 0 0.3rem;
  padding-right: 0.5rem;
  height: 0.54rem;
  line-height: 0.54rem;
  border-radius: 0.27rem;
}
.left_search .search .btn {
  width: 0.18rem;
  height: 0.18rem;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/search2.svg) no-repeat center;
  background-size: contain;
}
.left_search .btnbox {
  margin-bottom: 0.5rem;
}
.left_search .Hmore {
  width: 100%;
  min-width: auto;
}
.right_main,
.flexs_main {
  flex: 1;
  min-width: 0;
}
.w1082 {
  max-width: 10.82rem;
}
@media (max-width: 640px) {
  .left_search {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .right_main,
  .flexs_main {
    flex: auto;
    width: 100%;
  }
}
.jobBox {
  max-width: 11rem;
  margin-left: auto;
}
.job_item {
  margin-bottom: 0.3rem;
  background-color: #f7f9fa;
  border-radius: 0.1rem;
  overflow: hidden;
}
.job_item .titlebox {
  padding: 0.45rem 0.5rem;
  padding-right: 1.2rem;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.job_item .titlebox .title {
  font-size: var(--f28);
  font-weight: var(--medium);
}
.job_item .titlebox .other {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.job_item .titlebox .other em {
  display: inline-flex;
  width: 1px;
  height: 0.12rem;
  background-color: #000;
  opacity: 0.1;
  margin: 0 0.2rem;
  vertical-align: middle;
}
.job_item .active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: var(--blue_color);
}
.job_item .active .title {
  color: var(--blue_color);
}
.job_item .active .icon {
  transform: translateY(-50%) rotate(-180deg);
}
.job_item .icon {
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/select2.svg) no-repeat center;
  border: 1px solid #dee0e0;
  border-radius: 100%;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.job_item .content {
  padding: 0 0.5rem 0.55rem;
  display: none;
}
.job_item .con {
  line-height: calc(32 / 16);
  font-weight: var(--light);
}
.job_item .con .stit {
  font-weight: normal;
}
.job_item .Hmore {
  min-width: 1.62rem;
  margin-top: 0.5rem;
}
.job_item .Hmore::after {
  content: '';
  display: inline-flex;
  width: 0.16rem;
  height: 0.08rem;
  background: url(../images/icon_arrow.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.1rem;
}
.Pages {
  text-align: center;
  line-height: 0.65rem;
  margin-top: 0.6rem;
}
.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: #999999;
  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-image: linear-gradient(90deg, #0154a4 0%, #1ba045 100%);
  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 #999999;
  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-image: linear-gradient(90deg, #0154a4 0%, #1ba045 100%);
  border-color: #f7f9fa;
}
.Pages .p_page .a_prev:not(.no):hover::before,
.Pages .p_page .a_next:not(.no):hover::before {
  border-color: #fff;
}
.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 {
  position: relative;
  padding: 0 1rem;
}
.news_top .swiper {
  overflow: initial;
}
.news_top .swiper-slide {
  opacity: 0.36;
}
.news_top .swiper-slide-active {
  opacity: 1;
}
.news_top .box {
  background-color: #f7fafc;
}
.news_top .pic {
  width: calc(645 / 1400 * 100%);
}
.news_top .pic i {
  display: block;
  padding-top: calc(430 / 648 * 100%);
  position: relative;
}
.news_top .textwarp {
  width: calc(755 / 1400 * 100%);
  padding: 0.2rem 0.6rem;
}
.news_top .time {
  display: block;
  padding-left: 0.27rem;
  background: url(../images/icon_time.svg) no-repeat left center;
  background-size: 0.16rem;
  line-height: 0.2rem;
  color: #999999;
}
.news_top .title {
  font-size: var(--f28);
  line-height: calc(40 / 28);
  font-weight: var(--medium);
  margin: 0.25rem 0;
}
.news_top .des {
  color: #342c2a;
  opacity: 0.7;
  line-height: calc(30 / 16);
  margin-bottom: 0.6rem;
  font-weight: var(--light);
}
.news_top .more {
  display: inline-flex;
  color: var(--blue_color);
  align-items: center;
}
.news_top .more::after {
  content: '';
  display: inline-flex;
  width: 0.16rem;
  height: 0.08rem;
  background: url(../images/icon_arrow2.svg) no-repeat center;
  margin-left: 0.1rem;
  background-size: contain;
}
.news_top .swiper-pagination {
  width: 100%;
  text-align: right;
  padding: 0 0.6rem;
  bottom: 0.55rem;
}
@media (max-width: 768px) {
  .news_top .pic,
  .news_top .textwarp {
    width: 100%;
  }
  .news_top .swiper-pagination {
    bottom: 0.2rem;
  }
}
@media (max-width: 640px) {
  .news_top {
    padding: 0 0.3rem;
  }
  .news_top .textwarp {
    padding: 0.3rem;
  }
  .news_top .swiper-pagination {
    bottom: 0.3rem;
  }
}
.news_list {
  margin: 0 -0.175rem;
}
.news_list li {
  width: 33.33%;
  padding: 0 0.175rem;
  margin-bottom: 0.35rem;
}
.news_list .box {
  display: block;
  width: 100%;
  background-color: #f7fafc;
}
.news_list .pic {
  position: relative;
  padding-top: calc(340 / 510 * 100%);
}
.news_list .textwarp {
  display: flex;
  flex-flow: column wrap;
  padding: 0.28rem 0.35rem 0.33rem;
  height: 2.6rem;
}
.news_list .textwarp > * {
  width: 100%;
}
.news_list .time {
  margin-top: auto;
  color: var(--blue_color);
}
.news_list .title {
  font-size: var(--f24);
  line-height: calc(36 / 24);
  font-weight: var(--medium);
}
.news_list .des {
  color: #342c2a;
  opacity: 0.7;
  line-height: calc(30 / 16);
  margin: 0.14rem 0;
  font-weight: var(--light);
}
.news_list .more {
  display: inline-flex;
  color: var(--blue_color);
  align-items: center;
}
.news_list .more::after {
  content: '';
  display: inline-flex;
  width: 0.16rem;
  height: 0.08rem;
  background: url(../images/icon_arrow2.svg) no-repeat center;
  margin-left: 0.1rem;
  background-size: contain;
}
@media (max-width: 640px) {
  .news_list li {
    width: 100%;
  }
  .news_list .textwarp {
    height: auto;
  }
  .news_list .time {
    margin-top: 0.1rem;
  }
}
.ywbk_list li {
  margin-bottom: 0.6rem;
}
.ywbk_list .box {
  background-color: transparent;
}
.ywbk_list .box:hover .title {
  color: var(--blue_color);
}
.ywbk_list .title {
  color: #000;
  font-weight: var(--medium);
  margin-top: 0.25rem;
}
.news_details .details_title {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  padding-bottom: 0.45rem;
  color: #999999;
  margin-bottom: 0.45rem;
}
.news_details .details_title .title {
  font-size: var(--f36);
  font-weight: var(--medium);
  line-height: calc(50 / 36);
  color: #342c2a;
  margin-bottom: 0.2rem;
}
.news_details .details_title .time {
  display: block;
  padding-left: 0.27rem;
  background: url(../images/icon_time.svg) no-repeat left center;
  background-size: 0.16rem;
  line-height: 0.2rem;
  color: #999999;
}
.news_details .Single {
  line-height: calc(30 / 16);
  color: #342c2a;
  font-weight: var(--light);
}
.news_details .Single img {
  height: auto!important;
}
.news_details .Single p {
  margin: 2em 0;
}
.news_details .dotBox {
  padding-top: 0.5rem;
  border-top: 1px solid #ebebeb;
}
.news_details .dotBox .right {
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.news_details .dotBox .left {
  flex: 1;
  min-width: 0;
  line-height: calc(30 / 16);
}
.news_details .dotBox .left .dot {
  font-weight: var(--light);
  color: rgba(52, 44, 42, 0.7);
}
.news_details .dotBox .left a:hover {
  text-decoration: underline;
}
.news_details .dotBox .back {
  font-weight: var(--light);
}
@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;
  }
}
.right_recommend {
  width: 4.2rem;
  margin-bottom: 0.5rem;
}
.right_recommend .list li {
  margin-bottom: 0.2rem;
}
.right_recommend .list .pic {
  width: 1.8rem;
}
.right_recommend .list .pic i {
  display: block;
  padding-top: calc(120 / 180 * 100%);
  position: relative;
}
.right_recommend .list .textwarp {
  flex: 1;
  min-width: 0;
  padding-left: 0.2rem;
}
.right_recommend .list .time {
  display: block;
  padding-left: 0.27rem;
  background: url(../images/icon_time.svg) no-repeat left center;
  background-size: 0.16rem;
  line-height: 0.2rem;
  color: #999999;
}
.right_recommend .list .title {
  color: #000000;
  line-height: calc(26 / 16);
  margin-top: 0.15rem;
}
.right_recommend .list .box:hover .title {
  color: var(--blue_color);
}
@media (max-width: 640px) {
  .right_recommend {
    width: 100%;
  }
}
.recommend_title {
  font-size: var(--f20);
  line-height: 1;
  font-weight: var(--medium);
}
.center {
  text-align: center;
}
.Column {
  font-size: var(--f40);
  font-weight: var(--medium);
}
.ColumnIntro .Intro {
  line-height: calc(32 / 16);
  font-weight: var(--light);
  letter-spacing: 0.003rem;
}
.ColumnIntro .Intro.w780 {
  max-width: 7.8rem;
  margin: 0 auto;
}
.ColumnIntro .Intro.w1060 {
  max-width: 10.6rem;
  margin: 0 auto;
}
.ywbk_bg .inner {
  background-image: linear-gradient(180deg, #f0f7fe 0%, #fff 100%);
  min-height: 20vh;
}
.ywbk_info {
  max-width: 11.3rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.ywbk_info .list {
  width: 100%;
}
.ywbk_info .list dl {
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgba(1, 84, 164, 0.1);
  margin-bottom: 0.1rem;
}
.ywbk_info .list .dl_row3 {
  width: 30.33%;
  margin-right: 4.5%;
}
.ywbk_info .list .dl_row3:nth-child(4){ margin-right:0;}
.ywbk_info .list .dl_row2 {
  width: 65%;
}
.ywbk_info .list dt,
.ywbk_info .list dd {
  padding: 0.18rem 0;
}
.ywbk_info .list dt {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.15rem;
  color: var(--blue_color);
  font-size: var(--f18);
  font-weight: var(--medium);
}
.ywbk_info .list dd{ flex:1;display: flex;  align-items: center;}
.ywbk_info .list dt::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: var(--blue_color);
  width: 100%;
  height: 1px;
}
/*.ywbk_info .con {
  margin-bottom: -1.5rem;
}*/
.ywbk_info .table_box table {
  width: 100%;
  table-layout: fixed;
}
.ywbk_info .table_box thead {
  line-height: 0.5rem;
  text-align: left;
  margin-bottom: 0.02rem;
}
.ywbk_info .table_box thead th {
  padding-left: 0.3rem;
  font-weight: var(--medium);
  background-color: #e5eef6;
}
.ywbk_info .table_box thead th:first-child {
  border-radius: 4px 0 0 4px;
}
.ywbk_info .table_box thead th:last-child {
  border-radius: 0 4px 4px 0;
}
.ywbk_info .table_box tbody td {
  line-height: 0.36rem;
  position: relative;
  padding: 0.04rem 0.1rem 0.01rem 0.3rem;
}
.ywbk_info .table_box tbody td::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0.04rem;
  transform: translateX(-50%);
  width: calc(100% - 0.1rem);
  height: calc(100% - 0.04rem);
  border: 1px solid #e5eef6;
  border-radius: 4px;
}
@media (max-width: 768px) {
    .ywbk_info .list .dl_row2,
  .ywbk_info .list .dl_row3 {
    width: 100%;
    margin-right:0;
  }
  .ywbk_info .con {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
    .ywbk_info .table_box{
        overflow:auto;
    }
  .ywbk_info .table_box thead th {
    padding-left: 0.2rem;
  }
  .ywbk_info .table_box tbody td {
    padding-left: 0.2rem;
  }
}
.red_info a:hover {
  color: var(--red_color);
}
.red_info .Pages .p_page a:not(.no):hover,
.red_info .Pages .p_page .a_cur,
.red_info .Pages .p_page .a_prev:not(.no):hover,
.red_info .Pages .p_page .a_next:not(.no):hover {
  background: var(--red_color);
  border-color: var(--red_color);
}
.ddzzkk_bg {
  background: url(../images/dzzkk_bg.jpg) no-repeat center;
  background-size: cover;
}
.ddzzkk_info {
  max-width: 11.2rem;
  margin-left: auto;
  margin-right: auto;
}
.ddzzkk_info .pic {
  width: 1.76rem;
}
.ddzzkk_info .textwarp {
  flex: 1;
  min-height: 0;
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
  padding-left: 0.8rem;
}
.ddzzkk_info .textwarp .ul {
  font-weight: var(--light);
}
.ddzzkk_info .textwarp .ul .numbox {
  font-size: var(--f48);
  color: var(--red_color);
  font-weight: var(--medium);
}
@media screen and (max-width: 640px) {
  .ddzzkk_info .pic {
    margin: 0 auto;
  }
  .ddzzkk_info .textwarp {
    flex: auto;
    width: 100%;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .ddzzkk_info .textwarp .ul {
    gap: 0.3rem;
    justify-content: space-around;
  }
}
.djzl_top .box {
  display: block;
  width: 100%;
  background-color: #f7fafc;
}
.djzl_top .box:hover .title {
  color: var(--red_color);
}
.djzl_top .pic {
  position: relative;
  padding-top: calc(340 / 510 * 100%);
}
.djzl_top .textwarp {
  display: flex;
  flex-flow: column wrap;
  padding: 0.3rem 0.35rem 0.33rem;
  height: 2.5rem;
}
.djzl_top .textwarp > * {
  width: 100%;
}
.djzl_top .title {
  font-size: var(--f24);
  line-height: calc(36 / 24);
  font-weight: var(--medium);
  color: #000;
}
.djzl_top .des {
  color: #342c2a;
  opacity: 0.7;
  line-height: calc(26 / 16);
  margin: 0.14rem 0 0.1rem;
  font-weight: var(--light);
}
.djzl_top .time {
  display: block;
  padding-left: 0.27rem;
  background: url(../images/icon_time.svg) no-repeat left center;
  background-size: 0.16rem;
  line-height: 0.2rem;
  color: #999999;
  margin-top: auto;
  font-weight: var(--light);
}
.djzl_top .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 0.4rem;
}
.djzl_top .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--red_color);
  border-color: var(--red_color);
}
@media screen and (max-width: 640px) {
  .djzl_top .textwarp {
    height: auto;
  }
}
.djzl_list li {
  margin-bottom: 0.4rem;
}
.djzl_list .box {
  background-color: #f7f9fa;
}
.djzl_list .pic {
  width: 3.6rem;
  flex-shrink: 0;
}
.djzl_list .pic i {
  display: block;
  padding-top: calc(240 / 360 * 100%);
  position: relative;
}
.djzl_list .textwarp {
  flex: 1;
  min-width: 0;
  padding: 0.4rem 0.8rem 0.2rem 0.5rem;
}
.djzl_list .title {
  font-size: var(--f24);
  line-height: calc(36 / 24);
  font-weight: var(--medium);
  margin: 0.25rem 0 0.15rem;
}
.djzl_list .des {
  color: #342c2a;
  opacity: 0.7;
  line-height: calc(30 / 16);
  font-weight: var(--light);
}
.djzl_list .time {
  display: block;
  padding-left: 0.27rem;
  background: url(../images/icon_time.svg) no-repeat left center;
  background-size: 0.16rem;
  line-height: 0.2rem;
  color: #999999;
  font-weight: var(--light);
}
@media screen and (max-width: 640px) {
  .djzl_list .pic {
    width: 100%;
  }
  .djzl_list .textwarp {
    flex: auto;
    width: 100%;
    padding: 0.4rem;
  }
}
.zzjg_bg {
  background: url(/upload/image/2025-11/1762242922136.png) no-repeat center;
  background-size: cover;
}
.zzjg_bg .Column { color:#fff;}
.history {
  background: url(../images/history_bg.jpg) no-repeat center;
  background-size: cover;
}
.history .box_for .left {
  width: calc(900 / 1600 * 100%);
}
.history .box_for .pic {
  width: calc(600 / 1600 * 100%);
}
.history .box_for .title {
  font-size: var(--f24);
  color: var(--blue_color);
  margin-bottom: 0.7rem;
}
.history .box_for .title .year {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: bold;
  position: relative;
  text-shadow: 0 0.15rem 0.03rem rgba(1, 84, 164, 0.1);
  margin-right: 0.2rem;
  line-height: 1;
}
.history .box_for .stit {
  font-size: var(--f18);
  color: var(--blue_color);
  margin-bottom: 0.2rem;
}
.history .box_for .con {
  line-height: calc(36 / 16);
}
.history .box_for .scroll {
  max-height: 4rem;
}
.history .year_list {
  position: relative;
  padding: 0 0.8rem;
}
.history .year_list .swiper-button {
  top: 0;
  margin-top: 0;
}
.history .swiper-button-next {
  right: 0;
}
.history .swiper-button-prev {
  left: 0;
}
.history .swiper_nav::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.315rem;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.history .swiper_nav li {
  padding-top: 0.63rem;
  text-align: center;
  cursor: pointer;
}
.history .swiper_nav .icon {
  width: 0.15rem;
  height: 0.15rem;
  position: absolute;
  left: 50%;
  top: 0.25rem;
  transform: translateX(-50%);
  border: 0.03rem solid transparent;
  border-radius: 100%;
}
.history .swiper_nav .icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 100%;
  background-color: #cccccc;
}
.history .swiper_nav .tit {
  min-height: 0.25rem;
  opacity: 0.6;
  font-weight: var(--medium);
  margin-bottom: 0.05rem;
}
.history .swiper_nav p {
  opacity: 0.7;
  font-weight: var(--light);
}
.history .swiper_nav .swiper-slide-thumb-active {
  color: var(--blue_color);
}
.history .swiper_nav .swiper-slide-thumb-active .icon {
  border-color: var(--blue_color);
}
.history .swiper_nav .swiper-slide-thumb-active .icon::before {
  background-color: #fff;
}
.history .swiper_nav .swiper-slide-thumb-active .tit,
.history .swiper_nav .swiper-slide-thumb-active p {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .history .box_for .left,
  .history .box_for .pic {
    width: 100%;
  }
  .history .box_for .pic {
    margin-top: 0.5rem;
  }
}
.green_col {
  color: var(--hover_color);
}
.zlmb_box .zlmb_title {
  font-size: var(--f24);
  font-weight: var(--light);
}
.zlmb_box .list {
  margin-bottom: 0.1rem;
  border-radius: 0.1rem;
  background-color: rgba(1, 84, 164, 0.08);
  padding: 0.1rem 0.2rem;
  padding-left: 0;
}
.zlmb_box .list .left {
  width: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--blue_color);
  font-size: var(--f24);
  font-weight: var(--medium);
}
.zlmb_box .list .left .num {
  font-size: var(--f30);
  line-height: 1;
}
.zlmb_box .list .right {
  flex: 1;
  min-width: 0;
}
.zlmb_box .list_one .con {
  border-radius: 6px;
  background-color: #ffffff;
  color: var(--blue_color);
  font-size: var(--f24);
  line-height: calc(36 / 24);
  text-align: center;
  padding: 0.2rem;
  font-weight: var(--medium);
}
.zlmb_box .list_two .ul {
  width: 100%;
  gap: 0.1rem;
}
.zlmb_box .list_two .ul li {
  flex: 1;
  width: 100%;
  background-color: var(--blue_color);
  text-align: center;
  line-height: 0.6rem;
  border-radius: 6px;
  font-size: var(--f18);
}
.zlmb_box .list_two .ul li a{ display:block;color: #fff;}
.zlmb_box .list_green {
  background-color: rgba(27, 160, 69, 0.08);
}
.zlmb_box .list_green .left {
  color: var(--hover_color);
}
.zlmb_box .list_three .ul {
  gap: 0.1rem;
}
.zlmb_box .list_three li {
  width: calc((100% - 0.1rem * 4) / 5);
  
}
.zlmb_box .list_three li a{display: flex;  flex-flow: column wrap; height:100%; width:100%;}
.zlmb_box .list_three .iconbox {
  width: 100%;
  height: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  background-color: rgba(27, 160, 69, 0.1);
  border-radius: 6px;
  font-size: var(--f18);
  margin-bottom: 0.1rem;
}
.zlmb_box .list_three .iconbox p {
  width: 100%;
  text-align: center;
}
.zlmb_box .list_three .icon {
  width: 100%;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.zlmb_box .list_three .icon img {
  max-height: 100%;
}
.zlmb_box .list_three .con {
  height: calc(100% - 1.4rem);
  padding: 0.2rem 0.25rem;
  line-height: calc(28 / 16);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  font-weight: var(--light);
}
.zlmb_box .list_four .ul {
  gap: 0.1rem;
}
.zlmb_box .list_four .ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0.6rem;
  padding: 0.1rem;
  background-color: var(--hover_color);
  border-radius: 6px;
  color: #fff;
  font-size: var(--f18);
  width: calc((100% - 0.1rem * 7) / 8);
}
@media screen and (max-width: 1024px) {
  .zlmb_box .list_four .ul {
    flex-wrap: wrap;
  }
  .zlmb_box .list_four .ul li {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .zlmb_box .list {
    padding: 0.1rem;
  }
  .zlmb_box .list .left {
    width: 100%;
    text-align: left;
    padding: 0.2rem 0;
    justify-content: flex-start;
  }
  .zlmb_box .list .right {
    flex: auto;
    width: 100%;
  }
  .zlmb_box .list_three .ul {
    justify-content: space-between;
  }
  .zlmb_box .list_three li {
    width: 49%;
    flex: auto;
  }
}
.Visionbox {
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.Visionbox .pic {
  position: relative;
  height: 8rem;
}
.Visionbox .pic::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(1, 84, 164, 0) 30%, rgba(1, 84, 164, 0.9) 100%);
}
.Visionbox .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.Visionbox .item {
  width: 15.5%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Visionbox .on {
  width: calc(100% - 15.5% * 2);
}
.Visionbox .on .box {
  padding: 0.2rem 0.6rem;
}
.Visionbox .on .con {
  display: block;
}
.Visionbox .on .stit {
  height: auto;
}
.Visionbox .box {
  padding: 0.2rem 0.36rem;
}
.Visionbox .title {
  margin-bottom: 0.1rem;
}
.Visionbox .title label {
  display: inline-block;
  padding: 0 0.1rem;
  background-color: var(--hover_color);
  border-radius: 0.15rem;
  line-height: 0.3rem;
}
.Visionbox .stit {
  font-size: var(--f24);
  line-height: calc(36 / 24);
  height: 1rem;
  overflow: hidden;
}
.Visionbox .con {
  line-height: 0.32rem;
  margin-top: 0.25rem;
  padding-bottom: 0.4rem;
  display: none;
}
.Visionbox .con ul {
  list-style: none;
}
.Visionbox .con ul li {
  list-style: none;
  position: relative;
  padding-left: 0.1rem;
}
.Visionbox .con ul li::before {
  content: 'Â·';
  left: 0;
  top: 0;
  width: 0.06rem;
  height: 0.32rem;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .Visionbox .item {
    width: 20%;
  }
  .Visionbox .on {
    width: calc(100% - 20% * 2);
  }
}
@media only screen and (max-width: 640px) {
  .Visionbox .pic {
    height: auto;
  }
  .Visionbox .pic img {
    position: relative;
    height: auto;
  }
  .Visionbox .list {
    position: relative;
    height: auto;
    padding: 0.5rem 0.3rem;
    flex-wrap: wrap;
    color: #342c2a;
  }
  .Visionbox .item {
    width: 100%;
    border-right: none;
  }
  .Visionbox .on {
    width: 100%;
  }
  .Visionbox .box {
    padding: 0!important;
  }
  .Visionbox .con {
    display: block;
  }
  .Visionbox .stit {
    height: auto;
  }
  .Visionbox .title label {
    color: #fff;
  }
}
.GuideBox {
  min-height: 6.2rem;
}
.GuideBox .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.GuideBox .pic::after {
  background-image: linear-gradient(-90deg, rgba(1, 84, 164, 0) 0%, rgba(1, 84, 164, 0.9) 80%);
}
.GuideBox .list {
  position: relative;
  padding: 0.8rem 0.64rem;
}
.GuideBox .list dl {
  max-width: 6.8rem;
}
.GuideBox .list dl:not(:first-child) {
  margin-top: 0.1rem;
}
.GuideBox .list dt {
  font-size: var(--f24);
  margin-bottom: 0.15rem;
}
.GuideBox .list dd {
  line-height: calc(32 / 16);
  font-weight: var(--light);
}
@media(max-width:1024px){
    .GuideBox .pic {
    position: relative;
    left: auto;
    top: auto;
    }
}
.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;
}
.ywbk_zlmb_bg {
  background: url(../images/ywbk_bg.jpg) no-repeat center;
  background-size: cover;
}
/*oprocess*/
.oprocess {
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.oprocess .inner {
  position: relative;
  z-index: 2;
}
.oprocess .info {
  max-width: 41.25em;
  width: 85%;
  margin: 0 auto;
  position: relative;
}
.oprocess .text .item {
  font-size: var(--f24);
}
.oprocess .text .cont {
  opacity: 0.2;
}
.oprocess .text .title {
  color: var(--blue_color);
}
.oprocess .text .cur .num,
.oprocess .text .cur .cont {
  opacity: 1;
}
.oprocess .box {
  position: relative;
}
.oprocess .imgbox {
  width: 90.91%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.oprocess .imgbox .swiper {
  border-radius: 50%;
}
.oprocess .imgbox .figure {
  padding-bottom: 100%;
}
.oprocess .figure .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}
.oprocess .figure .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 0.2rem 0.65rem 0.8rem;
  background-image: linear-gradient(180deg, rgba(1, 84, 164, 0) 20%, #0154a4 90%);
}
.oprocess .figure .textwarp .des {
  width: 80%;
  margin: 0 auto;
  line-height: calc(24 / 16);
  font-weight: var(--light);
}
.oprocess .figure .textwarp .title {
  font-size: var(--f30);
  font-weight: var(--medium);
  margin-bottom: 0.25rem;
}
.oprocess .circle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 99.5%;
  height: 99.5%;
  background: url(../images/circle_mask.svg) no-repeat center;
  background-size: 100%;
}
.oprocess .circle .bg {
  fill: none;
  stroke: #696969;
  stroke-width: 0.25em;
  opacity: 0;
}
.oprocess .circle .ring {
  fill: none;
  stroke: var(--blue_color);
  stroke-width: 0.2em;
  stroke-linecap: round;
  stroke-dasharray: 4348;
  stroke-dashoffset: 4348;
}
.oprocess .dots li {
  position: absolute;
  width: 5.455%;
  border-radius: 50%;
  border: 0.1em solid transparent;
  z-index: 6;
  cursor: pointer;
}
.oprocess .dots li:before {
  display: block;
  content: '';
  padding-bottom: 100%;
  background: url(../images/icon_circle1.png) no-repeat center;
  background-size: contain;
}
.oprocess .dots li:nth-child(1) {
  left: 50%;
  top: -2.5%;
  transform: translateX(-50%);
}
.oprocess .dots li:nth-child(2) {
  right: 2.7%;
  transform: translate(50%, -50%);
  top: 34.5%;
}
.oprocess .dots li:nth-child(3) {
  right: 17.8%;
  bottom: 7.4%;
}
.oprocess .dots li:nth-child(4) {
  left: 17.8%;
  bottom: 7.4%;
}
.oprocess .dots li:nth-child(5) {
  left: -2.6%;
  transform: translate(50%, -50%);
  top: 34.5%;
}
.oprocess .dots .cur::before {
  background-image: url(../images/icon_circle2.png);
}
.oprocess .process-circle {
  transform: rotate(-90deg);
  padding-bottom: 100%;
  position: relative;
}
.oprocess .process-circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .oprocess .text .swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .oprocess .text .swiper-slide {
    height: auto;
  }
  .oprocess .text .item {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 13.125em !important;
    text-align: left;
  }
  .oprocess .text .item:nth-child(-n+3) {
    left: 100%;
    margin-left: 13.125em;
  }
  .oprocess .text .item:nth-child(1) {
    margin-top: -8%;
    left: 50%;
    margin-left: -24%;
    text-align: center;
  }
  .oprocess .text .item:nth-child(2) {
    margin-top: 32.2%;
    left: 55.5%;
  }
  .oprocess .text .item:nth-child(3) {
    margin-top: 87.8%;
    left: 38%;
  }
  .oprocess .text .item:nth-child(4) {
    margin-top: 87%;
    right: 38%;
  }
  .oprocess .text .item:nth-child(5) {
    margin-top: 32.2%;
    right: 55.5%;
  }
  .oprocess .text .item:nth-child(n+4) {
    margin-right: 13.125em;
    text-align: right;
  }
}
@media only screen and (max-width: 1024px) {
  .oprocess {
    min-height: 6.78rem;
  }
  .oprocess .text {
    margin-top: 0.35rem;
  }
  .oprocess .text .item {
    text-align: center;
  }
  .oprocess .swiper-arrows .arrow {
    opacity: 1;
  }
  .oprocess .swiper-arrows .swiper-button-prev {
    transform: translateX(-110%);
  }
  .oprocess .swiper-arrows .swiper-button-next {
    transform: translateX(110%);
  }
  .oprocess .figure .textwarp .title {
    margin: 0 0 0.2rem;
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 750px) {
  .oprocess {
    min-height: 6.75rem;
    padding: 0.75rem 0;
  }
  .oprocess .figure .textwarp {
    padding: 0.6rem 0.1rem;
    align-items: center;
  }
}
.guarantee_box {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.guarantee_box .swiper_for .bg {
  position: relative;
  height: 8rem;
}
.guarantee_box .swiper_for .bg::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(180deg, rgba(8, 44, 79, 0) 40%, rgba(8, 44, 79, 0.8) 100%);
}
.guarantee_box .swiper_for .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 62%;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}
.guarantee_box .swiper_for .title {
  font-size: var(--f30);
  font-weight: var(--medium);
  margin-bottom: 0.25rem;
}
.guarantee_box .swiper_for .con {
  max-width: 6.1rem;
  line-height: 2;
}
.guarantee_box .nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding: 0 6.5%;
}
.guarantee_box .nav li {
  height: 1.3rem;
  padding-top: 0.5rem;
  position: relative;
  font-size: var(--f18);
}
.guarantee_box .nav li::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.12rem;
  height: 0.12rem;
  border: 2px solid #fff;
  opacity: 0.4;
  top: 0.19rem;
  border-radius: 100%;
}
.guarantee_box .nav li:last-child .line {
  display: none;
}
.guarantee_box .nav span {
  display: inline-flex;
  min-width: 1.44rem;
  min-height: 0.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.3rem;
  cursor: pointer;
}
.guarantee_box .nav .line {
  position: absolute;
  left: 50%;
  width: calc(100% - 0.24rem);
  margin-left: 0.12rem;
  height: 2px;
  background-color: #fff;
  opacity: 0.2;
  top: 0.24rem;
}
.guarantee_box .nav .swiper-slide-thumb-active span {
  transform: translateY(-0.5rem);
  background-image: linear-gradient(90deg, #0154a4 0%, #1ba045 100%);
}
@media only screen and (max-width: 750px) {
  .guarantee_box .nav {
    padding: 0 0.2rem;
  }
  .guarantee_box .nav li {
    height: 0.8rem;
  }
}
.member_item {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
}
.member_item .bg {
  z-index: -1;
}
.member_item .left,
.member_item .right {
  width: 50%;
}
.member_item .left {
  padding-top: calc(160 / 1920 * 100%);
}
.member_item .left .box {
  max-width: 8rem;
  width: 92%;
  margin-left: auto;
}
.member_item .left .icon {
  width: 1rem;
  border-radius: 100%;
  background-color: var(--hover_color);
  margin-bottom: 0.35rem;
}
.member_item .left .title {
  font-size: var(--f40);
  font-weight: var(--medium);
}
.member_item .right {
  min-height: 100%;
  position: relative;
}
.member_item .right::after,
.member_item .right::before {
  content: '';
  position: absolute;
  width: 120%;
  height: 100%;
  top: 50%;
  background-color: rgba(1, 84, 164, 0.6);
  transform: translate(-50%,-50%);
}
.member_item .right::after {
  left: 50%;
  z-index: 2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.member_item .right::before {
  background-color: rgba(1, 84, 164, 0.15);
  width: 114%;
  z-index: 1;
  left: 53%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.member_item .right .box {
  position: relative;
  z-index: 3;
  max-width: 8rem;
  width: 92%;
  padding-top: 17.848%;
}
@media screen and (min-width: 641px) {
  .member_item:nth-child(odd) .right::after,
  .member_item:nth-child(odd) .right::before {
    clip-path: circle(100% at 92.5% 50%);
  }
  .member_item:nth-child(odd) .right::before {
    left: 47%;
  }
  .member_item:nth-child(odd) .right .box {
    padding-left: 12.6%;
  }
  .member_item:nth-child(even) .left {
    order: 2;
  }
  .member_item:nth-child(even) .left .icon {
    margin-left: auto;
  }
  .member_item:nth-child(even) .left .box {
    text-align: right;
    margin-left: 0;
  }
  .member_item:nth-child(even) .right::after,
  .member_item:nth-child(even) .right::before {
    clip-path: circle(100% at 7.5% 50%);
  }
  .member_item:nth-child(even) .right .box {
    padding-right: 12.6%;
    margin-left: auto;
  }
}
.member_item .tab_nav {
  position: relative;
}
.member_item .tab_nav::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.015rem;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.15;
}
.member_item .tab_nav li {
  flex: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.member_item .tab_nav li::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.03rem;
  background-color: var(--hover_color);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  transform: translateX(-50%);
}
.member_item .tab_nav li.on::before {
  opacity: 1;
  width: 100%;
}
.member_item .tab_nav .icon {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.member_item .tab_nav .icon img {
  max-height: 100%;
}
.member_item .tab_nav .tit {
  min-height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-weight: var(--medium);
  font-size: var(--f20);
  padding: 0 0.1rem;
}
.member_item .con {
  display: none;
}
.member_item .con .tit {
  font-size: var(--f30);
  margin-bottom: 0.35rem;
  font-weight: var(--medium);
}
.member_item .info {
  height: 1.5rem;
  overflow: auto;
  margin-bottom: 0.5rem;
  line-height: 2;
  font-weight: var(--light);
}
@media screen and (max-width: 640px) {
  .member_item .left,
  .member_item .right {
    width: 100%;
  }
  .member_item .left {
    margin-bottom: 0.5rem;
  }
  .member_item .right {
    padding-bottom: 0.5rem;
  }
  .member_item .right .box {
    margin: 0 auto;
    padding-left: 0;
  }
}
.member_info {
  background-position: center top;
  background-repeat: no-repeat;
}
.member_info .intro .left {
  width: calc(800 / 1600 * 100%);
}
.member_info .intro .right {
  width: calc(650 / 1600 * 100%);
  position: sticky;
  top: 1rem;
}
.member_info .intro .right .pic {
  width: 100%;
  border-radius: 100%;
  overflow:hidden;
  position:relative;
  padding-top: 100%;
}
.member_info .intro .right video{ width:100%;}
.member_info .intro .title {
  font-size: var(--f40);
  font-weight: var(--medium);
  margin-bottom: 0.45rem;
}
.member_info .intro .con {
  line-height: 2;
  /*font-weight: var(--light);*/
}
.member_info .intro .con p {
  margin: 1.8em 0;
}
.member_info .intro .con tr.firstRow{height:40px}
.member_info .intro .con td p{margin:0;padding:5px 0;}
.member_info .intro .con td{line-height:2;}
@media screen and (max-width: 640px) {
  .member_info .intro .left,
  .member_info .intro .right {
    width: 100%;
  }
  .member_info .intro .right {
    margin-top: 0.5rem;
  }
}
.case_swiper {
  position: relative;
  z-index: 1;
}
.case_swiper .box {
  display: block;
}
.case_swiper .pic {
  position: relative;
  padding-top: calc(340 / 510 * 100%);
}
.case_swiper .textwarp {
  padding: 0.3rem 0;
}
.case_swiper .title {
  font-size: var(--f24);
  color: #000;
  margin-bottom: 0.1rem;
}
.case_swiper .more {
  display: inline-flex;
  color: var(--blue_color);
  align-items: center;
}
.case_swiper .more::after {
  content: '';
  display: inline-flex;
  width: 0.16rem;
  height: 0.08rem;
  background: url(../images/icon_arrow2.svg) no-repeat center;
  margin-left: 0.1rem;
  background-size: contain;
}
.case_swiper .swiper_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.3rem;
}
.case_swiper .swiper_btn::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  flex: 1;
}
.case_swiper .swiper_btn .swiper-button {
  position: relative;
  top: 0;
  margin-top: 0;
  left: auto;
  right: 0;
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.about_index {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.about_box .left {
  width: calc(580 / 1600 * 100%);
}
.about_box .left video{ width:100%;}
.about_box .left .des {
  line-height: 2;
  font-weight: var(--light);
}
.about_box .numbox {
  width: calc(270 / 1600 * 100%);
}
.about_box .numbox li {
  display: flex;
  align-items: center;
  font-weight: var(--light);
}
.about_box .numbox li:not(:last-child) {
  margin-bottom:0.55rem;
}
.about_box .numbox .icon {
  width: 0.68rem;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
.about_box .numbox .year {
  font-weight: var(--medium);
  font-size: var(--f48);
}
.about_box .right {
  width: calc(520 / 1600 * 100%);
}
.about_box .right .pic {
  position: relative;
}
.about_box .right .pic::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about_line.png) no-repeat center;
  background-size: contain;
  z-index: 3;
  animation: moveAndFade 10s ease infinite;
}
.about_box .right .pic .bg {
  background: url(../images/about_logo2.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about_box .right img {
  mask: url(../images/about_logo.png);
  -webkit-mask: url(../images/about_logo.png) no-repeat center / contain;
  mask-size: contain;
  /*animation: mask-slide 10s linear infinite;*/
}

.about_video{ }
.about_video .auto{max-width:12rem;margin:0 auto}
.about_video .videobox{position: relative;height: 3.5rem;}
.about_video .videobg{background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;height: 3.5rem;}
.about_video .videobg .play{ display: block;  width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-size: 30px 30px; cursor: pointer;background:rgba(0,0,0,0.3)}
.about_video .videobg .play::before,
.about_video .videobg .play::after{position: absolute; content:'';z-index: 5;top: 50%;left: 50%;}
.about_video .videobg .play::before{width: 0.7rem;height: 0.7rem;border: 0.03rem solid rgba(255,255,255,1);margin-left: -0.35rem;margin-top: -0.35rem;border-radius: 50%;}
.about_video .videobg .play::after{width: 0;height: 0;border-top: 0.12rem solid transparent;border-bottom: 0.12rem solid transparent;border-left: 0.17rem solid rgba(255,255,255,1);margin-left: -0.05rem;margin-top: -0.12rem;}
.about_video .video{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; display: none;}
.about_video .video video{ width: 100%; height: 100%; background: #000;}
@media only screen and (min-width: 1200px) {
	.about_video .videobg,.about_video .videobox{height: 5.5rem;}
}


.about_team .pic{width: 50%;border-radius:0.15rem;overflow:hidden;}
.about_team .word{width: 50%;padding-left: 5vw;}
.about_team h2.title{font-size: 0.24rem;font-weight: var(--medium);margin-bottom: 0.15rem;}
.about_team ul{display:flex;flex-wrap:wrap;}
.about_team ul li{ --lin:2; --limr:0.2rem; margin-bottom:var(--limr); background-color:#fff; padding:0.2rem; position:relative; width:calc((100% - var(--limr) * (var(--lin) - 1)) / var(--lin)); box-shadow:0 0 .15rem rgba(0,0,0,0.1); border-radius:.1rem;}
.about_team ul li .info{border-left:2px solid #f2f2f2;padding-left:0.32rem;}
.about_team ul li .info .tit{margin-left:-0.34rem;padding-left:0.32rem;border-left:2px solid #1ba045;font-size:var(--f24);color:#222;}
.about_team ul li .info .editor p{margin:0;}
@media (min-width: 1025px) {
.about_team ul li:not(:nth-child(2n)){margin-right:var(--limr);}
}

@media screen and (max-width: 1024px) {
.about_box .left {width: 35%;}
.about_box .right {width: 35%;}
.about_box .numbox {width: 27%;}
}
@media screen and (max-width: 640px) {
.about_box .left {width: 100%;}
.about_box .right {width: 80%;margin: 0 auto;}
.about_box .numbox {width: 100%;margin: 0.5rem 0;}
.about_box .numbox .ul {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.about_box .numbox li {width: 49%;}
.about_team .pic{width:100%}
.about_team .word{width:100%;padding-left:0;margin-top:5vw}
.about_team ul li{width:100%;margin-right:0}
.about_team ul li span.tit{font-size:0.22rem}
}
.Habout .about_box .left {
  width: calc(357 / 1600 * 100%);
}
.Habout .Hmore {
  min-width: 1.8rem;
  line-height: 0.6rem;
}
@media screen and (max-width: 1024px) {
  .Habout {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 640px) {
  .Habout .about_box .left {
    width: 100%;
  }
  .Habout .about_box .right {
    margin: 0.5rem auto 0;
  }
}
@keyframes moveAndFade {
  0%,
  100% {
    transform: translateX(-50px);
    opacity: 0.5;
  }
  50% {
    transform: translateX(50px);
    opacity: 1;
  }
}
.about_ztql .left,
.about_ztql .right {
  width: calc(790 / 1600 * 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_ztql .item {
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem;
  margin-bottom: 0.2rem;
  width: 100%;
}
.about_ztql .item:hover .des {
  display: block;
}
.about_ztql .pic {
  width: 100%;
}
.about_ztql .pic img {
  height: 2.88rem;
  object-fit: cover;
  width: 100%;
}
.about_ztql .textwarp {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.3rem;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(1, 84, 164, 0) 0%, #0154a4 90%);
}
.about_ztql .title {
  font-weight: var(--medium);
  font-size: var(--f24);
}
.about_ztql .des {
  line-height: calc(24 / 16);
  color: #fffefe;
  font-weight: var(--light);
  display: none;
  margin-top: 0.12rem;
}
.about_ztql .left .item:first-child img {
  height: 3.95rem;
}
.about_ztql .right .item:not(:last-child) {
  width: calc(385 / 790 * 100%);
}
.about_ztql .right .item:last-child img {
  height: 3.95rem;
}
@media screen and (max-width: 640px) {
  .about_ztql .left,
  .about_ztql .right {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .about_ztql .left .item,
  .about_ztql .right .item {
    width: 100%!important;
  }
  .about_ztql .left .item img,
  .about_ztql .right .item img {
    height: 3.95rem;
  }
}
.HitemBox li {
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.HitemBox li.on {
  -webkit-box-flex: 40;
  -ms-flex: 40;
  flex: 40;
}
.HitemBox li.on .top {
  display: none;
}
.HitemBox li.on .hover {
  display: block;
}
.HitemBox li.on .pic::before {
  opacity: 0;
}
.HitemBox li.on .pic::after {
  opacity: 1;
}
.HitemBox li:not(:last-child) .pic {
  clip-path: circle(73% at 39.5% 50%);
}
.HitemBox li:first-child {
  z-index: 5;
}
.HitemBox li:nth-child(2) {
  z-index: 4;
}
.HitemBox li:nth-child(3) {
  z-index: 3;
}
.HitemBox li:nth-child(4) {
  z-index: 2;
}
.HitemBox li:last-child .label{ max-width: 5rem; gap: .1rem 0;}
.HitemBox .box {
  position: relative;
  display: block;
  height: 100vh;
}
.HitemBox .pic {
  height: 100vh;
  background-position: center;
  background-size: cover;
  width: 15rem;
  position: absolute;
  right: 0;
  top: 0;
}
.HitemBox .pic::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blue_color);
  opacity: 0.6;
}
.HitemBox .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-90deg, rgba(1, 84, 164, 0) 30%, #0154a4 90%);
  opacity: 0;
}
.HitemBox .textwarp {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
.HitemBox .top {
  text-align: center;
}
.HitemBox .icon {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.2rem;
  border-radius: 100%;
  background-image: linear-gradient(155deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 80%);
}
.HitemBox .icon img {
  max-height: 100%;
}
.HitemBox .title {
  font-size: var(--f30);
}
.HitemBox .Hmore {
  line-height: 0.6rem;
}
.HitemBox .label {
  display: flex;
  flex-wrap: wrap;
}
.HitemBox .label span {
  display: block;
  min-width: 1rem;
  line-height: 0.36rem;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0 0.1rem;
  text-align: center;
  margin-right: 0.1rem;
  border-radius: 0.25rem;
}
.HitemBox .hover {
  display: none;
  padding: 0.2rem 0.8rem;
}
.HitemBox .hover .icon {
  margin-left: 0;
}
.HitemBox .hover .title {
  font-size: var(--f48);
}
.HitemBox .hover .icon {
  background: var(--hover_color);
}
@media screen and (max-width: 640px) {
  .HitemBox .ul {
    flex-wrap: wrap;
  }
  .HitemBox li.on,
  .HitemBox li {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto ;
    width: 100%;
    overflow: hidden;
  }
  .HitemBox .box {
    height: auto;
  }
  .HitemBox .pic {
    height: 100%;
    width: 100%;
    clip-path: none!important;
  }
  .HitemBox .textwarp {
    position: relative;
    padding: 0.5rem;
    transform: none;
  }
  .HitemBox .hover {
    display: block;
    padding: 0;
  }
  .HitemBox .top {
    display: none;
  }
}
.Hbusiness {
  position: relative;
}
.Hbusiness .pic img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.Hbusiness .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: calc(200 / 1920 * 100%);
  width: 100%;
  color: #fff;
}
.Hnews {
  background-size: cover;
}
.Hnews .swiper {
  padding: 2.5% 0;
  margin: 0 -5%;
  overflow: visible;
  perspective: 3000px;
}
.Hnews .swiper-slide {
  transition: opacity 0.05s;
  opacity: 0.7;
  transition: all 0.05s;
}
.Hnews .swiper-slide-active {
  opacity: 1;
}
.Hnews .swiper-slide-active .textwarp {
  display: block;
}
.Hnews .swiper-button-arrow {
  border-color: #373737;
  margin-top: 0;
  top: 70%;
  width: 3.125em;
  height: 3.125em;
}
.Hnews .swiper-button-arrow:hover {
  border-color: #017bc8;
}
.Hnews .swiper-button-prev {
  left: 36.5%;
}
.Hnews .swiper-button-next {
  right: 36.4%;
}
.Hnews .box {
  display: block;
}
.Hnews .pic {
  padding-top: calc(340 / 510 * 100%);
  position: relative;
}
.Hnews .textwarp {
  display: none;
  padding: 0.25rem 0;
}
.Hnews .title {
  font-size: var(--f24);
  line-height: calc(36 / 24);
  color: #000000;
}
.Hnews time {
  color: var(--blue_color);
  display: block;
  text-align: center;
  margin-top: 0.05rem;
}
.Hnews .page_btn {
  display: block;
  height: 0.6rem;
  width: 6.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 0.2rem;
  max-width: 100%;
}
.Hnews .page_btn .swiper-button {
  position: relative;
  top: auto;
  margin-top: 0;
}
.Hnews .page_btn .swiper-button-prev {
  left: 0;
}
.Hnews .page_btn .swiper-button-next {
  right: 0;
  order: 3;
}
.Hnews .page_btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  flex: 1;
  background-color: #dbdbdb;
}
@media screen and (max-width: 1024px) {
  .Hnews {
    padding: 0.8rem 0 0.5rem;
    overflow:hidden;
  }
}
@media screen and (max-width: 640px) {
  .Hnews .swiper {
    margin: 0 auto;
    width: 80%;
  }
}
.Hhistory {
  color: #fff;
  background-size: cover;
  position:relative;
}
.Hhistory .w1600 {
  position: relative;
}
.Hhistory .swiper-button{ width:.36rem; height:.36rem;}
.Hhistory .swiper-button-prev{ left:0;}
.Hhistory .swiper-button-next{ right:0;}
.Hhistory .Column {
  position: absolute;
  left: 0;
  top: 2rem;
}
.Hhistory .swiper-slide {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.55rem;
}
.Hhistory .visible-slide2 {
  padding-bottom: .35rem;
}
.Hhistory .visible-slide2 .box {
  height: 3.2rem;
}
.Hhistory .visible-slide3 {
  padding-bottom: 2.4rem;
}
.Hhistory .visible-slide4 {
  padding-bottom: 3.45rem;
}
.Hhistory .visible-slide5 {
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 0;
}
.Hhistory .visible-slide5:hover .box {
  transform: translateY(-1rem);
}
.Hhistory .box {
  height: 1.8rem;
  text-align: right;
  padding: 0 0.3rem 0 0.5rem;
  position: relative;
  width: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hhistory .inner{ opacity:0;}
.Hhistory .swiper-slide-visible .inner{ opacity:1;}
.Hhistory .box::before,
.Hhistory .box::after {
  content: '';
  position: absolute;
  top: 0.05;
}
.Hhistory .box::before {
  right: 0;
  width: 0.09rem;
  height: 0.09rem;
  border: 0.02rem solid var(--blue_color);
  border-radius: 100%;
}
.Hhistory .box::after {
  top: 0.09rem;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(1, 84, 164, 0) 0%, #0154a4 100%);
  right: 0.045rem;
}
.Hhistory .box:hover .hover {
  display: block;
}
.Hhistory .des {
  font-weight: var(--light);
  line-height: calc(26 / 16);
  margin-top: 0.1rem;
}
.Hhistory .year {
  font-size: var(--f18);
  line-height: 1;
}
.Hhistory .hover {
  display: none;
  font-weight: var(--light);
  line-height: calc(26 / 16);
  margin-top: 0.1rem;
  width: calc(100% + 0.5rem);
  transform: translateX(-0.5rem);
  max-height:60vh;
  overflow:auto;
  padding-right:.1rem;
}

.Hhistory .hover::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.Hhistory .hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  background: rgba(255,255,255,.5);
}
/* 滚动条滑块 */
.Hhistory .hover::-webkit-scrollbar-thumb {
  background: var(--hover_color);
}
@media(min-width:1025px){
    .Hhistory .box:hover {
    height: 5rem;
    transform: translateY(0.8rem);
    }
}
@media screen and (max-width: 640px) {
  .Hhistory {
    padding: 0.8rem 0;
  }
  .Hhistory .Column {
    position: relative;
    top: auto;
  }
  .Hhistory .swiper-slide {
    height: auto;
    padding-right: 0.1rem;
    align-items: flex-start;
  }
  .Hhistory .box {
    height: auto;
  }
  .Hhistory .hover {
    display: block;
    max-height: 60vh;
    overflow: auto;
  }
}
.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;
  }
}


.Hbusiness .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.Hbusiness li {
  position: absolute;
  width: calc(30 / 1920 * 100%);
  padding-top: calc(30 / 1920 * 100%);
}
.Hbusiness li a {
  color: #fff;
}
.Hbusiness li:hover .txt {
  display: block;
}
.Hbusiness li:hover .line .logo {
  opacity: 1;
}
.Hbusiness .txt {
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  padding-bottom: 0.18rem;
  z-index: 2;
}
.Hbusiness .txt span {
  display: inline-block;
  padding: 0.1rem;
  background-color: var(--blue_color);
  color: #fff;
  border-radius: 5px;
  width: 2.5rem;
  text-align: center;
  font-size: var(--f14);
  position: relative;
}
.Hbusiness .txt span::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 0.1rem solid transparent;
  border-top-color: var(--blue_color);
}
.Hbusiness .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.Hbusiness .line::before,
.Hbusiness .line::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  border-radius: 100%;
  animation: neonInner 2s infinite ease-in-out;
}
.Hbusiness .line::after {
  animation: neonOuter 2.5s infinite ease-in-out;
}
.Hbusiness .line i {
  width: 30%;
  height: 30%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 100%;
  z-index: 2;
}
.Hbusiness .line .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  background-color: #fff;
  border-radius: 100%;
  z-index: 3;
  max-width: none;
  opacity: 0;
}
/*.Hbusiness li:nth-child(-n+3) .txt {
  display: block!important;
}
.Hbusiness li:nth-child(-n+3) .line .logo {
  opacity: 1!important;
}*/
@media screen and (max-width: 750px) {
  .Hbusiness .pic img {
    height: auto;
  }
}
@keyframes neonInner {
  0%,
  100% {
    opacity: 0.1;
    transform: scale(0.55);
  }
  50% {
    opacity: 0.3;
    transform: scale(1);
  }
}
@keyframes neonOuter {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.55);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.25);
  }
}
.Notice_list .box{ display:flex; justify-content:space-between; padding:.6rem 0 .5rem; border-bottom:1px solid #ebebeb; position:relative; }
.Notice_list .box::before{ content:''; left:0; width:0; height:2px; bottom:-1px; background:var(--blue_color); transition:all 0.5s; opacity:0; position:absolute;} 
.Notice_list .time{ flex-shrink:0; width:1.6rem; display:flex;flex-flow:column wrap; color:var(--blue_color); font-size:var(--f24); }
.Notice_list .textwarp{flex:1;min-width:0;padding-left:.6rem;padding-right:14%;border-left: 1px solid rgba(219,219,219,.3);}
.Notice_list .time b{ font-size:var(--f36);}
.Notice_list .title{ font-size:var(--f24);color:#342c2a;}
.Notice_list .des{ color:#342c2a; opacity:.7; line-height:calc( 30 / 16); margin-top:.2rem; font-weight:var(--light); }
.Notice_list .more{position:absolute;right:.2rem;top:50%;transform:translateY(-50%);width:.6rem;height:.6rem;background-image: linear-gradient(90deg, #0154a4 0%, #1ba045 100%);border-radius: 100%;opacity:0;transition: all .5s;}
.Notice_list .more::before{ content: '';left: 50%;  position: absolute;  top: 50%;  width: 0.1rem;  height: 0.1rem;  border: solid #fff;  border-width: 0 0.02rem 0.02rem 0;  transform: translate(-50%, -50%) rotate(-45deg); margin-left: -0.025rem; }
.Notice_list .box:hover .more{ opacity:1;}
.Notice_list .box:hover::before{ width:100%; opacity:1;}
@media screen and (max-width: 750px) {
  .Notice_list .time{width: 1.3rem;}
  .Notice_list .textwarp{padding-right:0;padding-left: .3rem;}
  .Notice_list .more{ display:none;}
}

.partner_list{ gap:.2rem;}
.partner_list li{ width:calc( ( 100% - .2rem * 4 ) / 5 );  }
.partner_list .box{ width:100%; padding-top:calc( 170 / 304 * 100%); position:relative; display:block; }
.partner_list .pic{ position:absolute; left:0; top:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; background-color:#fafafa; transition:all .5s;}
.partner_list .pic img{ max-height:80%; max-width:80%; }
.partner_list .box:hover .pic{ transform:scale(1.03); background-color:#fff; box-shadow: 0px 0px .36rem 0px rgba(0, 0, 0, 0.1); }
@media screen and (max-width: 750px) {
  .partner_list li{ width:calc( ( 100% - .2rem * 2 ) / 3 );  }
}


.Culture_list{}
.Culture_list li {
  width: calc(190 / 1600 * 100%);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Culture_list .box {
  position: relative;
  height: 100%;
  border-radius: .2rem;
  overflow: hidden;
}
.Culture_list .pic {
  position: relative;
}
.Culture_list .pic img {
  height: 6.2rem;
  object-fit: cover;
  -webkit-object-fit: cover;
  width: 100%;
}
.Culture_list .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.Culture_list .title,
.Culture_list .textwarp {
  position: absolute;
  left: 0;
  width: 100%;
}
.Culture_list .title {
  font-size: var(--f24);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 29, 57, 0.5);
  color: #fff;
  padding: 0.3rem 0.1rem 0;
  writing-mode: tb;
  letter-spacing: 0.3rem;
  font-weight: bold;
  top: 0;
  height: 100%;
  z-index: 2;
}
.Culture_list .textwarp {
  display: none;
  bottom: 0;
  height: auto;
  padding: 0.6rem .7rem;
  color: #fff;
  z-index: 3;
}
.Culture_list .icon{ max-width:.7rem; margin-bottom:.2rem;}
.Culture_list .tit {
  font-size: var(--f36);
  color: #fff;
  margin-bottom: 0.3rem;
}
.Culture_list .des{ line-height:calc( 24 / 16); font-weight:var(--light);}
.Culture_list .on {
  width: calc(1000 / 1600 * 100%);
}
.Culture_list .on .pic::after {
  background-image: -moz-linear-gradient(90deg, #0b55a2 0%, rgba(255, 255, 255, 0) 60%);
  background-image: -webkit-linear-gradient(90deg, #0b55a2 0%, rgba(255, 255, 255, 0) 60%);
  background-image: -ms-linear-gradient(90deg, #0b55a2 0%, rgba(255, 255, 255, 0) 60%);
}
.Culture_list .on .title {
  opacity: 0;
}
.Culture_list .on .textwarp {
  display: block;
}
@media screen and (max-width: 640px) {
  .Culture_list {
    flex-wrap: wrap;
  }
  .Culture_list li {
    width: 100%!important; margin-bottom:.3rem;
  }
  .Culture_list .pic img {
    height: 4rem;
  }
  .Culture_list .pic::after {
    background-image: -moz-linear-gradient(90deg, #0b55a2 0%, rgba(255, 255, 255, 0) 60%);
    background-image: -webkit-linear-gradient(90deg, #0b55a2 0%, rgba(255, 255, 255, 0) 60%);
    background-image: -ms-linear-gradient(90deg, #0b55a2 0%, rgba(255, 255, 255, 0) 60%);
  }
  .Culture_list .title {
    opacity: 0;
  }
  .Culture_list .textwarp {
    display: block; padding:.25rem;
  }
}


.honor_list { padding: 0 1.02rem; position:relative;}
.honor_list .swiper-button-prev{ left:0;}
.honor_list .swiper-button-next{ right:0;}
.honor_list li {
  position: relative;
  margin-bottom: .8rem;
}
.honor_list .box {
  text-align: center;
  position: relative;
  display: block;
  z-index: 1;
  padding: 0 0.65rem;
}
.honor_list .box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: .92rem;
  
  z-index: -1;
  background-size: contain;
}
.honor_list .pic {
  width: 100%;
  height: 2.43rem;
  background: url(/upload/image/2025-10/1760613186499.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  padding: .4rem;
  margin-bottom:.25rem;
}
.honor_list .pic::before{content:'';position:absolute;height:100%;left:100%;top:0;width: 17%;background: url(/upload/image/2025-10/1760613226913.png) no-repeat left bottom;background-size: contain;}
.honor_list .pic figure {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.honor_list .pic figure img {
  max-height: 100%; transition:all 0.5s;
}
.honor_list .pic figure:hover img{ transform:scale(1.05);}
.honor_list::before,
.honor_list::after {
content: '';
position: absolute;
left: 0;
top: 2.43rem;
width: 1.02rem;
height: .92rem;
background: url(/upload/image/2025-10/1760612816405.png) no-repeat center top;
background-size: contain;
}
.honor_list::after{
background-image: url(/upload/image/2025-10/1760612821418.png);
right: 0;
left: auto;
}
.honor_list .bg_line{height: .92rem; width:calc( 100% - 2.04rem); left:50%; top:2.43rem; transform:translateX(-50%); position:absolute;background: url(/upload/image/2025-10/1760612827635.png) repeat-x;background-size: contain; }
@media screen and (min-width: 1025px) {
  .honor_list li {
    width: 33.33%;
    position: relative;
  }
  
}
@media screen and (max-width: 1024px) and ( min-width:641px) {
.honor_list li {
    width: 50%;
    position: relative;
  }
  
}
@media screen and (max-width: 640px) {
  .honor_list {
    padding:0;
  }
  .honor_list li {
    width: 100%;
    padding: 0 0.7rem;
  }
  .honor_list .box{ padding: 0 .2rem;}
  .honor_list .box::before{ height:.73rem;}
  .honor_list .bg_line,
  .honor_list:before,
  .honor_list:after{ top:2.55rem;}
  .honor_list .pic{padding: .3rem;height: 2.55rem;}
}
#content{ height:1rem; position:absolute; left:0; bottom:0;}

.business{background: url(../images/business.jpg) no-repeat center;background-size: cover;}




/* .Menu002252 为demo编号 */
.Menu002252{text-align:center; overflow:hidden;margin-bottom:2.5vw}
.Menu002252 a{display:inline-block;line-height: 2.5;padding: 0 0.2rem;background: #f8f8f8;min-width: 1.4rem;border-radius: 0.5rem;margin:0 0.05rem;}
.Menu002252 a.aon,.Menu002252 a:hover{ color:#fff; background-color: var(--red_color);}

.Integritysystem{padding:4vw 6vw;max-width:14rem;margin:0 auto 0;background: url(../images/Integritysystem-bg.jpg) no-repeat center/cover;}
.Integritysystem .Column{color:#fff;}
.Integritysystem ul{text-align: center;}
.Integritysystem li{width: 31%;display: inline-block;text-align: center;color:#fff;border:1px solid rgba(255,255,255,0.3); border-radius: 0.08rem;margin-right: 3%;margin-bottom: 3%;padding:3% 1%;}
.Integritysystem li:nth-child(3n){margin-right:0;}
.Integritysystem li h2{font-size: 0.22rem;font-weight: normal;}
.Integritysystem li .icon{margin-bottom:0.12rem;}
.Integritysystem li .icon img{max-width:0.62rem;transition: transform 0.5s;}
.Integritysystem li:hover .icon img{transform: rotateY(180deg);}
@media(max-width:768px){
.Integritysystem .Column{font-size: var(--f36);}
.Integritysystem li{width:49%;float:left;margin-bottom:2%;margin-right:2%;}
.Integritysystem li:nth-child(2n){margin-right:0;}
}

.Report{padding:4vw 4vw;background:#f8f8f8;max-width:14rem;margin:0 auto 0;}
.Report .word{line-height: 2;font-weight: var(--light);}
.Report .word h3{font-size:0.24rem;font-weight: var(--medium);margin-top: 0.15rem;position: relative;}
.Report .word h3.tit{padding-left:0.15rem;}
.Report .word h3.tit:after{content:'';width:0.05rem;height: 0.05rem;background:var(--red_color);border-radius: 50%;position: absolute;left:0;top:0.2rem;}
.Report .word p.p{padding-left:0.1rem;}
.Report .word p.p b{color:var(--red_color);font-size:0.2rem;font-weight: var(--medium);}
@media(max-width:768px){
.Report .Column{font-size: var(--f36);}
}