.homepage {
  font-size: 0.16rem;
}
.homepage .one {
  padding: 2rem 0;
  position: relative;
  background: url(../images/HeroSection.png) top center no-repeat;
  background-size: cover;
}
.homepage .one .icon {
  position: absolute;
  animation: myfirst 2s;
  -webkit-animation: myfirst 2s infinite; /* Safari 与 Chrome */
}
.homepage .one .img1 {
  left: 20vw;
}
.homepage .one .img2 {
  left: 5vw;
  bottom: 6vh;
}
@keyframes myfirst {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes myfirst /* Safari 与 Chrome */ {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.homepage .one .side {
  width: 4.66rem;
}
.homepage .one .box {
  max-width: 7.5rem;
  font-size: 0.2rem;
}
.homepage .one .box h3 {
  font-size: 0.56rem;
  font-family: 'Lato';
}
.homepage .one .box h3 span {
  color: #2ed986;
}
.homepage .one .box p {
  color: rgb(184, 184, 184);
  padding: 0.3rem 0 0.6rem;
}
.homepage .one .box .btn {
  width: 1.65rem;
  display: flex;
  align-items: center;
  color: #000;
  border-radius: 0.5rem;
  padding-left: 0.25rem;
  height: 0.55rem;
  background: url(../images/Primary.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .two {
  background: url(../images/HiZl2t9cHmqqb0muSrSsJKvBJxM.jpg) center no-repeat
    fixed;
  background-size: 100% 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.homepage .two .box {
  width: 6.65rem;
  position: relative;
  font-family: Lato-lg;
}
.homepage .two .swiper {
  width: 100%;
  height: 3.9rem;
}
.homepage .two .swiper-pagination {
  right: -0.35rem;
  margin-top: 0.75rem;
}
.homepage .two .box h3 {
  text-align: center;
  color: #2ed986;

  font-size: 1.2rem;
}
.homepage .two .box dl {
  border: 0.2rem solid #00291d;
  background: #010101;
  line-height: 1.8;
  padding: 0.2rem;
}
.homepage .two .box-1 dl {
  border-color: #2ed986;
  background: #2ed986;
  color: #000;
}
.homepage .two .box dl dt {
  font-size: 0.3rem;
}
.homepage .two .box dl dd {
  opacity: 0.6;
  padding: 0.2rem 0 0 0.6rem;
}
.homepage .two .swiper-pagination-bullet {
  background: #fff;
}
.homepage .two .swiper-pagination-bullet-active {
  height: 0.35rem;
  border-radius: 0;
  background: #2ed986;
}
.homepage .three {
  height: 100vh;
  color: #000;
  display: flex;
  background: #fff;
  align-items: center;
}
.homepage .three .flex {
  justify-content: center;
}
.homepage .three ul {
  display: flex;
}
.homepage .three .side {
  width: 3.02rem;
}
.homepage .three .box {
  max-width: 4.88rem;
  margin-left: 1rem;
}
.homepage .three .box .pic {
  background: #d9d9d9;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0.1rem;
  height: 1.17rem;
}
.homepage .three .box h3 {
  font-size: 0.36rem;
}
.homepage .three .box h4 {
  font-size: 0.2rem;
  padding: 1rem 0 0.5rem;
}
.homepage .three .box li {
  margin-right: 0.2rem;
  font-size: 0.14rem;
  text-align: center;
  width: 1.17rem;
}
.homepage .three .box li.on {
  color: #2ed986;
}
.homepage .three .box li.on .pic {
  background: #2ed986;
}
.homepage .four {
  background: url(../images/Group10.png) right center no-repeat #211e1e;
  background-size: 50% 100%;
  height: 5.94rem;
  display: flex;
  position: relative;
  font-size: 0.46rem;
  color: rgba(255, 255, 255, 0.3);
  align-items: center;
}
.homepage .four .ft {
  position: absolute;
  bottom: 0.2rem;
  color: rgb(3, 255, 178);
  width: 100%;
  left: 0;
  font-size: 0.12rem;
  text-align: center;
}
.homepage .four dl {
  position: absolute;
  left: 3vw;
  top: 50%;
  transform: translate(0, -50%);
}
.homepage .four dt {
  color: rgb(3, 255, 178);
  text-transform: uppercase;
}
.homepage .four dd {
  padding-left: 0.5rem;
  padding-top: 0.2rem;
}
.homepage .fire {
  text-align: center;
  padding-top: 0.9rem;
  color: rgba(255, 255, 255, 0.6);

  font-size: 0.37rem;
}
.homepage .fire ol > li {
  margin-top: 0.6rem;
  padding: 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.2rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px -30px 50px 20px;
  background: rgb(8, 8, 8);
  position: relative;
}

.homepage .fire ol > li .pic {
  width: 100%;
  border-radius: 0.2rem;
}
.homepage .fire .bottom {
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
  right: 0.3rem;
  align-items: center;
  background: #0d0d0d;
  border-radius: 0.1rem;
  padding: 0.1rem;
  font-size: 0.14rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
}
.homepage .fire .bottom .lside {
  padding-right: 0.2rem;
  margin-right: 0.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.homepage .fire .bottom .lside span {
  background: #080808;
  border-radius: 0.1rem;
  border: 1px solid #1b1b1b;
  display: flex;
  align-items: center;
  width: 1.36rem;
  justify-content: center;
  height: 0.5rem;
}
.homepage .fire .bottom .lside b {
  color: #fff;
  font-size: 0.18rem;
  font-weight: normal;
}
.homepage .fire .bottom .rside {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0.1rem;
  margin-left: 0.2rem;
}
.homepage .fire .bottom .rside span {
  background: #161616;
  border: 1px solid #222222;
  border-radius: 0.1rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  padding: 0 0.15rem;
  margin-left: 0.1rem;
}
.homepage .fire .scroll {
  height: 0.34rem;
  padding: 0.04rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  border-radius: 0.1rem;
  bottom: 0.39rem;
  width: 100%;
}
.homepage .fire .scroll1 {
  right: 2.5rem;
}
.homepage .fire .scroll .bd {
  overflow: hidden;
  border-radius: 0.1rem;
  background-image: linear-gradient(to right, #222322, #11a87b);
}
.homepage .fire .scroll ul li {
  float: left;
}
.homepage .fire .scroll ul img {
  display: block;
  height: 0.24rem;
}
.homepage .six {
  padding-top: 1.5rem;
}
.homepage .six .title {
  font-size: 0.96rem;
  font-family: Lato-BOLD;
}
.homepage .six .bd {
  padding-top: 0.1rem;
}
.homepage .six .bd dd {
  color: rgb(216, 216, 216);
}
.homepage .six .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.4rem;
}
.homepage .six .bd ul li {
  width: 50%;
  margin-top: 0.5rem;
  transition: all 0.3s;
  padding: 0 0.4rem;
  border-right: 1px solid #333;
}
.homepage .six .bd ul b {
  color: rgb(61, 61, 61);
  font-size: 0.64rem;
  writing-mode: vertical-lr;
  font-weight: normal;
  transition: all 0.3s;
  font-family: Lato-BOLD;
  transform: rotate(180deg);
  padding-left: 0.4rem;
}
.homepage .six .bd ul dt {
  font-size: 24px;
  font-family: Lato-BOLD;
  padding: 0.1rem 0;
}
.homepage .six .bd ul .icon {
  width: 0.88rem;
  display: block;
  border-radius: 50%;
  transition: all 0.3s;
  height: 0.88rem;
  background: url(../images/logo2.png) center no-repeat rgba(61, 61, 61, 0.2);
  background-size: 0.47rem auto;
}
.homepage .six .bd ul li:hover {
  border-color: #fff;
}
.homepage .six .bd ul li:hover .icon {
  background: url(../images/logo1.png) center no-repeat rgba(61, 61, 61, 0.2);
  background-size: 0.47rem auto;
}
.homepage .six .bd ul li:hover a b {
  color: rgb(3, 255, 178);
}
.homepage .seven .hd {
  padding: 1.6rem 0 0.6rem;
  max-width: 75%;
}
.homepage .seven .hd dt {
  font-size: 0.54rem;
  line-height: 1.2;
  padding: 0.3rem 0;
}
.homepage .seven .hd dd {
  color: #999;
}
.homepage .seven .ft {
  text-align: center;
  margin-top: 1rem;
}
.homepage .seven .ft .info {
  height: 3.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  font-size: 0.24rem;
  text-align: center;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(68, 254, 178, 0.09),
    rgba(255, 255, 255, 0)
  );
}
.homepage .seven .ft a {
  color: #000;
  display: flex;
  align-items: center;
  width: 2rem;
  padding-left: 0.2rem;
  border-radius: 48px;
  box-shadow: rgba(42, 240, 124, 0.3) 0px 0px 34px 0px,
    rgba(0, 255, 178, 0.1) 0px 0px 0px 4px;
  height: 0.55rem;
  background: url(../images/Primary.png) right center no-repeat rgb(0, 255, 178);
  background-size: auto 100%;
  font-size: 0.18rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.txtMarquee-left {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.txtMarquee-left img {
  width: 1.26rem;
}
.txtMarquee-left::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 99;
  top: 0;
  background-image: linear-gradient(to right, rgb(0, 5, 8), rgb(0, 5, 8, 0));
  width: 10%;
}
.txtMarquee-left::after {
  content: '';
  height: 100%;
  right: 0;
  position: absolute;
  z-index: 99;
  top: 0;
  background-image: linear-gradient(to right, rgb(0, 5, 8, 0), rgb(0, 5, 8));
  width: 10%;
}

.txtMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.txtMarquee-left .bd ul li {
  padding: 0 0.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  float: left;
  text-align: left;
  _display: inline;
  width: auto !important;
} /* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.homepage .eight {
  padding: 0.5rem 0;
}
.homepage .eight .title {
  font-size: 0.6rem;
  color: rgb(3, 255, 178);
  text-transform: uppercase;
}
.homepage .eight h2 {
  text-align: center;
  font-size: 0.5rem;
  opacity: 0.1;
}
.homepage .eight .bd {
  display: flex;
  width: 78%;
}
.homepage .eight .bd .side {
  background: url(../images/img5.png) center no-repeat;
  background-size: 100% 100%;
  width: 6.63rem;
  height: 4.68rem;
}
.homepage .eight .bd .side ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.homepage .eight .bd .side ul li {
  width: 50%;
  height: 50%;
  color: rgb(3, 255, 178);
  font-size: 0.2rem;
  padding: 0.8rem 0 0 0.4rem;
}
.homepage .eight .bd .flex_item {
  text-align: right;
}
.homepage .eight .bd .flex_item .img {
  margin-top: 2.5rem;
}
.homepage .eight .bd .side ul li p {
  margin-top: 0.1rem;
}
.homepage .eight .bd .side ul img {
  width: 0.91rem;
}
.homepage .nine {
  padding: 0 0 0.9rem;
}
.homepage .nine .hd {
  text-align: center;
}
.homepage .nine .hd p {
  max-width: 45%;
  margin: 0.4rem auto;
  line-height: 2;
  opacity: 0.7;
}
.homepage .nine .top {
  text-align: center;
  font-size: 0.14rem;
  padding-bottom: 0.3rem;
  opacity: 0.5;
}
.homepage .nine .hd h2 {
  font-size: 0.6rem;
  font-family: Lato-m;
}
.homepage .nine .hd span {
  color: rgb(3, 255, 178);
}
.homepage .nine .bd .pic {
  border: 0.35rem solid #121212;
  border-radius: 0.1rem;
}

.homepage .nine .bd ul {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 0.8rem;
}
.homepage .nine .bd li {
  display: flex;
  padding: 0.4rem 0.3rem;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.homepage .nine .bd li:last-child {
  border: none;
}
.homepage .nine .bd li .flex_item {
  opacity: 0.7;
}
.homepage .nine .bd li b {
  font-size: 0.24rem;
  display: block;
  width: 1rem;
}
