<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 內文style */



.inquireth{
	color: #666;
	text-align: center;
	background-color: #B7B7B7;
	background-image: url(../member_titlebg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.cbp_tmtimeline {
	padding: 0;
	list-style: none;
	position: relative;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 60px;
	margin-left: 0;

} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5px;
	left: 20%;
	margin-left: -10px;
	background-color: #CCCCCC;
}

/* The date/time */
.cbp_tmtimeline &gt; li .cbp_tmtime {
	display: block;
	background-image: url(../icon_q.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	padding-right: 57px;
	position: absolute;
	width: 162px;

}

.cbp_tmtimeline &gt; li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline &gt; li .cbp_tmtime span:first-child {
	font-size: 15px;
	color: #999999;
}

.cbp_tmtimeline &gt; li .cbp_tmtime span:last-child {
	font-size: 2.7em;
	color: #82BBDD;	
	font-family: 'Raleway','微軟正黑體', sans-serif;	

}

.cbp_tmtimeline &gt; li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #8CD3D9;
}

/* Right content */
.cbp_tmtimeline &gt; li .cbp_tmlabel {
	color: #fff;
	padding: 1.5em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 25%;
	background-color: #82BBDD;
}

.cbp_tmtimeline &gt; li:nth-child(odd) .cbp_tmlabel {
	background-color: #8CD3D9;
}

.cbp_tmtimeline &gt; li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline &gt; li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #82BBDD;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline &gt; li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #8CD3D9;
}

/* 內頁最新消息 */
#newstitle{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#newstitle .title {
	text-align: left;
	float: left;
	width: 86%;
	visibility: visible;
	margin-left: 20px;
	display: inline;
	font-size: 17px;
	color: #333;
	font-family:  'Open Sans', '微軟正黑體', sans-serif;
	line-height: 26px;
	padding-top: 10px;
}
#newstitle .date {
	text-align: center;
	float: right;
	width: 15%;
	visibility: visible;
	border-left: 1px dotted #666;
	margin-right: 10px;
	display: inline;
}


#newslist{
	float: left;
	width: 100%;
	visibility: visible;

}
#newslist li {
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 15px;
	border-bottom: 1px dashed rgba(211,211,211,1.00);
}
.newstitle{
	font-size: 18px;
	color: #222;
	font-family:  'Open Sans', '微軟正黑體', sans-serif;
	width: 100%;
	float: left;
	padding-bottom: 8px;
	padding-top: 8px;
	display: table-cell;
	vertical-align: middle;
	line-height: 28px;
	
}
.newsdate{
	text-align: center;
	float: left;
	height: 42px;
	width: 55px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	font-family: Open Sans," 微軟正黑體";
	color: #FFF;
	line-height: 17px;
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 15px;
	background-color: #DB0000;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin-top: 4px;
}
.newsdate strong{
	font-size: 23px;
	line-height: 28px;

}
#newslist li .content{
	width: 86%;
	float: left;
	color: #8C8C8C;
	margin-left: 20px;
}
#newslist li a{
	filter: alpha(opacity=100);       /* IE */
	-moz-opacity: 1;              /* Moz + FF */
	opacity: 1;           /* 支持CSS3的瀏覽器（FF 1.5也支持）*/
	display: block;
}
#newslist li a:hover{filter:alpha(opacity=70);       /* IE */
-moz-opacity:0.7;              /* Moz + FF */
opacity: 0.7;           /* 支持CSS3的瀏覽器（FF 1.5也支持）*/
}
#newslist li img {
	width: 240px;
	text-align : center;
	float: left;
	vertical-align : middle;
	height: auto;

}
#news_content{
	float: left;
	width: 97%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
	padding-right: 1.5%;
	padding-bottom: 20px;
	padding-left: 1.5%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.newsdownload{
	padding-top: 20px;
	text-align: right;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	width: 100%;
	float: left;
}
.newsdownload a {
	font-family:  'Open Sans', '微軟正黑體', sans-serif;
	color: #C81514;
	font-size: 12px;
}


