/*Banner*/
.swiper-container {
    height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc( 850 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}


.topnavbar {
    background-color: transparent;
  top:0px;
      padding: 0;
   position: relative;
   z-index:100;
 width:100%;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}




h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 550;
  color: #000;
}



/*nav*/
#nav ul li a {
  color: #707070;
  font-weight: bolder;
  font-size: 16px;
}

#nav ul li a:hover {
  color: #000;
}

#nav ul li.current a {
  color: #000;
}


/*產品格*/
ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
  color: #000;
}

ul.product-list li h3 {
  color: #707070;