<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ��滩身�抅�𧋦璅��� */
* {
    border: 0;
    margin: 0;
    padding: 0;
    font-weight: normal;
    border: 0px solid transparent;
    color: #000;
    text-align: left;
    list-style: none;
    line-height: 1;
    font-size: 100%;
    font: inherit;
}

/* ��滩身�抅�𧋦璅��� */
body {
    background-color: #F7F7F7;
}

.section {
    width: 70%;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: auto;
}

#business_partner {
    padding-top: 120px;
    padding-bottom: 120px;
}

#section01 {
    position: absolute;
    top: 380px;
}

#section02 {
    position: absolute;
    top: 800px;
}

#section03 {
    position: absolute;
    top: 1300px;
}

#section04 {
    position: absolute;
    top: 1650px;
}


@media screen and (max-width:1440px) {
    #section01 {
        top: 250px;
    }

    #section02 {
        top: 640px;
    }

    #section03 {
        top: 1150px;
    }

    #section04 {
        top: 1550px;
    }
}

@media screen and (max-width:1240px) {
    #section01 {
        top: 300px;
    }

    #section02 {
        top: 720px;
    }

    #section03 {
        top: 1220px;
    }

    #section04 {
        top: 1600px;
    }
}

@media screen and (max-width:1080px) {
    #section01 {
        top: 220px;
    }

    #section02 {
        top: 650px;
    }

    #section03 {
        top: 1300px;
    }

    #section04 {
        top: 1650px;
    }
}

@media screen and (max-width:824px) {
    .section {
        width: 80%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #business_partner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #section01 {
        top: 300px;
    }

    #section02 {
        top: 900px;
    }

    #section03 {
        top: 1550px;
    }

    #section04 {
        top: 1850px;
    }
}

@media screen and (max-width:600px) {
    .section {
        width: 85%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #business_partner {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    #section01 {
        top: 210px;
    }

    #section02 {
        top: 650px;
    }

    #section03 {
        top: 1200px;
    }

    #section04 {
        top: 1600px;
    }
}

@media screen and (max-width:375px) {
    #section01 {
        top: 150px;
    }

    #section02 {
        top: 565px;
    }

    #section03 {
        top: 1250px;
    }

    #section04 {
        top: 1605px;
    }
}

h2 {
    color: #888888;
}

h3 {
    color: #000;
    font-weight: bold;
}

h3::after {
    content: url(../images/titlle_bottom.png);
    position: relative;
    left: -45;
    bottom: -10;
}

h4 {
    color: #000;
    font-weight: bold;
}

h5 {
    font-size: 20px;
    color: #A9CE49;
    font-weight: bold;
}

p {
    font-size: 16px;
    color: #595757;
    margin-bottom: 0;
}

.serviceBox,
.aboutBox,
.partnerBox,
.contactBox,
.footerBox {
    display: flex;
}

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

    .serviceBox,
    .aboutBox,
    .partnerBox,
    .contactBox,
    .footerBox,
    .mailBox {
        flex-wrap: wrap;
    }
}

div&gt;h3 {
    margin-bottom: 35px;
    font-size: 2em;
}

#business_partner h3 {
    margin-bottom: 50px;
}

@media screen and (max-width:824px) {
    div&gt;h3 {
        font-size: 1.6em;
    }
}

/* header */
#header {
    width: 100%;
    background-color: #fff;
    padding-top: 15px;
    z-index: 300;
    position: fixed;
    top: 0;
    box-shadow: 1px 1px 5px #888888;
    height: 100px;
}

.top {
    width: 75%;
    margin: auto;
}

#logo {
    width: 200px;
    float: left;
}

.bar {
    float: right;
}

.bar a {
    float: left;
    text-align: center;
    padding: 0 15px;
    padding-top: 30px;
    text-decoration: none;
}

.bar a li {
    color: #595757;
    font-size: 18px;
    font-weight: bold;
}

