@charset "utf-8";
/* CSS Document */
*{
　text-align:center;
  margin:0 auto;
  padding:0;
  list-style: none;
/*  text-decoration:none; */
  font-family:"微軟正黑體";
}
.categories{
  margin:20px 10px 10px 0px;
  width:216px;
  height:auto;
  border:solid 1px #dfdfdf;
  z-index:90;
  display:block;
  float:left;
}
.categories .category-title{
  width:226px;
  background:url(images/icons-png/bullets-black.png) no-repeat 8% 50%; 
  height:40px;
  line-height:40px;
  text-indent:40px;
  font-size:15px;
  font-weight:bold;
  opacity:.5;
}
.categories .category-nav{
  padding-bottom:10px;
}
.categories .category-nav .cat{
  height:40px;
  position:relative;
}
.categories .category-nav .cat .cat-title{
  width:226px;
  text-indent:10px;
  height:40px;
  overflow:hidden;
  line-height:42px;
  font-size:14px;
  font-weight:bold;
}
.categories .category-nav .cat .cat-title a{
  color:rgba(0,0,0,.5);
  position:relative;
  display:block;
}
.categories .category-nav .cat .cat-title.cat1 a:hover{
position:absolute;
color:#f30;
padding-left:36px;
display:block;
background-image:url(../image/cat1-17_a.png);
background-size:36px 36px;
background-repeat:no-repeat;
background-position: 10px 2px;
	}

.categories .category-nav .cat .cat-title a img{
  max-height: 36px!important;
    max-width: 36px!important;
    left: 0!important;
    margin-top: -8px;
    position: relative;
    margin-bottom: -12px;
	opacity:.8;
	
}
.categories .category-nav .cat .cat-title a:hover img{
	display:none;
}


.categories .category-nav .cat .cat-arrow img{
  position:absolute;
  float:right;
  right:10px;
  top:15px;
  width:12px;
  height:12px;
  opacity:.7;
}
.categories .category-nav .cat .r-side{
  position:absolute;
  right:-2px;
  top:0px;
  width:2px;
  height:40px;
  background-color:#fff;
  z-index:99;
  display:none;
}
.categories .category-nav .cat .sub_cat{
  display:none;
}
.categories .category-nav .layer .r-side{
  display:block;
}
.categories .category-nav .layer .cat-arrow{
  display:none;
}
.categories .category-nav .layer .sub_cat{
  width:948px;
  background:#fff;
  border:solid 1px #dfdfdf;
  border-left:none;
  position:absolute;
  left:217px;
  top:-22px;
  z-index:99;
  min-height:60px;
  height:auto!important;
  height:60px;
  padding:5px 10px 15px 10px;
  display:block;
}
.categories .category-nav .layer .sub_cat .sub_cat_con .cat-con-child{
  font-size:12px; 
  text-align:left; 
  border-top:1px dashed #d7d7d7;
  padding:5px 0;
  min-height:25px;
}
.categories .category-nav .layer .sub_cat .sub_cat_con .cat-con-child.child1{
  border-top:none;
  min-height:25px;
}
.categories .category-nav .layer .sub_cat .sub_cat_con .cat-con-child .name{
  display:block;
  width:150px;
  color:#666;
  cursor:pointer;
  float:left;
  padding-top:3px;
}
.categories .category-nav .layer .sub_cat .sub_cat_con .cat-con-child .name:hover{
  color:#f30;
}
.categories .category-nav .layer .sub_cat .sub_cat_con ul{
  overflow:hidden;
  zoom:1;
  display:block;
  margin-left:90px;
  width:780px;
}
.categories .category-nav .layer .sub_cat .sub_cat_con ul li{
  float:left;
  padding:0 8px;
  height:25px;
}
.categories .category-nav .layer .sub_cat .sub_cat_con ul li a{
  color:#222;
  display:block;
}
.categories .category-nav .layer .sub_cat .sub_cat_con ul li a:hover{
  color:#f30;
  text-decoration:underr-side;
}
/**bxslider css**/
.bx-wrapper {
  position: relative;
  /**margin-bottom: 60px;**/
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper ul.banner_slide1 img {
  width: 958px;
  max-height:358px;
  overflow:hidden;
  display: block;
  margin-top:10px;
}

.bx-wrapper  ul.banner_slide3{
	position:;
	display: block;
	margin-top:-5px;
	}
.bx-wrapper  ul.banner_slide3  img {
  max-width:100%;
  display: block;
  margin-top:10px;

}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 3%;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255,255,255,.5);
  text-indent: -9999px;
  display:block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background:  rgb(255, 51, 0);
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0px;
  background:url(../bxslider-4-master/images/controls.png) no-repeat 0 -32px;
  opacity:.5;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
   opacity:1;
}
.bx-wrapper .bx-next {
  right:0px;
  background: url(../bxslider-4-master/images/controls.png) no-repeat -43px -32px;
  opacity:.5;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
   opacity:1;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display:block;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background:url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background:rgba(0,0,0,.5);
  width: 100%;
  color:#fff;
}

.bx-wrapper  ul.banner_slide3 .bx-caption span {
  color: #fff;
  font-size:.9em;
  padding: 5px;
  text-align:center;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height::1.7em;
  display:block;
}

.bx-wrapper ul.banner_slide2 li{
	width:230px;
	border:1px solid #e9e9e9;
	}
.bx-wrapper ul.banner_slide2 li:hover{
	-moz-box-shadow: 0 0  5px #888;
        -webkit-box-shadow: 0 0  5px#888;
        box-shadow: 0 0  5px #888;
	border:1px solid #f30;
	}.bx-wrapper ul.banner_slide2 li img{
	width:228px;
	height:228px;
	}
.bx-wrapper ul.banner_slide2  .bx-caption {
  position:relative;
  width: 100%;
  background:rgba(0,0,0,0);
  word-wrap: break-word;
  height:6.5em;
  line-height:1.7em;
  overflow: hidden;
  display: -webkit-box;
  
}
.bx-wrapper  ul.banner_slide2 li a:hover .bx-caption span td#txt {
  color: rgba(0,0,0,1);
}
.bx-wrapper  ul.banner_slide2 .bx-caption span td#txt {
  color: rgba(0,0,0,.8);
  font-size:.9em;
  display: -webkit-box;
  padding-bottom:10px;
  word-break: break-all;
  height:3.5em;
  overflow: hidden;
  padding:5px;
}
.bx-wrapper ul.banner_slide3 li a:hover .bx-caption{
  background:rgba(0,0,0,.8);
	}
	#banner_type3_img {
		width:25%;
		height:200px;
	text-align:center;
    position: relative;
	}
	#banner_type3_img a{
	display:block;
	width:65%;
	text-decoration: none;
    color: rgba(0,0,0,.8);
	}
#banner_type3_img a img{
	width:80%;
	padding:10px;
	display:block;
	}
	
#banner_type3_img a:hover {
	-moz-box-shadow: 0 0  5px #888;
        -webkit-box-shadow: 0 0  5px#888;
        box-shadow: 0 0  5px #888;
	}	
#banner_type3_img a span{
color: rgba(0,0,0,.8);
    font-size: 14px;
    text-decoration: none;
    line-height: 40px;
    max-width: 90%;
    overflow: hidden;
    max-height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40px;
    flex: 0 1 40px;
		}			
#banner_type3_img a:hover span{
	color:#f30;
	}