@charset "utf-8";
@import url("reset.css");
/* CSS Document */
html {
	margin:0;
	padding:0;/*background:url(../images/bg.gif) left 26px repeat-x;*/
}
body {
	margin:0;
	background:url(../images/bg_new.gif) center 26px repeat-x;
	padding:0;
	color:#222;
	line-height:21px;
	font-size:14px;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
	overflow-x:hidden;
}
a {
	color:#0870A9;
	outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
a:hover {
	color:#C95A2A;
}
input {
	font-family:Arial, Helvetica, sans-serif, "新細明體";
	font-size:12px;
	color:#222;
	font-weight:normal;
}
.red {
	color:#F00;
}
.align_r {
	text-align:right;
}
.align_c {
	text-align:center;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.more a {
	display:block;
	background:url(../images/arrow_blue.gif) right 7px no-repeat;
	text-align:right;
	padding-right:8px;
}
.more a:hover {
	text-decoration:underline;
	background:url(../images/arrow_red.gif) right 7px no-repeat;
}
.moreNew a {
	display:block;
	float:right;
	background:url(../images/arrow_blue.gif) right 7px no-repeat;
	text-align:right;
	padding-right:8px;
	font-size:13px;
}
.moreNew a:hover {
	text-decoration:underline;
	background:url(../images/arrow_red.gif) right 7px no-repeat;
}

.notice {
	background:url(../images/info.gif) no-repeat;
	padding-left:25px;
}
.divider {
	width:auto;
	height:10px;
	line-height:10px;
}
.large_word {
	font-weight:bold;
	font-size:18px;
	color:#F00;
}
.brown {
	color:#C95A2A;
}
.light {
	color:#AF903C;
}
.green {
	color:#008000;
}
.borderTop {
	border-top:1px #CCC dotted;
}
ol.number {
	list-style-type:decimal;
	margin-left:40px;
*margin-left:45px;/*ie6*/
}
ol.number li {
	margin-bottom:5px;
}
.lineThrough{ text-decoration:line-through; color:#F00;}

.orange{
	color:#F90;
}
/*--------------------黃金白金鑽石--------------------*/
.diamond {
	margin-left:10px;
}
.white {
	margin-left:10px;
}
.gold {
	margin-left:10px;
}
/*--------------------navbar--------------------*/
#navbar_wrapper {
	width:100%;
	background:#F5F5F5 url(../images/bg_nav_brown_N.gif) repeat-x left bottom;
}
#navbar {
	width:950px;
	height:50px;
	margin:0 auto;
	position:relative;
	color:#FFF; 
	z-index:100;
}
#navbar p.logotop{
	margin-top:8px;
	float:left;
}
#navmenu{
	position:absolute;
	height:50px;
	right:0;
}
#navbar span.lang a{
	text-decoration:none;
	text-align:center;
	color:#FFF;
	margin-right:5px;
	margin-left:5px;
	width:30px;
	height:30px;
	line-height:30px;
	display:block;
	border-radius:15px;
    background: #ff8930;
	float:right;
}
#navbar span.lang a:hover{
	background-color:#690;
}
/******************navmenu*******************/
#navmenu ul li {
	position:relative;
	border-right:1px solid #CCC;
	display:block;
	padding-top:15px;
	float:left;
	height:35px;
	width:115px;
	text-align:center;
}
#navmenu ul li.first {
	border-left:1px solid #CCC;
}

#navmenu ul li:hover{
	background-color:#FDEAD0;
	border-bottom:1px solid #ccc;
	height:34px;
}
#navmenu ul li a{
	color:#000;
	text-decoration:none;
}
#navmenu ul li a:hover{
	text-decoration:underline;
}

#navmenu ul li a.selected {
	text-decoration:underline;
	
 }
