#frame img{
Width:100%;
Height:100%;
}

#contact-info {
    float: left;
    color: #5f5f5f;
    font-size: 120%;
    line-height: 180%;
}

.fb{position:fixed;right:1%;top:55%;z-index:1000}
.phone{position:fixed;right:1%;top:70%;z-index:1000}
.line-1{position:fixed;right:1%;top:85%;z-index:1000}


.topnavbar .container {
  text-align: justify;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
    background-color: #fff;/*背景底色*/
}

.fcol P{
  color: #000;
  font-size: 18px;/*文字大小*/
  line-height: 2;
}

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}}


#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #333333;/*頁籤文字顏色*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
    /*border-left: #999 1px dotted;/*頁籤文字間隔虛線*/
}

#nav ul li a:hover  {
    color: #FF4040;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #FF4040;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}


/*title文字顏色*/
.h1title {
    color: #333333;
}

a {
    color: #00b7ee;/*連結顏色*/
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}


/*文字按鈕特效*/
button{ 
  width: 100%;/*寬度*/
  font-size: 15px ;/*文字大小*/
  cursor:pointer; 
  clear:both; 
  padding:10px; /*內間距*/
  display:inline-block; 
  margin-left:auto; /*置中*/
  margin-right:auto; /*置中*/
  transition:all 0.8s, color 0.3s 0.3s; 
  background:#3b9ac9; /*背景顏色*/
  color:#fff;/*文字顏色*/
  border-radius: 10px; /*框線圓角*/
  border: #cacaca 0px solid;/*框線樣式*/
}
/*.btn-left a{ color:#ffffff;/*文字顏色*/}*/

/*general hover*/
a:hover, button:hover{
  color:#fff100;/*連結滑入文字顏色*/
}
/*特效樣式effects*/
.btn-left:hover{ box-shadow:300px 0 0 0 rgba(0,0,0,0.5) inset;}
/*文字按鈕特效*/
