body {
    color: #333333;
    font-size: 14px;
}

/*頁籤*/

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}


.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.current a {
    color: #006bc9;
}

#nav ul li a {
    color: #454545;
}

#nav ul li a:hover {color: #006bc9;}


/*下拉式*/
#nav .subnav {
  background-color: RGBA(178,228,255,0.9); /* 填入想要的顏色 */
}



/*左邊分類欄*/

#side ul li.current>div a {
    color: #00669d;
}


#breadcrumb li a {
    color: #535353;
}

#breadcrumb li {
    color: #555;
}




/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}



body {
    background-color: #fff;
}



/*banner*/

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(800 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(500 / 1920 * 100%); /* 內頁 banner 大小 */
}



/*產品頁編輯框*/

body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }


.h1title {
    color: #012240;
    background-color: #b1e3fe;
    border-radius: 30px;
    margin-top: -20px;
  text-align: center;
}



/*首頁*/
body.index .fcol-2 {
    background: url(https://static.iyp.tw/32350/files/abba11f1-0883-4e84-83ff-0b8209741024.png)no-repeat bottom;
    background-size: cover;
}

body.index .fcol.fcol-3 {    background: rgba(239,248,255,0.8);}
body.index .fcol.fcol-4 .container {width: 100%;}
body.index .fcol.fcol-4 {    background: rgba(0,0,0,0.1);}
body.index .fcol.fcol-5 {   display:none;}
body.index .fcol.fcol-6 {   display:none;}
body.index #footer { margin-top: -40px;}




/*關於*/
body.about-us .h1title{display:none;} 
body.about-us .fcol.fcol-3 {    background: rgba(239,248,255,1);}
body.about-us .fcol-2 {
    background: url(https://static.iyp.tw/32350/files/1c3c40fb-941c-4513-b5d1-88e1675569da.png)no-repeat bottom;
    background-size: cover;
}

body.about-us .fcol-4 {
    background: url(https://static.iyp.tw/32350/files/9ed23518-3339-47bb-8507-da8f4b7cae8e.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;
}

body.about-us #footer { margin-top: -40px;}






/*產品格*/

ul.product-list li a:hover {
    color: #000;
    background-color: rgba(219,219,219,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(219,219,219,0.3);
}



ul.product-list li h3 {
    display: none;
}



/*footer*/

#footer {
    color: #0179d9;
    background-color: #eff8ff;
}




#foot-nav ul li a {
    display: none;
}


#foot-nav {
    display: none;
}

#footer a {
    color: #0179d9;
}

/*以下為圖片效果*/


/*產品輪播*/
.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;
}






/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.2);
}





/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #434343;
    color: #fff;
}
#tb td a:hover {
    background: #0071b8;
}





/*浮動連結*/

#mail {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 140px;
    position: fixed;
}



#address {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 45px;
    position: fixed;
}


#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 235px;
    position: fixed;
}


