;@charset "utf-8" 
/*base================*/
body
{
    font-size: 16px;
    color: #585858;
    font-family: "微軟正黑體", Microsoft JhengHei,Arial;  
    overflow-x: hidden;
}
html
{   
   overflow-x: hidden;
   font-family: "微軟正黑體", Microsoft JhengHei,Arial;
}
.container {
    font-family: "微軟正黑體", Microsoft JhengHei,Arial;
}
a
{
  color: #000;
}
a:hover,
a:focus {
color: #A09002;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
/*title=====================*/
h1
{
  font-size:22px; 
font-weight: bold;
  border-left: 4px solid #D80C00;
  padding-left: 8px;
  color: #444444;
  margin:20px 0 ;
}
h1 span
{
  font-size: 28px;
  color: #FFD7A6;
}
h2
{
}
h3
{
}
h5
{
  font-size: 16px;
}
.padding0
{
  padding-left:0px;
  padding-right: 0px;
}
.m-top-0 {
    margin-top: 0;
}
.m-top-5 {
    margin-top: 5px;
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-15 {
    margin-top: 15px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-25 {
    margin-top: 25px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-35 {
    margin-top: 35px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-100 {
    margin-top: 100px;
}
/*margin bottom*/
.m-bot-0 {
    margin-bottom: 0 ;
}
.m-bot-10 {
    margin-bottom: 10px;
}
.m-bot-15 {
    margin-bottom: 15px;
}
.m-bot-20 {
    margin-bottom: 20px;
}
.m-bot-25 {
    margin-bottom: 25px;
}
.m-bot-30 {
    margin-bottom: 30px;
}
.m-bot-35 {
    margin-bottom: 35px;
}
.m-bot-40 {
    margin-bottom: 40px;
}
.m-bot-50 {
    margin-bottom: 50px;
}
.m-bot-80 {
    margin-bottom: 80px;
}
.m-bot-100 {
    margin-bottom: 100px;
}
.m-left-10 {
    margin-left: 20px;
}
/*padding top*/
.p-top-0 {
    padding-top: 0 ;
}
.p-top-10 {
    padding-top: 10px;
}
.p-top-15 {
    padding-top: 15px;
}
.p-top-20 {
    padding-top: 20px;
}
.p-top-25 {
    padding-top: 25px;
}
.p-top-30 {
    padding-top: 30px;
}
.p-top-35 {
    padding-top: 35px;
}
.p-top-40 {
    padding-top: 40px;
}
.p-top-50 {
    padding-top: 50px;
}
.p-top-80 {
    padding-top: 80px;
}
.p-top-100 {
    padding-top: 100px;
}
.p-top-200
{
     padding-top: 200px;
}
.p-tb-10 {
    padding: 10px 0;
}
.p-tb-20 {
    padding: 20px 0;
}
.p-tb-30 {
    padding: 30px 0;
}
.p-tb-50 {
    padding: 50px 0;
}
.p-tb-100 {
    padding: 100px 0;
}
.p-tb-150 {
    padding: 150px 0;
}
.p-tb-200 {
    padding: 200px 0;
}
.p-top-0 {
    padding-top: 0 ;
}
.p-bot-0 {
    padding-bottom: 0 ;
}
.p-bot-100 {
    padding-bottom: 100px;
}
/*navbar=================*/
.navbar
{
  color: #333;
   min-height: 90px;
   margin-bottom:0px;
   border-bottom: 1px solid #ccc;
}
.navbar-nav
{
  margin:0px;
  padding: 0px;
}
.navbar > .container
{
  padding: 0px;
}
.navbar-default
{
    background-color: #fff;
    border-left: none;
    border-right: none;
    font-size: 16px;
}

.navbar-default ul
{
   
}

.navbar-default li
{
  display: inline-block;
  padding:1.8em 0 1.8em 0;
 border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
 text-align: center;
 background-color: #fff;
 margin-bottom: 0px


}
.navbar-default li ul li 
{
 border: none;
 text-align: center;
 width: 100%
}

.navbar-default li ul li :hover
{
 background: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover 
{
background-color: #fff;


}
.navbar-default .navbar-nav>.active>li, .navbar-default .navbar-nav>.active>li:focus, .navbar-default .navbar-nav>.active>li:hover 
{

background-image: linear-gradient(135deg, #D80C00, #F9D7A4);
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position-y: bottom;

}
.navbar-default li:focus, .navbar-default li:hover, .navbar-default li:active
{
background-image: linear-gradient(135deg, #D80C00, #F9D7A4);
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position-y: bottom;
}
.form-group
{
  display: inline-block;
}
.search_box
{
  margin: 0px;
  border-bottom: 1px solid #ddd;
  padding: 5px 0 5px 0;
  width: 100%;
  text-align: right;
    display: inline-block;
}
.search_box .btn,
.search_box .btn-default:hover
{
  border: none;
  background-color: #22
}
.search_box .btn i
{
  color: #333;
}
.search 
{
  display: inline-block;
  border:none;
  text-align: left

}
.navbar-brand
{
  padding: 5px 0 5px 0;
  margin-top: 0px;
}
.navbar-brand img
{
    width:80px;
}
.breadcrumb
{
  background-color: #fff;
  margin:0px;
  border-bottom: 1px solid #ccc;
}
/*prod =================*/
.prod
{
  text-align: center;
  margin: 0.2em auto 0.2em;
}
.prod img
{
    margin: 0.2em auto 0.2em;
height: 280px;
}
.prod img:hover
{
  opacity: 0.5;
  box-sizing: border-box;
}
.product_content_title {
  float:left;
}
.product_content_title span {
  float:right;
  text-align: right;
}
.product-price-box .old-price{
    vertical-align: bottom;
    line-height: 1.2;
    font-weight: 400;
    color: #999;
  text-decoration: line-through;
}
.product-price-box .product-price 
{
  font-size:22px;
  color: red;
  line-height: 1;
}
.product-price-box dt,
.product-price-box dd{
  display: inline-block;
  clear:both;
  margin-bottom: 10px;
}
.product-price-box select{
/*  width: 40%;*/
  text-align: center;
  margin:0 auto;
}
.product-price-box dt{
  width: 20%;
}
.product-price-box dd{
  width: 70%;
  text-align: right;
}
.product-price-box dd:after{
  content: "";
  display: block;
  clear:both;
  height: 0;
  visibility: hidden;
}
.product-price-box .prod_size span{
  border: 1px solid #000;
  padding: 0 5px;
}
.product-price-box .prod_size span:after{
  content: "";
}
.product-detailss-box .product-actions .addtocart {
    color: #fff;
    background-color: #3b3b3b;
    line-height: 36px;
    height: 38px;
    /*min-width: 160px;*/
    text-align: center;
}

.prod_search
{
  background: #eee;
  padding:1em;
}
.prod_search select
{
  padding:5px;
  margin:8px 0 8px 0 ;
}

.prod_search .form-group
{
 margin:8px;
}

.btn-primary
{
  background-color: #E0771E;
  border: none;
  padding: 0.8em 3em;
}
.btn-primary:hover
{
  background-color: red;

}

{
  background-color: #E0771E;
  border: none;
  padding: 0.8em 3em;
}

.html
{
  line-height: 180%;  
  font-size: 16px;
}

.html img
{
  max-width: 100% !important;
}


.label-warning
{
  margin-bottom: 8px;
}


/* slider ==================*/
.slider_box
{
  position: relative; 
  text-align: center;
  margin-top: 1px;
}
.hotnews
{
  position: absolute;
  bottom: 0;
  width: 1170px;
  left:50%;
  transform:translatex(-50%);
  margin:auto;
  background-color: #F2F2F2;
  padding: 30px;
  z-index: 999
}
#carousel-id
{
  height:auto;
}
.carousel-control.right
{
background-image: linear-gradient(to right,rgba(255,255,255,.0001) 0,rgba(255,255,255,.2) 100%);
}
.carousel-control.left
{
  background-image: linear-gradient(to right,rgba(255,255,255,.2) 0,rgba(255,255,255,.0001) 100%);
}
footer
{
  margin-top: 50px;
  background-color: #F9D7A4;
  padding: 50px 0 0 0;
}

.footer_name
{
 font-size: 24px;
 font-weight: bold;
}

footer .nav
{
  width: 100%;
  margin:0 auto;
  text-align: center;
}
.socail_icon i
{
 font-size: 28px;
 padding: 5px;
 color: #F2981F;
}
.warning
{
 color: #fff;
 padding: 8px;
 margin:30px auto ;
 text-align: center;
 /* background-color: #FC2400;*/
}

.warning img
{
  display: inline-block;
  max-width: 100%
}

.index_cont
{
  line-height: 180%
  margin-top: 80px;
}
.index_news_list,
.index_konw_list
{
margin-top: 30px;
}
.index_news_list li,
.index_konw_list li
{
height: 6em;
  display: block;
border-top:1px solid #ccc;
  padding: 10px;
}
.index_news_list li:before
{
  content: "";
border: :1px solid red;
position: absolute;
bottom: 0;
left:0;
}
.more a
{
  font-size: 13px;
  color: #F2981F;
}
 .orange
  {
    color: #F2981F;
  }
/*gototop  start =====================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(150,150, 150, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
.prod_cont .carousel-inner .active img
{
  height:400px;

}

.product-desc-area
{
padding-left: 15px;
padding-right: 15px;

}
     @media screen and (min-width:768px) and (max-width: 991px){
      .navbar .container{
        width: 100%;
      }
      /* 漢堡選單與頁首 */
      .navbar-toggle{
        display: block;
        float: right;
        margin-right: 0;
      }
      .navbar-header{
        width: 100%;
      }
      /* 選單隱藏區 */
      .collapsing.navbar-collapse{
        margin-left: -15px;
        margin-right: -15px;
      }
      .collapse.navbar-collapse{
        /* padding: 0; */
    
        margin-left: -15px;
        margin-right: -15px;
        display: none!important;
      }
      .collapse.navbar-collapse.in{
        display: block!important;
      }
      /* 選單項目 */
      .navbar-nav{
        margin-left: -15px;
        margin-right: -15px;
        float: none;
      }
      .navbar-nav.navbar-right,
      .navbar-form.navbar-left{
        float: none!important;
        display: block;
        padding: 0;
      }
      .nav>li {
          position: relative;
          display: block;
          width: 100%;
      }
      .nav>li>a {
          position: relative;
          display: block;
          padding: 10px 15px;
      }
      .navbar-nav>li>a {
          line-height: 20px;
      }
      .navbar-form{
        position: relative;
      }
      .navbar-form .form-group{
        display: block;
      }
      .navbar-form .btn{
        position: absolute;
        right: 0;
        top: 0;
        border-radius:0 6px 6px 0; 
      }
      .navbar-form .form-control{
        display: block;
        width: 100%;
      }

.navbar-nav .open .dropdown-menu
{

  position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    }

@media only screen and (min-width: 768px) {
  html
  {
    overflow-x: hidden;
  }
    .cd-top {
      right: 20px;
      bottom: 20px;
    }


  .navbar-brand
  {
    padding: 15px 0 5px 0;
  }

}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*gototop end=====================*/


@media only screen and (max-width: 991px)
{
      .navbar-default li
  {

    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .index_news_list li,
.index_konw_list li
{
height: 9em;
}

.navbar-default li
{
 
    padding:0.2em 0 0.2em 0;



}

.hotnews
{
  position: relative;
  bottom: 0;
  width:100%;
  margin:auto;
  min-height: 100px;
  background-color: #F2F2F2;
  padding: 30px;
  z-index: 999
}
.search 
{
 width: 70%;
}
 .navbar-brand img
  {
    width: 50px;
    margin-left:30px;
  }


   .hotnews
  {
    width: 100%;
  }
  html
{   
   overflow-x: hidden;
}
  section
  {
    margin-top: 0px;
    margin-bottom:0px;
    padding-top: 0px;
  }
.
@media only screen and (max-width:480px) {
.hotnews
  {
    width: 100%;
  }
  html
{   
/*    padding-top: 50px;*/
    overflow-x: hidden;
}
footer
{
  margin-top:0px;
}
}
 

