#DBlogo {
    margin-top: 2%;
    margin-left: 5%;
    width: 100%;
}

#DBtxt {
    width: 15.5em;
    margin-top: -7.5%;
    margin-left: 15%;
}

#tophead {
    height: 2.5em;
    width: auto;
    float: right;
    font-family: "Microsoft JhengHei", "Heiti TC", "WenQuanYi Zen Hei", sans-serif;
    font-size: 1em;
    text-align: right;
    margin-top: -11%;
    margin-right: 2%;
    color: #5d5d5d;
}


#tophead a {
    color: #3c3c3c;
}

#tophead a:hover {
    color: #000000;
}

#line {
    height: 7px;
    width: 80%;
    float: right;
    background-color: #adadad;
    margin: -20px 0 20px 0;
}

#banner {
    background-repeat: no-repeat;
    width: 1150px;
    margin-top: 20px;
    margin-bottom: 30%;
    height: auto;
    display: inline;
}

.menu,
.menu:visited {
    color: #2e2e2e;
    display: block;
    font-family: "Microsoft JhengHei", "Heiti TC", "WenQuanYi Zen Hei", sans-serif;
    font-size: 1.7em;
    position: relative;
    text-decoration: none;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0.1em;
    line-height: 0.8em;
}

.menu:hover,
.menu:visited:hover {
    color: #2e2e2e;
    position: relative;
    text-decoration: none;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.menu:after {
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transition: all .1s ease;
    background-color: #003399;
    bottom: 0px;
    content: '';
    height: 5px;
    left: 0px;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
}

.menu:hover:after {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    text-decoration: none;
    color: #2e2e2e;
}

#main-menu {
    display: block;
    width: 70%;
    margin-top: 0;
    float: right;
    height: auto;
    text-shadow: 0px 0px 2px #9a9a9a;
}

#t1 {
    display: inline-block;
    height: 10%;
    width: 12%;
    text-align: center;
}

#t2 {
    display: inline-block;
    height: 10%;
    width: 16%;
    text-align: center;
}

#t3 {
    display: inline-block;
    height: 10%;
    width: 16%;
    text-align: center;
}

#t4 {
    display: inline-block;
    height: 10%;
    width: 16%;
    text-align: center;
}

#t5 {
    display: inline-block;
    height: 10%;
    width: 16%;
    text-align: center;
}

#t6 {
    display: inline-block;
    height: 10%;
    width: 16%;
    text-align: center;
}

.t1_txt {
    font-size: 0.7em;
    color: #7c7c7c;
}

#serch {
    margin-top:0px;
    margin-right: 80px;
}

.search {
    width: 330px;
    height: 35px;
    border-bottom: 1px solid #039;
    border-left: 1px solid #039;
    margin: 20px 0 0px 750px;
}

.search input {
    width: 255px;
    float: left;
    color: #000;
    border: 0;
    height: 35px;
    font-family: "Microsoft JhengHei", "Heiti TC", "WenQuanYi Zen Hei", sans-serif;
    font-size: 13pt;
    background-color: rgba(255, 255, 255, 0);
    padding: 0 10px 0 10px;
}

.search input:focus {
    outline: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.search button {
    position: relative;
    display: inline;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 50px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    font-family: "Microsoft JhengHei", "Heiti TC", "WenQuanYi Zen Hei", sans-serif;
    border: none;
    font-size: 14pt;
}

.search button:hover {
    color: #039;
    background-color: rgba(255, 255, 255, 0);
}

.search button:active {
    box-shadow: 0px 0px 12px 0px rgba(225, 225, 225, 1);
}

.search button:focus {
    outline: 0;
}

input::-webkit-input-placeholder {
    color: #369;
}

input::-moz-placeholder {
    color: #369;
}


/* firefox 19+ */

input:-ms-input-placeholder {
    color: #369;
}


/* ie */

input:-moz-placeholder {
    color: #369;
}

.info-r {
    width: 574px;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-left: 365px;
    border-left: 7px solid #5a6a7b;
}

.info-c {
    color: #242424;
    font-size:0.96em;
    text-align: right;
    margin-right: 20px;
}

#footer a:hover {
    color: #fff;
}