@import "iconfont.css";
@import "harmonyos_sans_sc.css";
@font-face {
  font-family: "Adieu";
  src: url("../fonts/Adieu-Light.eot");
  src: url("../fonts/Adieu-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Adieu-Light.woff") format("woff"), url("../fonts/Adieu-Light.woff2") format("woff2"), url("../fonts/Adieu-Light.ttf") format("truetype"), url("../fonts/Adieu-Light.svg#Adieu-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.c99 {
  color: #999;
}
.c66 {
  color: #666;
}
.cfff {
  color: #fff;
}
.vm {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-0%, -50%);
}
a:hover {
  text-decoration: none;
}
h3,
p {
  margin: 0;
}
html,
body {
  overflow-x: hidden !important;
  width: 100%;
}
html {
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
body {
  font-family: 'HarmonyOS Sans SC', 'Helvetica Neue', 'arial', "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  min-width: 320px;
  background-color: #0F141E;
  color: #fff;
  font-size: 14px;
}
a,
a:hover {
  color: #fff;
  cursor: pointer;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fl {
  float: left;
  display: inline-block;
}
.fr {
  float: right;
  display: inline-block;
}
.c:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.c {
  *zoom: 1;
}
.container {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.wow {
  visibility: hidden;
}
.tac {
  text-align: center;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
img {
  max-width: 100%;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
div:focus,
a:focus,
li:focus,
*:focus {
  outline: none;
  text-decoration: none;
}
button {
  border: 0;
}
.is_wap {
  display: none !important;
}
.is_pc {
  display: block;
}
.tar {
  text-align: right;
}
div:focus {
  outline: none;
}
div {
  outline: none;
}
.text-overflow {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.menu-btn {
  height: 16px;
  width: 24px;
  position: relative;
  display: block;
  margin-left: 20px;
}
.menu-btn span {
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-btn span:nth-of-type(1) {
  top: 0;
}
.menu-btn span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.menu-btn span:nth-of-type(3) {
  bottom: 0;
}
.menu-btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 !important;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 20px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  opacity: 0;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.flex {
  display: flex;
}
.flex1 {
  flex: 1;
}
.oh {
  overflow: hidden;
}
a:hover {
  color: #fff;
}
.header {
  position: fixed;
  padding: 24px 0;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.header .box {
  align-items: center;
  justify-content: space-between;
}
.header .logo img {
  height: 32px;
}
.header .navs {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
}
.header .navs li {
  margin-left: 14px;
}
.header .navs li img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  opacity: 0.5;
}
.header .navs li a {
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: Adieu;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 8px 12px;
  gap: 4px;
  border-radius: 999px;
}
.header .navs li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header .navs li a:hover img {
  opacity: 1;
}
.header .navs a.active {
  background: rgba(255, 255, 255, 0.1);
}
.header .navs a.active img {
  opacity: 1;
}
.header.on {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
  background: #000;
}
.nav_wap {
  display: none;
}
.lang {
  position: relative;
  margin: 0 0 0 0;
}
.lang dt {
  border-radius: 20px;
  padding: 8px 16px;
  background: #fff;
  color: #020203;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.lang dt .ico {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.lang dd {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.lang dd li a {
  display: block;
  padding: 8px 12px;
  color: #000;
}
.lang dd li a:hover {
  background: #0098E9;
  color: #fff;
}
.home1 {
  background: url("../images/banner-bg.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 32px;
}
.banner {
  padding: 16px 0;
}
.banner .flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}
.banner .left,
.banner .right {
  width: 48.8%;
}
.banner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.earthBox{
  aspect-ratio: 1;
  background: url(../images/earth.png) no-repeat;
  background-size: 100% auto;
}
.banner .title1 {
  display: flex;
}
.banner .title1 span {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 6px;
  color: #FFF;
  font-family: Adieu;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner .title1 span img {
  height: 20px;
}
.banner .title2 {
  margin: 12px 0 80px 0;
  color: #FFF;
  font-family: Adieu;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  /* 129.167% */
}
.banner .title2 img {
  height: 60px;
}
.banner .com-bottom .p {
  padding: 22px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.banner .com-bottom .link {
  display: flex;
}
.banner .com-bottom .link img {
  height: 50px;
}
.banner .com-bottom .link a {
  display: flex;
  align-items: center;
  border-radius: 999px;
  /*padding: 8px 16px;*/
  justify-content: center;
  gap: 10px;
  margin-right: 14px;
  line-height: 100%;
}
.banner .com-bottom .link a.on {
  background: #fff;
  color: #181818;
}
.banner .com-bottom ul {
  display: flex;
}
.banner .com-bottom ul li {
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding-right: 14px;
}
.banner .com-bottom ul li:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.banner .com-bottom ul li:last-child {
  margin-right: 0;
}
.banner .com-bottom ul li img {
  width: 40px;
  height: 40px;
  margin-right: 11px;
}
.coin-box {
  display: flex;
  align-items: center;
}
.coin-box .left {
  color: rgba(255, 255, 255, 0.6);
  font-family: Adieu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.coin-box .coin-list {
  margin-left: 70px;
  flex: 1;
  display: flex;
}
.coin-box .coin-list li {
  margin-right: 28px;
}
.coin-box .coin-list li:last-child {
  margin-right: 0;
}
.honor-com {
  border-bottom: 1px solid rgba(252, 252, 252, 0.1);
  border-top: 1px solid rgba(252, 252, 252, 0.1);
}
.honor-com ul {
  display: flex;
  padding: 24px;
}
.honor-com ul li {
  padding: 0 24px;
}
.honor-com ul li img {
  height: 40px;
}
.home2 .left {
  width: 25%;
  border-right: 1px solid rgba(252, 252, 252, 0.1);
  border-left: 1px solid rgba(252, 252, 252, 0.1);
  display: flex;
  flex-direction: column;
  margin-right: 60px;
}
.home2 .left .h {
  height: 200px;
  border-top: 1px solid rgba(252, 252, 252, 0.1);
}
.home2 .left .title {
  flex: 1;
  padding: 30px 24px;
  font-size: 14px;
}
.home2 .left .tag {
  padding: 24px;
}
.home2 .left .tag span {
  display: inline-block;
  border-radius: 999px;
  background: #0098E9;
  color: #fff;
  font-size: 14px;
  padding: 12px 32px;
}
.home2 .right {
  flex: 1;
  padding: 30px 0 60px 0;
}
.home2 .right .tag {
  font-size: 14px;
}
.home2 .right .p {
  margin: 40px 0;
  overflow: hidden;
  color: #FCFCFC;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  /* 125% */
}
.home2 .item1 {
  border-radius: 16px;
  background: #171B27;
  box-shadow: 0px 0px 10px 0px #FFF;
  padding: 30px;
  position: relative;
  z-index: 2;
}
.home2 .item1 .title {
  display: flex;
  justify-content: space-between;
}
.home2 .item1 .title .lefts {
  color: #FCFCFC;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.home2 .item1 .title .rights {
  color: #FCFCFC;
  font-size: 12px;
  font-weight: 500;
}
.home2 .item1 .title .rights img {
  height: 20px;
}
.home2 .item1 .progresss {
  margin: 30px 0;
  display: flex;
  height: 34px;
  justify-content: space-between;
}
.home2 .item1 .progresss img:first-child {
  width: 70%;
}
.home2 .item1 .progresss img:nth-child(2) {
  width: 27%;
}
.home2 .item1 .progresss img:nth-child(3) {
  width: 2%;
}
.home2 .item1 ul {
  display: flex;
}
.home2 .item1 ul li {
  width: 33.333%;
}
.home2 .item1 ul li .price {
  color: #FCFCFC;
  font-family: Adieu;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 125% */
  margin-bottom: 10px;
}
.home2 .item1 ul li .val {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.home2 .item1 ul li .val:before {
  content: '';
  display: block;
  border-radius: 2px;
  background: #D9D9D9;
  width: 9px;
  height: 9px;
  margin-right: 6px;
}
.home2 .items {
  display: none;
}
.home2 .item2 {
  display: flex;
}
.home2 .item2 > .lefts {
  border-radius: 16px;
  border: 1px solid rgba(252, 252, 252, 0.1);
  background: radial-gradient(64.49% 77.08% at 50.16% 100%, #375393 0%, #101620 75%), #002539;
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.home2 .item2 > .lefts .p {
  color: #FCFCFC;
  font-family: "Codec Pro";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
  margin: 0;
  flex: 1;
}
.home2 .item2 > .lefts .bot {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.home2 .item2 > .lefts .bot .rights .num {
  font-size: 32px;
  display: flex;
  align-items: center;
}
.home2 .item2 > .lefts .bot .rights .num img {
  height: 16px;
  margin-left: 16px;
}
.home2 .item2 > .lefts .bot .rights .val {
  font-size: 12px;
}
.home2 .item2 > .rights {
  width: 34%;
}
.home2 .item3 {
  border-radius: 16px;
  background: #171B27;
  padding: 30px;
  justify-content: space-between;
  display: flex;
}
.home2 .item3 .lefts,
.home2 .item3 .rights {
  width: 48%;
}
.home2 .item3 .rights {
  border-radius: 16px;
  background: #1E2331;
  padding: 16px;
  display: flex;
}
.home2 .item3 .rights .com-left {
  width: 40%;
  margin-right: 14px;
  display: flex;
  flex-direction: column;
}
.home2 .item3 .rights .com-left .p1 {
  font-size: 12px;
  flex: 1;
}
.home2 .item3 .rights .com-left .p2 {
  font-size: 20px;
}
.home2 .item3 .rights .com-left .p2 span {
  font-size: 12px;
  display: block;
}
.home2 .item3 .rights .com-right ul {
  display: flex;
}
.home2 .item3 .rights .com-right li {
  margin: 0 6px;
  color: rgba(252, 252, 252, 0.5);
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
}
.home2 .item3 .rights .com-right li .x {
  height: 130px;
  border-radius: 4px;
  background: #F6F6F6;
  margin-bottom: 5px;
  position: relative;
}
.home2 .item3 .rights .com-right li .x span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background: #0098E9;
  width: 100%;
}
.home2 .item3 .lefts {
  display: flex;
  flex-direction: column;
}
.home2 .item3 .lefts .title {
  flex: 1;
  font-size: 18px;
}
.home2 .item3 .lefts .title img {
  height: 44px;
  margin-right: 8px;
}
.home2 .item3 .lefts .p {
  margin: 0;
  font-size: 14px;
  line-height: 140%;
}
.pt80 {
  padding-top: 100px;
}
.pb80 {
  padding-bottom: 100px;
}
.com-title .p1 {
  color: #FCFCFC;
  font-family: "Codec Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.com-title h3 {
  color: #FCFCFC;
  font-family: "Codec Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  /* 116.667% */
  margin-top: 17px;
}
.com-title .p2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  /* 325% */
  margin-top: 24px;
}
.home3 .top {
  display: flex;
  justify-content: space-between;
}
.home3 .top .right {
  margin-top: 24px;
  width: 330px;
}
.home3 .top .right .p {
  margin-bottom: 24px;
}
.home3 .top .right a {
  border-radius: 999px;
  background: #FCFCFC;
  width: 138px;
  padding: 12px 32px;
  color: #181818;
  font-size: 14px;
}
.list1 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.list1 li {
  width: 32%;
}
.list1 li .bot {
  margin-top: 20px;
}
.list1 li .bot .title {
  font-size: 24px;
  margin-bottom: 14px;
}
.list1 li .bot p {
  color: rgba(252, 252, 252, 0.5);
  font-size: 14px;
}
.home4 {
  background: url("../images/bg1.png") no-repeat;
}
.home4 .flex {
  padding: 110px 0;
  justify-content: space-between;
}
.home4 .pic {
  padding-top: 70px;
}
.home4 .pic img {
  height: 520px;
}
.home4 .p10 {
  align-self: flex-end;
  /* 让最后一个元素底部对齐 */
  padding-bottom: 50px;
}
.home4 .p10 h4 {
  color: #FCFCFC;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.home4 .p10 p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 22px;
  /* 137.5% */
}
.home4 .com-title,
.home4 .p10 {
  width: 30%;
}
.home5 .why-box {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.home5 .why-box .left,
.home5 .why-box .right {
  width: 48%;
}
.home5 .more-com {
  font-size: 18px;
}
.home5 .more-com .p2 {
  color: #0098E9;
}
.home5 .more-com .p2 a {
  color: #0098E9;
  text-decoration: underline;
}
.list2 li {
  border-bottom: 1px solid rgba(252, 252, 252, 0.2);
  padding: 24px 0;
  cursor: pointer;
}
.list2 li .title {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list2 li .title.active img {
  transform: rotate(-90deg);
}
.list2 li .title div {
  margin-right: 14px;
}
.list2 li .title img {
  height: 20px;
  transform: rotate(90deg);
  /* 顺时针旋转 45 度 */
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.list2 li .p {
  font-size: 14px;
  margin-top: 10px;
  color: #999;
  display: none;
}
.tab-com .tab-top {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(252, 252, 252, 0.2);
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.tab-com .tab-top:after {
  content: '';
  display: block;
  width: 200px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.tab-com .tab-top img {
  height: 36px;
  cursor: pointer;
  opacity: 0.2;
}
.tab-com .tab-top img:hover {
  opacity: 1;
}
.tab-com .com {
  display: flex;
}
.tab-com .com .com-left {
  background: url("../images/bg2.png") no-repeat;
  padding: 32px 28px;
  width: 26%;
  display: flex;
  flex-direction: column;
}
.tab-com .com .com-left .ico {
  flex: 1;
}
.tab-com .com .com-left .ico img {
  height: 40px;
  margin-right: 4px;
}
.tab-com .com .com-left .title {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  /* 123.529% */
  margin-bottom: 14px;
}
.tab-com .com .com-left p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}
.tab-com .com .com-right {
  width: 76%;
}
.list3 li {
  margin-left: 16px;
  border-radius: 16px 16px;
  background: #1E2331;
  overflow: hidden;
}
.list3 li .info {
  padding: 24px 20px;
}
.list3 li .tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-bottom: 14px;
}
.list3 li .tag span {
  border-radius: 999px;
  background: #0098E9;
  padding: 4px 12px;
}
.list3 li .tag div {
  opacity: 0.5;
}
.list3 li .title {
  color: #FCFCFC;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  /* 137.5% */
}
.list3 li .p {
  margin-top: 12px;
  overflow: hidden;
  color: #FCFCFC;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
.bann {
  position: relative;
}
.bann .abs {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  text-align: center;
}
.bann .title {
  background: linear-gradient(180deg, #0098E9 0%, #FFF 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Adieu;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  line-height: 64px;
  /* 133.333% */
}
.bann .title img {
  height: 64px;
  margin-right: 12px;
}
.bann .p1 {
  font-family: Adieu;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px;
  /* 133.333% */
}
.bann .p2,
.bann .p3 {
  max-width: 560px;
  margin: 0 auto;
}
.bann .p2 {
  margin: 32px auto;
  font-family: "Codec Pro";
  font-size: 20px;
  line-height: 28px;
  /* 140% */
}
.bann .p3 {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Codec Pro";
  font-size: 20px;
  line-height: 28px;
  /* 140% */
}
.bann2 .w500 {
  max-width: 500px;
  text-align: left;
}
.bann2 .w500 .title {
  text-align: left;
}
.bann2 .w500 .p1 {
  padding: 24px 0;
}
.about-f1 {
  background: url("../images/bg3.png") no-repeat;
  background-size: 100% 100%;
}
.about-f1 .flex {
  justify-content: space-between;
}
.about-f1 .left,
.about-f1 .right {
  width: 46%;
}
.about-f1 .link {
  margin-top: 24px;
}
.about-f1 .link a {
  border-radius: 999px;
  background: #0098E9;
  font-size: 16px;
  padding: 8px 24px;
  display: inline-block;
}
.about-f1 .link a img {
  height: 24px;
  margin-left: 6px;
}
.about-f1 .title {
  color: #FCFCFC;
  font-family: "Codec Pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.about-f1 .p1,
.about-f1 .p2 {
  font-size: 16px;
}
.about-f1 .p1 {
  margin-bottom: 40px;
}
.about-f1 .p2 {
  color: rgba(252, 252, 252, 0.6);
}
.about-f2 {
  background: #171B27;
}
.about-f2 .com-title {
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
}
.about-f2 .com-title h3,
.about-f2 .com-title .p2 {
  margin: 0;
}
.about-f2 .com-title .p2 {
  max-width: 220px;
  line-height: 120%;
}
.list4 {
  margin: -32px 0;
}
.list4 li {
  display: flex;
  border-bottom: 1px solid rgba(252, 252, 252, 0.2);
  padding: 32px 0;
  justify-content: space-between;
}
.list4 li:last-child {
  border-bottom: none;
}
.list4 li .pic,
.list4 li .info {
  width: 48%;
}
.list4 li .info {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
}
.list4 li .id {
  font-size: 16px;
  flex: 1;
}
.list4 li .title {
  color: #FCFCFC;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
.list4 li .p {
  color: rgba(252, 252, 252, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  /* 137.5% */
  margin-top: 16px;
}
.about-f3 .com-title {
  text-align: center;
}
.about-f3 .com-title h3 {
  margin: 0;
}
.list5 {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 0 0;
}
.list5 li {
  width: 33.33%;
  text-align: center;
  padding: 24px;
  margin: 16px 0 0 0;
}
.list5 li img {
  height: 70px;
}
.list5 li .title {
  color: #FCFCFC;
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.list5 li .p {
  color: rgba(252, 252, 252, 0.6);
  font-size: 14px;
  line-height: 20px;
  /* 142.857% */
}
.list5 li:hover {
  border-radius: 16px;
  background: #171B27;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.about-f4 {
  background: linear-gradient(180deg, #030415 0%, #040B2E 50%, #202D59 100%), linear-gradient(180deg, #202D59 0%, #040B2E 50%, #0F141E 100%), #D9D9D9;
}
.about-f4 .bg {
  background: url("../images/bg4.png") no-repeat top center;
  background-size: 100% auto;
}
.about-f4 .com-title {
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 48px;
}
.about-f4 .com-title h3 {
  margin-top: 0;
}
.about-f4 .com-title .p3 {
  color: #0098E9;
  font-size: 24px;
  margin-top: 30px;
}
.about-f4 .com-title .p2 {
  margin-top: 24px;
  line-height: 120%;
}
.list6 {
  display: flex;
  margin: 0 -12px;
}
.list6 li {
  width: 25%;
  padding: 0 12px;
  text-align: center;
}
.list6 li img {
  border-radius: 12px 12px 0 0;
}
.list6 li .title {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #FCFCFC;
  font-size: 16px;
  line-height: normal;
}
.list6 li .p {
  color: rgba(252, 252, 252, 0.6);
}
.list6-item {
  border-top: 1px solid rgba(252, 252, 252, 0.2);
  margin-top: 48px;
  padding-top: 48px;
}
.list6-item .item {
  display: none;
}
.list6-item .item:first-child {
  display: block;
}
.list6-item .more {
  margin-top: 48px;
  text-align: center;
  padding-bottom: 48px;
}
.list6-item .more a {
  color: #0098E9;
}
.list6-item .flex {
  justify-content: space-between;
}
.list6-item .left,
.list6-item .right {
  width: 48%;
}
.list6-item h4 {
  font-size: 24px;
  margin: 0;
}
.list6-item p {
  margin-top: 16px;
  color: #0098E9;
}
.sun-com {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sun-com .item {
  text-align: center;
}
.sun-com .title {
  color: #FFF;
  font-family: "Codec Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sun-com .con {
  display: flex;
  align-items: flex-end;
  /* 底部对齐 */
}
.sun-com .con .left {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-family: "Codec Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 10px;
}
.sun-com .con .left span {
  color: #fff;
  display: block;
}
.sun-com .con .right {
  font-size: 56px;
  line-height: 100%;
}
.sun-com .con .right span {
  color: #FFF;
  font-family: "Codec Pro";
  font-size: 116px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.sun-com .x {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  width: 1px;
  height: 198px;
  margin: 0 40px;
}
.servoce-f1 .com-title {
  text-align: center;
  margin-bottom: 48px;
}
.servoce-f1 .com-title h3 {
  margin: 0;
}
.list7 {
  display: flex;
  margin: 0 -12px;
}
.list7 .item {
  width: 33.333%;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
}
.list7 .box {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #171B27 url("../images/6-bg.png") no-repeat top center;
  background-size: 100% auto;
  flex: 1;
  padding: 65px;
  text-align: center;
}
.list7 .box img {
  height: 300px;
}
.list7 .box .title {
  color: #FCFCFC;
  text-shadow: 0px 0px 20px rgba(252, 252, 252, 0.5);
  font-family: "Codec Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.list7 .box .p {
  margin-top: 12px;
  color: rgba(252, 252, 252, 0.5);
  font-family: "Codec Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.list7 ul {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.list7 ul li {
  flex: 1;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #171B27;
  padding: 24px;
  margin-bottom: 24px;
}
.list7 ul li:last-child {
  margin-bottom: 0;
}
.list7 ul li .pic {
  margin-bottom: 18px;
}
.list7 ul li .title {
  color: #FCFCFC;
  text-shadow: 0px 0px 20px rgba(252, 252, 252, 0.5);
  font-family: "Codec Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.list7 ul li .p {
  margin-top: 12px;
  color: rgba(252, 252, 252, 0.5);
  font-family: "Codec Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.service-f2 {
  background: url("../images/bg5.png") no-repeat top center;
  background-size: 100% auto;
  position: relative;
  padding: 160px 0;
}
.service-f2.f3 {
  background: url("../images/bg7.png") no-repeat top center;
  background-size: 100% auto;
  background-attachment: fixed;
}
.service-f2.f3 .w600 {
  float: right;
  text-align: right;
}
.service-f2 .w600 {
  max-width: 600px;
}
.service-f2 .p1 {
  font-family: Adieu;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.service-f2 .p1 span {
  margin-left: 16px;
  color: #0098E9;
}
.service-f2 .p1 img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.service-f2 .com-title h3 {
  margin: 0;
}
.service-f2 .com-title .p2 {
  margin: 20px 0 0 0;
  line-height: 120%;
}
.service-f2 .pic {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.service-f2 .pic img {
  height: 400px;
}
.service-f4 {
  padding: 160px 0;
  background: url("../images/bg8.png") no-repeat top center;
  background-size: 100% auto;
  background-attachment: fixed;
  text-align: center;
}
.service-f4 .com-title h3 {
  margin: 0;
  color: #0098E9;
  text-shadow: 0px 0px 20px #000;
  font-family: "Codec Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.service-f4 .com-title .p1 {
  font-size: 20px;
}
.blog-main {
  padding-top: 32px;
}
.blog-main .blog-top .ctitle {
  color: #FCFCFC;
  font-family: "Codec Pro";
  font-size: 48px;
  text-transform: capitalize;
  margin-bottom: 32px;
}
.blog-main .blog-top .left {
  border-right: 1px solid rgba(252, 252, 252, 0.1);
  padding-right: 32px;
  margin-right: 32px;
}
.blog-main .blog-top .left .title {
  font-size: 32px;
}
.blog-main .blog-top .left .str {
  font-size: 16px;
}
.blog-main .blog-top .left{
  width: 70%;
}
.blog-main .blog-top .left img{
  width: 100%;
}
.blog-main .blog-top .right{
  width: 30%;
}
.blog-main .blog-top .right ul {
  display: block;
}
.blog-main .blog-top .right ul li {
  width: 100%;
  margin-bottom: 32px;
}
.blog-main .blog-top .right ul li:after {
  display: none;
}
.blog-main .blog-top .right ul li:last-child {
  margin-bottom: 0;
}
.blog-main .tab {
  display: flex;
  margin: 48px 0;
}
.blog-main .tab li {
  margin-right: 32px;
  font-size: 16px;
}
.blog-main .tab li:last-child {
  margin-right: 0;
}
.blog-main .tab li a {
  border-radius: 999px;
  border: 1px solid rgba(22, 22, 26, 0.1);
  background: #1E2331;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  display: block;
  color: rgba(252, 252, 252, 0.6);
}
.blog-main .tab li a:hover {
  background: #0098E9;
  color: #fff;
}
.blog-main .tab li.on a {
  background: #0098E9;
  color: #fff;
}
.list10 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.list10 li {
  margin-bottom: 48px;
  width: 25%;
  padding: 0 16px;
  position: relative;
}
.list10 li:nth-child(4n):after {
  display: none;
}
.list10 li .pic {
  overflow: hidden;
}
.list10 li .pic img {
  transition: transform 0.3s ease;
}
.list10 li a {
  display: block;
  position: relative;
}
.list10 li a:hover .pic img {
  transform: scale(1.2);
}
.list10 li a:hover .more span {
  background: #0098E9;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.list10 li a:hover .more span img {
  opacity: 1;
}
.list10 li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(252, 252, 252, 0.1);
  right: 0;
  top: 0;
}
.list10 .title {
  margin-top: 12px;
  font-size: 16px;
}
.list10 .more {
  margin-top: 12px;
}
.list10 .more span {
  border-radius: 20px;
  background: #1E2331 ;
  background-size: 70% auto;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 9.091px;
  flex-shrink: 0;
}
.list10 .more span img {
  opacity: 0.5;
  height: auto;
  width: 32px;
}
.list10 .str {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Codec Pro";
  font-weight: 400;
  line-height: 100%;
  /* 100% */
  margin-top: 16px;
}
.list10 .str span {
  margin-right: 24px;
}
.list10 .str span.c1 {
  color: #FBA629;
}
.list10 .str span.c2 {
  color: #0098E9;
}
.pages {
  text-align: center;
  margin-bottom: 48px;
}
.w900 {
  max-width: 696px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.w900 .view-brand {
  color: rgba(252, 252, 252, 0.6);
  font-size: 16px;
  font-weight: 400;
  margin-left: -10px;
}
.w900 .view-brand > span,
.w900 .view-brand > a {
  margin: 0 10px;
}
.w900 .view-brand img {
  height: 24px;
  margin-right: 10px;
}
.w900 h2 {
  margin: 30px 0;
  color: #FCFCFC;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
}
.w900 .str {
  border-bottom: 1px solid rgba(252, 252, 252, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: rgba(252, 252, 252, 0.6);
}
.w900 .str img {
  height: 20px;
}
.w900 .cont {
  font-size: 20px;
  margin-bottom: 40px;
}
.w900 .back {
  text-align: center;
}
.w900 .back a {
  display: inline-block;
  border-radius: 999px;
  background: #0098E9;
  padding: 12px 32px;
}
.w900 .back a img {
  height: 24px;
  margin-right: 10px;
}
.act-f0 {
  background: linear-gradient(180deg, #030415 0%, #040B2E 50%, #202D59 100%), linear-gradient(180deg, #020213 0%, #01031E 50%, #101C46 75%, #3C496E 100%);
  padding: 60px 0;
}
.act-f0 .p3 {
  padding: 32px 0;
  text-align: center;
}
.act-f0 a {
  border-radius: 999px;
  background: #0098E9;
  display: inline-block;
  padding: 8px 24px;
  gap: 8px;
  font-size: 16px;
}
.act-f0 a img {
  height: 24px;
  margin-left: 8px;
}
.act-f1 {
  background: none;
}
.act-f1 .left,
.act-f1 .right {
  width: 48%;
}
.act-f2 {
  background: linear-gradient(98deg, #030415 0%, #040B2E 50%, #202D59 100%), #D9D9D9;
}
.act-f2 .flex {
  justify-content: space-between;
}
.act-f2 .left,
.act-f2 .right {
  width: 48%;
}
.act-f2 .ctitle {
  color: #FCFCFC;
  font-family: "Codec Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  text-transform: capitalize;
  margin-bottom: 32px;
}
.act-f2 .left .title {
  margin-bottom: 16px;
  color: #FCFCFC;
  font-family: "Codec Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  text-transform: capitalize;
}
.act-f2 .left .item {
  margin-bottom: 24px;
}
.act-f2 .left .val {
  font-size: 16px;
}
.act-f2 .left .val span {
  margin-right: 20px;
}
.act-f2 .left .val img {
  height: 16px;
  margin-right: 8px;
}
.act-f2 .left ul {
  display: flex;
}
.act-f2 .left ul li {
  margin-right: 14px;
}
.act-f2 .left ul li a {
  display: block;
  background: url("../images/fax-ico1.png") no-repeat 0 center;
  background-size: auto 18px;
  padding-left: 24px;
  color: #9A9A9A;
  font-size: 16px;
}
.act-f2 .left ul li a:hover {
  background-image: url("../images/fax-ico1-on.png");
  color: #fff;
}
.act-f2 .left ul li:nth-child(2) a {
  background-image: url("../images/fax-ico2.png");
}
.act-f2 .left ul li:nth-child(2) a:hover {
  background-image: url("../images/fax-ico2-on.png");
  color: #fff;
}
.act-f2 .left ul li:nth-child(3) a {
  background-image: url("../images/fax-ico3.png");
}
.act-f2 .left ul li:nth-child(3) a:hover {
  background-image: url("../images/fax-ico3-on.png");
  color: #fff;
}
.act-f2 .left ul li:nth-child(4) a {
  background-image: url("../images/fax-ico4.png");
}
.act-f2 .left ul li:nth-child(4) a:hover {
  background-image: url("../images/fax-ico4-on.png");
  color: #fff;
}
.act-f2 .form button {
  border-radius: 8px;
  background: #0098E9;
  width: 100%;
  height: 40px;
}
.act-f2 .form .form_item {
  margin-bottom: 16px;
}
.act-f2 .form .form_item .title {
  font-size: 16px;
  margin-bottom: 8px;
}
.act-f2 .form .form_item textarea {
  height: 160px;
}
.act-f2 .form .form_item input,
.act-f2 .form .form_item textarea {
  border-radius: 8px;
  border: 1px solid rgba(252, 252, 252, 0.2);
  background: #0F141E;
  width: 100%;
  padding: 12px 20px;
}
.about-f5 .com-title {
  justify-content: space-between;
  margin-bottom: 24px;
}
.about-f5 .com-title .right .ico {
  margin-top: 10px;
}
.about-f5 .com-title .right .ico img {
  height: 40px;
  opacity: 0.2;
  cursor: pointer;
}
.about-f5 .com-title .right .ico img:hover {
  opacity: 1;
}
.list11 li {
  margin: 0 10px;
}
.list11 li .info {
  padding: 18px 10px;
}
.list11 li .info .p {
  margin: 16px 0;
}
.list11 li .info a {
  color: #0098E9;
}
.page-bottom {
  background: linear-gradient(180deg, #030415 0%, #040B2E 50%, #202D59 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.foo1{
  border-bottom: solid rgba(255, 255, 255, 0.2) 1px;
}
.page-bottom .foo1 .left,
.page-bottom .foo1 .right {
  padding: 40px 0;
}
.page-bottom .foo1 .left {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 40%;
  padding-right: 100px;
  margin-right: 100px;
}
.page-bottom .foo1 .left .logos {
  margin-bottom: 70px;
}
.page-bottom .foo1 .left .logos img {
  height: 42px;
}
.page-bottom .foo1 .left .tag {
  display: flex;
}
.page-bottom .foo1 .left .tag span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  padding: 6px 24px;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
.page-bottom .foo1 .left .ico {
  margin: 16px 0;
}
.page-bottom .foo1 .left .ico img {
  height: 34px;
  margin-right: 10px;
}
.page-bottom .foo1 .left .p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.page-bottom .foo1 .right {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.page-bottom .foo1 .right .ctitle {
  margin-bottom: 24px;
}
.page-bottom .foo1 .right .item {
  margin-right: 40px;
}
.page-bottom .foo1 .right .item ul li {
  margin-bottom: 14px;
}
.page-bottom .foo1 .right .item ul li a {
  display: flex;
  align-items: center;
  color: #9A9A9A;
}
.page-bottom .foo1 .right .item ul li a:hover {
  color: #fff;
}
.page-bottom .foo1 .right .item ul li span {
  border-radius: 749.25px;
  background: rgba(255, 255, 255, 0.1);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.page-bottom .foo1 .right .item ul li span img {
  height: 18px;
}
.page-bottom .foo1 .right .item:last-child {
  margin-right: 0;
}
.page-bottom .foo1 .right .item:last-child li {
  margin-bottom: 12px;
}
.page-bottom .foo1 .right .item:last-child img {
  height: 50px;
}
.page-bottom .foo2 {
  border-bottom: solid rgba(255, 255, 255, 0.2) 1px;
  border-top: solid rgba(255, 255, 255, 0.2) 1px;
  display: flex;
  padding: 32px 0;
}
.page-bottom .foo2 .flex {
  align-items: center;
}
.page-bottom .foo2 .left {
  flex: 1;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.page-bottom .foo2 .link {
  border-radius: 12px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.1) inset;
  display: flex;
  align-items: center;
  padding: 16px 8px 16px 16px;
}
.page-bottom .foo2 .link img {
  height: 26px;
  cursor: pointer;
}
.page-bottom .foo2 .link input {
  background: none;
  border: 0;
  width: 260px;
}
.page-bottom .foo3 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  text-transform: capitalize;
}
.page-bottom .foo3 .flex {
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}
.page-bottom .foo3 .right {
  color: #fff;
  cursor: pointer;
}
.page-bottom .foo3 .right img {
  height: 16px;
}
@media (min-width: 768px) {
  .vertical-middle-sm {
    display: table;
  }
  .vertical-middle-sm > div,
  .vertical-middle-sm > li {
    display: table-cell;
    height: 100%;
    min-height: 100%;
    float: none !important;
    vertical-align: middle;
  }
}
@media (max-width: 992px) {
  .is_wap {
    display: block !important;
  }
  .header {
    padding: 10px 0;
  }
  .header .flex {
    flex-wrap: wrap;
  }
  .header .navs {
    z-index: 2;
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    background: #000;
  }
  .header .navs li {
    backdrop-filter: blur(25px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0;
    padding: 10px 20px;
  }
  .header .navs li.on a {
    padding: 0;
    border: 0;
    background: none;
  }
  .header .navs li a {
    display: block;
  }
  .banner .flex {
    display: block;
  }
  .banner .flex .left,
  .banner .flex .right {
    width: 100%;
    text-align: center;
  }
  .earthBox{
    width: 110% !important;
    margin-left: -10% !important;
  }
  .banner iframe {
    position: relative;
    width: 100%;
  }
  .banner .title2 {
    font-size: 40px;
    line-height: 120%;
  }
  .banner .title2 img {
    height: 40px;
  }
  .banner .title1 {
    justify-content: center;
  }
  .banner .com-bottom .link {
    justify-content: center;
  }
  .banner .com-bottom ul {
    justify-content: center;
  }
  .home2 .item1 ul li .price {
    font-size: 20px;
  }
  .home2 .flex {
    display: block;
  }
  .home2 .flex .left,
  .home2 .flex .right {
    width: 100%;
    margin: 0;
  }
  .home2 .flex .right .p {
    font-size: 24px;
    line-height: 120%;
  }
  .home2 .flex .left {
    flex-direction: row;
    border: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .home2 .flex .left div {
    padding: 24px 0;
  }
  .home2 .flex .left .h {
    display: none;
  }
  .honor-com ul {
    padding: 14px;
  }
  .honor-com ul li img {
    height: 30px;
  }
  .com-title h3 {
    font-size: 24px;
    line-height: 120%;
  }
  .list1 li .bot .title {
    font-size: 16px;
  }
  .tab-com .com {
    display: block;
  }
  .tab-com .com .com-left {
    width: 100%;
    background-size: 100%;
  }
  .tab-com .com .com-left .title {
    margin-top: 14px;
    font-size: 24px;
  }
  .tab-com .com .com-right {
    margin-top: 20px;
    width: 100%;
  }
  .coin-box {
    display: block;
  }
  .coin-box .left {
    width: 100%;
  }
  .coin-box .coin-list {
    margin: 0;
    margin-top: 14px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .coin-box .coin-list li {
    margin: 0;
    padding: 5px;
  }
  .coin-box .coin-list li img {
    height: 40px;
  }
  .lang dt {
    padding: 5px 10px;
  }
  .pt80 {
    padding-top: 60px;
  }
  .pb80 {
    padding-bottom: 60px;
  }
  .about-f1 .flex {
    display: block;
  }
  .about-f1 .left,
  .about-f1 .right {
    width: 100%;
    text-align: center;
  }
  .about-f1 .left {
    margin-bottom: 20px;
  }
  .about-f1 .link {
    text-align: center;
  }
  .bann > img {
    height: 440px;
    object-fit: cover;
  }
  .bann .p1 {
    font-size: 24px;
    line-height: 140%;
    margin-top: 20px;
  }
  .bann .p2,
  .bann .p3 {
    font-size: 16px;
    margin: 20px auto;
  }
  .bann .p3 {
    margin: 0 auto;
  }
  .bann .title {
    font-size: 20px;
    line-height: 140%;
  }
  .bann .title img {
    height: 20px;
  }
  .sun-com .x {
    height: 100px;
  }
  .sun-com .con .right {
    font-size: 20px;
  }
  .sun-com .con .right span {
    font-size: 40px;
  }
  .list7 {
    display: block;
  }
  .list7 .item {
    width: 100%;
    text-align: center;
  }
  .list7 .box {
    margin: 20px 0;
  }
  .service-f2 {
    background-size: cover;
    padding: 60px 0;
  }
  .service-f2 .pic {
    display: none;
  }
  .service-f2.f3 {
    background-attachment: scroll;
    background-size: cover;
  }
  .service-f4 {
    background-attachment: scroll;
    background-size: cover;
    padding: 100px 0;
  }
  .bann2 .w500 {
    margin: 0 auto;
    text-align: center;
  }
  .bann2 .w500 .title {
    text-align: center;
  }
  .blog-main .blog-top {
    margin: 0 !important;
  }
  .blog-main .blog-top .ctitle {
    font-size: 32px;
  }
  .blog-main .blog-top .flex {
    display: block;
  }
  .blog-main .blog-top .left,
  .blog-main .blog-top .right {
    width: 100%;
  }
  .blog-main .blog-top .right ul li {
    padding: 0;
  }
  .blog-main .blog-top .left {
    border: 0;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .blog-main .blog-top .left .title {
    font-size: 20px;
  }
  .blog-main .tab {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .blog-main .tab li {
    flex: 1;
    text-align: center;
    margin-right: 5px;
  }
  .blog-main .tab li a {
    padding: 10px 15px;
    width: 100%;
    display: block;
  }
  .list10 li {
    width: 50%;
  }
  .list10 .pic img {
    width: 100%;
  }
  .w900 .view-brand {
    font-size: 14px;
  }
  .w900 h2 {
    font-size: 32px;
  }
  .w900 .str {
    font-size: 16px;
  }
  .w900 .cont {
    font-size: 16px;
  }
  .act-f2 {
    display: block;
  }
  .act-f2 .flex {
    display: block;
  }
  .act-f2 .flex .left,
  .act-f2 .flex .right {
    width: 100%;
  }
  .act-f2 .flex .left {
    margin-bottom: 30px;
  }
  .about-f5 .com-title {
    text-align: center;
    display: block;
  }
  .page-bottom .foo1 .flex {
    display: block;
  }
  .page-bottom .foo1 .flex .left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }
  .page-bottom .foo1 .flex .left .tag {
    justify-content: center;
  }
  .page-bottom .foo1 .flex .left .logos {
    margin-bottom: 40px;
  }
}
@media (max-width: 570px) {
  .header .logo img {
    height: 30px;
  }
  .banner .title2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .banner .title2 img {
    height: 24px;
  }
  .home2 .item1 .title {
    display: block;
  }
  .home2 .item1 .title .lefts {
    margin-bottom: 10px;
  }
  .home2 .item2 {
    display: block;
  }
  .home2 .item2 > .lefts .bot {
    margin-top: 20px;
  }
  .home2 .item2 > .rights {
    width: 100%;
  }
  .home2 .item2 > .rights img {
    width: 100%;
  }
  .home2 .item3 {
    display: block;
  }
  .home2 .item3 .lefts,
  .home2 .item3 .rights {
    width: 100%;
  }
  .home2 .item3 .lefts .p {
    padding: 20px 0;
    font-size: 16px;
    line-height: 140%;
  }
  .home3 .top {
    display: block;
    text-align: center;
  }
  .home3 .top .right {
    width: 100%;
  }
  .list1 {
    display: block;
  }
  .list1 li {
    width: 100%;
    text-align: center;
  }
  .home4 {
    background-size: 100% 100%;
  }
  .home4 .com-title,
  .home4 .p10 {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .home4 .flex {
    padding: 60px 0;
    display: block;
  }
  .home5 .why-box {
    display: block;
  }
  .home5 .why-box .com-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .home5 .why-box .left,
  .home5 .why-box .right {
    width: 100%;
  }
  .about-f2 .com-title {
    display: block;
    text-align: center;
  }
  .about-f2 .com-title .p2 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .list4 li {
    display: block;
  }
  .list4 li .pic,
  .list4 li .info {
    width: 100%;
    text-align: center;
  }
  .list4 li .info {
    padding-bottom: 0;
  }
  .list4 li .title {
    margin-top: 20px;
  }
  .list5 {
    display: block;
  }
  .list5 li {
    width: 100%;
    text-align: center;
  }
  .about-f4 .com-title .p2 {
    font-size: 14px;
  }
  .list6 {
    flex-wrap: wrap;
    margin-top: -20px;
  }
  .list6 li {
    width: 50%;
    margin-top: 20px;
  }
  .list6-item .item .flex {
    display: block;
  }
  .list6-item .item .flex .left,
  .list6-item .item .flex .right {
    width: 100%;
  }
  .service-f4 .com-title h3 {
    font-size: 32px;
  }
  .service-f2 .w600 {
    text-align: center;
  }
  .service-f2.f3 .w600 {
    text-align: center;
  }
  .sun-com {
    display: block;
  }
  .sun-com .x {
    display: none;
  }
  .sun-com .con {
    justify-content: center;
  }
  .sun-com .item {
    padding: 14px 0;
  }
  .list10 li {
    width: 100%;
  }
  .page-bottom .foo1 .right {
    display: block;
  }
  .page-bottom .foo1 .right .item {
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-bottom .foo1 .right .item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-bottom .foo1 .right .item ul li {
    margin-right: 20px;
  }
  .page-bottom .foo1 .right .item ul li:last-child {
    margin-right: 0;
  }
  .page-bottom .foo2 {
    display: block;
  }
  .page-bottom .foo2 .flex {
    display: block;
    text-align: center;
  }
  .page-bottom .foo2 .link {
    margin-top: 20px;
    padding: 10px;
  }
  .page-bottom .foo2 .link input {
    flex: 1;
  }
  .page-bottom .foo3 {
    font-size: 12px;
  }
}
.scroll-tilt-container {
  perspective: 1000px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-tilt-img {
  transition: transform 0.2s ease-out;
  will-change: transform;
}
/*# sourceMappingURL=style.css.map */


.circle1 {
  position: absolute;
  left: 40px;
  top: 40px;
  width:100px;
  height:100px;
  border-radius:50%;
  background:rgb(156 185 254 / 10%);
  animation: move 2.5s linear infinite;
}
.circle2{
  position: absolute;
  left: 30%;
  top: 60%;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgb(156 185 254 / 10%);
  animation: move 3s linear infinite;
}
.circle3 {
  position: absolute;
  right: 40px;
  top: 140px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgb(156 185 254 / 10%);
  animation: move 2.5s linear infinite;
}
.circle4 {
  position: absolute;
  left: 45%;
  top: 50px;
  width:160px;
  height:160px;
  border-radius:50%;
  background:rgb(156 185 254 / 10%);
  animation: move 3.5s linear infinite;
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-o-keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleft {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes moveleft {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-o-keyframes moveleft {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveleft {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0px);
  }
}
.hero-img{
  animation-delay:1s;
  animation: move 4.2s linear infinite;
}
.hero-img-left{
  animation-delay:1s;
  animation: moveleft 4.2s linear infinite;
}