#navmenu ul li ul {
	position:absolute;
	width:162px;
	display:none;
}
#navmenu ul li ul li{
	background-image:none;
}
#navmenu ul li ul li a {
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif, "新細明體";
	border-width:0 1px 1px 1px;
	border-color:#F30;
	border-style:solid;
	line-height:27px;
	width:140px;
	background:#F60;
	color:#FFF;
}
#navmenu ul li ul li a:hover {
	background:#F90;
	border-style:solid;
	color:#FFF;
}
#navmenu ul li ul li.first a {
	background:url(../images/bg_menu_first.gif) no-repeat;
	padding-top:5px;
	border:none;
	width:162px;
}
#navmenu ul li ul li.first a:hover {
	background:url(../images/bg_menu_first_hover.gif) no-repeat;
}
/*--------------------header--------------------*/
#pagetop a {
	position:fixed;
	width:30px;
	height:80px;
	background:url(../images/top.gif) no-repeat right top;
	text-indent:-9999px;
	top:40%;
	right:0;
	cursor:pointer;
}
#header {
	width:950px;
	height:30px;
	position:relative;
	margin:15px auto;
}
#header p a {
	width:250px;
	display:block;
	height:65px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	margin-top:30px;
}
#header ul {
	position:absolute;
	right:0;
	top:0px;
}
#header ul li {
	float:left;
}
#header ul li a {
	display:block;
	line-height:26px;
	text-decoration:none;
	padding-right:10px;
	color:#F90;
}
#header ul li a:hover {
	color:#006DA5;
	text-decoration:underline;
}
#header ul li a.en {
	background:url(../images/en.gif) no-repeat left center;
	padding-left:16px;
}
#header ul li a:hover.en {
	background:url(../images/en_b.gif) no-repeat left center;
}
#header ul li a.contact {
	background:url(../images/contact.gif) no-repeat left center;
	padding-left:16px;
}
#header ul li a:hover.contact {
	background:url(../images/contact_b.gif) no-repeat left center;
}
#header .topBanner{
	width:730px;
	height:80px;
	right:0;
	float:right;
	
}
/*--------------------menu--------------------*/
#menu {
	width:950px;
	margin:65px auto 10px auto;
}
.search_text {
	width:330px;
	height:24px;
	line-height:24px;
	padding:1px 10px;
	margin:0;
	position:absolute;
	top:11px;
	border:0;
	left:20px;
	background:url(../images/bg_searchtext.gif) no-repeat;
}
.search_btn {
	position: absolute;
	top:11px;
	left:383px;
	background:url(../images/btn_search.gif) no-repeat;
	width:100px;
	height:25px;
	border:0px solid #FFF;
	cursor:pointer;
}
.login_btn {
	background:url(../images/btn_sign_sup.gif) no-repeat;
	width:120px;
	height:30px;
	border:0px solid #FFF;
	cursor:pointer;
}
.login_btn_buy {
	background:url(../images/btn_sign_buyer.gif) no-repeat;
	width:120px;
	height:30px;
	border:0px solid #FFF;
	cursor:pointer;
}
.search_papular {
	position:absolute;
	top:15px;
	left:500px;
	color:#FFF;
	width:450px;
	height:18px;
	overflow:hidden;
}
.search_papular a {
	color:#FFF;
	text-decoration:none;
}
.search_papular a:hover {
	color:#FFF;
	text-decoration: underline;
}
/*-------------trace--------------------*/
#trace {
	width:950px;
	margin:0 auto;
	font-size:11px;
}
#trace ul {
	width:950px;
	height:12px;
}
#trace li {
	float:left;
	line-height:12px;
	margin-right:5px;
	color:#545045;
 *line-height:14px;/*ie6*/
}
#trace li a {
	background:url(../images/arrow_gray.gif) right 5px no-repeat;
	padding-right:10px;
}
#trace li h1 {
	font-weight:normal;
	line-height:12px;
	font-size:11px;
}
/*--------------------content--------------------*/
#content {
	width:950px;
	padding-top:10px;
	margin:0 auto;
	*width:956px;/*ie6*/
}
/*--------------------left--------------------*/
#left {
	width:700px;
	float:left;
	display:inline;
}
/*--------------------sub_left--------------------*/
#sub_left {
	width:700px;
	float:left;
}
#sub_left h1 {
	color:#630;
	font-size:18px;
	line-height:20px;
	font-family:"微軟正黑體";
	background:url(../images/wheel.gif) no-repeat left top;
	font-weight:normal;
	padding-left:22px;
}
#sub_left h3 {
	color:#630;
	font-size:15px;
	background:url(../images/wheel_s.gif) no-repeat left top;
	padding-left:20px;
	font-weight:normal;
}
h4 {
	padding:5px 15px;
	background:#f4f4f4;
	border-bottom:1px dotted #ccc;
	font-size:12px;
	font-weight:normal;
}
/*--------------------wide--------------------*/
#wide {
	width:950px;
	padding-top:10px;
	margin:0 auto;
}
#wide h1 {
	color:#630;
	font-size:18px;
	line-height:20px;
	font-family:"微軟正黑體";
	background:url(../images/wheel.gif) no-repeat left top;
	font-weight:normal;
	padding-left:22px;
}
#wide h2 {
	font-family:"微軟正黑體";
	padding:6px 10px;/*FF*/
	font-weight:normal;
	padding:8px 0 4px 10px \9;/*ie7*/
	border-top:1px solid #ccc;
	background:#f4f4f4;
	font-size:15px;
	margin-bottom:10px;
}
#mainpageCat{ width:auto; height:30px;}

#mainpageCat ul{
	width:auto;
}
#mainpageCat ul li
{
	float:left;
	position:relative;
	border-right:solid 1px #D2D2D2;
	width:154px;
	text-align:center;
}
#mainpageCat ul li.first{
	padding-left:0px;
}
#mainpageCat ul li.last{
	border:none;
	padding-left:5px;
}
#mainpageCat ul li a{
	display:block;
	width:auto;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	}
#mainpageCat ul li ul{
	position:absolute;
	top:28px;
	left:40px;
	z-index:1;

}
#mainpageCat ul li ul li{
	float:none; 
	margin:0;
	border:none;
	width:230px;
	margin-top:-4px \9;/*ie7*/
}
#mainpageCat ul li ul li a{
	display:block; 
	background:#fff;
	padding-left:15px;
	outline:solid 1px #ccc;
	text-align:left;
}
#mainpageCat ul li ul li a:hover{
	text-decoration:underline;
	background-color:#FEFAD8;
}
/*-------------list--------------------*/
.list li {
	background:url(../images/bg_list.gif) no-repeat;
	display:block; width:auto;
	padding:7px;
   *margin-bottom:0px;/*ie6*/
}
.list li:hover {

}
.list li.SupName {
	width:180px;
	height:32px;
	overflow:hidden; 
	padding:0px 7px;
	line-height:32px;
}
/*-------------news--------------------*/
.news li {
	background:url(../images/bg_list.gif) no-repeat;
}
.news li a {
	display:block;
	color:#222;
	padding:7px;
 *margin-bottom:0px;/*ie6*/
	text-decoration:none;
}
.news li a:hover {
	background-color:#F2F2F2;
}
.news li a p {
	color:#F90;
	letter-spacing:0px;
	font-weight:bold;
}
.news li a span{
	font-weight:normal;
	color:#767676;
}
.news li a:hover p {
	
}
/*--------------------right--------------------*/
#right {
	width:240px;
	float:right;
}
/*-------------------- mid --------------------*/
#mid {
	margin:0 220px;
