.after {
  content: '';
  display: inline-block;
}
.after_a {
  content: '';
  position: absolute;
}
.flex,
.flex_js,
.flex_jc,
.flex_ac,
.flex_js_ac,
.flex_jc_ac,
.flex_js_fe,
.flex_js_af,
.flex_je,
.flex_jc_ae,
.flex_ae {
  display: flex;
}
.flex_je {
  justify-content: flex-end;
}
.flex_js,
.flex_js_fe {
  justify-content: space-between;
}
.flex_jc {
  justify-content: center;
}
.flex_ac {
  align-items: center;
}
.flex_ae {
  align-items: flex-end;
}
.flex_js_fe {
  align-items: flex-end;
}
.flex_js_ac {
  justify-content: space-between;
  align-items: center;
}
.flex_jc_ac {
  justify-content: center;
  align-items: center;
}
.flex_js_af {
  justify-content: space-between;
  align-items: flex-start;
}
.flex_jc_ae {
  justify-content: center;
  align-items: flex-end;
}
.flex_row {
  flex-flow: row wrap;
}
:root {
  --ww: 1920 * 100vw;
}
@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;
  }
}
html {
  font-size: calc(100 / var(--ww));
}
body {
  font-size: 0.16rem;
  overflow-x: hidden;
}
.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;
}
.f64 {
  font-size: 0.64rem;
}
.f70 {
  font-size: 0.7rem;
}
@media (max-width: 768px) {
  .f48 {
    font-size: 0.32rem;
  }
  .f60 {
    font-size: 0.48rem;
  }
  .f56 {
    font-size: 0.44rem;
  }
  .f70 {
    font-size: 0.5rem;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 0.2rem;
  }
  .f14 {
    font-size: 0.18rem;
  }
  .f16 {
    font-size: 0.18rem;
  }
  .f17 {
    font-size: 0.22rem;
  }
  .f18 {
    font-size: 0.22rem;
  }
  .f20 {
    font-size: 0.24rem;
  }
  .f22 {
    font-size: 0.24rem;
  }
}
.hidden {
  overflow: hidden;
}
.re {
  position: relative;
}
.ani {
  transition: all 0.5s;
}
a:hover .ani {
  transform: scale(1.15);
}
.header {
  width: 100%;
  z-index: 100;
}
.header .top {
  height: 0.5rem;
  border-bottom: 1px solid #e5e5e5;
  line-height: 0.5rem;
  color: #3c3837;
}
.header .top dd {
  display: inline-flex;
  gap: 0.5rem;
}
.header .top_tel {
  padding-left: 0.35rem;
  background: url(../images/top_1.svg) no-repeat left center;
  background-size: 0.2rem;
  display: inline-flex;
}
.header .logo {
  max-width: 0.7rem;
}
.header .right {
  display: inline-flex;
  gap: 0.6rem;
}
.header .link_a {
  padding-left: 0.35rem;
  background: url(../images/top_2.svg) no-repeat left center;
  background-size: 0.2rem;
  color: #3c3837;
}
.header .menuIcon {
  display: none;
}
.header .other {
  pointer-events: auto;
  display: inline-flex;
  gap: 0.1rem;
}
.header .lang {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 111;
}
.header .lang .title {
  cursor: pointer;
  padding-left: 0.35rem;
  background: url(../images/top_3.svg) no-repeat left center;
  background-size: 0.2rem;
  display: block;
  line-height: 0.5rem;
}
.header .lang .box {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 0.8rem;
  text-align: center;
  padding: 60px 0 10px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  opacity: 0;
  background-color: #fff;
  padding-top: 10px;
  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;
}
.header .lang .box aside {
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 10px 0px;
  position: relative;
}
.header .lang .box aside::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.header .lang .box a {
  color: #333;
  display: block;
  padding: 0.1rem 0;
  transition: all 0.3s;
  white-space: nowrap;
  line-height: normal;
}
.header .lang .box a:hover {
  background-color: #006ab7;
  color: #fff;
}
.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 .search {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .search.search_show .top_search {
  opacity: 1;
  right: 0;
  pointer-events: auto;
}
.header .open_search {
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/search.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
  display: none;
}
.header .open_search.on {
  background: none;
  position: relative;
}
.header .open_search.on:before,
.header .open_search.on:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  height: 2px;
  top: 50%;
  margin-top: -1.5px;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header .open_search.on:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header .top_search .btn {
  background: url(../images/search.svg) no-repeat center;
  width: 0.3rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 0.22rem;
}
.header .top_search .text {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0 0.3rem 0 0.1rem;
  border: none;
}
.header .top_search .text::placeholder {
  color: #bbbbbb;
}
@media (min-width: 1025px) {
  .header .open_search {
    display: none;
  }
  .header .top_search {
    opacity: 1;
    right: 0;
    pointer-events: auto;
    position: relative;
    width: 2.6rem;
  }
}
.header .navTop {
  margin-right: 0.6rem;
}
.header .navTop .ul {
  display: flex;
  gap: 0.75rem;
}
.header .navTop li {
  position: relative;
  text-align: center;
}
.header .navTop li span {
  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;
  font-weight: bold;
  height: 0.9rem;
}
.header .navTop li span a::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.04rem;
  background-color: #0000a0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  bottom: 0;
}
@media (min-width: 1025px) {
  .header .navTop li span a:hover {
    color: #0000a0;
  }
  .header .navTop li span a:hover::after {
    width: 100%;
  }
  .header .navTop li.aon span a {
    color: #0000a0;
  }
  .header .navTop li.aon span a::after {
    width: 100%;
  }
}
.header .navTop li .sub {
  position: absolute;
  min-width: 140px;
  width: 100%;
  left: 50%;
  top: 100%;
  opacity: 0;
  padding-top: 15px;
  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;
}
.header .navTop li .box {
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
  background-color: #fff;
  border-radius: 6px;
  padding: 5px 0px;
  position: relative;
}
.header .navTop li .box::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.header .navTop li .box a {
  display: block;
  text-align: center;
  padding: 15px 0;
  transition: all 0.2s ease-in-out;
}
.header .navTop li .box a:hover {
  background-color: #0000a0;
  color: #fff;
}
.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 (max-width: 1024px) {
  .header .top {
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .header .top .lang .title {
    line-height: 0.4rem;
  }
  .header .top .lang .box {
    min-width: 1.2rem;
  }
  .header .inner {
    height: 0.8rem;
  }
  .header .other {
    z-index: 110;
  }
  .header .lang {
    line-height: 1;
  }
  .header .menuIcon {
    display: inline-flex;
    align-items: center;
  }
  .header #open_menu {
    z-index: 100;
    width: 0.25rem;
    height: 0.18rem;
    cursor: pointer;
    position: relative;
    margin-left: 0.1rem;
  }
  .header #open_menu i {
    display: inline-flex;
    width: 80%;
    height: 2px;
    background-color: #0000a0;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
    transform: translateY(-50%);
  }
  .header #open_menu::before,
  .header #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: #0000a0;
    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 {
    top: 0.1rem;
    transform: rotate(45deg);
  }
  .header #open_menu.open_menu_on:after {
    transform: rotate(-45deg);
    bottom: auto;
    top: 0.1rem;
  }
  .header .search {
    position: static;
  }
  .header .open_search {
    display: block;
  }
  .header .top_search {
    position: absolute;
    right: 0;
    top: 1rem;
    width: 100vw;
    background-color: #fff;
    padding: 0.3rem;
    opacity: 0;
    display: none;
  }
  .header .top_search .box {
    position: relative;
  }
  .header .search_show .top_search {
    display: block;
  }
  .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: 1.2rem;
  }
  .header .navTop::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 1.2rem);
    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: 200px;
    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: #0000a0;
  }
  .header .navTop .ul li span {
    display: block;
    line-height: 0.8rem;
    padding: 0 10%;
  }
  .header .navTop .ul li span a {
    padding-bottom: 0;
    display: inline-block;
    line-height: normal;
    color: #222;
    height: 0.5rem;
  }
  .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;
    backface-visibility: hidden;
    pointer-events: auto;
  }
  .header .navTop .ul li .box {
    top: 0;
    box-shadow: none;
    text-align: left;
    padding: 0 0.4rem;
  }
  .header .navTop .ul li .box::before {
    display: none;
  }
  .header .navTop .ul li .box a {
    margin: 0.2rem 0;
    padding: 0;
    line-height: 1.4;
    text-align: left;
  }
  .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 (max-width: 640px) {
  .header .logo {
    width: 35%;
  }
  .header .logo .txt {
    display: none;
  }
  .header .other {
    gap: 0.15rem;
  }
}
.nav_open {
  position: fixed;
  left: 0;
  top: 0;
  width: 3.2rem;
  height: 100%;
  max-height: 100%;
  z-index: 200;
  background: url(../images/navBg.png) no-repeat center;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: auto;
  visibility: hidden;
  left: -100%;
  transition: all 0.6s ease-in-out;
}
.nav_open.on {
  visibility: visible;
  left: 0;
  opacity: 1;
}
.nav_open .close {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  width: 0.25rem;
  height: 0.25rem;
  cursor: pointer;
  z-index: 2;
}
.nav_open .close::before,
.nav_open .close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  width: 2px;
  height: 90%;
}
.nav_open .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav_open .inner {
  position: relative;
  padding: 0.8rem 0.6rem;
}
.nav_open .inner a {
  display: block;
  color: #fff;
  position: relative;
  line-height: 1.4;
  padding: 0.25rem 0.2rem 0.25rem 0;
}
.nav_open .inner a::before,
.nav_open .inner a::after {
  content: '';
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.nav_open .inner a::before {
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
}
.nav_open .inner a::after {
  right: 0;
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/more.svg) no-repeat right center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  opacity: 0;
}
.nav_open .inner a span {
  display: inline-block;
  width: 1.2rem;
}
.nav_open .inner a:hover::after {
  opacity: 1;
}
.nav_open .inner a:hover::before {
  width: 100%;
  opacity: 1;
}
body {
  transition: all 0.7s ease-in-out;
}
body.on {
  padding-left: 3.19rem;
}
body.on header {
  left: auto;
  right: 0;
  width: calc(100% - 3.19rem);
}
.pt150 {
  padding-top: 1.5rem;
}
.pb190 {
  padding-bottom: 1.9rem;
}
.pt120 {
  padding-top: 1.2rem;
}
.pt100 {
  padding-top: 1rem;
}
.pt90 {
  padding-top: 0.9rem;
}
.pt80 {
  padding-top: 0.8rem;
}
.pt70 {
  padding-top: 0.7rem;
}
.pt60 {
  padding-top: 0.6rem;
}
.pt40 {
  padding-top: 0.4rem;
}
.pt30 {
  padding-top: 0.3rem;
}
.pt20 {
  padding-top: 0.2rem;
}
.pt10 {
  padding-top: 0.1rem;
}
.pb120 {
  padding-bottom: 1.2rem;
}
.pb100 {
  padding-bottom: 1rem;
}
.pb80 {
  padding-bottom: 0.8rem;
}
.pb70 {
  padding-bottom: 0.7rem;
}
.pb60 {
  padding-bottom: 0.6rem;
}
.pb50 {
  padding-bottom: 0.5rem;
}
.pb55 {
  padding-bottom: 0.55rem;
}
.pb25 {
  padding-bottom: 0.25rem;
}
.pb35 {
  padding-bottom: 0.35rem;
}
.pb30 {
  padding-bottom: 0.3rem;
}
.mb100 {
  margin-bottom: 1rem;
}
.mb90 {
  margin-bottom: 0.9rem;
}
.mb80 {
  margin-bottom: 0.8rem;
}
.mb85 {
  margin-bottom: 0.85rem;
}
.mb70 {
  margin-bottom: 0.7rem;
}
.mb60 {
  margin-bottom: 0.6rem;
}
.mb50 {
  margin-bottom: 0.5rem;
}
.mb35 {
  margin-bottom: 0.35rem;
}
.mb40 {
  margin-bottom: 0.4rem;
}
.mb45 {
  margin-bottom: 0.45rem;
}
.mb30 {
  margin-bottom: 0.3rem;
}
.mb25 {
  margin-bottom: 0.25rem;
}
.mb20 {
  margin-bottom: 0.2rem;
}
.mb15 {
  margin-bottom: 0.15rem;
}
.mb10 {
  margin-bottom: 0.1rem;
}
@media (max-width: 768px) {
  .pt120 {
    padding-top: 0.7rem;
  }
  .pt100 {
    padding-top: 0.6rem;
  }
  .pb120 {
    padding-bottom: 0.7rem;
  }
  .pb100 {
    padding-bottom: 0.6rem;
  }
  .pb80 {
    padding-bottom: 0.6rem;
  }
  .pt150 {
    padding-top: 1rem;
  }
  .pb190 {
    padding-bottom: 1.2rem;
  }
  .mb100 {
    margin-bottom: 0.6rem;
  }
  .mb90 {
    margin-bottom: 0.5rem;
  }
}
.poImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.Hmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.1rem;
  color: #fff;
  background-color: #0000a0;
  gap: 0.15rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hmore::after {
  content: '';
  display: inline-flex;
  width: 0.13rem;
  height: 0.06rem;
  background: url(../images/more.svg) no-repeat center;
  background-size: contain;
}
.Hmore:hover {
  background-color: #00d7b9;
  color: #fff;
}
.Hmore.white_border {
  background-color: transparent;
  border: 1px solid #fff;
}
.Hmore.white_border:hover {
  background-color: #00d7b9;
  border-color: #00d7b9;
}
.Hmore.black_bg {
  background-color: #f9f9f9;
  min-width: 1.6rem;
  height: 0.5rem;
  color: #3c3837;
}
.Hmore.black_bg::after {
  background-image: url(../images/more2.svg);
}
.Hmore.black_bg:hover {
  background-color: #0000a0;
  border-color: #0000a0;
  color: #fff;
}
.Hmore.black_bg:hover::after {
  background-image: url(../images/more.svg);
}
a.box:hover .Hmore {
  background-color: #00d7b9;
  color: #fff;
}
a.box:hover .Hmore.white_border {
  background-color: #00d7b9;
  border-color: #00d7b9;
}
a.box:hover .Hmore.black_bg {
  background-color: #0000a0;
  border-color: #0000a0;
  color: #fff;
}
a.box:hover .Hmore.black_bg::after {
  background-image: url(../images/more.svg);
}
.Hbanner {
  position: relative;
}
.Hbanner .pic {
  position: relative;
  overflow: hidden;
}
.Hbanner .pic img {
  width: 100%;
}
.Hbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  color: #fff;
  padding-top: 1.25rem;
}
.Hbanner .textwarp .txt_center {
  text-align: center;
}
.Hbanner .Ban_des {
  letter-spacing: 0.05rem;
  text-indent: 0.05rem;
}
.Hbanner .swiper-button {
  width: 0.6rem;
  height: 0.6rem;
  background-color: transparent;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  margin: 0;
  border-radius: 100%;
  opacity: 1;
}
.Hbanner .swiper-button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
.Hbanner .swiper-button::after {
  font-size: 0;
  width: 0.13rem;
  height: 0.13rem;
  background: url(../images/more.svg) no-repeat center;
  background-size: contain;
  opacity: 0.2;
  z-index: 2;
}
.Hbanner .swiper-button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 104%;
  height: 104%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.Hbanner .swiper-button:hover::after {
  opacity: 1;
}
.Hbanner .swiper-button:hover .progress {
  animation: circleProgress 3s;
}
.Hbanner .swiper-button-prev::after {
  transform: rotateY(180deg);
}
.Hbanner .swiper-pagination {
  max-width: 12.8rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6rem;
  width: 92%;
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.Hbanner .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.04rem;
  background-color: #fff;
  margin: 0;
  border-radius: 0;
}
.Hbanner .page_btn {
  position: absolute;
  left: 50%;
  bottom: 0.8rem;
  width: 92%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
  gap: 0.2rem;
}
.Hbanner .animate {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transform: translateY(20px);
}
.Hbanner .animate:nth-child(2) {
  transition-delay: 0.2s;
}
.Hbanner .animate:nth-child(3) {
  transition-delay: 0.4s;
}
.Hbanner .swiper-slide-active .animate {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 640px) {
  .Hbanner .pic img {
    min-height: 35vh;
    object-fit: cover;
    -webkit-object-fit: cover;
  }
  .Hbanner .f60 {
    font-size: 0.4rem;
  }
  .Hbanner .swiper-pagination {
    bottom: 0.1rem;
  }
  .Hbanner .textwarp {
    padding-top: 0.55rem;
  }
  .Hbanner .Ban_des {
    margin-bottom: 0.35rem;
  }
}
.swiper-button {
  width: 0.8rem;
  height: 0.5rem;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.swiper-button::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/more2.svg) no-repeat center;
  background-size: contain;
  width: 0.13rem;
  height: 0.06rem;
}
.swiper-button::after {
  display: none;
}
.swiper-button:hover {
  background-color: #0000a0;
  border-color: #0000a0;
}
.swiper-button:hover::before {
  background-image: url(../images/more.svg);
}
.swiper-button-prev {
  left: -10%;
}
.swiper-button-prev::before {
  transform: translate(-50%, -50%) rotateY(-180deg);
}
.swiper-button-next {
  right: -10%;
}
@media (max-width: 1280px) {
  .swiper-button {
    width: 0.5rem;
  }
  .swiper-button-prev {
    left: -4%;
  }
  .swiper-button-next {
    right: -4%;
  }
}
.Hnav {
  background-color: #f9f9f9;
}
.Hnav .swiper-button-next::after,
.Hnav .swiper-button-prev::after {
  font-size: 0.36rem;
}
.Hnav .swiper-button-next {
  right: -4%;
}
.Hnav .swiper-button-prev {
  left: -4%;
}
.HnavSwiper .box {
  display: block;
  height: 1.6rem;
  padding: 0.38rem 0.1rem 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  text-align: center;
}
.HnavSwiper .box .icon {
  width: 0.52rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.15rem;
}
.HnavSwiper .box .icon img {
  max-height: 100%;
}
.HnavSwiper .swiper-slide-thumb-active .box {
  background-color: #fff;
  color: #0000a0;
}
.Htab_pro .swiper-slide {
  height: auto;
}
.HproCon {
  padding-top: 0.6rem;
}
.HproCon .w1280 {
  position: relative;
}
.HproCon .pic {
  position: relative;
  padding-top: calc(290 / 400 * 100%);
  overflow: hidden;
}
.HproCon .pic i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.HproCon .box {
  border: 1px solid #e5e5e5;
  display: block;
}
.HproCon .textwarp {
  padding: 0.3rem;
}
.HproCon .title {
  color: #000000;
}
.HproCon .des {
  color: #555555;
  line-height: calc(24 / 16);
  margin: 0.15rem 0 0.3rem;
}
.Htitle .h4 {
  color: #3c3837;
  display: inline-flex;
  align-items: center;
}
.Htitle .Hline {
  width: 0.24rem;
  height: 0.24rem;
  position: relative;
  display: inline-flex;
  margin-left: 0.1rem;
  margin-top: 0.05rem;
}
.Htitle .Hline::before,
.Htitle .Hline::after {
  content: '';
  position: absolute;
}
.Htitle .Hline::before {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #0000a0;
  right: 0;
  top: 0;
}
.Htitle .Hline::after {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #00d7b9;
  left: 0;
  bottom: 0;
}
.Htitle .pagebtn {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.Htitle .pagebtn .swiper-button {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
}
.Hprogramme .box {
  border: 1px solid #e5e5e5;
}
.Hprogramme .pic {
  width: 50%;
}
.Hprogramme .pic i {
  display: block;
  padding-top: calc(400 / 640 * 100%);
}
.Hprogramme .pic i::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Hbg_1.png) no-repeat left bottom;
  background-size: cover;
  z-index: 2;
}
.Hprogramme .textwarp {
  width: 50%;
  padding-left: 0.6rem;
  padding-right: 1.15rem;
}
.Hprogramme .title {
  color: #000;
}
.Hprogramme .des {
  margin: 0.25rem 0 0.65rem;
  color: #555555;
  line-height: calc(24 / 16);
}
@media screen and (max-width: 768px) {
  .Hprogramme .textwarp {
    padding: 0 0.3rem;
  }
  .Hprogramme .des {
    margin-bottom: 0.35rem;
  }
}
@media screen and (max-width: 640px) {
  .Hprogramme .pic,
  .Hprogramme .textwarp {
    width: 100%;
  }
  .Hprogramme .textwarp {
    padding: 0.3rem;
  }
}
.programme_NY li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.programme_NY li:nth-child(2n) .pic {
  order: 2;
}
.programme_NY .box:hover .title {
  color: #0000a0;
}
@media screen and (max-width: 640px) {
  .programme_NY li:nth-child(2n) .pic {
    order: 0;
  }
}
.Hen {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.1rem 0.3rem;
}
.Hen span {
  color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  z-index: 3;
  -webkit-background-clip: text;
  background-clip: text;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url(../images/Hbg.png);
}
.Hen span::before {
  content: attr(data-text);
  /* 复制文本内容 */
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  color: transparent;
  z-index: -1;
  /* 使描边在文字背后 */
  font-size: inherit;
  /* 保持与文字相同的大小 */
  letter-spacing: inherit;
  /* 保持与文字相同的间距 */
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8), 1px 1px 0 rgba(255, 255, 255, 0.8), -1px -1px 0 rgba(255, 255, 255, 0.8), -1px 1px 0 rgba(255, 255, 255, 0.8);
  /* 描边效果 */
}
@media screen and (max-width: 768px) {
  .Hen span {
    background-size: contain;
  }
}
.Habout {
  padding: 1rem 0;
  text-align: center;
  color: #3c3837;
}
.Habout .des {
  margin: 0.3rem 0 0.4rem;
}
.Habout .ul {
  text-align: left;
}
.Habout .ul li {
  padding: 0 0.9rem;
  position: relative;
}
.Habout .ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.7rem;
  width: 1px;
  background-color: #000000;
}
@media screen and (max-width: 640px) {
  .Habout .ul li {
    padding: 0 0.1rem;
    width: 48%;
    text-align: center;
  }
}
.Hcase .box {
  border: 1px solid #e5e5e5;
}
.Hcase .pic {
  width: 50%;
}
.Hcase .pic i {
  display: block;
  padding-top: calc(400 / 600 * 100%);
}
.Hcase .pic i::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Hbg_1.png) no-repeat left bottom;
  background-size: cover;
  z-index: 2;
}
.Hcase .textwarp {
  width: 50%;
  padding-left: 0.6rem;
  padding-right: 1rem;
}
.Hcase .label {
  color: #0000a0;
}
.Hcase .title {
  height: 0.68rem;
  margin: 0.25rem 0 0.95rem;
  color: #000000;
}
@media screen and (max-width: 640px) {
  .Hcase .pic,
  .Hcase .textwarp {
    width: 100%;
  }
  .Hcase .textwarp {
    padding: 0.3rem;
  }
}
.Hother .w1280 {
  position: relative;
}
.Hother .nav {
  width: 50%;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
  z-index: 3;
}
.Hother .nav li {
  width: auto;
  color: #bbbbbb;
  padding: 0 0.3rem;
  position: relative;
  cursor: pointer;
}
.Hother .nav li:first-child {
  padding-left: 0;
}
.Hother .nav li:last-child {
  padding-right: 0;
}
.Hother .nav li:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.14rem;
  background-color: #e5e5e5;
}
.Hother .nav .on {
  color: #3c3837;
}
.Hother .box {
  background-color: #fff;
}
.Hother .left,
.Hother .right {
  width: 50%;
}
.Hother .img {
  position: relative;
}
.Hother .img img {
  width: 100%;
}
.Hother .img::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Hbg_3.png) no-repeat left bottom;
  background-size: cover;
  z-index: 2;
}
.Hother .left {
  padding-top: 1rem;
  padding-right: 0.5rem;
  color: #3c3837;
}
.Hother .swiper-pagination {
  width: auto;
  display: flex;
  align-items: center;
  gap: 0.12rem;
  bottom: 0.45rem;
  justify-content: flex-end;
  padding-right: 0.5rem;
  right: 50%;
  z-index: 3;
}
.Hother .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.04rem;
  background-color: #fff;
  margin: 0;
  border-radius: 0;
  background-color: #e5e5e5;
  opacity: 1;
}
.Hother .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0000a0;
}
.Hother .des {
  max-width: 5.4rem;
  margin: 0.15rem 0;
  line-height: calc(28 / 18);
  height: 1.69rem;
  overflow: hidden;
}
.Hother .des ul li {
  display: flex;
}
.Hother .des ul li::before {
  content: '-';
  display: inline-flex;
  flex: 0 0 auto;
  margin-right: 0.05rem;
}
.Hother .swiper-slide-active {
  position: relative ;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .Hother .swiper-pagination {
    bottom: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .Hother .nav {
    width: 100%;
    position: relative;
  }
  .Hother .left,
  .Hother .right {
    width: 100%;
  }
  .Hother .left {
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .Hother .swiper-pagination {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    padding-right: 0;
    justify-content: center;
    margin-top: 0.2rem;
  }
}
.footer {
  color: #fff;
  background-color: #0000a0;
  padding-top: 0.75rem;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #00d7b9;
}
.footer .top {
  margin-bottom: 0.95rem;
}
.footer .logo {
  max-width: 0.7rem;
}
.footer .nav {
  gap: 0.75rem;
}
.footer .share {
  gap: 0.1rem;
  order: 2;
}
.footer .share span {
  margin-right: 0.3rem;
}
.footer .share a {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background: url(../images/wx.svg) no-repeat center #fff;
  background-size: 0.22rem;
}
.footer .share a:hover figure {
  display: block;
}
.footer .share figure {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1.2rem;
  padding: 0.05rem;
  transform: translateX(-50%);
  display: none;
  background-color: #fff;
}
.footer .share figure img {
  width: 100%;
}
.footer .share .sina {
  background-image: url(../images/sina.svg);
}
.footer .link {
  gap: 0.36rem;
}
.footer .Copyright {
  margin-top: 0.25rem;
  padding: 0.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 750px) {
  .footer {
    padding-top: 0.5rem;
  }
  .footer .top {
    margin-bottom: 0.5rem;
    justify-content: center;
  }
  .footer .nav {
    display: none;
  }
  .footer .other {
    text-align: center;
    justify-content: center;
  }
  .footer .share {
    width: 100%;
    order: 0;
    justify-content: center;
    margin-bottom: 0.1rem;
  }
  .footer .Copyright {
    padding: 0.15rem 0;
    text-align: center;
  }
}
.NYbanner {
  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;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.NYbanner .textwarp .des {
  font-weight: 100;
  line-height: calc(28 / 16);
  margin-top: 0.2rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .NYbanner .banner img {
    min-height: 25vh;
    object-fit: cover;
    -webkit-object-fit: cover;
  }
  .NYbanner .textwarp {
    padding-bottom: 0.4rem;
  }
}
.current {
  color: #555555;
  flex-wrap: wrap;
}
.current a {
  color: #bbbbbb;
}
.current a:hover {
  color: #0000a0;
}
.current i {
  font-style: normal;
  display: inline-flex;
  margin: 0 0.1rem;
  color: #bbbbbb;
}
.NYmenu {
  position: relative;
}
.NYmenu::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background-color: #334e5e;
}
.NYmenu .menu_title {
  color: #006ab7;
}
.NYmenu .nav .ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.NYmenu .nav li.aon a {
  color: #006ab7;
}
.NYmenu .nav li.aon a::before {
  width: 100%;
  opacity: 1;
}
.NYmenu .nav a {
  display: flex;
  align-items: center;
  height: 0.8rem;
  justify-content: center;
  position: relative;
}
.NYmenu .nav a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #006ab7;
  height: 1px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.NYmenu .nav a:hover {
  color: #006ab7;
}
.NYmenu .nav a:hover::before {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .NYmenu .nav .ul {
    gap: 0 0.15rem;
  }
  .NYmenu .nav a {
    line-height: 0.5rem;
    padding: 0;
  }
}
.SingleBox {
  color: #555555;
  line-height: calc(32 / 18);
  text-align: justify;
}
.SingleBox img {
  height: auto!important;
}
.programme_info .SingleBox {
  line-height: calc(24 / 16);
}
.programme_info .pic {
  text-align: center;
}
.programme_info .pic .img {
  display: inline-block;
}
.programme_info .pic .img::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Hbg_1.png) no-repeat left bottom;
  background-size: cover;
  z-index: 2;
}
.searchTxt,
.color2 {
  color: #006ab7;
}
.video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.65);
}
.video-box .close {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  position: fixed;
  z-index: 4;
  right: 0.2rem;
  top: 0.2rem;
}
.video-box .close::before,
.video-box .close::after {
  position: absolute;
  content: '';
  width: 80%;
  left: 10%;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  background: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.video-box .close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.video-box .ytable {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box .ytable-cell {
  text-align: center;
}
.video-box video {
  width: 90%;
  max-width: 9rem;
}
.color {
  color: #0000a0;
}
.gap_20 {
  gap: 0.2rem;
}
.gap_60 {
  gap: 0.1rem 0.6rem;
}
.aboutBox .item {
  position: relative;
  margin-bottom: 0.2rem;
}
.aboutBox .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.aboutBox .item .pic::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/aboutbg2.png) no-repeat left bottom;
  background-size: cover;
  z-index: 2;
}
.aboutBox .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.aboutBox .item .pic .text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 0.25rem;
  color: #fff;
}
.aboutBox .item .pic .text span {
  display: inline-block;
  margin-right: 0.1rem;
}
.aboutBox .item .textwarp {
  width: 100%;
  padding: 0.6rem 0.58rem 0.8rem;
  color: #fff;
  height: 100%;
  position: relative;
  z-index: 2;
  min-height: 4rem;
}
.aboutBox .item .Hen {
  z-index: -1;
  left: 0.3rem;
  bottom: 0;
}
.aboutBox .item .Hen span {
  background-image: url(../images/aboutbg.png);
}
.aboutBox .item .inner {
  max-width: 3.65rem;
}
.aboutBox .item .des {
  margin: 0.25rem 0;
  line-height: calc(24 / 16);
}
.aboutBox .item .des ul li {
  display: flex;
}
.aboutBox .item .des ul li::before {
  content: '-';
  display: inline-flex;
  flex: 0 0 auto;
  margin-right: 0.05rem;
}
@media (max-width: 750px) {
  .aboutBox .item {
    background-color: #0000a0;
  }
  .aboutBox .item .pic {
    position: relative;
    height: auto;
  }
  .aboutBox .item .textwarp {
    min-height: auto;
  }
}
.pronav {
  border-bottom: 1px solid #e5e5e5;
}
.pronav .box {
  display: block;
  height: 1.6rem;
  padding: 0.38rem 0.1rem 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  text-align: center;
  position: relative;
}
.pronav .box::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #0000a0;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.pronav .box .icon {
  width: 0.52rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.15rem;
}
.pronav .box .icon img {
  max-height: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.pronav .box:hover .icon img {
  transform: rotateY(180deg);
}
.pronav .box:hover::after {
  width: 100%;
}
.pronav .aon .box {
  color: #0000a0;
}
.pronav .aon .box::after {
  width: 100%;
}
.proList .ul {
  gap: 0.4rem;
}
.proList li {
  width: calc((100% - 0.4rem * 2) / 3);
}
.proList .pic {
  position: relative;
  padding-top: calc(240 / 340 * 100%);
  overflow: hidden;
}
.proList .pic i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proList .box {
  border: 1px solid #e5e5e5;
  display: block;
  padding: 0.3rem;
}
.proList .textwarp {
  padding: 0.3rem 0 0;
}
.proList .title {
  color: #000000;
}
.proList .des {
  color: #555555;
  line-height: calc(24 / 16);
  margin: 0.15rem 0 0.3rem;
}
@media screen and (max-width: 640px) {
  .proList .ul {
    gap: 0.2rem;
  }
  .proList li {
    width: calc((100% - 0.2rem * 1) / 2);
  }
}
.proTable_list {
  text-align: center;
  color: #3c3837;
}
.proTable_list .ul {
  background-color: #f9f9f9;
}
.proTable_list .ul:nth-child(2n) {
  background-color: #ffffff;
}
.proTable_list .ul:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.proTable_list .ul_top {
  background-color: #0000a0;
  color: #fff;
}
.proTable_list li {
  width: 1.35rem;
  padding: 0.2rem 0.05rem;
}
.proTable_list .title {
  width: 16%;
}
.proTable_list .method {
  width: 35%;
}
.proTable_list .link {
  text-decoration: underline;
  color: #0000a0;
}
@media screen and (max-width: 640px) {
  .proTable_list {
    width: 100%;
    overflow-y: auto;
  }
  .proTable_list .ul {
    width: 10rem;
  }
}
.pro_txt {
  color: #888;
}
.invest_info .numlist {
  text-align: center;
  color: #00d7b9;
}
.invest_info .numlist li {
  padding: 0 0.9rem;
  position: relative;
}
.invest_info .numlist li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.7rem;
  width: 1px;
  background-color: #e5e5e5;
}
.invest_info .logo_list .ul {
  gap: 0.1rem;
}
.invest_info .logo_list .ul li {
  width: calc((100% - 0.1rem * 5) / 6);
}
.invest_info .logo_list .ul .box {
  height: 0.8rem;
  border: 1px solid #e5e5e5;
}
.invest_info .logo_list .ul .box img {
  max-height: 90%;
}
@media screen and (max-width: 640px) {
  .invest_info .numlist li {
    padding: 0;
    width: 48%;
  }
  .invest_info .logo_list .ul li {
    width: calc((100% - 0.1rem * 2) / 3);
  }
}
.caseList {
  gap: 0.4rem;
}
.caseList li {
  width: calc((100% - 0.4rem * 2) / 3);
}
.caseList .box {
  border: 1px solid #e5e5e5;
  display: block;
}
.caseList .pic {
  padding-top: calc(240 / 400 * 100%);
}
.caseList .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/case_bg.png) no-repeat left bottom;
  background-size: cover;
  z-index: 2;
}
.caseList .textwarp {
  padding: 0.3rem;
}
.caseList .label {
  color: #0000a0;
}
.caseList .title {
  margin: 0.15rem 0 0.35rem;
  color: #3c3837;
  max-width: 3rem;
  line-height: calc(28 / 18);
}
@media screen and (max-width: 640px) {
  .caseList li {
    width: 100%;
  }
  .caseList .title {
    max-width: 100%;
  }
}
.Case_info .con {
  line-height: calc(28 / 16);
  color: #555555;
}
.Case_info .left {
  width: calc(700 / 1280 * 100%);
}
.Case_info .right {
  width: calc(480 / 1280 * 100%);
}
.Case_info .img img {
  width: 100%;
}
.Case_info .img::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Hbg_1.png) no-repeat left bottom;
  background-size: cover;
  z-index: 2;
}
.Case_info .title {
  color: #0000a0;
  line-height: calc(32 / 24);
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.25rem;
}
.Case_info .item:not(:last-child) {
  margin-bottom: 0.35rem;
}
.Case_info .item .Hline {
  width: 0.16rem;
  height: 0.16rem;
  position: relative;
  display: inline-flex;
  margin-right: 0.2rem;
  margin-top: 0.05rem;
  flex: 0 0 auto;
}
.Case_info .item .Hline::before,
.Case_info .item .Hline::after {
  content: '';
  position: absolute;
}
.Case_info .item .Hline::before {
  width: 0.08rem;
  height: 0.08rem;
  background-color: #0000a0;
  right: 0;
  top: 0;
}
.Case_info .item .Hline::after {
  width: 0.06rem;
  height: 0.06rem;
  background-color: #00d7b9;
  left: 0;
  bottom: 0;
}
.Case_info .item .tit {
  color: #0000a0;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  .Case_info .left,
  .Case_info .right {
    width: 100%;
  }
  .Case_info .left {
    margin-bottom: 0.5rem;
  }
}
.Contactbox .list {
  gap: 0.25rem;
  color: #888888;
}
.Contactbox .list li {
  border: solid 1px #e5e5e5;
  width: calc((100% - 0.25rem * 2) / 3);
  text-align: center;
  padding: 0.7rem 0.25rem;
}
.Contactbox .list .icon img {
  width: 0.44rem;
}
.Contactbox .list .title {
  color: #0000a0;
  margin: 0.35rem 0 0.15rem;
}
.Contactbox .list .stit {
  color: #1c1c1c;
  margin-bottom: 0.05rem;
}
.Contactbox .list .more {
  display: inline-flex;
  color: #555555;
  gap: 0.1rem;
  align-items: center;
}
.Contactbox .list .more::after {
  content: '';
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #888888;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  vertical-align: middle;
}
.Contactbox .list .more:hover {
  color: #0000a0;
}
.Contactbox .list .more:hover::after {
  border-color: #0000a0;
}
.Contactbox .addbox {
  border: solid 1px #e5e5e5;
}
.Contactbox .addbox .pic {
  width: calc(400 / 1280 * 100%);
  padding: 0.1rem;
  text-align: center;
  position: relative;
}
.Contactbox .addbox .pic::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.1rem;
  background-color: #e5e5e5;
}
.Contactbox .addbox .textwarp {
  width: calc(880 / 1280 * 100%);
  padding: 0.6rem 1rem;
}
.Contactbox .addbox .textwarp .title {
  color: #0000a0;
  margin-bottom: 0.15rem;
}
.Contactbox .addbox .textwarp .con {
  color: #1c1c1c;
  line-height: calc(28 / 16);
}
.Contactbox .addbox .textwarp .con a {
  text-decoration: underline;
  color: #0000a0;
}
.Contactbox .ul_form li {
  width: 100%;
  margin-bottom: 0.2rem;
}
.Contactbox .ul_form .row_2 {
  width: calc(620 / 1280 * 100%);
}
.Contactbox .ul_form .text {
  width: 100%;
  border: solid 1px #e5e5e5;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.1rem;
}
.Contactbox .ul_form textarea.text {
  height: 2rem;
}
.Contactbox .ul_form .name {
  color: #1c1c1c;
  display: block;
  margin-bottom: 0.15rem;
}
@media (max-width: 750px) {
  .Contactbox .list li {
    width: 100%;
  }
  .Contactbox .addbox {
    flex-wrap: wrap;
  }
  .Contactbox .addbox .pic,
  .Contactbox .addbox .textwarp {
    width: 100%;
  }
  .Contactbox .addbox .pic::after {
    display: none;
  }
  .Contactbox .addbox .textwarp {
    padding: 0.5rem;
  }
}
.searchResult .right {
  gap: 0.45rem;
}
.searchResult .right a {
  display: inline-flex;
  position: relative;
}
.searchResult .right a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 100%;
  height: 0.03rem;
  background-color: #0000a0;
  border-radius: 2px;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  opacity: 0;
  width: 0;
}
.searchResult .right a:hover,
.searchResult .right a.on {
  color: #0000a0;
}
.searchResult .right a:hover::after,
.searchResult .right a.on::after {
  opacity: 1;
  width: 100%;
}
.searchpro {
  padding-bottom: 0.2rem;
}
.searchpro li {
  margin-bottom: 0.2rem;
}
.searchpro .box {
  border: 1px solid #e5e5e5;
}
.searchpro .pic {
  width: calc(400 / 1280 * 100%);
  text-align: center;
}
.searchpro .textwarp {
  width: calc(880 / 1280 * 100%);
  padding: 0.45rem 0.95rem 0.45rem 0.5rem;
}
.searchpro .des {
  color: #555555;
  line-height: calc(24 / 16);
  margin: 0.15rem 0 0.65rem;
}
@media (max-width: 750px) {
  .searchpro .pic,
  .searchpro .textwarp {
    width: 100%;
  }
}
.searchBan .con {
  position: relative;
  max-width: 6.4rem;
}
.searchBan .text {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  border: none;
}
.searchBan .text::placeholder {
  color: #bbbbbb;
}
.searchBan .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.55rem;
  height: 100%;
  background: url(../images/search2.svg) no-repeat center;
  background-size: 0.2rem;
}
