.rwd-table {
        overflow-y: visible !important;
}

/*回首頁隱藏*/
.navbar-nav > li > a {
    display: none;
}

#power, #copyright {
     display: none;
}


#nav ul li a{color:#000}

#nav ul li a:hover{background:#6883a5}

#nav {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    background-color: #C4CAE0;
}

#nav ul li a:hover {
    color: #fff;
}

#banner{border:8px solid #fff}

#banner.cusbg:before{
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 5px;
  left: 10px;
  width: 50%; 
  top: 40%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.5); 
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  transform: rotate(-3deg);
}

#banner.cusbg:after {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 5px;
  right: 10px;
  width: 40%; 
  top: 50%;
  left:auto;
  max-width:300px;
  background: rgba(0, 0, 0, 0.5); 
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  transform: rotate(3deg);
}


#header {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #c4dcff, #fff);
    background-repeat: no-repeat;
    color: #6d6d6d;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.column h2{display:none;}


/*跑馬燈*/
#demo { 
    background: #fff; 
    overflow:hidden; 
    border: 0px dashed #CCC; 
    width: 100%; 
} 
#demo img { 
    border: 1px solid #c4c4c4; 
} 
#indemo { 
    float: left; 
    width:100%; 
} 
#demo1 { 
    float: left; 
} 
#demo2 { 
    float: left; 
} 


.right-nav__title {
    background:#557bac;
    height:32px;border-radius:5px 5px 0 0;}

.right-nav a {background:cbcfd4;
    border-bottom: 1px dashed #545350;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#555;
}

.right-nav a:hover {background:#98a6b9;
    border-bottom: 1px dashed #545350;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fff;
}

/*左側頁籤欄*/
/*
#side .side-content li .children li a:hover {
    color: #999;
}
#side .side-content li .children li a {
    color: #555;
}
#side .side-content li a {
    display: block;
    color: #000;
    padding: 10px 10px 10px 0;
    margin-left: 20px;
    border-bottom:1px dashed #ccc;font-size:130%;
  }



#side .side-content li a:hover {
    display: block;
    color: #888;
    padding: 10px 10px 10px 0;
    margin-left: 20px;
    border-bottom:1px dashed #ccc;font-size:130%;
  
  }*/
#side .side-content li a {
    display: block;
    color: #000;
    padding: 0 10px 10px 0;
    margin-left: 20px;
    font-weight: bold;
    font-size: 15px;
}

#side .side-content li .children li a {
    color: #4c4a9b;
    padding: 7px 0 5px 5px;
}

#side .side-content li .children li a:hover {
     background: #4c4a9b;color:#fff;
}


#footer{background:#c4cae0}

#contact-info li span {
    display: block;
    color: #444;
}


#main-wrap {
margin: 10px auto;
padding-bottom: 100px;
}

#footer{background:#C4CAE0;position:fixed;bottom:0;background-position:absolute;height:70px;min-height: 50px;}
#contact-info li.tel {
    width: 25%;
    float: left;
    padding: 5px 0;
}
#contact-info li.address {
    width: 25%;
}



/*產品格 商品名稱 商品說明 改色*/
.productdetail .detail-spec b {
    font-weight: normal;
    display: inline-block;
    color: #fff;
    background-color: #C4CAE0;
    padding: 1px 4px;
}