
body {
   font-family: Arial, 微軟正黑體,"Microsoft JhengHei";
   position: absolute;
   background-color: #FFF;
    background: url(../img/background-x.jpg) repeat-x top center;
    width: 100%;    
    margin: 0;
    padding: 0;  
    -moz-background-size: cover;     
}
.container-fluid {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
.col-x-12{   
    padding-right: 0px;
    padding-left: 0px;
}
.site-picture {
    display: block;
    padding-left: 0%;
}
/*連結*/
a {
    color: #333;
    text-decoration: none;
}
/*連結不留底線*/
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.formBox {
    color: red;
    font-size: 18px;
    font-weight: normal;
}
.mark, mark {
   font-size: 25px;
    padding: 1px;
    color: red;
    background-color: transparent;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent;
    margin-top: 6px;
    border-radius: 8px;
}
.col-md-5{
  width: 20%
}
.col-lg-5{
  width: 20%
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    font-size: 18px;
}
.radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 8px;
    margin-left: -25px;
    height: 20px;
    width: 20px;
}
/*動畫*/
.slideanim {
    visibility: hidden;
}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
z-index: 1;
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

to {
    opacity: 1;
    transform: none;
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

/*產品分類按鈕*/
.list-group-item:last-child {
    font-size: 16px;
    color:#333;
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #49c6db;
    border-color: #46b8da;
    
}
.btn-news {
    color: #fff;
    background-color: #a5e9f4;
    border-color: #a5e9f4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*面包屑*/
.pathlink-p {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
}
/*面包屑*/
.pathlink-pp {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #46b8da;
}
button.list-group-item {
    width: 80%;
    text-align: left;
}

/*產品頁編輯器*/
.edit{
  display: block;
  top:35px;
  position: relative; 
  height: auto;
  border: 1px solid transparent;
  padding: 4px 45px 45px 45px;
}
.edit img{
  width: 70%;
  height: auto;
}
.path {
    color: #fc0202;
    font-size: 14px;
    text-align: left;
}
.caption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  text-align: left;
  color: transparent;
 padding-bottom: 0px;
}
.caption span.border {
  background-color: transparent;
  color: #0066CC;
  padding: 10px 10px 10px 12px;
  font-size: 25px;
  letter-spacing: 0px;
}
/*最新消息*/

.caption-news {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: left;
    padding-bottom: 0px;
}
.caption-news span.border {
  background-color: transparent;
  color: #333;
  padding: 10px 10px 10px 0px;
  font-size: 21px;
  letter-spacing: 0px;
}
/*分頁*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px;
}

.sitemap{
   padding-top: 100px;
}
/**/
.title-text{
  color:#333;
  padding-top: 0px;
  font-size:18px;
}
/*面包屑*/
.pathlink{
  color: #2196f3;
  font-size: 14px;
  text-align: left;
  padding-top: 0px;
}
.balist{
  font-size: 14px;
  color:#333;
}
.news-1{
  color:#3f51b5;
}
.news-1s{
  color:#3f51b5;
  font-weight: 700;
}
.hot-news{
  padding-top:0px;

}
.hot-news-content{
  padding-top:480px;

}
.hot-news-item{
  padding-top:50px;

}
.news-a{
  color:#333;
}
.news-b{
  color:#2196f3;
}
.news-edit{
  width: 100%;
  height: auto;

}

.caption-product {
    position: absolute;
    left: 30px;
    top: 0px;
    width: 80%;
    text-align: left;
    color: transparent;
    padding-bottom: 0px;
}
.caption-product img{
   max-width: 60%;
}

.about{
  padding-top: 0px;
}
.oem{
   padding-top: 50px;
}
.video{
  padding-top: 110px;
}
.contact{
  padding-top: 110px;
}
/*footer 頁尾*/
.footer{
  padding-top: 0px;
}
.footer-text{
  font-size:18px; 
  color: #333
}
.send {
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #2196f3;
}
/*產品頁modal*/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
/***** flexslider *****/
.slider {
  padding-left: 5px;
  padding-right: 5px;
}
.flexslider {
    margin-top: 45px;
    margin-bottom: 55px;
    border: 6px solid #fff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0), 0 -5px 15px 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0), 0 -5px 15px 0 rgba(0,0,0,0);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0), 0 -5px 15px 0 rgba(0,0,0,0);
}
.flexslider .slides > li {
  position: relative;
}
.flexslider .slides .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 48.1%;
}
.flex-caption {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 95%;
    padding: 10px 20px;
    background: transparent; /* browsers that don't support rgba */
    background: transparent;
    font-size: 14px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
    font-style: italic;
}
.flex-direction-nav a {
  width: 60px;
  height: 60px;
  padding-top: 17px;
  background: transparent;
  color: #fff;
  text-shadow: none;
}
.flex-direction-nav a:before { font-size: 26px; }
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { text-align: center; }






