<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css for all,header,breadcrumb,footer */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Sans+TC&amp;display=swap');
body{
    background-color:#48433f;
    padding-right:50px;
    padding-left:50px;
    font-family:'Noto Sans TC','敺株��迤暺煾��','Noto Sans', sans-serif, 'Arial', sans-serif;
}
/* body.ch{
    font-family:'敺株��迤暺煾��','Noto Sans TC','Noto Sans', sans-serif, 'Arial', sans-serif;
} */
main{
    background-color:#fff;
}
*{
    padding:0;
    margin:0;
}
ul,li,ol{
    list-style: none;
}
.clearfix{
    clear:both;
}
i {
    padding:0 10px;
}
/*vactical align middle*/
.vam{
    font-size:0;
}
.vam&gt;*{
    display:inline-block;
    vertical-align: middle;
    /* font-size:16px; */
    float:none!important;
}
.vam::after{
    content:"";
    display:inline-block;
    vertical-align: middle;
    height:100%;
}
h2{
    font-size:34px;
    color:#3e444b;
    text-shadow:0px 1px #3e444b;
    margin-bottom:30px;
    text-align:center;
}
.ch h2{
    text-shadow:unset;
}
#index h2{
    margin-bottom:10px;
    text-align:left;
}
.service h2{
    color:#ffd800;
    text-shadow:0px 1px #ffd800;
}
.ch .service h2{
    text-shadow:unset;
}
h3{
    font-size:28px;
    margin-bottom:20px;
    color:#006bc5;
    text-shadow:0px 1px #006bc5;
}
.ch h3{
    text-shadow: unset;
}
h4{
    font-size:28px;
    color:#3e444b;
    text-shadow:0px 1px #3e444b;
}
.ch h4{
    text-shadow: unset;
}
p,ul,li,ol{
    font-size:17px;
    /* font-weight:300; */
}
main p,main li{
    line-height: 34px;
}
.container{
    max-width:1600px;
}
.w-1200{
    max-width:1200px;
    margin-right:auto;
    margin-left:auto;
}
.fa-arrow-right{
    transform: rotate(45deg);
    color:#ff7c02;
    font-size:19px;
}
.content-text{
    padding-bottom:5px;
    margin-left:10px;
    margin-right:10px;
}
.content-text i{
    padding:8px 0 0 0;
    float:left;
}
.content-text p{
    margin:0;
    padding-left:10px;
    float:left;
    width:calc(100% - 20px);
}
.content-text::after{
    content:"";
    display:block;
    clear:both;
}
.separate-line{
    margin-top:30px;
    margin-bottom:40px;
    border-top: 1px solid rgba(238, 238, 238, 0.9);
}
@media (min-width:992px){
    .container{
        padding-right:40px;
        padding-left:40px;
    }
}
@media (max-width:576px){
    h2{
        font-size:30px;
        margin-bottom:20px;
    }
    h3{
        font-size:20px;
    }
    h4{
        font-size:26px;
        color:#3e444b;
        text-shadow:0px 1px #3e444b;
    }
    .content-text i{
        padding:5px 0 0 0;
    }
    p,ul,li,ol{
        font-size: 15px;
    }
    main p, main li {
        line-height: 26px;
    }
}

