@charset "UTF-8";

body {
    font-family: "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
    background: #fff;
    color: #555;
}

a,
p,
div,
strong,
span,
ul,
li,
label,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
    word-wrap: break-word;

}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
}

a:hover {
    text-decoration: none;
}

.radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    /* display: inline-block; */
}

html[xmlns] .clearfix {
    /* display: block; */
}

* html .clearfix {
    height: 1%;
}

.hide {
   display: none;
}

input[type=text] {
    border: 1px #bfbfbf solid;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

select {
    border: 1px #bfbfbf solid;
    padding: 4px 5px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.ulfix {
    padding: 0;
    margin: 0;
    list-style: none;
}

.wrapper {
    width: 100%;
}

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.logo h1 {
    font-size: 0;
    line-height: inherit !important;
    margin: 0 !important;

}

.header a {
    color: #666;
}

.header .logo {
    float: left;
    margin: 22px 0;
}

.header-misc {
    float: right;
}

.header-misc-nav {
    padding: 30px 0;
}

.header-misc-nav li a {
    float: left;
    text-align: center;
    font-size: 1.08em;
    font-weight: bold;
}

.header-misc-nav li.header-sharing a {
    margin-left: 10px;
    width: 32px;
}

.header-misc-nav li.header-sharing {
    border-left: 1px solid #b9b9b9;
    padding: 0;
}

.header-misc-nav li a:hover,
.header-button a:hover {
    opacity: 0.7;
}

.header-misc-nav li {
    display: inline-block;
    margin: 0;
    padding: 0px 10px 0px 6px;
    vertical-align: top;
    font-size: 0.9em;
}

.header-misc-nav li.home a {
    background: url(../images/header_icon_home.png) 0 center no-repeat;
    padding: 0 0 0 20px;
}

.header-misc-nav li.home2 a {
    background: url(../images/header_icon_home2.png) 0 center no-repeat;
    padding: 0 0 0 20px;
}

.header-misc-nav li.sitemap a {
    background: url(../images/header_icon_sitemap.png) 0 center no-repeat;
    padding: 0 0 0 20px;
}

.header-misc-nav li.lang a {
    background: url(../images/header_icon_lang.png) 0 center no-repeat;
    padding: 0 0 0 20px;
}

.header-misc-nav li.app a {
    background: url(../images/header_icon_app.png) 0 center no-repeat;
    padding: 0 0 0 16px;
}


/* 字級大小 */
.header-misc-nav li.fontsize a {
    float: none;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    background: #e3f0ff;
    border-radius: 99em;
    color: #281c43;
    padding: 2px 0;
}

.header-misc-nav li.fontsize a.active {
    color: #fff;
    background: #082281;

}

a.size-s {
    font-size: 0.95em !important;
    padding: 5px 0 !important;
}

a.size-l {
    font-size: 1.25em !important;
    padding: 0 !important;
}

.header-button {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #918d8d;
    padding-left: 5px;
    margin-left: 15px;
}

.header-button a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
    background: none !important;
}

.header-weather .weather-icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 5px;
}

.header-weather .airport {
    display: inline-block;
    vertical-align: top;
}

.header-weather .airport strong {
    display: block;
    width: 100%;
    font-size: 0.8em;
}


/* 主選單
****************************************************/
.main-nav {
    width: 100%;
    display: block;
    float: left;
    background: #006ed0;
    font-size: 1.125em;
    font-weight: bold;
}

.main-nav-list li {
  padding: 21px 0;
    width: calc(100% / 7);
    text-align: center;
    cursor: pointer
}

