@font-face {
  font-family: 'cwTeXHei';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot);
  src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff) format('woff'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.ttf) format('truetype');
}
body,div,p,a,*{
    /*font-family: 'arial','cwTeXHei' serif !important;*/
    font-family: 'arial',"Microsoft JhengHei","Microsoft YaHei","Yu Gothic", SimHei !important;
}
.headerBox{
    background-image:URL("../images/header_bg1.png");
    background-repeat:no-repeat;
    background-position: center;
    margin:0px;
    min-height:200px;
}
.headerBox img{
    margin-top:40px;

}
.navbar-default {
    text-align: center;
    width: 70%;
    margin: 0px auto;
    background-color: transparent;
    border-color: transparent;
    
}
.navbar-nav li a{
    font-size:1.3em;
    font-weight:500;
    color:#2e2e2e
}
.headerboder{
    border-top:1px #918b8a solid;
    border-bottom:1px #918b8a solid;
}
hr.yellow{
    border-color:#f8b500;
    margin-bottom:6px;
}
div.yellow{
    background-color:#f8b500;
    color:#fff;
}
h1{font-size: 2em;}
h2{font-size: 1.6em;}
h3{font-size: 1.4em;}

.text_yellow{
    color:#f8b500;
}
.text_h2{
    font-size: 1.4em;
}
.copyright td{
    padding:4px;
}
.copyright td.line{
    border-left:1px #fff dotted;
}
.content p{
    font-size: 1.2em;
    line-height: 2.4em;
    color:#626262;
    letter-spacing: 2px;
}
.content img.w100{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    height: auto;
}
.content img.wcenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.content img.w50{
    max-width: 90%;
    margin:4px;
}

.content h1.ht1{
    color:#626262;
    margin-top: 0px;
    margin-bottom: 0px;    
}
.content h1.ht2{
    color:#626262;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size:2em;
}
.yellow{
    color:orange;
}
.content div.cloudbg{
    background-image: url("../../images/cloud.png");
    background-repeat: no-repeat;
    background-position: center top;
    border-top: 1px #918b8a solid;
    margin: 0px;
    min-height: 200px;
    padding-top:5em;
    margin-top:2em;
}
.product table td{
    border-bottom: 1px #9a9a9a dashed;
    padding:0.4em;
    vertical-align: middle;
}
/*conatct*/
.rightdiv{
    float: left; width: 80%;
}
.leftdiv{
    width:20%;float:left;text-align:right;padding-top:2em;
}

/*GO TO TOP*/
.scrollup::before {
    font-family: FontAwesome;
    content: "\f102";
    font-size: 3em;
    cursor: pointer;
    color: #ff9600;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 5%;
    display: none;
    z-index: 999;
}

@media screen and (max-width: 480px) {
    .rightdiv{
        float:none; width: 100%;
    }
    .leftdiv{
        width:100%;float:none;text-align:right;padding-top:2em;
    }
}