*, :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}
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: 1240px; margin: 0 auto;}

main>.page1>.box>.content1{display: flex; justify-content: space-between; margin-bottom: 164px; margin-top: 40px}
main>.page1>.box>.content1>div{flex: 0 0 294px; cursor: pointer; height: 295px; background: #fff;border: 1px solid #E4E4E4;border-radius: 16px; padding: 21px}
main>.page1>.box>.content1>div:hover{box-shadow: 0 42px 44px -10px #0117301E;border:none}
main>.page1>.box>.content1>div>.icon{ width: 52px; height: 52px; margin: 0 auto}
main>.page1>.box>.content1>div>.title{color: #061237;font-size: 24px; line-height: 30px;font-weight: 700; margin: 30px 0 10px; text-align: center}
main>.page1>.box>.content1>div>.text{color: #757E91;font-size: 16px; line-height: 21px;width: 214px; margin: 0 auto; text-align: center}


main>.page1>.box>.content2{display: flex; width: 1102px; margin: 0 auto 98px; justify-content: space-between; align-items: center;}
main>.page1>.box>.content2>.left{flex: 0 0 600px; height: 424px;box-shadow: 0px 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; width: 410px; font-weight: 700}
main>.page1>.box>.content2>.right>.text-box{color: #757E91; font-size: 18px;width: 410px; line-height: 30px; margin-top: 24px}
main>.page1>.box>.content2>.right>.contact-box{ margin-top: 97px}

main>.page2{height: 648px;background: #F5FEF9; padding: 98px 0}
main>.page2>.box{width: 1184px; margin: 0 auto;display: flex; flex-wrap: wrap; justify-content: space-between}
main>.page2>.box>li{transition: all 0.5s ease; width: 331px; height: 200px;border-radius: 4px; cursor: pointer;  background: #fff;border: 1px solid #EEEEEE;box-shadow: 8px 14px 60.8px -5px #3939391A; padding: 43px 27px; margin-bottom: 52px}
main>.page2>.box>li:hover{box-shadow: 0 42px 44px -10px #0117301E; border-color: transparent}
main>.page2>.box>li>.title-box{display: flex; align-items: center}
main>.page2>.box>li>.title-box>.num{width: 64px; height: 64px; line-height: 1; flex: 0 0 64px;background: #D4F1E6; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; font-weight: 700;color: #10B476;}
main>.page2>.box>li>.title-box>h3{color: #212529; font-size: 24px; line-height: 1.2; font-weight: 600; margin-left: 15px}
main>.page2>.box>li>.text{color: #757E91;font-size: 16px;line-height: 1.2;  width: 262px; margin:12px auto 0;}

main>.page3{background: #10B476; padding: 98px 0;}
main>.page3>.box1{width: 798px; margin: 0 auto}
main>.page3>.box1>h2{color: #fff; text-align: center; font-size: 42px; line-height: 54px; font-weight: 700}
main>.page3>.box1>.text{ color: #fff; font-size: 18px; line-height: 30px; text-align: center; margin-top: 12px}

main>.page3>.box2{width: 1014px; margin: 74px auto 0; display: flex; justify-content: space-between; align-items: center}
main>.page3>.box2>.left{ width: 542px; flex: 0 0 542px; height: 614px;}
main>.page3>.box2>.left>img{transition: all 1s ease; width: 100%; height: 100%; object-fit: cover}
main>.page3>.box2>.left>img:hover{transform: scale(1.01)}
main>.page3>.box2>.right{flex: 0 0 404px}
main>.page3>.box2>.right>.info-box{display: flex; margin-bottom: 50px}
main>.page3>.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>.page3>.box2>.right>.info-box>.info>.title{ font-size: 20px; line-height: 1.2; font-weight: 500; color: #fff}
main>.page3>.box2>.right>.info-box>.info>.text{ font-size: 16px; line-height: 24px;color: rgba(255, 255, 255, 0.9); margin-top: 12px}
main>.page3>.box2>.right>.info-box>.info>.text2{font-size: 16px; font-weight: 600; line-height: 24px;color: rgba(255, 255, 255, 0.9); margin-top: 12px}

main>.page4{background: #F5F6F7; padding: 84px 0 20px}
main>.page4>.box{width: 1260px; margin: 0 auto}
main>.page4>.box>h2{ font-size: 42px; text-align: center; font-weight: 700; line-height: 54px}
main>.page4>.box>h3{color: #757E91;font-size: 16px; line-height: 30px;text-align: center; font-weight: 400}

main>.page4>.box>.big-list{display: flex; position: relative;overflow: hidden}
main>.page4>.box .list{height: 662px;display: flex;  margin: 61px auto 20px;padding: 10px;transition: all 0.5s ease}
main>.page4>.box .list.next2{transform: translateX(calc(-50% + 64px))}
main>.page4>.box .list>.info-box{width: 345px;  height: 642px; flex: 0 0 345px; cursor: pointer; position: relative; margin-right: 32px; overflow: hidden;transition: all 0.5s ease}
main>.page4>.box .list>.info-box>.img1{ background-image: url("../images/web4-page4-1.png");background-position: -430px center; background-size: cover;background-repeat: no-repeat; position: absolute; left: 0; top: 0; width: 100%; height: 100%}
main>.page4>.box .list>.info-box>.img2{ background-image: url("../images/web4-page4-2.png");background-position: -250px center; background-size: cover;background-repeat: no-repeat; position: absolute; left: 0; top: 0; width: 100%; height: 100%}
main>.page4>.box .list>.info-box>.img3{ background-image: url("../images/web4-page4-3.png");background-position: -300px center; background-size: cover;background-repeat: no-repeat;position: absolute; left: 0; top: 0; width: 100%; height: 100% }
main>.page4>.box .list>.info-box>.img4{ background-image: url("../images/web4-page4-4.png");background-position: -300px center; background-size: cover;background-repeat: no-repeat;position: absolute; left: 0; top: 0; width: 100%; height: 100% }
main>.page4>.box .list>.info-box>.img5{ background-image: url("../images/web4-page4-5.png");background-position: -300px center; background-size: cover;background-repeat: no-repeat;position: absolute; left: 0; top: 0; width: 100%; height: 100% }
main>.page4>.box .list>.info-box>.img6{ background-image: url("../images/web4-page4-6.png");background-position: -300px center; background-size: cover;background-repeat: no-repeat;position: absolute; left: 0; top: 0; width: 100%; height: 100% }
main>.page4>.box .list>.info-box:last-child{margin-right: 0}
main>.page4>.box .list>.info-box>.text{position: relative; z-index: 3; padding-top: 509px; padding-left: 24px; font-size: 24px; font-weight: 700; color: #fff; line-height: 28px}
main>.page4>.box .list>.info-box:after{position: absolute; display: block; content: ''; left: 0; top: 0; background: rgba(0,0,0,0.4);width: 100%; height: 100%;z-index: 1}
main>.page4>.box .list>.info-box>.active-box{opacity: 0; transition: all 0.5s ease}
main>.page4>.box .list>.info-box>.active-box>.icon{font-size: 86px}
main>.page4>.box .list>.info-box.active{background: #fff; flex: 0 0 486px; border-radius: 10px}

main>.page4>.box .list>.info-box.active>.img{position: relative; height: 269px}
main>.page4>.box .list>.info-box.active>.img.img1{ background-image: url("../images/web4-page4-1.png");background-position: top; background-size: cover; background-repeat: no-repeat}
main>.page4>.box .list>.info-box.active>.img.img2{ background-image: url("../images/web4-page4-2.png");background-position: top; background-size: cover; background-repeat: no-repeat}
main>.page4>.box .list>.info-box.active>.img.img3{ background-image: url("../images/web4-page4-3.png");background-position: center; background-size: cover; background-repeat: no-repeat}
main>.page4>.box .list>.info-box.active>.img.img4{ background-image: url("../images/web4-page4-4.png");background-position: center; background-size: cover; background-repeat: no-repeat}
main>.page4>.box .list>.info-box.active>.img.img5{ background-image: url("../images/web4-page4-5.png");background-position: center; background-size: cover; background-repeat: no-repeat}
main>.page4>.box .list>.info-box.active>.img.img6{ background-image: url("../images/web4-page4-6.png");background-position: center; background-size: cover; background-repeat: no-repeat}

main>.page4>.box .list>.info-box.active:after{display: none}
main>.page4>.box .list>.info-box.active>.text{display: none}
main>.page4>.box .list>.info-box.active>.active-box{ padding: 40px 24px 60px; opacity: 1}
main>.page4>.box .list>.info-box.active>.active-box>.text{font-size: 24px; font-weight: 700; color: #061237; line-height: 28px; margin: 12px 0 20px}
main>.page4>.box .list>.info-box.active>.active-box>.line{border-bottom: 1px solid #212529}
main>.page4>.box .list>.info-box.active>.active-box>.footer-text{margin-top:10px; font-size: 20px; line-height: 30px; color: #757E91;}

main>.page4>.box .footer{ display: flex; justify-content: center; margin-top: 25px; margin-bottom: 40px}
main>.page4>.box .footer>.tabs{display: flex}
main>.page4>.box .footer>.tabs>li{flex: 0 0 36px; height: 4px;background: #D3D3D3; margin-right: 16px; cursor: pointer}
main>.page4>.box .footer>.tabs>li.active{background: rgba(16, 180, 118, 0.4);}
main>.page4>.box .footer>.tabs>li:last-child{margin-right: 0}
main>.page4>.box .footer.pc{display: flex}
main>.page4>.box .footer.phone{display: none}


main>.page5{background: #fff; padding: 98px 0 135px}
main>.page5>.title-box{width: 702px; margin: 0 auto 90px}
main>.page5>.title-box>h3{color: #061237; font-weight: 700;font-size: 42px; text-align: center}
main>.page5>.title-box>h4{color: #757E91;font-weight: 400;font-size: 16px; text-align: center; margin-top: 12px}
main>.page5>.box{width: 1240px;  margin: 0 auto; display: flex; justify-content: space-between}
main>.page5>.box>div{flex: 0 0 555px;}
main>.page5>.box>div>.face{width: 74px;height: 74px; margin: 0 auto}
main>.page5>.box>div>.face>img{width: 100%; height: 100%; object-fit: cover; border-radius: 50%}
main>.page5>.box>div>.text{width:460px;  margin: 46px auto 0; text-align: center;color: #757E91; font-size: 16px; line-height: 30px}
main>.page5>.box>div>.box-footer{width:200px; margin: 30px auto 0}
main>.page5>.box>div>.box-footer>.title{color: #212529; font-size: 16px; line-height: 1.2; font-weight: 700; text-align: center}
main>.page5>.box>div>.box-footer>.text{color: #757E91; font-size: 16px; line-height: 30px; text-align: center}










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>.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{flex:1;width: 100%}
    main>.page1>.box>.content2>.right>.title{font-size: 24px; line-height: 54px;width: auto}
    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>.page2{display: block; width: auto; height: auto; margin-bottom: 0; padding: 40px 12px}
    main>.page2>.box{display: flex;width: auto; flex-wrap: wrap}
    main>.page2>.box>li{flex: 0 0 calc((100% - 12px)/2); width: calc((100% - 12px)/2); padding: 24px 12px; height: auto; margin-bottom: 12px;}
    main>.page2>.box>li>.title-box{display: block}
    main>.page2>.box>li>.title-box>h3{ font-size: 16px; margin: 12px 0}
    main>.page2>.box>li>.text{font-size: 12px;width: auto}

    main>.page3{display: block; width: auto; height: auto; margin-bottom: 0; padding: 40px 12px}
    main>.page3>.box1{width: auto}
    main>.page3>.box1>h2{font-size: 24px; line-height: 29px}
    main>.page3>.box1>.text{font-size: 16px; line-height: 1.5; padding: 0 22px}
    main>.page3>.box2{display: block; width: auto; margin: 0}
    main>.page3>.box2>.left{width: auto;height: auto; padding: 24px 15px}
    main>.page3>.box2>.right>.info-box{margin-bottom: 24px}
    main>.page3>.box2>.right>.info-box>.num{width: 32px; flex:0 0 32px; height: 32px; font-size: 17px}
    main>.page3>.box2>.right>.info-box>.info>.title{font-size: 16px}
    main>.page3>.box2>.right>.info-box>.info>.text{font-size: 12px; line-height: 1.5}
    main>.page3>.box2>.right>.info-box>.info>.text2{font-size: 14px;line-height: 1.5}

    main>.page4{padding: 40px 13px; width: auto;height: auto}
    main>.page4>.box{width: auto}
    main>.page4>.box>h3{width: auto; font-size: 14px; line-height: 1.5; margin-top: 12px}
    main>.page4>.box>h2{font-size: 24px; line-height: 1.5}

    main>.page4>.box>.big-list{display: flex; position: relative; overflow:hidden}
    main>.page4>.box .list{height: 300px;display: flex;  margin: 61px auto 20px;padding: 0;transition: all 0.5s ease}
    main>.page4>.box .list.next2{transform: translateX(calc(-100vw + 16px))}
    main>.page4>.box .list.pnext2{transform: translateX(calc(-100vw + 16px))}
    main>.page4>.box .list.pnext3{transform: translateX(calc(-200vw + 32px))}
    main>.page4>.box .list>.info-box{height:280px; flex: 0 0 calc((100vw - 16px - 16px)/2); cursor: pointer; position: relative; margin-right: 8px; overflow: hidden;transition: all 0.5s ease}
    main>.page4>.box .list>.info-box>.img1{ background-image: url("../images/web4-page4-1.png");background-position: -170px center; background-size: cover;background-repeat: no-repeat; position: absolute; left: 0; top: 0; width: 100%; height: 100%}
    main>.page4>.box .list>.info-box>.img2{ background-image: url("../images/web4-page4-2.png");background-position: -140px center; background-size: cover;background-repeat: no-repeat; position: absolute; left: 0; top: 0; width: 100%; height: 100%}
    main>.page4>.box .list>.info-box>.img3{ background-image: url("../images/web4-page4-3.png");background-position: -100px center; background-size: cover;background-repeat: no-repeat;position: absolute; left: 0; top: 0; width: 100%; height: 100% }
    main>.page4>.box .list>.info-box>.img4{ background-image: url("../images/web4-page4-4.png");background-position: -100px center; background-size: cover;background-repeat: no-repeat;position: absolute; left: 0; top: 0; width: 100%; height: 100% }
    main>.page4>.box .list>.info-box>.img5{ background-image: url("../images/web4-page4-5.png");background-position: -100px center; background-size: cover;background-repeat: no-repeat;position: absolute; left: 0; top: 0; width: 100%; height: 100% }
    main>.page4>.box .list>.info-box>.img6{ background-image: url("../images/web4-page4-6.png");background-position: -100px center; background-size: cover;background-repeat: no-repeat;position: absolute; left: 0; top: 0; width: 100%; height: 100% }
    main>.page4>.box .list>.info-box:last-child{margin-right: 0}
    main>.page4>.box .list>.info-box>.text{position: relative; z-index: 3; padding-top:190px; padding-left:10px; font-size:16px; font-weight: 700; color: #fff; line-height: 28px}
    main>.page4>.box .list>.info-box:after{position: absolute; display: block; content: ''; left: 0; top: 0; background: rgba(0,0,0,0.4);width: 100%; height: 100%;z-index: 1}
    main>.page4>.box .list>.info-box>.active-box{opacity: 0;padding: 10px; transition: all 0.5s ease}
    main>.page4>.box .list>.info-box>.active-box>.icon{font-size: 28px; margin-top: 0}
    main>.page4>.box .list>.info-box.active{background: #fff; flex: 0 0 calc((100vw - 16px - 16px)/2); border-radius: 10px}
    main>.page4>.box .list>.info-box.active>.img{position: relative; height: 105px}
    main>.page4>.box .list>.info-box.active>.img.img1{ background-image: url("../images/web4-page4-1.png");background-position: top; background-size: cover; background-repeat: no-repeat}
    main>.page4>.box .list>.info-box.active>.img.img2{ background-image: url("../images/web4-page4-2.png");background-position: top; background-size: cover; background-repeat: no-repeat}
    main>.page4>.box .list>.info-box.active>.img.img3{ background-image: url("../images/web4-page4-3.png");background-position: center; background-size: cover; background-repeat: no-repeat}
    main>.page4>.box .list>.info-box.active>.img.img4{ background-image: url("../images/web4-page4-4.png");background-position: center; background-size: cover; background-repeat: no-repeat}
    main>.page4>.box .list>.info-box.active>.img.img5{ background-image: url("../images/web4-page4-5.png");background-position: center; background-size: cover; background-repeat: no-repeat}
    main>.page4>.box .list>.info-box.active>.img.img6{ background-image: url("../images/web4-page4-6.png");background-position: center; background-size: cover; background-repeat: no-repeat}

    main>.page4>.box .list>.info-box.active:after{display: none}
    main>.page4>.box .list>.info-box.active>.text{display: none}
    main>.page4>.box .list>.info-box.active>.active-box{ padding: 10px; opacity: 1}
    main>.page4>.box .list>.info-box.active>.active-box>.text{font-size:12px; font-weight: 700; color: #061237; margin: 12px 0; line-height: 1.5; }
    main>.page4>.box .list>.info-box.active>.active-box>.line{border-bottom: 1px solid #212529}
    main>.page4>.box .list>.info-box.active>.active-box>.footer-text{margin-top:10px; font-size:10px; line-height: 1.5; color: #757E91;}

    main>.page4>.box .footer{ display: flex; justify-content: center; margin-top: 25px; margin-bottom: 40px}
    main>.page4>.box .footer>.tabs{display: flex}
    main>.page4>.box .footer>.tabs>li{flex: 0 0 36px; height: 4px;background: #D3D3D3; margin-right: 16px; cursor: pointer}
    main>.page4>.box .footer>.tabs>li.active{background: rgba(16, 180, 118, 0.4);}
    main>.page4>.box .footer>.tabs>li:last-child{margin-right: 0}
    main>.page4>.box .footer.pc{display: none}
    main>.page4>.box .footer.phone{display: flex}

    main>.page5{display: block; width: auto; height: auto; margin-bottom: 0; padding: 40px 12px}
    main>.page5>.title-box{width: auto; margin-bottom: 32px}
    main>.page5>.title-box>h3{font-size: 24px;}
    main>.page5>.title-box>h4{font-size: 14px}
    main>.page5>.box{display: block; width: auto; height: auto}
    main>.page5>.box>div{width: auto; margin-bottom: 32px}
    main>.page5>.box>div:last-child{margin-bottom: 0}
    main>.page5>.box>div>.face{width: 50px; height: 50px}
    main>.page5>.box>div>h2{ font-size: 16px;line-height: 1; margin: 16px 0 28px}
    main>.page5>.box>div>.text{width: auto;font-size: 12px; line-height: 1.5; margin: 16px 0 0}
    main>.page5>.box>div>.box-footer{margin: 16px auto 0}
    main>.page5>.box>div:first-child>.box-footer{margin: 16px auto 0 }




    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}
}

