@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}


div#menu {
	margin-right: 0px;
	margin-bottom: -3px;
	background-color: #F4F4F4;
}
div#copyright {
    font:11px 'Trebuchet MS';
    color:#222;
    text-indent:30px;
    padding:140px 0 0 0;
}
div#copyright a { color:#eee; }
div#copyright a:hover { color:#222; }
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
	margin: 0;
	padding: 0;
	color: #000;
	overflow-y: scroll;
	overflow-x: hidden;
}

#box {
	height: 100%;
	width: 960px;
	-moz-box-shadow: 0px 0px 8px 3px #7A7A7A;
	-webkit-box-shadow: 0px 0px 8px 3px #7A7A7A;
	box-shadow: 0px 0px 8px 3px #7A7A7A;
}
/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 移除上方邊界可以解決邊界可能從其包含的 Div 逸出的問題。剩餘的下方邊界可以保持 Div 不與接在後面的元素接觸。 */
	padding-right: 15px;
	padding-left: 15px; /* 將欄位間隔加入至 Div 內元素的兩側 (而不是 Div 本身)，即可不需執行任何方塊模型的計算作業。具有側邊欄位間隔的巢狀 Div 也可當做替代方法。 */
}
a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;

}
/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none;
	color: #000;
}

/* ~~ 這個固定寬度的容器環繞著所有其他元素 ~~ */
.container {
	width: 960px;
	background-color: #F4F4F4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}


/* ~~ 這是版面資訊。~~ 

1) 欄位間隔只會置於 Div 的頂端或底部。此 Div 內的元素在兩側會有欄位間隔，可讓您不需進行「方塊模型計算」。請記住，如果對 Div 本身加入任何側邊的欄位間隔或邊框，在計算「總」寬度時，就會將這些加入您定義的寬度。您也可以選擇移除 Div 中元素的欄位間隔，然後在其中放置沒有寬度的第二個 Div，並依設計所需放置欄位間隔。

*/
.content {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 100%;
}

/* ~~ 其他 float/clear 類別 ~~ */
.fltrt {  /* 這個類別可用來讓元素在頁面中浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓元素在頁面左方浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果已移除 .container 上的 overflow:hidden) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#nav {
	background-color: #F4F4F4;
	z-index: 9999;
}

#footer {
	background-color: #2B2E39;
	line-height: 15px;
	height: 80px;
	width: 960px;
	padding-top: 20px;
	bottom: 0px;
	margin-bottom: 0px;
}
#ADD {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #60636C;
	width: 850px;
	margin-left: 50px;
	line-height: 13px;
}
#showcase {
	background-color: #e5e5e5;
}
.a14 {
	font-size: 14px;
}
.a18 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.a16 {
	font-size: 16px;
	color: #F00;
}


.a16green {
	font-size: 18px;
	color: #FB7114;
}

.exhibiton {
	font-size: 15px;
	color: #464646;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}



#LOGO {
	height: 59px;
	width: 300px;
	position: relative;
	padding-left: 20px;
	top: 0px;
	left: 0px;
	clear: both;
	float: left;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	font-style: normal;
	margin-bottom: 45px;
}
#newproduct {
}
#article {
	font-size: 14px;
	color: #929292;
	height: 250px;
}


#trend {
	width: 960px;
	height: 100%;
	background-color: #F4F4F4;
	z-index: auto;




}

/*title*/

#here {
	padding-left: 55px;
	font-size: 12px;
	text-decoration: none;
	clear: both;
	float: none;
	height: 10px;
	background-color: #F4F4F4;
}



#here a {
	color: #000000;
}

#here a:link {
	color: #000000;
}

#here a:hover, a:active {
	text-decoration: none;
	color: #0287C7;
}



#p-title {
	float: left;
	clear: left;
	margin-top: 30px;
	height: 190px;
	background-color: #F4F4F4;

}


#title-note {
	float: right;
	clear: right;
	margin-top: 180px;
	margin-right: 50px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ACB1C1;
	font-weight: normal;
	font-style: italic;

}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	left: 78%;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #4F4F4F;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	opacity: 0.7;
	background-image: url(../img/to-top.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#back-top a:hover span {
	opacity:1;
}

#services {
	width: 250x;
	height: 250px;
	float: left;
	margin-right: 50px;
  }

/*產品類別*/

#section {
	margin-left: 55px;
	margin-bottom: 80px;

}
#text {
	font-size: 14px;
	text-decoration: none;
	color: #5B5B5B;
	padding-top: 10px;
	text-align: justify;
	font-variant: normal;
	font-weight: lighter;
	text-indent: 0px;
}
#exhibition {
}
#newspic {
	width: 279px;
	height: 46px;
	margin-left: 30px;
	background-image: url(../img/newspic.png);
}
#exhibition-title {
	margin-top: 30px;
	margin-left: 40px;
	font-size: 14pt;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(36,36,36,1.00);
	text-decoration: none;
}
#exhibition-info {
	margin-left: 15px;
	margin-right: 15px;
	color: rgba(68,68,68,1.00);
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	font-size: 11pt;
	margin-bottom: 30px;
	height: 120px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-shadow: 0px 0px;
	text-transform: none;
}

#topbar {
	background-color: #0F617E;
	height: 20px;
	text-align: right;
	padding-right: 30px;
	padding-top: 5px;
	color: #FFF;
	font-size: 11px;
}

#topbar a {
		color: #FFF;
}

#topbar a:link {
	color: #FFF;
}

#topbar a:hover, a:active {
	text-decoration: none;
	color: #FFFD00;
}
