@charset "utf-8";

body,
div,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
table,
th,
td,
input,
select,
textarea {
/*  font-size: 16px; 
    line-height: 1.8; 
    會影響其他插件
*/
    font-family: "Microsoft JhengHei", Arial;
}

body{
  background-image: url(../image/bg.jpg);
  background-attachment: fixed;

}

a,li{
    transition: all 0.3s ease 0s;
}

.red{color: red}

a:hover{
  text-decoration: none;
}

.zhongzi{
  padding-top: 29px;
  color: #666;
  font-size: 14px;
}

.container{
  background-color: #fff;
}

.dingtitle a{
  color: #f08300;font-size: 16px;
}
.dingtitle a:hover{
  color: #666;
}



/*購物車*/
.order_msg_tip{
  padding: 5px;
  margin: 10px 0;
  text-align: center;
  background-color: #eee;
}


.order_msg_table{
  width: 100%;
}
.order_msg_table tr th{
  text-align: right;
  border-bottom: 1px dashed #eee;
  padding: 9px;
  font-size: 16px;
  font-weight: bold;
}
.order_msg_table tr td{
  border-bottom: 1px dashed #eee;
  padding: 9px;
  font-size: 16px;
}

/*翻頁 start*/

.page{
    text-align: center;
    margin: 10px 0;

}
.page .dangqian{
    background-color: #666;
    color: #fff;
    border: #CCC 1px solid;
    padding: 3px 8px;
    margin: 0px 2px;
}
.page a{
    background-color: #F0F0F0;
    border: #CCC 1px solid;
    padding: 3px 8px;
    margin: 0px 1px;
    color: #666;
}
.page a:hover{
    background-color: #fff;
    text-decoration: none;
    color: #000;
}

/*翻頁 end*/

.clear{clear: both; height: 15px;}





.dingshang{
    border-bottom: 7px solid #9eaebf;
    background-color: #fff;
}


    .xin190830 img{
        max-height: 200px;
        width: auto;
        max-width: none;
        display: block;
        margin: 0 auto;
    }
    .xin190830 h4{
        text-align: center;
    }


    .xin190830 .item{
        border:1px solid #eee;
        padding: 5px;
    }



.shang0830{
  background-color: #edeef0;
  padding: 30px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;

}

.shang0830 span{
   display: inline-block;
   padding: 20px 30px;
   background-image: url(../myimg/ai.png);
   background-repeat: no-repeat;
   background-size: 20px auto;
   background-position:0 25px;
   margin-left: 20px;
}



.xing{
  color:#F00; 
  font-size:14px;
}
.chang{
  width: 200px;
}





.paoma{
  background-color: #eee;
}





.kuanbian{
  border: 10px solid #eee;
  padding: 10px;
}


.zhongjian{
  padding: 30px;
  background-color: #edeef0;
   text-align: center;
}


.zhongjian .col-sm-3 {
  text-align: center;
}



.neiding{
    padding:10px 20px;
    border:1px solid #eee;
    margin: 20px 0;
}

.tupian_responsive img{
    max-width: 100%;
    height: auto;
}


/*首頁切換大圖 淡入淡出*/
#my_carouselA .carousel-inner .item{
  opacity:0.5;
  transition-property:opacity ;

}
#my_carouselA .carousel-inner .active{
  opacity: 1;
}
#my_carouselA .carousel-inner .active.left,
#my_carouselA .carousel-inner .active.right{
  left: 0;
  opacity: 0;
}
#my_carouselA .carousel-inner .next.left,
#my_carouselA .carousel-inner .prev.right {
  opacity: 1;
}
/*----------------------*/


/*活動相冊*/

.xiangce{
  border: 1px solid #ddd;
  padding:5px;
  margin-bottom: 15px;
  transition: all 0.3s ease 0s;
}
.xiangce:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}



.xiangce_wenzi{
  padding: 10px;
  text-align: center;
}


.xin0907{

}
/*----------------------*/


/*最新消息*/
.news_table{
  width: 100%;
}
.news_table td{
  padding: 7px;
}
.news_table  tr:nth-of-type(2n+1) {
    background-color: #eee;
}

.news_biaoti{
   text-align: center;
}
.news_shijian{
  font-size: 12px;
  text-align: center;
}

.news_jianjie{
  background: #f2f2f5;
  padding: 10px;
}
/*----------------------*/



.neirong-right h1{
    font-size: 30px;
    color: #70380e;
    text-align: center;
    padding: 30px 0;
    padding-bottom: 60px;
}

.neirong-right h1 img{
   vertical-align: middle;
}




/*文章頁面左側*/
.neirong-right{
  padding:70px;
  padding-top: 20px;
}

