@font-face{
    font-family: "KABELLTSTD-BOOK";
    src: url('../fonts/KABELLTSTD-BOOK.eot');
    src:url('../fonts/KABELLTSTD-BOOK.woff'),
    url('../fonts/KABELLTSTD-BOOK.ttf'),
    url('../fonts/KABELLTSTD-BOOK.svg');
}
@font-face{
    font-family: "PLAYFAIRDISPLAY-REGULAR";
    src: url('../fonts/PLAYFAIRDISPLAY-REGULAR.eot');
    src:url('../fonts/PLAYFAIRDISPLAY-REGULAR.woff'),
    url('../fonts/PLAYFAIRDISPLAY-REGULAR.ttf'),
    url('../fonts/PLAYFAIRDISPLAY-REGULAR.svg');
}
@font-face{
    font-family: "KABELLTSTD-BLACK";
    src: url('../fonts/KABELLTSTD-BLACK.eot');
    src:url('../fonts/KABELLTSTD-BLACK.woff'),
    url('../fonts/KABELLTSTD-BLACK.ttf'),
    url('../fonts/KABELLTSTD-BLACK.svg');
}

*,body,ul, ul li{
    padding: 0;
    margin: 0;
    font-family: "微軟正黑體","Microsoft JhengHei";
    font-family: "KABELLTSTD-BOOK";
}
/*body img{*/
    /*max-width: 100%!important;*/
    /*height: auto;*/
/*}*/
/*ul, ul li{list-style-type:none;}*/
a,a:link,a:visited,a:hover,a:active{  text-decoration:none; }
input,textarea,select,button{outline:none;  -webkit-border-radius: 0;  -moz-border-radius: 0; border-radius: 0;}
select::-ms-expand { display: none; }
h1,h2,h3,h4,h5,h6{  font-weight: 400;  font-family: "KABELLTSTD-BOOK";  }

.hide-768{
    display: block!important;
}
.show-768{
    display: none!important;
}



.navBox{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0 15%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);
    box-shadow: 0 3px 10px -1px rgba(0,0,0,.2);
    -webkit-transition: all 0.5s ease 0s  ;
    -moz-transition: all 0.5s ease 0s  ;
    -ms-transition: all 0.5s ease 0s  ;
    -o-transition: all 0.5s ease 0s  ;
    transition: all 0.5s ease 0s  ;
}
.navBox .topmost{
    /*overflow: hidden;*/
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 48%;
    padding: 0 15% 0 0;
    background: url("../images/pic5.png") no-repeat top right;
    background-size: 100% 40px;
    z-index:9999;
}
.navBox .topmost .whatsApp{
    overflow: hidden;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    margin: 0 0 0 10%;
}
.navBox .topmost .whatsApp img{
    margin: -3px  15px 0  0;
}
.navBox .topmost .whatsApp span{  }
.navBox .topmost .information{
    position: relative;
}
.navBox .topmost .information .en{
    overflow: hidden;
    background-color: #333333;
    height: 40px;
    line-height: 40px;
    padding: 0  15px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s  ;
    -moz-transition: all 0.5s ease 0s  ;
    -ms-transition: all 0.5s ease 0s  ;
    -o-transition: all 0.5s ease 0s  ;
    transition: all 0.5s ease 0s  ;
}
.navBox .topmost .information .en img{
    margin: -3px 0 0  0;
}
.navBox .topmost .information .en .img1{
    margin: -3px 15px 0  0;
}
.navBox .topmost .information .en span{
    margin: 0 10px;
}
.navBox .topmost .information .enFixed{
    position: absolute;
    width: 100%;
    top: 40px;
    right: 0;
    z-index: 992;
    text-align: center;
    display: none;
}
.navBox .topmost .information .enFixed ul{  }
.navBox .topmost .information .enFixed ul li{
    display: block;
    overflow: hidden;
}
.navBox .topmost .information .enFixed ul li a{
    display: block;
    overflow: hidden;
    color: #ed2028;
    padding: 5px 0;
    background-color: #f2f2f2;
}
.navBox .topmost .information .enFixed ul li:hover a{
    color: #fff;
    background-color: #ed2028;
}
.navBox .logo{
    overflow: hidden;
    line-height: 100px;
    position: relative;
    padding: 10px 0;
    z-index: 9999;
}
.navBox .logo img{

}
.navBox .nav-ul{
    position:absolute;
    right:  15%;
    bottom: 10px;
    z-index:9998;
}
.navBox .nav-ul .subnav{
    display:table;
}
.navBox .nav-ul .subnav li{
    float:left;
    position:relative;
    list-style-type: none;
    margin: 0 0 0 20px;
}
.navBox .nav-ul .subnav li:first-child{
    margin: 0  0 0  0;
}
.navBox .nav-ul .subnav li a{
    display:inline-block;
    text-align:center;
    font-size:24px;
    color:#333;
    padding: 0 5px 25px 5px ;
    border-bottom: 5px solid #fff;
    transition:background .1s linear 0s;
    -webkit-transition:background .1s linear 0s;
    -moz-transition:background .1s linear 0s;
    -o-transition:background .1s linear 0s;
}
.navBox .nav-ul .subnav li a:hover{
    border-bottom: 5px solid  #ed2028;
}
.navBox .nav-ul .subnav li .bg{
    border-bottom: 5px solid  #ed2028;
}
.navBox .nav-ul .subnav li dl{
    display:none;
    position:absolute;
    width: 200%;
    left:50%;
    margin-left:-100%;
    color: white;
    padding: 10px  0 0  0;
}
.navBox .nav-ul .subnav li dl dd a{
    width: 100%;
    font-size: 18px;
    color: #ed2028;
    height: 45px;
    line-height: 45px;
    background-color:#f2f2f2;
    border: none;
}
.navBox .nav-ul .subnav li dl dd .bg{
    border: none;
}
.navBox .nav-ul .subnav li dl dd a:hover{
    background-color: #ed2028;
    color: #fff;
    border: none;
}
.navBox .nav-ul .subnav li .this{
    border-bottom: 5px solid  #ed2028;
}
.navBoxH{
    overflow: hidden;
    position: relative;
    height: 154px;
}























