<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #33383C;
    font-family: 'AiDianFengYaHei';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.uppercase {
    text-transform: uppercase;
}
/* body{
    background: #f7f8f9;
} */
/* @font-face {
    font-family: "NotoSans";
    font-weight: 300;
    src: url(../font/463dafcda517f24f-s.p.woff);
} */
@font-face {
    font-family: "AiDianFengYaHei";
    src: url(../font/AlimamaFangYuanTiVF-Thin.ttf);
}

@font-face {
    font-family: "LogoSCUnboundedSans";
    src: url(../font/LogoSCUnboundedSans-Regular-2.ttf);
}

ul,
ol,
dl,
li,
dt,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

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

a {
    cursor: pointer;
}

a,
img,
select,
button,
input,
input[type=password],
input[type=text],
textarea {
    outline: none;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

:root {
    --blue: #019999;
    --white: #ffffff;
}

/*娓呴櫎娴姩*/
.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

input {
    cursor: pointer;
    -webkit-appearance: none;
}

select {
    -webkit-appearance: button;
}

.padd {
    padding: 98px 0;
}

.inner {
    width: 90%;
    /* width: 1530px; */
    margin: 0 auto;
}

@media (max-width: 1600px) {
    /* .inner {
        width: 1170px;
    } */
}

@media (max-width: 1200px) {
    /* .inner{
        width: 970px;
    } */
}

@media (max-width: 900px) {
    /* .inner{
        width: 90%;
    } */
}

@media(max-width:1440px) {
    .padd {
        padding: 78px 0;
    }
}

@media(max-width:900px) {
    .padd {
        padding: 58px 0;
    }
}

@media(max-width:680px) {
    .padd {
        padding: 38px 0;
    }
}

/* swiper.js 鎺у埗鍣ㄦ牱寮� */
.pos.swiper-pagination {
    width: 100%;
    bottom: 0 !important;
    position: relative;
    margin-top: 20px;
}

@media(max-width:500px) {

    .pos.swiper-pagination {
        margin-top: 10px;
    }
}


.swiper-pagination-bullet,
.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 28px;
}

.swiper-pagination-bullet {
    cursor: pointer;
    opacity: 1;
    position: relative;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.58);
    transition: all 0.48s;
}

.swiper-pagination-bullet.my-bullet-active {
    width: 52px;
    background: rgba(255, 255, 255, 1);
}




/* 鍔ㄧ敾鏁堟灉 */
.wgt-fade-animate {
    opacity: .1;
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
}

