<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: none;
    list-style:none;
    background-repeat:no-repeat;
    text-decoration:none;/*去底線*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
    width: 100%;
    position:relative;
/*    background-color: #ebebeb;*/
    background-repeat: repeat;
}
.weapper .banner{
    background-size:auto;
}
.cleanup{
    height: 50px;
}
    

.wrapper .banner{
 
transition: background-image 1s ease-in-out;
}

 .wrapper .banner .main{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wrapper .banner .main .txt {
    /* width: 67%; */
    width: 100%;
    max-width: 1200px;
    font-size: 48px;
    line-height: 100%;
    color: #fff;
    /* text-align: right; */
    /* text-shadow: 0px 0px 11px #000; */
    position: relative;
    transition: all 0.8s ease-out;
    /* bottom: 0; */
    margin: auto 0 15px 0;
}
.entxt {
    font-size: 100px;
    font-weight: bold;
}


.main h3 {
    color: #494949;
    font-size: 35px;
    font-weight: bold;
    text-align: left;
}
.h3_color{
    display: inline-block;
    color: #897b46;
}
.picandtxt_line {
    width: 5%;
    height: 1px;
    background-color: #897b46;
    margin: 2% 0;
}
.but_min{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.but_min {
    font-size: 18px;
    width: 20%;
    font-weight: bold;
    color: #fff;
    background-color: #ada279;
    text-align: center;
    transition: all 0.3s ease-out;
}
.but_min:hover {
    background-color: #574608;
    transition: all 0.3s ease-out;
}

.pc_banner{
    display: block;
}
.phone_banner{
    display: none;
}
@media  screen and (max-width: 1366px){
    .wrapper .banner{
        height: 600px;
    }
}
.entxt{

}

.wrapper .picandtxt .main{
    transition: all 0.5s ease-out;
}
.wrapper .main a{
    transition: all 0.8s ease-out;
}

@media  screen and (max-width: 1024px){
    .wrapper .banner {
        height: 65vh;
        background-position: 50% 50%;
        position: relative;
    }
    .pc_banner{
        display: none;
    }
    .phone_banner{
        display: block;
    }
}
@media  screen and (min-width: 1025px){
    .wrapper .banner {
        height: 65vh;
        background-position: 50% 50%;
        background-attachment: fixed; 
        position: relative;
    }
}

.wrapper .banner {
    background-size: cover;
}
.wrapper .main .cent_box.left .img{

    text-align: center;
    height: auto;
}
}


@media  screen and (max-width: 768px){
.wrapper .main .cent_box.left .txt_box{
    min-width: 250px;
    min-height: 70px;
    padding: 10px;
}

}

@media  screen and (max-width: 480px){
.wrapper .main .cent_box.left .txt_box{
    min-width: 250px;
    min-height: 60px;
       padding: 5px;
}

}



.weapper .banner{
    background-size:auto;
}

/*picandtxt**/
.wrapper .picandtxt {
    width: 100%;
    padding: 40px 0px 80px;
    position: relative;
}
.wrapper .picandtxt .main {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    text-align: center;
    color: #3f3f3f;
    transition: all 0.8s ease-out;
    /* padding-left: 3%; */
}


.wrapper .picandtxt .main h4.title{
    font-size: 32px;
    line-height: 180%;
    font-weight: bold;
    color: #a6945d;
    text-align: left;
    position: relative;
    padding-top: 10px;
}
.wrapper .picandtxt .main p.txt {
    font-size: 22px;
    line-height: 180%;
    color: #555555;
    font-weight: bold;
    text-align: left;
    position: relative;
    /* padding-left: 30px; */
    letter-spacing: 3px;
}
.Sicon {
    /* width: 7%; */
    max-width: 45PX;
    margin: -6px 0 0 5px;
    vertical-align: middle;
}




.wrapper .case{
    width: 100%;
    position:relative;
}
.wrapper .case.left{/*
    background-color: #ffffff;*/
}
.wrapper .case.right {
    background-color: #f4f4f4;
}
.wrapper .case .main {
    width: 80%;
    max-width: 1230px;
    position: relative;
    margin: 0 auto;
    padding: 70px 0px 50px 0px;
    left: 0;
    right: 0;
     text-align: center; 
    margin: 0 auto;
}
.img_txt {
    color: #555555;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding-top: 5%;
}
.load_tr {
    width: 30%;
    display: inline-block;
    margin-left: 3%;
    margin-bottom: 5%;
    transition: all 0.3s ease-out;
}
.load_tr .case_box .cent_box{
    width: 100%;
    display: block;/*
    max-width: 1200px;*/
    margin: auto;
    position: relative;
}
.load_tr .right{
    width: 100%;
    display: block;/*
    max-width: 1200px;*/
    margin: auto;
    position: relative;
text-align: -webkit-right;
}
.more {
    position: absolute;
    width: 80px;
    height: 35px;
    background-color: #ada279;
    right: 6%;
    bottom: 4%;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 0.8s ease-out;
}

.case_box {
    position: relative;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease-out;

}

.load_tr .case_box .cent_box.left .txt_box{
    min-width: 350px;
    min-height: 120px;
    width: 40%;
    height: 100%;
    padding: 30px 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    /*background-color: #FFF;*/
    text-align: center;
    /* box-shadow: 2px 2px 3px #aaaaaa; */
    display: inline-block;
}

.load_tr .case_box .cent_box .img img{
    width: 100%;
    max-width: 1012px;
}

.load_tr .case_box .cent_box .img img{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: brightness(1);
    filter: brightness(1);
    transition: all 0.4s ease-out;
}
.load_tr .case_box .cent_box .txt_box p.txt{
    /* padding-top: 10px; */
    font-size: 12px;
    /* font-weight: bold; */
    line-height: 180%;
    color: #707070;
    letter-spacing: 1px;
}
.load_tr .case_box .cent_box .txt_box .description_box {
    text-align: left;
    font-family: Microsoft JhengHei;
    color: #343333;
    margin: 12% 7% 30% 7%;
    line-height: 200%;
}   
.load_tr .case_box .cent_box .txt_box .description_box p.txt_date{
    font-size: 18px;
}
.load_tr .case_box .cent_box .txt_box .description_box p.txt_description {
    text-align: left;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loadTableConteneDown{
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.loadTableConteneDownBtn {
}
.loadTableConteneDownBtn{
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.img {
    overflow: hidden;
    text-align: center;
    height: 100%;
    position: relative;
    background-size: contain;
}
.img:before {
    position: relative;
    content: "";
    display: block;
    padding-top: 67%;
    width: auto;
}
.img img {
    /* width: auto; */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s ease-out;
}
.date_box{
    color: #303030;
}
.y_m{
    width: 10%;
    font-weight: bold;
    display: inline-block;
    line-height: 90%;
}
.year{
    font-size: 10px;
}
.moon{
    font-size: 14px;
}
.d_{
    width: 10%;
    display: inline-block;
    font-size: 30px;
    color:#303030;
    font-weight: bold;
}
.date_line {
    display: inline-block;
    background-color: #919191;
    width: 1px;
    height: 25px;
    position: relative;
    margin-right: 5px;
}
.tittle_con{
    color: #a49463;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;

}
.com{
    color: #303030;
    font-size: 18px;
    letter-spacing: 1px;

}
.npage {
    color: #a49463;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
}
.pion{
    display: inline-block;
    margin-right: 10px;
}

.Page li {
    /* border-style: solid; */
    padding: 15px 20px;
    transition: all 0.3s ease-out;
}
.now_p {
    /* text-decoration: underline; */
    color: #fff;
    background-color: #494126;
    border: #494126 2px solid;

}
.other_p{
    border: #eaeaea 2px solid;
}
.Page li:hover{
    /* border-style: solid; */
    color: #fff;
    background-color: #494126;
    transition: all 0.3s ease-out;
}
@media  screen and (min-width: 1025px){
.load_tr:hover .case_box .cent_box .img img{

    transform: scale(1.05,1.05);
    -webkit-filter: brightness(0.8);
/*    background-color: #efebdd;*/
    transition: all 0.5s ease-out;
}
}

@media  screen and (max-width: 1366px){
    .load_tr .case_box .cent_box{
    width: 100%; 
}
.wrapper .case .main{
    width: 90%;
}
}
@media  screen and (max-width: 1024px){
.wrapper .case .main{
    padding: 40px 0px 0px 0px;
    z-index: 50;
}
.clean{
    height: 40px;
}
.wrapper .case:first-child{
    padding-top: 50px;
}
.load_list {
    position: relative;
    z-index: -1;
}
.css-table {
    position: relative;
    z-index: -1;
}

.case_box {
    position: relative;
    height: 100%;
    cursor: pointer;
    height: auto;
    padding: 0 0 10%;
}
.load_tr .case_box .cent_box .txt_box p.txt{
    font-size: 12px;
    letter-spacing: 5px;
}
.load_tr {
    margin: 0px 3% 3% 3%;
}
.load_tr .case_box .cent_box .img img {
   /* height: auto;*/
}
.load_tr .case_box .cent_box .txt_box .description_box {
    margin: 2% 5%;
    line-height: 250%;
}
.load_tr .case_box .cent_box .txt_box .description_box p.txt_date {
    font-size: 30px;
}
.load_tr .case_box .cent_box .txt_box .description_box p.txt_description {
    font-size: 30px;
}
.load_tr {
    width: 95%;
    /* background-color: #ffffff; */
    transition: all 0.3s ease-out;
    display: inline-block;
    margin-left: 3%;
    margin-bottom: 5%;
}
.y_m {
    width: 5%;
}
.loadTableConteneDown {
    padding-bottom: 10px;
}
.img_txt {
    font-size: 54px;
}
}

@media  screen and (max-width: 768px){
.wrapper .case .main{
    padding: 50px 0px 0px 0px;
    z-index: 50;
}
.load_tr .case_box .cent_box .txt_box p.txt{
    font-size: 12px;
    letter-spacing: 3px;
}
.loadTableConteneDown {
    padding-bottom: 20px;
}
.img_txt {
    font-size: 40px;
}
}
@media screen and (max-width: 450px){
    .img_txt {
    font-size: 24px;
}
.load_tr .case_box .cent_box .img img {
}
.load_tr .case_box .cent_box .txt_box .description_box p.txt_description {
    font-size: 20px;
}
.load_tr .case_box .cent_box .txt_box .description_box p.txt_date {
    font-size: 20px;
}
.load_tr .case_box .cent_box .txt_box .description_box {
    margin: 2% 5%;
    line-height: 150%;
}
.load_tr .case_box .cent_box .txt_box .description_box {
    margin: 2% 5%;
    line-height: 200%;
}
.description_box p.txt_date {
    font-size: 20px;
}
.load_tr .case_box .cent_box .txt_box .description_box p.txt_description {
    font-size: 20px;
}
.load_tr .case_box .cent_box .txt_box .description_box p.txt_date {
    font-size: 20px;
}
.loadTableConteneDown {
    font-size: 18px;
}
.y_m {
    width: 10%;
}
.case_box {
    padding: 0 0 7%;
}
.txt_box {
    margin-top: 20px;
}


/*.more {
    width: 20px;
    height: 20px;
}*/
}
@media screen and (max-width: 375px){
.load_tr .case_box .cent_box .txt_box .description_box p.txt_date {
    font-size: 16px;
}
.load_tr .case_box .cent_box .txt_box .description_box p.txt_description {
    font-size: 16px;
}
.load_tr .case_box .cent_box .txt_box .description_box {
    margin: 2% 5%;
    line-height: 180%;
}
.loadTableConteneDown {
    font-size: 15px;
}
.img_txt {
    font-size: 25px;
}
}
@media screen and (max-width: 375px){
.y_m {
    width: 14%;
}
.tittle_con {
    font-size: 20px;
}
.com {
    font-size: 15px;
}
}
@media screen and (max-width: 360px){
.img_txt {
    font-size: 20px;
}
}


@media screen and (max-width: 1366px){
.wrapper .picandtxt{
    width: 90%;
    position:relative;
    margin: 0 auto;
}
}
@media screen and (max-width: 1024px){
.wrapper .picandtxt .main h4.title{
    font-size: 30px;
    line-height: 180%;
    padding-top: 10px;
}
.wrapper .picandtxt .main p.txt{
    font-size: 27px;   
    line-height: 180%;
}
.Sicon{   
    max-width: 59px;
    margin: -15px 0 0 10px;
}
.back-to-top img{
    width: 200%;
}
.under_line {
    display: none;
}
.LoadHeader .headerBtn .btnAll&gt;li a.Sicon img {
    width: 5%;
}
.picandtxt_line {
    width: 8%;
    height: 1px;
    background-color: #897b46;
    margin: 2% 0;
}
.but_min {
    font-size: 30px;
    width: 40%;
    margin-top: 5%;
    margin: 5% auto 0;
}
}
@media screen and (max-width: 768px){
.wrapper .picandtxt .main h4.title{
    font-size: 30px;
    line-height: 180%;
    padding-top: 10px;
}
.wrapper .picandtxt .main p.txt{
    font-size: 27px;   
    line-height: 180%;
}
.picandtxt_line {
    width: 12%;
    height: 1px;
    background-color: #897b46;
    margin: 2% 0;
}
}
@media screen and (max-width: 450px){

.wrapper .picandtxt .main h4.title{
    font-size: 24px;
    line-height: 180%;
    padding-top: 10px;
}
.wrapper .picandtxt .main p.txt{
    padding-left: 0px;
}
.picandtxt_line {
    width: 16%;
    height: 1px;
    background-color: #897b46;
    margin: 2% 0;
}
}


@media screen and (max-width: 414px){
/*.wrapper .banner {
    height: 450px;

}*/
.Sicon{
    margin: -9px 0 0 10px;
}
}
@media screen and (max-width: 414px){
/*.wrapper .banner {
    height: 510px;

}*/

.wrapper .banner .main .txt {
    font-size: 40px;
}
}
@media screen and (max-width: 375px){
/*.wrapper .banner {
    height: 450px;

}*/
.Sicon {
    width: 7%;
    margin: -7px 0 0 10px;
}
.wrapper .banner .main .txt {
    font-size: 35px;
}
.picandtxt_line {
    width: 18%;
    height: 1px;
    background-color: #897b46;
    margin: 2% 0;
}
}
@media screen and (max-width: 360px){
    .wrapper .picandtxt .main {
    padding-left: 0%;
}

}
@media screen and (max-width: 320px){
/*.wrapper .banner {
    height: 450px;

}*/
.wrapper .banner .main .txt {
    font-size: 35px;
}
.wrapper .picandtxt .main p.txt{
    font-size: 20px;
}
.picandtxt_line {
    width: 25%;
    height: 1px;
    background-color: #897b46;
    margin: 2% 0;
}
.but_min {
    width: 50%;
    margin-top: 5%;
}
}


.only_pic1{
    width: 100%;
    background-image: url(../uploads/service/service_02.jpg);
    background-position:center;
    position: relative;
    background-size: cover;
    text-align: center;
}
.white {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 2%;
}
.wapper .only_pic1 .white .logimg{
        margin: auto;
width: 45%;
text-align: right;
display: inline-block;
}
.wapper .only_pic1 .white .txt{

}
.logoimg {
width: 47%;
text-align: right;
display: inline-block;
    padding: 0 2%;
vertical-align: middle  ;
}

.txtx {
    margin: auto;
    border-left: #b1b0b0 1px solid;
    color: #ffffff;
    font-size: 24px;
    font-family: Microsoft JhengHei;
    /* font-weight: bold; */
    width: 47%;
    text-align: left;
    display: inline-block;
    line-height: 180%;
    vertical-align: middle;
    padding: 2% 2%;/*
    font-weight: bold;*/
}
.frame1{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
}
.txt_box1 {
    padding: 2%;
    font-size: 20px;
    font-family: Microsoft JhengHei;
    color: #303030;
    margin-bottom: 1%;
}
.frame_box{
    position: relative;
    text-align: center;
    width: 100%;
/*    padding: 0px 20% 0;*/
}
.out_box {
    width: 60%;
    text-align: left;
}
.name {
    width: 45.5%;
    padding: 1%;
    /* border: 2px #e8e8e8 solid; */
    margin-right: 5%;
}
.phone {
    width: 45.5%;
    padding: 1%;
    /* border: 2px #e8e8e8 solid; */
}
.email {
    width: 96.3%;
    padding: 1%;
    /* border: 2px #e8e8e8 solid; */
}
.content {
    width: 96.3%;
    padding: 1%;
    /* border: 2px #e8e8e8 solid; */
    resize: none;
}
.input_txt {
    margin-bottom: 1%;
    font-family: Microsoft JhengHei;
    font-size: 18px;
    color: #4f4f4f;
    letter-spacing: 2px;
    background-color: #e2e2e2;
}
.frame_box{
}
.checklabel{
    text-align: left;
}
.agree{
    color:#fff;
    width: 20px;
    height: 20px;
}
.check_privacy {
    text-align: left;
    width: 80%;
    position: relative;
    left: 2%;
}  
.sent_btn {
    text-align: right;
}
.but {
    padding: 10px 40px;
    display: inline-block;
    /* border: 2px solid #b1b1b1; */
    color: #3f3f3f;
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    transition: all 0.3s ease-out;
    background-color: #ada279;
    margin: 0 1%;
    font-weight: bold;
}
.but:hover{

/*    color: #fff;*/
    background-color: #574608;
}
.up{
    padding: 1%;
}
.dow{
        padding: 3% 0 0;
    }
.agreetxt{
    display: inline-block;
    margin: 0 2px;
    top: -4px;
    position: relative;
    color:#323232;
    font-size: 20px;
        font-family:  Microsoft JhengHei;
}
.agree_file{
    display: inline-block;
    margin: 0 20px;
    top: -4px;
    position: relative;
    color:#323232;
    font-size: 20px;
    border-bottom:1px #323232 solid; 
        font-family:  Microsoft JhengHei;
        cursor: pointer; 
}

.phone_br{
    display: none;
}
.txt_box1 p {
    display: inline-block;
    font-size: 20px;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    outline: none;
    background-color: #ffffff00;
    cursor: pointer;
    padding: 10px 15px 15px 15px;
    border-radius: 10px;
}

.back-to-top:hover {
}


@media screen and (min-width: 1024px){
.logoimg_phone{
    display: none;
}
.logoimg{
    display: inline-block;
}

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

.sent_btn {
    text-align: center;
}
    .agree_file {
    top: -10px;
    font-size: 35px;    
}
.agreetxt {
    font-size: 35px;
    top: -10px;
}
.wrapper .banner .main .txt {
    width: 90%;
    text-align: left;
    /* bottom: 10%; */
/*    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;*/
}
    .logoimg_phone{
    display: block;
    }
.logoimg_phone&gt;img {
    width: 40%;
}
    .white {
        padding: 13% 5%;
    }
    .logoimg{
        display: none;
    }
    .phone_br{

        display: contents;
        line-height: 150%;
    }
    .frame_box {
        padding: 0px 5% 0;
    }
    .check_privacy {
        left: 0%;
        margin: 3% 0 5%;
    }
.up {
    padding: 5% 0 0;
}
    .dow{
    }
    .agree {
        color: #fff;
        width: 51px;
        height: 51px;
    }
    .but {
        padding: 3% 10%;
        width: 45%;
    }
    .input_txt{
        width: 100%;
        margin: 2% 0;
    }
    .txtx {
        width: 100%;
        padding: 5% 1% 0;
        border-left: #cdc1bb 0px solid;
        text-align: left;
    }
.txt_box1 {
    padding: 0 0 5% 5%;
}
    .input_txt{
            padding: 3%;
        }

/*    字體      */
    .input_txt {
        font-size: 35px;
    }
    .agree_file{
        font-size: 35px;
    }
    .input_txt{
        font-size: 35px;
    }   
.but {
    font-size: 35px;
}
    .txt_box1 p {
        font-size: 35px;
        letter-spacing: 1px;
        line-height: 140%;
    }
    .txt_box1{
        font-size: 47px;
        text-align: center;
    }
.txtx {
    font-size: 35px;
    text-align: center;
}
    .wrapper .picandtxt .main h4.title {
    font-size: 30px;
    }
    .wrapper .picandtxt .main p.txt {
    font-size: 30px;
    }
.wrapper .banner .main .txt {
    font-size: 83px;
    margin: auto 0 2px 0;
}
.entxt {
    font-size: 120px;
    letter-spacing: 3px;
}
    .wrapper .banner .main .txt:after {
        height: 169px;
        width: 10px;
        /* left: 45%; */
       
    }
    .out_box {
        width: 90%;
    }
}
@media screen and (max-width: 768px){
/*    字體      */
    .agree {
        width: 37px;
        height: 37px;
    }
    .agreetxt{
        font-size: 38.5px;
        top: -5px;
    }
    .agree_file{
        font-size: 36px;
        top: -5px;
    }
    .input_txt{
        font-size: 30px;
    }
    .but {
        font-size: 30px;
    }
    .txt_box1 p{
        font-size: 34px;
    }
    .txt_box1{
        font-size: 36px;
    }
    .txtx{
        font-size: 35px;
    }
    .wrapper .picandtxt .main h4.title {
    font-size: 30px;
    }
.wrapper .picandtxt .main p.txt {
    font-size: 35px;
}

.wrapper .banner .main .txt {
    font-size: 83px;
    margin: auto 0 2px 0;
}
    .entxt{
        font-size: 120px;
    }
    .wrapper .banner .main .txt:after {
        height: 135px;
        width: 8px;
        /* left: 45%; */
       
    }
.but_min {
    font-size: 20px;
    width: 40%;
    margin-top: 5%;
}
}
@media screen and (max-width: 460px){
    
/*    字體      */
    .agree {
        width: 22px;
        height: 22px;
    }
    .agreetxt{
        font-size: 20px;
        top: -4px;
    }
    .agree_file{
        font-size: 18px;
    }
    .input_txt{
        font-size: 17px;
    }
    .but {
        font-size: 20px;
    }
    .txt_box1 p{
        font-size: 17px;
    }
    .txt_box1{
        font-size: 19px;
    }
    .txtx{
        font-size: 20px;
    }
    .wrapper .picandtxt .main h4.title {
    font-size: 24px;
    }
    .wrapper .picandtxt .main p.txt {
    font-size: 18px;
    }
.wrapper .banner .main .txt {
    font-size: 43px;
    margin: auto 0 7px 0;
}
    .entxt{
        font-size: 80px;
    }
    .wrapper .banner .main .txt:after {
        height: 85px;
        width: 8px;
        bottom: 10px;

        /* left: 45%; */
       
    }
    .agree_file {
        margin: 0 15px;
        top: -4px;
    }
    .LoadHeader .headerBtn .btnAll&gt;li a.Sicon img {
    width: 8%;
}

    .back-to-top {
        right: 5px;
    }
    .back-to-top img{
        width: 150%;
    }
    .main h3 {
    color: #494949;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
}
@media screen and (max-width: 375px){
    
/*    字體      */
    .agree {
        width: 17px;
        height: 17px;
    }
    .agreetxt{
        font-size: 16px;
    }
    .agree_file{
        font-size: 14px;
    }
    .input_txt{
        font-size: 15px;
    }
    .but {
        font-size: 16px;
    }
    .txt_box1 p{
        font-size:17px;
    }
    .txt_box1{
        font-size: 18px;
    }
    .txtx{
        font-size: 17px;
    }
/*    .wrapper .picandtxt .main h4.title {
    font-size: 20px;
    }*/
    .wrapper .picandtxt .main p.txt {
        font-size: 18px;
        letter-spacing: 1px;
    }
.wrapper .banner .main .txt {
    font-size: 33px;
    margin: auto 0 5px 0;
}
.entxt {
    font-size: 65px;
}
    .wrapper .banner .main .txt:after {
        height: 65px;
        width: 5px;
        bottom: 10px;

        /* left: 45%; */
       
    }

}
@media screen and (max-width: 360px){
.wrapper .banner .main .txt {
    width: 90%;
    text-align: left;
    /* bottom: 10%; */
}
}

@media screen and (max-width: 320px){
    .case_box {
    padding: 0px 0 20%;
}
/*    字體      */
    .agree {
        width: 14px;
        height: 14px;
    }
    .agreetxt{
        font-size: 14px;
        top: -2px;
    }
    .agree_file{
        font-size: 12px;
        top: -2px;
    }
    .input_txt{
        font-size: 15px;
    }
    .but {
        font-size: 14px;
    }
    .txt_box1 p{
        font-size: 16px;
    }
    .txt_box1{
        font-size: 18px;
    }
    .txtx{
        font-size: 15px;
    }
/*    .wrapper .picandtxt .main h4.title {
    font-size: 20px;
    }*/
    .wrapper .picandtxt .main p.txt {
        font-size: 15px;
    }
.wrapper .banner .main .txt {
    font-size: 28px;
    margin: auto 0 7px 0;
    width: 90%;
}
    .wrapper .banner .main .txt:after {
        height: 62px;
        width: 4px;
        bottom: 7px;
        /* left: 45%; */
    }

    .LoadHeader .headerBtn .btnAll&gt;li a .cht {
        font-size: 20px;
        line-height: 70%;
    }
    .but_min {
    font-size: 15px;
}
}


/*隱私權*/
        .black{
            display: none;
        /*    max-width: 768px;
            margin: 0 auto;*/
            width: 100%;
            height: 100%;
            position: fixed;
            left: 0px;
            top: 0px;
            background-color: #000000;
            z-index: 11111;
        }
        .infoWrap{
            width: 100%;
            margin: 0 auto;
            max-width: 1024px;
            position: relative;
            height: 100vh;
        }
        .close_box{
            margin: 0 auto;
            max-width: 1200px;
            position: relative;
            cursor: pointer;
        }
        .closeBtn{
            height: 40px;
            position: absolute;
            right: 20px;
            top: 40px;
        }
        .closeBtn img{
            width: 40px;
        }
        .infoBox{
            width: 100%;
           /* height: calc( 100% - 150px);*/
            padding: 50px 15px;
            position: absolute;
            left: 0px;
            top: 50px;
            overflow: auto;
            color: #FFF;
            text-align: left;
        }
        .infoBox h3{
            font-size: 22px;
            line-height: 130%;
            margin-bottom: 25px;
                text-align: center;
        }
        .infoBox p{
            font-size: 18px;
            line-height: 130%;
        }
        .phone_icon{
            /*display: none;*/
        }
        @media screen and (max-width: 1366px) {
        .infoWrap{
            width: 90%;
        }
        .infoBox{
            width: 100%;
            height: calc( 100% - 150px);
            position: absolute;
            left: 0px;
            top: 10%;
            overflow: auto;
            line-height: 20px;
            color: #FFF;
            text-align: left;  
        }
        }
        @media screen and (max-width: 768px) {
        .infoWrap{
            width: 90%;
        }

        .infoBox{
            width: 100%;
            height: calc( 100% - 150px);
            padding: 0px;
            position: absolute;
            left: 0px;
            top:15%;
            overflow: auto;
            line-height: 20px;
            color: #FFF;
            text-align: left;  
        }
        }
        /*iPad直*/
        @media screen and (device-aspect-ratio: 3/4) {
        .infoWrap{
            width: 90%;
        }
        .infoBox{
            width: 100%;
            height: calc( 100% - 150px);
            padding: 0px;
            position: absolute;
            left: 0px;
            top: 10%;
            overflow: auto;
            line-height: 20px;
            color: #FFF;
            text-align: left;  
        }
        }
        /*iPad橫向*/
        @media screen and (device-aspect-ratio: 4/3) {

        }
        @media screen and (max-width: 768px) {
        .infoBox h3{
            font-size: 22px;
            margin-bottom: 15px;
        }
        .infoBox p{
            font-size: 18px;
        }
        .phone_icon{
            display:inline-block;
        }
        }
        @media screen and (max-width: 450px) {
        .infoBox h3{
            font-size: 20px;
            margin-bottom: 13px;
        }
        .infoBox p{
            font-size: 16px;
        }
        }
        @media screen and (max-width: 350px) {
        .infoBox h3{
            font-size: 18px;
            margin-bottom: 10px;
        }
        .infoBox p{
            font-size: 14px;
        }
        }



</pre></body></html>