.topnavbar .container {
  text-align: center;

}
.h1title{
  color:#fe5a00;
}
.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}
#logo {
  display: block;
}


@media only screen and (min-width: 768px){
.topnavbar {
    background-image: -webkit-linear-gradient(bottom, #e65700 39% ,#fff  5%);/*頁籤底色漸層*/
    /*background-color: #1b1515;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
    position: relative;/*頁籤&banner分開不重疊*/
    line-height:1;
    padding: 0;/*頁籤間距*/
}}
body[data-type="fullpage"] #nav {
    font-size: 1.0rem;/*頁籤文字大小*/
}

#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #ffffff;/*頁籤文字顏色*/
    transition: .3s;
}

#nav ul li a:hover  {
    color: #ffffff;/*頁籤滑過文字顏色*/
    background-image: -webkit-linear-gradient(top, #ffffff00 90% ,#f3ca1e 90.1%);/*頁籤底色漸層*/
}
#nav ul li.current a {
    color: #ffffff;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}




.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

#frame img {
	height: 200px;
    width:100%;
    background-color: #fff; /*背景顏色*/ 
	padding: 3px; /*物件內的間距*/
	border: 1px solid #ccc; /*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/

}

#ser-line {
    background: #fe5a00;/*分隔線顏色*/
    width: 50px;/*分隔線長度*/
    height: 4px;/*分隔線高度*/
    display: block;
    margin: 1em auto 1em;/*間距*/
}

