/* Global */

img {
	max-width: 100%;
}


/* Navigation */



/* General parallaxs */ 

.parallax {
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
}

/* parallax ID */ 
#parallax1 {
	width:100%;
	overflow:hidden;
}
#parallax2 {
	width:100%;
	background:#f0f0f0;
}
#parallax3 {
	height:400px;
	background:#000 url(../../images/home/parallax3_bg.jpg) no-repeat center;
}
#parallax4 {
	width:100%;
	background-color:#f0f0f0;
}
#parallax5 {
	height:400px;
	background:#000 url(../../images/home/parallax5_bg.jpg) no-repeat center;
}
#parallax6 {
	width:100%;
	background-color:#f0f0f0;
}
#parallax7 {
	height:400px;
	background:#000 url(../../images/home/parallax7_bg.jpg) no-repeat center;
}



@media screen and (min-width: 1450px) {
.parallax {
	background-size:100% !important;
}

}
/* Tablet *
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.parallax{
	min-width:1024px;
}
#parallax3 {
	background-image:none;
}
#parallax3 .parallax_replace_bg {
	display:block;
}

}
*/
@media screen and (max-width: 767px) {
.parallax{
	min-width:767px;
	background-size:100% !important;
	background-position:center !important;  /*-- 禁止视差滚动效果 -- */
}
#parallax3, #parallax5, #parallax7 {
	height:300px;
}







}