.main-nav-list li.nav-btn-wrap {
       width: 45px;
    margin-left: 30px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-nav-list li.active {
    background: #0064a2;
}

.main-nav-list li.nav-btn-wrap.active {
    background: none;
}

.main-nav-list > li > a {
  display: block;
   border-right: 1px solid rgba(255,255,255,0.6);
    line-height: 17px;
    color: #fff;
    font-size: 1.12em;
}

.main-nav-list > li:first-child > a {
    border-left: 1px solid #fff;
}

.main-nav-list li .nav-arr-down {
    background: url(../images/nav_arr_down.png) center center no-repeat;
    display: inline-block;
    position: relative;
    top: 0;
    left: 4px;
    width: 20px;
    height: 12px;
}

.main-nav-list li .nav-arr-up {
    background: url(../images/nav_arr_up.png) right center no-repeat;
    display: inline-block;
    position: relative;
    top: -1px;
    right: 0;
    width: 18px;
    height: 12px;
}

.main-nav-list .sub-nav {
    width: 100%;
    list-style: none;
    position: absolute;
    background: #006db1;
    display: none;
    z-index: 3;
    top: 57px;
    padding: 15px 2.5%;
    margin: 0;
    left: 0;
}

.main-nav-list .sub-nav li {
    float: left;
    width: 31% !important;
    text-align: left;
    padding: 0;
    margin: 0 1%;
}

.main-nav-list .sub-nav li a {
    display: block;
    width: 100%;
    padding: 12px 0 12px 13px;
    line-height: 23px;
    white-space: initial;
    color: #fff;
    background: url(../images/header-subnav-dot.png) left 21px no-repeat;
}

/*
.main-nav-list .sub-nav li:hover {
    background: #0075bd;
}
*/

.main-nav-list .sub-nav li a.item {
    color: #fff5ac;
}

.main-nav-list .sub-nav li.link a {
    color: #ffcc00;
}

/* 主選單 end 
****************************************************/




.rwd-header {
    display: none;
}

.header {
    display: block;
    float: left;
    background: #fff;
}



/*-rwd側選單-*/

.rwd-nav {
    display: none;
}

.rwd-nav-search {
    margin: 25px 10px;
}

.rwd-nav-search input[type=text] {
    padding: 5px 2%;
    font-size: 1em;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.rwd-searbtn-wrap {
    /* display: inline-block; */
    /* width: 100%; */
    margin: 14px 0 0 0;
}

.rwd-searbtn-wrap en {
    /* display: inline-block; */
    /* width: 100%; */
    margin: 14px 0 0 0;
}

.rwd-searbtn-wrap.en .btn {
    padding: 5px 5% !important;
    width: 100%;
    display: block;
    font-size: 1em !important;
}

.rwd-searbtn-wrap.en .rwd-adv-btn {
    margin: 13px 0 0 0;
    width: 100%;
    text-align: center;
    font-size: 1em !important;
}

.rwd-searbtn-wrap .btn {
    background: #3ba4e4;
    color: #fff;
    display: inline-block;

    padding: 5px 15px !important;
    font-family: 微軟正黑體;


}

.rwd-nav-row > a {
    border-bottom: #565656 1px solid;
    background: url(../images/rwd_arr_open.png) 92% 29px no-repeat !important;
    font-size: 1.3em;
    font-weight: bold;
}

.rwd-nav-row > a.no-arr {
    background: none !important;
}

.rwd-nav-row:first-child > a {
    border-top: #565656 1px solid;
}

.rwd-nav-row .no-arr-close {
    background: url(../images/rwd_arr_close.png) 92% 29px no-repeat #4c4c4c !important;
}

.rwd-subnav li {
    border-bottom: #565656 1px solid;
    background: #333;

}

.rwd-subnav li a {
    font-size: 1.3em;
    font-weight: bold;
    white-space: normal;
}

ul.rwd-subnav.ulfix {
    display: none;
}

.rwd-adv-btn {
    display: inline-block !important;
    vertical-align: top;
    padding: 6px 23px !important;
    border-radius: 3px;
    background: #0065a2;
    margin: 0 0 0 5px;
    font-family: 微軟正黑體 !important;
    white-space: normal;
}

.rwd-other-link a {
    border: 1px #565656 solid;
    border-radius: 4px;
    padding: 10px 0;
    width: 80%;
    float: left;
    text-align: center;
    font-size: 1.05em;
    margin: 0 10% 20px 10%;
    white-space: normal;
}

.rwd-other-link {
    margin: 25px 0 0 0;
}


.rwd-nav-search.env-rwd .rwd-searbtn-wrap .btn {

    padding: 5px 10px !important;
}

.rwd-nav-search.env-rwd .rwd-adv-btn {

    padding: 6px 10px !important;
}

ul.main-nav-list.ulfix {
      width: 100%;
    margin: 0;
    display: flex;
    position: relative;
    text-align: center;
    flex-wrap: wrap;
    padding: 0 75px 0 0;
}

.main-nav-list > li > a.nav-btn {
    display: inline-block !important;
    padding: 12px 0;
    width: 45px;
    text-align: center;
    border-radius: 99em;
    background: rgba(255, 255, 255, 0.2);
    height: 45px;
    border: 0;
    vertical-align: super;
    line-height: initial !important;
    font-size: initial !important;
}
.main-nav-list > li > a.nav-btn img {
    width: 16px;
    margin: 2px 0 0 0;
}
/*-搜尋下展-*/
.searchZone_inner {
    display: block;
    width: 726px;
    margin: 0 auto;
}

.searchZone_wrap {
    float: left;
    width: 100%;
    padding: 20px 0;
    position: relative;
    text-align: center;
    display: none;
}

.searchZone_wrap .btn-wrap {
    float: left;
    width: 12%;
}

.searchZone_wrap .search_btn {
    background: url(../images/search.png) center center no-repeat #0088dc;
    padding: 0;
    margin: 0 0 0 -48px;
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 0;
    vertical-align: top;
}

.searchZone_wrap .advancedSearch {
    display: inline-block;
    margin-left: 10px;
    padding: 0 24px;
    background: #0066a5;
    color: #FFF;
    -moz-border-radius: 40px;
    font-size: 1em;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    vertical-align: top;

}

.manufacturers .searchZone_wrap .advancedSearch {
    background: #2175dd;
}

.academicResearch .searchZone_wrap .advancedSearch {
    background: #8b6dad;
}

.searchZone_wrap .btn:hover,
.searchZone_wrap .advancedSearch:hover {
    opacity: .75;
}

.searchZone_wrap .textfield {
    height: 22px;
    border: 0;
    width: 600px !important;
    display: inline-block;
    padding: 21px 4%;
    font-size: 0.875rem;
    font-family: 微軟正黑體;
    line-height: 29px;
    border: 1px solid #c7c7c7;


}

.manufacturers .searchZone_wrap .textfield {
    border: 2px solid #2175dd;
}

.academicResearch .searchZone_wrap .textfield {
    border: 2px solid #8b6dad;
}

.searchZone_wrap .btn {
    float: left;
    border: 0;
    padding: 0 12px;
    height: 35px;
    width: 100%;
    color: #333;
    font-size: 0.875rem;
    margin-right: 6px;
    font-family: 微軟正黑體;
    border-right: 2px solid #87c30d;
    border-top: 2px solid #87c30d;
    border-bottom: 2px solid #87c30d;
    background: url(../images/magnifying_glass.png) 40% 6px no-repeat #87c30d;
    line-height: 29px;
    cursor: pointer;
    border-top-right-radius: 99em;
    border-bottom-right-radius: 99em;
}

.manufacturers .searchZone_wrap .btn {
    border-right: 2px solid #2175dd;
    border-top: 2px solid #2175dd;
    border-bottom: 2px solid #2175dd;
    background: url(../images/magnifying_glass.png) 40% 6px no-repeat #2175dd;
}

.academicResearch .searchZone_wrap .btn {
    border-right: 2px solid #8b6dad;
    border-top: 2px solid #8b6dad;
    border-bottom: 2px solid #8b6dad;
    background: url(../images/magnifying_glass.png) 40% 6px no-repeat #8b6dad;
}

.searchZone_wrap .btn > span {
    width: 87px;
    overflow: hidden;
    float: left;
    height: 21px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.searchZone_wrap .hot_tag {
    width: 97%;
    color: #5f5f5f;
    float: left;
    overflow: hidden;
    height: 21px;
    text-align: left;
    margin-top: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.95em;
}

.searchZone_wrap .hot_tag a {
    color: #5f5f5f;
    margin-right: 8px;
    text-decoration: underline !important;
    display: inline-block;
    vertical-align: top;
}

.searchZone_wrap .adv_btn {
    float: left;
    border: 0;
    padding: 0;
    line-height: 33px;
    color: #fff;
    font-family: 微軟正黑體;
    background: url(../images/postshop-search-icon.png) 5px 5px no-repeat;
    cursor: pointer;
}


/*-footer-*/

.footer {
    float: left;
    width: 100%;
    position: relative;
}

.fat-footer {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background: #e9f4fb;
    padding: 40px 0;
    float: left;
    text-align: center;
}

.footer-l2-cont {
    float: left;
    width: 160px;
    margin: 0 26px 0 0;
}

.footer-l2-cont:last-child {

    margin: 0;
}

.footer-l2-cont a {
    float: left;
    width: 100%;
    margin: 0 0 11px 0;

}

.footer-l2-cont a:last-child {

    margin: 0;

}

.fat-footer ul {
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
    width: 9.3%;
    line-height: 25px;
}

.fat-footer ul.footer-visualzone {
    width: 532px;
}

.fat-footer-en ul {
    width: 22%;
    margin: 25px 1%;
}

.fat-footer-en ul:nth-child(1) {
    width: 48%;
    overflow: hidden;
}

.fat-footer-en ul:nth-child(1) li {
    width: 50%;
    float: left;
}

.fat-footer-en ul:nth-child(1) li.title {
    width: 100%;
}

.fat-footer ul li {
    margin: 4px 0;
    text-align: left;
    float: left;
    width: 100%;
}

.fat-footer a {
       color: #646464;
    font-weight: bold;
    font-size: 0.98em;
}

.fat-footer-en a {
    color: #777;
    font-weight: bold;
}

.fat-footer a.link {
    color: #a0a0a0;
}

.fat-footer a:hover {
    opacity: 0.8;
}

.fat-footer .title,
.fat-footer .title a {
   color: #006ed0;
    font-size: 1.1em;
    font-weight: bold;
}

.fat-footer ul li.title {
    margin: 0 0 13px 0 !important;
}

.fat-footer ul.footer-visualzone li.title {
    text-align: left;
    width: 100%;
}

.fat-footer ul.footer-visualzone li {
    text-align: left;
    width: 33%;
    float: left;
}

.footer-nav {
    background: #025aa9;
    overflow: hidden;
    padding: 12px 0;
    float: left;
    width: 100%;
}

.footer-nav-wrap {
   background: #006ed0;
    overflow: hidden;
    padding: 25px 0;
    float: left;
    width: 100%;
}

.footer-nav li {
    display: inline-block;
    margin: 0;

}

.footer-nav li a {
    color: #ffffff;
    padding: 0 20px;
    border-left: 1px solid #ffffff;
}

.footer-nav li a:hover {
    opacity: 0.8;
}

.footer-nav li:last-child a {
    border-right: 1px solid #ffffff;
}

.footer-content {
    width: 100%;
    background: #d1502f;
    color: #fff;
    padding: 17px 0;
}

.footer-content_inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.footer .footer-content_info {
    float: left;
    text-align: left;

}

.footer-content_info p {
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 20px;
}

.footer-info li {
    margin: 8px 0;
    font-size: 0.98em;
    line-height: 21px;
}

.footer-info li a {
    color: #fff;
}

.footer-info .section {
    display: inline-block;
    margin-right: 15px;
}

.map {
    color: #fff;
}

.footer-mark {
    float: right;
}

.footer-mark li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}

ul.footer-clause {
    float: left;
    width: 100%;
    text-align: center;
}

.footer-info {
    float: left;
    color: #fff;
    width: 100%;
    width: 50%;
}

.footer-info p {
    float: left;
    margin: 0 0 5px 0;
    width: 100%;
    color: #fff !important;
}

.copyright {
    float: left;
    width: 100%;
    background: #0072b7;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}


.copyright p span {
    margin: 0 0 0 5px;


}

.fatfooter-left {
    float: left;
    width: 75%;
}

.footer-info-pic {
    float: right;
    width: 330px;
    text-align: right;
    font-size: initial !important;
    line-height: initial !important;
}

.footer-info-pic a {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: initial !important;
    line-height: initial !important;
}
.footer-info-pic a:first-child img {
    width: 120px;
}
.footer-info-pic a:nth-child(2) img {
    width: 40px;
}
.footer-info-pic a:nth-child(3) img {
    width: 75px;
}
/*-快速連結-*/
.fast-nav2 {
    display: none;
    position: fixed;
    top: 190px;
    right: 0;
    z-index: 999;
    width: 78px;
    box-shadow: 0px 3px 22px 0px rgba(165, 165, 165, 0.4);
    background: #fff;
}

.fast-nav-drop {
    display: none;
}

.fast-nav2 a {
    float: left;
    width: 78px;
    text-align: center;
    padding: 7px 0;
    border-bottom: 1px solid #dcdcdc;
    height: 70px;
    color: #333333;
}

.fast-nav2 a:nth-child(7) {
    border-right: 0;
}

.fast-nav2 a:first-child,
.fast-nav2 a:nth-child(2),
.fast-nav2 a:nth-child(3),
.fast-nav2 a:nth-child(4),
.fast-nav2 a:nth-child(5),
.fast-nav2 a:nth-child(6),
.fast-nav2 a:nth-child(7) {
    display: block !important;
}

.fast-nav2 a:nth-child(odd),
.fast-nav2 a:nth-child(even) {
    display: none;
}

.fast-nav2 a:hover {
    color: #0088dc;
}

.fast-nav2 a img {

    margin: 0 auto;
}

.fast-nav2 a p {
    font-size: 0.85em;
    margin: 4px 0 0 0;
    line-height: initial;
    text-align: center;
    font-weight: bold;
}

a.fast-nav-title2 {
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    background: url(../images/fastlink-arr2.png) center 40px no-repeat #006ed0;
    padding: 12px 8px;
    background-size: 18px;
    float: left;
    width: 78px;
    border: 0;
    line-height: 19px;
    height: 70px;
}

a.fast-nav-title2.open {
    background: url(../images/fastlink-arr.png) center 40px no-repeat #0088dc;
    background-size: 18px;
}

a.fast-nav-title2:hover {
    color: #fff;
}

a.fast-nav-title2.active {
    background: url(../images/fastlink-arr2.png) center 88px no-repeat #1dc5d0;
    background-size: 16px;
}

/*-快速連結*en-*/
.fast-nav2-en {
    position: fixed;
    top: 245px;
    right: 0;
    z-index: 999;
    width: 78px;
    box-shadow: 0px 3px 22px 0px rgba(165, 165, 165, 0.4);
    background: #fff;
}

.fast-nav-drop-en {
    display: none;
}

.fast-nav2-en a {
    float: left;
    width: 78px;
    text-align: center;
    padding: 7px 0;
    border-bottom: 1px solid #dcdcdc;
    color: #333333;
}

.fast-nav-en a:nth-child(7) {
    border-right: 0;
}

.fast-nav2-en a:first-child,
.fast-nav2-en a:nth-child(2),
.fast-nav2-en a:nth-child(3) {
    display: block !important;
}

.fast-nav-en2 a:nth-child(odd),
.fast-nav2-en a:nth-child(even) {
    display: none;
}

.fast-nav2-en a:hover {
    color: #0088dc;
}

.fast-nav2-en a img {

    margin: 0 auto;
}

.fast-nav2-en a p {
    font-size: 0.7em;
    margin: 6px 0 0 0;
    line-height: initial;
    text-align: center;
    font-weight: bold;
}

a.fast-nav-title-en {
    color: #fff;
    font-size: 0.7em;
    font-weight: bold;
    background: url(../images/fastlink-arr2.png) center 40px no-repeat #0088dc;
    padding: 12px 5px;
    background-size: 18px;
    float: left;
    width: 78px;
    border: 0;
    line-height: 19px;
    height: 70px;
}

a.fast-nav-title-en.open {
    background: url(../images/fastlink-arr.png) center 40px no-repeat #0088dc;
    background-size: 18px;
}

a.fast-nav-title-en:hover {
    color: #fff;
}

a.fast-nav-title-en.active {
    background: url(../images/fastlink-arr2.png) center 88px no-repeat #1dc5d0;
    background-size: 16px;
}

/*-Google 搜尋-*/
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    line-height: normal;
}

.googlesearch div {
    word-wrap: normal;
}

.gsib_a {
    padding: 6px 7px !important;
    border: 0 !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**無障礙**/
a.sr-only {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
}

a.sr-only:focus {
    width: auto;
    height: auto;
    padding: 6px;
    background-color: #fff;
}

.acc-key a:focus {
    outline: 2px solid #fc0 !important;
}

input:focus {
    outline: 2px solid #fc0 !important;
}

a:focus {
    outline: 2px solid #fc0 !important;
}

li:focus {
    border: 2px solid #fc0 !important;
}

img:focus {
    border: 2px solid #fc0 !important;
}

.header .acc-key {
    position: absolute;
    left: 13px;
    z-index: 99; 
}

.crumb .acc-key {
    position: absolute;
    left: 13px;
    z-index: 99; 
    width: auto;
    border-right: none;
}

.footer .acc-key {
    position: absolute;
    left: 13px;
    z-index: 99; 
}

.page-date,
.crumb-share-drop a:nth-child(3) {
    display: none;
}