.appear {
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        transform: translateY(80px);
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
        -o-transform: translateY(80px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes opacity_show {
    0% {
        opacity: .1;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}



.app_left {
    transform: translateX(-150px);
    opacity: 0;
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
}

.app_h {
    -webkit-animation: opacity_left 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_left 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_left {
    0% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
        opacity: 0;
        -moz-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        -o-transform: translateX(-150px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@keyframes opacity_left {
    0% {
        transform: translateX(-150px);
        opacity: 0;
        -moz-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        -o-transform: translateX(-150px);
        -webkit-transform: translateX(-150px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

.app_right {
    transform: translate(150px);
    -webkit-transform: translate(150px);
    -moz-transform: translate(150px);
    -ms-transform: translate(150px);
    -o-transform: translate(150px);
    opacity: 0;
}

.app_r {
    animation: opacity_right 0.8s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_right 0.8s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

@-webkit-keyframes opacity_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
        -moz-transform: translateX(150px);
        -ms-transform: translateX(150px);
        -o-transform: translateX(150px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@keyframes opacity_right {
    0% {
        opacity: 0;
        transform: translate(150px);
        -webkit-transform: translate(150px);
        -moz-transform: translate(150px);
        -ms-transform: translate(150px);
        -o-transform: translate(150px);
    }

    100% {
        -webkit-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

.appArf::after {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #f7f8f9;
    transition: all 0.8s ease-in;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    -ms-transition: all 0.8s ease-in;
    -o-transition: all 0.8s ease-in;
}

.appArf.appArter::after {
    width: 0%;
}












.inBtn {
    position: relative;
}

.inBtn a {
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .51);
}

.inBtn a p {
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
}

.inBtn a svg {
    width: 20px;
    height: 20px;
}

.inBtn a svg path {
    fill: #019999;
}

.inBtn.inBtn_hei a p {
    color: #333;
}

.inBtn.inBtn_hei a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}


.inTit {
    position: relative;
}

.inTit p {
    font-size: 44px;
    font-weight: 600;
    line-height: 60px;
    color: #019999;
}

.inTit.center p {
    text-align: center;
}

.inTit.inTit_hei p {
    color: #303030;
}

.inTit.inTit_bai p {
    color: #fff;
}

.inTbt {
    font-size: 18px;
    color: #019999;
    margin-bottom: 15px;
}

.inTbt.center {
    text-align: center;
}

@media(max-width:1680px) {
    .inTit p {
        font-size: 42px;
    }

    .inAText {
        font-size: 16px;
    }
}

@media(max-width:1468px) {
    .inBtn a p {
        font-size: 14px;
    }

    .inBtn a svg {
        width: 16px;
        height: 16px;
    }

    .inTit p {
        font-size: 36px;
    }

    .inTbt {
        font-size: 16px;
        margin-bottom: 6px;
    }
}

@media(max-width:1280px) {
    .inBtn a p {
        font-size: 12px;
        margin-right: 8px;
    }

    .inBtn a svg {
        width: 12px;
        height: 12px;
    }

    .inTit p {
        font-size: 32px;
        line-height: 1.5;
    }
}
@media(max-width:900px) {
    .inTit p {
        font-size: 28px;
    }
    
}
@media(max-width:680px) {
    .inTit p {
        font-size: 24px;
    }
}






/* 澶撮儴 */
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    height: 88px;
    z-index: 99;
}

.headJt {
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.headJtZ {
    left: 1%;
}

.headJtY {
    right: 1%;
}

header .inner {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 20px;
}

header .inner::before {
    width: 0;
    height: 100%;
    background: #033941;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transition: all 0.8s;
}

header.headerWid .inner::before {
    width: 100%;
}

.headLogo {
    display: block;
    width: 200px;
    position: relative;
}

.headLogo img {
    width: 100%;
}

.headUl {
    position: relative;
}

.headUl ul {
    display: flex;
    align-items: center;
}

.headUl ul a {
    padding: 0 30px;
    font-size: 16px;
    color: #eee;
}

.headRig {
    display: flex;
    align-items: center;
    position: relative;
}

.headYy {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 8px;
}

.headYy svg {
    width: 22px;
    height: 22px;
}

.headYy svg path {
    fill: #fff;
}
.headYyTbox{
    width: 100px;
    position: absolute;
    left: 50%;
    top: calc(100% - 1px);
    transform: translateX(-50%);
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 8px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: none;
}
.headYyTbox a{
    display: block;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.headYyTbox a:hover{
    color: #019999;
}
.headYyTbox a:last-child{
    border-bottom: none;
}
.headBtn {
    display: inline-flex;
    align-items: center;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
    /* border-bottom: 1px solid rgba(255, 255, 255, .51); */
}

.headBtn::after {
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    background: rgba(255, 255, 255, .3);
}

.headBtn p {
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
}

.headBtn svg {
    width: 18px;
    height: 18px;
}

.headBtn svg path {
    fill: #fff;
}
.headCon{
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 20px;
    background: #033941;
    display: none;
}
.headMenu {
    cursor: pointer;
    display: none;
}

.headMenu span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px 0;
    background: #fff;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

.headMenu.active span {
    background: #fff;
}

.headMenu.active span.headMenu_span1 {
    transform: rotate(45deg) translate(4px, 7px);
    -webkit-transform: rotate(45deg) translate(4px, 7px);
    -moz-transform: rotate(45deg) translate(4px, 7px);
    -ms-transform: rotate(45deg) translate(4px, 7px);
    -o-transform: rotate(45deg) translate(4px, 7px);
}

.headMenu.active span.headMenu_span2 {
    opacity: 0;
}

.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(1px, -5px);
    -webkit-transform: rotate(-45deg) translate(1px, -5px);
    -moz-transform: rotate(-45deg) translate(1px, -5px);
    -ms-transform: rotate(-45deg) translate(1px, -5px);
    -o-transform: rotate(-45deg) translate(1px, -5px);
}
.headerM{
    background: #fff;
}
.moHead_Top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.moHead_Tbox{
    width: 100%;
    padding-left: 10px;
    display: none;
}
.moHead_TItem{
    position: relative;
    margin-top: 15px;
}
.moHead_Tit{
    position: relative;
}
.moHead_Tit a{
    font-size: 16px;
}
.moHead_TList{
    padding-left: 15px;
    /* display: none; */
}
.moHead_TList a{
    font-size: 14px;
    color: #999;
    display: block;
    padding: 5px 0;
}
.moHead_mlb {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 9;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    overflow: hidden;
}

.moHead_mlbXq {
   padding: 30px 30px;
   height: calc(100% - 60px);
   overflow-y: auto;
   scrollbar-width: none; 
  -ms-overflow-style: none; 
   border-top: 1px solid rgba(0, 0, 0, .1);
}
.moHead_mlbXq::-webkit-scrollbar {
    width: 0 !important;
  }
.moHead_mlb li {
    width: 100%;
    border-bottom: 1px solid rgb(0, 0, 0,.07);
    position: relative;
    padding: 22px 0;
}
.moHead_mlb li svg{
    width: 15px;
    height: 15px;
    transition: all 0.48s;
}
.moHead_mlb li svg path{
    fill: #999;
}
.moHead_Top a {
    font-size: 16px;
    color: #033941;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.moHead_Top:hover a{
    color: #019999;
}
.moHead_Top:hover svg path{
    fill: #019999;
}

.headerM .headLogo .img1{
    display: none;
}
.headerM .headLogo .img2{
    display: block;
}
.headerM .headYy,.headerM:hover .headYy{
    background: transparent;
}
header.header_bg.headerXh {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

@media(max-width:1680px) {
    .headJt {
        height: 40px;
    }
}

@media(max-width:1468px) {
    .headUl ul a {
        padding: 0 22px;
        font-size: 14px;
    }

    .headLogo {
        width: 180px;
    }

    .headBtn p {
        font-size: 14px;
    }
}

@media(max-width:1280px) {
    .headLogo {
        width: 150px;
    }

    .headUl ul a {
        padding: 0 16px;
        font-size: 14px;
    }
    .headYyTbox a{
        font-size: 12px;
    }
}
@media(max-width:1200px){
    .headUl ul a {
        padding: 0 12px;
        font-size: 14px;
    }
    .headBtn {
        padding-left: 12px;
        margin-left: 12px;
    }
    .headLogo {
        width: 135px;
    }
    .headJt {
        height: 30px;
    }
    
}
@media(max-width:1024px){
    header .inner{
        width: 96%;
    }
    .headJt {
       display: none;
    }
    .headUl ul a {
        padding: 0 10px;
    }
}
@media(max-width:900px){
    .headMenu {
        display: block;
    }
    .headYy{
        margin-right: 20px;
    }
    header .inner{
        display: none;
    }
    header{
        padding: 0;
        height: 76px;
    }
    .headCon{
      
        display: flex;
    }
}
@media(max-width:500px){
    .moHead_Top a {
        font-size: 14px;
    }
}
footer {
    position: relative;
}

.footTop {
    background: #033941;
    margin-bottom: 230px;
}

.footBon {
    width: 100%;
    height: 230px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #033941;
    font-size: 11.8vw;
    line-height: 1;
    color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    z-index: -1;
    white-space: nowrap;
    font-family: "LogoSCUnboundedSans";
}

.footTop {
    display: flex;
    justify-content: space-between;
    background: #033941;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footLeft {
    width: 50%;
    position: relative;
    background-image: url(../images/footLeft.png);
    background-size: cover;
    background-position: center;
    padding: 70px 50px 70px 5%;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footText {
    position: relative;
    margin-bottom: 50px;
}

.footText span {
    font-size: 14px;
    color: #ddd;
}

.footText p {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}

.footEwm {
    width: 100px;
    position: relative;
}

.footEwm img {
    width: 100%;
}

.footEwm p {
    font-size: 16px;
    text-align: center;
}

.footBq {
    display: flex;
    align-items: center;
     flex-wrap: wrap;
}

.footBq p,
.footBq a {
    font-size: 14px;
    color: #fff;
    opacity: .6;
}

.footRig {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    position: relative;
    background-image: url(../images/footRig.png);
    background-size: cover;
    background-position: center;
    padding: 70px 5% 70px 50px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footRTop {
    display: flex;
    justify-content: space-between;
}

.footRTop .footRList {
    width: 60%;
}

.footJs {
    justify-content: end;
}

.footUl {
    position: relative;
}

.footUl a {
    font-size: 18px;
    display: block;
    color: #fff;
    opacity: .8;
    margin-bottom: 10px;
}

.footUl a img {
    width: 10px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.48s;
}

.footUl a:hover {
    color: #019999;
}

.footUl a:hover img {
    opacity: 1;
    transform: translateX(0px);
}

.footerAct .footBon {
    opacity: 1;
}
.footCon{
    width: 100%;
    position: relative;
    background-image: url(../images/footLeft.png);
    background-size: cover;
    background-position: center;
    padding: 70px 50px 70px 50px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    display: none;
}
@media(max-width:1680px) {
    .footText p {
        font-size: 20px;
    }

    .footEwm p {
        font-size: 14px;
    }

    .footUl a {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media(max-width:1280px) {
    

    .footUl a {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .footText span {
        font-size: 12px;
    }

    .footText p {
        font-size: 18px;
        margin-top: 0;
    }
    .footEwm p {
        font-size: 12px;
        margin-top: 10px;
    }
    .footEwm {
        width: 80px;
    }
    .footBon {
        width: 100%;
        height: 130px;
    }
    .footTop{
        margin-bottom: 130px;
    }
}
@media(max-width:1024px){
    .footLeft,.footRig{
        display: none;
    }
    .footCon{
        display: flex;
        flex-wrap: wrap;
    }
    .footJs {
        width: 100%;
        justify-content: left;
    }
    .footText {
        width: 50%;
        margin-bottom: 25px;
    }
    .footRList{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}
@media(max-width:768px){
    .footCon{
        padding: 50px;
    }
}
@media(max-width:680px){
    .footText {
        width: 100%;
        margin-bottom: 20px;
    }
    .footCon{
        padding: 50px 30px;
    }
    .footText p {
        font-size: 16px;
    }
    .footEwm p {
        font-size: 12px;
    }
}</pre></body></html>