@charset "UTF-8";
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

html {
  font-size: 14px;
}

body {
  min-width: 1320px;
  line-height: 1.5;
}

body::-webkit-scrollbar {
  width: 8px;
  background: #e2e2e2;
}

body::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}

body::-webkit-scrollbar-corner {
  background: #505050;
}

.iconfont {
  font-family: "iconfont";
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#demo {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding-top: 20%;
  z-index: 9999999999;
  top: 0;
  left: 0;
}

#demo h3 {
  font-size: 24px;
}

#demo span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  line-height: 25px;
}

#demo span a {
  color: #ff0080;
}

.menu {
  display: none;
}

.header, .fixed-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 24px;
  height: 64px;
  z-index: 99999;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header:after, .fixed-header:after {
  content: "";
  display: block;
  clear: both;
}

.header .logo, .fixed-header .logo {
  margin-top: 13px;
  width: 157px;
  height: 38px;
}

.header .nav, .fixed-header .nav {
  display: flex;
  align-items: center;
  margin-left: 100px;
}

.header .nav li, .fixed-header .nav li {
  position: relative;
}

.header .nav li:nth-child(2):after, .fixed-header .nav li:nth-child(2):after {
  content: '';
  width: 8px;
  height: 8px;
  background: #FF4538;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
}