/*Carousel幻燈片*/
/*全螢幕*/
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.carousel-inner>.item>img, 
.carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
    width: 100%;
    background-color: transparent;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
    color: #eee;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    margin-left: -10px;
    color: #eee;
}
.carousel-control.left {
    font-size: 22px;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    left: 150px;
    right: 100px;
    width: 50px;
}
.carousel-control.right {
    font-size: 22px;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    right: 220px;
    width: 50px;
}
.carousel-indicators {
    bottom: -20px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #2196f3;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #2196f3;
    border-radius: 10px;
}
.header{
  font-size: 19px; 
  color: #0066CC;
}
/*跑馬燈*/
.marquee{
  color: #3f51b5;
}
/**/
/*Image Overlay Hover*/

  /*oem頁面表格*/
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}/*Firefox 的 hack 代码解决*/
.table-bordered {
    border: 1px solid transparent;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid transparent;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #333;
    border-bottom:  1px dashed #6fc8e7;
    color: #333;
    font-size: 18px;
    text-align: left;
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: transparent;
  }
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: #3f51b5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: transparent;
    border-radius: 0px;
    border-bottom:2px solid transparent;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #6fc8e7;
}
/*圖像效果由下而上*/
.containers {
  position: relative;
  width: 100%;
  background: #99CCFF;
  text-align: center;
  padding-top: 2px;
  z-index: 9999;
  top:0px;
  margin-top: 10px;
  margin-bottom: 50px;
}
.containers:hover .overlay {
  height: 100%;
}
.SS {
  position: relative;
  width: 20%;
}
.ss:hover .overlay {
  height: 100%;
}
.image {
 display: block;
  width: 100%;
  height: auto;
  margin-bottom:10px;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(153, 204, 255, 0.75);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.tag{
  color:transparent;
}
.title{
	font-size: 22px;
    color: #0066CC;
    text-align: left;
    font-weight: 600;
}
.title-product {
    font-size: 25px;
    color: #0066CC;
    text-align: left;
    margin-left:15px;
    padding-top: 20px;
}
.buttom {
    font-size: 38px;
    color: #fff;
}
.text {
  position: absolute;
  white-space: nowrap; /*白空間*/
  color: #000;
  font-size: 21px;
  overflow: hidden;/*溢出：隱藏*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);/*轉換：翻譯*/
  -ms-transform: translate(-50%, -50%);
}

hr {
    border-top: 2px solid #2196f3;
}
.content{
  color: #333;
  font-size:18px;
  text-align:left;
}
.contents {
    color: #333;
    font-size: 18px;
    text-align: center;
}
.badgeb {
    display: inline-block;
    min-width: 10px;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #333;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ccc;
    border-radius: 10px;
}
.carousel-captionb{
  font-size: 24px;
    right: 0%;
    left: 0%;
    padding-bottom: 20px;
    background-color: #2196f3;
    position: absolute;  
    bottom: 0px;  
    z-index: 10;
    padding: 10px 0px 10px 0px;
    margin: 10px 12px 10px 12px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0);
}
.media-heading{
  color: #2055d1;
  text-align: left;
}
.oem-heading {
    color: #2196f3;
    text-align: left;
}
.line{
  border-bottom: 3px solid #e1e1e1;
}

.bs-glyphicons {
    margin: 0 -10px 20px;
    overflow: hidden;
}
.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}
.bs-glyphicons li {
    float: left;
    width: 20%;
    height: 115px;
    padding: 10px;
     font-size: 15px;
    color:#2196f3;
   
    line-height: 1.4;
    text-align: left;
    background-color: transparent;
    border: 1px solid transparent;
}
.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}
.bs-glyphicons li {
    float: left;
    width: 20%;
    height: 30px;
    padding: 10px;
     font-size: 18px;
    color:#2196f3;
    line-height: 1.4;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
}
/**/
.pd_hover{
display: block;
opacity: 0.6;}

