@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body{ font-size:13px; font-family: Noto Sans TC,Microsoft JhengHei,Arial, Helvetica,sans-serif,nsimsun; color:#333; position:relative;background-color: #fff;}
a{ color:#333;  }
a:hover{ color:#488fde;}
* { 
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-.menu_list-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
}

body{
    animation-name: fade-in;
    animation-duration:1s;
    animation-timing-function:ease-in;
    overflow-x: hidden;
}
@keyframes fade-in{
    0%{
        opacity:0;
    }
    100%{
        opacity: 1;
    }
}

/*body.index{
    background-image: url(../img/body_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}*/




.i_box1 .logo{
    position: absolute;
    left: 20px;
    top: 10px;
    width: 470px;
}


.i_box1{
    width: 100%;
    position: relative;
    overflow-x: hidden;
}


.i_box1 img{
    width: 100%;
}



.i_b1_sky{
    position: absolute;
    bottom: 0;
    width: 100%;
}


.banner_text{
    position: absolute;
    right: 2%;
    bottom: 16%;
    max-width: 35%;
}

.banner_pc{
    display: block;
}

.banner_m{
    display: none;
}



.w1520{
    margin: 0 auto;
    max-width: 95%;
    width: 1520px;
}


.i_box2{
    background-image: linear-gradient(to top, #f9f6ca 0%, #dcf0f2 100%);
    overflow-x: hidden;
}

.i_box2-01{
    padding: 20px 0;
}


.i_02_l{
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: middle;
}

.i_02_l img{
    max-width: 100%;
}









.i_02_r{
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
}



.i_02_r_title{
    display: block;
    margin-bottom: 20px;
}

.i_02_r_title h2{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 45px;
    color: #327ec4;
    font-weight: 700;
}

.i_02_r_title ul{
    display: inline-block;
    vertical-align: middle;
}

.i_02_r_title ul li{
    display: inline-block;
    margin: 0 3px;
}




.i_02_r_sky img{
    display: inline-block;
    margin-right: 25px;
    max-width: 30%;
}

.i_02_r_sky img:nth-child(3){
    margin-left: 100px;
}



.i_box2-02{
    padding-bottom: 50px;
}

.i_box2-02 ul li{
    display: inline-block;
    vertical-align: bottom;
    width: calc(33.3% - 4px);
    position: relative;
    padding: 0 10px;
    max-width: 90%;
}

.i_box2-02 ul li img{
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
}


.i_box2-02 ul li p{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform:translateX(-50%);
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    display: block;
    width: 300px;
    text-align: center;
}

.i_box2-02 ul li:nth-child(1) p{
    background-color: #f78181;
}

.i_box2-02 ul li:nth-child(2) p{
    background-color: #f0c660;
}

.i_box2-02 ul li:nth-child(3) p{
    background-color: #5eb96a;
}




.i_box3 {
    background: url(../img/i_bg3.png);
    position: relative;
    padding: 100px 0 60px 0;
    text-align: center;
    overflow-x: hidden;
}

.i_box3_bg01{
    position: absolute;
    top: 0;
    width: 100%;    
}



.i_b3_title{
    margin: 20px auto;
    text-align: center;
}


.i_b3_title img{
    display: inline-block;
    vertical-align: middle;
}

.i_b3_m{
    display: none;
}

.i_b3_m img{
    max-width: 100%;
}


.i_box3_p1{
    width: 1045px;
    max-width: 90%;
    margin-left: calc(100% - 1050px);
}

.i_box3_p2{
    margin-top: -40px;
}

.i_box3_p3{
    width: 1045px;
    max-width: 90%;
    margin-left: calc(100% - 1050px); 
    margin-top: -40px;
}

.i_box3_p4{
    margin-top: -40px;
}

.i_box3_bg02{
    position: absolute;
    bottom: 0;
    width: 100%;    
}







.i_box4{
    background-color: #f9f7d4;
    padding: 30px 0;
    position: relative;
    overflow-x: hidden;
}


.i_b4_title{
    margin: 0px auto;
    text-align: center;
}

.i_b4_title img{
    margin: 0px auto;
}

.i_box4_bg02{

}


.i_box4_ul{
    margin: 40px auto;
    text-align: center;
}

.i_box4_ul>li{
    display: inline-block;
    vertical-align: top;
    width: 612px;
    max-width: 45%;
    margin: 10px 15px;
}

.i_box4_ul>li img{
    width: 100%;
}

.i_box4_ul_img{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.i_box4_ul_img h2{
    position: absolute;
    top: -22px;
    left: 50%;
    transform:translateX(-50%);
    padding: 8px 30px;
    border-radius: 10px;
    background-color: #fed714;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    z-index: 100;
    white-space: nowrap;
}

.i_box4_ul_img_div{
    border: 10px #fed714 solid;
    border-radius: 10px;
    overflow: hidden;
}

.i_box4_ul_img_div{
    overflow: hidden;
}

.i_box4_ul_img_div .owl-carousel.owl-theme .owl-controls{
    margin-top: 0;
    overflow: hidden;
}

.owl-carousel .owl-item img{
    border-radius: 10px;
}

.i_box4_ul_img_div img{
    width: 100%;
}



.i_box4_ul>li h3{
    color: #ed7378;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}


.i_box4_ul>li p{
    color: #bca26a;
    font-size: 18px;
    text-align: left;
}





.i_box5{
    background-color: #e0eef3;
    padding: 30px 0 140px 0;
    position: relative;
    overflow-x: hidden;
}



.i_box5_ul li{
    width: calc(50% - 4px);
    vertical-align: middle;
    display: inline-block;
}

.i_box5_ul li img{
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
}


.i_box5_con{
    width: 600px;
    margin: 0 auto;
    background-color: #eef6f9;
    padding: 40px 30px 30px 30px;
    border-radius: 20px;
    max-width: 90%;
}


.i_b5_bg{

    position: absolute;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    opacity: 1;

}






.form_title{
    text-align:center;
    margin-bottom:1rem;
    }
    .form_title>h3{
    font-size:1.4rem;
    font-weight:bold;
    color:#ed7378;
    letter-spacing:0.1rem
    }
    .form_title>p{
    color:#b0a18c;
    font-weight:300;
    letter-spacing:0.05rem;
    }



.contact_box01{
    text-align: left;
}

.contact_box01 p{
    display: block;
    color: #333;
    margin-bottom: 5px;
}

.contact_box01 p span{
    color: #f52e2e;
}

.contact_box_input01{
    font-size: 16px;
    padding: 6px 8px;
    border: 1px #ddd solid;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 12px;
    font-family: Noto Sans TC,Microsoft JhengHei;
}

.contact_box_input02{
    font-size: 16px;
    padding: 6px 8px;
    border: 1px #ddd solid;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 12px;
    font-family: Noto Sans TC,Microsoft JhengHei;   
}

.contact_box_input03{
    font-size: 16px;
    padding: 6px 8px;
    border: 1px #ddd solid;
    border-radius: 3px;
    width: calc(100% - 135px);
    margin-bottom: 0px;
    font-family: Noto Sans TC,Microsoft JhengHei;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}


.contact_code{
    width: 115px;
    background-color: #ddd;
    height: 30px;
    display: inline-block;
    vertical-align: middle;

}


.contact_send{
    padding: 6px 15px;
    cursor: pointer;
    font-size: 18px;
    background-color: #428bca;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin: 20px auto;
    transition: .3s;
    display: block;
    width: 150px;
}

.contact_send:hover{
    background-color: #fed714;
    color: #fff;
}






.footer{
    background-color: #7dc2e1;
    text-align: center;
    padding: 20px 0 60px 0;
    color: #fff;
}

.footer h1{
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2rem;
}

h1>a:after{
    margin:0.2rem auto 0 auto;
    border:1px solid #fff;
    display:block;
    content:"";
}

a.one:after{
    max-width: 136px;
}

a.two:after{
    max-width: 224px;
}


.footer a{
    display: block;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.5rem;
    font-size: 1.2rem;
}



.footer div a{
    display: inline-block;
    margin-right: 10px;
}


.footer .footer_name{
    color: #fff;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 15px;
    padding: 3px 15px;
    border-radius: 8px;
    transition: .5s;
    background-color: #ffc000;
    box-shadow: 0 0 0 0 #ffffffc4;
    display: inline-block;
}




.footer .footer_name {
    -webkit-animation: footer_auto 1.5s linear infinite;
    animation: footer_auto 1.5s linear infinite;
}

@-webkit-keyframes footer_auto {
    0% {
        box-shadow: 0 0 0 0 #ffffffc4;
    }
    40%{
        box-shadow: 0 0 0 10 #ffffffc4;
    }
    80% {
        box-shadow: 0 0 0 10px #c55a5a00;
    }
    100% { 
        box-shadow: 0 0 0 0 #c55a5a00;
    }
}



.tool-box {
    position: fixed;
    right: 1vw;
    top: 60vh;
}
.tool-btn {
    width: 60px;
    height: 60px;
    text-decoration: none;
    position: relative;
    background-color: #ff3831;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    letter-spacing: 0.1rem;
    margin: 1rem auto;
    font-size: 1rem;
    font-weight: bold;
    -webkit-animation: footer_auto_2 1.5s linear infinite;
    animation: footer_auto_2 1.5s linear infinite;
}
@-webkit-keyframes footer_auto_2 {
    0% {
        box-shadow: 0 0 0 0 #ff5151c4;
    }
    40%{
        box-shadow: 0 0 0 10 #ffffffc4;
    }
    80% {
        box-shadow: 0 0 0 10px #c55a5a00;
    }
    100% { 
        box-shadow: 0 0 0 0 #c55a5a00;
    }
}
.tool-btn:hover,.footer_name:hover{
    color:#ffeae9;
}

iframe{
    border-radius: 20px;
}





