/*整體*/
body {
    color: #000;
    font-size: 15px;
    margin: 0;
}
#header {
    background-image: url("");
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto 20px;
    padding-top: 0px;
    position: relative;
    width: 100%;
}



/*Banner*/
#banner{
  max-width:100%;
}


/*回首頁上移*/
.navbar-nav {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 3px 3px;
    top: 52px;
    right: 15px;
}


/*nav*/
#nav ul li a:hover {
    background: none repeat scroll 0 0 #2e4154;
    color: #fff;
}
#nav ul li.current a {
    background-color:#2e4154;
    background-image:none;
    color: #fff;
}
#nav {
     background-color: #366884;
    position: relative;
    width: 100%;
}
#nav ul li a {
 display:block;
    color: #fff;
 padding:18px 25px
 font-size: 15px;
}


/*contact*/
/*聯絡訊息*/
#contact-info li span {
    color: #fff;
    display: inline;
}
#contact-info {
    color: #fff;
    letter-spacing: 1px;
}
#footer {
    background: #2e4154 url(" ") repeat scroll 0 0;
}
#contact-info li a {
    color: #fff;
}



/*左側按鈕*/
.right-nav__title {
    background:#366884;
    height:32px;border-radius:0px;
}
.right-nav a {background:#fff;
    border-bottom: 1px dashed #afaaaa;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#333;
}
.right-nav a:hover {background:#555;
    border-bottom: 1px dashed #545350;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fff;
}