/* 內頁與我聯絡 */
.contacttable {
	width: 700px;
	float: right;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-top: 10px;
}
.contactpic {
	width:360px;
	float: left;
}

.contacttable_w {
	width: 98%;
	padding: 0 1% 0 1%;
	float: right;
	margin-bottom: 20px;
	font-family:  'Open Sans', '微軟正黑體', sans-serif;
	color: #626262;
	font-size: 14px;
	line-height: 23px;
}


/* 內頁檔案下載 */

#downloadtitle {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: left;
	width: 96%;
	background-color: #C1DFF6;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 20px;
	background-image: url(../member_titlebg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #4A68B4;
	color: #0066CC;
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
};


#downloadtitle .download {
	text-align: center;
	float: right;
	width: 15%;
	visibility: visible;
	border-left: 1px dotted #666;
	margin-right: 10px;
	display: inline;
}

#downloadlist{
	float: left;
	width: 98%;
	visibility: visible;
	padding-bottom: 20px;
	padding-right: 1%;
	padding-left: 1%;

}
#downloadlist ul{

}
#downloadlist li{
	float: left;
	width: 680px;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #555555;
	float: left;
	width: 100%;
	visibility: visible;
	border-bottom: 1px dotted #CCC;
	display: block;

}
.download_icon{
	float: right;
	width: 100px;
	text-align: center;
	font-size: 11px;
}
#downloadlist li A:link, #downloadlist li A:visited {
	background-image: url(../dot2.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #404040;
	text-decoration: none;
	display: block;
}
 
#downloadlist li A:hover {
	background-image: url(../dot2.png);
	background-repeat: no-repeat;
	background-position: 20px 15px;
	color: #1B82C1;
	display: block;
	text-decoration: none;
	background-color: #F2F7F9;
}
/* 內頁問與答 */