.pd_hover {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    z-index: 2;}
/*.pd_mid .pd_box1 {
    width: 100%;
    height: 464px;
    background-image: url(../images/bg_pd.jpg);
    position: relative;
}*/

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #333;
    text-align: left;
}
.form-group{
   color: #333;
    text-align: left;
    margin-top: -7px;
}

.btnr {
    color: #333;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: -10px;
}
.btn-info {
     display: inline-block;
    padding: 10px 150px 10px 50px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}
.btn-info:hover,.btn-info:active, .btn-info:focus, .btn-info:visited,{
    display: inline-block;
    padding: 10px 150px 10px 50px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}
/**/
div.gallery {
    border: 2px solid #0085db;
    background: #0085db;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
    color: #fff;
}
* {
    box-sizing: border-box;
}
.product-tilte { 
  padding-top:10px;
  font-size: 25px;
  color:#333;}
.product-content  {
   font-size: 18px;
  color:#333;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    text-align: center;
}
.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*product*/
.dytest {
position: relative;
z-index: 2;
margin: 0px;
color: #0066cc;
font-size: 21px;
bottom: 80px;
text-align: center;
background: rgba(225, 225, 225, 0.77);
padding: 10px 0px 10px 0px;
}
/*title picture*/
.titleimg:hover {
position: relative;
opacity: 100;
}
.titleimg:active {
position: relative;
opacity: 0.9;
}
.titleimg:focus {
position: relative;
opacity: 0.9;
}
.titleimg:visited {
position: relative;
opacity: 0.9;
}
.titletest {
position: relative;
z-index: 2;
margin: 0px;
margin-left: 20px;
font-size: 25px;
color: #0066CC;
bottom:210px;
text-align: left;
}
.item{
  font-size: 18px;
    color: #2196f3;
    line-height: 1.4;
    text-align: left;
}
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border: 1px solid #eee;
}
.dytest:hover {
    position: relative;
    z-index: 2;
    margin: 0px;
    color: transparent;
    font-size: 21px;
    bottom: 80px;
    text-align: center;
    background: transparent;
    padding: 10px 0px 10px 0px;
}
/*各螢幕*/
/*4000px*/
@media  (max-width: 3840px){
.about {
    padding-top: 30px;
}
}
/*3000px*/
/*2500px*/
@media (max-width: 2560px){
.about {
    padding-top:30px;
}
}
/*2000px*/
@media only screen and (max-width: 1920px){

.bs-glyphicons {
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    color:#2196f3;
}
.bs-glyphicons li {
    width: 20%;
    font-size: 18px;
    color:#2196f3;
}
.edit{
  top:35px;
  position: relative; 
  height: auto;
  border: 1px solid transparent;
}

}
@media only screen (min-width: 1800px){

}

