@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{
  font-size: 14px;
  background-color: #fff;
  color: rgb(31, 31, 31);
}

a,li{
    transition: all 0.3s ease 0s;
    color: rgb(31, 31, 31);
    text-decoration: none;
}

a:hover{
  color: #003366;
  text-decoration: none;
}

img{
  max-width: 100%;
}

.sh2{
  padding-top: 20px;
}
.sh3{
  padding-top: 20px;
  text-align: right;
}

.sh3 a{
   color: #44065b;
}

.sh2 input,.sh2 button{
  
   border:1px solid #44065b;
  
} 
.sh2 button{
  background-color: #44065b;
} 
.sh2 button:hover{
  background-color: #44065b;
  border:1px solid #44065b;
} 

.dingshang{
   background-color: #003366;
   height: 5px;
}

.fl{
  float: left;
}
.fr{
  float: right;
}

.button-1 {
  
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 18px 10px 18px;
    text-transform: uppercase;
    background: url(../image/bg-button-1.jpg) 0 0 repeat-x #82ad30;
    color: #84af33;
    border-radius: 3px;
    box-shadow: 0 1px 2px #c0c0c0;
   
}


.myxin_xiao{
  background-color: #fff;
  padding: 15px 0;
}

.myxin_xiao a{
  color: #619f3f;
  text-decoration: none;
  font-size: 20px;
}
.myxin_xiao a:hover{
  color: #003366;
}


.shouyebia{
  color: #619f3f;
  text-decoration: none;
}


.shouxinwe{
  padding: 5px 0;
  border-bottom: 1px dashed #eee;
}

.shouxinwe a{
   color: #fff;
   text-decoration: none;
}
.shouxinwe a:hover{
   color: #eee;
}

.kangen{
  background-color: #fb602a;
  text-align: center;
  padding: 5px;
  margin-top: 10px;
}
.kangen a{
   color: #fff;
   text-decoration: none;
}
.kangen a:hover{
   color: #eee;
}



.red{color: red}






.xin_caicai{
  padding: 18px;
  text-align: right;
}

.xin_caicai a{
  font-size: 16px;
  color: black;
  text-decoration: none;
  padding: 0 5px;
}

.xin_caicai a:hover{
   color: #fb602a;
}

.xin_caicai img{
  vertical-align: bottom;
}


.xin_cai{
  text-align: right;
}

.xin_cai a{
  display: inline-block;
  color: #fb602a;
  font-size: 20px;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 15px;
}

.xin_cai a:hover{
  color: white;
  background-color: #fb602a;
}



/*購物車*/
.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;}
.clear30{clear: both; height: 30px;}
.clear60{clear: both; height: 60px;}



.zixun .container{
    position: relative;
}

 .zixun .right_btn,
.zixun .left_btn{
    position: absolute;
    top: 43%;
    cursor: pointer;
}

.zixun .left_btn{
  left: -15px;
}
 .zixun .right_btn{
    right: -15px;
}

.zixun .owl-theme  div.kuang >a{
  display: block;
  background-color: #f0ede8;
  margin: 5px;
}
.zixun .owl-theme  div.kuang .title{
  text-align: center;
  padding: 10px;
}




.xing{
  color:#F00; 
  font-size:14px;
}
.chang{
  width: 200px;
}





.paoma{

  padding: 19px 19px 19px 40px;
  background-image: url(../image/paoma.jpg);
  background-repeat: no-repeat;
  background-position: 10px 20px;
}
.paoma a{
  color: white;
}




.kuanbian{
  border: 10px solid #eee;
  padding: 10px;
}









.neiding{
     padding: 10px 20px;
    border: 1px solid #621889;
    margin: 15px 0;
    background-color: #621889;
    color: #eee;
}



.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 a{
   text-decoration: none;
   color: #51575d;
}


.xiangce{
  border: 1px solid #eee;

  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
  background-color: #f5faff;
}
.xiangce:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}



.xiangce_wenzi{
  padding: 10px 5px;
  text-align: center;
}

.container{
  
}

/*----------------------*/