.header .nav li .yi, .fixed-header .nav li .yi {
  padding: 0 28px;
  font-size: 16px;
  line-height: 64px;
  color: #FFFFFF;
  display: block;
  position: relative;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header .nav li .yi:before, .fixed-header .nav li .yi:before {
  content: '';
  width: 0%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10%;
  bottom: 10px;
  z-index: 9;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header .nav li:hover .yi, .fixed-header .nav li:hover .yi {
  color: #3269FF;
}

.header .nav li:hover .yi:before, .fixed-header .nav li:hover .yi:before {
  background-color: #3269FF;
}

.header .nav li.curr .yi:before, .fixed-header .nav li.curr .yi:before {
  width: 20%;
}

.header .nav li .ernav, .fixed-header .nav li .ernav {
  position: absolute;
  width: 190px;
  left: 50%;
  top: 64px;
  display: none;
  padding: 16px 28px;
  box-sizing: border-box;
  margin-left: -95px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 8px 8px;
}

.header .nav li .ernav:before, .fixed-header .nav li .ernav:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/san.png") no-repeat left center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -10px;
}

.header .nav li .ernav a, .fixed-header .nav li .ernav a {
  display: flex;
  align-items: center;
  padding: 16px 0;
}

.header .nav li .ernav a img, .fixed-header .nav li .ernav a img {
  max-width: 22px;
  max-height: 22px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header .nav li .ernav a span, .fixed-header .nav li .ernav a span {
  font-size: 14px;
  color: #333333;
  margin-left: 12px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header .nav li .ernav a:hover img, .fixed-header .nav li .ernav a:hover img {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

.header .nav li .ernav a:hover span, .fixed-header .nav li .ernav a:hover span {
  color: #3269FF;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.header .nav li .hyernav, .fixed-header .nav li .hyernav {
  width: 700px;
  margin-left: -350px;
}

.header .nav li .hyernav a, .fixed-header .nav li .hyernav a {
  width: 19%;
  display: inline-block;
  padding: 10px 0;
  position: relative;
}

.header .nav li .hyernav a:before, .fixed-header .nav li .hyernav a:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #999;
  border-radius: 50%;
}

.header .cx, .fixed-header .cx {
  padding: 0 26px;
  height: 40px;
  margin-right: 76px;
  margin-top: 12px;
  background: #3269FF;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #3269FF;
  display: flex;
  align-items: center;
  color: #fff;
}

.header .cx img, .fixed-header .cx img {
  width: 17px;
  margin-right: 20px;
}

.fixed-header {
  background: #1F242F;
}

/*  右侧菜单  */
nav {
  position: fixed;
  top: 0;
  transform: translateX(500px);
  height: 100vh;
  width: 400px;
  right: 0;
  z-index: 9999999;
  transition: all 700ms cubic-bezier(0.8, 0, 0.33, 1);
  border-radius: 0% 0% 100% 50%;
}

nav.nav-open {
  transform: translateX(0px);
  border-radius: 0% 0% 0% 0%;
  right: 0;
  background: #EFF4FB;
}

nav.nav-open .menu-btn {
  left: 30px;
}

nav .menu-btn {
  position: absolute;
  top: 18px;
  left: -170px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  z-index: 2;
  transition: all 700ms cubic-bezier(0.8, 0, 0.33, 1);
}

nav .menu-btn .line {
  padding: 0;
  width: 30px;
  background: #fff;
  height: 2px;
  margin: 6px 0;
  transition: all 700ms cubic-bezier(0.9, 0, 0.33, 1);
}

nav .menu-btn .line.line--1 {
  width: 30px;
  transform: rotate(0) translateY(0);
}

nav .menu-btn .line.line--1.line-cross {
  width: 30px;
  transform: rotate(45deg) translateY(10px);
  background: rgba(0, 0, 0, 0.6);
}

nav .menu-btn .line.line--2 {
  width: 22px;
  margin-left: 8px;
  transform: translateX(0);
}

nav .menu-btn .line.line--2.line-fade-out {
  width: 22px;
  margin-left: 0px;
  transform: translate(30px);
  opacity: 0;
}

nav .menu-btn .line.line--3 {
  width: 30px;
  transform: rotate(0) translateY(0);
}

nav .menu-btn .line.line--3.line-cross {
  width: 30px;
  transform: rotate(-45deg) translateY(-10px);
  background: rgba(0, 0, 0, 0.6);
}

nav .nav-links {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #EFF4FB;
  padding: 12% 20px 0px 80px;
  box-sizing: border-box;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 900ms cubic-bezier(0.9, 0, 0.33, 1);
  visibility: hidden;
}

nav .nav-links .nav-list {
  height: 65vh;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
}

nav .nav-links.fade-in {
  opacity: 1;
  transform: translateX(0px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  visibility: visible;
}

nav .nav-links.fade-in .nav-list {
  visibility: visible;
  opacity: 1;
}

nav .nav-links.fade-in .bottomin {
  visibility: visible;
  opacity: 1;
}

nav .nav-links .link {
  margin: 30px 0;
  text-decoration: none;
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.9);
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 300ms cubic-bezier(0.9, 0, 0.33, 1);
}

nav .nav-links .link:hover .link-text {
  color: #3269FF;
}

.nav-links .mobile-ernav {
  margin-left: 42px;
}

.nav-links .mobile-ernav a {
  margin: 15px 0;
  text-decoration: none;
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.9);
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 300ms cubic-bezier(0.9, 0, 0.33, 1);
  position: relative;
}

.nav-links .mobile-ernav a:before {
  content: '';
  width: 8px;
  height: 1px;
  background-color: #999;
  position: absolute;
  left: -20px;
  top: 50%;
}

.nav-links .mobile-ernav a img {
  max-width: 22px;
  max-height: 22px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-right: 12px;
}

.nav-links .mobile-ernav a span {
  font-size: 14px;
  color: #333333;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.nav-links .mobile-ernav a:hover {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
}

.nav-links .mobile-ernav a:hover span {
  color: #3269FF;
}

.bottomin {
  position: absolute;
  bottom: 60px;
  left: 80px;
  visibility: hidden;
  opacity: 0;
}

.bottomin ul:after {
  content: "";
  display: block;
  clear: both;
}

.bottomin ul li {
  float: left;
  margin-right: 30px;
  text-align: center;
}

.bottomin ul li .img {
  width: 100px;
  height: 100px;
}

.bottomin ul li .img img {
  width: 100%;
  display: block;
}

.bottomin ul li span {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}

.bottomin .out {
  font-size: 14px;
  margin-top: 14px;
}

.banner {
  width: 100%;
  height: 38.9583vw;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.banner .swiper-pagination {
  bottom: 50px;
}

.banner .swiper-pagination-bullet {
  width: 54px;
  height: 3px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  opacity: 1;
  background: rgba(216, 216, 216, 0.5);
}

.banner .swiper-pagination-bullet:before {
  content: '';
  width: 0%;
  height: 100%;
  background: rgba(216, 216, 216, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
}

.banner .swiper-pagination-bullet-active:before {
  width: 100%;
  background: #3269FF;
}

.banner .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
}

.banner .swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.banner .swiper-container .swiper-wrapper,
.banner .swiper-container [data-swiper-parallax] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.banner .swiper-wrapper,
.banner[data-swiper-parallax] {
  will-change: transform;
}

.banner .ani-slide.swiper-slide-active .img {
  transform: scale(1) translate3d(0%, 0px, 0px);
}

.banner .swiper-slide-next .img {
  transform: scale(1.1) translate3d(-50%, 0px, 0px);
}

.banner .swiper-slide-prev .img {
  transform: scale(1.1) translate3d(50%, 0px, 0px);
}

.inner-banner {
  height: 600px;
}

.inner-header {
  background: #1F242F;
}

.pt85 {
  padding-top: 85px;
}

.pb65 {
  padding-bottom: 65px;
}

.title {
  text-align: center;
}

.title h3 {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  color: #283146;
  line-height: 58px;
}

.title .st {
  font-size: 18px;
  color: #576581;
  line-height: 29px;
}

.index-one {
  background: #EFF4FB;
}

.index-one .list {
  display: block;
  padding-top: 65px;
}

.index-one .list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-one .list ul li {
  margin: 0 85px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.index-one .list ul li a {
  display: block;
}

.index-one .list ul li img {
  width: 63px;
  height: 63px;
}

.index-one .list ul li span {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #333333;
  margin-top: 10px;
}

.index-one .list ul li:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
}

.index-one .tit {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}

.index-one .list2 {
  display: block;
}

.index-one .list2 ul {
  margin-left: -12px;
}

.index-one .list2 ul:after {
  content: "";
  display: block;
  clear: both;
}

.index-one .list2 ul li {
  width: 250px;
  height: 293px;
  background: linear-gradient(225deg, rgba(37, 43, 64, 0) 0%, #252A36 100%);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  overflow: hidden;
  float: left;
  margin-left: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.index-one .list2 ul li img {
  width: 69px;
  height: 69px;
}

.index-one .list2 ul li .st {
  margin-top: 36px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
}

.index-one .list2 ul li:nth-child(1) {
  background: #3269FF;
}

.index-one .list2 ul li:nth-child(2) {
  background: url("../img/index-one-bg1.jpg") no-repeat;
  background-size: 100% 100%;
}

.index-one .list2 ul li:nth-child(3) {
  background: url("../img/index-one-bg2.jpg") no-repeat;
  background-size: 100% 100%;
}

.index-one .list2 ul li:nth-child(4) {
  background: url("../img/index-one-bg3.jpg") no-repeat;
  background-size: 100% 100%;
}

.index-one .list2 ul li:nth-child(5) {
  background: url("../img/index-one-bg4.jpg") no-repeat;
  background-size: 100% 100%;
}

.index-one .list2 ul li:hover {
  background: #3269FF;
}

.glowbtn__glow {
  position: absolute;
  top: -80px;
  left: -80px;
  height: 160px;
  width: 160px;
}

.glow {
  background: radial-gradient(circle closest-side, rgba(0, 247, 239, 0.4), transparent);
  background: radial-gradient(circle closest-side, var(--button_cover_bg, rgba(0, 247, 239, 0.4)), transparent);
  border-radius: 100%;
}

.more {
  display: block;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 16px;
  width: 280px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #3269FF;
  border-radius: 5px;
  position: relative;
}

/* Moema */
.button--moema {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.button--moema.button--inverted {
  background: #ECEFF1;
  color: #37474f;
}

.button--moema::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 5px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}

.button--moema:hover {
  -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  color: #ECEFF1;
  background-color: #235eff;
  -webkit-animation: anim-moema-1 0.3s forwards;
  animation: anim-moema-1 0.3s forwards;
}

.button--moema.button--inverted:hover {
  color: #ECEFF1;
  background-color: #3269FF;
}

.button--moema:hover::before {
  -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
  animation: anim-moema-2 0.3s 0.3s forwards;
}

@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.index-two {
  position: relative;
  height: 1620px;
  box-sizing: border-box;
}

.index-two .pr-boxs {
  height: 810px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.index-two .title h3 {
  color: #FFFFFF;
}

.index-two .title .st {
  color: #9FA0A4;
}

.index-two .list {
  margin-top: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-two .list .left {
  width: 575px;
  height: 360px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-left: -30px;
}

.index-two .list .left img {
  width: 100%;
  display: block;
}

.index-two .list .right {
  width: 705px;
}

.index-two .list .right h3 {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}

.index-two .list .right .out {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 20px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.index-two .list .right .group {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-two .list .right .group li {
  display: block;
  text-align: center;
}

.index-two .list .right .group li h4 {
  font-size: 28px;
  color: white;
  margin-bottom: 10px;
}

.index-two .list .right .group li .st {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 26px;
}

.index-two .index-mask1 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  box-sizing: border-box;
  left: 0;
  top: 0;
}

.index-two .index-mask1 .wrap {
  padding-top: 85px;
}

.index-two .index-mask1 .more2 span {
  color: #fff;
}

.index-two .index-mask1 .title h3 {
  color: #333;
}

.index-two .index-mask1 .list .right h3 {
  color: #333;
}

.index-two .index-mask1 .list .right .out {
  color: #666;
}

.index-two .index-mask1 .list .right .group li h4 {
  color: #333;
}

.index-two .index-mask1 .list .right .group li .st {
  color: #666;
}

.index-two .index-mask2 {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1F2430;
  box-sizing: border-box;
}

.index-two .index-mask2 .wrap {
  padding-top: 85px;
}

.more2 {
  display: block;
  margin: 0 auto;
  width: 280px;
  box-sizing: border-box;
  height: 50px;
  line-height: 48px;
  background: #202530;
  border-radius: 5px;
  border: 1px solid #FE356E;
  color: #FE356E;
  font-size: 16px;
  position: relative;
}

.more2 span {
  position: relative;
  z-index: 99;
}

/* Wayra */
.button--wayra {
  overflow: hidden;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--wayra::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #37474f;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  z-index: 95;
}

.button--wayra:hover {
  color: #fff;
  border-color: #3269FF;
}

.button--wayra.button--inverted:hover {
  color: #3269FF;
  border-color: #fff;
}

.button--wayra:hover::before {
  opacity: 1;
  background-color: #3269FF;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--wayra.button--inverted:hover::before {
  background-color: #fff;
}

.index-three {
  display: block;
  background-color: rgba(244, 244, 244, 0.74);
}

.index-three .list {
  margin-top: 60px;
}

.index-three .list ul {
  margin-left: -42px;
}

.index-three .list ul:after {
  content: "";
  display: block;
  clear: both;
}

.index-three .list ul li {
  width: 293px;
  height: 411px;
  background-color: #fff;
  border-radius: 16px;
  float: left;
  margin-left: 42px;
  padding: 42px 22px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}

.index-three .list ul li .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.index-three .list ul li .tit .img {
  width: 21px;
  height: 21px;
  margin-right: 12px;
  overflow: hidden;
}

.index-three .list ul li .tit .img img {
  max-width: 100%;
  display: block;
}

.index-three .list ul li .tit .img .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.index-three .list ul li .group {
  margin-top: 20px;
}

.index-three .list ul li .group .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 10px 0;
  border-bottom: 1px dashed rgba(244, 244, 244, 0.74);
}

.index-three .list ul li .group .text .int {
  width: 80%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.5px;
}

.index-three .list ul li .group .text img {
  width: 16px;
  height: 16px;
}

.index-three .list ul li .xin-text {
  margin-top: 25px;
}

.index-three .list ul li .xin-text h3 {
  font-size: 18px;
  color: #3269FF;
  font-weight: bold;
  text-align: center;
  letter-spacing: 6px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.index-three .list ul li .xin-text h4 {
  font-size: 18px;
  color: #3269FF;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.index-three .list ul li .xin-text .st {
  font-size: 15px;
  color: #555555;
  line-height: 24px;
  padding: 6px 0 8px 0;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-bottom: 1px dashed rgba(85, 85, 85, 0.34);
}

.index-three .list ul li:nth-child(1) {
  background: #3269FF;
}

.index-three .list ul li:nth-child(1) .tit {
  color: #fff;
}

.index-three .list ul li:hover {
  background: #3269FF;
}

.index-three .list ul li:hover .tit {
  color: #fff;
}

.index-three .list ul li:hover .tit .img .icon {
  transform: translateY(-21px);
  -webkit-transform: translateY(-21px);
}

.index-three .list ul li:hover .group .xin-text h3 {
  color: #fff;
}

.index-three .list ul li:hover .group .xin-text h4 {
  color: #fff;
}

.index-three .list ul li:hover .group .xin-text .st {
  color: #fff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
}

.index-four {
  background-color: rgba(248, 250, 252, 0.34);
}

.index-four .list {
  position: relative;
  width: 500px;
  height: 505px;
  margin: 0 auto;
  margin-top: 90px;
}

.index-four .list .img {
  width: 100%;
  height: 100%;
  display: block;
}

.index-four .list .img img {
  width: 100%;
  display: block;
}

.index-four .list ul {
  display: block;
}

.index-four .list ul li {
  position: absolute;
  width: 232px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2D63FF;
  box-shadow: 0px 2px 4px 0px rgba(236, 236, 236, 0.5);
  border-radius: 10px;
  border: 1px solid #E0EAFC;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
}

.index-four .list ul li:nth-child(1) {
  bottom: 50px;
  left: -150px;
  animation: qiu 2.5s linear infinite;
  -webkit-animation: qiu 2.5s linear infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  /* Safari 和 Chrome */
}

.index-four .list ul li:nth-child(2) {
  bottom: 221px;
  left: -213px;
  animation: qiu4 2s linear infinite;
  -webkit-animation: qiu4 2s linear infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  /* Safari 和 Chrome */
}

.index-four .list ul li:nth-child(3) {
  top: 53px;
  left: -150px;
  animation: qiu3 2s linear infinite;
  -webkit-animation: qiu3 2s linear infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  /* Safari 和 Chrome */
}

.index-four .list ul li:nth-child(4) {
  top: -35px;
  left: 143px;
}

.index-four .list ul li:nth-child(5) {
  top: 53px;
  right: -150px;
  animation: qiu4 2s linear infinite;
  -webkit-animation: qiu4 2s linear infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  /* Safari 和 Chrome */
}

.index-four .list ul li:nth-child(6) {
  bottom: 221px;
  right: -213px;
  animation: qiu 2.5s linear infinite;
  -webkit-animation: qiu 2.5s linear infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  /* Safari 和 Chrome */
}

.index-four .list ul li:nth-child(7) {
  bottom: 50px;
  right: -150px;
  animation: qiu2 1.5s linear infinite;
  -webkit-animation: qiu2 1.5s linear infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  /* Safari 和 Chrome */
}

.index-four .list ul li:nth-child(even) {
  color: #2D63FF;
  background-color: #FFFFFF;
}

.index-four .list .yuan {
  width: 380px;
  height: 380px;
  box-sizing: border-box;
  border: 2px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -190px;
  margin-top: -190px;
  border-radius: 50%;
  animation: circleRoate 7s infinite linear;
}

.index-four .list .yuan span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e0eafc;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -7px;
}

.index-four .list .yuan2 {
  width: 501px;
  height: 501px;
  box-sizing: border-box;
  border: 2px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -250px;
  border-radius: 50%;
  animation: circleRoate 10s infinite linear;
}

.index-four .list .yuan2 span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e0eafc;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -7px;
}

@keyframes qiu {
  from {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  to {
    transform: translate(-12px, 12px);
    -ms-transform: translate(-12px, 12px);
    -webkit-transform: translate(-12px, 12px);
  }
}

@-webkit-keyframes qiu {
  from {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  to {
    transform: translate(-12px, 12px);
    -ms-transform: translate(-12px, 12px);
    -webkit-transform: translate(-12px, 12px);
  }
}

@keyframes qiu2 {
  from {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  to {
    transform: translate(12px, -12px);
    -ms-transform: translate(12px, -12px);
    -webkit-transform: translate(12px, -12px);
  }
}

@-webkit-keyframes qiu2 {
  from {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  to {
    transform: translate(12px, -12px);
    -ms-transform: translate(12px, -12px);
    -webkit-transform: translate(12px, -12px);
  }
}

@keyframes qiu3 {
  from {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  to {
    transform: translate(-12px, -12px);
    -ms-transform: translate(-12px, -12px);
    -webkit-transform: translate(-12px, -12px);
  }
}

@-webkit-keyframes qiu3 {
  from {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  to {
    transform: translate(-12px, -12px);
    -ms-transform: translate(-12px, -12px);
    -webkit-transform: translate(-12px, -12px);
  }
}

@keyframes qiu4 {
  from {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  to {
    transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px);
  }
}

@-webkit-keyframes qiu4 {
  from {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  to {
    transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px);
  }
}

@keyframes circleRoate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circleRoate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.index-six .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 257px;
  background: url("../img/index-six-bg.png") no-repeat;
  background-size: cover;
}

.index-six .title h3 {
  color: #fff;
}

.index-six .title .st {
  color: #C3C3C3;
}

.index-six .list {
  position: relative;
  width: 100%;
  display: block;
  height: 758px;
  background: url("../img/index-six-bg2.jpg") no-repeat center center;
  background-size: cover;
}

.index-six .list .img {
  width: 364px;
  height: 364px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -182px;
  margin-left: -182px;
  animation: qiu 1.8s linear infinite;
  -webkit-animation: qiu 1.8s linear infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  /* Safari 和 Chrome */
}

.index-six .list ul:after {
  content: "";
  display: block;
  clear: both;
}

.index-six .list ul li {
  display: flex;
  padding-top: 110px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.index-six .list ul li .icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.index-six .list ul li .icon img {
  display: block;
  max-width: 100%;
}

.index-six .list ul li .text {
  margin-left: 35px;
}

.index-six .list ul li .text h3 {
  color: #333333;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.index-six .list ul li .text .st {
  margin-top: 12px;
  width: 230px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.index-six .list ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.index-six .list ul li:nth-child(even) .text {
  margin-left: 0;
  margin-right: 35px;
  text-align: right;
}

.index-six .list ul li:nth-child(even):hover .icon {
  transform: translate(-10px, 10px);
  -ms-transform: translate(-10px, 10px);
  -webkit-transform: translate(-10px, 10px);
}

.index-six .list ul li:nth-child(1) {
  padding-left: 105px;
}

.index-six .list ul li:nth-child(2) {
  padding-right: 105px;
}

.index-six .list ul li:nth-child(5) {
  padding-left: 66px;
}

.index-six .list ul li:nth-child(6) {
  padding-right: 66px;
}

.index-six .list ul li:hover {
  cursor: pointer;
}

.index-six .list ul li:hover .icon {
  transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -webkit-transform: translate(10px, 10px);
}

.index-six .list ul li:hover .text h3 {
  color: #3269FF;
}

.index-five {
  position: relative;
  width: 100%;
  display: block;
  padding: 85px 0 136px 0;
  background: url("../img/index-five-bg.png") no-repeat center center;
  background-size: cover;
}

.index-five .title h3 {
  color: #fff;
}

.index-five .title .st {
  color: #C3C3C3;
}

.index-five .list {
  padding-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-five .list li {
  width: 410px;
  height: 140px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(225, 225, 225, 0.5);
  border-radius: 8px;
  margin-top: 33px;
}

.index-five .list li a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  padding: 30px 0px 0 28px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.index-five .list li a .icon {
  width: 44px;
  height: 44px;
  display: block;
}

.index-five .list li a .icon img {
  max-width: 100%;
  display: block;
}

.index-five .list li a .text {
  margin-left: 20px;
  width: 275px;
}

.index-five .list li a .text h3 {
  font-size: 20px;
  color: #333;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.index-five .list li a .text .st {
  font-size: 12px;
  color: #686868;
  line-height: 17px;
  margin-top: 13px;
}

.index-five .list li a:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.71);
}

.index-five .list li a:hover .icon {
  animation: circleRoate 3s infinite linear;
}

.index-five .list li a:hover .text h3 {
  color: #3269FF;
}

.index-seven {
  display: block;
}

.index-seven .group {
  margin-top: 66px;
  position: relative;
}

.index-seven .group .list {
  margin-top: 22px;
  width: 100%;
  height: 116px;
  overflow: hidden;
}

.index-seven .group .list::before {
  width: 160px;
  height: 374px;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
  left: -30px;
  content: " ";
  position: absolute;
  top: 0;
  z-index: 1;
}

.index-seven .group .list::after {
  width: 160px;
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
  height: 374px;
  right: -50px;
  content: " ";
  position: absolute;
  top: 0;
}

.index-seven .group .list ul {
  margin-top: 5px;
}

.index-seven .group .list ul:after {
  content: "";
  display: block;
  clear: both;
}

.index-seven .group .list ul li {
  width: 260px;
  height: 106px;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px 0px rgba(184, 184, 184, 0.11);
  border-radius: 24px;
  border: 1px solid #F2F2F7;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  float: left;
  justify-content: center;
  margin: 0 14px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.index-seven .group .list ul li .img {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  justify-content: center;
}

.index-seven .group .list ul li .img img {
  width: 100%;
  display: block;
}

.index-seven .group .list ul li .text {
  margin-left: 18px;
}

.index-seven .group .list ul li .text h3 {
  font-size: 16px;
}

.index-seven .group .list ul li .text .st {
  font-size: 13px;
  color: #686868;
  line-height: 17px;
  margin-top: 8px;
}

.index-seven .group .list ul li:hover {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
}

.index-seven .group .list ul li:hover .text h3 {
  color: #3269FF;
}

.index-eight {
  width: 100%;
  height: 336px;
  position: relative;
  overflow: hidden;
}

.index-eight .bgs {
  width: 100%;
  height: 100%;
  background: url(../img/index-eight-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  animation: bg 5s linear infinite;
  -webkit-animation: bg 5s linear infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}

.index-eight .text {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.index-eight .text h3 {
  font-size: 36px;
  color: #FFFFFF;
}

.index-eight .text .st {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 20px;
}

.index-eight .text .link-phone {
  width: 280px;
  height: 59px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 28px;
  letter-spacing: 3px;
}

.index-eight .text .link-phone span {
  animation: tel 6s ease-out 0s infinite;
  -webkit-animation: tel 6s ease-out 0s infinite;
  display: inline-block;
}

.index-eight .text .link-phone span:nth-child(1) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

.index-eight .text .link-phone span:nth-child(2) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.index-eight .text .link-phone span:nth-child(3) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.index-eight .text .link-phone span:nth-child(4) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.index-eight .text .link-phone span:nth-child(5) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.index-eight .text .link-phone span:nth-child(6) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.index-eight .text .link-phone span:nth-child(7) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.index-eight .text .link-phone span:nth-child(8) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.index-eight .text .link-phone span:nth-child(9) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.index-eight .text .link-phone span:nth-child(10) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.index-eight .text .link-phone span:nth-child(11) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.index-eight .text .link-phone span:nth-child(12) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}

@-webkit-keyframes tel {
  0% {
    -webkit-transform: scale(1);
  }
  1% {
    -webkit-transform: scale(1.3);
  }
  3% {
    -webkit-transform: scale(0.8);
  }
  6% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes tel {
  0% {
    transform: scale(1);
  }
  1% {
    transform: scale(1.3);
  }
  3% {
    transform: scale(0.8);
  }
  6% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes bg {
  0% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bg {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.footer {
  padding: 2.5vw 0 0 0;
  background: #1F1F24;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
}

.footer-nav ul {
  display: block;
}

.footer-nav ul:after {
  content: "";
  display: block;
  clear: both;
}

.footer-nav ul li {
  display: block;
  float: left;
  margin-right: 3.64583vw;
}

.footer-nav ul li a {
  display: block;
  font-size: 14px;
  color: #616162;
  line-height: 1.6625vw;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.footer-nav ul li h3 {
  font-size: 0.8333vw;
  font-weight: bold;
  color: #A1A1A7;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.footer-nav ul li a:hover {
  color: #fff;
}

.footer-nav ul li a h3:hover {
  color: #fff;
}

.index-evm {
  text-align: center;
  font-size: 12px;
  color: #999999;
  display: block;
  line-height: 22px;
  margin-left: 88px;
}

.index-evm .imgs {
  width: 102px;
  height: 102px;
  background: #FFFFFF;
  border-radius: 0.833vw;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}

.index-evm .imgs img {
  width: 96%;
}

.footer .bottom {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  padding: 2.604vw 10px 0.8333vw 10px;
}

.footer .bottom a {
  color: #999;
  margin-left: 20px;
}

.footer .evm {
  display: flex;
  align-items: center;
}

.market-one {
  background: #F8FAFC;
}

.market-one .list {
  margin-top: 55px;
  margin-left: -63px;
}

.market-one .list:after {
  content: "";
  display: block;
  clear: both;
}

.market-one .list li {
  width: 391px;
  height: 180px;
  margin-left: 63px;
  background: #FFFFFF;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}

.market-one .list li .img {
  width: 85px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.market-one .list li .img img {
  max-width: 100%;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.market-one .list li .text {
  padding-left: 33px;
  width: 200px;
  height: 105px;
  display: block;
}

.market-one .list li .text h3 {
  font-size: 20px;
  color: #333333;
  margin-top: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.market-one .list li .text .st {
  font-size: 16px;
  color: #9FA0A4;
  line-height: 24px;
  margin-top: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.market-one .list li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.market-one .list li:hover .img img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.market-one .out {
  margin-top: 55px;
  font-size: 16px;
  color: #686868;
  line-height: 22px;
  text-align: center;
}

.market-one .list2 {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.market-one .list2:before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: rgba(151, 151, 151, 0.37);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
}

.market-one .list2 li {
  padding: 0 80px;
  text-align: center;
}

.market-one .list2 li h3 {
  font-size: 32px;
  color: #333333;
  line-height: 49px;
}

.market-one .list2 li .st {
  font-size: 16px;
  color: #9F9F9F;
  line-height: 26px;
  margin-top: 8px;
}

.market-two {
  padding-bottom: 80px;
}

.market-two .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 150px;
  background: url("../img/index-six-bg.png") no-repeat;
  background-size: cover;
}

.market-two .title h3 {
  color: #fff;
}

.market-two .title .st {
  color: #C3C3C3;
}

.market-two .list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 90px;
}

.market-two .list .img {
  width: 620px;
  height: 355px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.market-two .list .img img {
  max-width: 100%;
  display: block;
}

.market-two .list .group {
  display: block;
}

.market-two .list .group .text {
  display: flex;
  margin-top: 50px;
}

.market-two .list .group .text img {
  width: 44px;
  height: 44px;
  display: block;
}

.market-two .list .group .text .rit {
  width: 380px;
  margin-left: 20px;
}

.market-two .list .group .text .rit h3 {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.market-two .list .group .text .rit .st {
  font-size: 12px;
  color: #686868;
  line-height: 22px;
  margin-top: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.market-two .out {
  font-size: 38px;
  color: #333333;
  margin-top: 120px;
  font-weight: bold;
}

.market-two .list:last-child {
  flex-direction: row-reverse;
  margin-top: 75px;
}

.market-three {
  height: 500px;
  box-sizing: border-box;
  background: url("../img/market-three-bg.jpg") no-repeat bottom center;
  position: relative;
}

.market-three .title h3 {
  color: #fff;
}

.market-three .title .st {
  color: #9FA0A4;
}

.market-three .list {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.market-three .list li {
  width: 390px;
  height: 150px;
  background: #F8FAFC;
  border-radius: 16px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.market-three .list li:before {
  content: '';
  width: 7px;
  height: 100%;
  background: #3269FF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.market-three .list li .img {
  width: 41px;
  height: 41px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.market-three .list li .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.8s cubic-bezier(0.23, 1.7, 0.79, 0.9) 0.4s;
  -moz-transition: all 0.8s cubic-bezier(0.23, 1.7, 0.79, 0.9) 0.4s;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1.7, 0.79, 0.9) 0.4s;
  -o-transition: all 0.8s cubic-bezier(0.23, 1.7, 0.79, 0.9) 0.4s;
}

.market-three .list li .text {
  width: 192px;
  height: 78px;
  line-height: 26px;
  font-size: 15px;
  margin-left: 50px;
  font-weight: 400;
  position: relative;
  z-index: 9;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.market-three .list li:hover:before {
  width: 100%;
}

.market-three .list li:hover .img img {
  transform: translateY(-41px);
  -webkit-transform: translateY(-41px);
}

.market-three .list li:hover .text {
  color: #fff;
}

.market-three .market-mask1 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 0%;
  z-index: 2;
  box-sizing: border-box;
  left: 0;
  top: 0;
  padding-top: 80px;
}

.market-three .market-mask1 .title h3 {
  color: #d2a708;
}

.market-three .market-mask1 .list li:before {
  background-color: #d2a708;
}

.market-three .market-mask1 .list li .text {
  color: #c99f06;
}

.market-three .market-mask1 .list li:hover .text {
  color: #fff;
}

.market-three .market-mask2 {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 80px;
}

.market-four {
  display: block;
  background: #F8FAFC;
  padding-bottom: 85px;
}

.market-four .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.market-four .list li {
  width: 320px;
  height: 659px;
  background: #fff;
  box-shadow: inset 0px -5px 8px 0px rgba(255, 255, 255, 0.12);
  border-radius: 47px;
  position: relative;
  overflow: hidden;
  border: 15px solid #070707;
  box-sizing: border-box;
}

.market-four .list li .img {
  width: 100%;
  height: 100%;
  position: relative;
}

.market-four .list li .img img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.market-four .list li .mo {
  width: 156px;
  height: 23px;
  background: #000000;
  border-radius: 0px 0px 18px 18px;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -78px;
  z-index: 99;
}

.short-one {
  background: #F8FAFC;
  padding-bottom: 100px;
}

.short-one .list {
  padding-top: 50px;
  margin-left: -26px;
}

.short-one .list:after {
  content: "";
  display: block;
  clear: both;
}

.short-one .list li {
  width: 415px;
  float: left;
  margin-top: 38px;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-left: 26px;
}

.short-one .list li .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.short-one .list li .img img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.short-one .list li .text {
  width: 100%;
  height: 42px;
  background: rgba(216, 216, 216, 0.3);
  font-size: 14px;
  color: #333333;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 42px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.short-one .list li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.short-one .list li:hover .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.short-one .list li:hover .text {
  color: #3269FF;
}

.short-two .list {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.short-two .list .left {
  width: 320px;
  height: 659px;
  cursor: pointer;
  background: #fff;
  box-shadow: inset 0px -5px 8px 0px rgba(255, 255, 255, 0.12);
  border-radius: 47px;
  position: relative;
  overflow: hidden;
  border: 15px solid #070707;
  box-sizing: border-box;
}

.short-two .list .left .mo {
  width: 156px;
  height: 23px;
  background: #000000;
  border-radius: 0px 0px 18px 18px;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -78px;
  z-index: 99;
}

.short-two .list .left .video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 8;
}

.short-two .list .left .video #dy_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.short-two .list .left .video .bgs {
  position: absolute;
  top: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition: .3s ease-out;
  opacity: 1;
}

.short-two .list .left .video .player {
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}

.short-two .list .left .video .player img {
  width: 100%;
}

.short-two .list .right {
  margin-left: 62px;
  display: flex;
}

.short-two .list .right .icon {
  width: 44px;
  height: 44px;
  overflow: hidden;
}

.short-two .list .right .icon img {
  width: 100%;
  display: block;
}

.short-two .list .right .text {
  margin-left: 20px;
  width: 520px;
}

.short-two .list .right .text h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 20px;
  color: #333333;
}

.short-two .list .right .text .int {
  color: #333333;
  font-size: 20px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.short-two .list .right .text .st {
  font-size: 13px;
  color: #686868;
  line-height: 22px;
  margin-top: 20px;
  width: 340px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.short-two .list .right .text .tag {
  margin-top: 40px;
  display: block;
  margin-left: -20px;
}

.short-two .list .right .text .tag span {
  padding: 0 36px;
  height: 43px;
  margin-left: 20px;
  display: inline-block;
  margin-bottom: 20px;
  box-sizing: border-box;
  line-height: 43px;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #3269FF;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.short-two .list .right .text .tag span:nth-child(1) {
  background: #3269FF;
  color: #fff;
}

.short-two .list .right .text .tag span:hover {
  background: #3269FF;
  color: #fff;
}

.short-two .list .right .text .evm {
  margin-top: 60px;
  display: flex;
  align-items: center;
}

.short-two .list .right .text .evm .img {
  width: 135px;
  height: 135px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #d8d8d8;
}

.short-two .list .right .text .evm .img img {
  width: 100%;
}

.short-two .list .right .text .evm span {
  display: block;
  margin-left: 30px;
}

.news .tit {
  font-size: 38px;
  color: #333333;
  line-height: 58px;
  text-align: center;
}

.news .list {
  display: block;
}

.news .list ul {
  margin-left: -20px;
}

.news .list ul:after {
  content: "";
  display: block;
  clear: both;
}

.news .list ul li {
  width: 420px;
  float: left;
  margin-left: 20px;
  margin-top: 80px;
}

.news .list ul li a {
  display: block;
}

.news .list ul li .img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.news .list ul li .img img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.news .list ul li h3 {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.news .list ul li .st {
  font-size: 15px;
  color: #686868;
  line-height: 26px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .list ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.news .list ul li:hover h3 {
  color: #3269FF;
}

.news-show {
  padding-bottom: 80px;
}

.news-show .tit {
  font-size: 32px;
  color: #333333;
  line-height: 49px;
  font-weight: bold;
  text-align: center;
}

.news-show .time {
  font-size: 14px;
  margin: 30px 0 50px 0;
  color: #666666;
  text-align: center;
}

.news-show .con {
  font-size: 15px;
  line-height: 25px;
  overflow: hidden;
  padding-bottom: 80px;
  border-bottom: 1px solid #DEDEDE;
}

.news-show .con img {
  max-width: 100%;
}

.news-show .new-la {
  margin-top: 36px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.news-show .new-la a {
  display: inline-flex;
  line-height: 30px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  flex: 1;
}

.news-show .new-la:after {
  content: "";
  display: block;
  clear: both;
}

.news-show .new-la a span {
  max-width: 300px;
  overflow: hidden;
  height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-show .new-la svg {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.news-show .new-la a:nth-child(1) svg {
  margin-right: 10px;
  margin-left: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
}

.news-show .new-la a:nth-child(2) {
  justify-content: end;
}

.news-show .new-la a:hover span {
  color: #015BF5;
}

.pro-xcx {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-left: -30px;
  margin-top: 20px;
}

.pro-xcx::after {
  content: "";
  display: block;
  clear: both;
}

.pro-xcx li {
  display: block;
  float: left;
  width: 295px;
  height: 440px;
  margin-left: 30px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  overflow: initial;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-top: 50px;
}

.pro-xcx li .csb {
  padding: 0 1.40625vw;
  box-sizing: border-box;
  display: flex;
  border: 1px solid #D9D9D9;
  height: 100%;
  width: 100%;
  align-items: center;
  padding-top: 55px;
  flex-direction: column;
}

.pro-xcx li .csb .img {
  width: 124px;
  height: 124px;
  min-width: 80px;
  min-height: 80px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #e3e2e5;
}

.pro-xcx li .csb .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.pro-xcx li .csb h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 55px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.pro-xcx li .csb .line {
  width: 44px;
  height: 5px;
  background: #D8D8D8;
  border-radius: 5px;
  margin: 22px auto;
}

.pro-xcx li .csb .st {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #9797a1;
}

.pro-xcx li:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
}

.pro-xcx li:hover .csb h3 {
  color: #3269FF;
}

.trade-one .list {
  display: block;
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trade-one .list .icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}

.trade-one .list .icon img {
  max-width: 100%;
  display: block;
}

.trade-one .list h3 {
  font-size: 19px;
  color: #333333;
  line-height: 29px;
  margin: 15px 0;
  text-align: center;
}

.trade-one .list .st {
  width: 333px;
  font-size: 14px;
  line-height: 20px;
  color: #686868;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: center;
}

.trade-two {
  position: relative;
  height: 1564px;
}

.trade-two .list {
  margin-top: 55px;
  height: 480px;
  position: relative;
}

.trade-two .list .left {
  width: 660px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3a3a3b;
}

.trade-two .list .left img {
  width: 100%;
  display: block;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  filter: gray;
}

.trade-two .list .right {
  width: 680px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  overflow: hidden;
  background-color: #fff;
  padding: 30px 84px 30px 104px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.trade-two .list .right h3 {
  font-size: 28px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.trade-two .list .right .line {
  width: 24px;
  height: 4px;
  background: #306AFF;
  border-radius: 1px;
  margin: 24px 0 15px 0;
}

.trade-two .list .right .con {
  font-size: 15px;
  color: #999;
  line-height: 28px;
  min-height: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.trade-two .pr-boxs {
  height: 782px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.trade-two .trade-mask1 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  box-sizing: border-box;
  left: 0;
  top: 0;
}

.trade-two .trade-mask1 .wrap {
  padding-top: 85px;
}

.trade-two .trade-mask1 .title h3 {
  color: #3269FF;
}

.trade-two .trade-mask1 .list .left img {
  filter: grayscale(0);
  filter: none;
}

.trade-two .trade-mask1 .list .right h3 {
  color: #3269FF;
}

.trade-two .trade-mask1 .list .right .line {
  background: #333;
}

.trade-two .trade-mask1 .list .right .con {
  color: #333;
}

.trade-two .trade-mask2 {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  box-sizing: border-box;
}

.trade-two .trade-mask2 .wrap {
  padding-top: 85px;
}

.add-tag {
  width: 744px;
  padding: 9px 0;
  margin: 0 auto;
  background: #3565FF;
  border-radius: 33px;
  font-size: 15px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.trade-three, .trade-four {
  background: #F4F4F4;
}

.trade-three .list1, .trade-four .list1 {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trade-three .list1 li, .trade-four .list1 li {
  margin: 0 40px;
  display: flex;
}

.trade-three .list1 li .icon, .trade-four .list1 li .icon {
  width: 44px;
  height: 44px;
  display: block;
  overflow: hidden;
}

.trade-three .list1 li .icon img, .trade-four .list1 li .icon img {
  width: 100%;
}

.trade-three .list1 li .text, .trade-four .list1 li .text {
  margin-left: 20px;
}

.trade-three .list1 li .text h3, .trade-four .list1 li .text h3 {
  font-size: 18px;
  color: #333333;
  line-height: 29px;
}

.trade-three .list1 li .text .st, .trade-four .list1 li .text .st {
  margin-top: 12px;
  width: 300px;
  font-size: 12px;
  color: #686868;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.trade-three .list2, .trade-four .list2 {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.trade-three .list2 li, .trade-four .list2 li {
  width: 594px;
  margin-bottom: 50px;
}

.trade-three .list2 li .img, .trade-four .list2 li .img {
  width: 100%;
  height: 305px;
  overflow: hidden;
}

.trade-three .list2 li .img img, .trade-four .list2 li .img img {
  width: 100%;
}

.link-btn {
  width: 168px;
  height: 36px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 36px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: linear-gradient(270deg, #F4F4F4 0%, #C1E0FB 46%, #F4F4F4 100%);
}

.link-btn:hover {
  background: #3269FF;
  color: #fff;
  border-radius: 3px;
}

.trade-four {
  background: #fff;
}

.trade-five {
  background: #f9f9f9;
}

.trade-five .list {
  margin-top: 55px;
  margin-left: -22px;
}

.trade-five .list:after {
  content: "";
  display: block;
  clear: both;
}

.trade-five .list li {
  display: block;
  width: 240px;
  height: 450px;
  border: 1px solid #d8d8d8;
  float: left;
  margin-left: 22px;
  overflow: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
}

.trade-five .list li img {
  position: absolute;
  left: 0;
  width: 100%;
  left: 0;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.trade-five .list li:hover {
  border: 1px solid #3269FF;
}

.trade-five .link-btn {
  margin-top: 40px;
}

.inner {
  display: block;
  width: 100%;
  position: relative;
  z-index: 100;
}

.inner .text2 {
  padding-top: 146px;
  text-align: center;
}

.maps {
  display: block;
  width: 100%;
  padding-bottom: 80px;
  background: #000;
  z-index: 9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pr-zt {
  position: relative;
  z-index: 11;
}

.we-js {
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  margin: 0 auto;
  margin-top: 50px;
  width: 90%;
}

.we-js p {
  text-indent: 2rem;
  margin-bottom: 2px;
  text-align: justify;
}

.we-js p a {
  color: #fff;
}

.we {
  background: #015BF5;
  position: relative;
  z-index: 999;
  overflow: hidden;
  border-bottom: 5px solid #015BF5;
}

.we-con {
  margin-left: 3%;
  padding-top: 100px;
}

.we .boxs {
  position: relative;
  z-index: 999;
}

.we-ri {
  width: 1100px;
  box-sizing: border-box;
  padding-left: 50px;
  padding-bottom: 110px;
}

.we-ri .list1 {
  display: block;
}

.we-ri .list1 ul {
  display: flex;
  justify-content: space-between;
}

.we-ri .list1 ul li {
  display: block;
  position: relative;
}

.we-ri .list1 ul li i {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  font-style: normal;
}

.we-ri .list1 ul li:first-child::before {
  display: none;
}

.we-ri .list1 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -133%;
  top: 50%;
  width: 3px;
  height: 66px;
  margin-top: -33px;
  background: rgba(255, 255, 255, 0.3);
}

.we-ri .list1 ul li .year {
  font-size: 48px;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  padding: 25px 0;
  font-style: normal;
}

.we-ri .list1 ul li .year span {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  margin-left: 5px;
}

.we-ri .list1 ul li i:last-child {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}

.we-ri h4 {
  font-size: 24px;
  color: #fff;
  margin: 70px 0;
  font-weight: bold;
  font-style: normal;
}

.we-ri .list2 {
  display: block;
}

.we-ri .list2 ul li {
  display: inline-block;
  margin-right: 70px;
  text-align: center;
}

.we-ri .list2 ul li span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-top: 10px;
}

.we-ri .int {
  font-size: 16px;
  color: #fff;
  margin-top: 70px;
  line-height: 30px;
}

.we-rite {
  width: 77%;
  position: relative;
}

.bwhite .twoimgs {
  width: 100%;
}

.we-ri h3 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}

.we-ri h3 span {
  color: #015BF5;
}

.we-ri h3 b {
  font-size: 20px;
  font-weight: normal;
  color: #333;
  vertical-align: middle;
  margin-left: 40px;
}

.we-ri .imgs {
  margin-top: 60px;
  position: relative;
}

.we-ri .imgs img {
  display: block;
  float: left;
}

.bgq {
  position: absolute;
  left: 560px;
  bottom: 15px;
}

.bgq i {
  color: #015BF5;
  display: inline-block;
  vertical-align: middle;
  font-size: 33px;
  margin-right: 10px;
  animation: bgq 1.5s linear infinite;
  -webkit-animation: bgq 1.5s linear infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
}

.bgq .tit {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 24px;
}

.bgq .tit h5 {
  font-weight: bold;
}

.bgq .tit span {
  text-transform: uppercase;
  font-size: 18px;
  color: #a1a1a1;
  display: block;
  margin-top: 5px;
}

@keyframes bgq {
  0% {
    -webkit-transform: rotate(180deg) translateX(-12px);
    transform: rotate(180deg) translateX(-12px);
  }
  50% {
    -webkit-transform: rotate(180deg) translateX(0px);
    transform: rotate(180deg) translateX(0px);
  }
  100% {
    -webkit-transform: rotate(180deg) translateX(-12px);
    transform: rotate(180deg) translateX(-12px);
  }
}

@-webkit-keyframes bgq {
  0% {
    -webkit-transform: rotate(180deg) translateX(-12px);
    transform: rotate(180deg) translateX(-12px);
  }
  50% {
    -webkit-transform: rotate(180deg) translateX(0px);
    transform: rotate(180deg) translateX(0px);
  }
  100% {
    -webkit-transform: rotate(180deg) translateX(-12px);
    transform: rotate(180deg) translateX(-12px);
  }
}

.jdt {
  display: block;
  position: relative;
}

.jdt .zt ul li {
  display: block;
  margin-top: 50px;
  height: 82px;
  display: flex;
  align-items: center;
}

.jdt .zt ul li .year {
  font-size: 36px;
  color: #015BF5;
  font-weight: bold;
  width: 120px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.jdt .zt ul li .tots {
  margin-left: 90px;
  vertical-align: middle;
  display: inline-block;
  font-size: 24px;
  color: #333;
  line-height: 40px;
  width: 80%;
}

.jdt .zt ul li .tots i {
  font-size: 30px;
  color: #015BF5;
  font-weight: bold;
  font-style: normal;
}

.jdt .tiao {
  position: absolute;
  left: 150px;
  height: calc(100% + 80px);
  width: 4px;
  top: -50px;
  background: #015BF5;
}

.jdt .tiao:before {
  content: "◆";
  position: absolute;
  left: -9px;
  top: -22px;
  font-size: 35px;
  color: #015BF5;
  z-index: 10;
  height: 24px;
  overflow: hidden;
  width: 21px;
  display: block;
}

.jdt .tiao ul li {
  height: 82px;
  position: relative;
  margin-top: 50px;
}

.jdt .tiao ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 5px;
  background: #015BF5;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -2px;
}

.jdt .tiao:after {
  content: "...";
  display: block;
  color: #015BF5;
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  bottom: -40px;
  left: -3px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
}

.pt80 {
  padding-top: 80px;
}

.ryte {
  display: block;
  margin-top: 70px;
}

.ryte b {
  margin-top: 40px;
  line-height: 30px;
  display: block;
  font-weight: normal;
  font-size: 16px;
}

.we .yuanqiu2:before {
  bottom: auto;
  top: 300px;
  width: 40vw;
  height: 40vw;
}

.title2 {
  display: block;
  vertical-align: top;
}

.title2 h5 {
  font-size: 18px;
  display: block;
  color: #fff;
  font-weight: normal;
}

.title2 h5 img {
  margin-left: 15px;
}

.title2 h3 {
  font-weight: bold;
  color: #fff;
  font-size: 1.875vw;
  margin-top: 10px;
  position: relative;
}

.title2 h3 span {
  display: inline-block;
  position: relative;
}

.service {
  display: block;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

.chart1 .service {
  padding: 160px 23% 120px 0;
}

.chart2, .chart3, .chart4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.chart1 {
  background: url(../img/fw-bg1.png) no-repeat center;
}

.chart2 {
  background: url(../img/fw-bg2.png) no-repeat center;
}

.chart3 {
  background: url(../img/fw-bg3.png) no-repeat center;
}

.chart4 {
  background: url(../img/fw-bg4.png) no-repeat center;
}

.bcg {
  min-height: 100vh;
  box-sizing: border-box;
  background-attachment: fixed;
  background-size: cover !important;
}

.service h5 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.service .int {
  margin-top: 20px;
}

.service .int img {
  vertical-align: bottom;
}

.service .int b {
  font-size: 30px;
  color: #fff;
  vertical-align: bottom;
  margin-left: 15px;
}

.service .int b span {
  color: #015BF5;
  padding: 0 5px;
}

.service .int2 {
  padding-left: 90px;
  background: url(../img/dian.png) no-repeat left center;
  font-size: 36px;
  font-family: "宋体";
  font-weight: bold;
  margin-top: 20px;
  color: #fff;
}

.service .text {
  margin-top: 90px;
}

.service .text ul li {
  display: block;
  margin-bottom: 50px;
  color: #fff;
}

.service .text ul li h3 {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.service .text ul li span {
  display: block;
  margin-top: 20px;
  line-height: 30px;
  font-size: 16px;
}

.service .want {
  display: block;
  margin-top: 90px;
}

.service .want span {
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: #fff;
}

.service .want ul {
  margin-top: 60px;
  margin-bottom: 40px;
}

.service .want ul li {
  float: left;
  display: block;
  margin-right: 90px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.pro-xcx li .inpoty {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pro-xcx li .inpoty .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.pro-xcx li .inpoty .img img {
  width: 100%;
  height: 100%;
}

.pro-xcx li .inpoty .img2 img {
  width: 100%;
  height: 100%;
}

.pro-xcx li .inpoty .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.pro-xcx li .inpoty .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.pro-xcx li .inpoty .text img {
  width: 6.25vw;
  height: 6.25vw;
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.pro-xcx li .inpoty .text .int {
  margin-bottom: 20px;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.pro-xcx li .inpoty .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.pro-xcx li .inpoty .imgs img {
  width: 100%;
  display: block;
}

.pro-xcx li:hover .inpoty {
  opacity: 1;
}

.pro-xcx li:hover .inpoty {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
}

.yuanqiu2:before {
  content: "";
  width: 45vw;
  height: 45vw;
  border-radius: 50%;
  background: rgba(0, 74, 201, 0.2);
  position: absolute;
  bottom: -20vw;
  right: 0vw;
  -webkit-animation: round2 5s linear infinite;
  animation: round2 5s  linear infinite;
}

.yuanqiu2:after {
  content: "";
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  background: rgba(0, 74, 201, 0.2);
  position: absolute;
  top: 10vw;
  left: -10vw;
  -webkit-animation: round1 5s linear infinite;
  animation: round1 5s  linear infinite;
}

.yuanqiu3:after {
  content: "";
  width: 35vw;
  height: 35vw;
  border-radius: 50%;
  background: rgba(0, 74, 201, 0.2);
  position: absolute;
  top: -10vw;
  right: -10vw;
  -webkit-animation: round1 5s linear infinite;
  animation: round1 5s  linear infinite;
}

@-webkit-keyframes round1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  75% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes round1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  75% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes round2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  50% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  75% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes round2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  50% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  75% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/*  移动端底部 */
.mobileBoxs {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 3px 0;
  background: #015BF5;
  width: 100%;
  z-index: 9999999999999;
  display: none;
}

.mobileBoxs ul {
  display: flex;
  justify-content: space-around;
  padding: 6px 0 0 0;
}

.mobileBoxs ul li {
  display: inline-block;
}

.mobileBoxs ul li a {
  display: block;
}

.mobileBoxs ul li svg {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  margin: auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.mobileBoxs ul li span {
  display: block;
  font-size: 12px;
  color: #fff;
  height: 20px;
  line-height: 20px;
  margin-top: 3px;
}

.mobileIn {
  height: 54px;
  display: none;
  width: 100%;
}

.cbfixed {
  position: fixed;
  right: 30px;
  bottom: 15%;
  z-index: 99999999;
  display: none;
}

.cbfixed ul li {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #015BF5;
  text-align: center;
  position: relative;
  line-height: 45px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.cbfixed ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.cbfixed ul li svg {
  font-size: 18px;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  z-index: 999;
}

.cbfixed ul li.back {
  margin-top: 10px;
}

.cbfixed ul li .fwrx {
  position: absolute;
  right: 45px;
  width: 200px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  top: 0;
  display: none;
  background-color: #000;
}

.cbfixed ul li .evmsh {
  display: none;
  position: absolute;
  right: 45px;
  width: 140px;
  height: 140px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
  top: 0;
}

.cbfixed ul li .evmsh img {
  width: 100%;
}

.cbfixed ul li:hover {
  background-color: #000;
}

.pr-zt {
  position: relative;
  z-index: 11;
}

.link-zt {
  background: #fff;
  position: relative;
  margin: 60px  50px;
  padding: 60px 50px;
  box-sizing: border-box;
  margin-top: -80px;
}

.link-zt .bty {
  top: 40px;
}

.link-zt .lis1 {
  display: block;
  margin-top: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.link-zt .lis1 .ol {
  float: left;
  display: block;
  width: 50%;
  padding: 90px 0 90px 120px;
  color: #333;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.link-zt .lis1 .ol svg {
  display: block;
  width: 30px;
  height: 30px;
}

.link-zt .lis1 .ol h3 {
  font-size: 40px;
  font-weight: bold;
  padding: 15px 0;
}

.link-zt .lis1 .ol span {
  font-size: 16px;
  color: #666;
  display: block;
}

.link-zt .lis1 .ol:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  background: #015BF5;
  transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
}

.link-zt .lis1 .ol:hover {
  background: url(../img/link-dw.png) repeat;
}

.link-zt .lis1 .ol:hover::before {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}

.link-zt .lis2 {
  padding: 70px 0;
  border-bottom: 1px solid #e5e5e5;
}

.link-zt .lis2 ul {
  display: flex;
  justify-content: space-around;
}

.link-zt .lis2 ul li {
  display: inline-block;
}

.link-zt .lis2 ul li svg {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
}

.link-zt .lis2 ul li .int {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  margin-left: 15px;
}

.link-zt .lis2 ul li .int a {
  color: #333;
}

.link-zt .lis2 ul li .int h3 {
  display: block;
  font-weight: bold;
}

.link-zt .lis2 ul li .int span {
  display: block;
  line-height: 40px;
  color: #666;
  font-size: 18px;
}

.link-zt .lis2 ul li:hover h3 {
  color: #015BF5;
}

.link-zt .lis2 ul li:hover i {
  color: #015BF5;
}

.textpur {
  display: block;
  text-align: center;
  margin-top: -35px;
}

.textpur .in {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  font-family: "宋体";
  position: relative;
}

.textpur .in span {
  text-align: center;
  padding: 6px  10px;
  position: relative;
  float: left;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.textpur .in span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

.textpur .in:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

.textpur .in:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

.textpur:after {
  content: "";
  display: block;
  clear: both;
}

.textpur .in span.word1 {
  padding: 0;
  margin-left: -6px;
}

.textpur .in span:first-child:before {
  display: none;
}

.bty {
  display: block;
  position: absolute;
  top: 20px;
  right: 3%;
  line-height: 85px;
  color: #333;
  font-size: 18px;
  letter-spacing: 3px;
}

.bty:before {
  content: "";
  display: block;
  width: 143px;
  height: 85px;
  background: url(../img/xy.png) no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -71px;
  top: 0;
}

.titin {
  display: block;
}

.titin h3 {
  font-size: 36px;
  color: #333;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.titin i {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.titin span {
  margin-left: 18px;
  width: 4px;
  height: 4px;
  border: 2px solid #015BF5;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
}

@media screen and (max-width: 1300px) {
  .index-seven .group .list::after {
    right: 0;
  }
  .index-seven .group .list::before {
    left: 0;
  }
  .header .nav, .fixed-header .nav {
    margin-left: 50px;
  }
  .header .cx, .fixed-header .cx {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  body {
    min-width: auto;
  }
  .wrap {
    width: 94%;
  }
  .header, .fixed-header {
    padding: 0 2%;
    height: 60px;
    background: #1F242F;
  }
  .header .logo, .fixed-header .logo {
    width: auto;
    height: 32px;
  }
  .header .logo img, .fixed-header .logo img {
    height: 100%;
    display: block;
  }
  .header .nav, .fixed-header .nav {
    display: none;
  }
  nav {
    width: 375px;
  }
  nav .menu-btn {
    top: 15px;
  }
  nav .nav-links {
    padding-top: 10vw;
    overflow-x: hidden;
    padding-bottom: 50px;
  }
  nav .nav-links .link {
    margin: 20px 0;
  }
  nav .nav-links .nav-list {
    height: 55vh;
  }
  nav .bottomin {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 4vh;
    margin-bottom: 20px;
  }
  nav .bottomin ul li {
    margin-right: 50px;
  }
  nav .bottomin ul li .img {
    width: 70px;
    height: 70px;
  }
  .banner {
    min-height: 100%;
    margin-top: 60px;
    height: 60vw;
  }
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    width: 25px;
  }
  .pt85 {
    padding-top: 40px;
  }
  .pb65 {
    padding-bottom: 30px;
  }
  .title h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .title .st {
    font-size: 14px;
    line-height: 22px;
  }
  .index-one .list {
    padding-top: 0px;
  }
  .index-one .list ul {
    display: block;
  }
  .index-one .list ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .index-one .list ul li {
    float: left;
    margin: 0;
    width: 25%;
    margin-top: 40px;
  }
  .index-one .list ul li img {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    display: block;
  }
  .index-one .list ul li span {
    font-size: 13px;
  }
  .index-one .tit {
    font-size: 15px;
  }
  .index-one .list2 ul {
    margin-left: -2%;
  }
  .index-one .list2 ul li {
    margin-left: 2%;
    width: 48%;
    margin-bottom: 15px;
    height: 55vw;
  }
  .index-one .list2 ul li img {
    width: 50px;
    height: 50px;
  }
  .index-one .list2 ul li .st {
    margin-top: 25px;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
  }
  .index-one .list2 ul li:last-child {
    width: 98%;
    height: 44vw;
    display: none;
  }
  .index-one .list2 ul li:last-child .st {
    height: 44px;
  }
  .glowbtn__glow {
    display: none;
  }
  .mt50 {
    margin-top: 35px;
  }
  .more {
    width: 220px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .more2 {
    width: 220px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .index-two {
    height: auto;
  }
  .index-two .pr-boxs {
    height: auto;
  }
  .index-two .list {
    margin-top: 30px;
    display: block;
  }
  .index-two .list .left {
    width: 100%;
    height: 59vw;
    margin-left: 0;
  }
  .index-two .list .right {
    width: 100%;
    margin-top: 30px;
  }
  .index-two .list .right h3 {
    font-size: 20px;
  }
  .index-two .list .right .out {
    font-size: 14px;
    line-height: 24px;
  }
  .index-two .list .right .group {
    margin-top: 30px;
  }
  .index-two .list .right .group li h4 {
    font-size: 16px;
  }
  .index-two .list .right .group li .st {
    font-size: 14px;
  }
  .index-two .index-mask1 {
    display: none;
  }
  .index-two .index-mask1 .wrap {
    padding-top: 40px;
  }
  .index-two .index-mask2 {
    height: 100% !important;
    position: relative;
  }
  .index-two .index-mask2 .wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .index-three .list {
    margin-top: 10px;
  }
  .index-three .list ul {
    margin-left: 0%;
  }
  .index-three .list ul li {
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
    height: auto;
    padding: 35px 25px;
  }
  .index-four .wrap .list {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .index-four .wrap .list .img {
    display: none;
  }
  .index-four .wrap .list .yuan {
    display: none;
  }
  .index-four .wrap .list .yuan2 {
    display: none;
  }
  .index-four .wrap .list ul {
    margin-left: -2%;
  }
  .index-four .wrap .list ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .index-four .wrap .list ul li {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    animation-play-state: paused;
    width: 48%;
    margin-left: 2%;
    margin-top: 15px;
    float: left;
    box-sizing: border-box;
    font-size: 14px;
    height: 50px;
  }
  .index-four .wrap .list ul li:nth-child(even) {
    color: #fff;
    background-color: #3269FF;
  }
  .index-four .wrap .list ul li:last-child {
    width: 98%;
    display: none;
  }
  .index-four .wrap .list ul li:nth-child(2), .index-four .wrap .list ul li:nth-child(3), .index-four .wrap .list ul li:nth-child(6) {
    color: #3269FF;
    background-color: #fff;
  }
  .index-six .title {
    height: auto;
    padding: 40px 0;
  }
  .index-six .list {
    height: auto;
  }
  .index-six .list .wrap {
    height: auto;
  }
  .index-six .list .wrap .img {
    display: none;
  }
  .index-six .list .wrap ul {
    padding-top: 10px;
  }
  .index-six .list .wrap ul li {
    width: 100%;
    padding: 20px 0 !important;
    border-bottom: 1px dashed #dcdcdc;
    flex-direction: initial;
  }
  .index-six .list .wrap ul li:nth-child(1), .index-six .list .wrap ul li:nth-child(2), .index-six .list .wrap ul li:nth-child(5), .index-six .list .wrap ul li:nth-child(6) {
    padding: 0;
  }
  .index-six .list .wrap ul li .icon {
    width: 45px;
    height: 45px;
  }
  .index-six .list .wrap ul li .text {
    margin-left: 35px;
    margin-right: 0;
  }
  .index-six .list .wrap ul li .text h3 {
    font-size: 16px;
    text-align: left;
  }
  .index-six .list .wrap ul li .text .st {
    font-size: 13px;
    text-align: left;
    width: 100%;
  }
  .index-six .list .wrap ul li:hover .icon {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }
  .index-five {
    padding: 40px 0 35px 0;
  }
  .index-five .list {
    padding-top: 10px;
  }
  .index-five .list li {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .index-five .list li a {
    padding: 20px 25px;
  }
  .index-five .list li a .text h3 {
    font-size: 16px;
  }
  .index-seven .group {
    margin-top: 30px;
  }
  .index-seven .group .list {
    margin-top: 0;
    margin-bottom: 10px;
    height: 92px;
  }
  .index-seven .group .list::before {
    width: 10px;
  }
  .index-seven .group .list::after {
    width: 10px;
  }
  .index-seven .group .list ul li {
    width: auto;
    height: 82px;
    padding: 15px 30px;
    margin-bottom: 15px;
  }
  .index-seven .group .list ul li .img {
    width: 50px;
    height: 50px;
  }
  .index-seven .group .list ul li .text {
    margin-left: 10px;
  }
  .index-eight {
    height: 220px;
  }
  .index-eight .text h3 {
    font-size: 20px;
  }
  .index-eight .text .st {
    font-size: 14px;
  }
  .index-eight .text .link-phone {
    height: 40px;
    font-size: 18px;
    margin-top: 30px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .footer-nav {
    flex-wrap: wrap;
  }
  .footer .footer-nav ul {
    width: 100%;
  }
  .footer .footer-nav ul li {
    margin: 0;
    width: 25%;
    text-align: center;
  }
  .footer .footer-nav ul li a {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0;
  }
  .footer .footer-nav ul li a h3 {
    font-size: 16px;
  }
  .footer .evm {
    margin-top: 30px;
    justify-content: center;
    width: 100%;
  }
  .footer .evm .index-evm {
    margin: 0 20px;
  }
  .footer .evm .index-evm .img {
    width: 90px;
    height: 90px;
  }
  .footer .bottom {
    padding: 15px 10px;
  }
  .inner-banner {
    height: 42vw;
  }
  .news .tit {
    font-size: 18px;
    line-height: 40px;
  }
  .news .list ul {
    margin-left: -2%;
  }
  .news .list ul li {
    width: 48%;
    margin-left: 2%;
    margin-top: 35px;
  }
  .news .list ul li .img {
    height: 45vw;
  }
  .news .list ul li h3 {
    font-size: 15px;
    margin-top: 5px;
  }
  .news .list ul li .st {
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
  }
  .pro-xcx {
    margin-left: -3%;
    width: auto;
  }
  .pro-xcx li {
    width: 47%;
    height: 70vw;
    margin-bottom: 30px;
    margin-left: 3%;
    margin-top: 0;
  }
  .pro-xcx li .csb {
    padding: 0 12px;
    opacity: 0;
  }
  .pro-xcx li .csb h3 {
    font-size: 16px;
  }
  .pro-xcx li .csb .line {
    margin-top: 8px;
  }
  .pro-xcx li .csb .st {
    font-size: 13px;
    margin-top: 10px;
  }
  .pro-xcx li .inpoty {
    opacity: 1;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
  }
  .short-one .list {
    margin-left: 0%;
    padding-top: 10px;
  }
  .short-one .list li {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .short-one .list li .img {
    height: 47vw;
  }
  .short-two .list {
    margin-top: 30px;
    display: block;
  }
  .short-two .list .left {
    width: 90%;
    height: 80vh;
    border: 10px solid #070707;
    border-radius: 30px;
    margin: 0 5%;
  }
  .short-two .list .left .mo {
    height: 16px;
  }
  .short-two .list .right {
    margin-left: 0;
    margin-top: 30px;
    display: block;
  }
  .short-two .list .right .icon {
    display: none;
  }
  .short-two .list .right .text {
    margin-left: 0;
    width: 100%;
  }
  .short-two .list .right .text h3 {
    font-size: 18px;
  }
  .short-two .list .right .text .int {
    font-size: 16px;
  }
  .short-two .list .right .text .st {
    font-size: 12px;
    margin-top: 15px;
  }
  .short-two .list .right .text .tag {
    margin-top: 20px;
    margin-left: 0;
  }
  .short-two .list .right .text .tag span {
    margin: 10px 5px;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
  .short-two .list .right .text .evm {
    margin-top: 20px;
  }
  .service h5 {
    font-size: 24px;
  }
  .service .int img {
    width: 35%;
  }
  .service .int b {
    font-size: 18px;
  }
  .service .int2 {
    font-size: 16px;
    line-height: 30px;
  }
  .chart1 .service {
    padding: 100px 0 50px 0;
  }
  .service .text {
    margin-top: 50px;
  }
  .service .want {
    margin-top: 50px;
  }
  .service .want ul li {
    width: 50%;
    margin-right: 0;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    font-size: 16px;
  }
  .service .text ul li h3 {
    font-size: 16px;
  }
  .service .text ul li span {
    font-size: 14px;
    line-height: 25px;
  }
  .service .want span {
    font-size: 14px;
    line-height: 25px;
  }
  .we-js {
    width: 94%;
  }
  .we {
    margin-top: 45px;
  }
  .we-con {
    padding-top: 40px;
    margin: 0 auto;
    width: 94%;
  }
  .we .boxs .title {
    display: block;
    width: 100%;
  }
  .we .we-rite {
    width: 100%;
  }
  .we-ri {
    width: 100%;
    padding: 50px 0px;
    box-sizing: border-box;
  }
  .we .pt80 {
    padding-top: 0;
  }
  .we .bwhite {
    padding-top: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .we .bwhite .we-ri {
    padding: 40px 20px;
  }
  .we-ri .imgs img:nth-child(1) {
    width: 50%;
  }
  .we-ri .imgs img:nth-child(2) {
    width: 50%;
  }
  .we-ri .imgs img:nth-child(3) {
    display: none;
  }
  .bgq {
    display: none;
  }
  .jdt .tiao:after {
    display: none;
  }
  .ryte:first-child {
    margin-top: 0;
  }
  .we-jz {
    display: none;
  }
  .we-js {
    font-size: 14px;
    line-height: 30px;
  }
  .we-ri h3 b {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
  }
  .we-ri .list1 ul li:before {
    left: -66%;
    display: none;
  }
  .jdt .zt ul li .tots {
    font-size: 14px;
    line-height: 25px;
    margin-left: 50px;
  }
  .jdt .zt ul li .tots i {
    font-size: 15px;
  }
  .we .bwhite .we-ri .mt50 img {
    width: 100%;
    display: block;
  }
  .we-ri .list1 ul li i {
    font-size: 15px;
  }
  .we-ri .list1 ul li .year {
    font-size: 22px;
  }
  .we-ri .list1 ul li .year span {
    font-size: 16px;
  }
  .we-ri .list2 ul {
    display: flex;
    justify-content: space-between;
  }
  .we-ri .list2 ul li {
    margin-right: 0;
  }
  .we-ri h3 {
    font-size: 24px;
  }
  .we-ri .imgs {
    margin-top: 30px;
  }
  .jdt .zt ul li .year {
    font-size: 24px;
  }
  .jdt .zt ul li {
    margin-top: 20px;
  }
  .jdt .tiao {
    height: calc(100% + 20px);
    top: -10px;
    left: 110px;
  }
  .ryte b {
    margin-top: 30px;
  }
  .ryte {
    margin-top: 40px;
  }
  .we-ri h4 {
    margin: 50px 0;
    font-size: 20px;
  }
  .we-ri .int {
    font-size: 14px;
  }
  .maps {
    padding-bottom: 20px;
  }
  .inner .text2 {
    padding-top: 80px;
  }
  .inner .text2 img {
    width: 50%;
  }
  .inner .we-js {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    margin-top: 25px;
  }
  .we {
    padding-top: 0px;
    margin-top: 0;
  }
  .we .we-ri {
    padding: 25px 0;
  }
  .we .we-ri .list1 ul li .year {
    padding: 15px 0;
  }
  .market-one .list {
    margin-top: 10px;
    margin-left: 0;
  }
  .market-one .list li {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 20px 25px;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .market-one .list li .img {
    width: 60px;
    height: 74px;
  }
  .market-one .list li .text {
    padding-left: 20px;
    height: auto;
  }
  .market-one .list li .text h3 {
    font-size: 16px;
  }
  .market-one .list li .text .st {
    font-size: 14px;
    line-height: 22px;
  }
  .market-one .out {
    margin-top: 30px;
    font-size: 14px;
  }
  .market-one .list2 {
    margin-top: 30px;
    justify-content: space-between;
  }
  .market-one .list2 li {
    padding: 0;
  }
  .market-one .list2 li h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .market-one .list2 li .st {
    font-size: 14px;
    line-height: 20px;
  }
  .market-two {
    padding-bottom: 50px;
  }
  .market-two .title {
    height: 100px;
  }
  .market-two .title h3 {
    margin-bottom: 0;
  }
  .market-two .list {
    margin-top: 40px;
    display: block;
  }
  .market-two .list .img {
    width: 100%;
    height: auto;
  }
  .market-two .list .group .text {
    margin-top: 30px;
  }
  .market-two .list .group .text .rit h3 {
    font-size: 16px;
  }
  .market-two .list .group .text .rit .st {
    margin-top: 7px;
  }
  .market-two .out {
    font-size: 22px;
    margin-top: 50px;
  }
  .market-two .list:last-child {
    margin-top: 30px;
  }
  .market-three {
    height: auto;
    padding-bottom: 20px;
  }
  .market-three .market-mask1 {
    display: none;
  }
  .market-three .market-mask2 {
    position: relative;
    padding-top: 40px;
  }
  .market-three .list {
    margin-top: 20px;
    display: block;
  }
  .market-three .list li {
    width: 100%;
    height: auto;
    padding: 15px 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .market-three .list li .img {
    width: 34px;
    height: 34px;
  }
  .market-three .list li .text {
    width: 240px;
    margin-left: 20px;
    font-size: 13px;
    line-height: 22px;
    height: 44px;
    -webkit-line-clamp: 2;
  }
  .market-three .list li:hover .img img {
    transform: translateY(-34px);
    -webkit-transform: translateY(-34px);
  }
  .market-four {
    padding-bottom: 40px;
  }
  .market-four .list {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .market-four .list li {
    width: 80%;
    height: 80vh;
    border: 10px solid #070707;
    border-radius: 30px;
    display: inline-block;
    margin-right: 5%;
  }
  .market-four .list li .mo {
    height: 16px;
  }
  .news-show {
    padding-bottom: 40px;
  }
  .news-show .tit {
    font-size: 18px;
    line-height: 30px;
  }
  .news-show .time {
    margin: 25px 0;
  }
  .news-show .con {
    padding-bottom: 50px;
  }
  .news-show .new-la {
    display: block;
  }
  .news-show .new-la a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
  }
  .news-show .new-la a span {
    width: 60%;
  }
  .news-show .new-la a:nth-child(2) {
    justify-content: center;
  }
  .news-show .new-la a svg {
    width: 20px;
    height: 20px;
  }
  .trade-one .list {
    margin-top: 0px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .trade-one .list li {
    width: 80%;
    margin-right: 20px;
    margin-top: 35px;
    display: inline-block;
  }
  .trade-one .list li h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  .trade-one .list li .st {
    margin-right: 0;
    width: 100%;
    font-size: 13px;
    white-space: normal;
  }
  .trade-two {
    height: auto;
  }
  .trade-two .pr-boxs {
    height: auto;
  }
  .trade-two .pr-boxs .trade-mask1 {
    height: auto;
    position: relative;
    background: #f5f5f5;
    padding-bottom: 30px;
  }
  .trade-two .pr-boxs .trade-mask1 .wrap {
    padding-top: 40px;
  }
  .trade-two .pr-boxs .trade-mask2 {
    display: none;
  }
  .trade-two .pr-boxs .list {
    height: auto;
    margin-top: 30px;
  }
  .trade-two .pr-boxs .list .left {
    width: 100%;
    position: relative;
    border-radius: 10px;
  }
  .trade-two .pr-boxs .list .right {
    width: 100%;
    position: relative;
    padding: 20px 25px;
    margin-top: 30px;
  }
  .trade-two .pr-boxs .list .right h3 {
    font-size: 20px;
  }
  .trade-two .pr-boxs .list .right .line {
    height: 2px;
  }
  .trade-two .pr-boxs .list .right .con {
    font-size: 14px;
  }
  .market-four .add-tag {
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 25px;
  }
  .trade-three .list1, .trade-four .list1 {
    margin-top: 40px;
    display: block;
  }
  .trade-three .list1 li, .trade-four .list1 li {
    margin: 25px 0 0 0;
  }
  .trade-three .list2, .trade-four .list2 {
    margin-top: 30px;
    display: block;
  }
  .trade-three .list2 li, .trade-four .list2 li {
    width: 100%;
    margin-bottom: 30px;
  }
  .trade-three .list2 li .img, .trade-four .list2 li .img {
    height: 47vw;
  }
  .trade-five .list {
    margin-top: 25px;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .trade-five .list li {
    display: inline-block;
    float: none;
  }
  .mobileBoxs {
    display: block;
  }
  .mobileIn {
    display: block;
  }
  .cbfixed {
    display: none !important;
    opacity: 0 !important;
  }
  .textpur {
    margin-top: -10px;
  }
  .textpur .in {
    font-size: 16px;
  }
  .textpur .in span {
    height: 30px;
    line-height: 30px;
    padding: 2px 10px;
  }
  .link-zt {
    padding: 30px 3% 0 3%;
    margin: 0 3%;
  }
  .titin span {
    margin-left: 10px;
  }
  .titin i {
    margin-left: 10px;
  }
  .link-zt .lis1 {
    margin-top: 0px;
  }
  .link-zt .lis1 .ol {
    padding: 40px 0;
  }
  .link-zt .lis1 .ol svg {
    width: 20px;
    height: 20px;
  }
  .link-zt .lis1 .ol h3 {
    font-size: 20px;
  }
  .link-zt .lis1 .ol span {
    font-size: 14px;
  }
  .link-zt .lis2 {
    padding: 20px 0;
  }
  .link-zt .lis2 ul {
    display: block;
  }
  .link-zt .lis2 ul li {
    margin-top: 35px;
    display: flex;
    align-items: center;
  }
  .link-zt .lis2 ul li svg {
    width: 24px;
    height: 24px;
  }
  .link-zt .lis2 ul li .int {
    font-size: 14px;
  }
  .link-zt .lis2 ul li .int span {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
  }
  .titin h3 {
    font-size: 24px;
  }
  .titin i {
    font-size: 16px;
  }
  .link-zt .bty {
    display: none;
  }
  .jdt .tiao:before {
    display: none;
  }
}
