@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#AAA;
	text-decoration: none;
}
a:active {
	color:#FFF;
	text-decoration: none;
}

#header {
	width:100%;
	background:#FFF;
	position:relative;
	height:155px;
}
	.header_block {
		width:1000px;
		margin:auto;
		position:relative;
		text-align:right;
	}
	.header_logo {
		position:absolute;
		z-index:9999;
		left:50%;
		margin-left:-600px;
	}
	.header_menu {
		position:absolute;
		right:0;
		z-index:10000;
	}
	
	.memu2 {
		margin-top:20px;
	}
	
	.menu_a {
		margin-left:42px;
		position:relative;
		float:left;
	}
	
	.menu_m {
		cursor:pointer;
	}
	
	.menu_c {
		position:absolute;
		left:-35px;
		top:64px;
		width:150px;
		overflow:hidden;
		text-align:center;
		display:none;
	}
	
	.menu2_list {
		width:150px;
		line-height:20px;
		padding:10px 0 10px 0;
		background:#d2232a;
		text-align:center;
		margin-top:1px;
		z-index:99999;
	}
	
	.menu2_list a {
		color:#FFF;
		margin-left:0;
	}
	
#banner {
	width:100%;
	min-width:1000px;
	position:relative;
	height:550px;
}
	.banner1 {
		width:100%;
		position:relatives;
		height:550px;
		background-color:#000;
	}
	.ban1 {
		width:100%;
		min-width:1000px;
		height:550px;
		text-align:center;
	}
	#prev {
		position:absolute;
		z-index:9999;
		left:50px;
		top:200px;
		cursor:pointer;
	}
	#next {
		position:absolute;
		z-index:9999;
		right:50px;
		top:200px;
		cursor:pointer;
	}
	.news {
		width:630px;
		height:60px;
		
	}
	.banner1_memo {
		position:relative;
		width:1000px;
		margin:auto;
	}
	.banner1_word {
		position:absolute;
		bottom:0;
		right:0;
		z-index:8888;
	}
	.news {
		position:absolute;
		width:630px;
		height:60px;
		background:rgba(0,0,0,0.65);
		bottom:0;
		right:0;
		z-index:12000;
	}
		.news_1 {
			width:110px;
			padding-left:30px;
			padding-right:20px;
			line-height:60px;
			font-size:18px;
			float:left;
			color:#FFF;
		}
		.news_2 {
			width:90px;
			font-size:16px;
			float:left;
			padding-left:20px;
			padding-right:30px;
			color:#FFF;
			line-height:60px;
		}
		.news_3 {
			width:330px;
			font-size:16px;
			float:left;
			color:#FFF;
			text-align:left;
			line-height:60px;	
		}
	
#content {
	width:100%;
	height:848px;
	position:relative;
}
	.content_memo {
		width:1000px;
		margin:auto;
		text-align:center;
		position:relative;
	}
	.content_block {
		position:absolute;
		width:710px;
		text-align:right;
		right:0px;
	}
	.block1 {
		border:1px solid #d6393f;
		width:340px;
		height:340px;
		position:relative;
		cursor:pointer;
		float:left;
	}
		.block1_on {
			position:absolute;
			width:340px;
			height:340px;
			background:rgba(210,35,42,0.9);
			z-index:2;
			text-align:center;
		}
			.block_title {
				position:absolute;
				width:240px;
				height:120px;
				left:50%;
				top:50%;
				margin-left:-120px;
				margin-top:-50px;
			}
			.block_1 {
				font-size:21px;
				color:#FFF;
				font-family:"Microsoft JhengHei", Arial, Helvetica, sans-serif;
			}
			.block_2 {
				height:20px;
				border-bottom:1px solid #FFF;
			}
			.block_3 {
				margin-top:19px;
				font-size:14px;
				color:#FFF;
				font-family:Arial, Helvetica, sans-serif;
			}
		.block1_down {
			position:absolute;
			width:340px;
			height:340px;
			z-index:1;
		}
	#block2 {
		margin-left:26px;
	}
	#block3 {
		margin-top:26px;
	}
	#block4 {
		margin-top:26px;
		margin-left:26px;
	}

#about {
	width:100%;
	min-width:1000px;
	height:550px;
	position:relative;
}
	.about1 {
		width:50%;
		float:left;
		text-align:right;
		background:#d2232a;
		height:550px;
	}
	.about2 {
		width:50%;
		float:right;
		text-align:left;
		height:550px;
		overflow:hidden;
	}

#footer {
	width:100%;
	height:272px;
	background:url(../images/footer.jpg) repeat-x;
}
	.footer_memo {
		width:1000px;
		margin:auto;
		padding-top:80px;
	}