#moBtn {
    background-color: #141f0c;
    color: #ffce0b;
    border: 1px solid #ffce0b;
    padding: 8px 0;
    cursor: pointer;
    text-align: center;
    font: normal 16px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    vertical-align: middle;
    display: none;
}

#moBtn .arraw {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../img/aw.png) center center no-repeat;
    background-size: cover;
    margin-left: 5px;
    vertical-align: middle;
}

#moBtn .arraw.rotate {
    transform: rotate(180deg);
}

.navArea {
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
}

.navArea.stick {
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
}

.navList {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0;
    background-color: #1c6089;
    display: block;
}

.navList.act {
    display: block;
}

.navList li {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.navList li>a,
.navList li>strong {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #ffce0b;
    font: normal 20px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    padding: 8px 40px;
    box-sizing: border-box;
    display: inline-block;
}

/**/
.navList li> a {
  position: relative;
}
.navList li> a:before{
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.navList li> a:before {
  bottom: 0;
  left: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #ffe99d;
}
.navList li> a:hover:before{
  background-color: #ffe99d !important;
}
.navList li> a:hover:before,
.intro.act a:before, .htl.act a:before, .fit.act a:before {
  opacity: 1;
  background-color: #ffe99d;
  width: 100%;
}

.navList li.gfg.act > strong:before{
  opacity: 1;
  width: 100%;
  height: 3px;
  background-color: #ffe99d;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
/**/

.navList li>a:hover,
.navList li>strong:hover,
.navList li.act>a,
.navList li.act>strong {
    text-decoration: none;
    background-color: #ffce0b;
    color:#333;
}

.navList li>.subNav {
    list-style: none;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 0;
    margin-top: 40px;
    background-color: #0e415f;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 0;
    display: none;
    border: 1px solid #1c6089;
    border-top: 0;
}

.navList li.gfg:hover>.subNav {
    display: block;
}

.navList li>.subNav>li {
    display: block;
    width: 100%;
}

.navList li>.subNav>li>a {
    color: #fff;
    border: 1px solid #1c6089;
    font: normal 16px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    padding: 8px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    text-align: left;
}

.navList li>.subNav>li>a:hover {
    color: #333;
}

.navList li>.subNav>li>a>span{
    display: block;
    font-size: 13px;
}

.ancArea {
    background-color: rgba(14, 48, 68, 0.9);
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.ancArea ul {
    width: 90%;
    margin: 0 auto;
    list-style: none;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.ancArea ul li {
    display: inline-block;
    padding: 10px 0;
}

.ancArea ul li a {
    font: normal 14px/1.2 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
    color: #d4efff;
    display: inline-block;
    padding: 2px 2px 2px 8px;
    margin-right: 8px;
    border-left: 1px solid #d4efff;
}

.ancArea ul li:first-child a {
    border-left: 0;
}



.linkBn { width: 100% }
.linkBn img { width: 100%; }