@media (min-width: 1600px){
/*幻燈片左右鍵*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    font-size: 22px;
    margin-left: 35px;
    color: #eee;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 22px;
    margin-right: -10px;
    color: #eee;
}
}
/*1500px*/
@media (min-width: 1584px){
/*幻燈片左右鍵*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    font-size: 22px;
    margin-left: 35px;
    color: #eee;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 22px;
    margin-right: -10px;
    color: #eee;
}
}
@media (min-width: 1574px){
/*幻燈片左右鍵*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    font-size: 22px;
    margin-left: 35px;
    color: #eee;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 22px;
    margin-right: -10px;
    color: #eee;
}
}
@media (min-width: 1572px){
 
}
@media (min-width: 1542px){

}
@media (min-width: 1532px){
/*幻燈片左右鍵*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    font-size: 22px;
    margin-left: -10px;
    color: #eee;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 22px;
    margin-right: -10px;
    color: #eee;
}
}
@media (min-width: 1522px){
/*幻燈片左右鍵*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    font-size: 22px;
    margin-left: -10px;
    color: #eee;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 22px;
    margin-right: -10px;
    color: #eee;
}
}
@media (min-width: 1518px){
/*幻燈片左右鍵*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    font-size: 22px;
    margin-left: -10px;
    color: #eee;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 22px;
    margin-right: -10px;
    color: #eee;
}
}
@media (min-width: 1450px){
.text {
  white-space: nowrap; 
  color: #000;
  font-size: 19px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
} 
}
@media (min-width: 1440px){
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
  font-size: 22px;  
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { 
 font-size: 22px;   
}
.text {
  white-space: nowrap; 
  font-size: 18px;
  position: absolute;
  overflow: hidden;
} 
}
@media (min-width: 1430px){
  /*面包屑*/
.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
}
.text {
  white-space: nowrap; 
  font-size: 19px;
  position: absolute;
  overflow: hidden;
} 
}
@media only screen and (max-width: 1421px){
  /*幻燈片左右扭*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    font-size: 22px;  
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 22px; 
    margin-right: -100px;
    color: #eee;
}
.text {
  white-space: nowrap; 
  font-size: 19px;
  position: absolute;
  overflow: hidden;
} 
}
@media only screen and (max-width: 1419px){
    /*幻燈片左右扭*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    font-size: 22px;  
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 22px; 
}
  /*面包屑*/
.pathlink{
  color: #2196f3;
  font-size: 14px;
  text-align: left;
  padding-top: 0px;
}
}
@media only screen and (max-width: 1376px){
    /*幻燈片左右扭*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    font-size: 22px;  
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 22px; 
    margin-right: -100px;
    color: #eee;
}

}
/*1366px*/
@media only screen and (max-width: 1366px){
/*幻燈片左右鍵*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    font-size: 22px;  
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 22px; 
}
/*面包屑*/
.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    padding-top: 30px;
}

  /*首頁的containers內的效果字*/
.text {
  white-space: nowrap;  
  font-size: 17px;
  font-weight: 590;
  position: absolute;
  overflow: hidden;
} 
.btn-info {
    display: inline-block;
    padding: 10px 88px 10px 28px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}  
.edit{
  top:35px;
  position: relative; 
  height: auto;
  border: 1px solid transparent;
}

.footer-text {
    font-size: 14px;
    color: #333;
}
}
/*1350px*/
@media only screen and (max-width: 1342px){

}
/*1300px*/
@media only screen and (max-width: 1256px){

/*首頁的containers內的效果字*/
.text {
  white-space: nowrap;  
  font-size: 17px;
  font-weight: 590;
  position: absolute;
  overflow: hidden;
} 
}
@media only screen and (max-width: 1210px){
.text {
  white-space: nowrap;  
  font-size: 15.5px;
  font-weight: 590;
  position: absolute;
  overflow: hidden;
} 
}
@media only screen and (max-width: 1136px){
/*幻燈片左右扭*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    margin-left: -30px;
    color: #eee;
}

}
@media only screen and (max-width: 1129px){
.about {
    padding-top: 20px;
}
}
@media only screen and (max-width: 1110px){
  /*面包屑*/
.pathlink-p {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
}
}
@media only screen and (max-width: 1093px){
/*首頁的containers內的效果字*/
.text {
  white-space: nowrap;  
  font-size: 14px;
  font-weight: 590;
  position: absolute;
  overflow: hidden;
} 
}
@media only screen and (max-width: 1086px){
  /*幻燈片左右鍵*/
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    font-size: 22px; 
    margin-left: -40px;
    color: #eee;
}
/*麵包屑*/
.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    padding-top: 30px;
    padding-left: 50px;
}
.caption {
    position: absolute;
    left: 0px;
}
.caption-news {
    position: absolute;
    left: 0px;
}
}
@media only screen and (max-width: 1080px){
 .dytest {
    position: relative;
    z-index: 2;
    margin: 0px;
    color: #0066cc;
    font-size: 10px;
    bottom: 60px;
    text-align: center;
    background: rgba(225, 225, 225, 0.77);
    padding: 10px 0px 10px 0px;
}
.edit{
  top:50px;
  position: relative; 
  height: auto;
  border: 1px solid transparent;
}
/*首頁的containers內的效果字*/
.text {
  white-space: nowrap;  
  font-size: 14px;
  font-weight: 590;
  position: absolute;
  overflow: hidden;
} 
}

@media only screen and (max-width: 1064px){
/*幻燈片左右鍵*/
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 22px; 
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
     font-size: 22px; 
     margin-left: -40px;
    color: #eee;
}

}

@media only screen and (max-width: 1050px){
  /*麵包屑*/
.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
    padding-left: 80px;
}
.caption span.border {
    background-color: transparent;
    color: #0066CC;
    padding: 10px 10px 10px 10px;
    font-size: 25px;
    letter-spacing: 0px;
}
}

