@charset "utf-8";
.clear{clear:both;}
input,textarea{outline:none}


/* load db model003 */
.model003 .sub_menu_list{float: right;}
.model003 .sub_menu_list a{
	font-size: 13px;
	color: #101010;
	font-family: 微軟正黑體;
	line-height: 40px;
}
.model003 .sub_menu_list a:hover{
	color: #8a8989;
}

.model003 .sub_menu_list0 {
	font-size: 13px;
	color: #101010;
	font-family: 微軟正黑體;
	line-height: 40px;
	float: right;
	margin: 0px 7px;
}

.model003 .sub_menu_list .m_stitle{display: none;}
.model003 .sub_menu_list  a:hover .m_stitle{display: inline-block;}
.model003 .sub_menu_list  a:hover .m_title{display: none;}
/*END*/
/* load db logo_img */
/**
*網站LOGO
**/
.logo_img {height:100%}
/*END*/
/* load db web_language002 */
/*語系選擇{*/
.web_language002{
    width: auto;
    display:inline-block;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    cursor:pointer;
    overflow: hidden;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.web_language002.open{padding: 0 10px;}
.web_language002 .selected{width: auto;min-width: 30px;display:inline-block;float: left;cursor: pointer;line-height: 30px;text-align:center;font-size: 12px;font-family: Arial, Helvetica, sans-serif;display:inline-block;}
.web_language002 .language_in,.web_language002 .split{float: left;cursor: pointer;line-height: 30px;font-size: 12px;font-family: Arial, Helvetica, sans-serif;display:none;}
.web_language002 .split{padding:0;}
.web_language002.open .language_in,.web_language002.open .split{display:inline-block;}
.web_language002.open .language_in,.web_language002.open .selected{padding:0 10px;}
/*背景顏色*/
.web_language002 {background-color:#ff520e}
/*背景展開顏色*/
.web_language002.open {background-color:#525250}
/*文字顏色*/
.web_language002 {color: #d7d7d7;}
/*文字滑過顏色*/
.web_language002 .language_in:hover{color:#ff520e;}
/*選中顏色*/
.web_language002 .selected{color: #fff;}
/*語系選擇}*/
/*END*/
/* load db web_search002 */
.web_search002{
    background: #ff520e url(images/web_search002/btn_search.png) no-repeat 3% 50%;
    width: 30px;
    height: 30px;
    display: block;
    cursor:pointer;
    overflow: hidden;
    
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.web_search002 .searchkey{height: 30px;float: left;position:relative;}
.web_search002 input{width:110px;height:30px;line-height:30px;border:0px;border: medium none;margin-left:30px;background-color:transparent;opacity: 0;}
.web_search002.open {width: auto;display:inline-block;cursor:auto;}
.web_search002.open input{opacity: 1;margin-left: 40px;margin-right: 30px;}

/*背景顏色*/
.web_search002 {background-color:#ff520e}
/*背景展開顏色*/
.web_search002.open {background-color:#525250}
/*文字顏色*/
.web_search002 .searchkey,.web_search002 input{color: #d7d7d7;}
/*END*/
/* load db web_edm002 */
.web_edm002{
    background: #ff520e url(images/web_edm002/btn_edm.png) no-repeat 3% 50%;
    width: 30px;
    height: 30px;
    display: block;
    cursor:pointer;
    overflow: hidden;
    
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.web_edm002 .edm_icon{width: 30px;height: 30px;float: left;cursor: pointer;margin-left: 3px;}
.web_edm002 .email{height: 30px;float: left;position:relative;}
.web_edm002 .btn {line-height:30px;padding:0px 8px;float: left;cursor:pointer;font-size:12px;font-family: Arial, Helvetica, sans-serif;text-align:center;}
#btn_reject_email{margin-right:10px;margin-left:1px;}
.web_edm002 input{width:170px;height:30px;line-height:30px;border:0px;border: medium none;margin-left:30px;background-color:transparent;opacity: 0;}
.web_edm002.open {width: auto;display:inline-block;cursor:auto;font-size: 12px;line-height: 26px;}
.web_edm002.open input{opacity: 1;margin-left: 10px;}

/*背景顏色*/
.web_edm002 {background-color:#ff520e}
/*背景展開顏色*/
.web_edm002.open {background-color:#525250}
/*文字顏色*/
.web_edm002 .email,.web_edm002 input,.web_edm002 .btn{color: #d7d7d7;}
/*按鈕滑過顏色*/
.web_edm002 .btn:hover{color:#ff520e;}
/*END*/
/* load db web_menu */
.web_menu{width:1003px;margin:auto;}
.web_menu_contener{position:relative;text-align: center;}
.web_menu ul{display: inline-block; }
.web_menu ul, .web_menu li, .web_menu a{margin: 0;padding: 0;text-decoration: none;}
.web_menu ul, .web_menu li {list-style: none;}
.web_menu ul.navigation li {position: relative;float: left;}
.web_menu ul.navigation li a{display: block;padding: 12px 20px;min-width:55px;text-align:center; transition: background .25s ease-in-out;-moz-transition: background .25s ease-in-out;-webkit-transition: background .25s ease-in-out; }
.web_menu ul.navigation ul{display: none;float: left;position: absolute;left: 0;  margin: 0;z-index:9;}
.web_menu ul.navigation li:hover > ul{display: block;}
.web_menu ul.navigation ul li:last-child {border-bottom: none;}
.web_menu ul.navigation ul {width: 120%;min-width:120px;}
.web_menu ul.navigation ul li {width: 100%;}
.web_menu ul.navigation ul a {text-align: left;padding: 10px 12px;}
.web_menu ul.navigation ul li:hover > ul{display: block;position: absolute;top: 0;left: 100%;}

.web_menu ul.navigation li .m_stitle{display:none;}
.web_menu ul.navigation li:hover .m_stitle{display:block;}
.web_menu ul.navigation li:hover .m_title {display:none;}

/*以下為各版型配色修改*/
/*選單字體顏色*/
.web_menu ul.navigation > li > a {color:#000000;}
/*選單字體大小*/
.web_menu ul.navigation > li > a {font-size: 16px;}
/*選單背景顏色*/
.web_menu ul.navigation > li > a {background:transparent;}
/*滑過-選單字體顏色*/
.web_menu ul.navigation > li > a:hover,.web_menu ul.navigation > li.hover > a{color:#000000;}
/*滑過-選單背景顏色*/
.web_menu ul.navigation > li > a:hover,.web_menu ul.navigation > li.hover > a{background:transparent;}
/*子選單-背景顏色*/
.web_menu ul.navigation ul a,.web_menu ul.navigation ul li {background: #000000;}
/*子選單-字體顏色*/
.web_menu ul.navigation ul a {color: #ffffff;}
/*子選單-字體大小*/
.web_menu ul.navigation ul a {font-size: 14px;}
/*滑過-子選單-字體顏色*/
.web_menu ul.navigation ul a:hover{color: #ffffff;}
/*滑過-子選單-背景顏色*/
.web_menu ul.navigation ul a:hover,.web_menu ul.navigation ul li:hover{background: #232e2d;}
/*子選單-每一個分隔線*/
.web_menu ul.navigation ul li {border-bottom: 1px solid #0b0b0b;}
/*END*/
/* load db home_banner */
.home_banner{margin:0 auto;}
.home_banner .bxslider {margin-top:0px;padding:inherit;height:100%;width:100%;overflow:hidden;}
.home_banner .bx-wrapper {position: relative;margin: 0 auto;padding: 0;*zoom: 1;}
.home_banner .bx-wrapper li{background-repeat: no-repeat;background-size: cover;background-position: center center; float: left;width: 100%;height: 100%;}
.home_banner .bx-wrapper li .solgan{background-repeat: no-repeat;background-size: cover;background-position: center center; float: left;width: 100%;height: 100%;}
.home_banner .bx-wrapper img {display: none;}
.home_banner .bx-wrapper .bx-viewport {left: 0;-webkit-transform: translatez(0);-moz-transform: translatez(0);-ms-transform: translatez(0);-o-transform: translatez(0);transform: translatez(0);}
/* LOADER */
.home_banner .bx-wrapper .bx-loading {min-height: 50px;background: url(../../model/sample/baseimg/home_banner/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}
/* 點點{*/
.home_banner .bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;padding-top: 20px;}
.home_banner .bx-wrapper .bx-pager .bx-pager-item,.home_banner .bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.home_banner .bx-wrapper .bx-pager.bx-default-pager a {background: #FFF;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 10px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.home_banner .bx-wrapper .bx-pager.bx-default-pager a:hover,.home_banner .bx-wrapper .bx-pager.bx-default-pager a.active {background: #0e0e0e;}
/* 點點}*/
/* 左右箭頭 {*/
.home_banner .bx-wrapper .bx-controls-direction{display:none;}
.home_banner .bx-wrapper .bx-prev {left: 10px;background: url(../../model/sample/baseimg/home_banner/controls.png) no-repeat 0 -32px;}
.home_banner .bx-wrapper .bx-next {right: 10px;background: url(../../model/sample/baseimg/home_banner/controls.png) no-repeat -43px -32px;}
.home_banner .bx-wrapper .bx-prev:hover {background-position: 0 0;}
.home_banner .bx-wrapper .bx-next:hover {background-position: -43px 0;}
.home_banner .bx-wrapper .bx-controls-direction a {position: absolute;top: 50%;margin-top: -16px;outline: 0;width: 32px;height: 32px;text-indent: -9999px;z-index: 99;}
.home_banner .bx-wrapper .bx-controls-direction a.disabled {display: none;}
/* 左右箭頭}*/
/*END*/
/* load db product002 */
/*product002 start}*/
.product002{position:relative;padding-top:40px;padding-bottom:30px}
.product002 .product_product{position:relative;width:1016px;margin:0 auto;}
.product002 .prodcuct_title{position: relative;width:100%;}
.product002 .prodcuct_title .default{width:100%;height:45px;background:transparent url(images/product002/title_product.png) top center no-repeat;}
.product002 .product_item0 {width:0px;float:left;}
.product002 .product_item {cursor:pointer;float:left;margin-top:43px;margin-left:8px;margin-right:8px;transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition: opacity .25s ease-in-out;}
.product002 .product_item:hover {opacity:0.8;-moz-opacity:0.5;-khtml-opacity: 0.5; filter:alpha(opacity=50);}
.product002 .product_item .product_item_pic {width:238px;}
.product002 .product_item .product_price {position:absolute;width:80px;height:80px;margin-left:148px;margin-top:148px;border-radius:50%;z-index:1;}
.product002 .product_price_word1 {position:absolute;width:80px;font-family: "Arial Black", Gadget, sans-serif;font-size: 10px;text-decoration: none;margin-top:12px;text-align:center;}
.product002 .product_price_word2 {position:absolute;width:80px;color:#ffffff;font-family: "Arial Black", Gadget, sans-serif;font-size: 25px;font-style: italic;text-decoration: none;margin-top:30px;text-align:center;}
.product002 .product_item_title {font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;font-size: 17px;text-decoration: none;margin-top:16px;}
.product002 .product_item_title a{text-decoration: none;color: #000000;}
.product002 .product_item_text {font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;font-size: 13px;text-decoration: none;margin-top:1px;}
.product002 .product_item_text a{text-decoration: none;color: #656464;}

.product002 .web_more {margin:70px auto;width:1003px;height:35px;padding-top:15px;text-align:center;font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;font-size: 16px;color: #ffffff;text-decoration: none;background: #1f1f1f;transition: background .25s ease-in-out;-moz-transition: background .25s ease-in-out;-webkit-transition: background .25s ease-in-out;}
.product002 .web_more:hover {color: #3d313e;background: #e2dce2;}
/*product002 end}*/

/*價錢背景*/
.product002 .product_item .product_price{background-color:#0e0e0e;}
/*價錢符號字顏色*/
.product002 .product_price_word1{color:#ffffff;}
/*價錢字顏色*/
.product002 .product_price_word2{color:#ffffff;}

/*產品名文字顏色*/
.product002 .product_item_title a{text-decoration: none;color: #000000;}
/*產品說明文字顏色*/
.product002 .product_item_text a{text-decoration: none;color: #656464;}

/*更多產品背景顏色*/
.product002 .web_more{background-color: #1f1f1f;}
/*更多產品文字顏色*/
.product002 .web_more{color: #ffffff;}
/*更多產品背景顏色滑過*/
.product002 .web_more:hover{background-color: #e2dce2;}
/*更多產品文字顏色滑過*/
.product002 .web_more:hover{color: #3d313e;}
/*END*/
/* load db news002 */
.news002{position: relative;margin-top:68px;}
.news002 .news_title{position: relative;width:100%;}
.news002 .news_title .default{width:100%;height:45px;background:transparent url(../../model/sample/baseimg/news002/title_news.png) top left no-repeat;}
.news002 .news_in {margin-top:60px;width:88%;margin-left:7.5%;margin-right:4.5%;}
.news002 .news_item{width:232px;height:172px;float:left;}
.news002 .news_item_date{font-size:12px;line-height:24px;height:24px;width:100%;font-family: arial;color: #2a2a2a;}
.news002 .news_item_subject{font-size:16px;font-family: "微軟正黑體", "Microsoft JhengHei", MingLiU, arial, verdana, helvetica, tahoma, Sans-serif;line-height: 36px;height:36px;overflow:hidden;font-weight: bold;color: #000000;}
.news002 .news_item_summary{font-size:13px;font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;line-height: 25px;max-width:232px;color: #6f6f6f;}
.news002 .news_item_summary a{text-decoration: none;color: #6f6f6f;}
.news002 .news_item_btn{margin-top:18px;text-decoration: none;}
.news002 .news_item_btn a{text-decoration: none;font-size:13px;font-family: Arial, Helvetica, sans-serif;color: #a25c9e;}
.news002 .news_item_btn a:hover {text-decoration: underline;}
.news002 .news_line {float:left;width:2px;height:182px;margin-left:30px;margin-right:30px;background-image:url(../../model/sample/baseimg/news002/line_news.png);background-repeat: repeat-y;}
.news002 .web_more {margin:70px auto;width:1003px;height:35px;padding-top:15px;text-align:center;}

.news002 .web_more {font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;font-size: 16px;text-align:center;text-decoration: none;color: #ffffff;background: #1f1f1f;transition: background .25s ease-in-out;-moz-transition: background .25s ease-in-out;-webkit-transition: background .25s ease-in-out;}
.news002 .web_more:hover {color: #3d313e;background: #e2dce2;}

/*顏色配置*/
.webfont_content .date{color:#2a2a2a;}
.webfont_content .subject{color:#000000;}
.webfont_content, .webfont_content a{color:#6f6f6f;}
.webfont_content .morelink,.webfont_content .morelink a{color:#a25c9e;}

/*日期文字顏色*/
.news002 .news_item_date{color: #2a2a2a;}
/*訊息標題文字顏色*/
.news002 .news_item_subject{color: #000000;}
/*訊息簡介文字顏色*/
.news002 .news_item_summary{color: #6f6f6f;}
/*訊息簡介文字顏色連結*/
.news002 .news_item_summary a{color: #6f6f6f;}

/*更多訊息背景顏色*/
.news002 .web_more{background: #1f1f1f;}
/*更多訊息文字顏色*/
.news002 .web_more{color: #ffffff;}
/*更多訊息背景顏色滑過*/
.news002 .web_more:hover{background: #e2dce2;}
/*更多訊息文字顏色滑過*/
.news002 .web_more:hover{color: #3d313e;}
/*END*/
/* load db web_footer */
.web_footer a{text-decoration: none;}
.footer_desc{color:#6F6F6F}
.footer_desc a{color:#6F6F6F}
.footer_desc a:hover{color:#6F6F6F}
/*END*/
/* load db copyright */
.copyright_desc,.copyright_desc a,.copyright_desc a:hover{
	color:#fff;
	line-height: 22px;
}
/*END*/
/* load db web_count */

/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/var/www/html/public/template/model_css.php</b> on line <b>97</b><br />