/*header*/
.navbar{
    padding:0;
    height:100px;
    background: url("../images/nav.jpg") repeat-x center bottom transparent;
    z-index:1000;
}
.navbar.fixed{
    position:fixed;
    z-index:1000;
    top:0;
    width:calc(100% - 100px);
}
.navbar.fixed .nav-item{
    position: relative;
}
.header-logo{
    display:block;
    position: absolute;
    left:6.3%;
    z-index:100;
}
.header-logo img{
    height:100px;
}
.lang{
    position: absolute;
    top:0;
    width:100%;
    background-color:#202020;  
    line-height:40px;  
    cursor: pointer;
}
.lang .dropdown{
    color:#fff;   
    font-size:15px;
    width:150px;
    margin-left:auto;
    margin-right:100px;
}
.lang span, .lang .fa-angle-down{
    color:#fff;    
}
.lang .dropdown-menu{
    margin-bottom:0;
    background:#ffe965;
    border-radius: 0;
    border:0;
    color: #3e3e3e;
    text-align:center;
}
.lang .dropdown-menu li:nth-of-type(1){
    border-bottom:1px solid #fff;
}
.lang .dropdown-menu li a{
    display:block;
    font-size:13px;
}
.lang .dropdown-menu.show{
    padding:0;
}
.lang .dropdown-toggle::after {
    display:none;
}
.navbar-nav{
    width:60%;
    margin-left:30%;
    margin-right:10%;
    justify-content:space-around;
    margin-top:40px;
}
.nav-link,.nav-dropdown .nav-link a{
    white-space: nowrap;
    font-size:17px;
    color:#fff;
    text-shadow: 0 0 5px #000;
}
.nav-link .fa-chevron-down, .footer-dropdown .fa-chevron-down{
    position: absolute;
    right:10px;
    display:none;
}
.nav-link .fa-chevron-down{
    line-height:55px;
}
.nav-item.active .nav-link,
.nav-item.active .nav-link a,
.nav-link:hover,
.nav-link a:hover,
.nav-dropdown:hover .nav-link a{
    color:#ffe965;
}
.nav-dropdown{
    position: relative;
}
.nav-dropdown .nav-link{
    cursor: pointer;
}
.nav-dropdown .nav-menu{
    min-width:180px;
    text-align:center;
}
.nav-menu{
    position: absolute;
    margin-bottom:0;
    background:#ffe965;
    color: #3e3e3e;
    visibility: hidden;  
    opacity:0; 
    height: 0;
    line-height: 0px;  
}
.nav-menu li{
    font-size:13px;
    border-top:1px solid #fff;
    line-height:20px;
}
.nav-menu li:nth-of-type(1){
    border-top:none;
}
.nav-menu li a{
    display: inline-block;
    width:100%;
    padding:10px 10px;
}
.nav-menu li a:hover{
    color:#fff;
    background:#006bc5;
}
header{
    border-bottom:3px solid #fff;
}
.navbar.nav-fixed ,.logo-fixed img{
    height:60px;
}
.navbar-nav.nav-li-fixed{
    margin-top:0;
}

/*breadcrumb*/
.breadcrumb-nav{
    margin-bottom:0;
}
.breadcrumb-nav li{
    line-height:50px;
    font-size:15px;
    display:inline-block;
    margin:0;
    cursor: pointer;
}
.breadcrumb-nav li:nth-of-type(1)::after,.breadcrumb-nav li:nth-of-type(2)::after{
    content:" &gt; ";
}
.breadcrumb-nav a:hover{
    color:#006bc5;
}

/* footer */
footer{
    background-color:#000;
}
footer p,footer li{
    font-size:13px;
}
footer .container{
    padding-right:25px;
    padding-left:25px;
}
.footer-logo{
    margin-top:40px;
    padding-left:60px;
}
.footer-nav{ 
    margin-top:50px;
    margin-bottom:20px;
    display:inline-flex;
    justify-content: space-around; 
}
footer a{
    color:#fff;
}
.footer-dropdown:hover ,footer a:hover{
    color:#ffe965;
}
.footer-nav a{
    display:inline-block;
    width:100%;
}
.footer-menu a{
    color:#a1a1a1;
    display:inline-block;
    width:100%;
}
.footer-nav li:nth-of-type(5){
    margin-right:0;
}
.footer-nav ul{
    padding-left:0;
}
.footer-dropdown .fa-chevron-down{
    color:#fff;
    line-height:30px;
    right:20px;
}
.footer-info{
    border-top:1px solid #fff;
    padding:25px 60px 30px 60px;
}
.footer-info span{
    color:#a1a1a1;
}
.footer-info p{
    color:#fff; 
}
.footer-info a{
    color:#a1a1a1;
}
.footer-info div p{
    display:inline-flex; 
}
.footer-info div p:nth-of-type(1){
    margin-bottom:0;
    margin-right:40px;
}
.footer-info .address{
    display:inline-block;
}
span.footer-tel{
    letter-spacing:1px;
    color:#fff;
}
.ch span.footer-tel{
    letter-spacing:unset;
}

