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


/*>>>>>>>>>>>>>>>>>>>>>>>>>基礎*/

html {
    overflow-y: scroll;
}

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

body {
    opacity: 0;
    overflow-x: hidden;
}

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

img {
    vertical-align: bottom;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<基礎*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>頁首*/


/*基礎*/

header {
    /*頁首上間距*/
    padding-top: 0;
}

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: 0.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;
}


/*登入列 + 洽詢車*/


/*主選單*/

nav {
    clear: both;
    margin: 0;
}

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

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

#navMenu a {
    padding: 12px 0;
}

.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 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;
}


/*麵包屑*/


/*搜尋列*/

.search {
    margin-top: 0;
}

.search form {
    line-height: 0;
    white-space: nowrap;
    letter-spacing: -0.31em;
}

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

.search #sf_submit {
    font-size: 100%;
    width: 50px;
    padding: 0;
}

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


/*搜尋列*/


/*內頁banner*/

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

.banner a {
    display: block;
}


/*內頁banner*/


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


/*>>>>>>>>>>>>>>>>>>>>>>>>>頁中*/


/*左選單*/

.colSide {
    width: 250px;
}

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

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

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

.sideCate > li > span > a {
    /*第一層*/
    padding: 8px 0 8px 20px;
    color: #333333;
}

.sideCate > li.active > span > a {
    /*第一層-執行中*/
    color: #FFBB00;
}

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

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

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

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

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

.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 0px;
    background: none;
    border-bottom: solid 2px #000000;
}

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


/*右半邊標題*/


/*首頁基本*/

.index .colMain {
    width: 100%;
}


/*首頁基本*/


/*首頁banner*/

.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;
}


/*首頁banner*/


/*洽詢表單*/



.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: 0.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 {
    background: #333;
    color: #ffffff;
    border-top: none;
    border-bottom: none;
}

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

.newsList a {
    color: #000000;
}

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


/*最新消息-舊式*/


/*會員登入*/

.loginCont .colSide {
    display: none;
}

.loginCont .colMain {
    width: 100%;
}


/*會員登入*/


/*會員註冊*/

.registerCont .colSide {
    display: none;
}

.registerCont .colMain {
    width: 100%;
}


/*會員註冊*/


/*電子型錄*/

.gocatalog #prod_layout.productGrid .img a *{
    display: inline-block;
}
#prod_layout.productGrid.cateBox .proList {
    width: auto;
}

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

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

.catalogCont .productGrid .proList .img a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 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;
}

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

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

.productList .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 #thumblist:after{
    content: '';
    display: block;
    clear: both;
}
.showProCont #slide{
    margin-left: 15px;
    margin-right: 15px;
}
.showProCont #thumblist{
    width: 100% !important;
}
.showProCont #thumblist li{
    margin: 0 5px;
}
.showProCont #thumblist a{
    letter-spacing: -0.31em;
}
.showProCont #thumblist a:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.showProCont #thumblist a img{
    display: inline-block;
    vertical-align: middle;
}
.showProCont .qty {
    margin: 20px 0;
}
.showProCont .qty input{
    margin-bottom: 0;
}
.showProCont #prod_img{
    /*產品圖片寬版輪播*/
    padding: 30px 0;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<產品詳細頁*/


/*<<<<<<<<<<<<<<<<<<<<<<<<<頁中*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>修正頁尾*/

.footer .info,
.copyright {
    padding-left: 0;
}

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

footer a{
    color: inherit;
}
.social{
    /*clear: both;*/
}
.social a{
    vertical-align: bottom;
}
.social a:last-child{
    margin-right: 0;
}

.footer-right{
    float: right;
}
.footer-right:after{
    content: '';
    display: block;
    clear: both;
}
#qrcode{
    margin-left: 5px;
}
#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*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>修正產品列表*/

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


/*<<<<<<<<<<<<<<<<<<<<<<<<<修正產品列表*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>額外補充*/

.middle {
    margin: 0 auto;
}

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


/*<<<<<<<<<<<<<<<<<<<<<<<<<額外補充*/


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


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>網站寬度-客製*/

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

.middle {
    width: 1000px;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<網站寬度-客製*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>頁首-客製化*/

header {
    letter-spacing: -0.31em;
}

header * {
    letter-spacing: normal;
}

.logo {
    display: inline-block;
    width: 40%;
    padding: 30px 0;
    vertical-align: middle;
}

.subNav {
    display: inline-block;
    width: 60%;
    padding: 30px 0;
    vertical-align: middle;
}

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


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

.search {
    margin-top: 5px;
}


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


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

.register {
    margin-right: 10px;
}

.register .cartView a:before {
    background: #FE0000;
}

.register .cartView a:hover {
    color: #f07b20;
    /*opacity: 0.8;*/
}

.register .cartView a:hover:before {
    box-shadow: 0 0 2px rgba(254, 0, 0, 0.6);
}


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


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

.search #sf_submit {
    font-size: 0;
    width: 25px;
    height: 25px;
    border: none;
    background: url(../images/basic01.png) 50% 50% no-repeat;
}

.search #sf_keyword {
    line-height: 25px;
    width: 220px;
    height: 25px;
    border-style: none;
    background: #ececec;
}


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


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<頁首-客製化*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>主選單-客製化*/

.bg-nav {
    background: url(../images/bg-nav01.jpg) 0 50% repeat-x;
}

#navMenu {
    background: none;
}

#navMenu > li + li > a {
    background: url(../images/bg-nav02.jpg) 0 50% no-repeat;
}

#navMenu > li:hover > a {
    background: #ab0000;
    box-shadow: 0 0 15px #800000 inset;
}

#navMenu a{
    margin-bottom: 1px;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<主選單-客製化*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>首頁banner-客製化*/

.index #slidepic_pic2 .control a {
    font-size: 0;
    border: none;
    border-radius: 100px;
}

.flex-direction-nav a{
    display: none !important;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<首頁banner-客製化*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>頁中共用-客製化*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>左半邊*/

.colSide h4 {
    background: #FE0000;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<左半邊*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>右半邊-共用*/


/*標題*/

h2.menuTitle {
    color: #333333;
    border-color: #FE0000;
}
h2.menuTitle a{
    color: inherit;
}
h2.menuTitle:before {
    color: #FE0000;
}

#imgcode {
    /*驗證碼*/
    display: inline-block;
}
/*標題*/

.newsList th {
    background: #FE0000;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<右半邊-共用*/


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<頁中共用-客製化*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>頁尾-客製化*/
footer{
    background: #F2F2F2;
    color: #000;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<頁尾-客製化*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>首頁-客製化*/
.index .colMain{
    margin-top: 30px;
}
.index .title h3{
    float: left;
    color: #FE0000;
}
.index .title a{
    float: right;
    background: #FE0000;
    color: #ffffff;
    padding: 0 10px;
    margin: 2px 0;
}

.index .title{
    border-bottom: solid 2px #FE0000;
    padding: 5px 0;
    margin-bottom: 15px;
}

.index .title:after {
    content: '';
    display: block;
    clear: both;
}
.index .left-side{
    width: 55%;
    float: left;
}
.index .right-side{
    width: 40%;
    float: right;
}
.index .news-list li{
    margin-bottom: 15px;
}
.index .news-list .date{
    display: block;
}
.index .news-list a{
    color: inherit;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<首頁-客製化*/