*width:510px;/*ie6*/
}
/*-------------------- product_list --------------------*/
.product_list {
	overflow:auto;
}
.product_list li {
	display:inline-block;
	vertical-align:top;
	margin:0 5px 0 5px;
    *margin:0 5px 0 5px;/*ie6*/
}
li.big_margin {
	margin:0 4px 0 3px;
}
.product_list li {
*display:inline;/*ie6*/
}
.product_list li a {
	width:100px;
	height:115px;
	display:block;
	text-decoration:none;
}
.product_list li a p {
	text-align:center;
	text-decoration:underline;
	overflow:hidden;
	width:auto;
	height:18px;
	width:88px;
}

.tags{
	display: inline;
	color:#E58E00;
	padding:2px;
	border: solid 1px #E58E00;
	margin-right:3px;
	font-size:13px;
	
}


/*-------------------- product_list --------------------*/
.sup_list {
}
.sup_list li {
	display:inline-block;
	vertical-align:top;
	margin-bottom:3px;
}
.sup_list li {
*display:inline;/*ie6*/
}
.sup_list li a {
	text-decoration:underline;
}
.sup_list li a img {
}
.sup_list div {
	border:1px solid #B6DAEB;
	width:170px;
	text-align:center;
	height:105px;
	padding-top:5px;
}
.sup_list li p {
	text-align:center;
	overflow:hidden;
	width:auto;
	height:18px;
	width:170px;
}
/*-------------------- banner --------------------*/
/*#banner img {
	width:510px;
	height:200px;
 *width:504px;/*ie6*/
/*}*/
#banner {
	width:100%;
	height:275px;
	z-index:1;
}
#adblock {
	overflow:hidden;
	width:700px;
	height:275px;
	position:relative;
}
#adblock ul, #adblock li {
}
#adblock ul.showbox, #adblock ul.link {
	position: absolute;
}
#adblock ul.showbox li a {
	display: block;
	width:100%;
	height:275px;
}
#adblock ul.link {
	right:10px; top:10px;
}
#adblock ul.link li {
	float:left;
}
#adblock ul.link li a {
	display: block;
	width: 12px;
	height: 12px;
	text-indent:-9999px;
	margin-right:5px;
	background: url(../images/bullets.png) no-repeat left top;
}
#adblock ul.link li a:hover {
	background: url(../images/bullets.png) no-repeat left bottom;
}
#adblock ul.link li a.selectedZ{
	background: url(../images/bullets.png) no-repeat left bottom;
}

.left_ad {
	height:100px;
	width:210px;
}
.left_ad img {
	width:210px;
	height:100px;
}
/*-------------------- h1 --------------------*/
span.select {
	background:url(../images/wheel.gif) no-repeat left 1px;
	padding-left:22px;
}
span.catmenuh {
	background:url(../images/wheel.gif) no-repeat left 1px;
	padding-left:22px;
	float:left;
}

span.news {
	background:url(../images/news.gif) no-repeat left 1px;
	padding-left:22px;
}
span.user {
	background:url(../images/user.gif) no-repeat left 1px;
	padding-left:22px;
}
span.good {
	background:url(../images/good.gif) no-repeat left 1px;
	padding-left:22px;
}
span.link {
	background:url(../images/partner.gif) no-repeat left 1px;
	padding-left:22px;
}
span.new_sup {
	background:url(../images/new_sup.gif) no-repeat left 1px;
	padding-left:22px;
}
span.book {
	background:url(../images/book.gif) no-repeat left 1px;
	padding-left:22px;
}
span.check {
	background:url(../images/check.gif) no-repeat left 3px;
	padding-left:22px;
}
span.search {
	background:url(../images/search.gif) no-repeat left 2px;
	padding-left:22px;
}
/*-------------------- wrapper_gray --------------------*/
.dl_gray {
	background:#f4f4f4;
	border:1px solid #CCC;
}
.whites {
	background:#ffffff;
	border:1px solid #CCC;
	z-index:999;
}
.dl_gray dt {
	font-family:"微軟正黑體";
	padding:6px 10px;/*FF*/
	padding:8px 0 4px 10px \9;/*ie7*/
	border-bottom:1px solid #CCC;
	background:url(../images/bg_nav.gif) repeat-x;
	font-size:15px;
	line-height:17px;
}
.dl_gray dd {
	background:#FFF;
	padding:7px;
	margin:7px;
}
/*-------------------- wrapper_HalfGray --------------------*/
.dl_HalfLGray {
	background:#f4f4f4;
	border:1px solid #CCC;
	width:345px;
	height:435px;
	float:left;
}
.dl_HalfLGray dt {
	font-family:"微軟正黑體";
	padding:6px 10px;/*FF*/
	padding:8px 0 4px 10px \9;/*ie7*/
	border-bottom:1px solid #CCC;
	background:url(../images/bg_nav.gif) repeat-x;
	font-size:15px;
	line-height:17px;
}
.dl_HalfLGray dd {
	background:#FFF;
	padding:7px;
	margin:7px;
}
/*-------------------- wrapper_HalfGray --------------------*/
.dl_HalfRGray {
	background:#f4f4f4;
	border:1px solid #CCC;
	width:345px;
	height:435px;
	float:right;
}
.dl_HalfRGray dt {
	font-family:"微軟正黑體";
	padding:6px 10px;/*FF*/
	padding:8px 0 4px 10px \9;/*ie7*/
	border-bottom:1px solid #CCC;
	background:url(../images/bg_nav.gif) repeat-x;
	font-size:15px;
	line-height:17px;
}
.dl_HalfRGray dd {
	background:#FFF;
	padding:7px;
	margin:7px;
}