@media (max-width: 1400px) and (min-width: 992px) {
    .header-logo {
        left: 2%;
    }
    .navbar-nav{
        margin-left:30%;
        margin-right:0;
    }
    .lang .dropdown{
        margin-right:20px;
    }
}
@media (min-width: 992px) {
    .nav-dropdown:hover .nav-menu{
        visibility: visible;
        opacity:1;
        height:auto;
        line-height:50px;
    } 
    .lang-fixed{ 
        display:none;
    }
}
@media (max-width: 991px) {
    .navbar{
        padding:0;
        height:60px;
    }
    .navbar-nav{
        border-top:3px solid #fff;
    }
    .header-logo img{
        height:60px;
    }
    .lang{
        width:50px;
        right:60px;
        margin-left:auto;
        background-color:transparent;
        line-height:60px;
    }
    .lang span{
        display:none;
    }
    .lang .dropdown{
        width:50px;
    }
    .lang .dropdown-menu{
        min-width:100px;
    }
    .lang .dropdown-menu li{
        line-height:50px;
        width:100px;
    }
    .navbar-collapse{
        background:#969696;
        max-height:calc(100vh - 60px);
        overflow-y:auto;
    }
    nav .nav-menu li{
        position: relative;
    }
    .navbar-toggler{
        line-height:58px;
        width:60px;
        padding:0;
        color:#fff;
    }
    .navbar-nav{
        width:100%;
        margin:0;
        text-align:center;
        height:calc(100vh - 60px);
        justify-content: unset;
    }
    .nav-item{
        background-color:#969696;
        border-bottom:1px solid #fff;
        z-index:99;
    }
    .nav-link{
        line-height:55px;
        padding:0;
    }
    .nav-link .fa-chevron-down{
        display:inline-block;
    }
    .navbar.nav-fixed ,.logo-fixed img{
        height:60px;
    }
    .dropdown-menu li{
        text-align:center;
    }
    .nav-item .nav-menu.show{
        position: relative; 
        visibility: visible;
        opacity:1;
        height:auto;
        line-height:50px;
        transition:all .3s;
    }
    .nav-item .fa-chevron-down.show{
        transform: rotate(180deg);
    }
    .footer-info{
        padding:25px 0px;
    }
    .footer-logo{
        padding-left:20px;
    }
}
@media (max-width: 992px) and (min-width:767px){
    .footer-info div p:nth-of-type(1) {
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .footer-menu{
        transition:all 0s;
    }
}
@media (max-width: 767px) {
    .footer-nav{
        margin-top:20px;
        padding:0 20px;
        display:inline-block;
    }
    .footer-nav li{
        padding:5px 15px;
        border-bottom:1px solid #a1a1a1;
    }
    .footer-nav li:nth-of-type(5){
        border-bottom:0;
    }
    .footer-dropdown a{
        display:inline;
    }
    .footer-menu a{
        display:inline-block;
        width:100%;
    }
    .footer-dropdown .fa-chevron-down{
        display:inline-block;
    }
    .footer-menu{
        margin-bottom:0;
        visibility: hidden;  
        opacity:0; 
        height: 0;
        line-height: 0px;  
        transition:all .5s;
    }
    .footer-menu.show{
        visibility: visible;
        opacity:1;
        height:120px;
        line-height:25px;
    }
    .fa-chevron-down.show{
        transform: rotate(180deg);
    }
    .footer-dropdown:hover{
        cursor: pointer;
    }
    .footer-dropdown:hover a, .footer-menu a:hover{
        color:#ffe965;
    }
    .footer-dropdown:hover .footer-menu a{
        color:#a1a1a1;
    }
}
@media (max-width: 576px) {
    body{
        padding:0;
    }
    .navbar,.navbar.fixed {
        width:100% ;
    }
    .breadcrumb-nav li{
        line-height:35px;
        font-size:12px;
    }
    .footer-info div p:nth-of-type(1){
        margin-bottom:16px;
    }
}</pre></body></html>