.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;
}
.flex_row {
  flex-flow: row wrap;
}
:root {
  --color: #006eff;
  --ww: 1920 * 100vw;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f17: 0.17rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f70: 0.7rem;
  --f80: 0.8rem;
}
@media (max-width: 1600px) {
  :root {
    --ww: 1600 * 100vw;
  }
}
@media (max-width: 1024px) {
  :root {
    --ww: 1200 * 100vw;
  }
}
@media (max-width: 768px) {
  :root {
    --ww: 1024 * 100vw;
  }
}
@media (max-width: 640px) {
  :root {
    --ww: 600 * 100vw;
    --f14: 0.18rem;
    --f16: 0.2rem;
    --f17: 0.22rem;
    --f18: 0.22rem;
    --f20: 0.26rem;
    --f22: 0.26rem;
    --f24: 0.28rem;
  }
}
html {
  font-size: calc(100 / var(--ww));
}
body {
  font-size: 0.16rem;
  overflow-x: hidden;
  word-break: break-word;
}
@media (min-width: 1921px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  body {
    overflow-x: inherit;
  }
}
.mb190 {
  margin-bottom: 1.9rem;
}
.mb120 {
  margin-bottom: 1.2rem;
}
.mb110 {
  margin-bottom: 1.1rem;
}
.mb100 {
  margin-bottom: 1rem;
}
.mb95 {
  margin-bottom: 0.95rem;
}
.mb90 {
  margin-bottom: 0.9rem;
}
.mb85 {
  margin-bottom: 0.85rem;
}
.mb80 {
  margin-bottom: 0.8rem;
}
.mb75 {
  margin-bottom: 0.75rem;
}
.mb70 {
  margin-bottom: 0.7rem;
}
.mb65 {
  margin-bottom: 0.65rem;
}
.mb60 {
  margin-bottom: 0.6rem;
}
.mb50 {
  margin-bottom: 0.5rem;
}
.mb55 {
  margin-bottom: 0.55rem;
}
.mb45 {
  margin-bottom: 0.45rem;
}
.mb40 {
  margin-bottom: 0.4rem;
}
.mb35 {
  margin-bottom: 0.35rem;
}
.mb30 {
  margin-bottom: 0.3rem;
}
.mb25 {
  margin-bottom: 0.25rem;
}
.mb20 {
  margin-bottom: 0.2rem;
}
.mb10 {
  margin-bottom: 0.1rem;
}
.mb15 {
  margin-bottom: 0.15rem;
}
.mb5 {
  margin-bottom: 0.05rem;
}
.mt190 {
  margin-top: 1.9rem;
}
.mt120 {
  margin-top: 1.2rem;
}
.mt110 {
  margin-top: 1.1rem;
}
.mt100 {
  margin-top: 1rem;
}
.mt95 {
  margin-top: 0.95rem;
}
.mt90 {
  margin-top: 0.9rem;
}
.mt85 {
  margin-top: 0.85rem;
}
.mt80 {
  margin-top: 0.8rem;
}
.mt75 {
  margin-top: 0.75rem;
}
.mt70 {
  margin-top: 0.7rem;
}
.mt65 {
  margin-top: 0.65rem;
}
.mt60 {
  margin-top: 0.6rem;
}
.mt50 {
  margin-top: 0.5rem;
}
.mt55 {
  margin-top: 0.55rem;
}
.mt45 {
  margin-top: 0.45rem;
}
.mt40 {
  margin-top: 0.4rem;
}
.mt35 {
  margin-top: 0.35rem;
}
.mt30 {
  margin-top: 0.3rem;
}
.mt25 {
  margin-top: 0.25rem;
}
.mt20 {
  margin-top: 0.2rem;
}
.mt10 {
  margin-top: 0.1rem;
}
.mt15 {
  margin-top: 0.15rem;
}
.mt5 {
  margin-top: 0.05rem;
}
.pt190 {
  padding-top: 1.9rem;
}
.pt120 {
  padding-top: 1.2rem;
}
.pt110 {
  padding-top: 1.1rem;
}
.pt100 {
  padding-top: 1rem;
}
.pt95 {
  padding-top: 0.95rem;
}
.pt90 {
  padding-top: 0.9rem;
}
.pt85 {
  padding-top: 0.85rem;
}
.pt80 {
  padding-top: 0.8rem;
}
.pt75 {
  padding-top: 0.75rem;
}
.pt70 {
  padding-top: 0.7rem;
}
.pt65 {
  padding-top: 0.65rem;
}
.pt60 {
  padding-top: 0.6rem;
}
.pt50 {
  padding-top: 0.5rem;
}
.pt55 {
  padding-top: 0.55rem;
}
.pt45 {
  padding-top: 0.45rem;
}
.pt40 {
  padding-top: 0.4rem;
}
.pt35 {
  padding-top: 0.35rem;
}
.pt30 {
  padding-top: 0.3rem;
}
.pt25 {
  padding-top: 0.25rem;
}
.pt20 {
  padding-top: 0.2rem;
}
.pt10 {
  padding-top: 0.1rem;
}
.pt15 {
  padding-top: 0.15rem;
}
.pt5 {
  padding-top: 0.05rem;
}
.pb190 {
  padding-bottom: 1.9rem;
}
.pb120 {
  padding-bottom: 1.2rem;
}
.pb110 {
  padding-bottom: 1.1rem;
}
.pb100 {
  padding-bottom: 1rem;
}
.pb95 {
  padding-bottom: 0.95rem;
}
.pb90 {
  padding-bottom: 0.9rem;
}
.pb85 {
  padding-bottom: 0.85rem;
}
.pb80 {
  padding-bottom: 0.8rem;
}
.pb75 {
  padding-bottom: 0.75rem;
}
.pb70 {
  padding-bottom: 0.7rem;
}
.pb65 {
  padding-bottom: 0.65rem;
}
.pb60 {
  padding-bottom: 0.6rem;
}
.pb50 {
  padding-bottom: 0.5rem;
}
.pb55 {
  padding-bottom: 0.55rem;
}
.pb45 {
  padding-bottom: 0.45rem;
}
.pb40 {
  padding-bottom: 0.4rem;
}
.pb35 {
  padding-bottom: 0.35rem;
}
.pb30 {
  padding-bottom: 0.3rem;
}
.pb25 {
  padding-bottom: 0.25rem;
}
.pb20 {
  padding-bottom: 0.2rem;
}
.pb10 {
  padding-bottom: 0.1rem;
}
.pb15 {
  padding-bottom: 0.15rem;
}
.pb5 {
  padding-bottom: 0.05rem;
}
.f14 {
  font-size: 0.14rem;
}
.f16 {
  font-size: 0.16rem;
}
.f17 {
  font-size: 0.17rem;
}
.f18 {
  font-size: 0.18rem;
}
.f20 {
  font-size: 0.2rem;
}
.f22 {
  font-size: 0.22rem;
}
.f24 {
  font-size: 0.24rem;
}
.f26 {
  font-size: 0.26rem;
}
.f28 {
  font-size: 0.28rem;
}
.f30 {
  font-size: 0.3rem;
}
.f32 {
  font-size: 0.32rem;
}
.f34 {
  font-size: 0.34rem;
}
.f36 {
  font-size: 0.36rem;
}
.f38 {
  font-size: 0.38rem;
}
.f40 {
  font-size: 0.4rem;
}
.f42 {
  font-size: 0.42rem;
}
.f44 {
  font-size: 0.44rem;
}
.f46 {
  font-size: 0.46rem;
}
.f48 {
  font-size: 0.48rem;
}
.f50 {
  font-size: 0.5rem;
}
.f52 {
  font-size: 0.52rem;
}
.f54 {
  font-size: 0.54rem;
}
.f56 {
  font-size: 0.56rem;
}
.f58 {
  font-size: 0.58rem;
}
.f60 {
  font-size: 0.6rem;
}
.f62 {
  font-size: 0.62rem;
}
.f80 {
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .f48 {
    font-size: 0.32rem;
  }
  .f60 {
    font-size: 0.48rem;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 0.22rem;
  }
  .f14 {
    font-size: 0.2rem;
  }
  .f16 {
    font-size: 0.2rem;
  }
  .f17 {
    font-size: 0.24rem;
  }
  .f18 {
    font-size: 0.24rem;
  }
  .f20 {
    font-size: 0.26rem;
  }
  .f22 {
    font-size: 0.26rem;
  }
}
.hidden {
  overflow: hidden;
}
.re {
  position: relative;
  z-index: 3;
}
.ani {
  transition: all 0.5s;
}
a:hover .ani {
  transform: scale(1.15);
}
.color {
  color: var(--color);
}
.line_em {
  width: 1px;
  height: 0.2rem;
  display: inline-flex;
  vertical-align: middle;
  background-color: #e2e2e2;
  margin: 0 0.3rem;
}
.header {
  width: 100%;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.header.fixed,
.header.header_white,
.header:hover {
  background-color: #fff;
  box-shadow: 0px 1px 0.1rem 0px rgba(2, 1, 30, 0.08);
}
.header.txt_white:not(:hover) {
  /* .jbbg2(180deg,rgba(0,0,0,0.15), rgba(0,0,0,0));*/
}
.header.txt_white:not(:hover) .right {
  filter: brightness(0) invert(1);
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo img {
  max-width: 3.55rem;
}
@media (max-width: 1920px) and (min-width: 1025px) {
  .header .w1440 {
    width: 100%;
    padding-right: 4%;
    max-width: 100%;
  }
  .header .logo {
    justify-content: center;
    flex: 1;
  }
}
.header .right {
  display: inline-flex;
  align-items: center;
}
.header .menuIcon {
  display: none;
}
.header .search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 0.25rem;
}
.header .search.search_show .top_search {
  opacity: 1;
  top: 100%;
  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.22rem;
  height: 0.22rem;
  background: url(../images/search.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
}
.header .open_search.on i {
  background: none;
  position: relative;
}
.header .open_search.on i:before,
.header .open_search.on i:after {
  position: absolute;
  content: '';
  width: 0.2rem;
  left: 50%;
  height: 2px;
  top: 50%;
  margin-left: -0.12rem;
  margin-top: -1.5px;
  background: var(--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: 100%;
  pointer-events: none;
}
.header .top_search .warp {
  position: relative;
}
.header .top_search .btn {
  width: 0.7rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/search.svg) no-repeat center;
}
.header .top_search .text {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  padding-left: 0.7rem;
  padding-right: 0.5rem;
  border-radius: 0.3rem;
  border: none;
  background-color: #ffffff;
}
.header .top_search .text::placeholder {
  color: #999999;
}
.header .lang {
  flex-shrink: 0;
  align-items: center;
  display: inline-flex;
  line-height: 0.24rem;
  position: relative;
  margin-left: 0.4rem;
  height: 1rem;
}
.header .lang .icon {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/lang2.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0.1);
  cursor: pointer;
}
.header .lang .box {
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -10px, 0);
  -webkit-transform: translate3d(-50%, -10px, 0);
  -moz-transform: translate3d(-50%, -10px, 0);
  -o-transform: translate3d(-50%, -10px, 0);
  -ms-transform: translate3d(-50%, -10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  background-color: #fff;
  width: 1rem;
  text-align: center;
  border-radius: 0 0 0.1rem 0.1rem;
  box-shadow: 0px 1px 0.1rem 0px rgba(2, 1, 30, 0.08);
}
.header .lang a {
  display: block;
  line-height: 0.5rem;
}
.header .lang.on .icon {
  filter: none;
}
.header .lang.on .box {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
.header .navTop li {
  position: relative;
}
.header .navTop li span {
  display: block;
  position: relative;
}
.header .navTop li span a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  height: 1rem;
}
.header .navTop li span a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translateX(-50%);
  height: 0.02rem;
  background-color: var(--color);
  width: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  opacity: 0;
}
@media (min-width: 1025px) {
  .header .navTop li {
    margin-right: 0.75rem;
  }
  .header .navTop li.aon span a,
  .header .navTop li:hover span a {
    color: var(--color);
    font-weight: bold;
  }
  .header .navTop li.aon span a::after,
  .header .navTop li:hover span a::after {
    width: 100%;
    opacity: 1;
  }
}
.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: #fff;
  box-shadow: 0px 1px 10px 0px rgba(2, 1, 30, 0.08);
  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: #4e5461;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.header .navTop li .sub a:hover {
  color: var(--color);
}
.header .navTop li.hover .sub {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
.header .navTop li.items_pro {
  position: static;
}
.header .navTop li.items_pro .sub {
  width: 100%;
  padding: 0.4rem 0 0.7rem;
}
.header .navTop li.items_pro .sub .w1440 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 1.9rem;
}
.header .navTop li.items_pro .sub dl {
  padding: 0 0.6rem;
  border-right: 1px solid #ebecf1;
}
.header .navTop li.items_pro .sub dl:last-child {
  border-right: none;
}
.header .navTop li.items_pro .sub dt {
  color: #111125;
  font-size: var(--f18);
  margin-bottom: 0.2rem;
}
.header .navTop li.items_pro .sub dd a {
  display: block;
  text-align: left;
  min-height: auto;
  line-height: 0.36rem;
}
@media screen and (max-width: 1024px) {
  .header .logo {
    height: 0.8rem;
  }
  .header .navTop li span a {
    color: #fff;
  }
  .header .lang {
    height: 0.8rem;
  }
  .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: #22222c;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: #22222c;
    border-radius: 5px;
    left: 0;
    content: '';
    position: absolute;
  }
  .header #open_menu::before {
    top: 0;
  }
  .header #open_menu::after {
    bottom: 0;
    top: auto;
  }
  .header #open_menu.open_menu_on i {
    opacity: 0;
  }
  .header #open_menu.open_menu_on:before {
    transform: rotate(45deg);
    top: 0.1rem;
  }
  .header #open_menu.open_menu_on:after {
    transform: rotate(-45deg);
    bottom: auto;
    top: 0.1rem;
  }
  .header .search {
    width: auto;
    border: none;
  }
  .header .navTop {
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    line-height: 40px;
    margin-left: 0;
    display: block;
    padding: 0;
    transition: all 0.5s;
    opacity: 0;
    background-image: none;
    margin-right: 0;
    z-index: 106;
    padding-top: 0.8rem;
    background-color: transparent;
  }
  .header .navTop::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 0.8rem);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .navTop.show {
    visibility: visible;
    right: 0;
    opacity: 1;
  }
  .header .navTop .ul {
    position: relative;
    height: 100%;
    max-height: 100%;
    width: 3rem;
    margin: 0 0 0 auto;
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    display: block;
  }
  .header .navTop .ul li {
    float: none;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #eee;
    margin: 0;
    width: 100%;
  }
  .header .navTop .ul li:hover span a,
  .header .navTop .ul li.aon span a {
    color: #333;
  }
  .header .navTop .ul li span {
    display: block;
    line-height: 0.8rem;
  }
  .header .navTop .ul li span a {
    padding-bottom: 0;
    line-height: normal;
    height: 0.8rem;
    justify-content: flex-start;
    display: inline-flex;
    color: #333;
    padding: 0 10%;
  }
  .header .navTop .ul li span a::before {
    display: none;
  }
  .header .navTop .ul li .sub {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    color: #999999;
    width: 100%;
    background-color: transparent;
    text-align: left;
    padding: 0 0 0.2rem;
    min-width: auto;
    display: none;
    opacity: 1;
    white-space: normal;
    backface-visibility: hidden;
    pointer-events: auto;
  }
  .header .navTop .ul li .box {
    top: 0;
    box-shadow: none;
    text-align: left;
    display: block;
  }
  .header .navTop .ul li .box::before {
    display: none;
  }
  .header .navTop .ul li .box a {
    margin: 0;
    padding: 0.1rem;
    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 .items_pro {
    position: static;
  }
  .header .navTop .ul .items_pro .sub {
    width: 100%;
    padding: 0 0 0.2rem;
  }
  .header .navTop .ul .items_pro .sub .w1440 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .header .navTop .ul .items_pro .sub dl {
    padding: 0;
    border-right: none;
    width: 100%;
    margin-bottom: 0.3rem;
    padding-left: 0.2rem;
  }
  .header .navTop .ul .items_pro .sub dt {
    margin-bottom: 0.1rem;
  }
  .header .navTop .ul .items_pro .sub dd a {
    line-height: normal;
  }
}
@media screen and (max-width: 768px) {
  .header .top_search {
    width: 100%;
    top: 100%;
  }
  .header .top_search .warp {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .header .logo img {
    max-width: 2rem;
  }
  .header .search {
    position: static;
    line-height: normal;
  }
  .header .top_btn,
  .header .menuIcon {
    margin-left: 0.2rem;
  }
  .header .line_em {
    margin: 0 0.15rem;
  }
}
.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;
}
.poImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
[v-cloak] {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pt100 {
    padding-top: 0.7rem;
  }
  .pb100 {
    padding-bottom: 0.7rem;
  }
}
.footer {
  padding-top: 0.8rem;
  background-color: #203486;
  width: 100%;
}
.footer .logo {
  max-width: 2.7rem;
}
.footer nav {
  width: calc(885 / 1440 * 100%);
  margin-bottom: 1.35rem;
}
.footer nav a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
.footer nav a:hover {
  color: #fff;
}
.footer nav dt {
  margin-bottom: 0.35rem;
}
.footer nav dt a {
  font-size: var(--f18);
  color: #fff;
  font-weight: bold;
}
.footer nav dd {
  line-height: calc(40 / 16);
}
.footer .Copyright {
  padding: 0.25rem 0;
  text-align: center;
  border-top: 1px solid rgba(106, 191, 233, 0.1);
  color: rgba(255, 255, 255, 0.6);
}
.footer .Copyright a {
  display: inline-flex;
  align-items: center;
  gap: 0.05rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer .Copyright a:hover {
  color: #fff;
}
.footer .Copyright a img {
  margin-left: 0.1rem;
  width: 0.16rem;
  display: inline-flex;
}
.footer .Copyright .flink em {
  margin: 0 0.1rem;
}
.footer .Copyright .flink em:last-child {
  display: none;
}
.footer .share {
  gap: 0.13rem;
  margin-top: 0.35rem;
}
.footer .share a {
  display: block;
  position: relative;
}
.footer .share a:hover .icon img {
  opacity: 1;
}
.footer .share .icon {
  width: 0.46rem;
  height: 0.46rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}
.footer .share .icon img {
  max-height: 100%;
  margin: 0;
}
.footer .share .hover {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  padding-bottom: 0.15rem;
  display: none;
}
.footer .share .box {
  padding: 0.07rem;
  width: 1.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
  position: relative;
}
.footer .share .box::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border: 0.06rem solid transparent;
  border-top-color: #fff;
}
.footer .share .box img {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 0.3rem;
  }
  .footer .top {
    justify-content: center;
    text-align: center;
  }
  .footer .logo {
    margin: 0 auto;
  }
  .footer .content {
    justify-content: center;
  }
  .footer nav {
    display: none;
  }
  .footer .Copyright {
    margin-top: 0.25rem;
    padding: 0.15rem 0;
  }
  .footer .Copyright .w1440 {
    justify-content: center;
    text-align: center;
  }
  .footer .share {
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .footer .left {
    width: 100%;
  }
}
.swiper_button {
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  width: 0.6rem;
  height: 0.6rem;
  display: flex!important;
  border-radius: 0;
  opacity: 1;
  background-color: #f1f1f1;
  border-radius: 100%;
}
.swiper_button::after {
  font-size: var(--f16);
  color: #999999;
  font-weight: bold;
}
.swiper_button:hover {
  opacity: 1;
  background-color: var(--color);
}
.swiper_button:hover::after {
  color: #fff;
}
.swiper-button-prev {
  left: -6%;
}
.swiper-button-next {
  right: -6%;
}
@media screen and (max-width: 1480px) {
  .swiper-button-prev {
    left: -2%;
  }
  .swiper-button-next {
    right: -2%;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: -2%;
  }
  .swiper-button-next {
    right: -2%;
  }
}
.pagebtn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  z-index: 5;
  gap: 0.2rem;
  bottom: 0.1rem;
}
.pagebtn .swiper-button {
  position: relative;
  top: auto;
  margin-top: auto;
  right: auto;
  left: auto;
}
.swiper .swiper-pagination {
  bottom: 0.2rem;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.22rem;
  height: 0.22rem;
  background-color: transparent;
  margin: 0 0.06rem;
  opacity: 1;
  display: inline-flex;
  border: 1px solid transparent;
  position: relative;
}
.swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #fff;
  border-radius: 100%;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
}
.Hbanner {
  position: relative;
  height: 100vh;
  background-color: #fff;
}
.Hbanner .fp-tableCell {
  padding-top: 0;
}
.Hbanner .swiper-slide {
  overflow: hidden;
}
.Hbanner .pic {
  overflow: hidden;
  width: 100vw;
  background-color: #fff;
}
.Hbanner .pic video,
.Hbanner .pic img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -webkit-object-fit: cover;
  transition: all 5s;
  transform: scale(1);
}
.Hbanner .flexbox {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  color: #111125;
  z-index: 3;
}
.Hbanner .textwarp {
  width: 100%;
}
.Hbanner .textwarp_one {
  padding-top: 0.9rem;
}
.Hbanner .black {
  color: #222222;
}
.Hbanner .white {
  color: #fff;
}
.Hbanner .stit {
  letter-spacing: 0.05rem;
}
.Hbanner .f64 {
  font-size: 0.64rem;
}
.Hbanner .title {
  letter-spacing: 0.01rem;
}
.Hbanner .title strong {
  font-size: 0.8rem;
  margin-left: 0.15rem;
}
.Hbanner .en {
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
.Hbanner .textwarp_two {
  height: 100%;
  padding-top: 2.9rem;
}
.Hbanner .textwarp_two .stit {
  letter-spacing: 0.19rem;
}
.Hbanner .textwarp_two .en {
  letter-spacing: -0.01rem;
}
.Hbanner .swiper-slide-active .pic img {
  transform: scale(1);
}
.Hbanner .swiper-pagination {
  bottom: 0.3rem;
  z-index: 10;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet {
  width: 0.22rem;
  height: 0.22rem;
  background-color: transparent;
  margin: 0 0.06rem;
  opacity: 1;
  display: inline-flex;
  border: 1px solid transparent;
  position: relative;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: #fff;
  border-radius: 100%;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
}
.Hbanner .pagebtn {
  z-index: 2;
  bottom: 0.56rem;
  gap: 0.2rem;
  justify-content: flex-end;
  width: 92%;
  max-width: 1600px;
}
.Hbanner .pagebtn .swiper_button {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  opacity: 1;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0;
  right: 0;
}
.Hbanner .pagebtn .swiper_button:after {
  opacity: 0.4;
}
.Hbanner svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 115%;
  height: 115%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.Hbanner .circle-path {
  stroke: transparent;
  /* 蓝色实线 */
  stroke-width: 2;
  fill: transparent;
  /* 透明填充 */
  stroke-dasharray: 283;
}
.Hbanner .swiper_button:hover:after {
  opacity: 1;
}
.Hbanner .swiper_button:hover .circle-path {
  stroke: #fff;
  /* 激活状态深蓝色 */
  animation: progress 2.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .Hbanner {
    height: auto;
  }
  .Hbanner .pic {
    width: 100vw;
  }
  .Hbanner .pic video,
  .Hbanner .pic img {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .Hbanner .pic {
    min-height: 5.5rem;
  }
  .Hbanner .pic video,
  .Hbanner .pic .img {
    min-height: 5.5rem;
  }
  .Hbanner .stit {
    letter-spacing: 0!important;
  }
  .Hbanner .f64 {
    font-size: var(--f32);
  }
  .Hbanner .title strong {
    font-size: 0.4rem;
  }
  .Hbanner .en {
    letter-spacing: 0!important;
  }
  .Hbanner .textwarp_two {
    padding-top: 1rem;
  }
}
@keyframes progress {
  0% {
    stroke-dashoffset: 283;
    /* 圆周长=2πr=2*3.14*45≈283 */
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.Hbox_bg {
  background-image: -moz-linear-gradient(0deg, #e2eeff, #ffffff);
  background-image: -webkit-linear-gradient(0deg, #e2eeff, #ffffff);
  background-image: -ms-linear-gradient(0deg, #e2eeff, #ffffff);
  background-image: linear-gradient(0deg, #e2eeff, #ffffff);
}
.section_Hbox {
  width: 100%;
}
.Htitle {
  line-height: 1;
}
.Htitle .cn {
  position: relative;
  color: #111125;
  z-index: 1;
}
.Htitle .cn::before {
  content: '';
  position: absolute;
  left: -0.14rem;
  top: -0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  background-image: -moz-linear-gradient(150deg, #006aff, rgba(0, 106, 255, 0) 82%);
  background-image: -webkit-linear-gradient(150deg, #006aff, rgba(0, 106, 255, 0) 82%);
  background-image: -ms-linear-gradient(150deg, #006aff, rgba(0, 106, 255, 0) 82%);
  background-image: linear-gradient(150deg, #006aff, rgba(0, 106, 255, 0) 82%);
  opacity: 0.5;
  z-index: -1;
  border-radius: 0.1rem;
}
.Htitle .en {
  text-transform: uppercase;
}
.Htitle .en span {
  background-image: -moz-linear-gradient(90deg, #006aff 60%, #dce6f7 100%);
  background-image: -webkit-linear-gradient(90deg, #006aff 60%, #dce6f7 100%);
  background-image: -ms-linear-gradient(90deg, #006aff 60%, #dce6f7 100%);
  background-image: linear-gradient(90deg, #006aff 60%, #dce6f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.2;
}
.Htitle_two .cn::before {
  display: none;
}
.Htitle_two .en {
  color: rgba(0, 111, 255, 0.16);
}
.Htitle_two .en span {
  color: var(--color);
  opacity: 0.16;
  background-image: -moz-linear-gradient(90deg, var(--color), var(--color));
  background-image: -webkit-linear-gradient(90deg, var(--color), var(--color));
  background-image: -ms-linear-gradient(90deg, var(--color), var(--color));
  background-image: linear-gradient(90deg, var(--color), var(--color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Hmore {
  display: inline-flex;
  min-width: 1.6rem;
  height: 0.56rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color);
  border-radius: 0.3rem;
  color: var(--color);
  position: relative;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  padding: 0 0.1rem;
}
.Hmore::after {
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid var(--color);
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-left: 0.05rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hmore:hover {
  background-color: var(--color);
  color: #fff;
}
.Hmore:hover::after {
  border-color: #fff;
}
.Hmore.Hmore_bg {
  background-color: var(--color);
  color: #fff;
}
.Hmore.Hmore_bg::after {
  border-color: #fff;
}
.Hmore.Hmore_bg:hover {
  background-color: #fff;
  color: var(--color);
}
.Hmore.Hmore_bg:hover::after {
  border-color: var(--color);
}
.txt_more {
  display: inline-flex;
  align-items: center;
  color: #55555f;
}
.txt_more::after {
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #55555f;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-left: 0.05rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  flex-shrink: 0;
}
a.box:hover .txt_more {
  color: var(--color);
}
a.box:hover .txt_more::after {
  border-color: var(--color);
}
a.box:hover .Hmore {
  background-color: var(--color);
  color: #fff;
}
a.box:hover .Hmore::after {
  border-color: #fff;
}
.Hmouse {
  position: fixed;
  right: calc(60 / 1920 * 100%);
  width: 0.21rem;
  height: 0.29rem;
  background: url(../images/mouse.svg) no-repeat center;
  background-size: contain;
  bottom: 0.55rem;
  z-index: 10;
}
.page_num {
  position: fixed;
  left: calc(60 / 1920 * 100%);
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cccccc;
  font-style: var(--f18);
  font-weight: bold;
}
.page_num em {
  writing-mode: tb;
}
.page_num .num {
  color: #777777;
}
@media screen and (max-width: 1024px) {
  .Hmouse,
  .page_num {
    display: none;
  }
}
.fp-tableCell {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}
.section_footer .fp-tableCell {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .fp-section,
  .fp-tableCell {
    height: auto!important;
    padding-top: 0;
  }
  .fp-section:not(.Hbanner, .section_footer) {
    padding: 0.8rem 0;
  }
}
.about_index .content {
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  min-height: 5.7rem;
  padding: 0.5rem 0.6rem;
}
.about_index .con {
  max-width: 5.3rem;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0.1rem;
  padding: 0.45rem 0.4rem 0.7rem;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(10px);
}
.about_index .year {
  color: #66667a;
}
.about_index .num {
  background-image: -moz-linear-gradient(90deg, #006aff 60%, #91bfff 100%);
  background-image: -webkit-linear-gradient(90deg, #006aff 60%, #91bfff 100%);
  background-image: -ms-linear-gradient(90deg, #006aff 60%, #91bfff 100%);
  background-image: linear-gradient(90deg, #006aff 60%, #91bfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 0.1rem;
}
.about_index .title {
  color: #22222c;
}
.about_index .des {
  color: #333347;
  line-height: calc(30 / 16);
  padding-right: 0.1rem;
  text-align: justify;
}
.Hpro .list {
  position: relative;
}
.Hpro .pic {
  position: relative;
  padding-bottom: calc(450 / 720 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.Hpro .textwarp {
  text-align: center;
  padding: 0.3rem 0.2rem 0;
  opacity: 0;
}
.Hpro .title {
  margin-bottom: 0.05rem;
}
.Hpro .des {
  color: #22222c;
}
.Hpro .swiper-slide {
  filter: blur(3px);
}
.Hpro .swiper-slide-active {
  filter: blur(0);
}
.Hpro .swiper-slide-active .textwarp {
  opacity: 1;
}
.Hpro .swiper-button-prev {
  left: -7%;
}
.Hpro .swiper-button-next {
  right: -7%;
}
.Hpro .swiper_button {
  top: 42%;
}
@media screen and (max-width: 1440px) {
  .Hpro .list {
    padding: 0 0.3rem;
  }
  .Hpro .swiper-button-prev {
    left: -3%;
  }
  .Hpro .swiper-button-next {
    right: -3%;
  }
}
.Hnews .left {
  width: calc(840 / 1440 * 100%);
}
.Hnews .left .swiper {
  border-radius: 0.1rem;
}
.Hnews .left .pic {
  padding-bottom: calc(560 / 840 * 100%);
  position: relative;
  overflow: hidden;
}
.Hnews .left .textwarp {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.3rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
.Hnews .left .title {
  margin-bottom: 0.05rem;
}
.Hnews .left .time {
  color: #8d90a1;
}
.Hnews .left .page_btn {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
  z-index: 3;
}
.Hnews .left .page_btn .swiper_button {
  position: relative;
  width: 0.25rem;
  height: 0.15rem;
  background: url(../images/arrow.svg) no-repeat center;
  filter: grayscale(1) opacity(0.7);
  top: auto;
  transform: translateY(0);
  margin-top: 0;
}
.Hnews .left .page_btn .swiper_button::after {
  display: none;
}
.Hnews .left .page_btn .swiper-button-next {
  transform: rotate(180deg);
}
.Hnews .left .page_btn .line {
  width: 1px;
  height: 0.24rem;
  background-color: #888888;
  display: block;
  opacity: 0.4;
  margin: 0 0.1rem;
}
.Hnews .right {
  width: calc(580 / 1440 * 100%);
}
.Hnews .right li:not(:last-child) {
  margin-bottom: 0.22rem;
}
.Hnews .right .box {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  background-color: #fff;
  overflow: hidden;
}
.Hnews .right .pic {
  width: calc(258 / 580 * 100%);
}
.Hnews .right .pic i {
  display: block;
  padding-bottom: calc(172 / 258 * 100%);
  position: relative;
  overflow: hidden;
}
.Hnews .right .textwarp {
  flex: 1;
  min-width: 0;
  padding: 0.3rem 0.35rem 0.3rem 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
}
.Hnews .right .title {
  width: 100%;
  font-size: var(--f18);
  line-height: calc(30 / 18);
}
.Hnews .right .time {
  color: #8d90a1;
}
@media screen and (max-width: 1024px) {
  .Hnews .right .textwarp {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .Hnews .left,
  .Hnews .right {
    width: 100%;
  }
  .Hnews .left {
    margin-bottom: 0.3rem;
  }
}
.Hother .left {
  width: calc(400 / 1440 * 100%);
}
.Hother .box {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
}
.Hother .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.3rem;
}
.Hother .des {
  color: #444458;
}
.Hother .pic {
  height: 2.2rem;
}
.Hother .item:not(:last-child) {
  margin-bottom: 0.22rem;
}
.Hother .item_two .pic {
  height: 2.6rem;
}
.Hother .content_con {
  width: calc(600 / 1440 * 100%);
}
.Hother .content_con .pic {
  height: 5.02rem;
}
.Hother .content_con .textwarp {
  padding: 0.35rem 0.33rem;
}
.Hother .content_con .title {
  margin-bottom: 0.05rem;
}
@media screen and (max-width: 640px) {
  .Hother .left,
  .Hother .content_con {
    width: 100%;
  }
  .Hother .content_con {
    margin: 0.22rem 0;
  }
}
.Hcontact {
  /*background-color: #f6f7fc;*/
}
.Hcontact .left {
  width: calc(820 / 1440 * 100%);
}
.Hcontact .list {
  color: #666684;
}
.Hcontact .list li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.Hcontact .list .icon {
  flex-shrink: 0;
  margin-right: 0.17rem;
  background-color: #fff;
  border-radius: 100%;
}
.Hcontact .list .tit {
  color: #22222c;
}
.Hcontact .list li:nth-child(4) {
  color: var(--color);
  position: relative;
}
.Hcontact .list li:nth-child(4) .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Hcontact .list li:nth-child(4) .tit {
  color: var(--color);
}
.Hcontact .list li:nth-child(4) .icon {
  background-color: var(--color);
}
.Hcontact .list li:nth-child(4) .des {
  display: flex;
  align-items: center;
}
.Hcontact .list li:nth-child(4) .arrow {
  display: inline-flex;
  width: 0.07rem;
  height: 0.07rem;
  border: solid var(--color);
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-left: 0.05rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hcontact .img {
  border: solid 1px #ebecf1;
  border-radius: 0.1rem;
}
.Hcontact .img img {
  width: 100%;
}
.Hcontact .right {
  width: calc(460 / 1440 * 100%);
  padding-top: 0.6rem;
}
.Hcontact .right .title {
  color: #22222c;
}
.Hcontact .right li {
  border: solid 1px #ebecf1;
  min-height: 0.5rem;
  margin-bottom: 0.1rem;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.12rem 0.2rem;
  display: flex;
  align-items: center;
  line-height: 0.24rem;
  align-items: flex-start;
}
.Hcontact .right .name {
  color: #8d90a1;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.Hcontact .right .name i {
  color: var(--color);
  font-size: var(--f16);
  font-style: normal;
}
.Hcontact .right .text {
  width: 100%;
  border: none;
  height: 0.24rem;
  line-height: 0.24rem;
}
.Hcontact .right textarea.text {
  height: 0.7rem;
}
.Hcontact .right .btn {
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .Hcontact .left,
  .Hcontact .right {
    width: 100%;
  }
  .Hcontact .left {
    margin-bottom: 0rem;
  }
  .Hcontact .list li {
    width: 100%;
  }
}
.NYbanner {
  position: relative;
}
.NYbanner .banner {
  position: relative;
}
.NYbanner .banner img {
  width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.NYbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  color: #fff;
  align-items: center;
}
.NYbanner .textwarp .cn {
  color: #111125;
  line-height: 1;
  margin-bottom: 0.15rem;
}
.NYbanner .textwarp .en {
  color: #111125;
  opacity: 0.6;
  text-transform: uppercase;
}
.NYbanner .textwarp .des {
  color: #4e5461;
  line-height: calc(30 / 18);
  max-width: 6.65rem;
}
.NYbanner .location {
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 4;
  width: 100%;
}
.NYbanner .search_con {
  max-width: 7rem;
  width: 90%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.NYbanner .btn {
  position: absolute;
  left: 0;
  width: 0.55rem;
  height: 100%;
  background: url(../images/search.svg) no-repeat center;
  background-size: 0.2rem;
}
.NYbanner .text {
  border: none;
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.55rem;
  padding-right: 0.1rem;
  background-color: #fff;
  width: 100%;
  border-radius: 0.3rem;
}
.NYbanner .text::placeholder {
  color: #666;
}
.NYbanner .mouse {
  position: absolute;
  bottom: 0.75rem;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/mouse2.png) no-repeat center;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .NYbanner .banner img {
    min-height: 4rem;
  }
  .NYbanner .banner .f56 {
    font-size: 0.36rem;
  }
  .NYbanner .banner .f22 {
    font-size: 0.2rem;
  }
  .NYbanner.ban_pro .mouse {
    display: none;
  }
  .NYbanner.ban_pro .textwarp {
    position: relative;
    padding: 0.5rem 0;
  }
  .NYbanner.ban_pro .location {
    display: none;
  }
}
.current {
  border-bottom: 1px solid #ebecf1;
}
.current .location {
  width: auto;
}
@media screen and (max-width: 768px) {
  .current .location {
    width: 100%;
    display: none;
  }
}
.location {
  display: inline-flex;
  align-items: center;
  color: #555555;
  padding: 0.2rem 0;
  text-align: right;
  height: 0.8rem;
}
.location em {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-style: normal;
  gap: 0 0.15rem;
  color: #8d90a1;
  line-height: 0.22rem;
}
.location em a {
  color: #8d90a1;
}
.location em a:hover {
  color: var(--color);
}
.location em i {
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #8d90a1;
  border-width: 0.02rem 0.02rem 0 0;
  transform: rotate(45deg);
}
.location em span {
  color: #22222c;
}
.location_search {
  border-bottom: 1px solid #ebecf1;
}
.location_search .ul {
  display: flex;
  gap: ;
}
.nymenu li:not(:last-child) {
  margin-right: 0.8rem;
}
.nymenu a {
  position: relative;
  display: flex;
  height: 0.8rem;
  align-items: center;
  justify-content: center;
}
.nymenu a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  background-color: var(--color);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.nymenu a:hover {
  color: var(--color);
}
.nymenu a:hover::after {
  width: 100%;
  opacity: 1;
}
.nymenu .aon a {
  color: var(--color);
  font-weight: bold;
}
.nymenu .aon a::after {
  width: 100%;
  opacity: 1;
}
@media (max-width: 640px) {
  .nymenu li:not(:last-child) {
    margin-right: 0.2rem;
  }
  .nymenu a {
    height: 0.6rem;
  }
}
.leftmenu {
  flex-shrink: 0;
  width: 2.8rem;
  margin-right: 0.4rem;
}
.leftmenu .item {
  position: relative;
}
.leftmenu .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1px;
  height: 97%;
  background-color: #999999;
  opacity: 0.4;
}
.leftmenu .title {
  margin-bottom: 0.15rem;
  color: #22222c;
  padding-left: 0.2rem;
}
.leftmenu .navA {
  display: flex;
  align-items: center;
  min-height: 0.5rem;
  padding: 0.1rem 0.45rem 0.1rem 0.2rem;
  position: relative;
  border-radius: 0px 0.1rem 0.1rem 0px;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  border-left: 1px solid transparent;
}
.leftmenu .navA::after {
  content: '';
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.11rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  background: url(../images/arrow2.svg) no-repeat center;
  background-size: contain;
}
.leftmenu .navA:hover {
  border-left-color: var(--color);
  background-color: #e5f0ff;
  color: var(--color);
  font-weight: bold;
}
.leftmenu .navA:hover::after {
  opacity: 1;
}
.leftmenu .active a {
  border-left-color: var(--color);
  background-color: #e5f0ff;
  color: var(--color);
  font-weight: bold;
}
.leftmenu .active a::after {
  opacity: 1;
}
.rightMain {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .leftmenu {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .leftmenu .item {
    width: 48%;
  }
  .rightMain {
    width: 100%;
    flex: auto;
  }
}
.pro_list {
  gap: 0.2rem;
}
.pro_list li {
  width: calc((100% - 0.2rem * 2) / 3);
}
.pro_list .box {
  display: block;
  height: 100%;
  background-color: #f6f7fc;
  border-radius: 0.1rem;
  overflow: hidden;
  text-align: center;
}
.pro_list .box:hover .textwarp {
  background-color: var(--color);
  color: #fff;
}
.pro_list .box:hover .des {
  color: #fff;
}
.pro_list .box:hover .des {
  opacity: 0;
}
.pro_list .box:hover .txt_more {
  opacity: 1;
  color: #fff;
}
.pro_list .box:hover .txt_more::after {
  border-color: #fff;
}
.pro_list .box:hover .color {
  color: #fff;
}
.pro_list .pic {
  height: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_list .pic img {
  max-height: 90%;
  max-width: 90%;
}
.pro_list .textwarp {
  position: relative;
  padding: 0.17rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.pro_list .title {
  margin-bottom: 0.05rem;
}
.pro_list .des {
  color: #8d90a1;
  min-height: 1.6em;
}
.pro_list .txt_more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.15rem;
  opacity: 0;
  color: #fff;
}
.pro_list .txt_more::after {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .pro_list li {
    width: calc((100% - 0.2rem * 1) / 2);
  }
}
.pro_list_search .title {
  font-size: var(--f20);
}
.pro_list_search .pic {
  height: 3.5rem;
}
.pro_list_search .textwarp {
  padding: 0.25rem 0.1rem;
}
.pro_list_search .txt_more {
  bottom: 0.25rem;
}
.Solution_list {
  padding-top: 0.05rem;
}
.Solution_list .box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.Solution_list .pic img {
  width: 100%;
}
.Solution_list .textwarp {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.1rem 0.3rem;
  min-height: 0.8rem;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}
.Solution_list .txt_more {
  color: var(--color);
}
.Solution_list .txt_more::after {
  border-color: var(--color);
}
.pro_info {
  background: url(../images/pro_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
.pro_info .stit {
  color: #4e5461;
  margin-top: 0.1rem;
}
.pro_info .title {
  margin: 0.05rem 0;
  color: #22222c;
}
.pro_info .des {
  color: #4e5461;
}
.pro_info .btn {
  margin-top: 0.25rem;
}
.pro_other {
  overflow: hidden;
}
.pro_other .swiper {
  overflow: initial;
  max-width: 9.6rem;
  margin: 0 auto;
}
.pro_other .pic {
  position: relative;
  padding-top: calc(540 / 960 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.pro_other .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.pro_other .textwarp {
  text-align: center;
  padding-top: 0.4rem;
  opacity: 0;
}
.pro_other pre {
  text-align: center;
  color: #4e5461;
  line-height: calc(24 / 16);
  margin: 0.15rem 0 0.3rem;
}
.pro_other .swiper-slide-active .pic::after {
  opacity: 0;
}
.pro_other .swiper-slide-active .textwarp {
  opacity: 1;
}
.pro_other .swiper_button {
  width: 0.49rem;
  height: 0.26rem;
  background: url(../images/arrow3.svg) no-repeat center;
  background-size: 0.49rem;
  width: 50%;
  height: 100%;
  top: -10%;
}
.pro_other .swiper_button::after {
  display: none;
}
.pro_other .swiper-button-prev {
  transform: rotate(180deg);
  left: -49%;
}
.pro_other .swiper-button-next {
  right: -49%;
}
@media screen and (max-width: 1024px) {
  .pro_other .swiper_button {
    width: 10%;
  }
  .pro_other .swiper-button-prev {
    left: -12%;
  }
  .pro_other .swiper-button-next {
    right: -12%;
  }
}
@media screen and (max-width: 640px) {
  .pro_other .swiper-button-prev {
    left: 0;
  }
  .pro_other .swiper-button-next {
    right: 0;
  }
}
.Solution_info {
  background: url(../images/pro_bg2.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
.Solution_info img {
  width: 100%;
}
.Solution_info_two {
  background-image: url(../images/pro_bg3.jpg);
}
.aboutBox {
  background: url(../images/about_bg.jpg) no-repeat center;
  background-size: cover;
}
.aboutBox .SingleBox {
  color: #333347;
  line-height: calc(24 / 16);
}
.news_top .box {
  display: flex;
  flex-wrap: wrap;
  background-color: #f6f7fc;
  border-radius: 0.1rem;
  overflow: hidden;
}
.news_top .pic {
  width: calc(720 / 1440 * 100%);
}
.news_top .pic i {
  display: block;
  padding-top: calc(480 / 720 * 100%);
  position: relative;
  overflow: hidden;
}
.news_top .textwarp {
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
  padding: 0.7rem 0.5rem 0.5rem;
  flex: 1;
  min-width: 0;
}
.news_top .top {
  width: 100%;
}
.news_top .time {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 0.37rem;
  min-height: 0.2rem;
  line-height: 1.2;
  color: rgba(78, 84, 97, 0.8);
  margin-bottom: 0.45rem;
}
.news_top .time::before {
  content: '';
  position: absolute;
  left: -0.17rem;
  top: -0.17rem;
  width: 0.34rem;
  height: 0.34rem;
  background-color: var(--color);
  border-radius: 100%;
}
.news_top .des {
  line-height: calc(28 / 18);
  color: rgba(78, 84, 97, 0.8);
  margin: 0.15rem 0;
}
.news_top .page_btn {
  position: absolute;
  right: 0;
  bottom: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  z-index: 3;
  gap: 0.25rem;
}
.news_top .page_btn .swiper_button {
  position: relative;
  width: 0.25rem;
  height: 0.15rem;
  background: url(../images/arrow.svg) no-repeat center;
  top: auto;
  transform: translateY(0);
  margin-top: 0;
}
.news_top .page_btn .swiper_button::after {
  display: none;
}
.news_top .page_btn .swiper-button-next {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .news_top .textwarp {
    padding: 0.4rem;
  }
  .news_top .time {
    margin-bottom: 0.25rem;
  }
  .news_top .page_btn {
    bottom: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .news_top .pic,
  .news_top .textwarp {
    width: 100%;
  }
}
.news_list li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.news_list .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 1.3rem;
  background-color: #f6f7fc;
  border-radius: 0.1rem;
  padding: 0.2rem 0.5rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.news_list .box:hover {
  background-color: var(--color);
}
.news_list .box:hover * {
  filter: brightness(0) invert(1);
}
.news_list .time {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 0.37rem;
  min-height: 0.2rem;
  line-height: 1.2;
  color: #8d90a1;
}
.news_list .time::before {
  content: '';
  position: absolute;
  left: -0.17rem;
  top: -0.17rem;
  width: 0.34rem;
  height: 0.34rem;
  background-color: var(--color);
  border-radius: 100%;
}
.news_list .title {
  flex: 1;
  min-width: 0;
  padding-left: 12%;
  padding-right: 5%;
}
.news_list .title h4 {
  width: 100%;
}
.news_list .txt_more {
  color: #8d90a1;
}
.news_list .txt_more::after {
  border-color: #8d90a1;
}
@media screen and (max-width: 640px) {
  .news_list .box {
    flex-wrap: wrap;
  }
  .news_list .time {
    width: 100%;
  }
  .news_list .title {
    padding: 0;
    margin: 0.2rem 0;
    width: 100%;
    flex: auto;
  }
  .news_list .txt_more {
    display: flex;
    width: 100%;
  }
}
.SingleBox {
  line-height: calc(28 / 16);
  color: #22222c;
}
.SingleBox img,
.SingleBox video {
  height: auto!important;
  max-width: 100%;
}
.news_details .news_title {
  margin-bottom: 0.35rem;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.35rem;
}
.news_details .news_title .title {
  color: var(--color);
  max-width: 11rem;
  margin-left: auto;
  margin-right: auto;
}
.news_details .news_title .other {
  gap: 0.1rem 0.32rem;
  color: #666666;
}
.news_details .SingleBox {
  line-height: calc(36 / 16);
  max-width: 11rem;
  margin: 0 auto;
  text-align: justify;
}
.Details_page {
  border-top: 1px solid #d2d9e5;
  padding-top: 0.3rem;
  margin-top: 0.4rem;
}
.Details_page .con {
  max-width: 11rem;
  margin: 0 auto;
}
.Details_page .left {
  flex: 1;
  min-width: 0;
  color: #222222;
}
.Details_page .left aside {
  display: flex;
  line-height: 0.28rem;
  align-items: center;
}
.Details_page .left .prev {
  margin-bottom: 0.1rem;
}
.Details_page .left span {
  flex: 1;
  min-width: 0;
}
.Details_page .left a {
  display: inline-block;
  position: relative;
  color: #222;
  vertical-align: middle;
  min-width: 0;
}
.Details_page .left a:hover {
  color: var(--color);
}
.Details_page .right {
  flex-shrink: 0;
  margin-left: 0.1rem;
}
@media screen and (max-width: 640px) {
  .Details_page .con {
    flex-wrap: wrap;
  }
  .Details_page .left {
    width: 100%;
    order: 2;
  }
  .Details_page .right {
    width: 100%;
    text-align: center;
    margin-bottom: 0.2rem;
  }
}
em {
  font-style: normal;
}
.sub_menu {
  gap: 0.1rem;
}
.sub_menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  background-color: #f6f7fc;
  min-height: 0.5rem;
  border-radius: 0.1rem;
  color: #8d90a1;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.sub_menu a.aon,
.sub_menu a:hover {
  background-color: var(--color);
  color: #fff;
  font-weight: bold;
}
.honor_list {
  gap: 0.2rem;
}
.honor_list li {
  width: calc((100% - 0.2rem * 3) / 4);
}
.honor_list .box {
  width: 100%;
  display: block;
  height: 100%;
  background-color: #f6f7fc;
  border-radius: 0.1rem;
  overflow: hidden;
}
.honor_list .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
}
.honor_list .pic img {
  max-height: 90%;
  max-width: 90%;
}
.honor_list .title {
  text-align: center;
  padding: 0 0.33rem 0.33rem;
  font-size: var(--f18);
  line-height: calc(28 / 16);
}
@media screen and (max-width: 640px) {
  .honor_list li {
    width: calc((100% - 0.2rem * 1) / 2);
  }
}
.Announcement_list li {
  border-bottom: 1px solid #ebecf1;
}
.Announcement_list li aside {
  color: #4e5461;
}
.Announcement_list li .title {
  padding-left: 0.2rem;
  position: relative;
}
.Announcement_list li .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  background-color: var(--color);
  border-radius: 100%;
}
.Announcement_list li a:hover .title {
  color: var(--color);
}
.Announcement_list .flex_js_ac_row {
  gap: 0 0.5rem;
  padding-left: 0.3rem;
  line-height: 0.68rem;
}
.Announcement_list .type,
.Announcement_list .time {
  width: 1.5rem;
  text-align: center;
}
.Announcement_list .more {
  text-align: center;
  width: 1.1rem;
}
.Announcement_list .title {
  flex: 1;
  min-width: 0;
}
.Announcement_list .title_item {
  font-weight: bold;
  background-color: #f6f7fc;
  border-radius: 0.1rem;
  color: #22222c;
}
.Announcement_list .down {
  display: inline-flex;
  align-items: center;
}
.Announcement_list .down::before {
  content: '';
  display: inline-flex;
  width: 0.14rem;
  height: 0.14rem;
  background: url(../images/down.svg) no-repeat center;
  background-size: contain;
  flex-shrink: 0;
  margin-right: 0.05rem;
}
@media screen and (max-width: 640px) {
  .Announcement_list .flex_js_ac_row {
    gap: 0 0.1rem;
  }
  .Announcement_list .title {
    line-height: normal;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .Announcement_list .type {
    display: none;
  }
  .Announcement_list .more {
    font-size: 0;
    width: 0.3rem;
  }
  .Announcement_list .time {
    width: 1.3rem;
  }
}
.ContactBox .title {
  color: #22222c;
}
.ContactBox li {
  width: calc(710 / 1440 * 100%);
  background-color: #f6f7fc;
  border-radius: 0.1rem;
  text-align: center;
  padding: 0.7rem;
}
.ContactBox .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
}
.ContactBox .icon img {
  max-height: 100%;
}
.ContactBox .tit {
  color: #8d90a1;
  margin: 0.25rem 0 0;
}
.ContactBox .des {
  color: #22222c;
}
@media screen and (max-width: 640px) {
  .ContactBox li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.search_txt {
  color: #222222;
}
.loading {
  display: block;
  text-align: center;
  margin: 0.5rem auto 0;
  color: #888888;
}
.loading i {
  display: block;
  width: 0.43rem;
  height: 0.43rem;
  margin: 0 auto 10px;
  background: url(../images/loading.svg) no-repeat center;
  animation: rotating 2.2s linear infinite;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .loading {
    width: 1rem;
  }
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.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(--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;
}
.historyBox {
  background-position: center bottom;
  background-size: cover;
  min-height: 10rem;
  position: relative;
}
.historyBox .bg {
  width: 100%;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  -webkit-object-fit: cover;
  z-index: -1;
}
.historyBox .swiper_for {
  width: 92%;
  max-width: 4.6rem;
  margin: 0;
  z-index: 3;
  position: relative;
  margin-bottom: 2rem;
}
.historyBox .textwarp {
  font-size: var(--f18);
  min-height: 2rem;
  max-height: 3rem;
  overflow: auto;
  color: #555555;
}
.historyBox .textwarp .title {
  color: var(--color);
  font-size: var(--f48);
  margin-bottom: 0.05rem;
}
.historyBox .textwarp .con {
  white-space: pre-wrap;
}
.historyBox .pagebtn {
  position: relative;
  bottom: auto;
  margin: 0.35rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.historyBox .pagebtn .swiper_button {
  position: relative;
  top: auto;
  margin-top: 0;
  border-radius: 100%;
  background-color: #fff;
  left: auto;
  right: auto;
}
.historyBox .pagebtn .swiper_button::after {
  color: var(--color);
}
.historyBox .pagebtn .swiper_button:hover {
  background-color: var(--color);
}
.historyBox .pagebtn .swiper_button:hover::after {
  color: #fff;
}
.historyBox .swiper_nav {
  max-width: 1440px;
  width: 92%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url(../images/history_line.png) no-repeat center bottom;
  background-size: 100%;
  height: 100%;
}
.historyBox .swiper_nav li {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  font-size: var(--f24);
  color: #22222c;
  flex-flow: column wrap;
}
.historyBox .swiper_nav b {
  cursor: pointer;
}
.historyBox .swiper_nav .icon {
  display: block;
  width: 0.23rem;
  height: 0.23rem;
  border-radius: 100%;
  background-color: #cad8f0;
  position: relative;
  margin-top: 0.1rem;
  cursor: pointer;
}
.historyBox .swiper_nav .icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.1rem;
  height: 0.1rem;
  background-color: #fff;
  border-radius: 100%;
}
.historyBox .swiper_nav .swiper-slide-thumb-active .icon {
  background-color: var(--color);
}
.historyBox .visible-slide1 {
  padding-bottom: 9.7%;
  transform: translateX(23%);
}
.historyBox .visible-slide2 {
  padding-bottom: 12.3%;
  transform: translateX(12%);
}
.historyBox .visible-slide3 {
  padding-bottom: 16.6%;
}
.historyBox .visible-slide4 {
  padding-bottom: 20.5%;
  transform: translateX(-20%);
}
.historyBox .visible-slide5 {
  padding-bottom: 23.8%;
  transform: translateX(-39%);
}
.historyBox .visible-slide6 {
  padding-bottom: 26.5%;
  transform: translateX(-34%);
}
.historyBox .visible-slide7 {
  padding-bottom: 29.6%;
  transform: translateX(-21%);
}
.historyBox .visible-slide8 {
  padding-bottom: 31.8%;
  transform: translateX(-5%);
}
.historyBox .visible-slide9 {
  padding-bottom: 36.55%;
  transform: translateX(-20%);
}
.historyBox .visible-slide10 {
  padding-bottom: 38.5%;
  transform: translateX(-5%);
}
.historyBox .visible-slide11 {
  padding-bottom: 41.8%;
  transform: translateX(-22%);
}
.historyBox .visible-slide12 {
  padding-bottom: 44%;
  transform: translateX(-35%);
}
@media screen and (max-width: 1024px) {
  .historyBox .swiper_nav {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 640px) {
  .historyBox {
    min-height: auto;
  }
  .historyBox .swiper_for {
    margin-bottom: 0;
    width: 100%;
  }
  .historyBox .box {
    flex-wrap: wrap;
  }
  .historyBox .pic {
    width: 100%;
  }
  .historyBox .textwarp {
    padding-left: 0;
    flex: auto;
    width: 100%;
  }
}
.EnterpriseBox .list {
  position: relative;
}
.EnterpriseBox .swiper-slide {
  border-radius: 0.1rem;
  overflow: hidden;
  height: auto;
  background-color: #f6f7fc;
}
.EnterpriseBox .pic {
  padding-top: calc(472 / 710 * 100%);
  position: relative;
}
.EnterpriseBox .textwarp {
  padding: 0.3rem;
}
.EnterpriseBox .title {
  color: var(--color);
}
.EnterpriseBox .left {
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.EnterpriseBox .left b {
  margin-right: 0.05rem;
}
.EnterpriseBox .right {
  font-weight: bold;
}
.EnterpriseBox .con {
  line-height: calc(24 / 16);
  color: #333347;
  margin: 0.1rem 0 0.15rem;
  white-space: pre-wrap;
}
.Cooperation {
  background-color: #f6f7fc;
  border-radius: 0.1rem;
  padding: 0.4rem 0.5rem;
}
.Cooperation .title {
  color: #22222c;
}
.Cooperation .title i {
  margin-left: 0.03rem;
}
.Cooperation li {
  width: calc(630 / 1340 * 100%);
}
.Cooperation .name {
  flex-shrink: 0;
  min-width: 1.3rem;
  display: flex;
  align-items: center;
  min-height: 0.5rem;
  color: #22222c;
}
.Cooperation .name i {
  color: var(--color);
  flex-shrink: 0;
  font-weight: bold;
  margin-left: 0.03rem;
}
.Cooperation .el-select,
.Cooperation .el-input {
  flex: 1;
  min-width: 0;
}
.Cooperation .el-input.is-active .el-input__inner {
  border-color: var(--color);
}
.Cooperation .el-input__inner {
  width: 100%;
  border: 1px solid #ebecf1;
  background-color: #ffffff;
  border-radius: 0.1rem;
  font-size: var(--f16);
  color: #22222c;
}
.Cooperation .el-input__inner::placeholder {
  color: #8d90a1;
}
.Cooperation .el-input__inner:hover {
  border-color: var(--color);
}
.Cooperation .el-checkbox__input {
  margin-top: -0.04rem;
}
.Cooperation .box {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ebecf1;
  margin-bottom: 0.25rem;
}
.Cooperation .channelBox {
  padding-bottom: 0.05rem;
}
.Cooperation .radioBox {
  color: #22222c;
}
.Cooperation .radioBox .el-radio__label {
  font-size: var(--f16);
}
.Cooperation .radioBox .el-radio__inner {
  width: 0.18rem;
  height: 0.18rem;
  border: 1px solid #ebecf1;
  border-radius: 4px;
}
.Cooperation .radioBox .el-radio__inner::after {
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 0.07rem;
  left: 50%;
  position: absolute;
  top: 39%;
  transform: translate(-50%, -50%) rotate(45deg) scaleY(0);
  width: 0.03rem;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
  border-radius: 0;
  background-color: transparent;
}
.Cooperation .radioBox .el-radio__input.is-checked .el-radio__inner:after {
  transform: translate(-50%, -50%) rotate(45deg) scaleY(1);
}
.Cooperation .radioBox .el-radio {
  margin-bottom: 0.25rem;
}
.Cooperation .areaBox {
  padding-bottom: 0;
  border-bottom: none;
}
.Cooperation .areaBox .el-radio {
  padding-right: 0.1rem;
  min-width: 1rem;
  margin-right: 0;
}
.Cooperation .el-checkbox {
  min-width: 0.77rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 640px) {
  .Cooperation {
    padding: 0.4rem 0.3rem;
  }
  .Cooperation li {
    width: 100%;
  }
  .Cooperation .radioBox .el-radio {
    margin-right: 0.1rem;
  }
}
.TalentConcept ul {
  gap: 0.2rem;
}
.TalentConcept li {
  width: calc((100% - 0.2rem * 3) / 4);
  background-color: #f6f7fc;
  border-radius: 0.1rem;
  text-align: center;
  padding: 1rem 0.28rem;
  min-height: 4.7rem;
}
.TalentConcept .icon {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto ;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
}
.TalentConcept .icon img {
  max-height: 100%;
}
.TalentConcept .tit {
  color: #22222c;
  margin: 0.45rem 0 0.1rem;
  font-size: var(--f20);
}
.TalentConcept .con {
  color: #4e5461;
  line-height: calc(24 / 16);
}
@media screen and (max-width: 640px) {
  .TalentConcept li {
    width: 100%;
    padding: 0.6rem 0.28rem;
    min-height: auto;
  }
}
.StockBox .item {
  background-color: #f6f7fc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  padding: 0.2rem;
  border-radius: 0.1rem;
  color: #333347;
  text-align: center;
  min-height: 1.4rem;
}
.StockBox .top {
  margin-bottom: 0.2rem;
}
.StockBox .top .title {
  color: #22222c;
}
.StockBox .top .left {
  flex: 1;
}
.StockBox .top .item {
  width: calc(360 / 1440 * 100%);
  margin-left: 0.2rem;
}
.StockBox .top .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  line-height: 1;
  margin-top: 0.3rem;
}
.StockBox .top .box .txt {
  flex: 1;
  margin-left: 0.3rem;
  padding-bottom: 0.08rem;
}
.StockBox .ul {
  gap: 0.2rem;
  margin-bottom: 0.2rem;
}
.StockBox .ul li {
  width: calc((100% - 0.2rem * 4) / 5);
}
@media screen and (max-width: 640px) {
  .StockBox .top .left {
    flex: auto;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0.2rem;
  }
  .StockBox .top .item {
    width: 49%;
    margin-left: 0;
  }
  .StockBox .ul {
    justify-content: center;
    gap: 0;
  }
  .StockBox .ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
  }
  .StockBox .ul li:nth-child(2n),
  .StockBox .ul li:last-child {
    margin-right: 0;
  }
}
.Stockother iframe {
  width: 100%;
  height: 5.2rem;
}
@media screen and (max-width: 640px) {
  .Stockother iframe {
    height: 4.8rem;
  }
}
.PlatformBox {
  background: url(../images/yfpt_bg1.jpg) no-repeat center bottom;
  background-size: cover;
}
.PlatformBox .title {
  color: #22222c;
}
.PlatformBox .cnn {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.4rem 0.44rem;
  color: #333347;
  line-height: calc(24 / 16);
  text-align: justify;
}
.Platform_other {
  background-color: #f7fafc;
}
.Platform_other .title {
  color: #22222c;
}
.Platform_other .list li {
  width: 1.8rem;
  min-height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
  border: 1px solid var(--color);
  border-radius: 0.1rem;
  position: relative;
}
.Platform_other .list li::before {
  content: '';
  position: absolute;
  background-color: var(--color);
  opacity: 0.4;
}
.Platform_other .top_ul {
  margin: 0 auto 0.8rem;
  max-width: 5.6rem;
  width: 100%;
}
.Platform_other .top_ul li {
  width: 1.4rem;
  background-color: var(--color);
  color: #fff;
  position: relative;
}
.Platform_other .top_ul li::before {
  width: calc(100% + 3px);
  height: 1px;
  right: 100%;
  top: 50%;
}
.Platform_other .top_ul li::after {
  content: '';
  position: absolute;
  background-color: var(--color);
  opacity: 0.4;
  width: 1px;
  height: 0.65rem;
  left: -1.4rem;
  top: 0.25rem;
  margin-left: -1px;
}
.Platform_other .top_ul li:nth-child(2) {
  background-color: #f36a34;
  border-color: #f36a34;
}
.Platform_other .top_ul li:nth-child(2)::before {
  right: auto;
  left: 100%;
  background-color: #f36a34;
  margin-left: 1px;
}
.Platform_other .top_ul li:nth-child(2)::after {
  left: auto;
  right: -1.42rem;
  margin-left: 2px;
  background-color: #f36a34;
}
.Platform_other .list_box {
  position: relative;
}
.Platform_other .list_box::before {
  content: '';
  position: absolute;
  left: 50%;
  width: calc(100% - 3.9rem);
  height: 1px;
  top: -0.4rem;
  transform: translateX(-50%);
  margin-left: -1.05rem;
  background-color: var(--color);
  opacity: 0.4;
}
.Platform_other .list_box li {
  cursor: pointer;
}
.Platform_other .list_box li::before {
  left: 50%;
  width: 1px;
  height: 0.4rem;
  bottom: 100%;
}
.Platform_other .list_box li.on {
  background-color: var(--color);
  color: #fff;
}
.Platform_other .list_box li.cs{
  border-color: #f36a34;
  color: #f36a34;
}
.Platform_other .list_box li.cs::before {
  background-color: #f36a34;
}
/*.Platform_other .list_box li:nth-child(6),
.Platform_other .list_box li:last-child {
  border-color: #f36a34;
  color: #f36a34;
}
.Platform_other .list_box li:nth-child(6)::before,
.Platform_other .list_box li:last-child::before {
  background-color: #f36a34;
}
.Platform_other .list_box li:nth-child(6).on,
.Platform_other .list_box li:last-child.on {
  background-color: #f36a34;
  border-color: #f36a34;
  color: #fff;
}*/
.Platform_other .list_box li.cs.on{
  background-color: #f36a34;
  border-color: #f36a34;
  color: #fff;
}

.Platform_other .list_box li:last-child::after {
  content: '';
  position: absolute;
  right: 50%;
  background-color: #f36a34;
  width: 2.1rem;
  height: 1px;
  top: -0.4rem;
  margin-top: -1px;
  opacity: 0.4;
}
.Platform_other .tab_con {
  margin-top: 0.3rem;
  border: 1px solid #e1e2e6;
  border-radius: 0.1rem;
  padding: 0.35rem;
  background-color: #fff;
}
.Platform_other .tab_con .title {
  display: none;
}
.Platform_other .con {
  display: none;
}
.Platform_other .con .title,
.Platform_other .con .des {
  opacity: 0;
}
.Platform_other .des {
  color: #8d90a1;
  line-height: calc(32 / 16);
}
@media screen and (max-width: 1024px) {
  .Platform_other .list_box {
    display: none;
  }
  .Platform_other .top_ul {
    justify-content: center;
    gap: 0.3rem;
    margin-bottom: 0.2rem;
    display: none;
  }
  .Platform_other .top_ul li {
    width: auto;
    padding: 0 0.2rem;
  }
  .Platform_other .top_ul li::before,
  .Platform_other .top_ul li::after {
    display: none;
  }
  .Platform_other .tab_con .con,
  .Platform_other .tab_con .title {
    display: block!important;
  }
  .Platform_other .tab_con .con:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .Platform_other .tab_con .title,
  .Platform_other .tab_con .des {
    opacity: 1;
    transition: none !important;
    animation: none !important;
  }
}
.team_list .item {
  margin-bottom: 1.5rem;
}
.team_list .item:nth-child(2n) .pic {
  order: 2;
}
.team_list .pic {
  width: calc(690 / 1440 * 100%);
  position: relative;
}
.team_list .pic img {
  position: relative;
  width: 100%;
  border-radius: 0.1rem;
}
.team_list .pic .title {
  background-color: var(--color);
  text-align: center;
  min-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem;
  border-radius: 0.1rem;
  right: 0;
  bottom: -0.3rem;
  width: 72.465%;
  color: #fff;
  position: absolute;
  font-size: var(--f24);
}
.team_list .textwarp {
  width: calc(690 / 1440 * 100%);
  border-top: 1px solid #ebecf1;
  padding-top: 0.5rem;
}
.team_list .tit {
  color: #111125;
}
.team_list .num {
  color: var(--color);
  margin-bottom: 0.35rem;
}
.team_list .num b {
  font-size: 0.7rem;
  margin-right: 0.05rem;
}
.team_list li {
  position: relative;
  padding-left: 0.15rem;
  font-size: var(--f18);
  line-height: calc(28 / 18);
  color: #333347;
  margin-bottom: 0.1rem;
}
.team_list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 0.06rem;
  height: 0.06rem;
  background-color: var(--color);
  border-radius: 100%;
}
@media screen and (max-width: 640px) {
  .team_list .item {
    margin-bottom: 1rem;
  }
  .team_list .pic {
    width: 100%;
  }
  .team_list .textwarp {
    width: 100%;
    border-top: none;
    order: 3;
  }
}
.join_other {
  position: relative;
  min-height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.join_other::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  opacity: 0.3;
  z-index: 2;
}
.join_other .w1440 {
  position: relative;
  z-index: 3;
  text-align: center;
}
.join_other .title {
  margin-bottom: 0.3rem;
}
.join_other .title b {
  margin-right: 0.4rem;
}
.join_other .Hmore {
  color: #fff;
  border-color: #fff;
  min-width: 1.6rem;
  height: 0.48rem;
  line-height: 0.48rem;
}
.join_other .Hmore::after {
  border-color: #fff;
}
@media screen and (max-width: 640px) {
  .join_other {
    min-height: 2.5rem;
  }
  .join_other .title {
    font-size: var(--f30);
  }
}
.CorporateBox {
  background-color: #f6f7fc;
}
.CorporateBox .content {
  background-color: #fff;
  border-radius: 0.1rem;
}
.CorporateBox .left {
  width: 50%;
  padding: 0.4rem;
}
.CorporateBox .top {
  color: #22222c;
}
.CorporateBox .right {
  width: 50%;
}
.CorporateBox .pic {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.CorporateBox .pic img {
  width: 100%;
}
.CorporateBox .pic .play {
  background: url(../images/play.svg) no-repeat center rgba(0, 0, 0, 0.3);
  background-size: 0.6rem;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.CorporateBox .pic .video {
  display: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: contain;
  z-index: 3;
  background-color: #000;
}
.CorporateBox .item {
  border-bottom: 1px solid #ebecf1;
  cursor: pointer;
}
.CorporateBox .item .tit {
  display: flex;
  align-items: flex-start;
  padding: 0.15rem 0;
  line-height: 0.26rem;
  justify-content: space-between;
}
.CorporateBox .item .tit h5 {
  flex: 1;
  font-size: var(--f18);
  color: #22222c;
  font-weight: normal;
  padding-right: 0.1rem;
}
.CorporateBox .item .icon {
  flex-shrink: 0;
  width: 0.25rem;
  margin-right: 0.03rem;
  display: flex;
  align-items: center;
  height: 0.25rem;
}
.CorporateBox .item .icon_arrow {
  flex-shrink: 0;
  width: 0.2rem;
  height: 0.25rem;
  position: relative;
}
.CorporateBox .item .icon_arrow::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.08rem;
  height: 0.08rem;
  border: solid #8d90a1;
  border-width: 0.02rem 0.02rem 0 0;
}
.CorporateBox .item .con {
  padding: 0 0 0.15rem;
  display: none;
}
.CorporateBox .item li {
  position: relative;
  padding-left: 0.15rem;
  line-height: 0.32rem;
  color: #4e5461;
}
.CorporateBox .item li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 0.06rem;
  height: 0.06rem;
  background-color: var(--color);
  border-radius: 100%;
}
.CorporateBox .item.active .tit h5 {
  color: var(--color);
  font-weight: bold;
}
.CorporateBox .item.active .icon_arrow::before {
  border-color: var(--color);
  transform: translate(-50%, -50%) rotate(135deg);
}
@media screen and (max-width: 640px) {
  .CorporateBox .left,
  .CorporateBox .right {
    width: 100%;
  }
  .CorporateBox .left {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  [data-aos^=fade][data-aos^=fade] {
    opacity: 1;
    transform: none;
  }
}
.fade-in-up {
  animation: fadeInUp 0.6s ease forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.no-click {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
