/*Mweb套版前修正 v3.0*/


/*作者: Alan 2016.05.11*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>修正Mweb錯誤繼承 version 3.0*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>全站基礎*/

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    overflow-x: hidden;
    width: 100%;
}

html,
body,
input,
textarea,
button,
select {
    font: 16px/normal 'Microsoft JhengHei', 'FontAwesome', 'Arial';
}

body {
    opacity: 0;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    vertical-align: bottom;
}

header,
.breadcrumb,
.content,
.footer {
    width: 1000px;
}

nav {
    clear: both;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.middle {
    margin: 0 auto;
}

.alignCenter:after {
    display: block;
    clear: both;
    content: '';
}

.display_editor_data img{
    max-width: 100%;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<全站基礎*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>擴充*/

.after:after {
    display: block;
    clear: both;
    content: '';
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<擴充*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>頁首基礎*/

header:after {
    display: block;
    clear: both;
    content: '';
}

.header {
    padding-top: 10px;
}

.header:after {
    display: block;
    clear: both;
    content: '';
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<頁首基礎*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>LOGO*/

.logo {
    float: none;
    /*logo*/
    padding-top: 0;
}

.logo a {
    display: inline-block;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<LOGO*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>語言列*/

.lag,
.lagH,
.register {
    font-size: 100%;
}

.lagH {
    padding: 1px 0;
}

.lagH ul:after {
    display: block;
    clear: both;
    content: '';
}

.lagH li:last-child {
    margin-right: 0;
}

.lagH a {
    display: inline-block;
    vertical-align: bottom;
}

.lagH img {
    display: block;
    margin: 2px 0;
    margin-right: 0;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<語言列*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>登入列 + 洽詢車*/

.register {
    padding: 1px 0;
}

.register li {
    padding-right: 6px;
}

.register li:last-child {
    padding-right: 0;
}

.register li a {
    color: #666;
}

.register a:hover {
    color: #333;
}

.register .cartView a {
    display: inline-block;
    height: auto;
    padding-left: 0;
    color: #333;
    background: none;
}

.register .cartView a:hover {
    opacity: .8;
}

.register .cartView a:before {
    display: inline-block;
    width: 21px;
    margin-right: 3px;
    content: '\f07a';
    text-indent: 2px;
    color: #fff;
    border-radius: 100px;
    background: #333;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<登入列 + 洽詢車*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>搜尋列*/

.search {
    margin-top: 0;
    overflow: hidden;
}

.search form {
    line-height: 0;
    white-space: nowrap;
    letter-spacing: -0.31em;
    border:solid 1px #ccc;
}


.search #sf_keyword {
    font-size: 100%;
    width: 180px;
    padding: 0 0 0 0;
    text-indent: 5px;
    border: none;
}

.search #sf_submit {
    font-size: 100%;
    line-height: 21px;
    width: 30px;
    height: 21px;
    padding: 0;
    border: none;
    font-size: 0;
    background: url(../images/basic01.png) 50% 50% no-repeat;
    background-size: auto 75%;
}

.search input {
    line-height: 21px;
    display: inline-block;
    overflow: hidden;
    box-sizing: content-box !important;
    height: 21px;
    border-radius: 0;
    letter-spacing: normal;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<搜尋列*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>主選單*/

#navMenu {
    font-size: inherit;
    font-weight: normal;
    height: auto;
    border-radius: 0;
    background: #666;
}

#navMenu:after {
    display: block;
    clear: both;
    content: '';
}

#navMenu li a {
    padding: 12px 0;
    color: inherit;
}

.sf-arrows .sf-with-ul:after {
    /*展開箭頭*/
    right: 10%;
    margin-top: -2.5px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}

#navMenu > li {
    border-right: none;
}

#navMenu > li > a {
    white-space: nowrap;
}

#navMenu > li > a:hover {
    background: #999;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3) inset;
}

#navMenu > li + li {
    background: url(../images/basic03.png) 0 50% no-repeat;
}

#navMenu > li + li:hover {
    background: none;
}

#navMenu > li:hover + li {
    background: none;
}

#navMenu > li + li > a {
    margin-left: 1px;
}

#navMenu li li {
    border-top: none;
    background-image: url(../images/basic04.png);
    background-repeat: repeat-x;
}

#navMenu li li a {
    padding: 8px 10px 8px 15px;
}

#navMenu li li:hover > a {
    color: #f07b20;
}

#navMenu li li:hover {
    background: #fff;
}