@media only screen and (max-width: 1024px){
.list-group-item:last-child {
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #49c6db;
    border-color: #46b8da;
    top: 100px;
}
/*面包屑*/
.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
    padding-left: 80px;
    z-index: 9999;
}

.header{
  font-size: 15px; 
  color: #0066CC;
}
/*首頁的containers內的效果字*/
.text {
  white-space: nowrap;  
  font-size: 13px;
  font-weight: 599;
  position: absolute;
  overflow: hidden;
} 
.titleimg:hover {
position: relative;
opacity: 100;
}
.titleimg:active {
position: relative;
opacity: 0.9;
}
.titleimg:focus {
position: relative;
opacity: 0.9;
}
.titleimg:visited {
position: relative;
opacity: 0.9;
}
.titletest {
position: relative;
z-index: 2;
margin: 0px;
margin-left: 20px;
font-size: 25px;
color: #0066CC;
bottom:70px;
text-align: left;
}
.dytest {
    position: relative;
    z-index: 2;
    margin: 0px;
    color: #0066cc;
    font-size: 10px;
    bottom: 70px;
    text-align: center;
    background: rgba(225, 225, 225, 0.77);
    padding: 10px 0px 10px 0px;
}
.btn-info {
    display: inline-block;
    padding: 10px 70px 10px 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}
.caption-product {
    position: absolute;
    left: 30px;
    top: 0px;
    width: 100%;
    text-align: left;
    color: transparent;
    padding-bottom: 0px;
}
.product-tilte {
    padding-top: 0px;
    font-size: 25px;
    color: #333;
}
.edit{
  top:80px;
  position: relative; 
  height: auto;
  border: 1px solid transparent;
}
}
@media only screen and (max-width: 1016px){
.btn {
    color: #333;
    display: inline-block;
    padding: 4px 0px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    background-color: transparent;
}
}
@media only screen and (max-width: 1013px){
  /*面包屑*/
.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
    padding-left: 100px;
}
.caption span.border {
    background-color: transparent;
    color: #0066CC;
    padding: 10px 10px 10px 10px;
    font-size: 25px;
    letter-spacing: 0px;
}
}
/*1000px*/
@media only screen and (max-width: 977px){
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    font-size: 22px;
    margin-left: -45px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 22px;
    margin-right: -120px;
}
}
@media only screen and (max-width: 938px){
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    font-size: 22px;
    margin-left: -70px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 22px;
    margin-right: -150px;
}
}
@media only screen and (max-width: 937px){
.text {
  white-space: nowrap;  
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  overflow: hidden;
} 
}
@media only screen and (max-width: 925px){
.col-sm-2 {
    width: 22.66666667%;
}
/*面包屑*/
.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
    z-index: 9999;
    padding-left: 100px;
}
/*幻燈片左右鍵*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    margin-left: -50px;
  }
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    padding-top: 0px;
    margin-left: 0px;
}
/*首頁的containers內的效果字*/
.text {
  white-space: nowrap;  
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  overflow: hidden;
}

.h3, h3 {
    font-size: 16px;
}

.btn-news {
    padding: 5px 20px 5px 10px;
    color: #333;
    background-color: #a5e9f4;
    border-color: #a5e9f4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.caption-product {
    position: absolute;
    left: 30px;
    top: 0px;
    width: 100%;
    text-align: left;
    color: transparent;
    padding-bottom: 0px;
}
.product-tilte {
    padding-top: 0px;
    font-size: 25px;
    color: #333;
}
.edit{
  top:0px;
  position: relative; 
  height: auto;
  border: 1px solid transparent;
}

/*面包屑*/
.pathlink-p {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
}

.list-group-item:last-child {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #49c6db;
    border-color: #46b8da;
}
}
@media only screen and (max-width: 924px){
.btn-info {
    display: inline-block;
    padding: 10px 57px 10px 8px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -100px;
    color: #eee;
}
}

