/* this website */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
.whmax {
  width: 100%;
  height: 100%;
}
/* html reset */
html {
  font-size: 10.7916px;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
  display: block;
}
ul,
li,
ol,
dl,
dt,
dd {
  list-style: none;
}
input,
textarea {
  outline-style: none;
  font-size: 12px;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
  display: block;
}
body {
  color: #2b2b2b;
  font-size: 14px;
  background: #ffffff;
}
* {
  box-sizing: border-box;
  user-select: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 18px;
}
*::selection {
  color: #fff;
  background-color: #000;
  text-shadow: none;
}
/* 文字选中后背景 */
img {
  height: auto;
  user-select: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
/* 滚动条美化 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  overflow: hidden;
}
/* 定义滚动条轨道 */
::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 5px;
  overflow: hidden;
}
/* 定义滑块 */
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 2rem!important;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: 0.2s ease-in all;
  border-radius: 1rem;
}
.swiper-pagination-bullet-active {
  width: 20px;
  height: 8px;
  background: #07dcc2;
}
.swiper-button-prev,
.swiper-button-next {
  transition: 0.2s all;
}
.swiper-button-prev:active,
.swiper-button-next:active {
  transform: translate(2px, 2px);
}
#xhbody {
  overflow: hidden;
}
.flexbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex2 li {
  width: 50%;
}
.flex3 li {
  width: 33.333%;
}
.flex4 li {
  width: 25%;
}
.flex5 li {
  width: 20%;
}
.flex6 li {
  width: 16.66666%;
}
@font-face {
  font-family: numfont;
  src: url("/Static/font/D-DIN-Bold.ttf");
}
@font-face {
  font-family: enfont;
  src: url("/Static/font/a_FuturaOrtoBold.ttf");
}
.iconsvg {
  width: 10rem;
  height: 10rem;
  vertical-align: -1.5em;
  fill: currentColor;
  overflow: hidden;
}
* {
  font-family: sour,Arial,Microsoft YaHei;
}
body {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}
.xhpoint {
  position: absolute;
  top: -8rem;
  z-index: -1;
  visibility: hidden;
}
.section_box {
  padding: 7rem 7rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section_main {
  max-width: 140rem;
  margin: 0 auto;
  width: 100%;
}
/* GSAP动画相关样式 */
.gsap-from-left,
.gsap-from-right,
.gsap-from-top,
.gsap-from-bottom,
.gsap-scale,
.gsap-fade {
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.gsap-text-reveal {
  overflow: hidden;
  display: inline-block;
}
.gsap-text-reveal .letter {
  display: inline-block;
  transform-origin: center;
}
.gsap-stagger-container {
  overflow: visible;
}
.gsap-stagger-item {
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.no-js .gsap-from-left,
.no-js .gsap-from-right,
.no-js .gsap-from-top,
.no-js .gsap-from-bottom,
.no-js .gsap-scale,
.no-js .gsap-fade,
.no-js .gsap-stagger-item,
.no-js .gsap-text-reveal .letter {
  opacity: 1 !important;
  transform: none !important;
}
.header_md {
  display: none;
}
.header_md {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header_md .header_md_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  padding: 0 4rem 0 3rem;
  background: #fff;
  border-bottom: 0.3rem solid #07dcc2;
}
.header_md .header_md_top .mdlogo {
  width: 12rem;
  position: relative;
}
.header_md .header_md_top .mdlogo img {
  width: 100%;
  transition: 0.2s all ease-in;
}
.header_md .header_md_top .mdlogo .md_logo_b {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header_md .header_md_top .md_menu {
  display: flex;
  align-items: center;
}
.header_md .header_md_top .header_phone {
  display: flex;
  align-items: center;
  margin-right: 3.2rem;
}
.header_md .header_md_top .header_phone i {
  color: #0983fc;
  font-size: 2.4rem;
  margin-right: 0.5rem;
}
.header_md .header_md_top .header_phone p {
  color: #2b2b2b;
  font-size: 2.6rem;
  font-family: numfont;
  white-space: nowrap;
}
.header_md .header_md_top .md_btn {
  display: flex;
  align-items: center;
}
.header_md .header_md_top .md_btn .md_lang {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 2.6rem;
}
.header_md .header_md_top .md_btn .md_lang i {
  margin-right: 2px;
  font-size: 2.8rem;
}
.header_md .header_md_top .md_btn .md_search {
  font-size: 2rem;
  margin-left: 3rem;
  display: flex;
  align-items: center;
  color: #333;
}
.header_md .header_md_top .md_btn .md_search i {
  font-size: 3rem;
}
.header_md .header_md_top .md_menu_pop {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 4rem;
  height: 2.5rem;
  flex-shrink: 0;
  margin-left: 3rem;
  cursor: pointer;
}
.header_md .header_md_top .md_menu_pop span {
  display: block;
  height: 0.2rem;
  width: 100%;
  background: #333;
  flex-shrink: 0;
  transition: all 0.5s ease;
}
.header_md .header_md_top .md_menu_pop.curr .line2 {
  width: 0%;
  opacity: 0;
}
.header_md .header_md_top .md_menu_pop.curr .line1 {
  transform: rotate(45deg) translate(-0.3rem, 0);
  transform-origin: left;
}
.header_md .header_md_top .md_menu_pop.curr .line3 {
  transform: rotate(-45deg) translate(-0.3rem, 0);
  transform-origin: left;
}
.header_md .header_md_body {
  background: #fff;
  display: none;
  height: calc(100vh - 8rem);
  overflow-x: hidden;
  overflow-y: auto;
}
.header_md .header_md_body ul {
  width: 100%;
}
.header_md .header_md_body li {
  width: 100%;
  padding: 0 5rem;
  border-bottom: 1px solid #eaeaea;
}
.header_md .header_md_body .md_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
}
.header_md .header_md_body .md_nav p {
  color: #333;
  font-size: 2.2rem;
}
.header_md .header_md_body .md_nav i {
  color: #333;
  font-size: 2.2rem;
  transition: 0.2s all ease-in;
}
.header_md .header_md_body .md_nav i.curr {
  transform: rotate(90deg);
}
.header_md .header_md_body .md_xhr {
  display: none;
}
.header_md .header_md_body .md_xhr .md_nav {
  border-top: 1px solid #eaeaea;
  height: 8rem;
}
.header_md .header_md_body .md_xhr .md_nav p {
  font-size: 2.2rem;
  color: #666;
}
.header_md .header_md_body .md_xhr .md_nav .md_xhr-right {
  display: flex;
  align-items: center;
}
.header_md .header_md_body .md_xhr .md_nav span {
  color: #999;
  font-size: 1.6rem;
}
.header_md .header_md_body .md_xhr > .md_nav {
  padding-left: 2.5rem;
}
.header_md .header_md_body .md_xhr .md_xhr > .md_nav {
  padding-left: 4rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 6rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 8rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 10rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 12rem;
}
.header_md .headermd_langpop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.header_md .headermd_langpop ul {
  width: 60%;
  background: #fff;
  border-radius: 10px;
  padding: 1rem 2rem;
  position: relative;
}
.header_md .headermd_langpop a {
  font-size: 3rem;
  display: block;
  color: #2b2b2b;
}
.header_md .headermd_langpop li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  border-bottom: 1px solid #eee;
}
.header_md .headermd_langpop li:last-child {
  border-bottom: none;
}
.header_md .headermd_langpop .xhi {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 2.6rem;
}
.pcheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 10rem;
  transition: 0.2s all ease-in;
  background: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: flex-end;
  padding: 0 4rem 0 7rem;
}
.pcheader .logo {
  height: 6.2rem;
  width: auto;
}
.pcheader .logo img {
  height: 100%;
}
.pcheader .pcheader_main {
  transition: 0.2s all ease-in;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pcheader .head_right {
  height: 100%;
  display: flex;
  align-items: center;
}
.pcheader .head_right ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.pcheader .head_right ul li {
  width: 14rem;
  height: 100%;
  position: relative;
}
.pcheader .head_right ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.3rem;
  display: block;
  transition: 0.3s all ease-in;
  background: linear-gradient(135deg, #3DCAAD 0%, #0983FC 80%);
}
.pcheader .head_right ul li > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  backface-visibility: hidden;
  transition: 0.4s all cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}
.pcheader .head_right ul li > a span {
  color: #0983fc;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(50%) rotateX(-90deg);
}
.pcheader .head_right ul li > a p {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2b2b2b;
  font-size: 1.8rem;
  transition: 0.4s all cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  transform: translateZ(4rem);
}
.pcheader .head_right ul li > a .xhi {
  transform: translate(2px, 1px);
  font-size: 1.6rem;
}
.pcheader .head_right ul li dl {
  position: relative;
  transition: 0.3s all ease-in;
  height: 0px;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 2rem 1.5rem;
  width: 45rem;
  border-radius: 0 0 15px 15px;
}
.pcheader .head_right ul li dl dd {
  margin-bottom: 5px;
  transform: translateY(1rem);
  transition: all ease-in 0.3s 0.3s;
  opacity: 0;
}
.pcheader .head_right ul li dl dd:last-child {
  margin-bottom: 0px;
}
.pcheader .head_right ul li dl a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-radius: 3rem;
  transition: 0.2s all ease-in;
  background: #ffffff;
}
.pcheader .head_right ul li dl .mfont {
  display: flex;
  align-items: center;
}
.pcheader .head_right ul li dl .mfont p {
  font-size: 1.6rem;
  color: #2b2b2b;
  width: 11rem;
  transition: 0.2s all ease-in;
  white-space: nowrap;
}
.pcheader .head_right ul li dl .mfont span {
  font-size: 1.6rem;
  color: #999;
  transition: 0.3s all ease-in;
}
.pcheader .head_right ul li dl .mfont i {
  transition: 0.3s all ease-in;
  margin: 0 1.5rem;
  background: #a8a8a8;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
}
.pcheader .head_right ul li dl .xhi {
  color: #999;
  transition: 0.2s all ease-in;
}
.pcheader .head_right ul li dl a:hover {
  background: #f4f4f4;
}
.pcheader .head_right ul li dl a:hover p {
  color: #0983fc;
}
.pcheader .head_right ul li dl a:hover .xhi {
  color: #0983fc;
  transform: translateX(0.5rem);
}
.pcheader .head_right ul li dl a:hover span {
  transform: translateX(0.3rem);
}
.pcheader .head_right ul li .head-plan-dl .mfont p {
  width: 12rem;
}
.pcheader .head_right ul li.curr::after {
  width: 3rem;
}
.pcheader .head_right ul li:hover {
  background: rgba(0, 0, 0, 0);
}
.pcheader .head_right ul li:hover > a {
  transition: 0.4s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg);
}
.pcheader .head_right ul li:hover > a p {
  opacity: 0;
  transition: 0.4s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pcheader .head_right ul li:hover > a span {
  opacity: 1;
  transition: 0.4s all cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pcheader .head_right ul .head-serve:hover dl {
  visibility: visible;
  opacity: 1;
  z-index: 30;
}
.pcheader .head_right ul .head-serve:hover dl dd {
  transform: translateY(0px);
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: ease;
}
.pcheader .head_right ul .head-serve:hover dl dd:nth-of-type(1) {
  transition-delay: 0s;
}
.pcheader .head_right ul .head-serve:hover dl dd:nth-of-type(2) {
  transition-delay: 0.1s;
}
.pcheader .head_right ul .head-serve:hover dl dd:nth-of-type(3) {
  transition-delay: 0.2s;
}
.pcheader .head_right ul .head-serve:hover dl dd:nth-of-type(4) {
  transition-delay: 0.3s;
}
.pcheader .head_right ul .head-serve:hover dl dd:nth-of-type(5) {
  transition-delay: 0.4s;
}
.pcheader .head_right ul .head-serve:hover dl dd:nth-of-type(6) {
  transition-delay: 0.5s;
}
.pcheader .head_right ul .head-serve:hover .head-serve-dl {
  height: 26rem;
}
.pcheader .head_right ul .head-serve:hover .head-plan-dl {
  height: 14.5rem;
}
.pcheader .head_right .getplan-btn {
  transition: 0.2s all ease-in;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: 500% 100%;
  background-image: linear-gradient(90deg, #3dcaad 0%, #36b8cf 10%, #1399eb 20%, #3a94d5 30%, #814be5 40%, #a020b9 50%, #1d48be 60%, #3a94d5 70%, #1399eb 80%, #36b8cf 90%, #3dcaad 100%);
  animation: gradientFlow 12s linear infinite;
  color: #fff;
  width: 14rem;
  border-radius: 1rem;
  padding: 1.4rem 1.6rem 1.4rem 2.3rem;
}
.pcheader .head_right .getplan-btn span {
  font-size: 1.6rem;
}
.pcheader .head_right .getplan-btn p {
  transition: 0.2s all ease-in;
}
.pcheader .head_right .getplan-btn i {
  transition: 0.2s all ease-in;
  font-size: 1.8rem;
  margin-left: 0.5rem;
  display: block;
  animation: toprkmove 1.5s ease infinite;
}
.pcheader .head_right .getplan-btn::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -100%;
  width: 20%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(30deg);
  filter: blur(5px);
  animation: sweepLight 3s linear infinite;
}
.pcheader .head_right .getplan-btn:hover {
  transform: translateY(-2px);
  animation-play-state: paused;
}
.pcheader .head_right .getplan-btn:hover p {
  transform: rotate(45deg) translateY(-2px);
}
.pcheader .head_right .header_phone {
  display: flex;
  align-items: center;
  margin-right: 3.2rem;
}
.pcheader .head_right .header_phone i {
  color: #0983fc;
  font-size: 2.4rem;
  margin-right: 0.5rem;
}
.pcheader .head_right .header_phone p {
  color: #2b2b2b;
  font-size: 2.6rem;
  font-family: numfont;
  white-space: nowrap;
}
@media (max-width: 1720px) {
  .pcheader .head_right ul li {
    width: 12rem;
  }
}
@media (max-width: 1600px) {
  .pcheader {
    padding: 0 4rem 0 4rem;
    width: 100%;
  }
}
.pcheader.curr {
  background: #fff;
  height: 8rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@keyframes sweepLight {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.combtn {
  border-radius: 1rem;
  padding: 1.3rem 2.5rem;
  color: #fff;
  margin-right: 3rem;
  transition: 0.3s all ease-in;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.combtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0);
  transform-origin: right;
  opacity: 0;
}
.combtn:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.combtn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  opacity: 1;
}
.combtn:hover i {
  animation: btnIconMove 0.8s ease infinite;
}
.combtn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.combtn .btn_main {
  display: flex;
  align-items: center;
}
.combtn span {
  font-size: 1.6rem;
  margin-right: 1rem;
  position: relative;
  z-index: 2;
}
.combtn i {
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  transition: 0.3s transform ease;
  animation: btnIconMove 0.8s ease infinite;
}
.combtn.btn_1 {
  background: #07dcc2;
}
.combtn.btn_1::before {
  background: #05ab96;
}
.combtn.btn_1:hover span,
.combtn.btn_1:hover i {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.combtn.btn_2 {
  background: #0983fc;
}
.combtn.btn_2::before {
  background: #0369cf;
}
.combtn.btn_2:hover span,
.combtn.btn_2:hover i {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.combtn.btn_3 {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
}
.combtn.btn_3::before {
  background: #0983fc;
}
.combtn.btn_3:hover {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #0983fc;
}
.btnbox {
  display: flex;
}
@keyframes btnIconMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.3rem);
  }
  100% {
    transform: translateX(0);
  }
}
.xhtitle {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
  flex-direction: column;
}
.xhtitle h2 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 1rem;
}
.xhtitle p {
  font-size: 1.6rem;
  color: #666;
  margin-top: 0.5rem;
  text-align: center;
  max-width: 88rem;
  line-height: 1.8;
}
.xhtitle .xhtitle_dots {
  height: 2.4rem;
}
.xhtitle .xhtitle_dots .dotsul {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 0.7rem;
}
.xhtitle .xhtitle_dots .dotsul .xhdot {
  flex-shrink: 0;
  background: #07dcc2;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.xhtitle .xhtitle_dots .dotsul .xhdot:nth-child(1),
.xhtitle .xhtitle_dots .dotsul .xhdot:nth-child(15) {
  opacity: 0.1;
  width: 0.1rem;
  height: 0.1rem;
}
.xhtitle .xhtitle_dots .dotsul .xhdot:nth-child(2),
.xhtitle .xhtitle_dots .dotsul .xhdot:nth-child(14) {
  opacity: 0.2;
  width: 0.2rem;
  height: 0.2rem;
}
.xhtitle .xhtitle_dots .dotsul .xhdot:nth-child(3),
.xhtitle .xhtitle_dots .dotsul .xhdot:nth-child(13) {
  opacity: 0.3;
  width: 0.3rem;
  height: 0.3rem;
}
.xhtitle .xhtitle_dots .dotsul .xhdot:nth-child(4),
.xhtitle .xhtitle_dots .dotsul .xhdot:nth-child(12) {
  opacity: 0.4;
  width: 0.3rem;
  height: 0.3rem;
}
.xhtitle .xhtitle_dots .dotsul .xhdot:nth-child(5),
.xhtitle .xhtitle_dots .dotsul .xhdot:nth-child(11) {
  opacity: 0.5;
  width: 0.4rem;
  height: 0.4rem;
}
.xhtitle .xhtitle_dots .dotsul .xhdot:nth-child(6),
.xhtitle .xhtitle_dots .dotsul .xhdot:nth-child(10) {
  opacity: 0.6;
  width: 0.4rem;
  height: 0.4rem;
}
.xhtitle .xhtitle_dots .dotsul .xhdot:nth-child(7),
.xhtitle .xhtitle_dots .dotsul .xhdot:nth-child( 9) {
  opacity: 0.7;
  width: 0.5rem;
  height: 0.5rem;
}
.xhtitle.xhtitle_w {
  width: 100%;
}
.xhtitle.xhtitle_w h2 {
  color: #fff;
}
.xhtitle.xhtitle_w p {
  color: #fff;
}
.xhtitle.xhtitle_l {
  align-items: flex-start;
}
.xhtitle.xhtitle_l h2 {
  padding-left: 2rem;
}
.look_more2 {
  background: none;
  width: auto;
  width: 11rem;
  transition: 0.2s all ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
}
.look_more2 p {
  font-size: 1.6rem;
  color: #0983fc;
  margin-right: 1rem;
}
.look_more2 .look_more_box {
  width: 2rem;
  height: 2rem;
  background: #0983fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in 0.1s;
  flex-shrink: 0;
}
.look_more2 .look_more_box > i {
  font-size: 1.3rem;
  color: #fff;
  position: relative;
  z-index: 5;
  transition: 0.2s all ease-in;
}
.look_more2 .look_more_box span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.3s all ease-in;
  border-radius: 50%;
}
.look_more2 .look_more_box span i {
  background: #333;
  transform: scale(0);
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in;
  border-radius: 50%;
}
.look_more2:hover .look_more_box {
  background: #fff;
}
.look_more2:hover .look_more_box > i {
  transform: rotate(45deg);
  color: #fff;
}
.look_more2:hover .look_more_box span i {
  transform: scale(1.2);
}
.xhfooter_banner {
  height: 27rem;
  width: 100%;
  padding: 0 7rem;
  background: url("/Static/images/foot01.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.xhfooter_banner .section_main {
  height: 100%;
}
.xhfooter_banner .mfont {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.xhfooter_banner .mfont h2 {
  font-size: 3.5rem;
  color: #2b2b2b;
  margin-bottom: 1rem;
}
.xhfooter_banner .mfont p {
  font-size: 1.6rem;
  color: #2b2b2b;
  margin-bottom: 3rem;
}
.xhfooter_banner .bgmp4 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  height: 102%;
  z-index: 1;
  width: 102%;
  object-fit: cover;
}
.xhfooter {
  padding: 8rem 0 0 0;
  width: 100%;
  overflow: hidden;
  background: #0D121D;
  position: relative;
}
.xhfooter .xhfooter_main {
  padding: 0 7rem;
}
.xhfooter-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.9rem;
}
.xhfooter-top .xhfooter-left {
  padding-right: 4rem;
}
.xhfooter-top .xhfooter-left .mtop {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.xhfooter-top .xhfooter-left .mtop img {
  width: 16rem;
}
.xhfooter-top .xhfooter-left .mmid h3 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.xhfooter-top .xhfooter-left .mmid p {
  font-size: 1.2rem;
  color: #eee;
  display: block;
  font-weight: normal;
}
.xhfooter-top .xhfooter-left .mmid span {
  font-size: 1.5rem;
  color: #eee;
}
.xhfooter-top .xhfooter-left .mmid h2 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff !important;
  font-family: numFont;
  margin-bottom: 1.5rem;
  margin-bottom: 4rem;
}
.xhfooter-top .xhfooter-left .mmid a {
  color: #fff !important;
}
.xhfooter-top .xhfooter-left .mmid .mli {
  margin-bottom: 3rem;
}
.xhfooter-top .xhfooter-left .mmid h5 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
}
.xhfooter-top .xhfooter-right {
  max-width: 72rem;
  width: 100%;
}
.xhfooter-top .xhfooter-right .xhfooter-right-ul {
  display: flex;
  justify-content: space-between;
}
.xhfooter-top .xhfooter-right .xhfooter-right-ul span {
  width: 1.8rem;
  height: 2px;
  background: #07dcc2;
  margin: 0rem 0 2.6rem 0;
  display: block;
}
.xhfooter-top .xhfooter-right .xhfooter-right-ul li {
  margin: 0 1rem;
}
.xhfooter-top .xhfooter-right .xhfooter-right-ul h3 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.xhfooter-top .xhfooter-right .xhfooter-right-ul a {
  font-size: 1.6rem;
  color: #eee;
  margin-bottom: 1.8rem;
  transition: 0.2s all ease-in;
}
.xhfooter-top .xhfooter-right .xhfooter-right-ul a:hover {
  color: #07dcc2;
  transform: translateY(-1px);
}
.xhfooter-top .xhfooter-right .mbom {
  margin-top: 4rem;
}
.xhfooter-top .xhfooter-right .mbom ul {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}
.xhfooter-top .xhfooter-right .mbom .mimg {
  width: 11rem;
  height: 11rem;
  background: #fff;
  border-radius: 1rem;
}
.xhfooter-top .xhfooter-right .mbom .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.xhfooter-top .xhfooter-right .mbom p {
  font-size: 1.4rem;
  color: #eee;
  margin-top: 0.5rem;
  text-align: center;
}
.xhfooter-mbom {
  width: 100%;
  padding: 3rem 0px 0 0px;
}
.xhfooter-mbom .mtop {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 3rem 0;
}
.xhfooter-mbom .mtop p {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  margin-right: 22px;
  flex-shrink: 0;
}
.xhfooter-mbom .mtop a {
  font-size: 1.3rem;
  color: #eee;
  transition: 0.2s all ease-in;
  margin-right: 2.5rem;
  white-space: nowrap;
}
.xhfooter-mbom .mtop a:hover {
  color: #07dcc2;
}
.xhfooter-mbom .footer_icp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}
.xhfooter-mbom .footer_icp p {
  color: #7a7a7a;
  font-size: 1.4rem;
}
.xhfooter-mbom .footer_icp a {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
  color: #7a7a7a;
  font-size: 1.4rem;
}
.xhfooter-mbom .footer_icp img {
  margin-right: 0.5rem;
}
.xhfooter-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 6px;
  justify-content: flex-start;
}
.xhfooter-bg img {
  height: 7px;
  width: 280%;
  position: absolute;
  left: -150%;
  top: 0;
  animation: moveXBig 20s linear infinite;
}
@keyframes moveXBig {
  0% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(50%);
  }
  50% {
    transform: translateX(0%);
  }
  75% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.common_question {
  background-color: #fff;
}
.common_question .question_list {
  margin-top: 2rem;
}
.common_question .question_list .question_item {
  background: #fff;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.common_question .question_list .question_item .question_header {
  position: relative;
  padding: 1.5rem 5rem 1.5rem 2rem;
  background: #F2F5FA;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: 0.2s all ease-in;
  display: flex;
  align-items: center;
}
.common_question .question_list .question_item .question_header:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
}
.common_question .question_list .question_item .question_header .q_tag {
  display: inline-block;
  color: #0983fc;
  font-weight: bold;
  font-size: 3rem;
  margin-right: 1rem;
}
.common_question .question_list .question_item .question_header .q_title {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
.common_question .question_list .question_item .question_header:hover {
  background: #e1e6f0;
}
.common_question .question_list .question_item .question_content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
}
.common_question .question_list .question_item .question_content .answer_inner {
  padding: 1.5rem 2rem;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
}
.common_question .question_list .question_item.active .question_header:after {
  transform: translateY(-50%) rotate(-135deg);
}
.common_question .question_list .question_item.active .question_content {
  max-height: 500px;
  border-top: 1px solid #eee;
}
.news_list1 {
  width: 100%;
  padding: 4rem 0;
}
.news_list1 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news_list1 li {
  width: 33.33%;
  padding: 1.4rem;
}
.news_item1 {
  display: block;
  transition: 0.2s all ease-in;
}
.news_item1 .mimg {
  padding-top: 60%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.news_item1 .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news_item1 .mimg {
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 0 0;
}
.news_item1 .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  border-radius: 1.5rem 1.5rem 0 0;
}
.news_item1 .mfont {
  width: 100%;
  padding: 1.5rem;
}
.news_item1 .mfont h3 {
  margin-bottom: 3rem;
  transition: 0.2s all ease-in;
  font-size: 1.7rem;
  color: #2b2b2b;
  height: 5.5rem;
  line-height: 160%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.news_item1 .mfont .mbom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_item1 .mfont .mbom p {
  font-size: 1.5rem;
  color: #0983fc;
  transition: 0.2s all ease-in;
}
.news_item1 .mfont .mbom span {
  font-size: 1.5rem;
  color: #999;
  transition: 0.2s all ease-in;
}
.news_item1:hover {
  transform: translateY(-5px);
}
.news_item1:hover img {
  transform: scale(1.05);
}
.news_item1:hover h3 {
  color: #0983fc;
  font-weight: bold;
}
.news_swiper {
  width: 100%;
  padding: 0rem 0;
  position: relative;
}
.news_swiper .swiper-slide {
  height: auto;
}
.news_swiper .news_swiper_next,
.news_swiper .news_swiper_prev {
  width: 3rem;
  height: 3rem;
  background: rgba(7, 220, 194, 0.1);
  border-radius: 50%;
  color: #07dcc2;
  transition: all 0.3s;
}
.news_swiper .news_swiper_next:after,
.news_swiper .news_swiper_prev:after {
  font-size: 1.4rem;
}
.news_swiper .news_swiper_next:hover,
.news_swiper .news_swiper_prev:hover {
  background: #07dcc2;
  color: #fff;
}
.news_swiper .news_swiper_pagination {
  position: relative;
  margin-top: 2rem;
}
.news_swiper .news_swiper_pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(7, 220, 194, 0.3);
  opacity: 1;
  transition: all 0.3s;
}
.news_swiper .news_swiper_pagination .swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 0.4rem;
  background: #07dcc2;
}
.xhcrumbs {
  width: 100%;
  height: 45px;
  margin-bottom: 2rem;
}
.xhcrumbs .xhcrumbs_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.xhcrumbs .mleft {
  display: flex;
  align-items: center;
}
.xhcrumbs .mleft a {
  color: #666;
  font-size: 1.3rem;
  position: relative;
}
.xhcrumbs .mleft i {
  color: #0983fc;
  margin-right: 1rem;
}
.xhcrumbs .mleft a::after {
  content: '-';
  margin: 0 8px;
}
.xhcrumbs .mleft a:last-child::after {
  display: none;
}
.xhcrumbs .mright {
  display: flex;
  align-items: center;
}
.xhcrumbs .mright a {
  margin-left: 3rem;
  color: #2b2b2b;
  font-size: 1.6rem;
}
.xhcrumbs .mright a.curr {
  color: #07dcc2;
}
.xhRich {
  padding: 2rem 5rem;
}
.xhRich_text p {
  font-size: 1.6rem;
  line-height: 170%;
  margin-bottom: 1rem;
  color: #444;
}
.xhRich_text img {
  display: inline-block;
  max-width: 100%;
  margin: 5px 0;
}
.paging-box {
  margin: 2rem 0 0rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging-box .page-link {
  width: auto;
  background: #fff;
  margin: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  transition: 0.2s all ease-in;
  font-size: 1.5rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
}
.paging-box .page-link.current {
  background: #0983fc !important;
  color: #fff;
}
.paging-box .nocurrent {
  opacity: 0.5;
}
.paging-box .page-link_num {
  background: #fff;
  transition: 0.2s all ease-in;
}
.paging-box .page-link_num:hover {
  background: #ddd;
}
.page404 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 5rem 5rem 5rem;
}
.page404 .mleft {
  width: 50%;
  max-width: 70rem;
}
.page404 .mright {
  width: 50%;
}
.page404 .mright h1 {
  font-family: numfont;
  font-size: 15rem;
  font-weight: bold;
  color: #000;
}
.page404 .mright h2 {
  font-size: 2.5rem;
  color: #2b2b2b;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.page404 .mright .minfo {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .page404 {
    flex-direction: column;
    padding: 12rem 3rem 5rem 3rem;
  }
  .page404 .mleft {
    width: 90%;
    min-width: 90%;
  }
  .page404 .mright {
    width: 100%;
  }
  .page404 .mright h1 {
    font-size: 6rem;
  }
  .page404 .mright h2 {
    font-size: 2.4rem;
  }
  .page404 .mright .minfo {
    font-size: 1.8rem;
  }
}