#navMenu li li li {
    background: #eee url(../images/basic04.png) 0 0 repeat-x;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<主選單*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>麵包屑*/

.breadcrumb {
    padding: 10px 0;
}

.breadcrumb h1 {
    font-weight: normal;
    display: inline-block;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<麵包屑*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>banner首頁+內頁*/

.banner .slides {
    position: relative;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}

.banner a {
    display: block;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<banner首頁+內頁*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>首頁banner*/
.index .banner{
    position: relative;
}
.index #slidepic_pic2 {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.index #slidepic_pic2 a.ad {
    display: block;
}

.index #slidepic_pic2 .control {
    line-height: 0;
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: center;
}

.index #slidepic_pic2 .control a {
    font-size: 12px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    text-indent: 0;
    border: 1px solid #ccc;
    background: #fff;
}

.index #slidepic_pic2 .control a:last-child {
    margin-right: 0;
}

.index #slidepic_pic2 .control a.on {
    color: #fff;
    background: #f00;
}
.index .flex-direction-nav{
    /*左右按鈕，錯得離譜，無法修*/
    display: none;
}
.index .banner .flex-control-nav{
    /*點點按鈕*/
    bottom: 8%;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<首頁banner*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>左選單*/

.colSide {
    width: 250px;
}

.colSide h4 {
    font-size: 120%;
    /*左選單標題*/
    margin-bottom: 0;
    padding: 12px 15px;
    border-radius: 0;
    background: #000;
}

.sideCate a:hover {
    /*共用-按鈕滑過*/
    opacity: .7;
}

.sideCate ul {
    /*左選單-次分類縮排*/
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.sideCate > li > span > a[title] {
    font-weight: normal;
    /*第一層*/
    padding: 8px 0 8px 20px;
    color: inherit;
}

.sideCate > li.active > span > a[title] {
    font-weight: bold;
    /*第一層-執行中*/
    color: #fb0;
}

.sideCate > li > ul > li > a {
    /*第二層*/
    padding: 6px 0 6px 10px;
    color: #555;
    border-bottom: dashed 1px #ccc;
}

.sideCate > li > ul > li:last-child > a {
    /*第二層*/
    border-bottom: none;
}

.sideCate > li > ul > li a.active {
    font-weight: bold;
    /*第二層-執行中*/
    color: #fb0;
}

.sideCate li a.tree {
    z-index: 1;
    width: 20px;
    height: auto;
    /*展開按鈕*/
    padding: 8px 0;
}

.sideCate li a.tree:before {
    font-weight: normal;
    line-height: normal;
    display: inline-block;
    /*展開按鈕*/
    content: '\f0fe';
    color: #000;
}

.sideCate li a.tree.active {
    /*展開按鈕*/
    background: none;
}

.sideCate li a.tree.active:before {
    /*展開按鈕*/
    content: '\f146';
}

.sideCate li.par_tree,
.sideCate li.par_tree.active {
    /*左選展開按鈕-刪除多於按鈕*/
    background: none;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<左選單*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>右半邊--標題*/

h2.menuTitle {
    font-size: 120%;
    padding: 11px 0;
    border-bottom: solid 2px #000;
    background: none;
}

h2.menuTitle:before {
    padding: 0 8px;
    content: '\f04b';
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<右半邊--標題*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>首頁--中間基本*/

.index .colMain {
    width: 100%;
    float: none
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<首頁--中間基本*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>洽詢車表單*/

.cartCont .cartList .btnOrder {
    line-height: normal;
    /*洽詢車列表的回上一頁*/
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 5px 15px;
    border: 0;
    background: #999;
}

.cartCont .cartList .btnOrder:hover {
    color: #000;
    /*洽詢車列表的回上一頁*/
    background: #ccc;
}

.cartCont .cartList table td {
    /*洽詢列表*/
    vertical-align: middle;
}

.cartCont .cartList a {
    color: inherit;
}

.cartCont .cartList a:hover {
    opacity: .6;
}

.cartCont .button {
    /*送出按鈕高度*/
    height: auto;
}

.cartCont .colMain {
    /*右半邊展開*/
    width: 100%;
}

.cartCont .colSide {
    /*左半邊隱藏*/
    display: none;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<洽詢車表單*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>聯絡表單*/

.contactCont .button {
    /*送出按鈕高度*/
    height: auto;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<聯絡表單*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>最新消息-新版*/

.news4 .newlist .text {
    /*最新消息列表簡述*/
    margin: 10px 0 0 0;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<最新消息-新版*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>最新消息-舊版*/

.newsList th {
    color: #fff;
    border-top: none;
    border-bottom: none;
    background: #333;
}

.newsList th + th {
    border-left: solid 1px #fff;
}

.newsList a {
    color: #000;
}

.newsList a:hover {
    color: #f07b20;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<最新消息-舊版*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>電子型錄*/

#prod_layout.productGrid.cateBox .proList {
    width: auto;
}

.catalogCont .productGrid .proList .img {
    max-width: 100%;
    border: solid 1px #ddd;
}


/*.catalogCont .productGrid .proList .img a {
    width: 100%;
    height: 100%;
    letter-spacing: -0.31em;
}

.catalogCont .productGrid .proList .img a:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}*/


/*<<<<<<<<<<<<<<<<<<<<<<<<<電子型錄*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>會員登入*/

.loginCont .colSide {
    display: none;
}

.loginCont .colMain {
    width: 100%;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<會員登入*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>會員註冊*/

.registerCont .colSide {
    display: none;
}

.registerCont .colMain {
    width: 100%;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<會員註冊*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>產品--搜尋結果*/

.search_div .colSide {
    display: none;
}

.search_div .colMain {
    width: 100%;
}

.search_div .proWrapBox {
    text-align: center;
}

.search_div .advSearch {
    text-align: left;
}

.search_div .sortBox {
    text-align: left;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<產品--搜尋結果*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>產品--產品列表*/


/*基礎*/

.btnOrder {
    line-height: normal;
    width: auto;
    height: auto;
    /*產品頁的加入洽詢車*/
    margin: 0;
    padding: 8px 10px 8px 40px;
}

.productGrid {
    /*列表外框，修正子元素的陰影被裁切*/
    overflow: visible;
}

.productGrid:after {
    display: block;
    clear: both;
    /*列表外框，修正float*/
    content: '';
}

.productGrid a:hover {
    /*列表，超連結滑過不要底線*/
    text-decoration: none;
}

.productGrid .proList {
    margin: 0 0 20px;
}
.productGrid .proList .img{
    letter-spacing: -0.31em;
    max-width: 250px;
}
.productGrid .proList .img a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.productGrid .proList .img a:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.proList h3 a {
    /*產品列表標題顏色*/
    color: #333;
}

.proList h3 a:hover {
    /*產品列表標題顏色*/
    color: #e9401f;
}

.proList .txt {
    display: inline-block;
    box-sizing: border-box;
}

.productList .proList .txt {
    /*橫式模式*/
    float: left;
    width: 100%;
}


/*基礎*/


/*顯示模式切換*/

.sortBox {
    margin-bottom: 0;
}

.sortBox:after {
    display: block;
    clear: both;
    content: '';
}

.sort a {
    height: 21px;
}

.psort a {
    height: 21px;
    margin-top: 0;
}

a.iconGrid {
    background-position: -25px -30px;
}

a.iconGridOn {
    background-position: -25px 0;
}

a.iconList {
    background-position: 0 0;
}

a.iconListOn {
    background-position: 0 -30px;
}


/*顯示模式切換*/


/*<<<<<<<<<<<<<<<<<<<<<<<<<產品--產品列表*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>產品--詳細介紹*/

.showProCont .productPic {
    margin-bottom: 15px;
}


/*產品圖片寬版幻燈片*/

.showProCont #prod_img {
    height: 300px;
    padding: 30px 0;
}

.showProCont #prod_img a {
    height: 100%;
    letter-spacing: -0.31em;
}

.showProCont #prod_img a:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.showProCont #prod_img img {
    max-width: 100%;
    max-height: 100%;
}


/*產品圖片寬版幻燈片*/

/*產品圖片窄版幻燈片*/
.productPic{
    width: 50%;
    margin-right: 5%;
}
.productRight {
    float: left;
    width: 45%;
}
/*產品圖片窄版幻燈片*/
/*縮圖*/

.showProCont #slideout {
    height: auto;
}

.showProCont #slide {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
}

.show_prodcut #thumblist:after {
    display: block;
    clear: both;
    content: '';
}

.show_prodcut #thumblist {
    /*width: 1000px !important;*/
}

.show_prodcut #thumblist li {
    margin: 0 0;
}

.show_prodcut #thumblist a {
    line-height: normal;
    float: none;
    letter-spacing: -0.31em;
}

.show_prodcut #thumblist a:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.show_prodcut #thumblist a .thumbs {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#prevBtn,
#nextBtn {
    width: 15px;
}

#nextBtn {
    background-position: 100% 0;
}

