body{
	font-size: 0.8vw;
	font-family: "微软雅黑";
	margin: 0;
	height: 100%;
	background: #fff;
}
[v-cloak]{
	display: none;
}
/* nav {
	width: 100%;
	height: 6rem;
	z-index: 1000;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #eee;
	position: fixed;
	top: 0;
	left: 0;
}
nav div {
	height: 100%;
	display: flex;
	align-items: center;

}

nav div a {
	color: #000;
	display: block;
	height: 50%;
	line-height: 3rem;
	margin-right: 2rem;
	cursor: pointer;
}
nav img {
	width: 2.5vw;
	height: 2.5vw;
} */
.sp1 {
	color: red;
}
.sp2 {
	border-left: 1px solid #dedede;
	padding-left: 1.5rem;
}
.sp3 {
	margin: 0 10px;
	color: #008ae7;
	cursor: pointer;
}
.section:first-child {
	background: #FFFFFF;
}
.section:nth-child(2){
	background: #FFFFFF;
}
.section:nth-child(3){
	background: #FFFFFF;
}
.section:nth-child(4) {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 7rem;
    color: #333;
}
.sp3Size {
	font-size: 2.5rem;
	font-weight: bold;
}
.sp3Letter {
	letter-spacing: 1px;
}
#fp-nav ul li a.active span,  
.fp-slidesNav ul li a.active span {  
    background: #00a2ff; /*这里设置的是活动导航的颜色*/  
    border: 1p solid #00a2ff;
}

#oneScreens {
	
	background-size: 100% 100%;
	
	width: 100%;
}
.section:first-child div {
	padding-top: 0;
}
#oneScreens .oneScreen {
	width: 100%;
	height: 100%;
	padding: 0;
	display: flex;
	justify-content: center;
}
#thrScreen {
	display: flex;
	align-items: center;
	margin-top: 10rem;
}
#twoScreen {
	margin-top: 10rem;
}
.bgctitle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #ffff;
    z-index: 99;
}
.business-top{
	margin-bottom: 2vw;
	/* border: 1px solid green; */
}
.business-bgi{
	width: 100%;
}
.business-bot{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* border: 1px solid red; */
}
.business-A{
	display: flex;
	align-items: center;
	margin-left: 3rem;
	/* margin-right: 10rem; */
}
.background-infor {
	width: 60%;
	color: #000;
}
.background-infor >div:nth-child(1) {
	margin-bottom: 1vw;
}
.inforContent {
	display: flex;
}
.inforContent span:nth-child(2){
	line-height: 2vw;
	margin-left: 0.5vw;
	font-size: 1vw;
	font-weight: 700;
}
.inforContent >span:nth-child(1) img{
	width: 3rem;
	vertical-align: baseline;
}
.bgcCard >div:nth-child(1) {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.3vw;
}
.bgcCard >div:nth-child(1) div {
	width: 16.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	font-size: 0.8vw;
	background-color: #dbdbdb;
	border-radius: 10px;
}
.bgcCard >div:nth-child(2) {
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	font-size: 0.8vw;
	background-color: #dbdbdb;
	border-radius: 10px;
}
.business-one {
	display: none;
	animation-delay: 0.3s;
}
.business-two {
	display: none;
	animation-delay: 0.6s;
}
.business-thr {
	display: none;
	animation-delay: 0.9s;
}
.business-four {
	display: none;
	animation-delay: 1.2s;
}
.hashrateMain{
	display: flex;
}
.module-left {
	/* display: flex;
	flex-direction: column-reverse;
	align-items: center; */
	margin-right: 2vw;
}
.module-left div >img{
	width: 36.979vw;
	height: 18.4375vw;
}
.module-right >div:nth-child(1) img{
	width: 31.167vw;
	height: 10.417vw;
}
.dgxDevice{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1vw;
}
.edgeDevice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1vw;
}

.dvicerTitle {
	width: 40rem;
}
.dvicerTitle >div:nth-child(1) {
	font-size: 1vw;
	color: #20419a;
	font-weight: bold;
	/* text-align: center; */

}
.dvicerTitle >div:nth-child(1), 
.dvicerTitle >div:nth-child(3){
	margin-left: 0.3vw;
}