@media only screen and (max-width: 908px){
.btn-info {
    display: inline-block;
    padding: 10px 50px 10px 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}
}
@media only screen and (max-width: 910px){
.text {
    white-space: nowrap;
    font-size: 9px;
    font-weight: 600;
    position: absolute;
    overflow: hidden;
}
}
@media only screen and (max-width: 902px){
.text {
    white-space: nowrap;
    font-size: 8px;
    font-weight: 600;
    position: absolute;
    overflow: hidden;
}
.col-sm-9 {
    width: 69%;
}
}
/*900px*/
@media only screen and (max-width: 896px){
.text {
    white-space: nowrap;
    font-size: 6px;
    font-weight: 600;
    position: absolute;
    overflow: hidden;
}
.btn {
    color: #333;
    display: inline-block;
    padding: 5px 60px 0px 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: transparent;
    border-color: transparent;
}
.btn-news {
  padding: 5px 20px 5px 10px;
    color: #333;
     background-color: #a5e9f4;
    border-color: #a5e9f4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
}
@media only screen and (max-width: 896px){
.btn-info {
    display: inline-block;
    padding: 10px 55px 10px 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}
}
@media only screen and (max-width: 893px){
.btn-info {
    display: inline-block;
    padding: 10px 60px 10px 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}
}
@media only screen and (max-width: 891px){
.navbar-brand-tw {
    float: left;
    height: 30px;
    padding: 1px 15px 50px 25px;
    font-size: 18px;
    line-height: 20px;
}

}

@media only screen and (max-width: 884px){
.navbar-brand-tw {
    float: left;
    height: 30px;
    padding: 1px 15px 50px 25px;
    font-size: 18px;
    line-height: 20px;
}

}

@media only screen and (max-width: 873px){
.btn {
    color: #333;
    display: inline-block;
    padding: 5px 60px 0px 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: transparent;
    border-color: transparent;
}
.btn-news {
    padding: 5px 20px 5px 10px;
    color: #333;
    background-color: #a5e9f4;
    border-color: #a5e9f4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
}
@media only screen and (max-width: 871px){
.btn-info {
    display: inline-block;
    padding: 10px 50px 10px 8px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}
}
@media only screen and (max-width: 868px){
.btn-info {
    display: inline-block;
    padding: 10px 50px 10px 8px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}
}
@media only screen and (max-width: 841px){
.btn {
    color: #333;
    display: inline-block;
    padding: 5px 50px 0px 5px;
    margin-bottom: 0;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: transparent;
    border-color: transparent;
}
.btn-news {
    padding: 5px 20px 5px 10px;
    color: #333;
    background-color: #a5e9f4;
    border-color: #a5e9f4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-info {
    display: inline-block;
    padding: 10px 48px 10px 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}
}

@media only screen and (max-width: 839px){
.btn-info {
    display: inline-block;
    padding: 10px 48px 10px 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}
}
@media only screen and (max-width: 835px){
  /*面包屑*/
.pathlink-pp {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
}

}

@media only screen and (max-width: 831px){
.btn-info {
    display: inline-block;
    padding: 10px 48px 10px 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}
}
@media only screen and (max-width: 820px){
.btn-info {
    display: inline-block;
    padding: 10px 55px 10px 10px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}
}
/*800px*/
@media only screen and (max-width: 800px){
.contact {
    padding-top: 20px;
}

.text {
    white-space: nowrap;
    font-size: 9px;
    font-weight: 600;
    position: absolute;
    overflow: hidden;
}
.btn-info {
    display: inline-block;
    padding: 10px 70px 10px 20px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    color: #333;
    background-color: #49c6db;
    border-color: #46b8da;
}
/*面包屑*/
.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    margin-left: 0px;
}
.caption {
    position: absolute;
    left: 0px;
    top: 0PX;
    width: 100%;
    text-align: left;
    color: transparent;
    padding-bottom: 100px;
}
  }

@media only screen and (min-width: 768px) {
.header{
  font-size: 15px; 
  color: #0066CC;
}

.titleimg:hover {
position: relative;
opacity: 100;
}
.titleimg:active {
position: relative;
opacity: 0.9;
}
.titleimg:focus {
position: relative;
opacity: 0.9;
}
.titleimg:visited {
position: relative;
opacity: 0.9;
}
.titletest {
position: relative;
z-index: 2;
margin: 0px;
margin-left: 20px;
font-size: 25px;
color: #0066CC;
bottom:70px;
text-align: left;
}
.carousel-captionb{
  font-size: 14px;
    right: 0%;
    left: 0%;
    padding-bottom: 20px;
    background-color: #2196f3;
    position: absolute;  
    bottom: 0px;  
    z-index: 10;
    padding: 10px 0px 10px 0px;
    margin: 10px 12px 10px 12px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0);
}
}