/*最新消息*/
.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{
  padding-bottom: 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: #7dbf13;
  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 .container .logo{
  padding: 20px 0;
}


.header .container .tel{
  margin-top: 40px;
  text-align: right;
}
/*----------------------*/

/*網站頂部菜單*/
 .main-menu > ul{
  padding: 0;
  margin: 0;

}

 .main-menu > ul > li{
  
  text-align: center;
  padding: 0;
  margin: 0;

  position: relative;
}

  .main-menu > ul > li:hover{
   
}

  .main-menu > ul > li >a{
 padding: 15px 34px;
  display: block;
  border-left: 1px solid #000;
  border-right: 1px solid #333;
  font-size: 18px;
  text-decoration: none;
  color: #ddd;
}

  .main-menu > ul > li >a:hover{
  color: #003366;
}



  .main-menu > ul > li:first-child >a{
  border-left: none;
}


.main-menu{ 
  position: relative; 
 
}

/*主導航二級菜單（已整理）*/
.main-menu  .main-menu-sub{
    list-style: none;
    z-index:100;
    position:absolute;
    display: none;
    background-color:rgb(255, 255, 255,.9);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius:5px;
    padding:8px;
    margin: 10px auto;

    width: 180px;
}

.main-menu  .main-menu-sub li {
    padding:5px;
    text-align: center;
}

.main-menu  .main-menu-sub li a{
    font-size: 14px;
    text-decoration: none;
    color: #000;
}
.main-menu  .main-menu-sub li a:hover{
  color: #003366;
}


select {
 height:33px;
 margin:0 0 5px;
 padding:5px;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 border:1px solid silver;
 border-radius:0;
 background-color:#fff;
 font-family:futura,Arial,sans-serif;
 font-size:14px;
 font-weight:400;
 line-height:1.5;
 color:#1f1f1f;
 background-image:url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgd2lkdGg9JzMyJyBoZWlnaHQ9JzI0JyB2aWV3Qm94PScwIDAgMzIgMjQnPjxwb2x5Z29uIHBvaW50cz0nMCwwIDMyLDAgMTYsMjQnIHN0eWxlPSdmaWxsOiByZ2IoMTM2LCAxMzYsIDEzNiknPjwvcG9seWdvbj48L3N2Zz4=);
 -webkit-background-origin:content-box;
 background-origin:content-box;
 background-position:right -1px center;
 background-repeat:no-repeat;
 -webkit-background-size:9px 6px;
 background-size:9px 6px;
 padding-right:5px;
 -webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
 transition:border-color .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
 -o-transition:box-shadow .25s ease-in-out,border-color .25s ease-in-out;
 transition:box-shadow .25s ease-in-out,border-color .25s ease-in-out;
 transition:box-shadow .25s ease-in-out,border-color .25s ease-in-out,-webkit-box-shadow .25s ease-in-out
}




/*手機菜單(已整理)*/
.mobile_menu_bg{
  display: none;
  padding: 10px;
}
.mobile_menu_bg .company a{
   font-weight: bold;
   float: left;
   color: #fff;
   font-size: 18px;
}
.mobile_menu{ 

  }
.mobile_menu:hover{
 
}
.mobile_menu:focus{
  
}
.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;
 
  margin-bottom: 10px;
}
.mobile_menu_sub a{
  display: block;
  text-decoration: none;

}
.mobile_menu_sub > ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile_menu_sub li:hover{
 
}

.mobile_menu_sub > ul >li{
  padding:  10px;
  
}

.mobile_menu_sub > ul >li>ul>li:hover{
  background: #ddd;
}

/*----------------------*/

.xin1118{
  margin-bottom: 15px;
}

.duihua{
   position: fixed;
   right: 20px;
   bottom: 120px;
   z-index: 999;
}

.duihua a{
   display: block;
   margin-bottom: 10px;
   transition: .6s;
}

.duihua a:hover{
   transform: rotate(360deg);
}




/*網站底部*/
.footer{

background: #003366;
  color: #fff;
  
  text-align: center;
  padding: 40px 0;
}
.footer ul{
  list-style: none;
  padding: 0;
}
.footer ul li{
  display: inline-block;
  margin: 0 9px;
  color: #eee;
}
.footer .banquan{
  color: #fff;
}
/*----------------------*/

.footer .dibu{
     overflow: hidden;
}

.footer .dibuimg{
   position: relative;
   text-align: center;
   padding-bottom: 50px;
}
.footer .dibuimg img{
   height: 50px;
}

.footer .dibuimg .tu{
   display: inline-block;
   background-color: #003366;
   padding-left: 20px;
   padding-right: 20px;
}


.footer .dibuimg .line{
   height: 3px;
   background-color: #fff;
   margin-top: -25px;
}




