/*頁籤*/

.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: #626262;
}


#nav ul li a {
    color: #6c6c6c;
}



/*BANNER*/

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}



/*網站字體間距*/


.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}



/*標題*/

.h1title {color: #5a5359; border-bottom:1px solid#dddddd;}



/*關於*/

body.about-us .h1title{display:none;} 

body.about-us .fcol.fcol-3 {    background: rgba(33,177,148,0.9);}
body.about-us .fcol.fcol-4 .container {width: 100%;}
body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}
body.about-us #footer { margin-top: -40px;}




/*產品頁編輯框*/

body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }

/*產品格*/

ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(60,151,205,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(60,151,205,0.3);
}




/*最新消息*/

a {
    color: #71b2e5;
}



.news .fcol .news-list li .ico, .news .news.main-content li .ico, #news-heading .ico {
    display: none;
}

.news .fcol .news-list li a, .news .news.main-content li a {
    padding: 10px 0px;
}









#footer {
    color: #4f4f4f;
    background-color: #e9e9e9;
}

#foot-nav {
    border-bottom: 1px solid #d0d0d0;
}

#foot-nav ul li.current a, #foot-nav ul li a:hover {
    color: #3c3c3c;
}

.contact-row h5 {
    color: #5a5a5a;
}

#contact-info ul li span {
    color: #4f4f4f;
}

#footer a {
    color: #6f6f6f;
}


/*背景*/
body{
background-image : url(https://static.iyp.tw/409307/files/fe9cf881-a608-4dd7-b5ad-78cc0787d05c.jpg);
background-repeat : repeat; 
background-attachment : fixed;
}



/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #84cdbc;
    color: #fff;
}
#tb td a:hover {
    background: #2f8c76;
}







/*產品輪播*/
.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;
}





#line {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 50px;
    position: fixed;
}




#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 120px;
    position: fixed;
}






#photoLogo {
  width: 100%;
}



