/*產品輪播*/
.rwd-table {
  	overflow-y: visible !important;
}

#myDiv img {
        max-width: none;
}


.rwd-table {
        overflow-y: visible !important;
}


#header {
    border-radius: 0;
    margin-top: 0;
    padding-top: 30px;
    position: relative;
}
body {
    color: #000;
    font-size: 14px;
}


#nav li a {
    color: white;
    font-size: 115%;
    font-weight: bold;
}



#footer {
    clear: both;
    font-size: 95%;
    padding: 15px 20px;
    position: relative;
    min-height: 70px;
    border-top: 1px solid #bed4eb;
    border-radius: 0 0 5px 5px;
    box-shadow: inset 0 0px 0 rgba(255,255,255,0.8);
    background-color: #f4f7fc;
    background-image: linear-gradient(#f4f7fc,#d1e3f2);
    height: 100px;
}
#copyright, #power {
    font-size: 96%;
    color: #969696;
    text-align: right;
    display: none;
}



/*左側按鈕*/
.right-nav__title {
    background:#025a82;
    height:32px;border-radius:0px;
}
.right-nav a {background:#eee;
    border-bottom: 1px dashed #afaaaa;
    display: block;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#000;
}
.right-nav a:hover {background:#555;
    border-bottom: 1px dashed #545350;
    display: block;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fff;
}