/*註冊會員的邊框*/
.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: #ddd;
  border-radius: 5px;
}
.products-left > ul > li:hover{
  background: #ccc;
}
.products-left ul li a{
  display: block;
  text-decoration: none;
}
.products-left > ul > li:first-child{
  background: #003366;
  border: 1px solid #003366;
  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 10px 10px 20px;
  background: #f6f6f6;
  margin: 2px 0;
  border-radius: 5px;
}
.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%;
}

/*=====================================================================================================*/



.shan1113{
	position: absolute;
	text-align: center;
	top: 50px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 20px;
}

.xia1113{
	position: absolute;
	text-align: center;
	bottom: 50px;
	left: 0;
	right: 0;
}

.xia1113 a{
	 display: inline-block;
	 padding: 8px 20px;
background-color: #003366;
color: #fff;

}










/*特效*/
/* 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);}
/*=====================================================================================================*/

.shangding{
  background-color: #525252;
  height: 5px;
}

.btn-success:focus,
.btn-success:active,
.btn-success{
    background-color: #3e454d;
    border-color: #3e454d;
}
.btn-success:hover {
    color: #fff;
    background-color: #202327;
    border-color: #202327;
}

.xiangshang{
   position: fixed;
   bottom: 60px;
   right: 20px;
   z-index: 999;
}
.xiangshang .yuan{
   height: 40px;
   width: 40px;
   text-align: center;
   background-color: #003366;
   padding-top: 10px;
   cursor: pointer;
   color: #fff;
}
.xiangshang .yuan:hover{
  background-color: #000;
}

.biao103{
   font-size: 27px;
   font-weight: bold;
   text-align: center;
   padding: 20px;
}
.biao102{
    font-size: 16px;
}
.biao102 h2{
   font-size: 24px;
   font-weight: bold;
   text-align: center;
   padding-top: 130px;
}

.mybtn{
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    border:1px solid #000;
}

.mybtn:hover{
    background-color: #003366;
    color: #fff;
}




