.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.bg {
  background-image: linear-gradient(121deg, #0054a2 0%, #52c5ef 100%);
  background-blend-mode: normal, normal;
}
.txt-bg {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(121deg, #0054a2 0%, #52c5ef 100%);
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-container {
  width: 15.36rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
body.ban {
  overflow: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "medium";
  src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
.light {
  font-family: "light";
}
.medium {
  font-family: "medium";
}
.regular {
  font-family: "regular";
}
.mb {
  font-family: "mb";
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs15: 15px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.cursorMove {
  display: none;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  margin: -10px 0 0 -10px;
  z-index: 1200;
  mix-blend-mode: difference;
}
.cursorMove i {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  user-select: none;
  pointer-events: none;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  display: none;
}
.header-wrapper.active {
  top: -1.6rem;
}
.header-wrapper.scroll > .box-container {
  height: 1rem;
}
.header-wrapper.scroll > .box-container .pc-nav-box li > a {
  height: 1rem;
  line-height: 1rem;
}
.header-wrapper.scroll .logo-box a {
  width: 80%;
}
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper:hover,
.header-wrapper.shadow {
  background-color: #fff;
}
.header-wrapper:hover .logo-box .init,
.header-wrapper.shadow .logo-box .init {
  display: none;
}
.header-wrapper:hover .logo-box .on,
.header-wrapper.shadow .logo-box .on {
  display: block;
}
.header-wrapper:hover .pc-nav-box li > a,
.header-wrapper.shadow .pc-nav-box li > a {
  color: #333;
}
.header-wrapper:hover .pc-nav-box li:hover > a,
.header-wrapper.shadow .pc-nav-box li:hover > a {
  color: #0160a8;
}
.header-wrapper:hover .search,
.header-wrapper.shadow .search,
.header-wrapper:hover .tel,
.header-wrapper.shadow .tel {
  border-color: rgba(0, 0, 0, 0.1);
}
.header-wrapper:hover .search:before,
.header-wrapper.shadow .search:before {
  background-image: url(../img/search2.png);
}
.header-wrapper:hover .tel:before,
.header-wrapper.shadow .tel:before {
  background-image: url(../img/tel2.png);
}
.header-wrapper:hover .language .caption,
.header-wrapper.shadow .language .caption {
  color: #333;
  border-color: rgba(0, 0, 0, 0.1);
  background-image: url(../img/lang2.png);
}
.header-wrapper:hover .language .caption:after,
.header-wrapper.shadow .language .caption:after {
  background-image: url(../img/down2.png);
}
.header-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 1.5rem;
  align-items: center;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.header-wrapper .logo-box {
  width: 17%;
}
.header-wrapper .logo-box a {
  display: block;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.header-wrapper .logo-box img {
  width: 100%;
  display: block;
}
.header-wrapper .logo-box .on {
  display: none;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .search,
.header-wrapper .tel {
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.header-wrapper .search:before,
.header-wrapper .tel:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-wrapper .search:hover:before,
.header-wrapper .tel:hover:before {
  animation: shake 0.6s ease;
}
.header-wrapper .search:before {
  background-image: url(../img/search.png);
}
.header-wrapper .tel:before {
  background-image: url(../img/tel.png);
}
.header-wrapper .tel {
  margin: 0 14px;
}
.header-wrapper .language {
  position: relative;
}
.header-wrapper .language:hover .nav {
  transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.header-wrapper .language .caption {
  position: relative;
  cursor: pointer;
  width: 1.54rem;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 20px 0 46px;
  color: #fff;
  font-size: var(--fs16);
  background-color: rgba(255, 255, 255, 0.2);
  background-position: left 12px center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-image: url(../img/lang.png);
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.header-wrapper .language .caption:after {
  content: "";
  width: 13px;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 10;
  background-image: url(../img/down.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.header-wrapper .language .nav {
  position: absolute;
  left: 0;
  top: 120%;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: rotateY(90deg);
}
.header-wrapper .language .nav:before {
  content: "";
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  top: -12px;
  z-index: 10;
  margin-left: -6px;
}
.header-wrapper .language .nav a {
  display: block;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 24px;
}
.header-wrapper .language .nav a:hover {
  color: #0160a8;
}
.pc-nav-box {
  flex: 1;
  text-align: center;
}
.pc-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.pc-nav-box li {
  position: relative;
  display: inline-block;
  margin-right: 0.7rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li.on > a {
  color: #0160a8;
}
.pc-nav-box li:hover > a {
  color: #0160a8;
}
.pc-nav-box li:hover .nav {
  transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.pc-nav-box li > a {
  font-size: var(--fs18);
  line-height: 1.5rem;
  color: #fff;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.pc-nav-box .nav {
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: 100%;
  z-index: 10;
  width: 240px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: rotateY(90deg);
}
.pc-nav-box .nav:before {
  content: "";
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  top: -12px;
  z-index: 10;
  margin-left: -6px;
}
.pc-nav-box .nav a {
  display: block;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 24px;
}
.pc-nav-box .nav a:hover {
  color: #0160a8;
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
.footer-wrapper {
  position: relative;
  z-index: 10;
  padding: 1.16rem 0 0.63rem;
  background: #142031;
  overflow: hidden;
}
.footer-wrapper .box-container {
  position: relative;
  z-index: 10;
}
.footer-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .box-2 {
  text-align: center;
  margin-top: 2.34rem;
}
.footer-wrapper .left li {
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.3);
  line-height: 20px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 0.2rem;
  font-family: "light";
}
.footer-wrapper .left li:last-child {
  margin-bottom: 0;
}
.footer-wrapper .left li span {
  color: #fff;
  margin-right: 16px;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs14);
  line-height: 0.36rem;
  color: rgba(222, 222, 222, 0.3);
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-wrapper .footer-nav-box li > a,
.footer-wrapper .caption {
  font-size: var(--fs18);
  color: #fff;
  line-height: 30px;
  margin-bottom: 0.3rem;
}
.footer-wrapper .qrcode {
  width: 100px;
  text-align: center;
  margin-right: 0;
  margin-left: auto;
}
.footer-wrapper .qrcode p {
  font-size: var(--fs14);
  color: #999;
  line-height: 20px;
  margin-top: 0.18rem;
}
.footer-wrapper .share {
  margin-top: 0.3rem;
  font-size: 0;
  text-align: right;
}
.footer-wrapper .share a {
  display: inline-block;
  margin-right: 0.18rem;
}
.footer-wrapper .share a:last-child {
  margin-right: 0;
}
.footer-wrapper .share img {
  height: 0.2rem;
}
.footer-wrapper .canvas {
  position: absolute;
  left: 0;
  bottom: -2.8rem;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.footer-nav-box {
  flex: 1;
  padding: 0 1.8rem 0 1.5rem;
}
.footer-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav-box a {
  display: block;
  line-height: 30px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-nav-box .nav a {
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.3);
  font-family: "light";
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.footer-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box .nav span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.link {
  font-size: 0;
  margin-bottom: 0.136rem;
}
.link a {
  position: relative;
  font-size: var(--fs16);
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  color: #fffefe;
}
.link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  width: 2px;
  height: 13px;
  background: #fff;
}
.link a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.link a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.link a:last-child:after {
  display: none;
}
.link span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.sidebar-box {
  position: fixed;
  right: 0.3rem;
  bottom: 0.7rem;
  z-index: 50;
  width: 70px;
  display: none;
}
.sidebar-box ul {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background-color: #fff;
}
.sidebar-box ul li {
  position: relative;
  height: 70px;
  text-align: center;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.sidebar-box ul li:hover:before {
  opacity: 1;
  visibility: visible;
}
.sidebar-box ul li:hover .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}
.sidebar-box ul li:hover .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.sidebar-box ul li:hover p {
  color: #fff;
}
.sidebar-box ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(121deg, #0054a2 0%, #52c5ef 100%);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.sidebar-box ul li a {
  display: block;
  position: relative;
  z-index: 10;
}
.sidebar-box ul li .icon {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0 auto;
}
.sidebar-box ul li img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.sidebar-box ul li .on {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.sidebar-box ul li p {
  font-size: var(--fs14);
  color: #433f45;
  line-height: 20px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  margin-top: 0.08rem;
}
.sidebar-box ul,
.sidebar-box > a {
  border-radius: 5px;
}
.sidebar-box .gotop {
  position: relative;
  display: none;
  height: 70px;
  background-image: linear-gradient(121deg, #0054a2 0%, #52c5ef 100%);
  background-blend-mode: normal, normal;
  margin-top: 9px;
  cursor: pointer;
  border-radius: 5px;
}
.sidebar-box .gotop:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-image: url(../img/top.png);
  background-position: center center;
  background-size: 22px;
  background-repeat: no-repeat;
}
.sidebar-box .gotop a {
  display: block;
}
.index-banner-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.index-banner-wrapper.init .swiper-slide-active h1,
.index-banner-wrapper.init .swiper-slide-active .brief {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active h1 {
  letter-spacing: 2px;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .brief {
  letter-spacing: 0.15rem;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active ul li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide.dot:after {
  content: "";
  width: 100%;
  height: 2rem;
  background: url(../img/shadow.png) no-repeat left top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide video {
  display: block;
  width: 100%;
  height: calc(100vh + 2px);
  object-fit: cover;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 36.21%;
  z-index: 10;
  width: 100%;
}
.index-banner-wrapper .box-container {
  text-align: center;
}
.index-banner-wrapper h1,
.index-banner-wrapper .brief {
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
}
.index-banner-wrapper h1 {
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  line-height: 0.9rem;
  letter-spacing: 0.1rem;
  transition-delay: 0.4s;
}
.index-banner-wrapper .brief {
  font-family: "light";
  font-size: var(--fs30);
  letter-spacing: 0.5rem;
  color: #fff;
  transition-delay: 0.8s;
  margin-top: 0.22rem;
}
.index-banner-wrapper .brief span {
  display: inline-block;
  margin-right: 0.45rem;
}
.index-banner-wrapper .brief span:last-child {
  margin-right: 0;
}
.index-banner-wrapper ul {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.index-banner-wrapper ul li {
  position: absolute;
  z-index: 10;
  min-width: 1.98rem;
  line-height: 0.68rem;
  color: #fff;
  text-align: center;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  border-radius: 0.34rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  -webkit-transform: translateY(0.5rem);
  -moz-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  -o-transform: translateY(0.5rem);
}
.index-banner-wrapper ul li:hover a {
  background: #fff;
}
.index-banner-wrapper ul li:hover a:after {
  opacity: 0;
  visibility: hidden;
}
.index-banner-wrapper ul li:hover a span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(121deg, #0054a2 0%, #52c5ef 100%);
}
.index-banner-wrapper ul li:hover i:before {
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  opacity: 0;
  visibility: hidden;
}
.index-banner-wrapper ul li:hover i:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.index-banner-wrapper ul li:first-child {
  left: 42%;
  top: 73%;
}
.index-banner-wrapper ul li:nth-child(2) {
  left: 25%;
  top: 54%;
}
.index-banner-wrapper ul li:nth-child(3) {
  left: 18%;
  top: 36%;
}
.index-banner-wrapper ul li:nth-child(4) {
  left: 42%;
  top: 32%;
}
.index-banner-wrapper ul li:nth-child(5) {
  left: 51.5%;
  top: 39%;
}
.index-banner-wrapper ul li:nth-child(6) {
  left: 64%;
  top: 68%;
}
.index-banner-wrapper ul li:nth-child(7) {
  left: 75%;
  top: 44%;
}
.index-banner-wrapper ul a {
  width: 100%;
  position: relative;
  z-index: 3;
  display: block;
  font-size: var(--fs18);
  vertical-align: middle;
  padding: 0 0.42rem;
  border-radius: 0.34rem;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-banner-wrapper ul a:before,
.index-banner-wrapper ul a:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border-radius: 0.34rem;
}
.index-banner-wrapper ul a:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #6ce5ff;
  z-index: 1;
}
.index-banner-wrapper ul a:after {
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  z-index: 2;
  background-image: linear-gradient(121deg, #0054a2 0%, #52c5ef 100%);
  background-blend-mode: normal, normal;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-banner-wrapper ul a span {
  position: relative;
  z-index: 4;
}
.index-banner-wrapper ul i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: middle;
  top: -2px;
}
.index-banner-wrapper ul i:before,
.index-banner-wrapper ul i:after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.index-banner-wrapper ul i:before {
  background-image: url(../img/icircle2.png);
}
.index-banner-wrapper ul i:after {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
  background-image: url(../img/icircle.png);
}
.index-banner-wrapper .swiper-pagination {
  display: block;
  bottom: 0;
  font-size: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border: 1px solid #0160a8;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0160a8;
  width: 24px;
  border-radius: 30px;
}
.loading {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    background-color: #fff;
    width: 100%;
  }
  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .nav {
    position: relative;
    z-index: 2;
    font-size: 0;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    justify-content: center;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    font-size: var(--fs16);
    line-height: 0.8rem;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-right: 0.72rem;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a:last-child:after {
    display: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #0160a8;
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-wrapper .nav > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    background-color: #0160a8;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
}
.index-title {
  font-size: var(--fs48);
  color: #433f45;
  line-height: 0.6rem;
}
.top-box {
  text-align: center;
  margin-bottom: 0.46rem;
}
.top-box .brief {
  line-height: 0.36rem;
  margin-top: 0.15rem;
}
.top-box .brief span {
  display: inline-block;
  margin-right: 0.7rem;
  font-size: var(--fs24);
  letter-spacing: 0.14rem;
  color: #433f45;
}
.top-box .brief span:last-child {
  margin-right: 0rem;
}
.index-more {
  width: 1.56rem;
  line-height: 0.54rem;
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
  border-radius: 0.27rem;
}
.index-more:before,
.index-more:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border-radius: 0.27rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-more:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #6ce5ff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.index-more:after {
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  z-index: 2;
  background-image: linear-gradient(121deg, #0054a2 0%, #52c5ef 100%);
  background-blend-mode: normal, normal;
}
.index-more.on:hover {
  background: #fff;
}
.index-more.on:hover:before {
  opacity: 1;
  visibility: visible;
}
.index-more.on:hover:after {
  opacity: 0;
  visibility: hidden;
}
.index-more.on:hover span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(121deg, #0054a2 0%, #52c5ef 100%);
}
.index-more span {
  position: relative;
  z-index: 4;
}
ul {
  list-style-type: none;
}
.learn {
  text-align: center;
  width: 1.56rem;
  line-height: 0.54rem;
  background-color: #d2d8e5;
  border-radius: 0.27rem;
  font-size: var(--fs14);
  color: #0160a8;
  cursor: pointer;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.learn:hover {
  background: #0160a8;
  color: #fff;
}
.more {
  font-family: "medium";
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  font-size: var(--fs16);
  line-height: 0.3rem;
}
.more.white {
  color: #fff;
}
.more.white i {
  background-image: url(../img/right2.png);
}
.more i {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 7px;
  height: 14px;
  background-image: url(../img/right.png);
  margin-left: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-box-1 {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.index-box-1 .top-box {
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 10;
  width: 100%;
}
.index-box-1 .cat-box {
  width: 5.88rem;
  position: absolute;
  left: calc((100% - 15.36rem) / 2);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}
.index-box-1 .cat-box a.active .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}
.index-box-1 .cat-box a.active .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-1 .cat-box a.active .title span {
  opacity: 1;
}
.index-box-1 .cat-box .title {
  font-size: var(--fs30);
  line-height: 0.36rem;
  color: #433f45;
}
.index-box-1 .cat-box .title span {
  display: inline-block;
  opacity: 0.3;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-1 .cat-box a {
  display: block;
  position: relative;
  z-index: 10;
  margin-bottom: 0.25rem;
}
.index-box-1 .cat-box a:last-child {
  margin-bottom: 0;
}
.index-box-1 .cat-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 0.36rem;
  height: 0.36rem;
}
.index-box-1 .cat-box img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.index-box-1 .cat-box .on {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.index-box-1 .cat-box .title,
.index-box-1 .cat-box .info {
  padding-left: 0.48rem;
}
.index-box-1 .cat-box .info {
  display: none;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.index-box-1 .cat-box .desc {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #433f45;
  min-height: 0.6rem;
  margin-bottom: 0.2rem;
}
.index-box-1 .car,
.index-box-1 .car2 {
  position: absolute;
  z-index: 10;
}
.index-box-1 .swiper-slide-active .car {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) scale(1);
}
.index-box-1 .car {
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  transform: translate(0.3rem, 0.3rem) scale(0.99);
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
}
.index-box-1 .car2 {
  bottom: -3rem;
  width: 40.1%;
  right: calc((100% - 15.36rem) / 2);
  animation: carAni 4s linear infinite;
}
@keyframes carAni {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  to {
    transform: translateY(-10rem);
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
  }
}
.index-box-2 {
  margin-top: -1px;
  position: relative;
  z-index: 10;
  padding: 1.1rem 0 1.5rem;
  background: url(../img/index2bg2.jpg) no-repeat center center fixed;
  background-size: cover;
}
.index-box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-2 .title {
  font-size: var(--fs36);
  font-family: "medium";
  line-height: 0.48rem;
  margin-bottom: 0.14rem;
}
.index-box-2 li {
  border-radius: 0.1rem;
  overflow: hidden;
  width: calc((100% - 54px) / 3);
  background-color: #f5f8fa;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.index-box-2 li.on {
  box-shadow: inset -1px -10px 30px 0px rgba(0, 228, 255, 0.75);
}
.index-box-2 li.on .pic {
  opacity: 1;
  visibility: visible;
}
.index-box-2 li.on .info {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.4rem);
  -webkit-transform: translateY(0.4rem);
  -moz-transform: translateY(0.4rem);
  -ms-transform: translateY(0.4rem);
  -o-transform: translateY(0.4rem);
}
.index-box-2 li.on .icon {
  left: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-box-2 li.on .icon:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-2 li.on .hidebox .title,
.index-box-2 li.on .hidebox .desc,
.index-box-2 li.on .hidebox .more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-box-2 li a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}
.index-box-2 li .pic {
  background: url(../img/index2.jpg) no-repeat center center;
  background-size: cover;
  height: 5.33rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-2 li .pic img,
.index-box-2 li .mask {
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  object-fit: cover;
  animation: imgAni 4s linear infinite;
}
.index-box-2 li .mask {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-box-2 li .info {
  position: absolute;
  bottom: 0.9rem;
  z-index: 10;
  width: 100%;
  text-align: center;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-2 li .hidebox {
  position: absolute;
  left: 0;
  top: 0.9rem;
  z-index: 10;
  width: 100%;
  text-align: left;
  padding: 0 1.06rem 0 0.62rem;
}
.index-box-2 li .hidebox .title {
  color: #fff;
}
.index-box-2 li .hidebox .title,
.index-box-2 li .hidebox .desc,
.index-box-2 li .hidebox .more {
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  opacity: 0;
  visibility: hidden;
}
.index-box-2 li .hidebox .title {
  transition-delay: 0.2s;
}
.index-box-2 li .hidebox .desc {
  transition-delay: 0.4s;
}
.index-box-2 li .hidebox .more {
  transition-delay: 0.6s;
}
.index-box-2 li .icon {
  width: 1.16rem;
  height: 1.16rem;
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  margin-bottom: 0.44rem;
}
.index-box-2 li .icon:before {
  content: "";
  border-radius: 50%;
  background-image: linear-gradient(0deg, #f5f8fa 0%, #e7f3fe 100%), linear-gradient(#e7f3fe, #e7f3fe);
  background-blend-mode: normal, 
					normal;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: scale(1.413);
  -webkit-transform: scale(1.413);
  -moz-transform: scale(1.413);
  -ms-transform: scale(1.413);
  -o-transform: scale(1.413);
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-2 li .icon img {
  position: relative;
  z-index: 10;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.index-box-2 li .desc {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 78px;
  margin-bottom: 0.4rem;
}
.index-box-3 {
  position: relative;
  padding: 1.5rem 0 1.12rem;
  overflow: hidden;
  z-index: 10;
  background: #fff;
}
.index-box-3 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.index-box-3 .top-box {
  text-align: left;
}
.index-box-3 .left {
  width: 28%;
}
.index-box-3 .center {
  width: 6.2rem;
  height: 6.2rem;
  position: relative;
}
.index-box-3 .center:before {
  width: 72.5%;
  height: 72.5%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px #0160a8 solid;
  animation: cirs 6s linear 3s infinite;
  opacity: 0;
  z-index: -1;
}
.index-box-3 .center:after {
  width: 72.5%;
  height: 72.5%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px #0160a8 solid;
  animation: cirs 6s linear infinite;
  opacity: 0;
  z-index: -1;
}
.index-box-3 #earth {
  width: 100%;
  height: 100%;
}
.index-box-3 .top-box {
  margin-bottom: 1.02rem;
}
.index-box-3 .data li {
  margin-bottom: 1.06rem;
}
.index-box-3 .data li:last-child {
  margin-bottom: 0;
}
.index-box-3 .data p {
  font-size: var(--fs18);
  line-height: 26px;
  color: #666;
}
.index-box-3 .num {
  margin-bottom: 0.18rem;
}
.index-box-3 .num span {
  display: inline-block;
  font-size: 0.72rem;
  line-height: 0.6rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(121deg, #0054a2 0%, #52c5ef 100%);
  font-weight: 700;
}
.index-box-3 .info {
  width: 2.73rem;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 0.3rem;
  border-left: 3px solid #0160a8;
}
.index-box-3 .info .caption {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #333;
}
.index-box-3 .info p {
  font-size: 14px;
  line-height: 0.3rem;
  color: #999;
  margin-top: 0.09rem;
}
.index-box-3 .info img {
  vertical-align: middle;
  margin-right: 0.08rem;
  position: relative;
  top: -2px;
}
.index-box-3 .en {
  font-size: 4rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #0054a2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(121deg, #0054a2 0%, #52c5ef 100%);
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  font-weight: 700;
  line-height: 4rem;
}
.index-box-3 .right ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.index-box-3 .right li {
  font-size: var(--fs20);
  line-height: 30px;
  font-weight: 700;
  position: relative;
}
.index-box-3 .right li:nth-child(2):before {
  background: #2184c7;
}
.index-box-3 .right li:nth-child(3):before {
  background: #60c3e0;
}
.index-box-3 .right li:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: #0160a8;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-radius: 50%;
  margin-right: 0.16rem;
}
@keyframes cirs {
  0% {
    opacity: 1;
    width: 72.5%;
    height: 72.5%;
  }
  100% {
    opacity: 0;
    width: 200%;
    height: 200%;
  }
}
.index-box-4 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  position: relative;
  z-index: 10;
  background: #fff;
}
.index-box-4 .item {
  position: relative;
  width: 50%;
  height: 9.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.index-box-4 .item.on {
  width: 61.46%;
}
.index-box-4 .item.on > .index-title {
  opacity: 0;
  visibility: hidden;
}
.index-box-4 .item.on .info {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-box-4 .item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0160a8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-4 .item.shadow:before {
  visibility: visible;
  opacity: 0.6;
}
.index-box-4 .info {
  width: 7.6rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.index-box-4 .info,
.index-box-4 .item > .index-title {
  position: absolute;
  z-index: 10;
  top: 1.74rem;
}
.index-box-4 .item > .index-title {
  width: 100%;
  text-align: center;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-box-4 .desc {
  font-size: var(--fs18);
  color: #433f45;
  line-height: 0.3rem;
  margin: 0.23rem auto 0.64rem;
}
.index-box-5 {
  position: relative;
  z-index: 10;
  background: #fff;
}
.index-box-5 .pic {
  height: 9.48rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-box-5 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-box-5 .cat-box {
  font-size: 0;
  text-align: center;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.index-box-5 .cat-box a {
  position: relative;
  display: block;
  width: 1.56rem;
  line-height: 0.54rem;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(227, 227, 227, 0.35);
  border-radius: 0.27rem;
  overflow: hidden;
  text-align: center;
  font-size: var(--fs16);
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  margin-right: 0.22rem;
}
.index-box-5 .cat-box a:last-child {
  margin-right: 0;
}
.index-box-5 .cat-box a:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.27rem;
  background-image: linear-gradient(121deg, #0054a2 0%, #52c5ef 100%);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
}
.index-box-5 .cat-box a:hover {
  color: #fff;
}
.index-box-5 .cat-box a:hover:before {
  opacity: 1;
  visibility: visible;
}
.index-box-5 .cat-box span {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  .index-box-1 .cat-box {
    left: calc((100% - 14rem) / 2);
    width: 5rem;
  }
  .index-box-1 .car2 {
    right: 10%;
  }
  .top-box .brief span {
    letter-spacing: 0.1rem;
  }
  .index-box-3 .en {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .index-box-4 .item {
    height: 8.6rem;
  }
  .index-box-4 .info,
  .index-box-4 .item > .index-title {
    top: 1.3rem;
  }
  .index-box-5 .pic {
    height: 8rem;
  }
  .footer-wrapper .box-2 {
    margin-top: 2rem;
  }
  .index-box-2 li .pic {
    height: 5rem;
  }
  .header-wrapper .box-container {
    height: 1.4rem;
  }
  .pc-nav-box li > a {
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 1440px) {
  .pc-nav-box li {
    margin-right: 0.6rem;
  }
  .header-wrapper .box-container {
    height: 1.25rem;
  }
  .pc-nav-box li > a {
    line-height: 1.25rem;
  }
  .header-wrapper .search,
  .header-wrapper .tel {
    width: 32px;
    height: 32px;
  }
  .header-wrapper .language .caption {
    line-height: 30px;
    width: 1.3rem;
    background-size: 20px;
  }
  .index-box-3 .en {
    font-size: 3rem;
    line-height: 3rem;
  }
  .index-box-5 .pic {
    height: 6.6rem;
  }
  .index-box-2 li .pic {
    height: 4.8rem;
  }
  .index-box-4 .item {
    height: 8.2rem;
  }
  .index-box-4 .info,
  .index-box-4 .item > .index-title {
    top: 1.1rem;
  }
  .footer-wrapper {
    padding-top: 1rem;
  }
  .footer-wrapper .box-2 {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-wrapper .content {
    line-height: 0.48rem;
  }
  .search-wrapper .result {
    margin-bottom: 0.3rem;
  }
  .search-wrapper .result span {
    font-size: var(--fs14);
    margin-right: 0.48rem;
  }
  .search-wrapper .list li a {
    padding: 0.2rem 0;
  }
  .search-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-right: 0.6rem;
  }
  .search-wrapper .list p {
    font-size: var(--fs14);
  }
}
.imgScale {
  position: relative;
}
.imgScale:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.imgScale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.imgScale:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #0160a8;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 15px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs40: 0.46rem;
    --fs48: 0.48rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
@keyframes imgAni {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  25% {
    opacity: 0.5;
    transform: translate(-0.2rem, 0);
  }
  50% {
    opacity: 0.3;
    transform: translate(-0.2rem, -0.2rem);
  }
  75% {
    opacity: 0.5;
    transform: translate(0, -0.2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