.bar a li:hover {
    color: #57A58E;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 920px) {
    .bar a {
        padding-left: 0;
    }

    .bar a li {
        font-size: 16px;
    }
}

@media screen and (max-width: 824px) {
    .bar {
        display: none;
    }

    .navbar {
        padding: 0;
    }

    #header {
        height: 80px;
    }

    #logo {
        width: 185px;
    }
}

/* header_end */
/* mobile */
.mobile_nav {
    display: none;
}

.ham {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 15%;
}

.ham-origin {
    position: absolute;
    top: 20px;
    right: 15%;
}

.ham-bar {
    height: 3.5px;
    width: 30px;
    position: absolute;
    background: #A9CE49;
    margin: 2px 0 0 -13px;
    transition: all 0.3s;
}

.ham-bar--top {
    transform: translateY(-10px);
}

.ham-bar--bottom {
    transform: translateY(10px);
}

#nav-toggle {
    display: none;
}

#nav-toggle:checked~.ham .ham-bar--middle {
    opacity: 0;
}

#nav-toggle:checked~.ham .ham-bar--top {
    transform: rotate(-45deg);
}

#nav-toggle:checked~.ham .ham-bar--bottom {
    transform: rotate(45deg);
}

.menu {
    display: none;
    position: fixed;
    right: 0;
    top: 80px;
    padding: 20px 60px;
    width: 100%;
    background: #A9CE49;
    z-index: 100;
    overflow: hidden;
    transform: translateY(500%);
    transition: transform .6s;
}

#nav-toggle:checked~.menu {
    display: block;
    transform: none;
}

.menu-list {
    list-style: none;
    margin: auto;
    padding: 0;
}

.menu-item {
    margin: auto;
}

li.menu-item a.last {
    border-bottom: none;
}

li.menu-item a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #ffff;
    padding: 10px 15px;
}

li.menu-item a.last {
    border-bottom: 1px solid transparent;
}

li.menu-item a:hover {
    color: #57A58E;
    transition: all 0.5s linear;
    font-weight: bold;
}

@media only screen and (max-width: 824px) {
    .mobile_nav {
        display: block;
    }
}

@media only screen and (max-width: 420px) {
    .menu-item {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

/* mobile_end */
/* banner */
#banner {
    display: block;
}

#banner_mobile {
    display: none;

}

@media screen and (max-width: 824px) {
    #banner {
        display: none;
    }

    #banner_mobile {
        display: block;
    }
}

/* banner_emd */
/* service */
.serviceBox {
    flex-wrap: wrap;
}

.service_left {
    display: flex;
    width: 50%;
}

.service_left&gt;div {
    width: 50%;
}

.service_right {
    display: flex;
    width: 50%;
}

.service_right&gt;div {
    width: 50%;
}

.context {
    width: 100%;
}


button {
    width: 50%;
    background-color: rgb(255, 255, 255, 0);
}

#service button:focus {
    outline: 0px !important;
}

.context01,
.context02,
.context03,
.context04 {
    display: none;
}

.serviceItem {
    margin: auto;
    margin-bottom: 30px;
}

.serviceItem img {
    margin: auto;
    margin-bottom: 20px;
    width: 200px;
}

.service01 {
    background-image: url(../images/service01.png);
    background-size: contain;
    margin: auto;
    margin-bottom: 20px;
    width: 165px;
    height: 165px;
    transition: 0.5s linear;
}

.service01:hover {
    background-image: url(../images/service01_color.png);
}

.service02 {
    background-image: url(../images/service02.png);
    background-size: contain;
    margin: auto;
    margin-bottom: 20px;
    width: 165px;
    height: 165px;
    transition: 0.5s linear;
}

.service02:hover {
    background-image: url(../images/service02_color.png);
}

.service03 {
    background-image: url(../images/service03.png);
    background-size: contain;
    margin: auto;
    margin-bottom: 20px;
    width: 165px;
    height: 165px;
    transition: 0.5s linear;
}

.service03:hover {
    background-image: url(../images/service03_color.png);
}

