﻿.poa {
	position: absolute;
}
.ani {
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.picbg,
.banner_picbg {
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner_picbg img
.picbg img,
.mobile {
	display: none;
}
/*首页*/
.ind_box {
	background: #000;
	height: calc(100vh - 100px);
}
.ind_box .banner {
	overflow: hidden;
	position: relative;
	color: #fff;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
}
.ind_box .banner .line {
	top: 0;
	left: 0;
	z-index: 9;
}
.ind_box .banner .bxslider li.active .picbg {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.ind_box .banner .bxslider li.active .picbg {
	transition: all 4s ease-out;
	-webkit-transition: all 4s ease-out;
	-o-transition: all 4s ease-out;
	-moz-transition: all 4s ease-out;
	-ms-transition: all 4s ease-out;
}
.ind_box .banner .numwrap {
	bottom: 41vh;
	left: 13vw;
	z-index: 99;
	width: 150px;
}
.ind_box .banner .circlewrap img{
    max-width:100%;
  }
.ind_box .banner .numwrap .total {
	font-size: 23px;
	font-family: "Reznor";
	color: #fff;
	letter-spacing: 2px;
}
.ind_box .banner .numwrap .num {
	position: absolute;
	top: -20px;
	left: 20px;
	width: 125px;
	text-align: center;
}
.ind_box .banner .numwrap .num span {
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	background: transparent;
	color:#fff;
	font-size: 95px;
	opacity: 0;
	font-family: "Reznor";
}
.ind_box .banner .circlewrap,
.ind_box .banner .circle {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.ind_box .banner .circle {
	width: 100%;
	height: 100%;
	z-index: 0;
}
.ind_box .banner .circle span {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.3);
}
.ind_box .banner .circle span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}
.ind_box .banner .circle span:nth-child(1) {
	left: 27%;
	top: 24%;
}
.ind_box .banner .circle span:nth-child(2) {
	left: 49.95%;
    top: 58%;
}
.ind_box .banner .circle span:nth-child(3) {
	left: 72%;
	top: 90%;
}
.ind_box .banner .movecircle .circle span.num1 {
	left: 27%;
	top: 24%;
}
.ind_box .banner .movecircle .circle span.num2 {
	left: 27%;
	top: 24%;
}
.ind_box .banner .movecircle .circle span.num3 {
	left: 49.95%;
    top: 58%;
}
.ind_box .banner .movecircle .circle span.num4 {
	left: 72%;
	top: 90%;
}
.ind_box .banner .movecircle .circle span {
	border: 1px solid rgba(255,255,255,0);
}
.ind_box .banner .movecircle .circle span:after {
	display: none;
	background: none;
	border: 0;
}
.ind_box .banner .movecircle .circle span i {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 2000px;
	height: 2000px;
	border-radius: 50%;
	border: 2000px solid rgba(0,0,0,.5);
	box-sizing: content-box;
	opacity: 0;
}