/*頁籤*/

.topnavbar {
    background-color: #fff;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}


#nav ul li a { padding: 9px;}

#nav ul li a {color: #9e9e9e;}

#nav ul li.current a {
    color: #00a3db;
}


#nav ul li a:hover {color: #00a3db;}


/*subnav
#nav .subnav {
min-width: 260px;
}*/


#nav .subnav {
  background-color: RGBA(255,255,255,0.9); /* 填入想要的顏色 */
}


#nav .subnav {
    max-width: 251px;
}




/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(850 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(550 / 1920 * 100%); /* 內頁 banner 大小 */
}


}




/*網站字體間距*/


.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}



.h1title {color: #5a5359; border-bottom:1px solid#dddddd;}


/*首頁*/

body.index .fcol.fcol-1 {    background: rgba(0,0,0,0.1);}
body.index .fcol.fcol-1 {   margin-top: -50px;  }

body.index .fcol.fcol-3 {    background: rgba(186,222,251,0.9);}

body.index .fcol.fcol-4 .container {width: 100%;}

body.index .fcol.fcol-4 .container>* {
    padding-left: 0;
    padding-right: 0;
}

body.index .fcol.fcol-4 .container {
    padding: 0;
}

body.index .fcol.fcol-5 {   display:none;}
body.index .fcol.fcol-6 {   display:none;}

body.index #footer { margin-top: -40px;}


/*關於*/

body.about-us .fcol.fcol-2 {    background: rgba(186,222,251,0.9);}

body.about-us .fcol.fcol-3 {    background: rgba(186,222,251,0.9);}
body.about-us .fcol.fcol-3 .container {width: 100%;}

body.about-us .fcol-4 {
    background: #fbfbfb url(https://static.iyp.tw/5057/files/ddaf49d8-51e8-451e-bbd8-63f80130068e.jpg)no-repeat bottom;
    background-attachment: fixed;

}

body.about-us #footer { margin-top: -40px;}

body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}

body.about-us #footer { margin-top: -40px;}




/*聯絡*/

body.contact-us .fcol.fcol-2 {    background: rgba(0,0,0,0.1);}






/*產品頁編輯框*/

body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }





/*產品格*/

ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(3,122,191,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(3,122,191,0.3);
}


ul.product-list li .desc {
    display: none;
}


/*最新消息*/

a {
    color: #0094d1;
}




/*產品輪播*/
.rwd-table {
  	overflow-y: visible !important;
}
#myDiv img {
        max-width: none;
} 



a {
    color: #467faf;
    text-decoration: none;
}
#bodyinhome h3 {
    border-bottom: 1px solid #aaa;
 padding:5px;
}
.info ul li{
    padding: 10px 5px 5px 5px;
    border-bottom: 1px dashed #ccc;
}
body {
    background-color: #fff;
    color: #333;
    font-size: 15px;
    margin: 0;
}





/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #000;
    color: #fff;
}
#tb td a:hover {
    background: #0085c9;
}