.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: #015edf;
  --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: relative;
}
.header .logo {
  padding: 0 3%;
  height: 1.24rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.header .logo img{min-height:70px;}
.header .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3%;
}
.header .img img{min-height:66px;}
.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;
}
@media (min-width: 1025px) {
  .header .search .open_search {
    display: none;
  }
}
.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.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search-bg.jpg) no-repeat center;
  background-size: cover;
}
.header .top_search .btn::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/search.svg) no-repeat center;
  background-size: contain;
  width: 0.2rem;
  height: 0.2rem;
  filter: brightness(0) invert(1);
}
.header .top_search .text {
  width: 100%;
  height: 0.36rem;
  line-height: 0.36rem;
  padding-left: 0.1rem;
  padding-right: 0.5rem;
  border: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.header .top_search .text::placeholder {
  color: #999999;
}
@media (min-width: 1025px) {
  .header .top_search {
    position: relative;
    opacity: 1;
    top: auto;
    pointer-events: auto;
  }
}
.header .navTop li {
  position: relative;
}
.header .navTop li span {
  display: block;
  position: relative;
  padding: 0 0.25rem;
}
.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.8rem;
}
.header .navTop li span a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translateX(-50%);
  height: 1px;
  background-color: var(--color);
  width: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  opacity: 0;
}
.header .navTop li:last-child::after {
  display: none;
}
@media (min-width: 1025px) {
  .header .navTop li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.18rem;
    background-color: #333;
  }
  .header .navTop li.aon span a,
  .header .navTop li:hover span a {
    color: #4186e7;
  }
  .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;
}
@media screen and (max-width: 1024px) {
  .header {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    padding: 0 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .logo {
    height: 0.8rem;
    display: inline-flex;
    box-shadow: none;
    gap: 0.1rem;
  }
  .header .navTop li span a {
    color: #fff;
  }
  .header .right {
    display: inline-flex;
  }
  .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;
  }
}
@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: 1rem 0;
  background: url(../images/footer-bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
}
.footer .logo {
  max-width: 6rem;
  margin-bottom: 0.4rem;
}
.footer .txt p:not(:last-child) {
  margin-bottom: 0.15rem;
}
.footer nav {
  margin-left: -1.5rem;
}
.footer nav a {
  color: #fff;
  letter-spacing: 0.05rem;
}
.footer nav em {
  width: 1px;
  height: 0.16rem;
  background-color: #fff;
  margin: 0 0.3rem;
}
.footer nav em:last-child {
  display: none;
}
.footer .right {
  padding-top: 0.58rem;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 0.3rem;
  }
  .footer .top {
    justify-content: center;
    text-align: center;
  }
  .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.12rem;
  height: 0.12rem;
  background-color: #ffffff;
  margin: 0 0.15rem;
  opacity: 1;
  display: inline-flex;
  position: relative;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #10dfff;
}
.Hbanner {
  position: relative;
}
.Hbanner .swiper-slide {
  overflow: hidden;
  width: 100%;
}
.Hbanner .pic {
  overflow: hidden;
}
.Hbanner .pic img {
  width: 100%;
}
.Hbanner .swiper-pagination {
  bottom: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .Hbanner .pic img {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .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;
  }
}
.Hdata {
  background-color: #f2f2f2;
}
.Hbox {
  padding-top: 1.7rem;
}
.Htab .left {
  width: 1.7rem;
  background-color: #f2f2f2;
  padding: 0.55rem 0.2rem;
  padding-right: 0;
}
.Htab .left .item {
  min-height: 0.88rem;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  cursor: pointer;
}
.Htab .left .on {
  background-color: #fff;
}
.Htab .right {
  flex: 1;
  min-width: 0;
  padding: 0 7%;
}
.Htab .con {
  display: none;
}
@media screen and (max-width: 750px) {
  .Htab {
    flex-wrap: wrap;
  }
  .Htab .left {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.1rem;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
  .Htab .left .item {
    min-height: 0.5rem;
    padding: 0 0.2rem;
  }
  .Htab .right {
    width: 100%;
    flex: auto;
  }
}
.H210 {
  height: 2.1rem;
}
.Hnews {
  background-color: #f2f2f2;
}
.Hnews .list {
  position: relative;
}
.Hnews .swiper {
  padding-bottom: 0.5rem;
}
.Hnews .pic {
  position: relative;
  padding-bottom: calc(420 / 875 * 100%);
  overflow: hidden;
}
.Hnews .textwarp {
  padding: 0.2rem 0.3rem;
  background-color: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.Hnews .title {
  margin-bottom: 0.05rem;
}
.Hnews .des {
  color: #22222c;
}
.Hnews .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 3;
  background-color: #fff;
}
.Hnews .swiper-slide-active::before {
  opacity: 0;
  z-index: 0;
}
.Hnews .swiper-button-prev {
  left: 7%;
}
.Hnews .swiper-button-next {
  right: 7%;
}
.Hnews .swiper_button {
  top: 42%;
  width: 0.46rem;
  height: 0.46rem;
  border: 0.02rem solid #fff;
  border-radius: 100%;
  background-color: transparent;
}
.Hnews .swiper_button::after {
  color: #fff;
  font-size: var(--f22);
  font-weight: normal;
}
@media screen and (max-width: 1440px) {
  .Hnews .list {
    padding: 0 0.3rem;
  }
  .Hnews .swiper-button-prev {
    left: -3%;
  }
  .Hnews .swiper-button-next {
    right: -3%;
  }
}
.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 .location {
  width: 100%;
  border-bottom: 1px solid #333;
}
.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;
}
.nymenu {
  padding-top: 0.2rem;
}
.nymenu .ul {
  border-bottom: 1px solid #333;
}
.nymenu li:not(:last-child) {
  margin-right: 0.8rem;
}
.nymenu a {
  position: relative;
  display: flex;
  height: 0.55rem;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: var(--f20);
}
.nymenu a:hover {
  color: var(--color);
}
.nymenu .aon a {
  color: var(--color);
  font-weight: bold;
}
@media (max-width: 640px) {
  .nymenu li:not(:last-child) {
    margin-right: 0.2rem;
  }
  .nymenu a {
    height: 0.6rem;
  }
}
.SingleBox {
  line-height: calc(28 / 16);
  color: #22222c;
}
.SingleBox img {
  height: auto!important;
}
.news_hot .left {
  width: calc(708 / 1440 * 100%);
}
.news_hot .left .box {
  display: block;
  padding: 0.25rem 0.5rem;
  border: 1px solid #b3b3b3;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.news_hot .left .box:hover {
  background-image: -moz-linear-gradient(-90deg, #024ebb, #81dd72);
  background-image: -webkit-linear-gradient(-90deg, #024ebb, #81dd72);
  background-image: -ms-linear-gradient(-90deg, #024ebb, #81dd72);
  background-image: linear-gradient(-90deg, #024ebb, #81dd72);
  color: #fff;
}
.news_hot .left .title {
  font-size: var(--f30);
}
.news_hot .left .des {
  line-height: 1.8;
  font-size: var(--f18);
  letter-spacing: 0.005rem;
  margin-top: 0.05rem;
}
.news_hot .left .aon .box {
  background-image: -moz-linear-gradient(-90deg, #024ebb, #81dd72);
  background-image: -webkit-linear-gradient(-90deg, #024ebb, #81dd72);
  background-image: -ms-linear-gradient(-90deg, #024ebb, #81dd72);
  background-image: linear-gradient(-90deg, #024ebb, #81dd72);
  color: #fff;
}
.news_hot .right {
  width: calc(708 / 1440 * 100%);
}
.news_hot .right .box {
  display: block;
  position: relative;
  overflow: hidden;
}
.news_hot .right .pic {
  padding-top: calc(510 / 708 * 100%);
  position: relative;
}
.news_hot .right .title {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0.86rem;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
  padding-left: 0.45rem;
  padding-right: 1.6rem;
  font-size: var(--f24);
}
.news_hot .swiper .swiper-pagination {
  width: 1.6rem;
  text-align: center;
  color: #fff;
  z-index: 3;
  left: auto;
  right: 0;
  bottom: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .news_hot .left {
    display: none;
  }
  .news_hot .right {
    width: 100%;
  }
}
.news_list li {
  margin-bottom: 0.2rem;
}
.news_list .box {
  display: flex;
  padding: 0.3rem 0.8rem;
  border: 1px solid #b3b3b3;
  align-items: center;
}
.news_list .box:hover .title {
  color: var(--color);
}
.news_list .time {
  flex-shrink: 0;
  width: 1.9rem;
  font-size: var(--f24);
  color: #666666;
  line-height: 1;
  text-align: right;
  padding-right: 0.5rem;
  border-right: 1px solid #b3b3b3;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.news_list .time b {
  color: #0bddff;
  font-size: var(--f48);
  margin-bottom: 0.1rem;
  display: block;
}
.news_list .textwarp {
  flex: 1;
  min-width: 0;
  padding-left: 0.6rem;
}
.news_list .title {
  color: #000000;
  font-size: var(--f30);
  line-height: 1.4;
  font-weight: bold;
}
.news_list .des {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.05rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .news_list .box {
    padding: 0.3rem;
  }
  .news_list .time {
    width: auto;
    padding-right: 0.2rem;
  }
  .news_list .textwarp {
    padding-left: 0.2rem;
  }
}
.news_details .news_title {
  margin-bottom: 0.35rem;
  text-align: center;
  padding-bottom: 0.2rem;
}
.news_details .news_title .title {
  font-weight: normal;
  color: #000;
}
.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 .back_list {
  min-width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color);
  border-radius: 0.1rem;
  color: var(--color);
  font-size: var(--f18);
}
.Details_page .back_list::before {
  content: '';
  display: inline-flex;
  background: url(../images/arrow.png) no-repeat center;
  width: 0.12rem;
  height: 0.18rem;
  background-size: contain;
  margin-right: 0.1rem;
}
.hdpq_list {
  position: relative;
}
.hdpq_list::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0.75rem;
  width: 1px;
  height: calc(100% - 0.75rem);
  background: url(../images/line.png) repeat-y;
}
.hdpq_list .item {
  padding: 0.6rem 0;
}
.hdpq_list .item .inner {
  max-width: 870px;
  margin: 0 auto;
  width: 92%;
}
.hdpq_list .item .title {
  width: 50%;
  padding-right: 0.5rem;
  position: relative;
  text-align: right;
  color: #000;
  font-size: var(--f30);
  margin-bottom: 0.55rem;
}
.hdpq_list .item .title::after {
  content: '';
  position: absolute;
  left: calc(100% - 0.5rem);
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow2.png) no-repeat center;
  background-size: contain;
  width: 0.93rem;
  height: 0.63rem;
}
.hdpq_list .item:nth-child(2n) {
  background-color: #f2f2f2;
}
.hdpq_list .item:nth-child(2n) .title {
  padding-left: 0.5rem;
  padding-right: 0;
  margin-left: auto;
  text-align: left;
}
.hdpq_list .item:nth-child(2n) .title::after {
  left: auto;
  right: calc(100% - 0.4rem);
}
.hdpq_list .left,
.hdpq_list .right {
  width: 50%;
  line-height: 0.36rem;
}
.hdpq_list .left {
  padding-right: 0.7rem;
  text-align: right;
  font-size: var(--f24);
}
.hdpq_list .right {
  padding-left: 0.45rem;
}
.hdpq_list .con {
  position: relative;
  color: #231815;
}
.hdpq_list .con::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 0.2rem;
  background-color: #B1B1B2;
  border-radius: 100%;
  top: 0.1rem;
}
.hdpq_list .con:not(:last-child) {
  margin-bottom: 0.2rem;
}
.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;
}
