/*首頁 banner*/
#banner,#banner_mask{
	width:100%;
	height:710px;
	overflow: hidden;
	background:#FFFFFF;	
	margin-top:115px;
	position: relative;
	top:0px;
	left:0px;
	z-index: 10;
}
#banner_mask{
	background:none;
    background-image:url(../images/home/images/banner-mask.png);
	background-repeat: repeat; 
	position: absolute;
	top:5px;
	left:0px;
	z-index: 30;
}

#slider{
    margin-top:0px;
}

@media only screen and (max-width: 1366px){ 
  
  #banner,#banner_mask{	
	height:400px;
	margin-top:95px; /* same as header's height*/
  }	

}
@media only screen and (max-width: 1024px){
  
  #banner,#banner_mask{	
	height:300px;
	margin-top:0px; /* same as header's height*/
	display:none;
  }
  #banner_mask{
  	top:450px;
  	display:none;
  }	

}	