*, :after, :before {
    touch-action: manipulation;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    transition: background 0.3s ease;

}
html{-webkit-tap-highlight-color: transparent;}
ul,li{list-style: none}
a{text-decoration: none;color: #4D515A; display:inline-block;}
img{display: inline-block;width: 100%; height: 100%; object-fit: cover}
html,body{ height: 100%}
i{display: block}
[v-cloak] {
    display: none;
}
svg{ display: block}
input{
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;}

select,option,button,input,textarea{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);font-size: 14px; font-family:  'Noto Sans TC', sans-serif; font-weight: 400; color:#061237}
body{color:#212121; background: #fff;font-size: 16px;font-family: 'Noto Sans TC', sans-serif; font-weight: 400;padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);}

input::-webkit-input-placeholder { /* Chrome/Safari/Edge */
    color: #6c757d;
    font-size: 14px;
}
input::-moz-placeholder { /* Firefox */
    color: #6c757d;
    font-size: 14px;
    opacity: 1;
}
input:-ms-input-placeholder { /* IE 10-11 */
    color: #6c757d;
    font-size: 14px;
}
input::placeholder {
    font-size: 14px;
    color: #6c757d;
}

button{height: 40px; width: 120px; overflow: hidden;  background: #25A873;cursor: pointer;transition: all 0.3s ease;display: block;border: none;border-radius: 4px;color: #fff;position: relative}
button>a{color: #fff}
i{cursor:pointer}
a.contact {
    font-weight: 500;
    line-height: 21px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    width: 171px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(91.73deg, #46D7A0 -51.61%, #25A873 111.48%);
    border: 1px solid #EEEEEE;
    box-shadow: 0 20px 61px -5px #3939391F;
}

header{height: 86px; padding: 10px 0; position: sticky; top: 0; width: 100%;z-index: 11;background: #fff}
header>.header-box{padding: 4px 0; margin: 0 auto; display: flex; width: 1245px; overflow: hidden; justify-content: space-between; align-items: center}
header>.header-box>.left{display: flex; align-items: center}
header>.header-box>.left>.logo{width: 183px; height: 58px; overflow: hidden; position: relative; margin-right: 32px}
header>.header-box>.left>.logo>h1{position: absolute; left: 0; top: 0; text-indent: -99999px; width: 100%}
header>.header-box>.right{display: flex; align-items: center}
nav{font-size: 14px; font-weight: 500; }
nav>a{padding: 6px 11px; margin: 0 12px; line-height: 21px;color: #061237}
nav>a.active,nav>a:hover{background: rgba(37, 168, 115, 0.2); color: #25A873; border-radius: 4px}

.lang{width: 100px; cursor: pointer; height: 40px;border: 1px solid #E2E8F0; border-radius: 6px; margin-right: 10px; display: flex; align-items: center; padding: 0 6px;}
.lang>.text{ font-size: 12px; font-weight: 600; line-height: 14px; width: 64px; text-align: center}

.phone-menu-icon{display: none;margin-left:14px}
header>.header-box>.right button{display: flex; justify-content: center; align-items: center}
header>.header-box>.right button>a{display: flex; justify-content: center; align-items: center; width: 100%; height: 100%}



.banner{ background-image: url("../images/web2-banner-bg.png"); background-position: right top; background-size: cover; background-repeat: no-repeat; background-color: #10b476}
.banner>.box{width: 1240px;height: 440px; margin: 0 auto; display: flex; align-items: center}

.banner>.box h1{font-size: 48px; line-height: 1; color: #fff; font-weight: 700}
.banner>.box .text{color: #fff; font-size: 22px; width: 855px; font-weight: 500; margin-top: 24px}
.banner>.box .text>p{margin-bottom: 15px}
main{ margin-top: 74px}
main>.page1{margin-bottom: 138px}
main>.page1>.box{width: 1137px; margin: 0 auto; }
main>.page1>.box>.content1{display: flex; justify-content: space-between; margin-bottom: 164px}
main>.page1>.box>.content1>div{flex: 0 0 33.333333%; display: flex; justify-content: center}
main>.page1>.box>.content1>div:first-child{justify-content: flex-start}
main>.page1>.box>.content1>div:last-child{justify-content: flex-end}
main>.page1>.box>.content1>div>.icon{margin-right: 12px}
main>.page1>.box>.content1>div>.info-box>.title{color: #061237; font-size: 24px; line-height: 30px; font-weight: 700}
main>.page1>.box>.content1>div>.info-box>.text{color: #757E91; font-size: 16px; margin-top: 24px; line-height: 1.2; width: 261px}
main>.page1>.box>.content2{display: flex; justify-content: space-between; align-items: center; margin-bottom: 164px}
main>.page1>.box>.content2>.left{flex: 0 0 600px; height: 424px;box-shadow: 0 42px 44px -10px #0117301E;}
main>.page1>.box>.content2>.left>img{transition: all 1s ease; width: 100%; height: 100%; object-fit: cover; border-radius: 10px}
main>.page1>.box>.content2>.left>img:hover{transform: scale(1.01)}
main>.page1>.box>.content2>.right>.title{color: #061237; font-size: 42px; font-weight: 700}
main>.page1>.box>.content2>.right>.text-box{color: #757E91; font-size: 18px; line-height: 30px; margin-top: 24px}
main>.page1>.box>.content2>.right>.contact-box{ margin-top: 97px}

main>.page1>.box>.content3{width: 1034px; margin: 0 auto;display: flex; align-items: center; justify-content: space-between}

main>.page1>.box>.content3>.left>.title{ font-size: 42px; font-weight: 700;color: #061237;}
main>.page1>.box>.content3>.left>.text{color: #757E91; font-size: 18px; line-height: 30px; margin-top: 24px;width: 410px}
main>.page1>.box>.content3>.left>.contact-box{margin-top: 98px}
main>.page1>.box>.content3>.right{flex: 0 0 509px; height: 468px;}
main>.page1>.box>.content3>.right>img{transition: all 1s ease; width: 100%; height: 100%; object-fit: cover;}
main>.page1>.box>.content3>.right>img:hover{transform: scale(1.01)}
main>.page1>.box>.content4{width: 1011px; margin: 164px auto;display: flex; align-items: center; justify-content: space-between}
main>.page1>.box>.content4>.left{flex: 0 0 449px; height: 511px;}
main>.page1>.box>.content4>.left>img{transition: all 1s ease; width: 100%; height: 100%; object-fit: cover}
main>.page1>.box>.content4>.left>img:hover{transform: scale(1.01)}
main>.page1>.box>.content4>.right{flex: 0 0 410px;}
main>.page1>.box>.content4>.right>.title{color: #061237; font-size: 42px; font-weight: 700}
main>.page1>.box>.content4>.right>.text-box{color: #757E91; font-size: 18px; line-height: 30px; margin-top: 24px}
main>.page1>.box>.content4>.right>.contact-box{ margin-top: 24px}
main>.page1>.box>.box-footer{display: flex; justify-content: space-between}
main>.page1>.box>.box-footer>div{ display: flex;  align-items: center; padding-right: 94px; flex: 1}
main>.page1>.box>.box-footer>div:first-child{justify-content: flex-start}
main>.page1>.box>.box-footer>div:last-child{justify-content: flex-end; padding-right: 0}
main>.page1>.box>.box-footer>div>.num{color: #25A873; font-size: 48px; font-weight: 700; line-height: 1.2; margin-right: 24px}
main>.page1>.box>.box-footer>div>.text{color: #212529; font-size: 24px; line-height: 1.2; white-space: nowrap}

main>.page2{background: #10B476; padding: 98px 0;}
main>.page2>.box1{width: 900px; margin: 0 auto}
main>.page2>.box1>h2{color: #fff; font-size: 42px; line-height: 54px; font-weight: 700}
main>.page2>.box1>.text{ color: #fff; font-size: 18px; line-height: 30px; text-align: center; margin-top: 12px}

main>.page2>.box2{width: 1014px; margin: 74px auto 0; display: flex; justify-content: space-between; align-items: center}
main>.page2>.box2>.left{ width: 542px; flex: 0 0 542px; height: 614px;}
main>.page2>.box2>.left>img{transition: all 1s ease; width: 100%; height: 100%; object-fit: cover}
main>.page2>.box2>.left>img:hover{transform: scale(1.01)}
main>.page2>.box2>.right{flex: 0 0 404px}
main>.page2>.box2>.right>.info-box{display: flex; margin-bottom: 50px}
main>.page2>.box2>.right>.info-box>.num{width: 43px; height: 43px; flex: 0 0 43px; border-radius: 50%; display: flex; justify-content: center; align-items: center;background: rgba(255, 255, 255, 0.5); color: #fff; font-size: 17px; font-weight: 600; margin-right: 22px}
main>.page2>.box2>.right>.info-box>.info>.title{ font-size: 20px; line-height: 1.2; font-weight: 500; color: #fff}
main>.page2>.box2>.right>.info-box>.info>.text{ font-size: 16px; line-height: 24px;color: rgba(255, 255, 255, 0.9); margin-top: 12px}

main>.page3{background: #fff; padding: 98px 0 40px}
main>.page3>.box{width: 1240px;  margin: 0 auto; display: flex; justify-content: space-between}
main>.page3>.box>div{flex: 0 0 555px;}
main>.page3>.box>div>.face{width: 74px;height: 74px; margin: 0 auto}
main>.page3>.box>div>.face>img{width: 100%; height: 100%; object-fit: cover; border-radius: 50%}
main>.page3>.box>div>h2{color: #212529;font-size: 24px; font-weight: 700; margin: 46px 0 28px; text-align: center}
main>.page3>.box>div>.text{width: 540px; margin: 0 auto; text-align: center;color: #757E91; font-size: 16px; line-height: 30px}
main>.page3>.box>div>.box-footer{width: 114px; margin: 30px auto 0}
main>.page3>.box>div:first-child>.box-footer{width: 114px; margin: 60px auto 0}
main>.page3>.box>div>.box-footer>.title{color: #212529; font-size: 16px; line-height: 1.2; font-weight: 700; text-align: center}
main>.page3>.box>div>.box-footer>.text{color: #757E91; font-size: 16px; line-height: 30px; text-align: center}

main>.page4{background: #F5FEF9; padding: 98px 0}
main>.page4>.box{width: 1109px;  margin: 0 auto;}
main>.page4>.box>h2{color: #061237;font-size: 42px; font-weight: 700;line-height: 54px; text-align: center; display: block; margin-bottom: 49px }
main>.page4>.box>.info-box{display: flex; justify-content: space-between}
main>.page4>.box>.info-box>li{cursor: pointer; flex: 0 0 349px;height: 804px; background: #fff; border-radius: 10px;border: 1px solid #E7E9ED; padding: 36px 0 0 30px;position: relative; transition: all 0.5s ease}
main>.page4>.box>.info-box>li>.box-title{font-size: 17px; font-weight: 500;color: #061237;}
main>.page4>.box>.info-box>li>.main-title{ margin: 32px 0 17px;color: #25A873; font-size: 32px; font-weight: 700; line-height: 1.2}
main>.page4>.box>.info-box>li>.text{color: #757E91; font-size: 16px; line-height: 30px}
main>.page4>.box>.info-box>li>.list{margin-top: 35px}
main>.page4>.box>.info-box>li>.list>li{display: flex; align-items: center;color: #212529; margin-bottom: 14px}

main>.page4>.box>.info-box>li>a.box-footer{ transition: all 0.5s ease; display: flex; padding: 14px 23px;color: #25A873;font-weight: 600; justify-content: space-between; align-items: center; position: absolute; bottom: 36px; width: 241px; height: 59px; background: linear-gradient(91.73deg, rgba(70, 215, 160, 0.3) -51.61%, rgba(37, 168, 115, 0.3) 111.48%);box-shadow: 0px 20px 60.8px -5px #3939391F;border: 1px solid #EEEEEE;}
main>.page4>.box>.info-box>li.active,main>.page4>.box>.info-box>li:hover{box-shadow: 0px 42px 44px 0px #0000001E;}
main>.page4>.box>.info-box>li.active>a.box-footer,main>.page4>.box>.info-box>li:hover>a.box-footer{ color: #fff;background-color: rgba(37, 168, 115, 1);}




main>.email-box{height: 242px;background-color: #25a873; background-image: url("../images/email-bg.png"); background-position: right top; background-size: cover; background-repeat: no-repeat; padding: 16px}
main>.email-box>.box{display: flex; width: 1240px;margin: 0 auto; justify-content: space-between; align-items: center; height: 210px}
main>.email-box>.box>.left>.text1{color: #FFF; font-size: 57px; line-height: 80px; font-weight: 700}
main>.email-box>.box>.left>.text2{color: #FFF; font-size: 32px; line-height: 53px; font-weight: 700}
main>.email-box>.box>.right>.email-input-box{border: 1px solid #CCCCCC; background: #fff; border-radius: 8px; height: 72px; width: 577px; display: flex; justify-content: space-between; align-items: center; padding: 8px}
main>.email-box>.box>.right>.email-input-box>input{height: 29px; font-size: 16px; line-height: 29px; border: none; padding: 0 9px}
main>.email-box>.box>.right>.email-input-box>button{background: #25A873;font-size: 18px; line-height: 20px; font-weight: 700; width: 118px; height: 56px; border-radius: 6px}


footer{height: 533px; background: #000}
footer>.box{width: 1240px; margin: 0 auto; display: flex; padding:30px 0 0; justify-content: space-between}
footer>.box>.left{padding: 20px 0}
footer>.box>.left>.footer-logo{width: 183px; height: 58px; position: relative; left: -8px}
footer>.box>.left>.footer-logo>img{width: 100%; height: 100%; object-fit: cover}
footer>.box>.left>.text{width: 320px;color: #B9C0CD; font-size: 16px; line-height: 22px; margin: 23px 0 40px 0}
footer>.box>.left>.qr{width: 112px; height: 111px}
footer>.box>.left>.qr>img{width: 100%; height: 100%; object-fit: cover}

footer>.box>.right{display: flex; justify-content: space-between; flex: 1; margin-left: 60px; padding: 10px}
footer>.box>.right>div{margin-right: 58px}
footer>.box>.right>div:last-child{margin-right: 0}
footer>.box>.right>div>.title{ color: #fff; font-size: 19px; line-height: 22px; font-weight: 500; margin-bottom: 32px}
footer>.box>.right>div>.link{display: block; font-size: 16px; line-height: 22px;color: #B9C0CD; margin-bottom: 24px}
footer>.box>.right>div>.info-box{ margin-bottom: 10px}
footer>.box>.right>div>.info-box>.title{ font-size: 18px; color: #B9C0CD; line-height:1; margin-bottom: 10px}
footer>.box>.right>div>.info-box>.content{font-size: 16px; color: #fff; line-height: 30px}
footer>.box>.right>div>.whatsapp{ width: 150px; height: 40px; margin: 10px 0 20px}
footer>.box>.right>div>.whatsapp>img{width: 100%; height: 100%; object-fit: cover}
footer>.box>.right>div>.address{width: 386px; font-size: 18px; color: #B9C0CD; line-height: 22px; margin-bottom: 10px}
.copyright-box{width: 1240px;margin: 0 auto;}
.copyright{font-size: 16px; line-height: 20px; color: #51565E;}
@media screen and (orientation: portrait) {

    header{height: 53px}
    header>.header-box{width: 100%; padding: 0 14px}
    .lang{display: none}
    header>.header-box>.left>.logo{height: 27px;width: 84px; flex: 0 0 84px}

    .menu-box{position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.5); width: 100vw; height: 100vh;z-index: 12; display: none}
    .menu-box.active{display: block}
    .menu-box>nav{display: block; width: 200px; background: #fff; height: 100vh; padding: 20px 0}
    .menu-box>nav>a{display: block;  margin-bottom: 10px}


    header>.header-box>.right>button{width: 80px; height: 32px; font-size: 12px}
    .phone-menu-icon{display: block;margin-left:14px}
    .banner>.box{width: auto; height: 200px; padding: 13px 29px;}
    .banner>.box h1{font-size: 18px; line-height: 1.5}
    .banner>.box .text{font-size: 12px; line-height: 1.5;width: auto; margin-top: 15px; font-weight: 400}
    .banner>.box .text>p{margin-bottom: 10px}
    main{margin-top: 0}
    main>.page1{display: block; width: auto; height: auto; margin-bottom: 0}
    main>.page1>.box{display: block; width: auto; height: auto}
    main>.page1>.box>.content1{display: block; margin-bottom: 0;width: auto; height: auto; padding: 40px 13px;}
    main>.page1>.box>.content1>div{justify-content: flex-start; margin-bottom: 24px}
    main>.page1>.box>.content1>div:last-child {justify-content: flex-start;}
    main>.page1>.box>.content1>div>.info-box>.title{font-size: 16px}
    main>.page1>.box>.content1>div>.info-box>.text{font-size: 14px; margin-top: 8px}



    main>.page1>.box>.content2{display: flex; align-items: flex-start; flex-direction: column-reverse;width: auto; height: auto; padding: 40px 12px; margin-bottom: 0}
    main>.page1>.box>.content2>.left{height: auto; flex: 1; margin-top: 24px}
    main>.page1>.box>.content2>.right>.title{font-size: 24px; line-height: 54px}
    main>.page1>.box>.content2>.right>.text-box{margin-top: 12px; font-size: 12px; line-height: 1.5;width: auto}
    main>.page1>.box>.content2>.right>.contact-box{margin-top: 12px}
    main>.page1>.box>.content3{width: auto; height: auto; padding: 40px 12px; margin-bottom: 0;display: block}
    main>.page1>.box>.content3>.left>.title{font-size: 24px; line-height: 54px}
    main>.page1>.box>.content3>.left>.text{font-size: 12px; margin-top: 12px;width: 250px; line-height: 1.5}
    main>.page1>.box>.content3>.left>.contact-box{margin-top: 12px}
    main>.page1>.box>.content3>.right{height: auto; margin-top: 24px}
    main>.page1>.box>.content4{width: auto; height: auto; padding: 40px 12px; margin: 0;display: flex; align-items: flex-start; flex-direction: column-reverse;}
    main>.page1>.box>.content4>.right>.title{font-size: 24px}
    main>.page1>.box>.content4>.right>.text-box{font-size: 12px; line-height: 1.5;margin-top: 12px}
    main>.page1>.box>.content4>.right>.contact-box{margin-top: 12px}
    main>.page1>.box>.content4>.left{margin-top: 24px; flex: 1; height: auto}

    main>.page1>.box>.content4>.right{flex: 1}

    main>.page1>.box>.box-footer{flex-wrap: wrap; padding:0 12px 40px}
    main>.page1>.box>.box-footer>div{padding: 0; flex:  0 0 50%}
    main>.page1>.box>.box-footer>div>.num{font-size: 24px;width: 50px; margin-right: 10px; line-height: 2}
    main>.page1>.box>.box-footer>div>.text{font-size: 14px}
    main>.page1>.box>.box-footer>div:last-child{justify-content: flex-start}
    main>.page2{display: block; width: auto; height: auto; margin-bottom: 0; padding: 40px 12px}
    main>.page2>.box1{width: auto; padding: 0}
    main>.page2>.box1>h2{font-size: 24px; line-height: 1.5}
    main>.page2>.box1>.text{font-size: 16px; line-height: 1.5; text-align: left}
    main>.page2>.box2{width: auto; margin: 24px 0 0;display: block}
    main>.page2>.box2>.left{width: auto; height: auto; padding: 14px 28px}
    main>.page2>.box2>.right>.info-box{margin-bottom: 24px}
    main>.page2>.box2>.right>.info-box>.info>.title{font-size: 16px}
    main>.page2>.box2>.right>.info-box>.info>.text{font-size: 12px; line-height: 1.5}

    main>.page3{display: block; width: auto; height: auto; margin-bottom: 0; padding: 40px 12px}
    main>.page3>.box{display: block; width: auto; height: auto}
    main>.page3>.box>div{width: auto; margin-bottom: 32px}
    main>.page3>.box>div:last-child{margin-bottom: 0}
    main>.page3>.box>div>.face{width: 50px; height: 50px}
    main>.page3>.box>div>h2{ font-size: 16px;line-height: 1; margin: 16px 0 28px}
    main>.page3>.box>div>.text{width: auto;font-size: 12px; line-height: 1.5}
    main>.page3>.box>div>.box-footer{margin: 16px auto 0}
    main>.page3>.box>div:first-child>.box-footer{margin: 16px auto 0 }

    main>.page4{display: block; width: auto; height: auto; margin-bottom: 0; padding: 40px 12px}
    main>.page4>.box{display: block; width: auto; height: auto}
    main>.page4>.box>h2{font-size: 24px; line-height: 1; margin-bottom: 24px}

    main>.page4>.box>.info-box{display: block;}
    main>.page4>.box>.info-box>li{height: auto; width: auto; padding: 36px 20px; margin-bottom: 24px}
    main>.page4>.box>.info-box>li:last-child{margin-bottom: 0}
    main>.page4>.box>.info-box>li>.main-title{margin: 24px 0 17px}
    main>.page4>.box>.info-box>li>.list{margin-top: 12px}
    main>.page4>.box>.info-box>li>a.box-footer{ position: initial; bottom: 0; margin-top:30px}

    main>.email-box{padding: 48px 13px; width: auto;height: auto}
    main>.email-box>.box{width: auto; display: block; height: auto}
    main>.email-box>.box>.left>.text1{font-size: 32px; line-height: 1}
    main>.email-box>.box>.left>.text2{font-size: 16px}
    main>.email-box>.box>.right>.email-input-box{width: auto}

    footer{padding: 40px 13px; width: auto;height: auto}
    footer>.box{width: auto;display: block; padding: 0 13px}
    footer>.box>.left{padding: 0}
    footer>.box>.left>.text{margin: 24px 0}
    footer>.box>.right{display: block; margin-left: 0;padding: 0; margin-top: 24px}
    .copyright-box{width: auto; padding: 0 13px; margin-top: 24px}
    footer>.box>.right>div>.title{margin-bottom: 12px; margin-top: 24px}
    .copyright{font-size: 14px}
    footer>.box>.right>div>.link{margin-bottom: 12px}
    footer>.box>.right>div>.address{width: auto}
}