.glass-case ul li .gc-li-display-container img{
    /*手機版*/
    max-width: 100%;
    max-height: 100%;
}
/*縮圖*/


/*數量*/

.showProCont .qty {
    margin: 20px 0;
}

.showProCont .qty input {
    margin-bottom: 0;
}


/*數量*/


/*頁籤*/

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ccc;
}

.r-tabs-state-default {
    background: #ccc;
}

.r-tabs .r-tabs-nav {
    margin-bottom: -1px;
    border-bottom: 0;
}

.display_editor_data.r-tabs-panel {
    border-top: solid 1px #ccc;
}


/*頁籤*/


/*<<<<<<<<<<<<<<<<<<<<<<<<<產品--詳細介紹*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>頁尾*/
.footer .info,
.copyright {
    padding-left: 0;
}

.footer .menu {
    margin-bottom: 0;
    letter-spacing: -0.31em;
}

.footer .menu a {
    padding: 0;
    letter-spacing: normal;
}

.footer .menu a:first-child {
    padding-left: 0;
}

.footer .menu a + a {
    background: url(../images/basic04.png) 0 0 repeat-y;
}

footer a {
    color: inherit;
}

footer a:hover {
    text-decoration: none;
}

.social a {
    vertical-align: bottom;
}

.social a:last-child {
    margin-right: 0;
}

