
::selection {
	background: #ffcd00;
	color: #fff
}

::-moz-selection {
	background: #ffcd00;
	color: #fff
}

::-webkit-selection {
	background: #ffcd00;
	color: #fff
}

.w100 {
	display: block;
	width: 100%
}

.w10 {
	width: 5rem
}


.pc_ban_pic1 {
	position: absolute;
	top: 16%;
	left: 54%;
	z-index: 50;
}
.map {
	height: 518px;
	z-index: -999;
	margin: 0 auto 0;
	position: absolute;
	width: 520px;
	left: 50%;
	margin-left: -22%;
	top: 0;
}

.map1,.map2,.map3 {
	position: absolute;
	/* opacity: .5 */
}

.map1 {
	width: 520px;
    z-index: 2;
    top: 30px;
    left: -10px;
	animation: myfirst2 15s infinite linear;
}

.map2 {
	width: 420px;
    top: 80px;
    left: 45px;
	z-index: 3;
	opacity: 0.8;
	animation: myfirst 10s infinite linear;
}

.map3 {
	width: 420px;
    top: 80px;
    left: 45px;
    z-index: 1;
}

@keyframes myfirst2 {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

@keyframes myfirst {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(-359deg)
	}
}