.xiangmu .title{
background: #4c545d;
background: -webkit-gradient(linear,left top,left bottom,from(#4c545d),to(#3a4148));
background: -moz-linear-gradient(top,#4c545d,#3a4148);
background: -o-linear-gradient(top,#4c545d,#3a4148);
background: -ms-linear-gradient(top,#4c545d,#3a4148);
color: #fff;
position: relative;
overflow: hidden;
transition: .5s;
}
.xiangmu .title .xiaojian{
   float: right;
   background-color: #2e3339;
   padding: 33px 20px;
}
.xiangmu .title .xiaob{
   float: left;
   padding: 20px;
   font-size: 40px;
   color: #fff;
}
.xiangmu a{
   display: block;
}
.xiangmu a:hover .title{
   opacity: .7;
}


.products-grid {
    clear: both;
    margin: 0;
  

    border-top: 1px solid #eaeaea;
    overflow: hidden;
    font-size: 18px;
    color: #003366;

}

.shang1101{
  border-bottom: 1px solid #eee;text-align: center;font-size: 26px;padding-top: 30px;padding-bottom: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #003366;
    border-color: #003366;
}

.products-grid .t1{

   padding:10px 5px;
   font-size: 14px;
   text-align: center;
}

.products-grid .t2{
   padding:10px; 

   margin:0  -20px; 
   text-align: center;
}
.products-grid button{
  background-color: #44065b;;

  
  color: #fff;
  border:none;
  text-align: center;
      padding: 6px 20px;
      font-size: 14px;
      border-radius: 5px;
}
.products-grid button:hover{
  background-color: #621889;
}
.xiangce{
   overflow: hidden;
}

.ding103{
   padding: 15px 0;
   padding-top: 14px;
}


.zuishang{
   overflow: hidden;
   padding-left: 50px;
   padding-right: 50px;
}

.zuishang .youbian{
   text-align: right;
}
.zuishang form{
   display: inline-block;
}
.zuishang form button{
   width: 40px;
   background-color: transparent;
   border: none;
   margin-right: 0;
   padding-right: 0;
}
.zuishang form input{
   border:none;
   width: 100px;
   border-bottom: 1px solid #333;
   padding-bottom: 3px;
   margin-right: 15px;
}
.zuishang img{
   height: 20px;
   vertical-align: middle;
   margin-right: 5px;
  top: -1px;
  position: relative;
}

.zuishang a{
   padding-right: 15px;
}

.ding103 .zhong{
   text-align: center;
   padding: 10px;
   padding-bottom: 30px;
   padding-top: 30px;
}

.ding103 .zhong img{
   height: 35px;
}


.ding103 .caic{
  text-align: center;
  font-size: 15px;
}
.ding103 .caic a{
  padding: 10px;
}


.ding103 .caic li{
   position: relative;
}

.ding103 .caic .erji1029 li{
   width: 50%;
   float: left;
}
.main-menu .main-menu-sub.erji1029{
   width: 300px;
}


.datu103 img{
   max-width: 100%;
}

.datu103{
   position: relative;
   overflow: hidden;
}

.datu103 a.neir{
   display: block;
   padding: 20px;
   background-color: rgba(0,0,0,.4);
   position: absolute;
   left: 50px;
   bottom: 50px;
   width: 400px;
}

.datu103 .t1{
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding-bottom: 5px;
}

.datu103 .t2{
  background-color: #003366;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.banner-list {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 49px;
    color: #4e515d;
    background: url(../image/banner-list-btn.gif) repeat-x center top #e7e7e7;
    padding-right: 17px;
    padding-left: 32px;
    overflow: hidden;
}



.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
    padding: 5px;
    background-color: #44065b;
    width: 40px;
    height: 70px;
    padding-top: 20px;
    border-radius: 5px;
}

.kongxi .title{
   text-align: center;
   padding: 10px;
}
.kongxi .row{
  margin-right: -8px;
  margin-left: -8px; 
}
.kongxi .col-sm-6,
.kongxi .col-sm-3{
  padding-right: 8px;
   padding-left: 8px;
}

.carousel-control {
   opacity: 1;
}

@media (min-width:1200px) {
 .container {
  width:1280px
 }

 .xiangce .zuo1{
  max-height: 225px;
 }
}
@media (max-width: 1199px) {

.md201230 td{
  display: block;
}



#frame iframe{
   width: 100%;
}
.erji1112{
   padding: 0;
   margin: 0;
}
.erji1112 li{
   display: inline-block;
   padding: 7px 5px 0 0;
   min-width: 110px;
}


.erji221221 li{
  min-width: 160px;
}






.md201222 table{
   width: 100% !important;
}

.dibu103 a{
   color: #fff;
}



.zhekou{
	display: block;
}


.dingtb{
   display: table;
   width: 100%;
}
.dingtb > div{
   display: table-cell;
   vertical-align: middle;
}
.dingtb > div.t1{
   width: 30px;
}
.dingtb > div.t2{
   width: 80px;
   text-align: right;
}
.dingtb > div.t3{
   text-align: center;
}

.dingtb > div.t3 img{
   width: 80%;
}


.header{
   background-size: 50%;
}

.datu103 a.neir{
   position: static;
   background-color: transparent;
   width: auto;
}
.datu103 .t1 {
   color: #000;
}


.xg1204{
   display: inline-block !important;
   background-color: #003366;
   color: #fff;
   padding: 3px 10px;
}
.xg1204:hover{
  color: #fff;
}



/*.datu103 img {
    height: 250px;
    max-width: none !important;
    margin-left: -200px;
    margin-right: -200px;
}*/
.biao102 h2 {
   padding-top: 10px;
}


.mybtn {
   display: block;
}

.left_btn,
.right_btn{
   display: none;
}

.dibu103 .fr{
   float: left;
}

.footer .dibuimg img {
    height: 40px;
}



.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
    padding: 5px;
    background-color: #44065b;
    width: 30px;
    height: 50px;
    padding-top: 15px;
    border-radius: 5px;
}  

.ding103{
   padding: 0;
}

.biao103{
   font-size: 24px;
   padding: 20px 0;
}
.clear30{
   height: 15px;
}
.clear60{
   height: 15px;
}

.xiangmu .title .xiaojian{

   padding: 10px 10px;
}
.xiangmu .title .xiaob{

   padding: 10px;
   font-size: 20px;
}

/*.xiangce .zuo1{
   float: left;
   width: 40%;
}
.xiangce .you1{
   float: left;
   width: 60%;
}*/




/*網站頂部*/
.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;
}


.sh1{
   text-align: center;
   margin-top: 10px;
}
.sh2{
  padding-top: 10px;
}



.sh1 img{
  max-width: 100%;
}



.sh2{
   display: none;
}

.xiaojian img{
   width: 15px;
}


.products-grid .t2{
   background-color: transparent;
}

.zzpp{
  height: 3px;
}


.xin1118{
  margin-bottom: 15px;
}

}










