.tx_jiazhi{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tx_jiazhi .tx_jzone{
	display: inline;
	position: absolute;
	bottom: 6rem;
	left: 10%;
	height: auto;
	width: 5px;
	animation: xhDhSly 8s infinite;
	animation-delay: .8s;
	/*background-image: url('/static/index/images/in_line.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 30%;*/
}
.tx_jiazhi .tx_jzone img{
	width: 100%;
}
.tx_jiazhi .tx_jzone span{
	position: absolute;
    display: block;
    top: -0.6rem;
    left: -0.45rem;
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,.75);
    border-radius: 100%;
    box-shadow: 0.5rem 0.5rem 0.8rem 0.8rem #fff;
    opacity: .58;
    animation: shandong 2.6s infinite;
}
/*.tx_jiazhi .tx_jzone span i{
	position: absolute;
	top: -1em;
	width: 2rem;
	height: 2rem;
	background-color: #fff;
	border-radius: 50%;
}*/
.tx_jiazhi .tx_jzone:nth-child(2) {
	bottom: -3rem;
	left: 13%;
	width: 8.5px;
	animation-delay: .9s;
}
.tx_jiazhi .tx_jzone:nth-child(3) {
	bottom: 8.6rem;
	left: 16%;
	width: 6.5px;
	animation-delay: .6s;
}
.tx_jiazhi .tx_jzone:nth-child(4) {
	bottom: 1.9rem;
	left: 20%;
	width: 6px;
	animation-delay: .5s;
}
.tx_jiazhi .tx_jzone:nth-child(5) {
	bottom: 9.8rem;
	left: 24%;
	width: 9px;
	animation-delay: .3s;
}
.tx_jiazhi .tx_jzone:nth-child(6) {
	bottom: -1rem;
	left: 26%;
	width: 7px;
	animation-delay: .5s;
}
.tx_jiazhi .tx_jzone:nth-child(7) {
	bottom: 5rem;
	left: 32%;
	width: 6px;
	animation-delay: .6s;
}
.tx_jiazhi .tx_jzone:nth-child(8) {
	bottom: -3rem;
	left: 37%;
	width: 4.5px;
	animation-delay: .9s;
}
.tx_jiazhi .tx_jzone:nth-child(9) {
	bottom: 7.5rem;
	left: 41%;
	width: 9px;
	animation-delay: .2s;
}
.tx_jiazhi .tx_jzone:nth-child(10) {
	bottom: -2rem;
	left: 44.4%;
	width: 8px;
	animation-delay: .1s;
}
.tx_jiazhi .tx_jzone:nth-child(11) {
	bottom: 2.8rem;
	left: 50%;
	width: 10.5px;
	animation-delay: .4s;
}
.tx_jiazhi .tx_jzone:nth-child(12) {
	bottom: -3rem;
	left: 55%;
	width: 6.4px;
	animation-delay: .6s;
}
.tx_jiazhi .tx_jzone:nth-child(13) {
	bottom: 7rem;
	left: 59%;
	width: 4.5px;
	animation-delay: .7s;
}
.tx_jiazhi .tx_jzone:nth-child(14) {
	bottom: -2rem;
	left: 64%;
	width: 12px;
	animation-delay: .4s;
}
.tx_jiazhi .tx_jzone:nth-child(15) {
	bottom: 4.6rem;
	left: 69%;
	width: 9.8px;
	animation-delay: .5s;
}
.tx_jiazhi .tx_jzone:nth-child(16) {
	bottom: -0.2rem;
	left: 73%;
	width: 4.5px;
	animation-delay: .2s;
}
.tx_jiazhi .tx_jzone:nth-child(17) {
	bottom: -4rem;
	left: 76%;
	width: 6px;
	animation-delay: .4s;
}
.tx_jiazhi .tx_jzone:nth-child(18) {
	bottom: 7rem;
	left: 80%;
	width: 8.5px;
	animation-delay: .1s;
}
.tx_jiazhi .tx_jzone:nth-child(19) {
	bottom: -1.5rem;
	left: 87%;
	width: 10px;
	animation-delay: .5s;
}
.tx_jiazhi .tx_jzone:nth-child(20) {
	bottom: 7rem;
	left: 90%;
	width: 6.5px;
	animation-delay: .9s;
}

@keyframes xhDhSly {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }

  35% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  90% {
  	opacity: 0;
  	-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
}

@keyframes shandong {
    0% {
    	transform: scale(.8);
        opacity: .58;
    }
    25% {
    	transform: scale(.9);
        opacity: .68;
    }
    50% {
    	transform: scale(1.0);
        opacity: .78;
    }
    75% {
    	transform: scale(.9);
        opacity: .68;
    }
    100% {
    	transform: scale(.8);
        opacity: .58;
    }
}
@-webkit-keyframes shandong {
    0% {
    	transform: scale(.8);
        opacity: .58;
    }
    25% {
    	transform: scale(.9);
        opacity: .68;
    }
    50% {
    	transform: scale(1.0);
        opacity: .78;
    }
    75% {
    	transform: scale(.9);
        opacity: .68;
    }
    100% {
    	transform: scale(.8);
        opacity: .58;
    }
}

@-webkit-keyframes fadeInUpSly {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpSly {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpSly {
  -webkit-animation-name: fadeInUpSly;
  animation-name: fadeInUpSly;
}


@media screen and (max-width: 768px) {
	.in_jiazhi .in_jiazhi_t{
		max-width: 70%;
	}

	.tx_jiazhi .tx_jzone:nth-child(2){
		display: none;
	}

	.tx_jiazhi .tx_jzone:nth-child(6){
		display: none;
	}

	.tx_jiazhi .tx_jzone:nth-child(16){
		display: none;
	}
	/*.tx_jiazhi .tx_jzone:nth-child(13){
		display: none;
	}
	.tx_jiazhi .tx_jzone:nth-child(16){
		display: none;
	}
	
	.tx_jiazhi .tx_jzone:nth-child(18){
		display: none;
	}*/
}