﻿
@import url('dcd851590d424a12a884cfd55ac059d3.css');
body{
  font-family: "Roboto", "Microsoft JhengHei", "微軟正黑體","Microsoft YaHei", sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #4a4a4a;
    font-weight:400;
}
@media (min-width: 768px){
    html{
        font-size:100px;
    }
    body{
      font-size:0.14rem;
    }
}
@media (max-width: 768px) {
    html{
        font-size:80px;
    }
    body{
      font-size:0.14rem;
    }
}
/* font style */
p,div{
  text-align:justify;
}
.ell p{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align:justify;
}
.font-f1{
  font-family: 'Oswald',"Microsoft JhengHei", "微軟正黑體","Microsoft YaHei", sans-serif;
  font-weight:400;
}
.font-f1 b,h1,h2,h3,h4{
  font-weight:500;
}
h5,h6{
  font-weight:400;
}
.fonts13{
  font-size:0.13rem;
}
.fonts15{
  font-size:0.15rem;
}
.fonts20{
  font-size:0.2rem;
}
.fonts30{
  font-size:0.3rem;
}

.fonts40{
  font-size:0.57rem;
}
.lh17{
  line-height:1.7;
}
.lh2{
  line-height:2;
}


h1{
  font-size:0.37rem;
}
h2{
  font-size:0.31rem;
}
h3{
  font-size:0.25rem;
}
h4{
  font-size:0.19rem;
}

a,.btn,.th-color,.m-box,img,.img,button,.block,.box1,.box2, .panel-default > .panel-heading
{
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}
a{
  text-decoration:none;
  color:#4a4a4a;
}
.globe a:hover,.globe a:focus,
.panel-heading a:hover,.panel-heading a:focus{
  text-decoration:none;
}
img{
  max-width:100%;
  height:auto;
}
ul,ol{
  padding-left:0.2rem;
}
div.wpcf7 img.ajax-loader{
  width:20px;
  position:absolute;
}
.w100{
  width:100%!important;
}
.w50{
  width:50%!important;
}
.w33{
  width:33.3%!important;
}
.text-up{
  text-transform:uppercase;
}
.block{
  display:block;
  z-index:0;
}
a.block:hover{
  text-decoration:none;
}
.rel{
  position:relative;
  margin-top:40px;
  margin-right:25px;
}
.rel .glyphicon{
  font-size:26px;
}

/* margin and padding setting */
.mt0{
  margin-top:0;
}
.mlr0{
  margin-left:0;
  margin-right:0;
}
.mt10{
  margin-top:0.1rem;
}
.mt20{
  margin-top:0.2rem;
}
.mt30{
  margin-top:0.3rem;
}
.mt40{
  margin-top:0.4rem;
}
.mt50{
  margin-top:0.5rem;
}
.mt80{
  margin-top:0.8rem;
}
.mt-45{
  margin-top:-0.45rem;
}
.mb5{
  margin-bottom:0.05rem;
}
.mb20{
  margin-bottom:0.2rem;
}
.mb30{
  margin-bottom:0.3rem;
}
.mr10{
  margin-right:0.1rem;
}
.mr20{
  margin-right:0.2rem;
}
.ml20{
  margin-left:0.2rem;
}
.pl15{
  padding-left:0.15rem;
}
.plr0{
  padding-left:0;
  padding-right:0;
}
.pl30{
  padding-left:0.3rem;
}
.plr30{
  padding-left:0.3rem;
  padding-right:0.3rem;
}
.ptb207{
  padding-top:0.2rem;
  padding-bottom:0.7rem;
}
.ptb70{
  padding-top:0.7rem;
  padding-bottom:0.7rem;
}
.fw4{
  font-weight:400;
}
/* color setting */
.color1{
  color:#288ac9;
}
.color1b{
  color:#2ea6f3;
}
.black{
  color:#4a4a4a;
}
.grey{
  color:#cbcbcb;
}
.while{
  color:#fff;
}

/* background color settint */
.bg-w{
  background-color:#fff;
}
.bg-g{
  background-color:#eee;
}

/* border style */
.border{
  border:1px solid #ccc;
}

.main{
  max-width:1400px;
  min-width:320px;
  margin:0 auto;
  background-color:#fff;
}

/* slider style */
.carousel-caption{
  background-color:rgba(0,0,0,0.3);
  padding-left:0.7rem;
  padding-right:0.7rem;
  bottom:0;
}

.content{
  position:relative;
  z-index:0;
}


/* banner style */
.title-box{
  width:96%;
  background-color:#fff;
  padding:0.3rem 0.5rem;
  margin:-0.7rem 0.3rem 0rem 0.3rem;
  z-index:999;
  position:relative;

}

