@font-face {
  font-family: 'hm';
  src: url('../fonts/HarmonyOS/Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'hm';
  src: url('../fonts/HarmonyOS/Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hm';
  src: url('../fonts/HarmonyOS/Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'hm';
  src: url('../fonts/HarmonyOS/Light.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
* {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
}
body {
  padding: 0;
  margin: 0 auto;
  color: #666666;
  font-family: 'hm', arial, sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: none;
  /*取出点击出现半透明的灰色背景*/
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  /*控制内容的可选择性*/
  /*-webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;*/
}
section {
  width: 100%;
  margin: 0;
  padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  resize: none!important;
  /* 禁止用户手动拖动调整大小 */
}
.ul,
.ul li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  border-collapse: collapse;
}
select,
input,
textarea {
  font-size: 0.16rem;
  color: #333;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-family: arial, sans-serif;
}
img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}
a {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: var(--hover_color);
  text-decoration: none;
}
/* a:focus {color: #000;outline: none;-moz-outline: none;}
a:active {color: #000;} */
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  margin: 0;
  font-family: arial, sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
}
.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,.dot6 {
  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;
}
/*6行文本省略号*/
.dot6 {
  -webkit-line-clamp: 6;
}
.Ispic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.Isimg {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.Isimg_2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}
/*:before,
:after{ position:absolute; content:'';}*/
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #000;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url(../images/select.svg) no-repeat scroll 98% center transparent;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
.w1680 {
  max-width: 16.8rem;
  margin: 0 auto;
  width: 92%;
}
.w1600 {
  max-width: 16rem;
  margin: 0 auto;
  width: 92%;
}
.w1300 {
  max-width: 13rem;
  margin: 0 auto;
  width: 92%;
}
.w1280 {
  max-width: 12.8rem;
  margin: 0 auto;
  width: 92%;
}
.w1200 {
  max-width: 12rem;
  margin: 0 auto;
  width: 92%;
}
.w1100 {
  max-width: 11rem;
  margin: 0 auto;
  width: 92%;
}
.w1440 {
  max-width: 14.4rem;
  margin: 0 auto;
  width: 92%;
}
@media screen and (max-width: 1600px) {
  .w1680 {
    max-width: 1680px;
  }
  .w1600 {
    max-width: 1600px;
  }
  .w1280 {
    max-width: 1280px;
  }
  .w1200 {
    max-width: 1200px;
  }
  .w1440 {
    max-width: 1440px;
  }
  .w1300 {
    max-width: 1300px;
  }
  .w1100 {
    max-width: 1100px;
  }
}
/* 设置滚动条的样式 */
.scroll {
  overflow-y: auto;
}
.scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
/* 滚动槽 */
.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  background: rgba(215, 11, 36, 0.07);
}
/* 滚动条滑块 */
.scroll::-webkit-scrollbar-thumb {
  background: var(--hover_color);
}
i {
  font-style: normal;
}
a.box:hover img.ani {
  transform: scale(1.1);
}
.after {
  content: '';
  display: inline-block;
}
.after_a {
  content: '';
  position: absolute;
}
.el-color-picker__icon,
.el-input,
.el-textarea {
  display: block;
}
.el-form-item__content {
  line-height: 0.5rem;
}
[class*=flex_] {
  display: flex;
}
[class*=_ac] {
  align-items: center;
}
[class*=_ae] {
  align-items: flex-end;
}
[class*=_as] {
  align-items: flex-start;
}
[class*=_jc] {
  justify-content: center;
}
[class*=_js] {
  justify-content: space-between;
}
[class*=_je] {
  justify-content: flex-end;
}
[class*=_jf] {
  justify-content: flex-start;
}
[class*=_row] {
  flex-flow: row wrap;
}
.flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
:root {
  --ww: 1920 * 90vw;
  --hover_color: #d70b24;
  --blue_color: #002fa7;
  --red_color: #d70b24;
  --medium: 600;
  --light: 400;
  --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.36rem;
  --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 * 90vw;
  }
}
@media (max-width: 1024px) {
  :root {
    --ww: 1200 * 90vw;
  }
}
@media (max-width: 768px) {
  :root {
    --ww: 1024 * 90vw;
  }
}
@media (max-width: 640px) {
  :root {
    --ww: 600 * 90vw;
    --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-x: inherit;
  }
}
.mb190 {
  margin-bottom: 1.9rem;
}
.mb150 {
  margin-bottom: 1.5rem;
}
.mb140 {
  margin-bottom: 1.4rem;
}
.mb120 {
  margin-bottom: 1.2rem;
}
.mb110 {
  margin-bottom: 1.1rem;
}
.mb100 {
  margin-bottom: .5rem;
}
.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.2rem;
}
.mt65 {
  margin-top: 0.65rem;
}
.mt60 {
  margin-top: 0.6rem;
}
.mt50 {
  margin-top: 0rem;
}
.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: .5rem;
}
.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: .5rem;
}
.pb110 {
  padding-bottom: 1.1rem;
}
.pb100 {
  padding-bottom: .5rem;
}
.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: relative;
  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 .tel {
  display: flex;
  align-items: center;
}
.header .tel b {
  font-size: var(--f22);
  color: #222222;
  margin-right: 0.2rem;
}
.header .tel .icon {
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/top_tel.svg) no-repeat center var(--hover_color);
  background-size: 0.13rem;
  display: inline-flex;
  border-radius: 100%;
}
.header .wx{position: relative;}
.header .wx .hover{
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% + .1rem);
    transform: translateX(-50%);
    width: 1.4rem;
    padding: .1rem;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .15);}
