@charset "utf-8";
body {
    font-family: Arial, Helvetica, "微軟正黑體", Sans-serif;
}
.clear{clear: both;}
.pointer {cursor: pointer;}
.hidden {display: none}
/*citeHeader--------------------------------------*/
input,button,select,textarea {outline:none}
input[type=search] {-webkit-appearance: none;}
ul {list-style: none;}
.citeHeader {
    position: relative;
    width: 100%;
    margin-bottom: 3px;
    z-index: 9;
}
.citeHeader a:link { text-decoration: none;}

/*topnav*/
.citeTop {
    width: 100%;
    height: 30px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #E1E1E1;
}
.citeTopnav { width: 1005px; margin: 0 auto; }
.citeTopnav ul {padding: 0;}
.topnavLeft a {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    background-color: #E7E7E7;
    padding: 0 13px;
    border-right: 1px solid #F7F7F7;
    display: block;
}
.topnavLeft a:hover {
    color: #FF6600;
    background-color: #FFFFFF;
}
.topnavUser a { float: right; height: 30px; line-height: 30px; font-size: 13px; font-weight: normal; color: #666666; margin: 0 8px; text-decoration: none; }
.topnavUser a:hover { color: #FF6600; }
.topnavUser a span { font-size: 13px; font-weight: bold; line-height: 14px; color: #FF6600; margin: 0 2px;}
.topnavName { float: right; font-size: 13px; font-weight: normal; line-height: 30px; color: #FF6600; margin: 0 8px; }
.topnavSc a {
    float: right;
    width: auto;
    height: 30px;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    color: #666666;
    text-decoration: none;
    background-image: url(/image/header_2017/images/navSc-1.png);
    background-repeat: no-repeat;
    background-position: 10px 7px;
    margin-left: 8px;
    padding: 0 10px 0 30px;
    display: block;
}
.topnavSc a:hover {
    color: #FFFFFF;
    background-color: #FE9900;
    background-image: url(/image/header_2017/images/navSc-2.png);
}
.topnavSc span { font-size: 13px; font-weight: bold; line-height: 13px; color: #FF6600; margin: 0 3px;}
.topnavSc a:hover span {
    color: #FFFFFF;
}

/*middle*/
.citeMiddleArea {
    width: 100%;
    height: 105px;
    background-repeat: no-repeat;
    background-position: center center;
}
.citeMiddle { width: 1005px; height: 105px; margin: 0 auto; }
.citeLogo {
    float: left;
    width: 225px;
    height: 105px;
    margin: 0;
}
.citeLogo img { width: 100%; }
/*活動*/
.activity01 {
    float: left;
    width: 380px;
    height: 105px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}
.activity02 {
    width: 1005px;
    text-align: center;
    margin: 0 auto 5px auto;
    position: relative;
    line-height: 0;
}
.activity01 a, .activity02 a {line-height: 0;}
.activity01 img, .activity02 img { width: 100%; }

/*search*/
.searchArea {
    float: right;
    width: 380px;
    height: 80px;
    padding-top: 25px;
    display: block;
}
.searchArea .search {
    float: left;
    width: 263px;
    height: 34px;
    font-size: 14px;
    color: #666666;
    background-color: #FFFFFF;
    border: 2px solid #FE9900;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}
.searchArea .searchBtn {
    float: left;
    width: 40px;
    height: 34px;
    background-color: #FE9900;
    background-image: url(/image/header_2017/images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #333;
    padding: 0;
    margin: 0;
    border: 0 solid #666666;
}
.searchArea .searchsBtn a {
    float: left;
    width: 66px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FE9900;
    margin-left: 8px;
    display: block;
    cursor: pointer;
}
.searchArea .hotSearch {
    width: 380px;
    height: 13px;
    margin-top: 10px;
    overflow: hidden;
    clear: both;
}
.searchArea .hotSearch ul {padding: 0;}
.searchArea .hotSearch h2 {
    float: left;
    font-size: 13px;
    color: #FE9902;
    line-height: 13px;
}
.searchArea .hotSearch li a:link, .searchArea .hotSearch li a:visited {
    float: left;
    font-size: 13px;
    color: #666666;
    line-height: 13px;
    text-decoration: none;
    margin-right: 7px;
}
.searchArea .hotSearch ul li a:hover {
    color: #FE9902;
    text-decoration: underline;
}


/*citeNav*/
.navArea {
    width: 100%;
    background-color: #5D5D5D;
    margin: 0 auto;
    display: block;
}
/* 第一層樣式----------*/
.navArea .oHome{display: block;}
ul.citeNav {
    width: 1005px;
    height: 36px;
    margin: 0 auto;
    padding: 0;
}
ul.citeNav li {
    float: left;
}
ul.citeNav > li > a {
    width: 167.5px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    background-color: #5D5D5D;
    display: block;
}
ul.citeNav > li > a:hover {
    color: #FFFFFF;
    background-color: #727272;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    -o-transition: all .20s linear;
    -ms-transition: all .20s linear;
    transition: all .20s linear;
}
ul.citeNav > li > a.on {
    width: 167.5px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #333333;
    background-color: #FFE329;
    display: block;
}

/* 第二層樣式 */
.subnavArea {
    width: 100%;
}
ul.citeSubnav {
    width: 100%;
    height: 36px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E1E1E1;
    padding: 5px 10px;
    margin: 0 auto;
    box-sizing: border-box;
    justify-content:center;
    display: flex;
}
ul.citeSubnav > li > a {
    float: left;
    height: 26px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    padding: 0 10px;
    display: block;
}
ul.citeSubnav > li > a:hover {
    color: #FFFFFF;
    background-color: #FE9900;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    -o-transition: all .20s linear;
    -ms-transition: all .20s linear;
    transition: all .20s linear;
}

/*gotop*/
#gotop {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-left: 1020px;
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 999;
    background-color: #999999;
    background-image: url(/image/header_2017/images/gotop.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#gotop:hover {
    background-color: #666666;
}


/*首頁區塊新增*/
.content-L h2 { margin-bottom: 10px; }
.news {
    background-color: #FFF;
    border: #CCC 1px solid;
    margin-bottom: 20px;
    padding: 10px 8px 5px 8px;
}
.news ul {
    list-style: square;
    padding-left: 15px;
}
.news li {
    font-size: 13px;
    line-height: 135%;
    color: #333333;
    margin-bottom: 5px;
}
.news li a:link, .news li a:visited {
    font-size: 13px;
    color: #333333;
}
.news li a:hover {
    font-size: 13px;
    color: #666666;
    text-decoration: underline;
}

/*.citeLogo{padding-top: 10px;}*/

.footer-pc {
    font-size: 13px;
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    line-height: 20px;
    padding: 10px 0;
    background-color: #efefef;
    color: #5f5f5f;
}

@media screen and (max-width: 1005px) {
    .citeHeader {width: 1005px; }
    .footer-pc {width: 1005px; }
}

.footer-pc p {margin: 0; font-size: 13px;}
.footer-pc a { color: #5f5f5f; text-decoration:none; font-size: 13px;}

.mobile_show {display: none;}

@media screen and (max-width: 768px) {
    .citeHeader { width: 100vw; }
    .citeTopnav { width: 100vw; }
    .citeMiddle { width: 100vw; }
    .navArea {width: 100vw;}
    ul.citeNav { width: 100vw; }
    .subnavArea { width: 100vw; }
    .subnavArea ul.citeSubnav { width: 100vw; }
    .citeLogo { width: 20vw; }
    .citeLogo img { width: 20vw; }
    .activity01 { width: 40vw; margin-right: 0;}
    .activity01 img { height: 80%; margin-top: 10px;}
    .activity02 {width: 100%}
    .activity02 img {height: auto;max-width: 100%;}
    .searchArea { width: 40vw;}
    .searchArea .search { width: 25vw;}
    .searchArea .hotSearch {width: 40vw;}
    .navArea ul.citeNav > li > a.on, .navArea ul.citeNav > li > a{ width: 16.6667vw;}
    .subnavArea ul.citeSubnav > li > a { padding: 0 4.5px; }

    #gotop {
        margin-left: 0;
        right: 10px;
        width: 40px;
        height: 40px;
        background-size: 40px;
    }

    .footer-pc, .footer-pc p, .footer-pc a { font-size: 15px;}
    .footer-pc {padding: 10px 0;width: 100vw; }

}

/* headerBg */
/*.citeMiddleBg {*/
/*    background-image: url("/image/header_2017/bg/2019vip_20190326_bg.jpg");*/
/*}*/
/* headerBg END*/