.neirong-left ul{
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.neirong-left ul li{
  border: 1px solid #eee;
  border-top: none;
  padding: 10px;
}
.neirong-left ul li:hover{
  background: #eee;
}
.neirong-left ul li a{
  display: block;
  text-decoration: none;
}
.neirong-left ul li:first-child{
  background: #34464c;
  font-size: 18px;
  color: #fff;
}

/*----------------------*/


/*----------------------*/


/*產品圖片*/


  #gallery_01 a img{
    width: 52px;
    height: 52px;
    border: 1px solid #ccc;
    padding: 2px;
    margin-right: 8px;
    margin-bottom: 8px;
 
  }
  #gallery_01 a:last-child  img{
    margin-right: 0px;
  }



/*網站頂部 logo 區*/
/*.header{
  background-color: #fff;
}*/


.header .container .logo{
  padding: 20px 0;
}

.header .container .input-group{
  margin-top: 37px;
}
.header .container .tel{
  margin-top: 40px;
}
/*----------------------*/

/*網站頂部菜單*/
 .main-menu > ul{
  padding: 0;
  margin: 0;
  padding-top:30px; 
}

 .main-menu > ul > li{
  margin: 0;
}

 .main-menu > ul > li.active{
/*    border-bottom: 2px solid #f00;*/
}

 .main-menu > ul > li >a{
  display: block;
    text-align: center;
  padding: 10px 10px;
  font-size: 21px;
  color: #686b6d;
}

 .main-menu > ul > li >a:hover{
  color: red;
}



.main-menu{ position: relative;}

/*主導航二級菜單（已整理）*/
.main-menu  .main-menu-sub{
    list-style: none;
    z-index:100;
    position:absolute;
    display: none;
    background-color:#333;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius:5px;
    padding:8px;
    margin: 10px auto;

    width: 150px;
}

.main-menu  .main-menu-sub li {
    padding:5px;
    text-align: center;
}

.main-menu  .main-menu-sub li a{
  color: #eee;
}
.main-menu  .main-menu-sub li a:hover{
  color: #b35032;
}







/*手機菜單(已整理)*/
.mobile_menu_bg{
  display: none;
  background: #09ccfc;;
  padding: 10px;
}
.mobile_menu_bg .company a{
   font-weight: bold;
   float: left;
   color: #fff;
   font-size: 18px;
}
.mobile_menu{ 
  border:1px solid #fff;
  padding: 5px;
  border-radius: 4px;
  background-color: #fff;
  float: right;
  }
.mobile_menu:hover{
  background-color: #eee;
}
.mobile_menu:focus{
  background-color: #eee;
}
.mobile_menu .icon-bar{
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
}
.mobile_menu .icon-bar + .icon-bar {
  margin-top: 4px;

}


.mobile_menu_sub{
  display:none;
  background: #eee;
  margin-bottom: 10px;
}
.mobile_menu_sub a{
  display: block;
  text-decoration: none;
  font-size: 18px;
}
.mobile_menu_sub > ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile_menu_sub li:hover{
  background: #ccc;
}