/* header style */
#header{
  z-index: 99;
  position:relative;
  box-shadow: 0 4px 5px rgba(0,0,0,0.2);
}
.navbar-default{
  border:none;
  border-radius:0;
}
.navbar-brand{
  padding:0 0.2rem;
  height:auto;
}
.collapse.search,.collapsing.search{
  position:absolute;
  width:2.9rem;
  z-index:9;
}
.collapse.globe,.collapsing.globe{
  position:absolute;
  width:197px;
  z-index:9;
}
.globe a{
  margin-left:7px;
  margin-right:7px;
}
.collapse.menu,.collapsing.menu{
  position:absolute;
  min-width:6rem;
  z-index:9;
}
.search-box .search,
.globe-box .globe,
.menu-box .menu{
  right:0;
}
.menu .well{
  background-color:#555;
  overflow:hidden;
  margin-bottom:0;
}
.menu .well a{
  color:#fff;
  font-size:0.15rem;
}
.well{
    background-color: #fff;
    border: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    border-radius: 0;
}

.input-group-btn:last-child > .btn{
  border-radius:0;
}
.form-control{
  background-color:#f9f9f9;
  border:none;
  border-radius:0;
  box-shadow:none;
}
.btn-default{
  border:none;
  color:#288ac9;
}

/* footer style */
.backTop{
  background-color:#f8f8f8;
}
#backTop{
  display:inline-block;
  padding:0.2rem 0.15rem;
  font-size:0.2rem;

}
.footer{
  background-color:#555;
  padding-top:0.4rem;
  padding-bottom:0.2rem;
}
.footer a{
  color:#cbcbcb;
}
.no-style{
  list-style:none;
  padding-left:0;
}
.col-sm-5-1{
  padding-left:15px;
  padding-right:15px;
}
.sub-footer{
  border-top:1px solid #cbcbcb;
  padding-top:0.2rem;
  text-align: right;
  margin-top:0.4rem;
}
.icon-wechat{
  margin-right:7px;
}
.sub-footer a{
  text-decoration:none;
}
.sub-footer a:hover{
  color:#2ea6f3;
}
/* home style */
.navbar{
  margin-bottom:0;
}
#myVideo{
  width:100%;
  display: block;
}

/* company style */
.breadcrumb{
  padding:8px 0;
  background-color:rgba(0,0,0,0)
}
/* Location style */
.dl-horizontal dt{
  width:1rem;
  font-weight:400;
  text-align:left;
}
.dl-horizontal dd,
.dl-horizontal dt{
  line-height:2;
}
/* Solutions style */
.bg-img{
  background-position: center;
  background-size: contain;
  background-repeat:no-repeat;
}
.bg-img2{
  background-position: center;
  background-size: cover;
  background-repeat:no-repeat;
}

.bgh2{
  height:2rem;
}
.bgh22{
  height:2.2rem;
}
.bgh27{
  height:2.7rem;
}
.bgh28{
  height:2.8rem;
}
.bgh3{
  height:3rem;
}
.bgh16{
  height:1.6rem;
}

.box1{
  background-color:#fff;
  text-align: center;
  padding:0.2rem 0.1rem;
}
a.block:hover .box1,
a.block:hover .box2{
  box-shadow:0 0 10px #9a9a9a;
}
.box2 h4{
  background-color:#555;
  text-align:center;
  font-weight:400;
  line-height:1.7;
  color:#fff;
  margin-top:0;
  padding:0.1rem;
}
.box2 h5{
  background-color: rgba(0,0,0,0.6);
  font-weight:400;
  line-height:2.5;
  margin-top:-0.33rem;
  color:#fff;
  padding:0 0.10rem;
  font-size:0.13rem;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* products style */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
  border-top:none;
  border-right:1px solid #fff;
  text-align: center;
}
.table > tbody > tr > td p{text-align: center;}
.table > thead > tr > th:last-child, .table > tbody > tr > th:last-child, .table > tfoot > tr > th:last-child, .table > thead > tr > td:last-child, .table > tbody > tr > td:last-child, .table > tfoot > tr > td:last-child{
  border: none;
  color: #999;
}
.table-striped > tbody > tr{
  background-color: #f7f7f7;
}
.table-striped > tbody > tr:nth-of-type(odd){
  background-color: #ededed;
}
.owl-nav{
  position:relative;
  text-align:center;
}

.owl-prev,.owl-next{
  font-family: 'Glyphicons Halflings';
  display:inline-block;
  width:50px;
  height:50px;
  font-size:0.25rem;
  color:#288ac9;
  text-align: center;
  margin-top:0.15rem;
}
.owl-prev:before {
    content: "\e079";
    display:inline-block;
}
.owl-next:before {
    content: "\e080";
    display:inline-block;
}