.faq_list{
	width: 100%;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
.faq_list a { color:#01B2F1;}
.faq_list a:hover { 
	color: #FFF; 
	text-decoration: none;
}
.faq_list dt {
	height: 32px;
	cursor: pointer;
	background-image: url(../icon_q.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-position: left 8px;
}
.faq_list .open {
	color: #0066CC;
	font-weight: bold;
	font-size: 13px;
	cursor: default;
	background-image: url(../icon_a.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}
.faq_list .title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 13px; 
	color: #01b2f1; 
	padding: 0 0 0 40px; 
	line-height: 30px;
}	
.faq_list .date {
	float: left;
	color: #1F9287;
	font-weight: bold;
	font-size: 13px;
	margin-right: 20px;
}		

.faq_list dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: auto;
	margin: 0;
	position: relative;
	overflow: hidden;
	background-image: url(../newsopenbgmid.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 20px;
	padding-left: 20px;
}
#faqlist .answer{
	background: url(../icon_a.png) no-repeat left 5px;
	padding-left: 25px;
}
.faq_list .text2 {
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 20px;
}



.faq_list .text2 ul{}
.faq_list .text2 li {
	WIDTH: 310px;
	FLOAT: left;
	HEIGHT: 90px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
	text-align: left;
}
.faq_list .text2 li img {

	FLOAT: left;

}
.faq_list .text2 li .content {
	FLOAT: right;
	width: 190px;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: normal;
	color: #666;

}

/* 內頁會員登入 */
.memberloginbg{
	float: left;
	width: 43%;
	margin-right: 35px;
	margin-left: 35px;
	
}
.memberloginbg{
	float: left;
	width: 43%;
	margin-right: 35px;
	margin-left: 35px;
	
}
.member_title{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9F8762;
	font-family: 'Raleway', sans-serif;	font-size: 25px;
	color: #BEA86D;
	margin-bottom: 30px;
	line-height: 45px;
	background-image: url(../icon_join.png);
	background-repeat: no-repeat;
	background-position: 5px bottom;
	padding-left: 50px;
}
.member_title2{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A56C5C;
	font-family: 'Raleway', sans-serif;	font-size: 25px;
	color: #CC8160;
	margin-bottom: 30px;
	line-height: 45px;
	background-image: url(../icon_login.png);
	background-repeat: no-repeat;
	background-position: 5px bottom;
	padding-left: 50px;
}

.login_icon A:link{
	filter: alpha(opacity=100);       /* IE */
	-moz-opacity: 1;              /* Moz + FF */
	opacity: 1;           /* 支持CSS3的瀏覽器（FF 1.5也支持）*/
	color: #FFF;
	width: 170px;
	display: block;
	background-color: #666;
	text-align: center;
	border: 1px solid #CCC;
	margin-top: 30px;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
}
.login_icon A:visited{
	filter:alpha(opacity=100);       /* IE */
-moz-opacity:1;              /* Moz + FF */
opacity: 1;           /* 支持CSS3的瀏覽器（FF 1.5也支持）*/
color: #FFF;
}
.login_icon A:hover{
	filter: alpha(opacity=70);       /* IE */
	-moz-opacity: 0.7;              /* Moz + FF */
	opacity: 0.7;           /* 支持CSS3的瀏覽器（FF 1.5也支持）*/
	color: #FFF;
}
/* 內頁產品表格 */
.rTable  i {
	color: inherit;
	vertical-align: middle;
	float: left;
	height: 14px;
	width: 14px;
}

.download{
	background-image: url(../download.png);

}
.rTable {
	display: table;
	width: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
		}
		.rTableRow {
		    	display: table-row;
		}
		.bg2{
	background-color: #F2F2F2;
}
		.rTableHeading {
	display: table-header-group;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	line-height: 20px;
	background-color: #82C276;
	background-image: url(../productdetail_title.jpg);
	background-repeat: repeat-x;
	background-position: top;
		}
		.rTableCell, .rTableHead {
	display: table-cell;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #CCCCCC;
	vertical-align: middle;
		}
		
		.rTableFoot {
		    	display: table-footer-group;
		    	font-weight: bold;
		    	background-color: #ddd;
		}
		.rTableBody {
		    	display: table-row-group;
		}



/* 內頁產品列表 */
.productpic00 {
	width: 198px;
	/* Firefox, Chrome */
	white-space : nowrap;   /* IE */
   *font-size : 180px;  /* 寬 * 0.9 = ? px */
    *font-family : Arial;
	text-align: center;
	display: block;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 6px;
}
.productpic00 :after {
  content : ".";
  font-size : 1px;
  margin-left : -1px;
  opacity : 0;
}

.productpic00  img {
    vertical-align: middle;
    max-width: 200px;
    max-height: 150px;
}
.productlist00 {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.productlist00 li {
	float: left;
	text-align: center;
	width: 200px;
	display: block;
	font-family: "微軟正黑體",  'Open Sans', sans-serif;
	font-size: 13px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.productlist00 li A:link, .productlist00 li A:visited{
	border: 1px solid #666;
	color: #fff;
	display: block;
	background-color: #444;
	border-radius: 2px;	
}
.productlist00 li A:hover{
	border: 1px solid #C50A08;
	background-color: #C50A08;
	color: #fff;
	display: block;
}
.productlist00 .title{
	float: left;
	width: 88%;
	line-height: 30px;
	display: block;
	font-size: 16px;
	padding-right: 6%;
	padding-left: 6%;
	padding-top: 7px;
	padding-bottom: 7px;
font-family:  'Open Sans', '微軟正黑體', sans-serif;
	text-align: left;
}






/* --------------------------------------------------------------------------------------內頁產品列表T01 */
.productlist00t01 li {
	float: left;
	text-align: center;
	width: 508px;
	display: block;
	font-family: "微軟正黑體",  'Open Sans', sans-serif;
	font-size: 13px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.productlist00t01 li A:link, .productlist00t01 li A:visited{
	border: 1px solid #DFDFDF;
	color: #4368A3;
	display: block;
	background-color: #DFDFDF;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;	
}
.productlist00t01 li A:hover{
	border: 1px solid #58C9F3;
	background-color: #58C9F3;
	color: #FFF;
	display: block;
}
.productlist00t01 {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.productpic00t01 {
	width: 506px;
	/* Firefox, Chrome */
	white-space : nowrap;   /* IE */
   *font-size : 455px;  /* 寬 * 0.9 = ? px */
    *font-family : Arial;
	text-align: center;
	display: block;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 6px;
}
.productpic00t01 :after {
  content : ".";
  font-size : 1px;
  margin-left : -1px;
  opacity : 0;
}
.productpic00t01  img {
	vertical-align : middle;
	max-width:400px;
	height: 200px;
}

.productlist00t01 .title{
	float: left;
	width: 88%;
	line-height: 30px;
	display: block;
	font-size: 16px;
	padding-right: 6%;
	padding-left: 6%;
	padding-top: 7px;
	padding-bottom: 7px;
font-family:  'Open Sans', '微軟正黑體', sans-serif;
	text-align: left;
}



/* --------------------------------------------------------------------------------------內頁產品列表T02 */
.productlist00t02 li {
	float: left;
	text-align: center;
	width: 334px;
	display: block;
	font-family: "微軟正黑體",  'Open Sans', sans-serif;
	font-size: 13px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 1px;
}
.productlist00t02 li A:link, .productlist00t02 li A:visited{
	border: 1px solid #DFDFDF;
	color: #4368A3;
	display: block;
	background-color: #DFDFDF;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;	
}
.productlist00t02 li A:hover{
	border: 1px solid #58C9F3;
	background-color: #58C9F3;
	color: #FFF;
	display: block;
}
.productlist00t02 {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.productpic00t02 {
	width: 332px;
	/* Firefox, Chrome */
	white-space : nowrap;   /* IE */
   *font-size : 300px;  /* 寬 * 0.9 = ? px */
    *font-family : Arial;
	text-align: center;
	display: block;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 6px;
}
.productpic00t02 :after {
  content : ".";
  font-size : 1px;
  margin-left : -1px;
  opacity : 0;
}
.productlist00t02 img {
	vertical-align : middle;
	max-width:300px;
	height: 140px;
}

.productlist00t02 .title{
	float: left;
	width: 88%;
	line-height: 30px;
	display: block;
	font-size: 16px;
	padding-right: 6%;
	padding-left: 6%;
	padding-top: 7px;
	padding-bottom: 7px;
font-family:  'Open Sans', '微軟正黑體', sans-serif;
	text-align: left;
}

/* 內頁產品 */
.productpic {

	width: 190px;
	/* Firefox, Chrome */

	white-space : nowrap;   /* IE */
   *font-size : 171px;  /* 寬 * 0.9 = ? px */
    *font-family : Arial;
	text-align: center;
	display: block;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 6px;
}
.productpic :after {
  content : ".";
  font-size : 1px;
  margin-left : -1px;
  opacity : 0;
}

.productpic  img {
	vertical-align : middle;
	max-width: 170px;
	max-height: 170px;
}

.productlistbox {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}



.productlist {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.productlist li {
	float: left;
	text-align: center;
	margin-right: 21px;
	margin-bottom: 15px;
	width: 192px;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	margin-top: 15px;
	margin-left: 2px;
}

.productlist li A:link, .productlist li A:visited{
	border: 1px solid #ececec;
	color: #4368A3;
	display: block;
	background-color: #ececec;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.productlist li A:hover{
	border: 1px solid #58C9F3;
	background-color: #58C9F3;
	color: #FFF;
	display: block;
}
.productlist .title{
	float: left;
	width: 88%;
	line-height: 22px;
	display: block;
	font-size: 13px;
	padding-right: 6%;
	padding-left: 6%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:  'Open Sans', '微軟正黑體', sans-serif;
	text-align: left;
}

.productlisttitle02 {
	float: left;
	width: 99%;
	font-family:  'Open Sans', '微軟正黑體', sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #6D6D6D;
	padding-right: 1px;
	padding-left: 2px;
}



.productlistrelated {
	float: left;
	width: 100%;
}

.productlistrelated ul {
	margin-left: 0
}

.productlistrelated ul li {
	float: left;
	text-align: center;

	margin-bottom: 15px;
	width: 192px;
	display: block;
	font-family: Open Sans," 微軟正黑體";
	font-size: 13px;
	margin-right: 9px;
	margin-left: 9px;
}

.productlistrelated ul li A:link, .productlistrelated ul li A:visited{
	border: 1px solid #CFCFCF;
	color: #222;
	display: block;
	background-color: #ececec;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.productlistrelated ul li A:hover{
	border: 1px solid #C81514;
	background-color: #C81514;
	color: #FFF;
	display: block;
}
.productlistrelated .title{
	float: left;
	width: 100%;
	line-height: 22px;
	display: block;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:  'Open Sans', '微軟正黑體', sans-serif;
	text-align: center;
}




.productlist .content{
	float: left;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #FFF;
	color: #666;
}
.productlist .inquire a:link, .productlist .inquire a:visited{
	float: left;
	height: 30px;
	width: 100%;
	background-color: #ef825e;
	line-height: 30px;
	color: #FFF;
	display: block;
	font-size: 15px;
	margin-top: 10px;
}
.productlist .inquire A:hover{
	float: left;
	height: 30px;
	width: 100%;
	background-color: #FBC108;
	line-height: 30px;
	color: #FFF;
	display: block;
}

.productlist2_content{
	width: 340px;
	float: left;
}
.productlist2_price{
	width: 110px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	height: 160px;
	margin-left: 5px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}

.productpic2 {
	height: 200px;
	width: 300px;
	/* Firefox, Chrome */
	line-height : 200px;
	white-space : nowrap;   /* IE */




   *font-size : 189px;  /* 寬 * 0.9 = ? px */
    *font-family : Arial;
	text-align: center;
	display: block;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.productpic2 :after {
  content : ".";
  font-size : 1px;
  margin-left : -1px;
  opacity : 0;
}

.productpic2  img {
	vertical-align : middle;
	width: auto;
	height: 200px;
}

.productlist2 li{
	float: left;
	text-align: center;
	margin-bottom: 25px;
	width: 100%;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	
}

.productlist2 li A:link, .productlist2 li A:visited{
	border: 1px solid #16AA81;
	color: #FFF;
	display: block;
	background-color: #16AA81;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
}

.productlist2 li A:hover{
	border: 1px solid #A4C63E;
	background-color: #A4C63E;
	
	color: #FFF;
	display: block;

}
.productlist2 .content{
	float: right;
	width: 50%;
	line-height: 18px;
	display: block;
	font-size: 13px;
	padding-right: 4%;
	padding-top: 18px;
	padding-bottom: 15px;
	text-align: left;
}
.productlist2 .content h1{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
}
.productpicbig_box {
	width: 480px;
	float: left;
	border: 1px solid #E8E8E8;
	padding: 18px;
	margin-bottom: 20px;
	border-radius: 4px;
}

.productpicbig {
	height: 410px;
	width: 480px;
	float: left;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


.productpicbig_box_right {
	width: 290px;
	float: right;
}


/* IE6 hack */
.productpicbig span{
	height:100%; 
	display:inline-block;
	}
 
/* 讓table-cell下的所有元素都居中 */
.productpicbig *{ vertical-align:middle;}

.productdetail {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.productdetailbox {
	width: 100%;
	float: left;

}



.productdetail h3 {
	font-family: "微軟正黑體",  'Open Sans', sans-serif;
	color: #4d4d4d;
	font-size: 20px;
	line-height: 15px;
	margin-top: 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: left;
}


.productdetail .content {
	margin-left: 15px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.productdetail lidownload {
	padding-top: 10px;
	text-align: right;
	margin-top: 10px;
	border-top: 1px solid #CCC;}




.productdetail table {
	border-collapse: collapse;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4a68b4;
	border-bottom-color: #4a68b4;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.productdetail caption {
	color: #5C443A;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.productdetail img {

}
.productdetail td, th {
	
	padding: 10px;
}
.productdetail tr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.productdetail  th, 
.productdetail tfoot th {
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	background-color: #598ec4;
}

.productdetail  tbody td {

	vertical-align: middle;
}
.productdetail tfoot td { background:#5C443A;
 color:#FFFFFF;
 padding-top:3px;
}
.productdetail .odd {
	background-color: #f2f7fb;
}
.textblue {
	font-family:  'Open Sans', '微軟正黑體', sans-serif;
	color: #267bbf;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}


.spic {
	float: left;
	border: 1px solid #E6E6E6;
	padding: 1px;
	height: 100px;
	width: 100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 4px;
}
/* IE6 hack */
.spic span{
	height:100%; 
	display:inline-block;
	}
 
/* 讓table-cell下的所有元素都居中 */
.spic *{ vertical-align:middle;}

.productdetail2{
	float: left;
	margin-top: 20px;
	width: 100%;
}
.productdetail2 h3{
	background-color: #EBEBEB;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 15px;
	text-align: left;
	width: 96%;
	font-size: 18px;
	font-weight: bold;
}
.productdetail2 .content{
	float: left;
	padding-right: 2%;
	padding-left: 2%;
	width: 96%;
	padding-top: 8px;
}

/*--------------------------------------------------------------------------------詢價清單*/	
.addinquiry {
	float: right;
	width: 100%;
	margin-bottom: 10px;
	text-align: right;
	
}

/*--------------------------------------------------------------------------------SITEMAP*/	
.sitemap {
	float: left;
	width: 100%;
}
.sitemap ul{float: left;
	width: 100%;}
.sitemap ul li {
	float: left;
	text-align: center;
	margin-right: 19px;
	margin-bottom: 25px;
	margin-left: 18px;
	width: 28%;
}
.sitemap ul li h4 a{
	font-size: 18px;
	text-align: center;
	color: #10673D;
	font-family: "微軟正黑體";
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #47B009;
	line-height: 30px;
	width: 100%;
	
	float: left;
	margin-bottom: 8px;
}
.sitemap ul li ul {
	margin:0;
	list-style:none;
	visibility: visible;
	float: left;
	padding: 0;
	width: 100%;
}


.sitemap ul li ul li {
	display: block;
	float: left;
	text-decoration: none;
	color: #333;
	padding-bottom: 5px;
	width: 88%;
	padding-left: 12%;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	text-align: left;
	background-image: url(../dot2.png);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #a3a3a3;
	margin: 0px;
}

/* 內頁相簿-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

	.showcase-content-container
	{
		background-color: #ccc;
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../arrows.png');
		width: 33px;
		height: 33px;
		top: 220px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -40px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -40px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
	background-color: #666;
	text-align: center;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 470px;
			width: 700px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('../plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(../white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url(../white-opacity-80.png);
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #fff;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #ccc;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
	width: 120px;
	height: 90px;
	cursor: pointer;
	border: 1px solid #999;
	position: relative;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
	background-image: url(../black-opacity-40.png);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
			}
		
		.showcase-thumbnail:hover
		{
	border: 1px solid #666;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #666;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}

	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(../arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	
.app img{
	margin-bottom: 15px;
}
.business{
	float: left;
	height: 230px;
	width: 230px;
	margin-right: 20px;
	overflow: hidden;

}
.business img{
	height: 230px;
	width: auto;
}
.investor{
	background-image: url(../investor_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	min-height:320px;

}
.investor ul{
	margin-left: 0px;
}
.investor img{
	margin-right: auto;
	margin-left: auto;
}
</pre></body></html>