.service04 {
    background-image: url(../images/service04.png);
    background-size: contain;
    margin: auto;
    margin-bottom: 20px;
    width: 165px;
    height: 165px;
    transition: 0.5s linear;
}

.service04:hover {
    background-image: url(../images/service04_color.png);
}

.serviceItem h2 {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    transition: 0.5s linear;
}

.service_Bottom {
    display: block;
    background-color: #A9CE49;
    cursor: pointer;
    padding: 10px;
    width: 70%;
    margin: auto;
    border-radius: 30px;
    transition: 0.4s;
    box-sizing: unset;

}

.service_Bottom p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    transition: 0.5s linear;
    text-align: center;
}

.service_Bottom.active,
.service_Bottom:hover {
    background-color: #ccc;
}

.move_down {
    right: 0;
    width: 100%;
    padding: 100px 140px 50px 140px;
    display: none;
    background-color: #306679;
}

.move_down p {
    color: #fff;
}

.move_down h4 {
    color: #FCFAE2;
    letter-spacing: 2px;
    font-size: 1.8em;
    margin-bottom: 20px;
}

.Item_icon {
    display: flex;
    flex-wrap: wrap;
}

.icon {
    width: 20%;
    margin: auto;
}

.icon img {
    display: block;
    width: 70%;
    margin: auto;
    margin-bottom: 15px;
}

.Item_icon .icon p {
    color: #306679;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 50px;
    opacity: 0.85;
}


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

    .service01,
    .service02,
    .service03,
    .service04 {
        width: 150px;
        height: 150px;
    }

    .serviceItem h2 {
        font-size: 1.2em;
    }

    .service_Bottom p {
        font-size: 12px;
    }
}

@media screen and (max-width:1340px) {
    .move_down {
        padding: 80px 120px 30px 120px;
    }
}

@media screen and (max-width:1080px) {
    button {
        width: 50%;
    }

    .serviceBox {
        flex-wrap: wrap;
    }

    .serviceItem {
        margin-bottom: 50px;
    }

    .serviceItem h2 {
        font-size: 1em;
    }

    .service_Bottom {
        width: 40%;
    }

    .move_down {
        padding: 60px 80px 10px 80px;
    }

    .move_down h3 {
        font-size: 1.8em;
    }

    .icon {
        width: 25%;
        margin: auto;
    }
}

@media screen and (max-width:915px) {
    .serviceItem {
        margin-bottom: 20px;
    }

    .move_down {
        margin-bottom: 20px;
    }

    .move_down p,
    .icon p {
        font-size: 14px;
    }

    .move_down h3 {
        font-size: 1.4em;
        margin-bottom: 15px;
    }

    .move_down h4 {
        font-size: 24px;
    }

    .icon {
        width: 33.333%;
        margin: auto;
    }

    .service_left {
        display: flex;
        width: 100%;
    }

    .service_right {
        display: flex;
        width: 100%;
    }

    .service_left {
        order: 1;
    }

    .context_left {
        order: 2;
    }

    .service_right {
        order: 3;
    }

    .context_right {
        order: 4;
    }
}

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

    .service01,
    .service02,
    .service03,
    .service04 {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .serviceItem h2 {
        font-size: 14px;
    }

    .service_Bottom {
        padding: 5px;
    }

    .service_Bottom p {
        font-size: 10px;
    }

    .move_down {
        padding: 50px 50px 20px 50px;
    }

    .icon p {
        margin-bottom: 30px;
    }
}

.modal-dialog {
    width: auto;
    max-width: 45%;
    margin: auto;
    padding: 8% 0;
}

.modal-content {
    border: none;
    border-radius: 0;
    margin: auto;
}

h4.modal-title {
    position: absolute;
    color: #fff;
}

.modal-header .close {
    width: 80px;
}

.modal-header {
    padding: 25px 50px;
    background-color: #306679;
    border-radius: 0;
}

.modal-body {
    padding: 45px 50px 25px;
    background-color: #F7F7F7;
}