/*-------------------- wrapper_HalfGray INC--------------------*/
.dl_HalfRGrayINC {
	background:#f4f4f4;
	border:1px solid #CCC;
	float:right;
	width:240px;
}
.dl_HalfRGrayINC dt {
	font-family:"微軟正黑體";
	padding:6px 10px;/*FF*/
	padding:8px 0 4px 10px \9;/*ie7*/
	border-bottom:1px solid #CCC;
	background:url(../images/bg_nav.gif) repeat-x;
	font-size:15px;
	line-height:17px;
}
.dl_HalfRGrayINC dd {
	background:#FFF;
	padding:7px;
	margin:7px;
}

/*-------------------- wrapper_HalfGray --------------------*/
.dl_HalfMisc {
	background:#f4f4f4;
	border:1px solid #CCC;
	width:345px;
	height:340px;
	float:left;
	margin-top:10px;
}
.dl_HalfMisc dt {
	font-family:"微軟正黑體";
	padding:6px 10px;/*FF*/
	padding:8px 0 4px 10px \9;/*ie7*/
	border-bottom:1px solid #CCC;
	background:url(../images/bg_nav.gif) repeat-x;
	font-size:15px;
	line-height:17px;
}
.dl_HalfMisc dd {
	background:#FFF;
	padding:7px;
	margin:7px;
}
/*-------------------- wrapper_RHalfGray --------------------*/
.dl_RHalfMisc {
	background:#f4f4f4;
	border:1px solid #CCC;
	width:345px;
	height:340px;
	float:right;
	margin-top:10px;
}
.dl_RHalfMisc dt {
	font-family:"微軟正黑體";
	padding:6px 10px;/*FF*/
	padding:8px 0 4px 10px \9;/*ie7*/
	border-bottom:1px solid #CCC;
	background:url(../images/bg_nav.gif) repeat-x;
	font-size:15px;
	line-height:17px;
}
.dl_RHalfMisc dd {
	background:#FFF;
	padding:7px;
	margin:7px;
}

/*-------------------- wrapper_mainpageCat --------------------*/
.dl_mpcgray {
	background:#f4f4f4;
	border:1px solid #CCC;
}
.dl_mpcgray dt {
	font-family:"微軟正黑體";
	padding:6px 10px;/*FF*/
	padding:8px 0 4px 10px \9;/*ie7*/
	border-bottom:1px solid #CCC;
	background:url(../images/bg_nav.gif) repeat-x;
	font-size:15px;
	line-height:17px;
	height:18px;
}
.dl_mpcgray dd {
	padding:7px;
	margin:7px;
}

/*-------------------- wrapper_yellow --------------------*/
.dl_yellow {
	background:#FFFFE8;
	border:1px solid #E3BE6F;
}
.dl_yellow dt {
	color:#663300;
	font-family:"微軟正黑體";
	padding:6px 10px;/*FF*/
	padding:8px 0 4px 10px \9;/*ie7*/
	border-bottom:1px solid #E3BE6F;
	background:url(../images/bg_yellow.gif) repeat-x;
	font-size:15px;
	line-height:17px;
}
.dl_yellow dd {
	background:#FFF;
	padding:7px;
	margin:7px;
}
dd.bot_blue {
	margin:0 7px 7px 7px;
	background:#FFFFE8;
	padding:0;/*其實是黃色的*/
}
/*-------------------- wrapper_blue --------------------*/
.dl_blue {
	background:#DCEEF4;
	border:1px solid #7CB8CD;
}
.dl_blue dt {
	color:#155A8A;
	font-family:"微軟正黑體";
	padding:6px 10px;/*FF*/
	padding:8px 0 4px 10px \9;/*ie7*/
	border-bottom:1px solid #7CB8CD;
	background:url(../images/bg_blue.gif) repeat-x #DCEEF4;
	font-size:15px;
	line-height:17px;
}
.dl_blue dd {
	background:#FFF;
	padding:7px;
	margin:7px;
}
dd.nopadding {
	padding:0;
}
dd.bigpadding {
	padding:0 20px;
}
p.descritp_bot {
	margin:0 7px 7px 7px;
}
dd.bot_gray {
	margin:0 7px 7px 7px;
	background:#f5f5f5;
	padding:0;
}
dd.top_yellow {
	margin:7px 20px 0 20px;
	background:#DCEEF4;
	padding:0;
}
dd.partner {
	padding:8px;
 *padding:5px;/*ie6*/
	margin:0;
}
dd.partner img {
	margin-bottom:5px;
	margin-right:5px;
	width:120px;
	height:60px;
}
/*-------------exhibition list--------------------*/
.exhibition li {
	display:block;
	width:100%;
	padding:7px;
	float:left;
	background:url(../images/bg_list_l.gif) no-repeat #fff;
	box-sizing: border-box;
}
.exhibition li p {
	
}
.exhibition li h2 {
	float:left;
	margin-right:15px;
}
.exhibition li div {
	border:1px solid #B6DAEB;
	width:60px;
	height:60px;
	padding:2px;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
}
.exhibition li div:hover {
	border:1px solid #E3BE6F;
}
.exhibition li div * {
	vertical-align: middle;
}
.exhibition li div span {
 +display:inline-block;
 +height:100%;
}
.jumplist {
	font-size:12px;
	color:#222;
}
.btn {
	padding:0 5px;
}
.blue_border {
	border:1px solid #B6DAEB;
	width:60px;
	height:60px;
	padding:2px;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
}
.blue_border * {
	vertical-align: middle;
}
.blue_border span {
 +display:inline-block;
 +height:100%;
}
/*-------------news list 內頁列表--------------------*/
.newsList li {
	display:block;
	width:auto;
	padding:10px 7px;
	background:url(../images/bg_list_l.gif) no-repeat;
	position:relative;
}
.newsList li p a {
	background:url(../images/news.gif) no-repeat;
	width:400px;
	height:20px;
	padding-left:25px;
	overflow:hidden;
}
.newsList li span {
	position:absolute;
	top:7px;
	right:0;
}
.newsList .selected{
	color:#BC0004;
}
/*-------------精選展覽內頁--------------------*/
.exhibition_small li {
	display: inline-block;
	vertical-align:top;
	width:330px;
	padding:7px;
	background:url(../images/bg_list.gif) no-repeat;
}