/* News style*/
.new-box{
  padding:0.2rem 0.3rem;
  background-color:#f3f3f3;
}
.new-content{
  padding:0.2rem 0.3rem;
}
.new-box span{
  font-size:0.13rem;
}
.new-box h3{
  height: 0.5rem;
  font-size:0.2rem;
}
.new-box h3,.new-box p{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.new-box p{
  -webkit-line-clamp: 2;
  height: 0.42rem;
}
.button{
  display:inline-block;
  padding:5px 30px;
  border:1px solid #288ac9;
  color:#288ac9;
}
.button:hover{
  text-decoration:none;
  background-color:#288ac9;
  color:#fff;
}

/* Careers style */
.panel-default > .panel-heading:hover{
  background-color:#f9f9f9;
}
.panel-title{
  font-size:0.2rem;
}
.panel-default{
  border:none;
}
.panel-default > .panel-heading{
  background-color:#fff;
  border-bottom:1px solid #ddd;
}
.panel{
  box-shadow:none;
}
.panel-body{
  background-color:#f3f3f3;
  padding:0.3rem;
}
.career-but{
  display:inline-block;
  font-size:0.16rem;
  display:block;
}

.career-but.collapsed::after{
  font-family: 'Glyphicons Halflings';
  content:"\e114";
  float:right;
  margin-top:-0.36rem;
  color:#288ac9;
}
.career-but::after{
  font-family: 'Glyphicons Halflings';
  content:"\e113";
  float:right;
  margin-top:-0.36rem;
  color:#288ac9;
}
.content-box h4{
  color:#288ac9;
  text-transform:uppercase;
  margin-top:0.24rem;
  margin-bottom:0.16rem;
}
.button{
  background-color:#fff;
}
.list-group-item:last-child,
.list-group-item:first-child{
  border-radius:0;
}
.list-group-item{
  border:none;
  border-top:1px solid #ddd;
  padding:0.2rem 0.15rem;
}
.career-but p{
  margin-bottom:0;
}
.box2 ul li{
  line-height:1.7;
}


@media screen and (min-width: 769px){
  .col-md-4:nth-child(3n+1){
    clear: both;
  }
}

@media screen and (min-width: 768px){
  .dl-horizontal dd{
    margin-left:1.1rem;
  }
  .carousel-caption{
    left:0;
    right:40%;
    padding-bottom:20px;
    padding-top:10px;
  }
  .col-sm-5-1{
    width:20%;
    float:left;
  }
  .col-sm-4.col-xs-6.mb30:nth-child(3n+1){
    clear: both;
  }
  .refer .row.text-center .col-sm-4,
  .project-box .row.text-center .col-sm-4,
  .relative .row.text-center .col-sm-4{
    width:33%;
    display:inline-block;
    float:none;
    vertical-align: text-top;
  }
}
@media (min-width: 500px) and (max-width: 768px){
  .col-sm-6:nth-child(2n+1){
    clear: both;
  }


}
@media screen and (max-width: 767px){
  h1{
    font-size:0.30rem;
  }
  h2{
    font-size:0.26rem;
  }
  h3{
    font-size:0.22rem;
  }
  h4{
    font-size:0.18rem;
  }
  ul, ol{
    padding-left:20px;
  }
  .mt50{
    margin-top:0.3rem;
  }
  .bgh27{
    height:1.8rem;
  }
  .ptb207{
    padding-bottom: 0.3rem;
  }
  .search-box .search, .globe-box .globe, .menu-box .menu{
    right:-0.35rem;
  }
  .panel-body{
    padding:0.23rem;
  }
  .rel{
    margin-top:29px;
  }
  .no-style{
    margin-bottom: 0;
    margin-left: 10px;
    line-height: 2;
  }
  .col-sm-5-1 h4,
  .w33 h4{
    margin:0;
    padding:8px 0;
  }
  .col-sm-5-1 h4::after,
  .w33 h4::after{
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #fff;
    font-size:0.14rem;
  }
  .button.pull-right{
    float:none!important;
  }
  .title-box{
    padding: 0.1rem 0.3rem;
  }
  .fonts40{
    font-size:0.35rem;
  }
  .col-sm-5-1{
    padding-left:50px;
    padding-right:50px;
  }
  h1, .h1, h2, .h2, h3, .h3{
    margin-top:10px;
    margin-bottom:5px;
  }
  .breadcrumb{
    margin-bottom:0;
  }
  .carousel-caption{
    padding:5px 10px;
    left:5%;
    right:5%;
  }
  .w33{
    width:100%!important;
  }
  .w33.pull-left{
    float:none!important;
  }
  .collapse.menu, .collapsing.menu{
    min-width: 4.4rem;
  }
}
@media screen and (max-width: 330px){
  .collapse.menu, .collapsing.menu{
    min-width: 3.6rem;
  }
}
.ell ul{
  padding-left:15px;
  height:255px;
  overflow: hidden;
}
ul li,
ol li{
  line-height:1.7;
}
.c-box ul li,
.c-box ol li{
  margin-bottom:22px;
}