.dgxDeviceAnimate {
	display: none;
	animation-delay: 0.6s;
}
.edgeDeviceAnimate {
	display: none;
	animation-delay: 0.9s;
}
/* .shadow {
	display: none;
}
.shadow:hover {
	box-shadow: 0 0 10px #ccc;
} */
.main-left{
	margin-right: 1vw;
}
.facility {
	/* width: 88%; */
	height: 22rem;
	/* margin-bottom: 1rem; */
	/* border: 1px solid green; */
}
.facility .titleBar {
	position: relative;
}
.titleOne {
	position: absolute;
	top: 1rem;
	left: 1rem;
	font-size: 1vw;
}
.introduceContent{
	font-size: 0.65vw;
    font-family: SourceHanSansSC;
	color: rgba(16,16,16,1);
	padding: 0.8rem 0.5rem 0.8rem 0;
}
.introduceContent >div:nth-child(1){
	/* margin-left: 8.855vw; */
	margin-left: 14.21rem;
}
.introduceContent >div:nth-child(2){
	margin: 0.3vw 0;
}
.mainTitle >P{
	margin-left: 0.5rem;
	font-size: 0.8vw;
	font-weight: 700;
	/* color: #1f419a; */
	color: #000;
}
.carMain{
	position: relative;
	width: 61rem;
	margin-left: 0.5rem;
}
.borderCard{
	float: right;
	/* width: 26.4584vw; */
	width: 50.454rem;
	/* min-height: 8.855vw; */
	min-height: 15.5rem;
	height: auto;
	background-color: #d9d5d5;
	border-radius: 10px;
}
.resize-bgi{
	width: 32vw;
	height: 2.08vw;
	margin-bottom: 0.5rem;
}
.resize-image{
	position: absolute;
	top: 1rem;
	left: 0;
	/* width: 13.786vw;
	height: 7.8125vw; */
	width: 23.68rem;
	height: 13.42rem;
}
.page3Title {
	display: none;
	animation-delay: 0.3s;
}
.facilityMainLeft {
	display: none;
	animation-delay: 0.5s;
}
.facilityMainRight {
	display: none;
	animation-delay: 0.8s;
}
.news0 ,.news1,.news2{
	display: none;
}
.news1 {
	animation-delay: 0.3s;
}
.news2 {
	animation-delay: 0.6s;
}
#oneScreens .smartCenter {
	width: 68%;
	height: 100rem;
	display: flex;
	justify-content: space-between;
	padding: 0;
	height: 100%;
}
#oneScreens .smartCenter .smartLeft{
	width: 50%;
	padding: 0;
	display: flex;
	
	padding: 0;
	align-items: center;
	
}
#oneScreens .smartCenter .smartRight{
	width: 50%;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20rem;
	padding-left: 10rem;
}
#oneScreens .smartCenter .smartRight p:first-child {
	font-size: 6rem;
	font-weight: bold;
	margin-bottom: 3rem;
	letter-spacing: 10px;
}
#oneScreens .smartCenter .smartRight p:nth-child(2) {
	font-size: 3rem;
	margin-bottom: 10rem;
	
}
#oneScreens .smartCenter .smartRight p:nth-child(3) {
	font-size: 3rem;
	border: 1px solid #fff;
	padding: 0.5rem 5rem;
	cursor: pointer;
	border-radius: 10px;
}
#oneScreens .smartCenter .smartRight p:nth-child(3):hover {
	background: #faad4b;
	border-color: #faad4b;
}
#oneScreens .smartCenter .smartLeft .smartImg {
	width: 45rem;
	height: 45rem;
	background: url(../images/pic_quan.png) no-repeat center center;
	background-size:100%  ;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	
}
#fourSection {
	color: #333 !important;
	padding-top:10rem;
	/* font-size: 3rem; */
}

/* .caseSection div:hover{
	box-shadow: 0px 0px 20px #ccc;
}
.caseSection p {
	
	margin: 5px 10px;
}
.caseSection a {
	text-decoration:none
}
.caseSection a:hover {
	color: #333;
} */
.oneCase {
	display: none;
}
.twoCase {
	display: none;
	animation-delay: 0.3s;
}
.thrCase {
	display: none;
	animation-delay: 0.6s;
}
.fourCase {
	display: none;
	animation-delay: 0.9s;
}
.fiveCase {
	display: none;
	animation-delay: 1.8s;
}
.sixCase {
	display: none;
	animation-delay: 2.1s;
}
.btnCase {
	font-size: 2vh;
	text-align: center;
	margin-top: 1rem;
	width: 100%;
	display: none;
	animation-delay: 1.5s;
}
.btnCase span {
	
	border: 1px solid #ddd;
	cursor: pointer;
}
.suc-case {
	display: flex;
}
.case-L {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 63rem;
	margin-right: 3rem;
	/* border: 1px solid blue; */
}
.case-L >div:nth-child(2) img{
	width: 100%;
}
.case-T{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 24rem;
}
.case-B {
	display: flex;
}
.slogan {
	font-size: 3rem;
	color: #20419a;
}
.case-svg {
	width: 1.5vw;
	margin-right: 0.5vw;
	vertical-align: baseline;
}
.case-R {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 63rem;
	/* border: 1px solid red; */
}
.case-img {
	width: 100%;
}
/* .suc-case, .suc-case1, .suc-case {
	display: none;
} */
.suc-case {
	display: none;
	animation-delay: 0.3s;
}
.suc-case1 {
	display: none;
	animation-delay: 0.6s;
}
.suc-case2 {
	display: none;
	animation-delay: 0.9s;
}
.p1 {
	color: #444444;
	font-size: 1.1vw;
	margin-bottom: 0.5vw;
}
.p2 {
	color: #777777;
	font-size: 0.8vw;
}
body {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.intro-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
  margin: 0 auto;
  right: 0;
  left: 0;
}

h1 {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 20px;
}
@media screen and (min-width: 860px) {
  h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

.fancy-text {
  font-family: "adobe-garamond-pro",sans-serif;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 17px;
}

.button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-family: 'brandon-grotesque', sans-serif;
  text-transform: uppercase;
  min-width: 200px;
  margin-top: 30px;
}
.button:hover .border {
  box-shadow: 0px 0px 10px 0px white;
}
.button:hover .border .left-plane, .button:hover .border .right-plane {
  transform: translateX(0%);
}
.button:hover .text {
  color: #121212;
}
.button .border {
  border: 1px solid white;
  transform: skewX(-20deg);
  height: 32px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transition: .10s ease-out;
}
.button .border .left-plane, .button .border .right-plane {
  position: absolute;
  background: white;
  height: 32px;
  width: 100px;
  transition: .15s ease-out;
}
.button .border .left-plane {
  left: 0;
  transform: translateX(-100%);
}
.button .border .right-plane {
  right: 0;
  transform: translateX(100%);
}
.button .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .15s ease-out;
}
.bgcolors{
	color: #008ae7;
	border-bottom:3px solid #008ae7 ;
}
.bgcolors:hover {
	color: #008ae7;
}