.exhibition_small li p {
	width:250px;
	height:18px;
	overflow:hidden;
}
.exhibition_small li h2 {
	float:left;
	margin-right:10px;
}
.exhibition_small li div {
	border:1px solid #B6DAEB;
	width:60px;
	height:60px;
	padding:2px;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
}
.exhibition_small li div:hover {
	border:1px solid #E3BE6F;
}
.exhibition_small li div * {
	vertical-align: middle;
}
.exhibition_small li div span {
 +display:inline-block;
 +height:100%;
}
.jumplist_ex {
	font-size:12px;
	color:#222;
	width:178px;
	padding:1px 0;
}
/*-------------右邊的展覽連結--------------------*/
.exhibition_right li {
	display:block;
	padding:7px;
	background:url(../images/bg_list.gif) no-repeat;
}
.exhibition_right li img {
	float:left;
	border:1px solid #B6DAEB;
	width:40px;
	height:40px;
	padding:2px;
	margin:0 10px 7px 0;
}
/*-------------產品頁的目錄--------------------*/
.category {
	overflow:auto;
}
.category li {
	display:inline-block;
	*display:inline;/*ie6*/
	vertical-align:top;
	width:280px;
	padding-left:10px;
	margin-right:10px;
	background:url(../images/arrow_blue.gif) left 7px no-repeat;
	line-height:20px;
}
.category li:hover {
	background:url(../images/arrow_red.gif) left 7px no-repeat;
}
/*-------------產品頁的產品列表--------------------*/
.product_result {
	border-top:1px dotted #CCC;
}
.product_result li {
	height:205px;
	border-bottom:1px dotted #CCC;
	position:relative;
	margin-top:10px;
	width:100%;
}
.img {
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	height:88px;
	width:88px;
	border:1px solid #B6DAEB;
}
.img * {
	vertical-align: middle;
}
.img span {
 +display:inline-block;
 +height:100%;
}
.img:hover {
	border:1px solid #E3BE6F;
}
.detail {
	position:absolute;
	left:100px;
	top:0;
	width:850px;
}
p.name {
	height:21px;
	overflow:hidden;
}
p.comp_name {
	height:18px;
	overflow:hidden;
}
p.descript {
	height:40px;
	overflow:hidden;
}
p.comp_descript {
	
	overflow:hidden;
	margin-bottom:5px;
}
.product_result li h2 a {
	font-size:15px;
	height:18px;
	display:block;
	overflow:hidden;
	font-family:"微軟正黑體";
}
a.inquiry {
	position:absolute;
	right:0;
	bottom:0;
	background:url(../images/btn_inquiry.gif) no-repeat;
	width:100px;
	text-indent:-9999px;
	height:25px;
	display:block;
}
/*--------------------展覽頁的精選產品--------------------*/
.product_ex {
	width:100%;
}
.product_ex li {
	border-bottom:1px dotted #ccc;
	margin-top:15px;
	position:relative;
}
.product_ex li li {
	border:none;
}
.img_l {
	float:left;
	text-align:center;
	border:1px solid #B6DAEB;
}
.detail_l {
	margin-left:140px;
}
.detail_l h5{
	width:570px;
}
.product_ex li h2 a {
	font-size:15px;
	height:18px;
	display:block;
	overflow:hidden;
	font-family:"微軟正黑體";
}
.product_ex li h5 {
	position:absolute;
	right:0;
	text-align:right;
}
.sort {
	padding:6px 15px;
	border:1px dotted #E3BE6F;
	background:#FFFFE8;
}
/*--------------------產品總覽--------------------*/
#product_overview {
}
#product_overview li {
	margin:0 0 10px 0;
}
#product_overview li h2 {
	font-family:"微軟正黑體";
	padding:6px 10px;/*FF*/
	font-weight:normal;
	padding:8px 0 4px 10px \9;/*ie7*/
	border-bottom:1px solid #ccc;
	background:#F2F2F2;
	font-size:15px;
	margin-bottom:10px;
}
#product_overview li span {
	display:block;
	padding-left:10px;
	margin:0 10px 4px 0;
	background:url(../images/arrow_blue.gif) left 6px no-repeat;
	display:inline-block;
	width:200px;
	vertical-align:top;
	*display:inline;/*ie6*/
}
#product_overview li span:hover {
	background:url(../images/arrow_red.gif) left 6px no-repeat;
}
/*--------------------sign up--------------------*/
.signup_l {
	width:400px;
	margin-left:70px;
	*margin-left:50px;/*ie6*/
	float:left;
	font-size:13px;
	position:relative;
}
.signup_l h3 {
	position:absolute;
	top:-6px;
	right:-6px;
	background:url(../images/free.png) no-repeat;
	width:112px;
	height:112px;
	text-indent:-9999px;
}
.signup_l ul {
	line-height:20px;
	margin-left:20px;
}
.subscribe_r {
	width:470px;
	*margin-right:50px;/*ie6*/
	float:right;
	position:relative;
}
.subscribe_r h1{
	background:none;
}

