@charset "utf-8";
body {
	background-color: #FFF;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif, 微軟正黑體;
	letter-spacing: 1px;
}
iframe {
	border-style: none;
	width: 100%;
}
#a1 {
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 80px;
	position: fixed;
	left: 0px;
	top: 0px;
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.07);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.07);
}
#a1-1 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#a1-1a {
	background-color: #f67618;
	width: 220px;
	float: left;
	height: 80px;
	text-align: center;
	line-height: 90px;
}
#a1-1b {
	float: right;
	width: 480px;
	padding-top: 13px;
	font-size: 16px;
}
#a1-1b ul li {
	display: block;
	width: 140px;
	text-align: center;
	list-style-type: none;
	float: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #555;
}
#a1-1b ul li a {
	text-decoration: none;
	color: #555555;
	transition: 0.2s;
}
.sbr01 {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #555;
}
#a1-1b ul li a:hover {
	color: #1c95ea;
	transition: 0.2s;
}
#a1-2 {
	height: 875px;
	width: 100%;
}
#a2 {
	background-image: url(../images/bg02.jpg);
	height: 755px;
	width: 100%;
	padding-top: 200px;
}
#a2-1 {
	text-align: center;
	height: 400px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	color: #555;
	line-height: 30px;
}
.a2-t-2 {
	font-size: 30px;
	color: #f67618;
}
.a2-t-1 {
	font-size: 42px;
	color: #555;
}
#a3 {
	background-color: #f0f0f0;
	height: 825px;
	width: 100%;
	font-size: 18px;
	color: #555;
	text-align: center;
	padding-top: 50px;
}
#a3-1 {
	height: 100px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 10px;
}
#a3-2 {
	height: 290px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#a3-2 img {
	margin-right: 5px;
	margin-left: 5px;
}
.a3-t-3 {
	color: #1c95ea;
	font-size: 20px;
	font-weight: bold;
	line-height: 70px;
}
.a3-t-3 a {
	color: #1c95ea;
}
#a3-3 {
	height: 180px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
}
#a4 {
	background-color: #fff;
	height: 790px;
	width: 100%;
	font-size: 18px;
	color: #555;
	text-align: center;
	padding-top: 10px;
}
#a4-1 {
	height: 100px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
}
#a4-2 {
	height: 100px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 15px;
	margin-bottom: 30px;
}
#a4-2 img {
	vertical-align: middle;
}
#a4-3 {
	height: 400px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #444;
	height: 70px;
	width: 100%;
	color: #999;
	text-align: center;
	line-height: 70px;
}
/*置頂按鈕消失效果*/
#top-b {
	background-image: url(../images/top.png);
	height: 52px;
	width: 52px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 0;
	transition: 0.2s;
}
.hide {
	opacity: 1 !important;
}
#hua05 #top-b:hover {
	background-image: url(../images/top_hover.png);
	transition: 0.2s;
}

/* Media Query ，也就是當寬度 < 1200 px 時將載入下面這段 CSS :*/
 @media only screen and (max-width: 1200px) {
 /*iframe {
	width: 1200px;
}*/
 #a1-2 {
	width: 1200px;
}	 
 #a2 {
	width: 1200px;
} 
 #a3 {
	width: 1200px;
}
 #a4 {
	width: 1200px;
}
 #footer {
	width: 1200px;
}


 }