@media only screen and (max-width: 767px){
  /*幻燈片*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;   
    max-width: 80%;   
    width: 80%;
    margin-top: 0px;
    margin-left: 10%;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -220px;
    color: #eee;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    margin-left: -150px;
}

/*麵包屑*/
.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    padding-top: 10px;
    z-index: 9999;
    padding-left: 50px;
}
.about-imgs{
    width: 80%;
    padding-left: 10%;
}
.h3, h3 {
    font-size: 22px;
}
.about {
    padding-top: 20px;
}

.button-c {
    color: #0066cc;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.table-responsive {
    width: 140%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid transparent;
    margin-left: -40px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #333;
    border-bottom:  1px dashed #6fc8e7;
    color: #333;
    font-size: 18px;
    text-align: left;
}
/*面包屑*/
.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    margin-left: 50px;
}
.caption {
    position: absolute;
    left: 0px;
    top: 0PX;
    width: 100%;
    text-align: left;
    color: transparent;
    padding-bottom: 0px;
}
.caption-product {
    position: absolute;
    left: 30px;
    top: 0px;
    width: 85%;
    text-align: left;
    color: transparent;
    padding-bottom: 0px;
}

.footer {
    padding-top: 0px;
}

/*首頁的containers內的效果字*/
.text {
    white-space: nowrap;
    color: #000;
    font-size: 22px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*分頁*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    padding-top: 30px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 5px 7px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-right-color: rgb(221, 221, 221);
        border-bottom-color: rgb(221, 221, 221);
        border-left-color: rgb(221, 221, 221);
}
}

@media only screen and (max-width: 745px){
.about {
    padding-top: 20px;
}
}
@media only screen and (max-width: 740px){
.contact {
    padding-top: 50px;
}
/*面包屑*/
.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
    z-index: 9999;
    padding-left: 50px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    padding-top: 50px;
}
}

@media only screen and (max-width: 736px){
.button-c {
    color: #0066cc;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    padding-top: 50px;
}

.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    margin-left: 0px;
}
.caption {
    position: absolute;
    left: 0px;
    top: 0PX;
    width: 100%;
    text-align: left;
    color: transparent;
    padding-bottom: 100px;
}
.about {
    padding-top: 30px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #333;
    border-bottom:  1px dashed #6fc8e7;
    color: #333;
    font-size: 17px;
    text-align: left;
}
/*首頁的containers內的效果字*/
.text {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600px;
    position: absolute;
    overflow: hidden;   
}

}
@media only screen and (max-width: 727px){

}
@media only screen and (max-width: 715px){
.about {
    padding-top: 0px;
}

}
@media only screen and (max-width: 706px){
.about {
    padding-top: 30px;
}
}
@media only screen and (max-width: 700px){
.table-responsive {
    width: 140%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid transparent;
    margin-left: -60px;
}
}
/*700px*/
@media only screen and (max-width: 687px){
.text {
    white-space: nowrap;
    font-size: 19px;
    font-weight: 600px
    position: absolute;
    overflow: hidden;   
}
}
@media only screen and (max-width: 686px){
.about {
    padding-top: 30px;
}
}
@media only screen and (max-width: 667px){
.about {
    padding-top: 30px;
}
/*首頁的containers內的效果字*/
.text {
    white-space: nowrap;
    color: #000;
    font-size: 25px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
}
@media  (max-width: 658px){
 .carousel-inner > .item > img, .carousel-inner > .item > a > img { 
margin-top: 0px;
}
  }
@media  (max-width: 656px){
.about {
    padding-top: 30px;
}
}

@media  (max-width: 640px){
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;   
    max-width: 100%;   
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
}
.site-picture {
    display: block;
    width: 100%;
    padding-left: 0px;
}
.about-imgs {
    width: 100%;
    margin-left: -30px;
}
.about-img{
    width: 100%;
}
.text {
    white-space: nowrap;
    color: #000;
    font-size: 25px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

}
@media  (max-width: 620px){

}
@media  (max-width: 600px){

}
@media only screen and (max-width: 611px){

}
@media only screen and (max-width: 607px){

}
@media only screen and (max-width: 577px){

}

@media only screen and (max-width: 574px){

}
@media only screen and (max-width: 571px){

}
@media only screen and (max-width: 570px){

}
@media  (max-width: 568px){

}
@media only screen and (max-width: 560px){
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    padding-top: 70px;
}
}

