#cruise .top .Pages-page01 {
	background: url(../images/layer/f-img01-4.png) no-repeat;
	background-size: 43.75%;
	/*原尺寸/1600(最大寬度)*/
	background-position: right bottom;
	text-align: center
}

#cruise .top .Pages-page02 {
	background: url(../images/layer/f-img02-4.png) no-repeat;
	background-size: 34.28%;
	background-position: right bottom;
}

#cruise .top .Pages-page03 {
	background: url(../images/layer/f-img03-4.png) no-repeat;
	background-size: 34.64%;
	background-position: left bottom;
	text-align: right;
}

#cruise .top .Pages-video {
	width: 100%;
	max-width: 1920px;
	height: auto;
	max-height: 800px;
	padding: 0;
	margin: 0;
	text-align: center;
	background: url(../images/layer/videobg.jpg);
}


#cruise .top .Pages-page01 img.f-img01{	
	width:100%;
    max-width:1200px;
    height:auto;
	max-height:1000px;
	margin-right: 0
}

@media screen and (max-width: 768px) {
	#cruise .top .Pages-page02,
	#cruise .top .Pages-page03 {
		background-image: none;
	}
}