.mobile_menu_sub > ul >li{
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.mobile_menu_sub > ul >li>ul>li:hover{
  background: #ddd;
}

/*----------------------*/


/*網站底部*/
.footer{
  background-color: #5f6f7f;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
.footer .container{
   padding: 20px; 
   background-color: #5f6f7f;
}


.footer ul{
  list-style: none;
  padding: 0;
}
.footer ul li{
  text-align: left;
  margin: 0 9px;
  display: inline-block;
}
.footer .banquan{
  color: #eee;
}
.footer .col-sm-3 div{
  color: #5f767f;
  font-size: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.footer .col-sm-3 ul{
  color: #7aa3b2;
}
.footer .col-sm-3 ul a{
  color: #7aa3b2;
}

/*----------------------*/


/*註冊會員的邊框*/
.dengru {
    border: 20px #F2F2F2 solid;
    padding: 20px 10px;
}

.dengru .lvse{
  text-align:left;
  background-color:#E5FFE4; 
}
.dengru .lvse span{
  font-weight: bold;
  display: inline-block;
  width: 120px;
  text-align: right;
}

.dengru .baise{
  text-align:left;
}
.dengru .baise span{
  font-weight: bold;
  display: inline-block;
  width: 120px;
  text-align: right;
  background-color:#E5FFE4; 
  padding: 5px 0;
}

/*----------------------*/

/*會員菜單*/
.huiyuan_caidan .zuo{
  float: left;
  margin-bottom: 10px;
}
.huiyuan_caidan .you{
  float: right;
}

/*----------------------*/
/*表單提示*/
.formtips{
    color: #f00;
    font-weight: bold;
}

/*表格*/
.tableT{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.tableT tr th{
    background-color:#E6EBEC; 
    font-weight:bold;
    padding: 8px 5px;
    border: 1px solid #ddd;
    text-align: center;
}
.tableT tr td{
    padding: 8px 5px;
    border: 1px solid #ddd;
}
.tableT tr{
    background-color:#fFFFFF;
}

/*----------------------*/

/*產品*/
.products_jiage{
  font-size: 16px;
  color: #f00;
  font-weight: bold;
  text-align: center;
}
.suofang{max-width:200px;max-height:150px;}

.suofang1{
   border: 9px solid #eee; 
   width: 100%;
   height: auto;
}
.suofang2{
  width: 70px;
  height: 60px;
  padding: 5px;
  border:1px solid #eee;
  margin: 5px;
}

.chanpin_you span{
  font-weight: bold;
}
.chanpin_you{
  line-height: 29px;
}


/*產品左側*/

.products-left > ul{
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.products-left > ul > li{
  border: 1px solid #eee;
  padding: 10px;
  background: #34464c;
}
.products-left > ul > li a{
  font-size: 18px;
  color: #fff;
}


.products-left > ul > li:hover{
  background: #ccc;
}
.products-left ul li a{
  display: block;
  text-decoration: none;
}
.products-left > ul > li:first-child{
  background: #7dbf13;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}


.products-left > ul > ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.products-left > ul > ul  > li{ 
  padding: 10px 3px 10px 30px;
  background: #f6f6f6;
  margin: 2px 0;
}
.products-left > ul > ul  > li:hover{ 

  background: #f0f0f0;

}

.products-left > ul > ul  > li a::before {
    content: "·";
    display: inline;
    padding-right: 8px;
}

/*----------------------*/
.xian_tr{display:none;}
.jiage{ color: #f00;}


/*中間廣告*/
.zhongguang{
  position: relative;
}
.zhongguang .zhongbiao{
  width: 100%;
  position:absolute;
  bottom: 5%;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.zhongguang .xiangqing{
  position:absolute;
  padding: 10px 25px;
  background: rgba(255, 255, 255, 0.7);
  border:1px solid #fff;
  left: 35%;
  top:30%;
}

/*=====================================================================================================*/

















/*特效*/
/* Button 1c  按鈕背景會滑動 */
.btn-1c {
  background: none;
  position: relative;
  z-index: 1;
  
}

.btn-1c:after {

    content: '';
  position: absolute;
  z-index: -1;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eee;
  transition: all 0.3s;
}

.btn-1c:hover:after,
.btn-1c:active:after {
  width: 100%;
}

.image-large {overflow: hidden;display: block;}
.image-large img{transition:transform 1s ease;}
.image-large:hover img{transform: scale(1.1);}
/*=====================================================================================================*/















@media (max-width: 1199px) {
.zhongzi{
  display: none;
}
/*網站頂部*/
.header .container .logo{
  text-align: center;
}
.header .container .input-group{
  margin-top: 10px;
}
.header .container .tel{
  margin-top: 10px;
  text-align: center;
}
/*----------------------*/

/*手機菜單*/
.mobile_menu_bg{
  display: block;
}
.header .main-menu{
  display: none;
}
/*----------------------*/

/*手機隱藏*/
.shouji_hide{
  display: none;
}
.xian_tr{display: table-cell; font-weight: bold;}
.xian_td{display: none;}
/*----------------------*/
.neirong-right{
  padding-bottom: 0;
}

/*註冊會員的邊框*/
.dengru {
    border: none;
    padding: 0;
}
/*----------------------*/
/*會員菜單*/
.huiyuan_caidan .zuo{
  float: none;
  text-align: center;
}
.huiyuan_caidan .you{
  float: none;
  text-align: center;
}
/*----------------------*/

/*產品*/

/*----------------------*/

.huan{
  display: block;
}

.shang0830{
  background-color: #edeef0;
  padding: 10px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;

}

.shang0830 span{
   display: inline-block;
   padding: 10px 30px;
   background-image: url(../myimg/ai.png);
   background-repeat: no-repeat;
   background-size: 20px auto;
   background-position:0 12px;
   margin-left: 20px;
}

.mobile_menu_sub,.mobile_menu_bg{
   margin-left: -15px;
   margin-right: -15px;
}


.neirong-left{
  display: none;
}
.neirong-right{
   padding-bottom: 30px;
}
.footer{
  margin-top: 0;
}

.neirong-right{
  padding:15px;
  padding-top: 20px;
}



}