body .fs12 {
    font-size: 12px;
}

body .fs14 {
    font-size: 14px;
}

body .fs16 {
    font-size: 16px;
}

body .fs18 {
    font-size: 18px;
}

body .fs20 {
    font-size: 20px;
}

body .fs22 {
    font-size: 22px;
}

body .fs24 {
    font-size: 24px;
}

body .fs26 {
    font-size: 26px;
}

body .fs28 {
    font-size: 28px;
}

body .fs30 {
    font-size: 30px;
}

body .fs32 {
    font-size: 32px;
}

body .fs35 {
    font-size: 35px;
}

body .fs36 {
    font-size: 36px;
}

body .fs40 {
    font-size: 40px;
}

body .fs44 {
    font-size: 44px;
}

body .fs45 {
    font-size: 45px;
}

body .fs46 {
    font-size: 46px;
}

body .fs48 {
    font-size: 48px;
}

body .fs50 {
    font-size: 50px;
}

body .fs56 {
    font-size: 56px;
}

body .fs59 {
    font-size: 59px;
}

body .fs60 {
    font-size: 60px;
}

body .fs65 {
    font-size: 65px;
}

body .fs68 {
    font-size: 68px;
}

body .fs72 {
    font-size: 72px;
}

body .fs98 {
    font-size: 98px;
}

body .fs110 {
    font-size: 110px;
}

