﻿@charset "utf-8";
body {
  overflow: hidden;
  background: rgb(12,8,7);
}
body,
html {
  width: 100%;
  height: 100%;
}
.page {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-wrapper{
  transition-timing-function:linear!important;
}
.swiper-slide{
  margin-bottom: 0 !important;
  /* padding-bottom: 30px; */
  height: 100vh !important;
  /* min-height: 620px; */
}
.w1280{
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.top {
  position: fixed;
  top: 0;
  width: 100%;
  height: 81px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .w1280{
  display: flex;
  justify-content: space-between;
}
.top .logo {
  display: flex;
  align-items: center;
}
.top .logo a {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #fff;
}
.top .nav ul{
  display: flex;
  align-items: center;
}
.top .nav li {
  float: left;
  margin-right: 80px;
}
.top .nav li a {
  line-height: 80px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.top .nav .btn {
  line-height: 37px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 22px;
  display: block;
  float: left;
  width: 110px;
  text-align: center;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  width: 100%;
}
.right_float {
  top: 50%;
  transform: translateY(-50%);
  right: 106px;
  z-index: 100;
}
.right_float div {
  width: 16px;
  height: 16px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
}
.right_float div span {
  width: 8px;
  height: 8px;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 3px;
  cursor: pointer;
}
.right_float .on {
  border: 1px solid #0074ff;
  background:#0074ff ;
}
.on>span{
  border: none !important;
}
@media (max-width:1600px) {
  .right_float{
    right: 2%;
  }
}