@charset "UTF-8";

html {
	height: 100%
}
body {
	min-width: 1200px;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%
}
img {
	border-width: 0
}
.page {
	width: 100%;
	position: relative;
	overflow: hidden
}
.background {
	height: 4500px;
	width: 1350px;
	left: 0;
	position: relative
}
/*该背景长度设置会影响侧边导航跳转高度设置*/
.background1, .background2, .background3, .background4, .background5, .background6, .background7, .background8, .background9{
	width: 1350px;
	height: 500px
}

.background1.pic {
	background: url(../image/background_01.jpg) no-repeat
}
.background2.pic {
	background: url(../image/background_02.jpg) no-repeat
}
.background3.pic {
	background: url(../image/background_03.jpg) no-repeat
}
.background4.pic {
	background: url(../image/background_04.jpg) no-repeat
}
.background5.pic {
	background: url(../image/background_05.jpg) no-repeat
}
.background6.pic {
	background: url(../image/background_06.jpg) no-repeat
}
.background7.pic {
	background: url(../image/background_07.jpg) no-repeat
}
.background8.pic {
	background: url(../image/background_08.jpg) no-repeat
}
.background9.pic {
	background: url(../image/background_09.jpg) no-repeat
}