ul,
ul li {
    list-style-type: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

input,
textarea,
select,
button {
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.topNav {
    overflow: visible !important;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.topNav .container {
    width: 100%;
    max-width: 90%;
}

.topNav .container .row::after,
.topNav .nav::after {
    content: "";
    display: table;
    clear: both;
}

.topNav .col-lg-12::after {
    content: "";
    display: table;
    clear: both;
}

.topNav .logo {
    overflow: visible !important;
}

.topNav .logo img {
    width: 182px;
    height: 182px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.topNav .nav {
    overflow: visible !important;
}

.topNav .nav .navT {
    overflow: hidden;
    margin: 25px 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.topNav .nav .navT ul {}

.topNav .nav .navT ul li {
    display: inline-block;
    color: #ffffff;

    margin: 0 0 0 12px;
}

.topNav .nav .navT ul li a {
    color: #ffffff;
}

.topNav .nav .navT ul li a:hover {
    color: #ffffff;
    opacity: 0.85;
}

.topNav .nav .navT ul li a.active {
    color: #8eb126;
}

.topNav .nav .navT ul li span {
    margin: 0 5px 0 8px;
}

/* .topNav .nav .navT ul li:not(:last-child)::after {
    content: "\2022";
    margin: 0 5px 0 8px;
} */

.topNav .nav .navB {
    overflow: visible !important;
    margin: 30px 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.topNav .nav .navB ul {}

.topNav .nav .navB ul li {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0 0 0 30px;
    font-weight: bold;
    cursor: pointer;
}

.topNav .nav .navB ul li a {
    color: #ffffff;
}

.topNav .nav .navB ul li a:hover {
    color: #8eb126;
    opacity: 0.85;
}

.topNav .nav .navB ul li .submenu {
    position: absolute;
    display: none;
    text-align: center;
    background-color: #fff;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    z-index: 99999;
}

.topNav .nav .navB ul li .submenu li {
    margin: 0 !important;
    padding: 5px 0;
    display: block;
}

.topNav .nav .navB ul li .submenu a {
    color: #d49e1c;
    display: block;
}

.topNav .nav .navB ul li ul a:hover {
    color: #8eb126;
    opacity: 0.85;
}

.topNavThis {
    top: 0;
    padding: 15px 0;
    background-color: #d49e1c;
}

.topNavThis .logo img {
    height: 80px;
    width: 80px;
}

.topNavThis .nav .navT {
    margin: 0px 0 0 0;
}

.topNavThis .nav .navB {
    margin: 1px 0 0 0;
}


.zBanner {
    overflow: hidden;
    position: relative;
    margin: 0 0 10px 0;
    -webkit-box-shadow: 0 5px 10px -5px #5E5E5E;
    -moz-box-shadow: 0 5px 10px -5px #5E5E5E;
    box-shadow: 0 5px 10px -5px #5E5E5E;
}

.zBanner2 {
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.zBanner img {
    width: 100%;
    height: 280px;
}

.address {
    overflow: hidden;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;

    color: #000;
}


.allBox {
    overflow: hidden;
    position: relative;
    padding: 0 0 60px 0;
}

.pageBox {
    overflow: hidden;
}

.pageBox ul {
    text-align: center;
    width: 535px;
    padding-top: 35px;
    margin: auto;
    border-top: 1px solid #cc8809;
}

.pageBox ul li {
    display: inline-block;
}

.pageBox ul li a {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #cc8809;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.pageBox ul .this a,
.pageBox ul li:hover a {
    color: #fff;
    background-color: #c9bbdb;
}






.fixedBox {
    overflow: hidden;
    position: fixed;
    bottom: 5px;
    right: 55px;
    z-index: 99999;
    display: none;
}

.fixedBox ul {}

.fixedBox ul li {
    display: block;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.fixedBox ul li a,
.fixedBox ul li button {
    display: block;
    overflow: hidden;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border: 1px solid #8eb126;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.fixedBox ul li:hover a {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
    -moz-transform: rotate3d(0, 1, 0, 360deg);
    -ms-transform: rotate3d(0, 1, 0, 360deg);
    -o-transform: rotate3d(0, 1, 0, 360deg);
    transform: rotate3d(0, 1, 0, 360deg);
}

.footer {
    overflow: hidden;
    position: relative;
}

.footer .foot {
    overflow: hidden;
    position: relative;
    padding: 60px 0 0 0;
    background-color: #313131;
}

.footer .foot .center {
    overflow: hidden;
    padding: 0 50px 40px;
    background: url("../images/pic23.png") no-repeat bottom right 145px;
}

.footer .foot .center .titT {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.footer .foot .center .titT ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .foot .center .titT ul li {
    display: flex;
    align-items: center;

}

.footer .foot .center .titT ul li+li::before {
    content: "|";
    color: #fff;
    margin: 0 10px;
}

.footer .foot .center .titT ul li a {
    color: #fff;
    text-decoration: none;
    transition: color .3s;
}

.footer .foot .center .titT ul li a:hover,
.footer .foot .center .titT ul li a:focus {
    color: #8eb126;
}

.footer .foot .center .titT ul li:first-child a {
    font-weight: bold;
}

@media screen and (max-width: 767px) {

    .footer .foot .center .titT ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 18px;
    }


    .footer .foot .center .titT ul li+li::before {
        display: none;
    }

}

.footer .foot .center .titB {
    overflow: hidden;
    margin: 25px 0 0 0;
}

.footer .foot .center .titB .titBL {
    overflow: hidden;
    margin: 0 50px 0 0;
}

.footer .foot .center .titB .titBL a {
    color: #fff;

    border-bottom: 1px solid #fff;
}

.footer .foot .center .titB .titBL h2 {
    color: #fff;

}

.footer .foot .center .titB .titBC {
    overflow: hidden;
    margin: 0 50px 0 0;
}

.footer .foot .center .titB .titBC h4 {
    overflow: hidden;
    color: #fff;
    margin: 0;
    line-height: 25px;
}

.footer .foot .center .titB .titBC address,
.footer .foot .center .titB .titBR p {
    overflow: hidden;
    color: #fff;
    line-height: 25px;

}



.footer .foot .center .titB .titBC h4:first-child {
    font-weight: bold;
    margin: 8px 0 20px 0;
}

.footer .foot .center .titB .titBC address:first-child {
    font-weight: bold;
    margin: 8px 0 20px 0;
}



.footer .foot .center .titB .titBR {
    overflow: hidden;
}

.footer .foot .center .titB .titBR a {
    color: #fff;
}

.footer .foot .center .titB .titBR h4 {
    overflow: hidden;
    color: #fff;
    margin: 0;
    line-height: 25px;
}

.footer .foot .center .titB .titBR h4:first-child {
    margin: 8px 0 20px 0;
}

.footer .foot .center .titB .titBR h4:last-child {
    margin: 25px 0 0 0;
}

.footer .copy {
    overflow: hidden;
    position: relative;

    color: #fff;
    height: 55px;
    line-height: 55px;
    background-color: #ff0000;
}

/* 當用滑鼠點擊時，隱藏外框 */
button:focus:not(:focus-visible),
a:focus:not(:focus-visible),
input:focus:not(:focus-visible) {
    outline: none;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
    /* outline: 2px solid #007bff;
    outline-offset: 2px; */
}


/* ===================================================
   面包屑導航：自然換行 + 保護英文單詞完整性 (14px ~ 18px)
   =================================================== */

.address {
    padding: 12px 0;
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 20px;
}

.breadcrumb-list {
    /* 使用 inline 混排模式，讓文字像文章一樣自然流暢地換行 */
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.6;
    color: #0f172a;
    text-align: left;
    /* 強制左對齊 */
}

.breadcrumb-item {
    display: inline;
    /* 設為 inline，讓分隔符和文字緊密銜接 */

    /* 核心：保證英文單詞完整，不被強行打斷 */
    word-break: normal;
    overflow-wrap: break-word;
}

/* 連結樣式 */
.breadcrumb-item a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
    color: #8eb126;
    text-decoration: underline;
}

/* 分隔符 */
.breadcrumb-item:not(:last-child)::after {
    content: "/";
    margin: 0 8px;
    color: #cbd5e1;
    font-size: 0.9em;
    font-weight: normal;
    display: inline-block;
}

/* 最後一級（標題） */
.breadcrumb-item.active {
    color: #8eb126;
    font-weight: 600;
}

.font-size-control {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.font-size-control .size a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0 5px;
    color: #fff;
    border-radius: 50%;
}

.font-size-control .size {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.font-size-control .size a.small {
    color: #ffffff;
    background: #8eb126;
}

.fontMiddle header .font-size-control .size a.middle {

    background: #8eb126;
}

.fontMiddle header .font-size-control .size a.middle {
    background: #8eb126;
}


.fontLarge header .font-size-control .size a.large {
    background: #8eb126;
}

.fontLarge header .font-size-control .size a.small,
.fontMiddle header .font-size-control .size a.small {
    border-color: transparent;
    background: transparent;
}