@charset "utf-8";
/* CSS Document */
/*slideshow部分*/
#center{
	width:100%;
}
#slideshowHolder{
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center!important;
}
.slideshow{
	width:100%;
}
.show{
	width:100%;
	box-shadow: 1px 2px 2px #6e6b6e;
}

/*第一區塊*/
#honorBlock{
	width:100%;

	background:#eeeeee;
	margin:30px 0;
}
.honorBlockHeader{
	font-size:22px;
	text-align:center;
	font-weight:bold;
}
.honorBlock{
	width:1000px;
	margin:0 auto;
	padding:35px 0;
} 
.BlockImg{
	float:left;
	margin:0 15px;
}
.BlockImg img{
	box-shadow: 2px 2px 5px #292929;
}


/*-----*/
.clearfix {
  overflow: auto;
  zoom: 1;
}