@media only screen and (max-width: 551px){

/*分頁*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    padding-top: 50px;
}

}
@media  (max-width: 540px){
.table-responsive {
    width: 140%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid transparent;
    margin-left: -30px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    padding-top: 80px;
}
}
@media  (max-width: 536px){
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin-top: 0px;
  }
}
@media  (max-width: 532px){
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
}
}

@media  (max-width: 515px){
.text {
    white-space: nowrap; 
    font-size: 22px;
    position: absolute;   
}
}
@media screen (max-width: 484px){

}
@media screen (max-width: 480px){
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
}
}


@media only screen and (max-width: 478px){
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 9px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/*首頁的containers內的效果字*/
.text {
    white-space: nowrap;
    color: #000;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
  }
@media only screen and (max-width: 446px){
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pathlink-p {  
    font-size: 14px;
    width: 380px;
}
/*首頁的containers內的效果字*/
.text {
    white-space: nowrap;
    color: #000;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
  }

@media only screen and (max-width: 439px){
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin-top: 0px;
}
}
@media only screen and (max-width: 421px){
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin-top: 0px;
}
}
@media only screen and (max-width: 416px){
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  margin-top: 0px;
}
}



@media only screen and (max-width: 414px){

.hot-news {
    padding-top: 0px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #333;
    border-bottom: 1px solid #6fc8e7;
    color: #333;
    font-size: 16px;
    text-align: left;
}
.table-responsive {
    min-height: .01%;
    overflow-x: hidden;
}


.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
    top: 0px;
    margin-top: 0px;
}
.about {
    padding-top: 30px;
}
.caption {
    position: absolute;
    left: 10px;
    top: 0PX;
    width: 100%;
    text-align: left;
    color: transparent;
    padding-bottom: 100px;
}
/*首頁的containers內的效果字*/
.text {
    white-space: nowrap;
    font-size: 19px;
    position: absolute;
    overflow: hidden;   
}
}

@media only screen and (max-width: 421px) {
}
@media only screen and (max-width: 399px) {
  /*首頁的containers內的效果字*/
.text {
    white-space: nowrap;
    font-size: 17px;
    position: absolute;
    overflow: hidden;
}
}
@media only screen and (max-width: 380px) {
.pathlink-p {
    font-size: 14px;
    width: 310px;
}
}
@media only screen and (max-width: 375px) {
 
.caption {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 100%;
    text-align: left;
    color: transparent;
    padding-bottom: 100px;
}
.carousel-control.left {
left: 123px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -240px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin-top: 0px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    padding-top: 0px;
}
/*首頁的containers內的效果字*/
.text {
    white-space: nowrap;
    font-size: 16.5px;
    position: absolute;
    overflow: hidden;
}
}
@media only screen and (max-width: 369px) {
.title-text {
    color: #333;
    padding-top: 0px;
    font-size: 18px;
    width: 342px;
}

}
@media only screen and (max-width: 360px) {
.pathlink-p {
    font-size: 14px;
    width: 280px;
}
}
@media only screen and (max-width: 341px) {
  /*首頁的containers內的效果字*/
.text {
    white-space: nowrap;
    font-size: 15px;
    position: absolute;
    overflow: hidden;
}
}
@media only screen and (max-width: 338px) {

}

@media only screen and (max-width: 320px) {
  /*面包屑*/
.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
    top: 0px;
    margin-top: 0px;
}
.sitemap {
    padding-top: 10px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin-top: 0px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #333;
    border-bottom: 1px solid #6fc8e7;
    color: #333;
    font-size: 16px;
    text-align: left;
}
.table-responsive {
    min-height: .01%;
    overflow-x: hidden;
}

/*首頁的containers內的效果字*/
.text {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    overflow: hidden;
}
.carousel-control.left {
left: 123px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -240px;
}
}

@media only screen and (max-width: 293px){
.text {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    overflow: hidden;
}
}

@media only screen and (max-width: 280px){
.pathlink-p {
    font-size: 14px;
    width: 230px;
}
}

@media only screen and (max-width: 267px){
.title-product {
    font-size: 20px;
    color: #0066CC;
    text-align: left;
    margin-left: 15px;
}

}
@media only screen and (max-width: 243px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    margin-left: -180px;
}
}
@media only screen and (max-width: 212px) {

/*面包屑*/
.pathlink {
    color: #2196f3;
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
    top: 0px;
    margin-top: 0px;
}

}
@media only screen and (max-width: 208px){

}