.signup_r {
	width:350px;
	margin-right:100px;
*margin-right:50px;/*ie6*/
	float:right;
	font-size:13px;
	position:relative;
}
.signup_c {
	margin:0 auto;
	width:400px
}
.signup_r ul {
	line-height:20px;
	margin-left:20px;
}
.signup_r h3 {
	position:absolute;
	top:-6px;
	right:-6px;
	background:url(../images/free.png) no-repeat;
	width:112px;
	height:112px;
	text-indent:-9999px;
}
/*-------------出版品 歷年--------------------*/
.pub_past {
}
.pub_past a {
	border-bottom:dotted 1px #ccc;
	position:relative;
	text-decoration:none;
	display:block;
	height:28px;
	line-height:28px;
	background:url(../images/book.gif) no-repeat left 6px;
	padding:0 0 0 25px;
	color:#222;
}
.pub_past li a span {
	width:500px;
	height:28px;
	display:block;
	overflow:hidden;
}
.pub_past li a:hover span {
	color:#155F83;
	text-decoration:underline;
}
.pub_past li a p {
	line-height:28px;
	position:absolute;
	color:#155F83;
	font-size:11px;
	right:0;
}
/*--------------------form_table--------------------*/
.form_table {
}
.form_table th {
}
.form_table td {
	padding:6px 5px;
}
.large_text {
	width:400px;
	font-size:12px;
	font-family:Arial;
	color:#222;
	font-weight:normal;
	padding:1px 0;
}
.des_text {
	width:320px;
	font-size:12px;
	font-family:Arial;
	color:#222;
	font-weight:normal;
	padding:1px 0;
}
.small_text {
	width:50px;
	font-size:12px;
	padding:1px 0;
	font-family:Arial;
}
.mid_text {
	width:200px;
	padding:1px 0;
	font-size:12px;
	font-family:Arial;
}
.login_text {
	width:260px;
	padding:2px 0;
	font-size:12px;
	font-family:Arial;
}
.btn_padding {
	padding:3px 5px;
}
.checkbox {
}
.checkbox li {
	width:200px;
	float:left; height:20px;
	display:inline-block;
}
/*--------------------display_table--------------------*/
.display_table {
	border-top:1px solid #ccc;
}
.display_table th {
	padding:7px 10px;
	border-bottom:1px solid #ccc;
	background:#f5f5f5;
}
.display_table span {
	color:#630;
	font-size:14px;
	font-family:"微軟正黑體";
	font-weight:bold;
}
.display_table td {
	padding:7px 7px;
	border-bottom:1px solid #ccc;
}
/*-------------買主採購需求--------------------*/
.cart {
}
.cart a {
	border-bottom:dotted 1px #ccc;
	position:relative;
	text-decoration:none;
	display:block;
	height:28px;
	line-height:28px;
	background:url(../images/cart.gif) no-repeat left 2px;
	padding:0 0 0 20px;
	color:#222;
}
.cart li a span {
	width:500px;
	height:28px;
	display:block;
	overflow:hidden;
}
.cart li a:hover span {
	color:#0870A9;
	text-decoration:underline;
}
.cart li a p {
	line-height:28px;
	position:absolute;
	color:#0870A9;
	font-size:11px;
	right:0;
}
/******************展覽國家*************************/
#expoCountry{}
#expoCountry li{
	display:inline-block;
	line-height:20px;
    *display:inline;/*ie6*/
}
/*--------------------footer--------------------*/
#footer_wrapper {
	width:100%;
}
#footer {
	width:920px;
	position:relative;
	height:400px;
	margin:0 auto;
	letter-spacing:0px;
	font-size:13px;
	color:#FFF;
	background:url(../images/bg_footer_new.gif) no-repeat;
	padding:15px;
}
#footer a:hover {
	color:#000;
}
#footer a {
	color:#FFF;
}
p.contact {
	margin-top:60px;
	width:430px;
	margin-right:25px;
	float:left;
	display:block;
}
p.links {
	position:absolute;
	top:20px;
	right:15px;
}
p.logo {
	position:absolute;
	top:20px;
	right:-100;
	height:35px;
	text-indent:-9999px;
	width:229px;
	background:url(../images/logo_footer.png) no-repeat;
}
/**********精選產品切換****/
.abgne-yahoo-carousel {
	position: relative;
}
.abgne-yahoo-carousel * {
	margin: 0;
	padding: 0;
}
.abgne-yahoo-carousel ul, .abgne-yahoo-carousel li {
	list-style:none;
}
.abgne-yahoo-carousel .page {
	position: absolute;
	top:-38px;
	right:80px;
}
.abgne-yahoo-carousel .cbtn {
	position: absolute;
	top:-41px;
	right:0;
	height:20px;
}
.abgne-yahoo-carousel .cbtn a {
	width: 31px;
	height: 24px;
	float: left;
	text-indent: -9999px;
}
.abgne-yahoo-carousel .cbtn a.prev {
	background: url(../images/btn.gif) no-repeat 0 -42px;
}
.abgne-yahoo-carousel .cbtn a.next {
	background: url(../images/btn.gif) no-repeat 0 0;
}
.abgne-yahoo-carousel .frame {
	position: relative;
	overflow: hidden;
	width:670px;	/* (li 的寬度 + li 的邊框寬度 * 2 ) * 一次要顯示的數量 + li 的右邊界 * (一次要顯示的數量 - 1) */
	height:115px;
}
.abgne-yahoo-carousel ul {
	width:9999px;
	position: absolute;
}
.abgne-yahoo-carousel li {
	float: left;
	width: 100px;
	position: relative;
	margin:0 9px 0 5px;
}
/**********精選產品切換****/
.abgne-yahoo-carousel2 {
	position: relative;
}
.abgne-yahoo-carousel2 * {
	margin: 0;
	padding: 0;
}
.abgne-yahoo-carousel2 ul, .abgne-yahoo-carousel2 li {
	list-style:none;
}
.abgne-yahoo-carousel2 .page {
	position: absolute;
	top:-38px;
	right:80px;
}
.abgne-yahoo-carousel2 .cbtn {
	position: absolute;
	top:-41px;
	right:0;
	height:20px;
}
.abgne-yahoo-carousel2 .cbtn a {
	width: 31px;
	height: 24px;
	float: left;
	text-indent: -9999px;
}
.abgne-yahoo-carousel2 .cbtn a.prev {
	background: url(../images/btn.gif) no-repeat 0 -42px;
}
.abgne-yahoo-carousel2 .cbtn a.next {
	background: url(../images/btn.gif) no-repeat 0 0;
}
.abgne-yahoo-carousel2 .frame {
	position: relative;
	overflow: hidden;
	width:470px;	/* (li 的寬度 + li 的邊框寬度 * 2 ) * 一次要顯示的數量 + li 的右邊界 * (一次要顯示的數量 - 1) */
	height:230px;
}
.abgne-yahoo-carousel2 ul {
	width:1410px;
	position: absolute;
}
.abgne-yahoo-carousel2 li {
	float: left;
	width: 89px;
	position: relative;
}
/**************首頁精選產品切換**********************/
#selectProdPlay {
	overflow:hidden;
	width:680px;
	height:230px;
	position:relative;
}
#selectProdPlay ul {
	position:absolute;
}
#selectProdPlay ul.showboxprod{

}
#selectProdPlay ul.showboxprod li a {
}
ul.prodlink {
	margin:5px 0 15px 311px;
}
ul.prodlink li {
	float:left;
}
ul.prodlink li a {
	display: block;
	width: 12px;
	height: 12px;
	text-indent:-9999px;
	margin-right:5px;
	background: url(../images/bullets.png) no-repeat left top;
}
ul.prodlink li a.selectedprod {
	background: url(../images/bullets.png) no-repeat left bottom;
}

