﻿h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}
#MainPdMenu {
    text-align: center;
    padding-left: 10px;
}
#MainPdMenu li{display: inline-block;position:relative;width:150px}
#MainPdMenu li a{color:#fff;display:inline-block;padding:0 14px;text-decoration:none;height:32px;line-height:32px;}
#MainPdMenu>li>a:hover{background:#99CC33;color:#fff;text-decoration:none;height:32px;line-height:32px}
#MainPdMenu li ul{display:none;background:#fff;padding:0;border:1px solid #ddd;border-bottom-right-radius:8px;border-bottom-left-radius:8px}
#MainPdMenu li:hover .subMenu{display:block;position:absolute;top:32px;left:0;z-index:100;width:150px}
#MainPdMenu li ul li{margin-right:0;width:150px}
#MainPdMenu li ul li a:hover{background:#99CC33;color:#fff;text-decoration:none}
#MainPdMenu li ul li a{color:#777;border-bottom:1px solid #ddd;display:block;height:auto;line-height:normal;padding:8px}
#MainPdMenu li ul li:last-child a{border-bottom-right-radius:8px;border-bottom-left-radius:8px}
#subMenu li{float:left;display:block;position:relative}
#subMenu li a{color:#666;letter-spacing:1.3px;height:32px;line-height:32px;display:inline-block;padding:0 14px}

button:focus, input:focus {
    outline: none;
}

#searchDepartmentList {
    padding: 0;
}

#search-bar {
    background-color: white;
    border-radius: 20px;
    max-width: 600px;
    display: inline-table;
    padding: 8px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    display: table-cell;
    min-width: 150px;
    text-align: left;
}

#SearchBtn {
    background-color: transparent;
    color: #333;
    font-weight: normal;
    border: 1px solid transparent;
    box-shadow: none;
    padding-left: 15px;
}
#pdshow_pdHtml > p {
    line-height: 30px;
    color: #666666;
}
#pdshow_pdHtml > ul > li {
    line-height: 30px;
    color: #666666;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    /*vertical-align: middle;*/
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    /*margin-left: 5px;*/
    margin-right: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -2px;
    z-index: 1000;
    float: left;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu > li {
    cursor: pointer;
}

.dropdown-menu > li > span {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    padding: 7px 15px;
    color: #135a9a;
}

.dropdown-menu > li:hover {
    background-color: #eee;
}

.form-control {
    border: 0;
    background: 0;
    box-shadow: none;
    border-radius: 0;
    min-width: 380px;
    /*display: table-cell;*/
}