.modal-footer {
    background-color: #306679;
    padding: 15px;
}

.modal-body p {
    font-weight: bold;
}

.close {
    color: #fff;
    opacity: 0.7;
    font-size: 35px;
}

.close:hover {
    color: #fff;
    opacity: 0.9;
}


@media only screen and (max-width: 1024px) {
    .modal-dialog {
        max-width: 60%;
    }

    .Item_icon .icon p {
        font-size: 16px;

    }
}

@media only screen and (max-width: 824px) {
    .modal-dialog {
        padding: 12% 0;
    }

    .serviceItem {
        width: 45%;
    }

    .modal-dialog {
        max-width: 70%;
    }

    .Item_icon .icon p {
        margin-bottom: 20px;
    }

    .modal-header {
        padding: 20px 40px;
    }

    .modal-body {
        padding: 20px 40px 10px;
    }

    h4.modal-title {
        font-size: 20px;
    }

    .modal-body p {
        font-size: 14px;
    }

    .modal-header .close {
        width: 50px;
    }
}

@media only screen and (max-width: 500px) {
    .modal-dialog {
        padding: 18% 0;
    }

    .service_Bottom {
        width: 65%;
    }

    .modal-dialog {
        max-width: 75%;
    }

    .modal-header {
        padding: 20px 25px;
    }

    .modal-body {
        padding: 20px 25px 0px;
    }

    .modal-body p {
        font-size: 12px;
    }

    h4.modal-title {
        font-size: 18px;
    }

    .Item_icon .icon p {
        font-size: 12px;
        letter-spacing: normal;
    }

    .close {
        font-size: 20px;
    }
}

/* service_end */

/* about */
#about .text {
    width: 55%;
}

#about p {
    line-height: 2em;
}

#about p span {
    display: inline;
    color: #A9CE49;
    font-weight: bold;
    font-size: x-large;
}

@media screen and (max-width:824px) {
    #about p span {
        font-size: 20px;
    }
}

.promise {
    border: 2px solid #888888;
    border-radius: 20px;
    padding: 30px 50px;
    margin: auto;
}

.promise h4 {
    text-align: center;
    margin-bottom: 20px;
}

.promise h5 {
    text-align: left;
    margin-bottom: 15px;
    transition: 0.5s linear;
    cursor: pointer;
}

.promise h5::before {
    content: url(../images/check.png);
}

.promise h5:hover {
    color: #306679;
}

@media screen and (max-width: 1240px) {
    #about .text {
        width: 40%;
    }
}

@media screen and (max-width: 1080px) {
    #about .text {
        width: 100%;
        margin: 0 20px 30px;
    }
}

@media screen and (max-width: 600px) {
    .promise {
        border: 2px solid #888888;
        border-radius: 20px;
        padding: 15px 25px;
        margin: auto;
    }

    .promise h4 {
        font-size: 22px;
    }

    .promise h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

/* about_end */
/* partner */
.partner_bg {
    background-image: url(../images/partner_bg.png);
    background-size: cover;
    background-position-y: center;
}

.partner_logo {
    width: 33.3%;
    margin: auto;
}

.partner_logo a img {
    display: block;
    width: 80%;
    margin: auto;
}

.partnerBox&gt;div {
    align-self: center;
}

@media screen and (max-width:1080px) {
    .partner_logo {
        width: 100%;
        margin: 0 auto 20px;
    }

    .partner_logo a img {
        width: 55%;
        margin: auto;
    }
}

@media screen and (max-width:600px) {
    .partner_logo {
        width: 100%;
        margin: 0 auto 20px;
    }

    .partner_logo a img {
        width: 65%;
        margin: auto;
    }

    .partner_logo:last-child {
        margin-bottom: 0;
    }

    #partner h3 {
        text-align: center;
    }
}

/* partner_end */

/* contact */
.googleMap {
    width: 65%;
    float: left;
    margin: 0 40px;
}