#thank {
	height:200px;
	margin-top:20px;
}
#thank .title{
	font-size:24px;
	color:#600;
}

#thank .content{
	font-size:13px;
	margin-top:10px;
}

#featuredNews{
	padding:5px;
}
#featuredNews img{
}
#featuredNews a.ntopic{
	color:#F60;
}

.closesticky{
	float:right;
	display:block;
	background-color:#fff;
	margin-top:10px;
	margin-right:10px;
	border:#000;
	padding:0 5px 0 5px;
	color:#000;
	font-weight:bold;
}
#stickyBannerWrapper{
	position: fixed; 
	bottom: 0;
	width:100%;
	height:86px;
	background:url(../images/stickybg.jpg) top repeat-x;
	z-index:1;
}
#stickyBanner{
	width:950px;
	margin:0 auto;
	background-color:#000;
}
#stickyBanner li{
	width:235px;
	height:80px;
	float:left;
	margin-right:2px;
	margin-top:3px;
	background-color:#fff;
}
#stickyBanner li.last{
	margin-right:0;
}
.prodthumb {
	width: 100px;
	height: 100px;
}
.left{
	float:left;
	margin-right:15px;
}
.btn{
	border: none;
	text-shadow:0px -1px 0px rgba(000, 000, 000, 0.2);
	display:inline-block;
	color: #FFF;
	border:1px solid #7EA744;
	background:linear-gradient(#9CD054, #71AE36);
	cursor: pointer;
	line-height:30px;
	padding:0 10px;
	font-size:15px;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-decoration:none;
}
.btn:hover {
	border:1px solid #BD3848;
	background:linear-gradient(#ff8a31, #ff8a31);
	color: #FFF;
}
.btnSmall{
	border: none;
	text-shadow:0px -1px 0px rgba(000, 000, 000, 0.2);
	display:inline-block;
	color: #FFF;
	border:1px solid #7EA744;
	background:linear-gradient(#9CD054, #71AE36);
	cursor: pointer;
	line-height:30px;
	padding:0 10px;
	font-size:15px;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-decoration:none;
	width:150px;
}
.btnSmall:hover {
	border:1px solid #BD3848;
	background:linear-gradient(#ff8a31, #ff8a31);
	color: #FFF;
}
.ckeditcontent{
	line-height:21px;
	font-size:14px;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
}
/*-------------video--------------------*/
.video_result {
	border-top:1px dotted #CCC;
}
.video_result li {
	height:150px;
	border-bottom:1px dotted #CCC;
	position:relative;
	margin-top:10px;
	width:100%;
}
.videoimg {
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	border:1px solid #B6DAEB;
	width:250px;
	position: relative;
}
.videoimg * {
	vertical-align: middle;
}
.videoimg span {
 +display:inline-block;
 +height:100%;
}
.videoimg:hover {
	border:1px solid #E3BE6F;
}
.videodetail {
	position:absolute;
	left:270px;
	top:0;
}
#i_video {
	overflow:hidden;
	width:680px;
	height:300px;
	position:relative;
}
ul.index_video li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	position: relative;
}
ul.index_video p.time{
	bottom:26px;
}
ul.index_video li:last-child{
	margin-right:0;
	margin-bottom:0;
}
ul.index_video li p.name{
	margin-top:5px;
}
p.time{
	color:#FFF;
	background-color: rgba(0, 0, 0, 0.7);
	padding:3px;
	font-size:13px;
	text-decoration:none;
	bottom:0;
	right:0;
	position: absolute;
	width:40px;
}
.dl_gray dd.ArticleContent {
	background:#FFF;
	padding:15px;
	margin:7px;
}
.ktags{
}
.ktags a {
    text-decoration: none;
    padding: 2px 8px;
    display: inline-block;
    margin-right: 3px;
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #eee; /* 預設灰色 */
}

/* 柔和藍色標籤 */
.ktags a.tag-blue {
    background-color: #4A90E2; /* 柔和藍色 */
    color: white;
    border: 1px solid #4A90E2;
}

/* 橘色標籤 */
.ktags a.tag-orange {
    background-color: #E67E22;
    color: white;
    border: 1px solid #E67E22;
}

/* 綠色標籤 */
.ktags a.tag-green {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

/* 紅色標籤 */
.ktags a.tag-red {
    background-color: #F44336;
    color: white;
    border: 1px solid #F44336;
}

/* 灰色標籤 */
.ktags a.tag-gray {
    background-color: #6C757D;
    color: white;
    border: 1px solid #6C757D;
}

/* 選取時的效果 */
.ktags a.selected {
    background-color: #f25b26;
    color: white;
    border: 1px solid #f25b26;
}

/* 滑鼠懸停效果 */
.ktags a:hover {
    background-color: #666;
    border: 1px solid #666;
    color: white;
}

h2.Article{
	font-size:23px;
	line-height:130%;
}

.float_r{
	float:right;
}
.float_l{
	float:left;
}
.boardcat li{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.boardcat li:nth-child(even){
	margin-right:0px;
}
.videocat li{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.videocat li:last-child{
	margin-right:0;
}
/*----------------dropdownBtnOutfit------------------*/

.largeOption{
	width:100%;
	padding:3px;
}

#tabsArticle li a{
	color: #fff;
	background: #999;
	border-radius: 5px 5px 0 0;
	padding: 4px 20px;
	display: block;
	text-decoration: none;
	float:left;
	margin-right:2px;
}
#tabsArticle li.active a {
	background: #F25B26;
}
.line-button a{
	margin-right:5px;
}
.orange{
	color:#F90;
}
ul.smartsolution{
	width:680px;
}
.smartsolution li {
	float:left;
	width: 223px;
	height: 76px;
	display:block;
	margin-right:2px;
	border:solid 1px #ccc;
	vertical-align: middle
}
.smartsolution li:last-child{
	margin-right:0px;
}
.smartsolution li span {
	
}
.smartsolution li a img {
	z-index:1;
	align:center;
}
.smartsolution li a {
	color:#222;
    *margin-bottom:0px;/*ie6*/
	text-decoration:none;
	height:200px;
}
.smartsolution li a:hover {
	
}
.smartsolution li a p {
	font-weight:bold;
}
.smartsolution li a span {
	height:50px;
}
.smartsolution li a:hover p {
	
}
ul.ExhibArea li{
	float:left;
}
ul.ExhibArea li a{
	text-decoration:none;
	float:left;
	margin-left:5px;
	padding:5px 3px;
	border: solid 1px #ccc;
	border-radius: 5px;
	margin-bottom:5px;
	color:#626262;
	font-size:15px;
}
ul.ExhibArea li a:hover{
	background-color:#2868a7;
	color:#FFF;
}

ul.ExhibArea li a.selected{
	background-color:#2868a7;
	color:#FFF;
	
}
/*---------------rightMenu--------------*/
#rightMenu li{	border-bottom: 1px dotted #ccc;
}
#rightMenu li.sc h3{
	padding: 5px 10px 5px 30px;
	background-image: url(../../tw/images/openItem.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left 5px top 6px;
	word-break: break-strict;
	cursor: pointer;
}
#rightMenu li.sc ul {
	display: none;
	margin:0 0 5px 30px;
}
#rightMenu li.sc ul li {
	padding: 2px 0;
	margin: 0;
	font-size: 14px;
	border:none;
}
#rightMenu li.closeItem h3{
	background-image: url(../../tw/images/closeItem.svg);
}
#rightMenu li.sc ul li a.selected{ color:#f00}