.btn-Search-i {
    background-color: transparent;
    border-color: transparent;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.btn-pmName{
    font-size: 14px;
    cursor: pointer;
}
#pdMenu {
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    text-align: left;
}
#pdMenuM {
    margin: 0;
    padding: 0;
}
ul.MainPdMenu, ul.MainPdMenu ul { /* 取消ul預設的內縮及樣式 */
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.MainPdMenu {
    display: inline-block;
    font-family: '微軟正黑體';
    font-size: 18px;
}
ul.MainPdMenu li {
    position: relative;
    /*white-space: nowrap;*/ /*控制選單排列方式*/
    width: 180px;
    min-width: 180px;
    top: 5px;
}
ul.MainPdMenu > li:last-child {
    border-right: none;
}
ul.MainPdMenu > li {
    float: left; /* 只有第一層是靠左對齊*/
}
ul.MainPdMenu a {
    color: #333;
    display: block;
    padding: 0px;
    text-decoration: none;
    line-height: 30px;
}
ul.MainPdMenu a:hover { /* 滑鼠滑入按鈕變色*/
    color: #111;
}
ul.MainPdMenu ul li > a { /* 滑鼠移入次選單上層按鈕保持變色*/
    color: #333;
}
ul.MainPdMenu ul li:hover > a { /* 滑鼠移入次選單上層按鈕保持變色*/
    background-color: #f89090;
    color: #fff;
    font-weight:bold;
}
ul.MainPdMenu ul {
    border: #ccc 1px solid;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: -1px;
    /*width: 100%;*/
    max-width: 210px;
    min-width: 210px;
    font-size: 15px;
}
ul.MainPdMenu ul li {
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.MainPdMenu ul li a {
    line-height: 30px;
}
ul.MainPdMenu ul li:last-child {
    border-bottom: none;
}
ul.MainPdMenu ul ul { /*第三層以後的選單出現位置與第二層不同*/
    z-index: 999;
    /*top: 10px;*/
    left: 90%;
}
ul.MainPdMenu ul { /*隱藏次選單*/
    display: none;
    left: 0px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
ul.MainPdMenu li:hover > ul { /* 滑鼠滑入展開次選單*/
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    left: -1px;
    border-right: 5px;
}
ul.MainPdMenu li:hover > ul ul { /* 滑鼠滑入之後、次選單之後的選單依舊隱藏*/
    left: 0px;
}
ul.MainPdMenu ul li:hover > ul { /* 第二層之後的選單展開位置*/
    left: 90%;
}
.pods {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
    padding-top: 25px;
    overflow: auto;
    /*margin-top: -100px;*/
}
.pods h3:after {
    border-bottom: 3px solid #ddd;
    content: "";
    display: block;
    margin: 0 0 10px 0;
    /*max-width: 50px;*/
    padding-top: 10px;
    width: 20%;
    margin: 0 auto;
}
.down-container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    width: 1400px;
    overflow: auto;
}
.title_container {
    width: 1320px;
    line-height: 1.1;
    margin: 20px auto;
    padding-left: 310px;
    padding-top: 40px;
}
}
.container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    overflow: auto;
    /*width: 1200px;*/
}
.row {
    display: block;
    overflow: auto;
}
.col-md-4 {
    width: 30%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}
.col-sm-offset-0 {
    margin-bottom: 40px;
    margin-left: 0;
}
.podCard {
    background: #fff;
    /*margin-bottom: 40px;*/
    padding: 10px;
    height: 320px;
}

.podCard h3{
    line-height: 2rem;
    font-size: 26px;
    margin: 0 auto;
    font-weight: 700;
}

/*.podCard h3 a{
    text-decoration: none;
    color: #135a9a;
}*/
.podCard h3 p{
    text-decoration: none;
    color: #135a9a;
    margin: 0 auto;
    cursor: default;
}
.podCard p a:hover{
    text-decoration: underline;
    color: #f76464;
}