.footer-right {
    float: right;
}

.footer-right:after {
    display: block;
    clear: both;
    content: '';
}

#qrcode {
    margin-left: 5px;
    box-shadow: 0 0 1px #333;
}

#qrcode a {
    display: block;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<頁尾*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>修正IE9 ~ IE10*/

:root #navMenu ul li a {
    padding: 8px 5px 8px 15px \9;
}

:root body {
    font-size: 16px;
    background-position: 0 0;
}

:root .sort a,
:root .psort a {
    margin-top: 0 \9;
}

:root h2.menuTitle {
    /*右半邊大標題*/
    padding: 0 0 10px 40px \9;
}

:root .btnOrder {
    /*產品頁的加入洽詢車*/
    padding: 10px 10px 10px 40px \9;
}

:root #navMenu {
    /*主選單*/
    font-size: 16px \9;
}

:root .lag,
.register {
    font-size: 100%;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<修正IE9 ~ IE10*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>編輯器*/

.display_editor_data {
    /*font-size:24px;*/
}

.display_editor_data p {
    font-size: 100%;
    margin: 1em 0;
}

.display_editor_data h4 {
    font-size: 110%;
    margin: 1em 0;
    color: #ea8211;
}

.display_editor_data h3 {
    font-size: 120%;
    margin: 1em 0;
    color: #06c;
}

.display_editor_data h2 {
    font-size: 130%;
    margin: 1em 0;
    color: #c00;
}

.display_editor_data h1 {
    font-size: 140%;
    margin: 1em 0;
}

.display_editor_data img {
    display: inline;
}

.display_editor_data ol {
    margin: 1em 0;
    padding-left: 2em;
}

.display_editor_data ul {
    margin: 1em 0;
    padding-left: 2em;
    list-style-type: disc;
}

.display_editor_data table {
    margin: 1em auto;
}

blockquote td,
.display_editor_data td {
    padding: 5px;
    border-color: #666;
}

.display_editor_data th {
    padding: 8px;
    color: #000;
    border-color: #666;
    background: #ddd;
}

.display_editor_data a {
    color: #06f;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<編輯器*/


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<修正Mweb錯誤繼承 version 3.0*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>客製化*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>頁首基礎*/

header {
    letter-spacing: -0.31em;
}

header .left {
    display: inline-block;
    width: 350px;
    vertical-align: bottom;
    letter-spacing: normal;
}

header .right {
    display: inline-block;
    width: 650px;
    vertical-align: bottom;
    letter-spacing: normal;
}

header .right:after {
    display: block;
    clear: both;
    content: '';
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<頁首基礎*/


/*語言列*/

.lagH li + li {
    padding-left: 5px;
    border-left: solid 1px #666;
}


/*語言列*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>搜尋列*/

.search {
    clear: none;
    margin-right: 15px;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<搜尋列*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>洽詢車*/

.register {
    margin-right: 15px;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<洽詢車*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>主選單*/

nav {
    float: right;
    width: 100%;
    margin-top: 40px;
}

#navMenu {
    background: none;
}

#navMenu li a {
    padding: 5px 0;
}

#navMenu > li > a:hover {
    background: #db0014;
    box-shadow: none;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<主選單*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>搜尋列*/
/*.search #sf_submit{
    font-size: 0;
    background: #333;
    border-color: #333;
}*/
/*<<<<<<<<<<<<<<<<<<<<<<<<<搜尋列*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>banner首頁+內頁*/

.banner {
    margin-top: 10px;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<banner首頁+內頁*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>產品頁以外的共用-左半邊*/

.colSide h4 {
    font-size: 180%;
    font-weight: normal;
    margin-bottom: 25px;
    color: #000;
    background: #e6e6e6;
}

.sideCate > li > span > a[title]:hover {
    /*font-weight: bold;*/
    /*color: #fff;*/
    background: rgba(231, 147, 23, 0.7);
}

.sideCate > li > span > a[title].active {
    font-weight: bold;
    color: #fff;
    background: rgba(231, 147, 23, 1);
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<產品頁以外的共用-左半邊*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>產品頁以外的共用-右半邊*/

h2.menuTitle {
    font-size: 180%;
    font-weight: normal;
    border-bottom: dotted 1px #a7a7a7;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<產品頁以外的共用-右半邊*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>產品列表 & 產品詳介-上半邊*/

.listProCont .colSide,
.showProCont .colSide {
    float: none;
    width: 100%;
}
.productCont .colSide{
    display: none;
}
.listProCont .colSide h4,
.showProCont .colSide h4 {
    display: none;
}

.listProCont .sideCate:after,
.showProCont .sideCate:after {
    display: block;
    clear: both;
    content: '';
}

.listProCont .sideCate li,
.showProCont .sideCate li {
    float: left;
    width: 33.3%;
    text-align: center;
    border-bottom: none;
}

.listProCont .sideCate > li > span,
.showProCont .sideCate > li > span{
    display: block;
    background: #e6e6e6;
    margin: 5px 5px;
    /*padding: 10px 0;*/
    color: #666;
    letter-spacing: -0.31em;
}



.listProCont .sideCate > li > span:hover,
.showProCont .sideCate > li > span:hover {
    color: #fff;
    background: rgba(231, 147, 23, 0.8);
}

.listProCont .sideCate > li.active > span,
.showProCont .sideCate > li.active > span  {
    color: #fff;
    background: rgba(231, 147, 23, 1);
}

.listProCont .sideCate span:hover,
.showProCont .sideCate span:hover {
    opacity: 1;
}
.listProCont .sideCate span:before,
.showProCont .sideCate span:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.listProCont .sideCate > li > span > a[title],
.showProCont .sideCate > li > span > a[title] {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    padding: 20px 0;
    width: 100%;
}
.listProCont .sideCate > li > span > a[title]:hover,
.showProCont .sideCate > li > span > a[title]:hover {
    background: none;
    opacity: 1;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<產品列表 & 產品詳介-上半邊*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>產品列表 & 產品詳介-下半邊*/

.listProCont .colMain,
.showProCont .colMain {
    float: none;
    width: auto;
    margin-top: 50px;
}
.productCont .colMain{
    margin-top: 0;
}
.listProCont h2.menuTitle,
.showProCont h2.menuTitle {
    font-size: 180%;
    font-weight: normal;
    text-align: center;
    color: #000;
    border-bottom: dotted 1px #a7a7a7;
}

.listProCont h2.menuTitle:before,
.showProCont h2.menuTitle:before  {
    display: none;
}
.showProCont #prod_img {
    margin: 0 auto;
}

.showProCont #slideout {
    margin: 15px auto 0;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<產品列表 & 產品詳介-下半邊*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>首頁banner*/

.banner .flex-control-paging li a {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    text-indent: 0;
    font-size: 0;
}
.banner .flex-control-paging li a:hover{
    background: rgba(255, 255, 255, 0.6);
}
.banner .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.9);
}

.banner .flex-control-nav li{
    vertical-align: bottom;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<首頁banner*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>首頁banner文字*/
.bannerText{
    position: absolute;
    width: 100%;
    text-align: center;
    letter-spacing: normal;
    top: 35%;
    z-index: 20;
    color: #fff;
    text-shadow: 1px 1px 5px #333;
}
.bannerText h2{
    font-size: 300%;
    margin-bottom: 10px;
}
.bannerText h3{
    font-size: 150%;
    margin-bottom: 45px;
}
.bannerText a{
    padding: 10px 25px;
    border: solid 1px #898989;
    border-radius: 5px;
    display: inline-block;
    background: #fff;
    color: #000;
    text-shadow: none;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<首頁banner文字*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>首頁-基礎*/
.index .content{
    margin: 0;
    width: 100%;
    padding-bottom: 0;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<首頁-基礎*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>首頁-擴充共用*/
.extend{
   padding: 40px 0;
}
.extend .title h2{
    text-align: center;
    margin: 0px 0 30px 0;
    font-size: 180%;
    font-weight: normal;
    letter-spacing: 8px;
}
.extend .range{
    width: 900px;
    margin: 0 auto;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<首頁-擴充共用*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>首頁-01+02擴充*/

.extend-blocks .block{
    width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}
.extend-blocks .block:nth-child(n+4){
    margin-bottom: 0;
}
.extend-blocks .block:hover{
    opacity: 0.8;
}
.extend-blocks .block a{
    display: block;
    margin: 10px;
}
.extend-blocks .block .border{
    max-width: 250px;
    max-height: 250px;
    margin: 0 auto;
    padding: 10px;
    font-size: 0;
    letter-spacing: -0.31em;
}

.extend-blocks .block .border:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    /*font-size: normal;*/
    height: 100%;
    letter-spacing: normal;
}
.extend-blocks .block img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    /*font-size: normal;*/
    letter-spacing: normal;
}

.extend-blocks .block p{
    margin-top: 10px;
}

.extend02{
    background: #1e1e1e;
    color: #fff;
    overflow: hidden;
}
.extend02 .block .border{
    border:solid 1px #8d8d8d;
    background: #fff;
}
.extend02 .bx-wrapper .bx-prev{
    left: -50px !important;
}
.extend02 .bx-wrapper .bx-next{
    right: -50px !important;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<首頁-01+02擴充*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>首頁-擴充03*/
.extend03 .data{
    text-align: center;
    line-height: 180%;
}
.extend03 .link{
    text-align: center;
    margin-top: 50px;
}
.extend03 .link a{
    padding: 10px 25px;
    border:solid 1px #898989;
    border-radius: 5px;
    display: inline-block;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<首頁-擴充03*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>首頁-擴充footer*/
.extend-footer{
    background: #1e1e1e;
    color: #fff;
    overflow: hidden;
}


.extend-footer .branch{
    width: 33.3%;
    float: left;
}
.extend-footer .branch .margin{
    margin: 0 30px;
}

.extend-footer .branch h3{
    padding: 20px 0;
    text-align: center;
    font-weight: normal;
    border-width: 1px 0 1px 0;
    border-style: dotted;
    border-color: #858585;
}
.extend-footer .branch ul{
    margin-top: 20px;
}
.extend-footer .branch li+li{
    margin-top: 8px;
}
.extend-footer .branch li{
    display: table;
}
.extend-footer .branch li label{
    display: table-cell;
    padding-right: 8px;
    min-width: 60px;
}
.extend-footer .branch li span{
    display: table-cell;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<首頁-擴充footer*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>頁尾*/
footer{
    background: #1e1e1e;
    overflow: hidden;
}
#qrcode{
    float: left;
    margin-left: 0;
}
.footer{
    border-top: solid 1px #505050;
    /*margin-top: 50px;*/
}
.copyright{
    text-align: center;
    color: #999;
    margin-bottom: 15px !important;
}
.social{
    margin-top: 55px;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<頁尾*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>編輯器規格表*/
.pro-tab{
    /*border-collapse: collapse;*/
    /*border-collapse: 5px;*/
    border-spacing: 8px 0;
    border: none;
    width: 90%;
}



.pro-tab td,
.pro-tab th{
    border-width: 1px 0 0px 0;
    border-color: #a4a4a4;
    border-style: solid;
    background: none !important;
    text-align: left !important;
    /*margin-right: 5px;*/
}
.pro-tab th{
    width: 30%;
}

.pro-tab tr:last-child td,
.pro-tab tr:last-child th{
    border-bottom-width:1px; 
}
.pro-tabti td,
.pro-tabti th{
    background: #efefef !important;
    padding: 8px !important;
    font-weight: bold;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<編輯器規格表*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>關於我們編輯器*/
.aboutCont .txtContent table th{
    white-space: nowrap;
    padding-right: 5px;
    vertical-align: top;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<關於我們編輯器*/
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<客製化*/