.header .wx:hover .hover{display: block;}
.header .wx .icon {
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/top_wx.png) no-repeat center;
  background-size: contain;
  display: block;
}
.header .line {
  display: inline-flex;
  width: 1px;
  opacity: 0.1;
  height: 0.16rem;
  background-color: #222;
  margin: 0 0.2rem;
}
.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.18rem;
  height: 0.18rem;
  background: url(../images/search.png) no-repeat center;
  display: inline-block;
  background-size: contain;
}
.header .open_search.on i {
  background: none;
  position: relative;
}
.header .open_search.on i:before,
.header .open_search.on i:after {
  position: absolute;
  content: '';
  width: 0.2rem;
  left: 50%;
  height: 1px;
  top: 50%;
  margin-left: -0.12rem;
  margin-top: -1.5px;
  background: var(--hover_color);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header .open_search.on i:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header .top_search {
  width: 3.5rem;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 200%;
  pointer-events: none;
}
.header .top_search .warp {
  position: relative;
}
.header .top_search .btn {
  width: 0.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search.png) 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 .navTop li {
  position: relative;
}
.header .navTop li span {
  display: block;
  position: relative;
}
.header .navTop li span a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  height: 0.9rem;
  color: #222222;
  font-size: var(--f20);
}
@media (min-width: 1025px) {
  .header .navTop li {
    margin-right: 0.35rem;
  }
  .header .navTop li:last-child {
    margin-right: 0;
  }
  .header .navTop li.aon span a::after,
  .header .navTop li:hover span a::after {
    opacity: 1;
  }
  .header .navTop li span a::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0.2rem;
    height: 4px;
    top: 80%;
    background-color: var(--hover_color);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s;
    border-radius: 2px;
  }
}
.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#m2 {
  position: static;
}
.header .navTop li .pro_sub {
  width: 100%;
  box-shadow: none;
}
.header .navTop li .pro_sub::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1rem;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(9, 15, 30, 0.1);
  height: 1rem;
}
.header .navTop li .pro_sub .box {
  padding: 0.45rem 0;
}
.header .navTop li .pro_sub .left {
  width: 2.8rem;
}
.header .navTop li .pro_sub .left a {
  min-height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--f24);
  color: #666666;
  max-width: 2rem;
  padding-right: 0.2rem;
  position: relative;
  line-height: normal;
}
.header .navTop li .pro_sub .left a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.16rem;
  height: 0.14rem;
  background: url(../images/arrow_7.png) no-repeat center;
  background-size: contain;
  filter: grayscale(1) opacity(0.6);
}
.header .navTop li .pro_sub .left a:hover {
  color: var(--hover_color);
  background: none;
}
.header .navTop li .pro_sub .left a:hover::after {
  filter: none;
}
.header .navTop li .pro_sub .left .on a {
  color: var(--hover_color);
  background: none;
}
.header .navTop li .pro_sub .left .on a::after {
  filter: none;
}
.header .navTop li .pro_sub .left .icon {
  width: 0.3rem;
  flex-shrink: 0;
  margin-right: 0.15rem;
}
.header .navTop li .pro_sub .left .icon img {
  display: block;
}
.header .navTop li .pro_sub .right {
  flex: 1;
  min-width: 0;
  border-left: 1px solid #e8e8e8;
  display: block;
  padding-bottom: 0.3rem;
}
.header .navTop li .pro_sub .list {
  display: none;
  width: 100%;
}
.header .navTop li .pro_sub .list > .flex_row {
  width: 100%;
}
.header .navTop li .pro_sub .list a {
  width: calc(33.33% - 0.6rem);
  margin-left: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0.6rem;
  line-height: normal;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 0.2rem;
  position: relative;
  color: #333;
  font-weight: var(--light);
  font-size: var(--f18);
}
/*.header .navTop li .pro_sub .list a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.2rem;
  height: 100%;
  background: url(../images/nav_icon.png) no-repeat center;
  background-size: contain;
  filter: grayscale(1) opacity(0.6);
}*/
.header .navTop li .pro_sub .list a::before{
    content: '';
    position: absolute;
    left: 0;
    top: .03rem;
    bottom: 0;
    margin: auto 0;
    width: .07rem;
    height: .07rem;
    background-color: #333;
    border-radius: .1rem;
}
.header .navTop li .pro_sub .list a:hover::before{
    background-color: var(--hover_color);
}
.header .navTop li .pro_sub .list a:hover {
  background: none;
  color: var(--hover_color);
  border-bottom-color: var(--hover_color);
}
.header .navTop li .pro_sub .list a:hover::before {
  filter: none;
}
.header .navTop li.hover .sub {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .header .logo {
    height: 0.8rem;
  }
  .header .navTop li span a {
    color: #fff;
  }
  .header .menuIcon {
    display: inline-flex;
    align-items: center;
    margin-left: 0.3rem;
  }
  .header #open_menu {
    z-index: 100;
    width: 0.25rem;
    height: 0.18rem;
    cursor: pointer;
    position: relative;
  }
  .header #open_menu i {
    display: inline-block;
    width: 80%;
    height: 2px;
    transform: translateY(-50%);
    background-color: var(--hover_color);
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: var(--hover_color);
    border-radius: 5px;
    left: 0;
    content: '';
    position: absolute;
  }
  .header #open_menu::before {
    top: 0;
  }
  .header #open_menu::after {
    bottom: 0;
    top: auto;
  }
  .header #open_menu.open_menu_on i {
    opacity: 0;
  }
  .header #open_menu.open_menu_on:before {
    transform: rotate(45deg);
    top: 0.1rem;
  }
  .header #open_menu.open_menu_on:after {
    transform: rotate(-45deg);
    bottom: auto;
    top: 0.1rem;
  }
  .header .search {
    width: auto;
    border: none;
  }
  .header .search.search_show .top_search{ top:100%;}
  .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;
  }
  .header .navTop .ul .pro_sub .box {
    padding: 0.1rem 0;
  }
  .header .navTop .ul .pro_sub .left {
    width: 100%;
  }
  .header .navTop .ul .pro_sub .left a {
    display: flex;
    align-items: center;
    font-size: var(--f18);
  }
  .header .navTop .ul .pro_sub .left span {
    flex: 1;
    min-width: 0;
  }
  .header .navTop .ul .pro_sub .left span .op {
    display: none;
  }
  .header .navTop .ul .pro_sub .right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header .top_search {
    width: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .header .search {
    position: static;
    line-height: normal;
  }
  .header .top_search {
    width: 100%;
    top: 100%;
  }
  .header .top_btn,
  .header .menuIcon {
    margin-left: 0.2rem;
  }
  .header .line {
    margin: 0 0.1rem;
  }
}
.Hindex_top .header {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.18);
  z-index:1000;
}
.Hindex_top .header.header_white{
    position: fixed;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.18);
}
.Hindex_top .header:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.18);
}
.footer {
  background: url(../images/footer_bg.png) no-repeat center bottom #595757;
  background-size: cover;
  font-size: 0.15rem;
  font-weight: var(--light);
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer .logo {
  height: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .logo figure {
  max-width: 1.6rem;
}
.footer .share {
  color: #ffffff;
  font-size: var(--f18);
}
.footer .share a {
  margin-left: 0.2rem;
  position: relative;
}
.footer .share a .ewm{display: none;position: absolute;left: 50%;bottom: calc(100% + .15rem);width: 1.2rem;padding: .1rem;background-color: #fff;box-sizing: border-box;z-index: 3;transform: translateX(-50%)}
.footer .share a .ewm img{width: 100%;}
.footer .share a:hover .ewm{display: block;}
.footer .share .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.22rem;
  height: 0.22rem;
}
.footer .share .icon img {
  max-height: 100%;
}
.footer .content {
  padding: 0.5rem 0 0.8rem;
}
.footer .content dt {
  font-size: var(--f18);
  color: #ffffff;
}
.footer .content dt a {
  color: #ffffff;
}
.footer .content dt::after {
  content: '';
  display: block;
  width: 0.16rem;
  height: 1px;
  background-color: var(--hover_color);
  margin: 0.2rem 0;
}
.footer .content dd {
  line-height: calc(30 / 16);
}
.footer .content dd a {
  display: block;
}
.footer .content nav {
  width: calc(790 / 1600 * 100%);
}
.footer .content nav dl:nth-child(3){display: none}
.footer .content .right {
  text-align: right;
}
.footer .content .right .title {
  font-size: var(--f18);
  color: #ffffff;
}
.footer .content .right .tel {
  color: #fff;
  font-size: var(--f24);
  margin: 0.09rem 0;
}
.footer .content .right .time {
  margin-bottom: 0.25rem;
}
.footer .content .ewm {
  display: inline-block;
  text-align: center;
}
.footer .content .ewm img {
  width: 1.12rem;
}
.footer .content .ewm p {
  margin-top: 0.1rem;
}
.footer .other span {
  margin-right: 0.25rem;
}
.footer .Copyright {
  border-top: 1px solid rgba(115, 134, 152, 0.3);
  padding: 0.35rem 0;
  margin-top: 0.4rem;
}
.footer .Copyright p{display: flex;align-items: center;flex-wrap: wrap; }
.footer .Copyright a {
  display: inline-flex;
  align-items: center;
  margin-left: .05rem;
}
.footer .Copyright em {
  margin: 0 0.1rem;
}
.footer .Copyright em:last-child {
  display: none;
}
@media screen and (max-width: 1024px) {
  .footer .content nav {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .footer .content .left {
    width: 60%;
  }

  .footer .content .right{ max-width:40%;}
  .footer .other {
    justify-content: center;
    text-align: center;
  }
  .footer .Copyright {
    padding: 0.2rem 0;
    margin-top: 0.1rem;
    text-align: center;
  }
  .footer .Copyright p {
    order: 2;
    justify-content:center;
  }
  .footer .Copyright .flex_ac {
    order: 0;
    width: 100%;
    justify-content: center;
  }
}
.index_footer .footer {
  background-color: #1b1b1b;
}
.Hmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue_color);
  min-width: 1.8rem;
  padding: 0 0.1rem;
  line-height: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  border: 0.02rem solid var(--blue_color);
}
.Hmore::after {
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid var(--hover_color);
  border-width: 0.02rem 0.02rem 0 0;
  margin-left: 0.1rem;
  transform: rotate(45deg);
}
.Hmore:hover {
  color: #fff;
  background-color: var(--hover_color);
  border-color: var(--hover_color);
}
.Hmore:hover::after {
  border-color: #fff;
}
.Hmore2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-width: 1.8rem;
  padding: 0 0.2rem;
  line-height: 0.48rem;
  height: 0.48rem;
  border-radius: 0.24rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  background-color: var(--hover_color);
  border-radius: 0.3rem;
}
.Hmore2::after {
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #fff;
  border-width: 0.02rem 0.02rem 0 0;
  margin-left: 0.1rem;
  transform: rotate(45deg);
}
.Hmore2:hover {
  color: #fff;
  background-color: var(--blue_color);
}
a.box:hover .Hmore {
  color: #fff;
  background-color: var(--hover_color);
  border-color: var(--hover_color);
}
a.box:hover .Hmore::after {
  border-color: #fff;
}
.Htitle .Hcn {
  color: #222222;
  font-size: var(--f42);
  font-weight: var(--medium);
}
.Htitle .Hcn.f30 {
  font-size: var(--f30);
}
.Htitle .Hcn img {
  margin-right: 0.3rem;
  flex-shrink: 1;
  max-width: 0.52rem;
}
.Htitle .Hcn .red {
  color: var(--hover_color);
}
.Htitle .Hdes {
  color: #333333;
  font-size: var(--f18);
  font-weight: var(--light);
  line-height: calc(30 / 16);
}
.Htitle .Hdes.f16 {
  font-size: var(--f16);
}
.Htitle.white .Hcn,
.Htitle.white .Hdes {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .Htitle .Hcn {
    font-size: var(--f30);
  }
}
.Htitle_bg {
  position: relative;
  z-index: 1;
}
.Htitle_bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.26rem;
  height: 1.16rem;
  background: url(../images/title_bg.png) no-repeat center;
  background-size: contain;
  opacity: 0.08;
}
.poImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.swiper-button {
  opacity: 1;
  width: 0.6rem;
  height: 0.6rem;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.swiper-button::after {
  font-size: 0;
  width: 0.25rem;
  height: 0.2rem;
  background: url(../images/arrow_8.svg) no-repeat center;
  background-size: contain;
  display: inline-flex;
}
.swiper-button:hover {
  opacity: 1;
  background-color: var(--hover_color);
}
.swiper-button:hover::after {
  filter: brightness(0) invert(1);
}
.swiper-button-prev {
  left: -9%;
}
.swiper-button-next {
  right: -9%;
}
.swiper-button-next::after {
  transform: rotate(180deg);
}
.pagebtn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  z-index: 5;
  gap: 0.3rem;
  bottom: 0.5rem;
}
.pagebtn .swiper-button {
  position: relative;
  top: auto;
  margin-top: auto;
  right: auto;
  left: auto;
}
.swiper-pagination {
  bottom: 0.2rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  position: relative;
  background-color: transparent;
  margin: 0 0.07rem;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.08rem;
  height: 0.08rem;
  background-color: #b3b3b3;
  border-radius: 100%;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/dot_logo.png) no-repeat center;
  background-size: contain;
}
.swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 0;
}
.swiper-pagination.white .swiper-pagination-bullet::before {
  background-color: #fff;
}
.Hbanner {
  position: relative;
  overflow: hidden;
}
.Hbanner .swiper {
  width: 100%;
}
.Hbanner .swiper-slide {
  overflow: hidden;
  width: 100%;
}
.Hbanner .pic {
  overflow: hidden;
}
.Hbanner .pic img {
  width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  transition: all 5s;
}
.Hbanner .flexbox {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.Hbanner .box {
  max-width: 7.2rem;
  padding-bottom: 1rem;
}
.Hbanner .title {
  color: #222222;
  font-size: var(--f30);
  line-height: 1.4;
  font-weight: var(--medium);
}
.Hbanner .des {
  font-weight: var(--light);
  font-size: var(--f18);
  color: #666666;
  line-height: calc(30 / 18);
  margin-top: 0.35rem;
}
.Hbanner .Hmore2 {
  margin-top: 0.4rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
}
.Hbanner .swiper-slide-active .text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.Hbanner .swiper-button::after {
  color: #fff;
  font-size: var(--f26);
  font-weight: bold;
}
.Hbanner .swiper-button-prev {
  left: calc(70 / 1920 * 100%);
}
.Hbanner .swiper-button-next {
  right: calc(70 / 1920 * 100%);
}
.Hbanner .swiper-pagination {
  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;
}
.Hbanner .ban_other {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  z-index: 3;
  width: 100%;
}
.Hbanner .ban_other li {
  width: calc(385 / 1600 * 100%);
  padding: 0.1rem 0.3rem;
  position: relative;
  height: 1.4rem;
  background-image: linear-gradient(180deg, #f1f1f1, rgba(255, 255, 255, 0));
  border: 1px solid #fff;
  box-shadow: 2px 6px 20px 0px rgba(0, 47, 167, 0.12);
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column wrap;
}
.Hbanner .ban_other .icon {
  position: absolute;
  right: 0.25rem;
  transform: translateY(-50%);
  height: 1.25rem;
  display: flex;
  align-items: center;
}
.Hbanner .ban_other .stit {
  color: #333333;
  font-size: var(--f24);
  margin-bottom: 0.05rem;
  position: relative;
}
.Hbanner .ban_other .con {
  color: #999999;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .Hbanner .box {
    padding-bottom: 0;
  }
  .Hbanner .pic {
    height: auto;
  }
  .Hbanner .pic img {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .Hbanner .pic .img {
    min-height: 5.5rem;
  }
  .Hbanner .flexbox{ background-color:rgba(255,255,255,.4);}
  .Hbanner .des{ color:#000;}
  .Hbanner .box {
    padding-top: 0.5rem;
  }
  .Hbanner .title {
    font-size: var(--f30);
  }
  .Hbanner .ban_other {
    position: relative;
    bottom: auto;
    padding-bottom: .4rem;
  }
  .Hbanner .ban_other li {
    width: 48%;
    margin-top: 0.7rem;
    height: auto;
  }
  .Hbanner .ban_other .icon {
    width: 1rem;
  }
  .Hbanner .ban_other .stit{ width:60%;}
}
.NYbanner {
  position: relative;
}
.NYbanner img {
  width: 100%;
 
}
.NYbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  color: #fff;
  align-items: center;
  text-align: center;
}
.NYbanner .textwarp .cn {
  font-size: var(--f50);
}
.NYbanner .textwarp .cn::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 1.97rem;
  height: 0.06rem;
  background: url(../images/line.svg) no-repeat center;
  background-size: contain;
}
.NYbanner .textwarp .ban_tit {
  font-size: var(--f50);
}
.NYbanner .textwarp .des {
  font-size: var(--f18);
  margin-top: 0.15rem;
  font-weight: var(--light);
  max-width: 8rem;
  line-height: calc(34 / 18);
}
.NYbanner.black .textwarp {
  color: #333333;
}
.NYbanner.black .textwarp .cn,
.NYbanner.black .textwarp .ban_tit {
  color: #000000;
}

.NYbanner_info img {
  min-height: 3.4rem;
}
.NYbanner_info .textwarp {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .NYbanner img {
    min-height: 3rem;
  }
  .NYbanner_info img{ min-height: 4rem; }
}
.current_line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.current_sticky {
  background-color: #fff;
  z-index: 4;
  top: 0;
  position: sticky;
}

.nymenu a {
  display: flex;
  align-items: center;
  height: 0.6rem;
  position: relative;
  font-size: 0.19rem;
  padding: 0 0.3rem;z-index: 9;
}
.nymenu a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0;
  height: 100%;
  background-color: var(--hover_color);
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.nymenu a:hover {
  color: #fff;
}
.nymenu a:hover::after {
  opacity: 1;
  width: 100%;
}
.nymenu .onLi a {
  color: #fff;
}
.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;
  }
  .current_sticky{ top:.79rem;}
}
@media screen and (max-width: 640px) {
.nymenu li:not(:last-child){ margin-right:0}
.nymenu a{height: 0.46rem; padding:0 0.2rem;}
}
.location {
  color: #666666;
  text-align: right;
  font-weight: var(--light);
}
.location em {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  min-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 {
    min-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%;
}
.Pages {
  text-align: center;
  margin-top: 0.6rem;
  margin-bottom: 1.2rem;
}
.Pages span:not(.p_page),
.Pages .p_page a.a_first,
.Pages .p_page a.a_end {
  display: none;
}
.Pages .p_page,
.Pages .p_page em {
  display: flex;
  justify-content: center;
  align-content: center;
}
.Pages .p_page em {
  font-style: normal;
}
.Pages .p_page a {
  color: #666666;
  display: inline-block;
  min-width: auto;
  margin: 0 0.2rem;
  overflow: hidden;
  position: relative;
  font-size: var(--f20);
}
.Pages .p_page a:not(.no):hover,
.Pages .p_page .a_cur {
  color: var(--hover_color);
}
.Pages .p_page .a_prev,
.Pages .p_page .a_next {
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.Pages .p_page .a_prev:before,
.Pages .p_page .a_next:before {
  content: '';
  width: 0.12rem;
  height: 0.12rem;
  border: solid #b2b2b2;
  border-width: 0 0.03rem 0.03rem 0;
  transform: rotate(-45deg);
  display: block;
  margin-right: 0.05rem;
}
.Pages .p_page .a_prev:before {
  border-width: 0.03rem 0 0 0.03rem;
  margin-left: 0.05rem;
  margin-right: auto;
}
.Pages .p_page .a_prev:not(.no):hover::before,
.Pages .p_page .a_next:not(.no):hover::before {
  border-color: #000000;
}
.Pages .p_page a.no {
  cursor: default;
}
@media (max-width: 768px) {
  .Pages {
    line-height: 0.46rem;
  }
  .Pages .p_page a {
    min-width: 0.46rem;
    margin: 0px 5px;
  }
}
.bg_f6f6f6 {
  background-color: #f6f6f6;
}
.bg_f6f9fd {
  background-color: #f6f9fd;
  padding-bottom: 1px;
}
.news_top {
  position: relative;
}
.news_top .w1600{
    padding:.45rem;
    background-color: #fff;
}

.news_top .left {
  width: calc(777 / 1600 * 100%);
}
.news_top .left .swiper {
  /*padding: 0 1rem;*/
}
.news_top .left .box {
  position: relative;
  display: block;
}
.news_top .left .box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  z-index: 5;
}
.news_top .left .swiper-slide-active .box::before {
  opacity: 0;
}
.news_top .right {
  width: calc(733 / 1600 * 100%);
  position: relative;
}
.news_top .pic {
  display: block;
  padding-top: calc(415 / 720 * 100%);
  position: relative;
  width: 100%;
}
.news_top .img {
  width: calc(734 / 1500 * 100%);
  overflow: hidden;
}
.news_top_two.news_top .img {
    width: calc(729 / 1500 * 100%);
}
.news_top .textwarp {
  padding-bottom: 0.55rem;
}
.news_top .swiper_other .textwarp {
  width: calc(660 / 1500 * 100%);
}
.news_top .time {
  display: block;
  color: var(--hover_color);
  font-size: var(--f18);
  font-weight: var(--light);
}
.news_top .title {
  font-size: var(--f32);
  line-height: calc(48 / 32);
  font-weight: var(--medium);
  margin: 0.2rem 0 0.2rem;
}
.news_top .des {
  color: #595757;
  line-height: calc(30 / 16);
  margin-bottom: 0.35rem;
  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%;
  bottom: 0;
  text-align: left;
}
.news_top .swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  position: relative;
  background-color: transparent;
}
.news_top .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.08rem;
  height: 0.08rem;
  background-color: #b3b3b3;
  border-radius: 100%;
}
.news_top .swiper_other .swiper-pagination {
  text-align: right;
}
@media (max-width: 640px) {
  .news_top .left,
  .news_top .right,
  .news_top .img,
  .news_top .textwarp {
    width: 100%!important;
  }
  .news_top .left {
    margin-bottom: 0.5rem;
  }
  .news_top .left .swiper {
    padding: 0 0.3rem;
  }
  .news_top .img {
    margin-bottom: 0.1rem;
  }
  .news_top .swiper-pagination {
    text-align: right;
    text-align: center!important;
    width: 100%!important;
  }
}
.news_top_two {
  background-color: #fff;
  padding: 0.45rem;
}
@media (max-width: 640px) {
  .news_top_two {
    /*padding: 0.3rem;*/
  }
}
.news_top_txrz {
  padding: 0;
  border-radius: 0.3rem;
  overflow: hidden;
}
.news_top_txrz .img {
  border-radius: 0.3rem;
  width: calc(720 / 1600 * 100%);
}
.news_top_txrz .swiper-pagination {
  bottom: 0.9rem;
  width: calc(755 / 1600 * 100%);
  left: auto;
  right: 0;
}
.news_top_txrz .title,
.news_top_txrz .des {
  max-width: 6rem;
}
.news_top_txrz .swiper_other .textwarp {
  width: calc(755 / 1600 * 100%);
  padding: 0 0.3rem 0.9rem 0;
}
.news_top_txrz .swiper_other .swiper-pagination {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .news_top_txrz .swiper-pagination {
    bottom: 0.4rem;
  }
}
.news_list {
  margin: 0 -0.175rem;
}
.news_list li {
  width: 33.33%;
  padding: 0 0.175rem;
  margin-bottom: 0.4rem;
}
.news_list .box {
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  height: 100%;
  padding: 0.35rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.news_list .box:hover {
  background-color: #fff;
  box-shadow: 0px 0px 0.29rem 0px rgba(15, 14, 13, 0.12);
}
.news_list .box:hover .more {
  color: var(--hover_color);
}
.news_list .box:hover .more::after {
  border-color: var(--hover_color);
}
.news_list .pic {
  position: relative;
  padding-top: calc(292 / 440 * 100%);
}
.news_list .border {
  border: solid 1px #ededed;
  border-radius: 0.2rem;
}
.news_list .textwarp {
  display: flex;
  flex-flow: column wrap;
  padding: 0.35rem 0 0.2rem;
  height: 2.19rem;
}
.news_list .textwarp > * {
  width: 100%;
}
.news_list .time {
  color: #999999;
  font-weight: var(--light);
  margin-bottom: 0.1rem;
  display: block;
}
.news_list .title {
  font-size: var(--f24);
  line-height: calc(33 / 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: #999999;
  align-items: center;
  margin-top: auto;
}
.news_list .more::after {
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #999999;
  border-width: 1px 1px 0 0;
  margin-left: 0.1rem;
  transform: rotate(45deg);
}
@media (max-width: 640px) {
  .news_list li {
    width: 100%;
  }
  .news_list .textwarp {
    height: auto;
  }
  .news_list .time {
    margin-top: 0.1rem;
  }
}
.news_list_two .box {
  background-color: #fff;
}
.report_list li {
  margin-bottom: 0.5rem;
}
.report_list .box {
  border-radius: 0.15rem;
}
.report_list .textwarp {
  display: block;
  height: auto;
  padding: 0.3rem 0 0.1rem;
}
.report_list .other {
  gap: 0 0.4rem;
  margin-top: 0.2rem;
}
.report_list .btn {
  display: inline-flex;
  padding-left: 0.25rem;
  line-height: 0.2rem;
  color: #333333;
  background: url(../images/see.svg) no-repeat left center;
  background-size: 0.16rem;
}
.report_list .down {
  background-image: url(../images/pdf.svg);
}
.title_des_list li {
  margin-bottom: 0.4rem;
  width: 100%;
}
.title_des_list .box {
  background-color: #f8f8f8;
  display: block;
  padding: 0.6rem 0.6rem 0.55rem;
  border-radius: 0.1rem;
  position: relative;
  padding-right: 2rem;
}
.title_des_list .box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--hover_color);
  opacity: 0;
  z-index: 5;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.title_des_list .box:hover::before {
  opacity: 1;
  width: 100%;
}
.title_des_list .box:hover .more {
  background-color: var(--hover_color);
  border-color: var(--hover_color);
}
.title_des_list .box:hover .more::before {
  background-image: url(../images/arrow_1.svg);
}
.title_des_list .title {
  font-size: var(--f24);
  line-height: calc(33 / 24);
  font-weight: var(--medium);
  margin-bottom: 0.1rem;
}
.title_des_list .time {
  color: #999999;
}
.title_des_list .des {
  line-height: calc(30 / 16);
  color: #666666;
  margin-top: 0.25rem;
  white-space: pre-wrap;
  font-weight: var(--light);
}
.title_des_list .more {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #cccccc;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.title_des_list .more::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.2rem;
  height: 0.17rem;
  background: url(../images/arrow_2.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 640px) {
  .title_des_list .box {
    padding: 0.3rem;
    padding-right: 0.9rem;
  }
  .title_des_list .more {
    right: 0.3rem;
  }
}
.filterBox {
  gap: 0.3rem;
}
.filterBox .item_dl {
  width: calc(316 / 1600 * 100%);
}
.filterBox dl {
  position: relative;
  z-index: 3;
}
.filterBox dt {
  position: relative;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #fff;
  padding: 0 0.36rem;
  font-size: var(--f18);
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.filterBox dt::after {
  content: '';
  display: inline-flex;
  width: 0.1rem;
  height: 0.1rem;
  border: solid #999999;
  border-width: 0 0.02rem 0.02rem 0;
  margin-left: 0.1rem;
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  flex-shrink: 0;
  margin-top: -0.05rem;
}
.filterBox dd {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0.1rem 0;
  display: none;
}
.filterBox .box {
  background-color: #fff;
  box-shadow: 0px 0px 0.38rem 0px rgba(0, 0, 0, 0.05);
  border: solid 1px #eeeeee;
  padding: 0.3rem;
  padding-right: 0.1rem;
  border-radius: 0.15rem;
}
.filterBox .box a {
  display: block;
  line-height: calc(36 / 16);
  color: #666666;
  position: relative;
  padding-right: 0.15rem;
}
.filterBox .box a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.08rem;
  height: 0.08rem;
  border: solid var(--hover_color);
  border-width: 0.02rem 0.02rem 0 0;
  opacity: 0;
}
.filterBox .box a:hover {
  color: var(--hover_color);
}
.filterBox .box a:hover::after {
  opacity: 1;
}
.filterBox .box .on {
  color: var(--hover_color);
}
.filterBox .box .on::after {
  opacity: 1;
}
.filterBox .box aside {
  max-height: 2.45rem;
  padding-right: 0.25rem;
}
.filterBox .item_search {
  flex: 1;
  min-width: 0;
  position: relative;
}
.filterBox .item_search .btn {
  width: 0.6rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search.png) no-repeat center;
  background-size: 0.18rem;
}
.filterBox .item_search .text {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  padding-left: 0.32rem;
  padding-right: 0.6rem;
  border: none;
  background-color: #ffffff;
  font-size: var(--f18);
  border-radius: 0.3rem;
}
.filterBox .item_search .text::placeholder {
  color: #999999;
}
@media (max-width: 640px) {
  .filterBox .item_dl {
    width: 100%;
  }
}
.case_list {
  margin: 0 -0.17rem;
}
.case_list li {
  width: 33.33%;
  padding: 0 0.17rem;
  margin-bottom: .34rem;
}
.case_list .box {
  display: block;
  padding: .35rem;
  background: #ffffff;
  transition: all 0.5s;
}
.case_list .box:hover {
  box-shadow: 0px 0px 0.29rem 0px rgba(15, 14, 13, 0.12);
}
.case_list .box:hover .more {
  color: var(--hover_color);
}
.case_list .box:hover .more::after {
  border-color: var(--hover_color);
}
.case_list .pic {
  position: relative;
  padding-top: calc(340 / 510 * 100%);
  border-radius: 0.2rem;
  background-color: #fff;
}
.case_list .pic img {
  object-fit: cover;
  -webkit-object-fit: cover;
}
.case_list .textwarp {
  padding: 0.3rem 0 0.45rem;
}
.case_list .title {
  font-size: var(--f24);
}
.case_list .title.dot2 {
  height: 2.6em;
}
.case_list .des {
  color: #acabab;
  line-height: calc(28 / 16);
  margin: 0.15rem 0 0.25rem;
}
.case_list .more {
  display: inline-flex;
  color: var(--hover_color);
  align-items: center;
  line-height: 1;
}
.case_list .more::after {
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid var(--hover_color);
  border-width: 1px 1px 0 0;
  margin-left: 0.1rem;
  transform: rotate(45deg);
}
.case_list .more.grey {
  color: #999999;
}
.case_list .more.grey::after {
  border-color: #999999;
}
@media (max-width: 640px) {
  .case_list li {
    width: 100%;
  }
}
.case_list_two .des {
  margin-bottom: 0.3rem;
}
.case_list_two .title {
  color: #333;
}
.flexs_main {
  flex: 1;
  min-width: 0;
}
@media (max-width: 640px) {
  .flexs_main {
    flex: auto;
    width: 100%;
  }
}
.right_recommend {
  width: 3.4rem;
  margin-left: calc(160 / 1600 * 100%);
}
@media (max-width: 640px) {
  .right_recommend {
    width: 100%;
    margin-left: 0;
  }
}
.news_topline {
  height: 1rem;
  box-shadow: 0 0 10px 0px rgba(9, 15, 30, 0.2);
  margin-top: -1rem;
}
.news_details .details_title {
  border-bottom: 1px solid rgba(15, 9, 3, 0.1);
  position: relative;
  padding-bottom: 0.3rem;
  margin-bottom: 0.35rem;
  color: #333333;
}
.news_details .details_title .title {
  font-size: var(--f32);
  font-weight: var(--medium);
  line-height: calc(40 / 32);
  margin-bottom: 0.25rem;
}
.news_details .details_title .other {
  gap: 0.1rem 0.6rem;
}
.news_details .Single {
  line-height: calc(32 / 16);
  color: #666666;
}
.news_details .Single *{ max-width:100%;}
.news_details .Single img {
  height: auto!important;
}
.news_details .Single p {
  margin: 2em 0;
}
.news_details .dotBox {
  padding-top: 0.35rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news_details .dotBox .right {
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.news_details .dotBox .left {
  flex: 1;
  min-width: 0;
  line-height: calc(36 / 16);
}
.news_details .dotBox .left .dot {
  color: #666666;
}
.news_details .dotBox .left a {
  color: #666666;
}
.news_details .dotBox .left a:hover {
  color: var(--hover_color);
}
.news_details .dotBox .back {
  color: var(--hover_color);
  padding-left: 0.3rem;
  line-height: 0.24rem;
  background: url(../images/back.png) no-repeat left center;
  background-size: 0.14rem;
}
.news_details .Single section{ width:auto;}
@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: 3.4rem;
  margin-bottom: 0.5rem;
}
.right_recommend .list li {
  margin-bottom: 0.4rem;
}
.right_recommend .list .pic {
  width: 100%;
}
.right_recommend .list .pic i {
  display: block;
  padding-top: calc(230 / 340 * 100%);
  position: relative;
}
.right_recommend .list .textwarp {
  padding-top: 0.2rem;
}
.right_recommend .list .time {
  display: block;
  color: #999999;
}
.right_recommend .list .title {
  color: #000000;
  line-height: calc(28 / 16);
  margin: 0.15rem 0 0.25rem;
}
.right_recommend .list .more {
  display: inline-flex;
  color: #999999;
  align-items: center;
  line-height: 1;
}
.right_recommend .list .more::after {
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #999999;
  border-width: 1px 1px 0 0;
  margin-left: 0.1rem;
  transform: rotate(45deg);
}
.right_recommend .list .box:hover .title {
  color: var(--hover_color);
}
@media (max-width: 640px) {
  .right_recommend {
    width: 100%;
  }
}
.recommend_title {
  font-size: var(--f28);
  line-height: 1;
  font-weight: var(--medium);
}
.center {
  text-align: center;
}
.Column {
  font-size: var(--f48);
  font-weight: var(--medium);
  color: #333333;
}
.Column.f42 {
  font-size: var(--f42);
}
.about_index {
  padding: calc(160 / 1920 * 100%) 0 calc(90 / 1920 * 100%);
  background-size: cover;
  background-repeat: no-repeat;
}
.about_index .textwarp {
  max-width: 8rem;
}
.about_index .Column {
  margin-bottom: 0.5rem;
}
.about_index .con {
  color: #595757;
  font-size: var(--f18);
  line-height: calc(34 / 18);
  font-weight: var(--light);
}
.about_index .con > p {
  margin: 2em 0;
}
.about_index .con .stit {
  display: inline-block;
  position: relative;
  font-weight: var(--medium);
}
.about_index .con .stit::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.03rem;
  background-image: linear-gradient(90deg, #d70b24 0%, rgba(215, 11, 36, 0) 100%);
  top: 75%;
}
@media (max-width: 640px) {
  .about_index {
    background-size: 100% auto;
    background-position: center bottom;
    padding-bottom: 2.5rem;
  }
  .Column{font-size: var(--f38);}
}
.brand_index {
  padding: calc(120 / 1920 * 100%) 0 calc(140 / 1920 * 100%);
  background: url(../images/brand_bg.jpg) no-repeat center;
  background-size: cover;
}
.brand_index .title {
  text-align: right;
}
.brand_index .title .icon {
  width: 0.28rem;
  height: 0.24rem;
  background: url(../images/dou.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin: 0.15rem 0;
}
.brand_index .title .des {
  color: #595757;
  font-size: var(--f18);
}
.brand_index .pic {
  width: calc(646 / 1600 * 100%);
}
.brand_index .pic img {
  width: 100%;
  display: block;
}
.brand_index .textwarp {
  width: calc(860 / 1600 * 100%);
  padding-top: 1rem;
}
.brand_index .item {
  width: 30%;
  text-align: center;
  max-width: 2.1rem;
}
.brand_index .item p {
  color: #595757;
  margin-top: 0.35rem;
  line-height: calc(30 / 16);
}
@media (max-width: 640px) {
  .brand_index .textwarp {
    width: 100%;
    padding-top: 0;
  }
}
.about_other {
  padding: calc(120 / 1920 * 100%) 0;
  background-image: linear-gradient(180deg, #f6f6f6 0%, #fff 100%);
}
.about_other .left {
  width: calc(360 / 1600 * 100%);
}
.about_other .textwarp {
  color: #595757;
  font-size: var(--f18);
  line-height: calc(34 / 18);
  font-weight: var(--light);
  width: calc(1154 / 1600 * 100%);
  margin-top: -1.5em;
}
.about_other .textwarp > p {
  margin: 2em 0;
}
.about_other .textwarp .stit {
  display: inline-block;
  position: relative;
  font-weight: var(--medium);
}
.about_other .textwarp .stit::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.03rem;
  background-image: linear-gradient(90deg, #d70b24 0%, rgba(215, 11, 36, 0) 100%);
  top: 75%;
}
.about_other .pic {
  margin-top: 0.5rem;
}
.about_other .pic img {
  width: 100%;
  border-radius: 0.15rem;
}
@media (max-width: 640px) {
  .about_other .left {
    width: 100%;
  }
  .about_other .textwarp {
    width: 100%;
  }
}
.honor_list {
  margin: 0 -0.375rem -0.4rem;
}
.honor_list li {
  width: 25%;
  padding: 0 0.375rem;
  margin-bottom: 0.8rem;
}
.honor_list .pic {
  width: 100%;
  padding: 0.13rem;
  border: 0.06rem solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.2rem;
}
.honor_list li:hover .pic{border: 0.06rem solid var(--hover_color);}
.honor_list .pic figure {
  height: 2.22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.13rem;
  background-color: #fff;
  position: relative;
  box-shadow: -0.5rem 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
}
.honor_list .pic figure::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.honor_list .pic figure img {
  max-height: 100%;
  border: solid 1px rgba(235, 235, 235, 0.52);
}
.honor_list .title {
  color: #595757;
  line-height: calc(24 / 16);
  text-align: center;
}
.honor_list .box:hover .title {
  color: var(--hover_color);
}
@media (max-width: 1024px) {
  .honor_list {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
  .honor_list li {
    padding: 0 0.2rem;
  }
  .honor_list .pic figure {
    height: 1.6rem;
  }
}
@media (max-width: 640px) {
  .honor_list li {
    width: 50%;
  }
}
.hhr_box .ul li {
  width: calc(320 / 1600 * 100%);
  position: relative;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.hhr_box .ul .pic img {
  object-fit: cover;
  -webkit-object-fit: cover;
  height: 6.4rem;
}
.hhr_box .ul .textwarp {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5rem;
  color: #fff;
  width: 100%;
}
.hhr_box .ul .title {
  font-size: var(--f36);
  text-align: center;
}
.hhr_box .ul .des {
  margin-top: 0.2rem;
  font-size: var(--f22);
  display: none;
}
.hhr_box .ul .on {
  width: calc(952 / 1600 * 100%);
}
.hhr_box .ul .on .title {
  text-align: left;
}
.hhr_box .ul .on .des {
  display: block;
}
@media (max-width: 640px) {
  .hhr_box .ul .pic img {
    width: 100%;
    height: auto;
  }
  .hhr_box .ul li {
    width: 100%!important;
  }
  .hhr_box .ul li .title {
    text-align: left;
  }
  .hhr_box .ul li .des {
    display: block;
  }
  .hhr_box .ul .textwarp{
        background-color: rgba(0, 0, 0, .2);
        height: 100%;
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-end;
        padding: .3rem;
  }
}
.down_list {
  margin: 0 -0.13rem;
}
.down_list li {
  width: 25%;
  padding: 0 0.13rem;
  margin-bottom: 0.5rem;
}
.down_list .pic {
  position: relative;
  padding-top: calc(275 / 380 * 100%);
  overflow: hidden;
}
.down_list .box {
  height: 100%;
  border-radius: 0.15rem;
  overflow: hidden;
  background-color: #fff;
  display: block;
}
.down_list .other {
  gap: 0 0.4rem;
  margin-top: 0.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.2rem;
}
.down_list .btn {
  display: inline-flex;
  padding-left: 0.25rem;
  line-height: 0.2rem;
  color: #333333;
  background: url(../images/see.svg) no-repeat left center;
  background-size: 0.16rem;
}
.down_list .down {
  background-image: url(../images/pdf.svg);
}
.down_list .textwarp {
  padding: 0.4rem;
}
.down_list .label {
  color: #333333;
}
.down_list .title {
  font-size: var(--f24);
  line-height: calc(32 / 24);
  margin-top: 0.1rem;
}
@media (max-width: 640px) {
  .down_list li {
    width: 50%;
  }
  .down_list .title {
    font-size: var(--f20);
  }
}
.hgzn_list li {
  width: calc(785 / 1600 * 100%);
  margin-bottom: 0.3rem;
}
.hgzn_list .box {
  height: 100%;
  border-radius: 0.15rem;
  overflow: hidden;
  background-color: #fff;
  padding: 0.4rem;
}
.hgzn_list .pic {
  width: calc(280 / 705 * 100%);
}
.hgzn_list .pic i {
  position: relative;
  display: block;
  padding-top: calc(187 / 280 * 100%);
}
.hgzn_list .textwarp {
  width: calc(390 / 705 * 100%);
}
.hgzn_list .label {
  display: inline-block;
  padding: 0 0.1rem;
  line-height: 0.3rem;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  color: var(--hover_color);
}
.hgzn_list .title {
  font-size: var(--f28);
  font-weight: var(--medium);
  line-height: calc(36 / 30);
  margin: 0.15rem 0 0.2rem;
}
.hgzn_list .more {
  display: inline-flex;
  color: #999999;
  align-items: center;
  line-height: 1;
}
.hgzn_list .more::after {
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #999999;
  border-width: 1px 1px 0 0;
  margin-left: 0.1rem;
  transform: rotate(45deg);
}
.hgzn_list .other {
  gap: 0 0.4rem;
  margin-top: 0.2rem;
}
.hgzn_list .btn {
  display: inline-flex;
  padding-left: 0.25rem;
  line-height: 0.2rem;
  color: #333333;
  background: url(../images/see.svg) no-repeat left center;
  background-size: 0.16rem;
}
.hgzn_list .down {
  background-image: url(../images/pdf.svg);
}
@media (max-width: 640px) {
  .hgzn_list li {
    width: 100%;
  }
  .hgzn_list .title {
    margin: 0.1rem 0 0.15rem;
    font-size: var(--f20);
  }
  .hgzn_list .box {
    padding: 0.2rem;
  }
}
.hgzn_list_two .title {
  margin: 0;
}
.hgzn_list_two .pic {
  border-radius: 0.1rem;
  overflow: hidden;
}
.hgzn_list_two .des {
  color: #595757;
  line-height: calc(30 / 16);
  margin: 0.15rem 0 0.25rem;
}
@media (max-width: 640px) {
  .hgzn_list_two .des {
    margin: 0.1rem 0;
    line-height: 1.6;
  }
}
.fullpage_menu {
  position: fixed;
  left: 0;
  top: 1.2rem;
  z-index: 2;
  width: 100%;
}
.fullpage_menu .ul {
  gap: 0.2rem;
}
.fullpage_menu a {
  width: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #ffffff;
  border-radius: 0.3rem;
  min-height: 0.4rem;
  color: #fff;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.fullpage_menu a:hover {
  border-color: var(--hover_color);
  background-color: var(--hover_color);
}
.fullpage_menu .active a {
  border-color: var(--hover_color);
  background-color: var(--hover_color);
}
@media (max-width: 640px) {
  .fullpage_menu {
    display: none!important;
  }
}
.section_Message {
  position: relative;
  color: #acabab;
}
.section_Message .Message {
  position: relative;
}
.section_Message .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section_Message .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_Message .bg::after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.section_Message .flexbox {
  position: relative;
  z-index: 4;
  height: 100vh;
  padding: 0.5rem 0;
}
.section_Message .left {
  width: calc(400 / 1600 * 100%);
}
.section_Message .right {
  width: calc(1000 / 1600 * 100%);
}
.section_Message li {
  width: 100%;
  margin-bottom: 0.4rem;
}
.section_Message .row_3 {
  width: calc(321 / 1000 * 100%);
}
.section_Message .name {
  color: #fff;
  margin-bottom: 0.15rem;
  display: block;
  line-height: 1;
}
.section_Message .red {
  color: var(--hover_color);
  font-size: var(--f16);
  font-style: normal;
}
.section_Message .text {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.08rem;
  padding: 0 0.25rem;
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.section_Message .text::placeholder {
  color: #acabab;
}
.section_Message textarea.text {
  height: 1.8rem;
}
.section_Message .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--hover_color);
  width: 1.8rem;
  height: 0.6rem;
  border-radius: 0.3rem;
}
@media (max-width: 640px) {
  .section_Message .left,
  .section_Message .right {
    width: 100%;
  }
}
.contact_item {
  position: relative;
  height: 100vh;
}
.contact_item .pic {
  width: 100%;
  position: relative;
  height: 100vh;
}
.contact_item .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  z-index: 3;
}
.contact_item .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 4;
}
.contact_item .title {
  font-size: var(--f42);
}
.contact_item .con {
  line-height: calc(30 / 16);
  margin-top: 0.35rem;
}
@media (max-width: 750px) {
    .fp-section, .fp-tableCell{ height:auto!important;}
    .contact_item{  height:auto;}
    .contact_item .pic{ position: absolute; left: 0; top: 0; height:100%;}
  .contact_item .textwarp{ position:relative; height:auto; padding:.2rem;min-height:5rem;}
  .section_Message .flexbox{ height:auto;}
  .section_Message .row_3{ width:100%;}
}
.info_txt_a {
  color: var(--hover_color);
  text-decoration: underline;
  font-size: var(--f18);
  font-weight: var(--light);
}
.Project_Overview .left {
  width: calc(820 / 1600 * 100%);
  line-height: calc(30 / 18);
  font-size: var(--f18);
}
.Project_Overview .left .stit span {
  display: inline-block;
  padding: 0 0.2rem;
  line-height: 0.34rem;
  color: var(--hover_color);
  background-image: linear-gradient(to right, #fbe7ea, #fff);
  font-size: var(--f18);
}
.Project_Overview .left .con {
  color: #595757;
  font-weight: var(--light);
}
.Project_Overview .left .con p {
  margin: 1.4em 0;
}
.Project_Overview .left ul li {
  min-width: 33.33%;
  margin: 0.05rem 0;
  padding-right: 0.1rem;
  display: flex;
  align-items: flex-start;
}
.Project_Overview .left ul li::before {
  content: '';
  width: 0.21rem;
  height: 0.3rem;
  background: url(../images/arrow_4.png) no-repeat center;
  background-size: contain;
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: block;
}
.Project_Overview .right {
  width: calc(740 / 1600 * 100%);
  position: relative;
  min-height: 5.1rem;
  padding-right: 0.3rem;
}
.Project_Overview .right .bg {
  position: absolute;
  width: calc(100% - 0.3rem);
  right: 0;
  top: 0.3rem;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}
.Project_Overview .right .bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0042ff;
  opacity: 0.6;
  z-index: 3;
}
.Project_Overview .right .bg img {
  width: 100%;
}
.Project_Overview .right .swiper {
  z-index: 3;
  border-radius: 15px;
}
.Project_Overview .right li img {
  width: 100%;
}
.Project_Overview .info_txt_a {
  color: #333333;
  text-decoration: navajowhite;
}
.Project_Overview .info_txt_a:hover {
  color: var(--hover_color);
}
@media (max-width: 640px) {
  .Project_Overview .left,
  .Project_Overview .right {
    width: 100%;
  }
  .Project_Overview .left {
    margin-bottom: 0.5rem;
  }
  .Project_Overview .right {
    min-height: auto;
    margin-bottom: .8rem;
  }
}
.FSSC_index {
  position: relative;
}
.FSSC_index .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.FSSC_index .bg img {
  width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  height: 6.45rem;
}
.FSSC_index .w1600 {
  position: relative;
  z-index: 3;
}
.FSSC_index .w1360 {
  max-width: 13.6rem;
  margin-left: auto;
  margin-right: auto;
}
.FSSC_index .warp {
  background: url(../images/txrz_bg1.jpg) no-repeat center top #fff;
  background-size: 100% auto;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
  border-radius: 0.2rem;
  padding: 0.52rem 0.72rem 0.22rem;
}
.FSSC_index .warp .Htitle .icon {
  flex-shrink: 0;
  margin-right: 0.3rem;
  max-width: 0.58rem;
}
.FSSC_index .warp .Htitle .box{ flex:1}
.FSSC_index .list {
  gap: 0.53rem;
}
.FSSC_index .list .swiper{ padding:0 .1rem .5rem;}
.FSSC_index .item {
  width: calc((100% - (0.53rem * 2)) / 3);
  position: relative;
  border-radius: 0.15rem;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(20, 81, 165, 0.14);
  background-color: #fff;
  height:auto;
}
.FSSC_index .item img {
  width: 100%;
  height:2.27rem;
  object-fit:cover;
}
.FSSC_index .item .textwarp {
  padding: 0.3rem 0.25rem 0.4rem;
}
.FSSC_index .item .title {
  color: #222222;
  font-size: var(--f24);
  margin-bottom: 0.25rem;
}
.FSSC_index .item .con {
  font-size: var(--f18);
  line-height: calc(30 / 18);
  font-weight: var(--light);
}
@media (max-width: 640px) {
  .FSSC_index .item {
    width: 100%;
  }
  .FSSC_index .warp{ padding:0.52rem 0.25rem 0.22rem}
}
.standard_index {
  background-color: #edf1f6;
}
.value_index {
  color: #f8f8f8;
}
.value_index .Htitle .Hcn,
.value_index .Htitle .Hdes {
  color: #fff;
}
.value_index .list {
  gap: 0.3rem;
}
.value_index .item {
  width: calc((100% - (0.3rem * 2)) / 3);
  position: relative;
  border-radius: 15px;
  overflow:hidden;
}
.value_index .item .pic {
  width: 100%;
}
.value_index .item .pic img{ width:100%; height:4rem; object-fit:cover;}
.value_index .textwarp {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 15px;
  padding: 0.4rem 0.4rem 0.35rem;
  background-color: rgba(248, 248, 248, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.value_index .title {
  font-size: var(--f24);
  font-weight: var(--medium);
  margin-bottom: 0.2rem;
}
.value_index .des {
  line-height: calc(30 / 16);
  font-weight: var(--light);
  height: 5.6em;
  display: -moz-box;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 640px) {
  .value_index .item {
    width: 100%;
  }
}
.advantage_index .list {
  gap: 0.27rem;
  margin-bottom: 0.2rem;
}
.advantage_index .item {
  width: calc((100% - (0.27rem * 3)) / 4);
  position: relative;
  min-height: 4.7rem;
}
.advantage_index .item .box {
  background-image: linear-gradient(156deg, #33b2ff 0%, #3161ff 100%), linear-gradient(#1d0808, #1d0808);
  background-blend-mode: normal, normal;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.advantage_index .item:nth-child(2n) .box {
  background-image: linear-gradient(156deg, #00cafe 0%, #008aff 100%), linear-gradient(#1d0808, #1d0808);
}
.advantage_index .item:hover {
  z-index: 2;
}

.advantage_index .box {
  height: 100%;
}
.advantage_index .pic {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.advantage_index .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.advantage_index .textwarp {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
  color: #fff;
  padding: 0.6rem 0.3rem 0.3rem;
  font-weight: var(--light);
}
.advantage_index .title {
  font-size: var(--f30);
  font-weight: var(--medium);
  margin-bottom: 0.1rem;
}
.advantage_index .stit {
  font-size: var(--f18);
}
.advantage_index .con {
  margin: 0.55rem 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  transform: translateY(0.1rem);
}
.advantage_index .con > p {
  position: relative;
  padding-left: 0.35rem;
  line-height: 0.22rem;
  margin-bottom: 0.15rem;
}
.advantage_index .con > p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.19rem;
  height: 0.22rem;
  background: url(../images/arrow_3.svg) no-repeat center;
  background-size: contain;
}
.advantage_index .other span {
  display: inline-block;
  border: solid 1px #ffffff;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  border-radius: 0.05rem;
}
@media (min-width: 1025px) {
.advantage_index .item:hover .box {
  height: 118%;
  top: -9%;
  width: 118%;
  left: -9%;
  padding-top: 0.25rem;
  box-shadow: 0px 0px 62px 0px rgba(15, 14, 13, 0.23);
}
.advantage_index .item:hover .con {
  opacity: 1;
  transform: translateY(0);
}
}
@media (max-width: 640px) {
  .advantage_index .item {
    width: 100%;
  }
  .advantage_index .textwarp{background-color: rgba(0, 0, 0, .2);}
  .advantage_index .con{ opacity:1;}
}
.process_index {
  background: url(../images/lc_bg.jpg) no-repeat center;
  background-size: cover;
}
.process_list{overflow: auto; text-align: center;}
.process_list .ul{ flex-wrap: nowrap; overflow-x: auto; display: inline-flex; text-align: left;}
.process_list li {
width: 3rem; margin-right: .2rem; flex-shrink: 0; margin-bottom:.1rem;
}
.process_list li:last-child .icon::after {
  display: none;
}
.process_list .icon {
  display: block;
  margin: 0 auto 0.29rem;
  position: relative;
}
.process_list .icon::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.53rem;
  margin-left: -0.2rem;
  height: 0.45rem;
  background: url(../images/lc_arrow.png) no-repeat center;
  background-size: contain;
}
.process_list .icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.36rem;
  height: 1.36rem;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 29px 0px rgba(15, 14, 13, 0.06);
  margin: 0 auto;
}
.process_list .icon img {
  max-width: 60%;
}
.process_list .textwarp {
  box-shadow: 0px 0px 10px 0px rgba(15, 14, 13, 0.09);
  border-radius: 10px;
  border: solid 2px #ffffff;
  background-image: linear-gradient(180deg, #dbe2f3 0%, #ffffff 100%);
  padding: 0.3rem 0.2rem;
  height: calc(100% - 1.65rem);
}
.process_list .title {
  font-size: var(--f20);
  color: #222222;
  margin-bottom: 0.15rem;
  font-weight: var(--medium);
  text-align: center;
}
.process_list .des {
  color: #333333;
  font-weight: var(--light);
  line-height: calc(30 / 16);
}
@media (max-width: 640px) {
  .process_list li {
    /*width: 100%;*/
    margin-bottom: 0.5rem;
  }
  .process_list .icon::after {
    display: none;
  }
}
.case_logoList {
  background-image: linear-gradient(0deg, #f6f9fc 0%, #fcfdfd 100%);
}
.Hlogo {
  background-image: linear-gradient(0deg, #f6f9fc 0%, #fcfdfd 100%);
}
.Hlogo .case_logoList {
  background: none;
  padding: 0;
}
.pro_serve_logo .list{position: relative;}
.pro_serve_logo .list:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, #ffff 30%, transparent);
    z-index: 3;
}

.pro_serve_logo .list:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to left, #ffff 30%, transparent);
    z-index: 3;
}
.pro_serve_logo .marquee:not(:last-child) {
  margin-bottom: 0.2rem;
}
.pro_serve_logo li {
  display: inline-flex;
  margin: 0 0.1rem;
  vertical-align: middle;
}
.pro_serve_logo .box {
  width: 2rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  background-color: #fff;
}
.pro_serve_logo .box img {
  max-height: 100%;
  max-width: 100%!important;
}
.Related_rztj_swiper .box {
  height: 100%;
  border-radius: 0.1rem;
  border: solid 1px #efefef;
  display: block;
  overflow: hidden;
}
.Related_rztj_swiper .pic {
  position: relative;
  padding-top: calc(220 / 380 * 100%);
}
.Related_rztj_swiper .textwarp {
  padding: 0.25rem 0.25rem 0.35rem;
}
.Related_rztj_swiper .title {
  height: 3em;
  font-size: var(--f20);
  line-height: calc(30 / 20);
  font-weight: var(--medium);
}
.Related_rztj_swiper .des {
  margin: 0.25rem 0 0.3rem;
  color: #222222;
  font-weight: var(--light);
  line-height: calc(30 / 16);
  height: 3.6em;
}
.Related_rztj_swiper .more {
  display: inline-flex;
  color: #999999;
  align-items: center;
  line-height: 1;
}
.Related_rztj_swiper .more::after {
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #999999;
  border-width: 1px 1px 0 0;
  margin-left: 0.1rem;
  transform: rotate(45deg);
}
.DCMM_assess {
  background-color: #f1f4f8;
}
.DCMM_assess .tab_content {
  background: url(../images/glpx_bg1.jpg) no-repeat right bottom;
  background-size: cover;
  padding: 0.5rem 0.7rem;
}
.DCMM_assess .tab_li {
  width: 2.5rem;
  text-align: center;
  max-height: 2.8rem;
  overflow-x: hidden;
}
.DCMM_assess .tab_li li {
  min-height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: var(--f18);
  border-left: 0.03rem solid transparent;
  cursor: pointer;
}
.DCMM_assess .tab_li .on {
  border-left-color: var(--hover_color);
  background-image: linear-gradient(90deg, rgba(215, 12, 38, 0.1) 0%, rgba(215, 12, 38, 0) 100%);
}
.DCMM_assess .right {
  flex: 1;
  min-width: 0;
}
.DCMM_assess .content {
  display: none;
}
.DCMM_assess .pic {
  width: calc(415 / 1100 * 100%);
  padding: 0 0.2rem;
  text-align: center;
}
.DCMM_assess .textwarp {
  flex: 1;
  min-width: 0;
}
.DCMM_assess .line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.06);
}
.DCMM_assess .line::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.3rem;
  height: 2px;
  background-color: var(--hover_color);
}
.DCMM_assess .title {
  color: #222222;
  font-size: var(--f24);
  font-weight: var(--medium);
}
.DCMM_assess .con {
  color: #333333;
  font-weight: var(--light);
  line-height: calc(30 / 16);
}
@media (max-width: 640px) {
  .DCMM_assess .tab_content {
    padding: 0.2rem;
  }
  
  .DCMM_assess .tab_li {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: .15rem
  }
  .DCMM_assess .tab_li li{ flex: none; width: auto;}
  .DCMM_assess .right,
  .DCMM_assess .textwarp {
    flex: auto;
    width: 100%;
  }
  .DCMM_assess .textwarp {
    padding-top: 0.2rem;
  }
  .DCMM_assess .pic {
    width: 100%;
    margin-top: 0.2rem;
    order: 2;
  }
}
.DCMM_condition .tab_li {
  gap: 0.25rem;
}
.DCMM_condition .tab_li li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  max-width: 30%;
  min-height: 0.74rem;
  cursor: pointer;
  box-shadow: 2px 6px 20px 0px rgba(0, 47, 167, 0.12);
  border: solid 1px #f4f4f4;
  font-size: var(--f20);
  color: #333333;
  font-weight: var(--medium);
  border-radius: 6px;
  overflow: hidden;
}
.DCMM_condition .tab_li .num {
  color: #b9bfdd;
  font-weight: bold;
  font-size: var(--f22);
  display: block;
  margin-right: 0.15rem;
  flex-shrink: 0;
  position: relative;
}
.DCMM_condition .tab_li .num::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.01rem;
  width: 1px;
  height: 0.16rem;
  background-color: #b9bfdd;
  transform: skewX(-35deg);
}
.DCMM_condition .tab_li .on {
  background-image: linear-gradient(180deg, rgba(185, 191, 221, 0.2) 0%, rgba(185, 191, 221, 0) 100%);
  border: 2px solid #fff;
}
.DCMM_condition .des {
  margin-left: auto;
  margin-right: auto;
  color: #595757;
  font-size: var(--f18);
  font-weight: var(--light);
  line-height: calc(30 / 16);
}
.DCMM_condition .w1220 {
  max-width: 12.2rem;
}
.DCMM_condition table {
  width: 100%;
  background-color: #f7f7f7;
  font-size: var(--f18);
  font-weight: var(--light);
  table-layout: fixed;
}
.DCMM_condition table td:nth-child(2n) {
  background-color: #f8f8f8;
}
.DCMM_condition table td:first-child {
  background-color: #eceff8;
  font-weight: normal;
}
.DCMM_condition table tr:first-child {
  font-weight: normal;
}
.DCMM_condition table tr:first-child td {
  background-color: var(--blue_color);
  color: #fff;
}
.DCMM_condition table tr:first-child td:first-child {
  background-color: var(--hover_color);
}
.DCMM_condition table td {
  padding: 0.25rem 0.1rem;
  text-align: center;
  border: 1px solid #fff;
}
.DCMM_condition .djhf_list {
  position: relative;
  padding-right: calc(335 / 1600 * 100%);
  min-height: 5.4rem;
}
.DCMM_condition .djhf_list .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(672 / 1600 * 100%);
}
.DCMM_condition .djhf_list .pic img {
  width: 100%;
}
.DCMM_condition .djhf_list li {
  background-image: linear-gradient(84deg, rgba(214, 230, 254, 0.4) 0%, rgba(239, 245, 255, 0.4) 100%);
  min-height: 1.24rem;
  display: flex;
  align-items: center;
  padding-left: 0.32rem;
  padding-right: calc(240 / 1266 * 100%);
  margin-bottom: 0.05rem;
}
.DCMM_condition .djhf_list li:nth-child(2) {
  min-height: 1.01rem;
  margin-bottom: 0.07rem;
}
.DCMM_condition .djhf_list li:nth-child(3) {
  min-height: 0.95rem;
}
.DCMM_condition .djhf_list li:nth-child(4) {
  min-height: 0.9rem;
  margin-bottom: 0.07rem;
  padding-right: calc(260 / 1266 * 100%);
}
.DCMM_condition .djhf_list li:nth-child(5) {
  min-height: 1.13rem;
  padding-right: calc(340 / 1266 * 100%);
}
.DCMM_condition .djhf_list .title {
  padding-left: 0.45rem;
  background: url(../images/arrow_5.png) no-repeat left center;
  background-size: 0.2rem;
  color: #000000;
  font-weight: var(--medium);
  font-size: var(--f20);
  width: 2rem;
  flex-shrink: 0;
}
.DCMM_condition .djhf_list .con {
  color: #595757;
  font-size: var(--f18);
  line-height: calc(34 / 18);
  font-weight: var(--light);
  flex: 1;
}
@media (max-width: 640px) {
  .DCMM_condition .tab_li li {
    max-width: 49%;
  }
  .DCMM_condition .djhf_list {
    padding-right: 0;
  }
  .DCMM_condition .djhf_list .pic {
    display: none;
  }
  .DCMM_condition .djhf_list li {
    padding-right: 0.3rem;
  }
  .DCMM_condition .djhf_list li:nth-child(4), 
  .DCMM_condition .djhf_list li:nth-child(5) {
  padding-right: 0;
}
}
.DCMM_value {
  color: #fff;
  overflow: hidden;
}
.DCMM_value .tab_box  { padding:0 .8rem; position:relative;display:none
}
.DCMM_value .nav_ul li {
  font-size: var(--f18);
  opacity: 0.5;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: var(--light);
  cursor: pointer;
  width:auto;
}
.DCMM_value .nav_ul .swiper-slide-thumb-active {
  opacity: 1;
  border-width: 2px ;
}
.DCMM_value .swiper_DCMM_value {
  overflow: initial;
  width: 7.1rem;
  max-width: 80%;
}
.DCMM_value .swiper-button{ height:auto; width:auto; background-color:transparent;}
.DCMM_value .swiper-button-prev{ left:0;}
.DCMM_value .swiper-button-next{ right:0;}
.DCMM_value .swiper_DCMM_value li {
  height: auto;
}
.DCMM_value .swiper_DCMM_value .box {
  height: 100%;
  min-height: 3.6rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.DCMM_value .swiper_DCMM_value .box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 4;
}
.DCMM_value .swiper_DCMM_value .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.DCMM_value .swiper_DCMM_value .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.DCMM_value .swiper_DCMM_value .textwarp {
  position: relative;
  z-index: 3;
  padding: 0.2rem 0.6rem;
}
.DCMM_value .swiper_DCMM_value .title {
  text-align: center;
  font-size: var(--f30);
  font-weight: var(--medium);
}
.DCMM_value .swiper_DCMM_value .con {
  margin-top: 0.35rem;
  line-height: calc(30 / 16);
  font-weight: var(--light);
  display: none;
  
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height:5.6em;
}
.DCMM_value .swiper_DCMM_value .swiper-slide-active .box::after {
  z-index: 2;
  background-image: linear-gradient(146deg, #33b1ff 0%, #3161ff 100%);
  opacity: 0.6;
}
.DCMM_value .swiper_DCMM_value .swiper-slide-active .title {
  text-align: left;
}
.DCMM_value .swiper_DCMM_value .swiper-slide-active .con {
  display: -moz-box;
  display: box;
  display: -webkit-box;
}
@media (max-width: 640px) {
  .DCMM_value .nav_ul {
    gap: 0.1rem 0.25rem;
  }
}
.DCMM_process {
  background: url(../images/lc_bg2.jpg) no-repeat center;
  background-size: cover;
}
.DCMM_process .list li {
  width: calc(500 / 1600 * 100%);
  border-radius: 0.05rem;
  background-color: #fff;
  overflow: hidden;
  border-bottom: 0.03rem solid var(--blue_color);
  font-weight: var(--light);
  position: relative;
}
.DCMM_process .list li::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.22rem;
  height: 0.1rem;
  background: url(../images/line2.svg) no-repeat center;
  background-size: contain;
}
.DCMM_process .list .icon {
  padding: 0.55rem 0 0.4rem;
  position: relative;
  text-align: center;
}
.DCMM_process .list .icon img {
  max-width: 1.1rem;
}
.DCMM_process .list .num {
  position: absolute;
  left: 0;
  top: 0.4rem;
  min-width: 1rem;
  font-size: var(--f18);
  color: #ffffff;
  background-color: var(--blue_color);
  border-radius: 0 0.5rem 0.5rem 0;
  line-height: 0.42rem;
}
.DCMM_process .list .textwarp {
  padding: 0 0.5rem 0.5rem;
  text-align: center;
}
.DCMM_process .list .title {
  font-size: var(--f24);
  color: #222222;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.DCMM_process .list .des {
  color: #333;
  line-height: calc(30 / 16);
}
@media (max-width: 640px) {
  .DCMM_process .list li {
    width: 100%;
  }
}
.jjfa_info {
  background: url(../images/jjfa_bg1.png) no-repeat right top #fff;
  background-size: contain;
  border-radius: 0.15rem;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
  padding: 0.45rem 0.5rem;
}
.jjfa_info .pic {
  width: calc(612 / 1500 * 100%);
/*  padding: 0.39rem 0.66rem;
  background: url(../images/jjfa_bg2.jpg) no-repeat center;
  background-size: cover;*/
  border-radius: 0.15rem;
}
.jjfa_info .pic img {
  width: 100%;
}
.jjfa_info .textwarp {
  width: calc(830 / 1500 * 100%);
  padding-right: 0.25rem;
  padding-top: 0.2rem;
}
.jjfa_info .stit {
  margin-bottom: 0.05rem;
}
.jjfa_info .stit span {
  display: inline-block;
  padding: 0 0.2rem;
  line-height: 0.38rem;
  color: var(--hover_color);
  background-image: linear-gradient(to right, #fbe7ea, #fff);
  font-size: var(--f18);
}
.jjfa_info .title {
  color: #333333;
  font-size: var(--f42);
  font-weight: var(--medium);
}
.jjfa_info .con {
  color: #595757;
  font-weight: var(--light);
  line-height: calc(30 / 16);
  margin: 0.3rem 0;
}
.jjfa_info .btn_tel {
  background-color: #fff;
  color: var(--hover_color);
  font-weight: bold;
  font-size: var(--f18);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
  margin-right: 0.2rem;
}
.jjfa_info .btn_tel::after {
  display: none;
}
.jjfa_info .btn_tel::before {
  content: '';
  display: inline-flex;
  width: 0.13rem;
  height: 0.13rem;
  background: url(../images/tel_icon.png) no-repeat center;
  background-size: contain;
  margin-right: 0.1rem;
}
.jjfa_info ul li {
  min-width: 30%;
  margin: 0.05rem 0;
  padding-right: 0.1rem;
  display: flex;
  align-items: flex-start;
  line-height: 0.3rem;
}
.jjfa_info ul li::before {
  content: '';
  width: 0.21rem;
  height: 0.3rem;
  background: url(../images/arrow_4.png) no-repeat center;
  background-size: contain;
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 640px) {
  .jjfa_info .pic,
  .jjfa_info .textwarp {
    width: 100%;
  }
  .jjfa_info .textwarp {
    padding-right: 0;
  }
  .jjfa_info .other .ul{ width:100%!important; }
}
.recommend_xgrz .box {
  display: block;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.3rem;
  margin-bottom: 0.2rem;
}
.recommend_xgrz .box:hover .title {
  color: var(--hover_color);
}
.recommend_xgrz .box:hover .title::after {
  filter: none;
}
.recommend_xgrz .pic {
  position: relative;
  padding-top: calc(246 / 370 * 100%);
  border: solid 1px #ededed;
  border-radius: 0.1rem;
  margin-bottom: 0.25rem;
}
.recommend_xgrz .title {
  padding-right: 0.25rem;
  position: relative;
  color: #000000;
  font-weight: var(--f20);
  font-weight: var(--medium);
}
.recommend_xgrz .title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0.2rem;
  height: 100%;
  background: url(../images/arrow_6.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0.1);
}
.produt_info {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.7rem;
}
.produt_info .title {
  position: relative;
  line-height: 1;
  color: #000000;
  font-size: var(--f24);
  font-weight: var(--medium);
}
.produt_info .title span {
  position: relative;
  z-index: 1;
}
.produt_info .title span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.06rem;
  background-image: linear-gradient(90deg, rgba(215, 11, 36, 0.8) 0%, rgba(215, 11, 36, 0) 90%);
  top: 80%;
  z-index: -1;
}
.produt_info .con {
  color: #595757;
  line-height: calc(30 / 16);
  font-weight: var(--light);
}
.produt_info .con .link_a {
  font-weight: var(--medium);
  color: var(--hover_color);
  font-size: var(--f24);
}
.produt_info .list .ul {
  gap: 0.3rem 0.28rem;
}
.produt_info .list li {
  width: calc((100% - 0.28rem * 2) / 3);
  background: url(../images/jjfa_bg3.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0.1rem;
  position: relative;
  padding: 0.36rem 0.28rem;
  text-align: center;
  font-weight: var(--light);
  min-height: 3rem;
}
.produt_info .list .icon {
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produt_info .list .icon img {
  max-height: 100%;
}
.produt_info .list .num {
  position: absolute;
  right: 0.2rem;
  top: 0.28rem;
  color: #999999;
}
.produt_info .list .des {
  margin-top: 0.3rem;
  line-height: calc(30 / 16);
  color: #595757;
}
.produt_info .item_other {
  background: url(../images/jjfa_bg4.jpg) no-repeat center;
  background-size: cover;
  padding: 0.5rem 0.3rem 0.65rem;
  border-radius: 0.15rem;
}
@media (max-width: 640px) {
    .produt_info{ padding:.4rem;}
  .produt_info .list li {
    width: 100%;
  }
}
.dcmm_zc_swiper li {
  height: auto;
}
.dcmm_zc_swiper .box {
  border-bottom: 1px solid #efefef;
  padding-bottom: 0.35rem;
  display: flex;
  flex-flow: column wrap;
  border-radius: 0;
  height: 100%;
}
.dcmm_zc_swiper .box > * {
  width: 100%;
}
.dcmm_zc_swiper .pic {
  position: relative;
  padding-top: calc(200 / 360 * 100%);
  margin-bottom: 0.3rem;
}
.dcmm_zc_swiper .title {
  font-size: var(--f20);
  line-height: calc(30 / 20);
  font-weight: var(--medium);
}
.dcmm_zc_swiper .des {
  margin: 0.1rem 0 0.2rem;
  color: #222222;
  font-weight: var(--light);
  line-height: calc(34 / 18);
  font-size: var(--f18);
}
.dcmm_zc_swiper .more {
  display: inline-flex;
  color: var(--hover_color);
  align-items: center;
  line-height: 1;
  margin-top: auto;
}
.dcmm_zc_swiper .more::before {
  content: '';
  display: block;
  width: 0.22rem;
  height: 0.23rem;
  background: url(../images/icon_zx.png) no-repeat center;
  background-size: contain;
  margin-right: 0.1rem;
}
.dcmm_zc_swiper .more::after {
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid var(--hover_color);
  border-width: 1px 1px 0 0;
  margin-left: 0.1rem;
  transform: rotate(45deg);
}
.dcmm_zc_swiper .pagebtn {
  position: relative;
  margin-top: 0.5rem;
}
.dcmm_pglc {
  background-color: #f6f9fd;
}
.dcmm_pglc .ul {
  margin: 0 -0.34rem;
}
.dcmm_pglc li {
    position: relative;
  width: 25%;
  padding: 0 0.34rem;
}
.dcmm_pglc .box {
  position: relative;
  text-align: center;
  padding: 0.9rem 0.35rem 0.8rem;
  z-index: 1;
  height: 100%;
}
/*.dcmm_pglc .box::before {
  content: '';
  position: absolute;
  left: -0.33rem;
  top: -0.33rem;
  background: url(../images/lc_item_bg.png) no-repeat center;
  background-size: contain;
  width: 1.36rem;
  height: 1.36rem;
  z-index: -2;
}*/
.dcmm_pglc .box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.15rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.dcmm_pglc .title {
  color: #000000;
  font-weight: var(--medium);
  font-size: var(--f24);
}
.dcmm_pglc .des {
  color: #595757;
  line-height: calc(34 / 18);
  font-size: var(--f18);
  font-weight: var(--light);
  margin-top: 0.8rem;
}
.dcmm_pglc .icon{margin-bottom: .35rem;}
.dcmm_pglc .icon img{max-width: .4rem;max-height: .4rem}
.dcmm_pglc .num {
  position: absolute;
  color: #e7eaef;
  font-size: .88rem;
  font-family: var(--medium);
    left: 0;
    top: -.6rem;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.dcmm_pglc ul{position: relative;}
.dcmm_pglc ul:before{
    display: block;
    content: '';
    width: calc(100% - .68rem);
    height: .07rem;
    position: absolute;
    left: .34rem;
    top: 2.3rem;
    background-image:linear-gradient(to right, transparent .2rem, rgba(14,51,163,.3) 10%,rgba(14,51,163,.3) 30%, rgba(14,51,163,.3) 50%);
    z-index: 3;
}
.dcmm_pglc ul:after{
    position: absolute;
    display: block;
    content: '';
    right: .05rem;
    width: 0;
    height: 0;
    border-top: .32rem solid rgba(14, 51, 163, .3);
    border-left: 0.17rem solid transparent;
    border-right: .1rem solid transparent;
    transform: skewY(30deg) rotate(-92deg);
    top: 2.16rem;
}
.dcmm_pglc em{
    display: block;
    width: .16rem;
    height: .16rem;
    border: .03rem solid #fff;
    background: #0e33a3;
    border-radius: .16rem;
    margin: 0 auto;
    box-shadow: 0 0 .21rem rgba(14, 51, 163, .45);
    position: absolute;
    left: 0;
    right: 0;
    top: 2.25rem;
    z-index: 4;
}
@media screen and (max-width: 640px) {
  .dcmm_pglc li {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .dcmm_pglc li:last-child{ margin-bottom:.3rem;}
  .dcmm_pglc ul:before{display: none;}
  .dcmm_pglc ul:after{display: none;}
  .dcmm_pglc em{display: none;}
  .dcmm_pglc .des{margin-top: .3rem;}
}
.dcmm_pgshyd .con .flex_js_row div {
  width: calc(772 / 1600 * 100%);
}
.dcmm_pgshyd .Hmore2 {
  padding: 0 0.3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  margin: 0 0.1rem;
}
.dcmm_pgshyd .btn_tel::after {
  display: none;
}
.dcmm_syzz {
  font-weight: var(--light);
}
.dcmm_syzz .list {
  gap: 0.3rem;
}
.dcmm_syzz .item {
  width: calc(378 / 1600 * 100%);
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 0.8rem 0.4rem 0.25rem;
}
.dcmm_syzz .icon {
  width: 0.8rem;
  height: 0.8rem;
}
.dcmm_syzz .title {
  margin: 0.45rem 0 0.25rem;
  font-size: var(--f24);
  color: #000000;
  font-weight: var(--medium);
}
.dcmm_syzz .des {
  color: #595757;
  line-height: calc(34 / 18);
  font-size: var(--f18);
}
.dcmm_syzz .item_other {
  flex: 1;
  min-width: 0;
  padding-right: 0.3rem;
}
.dcmm_syzz .item_other .des {
  font-size: var(--f16);
  line-height: calc(30 / 16);
  padding-right: 0.3rem;
}
.dcmm_syzz dl {
  margin-bottom: 0.45rem;
}
.dcmm_syzz dl dt {
  width: 2.4rem;
}
.dcmm_syzz dl dd {
  flex: 1;
  min-width: 0;
}
.dcmm_syzz .text {
  width: 60%;
  padding-left: 0.42rem;
  margin: 0.18rem 0;
}
.dcmm_syzz .text:nth-child(2n) {
  width: 40%;
}
.dcmm_syzz .stit {
  font-size: var(--f18);
  color: #feb22e;
}
.dcmm_syzz .line {
  width: 0.84rem;
  height: 0.06rem;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  margin-top: 0.1rem;
}
.dcmm_syzz .line::before,
.dcmm_syzz .line::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #feb22e;
  border-radius: 3px;
}
.dcmm_syzz .line::before {
  width: 100%;
  opacity: 0.1;
}
.dcmm_syzz .line::after {
  width: calc(65 / 84 * 100%);
}
.dcmm_syzz .text:nth-child(2) .stit {
  color: #f97360;
}
.dcmm_syzz .text:nth-child(2) .line::before,
.dcmm_syzz .text:nth-child(2) .line::after {
  background-color: #f97360;
}
.dcmm_syzz .text:nth-child(3) .stit {
  color: #3486f7;
}
.dcmm_syzz .text:nth-child(3) .line::before,
.dcmm_syzz .text:nth-child(3) .line::after {
  background-color: #3486f7;
}
.dcmm_syzz .text:nth-child(4) .stit {
  color: #4ad6b9;
}
.dcmm_syzz .text:nth-child(4) .line::before,
.dcmm_syzz .text:nth-child(4) .line::after {
  background-color: #4ad6b9;
}
@media screen and (max-width: 640px) {
  .dcmm_syzz .item {
    width: 100%;
  }
  .dcmm_syzz .item_other {
    flex: auto;
    width: 100%;
  }
  .dcmm_syzz dl {
    justify-content: center;
  }
  .dcmm_syzz dl dd {
    width: 100%;
    flex: auto;
  }
}
.dcmm_zxjg {
  position: relative;
  padding-top: .6rem;
  color: #fff;
  min-height: 4.3rem;
}
.dcmm_zxjg .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dcmm_zxjg .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.dcmm_zxjg .w1600 {
  position: relative;
  z-index: 2;
}
.dcmm_zxjg .Hmore2 {
  height: 0.6rem;
  line-height: 0.6rem;
}
.dcmm_zxjg .Htitle .Hcn {
  font-size: var(--f48);
}
.dcmm_zxjg .con {
  font-size: var(--f24);
  line-height: calc(42 / 24);
  font-weight: var(--light);
  max-width: 7.2rem;
  margin-bottom: .4rem
}
.dcmm_pginfo .tab_li {
  gap: 0.25rem;
}
.dcmm_pginfo .tab_li li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.48rem;
  max-width: 30%;
  min-height: 0.74rem;
  cursor: pointer;
  box-shadow: 2px 6px 20px 0px rgba(0, 47, 167, 0.12);
  border: solid 1px #f4f4f4;
  font-size: var(--f20);
  color: #333333;
  font-weight: var(--medium);
  border-radius: 6px;
  overflow: hidden;
}
.dcmm_pginfo .tab_li .num {
  color: #b9bfdd;
  font-weight: bold;
  font-size: var(--f22);
  display: block;
  margin-right: 0.15rem;
  flex-shrink: 0;
  position: relative;
}
.dcmm_pginfo .tab_li .num::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.01rem;
  width: 1px;
  height: 0.16rem;
  background-color: #b9bfdd;
  transform: skewX(-35deg);
}
.dcmm_pginfo .tab_li .on {
  background-image: linear-gradient(180deg, rgba(185, 191, 221, 0.2) 0%, rgba(185, 191, 221, 0) 100%);
  border: 2px solid #fff;
}
.dcmm_pginfo .content .ul li {
  width: 20%;
  padding: 0 0.1rem;
  text-align: center;
  color: #333333;
  margin-bottom: 0.35rem;
}
.dcmm_pginfo .content .ul .icon {
  width: 1.32rem;
  height: 1.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.dcmm_pginfo .content .ul .icon::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 0.1rem);
  height: 100%;
  background: url(../images/pgnr_bg.png) no-repeat center;
  background-size: contain;
}
.dcmm_pginfo .content .ul .icon img {
  position: relative;
  z-index: 2;
  max-width: 60%;
}
.dcmm_pginfo .content .ul .num {
  width: 0.26rem;
  height: 0.26rem;
  color: #0e33a3;
  position: absolute;
  left: -0.05rem;
  top: 0.1rem;
  z-index: 1;
  line-height: 0.26rem;
}
.dcmm_pginfo .content .ul .num::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #e6eaf6;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.dcmm_pginfo .content .ul .title {
  margin: 0.15rem 0;
  font-size: var(--f18);
  font-weight: var(--medium);
}
.dcmm_pginfo .content .ul .des {
  line-height: calc(28 / 16);
  max-width: 2.57rem;
  margin: 0 auto;
  font-weight: var(--light);
}
.dcmm_pginfo .content .warp {
  background: url(../images/pgnr_bg2.jpg) no-repeat center;
  background-size: cover;
  padding: 0.45rem 0;
}
.dcmm_pginfo .content .warp .textwarp {
  flex: 1;
  min-width: 0;
  padding: 0 0.1rem 0 1rem;
}
.dcmm_pginfo .content .warp .pic {
  width: calc(625 / 1600 * 100%);
  text-align: center;
}
.dcmm_pginfo .content .warp .title {
  font-size: var(--f30);
  font-weight: var(--medium);
  margin-bottom: 0.35rem;
}
.dcmm_pginfo .content .warp .des {
  line-height: calc(34 / 18);
  font-weight: var(--light);
  color: #595757;
  font-size: var(--f18);
}
.dcmm_pginfo .list_two li {
  width: calc(360 / 1600 * 100%);
  height: 3rem;
  background-color: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  font-size: var(--f20);
  color: #333333;
  font-weight: var(--medium);
}
.dcmm_pginfo .list_two .icon {
  margin-bottom: 0.4rem;
}
.dcmm_pginfo .list_two .icon img {
  max-width: 1rem;
}
@media screen and (max-width: 640px) {
  .dcmm_pginfo .content .ul li {
    width: 50%;
  }
  .dcmm_pginfo .content .warp .textwarp {
    flex: auto;
    width: 100%;
    padding: 0 0.3rem;
  }
  .dcmm_pginfo .content .warp .pic {
    width: 100%;
    text-align: center;
    margin-top: 0.2rem;
  }
  .dcmm_pginfo .list_two li {
    width: 48%;
    margin-bottom: 0.2rem;
  }
}
.dcmm_Index {
  background-color: #f6f9fd;
}
.dcmm_Index .textwarp {
  width: calc(800 / 1600 * 100%);
}
.dcmm_Index .textwarp .Hdes {
  color: #595757;
}
.dcmm_Index .Hmore2 {
  height: 0.6rem;
  line-height: 0.6rem;
  margin-right: 0.2rem;
  padding: 0 0.35rem;
}
.dcmm_Index .pic {
  width: calc(576 / 1600 * 100%);
}
.dcmm_Index .pic img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .dcmm_Index .textwarp,
  .dcmm_Index .pic {
    width: 100%;
  }
  .dcmm_Index .textwarp {
    margin-bottom: 0.5rem;
  }
}
.cmmm_Index .list ul {
  gap: 0.2rem;
}
.cmmm_Index .list li {
  width: calc((100% - 0.2rem * 4) / 5);
  padding: 0.5rem 0.4rem;
  border-radius: 0.15rem;
  background-image: linear-gradient(180deg, #fbe7ea 0%, #ffffff 70%);
  border: 2px solid #fff;
}
.cmmm_Index .list .title {
  color: var(--hover_color);
  font-size: var(--f24);
  font-weight: var(--medium);
  margin-bottom: 0.3rem;
}
.cmmm_Index .list .des {
  line-height: calc(34 / 18);
  color: #595757;
  font-size: var(--f18);
  font-weight: var(--light);
}
.cmmm_Index .w1300 {
  max-width: 13rem;
  margin: 0 auto;
  width: 92%;
}
.cmmm_Index .pic {
  width: calc(583 / 1300 * 100%);
}
.cmmm_Index .textwarp .Hstit {
  font-size: var(--f24);
  color: #595757;
  font-weight: var(--light);
}
.cmmm_Index .textwarp b {
  color: #333;
}
@media screen and (max-width: 640px) {
  .cmmm_Index .list li {
    width: 100%;
  }
}
.cmmm_peixun .left {
  width: calc(634 / 1600 * 100%);
}
.cmmm_peixun .left .title {
  color: var(--hover_color);
  font-size: var(--f24);
}
.cmmm_peixun .left li {
  position: relative;
  padding-left: 0.22rem;
  font-size: var(--f18);
  line-height: 0.34rem;
  color: #595757;
}
.cmmm_peixun .left li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.cmmm_peixun .left li::before {
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  left: 0;
  top: 0.14rem;
  position: absolute;
  background-color: var(--hover_color);
  border-radius: 100%;
}
.cmmm_peixun .con {
  width: 1.95rem;
  height: 1.41rem;
  background: url(../images/cmmm_line.png) no-repeat center;
  background-size: contain;
  font-size: var(--f18);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.2rem;
  margin: 0.1rem 0;
}
.cmmm_peixun .right {
  color: #000000;
  font-size: var(--f24);
}
.cmmm_peixun .right p {
  margin: 0.3rem 0;
}
@media screen and (max-width: 640px) {
  .cmmm_peixun .flex_js_ac_row {
    justify-content: center;
  }
  .cmmm_peixun .left,
  .cmmm_peixun .right {
    width: 100%;
  }
}
.dcmm_sdpg .ul {
  gap: 0.2rem;
}
.dcmm_sdpg li {
  width: calc((100% - 0.2rem * 2) / 3);
  border: solid 0.06rem #f6f9fd;
  border-radius: 0.15rem;
  padding: 0.75rem 0.6rem;
}
.dcmm_sdpg .title {
  font-size: var(--f24);
  font-weight: var(--medium);
  margin-bottom: 0.25rem;
  color: #000;
}
.dcmm_sdpg .des {
  line-height: calc(34 / 18);
  font-weight: var(--light);
  color: #595757;
  font-size: var(--f18);
}
@media screen and (max-width: 640px) {
  .dcmm_sdpg li {
    width: 100%;
  }
}
.cmmm_shouyi .title {
  font-size: var(--f24);
  font-weight: var(--medium);
  margin-bottom: 0.25rem;
  color: #000;
  position: relative;
}
.cmmm_shouyi .des {
  line-height: calc(34 / 18);
  font-weight: var(--light);
  color: #595757;
  font-size: var(--f18);
}
.cmmm_shouyi .list .ul {
  gap: 0.2rem;
}
.cmmm_shouyi .list li {
  width: calc((100% - 0.2rem * 4) / 5);
  border-radius: 0.15rem;
  padding: 0.6rem 0.3rem;
  background-color: #fff;
  position: relative;
  min-height: 4.05rem;
}
.cmmm_shouyi .list .title {
  position: relative;
  z-index: 1;
  line-height: calc(30 / 24);
}
.cmmm_shouyi .list .title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 1.58rem;
  max-width: 60%;
  height: 0.04rem;
  background-image: linear-gradient(90deg, rgba(215, 11, 36, 0.8) 0%, rgba(215, 11, 36, 0) 90%);
  bottom: 0;
  z-index: -1;
}
.cmmm_shouyi .list .num {
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  color: var(--hover_color);
  font-size: var(--f18);
  font-weight: var(--medium);
}
.cmmm_shouyi .other {
  position: relative;
  gap: 0.2rem 0;
}
.cmmm_shouyi .other .top {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100%;
  background-color: var(--hover_color);
  color: #fff;
  font-size: var(--f36);
  line-height: calc(48 / 36);
  font-weight: var(--medium);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cmmm_shouyi .other .item {
  width: calc(790 / 1600 * 100%);
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem 1.5rem;
  min-height: 2rem;
  display: flex;
  align-items: center;
}
.cmmm_shouyi .other .box {
  width: 100%;
}
.cmmm_shouyi .other .title {
  margin-bottom: 0.15rem;
}
.cmmm_shouyi .other .item:nth-child(2n+1) {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .cmmm_shouyi .list li {
    width: 100%;
    min-height: auto;
    padding: 0.3rem;
  }
  .cmmm_shouyi .other .top {
    position: static;
    transform: none;
    margin: 0 auto;
  }
  .cmmm_shouyi .other .item {
    width: 100%;
    text-align: left!important;
    padding: 0.3rem;
  }
  .cmmm_shouyi .des{ padding-bottom:.2rem}
}
.cmmm_sqpg .item {
  background-color: #fff;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  padding: 0.7rem 0.55rem 0.55rem;
  position: relative;
  z-index: 1;
  width: calc(780 / 1600 * 100%);
}
.cmmm_sqpg .item .icon {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: -1;
  max-width: 1.85rem;
  text-align: right;
}
.cmmm_sqpg .title {
  font-size: var(--f36);
  font-weight: var(--medium);
  margin-bottom: 0.4rem;
  color: #000;
}
.cmmm_sqpg .des {
  line-height: calc(34 / 18);
  font-weight: var(--light);
  color: #595757;
  font-size: var(--f18);
}
.cmmm_sqpg .des b {
  color: #000;
  font-weight: var(--medium);
}
@media screen and (max-width: 640px) {
  .cmmm_sqpg .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.dcmm_case .ul {
  margin: 0 -0.22rem;
}
.dcmm_case li {
  width: calc(100% / 6);
  padding: 0 0.11rem;
  margin: 0.11rem 0;
}
.dcmm_case .box {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  height: 1.4rem;
}
.dcmm_case .box img {
  max-width: 90%;
  max-height: 90%;
}
@media screen and (max-width: 640px) {
  .dcmm_case li {
    width: calc(100% / 3);
  }
  .dcmm_case li .box {
    height: 0.9rem;
  }
}
.dcmm_news .box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
  background-color: #fff;
  color: #595757;
  font-weight: var(--light);
}
.dcmm_news .title {
  color: #000000;
  font-size: var(--f24);
  margin: 0.1rem 0 0.15rem;
  font-weight: var(--medium);
}
.dcmm_news .des {
  line-height: calc(30 / 16);
}
.dcmm_news dt {
  width: calc(540 / 1600 * 100%);
  margin-right: 0.2rem;
}
.dcmm_news dt .pic {
  padding-top: 5.3rem;
  position: relative;
}
.dcmm_news dt .textwarp {
  position: absolute;
  left: 50%;
  bottom: 0.05rem;
  transform: translateX(-50%);
  width: calc(100% - 0.1rem);
  padding: 0.35rem 0.36rem 0.25rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 0.2rem;
}
.dcmm_news dt .title {
  color: #fff;
}
.dcmm_news dd {
  flex: 1;
  min-width: 0;
  gap: 0.2rem;
}
.dcmm_news dd .box {
  padding: 0.58rem 0.5rem;
  width: calc(33.33% - .2rem);
}
.dcmm_news dd .box:hover .title {
  color: var(--hover_color);
}
@media screen and (max-width: 640px) {
  .dcmm_news dt {
    width: 100%;
  }
  .dcmm_news dd {
    flex: auto;
    width: 100%;
  }
  .dcmm_news dd {
    margin-top: 0.3rem;
  }
  .dcmm_news dd .box {
    width: 100%;
    padding: 0.3rem;
  }
}
.Hservice{background-image:url('../images/Hservice-bg.png');background-size: cover;}
.Hservice .tab_li {
  border-bottom: 1px solid rgba(89, 87, 87, 0.1);
  color: #666666;
  font-size: var(--f20);
}
.Hservice .tab_li li:not(:last-child) {
  margin-right: 0.35rem;
}
.Hservice .tab_li li {
  position: relative;
  cursor: pointer;
  height: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
}
.Hservice .tab_li li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--hover_color);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hservice .tab_li .on {
  color: var(--hover_color);
  font-weight: bold;
}
.Hservice .tab_li .on::after {
  opacity: 1;
}
.Hservice .content .swiper {
  padding-bottom: 0.2rem;
  margin: 0 -0.15rem;
  padding: 0.2rem 0.15rem;
  padding-bottom: 1.2rem;
  height: 6.6rem;
}
.Hservice .content li {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Hservice .content .box {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0.2rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.Hservice .content .box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  border: solid 2px #ffffff;
  background-image: linear-gradient(180deg, #f1f1f1, rgba(255, 255, 255, 1));
  box-shadow: 0px 3px 0.15rem 0px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  z-index: -1;
}
.Hservice .content .box:hover::before {
  background-image: linear-gradient(180deg, #eff6ff, #ffffff);
  width: 106%;
  height: 110%;
  margin-left: -3%;
  margin-top: -2.5%;
}
.Hservice .content .icon {
  height: 0.4rem;
  margin-bottom: 0.2rem;
}
.Hservice .content .icon img {
  max-height: 100%;
  max-width:  1.5rem;
  object-fit: contain;

}
.Hservice .content .title {
  font-size: var(--f22);
  color: #333333;
}
.Hservice .content .des {
  margin: 0.1rem 0 0.15rem;
  color: #999999;
  font-weight: var(--light);
}
.Hservice .content .other {
  padding-top: 0.15rem;
  border-top: 1px solid #e8e8e8;
  display: flex;
  gap: 0.1rem;
  font-size: var(--f14);
  font-weight: var(--light);
}
.Hservice .content .other span {
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  padding: 0.05rem 0.1rem;
  color: var(--hover_color);
}
.Hservice .form {
  background-image: linear-gradient(-90deg, #dbdbdb 0%, #ffffff 100%);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border: solid 2px #ffffff;
  padding: 0.35rem 0.6rem;
}
.Hservice .form .left {
  color: #222222;
  font-size: var(--f42);
  font-weight: var(--medium);
}
.Hservice .form .right {
  width: calc(700 / 1480 * 100%);
  position: relative;
}
.Hservice .form .text {
  width: 100%;
  height: 0.8rem;
  border: solid 1px #ffffff;
  background-image: linear-gradient(-90deg, #f3f3f3 0%, #eaeaea 100%);
  padding: 0 0.33rem;
  padding-right: 0.65rem;
  display: block;
  font-size: var(--f18);
  border-radius: 0.1rem;
}
.Hservice .form .text::placeholder {
  color: #999;
}
.Hservice .form .btn {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/btn.svg) no-repeat center;
  background-size: contain;
  border-radius: 100%;
}
@media screen and (max-width: 640px) {
  .Hservice .tab_li {
    font-size: var(--f16);
  }
  .Hservice .tab_li li {
    padding: 0 0.1rem;
  }
  .Hservice .tab_li li:not(:last-child) {
    margin-right: 0;
  }
  .Hservice .content .swiper {
    height: 7.5rem;
  }
  .Hservice .form {
    padding: 0.1rem;
    gap: 0.2rem;
  }
  .Hservice .form .left,
  .Hservice .form .right {
    width: 100%;
  }
  .Hservice .form .text {
    padding-left: 0.1rem;
    padding-right: .5rem;
  }
  .Hservice .form .btn{ right:.1rem;}
  .Hservice .form .left {
    font-size: var(--f36);
  }
}
.Hcase {
  background-color: #f6f9fd;
}
.Hcase .tab_li {
  border-bottom: 1px solid rgba(89, 87, 87, 0.1);
  color: #666666;
  font-size: var(--f20);
}
.Hcase .tab_li li:not(:last-child) {
  margin-right: 0.55rem;
}
.Hcase .tab_li li {
  position: relative;
  cursor: pointer;
  height: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Hcase .tab_li li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--hover_color);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hcase .tab_li .on {
  color: var(--hover_color);
  font-weight: bold;
}
.Hcase .tab_li .on::after {
  opacity: 1;
}
.Hcase .left {
  width: calc(720 / 1600 * 100%);
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.5rem 0.6rem 0.2rem;
}
.Hcase .top {
  margin-bottom: 0.45rem;
}
.Hcase .textwarp {
  width: calc(200 / 600 * 100%);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  flex-flow: column wrap;
  color: #acabab;
}
.Hcase .textwarp .logo {
  width: 1.18rem;
}
.Hcase .textwarp .title {
  margin: 0.2rem 0;
}
.Hcase .textwarp .tit {
  font-weight: bold;
  color: #000000;
  font-size: var(--f24);
}
.Hcase .textwarp .more {
  display: inline-flex;
  color: var(--hover_color);
  align-items: center;
}
.Hcase .textwarp .more::after {
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid var(--hover_color);
  border-width: 1px 1px 0 0;
  margin-left: 0.1rem;
  transform: rotate(45deg);
}
.Hcase .con .title {
  font-weight: bold;
  font-size: var(--f24);
  margin-bottom: 0.2rem;
}
.Hcase .con .des {
  line-height: calc(28 / 16);
  color: #acabab;
}
.Hcase .pic {
  width: calc(316 / 600 * 100%);
}
.Hcase .right {
  width: calc(860 / 1600 * 100%);
}
.Hcase .right .ul {
  gap: 0.2rem;
}
.Hcase .right li {
  width: calc((100% - 0.2rem * 3) / 4);
}
.Hcase .right .box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  height: 0.9rem;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .Hcase .right .box {
    height: 0.75rem;
  }
}
@media screen and (max-width: 640px) {
  .Hcase .tab_li {
    font-size: var(--f16);
  }
  .Hcase .tab_li li:not(:last-child) {
    margin-right: 0.12rem;
  }
  .Hcase .left {
    width: 100%;
    padding: 0.3rem;
  }
  .Hcase .right {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.Habout {
  height: 9rem;
  display: flex;
  align-items: center;
  position: relative;
}
.Habout .about {
  max-width: 7.9rem;
}
.Habout .Hen {
  font-size: var(--f24);
  font-weight: bold;
  color: #222222;
}
.Habout .des {
  color: #595757;
  line-height: calc(34 / 18);
  font-size: var(--f18);
}
.Habout .honor_box {
  width: 9.1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  height: 1.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 9.1rem;
  padding-top: 1%;
}
.Habout .honor_box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.Habout .honor_box .bg::before {
  content: '';
  position: absolute;
  box-shadow: inset -0.663px 18.988px 1.36rem 5.68px rgba(215, 11, 36, 0.2);
  width: 156%;
  padding-top: 156%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
}
.Habout .honor_box li {
  position: absolute;
  border-radius: 100%;
  width: calc(80 / 910 * 100%);
  padding-top: calc(80 / 910 * 100%);
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 5px 0.2rem rgba(0, 47, 167, 0.15);
}
.Habout .honor_box li img {
  object-fit: contain;
}
.Habout .honor_box li:first-child {
  left: calc(37 / 910 * 100%);
  bottom: calc(12 / 160 * 100%);
}
.Habout .honor_box li:nth-child(2) {
  left: calc(165 / 910 * 100%);
  bottom: calc(75 / 160 * 100%);
}
.Habout .honor_box li:nth-child(3) {
  left: calc(290 / 910 * 100%);
  bottom: calc(110 / 160 * 100%);
}
.Habout .honor_box li:nth-child(4) {
  left: calc(420 / 910 * 100%);
  bottom: calc(125 / 160 * 100%);
}
.Habout .honor_box li:nth-child(5) {
  left: calc(545 / 910 * 100%);
  bottom: calc(110 / 160 * 100%);
}
.Habout .honor_box li:nth-child(6) {
  left: calc(670 / 910 * 100%);
  bottom: calc(75 / 160 * 100%);
}
.Habout .honor_box li:nth-child(7) {
  right: calc(30 / 910 * 100%);
  bottom: calc(12 / 160 * 100%);
}
.Habout .honor_box .more {
  font-size: var(--f18);
  text-decoration: underline;
  color: var(--hover_color);
}
@media screen and (max-width: 640px) {
  .Habout {
    height: auto;
    padding-top: 0.7rem;
    padding-bottom: 2rem;
  }
  .Habout .honor_box {
    width: 100%;
    height: 1.2rem;
  }
}
.Hfw_bzyc {
  height: 9.4rem;
  background: url(../images/Hrz_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 1.6rem;
}
.Hfw_bzyc .swiper {
  width: 6rem;
  margin: 0 auto;
  overflow: initial;
  margin-top: 2rem;
  padding: 0 0.6rem;
}
.Hfw_bzyc .box {
  display: flex;
  flex-flow: column wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  opacity: 0.3;
}
.Hfw_bzyc .box > * {
  width: 100%;
}
.Hfw_bzyc .icon {
  width: 1.45rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.45rem;
}
.Hfw_bzyc .icon img {
  max-height: 100%;
}
.Hfw_bzyc .title {
  font-size: var(--f36);
  color: #000000;
  font-weight: var(--medium);
}
.Hfw_bzyc .text {
  color: #595757;
  font-size: var(--f18);
  font-weight: var(--light);
  line-height: calc(34 / 18);
  margin-top: 0.2rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hfw_bzyc .swiper-slide-prev .box,
.Hfw_bzyc .swiper-slide-next .box {
  opacity: 1;
}
.Hfw_bzyc .swiper-slide-active .box {
  transform: scale(1);
  opacity: 1;
}
.Hfw_bzyc .swiper-slide-active .text {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .Hfw_bzyc {
    height: auto;
    padding: 0.7rem 0;
  }
  .Hfw_bzyc .swiper {
    width: 88%;
  }
}
.Hnews {
  background: url(../images/Hnews_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 1rem 0 0.6rem
}
.Hnews .tab_li {
  border-bottom: 1px solid rgba(89, 87, 87, 0.1);
  line-height: 0.42rem;
  width: calc(720 / 1600 * 100%);
  color: #666666;
  font-size: var(--f20);
}
.Hnews .tab_li li:not(:last-child) {
  margin-right: 0.75rem;
}
.Hnews .tab_li li {
  position: relative;
  cursor: pointer;
}
.Hnews .tab_li li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--hover_color);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hnews .tab_li .on {
  color: var(--hover_color);
}
.Hnews .tab_li .on::after {
  opacity: 1;
}
.Hnews .left {
  width: calc(620 / 1600 * 100%);
}
.Hnews .left .textwarp {
  padding: 0.4rem 0;
}
.Hnews .left .time {
  width: 0.9rem;
  color: var(--hover_color);
  font-weight: var(--light);
  margin-right: 0.27rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.Hnews .left .time span {
  display: block;
  font-weight: var(--medium);
  font-size: var(--f24);
}
.Hnews .left .warp {
  flex: 1;
  min-width: 0;
}
.Hnews .Htitle{margin-bottom: 0.8rem;}
.Hnews .pic {
  padding-top: calc(460 / 620 * 100%);
  border-radius: 0.1rem;
  position: relative;
}
.Hnews .title {
  font-size: var(--f24);
  color: #000000;
}
.Hnews .des {
  margin-top: 0.15rem;
  color: #595757;
  font-weight: var(--light);
  line-height: calc(30 / 16);
}
.Hnews .flex_js_row {
  width: 100%;
}
.Hnews .swiper-pagination {
  top: calc(383 / 620 * 100%);
  text-align: right;
  padding: 0 0.2rem;
  bottom: auto;
}
.Hnews .box {
  display: block;
  width: 100%;
}
.Hnews .box:hover .title {
  color: var(--hover_color);
}
.Hnews .right {
  width: calc(905 / 1600 * 100%);
  padding-bottom: 0.4rem;
}
.Hnews .right .ul {
  min-height: 100%;
  align-content: space-between;
  gap: 0.2rem 0;
}
.Hnews .right li {
  width: calc(411 / 905 * 100%);
}
.Hnews .right time {
  font-weight: var(--light);
  margin-bottom: 0.1rem;
  display: block;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .Hnews .tab_li {
    width: auto;
  }
  .Hnews .tab_li li:not(:last-child) {
    margin-right: 0.35rem;
  }
}
@media screen and (max-width: 640px) {
  .Hnews .tab_li {
    margin-top: 0.2rem;
    width: 100%;
  }
  .Hnews .left,
  .Hnews .right {
    width: 100%;
  }
  .Hnews .right {
    margin-top: 0.3rem;
  }
  .Hnews .right li {
    width: 100%;
  }
}
.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;
}
.right_fixed {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 5;
}
.right_fixed a {
  display: flex;
  text-align: center;
  width: 0.63rem;
  background-color: #fff;
  box-shadow: 0px 0px 81px 9px rgba(0, 54, 134, 0.08);
  height: 0.56rem;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  color: var(--hover_color);
  margin-bottom: 4px;
  position: relative;
  font-size: 0.13rem
}
.right_fixed a:hover .hover {
  display: block;
}
.right_fixed .icon {
  width: 0.3rem;
  height: 0.24rem;
  background: url(../images/right_wx.svg) no-repeat center;
  background-size: contain;
}
.right_fixed .tel .icon {
  background-image: url(../images/right_tel.svg);
}
.right_fixed .kf {
  background-color: transparent;
  height: auto;
}
.right_fixed .back_top {
  height: 0.38rem;
}
.right_fixed .back_top .icon {
  background-image: url(../images/right_top.svg);
  background-size: 0.14rem;
}
.right_fixed .hover {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #fff;
  width: 1.2rem;
  text-align: center;
  white-space: nowrap;
  padding: 0.05rem;
}
.right_fixed .hover img {
  width: 1.2rem;
}
@media screen and (max-width: 640px) {
    body{padding-bottom:.8rem}
  .right_fixed {
    font-size: var(--f14);
    display: flex;
    background: #fff;
    width: 100%;
    bottom: 0;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 134, 0.08);
  }
  .right_fixed a{width: 25%;height: .8rem !important;box-shadow: none;}
  .right_fixed .kf img{height: .6rem;}
  .right_fixed .back_top .icon{background-size: 0.26rem;}
  .right_fixed .hover{right: auto;top: auto;width: max-content;bottom: 100%;}
}
.Hindex_nav {
  position: fixed;
  left: calc(45 / 1920 * 100%);
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: none;
}
.Hindex_nav li {
  margin-bottom: 0.3rem;
  padding-left: 0.18rem;
  position: relative;
  color: #595757;
  font-size: var(--f14);
  cursor: pointer;
}
.Hindex_nav li:last-child {
  margin-bottom: 0;
}
.Hindex_nav li:last-child::before {
  display: none;
}
.Hindex_nav li i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  transform: translateY(-50%);
  border-radius: 100%;
  border: solid 2px #dddddd;
}
.Hindex_nav li::before {
  content: '';
  position: absolute;
  left: 0.045rem;
  top: 100%;
  margin-top: 0.02rem;
  height: 0.28rem;
  width: 0.02rem;
  background-color: #eeeeee;
}
.Hindex_nav .onLi {
  color: var(--hover_color);
}
.Hindex_nav .onLi i {
  border-color: var(--hover_color);
}
.Hindex_nav .onLi::before {
  background-color: var(--hover_color);
}
@media screen and (max-width: 1024px) {
  .Hindex_nav {
    display: none !important;
  }
}
.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;
  }
}
@media screen and (min-width:1025px) and (max-width:1600px){
    .publicSection .w1600{padding-left: 0;}
    .Hfw_bzyc.publicSection .w1600{padding-left: 0;}
}

.swiper_row_three_one .swiper-slide,
.swiper_row_four_one .swiper-slide{ height:auto;}

.gradation_index { background-color:#edf0f5;}
.gradation_index .Hdes{ margin-left:auto; margin-right:auto; max-width:840px;}
.gradation_index .box{ display:block; position:relative; background-color:#fff; padding:.4rem .45rem .4rem .9rem; height:100%; border-radius:.1rem; overflow:hidden;}
.gradation_index .box .num{ position:absolute; left:-.1rem; top:50%; transform:translateY(-50%); font-size:.64rem;text-shadow:-1px -1px 0 var(--hover_color),1px -1px 0 var(--hover_color),-1px 1px 0 var(--hover_color), 1px 1px 0 var(--hover_color); color:#fff; opacity:.5; }
.gradation_index .box .title{ font-size:var(--f24); margin-bottom:.1rem; }
.gradation_index .box .title span{ font-size:var(--f14); margin-left:.1rem; font-weight:var(--light);}
.gradation_index .box .des{ line-height:2; height: 5.6em;
  display: -moz-box;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;}



[data-popup]{background-color: rgba(0,0,0,0.7);display: flex;align-items: center; justify-content: center; position: fixed; top: 0;width: 100%; height: 100%; z-index: 9999; visibility: hidden; opacity: 0; left: -100%; transition: opacity 0.3s;}
[data-popup].show{visibility: visible; opacity: 1; left: 0;}
[data-popup] .close{position: absolute; right: 0; top: 0; width: 0.4rem; height: 0.4rem;--color:#000;cursor: pointer; z-index: 10;}
[data-popup] .close:before,
[data-popup] .close:after{background-color:var(--hover_color); width: 60%; height: 2px;content: '';position: absolute; left: 20%; top: 50%; margin-top: -1px;transform: rotate(45deg);}
[data-popup] .close:after{transform: rotate(-45deg);}
[data-popup] .inner{width: 95%;margin: 0 auto; max-width: 10rem; border-radius: 0.1rem; background-color: #fff; max-height: 90vh; padding: 0 0.1rem 0.2rem; position: relative;}
[data-popup] .title{text-align: center; font-size: 0.28rem; font-weight: 700;padding: 1em 0;}
[data-popup] .inbox{overflow: auto; max-height: calc(80vh - 5em); padding:0.3rem; line-height: 1.875;    width: 96%; max-width: 10rem;  background: #fff; position: relative; border-radius:.2rem}


.form_box li{padding: .1rem;}
.form_box li.row_2{width: 49%}
.form_box li.row_1{width: 100%}
.form_box .sub{font-size: .18rem;}
.form_box .sub .red{color: var(--hover_color)}
.form_box .tips{position: absolute; line-height: .5rem; padding: 0 .1rem; opacity: 0.5}
.form_box .text{width: 100%; height: .5rem; line-height: .5rem; padding:0 .1rem; border: solid 1px #d7d7d7; border-radius: 5px;}
.form_box textarea.text{height: 1.6rem}
.form_box .btn{text-align: center}
.form_box .btn a{display: inline-block; color: #fff; background-color: var(--hover_color); width: 1.8rem;  line-height: 0.5rem; border-radius: 0.3rem;}
@media(max-width:640px){
.form_box li.row_2{width:100%}
}


.search-question{max-width: 800px;margin: 0 auto;}
.search-question .q{font-size: var(--f22);text-align: center;}
.search-question .an{padding: .5rem 0;border-bottom: solid 1px #eee;line-height: 2;min-height: 400px;}

body:not(.home-body) .header{position: fixed;background-color: #fff;}
body:not(.home-body):before{content: "";display: block;height: .9rem;}
@media (max-width: 1024px) {
  body:not(.home-body):before{height: .8rem;}
}

/* AI LOADING 20260106 */
.an-loading-wrap { position: relative; margin-top:40px;}
#aiResponse {  padding-top: 10px; min-height: 80px;}

/* 加载进度条样式 */
.ai-loading-bar {
    /* 默认隐藏 */
    display: none;
    position: relative;
}
.ai-loading-bar .bar{position: absolute;
    top: 50%;left:50%;transform: translate(-50%,-50%);
    height: 4px;
    width: 50%;
    background: #f0f0f0;
    border-radius: 2px;
    overflow: hidden;}
.ai-loading-bar .bar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background: var(--hover_color);;
    border-radius: 2px;
    animation: loadingProgress 1.5s ease-in-out infinite;
}
/* 进度条动画滑块 */
.ai-loading-bar::before{content: "加载中...";position: absolute;left: 0;text-align: center;top: 25px;width: 100%;}
/* 进度条动画关键帧 */
@keyframes loadingProgress {
    0% {
        left: -30%;
    }
    100% {
        left: 100%;
    }
}
/* 进度条显示状态 */
.ai-loading-bar.show {
    display: block;
}