.poa {
	position: absolute;
}
 
.picbg {
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
 
.ind_box {
	background: #000;
/*	height: calc(80vh);*/
}
.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;
	color: #fff;
	letter-spacing: 2px; position:relative; left:-10px; padding-top:10px;
}
.ind_box .banner .numwrap .num {
	position: absolute;
	top: -20px;
	left: 0px;
	width: 125px;
	text-align: center;
}
.ind_box .banner .numwrap .num span {
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	background: transparent;
	color:#d70c25;
	font-size: 60px;
	opacity: 0;
}
.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 .circle span:nth-child(4) {
	left: 90%;
	top: 40%;
}

.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.num5 {
	left: 90%;
	top: 40%;
}


.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;
}


.txt_block .item {
  position: absolute;
  left: 12vw;
  bottom: 20vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px); width:40%;
}
.txt_block .item h3 {
  font-size: 0.36rem; font-weight:normal;
  color: #fff; padding-bottom:0.36rem;
}
.txt_block .item p {
  font-size: 0.18rem;
  color: #fff;  
}

.txt_block .item.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.bx-wrapper .bx-viewport {
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
    	height: 100%;
}

.bx-wrapper .bx-viewport .bxslider li{
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	width:100%;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
 
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
  @media screen and (max-width: 760px) {
	  
	 .ind_box .banner{ height:400px !important} 
	 .txt_block .item{ width:100%; bottom:auto; left:0; padding:0 20px; top:40%;}
	 .ind_box,.txt_block{ display:none}
	  }

 