.footer{
    overflow: hidden;
    position: relative;
    padding: 50px  0 0  0;
    background-color: #efefef;
}
.footer .form-box{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 15%;
    width: 430px;
    height: 100%;
    background-color: #fff;
    z-index: 2;
}
.footer .form-box .tit{
    overflow: hidden;
    position: relative;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    padding: 0 35px;
    background-color: #9f1f63;
}
.footer .form-box .form{
    padding: 30px  35px;
    background: url("../images/pic19.png")   no-repeat   top  -15px left   35px;
}
.footer .form-box .form  input{
    font-size: 16px;
    color: #666666;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    margin: 0  0  15px  0;
    background-color: #f1f1f1;
    border: none;
}
.footer .form-box .form  textarea{
    font-size: 16px;
    color: #666666;
    width: 100%;
    height: 140px;
    padding: 20px;
    margin: 0  0  15px  0;
    background-color: #f1f1f1;
    border: none;
    resize: none;
}
.footer .form-box .form  button{
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 50px;
    background-color: #ed2028;
    border: 1px  solid #ed2028;
}
.footer .form-box .form  button:hover{
    color: #ed2028;
    background-color: #fff;
}

.footer .foot{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.footer .foot .foot-bg{
    overflow: hidden;
    position: relative;
    height: 450px;
    background: url("../images/pic23.png") no-repeat center;
	background-size:100% auto;

    /* background-position: 50% 0%; */
    /* background-size: cover; */
}

.footer .foot .foot-bg img{
    width: 100%;
    height: auto;
    min-height: 100%;
}
.footer .foot .txt{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 20px 15%;
    background-color: rgba(51,51,51,.4);
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
}
.footer .foot .txt .txt-z{
    overflow: hidden;
    width: 50%;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
}
.footer .foot .txt .spI{
    overflow: hidden;
    position: relative;
}
.footer .foot .txt  .spI img{

}
.footer .foot .txt h1{
    color: #fff;
    margin: 25px 0 20px  0;
    font-family: "KABELLTSTD-BLACK";
}
.footer .foot .txt p{
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.footer .copy{
    overflow: hidden;
    position: relative;
    padding: 20px 15%;
    background-color: #202020;
    z-index: 3;
}
.footer .copy .txt{
    overflow: hidden;
    position: relative;
    color: #fff;
}
.footer .copy .ul-box{
    overflow: hidden;
    position: relative;
}
.footer .copy .ul-box a{
    margin: 0   0  0  20px;
}
.footer .copy .ul-box a img{
	cursor:pointer;
}