.podCard p a{
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.col-xs-12 {
    width: 100%;
    float: left;
}
.slider {
    box-sizing: border-box;
}
.slider h3 {
    font-size: 35px;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 50px;
    color: #333;
    text-align: center;
    font-weight: 700;
}
.sli-carousel {
    margin-bottom: 70px;
    padding: 0 8%;
    display: block;
    /*width: 100%;*/
    position: relative;
}
.sli-carousel-in {
    position: relative;
}
.sli-stage-out {
    /*height: 300px;*/
    overflow: hidden;
}
.sli-stage {
    /*width: 1900px;*/
    height:310px;
    transform: translate3d(0px, 0px, 0px);
}
.sli-item {
    /*max-width: 240px;*/
    width: 240px;
    height: 240px;
    float: left;
}
.item {
    padding: 0 20%;
}
.sli-content {
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
    opacity: 1;
}
.img-control {
    height: 185px;
    /*display: table;*/
    overflow: hidden;
}
.img-control_brower {
    height: 250px;
    /*display: table;*/
    overflow: hidden;
}
.img-control_brower > a > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.img-control > a > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.sli-content a {
    font-size: 18px;
    line-height: 17px;
    color: #135a9a;
    line-height: 26px;
}
.sli-content a:hover{
    text-decoration: underline;
    color: #f76464;
}
.sli-nav {
    font-size: 50px;
    color: #f90;
    line-height: 60px;
}
.sli-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 80px;
    position: absolute;
    top: 40%;
    margin-top: -25px;
    left: 0;
}
.sli-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 80px;
    position: absolute;
    top: 40%;
    margin-top: -25px;
    right: 0;
}
.sli-prev:hover {
    color: #000079;
    transition: color 0.5s;
}
.sli-next:hover {
    color: #000079;
    transition: color 0.5s;
}
.fa-angle-left {
    cursor: pointer;
    content: "\f104";
}
.fa-angle-right {
    cursor: pointer;
    content: "\f105";
}
.mp_MainWd {
    /*width: 1320px;*/
    width: 980px;
    margin: 30px auto;
    /*border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;*/
    padding: 20px;
}
.mp_MainWd_product {
    width: 20%;
    float: left;
    padding: 0 2% 60px 2%;
}
.mp_MainWd_product .m3 {
    color: #c33;
    font-weight: bold;
    font-size: 18px;
}
.mp_MainWd_product .m4 {
    color: #777;
    font-size: 18px;
}
.maLink {
    font-size: 20px;
    line-height: 25px;
    color: #135a9a;
}
.maLinkText{
    height: 100px;
}
.mp_MainWd_product img:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.mp_MainWd_product > a:hover {
    color: #f90;
    transition: 0.5s;
}
.breadcrumb {
    padding: 15px 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: left;
    cursor: default;
    margin: 0 auto;
    border-bottom: #ddd solid 1px;
    font-size: 15px;
    width: 100%;
    position: fixed;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li > a:hover {
    color: #f90;
    transition: 0.5s;
}
.breadcrumb > li > a {
    color: #135a9a;
}
.breadcrumb > li > span {
    color: #777;
}
.Bcolumn {
    min-width: 300px;
    float: left;
}
.categories_ol > div {
    font-size: 20px;
    line-height: 60px;
    color: #333;
    margin-bottom: 15px;
    border-bottom: #ddd solid 1px;
}
.categories_ol {
    line-height: 30px;
    list-style: none;
    text-align: left;
    font-size: 16px;
    font-weight: bolder;
    margin: 0 auto;
}
.categories_ol > li{
    padding-left: 20px;
}
.categories_ol > li > a{
    color: #135a9a;
}
.categories_ol > li > a:hover{
    color: #f90;
    transition: 0.5s;
}
.mainPictureL {
    padding-left: 14px;
    padding-bottom: 15px;
}

.mainPictureR {
    padding-right: 14px;
    padding-bottom: 15px;
}
/*mobilePdmenu  手機商品選單-----------------------------------------------------------------*/
#pdMenuM {
    width: 100%;
}
.mobile-banner {
    /*padding-bottom: 20px;*/
}
#pdMenuM ul {
    margin: 0;
    padding: 0;
}

#pdMenuM li {
    list-style: none;
}
button:focus {
    outline: none !important;
}
.mPdmain {
    padding: 0px 0px 0px 52px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 15px;
}
.mPdmain a {
    color: #002D62;
    font-weight:normal;
}
.mPdmain:hover, .mPdmain div:hover, .mPdmain a:hover{
    color: #fff;
    background-color: #816850;
}
/*.rollover {
    background-color: #0D9BE5;
}*/

ul.mPdsubs li a {
    display: block;
    padding: 5px 10px 0px 84px;
    background-color: #816850;
    font-size: 16px;
    line-height: 36px;
    color: #ddd;
    border-right: solid 10px #816850;
}

ul.mPdsubs li a:hover {
    background-color: #312a22;
    border-right: solid 10px #312a22;
    color: #fff;
}

.msmPoint {
    background: url('../image/others/pointDown.PNG') no-repeat right;
}

.msmPoint:hover, .msmPoint a:hover {
    /*background: url('../image/others/pointDownF.PNG') no-repeat right;*/
}
.search-pages {
    border-radius: 3px;
    background-color: #fff;
    outline: 0;
    z-index: 2;
    color: #135a9a;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #ddd;
}
.search-pages:hover {
    background-color: #eee;
    transition: .5s;
    color: #23527c;
    border-color: #ddd;
}
.search-pages-select {
    border-radius: 3px;
    background-color: #135a9a !important;
    outline: 0;
    z-index: 2;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #ddd;
}