.googleMap iframe {
    width: 100%;
    height: 250px;
}

.contactUs {
    width: 50%;
}

@media screen and (max-width:1080px) {
    .googleMap {
        width: 100%;
        order: 2;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .contactUs {
        width: 100%;
        order: 1;
        margin: 0 40px;
    }

    .contactUs h5 {
        display: block;
        float: left;
        margin-bottom: 20px;
    }

    .contactUs p {
        display: block;
        width: 50%;
        float: left;
        margin: 5px 0;
    }
}

@media screen and (max-width:824px) {
    .contactUs {
        margin: 0 20px;
    }

    .googleMap {
        margin: 20px 20px;
    }

    .googleMap iframe {
        height: 350px;
    }

    .contactUs h5 {
        display: block;
        float: left;
        margin-bottom: 10px;
    }

    .contactUs p {
        width: 100%;
        margin: 5px 0 0;
    }
}

.client_information {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.client_information&gt;div {
    width: 33.3%;
    padding: 0 40px;
}

.client_information&gt;div:nth-of-type(4),
.client_information&gt;div:last-child {
    width: 100%;
}

.contact-form input[type="text"] {
    display: inline-block;
    background: none;
    border: 2px solid #A9CE49;
    width: 100%;
    outline: none;
    font-size: 1em;
    color: #595757;
    padding: 0.6em 1em;
    margin: 5px 0 20px;
}

.client_information p {
    color: #A9CE49;
    font-weight: bolder;
    margin-top: 40px;
}

.contact-form textarea {
    display: block;
    background: none;
    border: 2px solid #A9CE49;
    width: 100%;
    height: 12em;
    outline: none;
    font-size: 1em;
    color: #595757;
    resize: none;
    padding: 0.6em 1em;
    margin: auto;
    margin-bottom: 20px;
}

input,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.contact-form button[type="submit"] {
    background-color: #A9CE49;
    cursor: pointer;
    padding: 10px;
    width: 20%;
    margin: auto;
    border-radius: 30px;
    transition: 0.4s;
    box-sizing: unset;
    float: right;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    letter-spacing: 5px;
}

@media screen and (max-width: 1080px) {
    .client_information&gt;div {
        width: 100%;
        padding: 0 40px;
    }

    .contact-form input[type="text"] {
        margin-bottom: 10px;
        padding: 0.5em 1em;
    }

    .client_information p {
        margin-top: 10px;
    }

    .contact-form textarea {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0.5em 1em;
    }
}

@media screen and (max-width: 824px) {
    .client_information&gt;div {
        padding: 0 20px;
    }

    .contact-form input[type="button"] {
        width: 40%;

    }

    .contact-form input[type="button"] {
        font-size: 1em;
    }
}

@media screen and (max-width:600px) {
    h5.english {
        font-size: 0.8rem;
    }
}

/* contact_end */

/* footer */
.color {
    background-color: #D7D7D8;
    height: 6px;
}

#footer {
    background-color: #F1F1F1;
    padding: 20px;
}

.footerBox {
    width: 70%;
    margin: auto;
}

.footerBox&gt;div {
    width: 30%;
    align-self: center;
    margin: auto;
}

.footer_text p {
    margin-bottom: 0;
}

.footer_logo img {
    margin: auto;
}

@media screen and (max-width:1240px) {
    .footerBox {
        width: 80%;
    }

    .footerBox&gt;div:last-child {
        width: 40%;
    }
}

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

    .color,
    #footer {
        display: none;
    }

    .client_information&gt;div:last-child {
        margin-bottom: 60px;
    }
}

#totop img {
    display: block;
    width: 50px;
    height: 50px;
    z-index: 1000;
    position: absolute;
    bottom: 40;
    right: 30;
    position: fixed;
    border-radius: 50px;
    border: 2px solid #F7F7F7 !important;
}

/* footer_end */


button:focus {
    outline: 1px dotted;
    outline: 0px auto transparent;
}</pre></body></html>