.distribution .container{
	background: url(../img/dibiao/bg1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position:center center;
	height:600px;
	width:100%;
	margin-top:120px;
	background-attachment: fixed;
	
	
}

.location-wrap{
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	height:100%;
	width:100%;
	position: relative;
}
.location-wrap  div{
	position: absolute;
	opacity: 0;
	/* transition:opacity .3s ease-in; */
	animation: why 40s ease-in infinite 0s;
}
.location-shenyang{
	animation-delay: -1s!important;
	opacity:0;
}
.location-changchun{
	animation-delay:9s!important;
	opacity: 0;
}
.location-huanghuagang{
	animation-delay: 19s!important;
	opacity: 0;
}
.location-caofeidian{
	animation-delay: 29s!important;
	opacity:0;
}
.location-wrap  div li:nth-of-type(1){
	font-size:45px;
	font-weight: bold;
	letter-spacing:5px;
}
.location-wrap  div li{
	font-size:30px;
	letter-spacing:6px;
	margin-bottom:25px;
}
@keyframes why{
0%{
	    opacity: 0;	    
	    background-size: 130%;
	    transform: translateX(0px);   
	}
	7% {
	    opacity: 1;
	    animation-timing-function: ease-in;
		    
	}
		25% {
	    opacity: 0;
	   transform: translateX(-20px)
	}
	40% {
		opacity: 0;
		;
		
	}

	100% { opacity: 0 ; }

}
@media screen and (max-width: 550px){
	.location-wrap div ul li:nth-of-type(1){
		font-size:35px;
	}
	.location-wrap div ul li{
		font-size:25px;
	}
	
}
@media screen and (max-width: 470px){
	.location-wrap div ul li:nth-of-type(1){
		font-size:35px;
	}
	.location-wrap div ul li{
		font-size:20px;
	}
	
}


