html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
a, p, li, h1, h2, h3, h4, h5, h6, select, input {
	font-family: "Hiragino Kaku Gothic Pro", "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
}
h3{
	font-size: 25px;
	font-weight: 600;
	color: #e60012;
	line-height: 160%;
}
p{
	line-height: 160%;
	font-size: 18px;
}
body{background-color:#A4A4A4;}
.black{
	color: #000000;
}
.orange{
	color: #f7530b;
}
.blue{
	color: #1579ff;
}
.green{
	color: #4bd400;
}
.red-b{
	color: #e60012;
	font-weight: 600;
}


/*----------------- 最外層包裝 --------------------*/
#wrapper {
	width:1280px;
	position:relative;
	text-align:left;
}
/*----------------- header --------------------*/
#header{
	float: left;
	width: 100%;
	height: 490px;
	background:url(images/banner-bg.jpg);
	background-position: left bottom;
}
#header .tai{
	float: right;
	margin:8% 5% 0 0;
	width: 600px;
}
#item{
	width: 100%;
	float: left;
	background: #FFFFFF;
	padding: 12px 0;
	text-align: center;
	font-size: 18px;
	color: #b5b5b5;
}
#item a{
	color:#9B9B9B;
}
#item a:hover{
	color: #000000;
}
#item_m{
	display: none;
	width: 100%;
	float: left;
	background: #FFFFFF;
	padding: 12px 0;
	text-align: center;
	font-size: 18px;
	color: #b5b5b5;
}
#item_m a{
	color:#9B9B9B;
}
#item_m a:hover{
	color: #000000;
}
/*----------------- content --------------------*/
#content{
	width: 80%;
	float: left;
	padding: 50px 10%;
	background: #eaeaea;
}
#content h1{
	width: 100%;
	background: #e60012;
	border-radius: 30px;
	color: #FFFFFF;
	text-align: center;
	padding: 5PX 0;
	margin-bottom: 30PX;
	font-size: 36PX;
	line-height: 140%;
}
#content .pic{
	width: 100%;
	text-align: center;
}
#content .pic img{
	width: 100%;
}
#p4tai{
	border-bottom: 1px #000000 solid;
	margin-bottom: 30px;
	padding: 10px 0;
}
#p4tai h2{
	font-size: 24PX;
	line-height: 140%;
	font-weight: 600;
	text-align: center;
}
#pic-right{
	width: 50%;
	float: right;
	margin-left: 15px;
}
#pic-right img{
	width: 100%;
}
#top{
	position:fixed;
	bottom: 20px;
	right: 20px;
	width: 64px;
	z-index: 999;
}
#top img{
	width: 100%;
}
#footer{
	width: 100%;
	float: left;
	clear: both;
	background:#000000;
	text-align: center;
	color:#A4A4A4;
	padding: 10px 0;
	font-size: 14px;
}


@media only screen and (max-width:1280px) {
#wrapper {
	width:100%;
	position:relative;
	text-align:left;
}
#header{
	float: left;
	width: 100%;
	height: 400px;
	background:url(images/banner-bg.jpg);
	background-position: right bottom;
	background-size: 100%;
}
#header .tai{
	float: right;
	margin:8% 5% 0 0;
	width: 550px;
}
#content h1{
	width: 100%;
	background: #e60012;
	border-radius: 30px;
	color: #FFFFFF;
	text-align: center;
	padding: 5PX 0;
	margin-bottom: 30PX;
	font-size: 30PX;
	line-height: 140%;
}
}


@media only screen and (max-width:900px) {
/*---#item{
	display: none;
}---*/
#header{
	background-size: 130%;
}
#item{
	width: 95%;
	float: left;
	background: #FFFFFF;
	padding: 12px 2.5%;
	text-align: center;
	font-size: 17px;
	line-height: 160%;
	color: #b5b5b5;
}
}


@media only screen and (max-width:650px) {
#header{
	float: left;
	width: 100%;
	height: 300px;
	background:url(images/banner-bg.jpg);
	background-position: right bottom;
	background-size: 120%;
}
#header .tai{
	float:left;
	margin:5% 15% 0 15%;
	width: 70%;
}
#top{
	position:fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	z-index: 999;
}
#item{
	display: none;
	width: 95%;
	float: left;
	background: #FFFFFF;
	padding: 12px 2.5%;
	text-align: center;
	font-size: 17px;
	line-height: 160%;
	color: #b5b5b5;
}
#item_m{
	display:block;
	width: 95%;
	float: left;
	background: #FFFFFF;
	padding: 12px 2.5%;
	text-align: center;
	font-size: 17px;
	line-height: 160%;
	color: #b5b5b5;
}
}


@media only screen and (max-width:550px) {
h3{
	font-size: 20px;
	font-weight: 600;
	color: #e60012;
	line-height: 120%;
}
#header{
	float: left;
	width: 100%;
	height: 200px;
	background:url(images/banner-bg.jpg);
	background-position: center bottom;
	background-size: 120%
}
#header .tai{
	float:left;
	margin:3% 15% 0 15%;
	width: 70%;
}
#item_m{
	width: 95%;
	float: left;
	background: #FFFFFF;
	padding: 12px 2.5%;
	text-align: center;
	font-size: 14px;
	line-height: 160%;
	color: #b5b5b5;
}
#content h1{
	width: 100%;
	background: #e60012;
	border-radius: 30px;
	color: #FFFFFF;
	text-align: center;
	padding: 5PX 0;
	margin-bottom: 30PX;
	font-size: 24PX;
	line-height: 140%;
}
#p4tai h2{
	font-size: 20PX;
	line-height: 140%;
	font-weight: 600;
	text-align: center;
}
p{
	line-height: 140%;
	font-size: 16px;
}
}