
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0
}

.sp {
	background: url(imagessp.png) no-repeat
}


.header {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 550px
}

.headerBg {
	position: absolute;
	z-index:99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(imagesvr_01.jpg) no-repeat center;
	-webkit-animation: headerBgMove 1s linear forwards;
	animation: headerBgMove 1s linear forwards
}

@-webkit-keyframes headerBgMove {
	0% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes headerBgMove {
	0% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1)
	}
}

.headerL {
	position: absolute;
	z-index:100;
	top: 164px;
	left: 50%;
	margin-left: -100%;
	width: 380px;
	height: 307px;
	background-position: -10px 0px
}

.headerR {
	position: absolute;
	z-index:100;
	top: 164px;
	right: 50%;
	margin-right: -100%;
	width: 350px;
	height: 307px;
	background-position: -410px 0px
}
